Compare commits

..

9 Commits

Author SHA1 Message Date
Daniel Dietzler
4b422bd0f7 disable metrics in dev env 2023-12-31 19:50:10 +01:00
Daniel Dietzler
f33a662f48 open api 2023-12-28 19:49:39 +01:00
Daniel Dietzler
0232655da2 revert individual settings for metrics, now only enable/disable 2023-12-28 19:49:32 +01:00
Daniel Dietzler
ac4c57247e add icon indicating when metrics are being shared 2023-12-28 19:29:21 +01:00
Daniel Dietzler
fb01bd956f open api 2023-12-28 19:06:45 +01:00
Daniel Dietzler
902d4d0275 settings for metrics 2023-12-28 19:06:35 +01:00
Daniel Dietzler
db997f9173 queue metrics job every 24 hours 2023-12-23 22:09:51 +01:00
Daniel Dietzler
e9197cde67 collect more metrics, move everything related to metrics repo 2023-12-23 21:50:20 +01:00
Daniel Dietzler
874f707c92 initial sample implementation of metrics 2023-12-23 21:50:18 +01:00
406 changed files with 12654 additions and 14257 deletions

1
.github/release.yml vendored
View File

@@ -23,7 +23,6 @@ changelog:
- documentation - documentation
- title: Dependency updates - title: Dependency updates
labels: labels:
- dependencies
- renovate - renovate
- title: Other changes - title: Other changes
labels: labels:

View File

@@ -166,9 +166,9 @@ jobs:
run: npm run check:typescript run: npm run check:typescript
if: ${{ !cancelled() }} if: ${{ !cancelled() }}
- name: Run unit tests & coverage # - name: Run unit tests & coverage
run: npm run test:cov # run: npm run test:cov
if: ${{ !cancelled() }} # if: ${{ !cancelled() }}
mobile-unit-tests: mobile-unit-tests:
name: Mobile name: Mobile
@@ -203,7 +203,7 @@ jobs:
poetry install --with dev poetry install --with dev
- name: Lint with ruff - name: Lint with ruff
run: | run: |
poetry run ruff check --output-format=github app export poetry run ruff check --format=github app export
- name: Check black formatting - name: Check black formatting
run: | run: |
poetry run black --check app export poetry run black --check app export
@@ -269,9 +269,6 @@ jobs:
- name: Run existing migrations - name: Run existing migrations
run: npm run typeorm:migrations:run run: npm run typeorm:migrations:run
- name: Test npm run schema:reset command works
run: npm run typeorm:schema:reset
- name: Generate new migrations - name: Generate new migrations
continue-on-error: true continue-on-error: true
run: npm run typeorm:migrations:generate ./src/infra/migrations/TestMigration run: npm run typeorm:migrations:generate ./src/infra/migrations/TestMigration

View File

@@ -28,7 +28,6 @@
<a href="README_nl_NL.md">Nederlands</a> <a href="README_nl_NL.md">Nederlands</a>
<a href="README_tr_TR.md">Türkçe</a> <a href="README_tr_TR.md">Türkçe</a>
<a href="README_zh_CN.md">中文</a> <a href="README_zh_CN.md">中文</a>
<a href="README_ru_RU.md">Русский</a>
</p> </p>
## Disclaimer ## Disclaimer
@@ -112,7 +111,7 @@ If you feel like this is the right cause and the app is something you are seeing
- [Monthly donation](https://github.com/sponsors/alextran1502) via GitHub Sponsors - [Monthly donation](https://github.com/sponsors/alextran1502) via GitHub Sponsors
- [One-time donation](https://github.com/sponsors/alextran1502?frequency=one-time&sponsor=alextran1502) via GitHub Sponsors - [One-time donation](https://github.com/sponsors/alextran1502?frequency=one-time&sponsor=alextran1502) via GitHub Sponsors
- [Liberapay](https://liberapay.com/alex.tran1502/) - [Librepay](https://liberapay.com/alex.tran1502/)
- [buymeacoffee](https://www.buymeacoffee.com/altran1502) - [buymeacoffee](https://www.buymeacoffee.com/altran1502)
- Bitcoin: 1FvEp6P6NM8EZEkpGUFAN2LqJ1gxusNxZX - Bitcoin: 1FvEp6P6NM8EZEkpGUFAN2LqJ1gxusNxZX
- ZCash: u1smm4wvqegcp46zss2jf5xptchgeczp4rx7a0wu3mermf2wxahm26yyz5w9mw3f2p4emwlljxjumg774kgs8rntt9yags0whnzane4n67z4c7gppq4yyvcj404ne3r769prwzd9j8ntvqp44fa6d67sf7rmcfjmds3gmeceff4u8e92rh38nd30cr96xw6vfhk6scu4ws90ldzupr3sz - ZCash: u1smm4wvqegcp46zss2jf5xptchgeczp4rx7a0wu3mermf2wxahm26yyz5w9mw3f2p4emwlljxjumg774kgs8rntt9yags0whnzane4n67z4c7gppq4yyvcj404ne3r769prwzd9j8ntvqp44fa6d67sf7rmcfjmds3gmeceff4u8e92rh38nd30cr96xw6vfhk6scu4ws90ldzupr3sz

View File

@@ -1,124 +0,0 @@
<p align="center">
<br/>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green.svg?color=3F51B5&style=for-the-badge&label=License&logoColor=000000&labelColor=ececec" alt="License: MIT"></a>
<a href="https://discord.gg/D8JsnBEuKb">
<img src="https://img.shields.io/discord/979116623879368755.svg?label=Discord&logo=Discord&style=for-the-badge&logoColor=000000&labelColor=ececec" alt="Discord"/>
</a>
<br/>
<br/>
</p>
<p align="center">
<img src="design/immich-logo.svg" width="150" title="Login With Custom URL">
</p>
<h3 align="center">Immich - Высокопроизводительное решение для автономоного создания фото и видео архивов</h3>
<br/>
<a href="https://immich.app">
<img src="design/immich-screenshots.png" title="Main Screenshot">
</a>
<br/>
<p align="center">
<a href="README_ca_ES.md">Català</a>
<a href="README_es_ES.md">Español</a>
<a href="README_fr_FR.md">Français</a>
<a href="README_it_IT.md">Italiano</a>
<a href="README_ja_JP.md">日本語</a>
<a href="README_ko_KR.md">한국어</a>
<a href="README_de_DE.md">Deutsch</a>
<a href="README_nl_NL.md">Nederlands</a>
<a href="README_tr_TR.md">Türkçe</a>
<a href="README_zh_CN.md">中文</a>
<a href="README_ru_RU.md">Русский</a>
</p>
## Предупреждение
- ⚠️ Этот проект находится **в очень активной** разработке.
- ⚠️ Ожидайте ошибок и критических изменение.
- ⚠️ **Не используйте это приложение для бекапа ваших фото и видео.**
- ⚠️ Всегда следуйте [3-2-1](https://www.backblaze.com/blog/the-3-2-1-backup-strategy/) плану резервного копирования ваших драгоценных фото и видео!
## Содержание
- [Официальная документация](https://immich.app/docs)
- [План разработки](https://github.com/orgs/immich-app/projects/1)
- [Демо](#demo)
- [Возможности](#features)
- [Введение](https://immich.app/docs/overview/introduction)
- [Инсталяция](https://immich.app/docs/install/requirements)
- [Гайд по доработке проекта](https://immich.app/docs/overview/support-the-project)
- [Поддержки проект](#support-the-project)
## Документация
Вы можете найти основную документация, включая инструкции по установке по ссылке https://immich.app/.
## Демо
Вы можете посмотреть веб демо по ссылке https://demo.immich.app
Для мобильного приложения вы можете использовать адрес `https://demo.immich.app/api` в поле `Server Endpoint URL`
```bash title="Демо доступ"
Реквизиты доступа
логин/почта: demo@immich.app
пароль: demo
```
```
Spec: Free-tier Oracle VM - Amsterdam - 2.4Ghz quad-core ARM64 CPU, 24GB RAM
```
## Возможности
| Возможности | Приложение | Веб |
| --------------------------------------------------- | ---------- | --- |
| Выгрузка на сервер и просмотр видео и фото | Да | Да |
| Авто бекап когда приложение открыто | Да | Н/Д |
| Выбор альбома(ов) для бекапа | Да | Н/Д |
| загрузка с сервера фото и видео на устройство | Да | Да |
| Поддержка нескольких пользователей | Да | Да |
| Альбомы и общие альбомы | Да | Да |
| Прокручиваемая/перетаскиваемая полоса прокрутки | Да | Да |
| Поддержка формата RAW | Да | Да |
| Просмотр метаданных (EXIF, map) | Да | Да |
| Поиск до метаданным, объектам, лицам и CLIP | Да | Да |
| Административные функци (управление пользователями) | Нет | Да |
| Фоновый бекпа | Да | Н/Д |
| Виртуальная прокрутка | Да | Да |
| Поддержка OAuth | Да | Да |
| Ключи API | Н/Д | Да |
| LivePhoto/MotionPhoto бекап и воспроизведение | Да | Да |
| Настраиваемая структура хранилища | Да | Да |
| Публичные альбомы | Нет | Да |
| Архив и Избранное | Да | Да |
| Мировая карта | Да | Да |
| Совместное использование | Да | Да |
| Распознавание лиц и группировка по лицам | Да | Да |
| В этот день (x лет назад) | Да | Да |
| Работа без интернета | Да | Нет |
| Галлереи только для просмотра | Да | Да |
| Колллажи | Да | Да |
## Поддержка проекта
Я посвятил себя этому проекту и не остановлюсь. Я буду продолжать обновлять документацию, добавлять новые функции и исправлять ошибки. Но я не могу сделать это один. Поэтому мне нужна ваша помощь, чтобы дать мне дополнительную мотивацию продолжать идти дальше.
Как сказали наши покровители [selfhosted.show - In the episode 'The-organization-must-not-be-name is a Hostile Actor'](https://selfhosted.show/79?t=1418), это масштабная работа, которую мы с командой делаем. И мне бы очень хотелось когда-нибудь иметь возможность заниматься этим на постоянной основе, и я прошу вашей помощи, чтобы это произошло.
Если вы считаете, что это правильная причина и вы уже давно используете это приложение, рассмотрите возможность финансовой поддержки проекта, выбрав вариант ниже.
### Пожертвование
- [Ежемесячное пожертвование](https://github.com/sponsors/alextran1502) via GitHub Sponsors
- [Одноразовое пожертвование](https://github.com/sponsors/alextran1502?frequency=one-time&sponsor=alextran1502) via GitHub Sponsors
- [Librepay](https://liberapay.com/alex.tran1502/)
- [buymeacoffee](https://www.buymeacoffee.com/altran1502)
- Bitcoin: 1FvEp6P6NM8EZEkpGUFAN2LqJ1gxusNxZX
- ZCash: u1smm4wvqegcp46zss2jf5xptchgeczp4rx7a0wu3mermf2wxahm26yyz5w9mw3f2p4emwlljxjumg774kgs8rntt9yags0whnzane4n67z4c7gppq4yyvcj404ne3r769prwzd9j8ntvqp44fa6d67sf7rmcfjmds3gmeceff4u8e92rh38nd30cr96xw6vfhk6scu4ws90ldzupr3sz
## Авторы
<a href="https://github.com/alextran1502/immich/graphs/contributors">
<img src="https://contrib.rocks/image?repo=immich-app/immich" width="100%"/>
</a>

View File

@@ -1,4 +1,4 @@
FROM ghcr.io/immich-app/base-server-dev:20231228@sha256:e631113b47c7e16a06ca47d3a99bdf269e831dfa4b94f6f4cc923781fa82c4e3 as test FROM ghcr.io/immich-app/base-server-dev:20231109 as test
WORKDIR /usr/src/app/server WORKDIR /usr/src/app/server
COPY server/package.json server/package-lock.json ./ COPY server/package.json server/package-lock.json ./
@@ -10,7 +10,7 @@ COPY cli/package.json cli/package-lock.json ./
RUN npm ci RUN npm ci
COPY ./cli/ . COPY ./cli/ .
FROM ghcr.io/immich-app/base-server-prod:20231228@sha256:e51e418d904124f368eca84b504414e40c5b55f9990be043d1749fdf5d1a045c FROM ghcr.io/immich-app/base-server-prod:20231109
VOLUME /usr/src/app/upload VOLUME /usr/src/app/upload

1644
cli/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "@immich/cli", "name": "@immich/cli",
"version": "2.0.6", "version": "2.0.5",
"description": "Command Line Interface (CLI) for Immich", "description": "Command Line Interface (CLI) for Immich",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {
@@ -24,17 +24,21 @@
"devDependencies": { "devDependencies": {
"@testcontainers/postgresql": "^10.4.0", "@testcontainers/postgresql": "^10.4.0",
"@types/byte-size": "^8.1.0", "@types/byte-size": "^8.1.0",
"@types/chai": "^4.3.5",
"@types/cli-progress": "^3.11.0", "@types/cli-progress": "^3.11.0",
"@types/jest": "^29.5.2", "@types/jest": "^29.5.2",
"@types/js-yaml": "^4.0.5",
"@types/mime-types": "^2.1.1",
"@types/mock-fs": "^4.13.1", "@types/mock-fs": "^4.13.1",
"@types/node": "^20.3.1", "@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0", "@typescript-eslint/parser": "^6.0.0",
"chai": "^4.3.7",
"eslint": "^8.43.0", "eslint": "^8.43.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.2.2", "eslint-plugin-jest": "^27.2.2",
"eslint-plugin-prettier": "^5.0.0", "eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unicorn": "^50.0.0", "eslint-plugin-unicorn": "^49.0.0",
"immich": "file:../server", "immich": "file:../server",
"jest": "^29.5.0", "jest": "^29.5.0",
"jest-extended": "^4.0.0", "jest-extended": "^4.0.0",

View File

@@ -4,7 +4,7 @@
* Immich * Immich
* Immich API * Immich API
* *
* The version of the OpenAPI document: 1.92.0 * The version of the OpenAPI document: 1.91.4
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3007,24 +3007,12 @@ export interface SearchResponseDto {
* @interface ServerConfigDto * @interface ServerConfigDto
*/ */
export interface ServerConfigDto { export interface ServerConfigDto {
/**
*
* @type {string}
* @memberof ServerConfigDto
*/
'externalDomain': string;
/** /**
* *
* @type {boolean} * @type {boolean}
* @memberof ServerConfigDto * @memberof ServerConfigDto
*/ */
'isInitialized': boolean; 'isInitialized': boolean;
/**
*
* @type {boolean}
* @memberof ServerConfigDto
*/
'isOnboarded': boolean;
/** /**
* *
* @type {string} * @type {string}
@@ -3074,6 +3062,12 @@ export interface ServerFeaturesDto {
* @memberof ServerFeaturesDto * @memberof ServerFeaturesDto
*/ */
'map': boolean; 'map': boolean;
/**
*
* @type {boolean}
* @memberof ServerFeaturesDto
*/
'metrics': boolean;
/** /**
* *
* @type {boolean} * @type {boolean}
@@ -3578,6 +3572,12 @@ export interface SystemConfigDto {
* @memberof SystemConfigDto * @memberof SystemConfigDto
*/ */
'map': SystemConfigMapDto; 'map': SystemConfigMapDto;
/**
*
* @type {SystemConfigMetricsDto}
* @memberof SystemConfigDto
*/
'metrics': SystemConfigMetricsDto;
/** /**
* *
* @type {SystemConfigNewVersionCheckDto} * @type {SystemConfigNewVersionCheckDto}
@@ -3602,12 +3602,6 @@ export interface SystemConfigDto {
* @memberof SystemConfigDto * @memberof SystemConfigDto
*/ */
'reverseGeocoding': SystemConfigReverseGeocodingDto; 'reverseGeocoding': SystemConfigReverseGeocodingDto;
/**
*
* @type {SystemConfigServerDto}
* @memberof SystemConfigDto
*/
'server': SystemConfigServerDto;
/** /**
* *
* @type {SystemConfigStorageTemplateDto} * @type {SystemConfigStorageTemplateDto}
@@ -3798,6 +3792,12 @@ export interface SystemConfigJobDto {
* @memberof SystemConfigJobDto * @memberof SystemConfigJobDto
*/ */
'smartSearch': JobSettingsDto; 'smartSearch': JobSettingsDto;
/**
*
* @type {JobSettingsDto}
* @memberof SystemConfigJobDto
*/
'storageTemplateMigration': JobSettingsDto;
/** /**
* *
* @type {JobSettingsDto} * @type {JobSettingsDto}
@@ -3920,6 +3920,19 @@ export interface SystemConfigMapDto {
*/ */
'lightStyle': string; 'lightStyle': string;
} }
/**
*
* @export
* @interface SystemConfigMetricsDto
*/
export interface SystemConfigMetricsDto {
/**
*
* @type {boolean}
* @memberof SystemConfigMetricsDto
*/
'enabled': boolean;
}
/** /**
* *
* @export * @export
@@ -4032,43 +4045,12 @@ export interface SystemConfigReverseGeocodingDto {
*/ */
'enabled': boolean; 'enabled': boolean;
} }
/**
*
* @export
* @interface SystemConfigServerDto
*/
export interface SystemConfigServerDto {
/**
*
* @type {string}
* @memberof SystemConfigServerDto
*/
'externalDomain': string;
/**
*
* @type {string}
* @memberof SystemConfigServerDto
*/
'loginPageMessage': string;
}
/** /**
* *
* @export * @export
* @interface SystemConfigStorageTemplateDto * @interface SystemConfigStorageTemplateDto
*/ */
export interface SystemConfigStorageTemplateDto { export interface SystemConfigStorageTemplateDto {
/**
*
* @type {boolean}
* @memberof SystemConfigStorageTemplateDto
*/
'enabled': boolean;
/**
*
* @type {boolean}
* @memberof SystemConfigStorageTemplateDto
*/
'hashVerificationEnabled': boolean;
/** /**
* *
* @type {string} * @type {string}
@@ -12735,6 +12717,109 @@ export class LibraryApi extends BaseAPI {
} }
/**
* MetricsApi - axios parameter creator
* @export
*/
export const MetricsApiAxiosParamCreator = function (configuration?: Configuration) {
return {
/**
*
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getMetrics: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
const localVarPath = `/metrics`;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
let baseOptions;
if (configuration) {
baseOptions = configuration.baseOptions;
}
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
const localVarHeaderParameter = {} as any;
const localVarQueryParameter = {} as any;
// authentication cookie required
// authentication api_key required
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
// authentication bearer required
// http bearer authentication required
await setBearerAuthToObject(localVarHeaderParameter, configuration)
setSearchParams(localVarUrlObj, localVarQueryParameter);
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
return {
url: toPathString(localVarUrlObj),
options: localVarRequestOptions,
};
},
}
};
/**
* MetricsApi - functional programming interface
* @export
*/
export const MetricsApiFp = function(configuration?: Configuration) {
const localVarAxiosParamCreator = MetricsApiAxiosParamCreator(configuration)
return {
/**
*
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
async getMetrics(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>> {
const localVarAxiosArgs = await localVarAxiosParamCreator.getMetrics(options);
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
},
}
};
/**
* MetricsApi - factory interface
* @export
*/
export const MetricsApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
const localVarFp = MetricsApiFp(configuration)
return {
/**
*
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
getMetrics(options?: AxiosRequestConfig): AxiosPromise<object> {
return localVarFp.getMetrics(options).then((request) => request(axios, basePath));
},
};
};
/**
* MetricsApi - object-oriented interface
* @export
* @class MetricsApi
* @extends {BaseAPI}
*/
export class MetricsApi extends BaseAPI {
/**
*
* @param {*} [options] Override http request option.
* @throws {RequiredError}
* @memberof MetricsApi
*/
public getMetrics(options?: AxiosRequestConfig) {
return MetricsApiFp(this.configuration).getMetrics(options).then((request) => request(this.axios, this.basePath));
}
}
/** /**
* OAuthApi - axios parameter creator * OAuthApi - axios parameter creator
* @export * @export
@@ -15148,44 +15233,6 @@ export const ServerInfoApiAxiosParamCreator = function (configuration?: Configur
setSearchParams(localVarUrlObj, localVarQueryParameter);
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
return {
url: toPathString(localVarUrlObj),
options: localVarRequestOptions,
};
},
/**
*
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
setAdminOnboarding: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
const localVarPath = `/server-info/admin-onboarding`;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
let baseOptions;
if (configuration) {
baseOptions = configuration.baseOptions;
}
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
const localVarHeaderParameter = {} as any;
const localVarQueryParameter = {} as any;
// authentication cookie required
// authentication api_key required
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
// authentication bearer required
// http bearer authentication required
await setBearerAuthToObject(localVarHeaderParameter, configuration)
setSearchParams(localVarUrlObj, localVarQueryParameter); setSearchParams(localVarUrlObj, localVarQueryParameter);
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -15277,15 +15324,6 @@ export const ServerInfoApiFp = function(configuration?: Configuration) {
const localVarAxiosArgs = await localVarAxiosParamCreator.pingServer(options); const localVarAxiosArgs = await localVarAxiosParamCreator.pingServer(options);
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
}, },
/**
*
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
async setAdminOnboarding(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
const localVarAxiosArgs = await localVarAxiosParamCreator.setAdminOnboarding(options);
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
},
} }
}; };
@@ -15360,14 +15398,6 @@ export const ServerInfoApiFactory = function (configuration?: Configuration, bas
pingServer(options?: AxiosRequestConfig): AxiosPromise<ServerPingResponse> { pingServer(options?: AxiosRequestConfig): AxiosPromise<ServerPingResponse> {
return localVarFp.pingServer(options).then((request) => request(axios, basePath)); return localVarFp.pingServer(options).then((request) => request(axios, basePath));
}, },
/**
*
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
setAdminOnboarding(options?: AxiosRequestConfig): AxiosPromise<void> {
return localVarFp.setAdminOnboarding(options).then((request) => request(axios, basePath));
},
}; };
}; };
@@ -15457,16 +15487,6 @@ export class ServerInfoApi extends BaseAPI {
public pingServer(options?: AxiosRequestConfig) { public pingServer(options?: AxiosRequestConfig) {
return ServerInfoApiFp(this.configuration).pingServer(options).then((request) => request(this.axios, this.basePath)); return ServerInfoApiFp(this.configuration).pingServer(options).then((request) => request(this.axios, this.basePath));
} }
/**
*
* @param {*} [options] Override http request option.
* @throws {RequiredError}
* @memberof ServerInfoApi
*/
public setAdminOnboarding(options?: AxiosRequestConfig) {
return ServerInfoApiFp(this.configuration).setAdminOnboarding(options).then((request) => request(this.axios, this.basePath));
}
} }

View File

@@ -4,7 +4,7 @@
* Immich * Immich
* Immich API * Immich API
* *
* The version of the OpenAPI document: 1.92.0 * The version of the OpenAPI document: 1.91.4
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

View File

@@ -4,7 +4,7 @@
* Immich * Immich
* Immich API * Immich API
* *
* The version of the OpenAPI document: 1.92.0 * The version of the OpenAPI document: 1.91.4
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

View File

@@ -4,7 +4,7 @@
* Immich * Immich
* Immich API * Immich API
* *
* The version of the OpenAPI document: 1.92.0 * The version of the OpenAPI document: 1.91.4
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

View File

@@ -4,7 +4,7 @@
* Immich * Immich
* Immich API * Immich API
* *
* The version of the OpenAPI document: 1.92.0 * The version of the OpenAPI document: 1.91.4
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

View File

@@ -60,7 +60,7 @@ export default class Upload extends BaseCommand {
for (const asset of assetsToUpload) { for (const asset of assetsToUpload) {
// Compute total size first // Compute total size first
await asset.prepare(); await asset.process();
totalSize += asset.fileSize; totalSize += asset.fileSize;
if (options.albumName) { if (options.albumName) {

View File

@@ -1,17 +1,18 @@
import crypto from 'crypto';
import FormData from 'form-data';
import * as fs from 'graceful-fs'; import * as fs from 'graceful-fs';
import { createReadStream } from 'node:fs';
import { basename } from 'node:path'; import { basename } from 'node:path';
import crypto from 'crypto';
import Os from 'os'; import Os from 'os';
import FormData from 'form-data';
export class Asset { export class Asset {
readonly path: string; readonly path: string;
readonly deviceId!: string; readonly deviceId!: string;
assetData?: fs.ReadStream;
deviceAssetId?: string; deviceAssetId?: string;
fileCreatedAt?: string; fileCreatedAt?: string;
fileModifiedAt?: string; fileModifiedAt?: string;
sidecarData?: fs.ReadStream;
sidecarPath?: string; sidecarPath?: string;
fileSize!: number; fileSize!: number;
albumName?: string; albumName?: string;
@@ -20,30 +21,32 @@ export class Asset {
this.path = path; this.path = path;
} }
async prepare() { async process() {
const stats = await fs.promises.stat(this.path); const stats = await fs.promises.stat(this.path);
this.deviceAssetId = `${basename(this.path)}-${stats.size}`.replace(/\s+/g, ''); this.deviceAssetId = `${basename(this.path)}-${stats.size}`.replace(/\s+/g, '');
this.fileCreatedAt = stats.mtime.toISOString(); this.fileCreatedAt = stats.mtime.toISOString();
this.fileModifiedAt = stats.mtime.toISOString(); this.fileModifiedAt = stats.mtime.toISOString();
this.fileSize = stats.size; this.fileSize = stats.size;
this.albumName = this.extractAlbumName(); this.albumName = this.extractAlbumName();
this.assetData = this.getReadStream(this.path);
// TODO: doesn't xmp replace the file extension? Will need investigation
const sideCarPath = `${this.path}.xmp`;
try {
fs.accessSync(sideCarPath, fs.constants.R_OK);
this.sidecarData = this.getReadStream(sideCarPath);
} catch (error) {}
} }
getUploadFormData(): FormData { getUploadFormData(): FormData {
if (!this.assetData) throw new Error('Asset data not set');
if (!this.deviceAssetId) throw new Error('Device asset id not set'); if (!this.deviceAssetId) throw new Error('Device asset id not set');
if (!this.fileCreatedAt) throw new Error('File created at not set'); if (!this.fileCreatedAt) throw new Error('File created at not set');
if (!this.fileModifiedAt) throw new Error('File modified at not set'); if (!this.fileModifiedAt) throw new Error('File modified at not set');
// TODO: doesn't xmp replace the file extension? Will need investigation
const sideCarPath = `${this.path}.xmp`;
let sidecarData: fs.ReadStream | undefined = undefined;
try {
fs.accessSync(sideCarPath, fs.constants.R_OK);
sidecarData = createReadStream(sideCarPath);
} catch (error) {}
const data: any = { const data: any = {
assetData: createReadStream(this.path), assetData: this.assetData as any,
deviceAssetId: this.deviceAssetId, deviceAssetId: this.deviceAssetId,
deviceId: 'CLI', deviceId: 'CLI',
fileCreatedAt: this.fileCreatedAt, fileCreatedAt: this.fileCreatedAt,
@@ -56,13 +59,17 @@ export class Asset {
formData.append(prop, data[prop]); formData.append(prop, data[prop]);
} }
if (sidecarData) { if (this.sidecarData) {
formData.append('sidecarData', sidecarData); formData.append('sidecarData', this.sidecarData);
} }
return formData; return formData;
} }
private getReadStream(path: string): fs.ReadStream {
return fs.createReadStream(path);
}
async delete(): Promise<void> { async delete(): Promise<void> {
return fs.promises.unlink(this.path); return fs.promises.unlink(this.path);
} }

View File

@@ -198,58 +198,6 @@ const tests: Test[] = [
[`/photos/3.jpg`]: false, [`/photos/3.jpg`]: false,
}, },
}, },
{
test: 'should support ignoring full filename',
options: {
pathsToCrawl: ['/photos'],
exclusionPatterns: ['**/image2.jpg'],
},
files: {
'/photos/image1.jpg': true,
'/photos/image2.jpg': false,
'/photos/image3.jpg': true,
},
},
{
test: 'should support ignoring file extensions',
options: {
pathsToCrawl: ['/photos'],
exclusionPatterns: ['**/*.png'],
},
files: {
'/photos/image1.jpg': true,
'/photos/image2.png': false,
'/photos/image3.jpg': true,
},
},
{
test: 'should support ignoring folder names',
options: {
pathsToCrawl: ['/photos'],
recursive: true,
exclusionPatterns: ['**/raw/**'],
},
files: {
'/photos/image1.jpg': true,
'/photos/image/image1.jpg': true,
'/photos/raw/image2.dng': false,
'/photos/raw/image3.dng': false,
'/photos/notraw/image3.jpg': true,
},
},
{
test: 'should support ignoring absolute paths',
options: {
pathsToCrawl: ['/'],
recursive: true,
exclusionPatterns: ['/images/**'],
},
files: {
'/photos/image1.jpg': true,
'/images/image2.jpg': false,
'/assets/image3.jpg': true,
},
},
]; ];
describe(CrawlService.name, () => { describe(CrawlService.name, () => {

View File

@@ -16,7 +16,6 @@ x-server-build: &server-common
volumes: volumes:
- ../server:/usr/src/app - ../server:/usr/src/app
- ${UPLOAD_LOCATION}/photos:/usr/src/app/upload - ${UPLOAD_LOCATION}/photos:/usr/src/app/upload
- ${UPLOAD_LOCATION}/photos/upload:/usr/src/app/upload/upload
- /usr/src/app/node_modules - /usr/src/app/node_modules
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
env_file: env_file:
@@ -93,7 +92,7 @@ services:
redis: redis:
container_name: immich_redis container_name: immich_redis
image: redis:6.2-alpine@sha256:c5a607fb6e1bb15d32bbcf14db22787d19e428d59e31a5da67511b49bb0f1ccc image: redis:6.2-alpine@sha256:b6124ab2e45cc332e16398022a411d7e37181f21ff7874835e0180f56a09e82a
database: database:
container_name: immich_postgres container_name: immich_postgres

View File

@@ -51,7 +51,7 @@ services:
redis: redis:
container_name: immich_redis container_name: immich_redis
image: redis:6.2-alpine@sha256:c5a607fb6e1bb15d32bbcf14db22787d19e428d59e31a5da67511b49bb0f1ccc image: redis:6.2-alpine@sha256:b6124ab2e45cc332e16398022a411d7e37181f21ff7874835e0180f56a09e82a
restart: always restart: always
database: database:

View File

@@ -55,7 +55,7 @@ services:
redis: redis:
container_name: immich_redis container_name: immich_redis
image: redis:6.2-alpine@sha256:c5a607fb6e1bb15d32bbcf14db22787d19e428d59e31a5da67511b49bb0f1ccc image: redis:6.2-alpine@sha256:b6124ab2e45cc332e16398022a411d7e37181f21ff7874835e0180f56a09e82a
restart: always restart: always
database: database:

View File

@@ -1,7 +1,5 @@
# Backup and Restore # Backup and Restore
A [3-2-1 backup strategy](https://www.backblaze.com/blog/the-3-2-1-backup-strategy/) is recommended to protect your data. You should keep copies of your uploaded photos/videos as well as the Immich database for a comprehensive backup solution. This page provides an overview on how to backup the database and the location of user-uploaded pictures and videos. A template bash script that can be run as a cron job is provided [here](../guides/template-backup-script)
## Database ## Database
:::caution :::caution

View File

@@ -1,6 +1,6 @@
# Database Migrations # Database Migrations
After making any changes in the `server/src/infra/entities`, a database migration need to run in order to register the changes in the database. Follow the steps below to create a new migration. After making any changes in the `server/src/infra/database/entities`, a database migration need to run in order to register the changes in the database. Follow the steps below to create a new migration.
1. Run the command 1. Run the command

View File

@@ -25,6 +25,6 @@ Additional actions you can do with a detected person are:
- Merge two or more detected faces into one person - Merge two or more detected faces into one person
- Hide face - Hide face
It can be found from the app bar when you access the detail view of a person. It can be found from the app bar when you access the detial view of a person
<img src={require('./img/facial-recognition-4.png').default} title='Facial Recognition 4' width="70%"/> <img src={require('./img/facial-recognition-4.png').default} title='Facial Recognition 4' width="70%"/>

View File

@@ -43,28 +43,12 @@ As this is a new feature, it is still experimental and may not work on all syste
## Setup ## Setup
#### Initial Setup
1. If you do not already have it, download the latest [`hwaccel.yml`][hw-file] file and ensure it's in the same folder as the `docker-compose.yml`. 1. If you do not already have it, download the latest [`hwaccel.yml`][hw-file] file and ensure it's in the same folder as the `docker-compose.yml`.
2. Uncomment the lines that apply to your system and desired usage. 2. Uncomment the lines that apply to your system and desired usage.
3. In the `docker-compose.yml` under `immich-microservices`, uncomment the lines relating to the `hwaccel.yml` file. 3. In the `docker-compose.yml` under `immich-microservices`, uncomment the lines relating to the `hwaccel.yml` file.
4. Redeploy the `immich-microservices` container with these updated settings. 4. Redeploy the `immich-microservices` container with these updated settings.
5. In the Admin page under `FFmpeg settings`, change the hardware acceleration setting to the appropriate option and save. 5. In the Admin page under `FFmpeg settings`, change the hardware acceleration setting to the appropriate option and save.
#### All-In-One - Unraid Setup
##### NVENC - NVIDIA GPUs
- If you are using other backends. You will still need to implement [`hwaccel.yml`][hw-file] file into the `immich-microservices` service directly, please see the "Initial Setup" section above on how to do that.
- As of v1.92.0, steps 1 and 2 are no longer necessary. If your version of Immich is below that or missing the environment variables, please follow these steps. Otherwise, skip to step 3.
- Please note that`NVIDIA_DRIVER_CAPABILITIES` is no longer required to enter as a variable.
1. Assuming you already have the Nvidia Driver Plugin installed on your Unraid Server. Please confirm that your Nvida GPU is showing up with its GPU ID in the Nvidia Driver Plugin. The ID will be `GPU-LONG_STRING_OF_CHARACTERS`. Copy the GPU ID.
2. In the Imagegenius/Immich Docker Container app, add two new variables: Key=`NVIDIA_VISIBLE_DEVICES` Value=`GPU-LONG_STRING_OF_CHARACTERS` and Key=`NVIDIA_DRIVER_CAPABILITIES` Value=`all`
3. While you are in the docker container app, change the Container from Basic Mode to Advanced Mode and add the following parameter to the Extra Parameters field: `--runtime=nvidia`
4. Restart the Imagegenius/Immich Docker Container app.
5. In the Admin page under FFmpeg settings, change the hardware acceleration setting to the appropriate option and save.
## Tips ## Tips
- You may want to choose a slower preset than for software transcoding to maintain quality and efficiency - You may want to choose a slower preset than for software transcoding to maintain quality and efficiency

View File

@@ -41,7 +41,7 @@ If you are unable to open a port on your router for Wireguard or OpenVPN to your
A reverse proxy is a service that sits between web servers and clients. A reverse proxy can either be hosted on the server itself or remotely. Clients can connect to the reverse proxy via https, and the proxy relays data to Immich. This setup makes most sense if you have your own domain and want to access your Immich instance just like any other website, from outside your LAN. You can also use a DDNS provider like DuckDNS or no-ip if you don't have a domain. This configuration allows the Immich Android and iphone apps to connect to your server without a VPN or tailscale app on the client side. A reverse proxy is a service that sits between web servers and clients. A reverse proxy can either be hosted on the server itself or remotely. Clients can connect to the reverse proxy via https, and the proxy relays data to Immich. This setup makes most sense if you have your own domain and want to access your Immich instance just like any other website, from outside your LAN. You can also use a DDNS provider like DuckDNS or no-ip if you don't have a domain. This configuration allows the Immich Android and iphone apps to connect to your server without a VPN or tailscale app on the client side.
If you're hosting your own reverse proxy, [Nginx](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/) is a great option. An example configuration for Nginx is provided [here](/docs/administration/reverse-proxy.md). If you're hosting your own reverse proxy, [Nginx](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/) is a great option. An example configuration for Nginx is provided [here](https://immich.app/docs/administration/reverse-proxy).
You'll also need your own certificate to authenticate https connections. If you're making Immich publicly accesible, [Let's Encrypt](https://letsencrypt.org/) can provide a free certificate for your domain and is the recommended option. Alternatively, a [self-signed certificate](https://en.wikipedia.org/wiki/Self-signed_certificate) allows you to encrypt your connection to Immich, but it raises a security warning on the client's browser. You'll also need your own certificate to authenticate https connections. If you're making Immich publicly accesible, [Let's Encrypt](https://letsencrypt.org/) can provide a free certificate for your domain and is the recommended option. Alternatively, a [self-signed certificate](https://en.wikipedia.org/wiki/Self-signed_certificate) allows you to encrypt your connection to Immich, but it raises a security warning on the client's browser.

View File

@@ -1,82 +0,0 @@
# Backup Script
[Borg](https://www.borgbackup.org/) is a feature-rich deduplicating archiving software with built-in versioning. We provide a template bash script that can be run daily/weekly as a [cron](https://wiki.archlinux.org/title/cron) job to back up your files and database. We encourage you to read the quick-start guide for Borg before running this script.
This script assumes you have a second hard drive connected to your server for on-site backup and ssh access to a remote machine for your third off-site copy. [BorgBase](https://www.borgbase.com/) is an alternative option for off-site backups with a competitive pricing structure. You may choose to skip off-site backups entirely by removing the relevant lines from the template script.
The database is saved to your Immich upload folder in the `database-backup` subdirectory. The database is then backed up and versioned with your assets by Borg. This ensures that the database backup is in sync with your assets in every snapshot.
### Prerequisites
- Borg needs to be installed on your server as well as the remote machine. You can find instructions to install Borg [here](https://borgbackup.readthedocs.io/en/latest/installation.html).
- To run this sript as a non-root user, you should [add your username to the docker group](https://docs.docker.com/engine/install/linux-postinstall/).
- To run this script non-interactively, set up [passwordless ssh](https://www.redhat.com/sysadmin/passwordless-ssh) to your remote machine from your server.
To initialize the borg repository, run the following commands once.
```bash title='Borg set-up'
UPLOAD_LOCATION="/path/to/immich/directory" # Immich database location, as set in your .env file
BACKUP_PATH="/path/to/local/backup/directory"
mkdir "$UPLOAD_LOCATION/database-backup"
mkdir "$BACKUP_PATH/immich-borg"
borg init --encryption=none "$BACKUP_PATH/immich-borg"
## Remote set up
REMOTE_HOST="remote_host@IP"
REMOTE_BACKUP_PATH="/path/to/remote/backup/directory"
ssh "$REMOTE_HOST" "mkdir $REMOTE_BACKUP_PATH/immich-borg"
ssh "$REMOTE_HOST" "borg init --encryption=none $REMOTE_BACKUP_PATH/immich-borg"
```
Edit the following script as necessary and add it to your crontab. Note that this script assumes there are no spaces in your paths. If there are spaces, enclose the paths in double quotes.
```bash title='Borg backup template'
#!/bin/sh
# Paths
UPLOAD_LOCATION="/path/to/immich/directory"
BACKUP_PATH="/path/to/local/backup/directory"
REMOTE_HOST="remote_host@IP"
REMOTE_BACKUP_PATH="/path/to/remote/backup/directory"
### Local
# Backup Immich database
docker exec -t immich_postgres pg_dumpall -c -U postgres | /usr/bin/gzip > $UPLOAD_LOCATION/database-backup/immich-database.sql.gz
### Append to local Borg repository
borg create $BACKUP_PATH/immich-borg::{now} $UPLOAD_LOCATION --exclude $UPLOAD_LOCATION/thumbs/ --exclude $UPLOAD_LOCATION/encoded-video/
borg prune --keep-weekly=4 --keep-monthly=3 $BACKUP_PATH/immich-borg
borg compact $BACKUP_PATH/immich-borg
### Append to remote Borg repository
borg create $REMOTE_HOST:$REMOTE_BACKUP_PATH/immich-borg::{now} $UPLOAD_LOCATION --exclude $UPLOAD_LOCATION/thumbs/ --exclude $UPLOAD_LOCATION/encoded-video/
borg prune --keep-weekly=4 --keep-monthly=3 $REMOTE_HOST:$REMOTE_BACKUP_PATH/immich-borg
borg compact $REMOTE_HOST:$REMOTE_BACKUP_PATH/immich-borg
```
### Restoring
To restore from a backup, use the `borg mount` command.
```bash title='Restore from local backup'
BACKUP_PATH="/path/to/local/backup/directory"
mkdir /tmp/immich-mountpoint
borg mount $BACKUP_PATH/immich-borg /tmp/immich-mountpoint
cd /tmp/immich-mountpoint
```
```bash title='Restore from remote backup'
REMOTE_HOST="remote_host@IP"
REMOTE_BACKUP_PATH="/path/to/remote/backup/directory"
mkdir /tmp/immich-mountpoint
borg mount $REMOTE_HOST:$REMOTE_BACKUP_PATH/immich-borg /tmp/immich-mountpoint
cd /tmp/immich-mountpoint
```
You can find available snapshots in seperate sub-directories at `/tmp/immich-mountpoint`. Restore the files you need, and unmount the Borg repository using `borg umount /tmp/immich-mountpoint`

View File

@@ -142,4 +142,4 @@ So you can just grab it from there, paste it into a file and you're pretty much
### Step 2 - Specify the file location ### Step 2 - Specify the file location
In your `.env` file, set the variable `IMMICH_CONFIG_FILE` to the path of your config. In your `.env` file, set the variable `IMMICH_CONFIG_FILE` to the path of your config.
For more information, refer to the [Environment Variables](/docs/install/environment-variables.md) section. For more information, refer to the [Environment Variables](https://docs.immich.app/docs/install/environment-variables) section.

View File

@@ -30,15 +30,15 @@ These environment variables are used by the `docker-compose.yml` file and do **N
## General ## General
| Variable | Description | Default | Services | | Variable | Description | Default | Services |
| :------------------------------ | :------------------------------------------- | :------------------: | :------------------------------------------- | | :-------------------------- | :------------------------------------------- | :-----------------: | :------------------------------------------- |
| `TZ` | Timezone | | microservices | | `TZ` | Timezone | | microservices |
| `NODE_ENV` | Environment (production, development) | `production` | server, microservices, machine learning, web | | `NODE_ENV` | Environment (production, development) | `production` | server, microservices, machine learning, web |
| `LOG_LEVEL` | Log Level (verbose, debug, log, warn, error) | `log` | server, microservices | | `LOG_LEVEL` | Log Level (verbose, debug, log, warn, error) | `log` | server, microservices |
| `IMMICH_MEDIA_LOCATION` | Media Location | `./upload` | server, microservices | | `IMMICH_MEDIA_LOCATION` | Media Location | `./upload` | server, microservices |
| `IMMICH_CONFIG_FILE` | Path to config file | | server | | `PUBLIC_LOGIN_PAGE_MESSAGE` | Public Login Page Message | | web |
| `IMMICH_WEB_ROOT` | Path of root index.html | `/usr/src/app/www` | server | | `IMMICH_CONFIG_FILE` | Path to config file | | server |
| `IMMICH_REVERSE_GEOCODING_ROOT` | Path of reverse geocoding dump directory | `/usr/src/resources` | microservices | | `IMMICH_WEB_ROOT` | Path of root index.html | `/usr/src/app/www'` | server |
:::tip :::tip
@@ -48,6 +48,12 @@ These environment variables are used by the `docker-compose.yml` file and do **N
::: :::
## Geocoding
| Variable | Description | Default | Services |
| :--------------------------------- | :------------------------------- | :--------------------------: | :------------ |
| `REVERSE_GEOCODING_DUMP_DIRECTORY` | Reverse Geocoding Dump Directory | `./.reverse-geocoding-dump/` | microservices |
## Ports ## Ports
| Variable | Description | Default | Services | | Variable | Description | Default | Services |

View File

@@ -61,12 +61,6 @@ You can select the Jobs tab to see Immich processing your photos.
<img src={require('../guides/img/jobs-tab.png').default} title="Jobs tab" /> <img src={require('../guides/img/jobs-tab.png').default} title="Jobs tab" />
## Set up your backups
You may want to back up the content of your Immich instance
along with other parts of your server; be sure to read about
[database backup](../administration/backup-and-restore).
## Where to go from here? ## Where to go from here?
You may decide you'd like to install the server a different way; You may decide you'd like to install the server a different way;
@@ -85,3 +79,7 @@ there's a [Guide](../guides/external-library) for that.
You may want your mobile device to You may want your mobile device to
[back photos up to your server automatically](../features/automatic-backup). [back photos up to your server automatically](../features/automatic-backup).
You may want to back up the content of your Immich instance
along with other parts of your server; be sure to read about
[database backup](../administration/backup-and-restore).

204
docs/package-lock.json generated
View File

@@ -221,11 +221,11 @@
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
"version": "7.23.5", "version": "7.22.13",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz",
"integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==",
"dependencies": { "dependencies": {
"@babel/highlight": "^7.23.4", "@babel/highlight": "^7.22.13",
"chalk": "^2.4.2" "chalk": "^2.4.2"
}, },
"engines": { "engines": {
@@ -342,11 +342,11 @@
} }
}, },
"node_modules/@babel/generator": { "node_modules/@babel/generator": {
"version": "7.23.6", "version": "7.23.0",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz",
"integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==",
"dependencies": { "dependencies": {
"@babel/types": "^7.23.6", "@babel/types": "^7.23.0",
"@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/gen-mapping": "^0.3.2",
"@jridgewell/trace-mapping": "^0.3.17", "@jridgewell/trace-mapping": "^0.3.17",
"jsesc": "^2.5.1" "jsesc": "^2.5.1"
@@ -625,9 +625,9 @@
} }
}, },
"node_modules/@babel/helper-string-parser": { "node_modules/@babel/helper-string-parser": {
"version": "7.23.4", "version": "7.22.5",
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz",
"integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==",
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"
} }
@@ -675,9 +675,9 @@
} }
}, },
"node_modules/@babel/highlight": { "node_modules/@babel/highlight": {
"version": "7.23.4", "version": "7.22.20",
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz",
"integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==",
"dependencies": { "dependencies": {
"@babel/helper-validator-identifier": "^7.22.20", "@babel/helper-validator-identifier": "^7.22.20",
"chalk": "^2.4.2", "chalk": "^2.4.2",
@@ -752,9 +752,9 @@
} }
}, },
"node_modules/@babel/parser": { "node_modules/@babel/parser": {
"version": "7.23.6", "version": "7.23.0",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.6.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz",
"integrity": "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==", "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==",
"bin": { "bin": {
"parser": "bin/babel-parser.js" "parser": "bin/babel-parser.js"
}, },
@@ -2098,19 +2098,19 @@
} }
}, },
"node_modules/@babel/traverse": { "node_modules/@babel/traverse": {
"version": "7.23.6", "version": "7.23.0",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.6.tgz", "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.0.tgz",
"integrity": "sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==", "integrity": "sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==",
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.23.5", "@babel/code-frame": "^7.22.13",
"@babel/generator": "^7.23.6", "@babel/generator": "^7.23.0",
"@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-environment-visitor": "^7.22.20",
"@babel/helper-function-name": "^7.23.0", "@babel/helper-function-name": "^7.23.0",
"@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-hoist-variables": "^7.22.5",
"@babel/helper-split-export-declaration": "^7.22.6", "@babel/helper-split-export-declaration": "^7.22.6",
"@babel/parser": "^7.23.6", "@babel/parser": "^7.23.0",
"@babel/types": "^7.23.6", "@babel/types": "^7.23.0",
"debug": "^4.3.1", "debug": "^4.1.0",
"globals": "^11.1.0" "globals": "^11.1.0"
}, },
"engines": { "engines": {
@@ -2118,11 +2118,11 @@
} }
}, },
"node_modules/@babel/types": { "node_modules/@babel/types": {
"version": "7.23.6", "version": "7.23.0",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.6.tgz", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz",
"integrity": "sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==", "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==",
"dependencies": { "dependencies": {
"@babel/helper-string-parser": "^7.23.4", "@babel/helper-string-parser": "^7.22.5",
"@babel/helper-validator-identifier": "^7.22.20", "@babel/helper-validator-identifier": "^7.22.20",
"to-fast-properties": "^2.0.0" "to-fast-properties": "^2.0.0"
}, },
@@ -2890,9 +2890,9 @@
"integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==" "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
}, },
"node_modules/@mdi/js": { "node_modules/@mdi/js": {
"version": "7.4.47", "version": "7.3.67",
"resolved": "https://registry.npmjs.org/@mdi/js/-/js-7.4.47.tgz", "resolved": "https://registry.npmjs.org/@mdi/js/-/js-7.3.67.tgz",
"integrity": "sha512-KPnNOtm5i2pMabqZxpUz7iQf+mfrYZyKCZ8QNz85czgEt7cuHcGorWfdzUMWYA0SD+a6Hn4FmJ+YhzzzjkTZrQ==" "integrity": "sha512-MnRjknFqpTC6FifhGHjZ0+QYq2bAkZFQqIj8JA2AdPZbBxUvr8QSgB2yPAJ8/ob/XkR41xlg5majDR3c1JP1hw=="
}, },
"node_modules/@mdi/react": { "node_modules/@mdi/react": {
"version": "1.6.1", "version": "1.6.1",
@@ -4830,9 +4830,9 @@
} }
}, },
"node_modules/classnames": { "node_modules/classnames": {
"version": "2.5.1", "version": "2.3.2",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz",
"integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw=="
}, },
"node_modules/clean-css": { "node_modules/clean-css": {
"version": "5.3.2", "version": "5.3.2",
@@ -9194,9 +9194,9 @@
} }
}, },
"node_modules/nanoid": { "node_modules/nanoid": {
"version": "3.3.7", "version": "3.3.6",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@@ -10024,9 +10024,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.4.32", "version": "8.4.31",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
"integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@@ -10042,7 +10042,7 @@
} }
], ],
"dependencies": { "dependencies": {
"nanoid": "^3.3.7", "nanoid": "^3.3.6",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"source-map-js": "^1.0.2" "source-map-js": "^1.0.2"
}, },
@@ -10850,9 +10850,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.1.1", "version": "3.1.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz",
"integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==", "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==",
"dev": true, "dev": true,
"bin": { "bin": {
"prettier": "bin/prettier.cjs" "prettier": "bin/prettier.cjs"
@@ -13332,9 +13332,9 @@
} }
}, },
"node_modules/tailwindcss": { "node_modules/tailwindcss": {
"version": "3.4.0", "version": "3.3.5",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz",
"integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==",
"dependencies": { "dependencies": {
"@alloc/quick-lru": "^5.2.0", "@alloc/quick-lru": "^5.2.0",
"arg": "^5.0.2", "arg": "^5.0.2",
@@ -13666,9 +13666,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.3.3", "version": "5.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz",
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
@@ -15205,11 +15205,11 @@
} }
}, },
"@babel/code-frame": { "@babel/code-frame": {
"version": "7.23.5", "version": "7.22.13",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz",
"integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==",
"requires": { "requires": {
"@babel/highlight": "^7.23.4", "@babel/highlight": "^7.22.13",
"chalk": "^2.4.2" "chalk": "^2.4.2"
}, },
"dependencies": { "dependencies": {
@@ -15299,11 +15299,11 @@
} }
}, },
"@babel/generator": { "@babel/generator": {
"version": "7.23.6", "version": "7.23.0",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz",
"integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==",
"requires": { "requires": {
"@babel/types": "^7.23.6", "@babel/types": "^7.23.0",
"@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/gen-mapping": "^0.3.2",
"@jridgewell/trace-mapping": "^0.3.17", "@jridgewell/trace-mapping": "^0.3.17",
"jsesc": "^2.5.1" "jsesc": "^2.5.1"
@@ -15504,9 +15504,9 @@
} }
}, },
"@babel/helper-string-parser": { "@babel/helper-string-parser": {
"version": "7.23.4", "version": "7.22.5",
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz",
"integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==" "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw=="
}, },
"@babel/helper-validator-identifier": { "@babel/helper-validator-identifier": {
"version": "7.22.20", "version": "7.22.20",
@@ -15539,9 +15539,9 @@
} }
}, },
"@babel/highlight": { "@babel/highlight": {
"version": "7.23.4", "version": "7.22.20",
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz",
"integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==",
"requires": { "requires": {
"@babel/helper-validator-identifier": "^7.22.20", "@babel/helper-validator-identifier": "^7.22.20",
"chalk": "^2.4.2", "chalk": "^2.4.2",
@@ -15600,9 +15600,9 @@
} }
}, },
"@babel/parser": { "@babel/parser": {
"version": "7.23.6", "version": "7.23.0",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.6.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz",
"integrity": "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==" "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw=="
}, },
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
"version": "7.22.15", "version": "7.22.15",
@@ -16473,28 +16473,28 @@
} }
}, },
"@babel/traverse": { "@babel/traverse": {
"version": "7.23.6", "version": "7.23.0",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.6.tgz", "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.0.tgz",
"integrity": "sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==", "integrity": "sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==",
"requires": { "requires": {
"@babel/code-frame": "^7.23.5", "@babel/code-frame": "^7.22.13",
"@babel/generator": "^7.23.6", "@babel/generator": "^7.23.0",
"@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-environment-visitor": "^7.22.20",
"@babel/helper-function-name": "^7.23.0", "@babel/helper-function-name": "^7.23.0",
"@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-hoist-variables": "^7.22.5",
"@babel/helper-split-export-declaration": "^7.22.6", "@babel/helper-split-export-declaration": "^7.22.6",
"@babel/parser": "^7.23.6", "@babel/parser": "^7.23.0",
"@babel/types": "^7.23.6", "@babel/types": "^7.23.0",
"debug": "^4.3.1", "debug": "^4.1.0",
"globals": "^11.1.0" "globals": "^11.1.0"
} }
}, },
"@babel/types": { "@babel/types": {
"version": "7.23.6", "version": "7.23.0",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.6.tgz", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz",
"integrity": "sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==", "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==",
"requires": { "requires": {
"@babel/helper-string-parser": "^7.23.4", "@babel/helper-string-parser": "^7.22.5",
"@babel/helper-validator-identifier": "^7.22.20", "@babel/helper-validator-identifier": "^7.22.20",
"to-fast-properties": "^2.0.0" "to-fast-properties": "^2.0.0"
} }
@@ -17069,9 +17069,9 @@
"integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==" "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
}, },
"@mdi/js": { "@mdi/js": {
"version": "7.4.47", "version": "7.3.67",
"resolved": "https://registry.npmjs.org/@mdi/js/-/js-7.4.47.tgz", "resolved": "https://registry.npmjs.org/@mdi/js/-/js-7.3.67.tgz",
"integrity": "sha512-KPnNOtm5i2pMabqZxpUz7iQf+mfrYZyKCZ8QNz85czgEt7cuHcGorWfdzUMWYA0SD+a6Hn4FmJ+YhzzzjkTZrQ==" "integrity": "sha512-MnRjknFqpTC6FifhGHjZ0+QYq2bAkZFQqIj8JA2AdPZbBxUvr8QSgB2yPAJ8/ob/XkR41xlg5majDR3c1JP1hw=="
}, },
"@mdi/react": { "@mdi/react": {
"version": "1.6.1", "version": "1.6.1",
@@ -18522,9 +18522,9 @@
"integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==" "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw=="
}, },
"classnames": { "classnames": {
"version": "2.5.1", "version": "2.3.2",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz",
"integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw=="
}, },
"clean-css": { "clean-css": {
"version": "5.3.2", "version": "5.3.2",
@@ -21697,9 +21697,9 @@
} }
}, },
"nanoid": { "nanoid": {
"version": "3.3.7", "version": "3.3.6",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA=="
}, },
"native-promise-only": { "native-promise-only": {
"version": "0.8.1", "version": "0.8.1",
@@ -22304,11 +22304,11 @@
} }
}, },
"postcss": { "postcss": {
"version": "8.4.32", "version": "8.4.31",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
"integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
"requires": { "requires": {
"nanoid": "^3.3.7", "nanoid": "^3.3.6",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"source-map-js": "^1.0.2" "source-map-js": "^1.0.2"
} }
@@ -22803,9 +22803,9 @@
"integrity": "sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==" "integrity": "sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA=="
}, },
"prettier": { "prettier": {
"version": "3.1.1", "version": "3.1.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz",
"integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==", "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==",
"dev": true "dev": true
}, },
"pretty-error": { "pretty-error": {
@@ -24689,9 +24689,9 @@
} }
}, },
"tailwindcss": { "tailwindcss": {
"version": "3.4.0", "version": "3.3.5",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz",
"integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==",
"requires": { "requires": {
"@alloc/quick-lru": "^5.2.0", "@alloc/quick-lru": "^5.2.0",
"arg": "^5.0.2", "arg": "^5.0.2",
@@ -24929,9 +24929,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "5.3.3", "version": "5.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz",
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==" "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ=="
}, },
"ua-parser-js": { "ua-parser-js": {
"version": "1.0.36", "version": "1.0.36",

View File

@@ -1,4 +1,4 @@
FROM python:3.11-bookworm@sha256:291405e32318285d8913b7b03293777c255fb1e89305c82aa495ac747b0049fe as builder FROM python:3.11-bookworm@sha256:ba7a7ac30c38e119c4304f98ef0e188f90f4f67a958bb6899da9defb99bfb471 as builder
ENV PYTHONDONTWRITEBYTECODE=1 \ ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \ PYTHONUNBUFFERED=1 \
@@ -13,7 +13,7 @@ ENV VIRTUAL_ENV="/opt/venv" PATH="/opt/venv/bin:${PATH}"
COPY poetry.lock pyproject.toml ./ COPY poetry.lock pyproject.toml ./
RUN poetry install --sync --no-interaction --no-ansi --no-root --only main RUN poetry install --sync --no-interaction --no-ansi --no-root --only main
FROM python:3.11-slim-bookworm@sha256:8f64a67710f3d981cf3008d6f9f1dbe61accd7927f165f4e37ea3f8b883ccc3f FROM python:3.11-slim-bookworm@sha256:cfd7ed5c11a88ce533d69a1da2fd932d647f9eb6791c5b4ddce081aedf7f7876
RUN apt-get update && apt-get install -y --no-install-recommends tini libmimalloc2.0 && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get install -y --no-install-recommends tini libmimalloc2.0 && rm -rf /var/lib/apt/lists/*

View File

@@ -162,9 +162,9 @@ class OpenCLIPEncoder(BaseCLIPEncoder):
context_length = self.model_cfg["text_cfg"]["context_length"] context_length = self.model_cfg["text_cfg"]["context_length"]
pad_token = self.tokenizer_cfg["pad_token"] pad_token = self.tokenizer_cfg["pad_token"]
size = self.preprocess_cfg["size"] self.size = (
self.size = size[0] if isinstance(size, list) else size self.preprocess_cfg["size"][0] if type(self.preprocess_cfg["size"]) == list else self.preprocess_cfg["size"]
)
self.resampling = get_pil_resampling(self.preprocess_cfg["interpolation"]) self.resampling = get_pil_resampling(self.preprocess_cfg["interpolation"])
self.mean = np.array(self.preprocess_cfg["mean"], dtype=np.float32) self.mean = np.array(self.preprocess_cfg["mean"], dtype=np.float32)
self.std = np.array(self.preprocess_cfg["std"], dtype=np.float32) self.std = np.array(self.preprocess_cfg["std"], dtype=np.float32)

View File

@@ -42,4 +42,4 @@ class Face(TypedDict):
def has_profiling(obj: Any) -> TypeGuard[HasProfiling]: def has_profiling(obj: Any) -> TypeGuard[HasProfiling]:
return hasattr(obj, "profiling") and isinstance(obj.profiling, dict) return hasattr(obj, "profiling") and type(obj.profiling) == dict

View File

@@ -1,4 +1,4 @@
FROM mambaorg/micromamba:bookworm-slim@sha256:a7033851ca71454ed8cfbc958fdd62a72e6fa90f71ccb3aa9b15e67a98f66a1e as builder FROM mambaorg/micromamba:bookworm-slim@sha256:5ea70d22075f7209d0410e28b7ce5b1703623099fa04d1154081156b180f739c as builder
ENV NODE_ENV=production \ ENV NODE_ENV=production \
TRANSFORMERS_CACHE=/cache \ TRANSFORMERS_CACHE=/cache \

View File

@@ -42,24 +42,25 @@ tests = ["pytest"]
[[package]] [[package]]
name = "anyio" name = "anyio"
version = "3.7.1" version = "4.2.0"
description = "High level compatibility layer for multiple asynchronous event loop implementations" description = "High level compatibility layer for multiple asynchronous event loop implementations"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.8"
files = [ files = [
{file = "anyio-3.7.1-py3-none-any.whl", hash = "sha256:91dee416e570e92c64041bd18b900d1d6fa78dff7048769ce5ac5ddad004fbb5"}, {file = "anyio-4.2.0-py3-none-any.whl", hash = "sha256:745843b39e829e108e518c489b31dc757de7d2131d53fac32bd8df268227bfee"},
{file = "anyio-3.7.1.tar.gz", hash = "sha256:44a3c9aba0f5defa43261a8b3efb97891f2bd7d804e0e1f56419befa1adfc780"}, {file = "anyio-4.2.0.tar.gz", hash = "sha256:e1875bb4b4e2de1669f4bc7869b6d3f54231cdced71605e6e64c9be77e3be50f"},
] ]
[package.dependencies] [package.dependencies]
exceptiongroup = {version = "*", markers = "python_version < \"3.11\""} exceptiongroup = {version = ">=1.0.2", markers = "python_version < \"3.11\""}
idna = ">=2.8" idna = ">=2.8"
sniffio = ">=1.1" sniffio = ">=1.1"
typing-extensions = {version = ">=4.1", markers = "python_version < \"3.11\""}
[package.extras] [package.extras]
doc = ["Sphinx", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme (>=1.2.2)", "sphinxcontrib-jquery"] doc = ["Sphinx (>=7)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"]
test = ["anyio[trio]", "coverage[toml] (>=4.5)", "hypothesis (>=4.0)", "mock (>=4)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "uvloop (>=0.17)"] test = ["anyio[trio]", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "uvloop (>=0.17)"]
trio = ["trio (<0.22)"] trio = ["trio (>=0.23)"]
[[package]] [[package]]
name = "black" name = "black"
@@ -672,23 +673,24 @@ test = ["pytest (>=6)"]
[[package]] [[package]]
name = "fastapi" name = "fastapi"
version = "0.106.0" version = "0.95.2"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.7"
files = [ files = [
{file = "fastapi-0.106.0-py3-none-any.whl", hash = "sha256:193c2f1b495d1d6561a3dc1ca02a150757322247d895ff6bf15b6eefee24feb9"}, {file = "fastapi-0.95.2-py3-none-any.whl", hash = "sha256:d374dbc4ef2ad9b803899bd3360d34c534adc574546e25314ab72c0c4411749f"},
{file = "fastapi-0.106.0.tar.gz", hash = "sha256:c7e7453ac8c4b7414bbafcf90127d743559808eee286ae2c9f99a501f0b534a0"}, {file = "fastapi-0.95.2.tar.gz", hash = "sha256:4d9d3e8c71c73f11874bcf5e33626258d143252e329a01002f767306c64fb982"},
] ]
[package.dependencies] [package.dependencies]
anyio = ">=3.7.1,<4.0.0" pydantic = ">=1.6.2,<1.7 || >1.7,<1.7.1 || >1.7.1,<1.7.2 || >1.7.2,<1.7.3 || >1.7.3,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0"
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0"
starlette = ">=0.27.0,<0.28.0" starlette = ">=0.27.0,<0.28.0"
typing-extensions = ">=4.8.0"
[package.extras] [package.extras]
all = ["email-validator (>=2.0.0)", "httpx (>=0.23.0)", "itsdangerous (>=1.1.0)", "jinja2 (>=2.11.2)", "orjson (>=3.2.1)", "pydantic-extra-types (>=2.0.0)", "pydantic-settings (>=2.0.0)", "python-multipart (>=0.0.5)", "pyyaml (>=5.3.1)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0)", "uvicorn[standard] (>=0.12.0)"] all = ["email-validator (>=1.1.1)", "httpx (>=0.23.0)", "itsdangerous (>=1.1.0)", "jinja2 (>=2.11.2)", "orjson (>=3.2.1)", "python-multipart (>=0.0.5)", "pyyaml (>=5.3.1)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0)", "uvicorn[standard] (>=0.12.0)"]
dev = ["pre-commit (>=2.17.0,<3.0.0)", "ruff (==0.0.138)", "uvicorn[standard] (>=0.12.0,<0.21.0)"]
doc = ["mdx-include (>=1.4.1,<2.0.0)", "mkdocs (>=1.1.2,<2.0.0)", "mkdocs-markdownextradata-plugin (>=0.1.7,<0.3.0)", "mkdocs-material (>=8.1.4,<9.0.0)", "pyyaml (>=5.3.1,<7.0.0)", "typer-cli (>=0.0.13,<0.0.14)", "typer[all] (>=0.6.1,<0.8.0)"]
test = ["anyio[trio] (>=3.2.1,<4.0.0)", "black (==23.1.0)", "coverage[toml] (>=6.5.0,<8.0)", "databases[sqlite] (>=0.3.2,<0.7.0)", "email-validator (>=1.1.1,<2.0.0)", "flask (>=1.1.2,<3.0.0)", "httpx (>=0.23.0,<0.24.0)", "isort (>=5.0.6,<6.0.0)", "mypy (==0.982)", "orjson (>=3.2.1,<4.0.0)", "passlib[bcrypt] (>=1.7.2,<2.0.0)", "peewee (>=3.13.3,<4.0.0)", "pytest (>=7.1.3,<8.0.0)", "python-jose[cryptography] (>=3.3.0,<4.0.0)", "python-multipart (>=0.0.5,<0.0.7)", "pyyaml (>=5.3.1,<7.0.0)", "ruff (==0.0.138)", "sqlalchemy (>=1.3.18,<1.4.43)", "types-orjson (==3.6.2)", "types-ujson (==5.7.0.1)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0)"]
[[package]] [[package]]
name = "filelock" name = "filelock"
@@ -1172,24 +1174,24 @@ files = [
[[package]] [[package]]
name = "httpcore" name = "httpcore"
version = "1.0.2" version = "0.17.3"
description = "A minimal low-level HTTP client." description = "A minimal low-level HTTP client."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.7"
files = [ files = [
{file = "httpcore-1.0.2-py3-none-any.whl", hash = "sha256:096cc05bca73b8e459a1fc3dcf585148f63e534eae4339559c9b8a8d6399acc7"}, {file = "httpcore-0.17.3-py3-none-any.whl", hash = "sha256:c2789b767ddddfa2a5782e3199b2b7f6894540b17b16ec26b2c4d8e103510b87"},
{file = "httpcore-1.0.2.tar.gz", hash = "sha256:9fc092e4799b26174648e54b74ed5f683132a464e95643b226e00c2ed2fa6535"}, {file = "httpcore-0.17.3.tar.gz", hash = "sha256:a6f30213335e34c1ade7be6ec7c47f19f50c56db36abef1a9dfa3815b1cb3888"},
] ]
[package.dependencies] [package.dependencies]
anyio = ">=3.0,<5.0"
certifi = "*" certifi = "*"
h11 = ">=0.13,<0.15" h11 = ">=0.13,<0.15"
sniffio = "==1.*"
[package.extras] [package.extras]
asyncio = ["anyio (>=4.0,<5.0)"]
http2 = ["h2 (>=3,<5)"] http2 = ["h2 (>=3,<5)"]
socks = ["socksio (==1.*)"] socks = ["socksio (==1.*)"]
trio = ["trio (>=0.22.0,<0.23.0)"]
[[package]] [[package]]
name = "httptools" name = "httptools"
@@ -1241,19 +1243,18 @@ test = ["Cython (>=0.29.24,<0.30.0)"]
[[package]] [[package]]
name = "httpx" name = "httpx"
version = "0.26.0" version = "0.24.1"
description = "The next generation HTTP client." description = "The next generation HTTP client."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.7"
files = [ files = [
{file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"}, {file = "httpx-0.24.1-py3-none-any.whl", hash = "sha256:06781eb9ac53cde990577af654bd990a4949de37a28bdb4a230d434f3a30b9bd"},
{file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"}, {file = "httpx-0.24.1.tar.gz", hash = "sha256:5853a43053df830c20f8110c5e69fe44d035d850b2dfe795e196f00fdb774bdd"},
] ]
[package.dependencies] [package.dependencies]
anyio = "*"
certifi = "*" certifi = "*"
httpcore = "==1.*" httpcore = ">=0.15.0,<0.18.0"
idna = "*" idna = "*"
sniffio = "*" sniffio = "*"
@@ -2411,13 +2412,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no
[[package]] [[package]]
name = "pytest-asyncio" name = "pytest-asyncio"
version = "0.23.2" version = "0.21.1"
description = "Pytest support for asyncio" description = "Pytest support for asyncio"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.7"
files = [ files = [
{file = "pytest-asyncio-0.23.2.tar.gz", hash = "sha256:c16052382554c7b22d48782ab3438d5b10f8cf7a4bdcae7f0f67f097d95beecc"}, {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"},
{file = "pytest_asyncio-0.23.2-py3-none-any.whl", hash = "sha256:ea9021364e32d58f0be43b91c6233fb8d2224ccef2398d6837559e587682808f"}, {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"},
] ]
[package.dependencies] [package.dependencies]
@@ -2425,7 +2426,7 @@ pytest = ">=7.0.0"
[package.extras] [package.extras]
docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"]
testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (>=0.931)", "pytest-trio (>=0.7.0)"]
[[package]] [[package]]
name = "pytest-cov" name = "pytest-cov"
@@ -2759,28 +2760,28 @@ files = [
[[package]] [[package]]
name = "ruff" name = "ruff"
version = "0.1.9" version = "0.0.272"
description = "An extremely fast Python linter and code formatter, written in Rust." description = "An extremely fast Python linter, written in Rust."
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "ruff-0.1.9-py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:e6a212f436122ac73df851f0cf006e0c6612fe6f9c864ed17ebefce0eff6a5fd"}, {file = "ruff-0.0.272-py3-none-macosx_10_7_x86_64.whl", hash = "sha256:ae9b57546e118660175d45d264b87e9b4c19405c75b587b6e4d21e6a17bf4fdf"},
{file = "ruff-0.1.9-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:28d920e319783d5303333630dae46ecc80b7ba294aeffedf946a02ac0b7cc3db"}, {file = "ruff-0.0.272-py3-none-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:1609b864a8d7ee75a8c07578bdea0a7db75a144404e75ef3162e0042bfdc100d"},
{file = "ruff-0.1.9-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:104aa9b5e12cb755d9dce698ab1b97726b83012487af415a4512fedd38b1459e"}, {file = "ruff-0.0.272-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ee76b4f05fcfff37bd6ac209d1370520d509ea70b5a637bdf0a04d0c99e13dff"},
{file = "ruff-0.1.9-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:1e63bf5a4a91971082a4768a0aba9383c12392d0d6f1e2be2248c1f9054a20da"}, {file = "ruff-0.0.272-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:48eccf225615e106341a641f826b15224b8a4240b84269ead62f0afd6d7e2d95"},
{file = "ruff-0.1.9-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4d0738917c203246f3e275b37006faa3aa96c828b284ebfe3e99a8cb413c8c4b"}, {file = "ruff-0.0.272-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:677284430ac539bb23421a2b431b4ebc588097ef3ef918d0e0a8d8ed31fea216"},
{file = "ruff-0.1.9-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:69dac82d63a50df2ab0906d97a01549f814b16bc806deeac4f064ff95c47ddf5"}, {file = "ruff-0.0.272-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:9c4bfb75456a8e1efe14c52fcefb89cfb8f2a0d31ed8d804b82c6cf2dc29c42c"},
{file = "ruff-0.1.9-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2aec598fb65084e41a9c5d4b95726173768a62055aafb07b4eff976bac72a592"}, {file = "ruff-0.0.272-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:86bc788245361a8148ff98667da938a01e1606b28a45e50ac977b09d3ad2c538"},
{file = "ruff-0.1.9-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:744dfe4b35470fa3820d5fe45758aace6269c578f7ddc43d447868cfe5078bcb"}, {file = "ruff-0.0.272-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:27b2ea68d2aa69fff1b20b67636b1e3e22a6a39e476c880da1282c3e4bf6ee5a"},
{file = "ruff-0.1.9-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:479ca4250cab30f9218b2e563adc362bd6ae6343df7c7b5a7865300a5156d5a6"}, {file = "ruff-0.0.272-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bd2bbe337a3f84958f796c77820d55ac2db1e6753f39d1d1baed44e07f13f96d"},
{file = "ruff-0.1.9-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:aa8344310f1ae79af9ccd6e4b32749e93cddc078f9b5ccd0e45bd76a6d2e8bb6"}, {file = "ruff-0.0.272-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:d5a208f8ef0e51d4746930589f54f9f92f84bb69a7d15b1de34ce80a7681bc00"},
{file = "ruff-0.1.9-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:837c739729394df98f342319f5136f33c65286b28b6b70a87c28f59354ec939b"}, {file = "ruff-0.0.272-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:905ff8f3d6206ad56fcd70674453527b9011c8b0dc73ead27618426feff6908e"},
{file = "ruff-0.1.9-py3-none-musllinux_1_2_i686.whl", hash = "sha256:e6837202c2859b9f22e43cb01992373c2dbfeae5c0c91ad691a4a2e725392464"}, {file = "ruff-0.0.272-py3-none-musllinux_1_2_i686.whl", hash = "sha256:19643d448f76b1eb8a764719072e9c885968971bfba872e14e7257e08bc2f2b7"},
{file = "ruff-0.1.9-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:331aae2cd4a0554667ac683243b151c74bd60e78fb08c3c2a4ac05ee1e606a39"}, {file = "ruff-0.0.272-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:691d72a00a99707a4e0b2846690961157aef7b17b6b884f6b4420a9f25cd39b5"},
{file = "ruff-0.1.9-py3-none-win32.whl", hash = "sha256:8151425a60878e66f23ad47da39265fc2fad42aed06fb0a01130e967a7a064f4"}, {file = "ruff-0.0.272-py3-none-win32.whl", hash = "sha256:dc406e5d756d932da95f3af082814d2467943631a587339ee65e5a4f4fbe83eb"},
{file = "ruff-0.1.9-py3-none-win_amd64.whl", hash = "sha256:c497d769164df522fdaf54c6eba93f397342fe4ca2123a2e014a5b8fc7df81c7"}, {file = "ruff-0.0.272-py3-none-win_amd64.whl", hash = "sha256:a37ec80e238ead2969b746d7d1b6b0d31aa799498e9ba4281ab505b93e1f4b28"},
{file = "ruff-0.1.9-py3-none-win_arm64.whl", hash = "sha256:0e17f53bcbb4fff8292dfd84cf72d767b5e146f009cccd40c2fad27641f8a7a9"}, {file = "ruff-0.0.272-py3-none-win_arm64.whl", hash = "sha256:06b8ee4eb8711ab119db51028dd9f5384b44728c23586424fd6e241a5b9c4a3b"},
{file = "ruff-0.1.9.tar.gz", hash = "sha256:b041dee2734719ddbb4518f762c982f2e912e7f28b8ee4fe1dee0b15d1b6e800"}, {file = "ruff-0.0.272.tar.gz", hash = "sha256:273a01dc8c3c4fd4c2af7ea7a67c8d39bb09bce466e640dd170034da75d14cab"},
] ]
[[package]] [[package]]
@@ -3192,13 +3193,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]] [[package]]
name = "uvicorn" name = "uvicorn"
version = "0.25.0" version = "0.22.0"
description = "The lightning-fast ASGI server." description = "The lightning-fast ASGI server."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.7"
files = [ files = [
{file = "uvicorn-0.25.0-py3-none-any.whl", hash = "sha256:ce107f5d9bd02b4636001a77a4e74aab5e1e2b146868ebbad565237145af444c"}, {file = "uvicorn-0.22.0-py3-none-any.whl", hash = "sha256:e9434d3bbf05f310e762147f769c9f21235ee118ba2d2bf1155a7196448bd996"},
{file = "uvicorn-0.25.0.tar.gz", hash = "sha256:6dddbad1d7ee0f5140aba5ec138ddc9612c5109399903828b4874c9937f009c2"}, {file = "uvicorn-0.22.0.tar.gz", hash = "sha256:79277ae03db57ce7d9aa0567830bbb51d7a612f54d6e1e3e92da3ef24c2c8ed8"},
] ]
[package.dependencies] [package.dependencies]
@@ -3208,7 +3209,6 @@ h11 = ">=0.8"
httptools = {version = ">=0.5.0", optional = true, markers = "extra == \"standard\""} httptools = {version = ">=0.5.0", optional = true, markers = "extra == \"standard\""}
python-dotenv = {version = ">=0.13", optional = true, markers = "extra == \"standard\""} python-dotenv = {version = ">=0.13", optional = true, markers = "extra == \"standard\""}
pyyaml = {version = ">=5.1", optional = true, markers = "extra == \"standard\""} pyyaml = {version = ">=5.1", optional = true, markers = "extra == \"standard\""}
typing-extensions = {version = ">=4.0", markers = "python_version < \"3.11\""}
uvloop = {version = ">=0.14.0,<0.15.0 || >0.15.0,<0.15.1 || >0.15.1", optional = true, markers = "(sys_platform != \"win32\" and sys_platform != \"cygwin\") and platform_python_implementation != \"PyPy\" and extra == \"standard\""} uvloop = {version = ">=0.14.0,<0.15.0 || >0.15.0,<0.15.1 || >0.15.1", optional = true, markers = "(sys_platform != \"win32\" and sys_platform != \"cygwin\") and platform_python_implementation != \"PyPy\" and extra == \"standard\""}
watchfiles = {version = ">=0.13", optional = true, markers = "extra == \"standard\""} watchfiles = {version = ">=0.13", optional = true, markers = "extra == \"standard\""}
websockets = {version = ">=10.4", optional = true, markers = "extra == \"standard\""} websockets = {version = ">=10.4", optional = true, markers = "extra == \"standard\""}

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "machine-learning" name = "machine-learning"
version = "1.92.0" version = "1.91.4"
description = "" description = ""
authors = ["Hau Tran <alex.tran1502@gmail.com>"] authors = ["Hau Tran <alex.tran1502@gmail.com>"]
readme = "README.md" readme = "README.md"

View File

@@ -52,6 +52,7 @@ dart_code_metrics:
- avoid-cascade-after-if-null - avoid-cascade-after-if-null
- avoid-collapsible-if - avoid-collapsible-if
- avoid-collection-methods-with-unrelated-types - avoid-collection-methods-with-unrelated-types
- avoid-declaring-call-method
- avoid-double-slash-imports - avoid-double-slash-imports
- avoid-duplicate-cascades - avoid-duplicate-cascades
- avoid-duplicate-patterns - avoid-duplicate-patterns

View File

@@ -35,8 +35,8 @@ platform :android do
task: 'bundle', task: 'bundle',
build_type: 'Release', build_type: 'Release',
properties: { properties: {
"android.injected.version.code" => 117, "android.injected.version.code" => 116,
"android.injected.version.name" => "1.92.0", "android.injected.version.name" => "1.91.4",
} }
) )
upload_to_play_store(skip_upload_apk: true, skip_upload_images: true, skip_upload_screenshots: true, aab: '../build/app/outputs/bundle/release/app-release.aab') upload_to_play_store(skip_upload_apk: true, skip_upload_images: true, skip_upload_screenshots: true, aab: '../build/app/outputs/bundle/release/app-release.aab')

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Added to {album}", "add_to_album_bottom_sheet_added": "Added to {album}",
"add_to_album_bottom_sheet_already_exists": "Already in {album}", "add_to_album_bottom_sheet_already_exists": "Already in {album}",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.", "advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.",
"advanced_settings_prefer_remote_title": "Prefereix imatges remotes", "advanced_settings_prefer_remote_title": "Prefereix imatges remotes",
"advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.", "advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Sign out", "app_bar_signout_dialog_title": "Sign out",
"archive_page_no_archived_assets": "No s'ha trobat res arxivat", "archive_page_no_archived_assets": "No s'ha trobat res arxivat",
"archive_page_title": "Arxiu({})", "archive_page_title": "Arxiu({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dynamic layout", "asset_list_layout_settings_dynamic_layout_title": "Dynamic layout",
"asset_list_layout_settings_group_automatically": "Automàtic", "asset_list_layout_settings_group_automatically": "Automàtic",
"asset_list_layout_settings_group_by": "Group assets by", "asset_list_layout_settings_group_by": "Group assets by",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Library page thumbnails ({} assets)", "cache_settings_album_thumbnails": "Library page thumbnails ({} assets)",
"cache_settings_clear_cache_button": "Clear cache", "cache_settings_clear_cache_button": "Clear cache",
"cache_settings_clear_cache_button_title": "Clears the app's cache. This will significantly impact the app's performance until the cache has rebuilt.", "cache_settings_clear_cache_button_title": "Clears the app's cache. This will significantly impact the app's performance until the cache has rebuilt.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "Image cache size ({} assets)", "cache_settings_image_cache_size": "Image cache size ({} assets)",
"cache_settings_statistics_album": "Library thumbnails", "cache_settings_statistics_album": "Library thumbnails",
"cache_settings_statistics_assets": "{} elements ({})", "cache_settings_statistics_assets": "{} elements ({})",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Arxiu", "control_bottom_app_bar_archive": "Arxiu",
"control_bottom_app_bar_create_new_album": "Crea un àlbum nou", "control_bottom_app_bar_create_new_album": "Crea un àlbum nou",
"control_bottom_app_bar_delete": "Esborra", "control_bottom_app_bar_delete": "Esborra",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Preferit", "control_bottom_app_bar_favorite": "Preferit",
"control_bottom_app_bar_share": "Share", "control_bottom_app_bar_share": "Share",
"control_bottom_app_bar_share_to": "Share To", "control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "Stack", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "Desarxiva", "control_bottom_app_bar_unarchive": "Desarxiva",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Upload", "control_bottom_app_bar_upload": "Upload",
"create_album_page_untitled": "Untitled", "create_album_page_untitled": "Untitled",
"create_shared_album_page_create": "Create", "create_shared_album_page_create": "Create",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Delete Shared Link", "delete_shared_link_dialog_title": "Delete Shared Link",
"description_input_hint_text": "Afegeix descripció...", "description_input_hint_text": "Afegeix descripció...",
"description_input_submit_error": "Error updating description, check the log for more details", "description_input_submit_error": "Error updating description, check the log for more details",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Afegeix descripció", "exif_bottom_sheet_description": "Afegeix descripció",
"exif_bottom_sheet_details": "DETALLS", "exif_bottom_sheet_details": "DETALLS",
"exif_bottom_sheet_location": "UBICACIÓ", "exif_bottom_sheet_location": "UBICACIÓ",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "Work in progress", "experimental_settings_new_asset_list_subtitle": "Work in progress",
"experimental_settings_new_asset_list_title": "Enable experimental photo grid", "experimental_settings_new_asset_list_title": "Enable experimental photo grid",
"experimental_settings_subtitle": "Use at your own risk!", "experimental_settings_subtitle": "Use at your own risk!",
@@ -204,22 +189,12 @@
"library_page_favorites": "Favorites", "library_page_favorites": "Favorites",
"library_page_new_album": "New album", "library_page_new_album": "New album",
"library_page_sharing": "Sharing", "library_page_sharing": "Sharing",
"library_page_sort_asset_count": "Number of assets", "library_page_sort_created": "Most recently created",
"library_page_sort_created": "Created date",
"library_page_sort_last_modified": "Last modified", "library_page_sort_last_modified": "Last modified",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Most recent photo", "library_page_sort_most_recent_photo": "Most recent photo",
"library_page_sort_title": "Album title", "library_page_sort_title": "Album title",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "Login has been disabled", "login_disabled": "Login has been disabled",
"login_form_api_exception": "API exception. Please check the server URL and try again.", "login_form_api_exception": "API exception. Please check the server URL and try again.",
"login_form_back_button_text": "Back",
"login_form_button_text": "Entra", "login_form_button_text": "Entra",
"login_form_email_hint": "elteu@correu.cat", "login_form_email_hint": "elteu@correu.cat",
"login_form_endpoint_hint": "http://ip-del-servidor:port/api", "login_form_endpoint_hint": "http://ip-del-servidor:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Could not connect to server.", "login_form_server_error": "Could not connect to server.",
"login_password_changed_error": "There was an error updating your password", "login_password_changed_error": "There was an error updating your password",
"login_password_changed_success": "Password updated successfully", "login_password_changed_success": "Password updated successfully",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "Cannot get user's location", "map_cannot_get_user_location": "Cannot get user's location",
"map_location_dialog_cancel": "Cancel", "map_location_dialog_cancel": "Cancel",
"map_location_dialog_yes": "Yes", "map_location_dialog_yes": "Yes",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?", "map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?",
"map_location_service_disabled_title": "Location Service disabled", "map_location_service_disabled_title": "Location Service disabled",
"map_no_assets_in_bounds": "No photos in this area", "map_no_assets_in_bounds": "No photos in this area",
"map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?", "map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?",
"map_no_location_permission_title": "Location Permission denied", "map_no_location_permission_title": "Location Permission denied",
"map_settings_dark_mode": "Dark mode", "map_settings_dark_mode": "Dark mode",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Cancel", "map_settings_dialog_cancel": "Cancel",
"map_settings_dialog_save": "Save", "map_settings_dialog_save": "Save",
"map_settings_dialog_title": "Map Settings", "map_settings_dialog_title": "Map Settings",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Zoom out to see photos", "map_zoom_to_see_photos": "Zoom out to see photos",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Motion Photos", "motion_photos_page_title": "Motion Photos",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Cancel·la", "notification_permission_dialog_cancel": "Cancel·la",
"notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.",
"notification_permission_dialog_settings": "Configuració", "notification_permission_dialog_settings": "Configuració",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.", "permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.",
"permission_onboarding_request": "Immich requires permission to view your photos and videos.", "permission_onboarding_request": "Immich requires permission to view your photos and videos.",
"profile_drawer_app_logs": "Logs", "profile_drawer_app_logs": "Logs",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "Client and Server are up-to-date", "profile_drawer_client_server_up_to_date": "Client and Server are up-to-date",
"profile_drawer_documentation": "Documentation", "profile_drawer_documentation": "Documentation",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Settings", "profile_drawer_settings": "Settings",
"profile_drawer_sign_out": "Tanca la sessió", "profile_drawer_sign_out": "Tanca la sessió",
"profile_drawer_trash": "Trash", "profile_drawer_trash": "Trash",
"recently_added_page_title": "Recently Added", "recently_added_page_title": "Recently Added",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Search your photos", "search_bar_hint": "Search your photos",
"search_page_categories": "Categories", "search_page_categories": "Categories",
"search_page_favorites": "Preferides", "search_page_favorites": "Preferides",
@@ -315,13 +275,6 @@
"search_page_no_objects": "No Objects Info Available", "search_page_no_objects": "No Objects Info Available",
"search_page_no_places": "No Places Info Available", "search_page_no_places": "No Places Info Available",
"search_page_people": "Persones", "search_page_people": "Persones",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Llocs", "search_page_places": "Llocs",
"search_page_recently_added": "Afegit recentment", "search_page_recently_added": "Afegit recentment",
"search_page_screenshots": "Captures de pantalla", "search_page_screenshots": "Captures de pantalla",
@@ -330,7 +283,6 @@
"search_page_videos": "Videos", "search_page_videos": "Videos",
"search_page_view_all_button": "Veure tot", "search_page_view_all_button": "Veure tot",
"search_page_your_activity": "Your activity", "search_page_your_activity": "Your activity",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "Cerca nova", "search_result_page_new_search_hint": "Cerca nova",
"search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ", "search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ",
"search_suggestion_list_smart_search_hint_2": "m:your-search-term", "search_suggestion_list_smart_search_hint_2": "m:your-search-term",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Error al crear l'àlbum", "select_user_for_sharing_page_err_album": "Error al crear l'àlbum",
"select_user_for_sharing_page_share_suggestions": "Suggestions", "select_user_for_sharing_page_share_suggestions": "Suggestions",
"server_info_box_app_version": "Versió de l'aplicació", "server_info_box_app_version": "Versió de l'aplicació",
"server_info_box_latest_release": "Latest Version",
"server_info_box_server_url": "Server URL", "server_info_box_server_url": "Server URL",
"server_info_box_server_version": "Versió del servidor", "server_info_box_server_version": "Versió del servidor",
"setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).", "setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "Delete Activity", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Let others respond", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Comments & likes", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Preparing...", "share_dialog_preparing": "Preparing...",
"shared_link_app_bar_title": "Shared Links", "shared_link_app_bar_title": "Shared Links",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "Create link to share", "shared_link_create_app_bar_title": "Create link to share",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Let anyone with the link see the selected photo(s)", "shared_link_create_info": "Let anyone with the link see the selected photo(s)",
"shared_link_create_submit_button": "Create link", "shared_link_create_submit_button": "Create link",
"shared_link_edit_allow_download": "Allow public user to download", "shared_link_edit_allow_download": "Allow public user to download",
@@ -390,32 +333,11 @@
"shared_link_edit_description": "Description", "shared_link_edit_description": "Description",
"shared_link_edit_description_hint": "Enter the share description", "shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_expire_after": "Expire after", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Password", "shared_link_edit_password": "Password",
"shared_link_edit_password_hint": "Enter the share password", "shared_link_edit_password_hint": "Enter the share password",
"shared_link_edit_show_meta": "Show metadata", "shared_link_edit_show_meta": "Show metadata",
"shared_link_edit_submit_button": "Update link", "shared_link_edit_submit_button": "Update link",
"shared_link_empty": "You don't have any shared links", "shared_link_empty": "You don't have any shared links",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Manage Shared links", "shared_link_manage_links": "Manage Shared links",
"share_done": "Done", "share_done": "Done",
"share_invite": "Convida a l'àlbum", "share_invite": "Convida a l'àlbum",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Zrušit",
"action_common_update": "Aktualizovat",
"add_to_album_bottom_sheet_added": "Přidáno do {album}", "add_to_album_bottom_sheet_added": "Přidáno do {album}",
"add_to_album_bottom_sheet_already_exists": "Je již v {album}", "add_to_album_bottom_sheet_already_exists": "Je již v {album}",
"advanced_settings_log_level_title": "Úroveň protokolování: {}",
"advanced_settings_prefer_remote_subtitle": "U některých zařízení je načítání miniatur z prostředků v zařízení velmi pomalé. Aktivujte toto nastavení, aby se místo toho načítaly vzdálené obrázky.", "advanced_settings_prefer_remote_subtitle": "U některých zařízení je načítání miniatur z prostředků v zařízení velmi pomalé. Aktivujte toto nastavení, aby se místo toho načítaly vzdálené obrázky.",
"advanced_settings_prefer_remote_title": "Preferovat vzdálené obrázky", "advanced_settings_prefer_remote_title": "Preferovat vzdálené obrázky",
"advanced_settings_self_signed_ssl_subtitle": "Vynechá ověření SSL certifikátu serveru. Vyžadováno pro self-signed certifikáty.", "advanced_settings_self_signed_ssl_subtitle": "Vynechá ověření SSL certifikátu serveru. Vyžadováno pro self-signed certifikáty.",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Odhlásit se", "app_bar_signout_dialog_title": "Odhlásit se",
"archive_page_no_archived_assets": "Nebyla nalezena žádná archivovaná média", "archive_page_no_archived_assets": "Nebyla nalezena žádná archivovaná média",
"archive_page_title": "Archív ({})", "archive_page_title": "Archív ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dynamické rozložení", "asset_list_layout_settings_dynamic_layout_title": "Dynamické rozložení",
"asset_list_layout_settings_group_automatically": "Automaticky", "asset_list_layout_settings_group_automatically": "Automaticky",
"asset_list_layout_settings_group_by": "Seskupit položky podle", "asset_list_layout_settings_group_by": "Seskupit položky podle",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Náhledy stránek knihovny (položek {})", "cache_settings_album_thumbnails": "Náhledy stránek knihovny (položek {})",
"cache_settings_clear_cache_button": "Vymazat vyrovnávací paměť", "cache_settings_clear_cache_button": "Vymazat vyrovnávací paměť",
"cache_settings_clear_cache_button_title": "Vymaže vyrovnávací paměť aplikace. To výrazně ovlivní výkon aplikace, dokud se vyrovnávací paměť neobnoví.", "cache_settings_clear_cache_button_title": "Vymaže vyrovnávací paměť aplikace. To výrazně ovlivní výkon aplikace, dokud se vyrovnávací paměť neobnoví.",
"cache_settings_duplicated_assets_clear_button": "VYMAZAT",
"cache_settings_duplicated_assets_subtitle": "Fotografie a videa, které aplikace zařadila na černou listinu",
"cache_settings_duplicated_assets_title": "Duplicitní položky ({})",
"cache_settings_image_cache_size": "Velikost vyrovnávací paměti (položek {})", "cache_settings_image_cache_size": "Velikost vyrovnávací paměti (položek {})",
"cache_settings_statistics_album": "Knihovna náhledů", "cache_settings_statistics_album": "Knihovna náhledů",
"cache_settings_statistics_assets": "{} položky ({})", "cache_settings_statistics_assets": "{} položky ({})",
@@ -127,7 +119,7 @@
"cache_settings_tile_title": "Místní úložiště", "cache_settings_tile_title": "Místní úložiště",
"cache_settings_title": "Nastavení vyrovnávací paměti", "cache_settings_title": "Nastavení vyrovnávací paměti",
"change_password_form_confirm_password": "Potvrďte heslo", "change_password_form_confirm_password": "Potvrďte heslo",
"change_password_form_description": "Dobrý den, {name}\n\nje to buď poprvé, co se přihlašujete do systému, nebo byl vytvořen požadavek na změnu hesla. Níže zadejte nové heslo.", "change_password_form_description": "Dobrý den, {name},\n\nje to buď poprvé, co se přihlašujete do systému, nebo byl vytvořen požadavek na změnu hesla. Níže zadejte nové heslo.",
"change_password_form_new_password": "Nové heslo", "change_password_form_new_password": "Nové heslo",
"change_password_form_password_mismatch": "Hesla se neshodují", "change_password_form_password_mismatch": "Hesla se neshodují",
"change_password_form_reenter_new_password": "Znovu zadejte nové heslo", "change_password_form_reenter_new_password": "Znovu zadejte nové heslo",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Archív", "control_bottom_app_bar_archive": "Archív",
"control_bottom_app_bar_create_new_album": "Vytvořit nové album", "control_bottom_app_bar_create_new_album": "Vytvořit nové album",
"control_bottom_app_bar_delete": "Vymazat", "control_bottom_app_bar_delete": "Vymazat",
"control_bottom_app_bar_edit_location": "Upravit polohu",
"control_bottom_app_bar_edit_time": "Upravit datum a čas",
"control_bottom_app_bar_favorite": "Oblíbené", "control_bottom_app_bar_favorite": "Oblíbené",
"control_bottom_app_bar_share": "Sdílet", "control_bottom_app_bar_share": "Sdílet",
"control_bottom_app_bar_share_to": "Sdílet v", "control_bottom_app_bar_share_to": "Sdílet v",
"control_bottom_app_bar_stack": "Zásobník", "control_bottom_app_bar_stack": "Zásobník",
"control_bottom_app_bar_unarchive": "Odarchivovat", "control_bottom_app_bar_unarchive": "Odarchivovat",
"control_bottom_app_bar_unfavorite": "Zrušit oblíbení",
"control_bottom_app_bar_upload": "Nahrát", "control_bottom_app_bar_upload": "Nahrát",
"create_album_page_untitled": "Bez názvu", "create_album_page_untitled": "Bez názvu",
"create_shared_album_page_create": "Vytvořit", "create_shared_album_page_create": "Vytvořit",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Odstranit sdílený odkaz", "delete_shared_link_dialog_title": "Odstranit sdílený odkaz",
"description_input_hint_text": "Přidat popis...", "description_input_hint_text": "Přidat popis...",
"description_input_submit_error": "Chyba aktualizace popisu, další podrobnosti najdete v logu", "description_input_submit_error": "Chyba aktualizace popisu, další podrobnosti najdete v logu",
"edit_date_time_dialog_date_time": "Datum a čas",
"edit_date_time_dialog_timezone": "Časové pásmo",
"edit_location_dialog_title": "Poloha",
"exif_bottom_sheet_description": "Přidat popis...", "exif_bottom_sheet_description": "Přidat popis...",
"exif_bottom_sheet_details": "PODROBNOSTI", "exif_bottom_sheet_details": "PODROBNOSTI",
"exif_bottom_sheet_location": "LOKALITA", "exif_bottom_sheet_location": "LOKALITA",
"exif_bottom_sheet_location_add": "Přidat polohu",
"experimental_settings_new_asset_list_subtitle": "Zpracovávám", "experimental_settings_new_asset_list_subtitle": "Zpracovávám",
"experimental_settings_new_asset_list_title": "Povolení experimentální mřížky fotografií", "experimental_settings_new_asset_list_title": "Povolení experimentální mřížky fotografií",
"experimental_settings_subtitle": "Používejte na vlastní riziko!", "experimental_settings_subtitle": "Používejte na vlastní riziko!",
@@ -193,7 +178,7 @@
"home_page_favorite_err_local": "Zatím není možné zařadit lokální média mezi oblíbená, přeskakuji", "home_page_favorite_err_local": "Zatím není možné zařadit lokální média mezi oblíbená, přeskakuji",
"home_page_favorite_err_partner": "Položky partnera nelze označit jako oblíbené, přeskakuji", "home_page_favorite_err_partner": "Položky partnera nelze označit jako oblíbené, přeskakuji",
"home_page_first_time_notice": "Pokud aplikaci používáte poprvé, nezapomeňte si vybrat zálohovaná alba, aby se na časové ose mohly nacházet fotografie a videa z vybraných alb.", "home_page_first_time_notice": "Pokud aplikaci používáte poprvé, nezapomeňte si vybrat zálohovaná alba, aby se na časové ose mohly nacházet fotografie a videa z vybraných alb.",
"home_page_share_err_local": "Nelze sdílet místní položky prostřednictvím odkazu, přeskakuji", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "Lze nahrát nejvýše 30 položek najednou, přeskakuji", "home_page_upload_err_limit": "Lze nahrát nejvýše 30 položek najednou, přeskakuji",
"image_viewer_page_state_provider_download_error": "Chyba stahování", "image_viewer_page_state_provider_download_error": "Chyba stahování",
"image_viewer_page_state_provider_download_success": "Stahování bylo úspěšné", "image_viewer_page_state_provider_download_success": "Stahování bylo úspěšné",
@@ -204,22 +189,12 @@
"library_page_favorites": "Oblíbené", "library_page_favorites": "Oblíbené",
"library_page_new_album": "Nové album", "library_page_new_album": "Nové album",
"library_page_sharing": "Sdílení", "library_page_sharing": "Sdílení",
"library_page_sort_asset_count": "Počet položek",
"library_page_sort_created": "Naposledy vytvořené", "library_page_sort_created": "Naposledy vytvořené",
"library_page_sort_last_modified": "Naposledy upraveno", "library_page_sort_last_modified": "Naposledy upraveno",
"library_page_sort_most_oldest_photo": "Nejstarší fotografie",
"library_page_sort_most_recent_photo": "Nejnovější fotografie", "library_page_sort_most_recent_photo": "Nejnovější fotografie",
"library_page_sort_title": "Podle názvu alba", "library_page_sort_title": "Podle názvu alba",
"location_picker_choose_on_map": "Vyberte na mapě",
"location_picker_latitude": "Zeměpisná šířka",
"location_picker_latitude_error": "Zadejte platnou zeměpisnou šířku",
"location_picker_latitude_hint": "Zadejte vlastní zeměpisnou šířku",
"location_picker_longitude": "Zeměpisná délka",
"location_picker_longitude_error": "Zadejte platnou zeměpisnou délku",
"location_picker_longitude_hint": "Zadejte vlastní zeměpisnou délku",
"login_disabled": "Přihlášení bylo zakázáno", "login_disabled": "Přihlášení bylo zakázáno",
"login_form_api_exception": "Výjimka API. Zkontrolujte URL serveru a zkuste to znovu.", "login_form_api_exception": "Výjimka API. Zkontrolujte URL serveru a zkuste to znovu.",
"login_form_back_button_text": "Zpět",
"login_form_button_text": "Přihlásit se", "login_form_button_text": "Přihlásit se",
"login_form_email_hint": "tvůje-mail@email.com", "login_form_email_hint": "tvůje-mail@email.com",
"login_form_endpoint_hint": "http://ip-tvého-serveru:port/api", "login_form_endpoint_hint": "http://ip-tvého-serveru:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Není možné se připojit k serveru.", "login_form_server_error": "Není možné se připojit k serveru.",
"login_password_changed_error": "Při aktualizaci vašeho hesla došlo k chybě", "login_password_changed_error": "Při aktualizaci vašeho hesla došlo k chybě",
"login_password_changed_success": "Heslo bylo úspěšně aktualizováno", "login_password_changed_success": "Heslo bylo úspěšně aktualizováno",
"map_assets_in_bound": "{} fotka",
"map_assets_in_bounds": "{} fotek",
"map_cannot_get_user_location": "Nelze zjistit polohu uživatele", "map_cannot_get_user_location": "Nelze zjistit polohu uživatele",
"map_location_dialog_cancel": "Zrušit", "map_location_dialog_cancel": "Zrušit",
"map_location_dialog_yes": "Ano", "map_location_dialog_yes": "Ano",
"map_location_picker_page_use_location": "Použijte tuto polohu",
"map_location_service_disabled_content": "Pro zobrazení fotek z vaší aktuální polohy musí být povolena služba určování polohy. Chcete ji nyní povolit?", "map_location_service_disabled_content": "Pro zobrazení fotek z vaší aktuální polohy musí být povolena služba určování polohy. Chcete ji nyní povolit?",
"map_location_service_disabled_title": "Služba určování polohy je zakázána", "map_location_service_disabled_title": "Služba určování polohy je zakázána",
"map_no_assets_in_bounds": "Žádné fotografie v této oblasti", "map_no_assets_in_bounds": "Žádné fotografie v této oblasti",
"map_no_location_permission_content": "Oprávnění polohy je nutné pro zobrazení fotek z vaší aktuální polohy. Chcete oprávnění nyní povolit?", "map_no_location_permission_content": "Oprávnění polohy je nutné pro zobrazení fotek z vaší aktuální polohy. Chcete oprávnění nyní povolit?",
"map_no_location_permission_title": "Oprávnění polohy zamítnuto", "map_no_location_permission_title": "Oprávnění polohy zamítnuto",
"map_settings_dark_mode": "Tmavý režim", "map_settings_dark_mode": "Tmavý režim",
"map_settings_date_range_option_all": "Bez omezení",
"map_settings_date_range_option_day": "Posledních 24 hodin",
"map_settings_date_range_option_days": "Posledních {} dní",
"map_settings_date_range_option_year": "Poslední rok",
"map_settings_date_range_option_years": "Posledních {} let",
"map_settings_dialog_cancel": "Zrušit", "map_settings_dialog_cancel": "Zrušit",
"map_settings_dialog_save": "Uložit", "map_settings_dialog_save": "Uložit",
"map_settings_dialog_title": "Nastavení map", "map_settings_dialog_title": "Nastavení map",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Oddálit pro zobrazení fotografií", "map_zoom_to_see_photos": "Oddálit pro zobrazení fotografií",
"monthly_title_text_date_format": "LLLL y", "monthly_title_text_date_format": "LLLL y",
"motion_photos_page_title": "Pohyblivé fotky", "motion_photos_page_title": "Pohyblivé fotky",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Zrušit", "notification_permission_dialog_cancel": "Zrušit",
"notification_permission_dialog_content": "Chcete-li povolit oznámení, přejděte do nastavení a vyberte možnost povolit.", "notification_permission_dialog_content": "Chcete-li povolit oznámení, přejděte do nastavení a vyberte možnost povolit.",
"notification_permission_dialog_settings": "Nastavení", "notification_permission_dialog_settings": "Nastavení",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "{} již nebude mít přístup k vašim fotografiím.", "partner_page_stop_sharing_content": "{} již nebude mít přístup k vašim fotografiím.",
"partner_page_stop_sharing_title": "Přestat sdílet vaše fotografie?", "partner_page_stop_sharing_title": "Přestat sdílet vaše fotografie?",
"partner_page_title": "Partner", "partner_page_title": "Partner",
"permission_onboarding_back": "Zpět", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "Přesto pokračovat", "permission_onboarding_continue_anyway": "Přesto pokračovat",
"permission_onboarding_get_started": "Začít", "permission_onboarding_get_started": "Začít",
"permission_onboarding_go_to_settings": "Přejít do nastavení", "permission_onboarding_go_to_settings": "Přejít do nastavení",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Přístup omezen. Chcete-li používat Immich k zálohování a správě celé vaší kolekce galerií, povolte v nastavení přístup k fotkám a videím.", "permission_onboarding_permission_limited": "Přístup omezen. Chcete-li používat Immich k zálohování a správě celé vaší kolekce galerií, povolte v nastavení přístup k fotkám a videím.",
"permission_onboarding_request": "Immich potřebuje přístup k zobrazení vašich fotek a videí.", "permission_onboarding_request": "Immich potřebuje přístup k zobrazení vašich fotek a videí.",
"profile_drawer_app_logs": "Logy", "profile_drawer_app_logs": "Logy",
"profile_drawer_client_out_of_date_major": "Mobilní aplikace je zastaralá. Aktualizujte ji na nejnovější hlavní verzi.",
"profile_drawer_client_out_of_date_minor": "Mobilní aplikace je zastaralá. Aktualizujte ji na nejnovější verzi.",
"profile_drawer_client_server_up_to_date": "Klient a server jsou aktuální", "profile_drawer_client_server_up_to_date": "Klient a server jsou aktuální",
"profile_drawer_documentation": "Dokumentace", "profile_drawer_documentation": "Dokumentace",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server je zastaralý. Aktualizujte na nejnovější hlavní verzi.",
"profile_drawer_server_out_of_date_minor": "Server je zastaralý. Aktualizujte je na nejnovější verzi.",
"profile_drawer_settings": "Nastavení", "profile_drawer_settings": "Nastavení",
"profile_drawer_sign_out": "Odhlásit se", "profile_drawer_sign_out": "Odhlásit se",
"profile_drawer_trash": "Vyhodit", "profile_drawer_trash": "Vyhodit",
"recently_added_page_title": "Nedávno přidané", "recently_added_page_title": "Nedávno přidané",
"scaffold_body_error_occurred": "Došlo k chybě",
"search_bar_hint": "Prohledejte své fotky", "search_bar_hint": "Prohledejte své fotky",
"search_page_categories": "Kategorie", "search_page_categories": "Kategorie",
"search_page_favorites": "Oblíbené", "search_page_favorites": "Oblíbené",
@@ -315,13 +275,6 @@
"search_page_no_objects": "Informace o objektech nejsou k dispozici", "search_page_no_objects": "Informace o objektech nejsou k dispozici",
"search_page_no_places": "Informace o místě nejsou k dispozici", "search_page_no_places": "Informace o místě nejsou k dispozici",
"search_page_people": "Lidé", "search_page_people": "Lidé",
"search_page_person_add_name_dialog_cancel": "Zrušit",
"search_page_person_add_name_dialog_hint": "Jméno",
"search_page_person_add_name_dialog_save": "Uložit",
"search_page_person_add_name_dialog_title": "Přidat jméno",
"search_page_person_add_name_subtitle": "Najděte je snadno podle jména pomocí vyhledávání",
"search_page_person_add_name_title": "Přidat jméno",
"search_page_person_edit_name": "Upravit jméno",
"search_page_places": "Místa", "search_page_places": "Místa",
"search_page_recently_added": "Nedávno přidané", "search_page_recently_added": "Nedávno přidané",
"search_page_screenshots": "Snímky obrazovky", "search_page_screenshots": "Snímky obrazovky",
@@ -330,7 +283,6 @@
"search_page_videos": "Videa", "search_page_videos": "Videa",
"search_page_view_all_button": "Zobrazit vše", "search_page_view_all_button": "Zobrazit vše",
"search_page_your_activity": "Vaše aktivita", "search_page_your_activity": "Vaše aktivita",
"search_page_your_map": "Vaše mapa",
"search_result_page_new_search_hint": "Nové vyhledávání", "search_result_page_new_search_hint": "Nové vyhledávání",
"search_suggestion_list_smart_search_hint_1": "Ve výchozím nastavení je chytré vyhledávání zapnuto, pro vyhledávání metadat použijte syntaxi ", "search_suggestion_list_smart_search_hint_1": "Ve výchozím nastavení je chytré vyhledávání zapnuto, pro vyhledávání metadat použijte syntaxi ",
"search_suggestion_list_smart_search_hint_2": "m:vaše-vyhledávaná-fráze", "search_suggestion_list_smart_search_hint_2": "m:vaše-vyhledávaná-fráze",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Nepodařilo se vytvořit album", "select_user_for_sharing_page_err_album": "Nepodařilo se vytvořit album",
"select_user_for_sharing_page_share_suggestions": "Návrhy", "select_user_for_sharing_page_share_suggestions": "Návrhy",
"server_info_box_app_version": "Verze aplikace", "server_info_box_app_version": "Verze aplikace",
"server_info_box_latest_release": "Nejnovější verze",
"server_info_box_server_url": "URL serveru", "server_info_box_server_url": "URL serveru",
"server_info_box_server_version": "Verze serveru", "server_info_box_server_version": "Verze serveru",
"setting_image_viewer_help": "V prohlížeči detailů se nejprve načte malá miniatura, poté se načte náhled střední velikosti (je-li povolen) a nakonec se načte originál (je-li povolen).", "setting_image_viewer_help": "V prohlížeči detailů se nejprve načte malá miniatura, poté se načte náhled střední velikosti (je-li povolen) a nakonec se načte originál (je-li povolen).",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "Odstranit aktivitu", "shared_album_activity_remove_title": "Odstranit aktivitu",
"shared_album_activity_setting_subtitle": "Nechte ostatní reagovat", "shared_album_activity_setting_subtitle": "Nechte ostatní reagovat",
"shared_album_activity_setting_title": "Komentáře a lajky", "shared_album_activity_setting_title": "Komentáře a lajky",
"shared_album_section_people_action_error": "Chyba při opuštění/odebrání z alba",
"shared_album_section_people_action_leave": "Odebrat uživatele z alba",
"shared_album_section_people_action_remove_user": "Odebrat uživatele z alba",
"shared_album_section_people_owner_label": "Vlastník",
"shared_album_section_people_title": "LIDÉ",
"share_dialog_preparing": "Připravuji...", "share_dialog_preparing": "Připravuji...",
"shared_link_app_bar_title": "Sdílené odkazy", "shared_link_app_bar_title": "Sdílené odkazy",
"shared_link_clipboard_copied_massage": "Zkopírováno do schránky",
"shared_link_clipboard_text": "Odkaz: {}\nHeslo: {}",
"shared_link_create_app_bar_title": "Vytvořit odkaz pro sdílení", "shared_link_create_app_bar_title": "Vytvořit odkaz pro sdílení",
"shared_link_create_error": "Chyba při vytváření sdíleného odkazu",
"shared_link_create_info": "Umožnit každému, kdo má odkaz, zobrazit vybrané fotografie", "shared_link_create_info": "Umožnit každému, kdo má odkaz, zobrazit vybrané fotografie",
"shared_link_create_submit_button": "Vytvořit odkaz", "shared_link_create_submit_button": "Vytvořit odkaz",
"shared_link_edit_allow_download": "Povolit veřejným uživatelům stahovat", "shared_link_edit_allow_download": "Povolit veřejným uživatelům stahovat",
@@ -390,32 +333,11 @@
"shared_link_edit_description": "Popis", "shared_link_edit_description": "Popis",
"shared_link_edit_description_hint": "Zadejte popis sdílení", "shared_link_edit_description_hint": "Zadejte popis sdílení",
"shared_link_edit_expire_after": "Platnost vyprší po", "shared_link_edit_expire_after": "Platnost vyprší po",
"shared_link_edit_expire_after_option_day": "1 den",
"shared_link_edit_expire_after_option_days": "{} dní",
"shared_link_edit_expire_after_option_hour": "1 hodina",
"shared_link_edit_expire_after_option_hours": "{} hodin",
"shared_link_edit_expire_after_option_minute": "1 minuta",
"shared_link_edit_expire_after_option_minutes": "{} minut",
"shared_link_edit_expire_after_option_never": "Nikdy",
"shared_link_edit_password": "Heslo", "shared_link_edit_password": "Heslo",
"shared_link_edit_password_hint": "Zadejte heslo pro sdílení", "shared_link_edit_password_hint": "Zadejte heslo pro sdílení",
"shared_link_edit_show_meta": "Zobrazit metadata", "shared_link_edit_show_meta": "Zobrazit metadata",
"shared_link_edit_submit_button": "Aktualizovat odkaz", "shared_link_edit_submit_button": "Aktualizovat odkaz",
"shared_link_empty": "Nemáte žádné sdílené odkazy", "shared_link_empty": "Nemáte žádné sdílené odkazy",
"shared_link_error_server_url_fetch": "Nelze načíst url serveru",
"shared_link_expired": "Vypršela platnost",
"shared_link_expires_day": "Vyprší za {} den",
"shared_link_expires_days": "Vyprší za {} dní",
"shared_link_expires_hour": "Vyprší za {} hodinu",
"shared_link_expires_hours": "Vyprší za {} hodin",
"shared_link_expires_minute": "Vyprší za {} minutu",
"shared_link_expires_minutes": "Vyprší za {} minut",
"shared_link_expires_never": "Platnost ∞",
"shared_link_expires_second": "Vyprší za {} sekundu",
"shared_link_expires_seconds": "Vyprší za {} sekund",
"shared_link_info_chip_download": "Stáhnout",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Nahrát",
"shared_link_manage_links": "Spravovat sdílené odkazy", "shared_link_manage_links": "Spravovat sdílené odkazy",
"share_done": "Hotovo", "share_done": "Hotovo",
"share_invite": "Pozvat do alba", "share_invite": "Pozvat do alba",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Annuller",
"action_common_update": "Opdater",
"add_to_album_bottom_sheet_added": "Tilføjet til {album}", "add_to_album_bottom_sheet_added": "Tilføjet til {album}",
"add_to_album_bottom_sheet_already_exists": "Allerede i {album}", "add_to_album_bottom_sheet_already_exists": "Allerede i {album}",
"advanced_settings_log_level_title": "Logniveau: {}",
"advanced_settings_prefer_remote_subtitle": "Nogle enheder tager meget lang tid om at indlæse miniaturebilleder af elementer på enheden. Aktiver denne indstilling for i stedetat indlæse elementer fra serveren.", "advanced_settings_prefer_remote_subtitle": "Nogle enheder tager meget lang tid om at indlæse miniaturebilleder af elementer på enheden. Aktiver denne indstilling for i stedetat indlæse elementer fra serveren.",
"advanced_settings_prefer_remote_title": "Foretræk elementer på serveren", "advanced_settings_prefer_remote_title": "Foretræk elementer på serveren",
"advanced_settings_self_signed_ssl_subtitle": "Spring verificering af SSL-certifikat over for serverens endelokation. Kræves for selvsignerede certifikater.", "advanced_settings_self_signed_ssl_subtitle": "Spring verificering af SSL-certifikat over for serverens endelokation. Kræves for selvsignerede certifikater.",
@@ -26,17 +23,15 @@
"album_viewer_appbar_share_err_title": "Fejlede i at ændre albumtitel", "album_viewer_appbar_share_err_title": "Fejlede i at ændre albumtitel",
"album_viewer_appbar_share_leave": "Forlad album", "album_viewer_appbar_share_leave": "Forlad album",
"album_viewer_appbar_share_remove": "Fjern fra album", "album_viewer_appbar_share_remove": "Fjern fra album",
"album_viewer_appbar_share_to": "Del til", "album_viewer_appbar_share_to": "Share To",
"album_viewer_page_share_add_users": "Tilføj brugere", "album_viewer_page_share_add_users": "Tilføj brugere",
"all_people_page_title": "Personer", "all_people_page_title": "Personer",
"all_videos_page_title": "Videoer", "all_videos_page_title": "Videoer",
"app_bar_signout_dialog_content": "Er du sikker på, du vil logge ud?", "app_bar_signout_dialog_content": "Are you sure you want to sign out?",
"app_bar_signout_dialog_ok": "Ja", "app_bar_signout_dialog_ok": "Yes",
"app_bar_signout_dialog_title": "Log ud", "app_bar_signout_dialog_title": "Sign out",
"archive_page_no_archived_assets": "Ingen arkiverede elementer blev fundet", "archive_page_no_archived_assets": "Ingen arkiverede elementer blev fundet",
"archive_page_title": "Arkivér ({})", "archive_page_title": "Arkivér ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dynamisk layout", "asset_list_layout_settings_dynamic_layout_title": "Dynamisk layout",
"asset_list_layout_settings_group_automatically": "Automatisk", "asset_list_layout_settings_group_automatically": "Automatisk",
"asset_list_layout_settings_group_by": "Gruppér elementer pr. ", "asset_list_layout_settings_group_by": "Gruppér elementer pr. ",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Biblioteksminiaturebilleder ({} elementer)", "cache_settings_album_thumbnails": "Biblioteksminiaturebilleder ({} elementer)",
"cache_settings_clear_cache_button": "Fjern cache", "cache_settings_clear_cache_button": "Fjern cache",
"cache_settings_clear_cache_button_title": "Fjern appens cache. Dette vil i stor grad påvirke appens ydeevne indtil cachen er genopbygget.", "cache_settings_clear_cache_button_title": "Fjern appens cache. Dette vil i stor grad påvirke appens ydeevne indtil cachen er genopbygget.",
"cache_settings_duplicated_assets_clear_button": "RYD",
"cache_settings_duplicated_assets_subtitle": "Billeder og videoer der er sortlistet af appen",
"cache_settings_duplicated_assets_title": "Dublikerede elementer ({})",
"cache_settings_image_cache_size": "Størrelse af billedecache ({} elementer)", "cache_settings_image_cache_size": "Størrelse af billedecache ({} elementer)",
"cache_settings_statistics_album": "Biblioteksminiaturer", "cache_settings_statistics_album": "Biblioteksminiaturer",
"cache_settings_statistics_assets": "{} elementer ({})", "cache_settings_statistics_assets": "{} elementer ({})",
@@ -123,8 +115,8 @@
"cache_settings_statistics_title": "Cacheforbrug", "cache_settings_statistics_title": "Cacheforbrug",
"cache_settings_subtitle": "Håndter cache-adfærden for Immich-appen.", "cache_settings_subtitle": "Håndter cache-adfærden for Immich-appen.",
"cache_settings_thumbnail_size": "Størrelse af miniaturebillede cache ({} elementer)", "cache_settings_thumbnail_size": "Størrelse af miniaturebillede cache ({} elementer)",
"cache_settings_tile_subtitle": "Kontroller den lokale lagerplads", "cache_settings_tile_subtitle": "Control the local storage behaviour",
"cache_settings_tile_title": "Lokal lagerplads", "cache_settings_tile_title": "Local Storage",
"cache_settings_title": "Cache-indstillinger", "cache_settings_title": "Cache-indstillinger",
"change_password_form_confirm_password": "Bekræft kodeord", "change_password_form_confirm_password": "Bekræft kodeord",
"change_password_form_description": "Hej {name},\n\nDette er enten første gang du logger ind eller også er der lavet en anmodning om at ændre dit kodeord. Indtast venligst et nyt kodeord nedenfor.", "change_password_form_description": "Hej {name},\n\nDette er enten første gang du logger ind eller også er der lavet en anmodning om at ændre dit kodeord. Indtast venligst et nyt kodeord nedenfor.",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Arkiv", "control_bottom_app_bar_archive": "Arkiv",
"control_bottom_app_bar_create_new_album": "Opret nyt album", "control_bottom_app_bar_create_new_album": "Opret nyt album",
"control_bottom_app_bar_delete": "Slet", "control_bottom_app_bar_delete": "Slet",
"control_bottom_app_bar_edit_location": "Rediger placering",
"control_bottom_app_bar_edit_time": "Rediger tid og dato",
"control_bottom_app_bar_favorite": "Favorit", "control_bottom_app_bar_favorite": "Favorit",
"control_bottom_app_bar_share": "Del", "control_bottom_app_bar_share": "Del",
"control_bottom_app_bar_share_to": "Del til", "control_bottom_app_bar_share_to": "Del til",
"control_bottom_app_bar_stack": "Stak", "control_bottom_app_bar_stack": "Stak",
"control_bottom_app_bar_unarchive": "Afakivér", "control_bottom_app_bar_unarchive": "Afakivér",
"control_bottom_app_bar_unfavorite": "Fjern favorit",
"control_bottom_app_bar_upload": "Upload", "control_bottom_app_bar_upload": "Upload",
"create_album_page_untitled": "Uden titel", "create_album_page_untitled": "Uden titel",
"create_shared_album_page_create": "Opret", "create_shared_album_page_create": "Opret",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Slet delt link", "delete_shared_link_dialog_title": "Slet delt link",
"description_input_hint_text": "Tilføj en beskrivelse...", "description_input_hint_text": "Tilføj en beskrivelse...",
"description_input_submit_error": "Fejl med at opdatere beskrivelsen. Tjek loggen for flere detaljer", "description_input_submit_error": "Fejl med at opdatere beskrivelsen. Tjek loggen for flere detaljer",
"edit_date_time_dialog_date_time": "Dato og klokkeslæt",
"edit_date_time_dialog_timezone": "Tidszone",
"edit_location_dialog_title": "Placering",
"exif_bottom_sheet_description": "Tilføj beskrivelse...", "exif_bottom_sheet_description": "Tilføj beskrivelse...",
"exif_bottom_sheet_details": "DETALJER", "exif_bottom_sheet_details": "DETALJER",
"exif_bottom_sheet_location": "LOKATION", "exif_bottom_sheet_location": "LOKATION",
"exif_bottom_sheet_location_add": "Tilføj en placering",
"experimental_settings_new_asset_list_subtitle": "Under udarbejdelse", "experimental_settings_new_asset_list_subtitle": "Under udarbejdelse",
"experimental_settings_new_asset_list_title": "Aktiver eksperimentelt fotogitter", "experimental_settings_new_asset_list_title": "Aktiver eksperimentelt fotogitter",
"experimental_settings_subtitle": "Brug på eget ansvar!", "experimental_settings_subtitle": "Brug på eget ansvar!",
@@ -185,15 +170,15 @@
"home_page_add_to_album_conflicts": "Tilføjede {added} elementer til album {album}. {failed} elementer er allerede i albummet.", "home_page_add_to_album_conflicts": "Tilføjede {added} elementer til album {album}. {failed} elementer er allerede i albummet.",
"home_page_add_to_album_err_local": "Kan endnu ikke tilføje lokale elementer til album. Springer over..", "home_page_add_to_album_err_local": "Kan endnu ikke tilføje lokale elementer til album. Springer over..",
"home_page_add_to_album_success": "Tilføjede {added} elementer til album {album}.", "home_page_add_to_album_success": "Tilføjede {added} elementer til album {album}.",
"home_page_album_err_partner": "Kan endnu ikke tilføje partners elementer til album. Springer over", "home_page_album_err_partner": "Can not add partner assets to an album yet, skipping",
"home_page_archive_err_local": "Kan ikke arkivere lokalt element endnu.. Springer over", "home_page_archive_err_local": "Kan ikke arkivere lokalt element endnu.. Springer over",
"home_page_archive_err_partner": "Kan endnu ikke arkivere partners elementer. Springer over", "home_page_archive_err_partner": "Can not archive partner assets, skipping",
"home_page_building_timeline": "Bygger tidslinjen", "home_page_building_timeline": "Bygger tidslinjen",
"home_page_delete_err_partner": "Kan endnu ikke slette partners elementer. Springer over", "home_page_delete_err_partner": "Can not delete partner assets, skipping",
"home_page_favorite_err_local": "Kan endnu ikke gøre lokale elementer til favoritter. Springer over..", "home_page_favorite_err_local": "Kan endnu ikke gøre lokale elementer til favoritter. Springer over..",
"home_page_favorite_err_partner": "Kan endnu ikke tilføje partners elementer som favoritter. Springer over", "home_page_favorite_err_partner": "Can not favorite partner assets yet, skipping",
"home_page_first_time_notice": "Hvis det er din første gang i appen, bedes du vælge en sikkerhedskopi af albummer så tidlinjen kan blive fyldt med billeder og videoer fra albummerne.", "home_page_first_time_notice": "Hvis det er din første gang i appen, bedes du vælge en sikkerhedskopi af albummer så tidlinjen kan blive fyldt med billeder og videoer fra albummerne.",
"home_page_share_err_local": "Kan ikke dele lokale elementer via link, springer over", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "Det er kun muligt at lave sikkerhedskopi af 30 elementer ad gangen. Springer over", "home_page_upload_err_limit": "Det er kun muligt at lave sikkerhedskopi af 30 elementer ad gangen. Springer over",
"image_viewer_page_state_provider_download_error": "Fejl ved download", "image_viewer_page_state_provider_download_error": "Fejl ved download",
"image_viewer_page_state_provider_download_success": "Download succesfuld", "image_viewer_page_state_provider_download_success": "Download succesfuld",
@@ -204,22 +189,12 @@
"library_page_favorites": "Favoritter", "library_page_favorites": "Favoritter",
"library_page_new_album": "Nyt album", "library_page_new_album": "Nyt album",
"library_page_sharing": "Delte", "library_page_sharing": "Delte",
"library_page_sort_asset_count": "Antal af elementer\n",
"library_page_sort_created": "Senest oprettet", "library_page_sort_created": "Senest oprettet",
"library_page_sort_last_modified": "Sidst redigeret", "library_page_sort_last_modified": "Sidst redigeret",
"library_page_sort_most_oldest_photo": "Ældste billede",
"library_page_sort_most_recent_photo": "Seneste billede", "library_page_sort_most_recent_photo": "Seneste billede",
"library_page_sort_title": "Albumtitel", "library_page_sort_title": "Albumtitel",
"location_picker_choose_on_map": "Vælg på kort",
"location_picker_latitude": "Breddegrad",
"location_picker_latitude_error": "Indtast en gyldig breddegrad",
"location_picker_latitude_hint": "Indtast din breddegrad her",
"location_picker_longitude": "Længdegrad",
"location_picker_longitude_error": "Indtast en gyldig længdegrad",
"location_picker_longitude_hint": "Indtast din længdegrad her",
"login_disabled": "Login er blevet deaktiveret", "login_disabled": "Login er blevet deaktiveret",
"login_form_api_exception": "API-undtagelse. Tjek serverens URL og prøv igen. ", "login_form_api_exception": "API-undtagelse. Tjek serverens URL og prøv igen. ",
"login_form_back_button_text": "Tilbage",
"login_form_button_text": "Log ind", "login_form_button_text": "Log ind",
"login_form_email_hint": "din-e-mail@e-mail.com", "login_form_email_hint": "din-e-mail@e-mail.com",
"login_form_endpoint_hint": "http://din-server-ip:port/api", "login_form_endpoint_hint": "http://din-server-ip:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Kunne ikke forbinde til serveren.", "login_form_server_error": "Kunne ikke forbinde til serveren.",
"login_password_changed_error": "Der opstod en fejl i opdateringen af dit kodeord", "login_password_changed_error": "Der opstod en fejl i opdateringen af dit kodeord",
"login_password_changed_success": "Kodeordet blev opdateret", "login_password_changed_success": "Kodeordet blev opdateret",
"map_assets_in_bound": "{} billede",
"map_assets_in_bounds": "{} billeder",
"map_cannot_get_user_location": "Kan ikke finde brugerens placering", "map_cannot_get_user_location": "Kan ikke finde brugerens placering",
"map_location_dialog_cancel": "Annuller", "map_location_dialog_cancel": "Annuller",
"map_location_dialog_yes": "Ja", "map_location_dialog_yes": "Ja",
"map_location_picker_page_use_location": "Brug denne placering",
"map_location_service_disabled_content": "Placeringstjenesten skal aktiveres for at vise elementer fra din nuværende placering. Vil du aktivere den nu?", "map_location_service_disabled_content": "Placeringstjenesten skal aktiveres for at vise elementer fra din nuværende placering. Vil du aktivere den nu?",
"map_location_service_disabled_title": "Placeringstjenesten er deaktiveret", "map_location_service_disabled_title": "Placeringstjenesten er deaktiveret",
"map_no_assets_in_bounds": "Der er ingen billeder i dette område", "map_no_assets_in_bounds": "Der er ingen billeder i dette område",
"map_no_location_permission_content": "Der kræves tilladelse til placeringen for at vise elementer fra din nuværende placering. Vil du give tilladelse?", "map_no_location_permission_content": "Der kræves tilladelse til placeringen for at vise elementer fra din nuværende placering. Vil du give tilladelse?",
"map_no_location_permission_title": "Placeringstilladelse blev afvist", "map_no_location_permission_title": "Placeringstilladelse blev afvist",
"map_settings_dark_mode": "Mørk tilstand", "map_settings_dark_mode": "Mørk tilstand",
"map_settings_date_range_option_all": "Alle",
"map_settings_date_range_option_day": "Sidste 24 timer",
"map_settings_date_range_option_days": "Sidste {} dage",
"map_settings_date_range_option_year": "Sidste år",
"map_settings_date_range_option_years": "Sidste {} år",
"map_settings_dialog_cancel": "Annuller", "map_settings_dialog_cancel": "Annuller",
"map_settings_dialog_save": "Gem", "map_settings_dialog_save": "Gem",
"map_settings_dialog_title": "Kortindstillinger", "map_settings_dialog_title": "Kortindstillinger",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Zoom ud for at vise billeder", "map_zoom_to_see_photos": "Zoom ud for at vise billeder",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Bevægelsesbilleder", "motion_photos_page_title": "Bevægelsesbilleder",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Annuller", "notification_permission_dialog_cancel": "Annuller",
"notification_permission_dialog_content": "Gå til indstillinger for at slå notifikationer til.", "notification_permission_dialog_content": "Gå til indstillinger for at slå notifikationer til.",
"notification_permission_dialog_settings": "Indstillinger", "notification_permission_dialog_settings": "Indstillinger",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "{} vil ikke længere have adgang til dine billeder.", "partner_page_stop_sharing_content": "{} vil ikke længere have adgang til dine billeder.",
"partner_page_stop_sharing_title": "Stop med at dele dine billeder?", "partner_page_stop_sharing_title": "Stop med at dele dine billeder?",
"partner_page_title": "Partner", "partner_page_title": "Partner",
"permission_onboarding_back": "Tilbage", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "Fortsæt alligevel", "permission_onboarding_continue_anyway": "Fortsæt alligevel",
"permission_onboarding_get_started": "Kom i gang", "permission_onboarding_get_started": "Kom i gang",
"permission_onboarding_go_to_settings": "Gå til indstillinger", "permission_onboarding_go_to_settings": "Gå til indstillinger",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Tilladelse begrænset. For at lade Immich lave sikkerhedskopi og styre hele dit galleri, skal der gives tilladelse til billeder og videoer i indstillinger.", "permission_onboarding_permission_limited": "Tilladelse begrænset. For at lade Immich lave sikkerhedskopi og styre hele dit galleri, skal der gives tilladelse til billeder og videoer i indstillinger.",
"permission_onboarding_request": "Immich kræver tilliadelse til at se dine billeder og videoer.", "permission_onboarding_request": "Immich kræver tilliadelse til at se dine billeder og videoer.",
"profile_drawer_app_logs": "Log", "profile_drawer_app_logs": "Log",
"profile_drawer_client_out_of_date_major": "Mobilapp er forældet. Opdater venligst til den nyeste større version",
"profile_drawer_client_out_of_date_minor": "Mobilapp er forældet. Opdater venligst til den nyeste mindre version",
"profile_drawer_client_server_up_to_date": "Klient og server er ajour", "profile_drawer_client_server_up_to_date": "Klient og server er ajour",
"profile_drawer_documentation": "Dokumentation", "profile_drawer_documentation": "Documentation",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server er forældet. Opdater venligst til den nyeste større version",
"profile_drawer_server_out_of_date_minor": "Server er forældet. Opdater venligst til den nyeste mindre version",
"profile_drawer_settings": "Indstillinger", "profile_drawer_settings": "Indstillinger",
"profile_drawer_sign_out": "Log ud", "profile_drawer_sign_out": "Log ud",
"profile_drawer_trash": "Papirkurv", "profile_drawer_trash": "Papirkurv",
"recently_added_page_title": "Nyligt tilføjet", "recently_added_page_title": "Nyligt tilføjet",
"scaffold_body_error_occurred": "Der opstod en fejl",
"search_bar_hint": "Søg i dine billeder", "search_bar_hint": "Søg i dine billeder",
"search_page_categories": "Kategorier", "search_page_categories": "Kategorier",
"search_page_favorites": "Favoritter", "search_page_favorites": "Favoritter",
@@ -315,13 +275,6 @@
"search_page_no_objects": "Ingen elementer er tilgængelige", "search_page_no_objects": "Ingen elementer er tilgængelige",
"search_page_no_places": "Ingen placeringsinformation er tilgængelig", "search_page_no_places": "Ingen placeringsinformation er tilgængelig",
"search_page_people": "Personer", "search_page_people": "Personer",
"search_page_person_add_name_dialog_cancel": "Annuller",
"search_page_person_add_name_dialog_hint": "Navn",
"search_page_person_add_name_dialog_save": "Gem",
"search_page_person_add_name_dialog_title": "Tilføj et navn",
"search_page_person_add_name_subtitle": "Find dem hurtigt ved navn med en søgning",
"search_page_person_add_name_title": "Tilføj et navn",
"search_page_person_edit_name": "Rediger navn",
"search_page_places": "Steder", "search_page_places": "Steder",
"search_page_recently_added": "Nyligt tilføjet", "search_page_recently_added": "Nyligt tilføjet",
"search_page_screenshots": "Skærmbilleder", "search_page_screenshots": "Skærmbilleder",
@@ -330,7 +283,6 @@
"search_page_videos": "Videoer", "search_page_videos": "Videoer",
"search_page_view_all_button": "Vis alt", "search_page_view_all_button": "Vis alt",
"search_page_your_activity": "Din aktivitet", "search_page_your_activity": "Din aktivitet",
"search_page_your_map": "Dit kort",
"search_result_page_new_search_hint": "Ny søgning", "search_result_page_new_search_hint": "Ny søgning",
"search_suggestion_list_smart_search_hint_1": "Smart søgnining er slået til som standard. For at søge efter metadata brug syntaksen", "search_suggestion_list_smart_search_hint_1": "Smart søgnining er slået til som standard. For at søge efter metadata brug syntaksen",
"search_suggestion_list_smart_search_hint_2": "m:dit-søgeord", "search_suggestion_list_smart_search_hint_2": "m:dit-søgeord",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Fejlede i at oprette et nyt album", "select_user_for_sharing_page_err_album": "Fejlede i at oprette et nyt album",
"select_user_for_sharing_page_share_suggestions": "Anbefalinger", "select_user_for_sharing_page_share_suggestions": "Anbefalinger",
"server_info_box_app_version": "Applikationsversion", "server_info_box_app_version": "Applikationsversion",
"server_info_box_latest_release": "Seneste version",
"server_info_box_server_url": "Server URL", "server_info_box_server_url": "Server URL",
"server_info_box_server_version": "Serverversion ", "server_info_box_server_version": "Serverversion ",
"setting_image_viewer_help": "Detaljeret visning indlæser miniaturebilleder først. Herefter indlæses mediumstørrelse forhåndsvisning af billedet (hvis dette er slået til), for til sidst at vise originalen (hvis dette er slået til).", "setting_image_viewer_help": "Detaljeret visning indlæser miniaturebilleder først. Herefter indlæses mediumstørrelse forhåndsvisning af billedet (hvis dette er slået til), for til sidst at vise originalen (hvis dette er slået til).",
@@ -364,23 +315,15 @@
"share_add_photos": "Tilføj billeder", "share_add_photos": "Tilføj billeder",
"share_add_title": "Tilføj en titel", "share_add_title": "Tilføj en titel",
"share_create_album": "Opret album", "share_create_album": "Opret album",
"shared_album_activities_input_disable": "Kommentarer er deaktiveret", "shared_album_activities_input_disable": "Comment is disabled",
"shared_album_activities_input_hint": "Skriv noget", "shared_album_activities_input_hint": "Say something",
"shared_album_activity_remove_content": "Vil du slette denne aktivitet?", "shared_album_activity_remove_content": "Do you want to delete this activity?",
"shared_album_activity_remove_title": "Slet aktivitet", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Lad andre svare", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Kommentarer & 'synes godt om'", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Der opstod en fejl i fjernelsen fra albummet",
"shared_album_section_people_action_leave": "Fjern brugere fra albummet",
"shared_album_section_people_action_remove_user": "Fjern brugere fra albummet",
"shared_album_section_people_owner_label": "Ejer",
"shared_album_section_people_title": "PERSONER",
"share_dialog_preparing": "Forbereder...", "share_dialog_preparing": "Forbereder...",
"shared_link_app_bar_title": "Delte links", "shared_link_app_bar_title": "Delte links",
"shared_link_clipboard_copied_massage": "Kopieret til udklipsholderen",
"shared_link_clipboard_text": "Link: {}\nkodeord: {}",
"shared_link_create_app_bar_title": "Opret link for at dele", "shared_link_create_app_bar_title": "Opret link for at dele",
"shared_link_create_error": "Der opstod en fejl i oprettelsen af et delt link",
"shared_link_create_info": "Lad enhver med linket se de(t) valgte billede(r)", "shared_link_create_info": "Lad enhver med linket se de(t) valgte billede(r)",
"shared_link_create_submit_button": "Oprat link", "shared_link_create_submit_button": "Oprat link",
"shared_link_edit_allow_download": "Tillad at en offenlig bruger kan downloade", "shared_link_edit_allow_download": "Tillad at en offenlig bruger kan downloade",
@@ -389,33 +332,12 @@
"shared_link_edit_change_expiry": "Ændrer udløbstidspunkt", "shared_link_edit_change_expiry": "Ændrer udløbstidspunkt",
"shared_link_edit_description": "Beskrivelse", "shared_link_edit_description": "Beskrivelse",
"shared_link_edit_description_hint": "Indtast beskrivelse", "shared_link_edit_description_hint": "Indtast beskrivelse",
"shared_link_edit_expire_after": "Udløb efter", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 dag", "shared_link_edit_password": "Password",
"shared_link_edit_expire_after_option_days": "{} dage", "shared_link_edit_password_hint": "Enter the share password",
"shared_link_edit_expire_after_option_hour": "1 time",
"shared_link_edit_expire_after_option_hours": "{} timer",
"shared_link_edit_expire_after_option_minute": "1 minut",
"shared_link_edit_expire_after_option_minutes": "{} minutter",
"shared_link_edit_expire_after_option_never": "Aldrig",
"shared_link_edit_password": "Kodeord",
"shared_link_edit_password_hint": "Indtast kodeordet",
"shared_link_edit_show_meta": "Vis metadata", "shared_link_edit_show_meta": "Vis metadata",
"shared_link_edit_submit_button": "Opdater link", "shared_link_edit_submit_button": "Opdater link",
"shared_link_empty": "Du har endnu ingen delte links", "shared_link_empty": "Du har endnu ingen delte links",
"shared_link_error_server_url_fetch": "Kan ikke finde server URL",
"shared_link_expired": "Udløbet",
"shared_link_expires_day": "Udløber om {} dag",
"shared_link_expires_days": "Udløber om {} dage",
"shared_link_expires_hour": "Udløber om {} time",
"shared_link_expires_hours": "Udløber om {} timer",
"shared_link_expires_minute": "Udløber om {} minut",
"shared_link_expires_minutes": "Udløber om {} minutter",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Udløber om {} sekund",
"shared_link_expires_seconds": "Udløber om {} sekunder",
"shared_link_info_chip_download": "Hent",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Håndter delte links", "shared_link_manage_links": "Håndter delte links",
"share_done": "Færdig", "share_done": "Færdig",
"share_invite": "Inviter til album", "share_invite": "Inviter til album",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Zu {album} hinzugefügt", "add_to_album_bottom_sheet_added": "Zu {album} hinzugefügt",
"add_to_album_bottom_sheet_already_exists": "Bereits in {album}", "add_to_album_bottom_sheet_already_exists": "Bereits in {album}",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Manche Endgeräte laden Vorschaubilder lokaler Bilder sehr langsam. Durch diese Einstellung werden diese stattdessen direkt vom Server geladen.", "advanced_settings_prefer_remote_subtitle": "Manche Endgeräte laden Vorschaubilder lokaler Bilder sehr langsam. Durch diese Einstellung werden diese stattdessen direkt vom Server geladen.",
"advanced_settings_prefer_remote_title": "Server-Bilder bevorzugen", "advanced_settings_prefer_remote_title": "Server-Bilder bevorzugen",
"advanced_settings_self_signed_ssl_subtitle": "Verifizierung von SSL-Zertifikaten vom Server überspringen. Notwendig bei selbstsignierten Zertifikaten.", "advanced_settings_self_signed_ssl_subtitle": "Verifizierung von SSL-Zertifikaten vom Server überspringen. Notwendig bei selbstsignierten Zertifikaten.",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Abmelden", "app_bar_signout_dialog_title": "Abmelden",
"archive_page_no_archived_assets": "Keine archivierten Inhalte gefunden", "archive_page_no_archived_assets": "Keine archivierten Inhalte gefunden",
"archive_page_title": "Archiv ({})", "archive_page_title": "Archiv ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dynamisches Layout", "asset_list_layout_settings_dynamic_layout_title": "Dynamisches Layout",
"asset_list_layout_settings_group_automatically": "Automatisch", "asset_list_layout_settings_group_automatically": "Automatisch",
"asset_list_layout_settings_group_by": "Gruppiere Elemente nach", "asset_list_layout_settings_group_by": "Gruppiere Elemente nach",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Vorschaubilder der Bibliothek ({} Elemente)", "cache_settings_album_thumbnails": "Vorschaubilder der Bibliothek ({} Elemente)",
"cache_settings_clear_cache_button": "Zwischenspeicher löschen", "cache_settings_clear_cache_button": "Zwischenspeicher löschen",
"cache_settings_clear_cache_button_title": "Löscht den Zwischenspeicher der App. Dies wird die Leistungsfähigkeit der App deutlich einschränken, bis der Zwischenspeicher wieder aufgebaut wurde.", "cache_settings_clear_cache_button_title": "Löscht den Zwischenspeicher der App. Dies wird die Leistungsfähigkeit der App deutlich einschränken, bis der Zwischenspeicher wieder aufgebaut wurde.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "{} Bilder im Zwischenspeicher", "cache_settings_image_cache_size": "{} Bilder im Zwischenspeicher",
"cache_settings_statistics_album": "Vorschaubilder der Bibliothek", "cache_settings_statistics_album": "Vorschaubilder der Bibliothek",
"cache_settings_statistics_assets": "{} Elemente ({})", "cache_settings_statistics_assets": "{} Elemente ({})",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Archiv", "control_bottom_app_bar_archive": "Archiv",
"control_bottom_app_bar_create_new_album": "Neues Album erstellen", "control_bottom_app_bar_create_new_album": "Neues Album erstellen",
"control_bottom_app_bar_delete": "Löschen", "control_bottom_app_bar_delete": "Löschen",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Favorit", "control_bottom_app_bar_favorite": "Favorit",
"control_bottom_app_bar_share": "Teilen", "control_bottom_app_bar_share": "Teilen",
"control_bottom_app_bar_share_to": "Teilen mit", "control_bottom_app_bar_share_to": "Teilen mit",
"control_bottom_app_bar_stack": "Stapeln", "control_bottom_app_bar_stack": "Stapeln",
"control_bottom_app_bar_unarchive": "Dearchivieren", "control_bottom_app_bar_unarchive": "Dearchivieren",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Hochladen", "control_bottom_app_bar_upload": "Hochladen",
"create_album_page_untitled": "Unbenannt", "create_album_page_untitled": "Unbenannt",
"create_shared_album_page_create": "Erstellen", "create_shared_album_page_create": "Erstellen",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Geteilten Link löschen", "delete_shared_link_dialog_title": "Geteilten Link löschen",
"description_input_hint_text": "Beschreibung hinzufügen...", "description_input_hint_text": "Beschreibung hinzufügen...",
"description_input_submit_error": "Beschreibung konnte nicht geändert werden, bitte im Log für mehr Details nachsehen.", "description_input_submit_error": "Beschreibung konnte nicht geändert werden, bitte im Log für mehr Details nachsehen.",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Beschreibung hinzufügen...", "exif_bottom_sheet_description": "Beschreibung hinzufügen...",
"exif_bottom_sheet_details": "DETAILS", "exif_bottom_sheet_details": "DETAILS",
"exif_bottom_sheet_location": "STANDORT", "exif_bottom_sheet_location": "STANDORT",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "In Arbeit", "experimental_settings_new_asset_list_subtitle": "In Arbeit",
"experimental_settings_new_asset_list_title": "Experimentelles Fotogitter aktivieren", "experimental_settings_new_asset_list_title": "Experimentelles Fotogitter aktivieren",
"experimental_settings_subtitle": "Benutzung auf eigene Gefahr!", "experimental_settings_subtitle": "Benutzung auf eigene Gefahr!",
@@ -193,7 +178,7 @@
"home_page_favorite_err_local": "Kann lokale Elemente noch nicht favorisieren, überspringe", "home_page_favorite_err_local": "Kann lokale Elemente noch nicht favorisieren, überspringe",
"home_page_favorite_err_partner": "Inhalte von Partnern können nicht favorisiert werden", "home_page_favorite_err_partner": "Inhalte von Partnern können nicht favorisiert werden",
"home_page_first_time_notice": "Wenn dies das erste Mal ist dass Du Immich nutzt, stelle bitte sicher, dass mindestens ein Album zur Sicherung ausgewählt ist, sodass die Zeitachse mit Fotos und Videos gefüllt werden kann.", "home_page_first_time_notice": "Wenn dies das erste Mal ist dass Du Immich nutzt, stelle bitte sicher, dass mindestens ein Album zur Sicherung ausgewählt ist, sodass die Zeitachse mit Fotos und Videos gefüllt werden kann.",
"home_page_share_err_local": "Lokale Inhalte können nicht per Link geteilt werden, überspringe", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "Max. 30 Elemente können gleichzeitig hochgeladen werden, überspringe", "home_page_upload_err_limit": "Max. 30 Elemente können gleichzeitig hochgeladen werden, überspringe",
"image_viewer_page_state_provider_download_error": "Fehler beim Herunterladen", "image_viewer_page_state_provider_download_error": "Fehler beim Herunterladen",
"image_viewer_page_state_provider_download_success": "Erfolgreich heruntergeladen", "image_viewer_page_state_provider_download_success": "Erfolgreich heruntergeladen",
@@ -204,22 +189,12 @@
"library_page_favorites": "Favoriten", "library_page_favorites": "Favoriten",
"library_page_new_album": "Neues Album", "library_page_new_album": "Neues Album",
"library_page_sharing": "Teilen", "library_page_sharing": "Teilen",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_created": "Zuletzt erstellt", "library_page_sort_created": "Zuletzt erstellt",
"library_page_sort_last_modified": "Zuletzt bearbeitet", "library_page_sort_last_modified": "Zuletzt bearbeitet",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Neuestes Foto", "library_page_sort_most_recent_photo": "Neuestes Foto",
"library_page_sort_title": "Titel des Albums", "library_page_sort_title": "Titel des Albums",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "Login ist deaktiviert", "login_disabled": "Login ist deaktiviert",
"login_form_api_exception": "API Fehler. Bitte die Serveradresse überprüfen und erneut versuchen.", "login_form_api_exception": "API Fehler. Bitte die Serveradresse überprüfen und erneut versuchen.",
"login_form_back_button_text": "Back",
"login_form_button_text": "Anmelden", "login_form_button_text": "Anmelden",
"login_form_email_hint": "deine@email.de", "login_form_email_hint": "deine@email.de",
"login_form_endpoint_hint": "http://deine-server-ip:port/api", "login_form_endpoint_hint": "http://deine-server-ip:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Konnte nicht mit Server verbinden.", "login_form_server_error": "Konnte nicht mit Server verbinden.",
"login_password_changed_error": "Fehler beim Passwort ändern", "login_password_changed_error": "Fehler beim Passwort ändern",
"login_password_changed_success": "Passwort erfolgreich geändert", "login_password_changed_success": "Passwort erfolgreich geändert",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "Standort konnte nicht ermittelt werden", "map_cannot_get_user_location": "Standort konnte nicht ermittelt werden",
"map_location_dialog_cancel": "Abbrechen", "map_location_dialog_cancel": "Abbrechen",
"map_location_dialog_yes": "Ja", "map_location_dialog_yes": "Ja",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Ortungsdienste müssen aktiviert sein, um Inhalte am aktuellen Standort anzuzeigen. Willst du die Ortungsdienste aktivieren?", "map_location_service_disabled_content": "Ortungsdienste müssen aktiviert sein, um Inhalte am aktuellen Standort anzuzeigen. Willst du die Ortungsdienste aktivieren?",
"map_location_service_disabled_title": "Ortungsdienste deaktiviert", "map_location_service_disabled_title": "Ortungsdienste deaktiviert",
"map_no_assets_in_bounds": "Keine Fotos in dieser Gegend", "map_no_assets_in_bounds": "Keine Fotos in dieser Gegend",
"map_no_location_permission_content": "Ortungsdienste müssen aktiviert sein, um Inhalte am aktuellen Standort anzuzeigen. Willst du die Ortungsdienste aktivieren?", "map_no_location_permission_content": "Ortungsdienste müssen aktiviert sein, um Inhalte am aktuellen Standort anzuzeigen. Willst du die Ortungsdienste aktivieren?",
"map_no_location_permission_title": "Kein Zugriff auf den Standort", "map_no_location_permission_title": "Kein Zugriff auf den Standort",
"map_settings_dark_mode": "Dunkler Modus", "map_settings_dark_mode": "Dunkler Modus",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Abbrechen", "map_settings_dialog_cancel": "Abbrechen",
"map_settings_dialog_save": "Speichern", "map_settings_dialog_save": "Speichern",
"map_settings_dialog_title": "Karteneinstellungen", "map_settings_dialog_title": "Karteneinstellungen",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Ansicht verkleinern um Fotos zu sehen", "map_zoom_to_see_photos": "Ansicht verkleinern um Fotos zu sehen",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Live-Fotos", "motion_photos_page_title": "Live-Fotos",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Abbrechen", "notification_permission_dialog_cancel": "Abbrechen",
"notification_permission_dialog_content": "Um Benachrichtigungen zu aktivieren, navigiere zu Einstellungen und klicke \"Erlauben\"", "notification_permission_dialog_content": "Um Benachrichtigungen zu aktivieren, navigiere zu Einstellungen und klicke \"Erlauben\"",
"notification_permission_dialog_settings": "Einstellungen", "notification_permission_dialog_settings": "Einstellungen",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "{} wird nicht mehr auf deine Fotos zugreifen können.", "partner_page_stop_sharing_content": "{} wird nicht mehr auf deine Fotos zugreifen können.",
"partner_page_stop_sharing_title": "Deine Fotos nicht mehr teilen?", "partner_page_stop_sharing_title": "Deine Fotos nicht mehr teilen?",
"partner_page_title": "Partner", "partner_page_title": "Partner",
"permission_onboarding_back": "Zurück", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "Trotzdem fortfahren", "permission_onboarding_continue_anyway": "Trotzdem fortfahren",
"permission_onboarding_get_started": "Jetzt starten", "permission_onboarding_get_started": "Jetzt starten",
"permission_onboarding_go_to_settings": "Gehe zu Einstellungen", "permission_onboarding_go_to_settings": "Gehe zu Einstellungen",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Berechtigungen unzureichend. Um Immich das Sichern von ganzen Sammlungen zu ermöglichen, muss der Zugriff auf alle Fotos und Videos in den Einstellungen erlaubt werden.", "permission_onboarding_permission_limited": "Berechtigungen unzureichend. Um Immich das Sichern von ganzen Sammlungen zu ermöglichen, muss der Zugriff auf alle Fotos und Videos in den Einstellungen erlaubt werden.",
"permission_onboarding_request": "Immich benötigt Berechtigung um auf deine Fotos und Videos zuzugreifen.", "permission_onboarding_request": "Immich benötigt Berechtigung um auf deine Fotos und Videos zuzugreifen.",
"profile_drawer_app_logs": "Logs", "profile_drawer_app_logs": "Logs",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "App und Server sind aktuell", "profile_drawer_client_server_up_to_date": "App und Server sind aktuell",
"profile_drawer_documentation": "Dokumentation", "profile_drawer_documentation": "Dokumentation",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Einstellungen", "profile_drawer_settings": "Einstellungen",
"profile_drawer_sign_out": "Abmelden", "profile_drawer_sign_out": "Abmelden",
"profile_drawer_trash": "Papierkorb", "profile_drawer_trash": "Papierkorb",
"recently_added_page_title": "Zuletzt hinzugefügt", "recently_added_page_title": "Zuletzt hinzugefügt",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Durchsuche deine Fotos", "search_bar_hint": "Durchsuche deine Fotos",
"search_page_categories": "Kategorien", "search_page_categories": "Kategorien",
"search_page_favorites": "Favoriten", "search_page_favorites": "Favoriten",
@@ -315,13 +275,6 @@
"search_page_no_objects": "Keine Objektinformationen verfügbar", "search_page_no_objects": "Keine Objektinformationen verfügbar",
"search_page_no_places": "Keine Informationen über Orte verfügbar", "search_page_no_places": "Keine Informationen über Orte verfügbar",
"search_page_people": "Personen", "search_page_people": "Personen",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Orte", "search_page_places": "Orte",
"search_page_recently_added": "Zuletzt hinzugefügt", "search_page_recently_added": "Zuletzt hinzugefügt",
"search_page_screenshots": "Bildschirmfotos", "search_page_screenshots": "Bildschirmfotos",
@@ -330,7 +283,6 @@
"search_page_videos": "Videos", "search_page_videos": "Videos",
"search_page_view_all_button": "Alle anzeigen", "search_page_view_all_button": "Alle anzeigen",
"search_page_your_activity": "Deine Aktivität", "search_page_your_activity": "Deine Aktivität",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "Neue Suche", "search_result_page_new_search_hint": "Neue Suche",
"search_suggestion_list_smart_search_hint_1": "Intelligente Suche ist standardmäßig aktiviert; um nach Metadaten zu suchen, folgenden Syntax benutzen: ", "search_suggestion_list_smart_search_hint_1": "Intelligente Suche ist standardmäßig aktiviert; um nach Metadaten zu suchen, folgenden Syntax benutzen: ",
"search_suggestion_list_smart_search_hint_2": "m:dein-suchbegriff", "search_suggestion_list_smart_search_hint_2": "m:dein-suchbegriff",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Album konnte nicht erstellt werden", "select_user_for_sharing_page_err_album": "Album konnte nicht erstellt werden",
"select_user_for_sharing_page_share_suggestions": "Empfehlungen", "select_user_for_sharing_page_share_suggestions": "Empfehlungen",
"server_info_box_app_version": "App Version", "server_info_box_app_version": "App Version",
"server_info_box_latest_release": "Neueste Version",
"server_info_box_server_url": "Server-URL", "server_info_box_server_url": "Server-URL",
"server_info_box_server_version": "Server Version", "server_info_box_server_version": "Server Version",
"setting_image_viewer_help": "Der Detailbildbetrachter lädt zuerst die kleine Miniaturansicht, dann die Vorschau in mittlerer Größe (falls aktiviert) und schließlich das Original (falls aktiviert).", "setting_image_viewer_help": "Der Detailbildbetrachter lädt zuerst die kleine Miniaturansicht, dann die Vorschau in mittlerer Größe (falls aktiviert) und schließlich das Original (falls aktiviert).",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "Aktivität entfernen", "shared_album_activity_remove_title": "Aktivität entfernen",
"shared_album_activity_setting_subtitle": "Lass andere reagieren.", "shared_album_activity_setting_subtitle": "Lass andere reagieren.",
"shared_album_activity_setting_title": "Kommentare & Likes", "shared_album_activity_setting_title": "Kommentare & Likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Vorbereiten...", "share_dialog_preparing": "Vorbereiten...",
"shared_link_app_bar_title": "Geteilte Links", "shared_link_app_bar_title": "Geteilte Links",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "Link zum Teilen erstellen", "shared_link_create_app_bar_title": "Link zum Teilen erstellen",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Alle, die über den Link verfügen, können die Fotos sehen", "shared_link_create_info": "Alle, die über den Link verfügen, können die Fotos sehen",
"shared_link_create_submit_button": "Link erstellen", "shared_link_create_submit_button": "Link erstellen",
"shared_link_edit_allow_download": "Jeder darf herunterladen", "shared_link_edit_allow_download": "Jeder darf herunterladen",
@@ -390,32 +333,11 @@
"shared_link_edit_description": "Beschreibung", "shared_link_edit_description": "Beschreibung",
"shared_link_edit_description_hint": "Beschreibung eingeben", "shared_link_edit_description_hint": "Beschreibung eingeben",
"shared_link_edit_expire_after": "Erlischt nach", "shared_link_edit_expire_after": "Erlischt nach",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Passwort", "shared_link_edit_password": "Passwort",
"shared_link_edit_password_hint": "Passwort eingeben", "shared_link_edit_password_hint": "Passwort eingeben",
"shared_link_edit_show_meta": "Metadaten anzeigen", "shared_link_edit_show_meta": "Metadaten anzeigen",
"shared_link_edit_submit_button": "Link aktualisieren", "shared_link_edit_submit_button": "Link aktualisieren",
"shared_link_empty": "Du hast keine geteilten Links", "shared_link_empty": "Du hast keine geteilten Links",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Geteilte Links verwalten", "shared_link_manage_links": "Geteilte Links verwalten",
"share_done": "Fertig", "share_done": "Fertig",
"share_invite": "Zum Album einladen", "share_invite": "Zum Album einladen",

View File

@@ -1,6 +1,4 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Added to {album}", "add_to_album_bottom_sheet_added": "Added to {album}",
"add_to_album_bottom_sheet_already_exists": "Already in {album}", "add_to_album_bottom_sheet_already_exists": "Already in {album}",
"advanced_settings_log_level_title": "Log level: {}", "advanced_settings_log_level_title": "Log level: {}",
@@ -33,10 +31,7 @@
"app_bar_signout_dialog_content": "Are you sure you want to sign out?", "app_bar_signout_dialog_content": "Are you sure you want to sign out?",
"app_bar_signout_dialog_ok": "Yes", "app_bar_signout_dialog_ok": "Yes",
"app_bar_signout_dialog_title": "Sign out", "app_bar_signout_dialog_title": "Sign out",
"archive_page_no_archived_assets": "No archived assets found",
"archive_page_title": "Archive ({})", "archive_page_title": "Archive ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dynamic layout", "asset_list_layout_settings_dynamic_layout_title": "Dynamic layout",
"asset_list_layout_settings_group_automatically": "Automatic", "asset_list_layout_settings_group_automatically": "Automatic",
"asset_list_layout_settings_group_by": "Group assets by", "asset_list_layout_settings_group_by": "Group assets by",
@@ -142,15 +137,15 @@
"control_bottom_app_bar_archive": "Archive", "control_bottom_app_bar_archive": "Archive",
"control_bottom_app_bar_create_new_album": "Create new album", "control_bottom_app_bar_create_new_album": "Create new album",
"control_bottom_app_bar_delete": "Delete", "control_bottom_app_bar_delete": "Delete",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_favorite": "Favorite",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_share": "Share", "control_bottom_app_bar_share": "Share",
"control_bottom_app_bar_share_to": "Share To", "control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "Stack", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "Unarchive", "control_bottom_app_bar_unarchive": "Unarchive",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Upload", "control_bottom_app_bar_upload": "Upload",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_edit_location": "Edit Location",
"create_album_page_untitled": "Untitled", "create_album_page_untitled": "Untitled",
"create_shared_album_page_create": "Create", "create_shared_album_page_create": "Create",
"create_shared_album_page_share": "Share", "create_shared_album_page_share": "Share",
@@ -169,9 +164,6 @@
"delete_shared_link_dialog_title": "Delete Shared Link", "delete_shared_link_dialog_title": "Delete Shared Link",
"description_input_hint_text": "Add description...", "description_input_hint_text": "Add description...",
"description_input_submit_error": "Error updating description, check the log for more details", "description_input_submit_error": "Error updating description, check the log for more details",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Add Description...", "exif_bottom_sheet_description": "Add Description...",
"exif_bottom_sheet_details": "DETAILS", "exif_bottom_sheet_details": "DETAILS",
"exif_bottom_sheet_location": "LOCATION", "exif_bottom_sheet_location": "LOCATION",
@@ -180,7 +172,6 @@
"experimental_settings_new_asset_list_title": "Enable experimental photo grid", "experimental_settings_new_asset_list_title": "Enable experimental photo grid",
"experimental_settings_subtitle": "Use at your own risk!", "experimental_settings_subtitle": "Use at your own risk!",
"experimental_settings_title": "Experimental", "experimental_settings_title": "Experimental",
"favorites_page_no_favorites": "No favorite assets found",
"favorites_page_title": "Favorites", "favorites_page_title": "Favorites",
"home_page_add_to_album_conflicts": "Added {added} assets to album {album}. {failed} assets are already in the album.", "home_page_add_to_album_conflicts": "Added {added} assets to album {album}. {failed} assets are already in the album.",
"home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping", "home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping",
@@ -204,19 +195,12 @@
"library_page_favorites": "Favorites", "library_page_favorites": "Favorites",
"library_page_new_album": "New album", "library_page_new_album": "New album",
"library_page_sharing": "Sharing", "library_page_sharing": "Sharing",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_created": "Created date", "library_page_sort_created": "Created date",
"library_page_sort_last_modified": "Last modified", "library_page_sort_last_modified": "Last modified",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Most recent photo", "library_page_sort_most_recent_photo": "Most recent photo",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_title": "Album title", "library_page_sort_title": "Album title",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "Login has been disabled", "login_disabled": "Login has been disabled",
"login_form_api_exception": "API exception. Please check the server URL and try again.", "login_form_api_exception": "API exception. Please check the server URL and try again.",
"login_form_back_button_text": "Back", "login_form_back_button_text": "Back",
@@ -242,12 +226,13 @@
"login_form_server_error": "Could not connect to server.", "login_form_server_error": "Could not connect to server.",
"login_password_changed_error": "There was an error updating your password", "login_password_changed_error": "There was an error updating your password",
"login_password_changed_success": "Password updated successfully", "login_password_changed_success": "Password updated successfully",
"map_assets_in_bound": "{} photo", "map_assets_in_bounds": {
"map_assets_in_bounds": "{} photos", "one": "{} photo",
"other": "{} photos"
},
"map_cannot_get_user_location": "Cannot get user's location", "map_cannot_get_user_location": "Cannot get user's location",
"map_location_dialog_cancel": "Cancel", "map_location_dialog_cancel": "Cancel",
"map_location_dialog_yes": "Yes", "map_location_dialog_yes": "Yes",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?", "map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?",
"map_location_service_disabled_title": "Location Service disabled", "map_location_service_disabled_title": "Location Service disabled",
"map_no_assets_in_bounds": "No photos in this area", "map_no_assets_in_bounds": "No photos in this area",
@@ -255,10 +240,14 @@
"map_no_location_permission_title": "Location Permission denied", "map_no_location_permission_title": "Location Permission denied",
"map_settings_dark_mode": "Dark mode", "map_settings_dark_mode": "Dark mode",
"map_settings_date_range_option_all": "All", "map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours", "map_settings_date_range_option_days": {
"map_settings_date_range_option_days": "Past {} days", "one": "Past 24 hours",
"map_settings_date_range_option_year": "Past year", "other": "Past {} days"
"map_settings_date_range_option_years": "Past {} years", },
"map_settings_date_range_option_years": {
"one": "Past year",
"other": "Past {} years"
},
"map_settings_dialog_cancel": "Cancel", "map_settings_dialog_cancel": "Cancel",
"map_settings_dialog_save": "Save", "map_settings_dialog_save": "Save",
"map_settings_dialog_title": "Map Settings", "map_settings_dialog_title": "Map Settings",
@@ -268,8 +257,6 @@
"map_zoom_to_see_photos": "Zoom out to see photos", "map_zoom_to_see_photos": "Zoom out to see photos",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Motion Photos", "motion_photos_page_title": "Motion Photos",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Cancel", "notification_permission_dialog_cancel": "Cancel",
"notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.",
"notification_permission_dialog_settings": "Settings", "notification_permission_dialog_settings": "Settings",
@@ -307,7 +294,6 @@
"profile_drawer_sign_out": "Sign Out", "profile_drawer_sign_out": "Sign Out",
"profile_drawer_trash": "Trash", "profile_drawer_trash": "Trash",
"recently_added_page_title": "Recently Added", "recently_added_page_title": "Recently Added",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Search your photos", "search_bar_hint": "Search your photos",
"search_page_categories": "Categories", "search_page_categories": "Categories",
"search_page_favorites": "Favorites", "search_page_favorites": "Favorites",
@@ -316,8 +302,8 @@
"search_page_no_places": "No Places Info Available", "search_page_no_places": "No Places Info Available",
"search_page_people": "People", "search_page_people": "People",
"search_page_person_add_name_dialog_cancel": "Cancel", "search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save", "search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_title": "Add a name", "search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search", "search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name", "search_page_person_add_name_title": "Add a name",
@@ -338,9 +324,9 @@
"select_user_for_sharing_page_err_album": "Failed to create album", "select_user_for_sharing_page_err_album": "Failed to create album",
"select_user_for_sharing_page_share_suggestions": "Suggestions", "select_user_for_sharing_page_share_suggestions": "Suggestions",
"server_info_box_app_version": "App Version", "server_info_box_app_version": "App Version",
"server_info_box_latest_release": "Latest Version",
"server_info_box_server_url": "Server URL", "server_info_box_server_url": "Server URL",
"server_info_box_server_version": "Server Version", "server_info_box_server_version": "Server Version",
"server_info_box_latest_release":"Latest Version",
"setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).", "setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).",
"setting_image_viewer_original_subtitle": "Enable to load the original full-resolution image (large!). Disable to reduce data usage (both network and on device cache).", "setting_image_viewer_original_subtitle": "Enable to load the original full-resolution image (large!). Disable to reduce data usage (both network and on device cache).",
"setting_image_viewer_original_title": "Load original image", "setting_image_viewer_original_title": "Load original image",
@@ -390,12 +376,18 @@
"shared_link_edit_description": "Description", "shared_link_edit_description": "Description",
"shared_link_edit_description_hint": "Enter the share description", "shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_expire_after": "Expire after", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 day", "shared_link_edit_expire_after_option_days": {
"shared_link_edit_expire_after_option_days": "{} days", "one": "{} day",
"shared_link_edit_expire_after_option_hour": "1 hour", "other": "{} days"
"shared_link_edit_expire_after_option_hours": "{} hours", },
"shared_link_edit_expire_after_option_minute": "1 minute", "shared_link_edit_expire_after_option_hours": {
"shared_link_edit_expire_after_option_minutes": "{} minutes", "one": "{} hour",
"other": "{} hours"
},
"shared_link_edit_expire_after_option_minutes": {
"one": "{} minute",
"other": "{} minutes"
},
"shared_link_edit_expire_after_option_never": "Never", "shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Password", "shared_link_edit_password": "Password",
"shared_link_edit_password_hint": "Enter the share password", "shared_link_edit_password_hint": "Enter the share password",
@@ -404,15 +396,23 @@
"shared_link_empty": "You don't have any shared links", "shared_link_empty": "You don't have any shared links",
"shared_link_error_server_url_fetch": "Cannot fetch the server url", "shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired", "shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day", "shared_link_expires_days": {
"shared_link_expires_days": "Expires in {} days", "one": "Expires in {} day",
"shared_link_expires_hour": "Expires in {} hour", "other": "Expires in {} days"
"shared_link_expires_hours": "Expires in {} hours", },
"shared_link_expires_minute": "Expires in {} minute", "shared_link_expires_hours": {
"shared_link_expires_minutes": "Expires in {} minutes", "one": "Expires in {} hour",
"other": "Expires in {} hours"
},
"shared_link_expires_minutes": {
"one": "Expires in {} minute",
"other": "Expires in {} minutes"
},
"shared_link_expires_seconds": {
"one": "Expires in {} second",
"other": "Expires in {} seconds"
},
"shared_link_expires_never": "Expires ∞", "shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download", "shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF", "shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload", "shared_link_info_chip_upload": "Upload",
@@ -464,5 +464,19 @@
"version_announcement_overlay_title": "New Server Version Available \uD83C\uDF89", "version_announcement_overlay_title": "New Server Version Available \uD83C\uDF89",
"viewer_remove_from_stack": "Remove from Stack", "viewer_remove_from_stack": "Remove from Stack",
"viewer_stack_use_as_main_asset": "Use as Main Asset", "viewer_stack_use_as_main_asset": "Use as Main Asset",
"viewer_unstack": "Un-Stack" "viewer_unstack": "Un-Stack",
} "scaffold_body_error_occurred": "Error occurred",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"edit_location_dialog_title": "Location",
"map_location_picker_page_use_location": "Use this location",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_longitude": "Longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"location_picker_longitude_error": "Enter a valid longitude"
}

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Agregado a {album}", "add_to_album_bottom_sheet_added": "Agregado a {album}",
"add_to_album_bottom_sheet_already_exists": "Ya se encuentra en {album}", "add_to_album_bottom_sheet_already_exists": "Ya se encuentra en {album}",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Algunos dispositivos tardan mucho en cargar las miniaturas de recursos encontrados el dispositivo. Activa esta opción para cargar imágenes remotas en su lugar.", "advanced_settings_prefer_remote_subtitle": "Algunos dispositivos tardan mucho en cargar las miniaturas de recursos encontrados el dispositivo. Activa esta opción para cargar imágenes remotas en su lugar.",
"advanced_settings_prefer_remote_title": "Preferir imágenes remotas", "advanced_settings_prefer_remote_title": "Preferir imágenes remotas",
"advanced_settings_self_signed_ssl_subtitle": "Omitir verificación del certificado SSL del servidor. Requerido para certificados autofirmados", "advanced_settings_self_signed_ssl_subtitle": "Omitir verificación del certificado SSL del servidor. Requerido para certificados autofirmados",
@@ -26,7 +23,7 @@
"album_viewer_appbar_share_err_title": "Error al cambiar el título del álbum ", "album_viewer_appbar_share_err_title": "Error al cambiar el título del álbum ",
"album_viewer_appbar_share_leave": "Abandonar álbum ", "album_viewer_appbar_share_leave": "Abandonar álbum ",
"album_viewer_appbar_share_remove": "Eliminar del álbum ", "album_viewer_appbar_share_remove": "Eliminar del álbum ",
"album_viewer_appbar_share_to": "Compartir A", "album_viewer_appbar_share_to": "Share To",
"album_viewer_page_share_add_users": "Agregar usuarios", "album_viewer_page_share_add_users": "Agregar usuarios",
"all_people_page_title": "Personas", "all_people_page_title": "Personas",
"all_videos_page_title": "Videos", "all_videos_page_title": "Videos",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Cerrar sesión", "app_bar_signout_dialog_title": "Cerrar sesión",
"archive_page_no_archived_assets": "No se encontraron recursos archivados", "archive_page_no_archived_assets": "No se encontraron recursos archivados",
"archive_page_title": "Archivo ({})", "archive_page_title": "Archivo ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Diseño dinámico", "asset_list_layout_settings_dynamic_layout_title": "Diseño dinámico",
"asset_list_layout_settings_group_automatically": "Automatico", "asset_list_layout_settings_group_automatically": "Automatico",
"asset_list_layout_settings_group_by": "Agrupar recursos por", "asset_list_layout_settings_group_by": "Agrupar recursos por",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Miniaturas de la página de la biblioteca ({} archivos)", "cache_settings_album_thumbnails": "Miniaturas de la página de la biblioteca ({} archivos)",
"cache_settings_clear_cache_button": "Borrar caché", "cache_settings_clear_cache_button": "Borrar caché",
"cache_settings_clear_cache_button_title": "Borra la caché de la aplicación. Esto afectará significativamente el rendimiento de la aplicación hasta que se reconstruya la caché.", "cache_settings_clear_cache_button_title": "Borra la caché de la aplicación. Esto afectará significativamente el rendimiento de la aplicación hasta que se reconstruya la caché.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "Tamaño de la caché de imágenes ({} archivos)", "cache_settings_image_cache_size": "Tamaño de la caché de imágenes ({} archivos)",
"cache_settings_statistics_album": "Miniaturas de la biblioteca", "cache_settings_statistics_album": "Miniaturas de la biblioteca",
"cache_settings_statistics_assets": "{} archivos ({})", "cache_settings_statistics_assets": "{} archivos ({})",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Archivar", "control_bottom_app_bar_archive": "Archivar",
"control_bottom_app_bar_create_new_album": "Crear nuevo álbum", "control_bottom_app_bar_create_new_album": "Crear nuevo álbum",
"control_bottom_app_bar_delete": "Eliminar", "control_bottom_app_bar_delete": "Eliminar",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Favorito", "control_bottom_app_bar_favorite": "Favorito",
"control_bottom_app_bar_share": "Compartir", "control_bottom_app_bar_share": "Compartir",
"control_bottom_app_bar_share_to": "Enviar", "control_bottom_app_bar_share_to": "Enviar",
"control_bottom_app_bar_stack": "Apilar", "control_bottom_app_bar_stack": "Apilar",
"control_bottom_app_bar_unarchive": "Desarchivar", "control_bottom_app_bar_unarchive": "Desarchivar",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Subir", "control_bottom_app_bar_upload": "Subir",
"create_album_page_untitled": "Sin título", "create_album_page_untitled": "Sin título",
"create_shared_album_page_create": "Crear", "create_shared_album_page_create": "Crear",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Eliminar enlace compartido", "delete_shared_link_dialog_title": "Eliminar enlace compartido",
"description_input_hint_text": "Agregar descripción...", "description_input_hint_text": "Agregar descripción...",
"description_input_submit_error": "Error al actualizar la descripción, verifica el registro para obtener más detalles", "description_input_submit_error": "Error al actualizar la descripción, verifica el registro para obtener más detalles",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Agregar Descripción...", "exif_bottom_sheet_description": "Agregar Descripción...",
"exif_bottom_sheet_details": "DETALLES", "exif_bottom_sheet_details": "DETALLES",
"exif_bottom_sheet_location": "UBICACIÓN", "exif_bottom_sheet_location": "UBICACIÓN",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "Trabajo en progreso", "experimental_settings_new_asset_list_subtitle": "Trabajo en progreso",
"experimental_settings_new_asset_list_title": "Habilitar cuadrícula fotográfica experimental", "experimental_settings_new_asset_list_title": "Habilitar cuadrícula fotográfica experimental",
"experimental_settings_subtitle": "Úsalo bajo tu responsabilidad", "experimental_settings_subtitle": "Úsalo bajo tu responsabilidad",
@@ -185,15 +170,15 @@
"home_page_add_to_album_conflicts": "{added} elementos agregados al álbum {album}.{failed} elementos ya existen en el álbum.", "home_page_add_to_album_conflicts": "{added} elementos agregados al álbum {album}.{failed} elementos ya existen en el álbum.",
"home_page_add_to_album_err_local": "Aún no se pueden agregar recursos locales a álbumes, omitiendo", "home_page_add_to_album_err_local": "Aún no se pueden agregar recursos locales a álbumes, omitiendo",
"home_page_add_to_album_success": "{added} elementos agregados al álbum {album}. ", "home_page_add_to_album_success": "{added} elementos agregados al álbum {album}. ",
"home_page_album_err_partner": "n no se pueden agregar activos a un album de un compañero, omitiendo", "home_page_album_err_partner": "Can not add partner assets to an album yet, skipping",
"home_page_archive_err_local": "Los recursos locales no pueden ser archivados, omitiendo", "home_page_archive_err_local": "Los recursos locales no pueden ser archivados, omitiendo",
"home_page_archive_err_partner": "No se pueden archivar activos de un compañero, omitiendo", "home_page_archive_err_partner": "Can not archive partner assets, skipping",
"home_page_building_timeline": "Construyendo la línea de tiempo", "home_page_building_timeline": "Construyendo la línea de tiempo",
"home_page_delete_err_partner": "No se pueden eliminar activos de un compañero, omitiendo", "home_page_delete_err_partner": "Can not delete partner assets, skipping",
"home_page_favorite_err_local": "Aún no se pueden archivar recursos locales, omitiendo", "home_page_favorite_err_local": "Aún no se pueden archivar recursos locales, omitiendo",
"home_page_favorite_err_partner": "n no se pueden marcar recursos de compañeros como favoritos, omitiendo", "home_page_favorite_err_partner": "Can not favorite partner assets yet, skipping",
"home_page_first_time_notice": "Si esta es la primera vez que usas la app, por favor, asegúrate de elegir un álbum de respaldo para que la línea de tiempo pueda cargar fotos y videos en los álbumes.", "home_page_first_time_notice": "Si esta es la primera vez que usas la app, por favor, asegúrate de elegir un álbum de respaldo para que la línea de tiempo pueda cargar fotos y videos en los álbumes.",
"home_page_share_err_local": "No se pueden compartir activos locales a través de un enlace, omitiendo", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "Solo se pueden subir 30 elementos simultáneamente, omitiendo", "home_page_upload_err_limit": "Solo se pueden subir 30 elementos simultáneamente, omitiendo",
"image_viewer_page_state_provider_download_error": "Error de descarga", "image_viewer_page_state_provider_download_error": "Error de descarga",
"image_viewer_page_state_provider_download_success": "Descarga exitosa", "image_viewer_page_state_provider_download_success": "Descarga exitosa",
@@ -204,22 +189,12 @@
"library_page_favorites": "Favoritos", "library_page_favorites": "Favoritos",
"library_page_new_album": "Nuevo álbum", "library_page_new_album": "Nuevo álbum",
"library_page_sharing": "Compartiendo", "library_page_sharing": "Compartiendo",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_created": "Creado más recientemente", "library_page_sort_created": "Creado más recientemente",
"library_page_sort_last_modified": "Última modificación", "library_page_sort_last_modified": "Última modificación",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Foto más reciente", "library_page_sort_most_recent_photo": "Foto más reciente",
"library_page_sort_title": "Título del álbum", "library_page_sort_title": "Título del álbum",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "El inicio de sesión ha sido desactivado", "login_disabled": "El inicio de sesión ha sido desactivado",
"login_form_api_exception": "Excepción producida por API. Por favor, verifica el URL del servidor e inténtalo de nuevo.", "login_form_api_exception": "Excepción producida por API. Por favor, verifica el URL del servidor e inténtalo de nuevo.",
"login_form_back_button_text": "Back",
"login_form_button_text": "Iniciar Sesión", "login_form_button_text": "Iniciar Sesión",
"login_form_email_hint": "tucorreo@correo.com", "login_form_email_hint": "tucorreo@correo.com",
"login_form_endpoint_hint": "http://tu-ip-de-servidor:puerto/api", "login_form_endpoint_hint": "http://tu-ip-de-servidor:puerto/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "No se pudo conectar al servidor.", "login_form_server_error": "No se pudo conectar al servidor.",
"login_password_changed_error": "Hubo un error actualizando la contraseña", "login_password_changed_error": "Hubo un error actualizando la contraseña",
"login_password_changed_success": "Contraseña cambiado con éxito", "login_password_changed_success": "Contraseña cambiado con éxito",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "No se pudo obtener la posición del usuario", "map_cannot_get_user_location": "No se pudo obtener la posición del usuario",
"map_location_dialog_cancel": "Cancelar", "map_location_dialog_cancel": "Cancelar",
"map_location_dialog_yes": "Sí", "map_location_dialog_yes": "Sí",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Los servicios de ubicación deben estar activados para mostrar elementos de tu ubicación actual. Deseas activarlos ahora?", "map_location_service_disabled_content": "Los servicios de ubicación deben estar activados para mostrar elementos de tu ubicación actual. Deseas activarlos ahora?",
"map_location_service_disabled_title": "Servicios de ubicación desactivados", "map_location_service_disabled_title": "Servicios de ubicación desactivados",
"map_no_assets_in_bounds": "No hay fotos en esta zona", "map_no_assets_in_bounds": "No hay fotos en esta zona",
"map_no_location_permission_content": "Se necesitan permisos de ubicación para mostrar elementos de tu ubicación actual. Deseas activarlos ahora?", "map_no_location_permission_content": "Se necesitan permisos de ubicación para mostrar elementos de tu ubicación actual. Deseas activarlos ahora?",
"map_no_location_permission_title": "Permisos de ubicación denegados", "map_no_location_permission_title": "Permisos de ubicación denegados",
"map_settings_dark_mode": "Modo oscuro", "map_settings_dark_mode": "Modo oscuro",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Cancelar", "map_settings_dialog_cancel": "Cancelar",
"map_settings_dialog_save": "Guardar", "map_settings_dialog_save": "Guardar",
"map_settings_dialog_title": "Ajustes mapa", "map_settings_dialog_title": "Ajustes mapa",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Alejar para ver fotos", "map_zoom_to_see_photos": "Alejar para ver fotos",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Foto en Movimiento", "motion_photos_page_title": "Foto en Movimiento",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Cancelar", "notification_permission_dialog_cancel": "Cancelar",
"notification_permission_dialog_content": "Para activar las notificaciones, ve a Configuración y selecciona permitir.", "notification_permission_dialog_content": "Para activar las notificaciones, ve a Configuración y selecciona permitir.",
"notification_permission_dialog_settings": "Ajustes", "notification_permission_dialog_settings": "Ajustes",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "{} ya no podrá acceder a tus fotos", "partner_page_stop_sharing_content": "{} ya no podrá acceder a tus fotos",
"partner_page_stop_sharing_title": "¿Dejar de compartir tus fotos?", "partner_page_stop_sharing_title": "¿Dejar de compartir tus fotos?",
"partner_page_title": "Compañero", "partner_page_title": "Compañero",
"permission_onboarding_back": "Volver", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "Continuar de todos modos", "permission_onboarding_continue_anyway": "Continuar de todos modos",
"permission_onboarding_get_started": "Empezar", "permission_onboarding_get_started": "Empezar",
"permission_onboarding_go_to_settings": "Ir a configuración", "permission_onboarding_go_to_settings": "Ir a configuración",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Permiso limitado. Para permitir que Immich haga copia de seguridad y gestione toda tu colección de galería, concede permisos de fotos y videos en Configuración.", "permission_onboarding_permission_limited": "Permiso limitado. Para permitir que Immich haga copia de seguridad y gestione toda tu colección de galería, concede permisos de fotos y videos en Configuración.",
"permission_onboarding_request": "Immich requiere permiso para ver tus fotos y videos.", "permission_onboarding_request": "Immich requiere permiso para ver tus fotos y videos.",
"profile_drawer_app_logs": "Registros", "profile_drawer_app_logs": "Registros",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "El Cliente y el Servidor están actualizados", "profile_drawer_client_server_up_to_date": "El Cliente y el Servidor están actualizados",
"profile_drawer_documentation": "Documentación", "profile_drawer_documentation": "Documentación",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Configuración", "profile_drawer_settings": "Configuración",
"profile_drawer_sign_out": "Cerrar Sesión", "profile_drawer_sign_out": "Cerrar Sesión",
"profile_drawer_trash": "Papelera", "profile_drawer_trash": "Papelera",
"recently_added_page_title": "Recién Agregadas", "recently_added_page_title": "Recién Agregadas",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Busca tus fotos", "search_bar_hint": "Busca tus fotos",
"search_page_categories": "Categorías", "search_page_categories": "Categorías",
"search_page_favorites": "Favoritos", "search_page_favorites": "Favoritos",
@@ -315,13 +275,6 @@
"search_page_no_objects": "No hay información de objetos disponibles", "search_page_no_objects": "No hay información de objetos disponibles",
"search_page_no_places": "No hay información de lugares disponibles", "search_page_no_places": "No hay información de lugares disponibles",
"search_page_people": "Personas", "search_page_people": "Personas",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Lugares", "search_page_places": "Lugares",
"search_page_recently_added": "Recién agregadas", "search_page_recently_added": "Recién agregadas",
"search_page_screenshots": "Capturas de pantalla", "search_page_screenshots": "Capturas de pantalla",
@@ -330,7 +283,6 @@
"search_page_videos": "Videos", "search_page_videos": "Videos",
"search_page_view_all_button": "Ver todo", "search_page_view_all_button": "Ver todo",
"search_page_your_activity": "Tu actividad", "search_page_your_activity": "Tu actividad",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "Nueva Busqueda", "search_result_page_new_search_hint": "Nueva Busqueda",
"search_suggestion_list_smart_search_hint_1": "La búsqueda inteligente está habilitada por defecto, para buscar metadatos utiliza esta sintaxis ", "search_suggestion_list_smart_search_hint_1": "La búsqueda inteligente está habilitada por defecto, para buscar metadatos utiliza esta sintaxis ",
"search_suggestion_list_smart_search_hint_2": "m:tu-término-de-búsqueda", "search_suggestion_list_smart_search_hint_2": "m:tu-término-de-búsqueda",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Fallo al crear el álbum", "select_user_for_sharing_page_err_album": "Fallo al crear el álbum",
"select_user_for_sharing_page_share_suggestions": "Sugerencias", "select_user_for_sharing_page_share_suggestions": "Sugerencias",
"server_info_box_app_version": "Versión de la Aplicación", "server_info_box_app_version": "Versión de la Aplicación",
"server_info_box_latest_release": "Ultima versión",
"server_info_box_server_url": "URL del servidor", "server_info_box_server_url": "URL del servidor",
"server_info_box_server_version": "Versión del Servidor", "server_info_box_server_version": "Versión del Servidor",
"setting_image_viewer_help": "El visor de detalles carga primero la miniatura pequeña, luego carga la vista previa de tamaño mediano (si está habilitada), finalmente carga la original (si está habilitada).", "setting_image_viewer_help": "El visor de detalles carga primero la miniatura pequeña, luego carga la vista previa de tamaño mediano (si está habilitada), finalmente carga la original (si está habilitada).",
@@ -364,23 +315,15 @@
"share_add_photos": "Agregar fotos", "share_add_photos": "Agregar fotos",
"share_add_title": "Agregar un título", "share_add_title": "Agregar un título",
"share_create_album": "Crear álbum", "share_create_album": "Crear álbum",
"shared_album_activities_input_disable": "Los comentarios están deshabilitados", "shared_album_activities_input_disable": "Comment is disabled",
"shared_album_activities_input_hint": "Comenta algo", "shared_album_activities_input_hint": "Say something",
"shared_album_activity_remove_content": "Deseas eliminar esta actividad?", "shared_album_activity_remove_content": "Do you want to delete this activity?",
"shared_album_activity_remove_title": "Eliminar Actividad", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Permitir que otros respondan", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Comentarios y me gusta", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Preparando...", "share_dialog_preparing": "Preparando...",
"shared_link_app_bar_title": "Enlaces compartidos", "shared_link_app_bar_title": "Enlaces compartidos",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "Crear enlace compartido", "shared_link_create_app_bar_title": "Crear enlace compartido",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Cualquier persona con el enlace puede ver las fotos seleccionadas", "shared_link_create_info": "Cualquier persona con el enlace puede ver las fotos seleccionadas",
"shared_link_create_submit_button": "Crear enlace", "shared_link_create_submit_button": "Crear enlace",
"shared_link_edit_allow_download": "Permitir descargar a usuarios públicos", "shared_link_edit_allow_download": "Permitir descargar a usuarios públicos",
@@ -389,33 +332,12 @@
"shared_link_edit_change_expiry": "Cambiar fecha de caducidad", "shared_link_edit_change_expiry": "Cambiar fecha de caducidad",
"shared_link_edit_description": "Descripción", "shared_link_edit_description": "Descripción",
"shared_link_edit_description_hint": "Introduce la descripción del enlace", "shared_link_edit_description_hint": "Introduce la descripción del enlace",
"shared_link_edit_expire_after": "Expirar después de", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Contraseña", "shared_link_edit_password": "Contraseña",
"shared_link_edit_password_hint": "Introduce la contraseña del enlace", "shared_link_edit_password_hint": "Introduce la contraseña del enlace",
"shared_link_edit_show_meta": "Mostrar metadatos", "shared_link_edit_show_meta": "Mostrar metadatos",
"shared_link_edit_submit_button": "Actualizar enlace", "shared_link_edit_submit_button": "Actualizar enlace",
"shared_link_empty": "No tienes enlaces compartidos", "shared_link_empty": "No tienes enlaces compartidos",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Administrar enlaces compartidos", "shared_link_manage_links": "Administrar enlaces compartidos",
"share_done": "Hecho", "share_done": "Hecho",
"share_invite": "Invitar al álbum", "share_invite": "Invitar al álbum",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Agregado a {album}", "add_to_album_bottom_sheet_added": "Agregado a {album}",
"add_to_album_bottom_sheet_already_exists": "Ya se encuentra en {album}", "add_to_album_bottom_sheet_already_exists": "Ya se encuentra en {album}",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Algunos dispositivos tardan mucho en cargar las miniaturas de recursos encontrados el dispositivo. Activa esta opción para cargar imágenes remotas en su lugar.", "advanced_settings_prefer_remote_subtitle": "Algunos dispositivos tardan mucho en cargar las miniaturas de recursos encontrados el dispositivo. Activa esta opción para cargar imágenes remotas en su lugar.",
"advanced_settings_prefer_remote_title": "Preferir imágenes remotas", "advanced_settings_prefer_remote_title": "Preferir imágenes remotas",
"advanced_settings_self_signed_ssl_subtitle": "Omitir verificación del certificado SSL del servidor. Requerido para certificados autofirmados", "advanced_settings_self_signed_ssl_subtitle": "Omitir verificación del certificado SSL del servidor. Requerido para certificados autofirmados",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Cerrar sesión", "app_bar_signout_dialog_title": "Cerrar sesión",
"archive_page_no_archived_assets": "No se encontraron recursos archivados", "archive_page_no_archived_assets": "No se encontraron recursos archivados",
"archive_page_title": "Archivo ({})", "archive_page_title": "Archivo ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Diseño dinámico", "asset_list_layout_settings_dynamic_layout_title": "Diseño dinámico",
"asset_list_layout_settings_group_automatically": "Automatico", "asset_list_layout_settings_group_automatically": "Automatico",
"asset_list_layout_settings_group_by": "Agrupar recursos por", "asset_list_layout_settings_group_by": "Agrupar recursos por",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Miniaturas de la página de la biblioteca ({} archivos)", "cache_settings_album_thumbnails": "Miniaturas de la página de la biblioteca ({} archivos)",
"cache_settings_clear_cache_button": "Borrar caché", "cache_settings_clear_cache_button": "Borrar caché",
"cache_settings_clear_cache_button_title": "Borra la caché de la aplicación. Esto afectará significativamente el rendimiento de la aplicación hasta que se reconstruya la caché.", "cache_settings_clear_cache_button_title": "Borra la caché de la aplicación. Esto afectará significativamente el rendimiento de la aplicación hasta que se reconstruya la caché.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "Tamaño de la caché de imágenes ({} archivos)", "cache_settings_image_cache_size": "Tamaño de la caché de imágenes ({} archivos)",
"cache_settings_statistics_album": "Miniaturas de la biblioteca", "cache_settings_statistics_album": "Miniaturas de la biblioteca",
"cache_settings_statistics_assets": "{} archivos ({})", "cache_settings_statistics_assets": "{} archivos ({})",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Archivar", "control_bottom_app_bar_archive": "Archivar",
"control_bottom_app_bar_create_new_album": "Crear nuevo álbum", "control_bottom_app_bar_create_new_album": "Crear nuevo álbum",
"control_bottom_app_bar_delete": "Eliminar", "control_bottom_app_bar_delete": "Eliminar",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Favorito", "control_bottom_app_bar_favorite": "Favorito",
"control_bottom_app_bar_share": "Compartir", "control_bottom_app_bar_share": "Compartir",
"control_bottom_app_bar_share_to": "Enviar", "control_bottom_app_bar_share_to": "Enviar",
"control_bottom_app_bar_stack": "Apilar", "control_bottom_app_bar_stack": "Apilar",
"control_bottom_app_bar_unarchive": "Desarchivar", "control_bottom_app_bar_unarchive": "Desarchivar",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Subir", "control_bottom_app_bar_upload": "Subir",
"create_album_page_untitled": "Sin título", "create_album_page_untitled": "Sin título",
"create_shared_album_page_create": "Crear", "create_shared_album_page_create": "Crear",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Eliminar enlace compartido", "delete_shared_link_dialog_title": "Eliminar enlace compartido",
"description_input_hint_text": "Agregar descripción...", "description_input_hint_text": "Agregar descripción...",
"description_input_submit_error": "Error al actualizar la descripción, verifica el registro para obtener más detalles", "description_input_submit_error": "Error al actualizar la descripción, verifica el registro para obtener más detalles",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Agregar Descripción...", "exif_bottom_sheet_description": "Agregar Descripción...",
"exif_bottom_sheet_details": "DETALLES", "exif_bottom_sheet_details": "DETALLES",
"exif_bottom_sheet_location": "UBICACIÓN", "exif_bottom_sheet_location": "UBICACIÓN",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "Trabajo en progreso", "experimental_settings_new_asset_list_subtitle": "Trabajo en progreso",
"experimental_settings_new_asset_list_title": "Habilitar cuadrícula fotográfica experimental", "experimental_settings_new_asset_list_title": "Habilitar cuadrícula fotográfica experimental",
"experimental_settings_subtitle": "Úsalo bajo tu responsabilidad", "experimental_settings_subtitle": "Úsalo bajo tu responsabilidad",
@@ -185,15 +170,15 @@
"home_page_add_to_album_conflicts": "{added} elementos agregados al álbum {album}.\n{failed} elementos ya existen en el álbum.", "home_page_add_to_album_conflicts": "{added} elementos agregados al álbum {album}.\n{failed} elementos ya existen en el álbum.",
"home_page_add_to_album_err_local": "Aún no se pueden agregar recursos locales a álbumes, omitiendo", "home_page_add_to_album_err_local": "Aún no se pueden agregar recursos locales a álbumes, omitiendo",
"home_page_add_to_album_success": "{added} elementos agregados al álbum {album}. ", "home_page_add_to_album_success": "{added} elementos agregados al álbum {album}. ",
"home_page_album_err_partner": "n no se pueden agregar activos a un album de un compañero, omitiendo", "home_page_album_err_partner": "Can not add partner assets to an album yet, skipping",
"home_page_archive_err_local": "Los recursos locales no pueden ser archivados, omitiendo", "home_page_archive_err_local": "Los recursos locales no pueden ser archivados, omitiendo",
"home_page_archive_err_partner": "No se pueden archivar activos de un compañero, omitiendo", "home_page_archive_err_partner": "Can not archive partner assets, skipping",
"home_page_building_timeline": "Construyendo la línea de tiempo", "home_page_building_timeline": "Construyendo la línea de tiempo",
"home_page_delete_err_partner": "No se pueden eliminar activos de un compañero, omitiendo", "home_page_delete_err_partner": "Can not delete partner assets, skipping",
"home_page_favorite_err_local": "Aún no se pueden archivar recursos locales, omitiendo", "home_page_favorite_err_local": "Aún no se pueden archivar recursos locales, omitiendo",
"home_page_favorite_err_partner": "n no se pueden marcar recursos de compañeros como favoritos, omitiendo", "home_page_favorite_err_partner": "Can not favorite partner assets yet, skipping",
"home_page_first_time_notice": "Si esta es la primera vez que usas la app, por favor, asegúrate de elegir un álbum de respaldo para que la línea de tiempo pueda cargar fotos y videos en los álbumes.", "home_page_first_time_notice": "Si esta es la primera vez que usas la app, por favor, asegúrate de elegir un álbum de respaldo para que la línea de tiempo pueda cargar fotos y videos en los álbumes.",
"home_page_share_err_local": "No se pueden compartir activos locales a través de un enlace, omitiendo", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "Solo se pueden subir 30 elementos simultáneamente, omitiendo", "home_page_upload_err_limit": "Solo se pueden subir 30 elementos simultáneamente, omitiendo",
"image_viewer_page_state_provider_download_error": "Error de descarga", "image_viewer_page_state_provider_download_error": "Error de descarga",
"image_viewer_page_state_provider_download_success": "Descarga exitosa", "image_viewer_page_state_provider_download_success": "Descarga exitosa",
@@ -204,22 +189,12 @@
"library_page_favorites": "Favoritos", "library_page_favorites": "Favoritos",
"library_page_new_album": "Nuevo álbum", "library_page_new_album": "Nuevo álbum",
"library_page_sharing": "Compartiendo", "library_page_sharing": "Compartiendo",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_created": "Creado más recientemente", "library_page_sort_created": "Creado más recientemente",
"library_page_sort_last_modified": "Última modificación", "library_page_sort_last_modified": "Última modificación",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Foto más reciente", "library_page_sort_most_recent_photo": "Foto más reciente",
"library_page_sort_title": "Título del álbum", "library_page_sort_title": "Título del álbum",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "El inicio de sesión ha sido desactivado", "login_disabled": "El inicio de sesión ha sido desactivado",
"login_form_api_exception": "Excepción producida por API. Por favor, verifica el URL del servidor e inténtalo de nuevo.", "login_form_api_exception": "Excepción producida por API. Por favor, verifica el URL del servidor e inténtalo de nuevo.",
"login_form_back_button_text": "Back",
"login_form_button_text": "Iniciar sesión", "login_form_button_text": "Iniciar sesión",
"login_form_email_hint": "tucorreo@correo.com", "login_form_email_hint": "tucorreo@correo.com",
"login_form_endpoint_hint": "http://la-ip-de-tu-servidor:puerto/api", "login_form_endpoint_hint": "http://la-ip-de-tu-servidor:puerto/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "No se pudo conectar al servidor.", "login_form_server_error": "No se pudo conectar al servidor.",
"login_password_changed_error": "Hubo un error actualizando la contraseña", "login_password_changed_error": "Hubo un error actualizando la contraseña",
"login_password_changed_success": "Contraseña cambiado con éxito", "login_password_changed_success": "Contraseña cambiado con éxito",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "No se pudo obtener la posición del usuario", "map_cannot_get_user_location": "No se pudo obtener la posición del usuario",
"map_location_dialog_cancel": "Cancelar", "map_location_dialog_cancel": "Cancelar",
"map_location_dialog_yes": "Sí", "map_location_dialog_yes": "Sí",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Los servicios de localización deben estar activados para mostrar elementos de tu ubicación actual. Deseas activarlos ahora?", "map_location_service_disabled_content": "Los servicios de localización deben estar activados para mostrar elementos de tu ubicación actual. Deseas activarlos ahora?",
"map_location_service_disabled_title": "Servicios de localización desactivados", "map_location_service_disabled_title": "Servicios de localización desactivados",
"map_no_assets_in_bounds": "No hay fotos en esta zona", "map_no_assets_in_bounds": "No hay fotos en esta zona",
"map_no_location_permission_content": "Se necesitan permisos de ubicación para mostrar elementos de tu ubicación actual. Deseas activarlos ahora?", "map_no_location_permission_content": "Se necesitan permisos de ubicación para mostrar elementos de tu ubicación actual. Deseas activarlos ahora?",
"map_no_location_permission_title": "Permisos de ubicación denegados", "map_no_location_permission_title": "Permisos de ubicación denegados",
"map_settings_dark_mode": "Modo oscuro", "map_settings_dark_mode": "Modo oscuro",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Cancelar", "map_settings_dialog_cancel": "Cancelar",
"map_settings_dialog_save": "Guardar", "map_settings_dialog_save": "Guardar",
"map_settings_dialog_title": "Ajustes mapa", "map_settings_dialog_title": "Ajustes mapa",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Alejar para ver fotos", "map_zoom_to_see_photos": "Alejar para ver fotos",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Foto en Movimiento", "motion_photos_page_title": "Foto en Movimiento",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Cancelar", "notification_permission_dialog_cancel": "Cancelar",
"notification_permission_dialog_content": "Para activar las notificaciones, ve a Configuración y selecciona permitir.", "notification_permission_dialog_content": "Para activar las notificaciones, ve a Configuración y selecciona permitir.",
"notification_permission_dialog_settings": "Ajustes", "notification_permission_dialog_settings": "Ajustes",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "{} ya no podrá acceder a tus fotos", "partner_page_stop_sharing_content": "{} ya no podrá acceder a tus fotos",
"partner_page_stop_sharing_title": "¿Dejar de compartir tus fotos?", "partner_page_stop_sharing_title": "¿Dejar de compartir tus fotos?",
"partner_page_title": "Compañero", "partner_page_title": "Compañero",
"permission_onboarding_back": "Volver", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "Continuar de todos modos", "permission_onboarding_continue_anyway": "Continuar de todos modos",
"permission_onboarding_get_started": "Empezar", "permission_onboarding_get_started": "Empezar",
"permission_onboarding_go_to_settings": "Ir a configuración", "permission_onboarding_go_to_settings": "Ir a configuración",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Permiso limitado. Para permitir que Immich haga copia de seguridad y gestione toda tu colección de galería, concede permisos de fotos y videos en Configuración.", "permission_onboarding_permission_limited": "Permiso limitado. Para permitir que Immich haga copia de seguridad y gestione toda tu colección de galería, concede permisos de fotos y videos en Configuración.",
"permission_onboarding_request": "Immich requiere permiso para ver tus fotos y videos.", "permission_onboarding_request": "Immich requiere permiso para ver tus fotos y videos.",
"profile_drawer_app_logs": "Registros", "profile_drawer_app_logs": "Registros",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "El cliente y el servidor están actualizados", "profile_drawer_client_server_up_to_date": "El cliente y el servidor están actualizados",
"profile_drawer_documentation": "Documentación", "profile_drawer_documentation": "Documentación",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Configuración", "profile_drawer_settings": "Configuración",
"profile_drawer_sign_out": "Cerrar sesión", "profile_drawer_sign_out": "Cerrar sesión",
"profile_drawer_trash": "Papelera", "profile_drawer_trash": "Papelera",
"recently_added_page_title": "Recién Agregadas", "recently_added_page_title": "Recién Agregadas",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Busca tus fotos", "search_bar_hint": "Busca tus fotos",
"search_page_categories": "Categorías", "search_page_categories": "Categorías",
"search_page_favorites": "Favoritos", "search_page_favorites": "Favoritos",
@@ -315,13 +275,6 @@
"search_page_no_objects": "No hay información de objetos disponibles", "search_page_no_objects": "No hay información de objetos disponibles",
"search_page_no_places": "No hay información de lugares disponible", "search_page_no_places": "No hay información de lugares disponible",
"search_page_people": "Personas", "search_page_people": "Personas",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Lugares", "search_page_places": "Lugares",
"search_page_recently_added": "Recién agregadas", "search_page_recently_added": "Recién agregadas",
"search_page_screenshots": "Capturas de pantalla", "search_page_screenshots": "Capturas de pantalla",
@@ -330,7 +283,6 @@
"search_page_videos": "Videos", "search_page_videos": "Videos",
"search_page_view_all_button": "Ver todo", "search_page_view_all_button": "Ver todo",
"search_page_your_activity": "Tu actividad", "search_page_your_activity": "Tu actividad",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "Nueva búsqueda", "search_result_page_new_search_hint": "Nueva búsqueda",
"search_suggestion_list_smart_search_hint_1": "La búsqueda inteligente está habilitada por defecto, para buscar metadatos utiliza esta sintaxis ", "search_suggestion_list_smart_search_hint_1": "La búsqueda inteligente está habilitada por defecto, para buscar metadatos utiliza esta sintaxis ",
"search_suggestion_list_smart_search_hint_2": "m:tu-término-de-búsqueda", "search_suggestion_list_smart_search_hint_2": "m:tu-término-de-búsqueda",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Error al crear álbum", "select_user_for_sharing_page_err_album": "Error al crear álbum",
"select_user_for_sharing_page_share_suggestions": "Sugerencias", "select_user_for_sharing_page_share_suggestions": "Sugerencias",
"server_info_box_app_version": "Versión de la Aplicación", "server_info_box_app_version": "Versión de la Aplicación",
"server_info_box_latest_release": "Ultima versión",
"server_info_box_server_url": "URL del servidor", "server_info_box_server_url": "URL del servidor",
"server_info_box_server_version": "Versión del Servidor", "server_info_box_server_version": "Versión del Servidor",
"setting_image_viewer_help": "El visor de detalles carga primero la miniatura pequeña, luego carga la vista previa de tamaño mediano (si está habilitada), finalmente carga la original (si está habilitada).", "setting_image_viewer_help": "El visor de detalles carga primero la miniatura pequeña, luego carga la vista previa de tamaño mediano (si está habilitada), finalmente carga la original (si está habilitada).",
@@ -364,23 +315,15 @@
"share_add_photos": "Agregar fotos", "share_add_photos": "Agregar fotos",
"share_add_title": "Agregar un título", "share_add_title": "Agregar un título",
"share_create_album": "Crear álbum", "share_create_album": "Crear álbum",
"shared_album_activities_input_disable": "Los comentarios están deshabilitados", "shared_album_activities_input_disable": "Comment is disabled",
"shared_album_activities_input_hint": "Say something", "shared_album_activities_input_hint": "Say something",
"shared_album_activity_remove_content": "Do you want to delete this activity?", "shared_album_activity_remove_content": "Do you want to delete this activity?",
"shared_album_activity_remove_title": "Delete Activity", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Let others respond", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Comments & likes", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Preparando...", "share_dialog_preparing": "Preparando...",
"shared_link_app_bar_title": "Enlaces compartidos", "shared_link_app_bar_title": "Enlaces compartidos",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "Crear enlace compartido", "shared_link_create_app_bar_title": "Crear enlace compartido",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Cualquier persona con el enlace puede ver las fotos seleccionadas", "shared_link_create_info": "Cualquier persona con el enlace puede ver las fotos seleccionadas",
"shared_link_create_submit_button": "Crear enlace", "shared_link_create_submit_button": "Crear enlace",
"shared_link_edit_allow_download": "Permitir descargar a usuarios públicos", "shared_link_edit_allow_download": "Permitir descargar a usuarios públicos",
@@ -389,33 +332,12 @@
"shared_link_edit_change_expiry": "Cambiar fecha de caducidad", "shared_link_edit_change_expiry": "Cambiar fecha de caducidad",
"shared_link_edit_description": "Descripción", "shared_link_edit_description": "Descripción",
"shared_link_edit_description_hint": "Introduce la descripción del enlace", "shared_link_edit_description_hint": "Introduce la descripción del enlace",
"shared_link_edit_expire_after": "Expirar después de", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Contraseña", "shared_link_edit_password": "Contraseña",
"shared_link_edit_password_hint": "Introduce la contraseña del enlace", "shared_link_edit_password_hint": "Introduce la contraseña del enlace",
"shared_link_edit_show_meta": "Mostrar metadatos", "shared_link_edit_show_meta": "Mostrar metadatos",
"shared_link_edit_submit_button": "Actualizar enlace", "shared_link_edit_submit_button": "Actualizar enlace",
"shared_link_empty": "No tienes enlaces compartidos", "shared_link_empty": "No tienes enlaces compartidos",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Administrar enlaces compartidos", "shared_link_manage_links": "Administrar enlaces compartidos",
"share_done": "Hecho", "share_done": "Hecho",
"share_invite": "Invitar al álbum", "share_invite": "Invitar al álbum",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Agregado a {album}", "add_to_album_bottom_sheet_added": "Agregado a {album}",
"add_to_album_bottom_sheet_already_exists": "Ya se encuentra en {album}", "add_to_album_bottom_sheet_already_exists": "Ya se encuentra en {album}",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Algunos dispositivos tardan mucho en cargar las miniaturas de recursos encontrados el dispositivo. Activa esta opción para cargar imágenes remotas en su lugar.", "advanced_settings_prefer_remote_subtitle": "Algunos dispositivos tardan mucho en cargar las miniaturas de recursos encontrados el dispositivo. Activa esta opción para cargar imágenes remotas en su lugar.",
"advanced_settings_prefer_remote_title": "Preferir imágenes remotas", "advanced_settings_prefer_remote_title": "Preferir imágenes remotas",
"advanced_settings_self_signed_ssl_subtitle": "Omitir verificación del certificado SSL del servidor. Requerido para certificados autofirmados", "advanced_settings_self_signed_ssl_subtitle": "Omitir verificación del certificado SSL del servidor. Requerido para certificados autofirmados",
@@ -26,7 +23,7 @@
"album_viewer_appbar_share_err_title": "Error al cambiar el título del álbum", "album_viewer_appbar_share_err_title": "Error al cambiar el título del álbum",
"album_viewer_appbar_share_leave": "Abandonar álbum ", "album_viewer_appbar_share_leave": "Abandonar álbum ",
"album_viewer_appbar_share_remove": "Eliminar del álbum", "album_viewer_appbar_share_remove": "Eliminar del álbum",
"album_viewer_appbar_share_to": "Compartir A", "album_viewer_appbar_share_to": "Share To",
"album_viewer_page_share_add_users": "Agregar usuarios", "album_viewer_page_share_add_users": "Agregar usuarios",
"all_people_page_title": "Personas", "all_people_page_title": "Personas",
"all_videos_page_title": "Videos", "all_videos_page_title": "Videos",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Cerrar sesión", "app_bar_signout_dialog_title": "Cerrar sesión",
"archive_page_no_archived_assets": "No se encontraron recursos archivados", "archive_page_no_archived_assets": "No se encontraron recursos archivados",
"archive_page_title": "Archivo ({})", "archive_page_title": "Archivo ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Diseño dinámico", "asset_list_layout_settings_dynamic_layout_title": "Diseño dinámico",
"asset_list_layout_settings_group_automatically": "Automatico", "asset_list_layout_settings_group_automatically": "Automatico",
"asset_list_layout_settings_group_by": "Agrupar recursos por", "asset_list_layout_settings_group_by": "Agrupar recursos por",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Miniaturas de la página de la biblioteca ({} archivos)", "cache_settings_album_thumbnails": "Miniaturas de la página de la biblioteca ({} archivos)",
"cache_settings_clear_cache_button": "Borrar caché", "cache_settings_clear_cache_button": "Borrar caché",
"cache_settings_clear_cache_button_title": "Borra la caché de la aplicación. Esto afectará significativamente el rendimiento de la aplicación hasta que se reconstruya la caché.", "cache_settings_clear_cache_button_title": "Borra la caché de la aplicación. Esto afectará significativamente el rendimiento de la aplicación hasta que se reconstruya la caché.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "Tamaño de la caché de imágenes ({} archivos)", "cache_settings_image_cache_size": "Tamaño de la caché de imágenes ({} archivos)",
"cache_settings_statistics_album": "Miniaturas de la biblioteca", "cache_settings_statistics_album": "Miniaturas de la biblioteca",
"cache_settings_statistics_assets": "{} archivos ({})", "cache_settings_statistics_assets": "{} archivos ({})",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Archivar", "control_bottom_app_bar_archive": "Archivar",
"control_bottom_app_bar_create_new_album": "Crear nuevo álbum", "control_bottom_app_bar_create_new_album": "Crear nuevo álbum",
"control_bottom_app_bar_delete": "Eliminar", "control_bottom_app_bar_delete": "Eliminar",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Favorito", "control_bottom_app_bar_favorite": "Favorito",
"control_bottom_app_bar_share": "Compartir", "control_bottom_app_bar_share": "Compartir",
"control_bottom_app_bar_share_to": "Enviar", "control_bottom_app_bar_share_to": "Enviar",
"control_bottom_app_bar_stack": "Apilar", "control_bottom_app_bar_stack": "Apilar",
"control_bottom_app_bar_unarchive": "Desarchivar", "control_bottom_app_bar_unarchive": "Desarchivar",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Subir", "control_bottom_app_bar_upload": "Subir",
"create_album_page_untitled": "Sin título", "create_album_page_untitled": "Sin título",
"create_shared_album_page_create": "Crear", "create_shared_album_page_create": "Crear",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Eliminar enlace compartido", "delete_shared_link_dialog_title": "Eliminar enlace compartido",
"description_input_hint_text": "Agregar descripción...", "description_input_hint_text": "Agregar descripción...",
"description_input_submit_error": "Error al actualizar la descripción, verifica el registro para obtener más detalles", "description_input_submit_error": "Error al actualizar la descripción, verifica el registro para obtener más detalles",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Agregar Descripción...", "exif_bottom_sheet_description": "Agregar Descripción...",
"exif_bottom_sheet_details": "DETALLES", "exif_bottom_sheet_details": "DETALLES",
"exif_bottom_sheet_location": "UBICACIÓN", "exif_bottom_sheet_location": "UBICACIÓN",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "Trabajo en progreso", "experimental_settings_new_asset_list_subtitle": "Trabajo en progreso",
"experimental_settings_new_asset_list_title": "Habilitar cuadrícula fotográfica experimental", "experimental_settings_new_asset_list_title": "Habilitar cuadrícula fotográfica experimental",
"experimental_settings_subtitle": "Úsalo bajo tu responsabilidad", "experimental_settings_subtitle": "Úsalo bajo tu responsabilidad",
@@ -185,15 +170,15 @@
"home_page_add_to_album_conflicts": "{added} elementos agregados al álbum {album}.\n{failed} elementos ya existen en el álbum.", "home_page_add_to_album_conflicts": "{added} elementos agregados al álbum {album}.\n{failed} elementos ya existen en el álbum.",
"home_page_add_to_album_err_local": "Aún no se pueden agregar recursos locales a álbumes, omitiendo", "home_page_add_to_album_err_local": "Aún no se pueden agregar recursos locales a álbumes, omitiendo",
"home_page_add_to_album_success": "{added} elementos agregados al álbum {album}. ", "home_page_add_to_album_success": "{added} elementos agregados al álbum {album}. ",
"home_page_album_err_partner": "n no se pueden agregar activos a un album de un compañero, omitiendo", "home_page_album_err_partner": "Can not add partner assets to an album yet, skipping",
"home_page_archive_err_local": "Los recursos locales no pueden ser archivados, omitiendo", "home_page_archive_err_local": "Los recursos locales no pueden ser archivados, omitiendo",
"home_page_archive_err_partner": "No se pueden archivar activos de un compañero, omitiendo", "home_page_archive_err_partner": "Can not archive partner assets, skipping",
"home_page_building_timeline": "Construyendo la línea de tiempo", "home_page_building_timeline": "Construyendo la línea de tiempo",
"home_page_delete_err_partner": "No se pueden eliminar activos de un compañero, omitiendo", "home_page_delete_err_partner": "Can not delete partner assets, skipping",
"home_page_favorite_err_local": "Aún no se pueden archivar recursos locales, omitiendo", "home_page_favorite_err_local": "Aún no se pueden archivar recursos locales, omitiendo",
"home_page_favorite_err_partner": "n no se pueden marcar recursos de compañeros como favoritos, omitiendo", "home_page_favorite_err_partner": "Can not favorite partner assets yet, skipping",
"home_page_first_time_notice": "Si esta es la primera vez que usas la app, por favor, asegúrate de elegir un álbum de respaldo para que la línea de tiempo pueda cargar fotos y videos en los álbumes.", "home_page_first_time_notice": "Si esta es la primera vez que usas la app, por favor, asegúrate de elegir un álbum de respaldo para que la línea de tiempo pueda cargar fotos y videos en los álbumes.",
"home_page_share_err_local": "No se pueden compartir activos locales a través de un enlace, omitiendo", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "Solo se pueden subir 30 elementos simultáneamente, omitiendo", "home_page_upload_err_limit": "Solo se pueden subir 30 elementos simultáneamente, omitiendo",
"image_viewer_page_state_provider_download_error": "Error de descarga", "image_viewer_page_state_provider_download_error": "Error de descarga",
"image_viewer_page_state_provider_download_success": "Descarga exitosa", "image_viewer_page_state_provider_download_success": "Descarga exitosa",
@@ -204,22 +189,12 @@
"library_page_favorites": "Favoritos", "library_page_favorites": "Favoritos",
"library_page_new_album": "Nuevo álbum", "library_page_new_album": "Nuevo álbum",
"library_page_sharing": "Compartiendo", "library_page_sharing": "Compartiendo",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_created": "Creado más recientemente", "library_page_sort_created": "Creado más recientemente",
"library_page_sort_last_modified": "Última modificación", "library_page_sort_last_modified": "Última modificación",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Foto más reciente", "library_page_sort_most_recent_photo": "Foto más reciente",
"library_page_sort_title": "Título del álbum", "library_page_sort_title": "Título del álbum",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "El inicio de sesión ha sido desactivado", "login_disabled": "El inicio de sesión ha sido desactivado",
"login_form_api_exception": "Excepción producida por API. Por favor, verifica el URL del servidor e inténtalo de nuevo.", "login_form_api_exception": "Excepción producida por API. Por favor, verifica el URL del servidor e inténtalo de nuevo.",
"login_form_back_button_text": "Back",
"login_form_button_text": "Iniciar sesión", "login_form_button_text": "Iniciar sesión",
"login_form_email_hint": "tucorreo@correo.com", "login_form_email_hint": "tucorreo@correo.com",
"login_form_endpoint_hint": "http://la-ip-de-tu-servidor:puerto/api", "login_form_endpoint_hint": "http://la-ip-de-tu-servidor:puerto/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "No se pudo conectar al servidor.", "login_form_server_error": "No se pudo conectar al servidor.",
"login_password_changed_error": "Hubo un error actualizando la contraseña", "login_password_changed_error": "Hubo un error actualizando la contraseña",
"login_password_changed_success": "Contraseña cambiado con éxito", "login_password_changed_success": "Contraseña cambiado con éxito",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "No se pudo obtener la posición del usuario", "map_cannot_get_user_location": "No se pudo obtener la posición del usuario",
"map_location_dialog_cancel": "Cancelar", "map_location_dialog_cancel": "Cancelar",
"map_location_dialog_yes": "Sí", "map_location_dialog_yes": "Sí",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Los servicios de localización deben estar activados para mostrar elementos de tu ubicación actual. Deseas activarlos ahora?", "map_location_service_disabled_content": "Los servicios de localización deben estar activados para mostrar elementos de tu ubicación actual. Deseas activarlos ahora?",
"map_location_service_disabled_title": "Servicios de localización desactivados", "map_location_service_disabled_title": "Servicios de localización desactivados",
"map_no_assets_in_bounds": "No hay fotos en esta zona", "map_no_assets_in_bounds": "No hay fotos en esta zona",
"map_no_location_permission_content": "Se necesitan permisos de ubicación para mostrar elementos de tu ubicación actual. Deseas activarlos ahora?", "map_no_location_permission_content": "Se necesitan permisos de ubicación para mostrar elementos de tu ubicación actual. Deseas activarlos ahora?",
"map_no_location_permission_title": "Permisos de ubicación denegados", "map_no_location_permission_title": "Permisos de ubicación denegados",
"map_settings_dark_mode": "Modo oscuro", "map_settings_dark_mode": "Modo oscuro",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Cancelar", "map_settings_dialog_cancel": "Cancelar",
"map_settings_dialog_save": "Guardar", "map_settings_dialog_save": "Guardar",
"map_settings_dialog_title": "Ajustes mapa", "map_settings_dialog_title": "Ajustes mapa",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Alejar para ver fotos", "map_zoom_to_see_photos": "Alejar para ver fotos",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Foto en Movimiento", "motion_photos_page_title": "Foto en Movimiento",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Cancelar", "notification_permission_dialog_cancel": "Cancelar",
"notification_permission_dialog_content": "Para activar las notificaciones, ve a Configuración y selecciona permitir.", "notification_permission_dialog_content": "Para activar las notificaciones, ve a Configuración y selecciona permitir.",
"notification_permission_dialog_settings": "Ajustes", "notification_permission_dialog_settings": "Ajustes",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "{} ya no podrá acceder a tus fotos", "partner_page_stop_sharing_content": "{} ya no podrá acceder a tus fotos",
"partner_page_stop_sharing_title": "¿Dejar de compartir tus fotos?", "partner_page_stop_sharing_title": "¿Dejar de compartir tus fotos?",
"partner_page_title": "Compañero", "partner_page_title": "Compañero",
"permission_onboarding_back": "Volver", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "Continuar de todos modos", "permission_onboarding_continue_anyway": "Continuar de todos modos",
"permission_onboarding_get_started": "Empezar", "permission_onboarding_get_started": "Empezar",
"permission_onboarding_go_to_settings": "Ir a configuración", "permission_onboarding_go_to_settings": "Ir a configuración",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Permiso limitado. Para permitir que Immich haga copia de seguridad y gestione toda tu colección de galería, concede permisos de fotos y videos en Configuración.", "permission_onboarding_permission_limited": "Permiso limitado. Para permitir que Immich haga copia de seguridad y gestione toda tu colección de galería, concede permisos de fotos y videos en Configuración.",
"permission_onboarding_request": "Immich requiere permiso para ver tus fotos y videos.", "permission_onboarding_request": "Immich requiere permiso para ver tus fotos y videos.",
"profile_drawer_app_logs": "Registros", "profile_drawer_app_logs": "Registros",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "El cliente y el servidor están actualizados", "profile_drawer_client_server_up_to_date": "El cliente y el servidor están actualizados",
"profile_drawer_documentation": "Documentación", "profile_drawer_documentation": "Documentación",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Configuración", "profile_drawer_settings": "Configuración",
"profile_drawer_sign_out": "Cerrar sesión", "profile_drawer_sign_out": "Cerrar sesión",
"profile_drawer_trash": "Papelera", "profile_drawer_trash": "Papelera",
"recently_added_page_title": "Recién Agregadas", "recently_added_page_title": "Recién Agregadas",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Busca tus fotos", "search_bar_hint": "Busca tus fotos",
"search_page_categories": "Categorías", "search_page_categories": "Categorías",
"search_page_favorites": "Favoritos", "search_page_favorites": "Favoritos",
@@ -315,13 +275,6 @@
"search_page_no_objects": "No hay información de objetos disponibles", "search_page_no_objects": "No hay información de objetos disponibles",
"search_page_no_places": "No hay información de lugares disponible", "search_page_no_places": "No hay información de lugares disponible",
"search_page_people": "Personas", "search_page_people": "Personas",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Lugares", "search_page_places": "Lugares",
"search_page_recently_added": "Recién agregadas", "search_page_recently_added": "Recién agregadas",
"search_page_screenshots": "Capturas de pantalla", "search_page_screenshots": "Capturas de pantalla",
@@ -330,7 +283,6 @@
"search_page_videos": "Videos", "search_page_videos": "Videos",
"search_page_view_all_button": "Ver todo", "search_page_view_all_button": "Ver todo",
"search_page_your_activity": "Tu actividad", "search_page_your_activity": "Tu actividad",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "Nueva búsqueda", "search_result_page_new_search_hint": "Nueva búsqueda",
"search_suggestion_list_smart_search_hint_1": "La búsqueda inteligente está habilitada por defecto, para buscar metadatos utiliza esta sintaxis ", "search_suggestion_list_smart_search_hint_1": "La búsqueda inteligente está habilitada por defecto, para buscar metadatos utiliza esta sintaxis ",
"search_suggestion_list_smart_search_hint_2": "m:tu-término-de-búsqueda", "search_suggestion_list_smart_search_hint_2": "m:tu-término-de-búsqueda",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Error al crear álbum", "select_user_for_sharing_page_err_album": "Error al crear álbum",
"select_user_for_sharing_page_share_suggestions": "Sugerencias", "select_user_for_sharing_page_share_suggestions": "Sugerencias",
"server_info_box_app_version": "Versión de la Aplicación", "server_info_box_app_version": "Versión de la Aplicación",
"server_info_box_latest_release": "Ultima versión",
"server_info_box_server_url": "URL del servidor", "server_info_box_server_url": "URL del servidor",
"server_info_box_server_version": "Versión del Servidor", "server_info_box_server_version": "Versión del Servidor",
"setting_image_viewer_help": "El visor de detalles carga primero la miniatura pequeña, luego carga la vista previa de tamaño mediano (si está habilitada), finalmente carga la original (si está habilitada).", "setting_image_viewer_help": "El visor de detalles carga primero la miniatura pequeña, luego carga la vista previa de tamaño mediano (si está habilitada), finalmente carga la original (si está habilitada).",
@@ -364,23 +315,15 @@
"share_add_photos": "Agregar fotos", "share_add_photos": "Agregar fotos",
"share_add_title": "Agregar un título", "share_add_title": "Agregar un título",
"share_create_album": "Crear álbum", "share_create_album": "Crear álbum",
"shared_album_activities_input_disable": "Los comentarios están deshabilitados", "shared_album_activities_input_disable": "Comment is disabled",
"shared_album_activities_input_hint": "Comenta algo", "shared_album_activities_input_hint": "Say something",
"shared_album_activity_remove_content": "Deseas eliminar esta actividad?", "shared_album_activity_remove_content": "Do you want to delete this activity?",
"shared_album_activity_remove_title": "Eliminar Actividad", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Permitir que otros respondan", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Comentarios y me gusta", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Preparando...", "share_dialog_preparing": "Preparando...",
"shared_link_app_bar_title": "Enlaces compartidos", "shared_link_app_bar_title": "Enlaces compartidos",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "Crear enlace compartido", "shared_link_create_app_bar_title": "Crear enlace compartido",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Cualquier persona con el enlace puede ver las fotos seleccionadas", "shared_link_create_info": "Cualquier persona con el enlace puede ver las fotos seleccionadas",
"shared_link_create_submit_button": "Crear enlace", "shared_link_create_submit_button": "Crear enlace",
"shared_link_edit_allow_download": "Permitir descargar a usuarios públicos", "shared_link_edit_allow_download": "Permitir descargar a usuarios públicos",
@@ -389,33 +332,12 @@
"shared_link_edit_change_expiry": "Cambiar fecha de caducidad", "shared_link_edit_change_expiry": "Cambiar fecha de caducidad",
"shared_link_edit_description": "Descripción", "shared_link_edit_description": "Descripción",
"shared_link_edit_description_hint": "Introduce la descripción del enlace", "shared_link_edit_description_hint": "Introduce la descripción del enlace",
"shared_link_edit_expire_after": "Expirar después de", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Contraseña", "shared_link_edit_password": "Contraseña",
"shared_link_edit_password_hint": "Introduce la contraseña del enlace", "shared_link_edit_password_hint": "Introduce la contraseña del enlace",
"shared_link_edit_show_meta": "Mostrar metadatos", "shared_link_edit_show_meta": "Mostrar metadatos",
"shared_link_edit_submit_button": "Actualizar enlace", "shared_link_edit_submit_button": "Actualizar enlace",
"shared_link_empty": "No tienes enlaces compartidos", "shared_link_empty": "No tienes enlaces compartidos",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Administrar enlaces compartidos", "shared_link_manage_links": "Administrar enlaces compartidos",
"share_done": "Hecho", "share_done": "Hecho",
"share_invite": "Invitar al álbum", "share_invite": "Invitar al álbum",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Peruuta",
"action_common_update": "Päivitä",
"add_to_album_bottom_sheet_added": "Lisätty albumiin {album}", "add_to_album_bottom_sheet_added": "Lisätty albumiin {album}",
"add_to_album_bottom_sheet_already_exists": "Kohde on jo albumissa {album}", "add_to_album_bottom_sheet_already_exists": "Kohde on jo albumissa {album}",
"advanced_settings_log_level_title": "Lokitaso: {}",
"advanced_settings_prefer_remote_subtitle": "Jotkut laitteet ovat erittäin hitaita lataamaan esikatselukuvia laitteen kohteista. Aktivoi tämä asetus käyttääksesi etäkuvia.", "advanced_settings_prefer_remote_subtitle": "Jotkut laitteet ovat erittäin hitaita lataamaan esikatselukuvia laitteen kohteista. Aktivoi tämä asetus käyttääksesi etäkuvia.",
"advanced_settings_prefer_remote_title": "Suosi etäkuvia", "advanced_settings_prefer_remote_title": "Suosi etäkuvia",
"advanced_settings_self_signed_ssl_subtitle": "Ohita SSL sertifikaattivarmennus palvelimen päätepisteellä. Vaaditaan self-signed -sertifikaateissa.", "advanced_settings_self_signed_ssl_subtitle": "Ohita SSL sertifikaattivarmennus palvelimen päätepisteellä. Vaaditaan self-signed -sertifikaateissa.",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Kirjaudu ulos", "app_bar_signout_dialog_title": "Kirjaudu ulos",
"archive_page_no_archived_assets": "Arkistoituja kohteita ei löytynyt", "archive_page_no_archived_assets": "Arkistoituja kohteita ei löytynyt",
"archive_page_title": "Arkisto ({})", "archive_page_title": "Arkisto ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dynaaminen asetelma", "asset_list_layout_settings_dynamic_layout_title": "Dynaaminen asetelma",
"asset_list_layout_settings_group_automatically": "Automaattisesti", "asset_list_layout_settings_group_automatically": "Automaattisesti",
"asset_list_layout_settings_group_by": "Ryhmittele", "asset_list_layout_settings_group_by": "Ryhmittele",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Kirjastosivun esikatselukuvat ({} kohdetta)", "cache_settings_album_thumbnails": "Kirjastosivun esikatselukuvat ({} kohdetta)",
"cache_settings_clear_cache_button": "Tyhjennä välimuisti", "cache_settings_clear_cache_button": "Tyhjennä välimuisti",
"cache_settings_clear_cache_button_title": "Tyhjennä sovelluksen välimuisti. Tämä vaikuttaa merkittävästi sovelluksen suorituskykyyn, kunnes välimuisti on rakennettu uudelleen.", "cache_settings_clear_cache_button_title": "Tyhjennä sovelluksen välimuisti. Tämä vaikuttaa merkittävästi sovelluksen suorituskykyyn, kunnes välimuisti on rakennettu uudelleen.",
"cache_settings_duplicated_assets_clear_button": "Tyhjennä",
"cache_settings_duplicated_assets_subtitle": "Sovelluksen mustalle listalle merkitsemät valokuvat ja videot",
"cache_settings_duplicated_assets_title": "Kaksoiskappaleet ({})",
"cache_settings_image_cache_size": "Kuvien välimuistin koko ({} kohdetta)", "cache_settings_image_cache_size": "Kuvien välimuistin koko ({} kohdetta)",
"cache_settings_statistics_album": "Kirjaston esikatselukuvat", "cache_settings_statistics_album": "Kirjaston esikatselukuvat",
"cache_settings_statistics_assets": "{} kohdetta ({})", "cache_settings_statistics_assets": "{} kohdetta ({})",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Arkistoi", "control_bottom_app_bar_archive": "Arkistoi",
"control_bottom_app_bar_create_new_album": "Luo uusi albumi", "control_bottom_app_bar_create_new_album": "Luo uusi albumi",
"control_bottom_app_bar_delete": "Poista", "control_bottom_app_bar_delete": "Poista",
"control_bottom_app_bar_edit_location": "Muokkaa sijaintia",
"control_bottom_app_bar_edit_time": "Muokkaa päivämäärää ja aikaa",
"control_bottom_app_bar_favorite": "Suosikki", "control_bottom_app_bar_favorite": "Suosikki",
"control_bottom_app_bar_share": "Jaa", "control_bottom_app_bar_share": "Jaa",
"control_bottom_app_bar_share_to": "Jaa", "control_bottom_app_bar_share_to": "Jaa",
"control_bottom_app_bar_stack": "Pinoa", "control_bottom_app_bar_stack": "Pinoa",
"control_bottom_app_bar_unarchive": "Palauta arkistosta", "control_bottom_app_bar_unarchive": "Palauta arkistosta",
"control_bottom_app_bar_unfavorite": "Poista suosikeista",
"control_bottom_app_bar_upload": "Siirrä palvelimelle", "control_bottom_app_bar_upload": "Siirrä palvelimelle",
"create_album_page_untitled": "Nimetön", "create_album_page_untitled": "Nimetön",
"create_shared_album_page_create": "Luo", "create_shared_album_page_create": "Luo",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Poista jaettu linkki", "delete_shared_link_dialog_title": "Poista jaettu linkki",
"description_input_hint_text": "Lisää kuvaus...", "description_input_hint_text": "Lisää kuvaus...",
"description_input_submit_error": "Virhe kuvauksen päivittämisessä, tarkista lisätiedot lokista", "description_input_submit_error": "Virhe kuvauksen päivittämisessä, tarkista lisätiedot lokista",
"edit_date_time_dialog_date_time": "Päivämäärä ja aika",
"edit_date_time_dialog_timezone": "Aikavyöhyke",
"edit_location_dialog_title": "Sijainti",
"exif_bottom_sheet_description": "Lisää kuvaus…", "exif_bottom_sheet_description": "Lisää kuvaus…",
"exif_bottom_sheet_details": "TIEDOT", "exif_bottom_sheet_details": "TIEDOT",
"exif_bottom_sheet_location": "SIJAINTI", "exif_bottom_sheet_location": "SIJAINTI",
"exif_bottom_sheet_location_add": "Lisää sijainti",
"experimental_settings_new_asset_list_subtitle": "Työn alla", "experimental_settings_new_asset_list_subtitle": "Työn alla",
"experimental_settings_new_asset_list_title": "Ota käyttöön kokeellinen kuvaruudukko", "experimental_settings_new_asset_list_title": "Ota käyttöön kokeellinen kuvaruudukko",
"experimental_settings_subtitle": "Käyttö omalla vastuulla!", "experimental_settings_subtitle": "Käyttö omalla vastuulla!",
@@ -193,7 +178,7 @@
"home_page_favorite_err_local": "Paikallisten kohteiden lisääminen suosikkeihin ei ole mahdollista, ohitetaan", "home_page_favorite_err_local": "Paikallisten kohteiden lisääminen suosikkeihin ei ole mahdollista, ohitetaan",
"home_page_favorite_err_partner": "Kumppanin kohteita ei voi vielä merkitä suosikiksi. Hypätään yli", "home_page_favorite_err_partner": "Kumppanin kohteita ei voi vielä merkitä suosikiksi. Hypätään yli",
"home_page_first_time_notice": "Jos käytät sovellusta ensimmäistä kertaa, muista valita varmuuskopioitavat albumi(t), jotta aikajanalla voi olla kuvia ja videoita.", "home_page_first_time_notice": "Jos käytät sovellusta ensimmäistä kertaa, muista valita varmuuskopioitavat albumi(t), jotta aikajanalla voi olla kuvia ja videoita.",
"home_page_share_err_local": "Paikallisia kohteita ei voitu jakaa linkkien avulla. Hypätään yli", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "Voit lähettää palvelimelle enintään 30 kohdetta kerrallaan, ohitetaan", "home_page_upload_err_limit": "Voit lähettää palvelimelle enintään 30 kohdetta kerrallaan, ohitetaan",
"image_viewer_page_state_provider_download_error": "Lataus epäonnistui", "image_viewer_page_state_provider_download_error": "Lataus epäonnistui",
"image_viewer_page_state_provider_download_success": "Lataus onnistui", "image_viewer_page_state_provider_download_success": "Lataus onnistui",
@@ -204,22 +189,12 @@
"library_page_favorites": "Suosikit", "library_page_favorites": "Suosikit",
"library_page_new_album": "Uusi albumi", "library_page_new_album": "Uusi albumi",
"library_page_sharing": "Jakaminen", "library_page_sharing": "Jakaminen",
"library_page_sort_asset_count": "Kohteiden lukumäärä",
"library_page_sort_created": "Viimeisin luotu", "library_page_sort_created": "Viimeisin luotu",
"library_page_sort_last_modified": "Viimeksi muokattu", "library_page_sort_last_modified": "Viimeksi muokattu",
"library_page_sort_most_oldest_photo": "Vanhin kuva",
"library_page_sort_most_recent_photo": "Viimeisin kuva", "library_page_sort_most_recent_photo": "Viimeisin kuva",
"library_page_sort_title": "Albumin otsikko", "library_page_sort_title": "Albumin otsikko",
"location_picker_choose_on_map": "Valitse kartalta",
"location_picker_latitude": "Leveysaste",
"location_picker_latitude_error": "Lisää voimassaoleva leveysaste",
"location_picker_latitude_hint": "Lisää leveysaste tähän",
"location_picker_longitude": "Pituusaste",
"location_picker_longitude_error": "Lisää voimassa oleva pituusaste",
"location_picker_longitude_hint": "Lisää pituusaste tähän",
"login_disabled": "Kirjautuminen on poistettu käytöstä", "login_disabled": "Kirjautuminen on poistettu käytöstä",
"login_form_api_exception": "API-virhe. Tarkista palvelimen URL-osoite ja yritä uudelleen.", "login_form_api_exception": "API-virhe. Tarkista palvelimen URL-osoite ja yritä uudelleen.",
"login_form_back_button_text": "Takaisin",
"login_form_button_text": "Kirjaudu", "login_form_button_text": "Kirjaudu",
"login_form_email_hint": "sahkopostisi@esimerkki.fi", "login_form_email_hint": "sahkopostisi@esimerkki.fi",
"login_form_endpoint_hint": "http://palvelimesi-osoite:portti/api", "login_form_endpoint_hint": "http://palvelimesi-osoite:portti/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Palvelimeen ei saatu yhteyttä.", "login_form_server_error": "Palvelimeen ei saatu yhteyttä.",
"login_password_changed_error": "Salasanan päivityksessä tapahtui virhe", "login_password_changed_error": "Salasanan päivityksessä tapahtui virhe",
"login_password_changed_success": "Salasan päivitetty onnistuneesti", "login_password_changed_success": "Salasan päivitetty onnistuneesti",
"map_assets_in_bound": "{} kuva",
"map_assets_in_bounds": "{} kuvaa",
"map_cannot_get_user_location": "Käyttäjän sijaintia ei voitu määrittää", "map_cannot_get_user_location": "Käyttäjän sijaintia ei voitu määrittää",
"map_location_dialog_cancel": "Peruuta", "map_location_dialog_cancel": "Peruuta",
"map_location_dialog_yes": "Kyllä", "map_location_dialog_yes": "Kyllä",
"map_location_picker_page_use_location": "Käytä tätä sijaintia",
"map_location_service_disabled_content": "Paikannuspalvelun pitää olla päälle kytkettynä, jotta nykyisen sijaintisi kohteita voidaan näyttää. Haluatko kytkeä sen päälle?", "map_location_service_disabled_content": "Paikannuspalvelun pitää olla päälle kytkettynä, jotta nykyisen sijaintisi kohteita voidaan näyttää. Haluatko kytkeä sen päälle?",
"map_location_service_disabled_title": "Paikannuspalvelu pois päältä", "map_location_service_disabled_title": "Paikannuspalvelu pois päältä",
"map_no_assets_in_bounds": "Ei kuvia tällä alueella", "map_no_assets_in_bounds": "Ei kuvia tällä alueella",
"map_no_location_permission_content": "Paikannuslupa tarvitaan, jotta nykyisen sijainnin kohteita voidaan näyttää. Haluatko sallia pääsyn sijaintiin?", "map_no_location_permission_content": "Paikannuslupa tarvitaan, jotta nykyisen sijainnin kohteita voidaan näyttää. Haluatko sallia pääsyn sijaintiin?",
"map_no_location_permission_title": "Paikannuslupa estetty", "map_no_location_permission_title": "Paikannuslupa estetty",
"map_settings_dark_mode": "Tumma tila", "map_settings_dark_mode": "Tumma tila",
"map_settings_date_range_option_all": "Kaikki",
"map_settings_date_range_option_day": "Viimeiset 24 tuntia",
"map_settings_date_range_option_days": "Viimeiset {} päivää",
"map_settings_date_range_option_year": "Viimeisin vuosi",
"map_settings_date_range_option_years": "Viimeiset {} vuotta",
"map_settings_dialog_cancel": "Peruuta", "map_settings_dialog_cancel": "Peruuta",
"map_settings_dialog_save": "Tallenna", "map_settings_dialog_save": "Tallenna",
"map_settings_dialog_title": "Kartta-asetukset", "map_settings_dialog_title": "Kartta-asetukset",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Tarkenna nähdäksesi kuvat", "map_zoom_to_see_photos": "Tarkenna nähdäksesi kuvat",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Liikekuvat", "motion_photos_page_title": "Liikekuvat",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Peruuta", "notification_permission_dialog_cancel": "Peruuta",
"notification_permission_dialog_content": "Ottaaksesi ilmoitukset käyttöön, siirry asetuksiin ja valitse 'salli'.", "notification_permission_dialog_content": "Ottaaksesi ilmoitukset käyttöön, siirry asetuksiin ja valitse 'salli'.",
"notification_permission_dialog_settings": "Asetukset", "notification_permission_dialog_settings": "Asetukset",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "{} ei voi enää käyttää kuviasi.", "partner_page_stop_sharing_content": "{} ei voi enää käyttää kuviasi.",
"partner_page_stop_sharing_title": "Lopetetaanko kuvien jakaminen?", "partner_page_stop_sharing_title": "Lopetetaanko kuvien jakaminen?",
"partner_page_title": "Kumppani", "partner_page_title": "Kumppani",
"permission_onboarding_back": "Takaisin", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "Jatka silti", "permission_onboarding_continue_anyway": "Jatka silti",
"permission_onboarding_get_started": "Aloittaminen", "permission_onboarding_get_started": "Aloittaminen",
"permission_onboarding_go_to_settings": "Siirry asetuksiin", "permission_onboarding_go_to_settings": "Siirry asetuksiin",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Rajoitettu käyttöoikeus. Salliaksesi Immichin varmuuskopioida ja hallita koko kuvakirjastoasi, myönnä oikeus kuviin ja videoihin asetuksista.", "permission_onboarding_permission_limited": "Rajoitettu käyttöoikeus. Salliaksesi Immichin varmuuskopioida ja hallita koko kuvakirjastoasi, myönnä oikeus kuviin ja videoihin asetuksista.",
"permission_onboarding_request": "Immich vaatii käyttöoikeuden kuvien ja videoiden käyttämiseen.", "permission_onboarding_request": "Immich vaatii käyttöoikeuden kuvien ja videoiden käyttämiseen.",
"profile_drawer_app_logs": "Lokit", "profile_drawer_app_logs": "Lokit",
"profile_drawer_client_out_of_date_major": "Sovelluksen mobiiliversio on vanhentunut. Päivitä viimeisimpään merkittävään versioon.",
"profile_drawer_client_out_of_date_minor": "Sovelluksen mobiiliversio on vanhentunut. Päivitä viimeisimpään versioon.",
"profile_drawer_client_server_up_to_date": "Asiakassovellus ja palvelin ovat ajan tasalla", "profile_drawer_client_server_up_to_date": "Asiakassovellus ja palvelin ovat ajan tasalla",
"profile_drawer_documentation": "Dokumentaatio", "profile_drawer_documentation": "Dokumentaatio",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Palvelimen ohjelmistoversio on vanhentunut. Päivitä viimeisimpään merkittävään versioon.",
"profile_drawer_server_out_of_date_minor": "Palvelimen ohjelmistoversio on vanhentunut. Päivitä viimeisimpään versioon.",
"profile_drawer_settings": "Asetukset", "profile_drawer_settings": "Asetukset",
"profile_drawer_sign_out": "Kirjaudu ulos", "profile_drawer_sign_out": "Kirjaudu ulos",
"profile_drawer_trash": "Roskakori", "profile_drawer_trash": "Roskakori",
"recently_added_page_title": "Viimeksi lisätyt", "recently_added_page_title": "Viimeksi lisätyt",
"scaffold_body_error_occurred": "Tapahtui virhe",
"search_bar_hint": "Etsi kuvia", "search_bar_hint": "Etsi kuvia",
"search_page_categories": "Kategoriat", "search_page_categories": "Kategoriat",
"search_page_favorites": "Suosikit", "search_page_favorites": "Suosikit",
@@ -315,13 +275,6 @@
"search_page_no_objects": "Objektitietoja ei ole saatavilla", "search_page_no_objects": "Objektitietoja ei ole saatavilla",
"search_page_no_places": "Paikkatietoja ei ole saatavilla", "search_page_no_places": "Paikkatietoja ei ole saatavilla",
"search_page_people": "Ihmiset", "search_page_people": "Ihmiset",
"search_page_person_add_name_dialog_cancel": "Peruuta",
"search_page_person_add_name_dialog_hint": "Nimi",
"search_page_person_add_name_dialog_save": "Tallenna",
"search_page_person_add_name_dialog_title": "Lisää nimi",
"search_page_person_add_name_subtitle": "Löydä henkilö nopeasti hakemalla nimellä",
"search_page_person_add_name_title": "Lisää nimi",
"search_page_person_edit_name": "Muokkaa nimeä",
"search_page_places": "Paikat", "search_page_places": "Paikat",
"search_page_recently_added": "Viimeksi lisätyt", "search_page_recently_added": "Viimeksi lisätyt",
"search_page_screenshots": "Näyttökuvat", "search_page_screenshots": "Näyttökuvat",
@@ -330,7 +283,6 @@
"search_page_videos": "Videot", "search_page_videos": "Videot",
"search_page_view_all_button": "Näytä kaikki", "search_page_view_all_button": "Näytä kaikki",
"search_page_your_activity": "Toimintasi", "search_page_your_activity": "Toimintasi",
"search_page_your_map": "Sinun karttasi",
"search_result_page_new_search_hint": "Uusi haku", "search_result_page_new_search_hint": "Uusi haku",
"search_suggestion_list_smart_search_hint_1": "Älykäs haku on oletuksena käytössä. Käytä metatietojen etsimiseen syntaksia", "search_suggestion_list_smart_search_hint_1": "Älykäs haku on oletuksena käytössä. Käytä metatietojen etsimiseen syntaksia",
"search_suggestion_list_smart_search_hint_2": "m:hakusana", "search_suggestion_list_smart_search_hint_2": "m:hakusana",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Albumin luonti epäonnistui", "select_user_for_sharing_page_err_album": "Albumin luonti epäonnistui",
"select_user_for_sharing_page_share_suggestions": "Ehdotukset", "select_user_for_sharing_page_share_suggestions": "Ehdotukset",
"server_info_box_app_version": "Sovelluksen versio", "server_info_box_app_version": "Sovelluksen versio",
"server_info_box_latest_release": "Viimeisin versio",
"server_info_box_server_url": "Palvelimen URL-osoite", "server_info_box_server_url": "Palvelimen URL-osoite",
"server_info_box_server_version": "Palvelimen versio", "server_info_box_server_version": "Palvelimen versio",
"setting_image_viewer_help": "Sovellus lataa ensin pienen esikatselukuvan, toisena keskitarkkuuksisen kuvan (jos käytössä) ja kolmantena alkuperäisen täysitarkkuuksisen kuvan (jos käytössä)", "setting_image_viewer_help": "Sovellus lataa ensin pienen esikatselukuvan, toisena keskitarkkuuksisen kuvan (jos käytössä) ja kolmantena alkuperäisen täysitarkkuuksisen kuvan (jos käytössä)",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "Poista aktiviteetti", "shared_album_activity_remove_title": "Poista aktiviteetti",
"shared_album_activity_setting_subtitle": "Anna muiden vastata", "shared_album_activity_setting_subtitle": "Anna muiden vastata",
"shared_album_activity_setting_title": "Kommentit ja tykkäykset", "shared_album_activity_setting_title": "Kommentit ja tykkäykset",
"shared_album_section_people_action_error": "Virhe poistuttaessa/poistaessa kohdetta albumista",
"shared_album_section_people_action_leave": "Poista käyttäjä albumista",
"shared_album_section_people_action_remove_user": "Poista käyttäjä albumista",
"shared_album_section_people_owner_label": "Omistaja",
"shared_album_section_people_title": "HENKILÖT",
"share_dialog_preparing": "Valmistellaan...", "share_dialog_preparing": "Valmistellaan...",
"shared_link_app_bar_title": "Jaetut linkit", "shared_link_app_bar_title": "Jaetut linkit",
"shared_link_clipboard_copied_massage": "Kopioitu leikepöydältä",
"shared_link_clipboard_text": "Linkki: {}\nSalasana: {}",
"shared_link_create_app_bar_title": "Luo linkki jaettavaksi", "shared_link_create_app_bar_title": "Luo linkki jaettavaksi",
"shared_link_create_error": "Jaetun linkin luomisessa tapahtui virhe",
"shared_link_create_info": "Salli kaikkien linkinhaltijoiden nähdä valitut kuvat", "shared_link_create_info": "Salli kaikkien linkinhaltijoiden nähdä valitut kuvat",
"shared_link_create_submit_button": "Luo linkki", "shared_link_create_submit_button": "Luo linkki",
"shared_link_edit_allow_download": "Salli julkisen käyttäjän ladata palvelimelta", "shared_link_edit_allow_download": "Salli julkisen käyttäjän ladata palvelimelta",
@@ -390,32 +333,11 @@
"shared_link_edit_description": "Kuvaus", "shared_link_edit_description": "Kuvaus",
"shared_link_edit_description_hint": "Lisää jaon kuvaus", "shared_link_edit_description_hint": "Lisää jaon kuvaus",
"shared_link_edit_expire_after": "Umpeutuu", "shared_link_edit_expire_after": "Umpeutuu",
"shared_link_edit_expire_after_option_day": "1 päivä",
"shared_link_edit_expire_after_option_days": "{} päivää",
"shared_link_edit_expire_after_option_hour": "1 tunti",
"shared_link_edit_expire_after_option_hours": "{} tuntia",
"shared_link_edit_expire_after_option_minute": "1 minuutti",
"shared_link_edit_expire_after_option_minutes": "{} minuuttia",
"shared_link_edit_expire_after_option_never": "Ei koskaan",
"shared_link_edit_password": "Salasana", "shared_link_edit_password": "Salasana",
"shared_link_edit_password_hint": "Syötä jaon salasana", "shared_link_edit_password_hint": "Syötä jaon salasana",
"shared_link_edit_show_meta": "Näytä metadata", "shared_link_edit_show_meta": "Näytä metadata",
"shared_link_edit_submit_button": "Päivitä linkki", "shared_link_edit_submit_button": "Päivitä linkki",
"shared_link_empty": "Sinulla ei ole jaettuja linkkejä", "shared_link_empty": "Sinulla ei ole jaettuja linkkejä",
"shared_link_error_server_url_fetch": "Palvelimen URL-osoitetta ei voitu hakea",
"shared_link_expired": "Voimassaolo päättynyt",
"shared_link_expires_day": "Voimassaolo päättyy {} päivän kuluttua",
"shared_link_expires_days": "Voimassaolo päättyy {} päivän kuluttua",
"shared_link_expires_hour": "Voimassaolo päättyy {} tunnin kuluttua",
"shared_link_expires_hours": "Voimassaolo päättyy {} tunnin kuluttua",
"shared_link_expires_minute": "Voimassaolo päättyy {} minuutin kuluttua",
"shared_link_expires_minutes": "Voimassaolo päättyy {} minuutin kuluttua",
"shared_link_expires_never": "Voimassaolo päättyy ∞",
"shared_link_expires_second": "Voimassaolo päättyy {} sekunnin kuluttua",
"shared_link_expires_seconds": "Voimassaolo päättyy {} sekunnin kuluttua",
"shared_link_info_chip_download": "Lataa",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Lähetä",
"shared_link_manage_links": "Hallitse jaettuja linkkejä", "shared_link_manage_links": "Hallitse jaettuja linkkejä",
"share_done": "Valmis", "share_done": "Valmis",
"share_invite": "Kutsu albumiin", "share_invite": "Kutsu albumiin",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Ajouté à {album}", "add_to_album_bottom_sheet_added": "Ajouté à {album}",
"add_to_album_bottom_sheet_already_exists": "Déjà dans {album}", "add_to_album_bottom_sheet_already_exists": "Déjà dans {album}",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Certains appareils sont terriblement lents à charger des miniatures à partir de ressources présentes sur l'appareil. Activez ce paramètre pour charger des images distantes à la place.", "advanced_settings_prefer_remote_subtitle": "Certains appareils sont terriblement lents à charger des miniatures à partir de ressources présentes sur l'appareil. Activez ce paramètre pour charger des images distantes à la place.",
"advanced_settings_prefer_remote_title": "Préférer les images distantes", "advanced_settings_prefer_remote_title": "Préférer les images distantes",
"advanced_settings_self_signed_ssl_subtitle": "Permet d'ignorer la vérification du certificat SSL pour le point d'extrémité du serveur. Requis pour les certificats auto-signés.", "advanced_settings_self_signed_ssl_subtitle": "Permet d'ignorer la vérification du certificat SSL pour le point d'extrémité du serveur. Requis pour les certificats auto-signés.",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Se déconnecter", "app_bar_signout_dialog_title": "Se déconnecter",
"archive_page_no_archived_assets": "Aucun élément archivé n'a été trouvé", "archive_page_no_archived_assets": "Aucun élément archivé n'a été trouvé",
"archive_page_title": "Archive ({})", "archive_page_title": "Archive ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Affichage dynamique", "asset_list_layout_settings_dynamic_layout_title": "Affichage dynamique",
"asset_list_layout_settings_group_automatically": "Automatique", "asset_list_layout_settings_group_automatically": "Automatique",
"asset_list_layout_settings_group_by": "Grouper les éléments par", "asset_list_layout_settings_group_by": "Grouper les éléments par",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Miniatures de la page bibliothèque ({} éléments)", "cache_settings_album_thumbnails": "Miniatures de la page bibliothèque ({} éléments)",
"cache_settings_clear_cache_button": "Effacer le cache", "cache_settings_clear_cache_button": "Effacer le cache",
"cache_settings_clear_cache_button_title": "Efface le cache de l'application. Cela aura un impact significatif sur les performances de l'application jusqu'à ce que le cache soit reconstruit.", "cache_settings_clear_cache_button_title": "Efface le cache de l'application. Cela aura un impact significatif sur les performances de l'application jusqu'à ce que le cache soit reconstruit.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "Taille du cache des images ({} éléments)", "cache_settings_image_cache_size": "Taille du cache des images ({} éléments)",
"cache_settings_statistics_album": "Miniatures de la bibliothèque", "cache_settings_statistics_album": "Miniatures de la bibliothèque",
"cache_settings_statistics_assets": "{} éléments ({})", "cache_settings_statistics_assets": "{} éléments ({})",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Archive", "control_bottom_app_bar_archive": "Archive",
"control_bottom_app_bar_create_new_album": "Créer un nouvel album", "control_bottom_app_bar_create_new_album": "Créer un nouvel album",
"control_bottom_app_bar_delete": "Supprimer", "control_bottom_app_bar_delete": "Supprimer",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Favoris", "control_bottom_app_bar_favorite": "Favoris",
"control_bottom_app_bar_share": "Partager", "control_bottom_app_bar_share": "Partager",
"control_bottom_app_bar_share_to": "Partager à", "control_bottom_app_bar_share_to": "Partager à",
"control_bottom_app_bar_stack": "Empiler", "control_bottom_app_bar_stack": "Empiler",
"control_bottom_app_bar_unarchive": "Désarchiver", "control_bottom_app_bar_unarchive": "Désarchiver",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Téléverser", "control_bottom_app_bar_upload": "Téléverser",
"create_album_page_untitled": "Sans titre", "create_album_page_untitled": "Sans titre",
"create_shared_album_page_create": "Créer", "create_shared_album_page_create": "Créer",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Supprimer le lien partagé", "delete_shared_link_dialog_title": "Supprimer le lien partagé",
"description_input_hint_text": "Ajouter une description...", "description_input_hint_text": "Ajouter une description...",
"description_input_submit_error": "Erreur de mise à jour de la description, vérifier le journal pour plus de détails", "description_input_submit_error": "Erreur de mise à jour de la description, vérifier le journal pour plus de détails",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Ajouter une description...", "exif_bottom_sheet_description": "Ajouter une description...",
"exif_bottom_sheet_details": "DÉTAILS", "exif_bottom_sheet_details": "DÉTAILS",
"exif_bottom_sheet_location": "LOCALISATION", "exif_bottom_sheet_location": "LOCALISATION",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "En cours de développement", "experimental_settings_new_asset_list_subtitle": "En cours de développement",
"experimental_settings_new_asset_list_title": "Activer la grille de photos expérimentale", "experimental_settings_new_asset_list_title": "Activer la grille de photos expérimentale",
"experimental_settings_subtitle": "Utilisez à vos dépends !", "experimental_settings_subtitle": "Utilisez à vos dépends !",
@@ -204,22 +189,12 @@
"library_page_favorites": "Favoris", "library_page_favorites": "Favoris",
"library_page_new_album": "Nouvel album", "library_page_new_album": "Nouvel album",
"library_page_sharing": "Partage", "library_page_sharing": "Partage",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_created": "Créations les plus récentes", "library_page_sort_created": "Créations les plus récentes",
"library_page_sort_last_modified": "Dernière modification", "library_page_sort_last_modified": "Dernière modification",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Photo la plus récente", "library_page_sort_most_recent_photo": "Photo la plus récente",
"library_page_sort_title": "Titre de l'album", "library_page_sort_title": "Titre de l'album",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "La connexion a été désactivée ", "login_disabled": "La connexion a été désactivée ",
"login_form_api_exception": "Erreur de l'API. Veuillez vérifier l'URL du serveur et et réessayer.", "login_form_api_exception": "Erreur de l'API. Veuillez vérifier l'URL du serveur et et réessayer.",
"login_form_back_button_text": "Back",
"login_form_button_text": "Connexion", "login_form_button_text": "Connexion",
"login_form_email_hint": "votreemail@email.com", "login_form_email_hint": "votreemail@email.com",
"login_form_endpoint_hint": "http://adresse-ip-serveur:port/api", "login_form_endpoint_hint": "http://adresse-ip-serveur:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Impossible de se connecter au serveur.", "login_form_server_error": "Impossible de se connecter au serveur.",
"login_password_changed_error": "Une erreur s'est produite lors de la mise à jour de votre mot de passe", "login_password_changed_error": "Une erreur s'est produite lors de la mise à jour de votre mot de passe",
"login_password_changed_success": "Mot de passe mis à jour avec succès", "login_password_changed_success": "Mot de passe mis à jour avec succès",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "Impossible d'obtenir la localisation de l'utilisateur", "map_cannot_get_user_location": "Impossible d'obtenir la localisation de l'utilisateur",
"map_location_dialog_cancel": "Annuler", "map_location_dialog_cancel": "Annuler",
"map_location_dialog_yes": "Oui", "map_location_dialog_yes": "Oui",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Le service de localisation doit être activé pour afficher les éléments de votre emplacement actuel. Souhaitez-vous l'activer maintenant ?", "map_location_service_disabled_content": "Le service de localisation doit être activé pour afficher les éléments de votre emplacement actuel. Souhaitez-vous l'activer maintenant ?",
"map_location_service_disabled_title": "Service de localisation désactivé", "map_location_service_disabled_title": "Service de localisation désactivé",
"map_no_assets_in_bounds": "Pas de photos dans cette zone", "map_no_assets_in_bounds": "Pas de photos dans cette zone",
"map_no_location_permission_content": "L'autorisation de localisation est nécessaire pour afficher les éléments de votre emplacement actuel. Souhaitez-vous l'autoriser maintenant ?", "map_no_location_permission_content": "L'autorisation de localisation est nécessaire pour afficher les éléments de votre emplacement actuel. Souhaitez-vous l'autoriser maintenant ?",
"map_no_location_permission_title": "Permission de localisation refusée", "map_no_location_permission_title": "Permission de localisation refusée",
"map_settings_dark_mode": "Mode sombre", "map_settings_dark_mode": "Mode sombre",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Annuler", "map_settings_dialog_cancel": "Annuler",
"map_settings_dialog_save": "Sauvegarder", "map_settings_dialog_save": "Sauvegarder",
"map_settings_dialog_title": "Paramètres de la carte", "map_settings_dialog_title": "Paramètres de la carte",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Dézoomer pour voir les photos", "map_zoom_to_see_photos": "Dézoomer pour voir les photos",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Photos avec mouvement", "motion_photos_page_title": "Photos avec mouvement",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Annuler", "notification_permission_dialog_cancel": "Annuler",
"notification_permission_dialog_content": "Pour activer les notifications, allez dans Paramètres et sélectionnez Autoriser.", "notification_permission_dialog_content": "Pour activer les notifications, allez dans Paramètres et sélectionnez Autoriser.",
"notification_permission_dialog_settings": "Paramètres", "notification_permission_dialog_settings": "Paramètres",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Permission limitée. Pour permettre à Immich de sauvegarder et de gérer l'ensemble de votre bibliothèque, accordez l'autorisation pour les photos et vidéos dans les Paramètres.", "permission_onboarding_permission_limited": "Permission limitée. Pour permettre à Immich de sauvegarder et de gérer l'ensemble de votre bibliothèque, accordez l'autorisation pour les photos et vidéos dans les Paramètres.",
"permission_onboarding_request": "Immich demande l'autorisation de visionner vos photos et vidéo", "permission_onboarding_request": "Immich demande l'autorisation de visionner vos photos et vidéo",
"profile_drawer_app_logs": "Journaux", "profile_drawer_app_logs": "Journaux",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "Le client et le serveur sont à jour", "profile_drawer_client_server_up_to_date": "Le client et le serveur sont à jour",
"profile_drawer_documentation": "Documentation", "profile_drawer_documentation": "Documentation",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Paramètres", "profile_drawer_settings": "Paramètres",
"profile_drawer_sign_out": "Se déconnecter", "profile_drawer_sign_out": "Se déconnecter",
"profile_drawer_trash": "Corbeille", "profile_drawer_trash": "Corbeille",
"recently_added_page_title": "Récemment ajouté", "recently_added_page_title": "Récemment ajouté",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Rechercher vos photos", "search_bar_hint": "Rechercher vos photos",
"search_page_categories": "Catégories", "search_page_categories": "Catégories",
"search_page_favorites": "Favoris", "search_page_favorites": "Favoris",
@@ -315,13 +275,6 @@
"search_page_no_objects": "Aucune information disponible sur les objets", "search_page_no_objects": "Aucune information disponible sur les objets",
"search_page_no_places": "Aucune information disponible sur la localisation", "search_page_no_places": "Aucune information disponible sur la localisation",
"search_page_people": "Personnes", "search_page_people": "Personnes",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Lieux", "search_page_places": "Lieux",
"search_page_recently_added": "Récemment ajouté", "search_page_recently_added": "Récemment ajouté",
"search_page_screenshots": "Captures d'écran", "search_page_screenshots": "Captures d'écran",
@@ -330,7 +283,6 @@
"search_page_videos": "Vidéos", "search_page_videos": "Vidéos",
"search_page_view_all_button": "Voir tout", "search_page_view_all_button": "Voir tout",
"search_page_your_activity": "Votre activité", "search_page_your_activity": "Votre activité",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "Nouvelle recherche", "search_result_page_new_search_hint": "Nouvelle recherche",
"search_suggestion_list_smart_search_hint_1": "La recherche intelligente est activée par défaut. Pour rechercher des métadonnées, utilisez la syntaxe suivante", "search_suggestion_list_smart_search_hint_1": "La recherche intelligente est activée par défaut. Pour rechercher des métadonnées, utilisez la syntaxe suivante",
"search_suggestion_list_smart_search_hint_2": "m:votre-terme-de-recherche", "search_suggestion_list_smart_search_hint_2": "m:votre-terme-de-recherche",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Échec de la création de l'album", "select_user_for_sharing_page_err_album": "Échec de la création de l'album",
"select_user_for_sharing_page_share_suggestions": "Suggestions", "select_user_for_sharing_page_share_suggestions": "Suggestions",
"server_info_box_app_version": "Version de l'application", "server_info_box_app_version": "Version de l'application",
"server_info_box_latest_release": "Latest Version",
"server_info_box_server_url": "URL du serveur", "server_info_box_server_url": "URL du serveur",
"server_info_box_server_version": "Version du serveur", "server_info_box_server_version": "Version du serveur",
"setting_image_viewer_help": "Le visualiseur de détails charge d'abord la petite miniature, puis l'aperçu de taille moyenne (s'il est activé), enfin l'original (s'il est activé).", "setting_image_viewer_help": "Le visualiseur de détails charge d'abord la petite miniature, puis l'aperçu de taille moyenne (s'il est activé), enfin l'original (s'il est activé).",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "Supprimer l'activité", "shared_album_activity_remove_title": "Supprimer l'activité",
"shared_album_activity_setting_subtitle": "Laisser les autres réagir", "shared_album_activity_setting_subtitle": "Laisser les autres réagir",
"shared_album_activity_setting_title": "Commentaires et likes", "shared_album_activity_setting_title": "Commentaires et likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Préparation...", "share_dialog_preparing": "Préparation...",
"shared_link_app_bar_title": "Liens partagés", "shared_link_app_bar_title": "Liens partagés",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "Créer un lien pour partager", "shared_link_create_app_bar_title": "Créer un lien pour partager",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Permettre à toute personne ayant le lien de voir la ou les photos sélectionnées", "shared_link_create_info": "Permettre à toute personne ayant le lien de voir la ou les photos sélectionnées",
"shared_link_create_submit_button": "Créer le lien", "shared_link_create_submit_button": "Créer le lien",
"shared_link_edit_allow_download": "Autoriser les utilisateurs publics à télécharger", "shared_link_edit_allow_download": "Autoriser les utilisateurs publics à télécharger",
@@ -390,32 +333,11 @@
"shared_link_edit_description": "Description", "shared_link_edit_description": "Description",
"shared_link_edit_description_hint": "Saisir la description du partage", "shared_link_edit_description_hint": "Saisir la description du partage",
"shared_link_edit_expire_after": "Expire après", "shared_link_edit_expire_after": "Expire après",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Mot de passe", "shared_link_edit_password": "Mot de passe",
"shared_link_edit_password_hint": "Saisir le mot de passe de partage", "shared_link_edit_password_hint": "Saisir le mot de passe de partage",
"shared_link_edit_show_meta": "Afficher les métadonnées", "shared_link_edit_show_meta": "Afficher les métadonnées",
"shared_link_edit_submit_button": "Mettre à jour le lien", "shared_link_edit_submit_button": "Mettre à jour le lien",
"shared_link_empty": "Vous n'avez pas de liens partagés", "shared_link_empty": "Vous n'avez pas de liens partagés",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Gérer les liens partagés", "shared_link_manage_links": "Gérer les liens partagés",
"share_done": "Fait", "share_done": "Fait",
"share_invite": "Inviter à l'album", "share_invite": "Inviter à l'album",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Added to {album}", "add_to_album_bottom_sheet_added": "Added to {album}",
"add_to_album_bottom_sheet_already_exists": "Already in {album}", "add_to_album_bottom_sheet_already_exists": "Already in {album}",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.", "advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.",
"advanced_settings_prefer_remote_title": "Prefer remote images", "advanced_settings_prefer_remote_title": "Prefer remote images",
"advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.", "advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.",
@@ -26,17 +23,15 @@
"album_viewer_appbar_share_err_title": "Failed to change album title", "album_viewer_appbar_share_err_title": "Failed to change album title",
"album_viewer_appbar_share_leave": "Leave album", "album_viewer_appbar_share_leave": "Leave album",
"album_viewer_appbar_share_remove": "Remove from album", "album_viewer_appbar_share_remove": "Remove from album",
"album_viewer_appbar_share_to": "साझा करें", "album_viewer_appbar_share_to": "Share To",
"album_viewer_page_share_add_users": "Add users", "album_viewer_page_share_add_users": "Add users",
"all_people_page_title": "People", "all_people_page_title": "People",
"all_videos_page_title": "Videos", "all_videos_page_title": "Videos",
"app_bar_signout_dialog_content": "क्या आप सुनिश्चित हैं कि आप लॉग आउट करना चाहते हैं?", "app_bar_signout_dialog_content": "Are you sure you want to sign out?",
"app_bar_signout_dialog_ok": "हाँ", "app_bar_signout_dialog_ok": "Yes",
"app_bar_signout_dialog_title": "लॉग आउट", "app_bar_signout_dialog_title": "Sign out",
"archive_page_no_archived_assets": "No archived assets found", "archive_page_no_archived_assets": "No archived assets found",
"archive_page_title": "Archive ({})", "archive_page_title": "Archive ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dynamic layout", "asset_list_layout_settings_dynamic_layout_title": "Dynamic layout",
"asset_list_layout_settings_group_automatically": "Automatic", "asset_list_layout_settings_group_automatically": "Automatic",
"asset_list_layout_settings_group_by": "Group assets by", "asset_list_layout_settings_group_by": "Group assets by",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Library page thumbnails ({} assets)", "cache_settings_album_thumbnails": "Library page thumbnails ({} assets)",
"cache_settings_clear_cache_button": "Clear cache", "cache_settings_clear_cache_button": "Clear cache",
"cache_settings_clear_cache_button_title": "Clears the app's cache. This will significantly impact the app's performance until the cache has rebuilt.", "cache_settings_clear_cache_button_title": "Clears the app's cache. This will significantly impact the app's performance until the cache has rebuilt.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "Image cache size ({} assets)", "cache_settings_image_cache_size": "Image cache size ({} assets)",
"cache_settings_statistics_album": "Library thumbnails", "cache_settings_statistics_album": "Library thumbnails",
"cache_settings_statistics_assets": "{} assets ({})", "cache_settings_statistics_assets": "{} assets ({})",
@@ -123,8 +115,8 @@
"cache_settings_statistics_title": "Cache usage", "cache_settings_statistics_title": "Cache usage",
"cache_settings_subtitle": "Control the caching behaviour of the Immich mobile application", "cache_settings_subtitle": "Control the caching behaviour of the Immich mobile application",
"cache_settings_thumbnail_size": "Thumbnail cache size ({} assets)", "cache_settings_thumbnail_size": "Thumbnail cache size ({} assets)",
"cache_settings_tile_subtitle": "स्थानीय संग्रहण के व्यवहार को नियंत्रित करें", "cache_settings_tile_subtitle": "Control the local storage behaviour",
"cache_settings_tile_title": "स्थानीय संग्रहण", "cache_settings_tile_title": "Local Storage",
"cache_settings_title": "Caching Settings", "cache_settings_title": "Caching Settings",
"change_password_form_confirm_password": "Confirm Password", "change_password_form_confirm_password": "Confirm Password",
"change_password_form_description": "Hi {name},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.", "change_password_form_description": "Hi {name},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Archive", "control_bottom_app_bar_archive": "Archive",
"control_bottom_app_bar_create_new_album": "Create new album", "control_bottom_app_bar_create_new_album": "Create new album",
"control_bottom_app_bar_delete": "Delete", "control_bottom_app_bar_delete": "Delete",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_favorite": "Favorite",
"control_bottom_app_bar_share": "Share", "control_bottom_app_bar_share": "Share",
"control_bottom_app_bar_share_to": "Share To", "control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "Stack", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "Unarchive", "control_bottom_app_bar_unarchive": "Unarchive",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Upload", "control_bottom_app_bar_upload": "Upload",
"create_album_page_untitled": "Untitled", "create_album_page_untitled": "Untitled",
"create_shared_album_page_create": "Create", "create_shared_album_page_create": "Create",
@@ -165,17 +154,13 @@
"delete_dialog_cancel": "Cancel", "delete_dialog_cancel": "Cancel",
"delete_dialog_ok": "Delete", "delete_dialog_ok": "Delete",
"delete_dialog_title": "Delete Permanently", "delete_dialog_title": "Delete Permanently",
"delete_shared_link_dialog_content": "क्या आप सुनिश्चित हैं कि आप इस साझा किए गए लिंक को हटाना चाहते हैं?", "delete_shared_link_dialog_content": "Are you sure you want to delete this shared link?",
"delete_shared_link_dialog_title": "साझा किए गए लिंक को हटाएं", "delete_shared_link_dialog_title": "Delete Shared Link",
"description_input_hint_text": "Add description...", "description_input_hint_text": "Add description...",
"description_input_submit_error": "Error updating description, check the log for more details", "description_input_submit_error": "Error updating description, check the log for more details",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Add Description...", "exif_bottom_sheet_description": "Add Description...",
"exif_bottom_sheet_details": "DETAILS", "exif_bottom_sheet_details": "DETAILS",
"exif_bottom_sheet_location": "LOCATION", "exif_bottom_sheet_location": "LOCATION",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "Work in progress", "experimental_settings_new_asset_list_subtitle": "Work in progress",
"experimental_settings_new_asset_list_title": "Enable experimental photo grid", "experimental_settings_new_asset_list_title": "Enable experimental photo grid",
"experimental_settings_subtitle": "Use at your own risk!", "experimental_settings_subtitle": "Use at your own risk!",
@@ -185,15 +170,15 @@
"home_page_add_to_album_conflicts": "Added {added} assets to album {album}. {failed} assets are already in the album.", "home_page_add_to_album_conflicts": "Added {added} assets to album {album}. {failed} assets are already in the album.",
"home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping", "home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping",
"home_page_add_to_album_success": "Added {added} assets to album {album}.", "home_page_add_to_album_success": "Added {added} assets to album {album}.",
"home_page_album_err_partner": "अब तक पार्टनर एसेट्स को एल्बम में जोड़ा नहीं कर सकते, स्किप कर रहे हैं", "home_page_album_err_partner": "Can not add partner assets to an album yet, skipping",
"home_page_archive_err_local": "Can not archive local assets yet, skipping", "home_page_archive_err_local": "Can not archive local assets yet, skipping",
"home_page_archive_err_partner": "पार्टनर एसेट्स को आर्काइव नहीं कर सकते, स्किप कर रहे हैं", "home_page_archive_err_partner": "Can not archive partner assets, skipping",
"home_page_building_timeline": "Building the timeline", "home_page_building_timeline": "Building the timeline",
"home_page_delete_err_partner": "पार्टनर एसेट्स को डिलीट नहीं कर सकते, स्किप कर रहे हैं", "home_page_delete_err_partner": "Can not delete partner assets, skipping",
"home_page_favorite_err_local": "Can not favorite local assets yet, skipping", "home_page_favorite_err_local": "Can not favorite local assets yet, skipping",
"home_page_favorite_err_partner": "अब तक पार्टनर एसेट्स को फेवरेट नहीं कर सकते, स्किप कर रहे हैं", "home_page_favorite_err_partner": "Can not favorite partner assets yet, skipping",
"home_page_first_time_notice": "If this is your first time using the app, please make sure to choose a backup album(s) so that the timeline can populate photos and videos in the album(s).", "home_page_first_time_notice": "If this is your first time using the app, please make sure to choose a backup album(s) so that the timeline can populate photos and videos in the album(s).",
"home_page_share_err_local": "लोकल एसेट्स को लिंक के जरिए शेयर नहीं कर सकते, स्किप कर रहे हैं", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "Can only upload a maximum of 30 assets at a time, skipping", "home_page_upload_err_limit": "Can only upload a maximum of 30 assets at a time, skipping",
"image_viewer_page_state_provider_download_error": "Download Error", "image_viewer_page_state_provider_download_error": "Download Error",
"image_viewer_page_state_provider_download_success": "Download Success", "image_viewer_page_state_provider_download_success": "Download Success",
@@ -204,22 +189,12 @@
"library_page_favorites": "Favorites", "library_page_favorites": "Favorites",
"library_page_new_album": "New album", "library_page_new_album": "New album",
"library_page_sharing": "Sharing", "library_page_sharing": "Sharing",
"library_page_sort_asset_count": "Number of assets", "library_page_sort_created": "Most recently created",
"library_page_sort_created": "Created date",
"library_page_sort_last_modified": "Last modified", "library_page_sort_last_modified": "Last modified",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Most recent photo", "library_page_sort_most_recent_photo": "Most recent photo",
"library_page_sort_title": "Album title", "library_page_sort_title": "Album title",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "Login has been disabled", "login_disabled": "Login has been disabled",
"login_form_api_exception": "API exception. Please check the server URL and try again.", "login_form_api_exception": "API exception. Please check the server URL and try again.",
"login_form_back_button_text": "Back",
"login_form_button_text": "Login", "login_form_button_text": "Login",
"login_form_email_hint": "youremail@email.com", "login_form_email_hint": "youremail@email.com",
"login_form_endpoint_hint": "http://your-server-ip:port/api", "login_form_endpoint_hint": "http://your-server-ip:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Could not connect to server.", "login_form_server_error": "Could not connect to server.",
"login_password_changed_error": "There was an error updating your password", "login_password_changed_error": "There was an error updating your password",
"login_password_changed_success": "Password updated successfully", "login_password_changed_success": "Password updated successfully",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "Cannot get user's location", "map_cannot_get_user_location": "Cannot get user's location",
"map_location_dialog_cancel": "Cancel", "map_location_dialog_cancel": "Cancel",
"map_location_dialog_yes": "Yes", "map_location_dialog_yes": "Yes",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?", "map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?",
"map_location_service_disabled_title": "Location Service disabled", "map_location_service_disabled_title": "Location Service disabled",
"map_no_assets_in_bounds": "No photos in this area", "map_no_assets_in_bounds": "No photos in this area",
"map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?", "map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?",
"map_no_location_permission_title": "Location Permission denied", "map_no_location_permission_title": "Location Permission denied",
"map_settings_dark_mode": "Dark mode", "map_settings_dark_mode": "Dark mode",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Cancel", "map_settings_dialog_cancel": "Cancel",
"map_settings_dialog_save": "Save", "map_settings_dialog_save": "Save",
"map_settings_dialog_title": "Map Settings", "map_settings_dialog_title": "Map Settings",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Zoom out to see photos", "map_zoom_to_see_photos": "Zoom out to see photos",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Motion Photos", "motion_photos_page_title": "Motion Photos",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Cancel", "notification_permission_dialog_cancel": "Cancel",
"notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.",
"notification_permission_dialog_settings": "Settings", "notification_permission_dialog_settings": "Settings",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "{} will no longer be able to access your photos.", "partner_page_stop_sharing_content": "{} will no longer be able to access your photos.",
"partner_page_stop_sharing_title": "Stop sharing your photos?", "partner_page_stop_sharing_title": "Stop sharing your photos?",
"partner_page_title": "Partner", "partner_page_title": "Partner",
"permission_onboarding_back": "वापस", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "Continue anyway", "permission_onboarding_continue_anyway": "Continue anyway",
"permission_onboarding_get_started": "Get started", "permission_onboarding_get_started": "Get started",
"permission_onboarding_go_to_settings": "Go to settings", "permission_onboarding_go_to_settings": "Go to settings",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.", "permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.",
"permission_onboarding_request": "Immich requires permission to view your photos and videos.", "permission_onboarding_request": "Immich requires permission to view your photos and videos.",
"profile_drawer_app_logs": "Logs", "profile_drawer_app_logs": "Logs",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "Client and Server are up-to-date", "profile_drawer_client_server_up_to_date": "Client and Server are up-to-date",
"profile_drawer_documentation": "दस्तावेज़ीकरण", "profile_drawer_documentation": "Documentation",
"profile_drawer_github": "गिटहब", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Settings", "profile_drawer_settings": "Settings",
"profile_drawer_sign_out": "Sign Out", "profile_drawer_sign_out": "Sign Out",
"profile_drawer_trash": "Trash", "profile_drawer_trash": "Trash",
"recently_added_page_title": "Recently Added", "recently_added_page_title": "Recently Added",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Search your photos", "search_bar_hint": "Search your photos",
"search_page_categories": "Categories", "search_page_categories": "Categories",
"search_page_favorites": "Favorites", "search_page_favorites": "Favorites",
@@ -315,13 +275,6 @@
"search_page_no_objects": "No Objects Info Available", "search_page_no_objects": "No Objects Info Available",
"search_page_no_places": "No Places Info Available", "search_page_no_places": "No Places Info Available",
"search_page_people": "People", "search_page_people": "People",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Places", "search_page_places": "Places",
"search_page_recently_added": "Recently added", "search_page_recently_added": "Recently added",
"search_page_screenshots": "Screenshots", "search_page_screenshots": "Screenshots",
@@ -330,7 +283,6 @@
"search_page_videos": "Videos", "search_page_videos": "Videos",
"search_page_view_all_button": "View all", "search_page_view_all_button": "View all",
"search_page_your_activity": "Your activity", "search_page_your_activity": "Your activity",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "New Search", "search_result_page_new_search_hint": "New Search",
"search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ", "search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ",
"search_suggestion_list_smart_search_hint_2": "m:your-search-term", "search_suggestion_list_smart_search_hint_2": "m:your-search-term",
@@ -338,8 +290,7 @@
"select_user_for_sharing_page_err_album": "Failed to create album", "select_user_for_sharing_page_err_album": "Failed to create album",
"select_user_for_sharing_page_share_suggestions": "Suggestions", "select_user_for_sharing_page_share_suggestions": "Suggestions",
"server_info_box_app_version": "App Version", "server_info_box_app_version": "App Version",
"server_info_box_latest_release": "लेटेस्ट वर्ज़न", "server_info_box_server_url": "Server URL",
"server_info_box_server_url": "सर्वर URL",
"server_info_box_server_version": "Server Version", "server_info_box_server_version": "Server Version",
"setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).", "setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).",
"setting_image_viewer_original_subtitle": "Enable to load the original full-resolution image (large!). Disable to reduce data usage (both network and on device cache).", "setting_image_viewer_original_subtitle": "Enable to load the original full-resolution image (large!). Disable to reduce data usage (both network and on device cache).",
@@ -364,65 +315,36 @@
"share_add_photos": "Add photos", "share_add_photos": "Add photos",
"share_add_title": "Add a title", "share_add_title": "Add a title",
"share_create_album": "Create album", "share_create_album": "Create album",
"shared_album_activities_input_disable": "कॉमेंट डिजेबल्ड है", "shared_album_activities_input_disable": "Comment is disabled",
"shared_album_activities_input_hint": "कुछ कहें", "shared_album_activities_input_hint": "Say something",
"shared_album_activity_remove_content": "क्या आप इस गतिविधि को हटाना चाहते हैं?", "shared_album_activity_remove_content": "Do you want to delete this activity?",
"shared_album_activity_remove_title": "गतिविधि हटाएं", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "दूसरों को जवाब देने दें", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "कमेंट्स और लाइक्स", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Preparing...", "share_dialog_preparing": "Preparing...",
"shared_link_app_bar_title": "साझा किए गए लिंक", "shared_link_app_bar_title": "Shared Links",
"shared_link_clipboard_copied_massage": "Copied to clipboard", "shared_link_create_app_bar_title": "Create link to share",
"shared_link_clipboard_text": "Link: {}\nPassword: {}", "shared_link_create_info": "Let anyone with the link see the selected photo(s)",
"shared_link_create_app_bar_title": "शेयर करने के लिए लिंक बनाएं", "shared_link_create_submit_button": "Create link",
"shared_link_create_error": "Error while creating shared link", "shared_link_edit_allow_download": "Allow public user to download",
"shared_link_create_info": "किसी भी व्यक्ति को लिंक के साथ चयनित फोटो(ओं) देखने की अनुमति दें", "shared_link_edit_allow_upload": "Allow public user to upload",
"shared_link_create_submit_button": "लिंक बनाएं", "shared_link_edit_app_bar_title": "Edit link",
"shared_link_edit_allow_download": "सार्वजनिक उपयोगकर्ता को डाउनलोड करने की अनुमति दें", "shared_link_edit_change_expiry": "Change expiration time",
"shared_link_edit_allow_upload": "सार्वजनिक उपयोगकर्ता को अपलोड करने की अनुमति दें", "shared_link_edit_description": "Description",
"shared_link_edit_app_bar_title": "लिंक संपादित करें", "shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_change_expiry": "समाप्ति समय बदलें", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_description": "विवरण", "shared_link_edit_password": "Password",
"shared_link_edit_description_hint": "शेयर विवरण दर्ज करें", "shared_link_edit_password_hint": "Enter the share password",
"shared_link_edit_expire_after": "एक्सपायर आफ्टर", "shared_link_edit_show_meta": "Show metadata",
"shared_link_edit_expire_after_option_day": "1 day", "shared_link_edit_submit_button": "Update link",
"shared_link_edit_expire_after_option_days": "{} days", "shared_link_empty": "You don't have any shared links",
"shared_link_edit_expire_after_option_hour": "1 hour", "shared_link_manage_links": "Manage Shared links",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "पासवर्ड",
"shared_link_edit_password_hint": "शेयर पासवर्ड दर्ज करें",
"shared_link_edit_show_meta": "मेटाडेटा दिखाएं",
"shared_link_edit_submit_button": "अपडेट लिंक",
"shared_link_empty": "आपके पास कोई साझा किए गए लिंक नहीं हैं",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "साझा किए गए लिंक का प्रबंधन करें",
"share_done": "Done", "share_done": "Done",
"share_invite": "Invite to album", "share_invite": "Invite to album",
"sharing_page_album": "Shared albums", "sharing_page_album": "Shared albums",
"sharing_page_description": "Create shared albums to share photos and videos with people in your network.", "sharing_page_description": "Create shared albums to share photos and videos with people in your network.",
"sharing_page_empty_list": "EMPTY LIST", "sharing_page_empty_list": "EMPTY LIST",
"sharing_silver_appbar_create_shared_album": "New shared album", "sharing_silver_appbar_create_shared_album": "Create shared album",
"sharing_silver_appbar_shared_links": "Shared links", "sharing_silver_appbar_shared_links": "Shared links",
"sharing_silver_appbar_share_partner": "Share with partner", "sharing_silver_appbar_share_partner": "Share with partner",
"tab_controller_nav_library": "Library", "tab_controller_nav_library": "Library",
@@ -442,15 +364,15 @@
"translated_text_options": "Options", "translated_text_options": "Options",
"trash_page_delete": "Delete", "trash_page_delete": "Delete",
"trash_page_delete_all": "Delete All", "trash_page_delete_all": "Delete All",
"trash_page_empty_trash_btn": "कूड़ेदान खाली करें", "trash_page_empty_trash_btn": "Empty trash",
"trash_page_empty_trash_dialog_content": "क्या आप अपनी कूड़ेदान संपत्तियों को खाली करना चाहते हैं? इन आइटमों को Immich से स्थायी रूप से हटा दिया जाएगा", "trash_page_empty_trash_dialog_content": "Do you want to empty your trashed assets? These items will be permanently removed from Immich",
"trash_page_empty_trash_dialog_ok": "ठीक है", "trash_page_empty_trash_dialog_ok": "Ok",
"trash_page_info": "Trashed items will be permanently deleted after {} days", "trash_page_info": "Trashed items will be permanently deleted after {} days",
"trash_page_no_assets": "No trashed assets", "trash_page_no_assets": "No trashed assets",
"trash_page_restore": "Restore", "trash_page_restore": "Restore",
"trash_page_restore_all": "सभी को पुनः स्थानांतरित करें", "trash_page_restore_all": "Restore All",
"trash_page_select_assets_btn": "संपत्तियों को चयन करें", "trash_page_select_assets_btn": "Select assets",
"trash_page_select_btn": "चयन करें", "trash_page_select_btn": "Select",
"trash_page_title": "Trash ({})", "trash_page_title": "Trash ({})",
"upload_dialog_cancel": "Cancel", "upload_dialog_cancel": "Cancel",
"upload_dialog_info": "Do you want to backup the selected Asset(s) to the server?", "upload_dialog_info": "Do you want to backup the selected Asset(s) to the server?",
@@ -462,7 +384,7 @@
"version_announcement_overlay_text_2": "please take your time to visit the ", "version_announcement_overlay_text_2": "please take your time to visit the ",
"version_announcement_overlay_text_3": " and ensure your docker-compose and .env setup is up-to-date to prevent any misconfigurations, especially if you use WatchTower or any mechanism that handles updating your server application automatically.", "version_announcement_overlay_text_3": " and ensure your docker-compose and .env setup is up-to-date to prevent any misconfigurations, especially if you use WatchTower or any mechanism that handles updating your server application automatically.",
"version_announcement_overlay_title": "New Server Version Available \uD83C\uDF89", "version_announcement_overlay_title": "New Server Version Available \uD83C\uDF89",
"viewer_remove_from_stack": "स्टैक से हटाएं", "viewer_remove_from_stack": "Remove from Stack",
"viewer_stack_use_as_main_asset": "मुख्य संपत्ति के रूप में उपयोग करें", "viewer_stack_use_as_main_asset": "Use as Main Asset",
"viewer_unstack": "स्टैक रद्द करें" "viewer_unstack": "Un-Stack"
} }

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Hozzáadva a(z) {album} nevű albumhoz", "add_to_album_bottom_sheet_added": "Hozzáadva a(z) {album} nevű albumhoz",
"add_to_album_bottom_sheet_already_exists": "Már eleme a(z) {album} nevű albumnak", "add_to_album_bottom_sheet_already_exists": "Már eleme a(z) {album} nevű albumnak",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.", "advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.",
"advanced_settings_prefer_remote_title": "Prefer remote images", "advanced_settings_prefer_remote_title": "Prefer remote images",
"advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.", "advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Sign out", "app_bar_signout_dialog_title": "Sign out",
"archive_page_no_archived_assets": "Nem található archivált média", "archive_page_no_archived_assets": "Nem található archivált média",
"archive_page_title": "Archívum ({})", "archive_page_title": "Archívum ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dynamic layout", "asset_list_layout_settings_dynamic_layout_title": "Dynamic layout",
"asset_list_layout_settings_group_automatically": "Automatikus", "asset_list_layout_settings_group_automatically": "Automatikus",
"asset_list_layout_settings_group_by": "Group assets by", "asset_list_layout_settings_group_by": "Group assets by",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Library page thumbnails ({} assets)", "cache_settings_album_thumbnails": "Library page thumbnails ({} assets)",
"cache_settings_clear_cache_button": "Gyorsítótár törlése", "cache_settings_clear_cache_button": "Gyorsítótár törlése",
"cache_settings_clear_cache_button_title": "Clears the app's cache. This will significantly impact the app's performance until the cache has rebuilt.", "cache_settings_clear_cache_button_title": "Clears the app's cache. This will significantly impact the app's performance until the cache has rebuilt.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "Image cache size ({} assets)", "cache_settings_image_cache_size": "Image cache size ({} assets)",
"cache_settings_statistics_album": "Library thumbnails", "cache_settings_statistics_album": "Library thumbnails",
"cache_settings_statistics_assets": "{} assets ({})", "cache_settings_statistics_assets": "{} assets ({})",
@@ -127,7 +119,7 @@
"cache_settings_tile_title": "Local Storage", "cache_settings_tile_title": "Local Storage",
"cache_settings_title": "Gyorsítótár beállítások", "cache_settings_title": "Gyorsítótár beállítások",
"change_password_form_confirm_password": "Jelszó Megerősítése", "change_password_form_confirm_password": "Jelszó Megerősítése",
"change_password_form_description": "Kedves {name}!\n\nMost jelentkezel be először a rendszerbe vagy más okból szükséfes a jelszavad meváltoztatása. Kérjük, add meg új jelszavad.", "change_password_form_description": "Kedves {lastName} {firstName}!\n\nMost jelentkezel be először a rendszerbe vagy más okból szükséfes a jelszavad meváltoztatása. Kérjük, add meg új jelszavad.",
"change_password_form_new_password": "Új Jelszó", "change_password_form_new_password": "Új Jelszó",
"change_password_form_password_mismatch": "A két beírt jelszó nem egyezik", "change_password_form_password_mismatch": "A két beírt jelszó nem egyezik",
"change_password_form_reenter_new_password": "Jelszó (még egyszer)", "change_password_form_reenter_new_password": "Jelszó (még egyszer)",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Archivál", "control_bottom_app_bar_archive": "Archivál",
"control_bottom_app_bar_create_new_album": "Album létrehozása", "control_bottom_app_bar_create_new_album": "Album létrehozása",
"control_bottom_app_bar_delete": "Törlés", "control_bottom_app_bar_delete": "Törlés",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Kedvenc", "control_bottom_app_bar_favorite": "Kedvenc",
"control_bottom_app_bar_share": "Megosztás", "control_bottom_app_bar_share": "Megosztás",
"control_bottom_app_bar_share_to": "Share To", "control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "Stack", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "Archiválás megszüntetése", "control_bottom_app_bar_unarchive": "Archiválás megszüntetése",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Upload", "control_bottom_app_bar_upload": "Upload",
"create_album_page_untitled": "Névtelen", "create_album_page_untitled": "Névtelen",
"create_shared_album_page_create": "Létrehoz", "create_shared_album_page_create": "Létrehoz",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Delete Shared Link", "delete_shared_link_dialog_title": "Delete Shared Link",
"description_input_hint_text": "Leírás hozzáadása...", "description_input_hint_text": "Leírás hozzáadása...",
"description_input_submit_error": "Nem sikerült frissíteni a leírást. További információért kérjük, nézd meg az eseménynaplót", "description_input_submit_error": "Nem sikerült frissíteni a leírást. További információért kérjük, nézd meg az eseménynaplót",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Leírás hozzáadása...", "exif_bottom_sheet_description": "Leírás hozzáadása...",
"exif_bottom_sheet_details": "RÉSZLETEK", "exif_bottom_sheet_details": "RÉSZLETEK",
"exif_bottom_sheet_location": "HELYSZÍN", "exif_bottom_sheet_location": "HELYSZÍN",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "Fejlesztés alatt", "experimental_settings_new_asset_list_subtitle": "Fejlesztés alatt",
"experimental_settings_new_asset_list_title": "Enable experimental photo grid", "experimental_settings_new_asset_list_title": "Enable experimental photo grid",
"experimental_settings_subtitle": "Csak saját felelősségre használd", "experimental_settings_subtitle": "Csak saját felelősségre használd",
@@ -204,22 +189,12 @@
"library_page_favorites": "Kedvencek", "library_page_favorites": "Kedvencek",
"library_page_new_album": "Új album", "library_page_new_album": "Új album",
"library_page_sharing": "Megosztás\n", "library_page_sharing": "Megosztás\n",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_created": "Legutoljára létrehozott", "library_page_sort_created": "Legutoljára létrehozott",
"library_page_sort_last_modified": "Last modified", "library_page_sort_last_modified": "Last modified",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Most recent photo", "library_page_sort_most_recent_photo": "Most recent photo",
"library_page_sort_title": "Album címe", "library_page_sort_title": "Album címe",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "A bejelentkezés letiltva", "login_disabled": "A bejelentkezés letiltva",
"login_form_api_exception": "API hiba. Kérljük, ellenőrid a szerver címét, majd próbáld újra.", "login_form_api_exception": "API hiba. Kérljük, ellenőrid a szerver címét, majd próbáld újra.",
"login_form_back_button_text": "Back",
"login_form_button_text": "Belépés", "login_form_button_text": "Belépés",
"login_form_email_hint": "teemailed@email.com", "login_form_email_hint": "teemailed@email.com",
"login_form_endpoint_hint": "http://szerver-címe:port/api", "login_form_endpoint_hint": "http://szerver-címe:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Nem sikerült kapcsolódni a szerverhez.", "login_form_server_error": "Nem sikerült kapcsolódni a szerverhez.",
"login_password_changed_error": "There was an error updating your password", "login_password_changed_error": "There was an error updating your password",
"login_password_changed_success": "Password updated successfully", "login_password_changed_success": "Password updated successfully",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "Cannot get user's location", "map_cannot_get_user_location": "Cannot get user's location",
"map_location_dialog_cancel": "Cancel", "map_location_dialog_cancel": "Cancel",
"map_location_dialog_yes": "Yes", "map_location_dialog_yes": "Yes",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?", "map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?",
"map_location_service_disabled_title": "Location Service disabled", "map_location_service_disabled_title": "Location Service disabled",
"map_no_assets_in_bounds": "No photos in this area", "map_no_assets_in_bounds": "No photos in this area",
"map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?", "map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?",
"map_no_location_permission_title": "Location Permission denied", "map_no_location_permission_title": "Location Permission denied",
"map_settings_dark_mode": "Dark mode", "map_settings_dark_mode": "Dark mode",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Cancel", "map_settings_dialog_cancel": "Cancel",
"map_settings_dialog_save": "Save", "map_settings_dialog_save": "Save",
"map_settings_dialog_title": "Map Settings", "map_settings_dialog_title": "Map Settings",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Zoom out to see photos", "map_zoom_to_see_photos": "Zoom out to see photos",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Mozgó Fotók", "motion_photos_page_title": "Mozgó Fotók",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Mégsem", "notification_permission_dialog_cancel": "Mégsem",
"notification_permission_dialog_content": "Az értesítések bekapcsolásához a Beállítások menüben válaszd ki az Engedélyezés-t.", "notification_permission_dialog_content": "Az értesítések bekapcsolásához a Beállítások menüben válaszd ki az Engedélyezés-t.",
"notification_permission_dialog_settings": "Beállítások", "notification_permission_dialog_settings": "Beállítások",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Korlátozott hozzáférés. Ha szeretnéd, hogy az Immich a teljes galéria gyűjteményedet mentse és kezelje, akkor a Beállításokban engedélyezd a fotó és videó jogosultságokat.", "permission_onboarding_permission_limited": "Korlátozott hozzáférés. Ha szeretnéd, hogy az Immich a teljes galéria gyűjteményedet mentse és kezelje, akkor a Beállításokban engedélyezd a fotó és videó jogosultságokat.",
"permission_onboarding_request": "Engedélyezni kell, hogy az Immich hozzáférjen a képekhez és videókhoz", "permission_onboarding_request": "Engedélyezni kell, hogy az Immich hozzáférjen a képekhez és videókhoz",
"profile_drawer_app_logs": "Naplók", "profile_drawer_app_logs": "Naplók",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "Kliens és a szerver is naprakész", "profile_drawer_client_server_up_to_date": "Kliens és a szerver is naprakész",
"profile_drawer_documentation": "Documentation", "profile_drawer_documentation": "Documentation",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Beállítások", "profile_drawer_settings": "Beállítások",
"profile_drawer_sign_out": "Kijelentkezés", "profile_drawer_sign_out": "Kijelentkezés",
"profile_drawer_trash": "Trash", "profile_drawer_trash": "Trash",
"recently_added_page_title": "Nemrég Hozzáadott", "recently_added_page_title": "Nemrég Hozzáadott",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Keress a fotóid között", "search_bar_hint": "Keress a fotóid között",
"search_page_categories": "Kategóriák", "search_page_categories": "Kategóriák",
"search_page_favorites": "Kedvencek", "search_page_favorites": "Kedvencek",
@@ -315,13 +275,6 @@
"search_page_no_objects": "No Objects Info Available", "search_page_no_objects": "No Objects Info Available",
"search_page_no_places": "Helyinformáció nem érhető el", "search_page_no_places": "Helyinformáció nem érhető el",
"search_page_people": "Emberek", "search_page_people": "Emberek",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Helyszínek", "search_page_places": "Helyszínek",
"search_page_recently_added": "Nemrég hozzáadott", "search_page_recently_added": "Nemrég hozzáadott",
"search_page_screenshots": "Képernyőképek", "search_page_screenshots": "Képernyőképek",
@@ -330,7 +283,6 @@
"search_page_videos": "Videók", "search_page_videos": "Videók",
"search_page_view_all_button": "Összes mutatása", "search_page_view_all_button": "Összes mutatása",
"search_page_your_activity": "Tevékenységeid", "search_page_your_activity": "Tevékenységeid",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "Új keresés", "search_result_page_new_search_hint": "Új keresés",
"search_suggestion_list_smart_search_hint_1": "Az intelligens keresés alapértelmezetten be van kapcsolva, metaadatokat így kereshetsz", "search_suggestion_list_smart_search_hint_1": "Az intelligens keresés alapértelmezetten be van kapcsolva, metaadatokat így kereshetsz",
"search_suggestion_list_smart_search_hint_2": "m:keresési-kifejezés", "search_suggestion_list_smart_search_hint_2": "m:keresési-kifejezés",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Hiba az album létrehozása közben", "select_user_for_sharing_page_err_album": "Hiba az album létrehozása közben",
"select_user_for_sharing_page_share_suggestions": "Javaslatok", "select_user_for_sharing_page_share_suggestions": "Javaslatok",
"server_info_box_app_version": "Alkalmazás Verzió", "server_info_box_app_version": "Alkalmazás Verzió",
"server_info_box_latest_release": "Latest Version",
"server_info_box_server_url": "Server URL", "server_info_box_server_url": "Server URL",
"server_info_box_server_version": "Szerver Verzió", "server_info_box_server_version": "Szerver Verzió",
"setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).", "setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "Delete Activity", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Let others respond", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Comments & likes", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Előkészítés...", "share_dialog_preparing": "Előkészítés...",
"shared_link_app_bar_title": "Shared Links", "shared_link_app_bar_title": "Shared Links",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "Create link to share", "shared_link_create_app_bar_title": "Create link to share",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Let anyone with the link see the selected photo(s)", "shared_link_create_info": "Let anyone with the link see the selected photo(s)",
"shared_link_create_submit_button": "Create link", "shared_link_create_submit_button": "Create link",
"shared_link_edit_allow_download": "Allow public user to download", "shared_link_edit_allow_download": "Allow public user to download",
@@ -390,32 +333,11 @@
"shared_link_edit_description": "Description", "shared_link_edit_description": "Description",
"shared_link_edit_description_hint": "Enter the share description", "shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_expire_after": "Expire after", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Password", "shared_link_edit_password": "Password",
"shared_link_edit_password_hint": "Enter the share password", "shared_link_edit_password_hint": "Enter the share password",
"shared_link_edit_show_meta": "Show metadata", "shared_link_edit_show_meta": "Show metadata",
"shared_link_edit_submit_button": "Update link", "shared_link_edit_submit_button": "Update link",
"shared_link_empty": "You don't have any shared links", "shared_link_empty": "You don't have any shared links",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Manage Shared links", "shared_link_manage_links": "Manage Shared links",
"share_done": "Done", "share_done": "Done",
"share_invite": "Meghívás az albumba", "share_invite": "Meghívás az albumba",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Aggiunto in {album}", "add_to_album_bottom_sheet_added": "Aggiunto in {album}",
"add_to_album_bottom_sheet_already_exists": "Già presente in {album}", "add_to_album_bottom_sheet_already_exists": "Già presente in {album}",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Alcuni dispositivi sono molto lenti a caricare le anteprime delle immagini dal dispositivo. Attivare questa impostazione per caricare invece le immagini remote.", "advanced_settings_prefer_remote_subtitle": "Alcuni dispositivi sono molto lenti a caricare le anteprime delle immagini dal dispositivo. Attivare questa impostazione per caricare invece le immagini remote.",
"advanced_settings_prefer_remote_title": "Preferisci immagini remote.", "advanced_settings_prefer_remote_title": "Preferisci immagini remote.",
"advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.", "advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.",
@@ -26,17 +23,15 @@
"album_viewer_appbar_share_err_title": "Impossibile cambiare il titolo dell'album ", "album_viewer_appbar_share_err_title": "Impossibile cambiare il titolo dell'album ",
"album_viewer_appbar_share_leave": "Lascia album", "album_viewer_appbar_share_leave": "Lascia album",
"album_viewer_appbar_share_remove": "Rimuovere dall'album ", "album_viewer_appbar_share_remove": "Rimuovere dall'album ",
"album_viewer_appbar_share_to": "Condividi a", "album_viewer_appbar_share_to": "Share To",
"album_viewer_page_share_add_users": "Aggiungi utenti", "album_viewer_page_share_add_users": "Aggiungi utenti",
"all_people_page_title": "Persone", "all_people_page_title": "Persone",
"all_videos_page_title": "Video", "all_videos_page_title": "Video",
"app_bar_signout_dialog_content": "Sei sicuro di volerti disconnettere?", "app_bar_signout_dialog_content": "Are you sure you want to sign out?",
"app_bar_signout_dialog_ok": "Si", "app_bar_signout_dialog_ok": "Yes",
"app_bar_signout_dialog_title": "Disconnetti", "app_bar_signout_dialog_title": "Sign out",
"archive_page_no_archived_assets": "Nessuna oggetto archiviato", "archive_page_no_archived_assets": "Nessuna oggetto archiviato",
"archive_page_title": "Archivia ({})", "archive_page_title": "Archivia ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Layout dinamico", "asset_list_layout_settings_dynamic_layout_title": "Layout dinamico",
"asset_list_layout_settings_group_automatically": "Automatico", "asset_list_layout_settings_group_automatically": "Automatico",
"asset_list_layout_settings_group_by": "Raggruppa le immagini per", "asset_list_layout_settings_group_by": "Raggruppa le immagini per",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Anteprime pagine librerie ({} assets)", "cache_settings_album_thumbnails": "Anteprime pagine librerie ({} assets)",
"cache_settings_clear_cache_button": "Cancella cache", "cache_settings_clear_cache_button": "Cancella cache",
"cache_settings_clear_cache_button_title": "Cancella la cache dell'app. Questo impatterà significativamente le prestazioni dell''app fino a quando la cache non sarà rigenerata.", "cache_settings_clear_cache_button_title": "Cancella la cache dell'app. Questo impatterà significativamente le prestazioni dell''app fino a quando la cache non sarà rigenerata.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "Dimensione cache delle foto ({} assets)", "cache_settings_image_cache_size": "Dimensione cache delle foto ({} assets)",
"cache_settings_statistics_album": "Anteprime librerie", "cache_settings_statistics_album": "Anteprime librerie",
"cache_settings_statistics_assets": "{} contenuti ({})", "cache_settings_statistics_assets": "{} contenuti ({})",
@@ -123,8 +115,8 @@
"cache_settings_statistics_title": "Uso della cache", "cache_settings_statistics_title": "Uso della cache",
"cache_settings_subtitle": "Controlla il comportamento della cache dell'applicazione mobile immich", "cache_settings_subtitle": "Controlla il comportamento della cache dell'applicazione mobile immich",
"cache_settings_thumbnail_size": "Dimensione cache dei thumbnail ({} assets)", "cache_settings_thumbnail_size": "Dimensione cache dei thumbnail ({} assets)",
"cache_settings_tile_subtitle": "Controlla il comportamento dello storage locale", "cache_settings_tile_subtitle": "Control the local storage behaviour",
"cache_settings_tile_title": "Archiviazione locale", "cache_settings_tile_title": "Local Storage",
"cache_settings_title": "Impostazioni della Cache", "cache_settings_title": "Impostazioni della Cache",
"change_password_form_confirm_password": "Conferma Password ", "change_password_form_confirm_password": "Conferma Password ",
"change_password_form_description": "Ciao {name},\n\nQuesto è la prima volta che accedi al sistema oppure è stato fatto una richiesta di cambiare la password. Per favore inserisca la nuova password qui sotto", "change_password_form_description": "Ciao {name},\n\nQuesto è la prima volta che accedi al sistema oppure è stato fatto una richiesta di cambiare la password. Per favore inserisca la nuova password qui sotto",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Archivia", "control_bottom_app_bar_archive": "Archivia",
"control_bottom_app_bar_create_new_album": "Crea nuovo album", "control_bottom_app_bar_create_new_album": "Crea nuovo album",
"control_bottom_app_bar_delete": "Elimina", "control_bottom_app_bar_delete": "Elimina",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Preferiti", "control_bottom_app_bar_favorite": "Preferiti",
"control_bottom_app_bar_share": "Condividi", "control_bottom_app_bar_share": "Condividi",
"control_bottom_app_bar_share_to": "Share To", "control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "Stack", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "Rimuovi dagli archivi", "control_bottom_app_bar_unarchive": "Rimuovi dagli archivi",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Upload", "control_bottom_app_bar_upload": "Upload",
"create_album_page_untitled": "Senza titolo", "create_album_page_untitled": "Senza titolo",
"create_shared_album_page_create": "Crea", "create_shared_album_page_create": "Crea",
@@ -165,17 +154,13 @@
"delete_dialog_cancel": "Annulla", "delete_dialog_cancel": "Annulla",
"delete_dialog_ok": "Elimina", "delete_dialog_ok": "Elimina",
"delete_dialog_title": "Cancella definitivamente", "delete_dialog_title": "Cancella definitivamente",
"delete_shared_link_dialog_content": "Sei sicuro di voler eliminare questo link condiviso?", "delete_shared_link_dialog_content": "Are you sure you want to delete this shared link?",
"delete_shared_link_dialog_title": "Elimina link condiviso", "delete_shared_link_dialog_title": "Delete Shared Link",
"description_input_hint_text": "Aggiungi descrizione...", "description_input_hint_text": "Aggiungi descrizione...",
"description_input_submit_error": "Errore modificare descrizione, controlli I log per maggiori dettagli", "description_input_submit_error": "Errore modificare descrizione, controlli I log per maggiori dettagli",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Aggiungi una descrizione...", "exif_bottom_sheet_description": "Aggiungi una descrizione...",
"exif_bottom_sheet_details": "DETTAGLI", "exif_bottom_sheet_details": "DETTAGLI",
"exif_bottom_sheet_location": "POSIZIONE", "exif_bottom_sheet_location": "POSIZIONE",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "Work in progress", "experimental_settings_new_asset_list_subtitle": "Work in progress",
"experimental_settings_new_asset_list_title": "Attiva griglia di foto sperimentale", "experimental_settings_new_asset_list_title": "Attiva griglia di foto sperimentale",
"experimental_settings_subtitle": "Usalo a tuo rischio!", "experimental_settings_subtitle": "Usalo a tuo rischio!",
@@ -204,22 +189,12 @@
"library_page_favorites": "Preferiti", "library_page_favorites": "Preferiti",
"library_page_new_album": "Nuovo Album", "library_page_new_album": "Nuovo Album",
"library_page_sharing": "Condividendo", "library_page_sharing": "Condividendo",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_created": "Creato il più recente", "library_page_sort_created": "Creato il più recente",
"library_page_sort_last_modified": "Ultima modifica", "library_page_sort_last_modified": "Last modified",
"library_page_sort_most_oldest_photo": "Oldest photo", "library_page_sort_most_recent_photo": "Most recent photo",
"library_page_sort_most_recent_photo": "Più recente",
"library_page_sort_title": "Titolo album", "library_page_sort_title": "Titolo album",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "L'accesso è stato disattivato", "login_disabled": "L'accesso è stato disattivato",
"login_form_api_exception": "API error, per favore ricontrolli URL del server e riprovi", "login_form_api_exception": "API error, per favore ricontrolli URL del server e riprovi",
"login_form_back_button_text": "Back",
"login_form_button_text": "Login", "login_form_button_text": "Login",
"login_form_email_hint": "tuaemail@email.com", "login_form_email_hint": "tuaemail@email.com",
"login_form_endpoint_hint": "http://ip-del-tuo-server:port/api", "login_form_endpoint_hint": "http://ip-del-tuo-server:port/api",
@@ -240,27 +215,19 @@
"login_form_save_login": "Rimani connesso ", "login_form_save_login": "Rimani connesso ",
"login_form_server_empty": "Inserisci URL del server", "login_form_server_empty": "Inserisci URL del server",
"login_form_server_error": "Non è possibile connettersi al server", "login_form_server_error": "Non è possibile connettersi al server",
"login_password_changed_error": "C'è stato un errore durante l'aggiornamento della password", "login_password_changed_error": "There was an error updating your password",
"login_password_changed_success": "Password aggiornata con successo", "login_password_changed_success": "Password updated successfully",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "Cannot get user's location", "map_cannot_get_user_location": "Cannot get user's location",
"map_location_dialog_cancel": "Annulla", "map_location_dialog_cancel": "Cancel",
"map_location_dialog_yes": "Si", "map_location_dialog_yes": "Yes",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?", "map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?",
"map_location_service_disabled_title": "Location Service disabled", "map_location_service_disabled_title": "Location Service disabled",
"map_no_assets_in_bounds": "Nessuna foto in questa zona", "map_no_assets_in_bounds": "No photos in this area",
"map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?", "map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?",
"map_no_location_permission_title": "Location Permission denied", "map_no_location_permission_title": "Location Permission denied",
"map_settings_dark_mode": "Modalità scura", "map_settings_dark_mode": "Dark mode",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Cancel", "map_settings_dialog_cancel": "Cancel",
"map_settings_dialog_save": "Salva", "map_settings_dialog_save": "Save",
"map_settings_dialog_title": "Map Settings", "map_settings_dialog_title": "Map Settings",
"map_settings_include_show_archived": "Include Archived", "map_settings_include_show_archived": "Include Archived",
"map_settings_only_relative_range": "Date range", "map_settings_only_relative_range": "Date range",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Zoom out to see photos", "map_zoom_to_see_photos": "Zoom out to see photos",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Motion Foto", "motion_photos_page_title": "Motion Foto",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Annulla", "notification_permission_dialog_cancel": "Annulla",
"notification_permission_dialog_content": "Per attivare le notifiche, vai alle Impostazioni e seleziona concedi", "notification_permission_dialog_content": "Per attivare le notifiche, vai alle Impostazioni e seleziona concedi",
"notification_permission_dialog_settings": "Impostazioni", "notification_permission_dialog_settings": "Impostazioni",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "{} non sarà più in grado di accedere alle tue foto.", "partner_page_stop_sharing_content": "{} non sarà più in grado di accedere alle tue foto.",
"partner_page_stop_sharing_title": "Stoppare la condivisione delle tue foto?", "partner_page_stop_sharing_title": "Stoppare la condivisione delle tue foto?",
"partner_page_title": "Partner", "partner_page_title": "Partner",
"permission_onboarding_back": "Indietro", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "Continua lo stesso", "permission_onboarding_continue_anyway": "Continua lo stesso",
"permission_onboarding_get_started": "Inizia", "permission_onboarding_get_started": "Inizia",
"permission_onboarding_go_to_settings": "Vai a Impostazioni", "permission_onboarding_go_to_settings": "Vai a Impostazioni",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Permessi limitati. Perché Immich possa controllare e fare i backup di tutte le foto, concedere i permessi all'intera galleria dalle impostazioni ", "permission_onboarding_permission_limited": "Permessi limitati. Perché Immich possa controllare e fare i backup di tutte le foto, concedere i permessi all'intera galleria dalle impostazioni ",
"permission_onboarding_request": "Immich richiede i permessi per vedere le tue foto e video", "permission_onboarding_request": "Immich richiede i permessi per vedere le tue foto e video",
"profile_drawer_app_logs": "Logs", "profile_drawer_app_logs": "Logs",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "Client e server sono aggiornati", "profile_drawer_client_server_up_to_date": "Client e server sono aggiornati",
"profile_drawer_documentation": "Documentazione", "profile_drawer_documentation": "Documentation",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Impostazioni ", "profile_drawer_settings": "Impostazioni ",
"profile_drawer_sign_out": "Logout", "profile_drawer_sign_out": "Logout",
"profile_drawer_trash": "Trash", "profile_drawer_trash": "Trash",
"recently_added_page_title": "Aggiunti di recente", "recently_added_page_title": "Aggiunti di recente",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Cerca le tue foto", "search_bar_hint": "Cerca le tue foto",
"search_page_categories": "Categoria", "search_page_categories": "Categoria",
"search_page_favorites": "Preferiti", "search_page_favorites": "Preferiti",
@@ -315,13 +275,6 @@
"search_page_no_objects": "Nessuna informazione relativa all'oggetto disponibile", "search_page_no_objects": "Nessuna informazione relativa all'oggetto disponibile",
"search_page_no_places": "Nessun informazione sul luogo disponibile", "search_page_no_places": "Nessun informazione sul luogo disponibile",
"search_page_people": "Persone", "search_page_people": "Persone",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Luoghi", "search_page_places": "Luoghi",
"search_page_recently_added": "Aggiunte di recente", "search_page_recently_added": "Aggiunte di recente",
"search_page_screenshots": "Screenshot", "search_page_screenshots": "Screenshot",
@@ -330,7 +283,6 @@
"search_page_videos": "Video", "search_page_videos": "Video",
"search_page_view_all_button": "Guarda tutto", "search_page_view_all_button": "Guarda tutto",
"search_page_your_activity": "Tua attività ", "search_page_your_activity": "Tua attività ",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "Nuova ricerca ", "search_result_page_new_search_hint": "Nuova ricerca ",
"search_suggestion_list_smart_search_hint_1": "\nRicerca Smart è attiva di default, per usare la ricerca con i metadata usare la seguente sintassi", "search_suggestion_list_smart_search_hint_1": "\nRicerca Smart è attiva di default, per usare la ricerca con i metadata usare la seguente sintassi",
"search_suggestion_list_smart_search_hint_2": "m:your-search-term", "search_suggestion_list_smart_search_hint_2": "m:your-search-term",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Impossibile nel creare l'album ", "select_user_for_sharing_page_err_album": "Impossibile nel creare l'album ",
"select_user_for_sharing_page_share_suggestions": "Suggerimenti", "select_user_for_sharing_page_share_suggestions": "Suggerimenti",
"server_info_box_app_version": "Versione App", "server_info_box_app_version": "Versione App",
"server_info_box_latest_release": "Ultima Versione",
"server_info_box_server_url": "Server URL", "server_info_box_server_url": "Server URL",
"server_info_box_server_version": "Versione Server", "server_info_box_server_version": "Versione Server",
"setting_image_viewer_help": "Il visualizzatore dettagliato carica una piccola thumbnail per prima, per poi caricare un immagine di media grandezza (se abilitato). Ed infine carica l'originale (se abilitato).", "setting_image_viewer_help": "Il visualizzatore dettagliato carica una piccola thumbnail per prima, per poi caricare un immagine di media grandezza (se abilitato). Ed infine carica l'originale (se abilitato).",
@@ -364,66 +315,37 @@
"share_add_photos": "Aggiungi foto", "share_add_photos": "Aggiungi foto",
"share_add_title": "Aggiungi un titolo ", "share_add_title": "Aggiungi un titolo ",
"share_create_album": "Crea album", "share_create_album": "Crea album",
"shared_album_activities_input_disable": "I commenti sono disabilitati", "shared_album_activities_input_disable": "Comment is disabled",
"shared_album_activities_input_hint": "Say something", "shared_album_activities_input_hint": "Say something",
"shared_album_activity_remove_content": "Vuoi eliminare questa attività?", "shared_album_activity_remove_content": "Do you want to delete this activity?",
"shared_album_activity_remove_title": "Elimina attività", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Let others respond", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Commenti e Mi piace", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Preparo…", "share_dialog_preparing": "Preparo…",
"shared_link_app_bar_title": "Link condivisi", "shared_link_app_bar_title": "Shared Links",
"shared_link_clipboard_copied_massage": "Copied to clipboard", "shared_link_create_app_bar_title": "Create link to share",
"shared_link_clipboard_text": "Link: {}\nPassword: {}", "shared_link_create_info": "Let anyone with the link see the selected photo(s)",
"shared_link_create_app_bar_title": "Crea link di condivisione", "shared_link_create_submit_button": "Create link",
"shared_link_create_error": "Error while creating shared link", "shared_link_edit_allow_download": "Allow public user to download",
"shared_link_create_info": "Consenti a chiunque abbia il link di vedere le foto selezionate", "shared_link_edit_allow_upload": "Allow public user to upload",
"shared_link_create_submit_button": "Crea link di condivisione", "shared_link_edit_app_bar_title": "Edit link",
"shared_link_edit_allow_download": "Consenti ad utenti pubblici di scaricare i contenuti", "shared_link_edit_change_expiry": "Change expiration time",
"shared_link_edit_allow_upload": "Consenti ad utenti pubblici di caricare contenuti", "shared_link_edit_description": "Description",
"shared_link_edit_app_bar_title": "Modifica link", "shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_change_expiry": "Modifica data di scadenza", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_description": "Descrizione",
"shared_link_edit_description_hint": "Inserisci la descrizione della condivisione",
"shared_link_edit_expire_after": "Scade dopo",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Password", "shared_link_edit_password": "Password",
"shared_link_edit_password_hint": "Inserire la password di condivisione", "shared_link_edit_password_hint": "Enter the share password",
"shared_link_edit_show_meta": "Visualizza metadati", "shared_link_edit_show_meta": "Show metadata",
"shared_link_edit_submit_button": "Aggiorna link", "shared_link_edit_submit_button": "Update link",
"shared_link_empty": "Non hai alcun link condiviso", "shared_link_empty": "You don't have any shared links",
"shared_link_error_server_url_fetch": "Cannot fetch the server url", "shared_link_manage_links": "Manage Shared links",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Gestisci link condivisi",
"share_done": "Done", "share_done": "Done",
"share_invite": "Invita nell'album ", "share_invite": "Invita nell'album ",
"sharing_page_album": "Album condivisi", "sharing_page_album": "Album condivisi",
"sharing_page_description": "Crea un album condiviso per condividere foto e video con persone sul tuo network", "sharing_page_description": "Crea un album condiviso per condividere foto e video con persone sul tuo network",
"sharing_page_empty_list": "LISTA VUOTA", "sharing_page_empty_list": "LISTA VUOTA",
"sharing_silver_appbar_create_shared_album": "Crea album condiviso", "sharing_silver_appbar_create_shared_album": "Crea album condiviso",
"sharing_silver_appbar_shared_links": "Link condivisi", "sharing_silver_appbar_shared_links": "Shared links",
"sharing_silver_appbar_share_partner": "Condividi con il partner", "sharing_silver_appbar_share_partner": "Condividi con il partner",
"tab_controller_nav_library": "Libreria", "tab_controller_nav_library": "Libreria",
"tab_controller_nav_photos": "Foto", "tab_controller_nav_photos": "Foto",
@@ -439,18 +361,18 @@
"theme_setting_theme_title": "Tema", "theme_setting_theme_title": "Tema",
"theme_setting_three_stage_loading_subtitle": "Il caricamento a tre stage aumenterà le performance di caricamento ma anche il consumo di banda", "theme_setting_three_stage_loading_subtitle": "Il caricamento a tre stage aumenterà le performance di caricamento ma anche il consumo di banda",
"theme_setting_three_stage_loading_title": "Abilita il caricamento a tre stage", "theme_setting_three_stage_loading_title": "Abilita il caricamento a tre stage",
"translated_text_options": "Opzioni", "translated_text_options": "Options",
"trash_page_delete": "Elimina", "trash_page_delete": "Delete",
"trash_page_delete_all": "Elimina tutti", "trash_page_delete_all": "Delete All",
"trash_page_empty_trash_btn": "Svuota cestino", "trash_page_empty_trash_btn": "Empty trash",
"trash_page_empty_trash_dialog_content": "Do you want to empty your trashed assets? These items will be permanently removed from Immich", "trash_page_empty_trash_dialog_content": "Do you want to empty your trashed assets? These items will be permanently removed from Immich",
"trash_page_empty_trash_dialog_ok": "Ok", "trash_page_empty_trash_dialog_ok": "Ok",
"trash_page_info": "Gli elementi cestinati saranno eliminati definitivamente dopo {} giorni", "trash_page_info": "Trashed items will be permanently deleted after {} days",
"trash_page_no_assets": "Nessun elemento cestinato", "trash_page_no_assets": "No trashed assets",
"trash_page_restore": "Ripristina", "trash_page_restore": "Restore",
"trash_page_restore_all": "Ripristina tutto", "trash_page_restore_all": "Restore All",
"trash_page_select_assets_btn": "Seleziona elemento", "trash_page_select_assets_btn": "Select assets",
"trash_page_select_btn": "Seleziona", "trash_page_select_btn": "Select",
"trash_page_title": "Trash ({})", "trash_page_title": "Trash ({})",
"upload_dialog_cancel": "Cancella", "upload_dialog_cancel": "Cancella",
"upload_dialog_info": "Vuoi fare il backup sul server di ciò che hai selezionato?", "upload_dialog_info": "Vuoi fare il backup sul server di ciò che hai selezionato?",
@@ -462,7 +384,7 @@
"version_announcement_overlay_text_2": "per favore prenditi il tuo tempo per visitare le ", "version_announcement_overlay_text_2": "per favore prenditi il tuo tempo per visitare le ",
"version_announcement_overlay_text_3": " e verifica che il tuo docker-compose e il file .env siano aggiornati per impedire qualsiasi errore di configurazione, specialmente se utilizzate WatchTower o altri strumenti per l'aggiornamento automatico dell'applicativo", "version_announcement_overlay_text_3": " e verifica che il tuo docker-compose e il file .env siano aggiornati per impedire qualsiasi errore di configurazione, specialmente se utilizzate WatchTower o altri strumenti per l'aggiornamento automatico dell'applicativo",
"version_announcement_overlay_title": "Nuova versione del server disponibile \uD83C\uDF89", "version_announcement_overlay_title": "Nuova versione del server disponibile \uD83C\uDF89",
"viewer_remove_from_stack": "Rimuovi dalla pila", "viewer_remove_from_stack": "Remove from Stack",
"viewer_stack_use_as_main_asset": "Use as Main Asset", "viewer_stack_use_as_main_asset": "Use as Main Asset",
"viewer_unstack": "Un-Stack" "viewer_unstack": "Un-Stack"
} }

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "{album}に追加", "add_to_album_bottom_sheet_added": "{album}に追加",
"add_to_album_bottom_sheet_already_exists": "{album}に追加済み", "add_to_album_bottom_sheet_already_exists": "{album}に追加済み",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.", "advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.",
"advanced_settings_prefer_remote_title": "Prefer remote images", "advanced_settings_prefer_remote_title": "Prefer remote images",
"advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.", "advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": " サインアウト", "app_bar_signout_dialog_title": " サインアウト",
"archive_page_no_archived_assets": "アーカイブ済みの写真またはビデオがありません", "archive_page_no_archived_assets": "アーカイブ済みの写真またはビデオがありません",
"archive_page_title": "アーカイブ({})", "archive_page_title": "アーカイブ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "ダイナミックレイアウト", "asset_list_layout_settings_dynamic_layout_title": "ダイナミックレイアウト",
"asset_list_layout_settings_group_automatically": "自動", "asset_list_layout_settings_group_automatically": "自動",
"asset_list_layout_settings_group_by": "写真のグループ分け", "asset_list_layout_settings_group_by": "写真のグループ分け",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "ライブラリのサムネイル ({}枚)", "cache_settings_album_thumbnails": "ライブラリのサムネイル ({}枚)",
"cache_settings_clear_cache_button": "キャッシュをクリア", "cache_settings_clear_cache_button": "キャッシュをクリア",
"cache_settings_clear_cache_button_title": "キャッシュを削除(キャッシュ再生成までアプリのパフォーマンスが著しく低下)", "cache_settings_clear_cache_button_title": "キャッシュを削除(キャッシュ再生成までアプリのパフォーマンスが著しく低下)",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "キャッシュのサイズ ({}枚) ", "cache_settings_image_cache_size": "キャッシュのサイズ ({}枚) ",
"cache_settings_statistics_album": "ライブラリのサムネイル", "cache_settings_statistics_album": "ライブラリのサムネイル",
"cache_settings_statistics_assets": "{} 枚 ({}枚中)", "cache_settings_statistics_assets": "{} 枚 ({}枚中)",
@@ -127,7 +119,7 @@
"cache_settings_tile_title": "Local Storage", "cache_settings_tile_title": "Local Storage",
"cache_settings_title": "キャッシュの設定", "cache_settings_title": "キャッシュの設定",
"change_password_form_confirm_password": "確定", "change_password_form_confirm_password": "確定",
"change_password_form_description": "{name}さん こんにちは\n\nサーバーにアクセスするのが初めてか、パスワードリセットのリクエストがされました。新しいパスワードを入力してください", "change_password_form_description": "{lastName} {firstName}さん こんにちは\n\nサーバーにアクセスするのが初めてか、パスワードリセットのリクエストがされました。新しいパスワードを入力してください",
"change_password_form_new_password": "新しいパスワード", "change_password_form_new_password": "新しいパスワード",
"change_password_form_password_mismatch": "パスワードが一致しません", "change_password_form_password_mismatch": "パスワードが一致しません",
"change_password_form_reenter_new_password": "再度パスワードを入力してください", "change_password_form_reenter_new_password": "再度パスワードを入力してください",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "アーカイブ", "control_bottom_app_bar_archive": "アーカイブ",
"control_bottom_app_bar_create_new_album": "アルバムを作成", "control_bottom_app_bar_create_new_album": "アルバムを作成",
"control_bottom_app_bar_delete": "削除", "control_bottom_app_bar_delete": "削除",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "お気に入り", "control_bottom_app_bar_favorite": "お気に入り",
"control_bottom_app_bar_share": "共有", "control_bottom_app_bar_share": "共有",
"control_bottom_app_bar_share_to": "Share To", "control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "Stack", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "アーカイブを解除", "control_bottom_app_bar_unarchive": "アーカイブを解除",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Upload", "control_bottom_app_bar_upload": "Upload",
"create_album_page_untitled": "タイトルなし", "create_album_page_untitled": "タイトルなし",
"create_shared_album_page_create": "作成", "create_shared_album_page_create": "作成",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "共有リンクを消す", "delete_shared_link_dialog_title": "共有リンクを消す",
"description_input_hint_text": "説明を追加", "description_input_hint_text": "説明を追加",
"description_input_submit_error": "説明の編集に失敗、詳細の確認はログで行ってください", "description_input_submit_error": "説明の編集に失敗、詳細の確認はログで行ってください",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "説明を追加", "exif_bottom_sheet_description": "説明を追加",
"exif_bottom_sheet_details": "詳細", "exif_bottom_sheet_details": "詳細",
"exif_bottom_sheet_location": "撮影場所", "exif_bottom_sheet_location": "撮影場所",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "製作途中(WIP)", "experimental_settings_new_asset_list_subtitle": "製作途中(WIP)",
"experimental_settings_new_asset_list_title": "試験的なグリッドを有効化", "experimental_settings_new_asset_list_title": "試験的なグリッドを有効化",
"experimental_settings_subtitle": "試験的機能につき自己責任で!", "experimental_settings_subtitle": "試験的機能につき自己責任で!",
@@ -204,22 +189,12 @@
"library_page_favorites": "お気に入り", "library_page_favorites": "お気に入り",
"library_page_new_album": "新しいアルバム", "library_page_new_album": "新しいアルバム",
"library_page_sharing": "共有中", "library_page_sharing": "共有中",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_created": "作成日時", "library_page_sort_created": "作成日時",
"library_page_sort_last_modified": "Last modified", "library_page_sort_last_modified": "Last modified",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Most recent photo", "library_page_sort_most_recent_photo": "Most recent photo",
"library_page_sort_title": "アルバム名", "library_page_sort_title": "アルバム名",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "Login has been disabled", "login_disabled": "Login has been disabled",
"login_form_api_exception": "APIエラー。URLをチェックしてもう一度試してください", "login_form_api_exception": "APIエラー。URLをチェックしてもう一度試してください",
"login_form_back_button_text": "Back",
"login_form_button_text": "ログイン", "login_form_button_text": "ログイン",
"login_form_email_hint": "hoge@email.com", "login_form_email_hint": "hoge@email.com",
"login_form_endpoint_hint": "https://example.com:port/api", "login_form_endpoint_hint": "https://example.com:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "サーバーに接続できません", "login_form_server_error": "サーバーに接続できません",
"login_password_changed_error": "There was an error updating your password", "login_password_changed_error": "There was an error updating your password",
"login_password_changed_success": "Password updated successfully", "login_password_changed_success": "Password updated successfully",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "Cannot get user's location", "map_cannot_get_user_location": "Cannot get user's location",
"map_location_dialog_cancel": "Cancel", "map_location_dialog_cancel": "Cancel",
"map_location_dialog_yes": "Yes", "map_location_dialog_yes": "Yes",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?", "map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?",
"map_location_service_disabled_title": "Location Service disabled", "map_location_service_disabled_title": "Location Service disabled",
"map_no_assets_in_bounds": "No photos in this area", "map_no_assets_in_bounds": "No photos in this area",
"map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?", "map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?",
"map_no_location_permission_title": "Location Permission denied", "map_no_location_permission_title": "Location Permission denied",
"map_settings_dark_mode": "Dark mode", "map_settings_dark_mode": "Dark mode",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Cancel", "map_settings_dialog_cancel": "Cancel",
"map_settings_dialog_save": "Save", "map_settings_dialog_save": "Save",
"map_settings_dialog_title": "Map Settings", "map_settings_dialog_title": "Map Settings",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Zoom out to see photos", "map_zoom_to_see_photos": "Zoom out to see photos",
"monthly_title_text_date_format": "yyyy年 MM月", "monthly_title_text_date_format": "yyyy年 MM月",
"motion_photos_page_title": "モーションフォト", "motion_photos_page_title": "モーションフォト",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "キャンセル", "notification_permission_dialog_cancel": "キャンセル",
"notification_permission_dialog_content": "通知を許可するには設定を開いてオンにしてください", "notification_permission_dialog_content": "通知を許可するには設定を開いてオンにしてください",
"notification_permission_dialog_settings": "設定", "notification_permission_dialog_settings": "設定",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "写真へのアクセスが制限されています。Immichに写真のバックアップと管理を行わせるにはシステム設定から写真と動画のアクセス権限を変更してください。", "permission_onboarding_permission_limited": "写真へのアクセスが制限されています。Immichに写真のバックアップと管理を行わせるにはシステム設定から写真と動画のアクセス権限を変更してください。",
"permission_onboarding_request": "Immichは写真へのアクセス許可が必要です", "permission_onboarding_request": "Immichは写真へのアクセス許可が必要です",
"profile_drawer_app_logs": "ログ", "profile_drawer_app_logs": "ログ",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "すべて最新です", "profile_drawer_client_server_up_to_date": "すべて最新です",
"profile_drawer_documentation": "Documentation", "profile_drawer_documentation": "Documentation",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "設定", "profile_drawer_settings": "設定",
"profile_drawer_sign_out": "サインアウト", "profile_drawer_sign_out": "サインアウト",
"profile_drawer_trash": "Trash", "profile_drawer_trash": "Trash",
"recently_added_page_title": "最近", "recently_added_page_title": "最近",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "写真を検索", "search_bar_hint": "写真を検索",
"search_page_categories": "カテゴリ", "search_page_categories": "カテゴリ",
"search_page_favorites": "お気に入り", "search_page_favorites": "お気に入り",
@@ -315,13 +275,6 @@
"search_page_no_objects": "被写体に関するデータがなし", "search_page_no_objects": "被写体に関するデータがなし",
"search_page_no_places": "場所に関するデータなし", "search_page_no_places": "場所に関するデータなし",
"search_page_people": "People", "search_page_people": "People",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "撮影地", "search_page_places": "撮影地",
"search_page_recently_added": "最近追加", "search_page_recently_added": "最近追加",
"search_page_screenshots": "スクリーンショット", "search_page_screenshots": "スクリーンショット",
@@ -330,7 +283,6 @@
"search_page_videos": "ビデオ", "search_page_videos": "ビデオ",
"search_page_view_all_button": "すべて表示", "search_page_view_all_button": "すべて表示",
"search_page_your_activity": "アクティビティ", "search_page_your_activity": "アクティビティ",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "検索", "search_result_page_new_search_hint": "検索",
"search_suggestion_list_smart_search_hint_1": "スマート検索はデフォルトでオンになっています。メタデータで検索を行う場合:", "search_suggestion_list_smart_search_hint_1": "スマート検索はデフォルトでオンになっています。メタデータで検索を行う場合:",
"search_suggestion_list_smart_search_hint_2": "m:単語", "search_suggestion_list_smart_search_hint_2": "m:単語",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "アルバム作成に失敗", "select_user_for_sharing_page_err_album": "アルバム作成に失敗",
"select_user_for_sharing_page_share_suggestions": "ユーザ一覧", "select_user_for_sharing_page_share_suggestions": "ユーザ一覧",
"server_info_box_app_version": "アプリVer.", "server_info_box_app_version": "アプリVer.",
"server_info_box_latest_release": "Latest Version",
"server_info_box_server_url": " サーバのURL", "server_info_box_server_url": " サーバのURL",
"server_info_box_server_version": "サーバーVer.", "server_info_box_server_version": "サーバーVer.",
"setting_image_viewer_help": "写真をタップするとサムネイル・中画質(要設定)・オリジナル(要設定)の順に読み込みます", "setting_image_viewer_help": "写真をタップするとサムネイル・中画質(要設定)・オリジナル(要設定)の順に読み込みます",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "Delete Activity", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Let others respond", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Comments & likes", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "準備中", "share_dialog_preparing": "準備中",
"shared_link_app_bar_title": "共有リンク", "shared_link_app_bar_title": "共有リンク",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "共有リンクを作る", "shared_link_create_app_bar_title": "共有リンクを作る",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Let anyone with the link see the selected photo(s)", "shared_link_create_info": "Let anyone with the link see the selected photo(s)",
"shared_link_create_submit_button": "リンクを作る", "shared_link_create_submit_button": "リンクを作る",
"shared_link_edit_allow_download": "Allow public user to download", "shared_link_edit_allow_download": "Allow public user to download",
@@ -390,32 +333,11 @@
"shared_link_edit_description": " デスクリプション ", "shared_link_edit_description": " デスクリプション ",
"shared_link_edit_description_hint": "Enter the share description", "shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_expire_after": "Expire after", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": " パスワード", "shared_link_edit_password": " パスワード",
"shared_link_edit_password_hint": "共有パスワードを入力する", "shared_link_edit_password_hint": "共有パスワードを入力する",
"shared_link_edit_show_meta": " メタデータを見る", "shared_link_edit_show_meta": " メタデータを見る",
"shared_link_edit_submit_button": "リンクをアップデートする", "shared_link_edit_submit_button": "リンクをアップデートする",
"shared_link_empty": "共有リンクはありません ", "shared_link_empty": "共有リンクはありません ",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Manage Shared links", "shared_link_manage_links": "Manage Shared links",
"share_done": "Done", "share_done": "Done",
"share_invite": "アルバムに招待", "share_invite": "アルバムに招待",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "{album}에 추가", "add_to_album_bottom_sheet_added": "{album}에 추가",
"add_to_album_bottom_sheet_already_exists": "{album}에 이미 포함되어 있습니다", "add_to_album_bottom_sheet_already_exists": "{album}에 이미 포함되어 있습니다",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "일부 디바이스에서는 디바이스에 있는 미디어의 썸네일을 로드하는 속도가 매우 느립니다. 대신 원격 이미지를 로드하려면 이 설정을 활성화하세요", "advanced_settings_prefer_remote_subtitle": "일부 디바이스에서는 디바이스에 있는 미디어의 썸네일을 로드하는 속도가 매우 느립니다. 대신 원격 이미지를 로드하려면 이 설정을 활성화하세요",
"advanced_settings_prefer_remote_title": "원격 이미지 선호", "advanced_settings_prefer_remote_title": "원격 이미지 선호",
"advanced_settings_self_signed_ssl_subtitle": "서버 엔드포인트에 대한 SSL 인증서 확인을 건너뜁니다. 자체 서명 인증서에 필요합니다", "advanced_settings_self_signed_ssl_subtitle": "서버 엔드포인트에 대한 SSL 인증서 확인을 건너뜁니다. 자체 서명 인증서에 필요합니다",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "로그 아웃", "app_bar_signout_dialog_title": "로그 아웃",
"archive_page_no_archived_assets": "보관된 미디어를 찾을 수 없습니다", "archive_page_no_archived_assets": "보관된 미디어를 찾을 수 없습니다",
"archive_page_title": "보관 ({})", "archive_page_title": "보관 ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "다이나믹 레이아웃", "asset_list_layout_settings_dynamic_layout_title": "다이나믹 레이아웃",
"asset_list_layout_settings_group_automatically": "자동", "asset_list_layout_settings_group_automatically": "자동",
"asset_list_layout_settings_group_by": "다음으로 미디어 그룹화", "asset_list_layout_settings_group_by": "다음으로 미디어 그룹화",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "라이브러리 페이지 썸네일 ({} 미디어)", "cache_settings_album_thumbnails": "라이브러리 페이지 썸네일 ({} 미디어)",
"cache_settings_clear_cache_button": "캐시 지우기", "cache_settings_clear_cache_button": "캐시 지우기",
"cache_settings_clear_cache_button_title": "앱의 캐시를 지웁니다. 이 작업은 캐시가 다시 빌드될 때까지 앱의 성능에 상당한 영향을 미칩니다.", "cache_settings_clear_cache_button_title": "앱의 캐시를 지웁니다. 이 작업은 캐시가 다시 빌드될 때까지 앱의 성능에 상당한 영향을 미칩니다.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "이미재 캐시 크기 ({} 미디어)", "cache_settings_image_cache_size": "이미재 캐시 크기 ({} 미디어)",
"cache_settings_statistics_album": "라이브러리 썸네일", "cache_settings_statistics_album": "라이브러리 썸네일",
"cache_settings_statistics_assets": "{} 미디어 ({})", "cache_settings_statistics_assets": "{} 미디어 ({})",
@@ -127,7 +119,7 @@
"cache_settings_tile_title": "로컬 저장소", "cache_settings_tile_title": "로컬 저장소",
"cache_settings_title": "캐시 설정", "cache_settings_title": "캐시 설정",
"change_password_form_confirm_password": "비밀번호 확인", "change_password_form_confirm_password": "비밀번호 확인",
"change_password_form_description": "{name}님, 안녕하세요.\n\n시스템에 처음 로그인했거나 비밀번호 변경 요청이 있었습니다. 아래에 새 비밀번호를 입력하세요.", "change_password_form_description": "{name} 님, 안녕하세요.\n\n시스템에 처음 로그인했거나 비밀번호 변경 요청이 있었습니다. 아래에 새 비밀번호를 입력하세요.",
"change_password_form_new_password": "새 비밀번호", "change_password_form_new_password": "새 비밀번호",
"change_password_form_password_mismatch": "비밀번호가 일치하지 않습니다", "change_password_form_password_mismatch": "비밀번호가 일치하지 않습니다",
"change_password_form_reenter_new_password": "새 비밀번호 재입력", "change_password_form_reenter_new_password": "새 비밀번호 재입력",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "보관", "control_bottom_app_bar_archive": "보관",
"control_bottom_app_bar_create_new_album": "앨범 생성", "control_bottom_app_bar_create_new_album": "앨범 생성",
"control_bottom_app_bar_delete": "삭제", "control_bottom_app_bar_delete": "삭제",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "즐겨찾기", "control_bottom_app_bar_favorite": "즐겨찾기",
"control_bottom_app_bar_share": "공유", "control_bottom_app_bar_share": "공유",
"control_bottom_app_bar_share_to": "공유 대상", "control_bottom_app_bar_share_to": "공유 대상",
"control_bottom_app_bar_stack": "스택", "control_bottom_app_bar_stack": "스택",
"control_bottom_app_bar_unarchive": "보관 해제", "control_bottom_app_bar_unarchive": "보관 해제",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "업로드", "control_bottom_app_bar_upload": "업로드",
"create_album_page_untitled": "제목없음", "create_album_page_untitled": "제목없음",
"create_shared_album_page_create": "만들기", "create_shared_album_page_create": "만들기",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "공유 링크 삭제", "delete_shared_link_dialog_title": "공유 링크 삭제",
"description_input_hint_text": "설명 추가", "description_input_hint_text": "설명 추가",
"description_input_submit_error": "설명 업데이트 오류, 자세한 내용은 로그를 확인하세요", "description_input_submit_error": "설명 업데이트 오류, 자세한 내용은 로그를 확인하세요",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "설명 추가...", "exif_bottom_sheet_description": "설명 추가...",
"exif_bottom_sheet_details": "상세정보", "exif_bottom_sheet_details": "상세정보",
"exif_bottom_sheet_location": "위치", "exif_bottom_sheet_location": "위치",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "진행중", "experimental_settings_new_asset_list_subtitle": "진행중",
"experimental_settings_new_asset_list_title": "실험적 사진 그리드 적용", "experimental_settings_new_asset_list_title": "실험적 사진 그리드 적용",
"experimental_settings_subtitle": "문제시 책임지지 않습니다!", "experimental_settings_subtitle": "문제시 책임지지 않습니다!",
@@ -185,15 +170,15 @@
"home_page_add_to_album_conflicts": "{album} 앨범에 {added} 미디어를 추가했습니다. {failed} 이미 앨범에 있는 항목입니다.", "home_page_add_to_album_conflicts": "{album} 앨범에 {added} 미디어를 추가했습니다. {failed} 이미 앨범에 있는 항목입니다.",
"home_page_add_to_album_err_local": "아직 앨범에 로컬 미디어를 추가할 수 없으므로 건너뜁니다", "home_page_add_to_album_err_local": "아직 앨범에 로컬 미디어를 추가할 수 없으므로 건너뜁니다",
"home_page_add_to_album_success": "{album} 앨범에 {added} 미디어를 추가했습니다. ", "home_page_add_to_album_success": "{album} 앨범에 {added} 미디어를 추가했습니다. ",
"home_page_album_err_partner": "아직 앨범에 파트너 미디어를 추가할 수 없으므로 건너뜁니다", "home_page_album_err_partner": "Can not add partner assets to an album yet, skipping",
"home_page_archive_err_local": "아직 로컬 미디어를 보관할 수 없습니다", "home_page_archive_err_local": "아직 로컬 미디어를 보관할 수 없습니다",
"home_page_archive_err_partner": "파트너 미디어를 보관할 수 없으므로 건너뛰기", "home_page_archive_err_partner": "Can not archive partner assets, skipping",
"home_page_building_timeline": "타임라인 생성", "home_page_building_timeline": "타임라인 생성",
"home_page_delete_err_partner": "파트너 미디어를 삭제할 수 없으므로 건너뛰기", "home_page_delete_err_partner": "Can not delete partner assets, skipping",
"home_page_favorite_err_local": "아직 로컬 미디어를 즐겨찾기에 추가할 수 없으므로 건너뜁니다", "home_page_favorite_err_local": "아직 로컬 미디어를 즐겨찾기에 추가할 수 없으므로 건너뜁니다",
"home_page_favorite_err_partner": "아직 파트너 미디어를 즐겨찾기에 추가할 수 없습니다.", "home_page_favorite_err_partner": "Can not favorite partner assets yet, skipping",
"home_page_first_time_notice": "앱을 처음 사용하는 경우 타임라인이 앨범의 사진과 비디오를 채울 수 있도록 백업대상 앨범을 선택해야 합니다.", "home_page_first_time_notice": "앱을 처음 사용하는 경우 타임라인이 앨범의 사진과 비디오를 채울 수 있도록 백업대상 앨범을 선택해야 합니다.",
"home_page_share_err_local": "링크를 통해 로컬 미디어를 공유할 수 없으므로 건너뜁니다", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "한번에 최대 30개의 미디어만 업로드할 수 있습니다", "home_page_upload_err_limit": "한번에 최대 30개의 미디어만 업로드할 수 있습니다",
"image_viewer_page_state_provider_download_error": "다운로드 에러", "image_viewer_page_state_provider_download_error": "다운로드 에러",
"image_viewer_page_state_provider_download_success": "다운로드 완료", "image_viewer_page_state_provider_download_success": "다운로드 완료",
@@ -204,22 +189,12 @@
"library_page_favorites": "즐겨찾기", "library_page_favorites": "즐겨찾기",
"library_page_new_album": "새 앨범", "library_page_new_album": "새 앨범",
"library_page_sharing": "공유", "library_page_sharing": "공유",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_created": "최근생성일", "library_page_sort_created": "최근생성일",
"library_page_sort_last_modified": "마지막 수정", "library_page_sort_last_modified": "마지막 수정",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "가장 최근 사진", "library_page_sort_most_recent_photo": "가장 최근 사진",
"library_page_sort_title": "앨범 제목", "library_page_sort_title": "앨범 제목",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "로그인이 비활성화되었습니다", "login_disabled": "로그인이 비활성화되었습니다",
"login_form_api_exception": "API 예외입니다. 서버 URL을 확인한 후 다시 시도하세요", "login_form_api_exception": "API 예외입니다. 서버 URL을 확인한 후 다시 시도하세요",
"login_form_back_button_text": "Back",
"login_form_button_text": "로그인", "login_form_button_text": "로그인",
"login_form_email_hint": "youremail@email.com", "login_form_email_hint": "youremail@email.com",
"login_form_endpoint_hint": "https://your-server-ip:port/api", "login_form_endpoint_hint": "https://your-server-ip:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "서버에 연결할 수 없습니다", "login_form_server_error": "서버에 연결할 수 없습니다",
"login_password_changed_error": "비밀번호를 업데이트하는 동안 오류가 발생했습니다", "login_password_changed_error": "비밀번호를 업데이트하는 동안 오류가 발생했습니다",
"login_password_changed_success": "비밀번호 업데이트 성공", "login_password_changed_success": "비밀번호 업데이트 성공",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "사용자 위치를 가져올 수 없습니다.", "map_cannot_get_user_location": "사용자 위치를 가져올 수 없습니다.",
"map_location_dialog_cancel": "아니오", "map_location_dialog_cancel": "아니오",
"map_location_dialog_yes": "예", "map_location_dialog_yes": "예",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "현재 위치의 미디어를 표시하려면 위치 서비스를 활성화해야 합니다. 지금 활성화하시겠습니까?", "map_location_service_disabled_content": "현재 위치의 미디어를 표시하려면 위치 서비스를 활성화해야 합니다. 지금 활성화하시겠습니까?",
"map_location_service_disabled_title": "위치 서비스 비활성화", "map_location_service_disabled_title": "위치 서비스 비활성화",
"map_no_assets_in_bounds": "이 영역에 사진이 없습니다", "map_no_assets_in_bounds": "이 영역에 사진이 없습니다",
"map_no_location_permission_content": "현재 위치의 미디어를 표시하려면 위치 권한이 필요합니다. 지금 허용하시겠습니까?", "map_no_location_permission_content": "현재 위치의 미디어를 표시하려면 위치 권한이 필요합니다. 지금 허용하시겠습니까?",
"map_no_location_permission_title": "위치 권한 거부됨", "map_no_location_permission_title": "위치 권한 거부됨",
"map_settings_dark_mode": "다크 모드", "map_settings_dark_mode": "다크 모드",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "취소", "map_settings_dialog_cancel": "취소",
"map_settings_dialog_save": "저장", "map_settings_dialog_save": "저장",
"map_settings_dialog_title": "지도 설정", "map_settings_dialog_title": "지도 설정",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "축소하여 사진 보기", "map_zoom_to_see_photos": "축소하여 사진 보기",
"monthly_title_text_date_format": "y년 M월", "monthly_title_text_date_format": "y년 M월",
"motion_photos_page_title": "모션 사진", "motion_photos_page_title": "모션 사진",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "취소", "notification_permission_dialog_cancel": "취소",
"notification_permission_dialog_content": "알림을 활성화하려면 설정으로 이동하여 허용을 선택해주세요.", "notification_permission_dialog_content": "알림을 활성화하려면 설정으로 이동하여 허용을 선택해주세요.",
"notification_permission_dialog_settings": "설정", "notification_permission_dialog_settings": "설정",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "더 이상 {}에서 사진에 액세스할 수 없습니다.", "partner_page_stop_sharing_content": "더 이상 {}에서 사진에 액세스할 수 없습니다.",
"partner_page_stop_sharing_title": "사진 공유를 중단하시겠습니까?", "partner_page_stop_sharing_title": "사진 공유를 중단하시겠습니까?",
"partner_page_title": "파트너", "partner_page_title": "파트너",
"permission_onboarding_back": "뒤로", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "어쨌든 계속하기", "permission_onboarding_continue_anyway": "어쨌든 계속하기",
"permission_onboarding_get_started": "시작하기", "permission_onboarding_get_started": "시작하기",
"permission_onboarding_go_to_settings": "설정으로 이동", "permission_onboarding_go_to_settings": "설정으로 이동",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "권한 제한. Immich가 전체 갤러리 컬렉션을 백업하고 관리하도록 하려면 설정에서 사진 및 동영상 권한을 부여하세요", "permission_onboarding_permission_limited": "권한 제한. Immich가 전체 갤러리 컬렉션을 백업하고 관리하도록 하려면 설정에서 사진 및 동영상 권한을 부여하세요",
"permission_onboarding_request": "Immich는 사진과 동영상을 볼 수 있는 권한을 요구합니다", "permission_onboarding_request": "Immich는 사진과 동영상을 볼 수 있는 권한을 요구합니다",
"profile_drawer_app_logs": "로그", "profile_drawer_app_logs": "로그",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "클라이언트와 서버가 최신 상태입니다", "profile_drawer_client_server_up_to_date": "클라이언트와 서버가 최신 상태입니다",
"profile_drawer_documentation": "문서", "profile_drawer_documentation": "문서",
"profile_drawer_github": "깃허브", "profile_drawer_github": "깃허브",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "설정", "profile_drawer_settings": "설정",
"profile_drawer_sign_out": "로그아웃", "profile_drawer_sign_out": "로그아웃",
"profile_drawer_trash": "휴지통", "profile_drawer_trash": "휴지통",
"recently_added_page_title": "최근 추가", "recently_added_page_title": "최근 추가",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "사진 검색", "search_bar_hint": "사진 검색",
"search_page_categories": "카테고리", "search_page_categories": "카테고리",
"search_page_favorites": "즐겨찾기", "search_page_favorites": "즐겨찾기",
@@ -315,13 +275,6 @@
"search_page_no_objects": "발견된 사물이\n없습니다", "search_page_no_objects": "발견된 사물이\n없습니다",
"search_page_no_places": "발견된 장소가\n없습니다", "search_page_no_places": "발견된 장소가\n없습니다",
"search_page_people": "사람", "search_page_people": "사람",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "장소", "search_page_places": "장소",
"search_page_recently_added": "최근 추가", "search_page_recently_added": "최근 추가",
"search_page_screenshots": "스크린샷", "search_page_screenshots": "스크린샷",
@@ -330,7 +283,6 @@
"search_page_videos": "동영상", "search_page_videos": "동영상",
"search_page_view_all_button": "모두 보기", "search_page_view_all_button": "모두 보기",
"search_page_your_activity": "내 활동", "search_page_your_activity": "내 활동",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "새 검색", "search_result_page_new_search_hint": "새 검색",
"search_suggestion_list_smart_search_hint_1": "스마트 검색은 기본적으로 활성화되어 있으며, 메타데이터를 검색하려면 다음 구문을 사용합니다", "search_suggestion_list_smart_search_hint_1": "스마트 검색은 기본적으로 활성화되어 있으며, 메타데이터를 검색하려면 다음 구문을 사용합니다",
"search_suggestion_list_smart_search_hint_2": "m:your-search-term", "search_suggestion_list_smart_search_hint_2": "m:your-search-term",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "앨범 생성 실패", "select_user_for_sharing_page_err_album": "앨범 생성 실패",
"select_user_for_sharing_page_share_suggestions": "초대 가능한 사용자 제안", "select_user_for_sharing_page_share_suggestions": "초대 가능한 사용자 제안",
"server_info_box_app_version": "앱 버전", "server_info_box_app_version": "앱 버전",
"server_info_box_latest_release": "마지막 버전",
"server_info_box_server_url": "서버 URL", "server_info_box_server_url": "서버 URL",
"server_info_box_server_version": "서버 버전", "server_info_box_server_version": "서버 버전",
"setting_image_viewer_help": "상세뷰어는 먼저 작은 썸네일을 불러온 다음 중간크기 미리보기를 불러오고(활성화된 경우) 마지막으로 원본을 불러옵니다(활성화된 경우).", "setting_image_viewer_help": "상세뷰어는 먼저 작은 썸네일을 불러온 다음 중간크기 미리보기를 불러오고(활성화된 경우) 마지막으로 원본을 불러옵니다(활성화된 경우).",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "활동 삭제", "shared_album_activity_remove_title": "활동 삭제",
"shared_album_activity_setting_subtitle": "다른 사람이 응답하도록 허용", "shared_album_activity_setting_subtitle": "다른 사람이 응답하도록 허용",
"shared_album_activity_setting_title": "댓글 및 좋아요", "shared_album_activity_setting_title": "댓글 및 좋아요",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "준비중...", "share_dialog_preparing": "준비중...",
"shared_link_app_bar_title": "공유 링크", "shared_link_app_bar_title": "공유 링크",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "공유할 링크 만들기", "shared_link_create_app_bar_title": "공유할 링크 만들기",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "링크를 가진 모든 사람이 선택한 사진을 볼 수 있도록 합니다", "shared_link_create_info": "링크를 가진 모든 사람이 선택한 사진을 볼 수 있도록 합니다",
"shared_link_create_submit_button": "링크 만들기", "shared_link_create_submit_button": "링크 만들기",
"shared_link_edit_allow_download": "공용 사용자의 다운로드 허용", "shared_link_edit_allow_download": "공용 사용자의 다운로드 허용",
@@ -389,33 +332,12 @@
"shared_link_edit_change_expiry": "만료 시간 변경", "shared_link_edit_change_expiry": "만료 시간 변경",
"shared_link_edit_description": "설명", "shared_link_edit_description": "설명",
"shared_link_edit_description_hint": "공유 설명 입력", "shared_link_edit_description_hint": "공유 설명 입력",
"shared_link_edit_expire_after": "만료 후", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "비밀번호", "shared_link_edit_password": "비밀번호",
"shared_link_edit_password_hint": "공유 비밀번호 입력", "shared_link_edit_password_hint": "공유 비밀번호 입력",
"shared_link_edit_show_meta": "메타데이터 표시", "shared_link_edit_show_meta": "메타데이터 표시",
"shared_link_edit_submit_button": "링크 업데이트", "shared_link_edit_submit_button": "링크 업데이트",
"shared_link_empty": "공유 링크가 없습니다", "shared_link_empty": "공유 링크가 없습니다",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "공유 링크 관리", "shared_link_manage_links": "공유 링크 관리",
"share_done": "완료", "share_done": "완료",
"share_invite": "앨범에 초대", "share_invite": "앨범에 초대",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Pievienots {album}", "add_to_album_bottom_sheet_added": "Pievienots {album}",
"add_to_album_bottom_sheet_already_exists": "Jau pievienots {album}", "add_to_album_bottom_sheet_already_exists": "Jau pievienots {album}",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Dažās ierīcēs sīktēli no ierīcē esošajiem resursiem tiek ielādēti ļoti lēni. Aktivizējiet šo iestatījumu, lai tā vietā ielādētu attālus attēlus.", "advanced_settings_prefer_remote_subtitle": "Dažās ierīcēs sīktēli no ierīcē esošajiem resursiem tiek ielādēti ļoti lēni. Aktivizējiet šo iestatījumu, lai tā vietā ielādētu attālus attēlus.",
"advanced_settings_prefer_remote_title": "Dot priekšroku attāliem attēliem", "advanced_settings_prefer_remote_title": "Dot priekšroku attāliem attēliem",
"advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.", "advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Sign out", "app_bar_signout_dialog_title": "Sign out",
"archive_page_no_archived_assets": "Nav atrasts neviens arhivēts aktīvs", "archive_page_no_archived_assets": "Nav atrasts neviens arhivēts aktīvs",
"archive_page_title": "Arhīvs ({})", "archive_page_title": "Arhīvs ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dinamiskais izkārtojums", "asset_list_layout_settings_dynamic_layout_title": "Dinamiskais izkārtojums",
"asset_list_layout_settings_group_automatically": "Automātiski", "asset_list_layout_settings_group_automatically": "Automātiski",
"asset_list_layout_settings_group_by": "Grupēt aktīvus pēc", "asset_list_layout_settings_group_by": "Grupēt aktīvus pēc",
@@ -104,16 +99,13 @@
"backup_err_only_album": "Nevar noņemt vienīgo albumu", "backup_err_only_album": "Nevar noņemt vienīgo albumu",
"backup_info_card_assets": "aktīvi", "backup_info_card_assets": "aktīvi",
"backup_manual_cancelled": "Cancelled", "backup_manual_cancelled": "Cancelled",
"backup_manual_failed": "Neizdevās", "backup_manual_failed": "Failed",
"backup_manual_in_progress": "Upload already in progress. Try after sometime", "backup_manual_in_progress": "Upload already in progress. Try after sometime",
"backup_manual_success": "Success", "backup_manual_success": "Success",
"backup_manual_title": "Augšupielādes statuss", "backup_manual_title": "Upload status",
"cache_settings_album_thumbnails": "Bibliotēkas lapu sīktēli ({} aktīvi)", "cache_settings_album_thumbnails": "Bibliotēkas lapu sīktēli ({} aktīvi)",
"cache_settings_clear_cache_button": "Iztīrīt kešatmiņu", "cache_settings_clear_cache_button": "Iztīrīt kešatmiņu",
"cache_settings_clear_cache_button_title": "Iztīra aplikācijas kešatmiņu. Tas būtiski ietekmēs lietotnes veiktspēju, līdz kešatmiņa būs pārbūvēta.", "cache_settings_clear_cache_button_title": "Iztīra aplikācijas kešatmiņu. Tas būtiski ietekmēs lietotnes veiktspēju, līdz kešatmiņa būs pārbūvēta.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "Attēlu kešatmiņas lielums ({} aktīvi)", "cache_settings_image_cache_size": "Attēlu kešatmiņas lielums ({} aktīvi)",
"cache_settings_statistics_album": "Bibliotēkas sīktēli", "cache_settings_statistics_album": "Bibliotēkas sīktēli",
"cache_settings_statistics_assets": "{} aktīvi ({})", "cache_settings_statistics_assets": "{} aktīvi ({})",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Arhīvs", "control_bottom_app_bar_archive": "Arhīvs",
"control_bottom_app_bar_create_new_album": "Izveidot jaunu albumu", "control_bottom_app_bar_create_new_album": "Izveidot jaunu albumu",
"control_bottom_app_bar_delete": "Dzēst", "control_bottom_app_bar_delete": "Dzēst",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Izlase", "control_bottom_app_bar_favorite": "Izlase",
"control_bottom_app_bar_share": "Kopīgot", "control_bottom_app_bar_share": "Kopīgot",
"control_bottom_app_bar_share_to": "Share To", "control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "Stack", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "Atarhivēt", "control_bottom_app_bar_unarchive": "Atarhivēt",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Upload", "control_bottom_app_bar_upload": "Upload",
"create_album_page_untitled": "Bez nosaukuma", "create_album_page_untitled": "Bez nosaukuma",
"create_shared_album_page_create": "Izveidot", "create_shared_album_page_create": "Izveidot",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Delete Shared Link", "delete_shared_link_dialog_title": "Delete Shared Link",
"description_input_hint_text": "Pievienot aprakstu...", "description_input_hint_text": "Pievienot aprakstu...",
"description_input_submit_error": "Atjauninot aprakstu, radās kļūda; papildinformāciju skatiet žurnālā", "description_input_submit_error": "Atjauninot aprakstu, radās kļūda; papildinformāciju skatiet žurnālā",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Pievienot Aprakstu...", "exif_bottom_sheet_description": "Pievienot Aprakstu...",
"exif_bottom_sheet_details": "INFORMĀCIJA", "exif_bottom_sheet_details": "INFORMĀCIJA",
"exif_bottom_sheet_location": "ATRAŠANĀS VIETA", "exif_bottom_sheet_location": "ATRAŠANĀS VIETA",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "Izstrādes posmā", "experimental_settings_new_asset_list_subtitle": "Izstrādes posmā",
"experimental_settings_new_asset_list_title": "Iespējot eksperimentālo fotorežģi", "experimental_settings_new_asset_list_title": "Iespējot eksperimentālo fotorežģi",
"experimental_settings_subtitle": "Izmanto uzņemoties risku!", "experimental_settings_subtitle": "Izmanto uzņemoties risku!",
@@ -204,22 +189,12 @@
"library_page_favorites": "Izlase", "library_page_favorites": "Izlase",
"library_page_new_album": "Jauns albums", "library_page_new_album": "Jauns albums",
"library_page_sharing": "Kopīgošana", "library_page_sharing": "Kopīgošana",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_created": "Jaunākais izveidotais", "library_page_sort_created": "Jaunākais izveidotais",
"library_page_sort_last_modified": "Last modified", "library_page_sort_last_modified": "Last modified",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Most recent photo", "library_page_sort_most_recent_photo": "Most recent photo",
"library_page_sort_title": "Albuma virsraksts", "library_page_sort_title": "Albuma virsraksts",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "Login has been disabled", "login_disabled": "Login has been disabled",
"login_form_api_exception": "API izņēmums. Lūdzu, pārbaudiet servera URL un mēģiniet vēlreiz.", "login_form_api_exception": "API izņēmums. Lūdzu, pārbaudiet servera URL un mēģiniet vēlreiz.",
"login_form_back_button_text": "Back",
"login_form_button_text": "Pieteikties", "login_form_button_text": "Pieteikties",
"login_form_email_hint": "jūsuepasts@email.com", "login_form_email_hint": "jūsuepasts@email.com",
"login_form_endpoint_hint": "http://jūsu-servera-ip:ports/api", "login_form_endpoint_hint": "http://jūsu-servera-ip:ports/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Nevarēja izveidot savienojumu ar serveri.", "login_form_server_error": "Nevarēja izveidot savienojumu ar serveri.",
"login_password_changed_error": "There was an error updating your password", "login_password_changed_error": "There was an error updating your password",
"login_password_changed_success": "Password updated successfully", "login_password_changed_success": "Password updated successfully",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "Cannot get user's location", "map_cannot_get_user_location": "Cannot get user's location",
"map_location_dialog_cancel": "Cancel", "map_location_dialog_cancel": "Cancel",
"map_location_dialog_yes": "Yes", "map_location_dialog_yes": "Yes",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?", "map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?",
"map_location_service_disabled_title": "Location Service disabled", "map_location_service_disabled_title": "Location Service disabled",
"map_no_assets_in_bounds": "No photos in this area", "map_no_assets_in_bounds": "No photos in this area",
"map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?", "map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?",
"map_no_location_permission_title": "Location Permission denied", "map_no_location_permission_title": "Location Permission denied",
"map_settings_dark_mode": "Dark mode", "map_settings_dark_mode": "Dark mode",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Cancel", "map_settings_dialog_cancel": "Cancel",
"map_settings_dialog_save": "Save", "map_settings_dialog_save": "Save",
"map_settings_dialog_title": "Map Settings", "map_settings_dialog_title": "Map Settings",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Zoom out to see photos", "map_zoom_to_see_photos": "Zoom out to see photos",
"monthly_title_text_date_format": "MMMM g", "monthly_title_text_date_format": "MMMM g",
"motion_photos_page_title": "Kustību Fotoattēli", "motion_photos_page_title": "Kustību Fotoattēli",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Atcelt", "notification_permission_dialog_cancel": "Atcelt",
"notification_permission_dialog_content": "Lai iespējotu paziņojumus, atveriet Iestatījumi un atlasiet Atļaut.", "notification_permission_dialog_content": "Lai iespējotu paziņojumus, atveriet Iestatījumi un atlasiet Atļaut.",
"notification_permission_dialog_settings": "Iestatījumi", "notification_permission_dialog_settings": "Iestatījumi",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Atļauja ierobežota. Lai atļautu Immich dublēšanu un varētu pārvaldīt visu galeriju kolekciju, sadaļā Iestatījumi piešķiriet fotoattēlu un video atļaujas.", "permission_onboarding_permission_limited": "Atļauja ierobežota. Lai atļautu Immich dublēšanu un varētu pārvaldīt visu galeriju kolekciju, sadaļā Iestatījumi piešķiriet fotoattēlu un video atļaujas.",
"permission_onboarding_request": "Immich nepieciešama atļauja skatīt jūsu fotoattēlus un videoklipus.", "permission_onboarding_request": "Immich nepieciešama atļauja skatīt jūsu fotoattēlus un videoklipus.",
"profile_drawer_app_logs": "Žurnāli", "profile_drawer_app_logs": "Žurnāli",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "Klients un serveris ir atjaunināti", "profile_drawer_client_server_up_to_date": "Klients un serveris ir atjaunināti",
"profile_drawer_documentation": "Documentation", "profile_drawer_documentation": "Documentation",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Iestatījumi", "profile_drawer_settings": "Iestatījumi",
"profile_drawer_sign_out": "Izrakstīties", "profile_drawer_sign_out": "Izrakstīties",
"profile_drawer_trash": "Trash", "profile_drawer_trash": "Trash",
"recently_added_page_title": "Nesen Pievienotais", "recently_added_page_title": "Nesen Pievienotais",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Meklēt Jūsu fotoattēlus", "search_bar_hint": "Meklēt Jūsu fotoattēlus",
"search_page_categories": "Kategorijas", "search_page_categories": "Kategorijas",
"search_page_favorites": "Izlase", "search_page_favorites": "Izlase",
@@ -315,13 +275,6 @@
"search_page_no_objects": "Informācija par Objektiem nav pieejama", "search_page_no_objects": "Informācija par Objektiem nav pieejama",
"search_page_no_places": "Nav pieejama Informācija par Vietām", "search_page_no_places": "Nav pieejama Informācija par Vietām",
"search_page_people": "Cilvēki", "search_page_people": "Cilvēki",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Vietas", "search_page_places": "Vietas",
"search_page_recently_added": "Nesen Pievienotais", "search_page_recently_added": "Nesen Pievienotais",
"search_page_screenshots": "Ekrānuzņēmumi", "search_page_screenshots": "Ekrānuzņēmumi",
@@ -330,7 +283,6 @@
"search_page_videos": "Videoklipi", "search_page_videos": "Videoklipi",
"search_page_view_all_button": "Apskatīt visu", "search_page_view_all_button": "Apskatīt visu",
"search_page_your_activity": "Jūsu aktivitāte", "search_page_your_activity": "Jūsu aktivitāte",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "Jauns Meklējums", "search_result_page_new_search_hint": "Jauns Meklējums",
"search_suggestion_list_smart_search_hint_1": "Viedā meklēšana ir iespējota pēc noklusējuma, lai meklētu metadatus, izmantojiet sintaksi", "search_suggestion_list_smart_search_hint_1": "Viedā meklēšana ir iespējota pēc noklusējuma, lai meklētu metadatus, izmantojiet sintaksi",
"search_suggestion_list_smart_search_hint_2": "m:jūsu-meklēšanas-frāze", "search_suggestion_list_smart_search_hint_2": "m:jūsu-meklēšanas-frāze",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Neizdevās izveidot albumu", "select_user_for_sharing_page_err_album": "Neizdevās izveidot albumu",
"select_user_for_sharing_page_share_suggestions": "Ieteikumi", "select_user_for_sharing_page_share_suggestions": "Ieteikumi",
"server_info_box_app_version": "Aplikācijas Versija", "server_info_box_app_version": "Aplikācijas Versija",
"server_info_box_latest_release": "Latest Version",
"server_info_box_server_url": "Server URL", "server_info_box_server_url": "Server URL",
"server_info_box_server_version": "Servera Versija", "server_info_box_server_version": "Servera Versija",
"setting_image_viewer_help": "Detaļu skatītājs vispirms ielādē mazo sīktēlu, pēc tam ielādē vidēja lieluma priekšskatījumu (ja iespējots), visbeidzot ielādē oriģinālu (ja iespējots).", "setting_image_viewer_help": "Detaļu skatītājs vispirms ielādē mazo sīktēlu, pēc tam ielādē vidēja lieluma priekšskatījumu (ja iespējots), visbeidzot ielādē oriģinālu (ja iespējots).",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "Delete Activity", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Let others respond", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Comments & likes", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Notiek sagatavošana...", "share_dialog_preparing": "Notiek sagatavošana...",
"shared_link_app_bar_title": "Shared Links", "shared_link_app_bar_title": "Shared Links",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "Create link to share", "shared_link_create_app_bar_title": "Create link to share",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Let anyone with the link see the selected photo(s)", "shared_link_create_info": "Let anyone with the link see the selected photo(s)",
"shared_link_create_submit_button": "Create link", "shared_link_create_submit_button": "Create link",
"shared_link_edit_allow_download": "Allow public user to download", "shared_link_edit_allow_download": "Allow public user to download",
@@ -390,32 +333,11 @@
"shared_link_edit_description": "Description", "shared_link_edit_description": "Description",
"shared_link_edit_description_hint": "Enter the share description", "shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_expire_after": "Expire after", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Password", "shared_link_edit_password": "Password",
"shared_link_edit_password_hint": "Enter the share password", "shared_link_edit_password_hint": "Enter the share password",
"shared_link_edit_show_meta": "Show metadata", "shared_link_edit_show_meta": "Show metadata",
"shared_link_edit_submit_button": "Update link", "shared_link_edit_submit_button": "Update link",
"shared_link_empty": "You don't have any shared links", "shared_link_empty": "You don't have any shared links",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Manage Shared links", "shared_link_manage_links": "Manage Shared links",
"share_done": "Done", "share_done": "Done",
"share_invite": "Uzaicināt albumā", "share_invite": "Uzaicināt albumā",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Added to {album}", "add_to_album_bottom_sheet_added": "Added to {album}",
"add_to_album_bottom_sheet_already_exists": "Already in {album}", "add_to_album_bottom_sheet_already_exists": "Already in {album}",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.", "advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.",
"advanced_settings_prefer_remote_title": "Prefer remote images", "advanced_settings_prefer_remote_title": "Prefer remote images",
"advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.", "advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Sign out", "app_bar_signout_dialog_title": "Sign out",
"archive_page_no_archived_assets": "No archived assets found", "archive_page_no_archived_assets": "No archived assets found",
"archive_page_title": "Archive ({})", "archive_page_title": "Archive ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dynamic layout", "asset_list_layout_settings_dynamic_layout_title": "Dynamic layout",
"asset_list_layout_settings_group_automatically": "Automatic", "asset_list_layout_settings_group_automatically": "Automatic",
"asset_list_layout_settings_group_by": "Group assets by", "asset_list_layout_settings_group_by": "Group assets by",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Library page thumbnails ({} assets)", "cache_settings_album_thumbnails": "Library page thumbnails ({} assets)",
"cache_settings_clear_cache_button": "Clear cache", "cache_settings_clear_cache_button": "Clear cache",
"cache_settings_clear_cache_button_title": "Clears the app's cache. This will significantly impact the app's performance until the cache has rebuilt.", "cache_settings_clear_cache_button_title": "Clears the app's cache. This will significantly impact the app's performance until the cache has rebuilt.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "Image cache size ({} assets)", "cache_settings_image_cache_size": "Image cache size ({} assets)",
"cache_settings_statistics_album": "Library thumbnails", "cache_settings_statistics_album": "Library thumbnails",
"cache_settings_statistics_assets": "{} assets ({})", "cache_settings_statistics_assets": "{} assets ({})",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Archive", "control_bottom_app_bar_archive": "Archive",
"control_bottom_app_bar_create_new_album": "Create new album", "control_bottom_app_bar_create_new_album": "Create new album",
"control_bottom_app_bar_delete": "Delete", "control_bottom_app_bar_delete": "Delete",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_favorite": "Favorite",
"control_bottom_app_bar_share": "Share", "control_bottom_app_bar_share": "Share",
"control_bottom_app_bar_share_to": "Share To", "control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "Stack", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "Unarchive", "control_bottom_app_bar_unarchive": "Unarchive",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Upload", "control_bottom_app_bar_upload": "Upload",
"create_album_page_untitled": "Untitled", "create_album_page_untitled": "Untitled",
"create_shared_album_page_create": "Create", "create_shared_album_page_create": "Create",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Delete Shared Link", "delete_shared_link_dialog_title": "Delete Shared Link",
"description_input_hint_text": "Add description...", "description_input_hint_text": "Add description...",
"description_input_submit_error": "Error updating description, check the log for more details", "description_input_submit_error": "Error updating description, check the log for more details",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Add Description...", "exif_bottom_sheet_description": "Add Description...",
"exif_bottom_sheet_details": "DETAILS", "exif_bottom_sheet_details": "DETAILS",
"exif_bottom_sheet_location": "LOCATION", "exif_bottom_sheet_location": "LOCATION",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "Work in progress", "experimental_settings_new_asset_list_subtitle": "Work in progress",
"experimental_settings_new_asset_list_title": "Enable experimental photo grid", "experimental_settings_new_asset_list_title": "Enable experimental photo grid",
"experimental_settings_subtitle": "Use at your own risk!", "experimental_settings_subtitle": "Use at your own risk!",
@@ -204,22 +189,12 @@
"library_page_favorites": "Favorites", "library_page_favorites": "Favorites",
"library_page_new_album": "New album", "library_page_new_album": "New album",
"library_page_sharing": "Sharing", "library_page_sharing": "Sharing",
"library_page_sort_asset_count": "Number of assets", "library_page_sort_created": "Most recently created",
"library_page_sort_created": "Created date",
"library_page_sort_last_modified": "Last modified", "library_page_sort_last_modified": "Last modified",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Most recent photo", "library_page_sort_most_recent_photo": "Most recent photo",
"library_page_sort_title": "Album title", "library_page_sort_title": "Album title",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "Login has been disabled", "login_disabled": "Login has been disabled",
"login_form_api_exception": "API exception. Please check the server URL and try again.", "login_form_api_exception": "API exception. Please check the server URL and try again.",
"login_form_back_button_text": "Back",
"login_form_button_text": "Login", "login_form_button_text": "Login",
"login_form_email_hint": "youremail@email.com", "login_form_email_hint": "youremail@email.com",
"login_form_endpoint_hint": "http://your-server-ip:port/api", "login_form_endpoint_hint": "http://your-server-ip:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Could not connect to server.", "login_form_server_error": "Could not connect to server.",
"login_password_changed_error": "There was an error updating your password", "login_password_changed_error": "There was an error updating your password",
"login_password_changed_success": "Password updated successfully", "login_password_changed_success": "Password updated successfully",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "Cannot get user's location", "map_cannot_get_user_location": "Cannot get user's location",
"map_location_dialog_cancel": "Cancel", "map_location_dialog_cancel": "Cancel",
"map_location_dialog_yes": "Yes", "map_location_dialog_yes": "Yes",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?", "map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?",
"map_location_service_disabled_title": "Location Service disabled", "map_location_service_disabled_title": "Location Service disabled",
"map_no_assets_in_bounds": "No photos in this area", "map_no_assets_in_bounds": "No photos in this area",
"map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?", "map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?",
"map_no_location_permission_title": "Location Permission denied", "map_no_location_permission_title": "Location Permission denied",
"map_settings_dark_mode": "Dark mode", "map_settings_dark_mode": "Dark mode",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Cancel", "map_settings_dialog_cancel": "Cancel",
"map_settings_dialog_save": "Save", "map_settings_dialog_save": "Save",
"map_settings_dialog_title": "Map Settings", "map_settings_dialog_title": "Map Settings",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Zoom out to see photos", "map_zoom_to_see_photos": "Zoom out to see photos",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Motion Photos", "motion_photos_page_title": "Motion Photos",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Цуцлах", "notification_permission_dialog_cancel": "Цуцлах",
"notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.",
"notification_permission_dialog_settings": "Тохиргоо", "notification_permission_dialog_settings": "Тохиргоо",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.", "permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.",
"permission_onboarding_request": "Immich requires permission to view your photos and videos.", "permission_onboarding_request": "Immich requires permission to view your photos and videos.",
"profile_drawer_app_logs": "Logs", "profile_drawer_app_logs": "Logs",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "Client and Server are up-to-date", "profile_drawer_client_server_up_to_date": "Client and Server are up-to-date",
"profile_drawer_documentation": "Documentation", "profile_drawer_documentation": "Documentation",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Settings", "profile_drawer_settings": "Settings",
"profile_drawer_sign_out": "Sign Out", "profile_drawer_sign_out": "Sign Out",
"profile_drawer_trash": "Trash", "profile_drawer_trash": "Trash",
"recently_added_page_title": "Recently Added", "recently_added_page_title": "Recently Added",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Search your photos", "search_bar_hint": "Search your photos",
"search_page_categories": "Categories", "search_page_categories": "Categories",
"search_page_favorites": "Favorites", "search_page_favorites": "Favorites",
@@ -315,13 +275,6 @@
"search_page_no_objects": "No Objects Info Available", "search_page_no_objects": "No Objects Info Available",
"search_page_no_places": "No Places Info Available", "search_page_no_places": "No Places Info Available",
"search_page_people": "People", "search_page_people": "People",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Places", "search_page_places": "Places",
"search_page_recently_added": "Recently added", "search_page_recently_added": "Recently added",
"search_page_screenshots": "Screenshots", "search_page_screenshots": "Screenshots",
@@ -330,7 +283,6 @@
"search_page_videos": "Videos", "search_page_videos": "Videos",
"search_page_view_all_button": "View all", "search_page_view_all_button": "View all",
"search_page_your_activity": "Your activity", "search_page_your_activity": "Your activity",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "New Search", "search_result_page_new_search_hint": "New Search",
"search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ", "search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ",
"search_suggestion_list_smart_search_hint_2": "m:your-search-term", "search_suggestion_list_smart_search_hint_2": "m:your-search-term",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Failed to create album", "select_user_for_sharing_page_err_album": "Failed to create album",
"select_user_for_sharing_page_share_suggestions": "Suggestions", "select_user_for_sharing_page_share_suggestions": "Suggestions",
"server_info_box_app_version": "App Version", "server_info_box_app_version": "App Version",
"server_info_box_latest_release": "Latest Version",
"server_info_box_server_url": "Server URL", "server_info_box_server_url": "Server URL",
"server_info_box_server_version": "Server Version", "server_info_box_server_version": "Server Version",
"setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).", "setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "Delete Activity", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Let others respond", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Comments & likes", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Preparing...", "share_dialog_preparing": "Preparing...",
"shared_link_app_bar_title": "Shared Links", "shared_link_app_bar_title": "Shared Links",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "Create link to share", "shared_link_create_app_bar_title": "Create link to share",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Let anyone with the link see the selected photo(s)", "shared_link_create_info": "Let anyone with the link see the selected photo(s)",
"shared_link_create_submit_button": "Create link", "shared_link_create_submit_button": "Create link",
"shared_link_edit_allow_download": "Allow public user to download", "shared_link_edit_allow_download": "Allow public user to download",
@@ -390,39 +333,18 @@
"shared_link_edit_description": "Description", "shared_link_edit_description": "Description",
"shared_link_edit_description_hint": "Enter the share description", "shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_expire_after": "Expire after", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Password", "shared_link_edit_password": "Password",
"shared_link_edit_password_hint": "Enter the share password", "shared_link_edit_password_hint": "Enter the share password",
"shared_link_edit_show_meta": "Show metadata", "shared_link_edit_show_meta": "Show metadata",
"shared_link_edit_submit_button": "Update link", "shared_link_edit_submit_button": "Update link",
"shared_link_empty": "You don't have any shared links", "shared_link_empty": "You don't have any shared links",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Manage Shared links", "shared_link_manage_links": "Manage Shared links",
"share_done": "Done", "share_done": "Done",
"share_invite": "Invite to album", "share_invite": "Invite to album",
"sharing_page_album": "Shared albums", "sharing_page_album": "Shared albums",
"sharing_page_description": "Create shared albums to share photos and videos with people in your network.", "sharing_page_description": "Create shared albums to share photos and videos with people in your network.",
"sharing_page_empty_list": "EMPTY LIST", "sharing_page_empty_list": "EMPTY LIST",
"sharing_silver_appbar_create_shared_album": "New shared album", "sharing_silver_appbar_create_shared_album": "Create shared album",
"sharing_silver_appbar_shared_links": "Shared links", "sharing_silver_appbar_shared_links": "Shared links",
"sharing_silver_appbar_share_partner": "Share with partner", "sharing_silver_appbar_share_partner": "Share with partner",
"tab_controller_nav_library": "Library", "tab_controller_nav_library": "Library",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Avbryt",
"action_common_update": "Oppdater",
"add_to_album_bottom_sheet_added": "Lagt til i {album}", "add_to_album_bottom_sheet_added": "Lagt til i {album}",
"add_to_album_bottom_sheet_already_exists": "Allerede i {album}", "add_to_album_bottom_sheet_already_exists": "Allerede i {album}",
"advanced_settings_log_level_title": "Loggnivå: {}",
"advanced_settings_prefer_remote_subtitle": "Noen enheter er veldige trege til å hente mikrobilder fra enheten. Aktiver denne innstillingen for å hente de eksternt istedenfor.", "advanced_settings_prefer_remote_subtitle": "Noen enheter er veldige trege til å hente mikrobilder fra enheten. Aktiver denne innstillingen for å hente de eksternt istedenfor.",
"advanced_settings_prefer_remote_title": "Foretrekk eksterne bilder", "advanced_settings_prefer_remote_title": "Foretrekk eksterne bilder",
"advanced_settings_self_signed_ssl_subtitle": "Hopper over SSL sertifikatverifikasjon for server-endepunkt. Påkrevet for selvsignerte sertifikater.", "advanced_settings_self_signed_ssl_subtitle": "Hopper over SSL sertifikatverifikasjon for server-endepunkt. Påkrevet for selvsignerte sertifikater.",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Logg ut", "app_bar_signout_dialog_title": "Logg ut",
"archive_page_no_archived_assets": "Ingen arkiverte objekter funnet", "archive_page_no_archived_assets": "Ingen arkiverte objekter funnet",
"archive_page_title": "Arkiv ({})", "archive_page_title": "Arkiv ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dynamisk bildeorganisering", "asset_list_layout_settings_dynamic_layout_title": "Dynamisk bildeorganisering",
"asset_list_layout_settings_group_automatically": "Automatisk", "asset_list_layout_settings_group_automatically": "Automatisk",
"asset_list_layout_settings_group_by": "Grupper bilder etter", "asset_list_layout_settings_group_by": "Grupper bilder etter",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Bibliotekminiatyrbilder ({} objekter)", "cache_settings_album_thumbnails": "Bibliotekminiatyrbilder ({} objekter)",
"cache_settings_clear_cache_button": "Tøm buffer", "cache_settings_clear_cache_button": "Tøm buffer",
"cache_settings_clear_cache_button_title": "Tømmer app-ens buffer. Dette vil ha betydelig innvirkning på appens ytelse inntil bufferen er gjenoppbygd.", "cache_settings_clear_cache_button_title": "Tømmer app-ens buffer. Dette vil ha betydelig innvirkning på appens ytelse inntil bufferen er gjenoppbygd.",
"cache_settings_duplicated_assets_clear_button": "TØM",
"cache_settings_duplicated_assets_subtitle": "Bilder og videoer som er svartelistet av app'en",
"cache_settings_duplicated_assets_title": "Dupliserte objekter ({})",
"cache_settings_image_cache_size": "Størrelse på bildebuffer ({} objekter)", "cache_settings_image_cache_size": "Størrelse på bildebuffer ({} objekter)",
"cache_settings_statistics_album": "Bibliotekminiatyrbilder", "cache_settings_statistics_album": "Bibliotekminiatyrbilder",
"cache_settings_statistics_assets": "{} objekter ({})", "cache_settings_statistics_assets": "{} objekter ({})",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Arkiver", "control_bottom_app_bar_archive": "Arkiver",
"control_bottom_app_bar_create_new_album": "Lag nytt album", "control_bottom_app_bar_create_new_album": "Lag nytt album",
"control_bottom_app_bar_delete": "Slett", "control_bottom_app_bar_delete": "Slett",
"control_bottom_app_bar_edit_location": "Endre lokasjon",
"control_bottom_app_bar_edit_time": "Endre Dato og tid",
"control_bottom_app_bar_favorite": "Favoritt", "control_bottom_app_bar_favorite": "Favoritt",
"control_bottom_app_bar_share": "Del", "control_bottom_app_bar_share": "Del",
"control_bottom_app_bar_share_to": "Del til", "control_bottom_app_bar_share_to": "Del til",
"control_bottom_app_bar_stack": "Stable", "control_bottom_app_bar_stack": "Stable",
"control_bottom_app_bar_unarchive": "Fjern fra arkiv", "control_bottom_app_bar_unarchive": "Fjern fra arkiv",
"control_bottom_app_bar_unfavorite": "Fjern favoritt",
"control_bottom_app_bar_upload": "Last opp", "control_bottom_app_bar_upload": "Last opp",
"create_album_page_untitled": "Uten navn", "create_album_page_untitled": "Uten navn",
"create_shared_album_page_create": "Opprett", "create_shared_album_page_create": "Opprett",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Slett delt link", "delete_shared_link_dialog_title": "Slett delt link",
"description_input_hint_text": "Legg til beskrivelse ...", "description_input_hint_text": "Legg til beskrivelse ...",
"description_input_submit_error": "Feil ved oppdatering av beskrivelse, sjekk loggen for flere detaljer", "description_input_submit_error": "Feil ved oppdatering av beskrivelse, sjekk loggen for flere detaljer",
"edit_date_time_dialog_date_time": "Dato og tid",
"edit_date_time_dialog_timezone": "Tidssone",
"edit_location_dialog_title": "Lokasjon",
"exif_bottom_sheet_description": "Legg til beskrivelse ...", "exif_bottom_sheet_description": "Legg til beskrivelse ...",
"exif_bottom_sheet_details": "DETALJER", "exif_bottom_sheet_details": "DETALJER",
"exif_bottom_sheet_location": "PLASSERING", "exif_bottom_sheet_location": "PLASSERING",
"exif_bottom_sheet_location_add": "Legg til lokasjon",
"experimental_settings_new_asset_list_subtitle": "Under utvikling", "experimental_settings_new_asset_list_subtitle": "Under utvikling",
"experimental_settings_new_asset_list_title": "Aktiver eksperimentell rutenettsvisning", "experimental_settings_new_asset_list_title": "Aktiver eksperimentell rutenettsvisning",
"experimental_settings_subtitle": "Bruk på egen risiko!", "experimental_settings_subtitle": "Bruk på egen risiko!",
@@ -185,15 +170,15 @@
"home_page_add_to_album_conflicts": "Lagt til {added} objekter til album {album}. {failed} objekter er allerede i albumet.", "home_page_add_to_album_conflicts": "Lagt til {added} objekter til album {album}. {failed} objekter er allerede i albumet.",
"home_page_add_to_album_err_local": "Kan ikke legge til lokale objekter til album enda, hopper over", "home_page_add_to_album_err_local": "Kan ikke legge til lokale objekter til album enda, hopper over",
"home_page_add_to_album_success": "Lagt til {added} objekter til album {album}.", "home_page_add_to_album_success": "Lagt til {added} objekter til album {album}.",
"home_page_album_err_partner": "Kan ikke legge til partnerobjekter i album enda, hopper over", "home_page_album_err_partner": "Can not add partner assets to an album yet, skipping",
"home_page_archive_err_local": "Kan ikke arkivere lokale objekter enda, hopper over", "home_page_archive_err_local": "Kan ikke arkivere lokale objekter enda, hopper over",
"home_page_archive_err_partner": "Kan ikke arkivere partnerobjekter, hopper over", "home_page_archive_err_partner": "Can not archive partner assets, skipping",
"home_page_building_timeline": "Genererer tidslinjen", "home_page_building_timeline": "Genererer tidslinjen",
"home_page_delete_err_partner": "Kan ikke slette partnerobjekter, hopper over", "home_page_delete_err_partner": "Can not delete partner assets, skipping",
"home_page_favorite_err_local": "Kan ikke sette favoritt på lokale objekter enda, hopper over", "home_page_favorite_err_local": "Kan ikke sette favoritt på lokale objekter enda, hopper over",
"home_page_favorite_err_partner": "Kan ikke merke partnerobjekter som favoritt enda, hopper over", "home_page_favorite_err_partner": "Can not favorite partner assets yet, skipping",
"home_page_first_time_notice": "Hvis dette er første gangen du benytter appen, velg et album (eller flere) for sikkerhetskopiering, slik at tidslinjen kan fylles med dine bilder og videoer.", "home_page_first_time_notice": "Hvis dette er første gangen du benytter appen, velg et album (eller flere) for sikkerhetskopiering, slik at tidslinjen kan fylles med dine bilder og videoer.",
"home_page_share_err_local": "Kan ikke dele lokale objekter via link, hopper over", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "Maksimalt 30 objekter kan lastes opp om gangen, hopper over", "home_page_upload_err_limit": "Maksimalt 30 objekter kan lastes opp om gangen, hopper over",
"image_viewer_page_state_provider_download_error": "Nedlasting feilet", "image_viewer_page_state_provider_download_error": "Nedlasting feilet",
"image_viewer_page_state_provider_download_success": "Nedlasting vellykket", "image_viewer_page_state_provider_download_success": "Nedlasting vellykket",
@@ -204,22 +189,12 @@
"library_page_favorites": "Favoritter", "library_page_favorites": "Favoritter",
"library_page_new_album": "Nytt album", "library_page_new_album": "Nytt album",
"library_page_sharing": "Deling", "library_page_sharing": "Deling",
"library_page_sort_asset_count": "Antall objekter",
"library_page_sort_created": "Nylig opplastet", "library_page_sort_created": "Nylig opplastet",
"library_page_sort_last_modified": "Sist endret", "library_page_sort_last_modified": "Sist endret",
"library_page_sort_most_oldest_photo": "Eldste bilde",
"library_page_sort_most_recent_photo": "Siste bilde", "library_page_sort_most_recent_photo": "Siste bilde",
"library_page_sort_title": "Albumtittel", "library_page_sort_title": "Albumtittel",
"location_picker_choose_on_map": "Velg på kart",
"location_picker_latitude": "Breddegrad",
"location_picker_latitude_error": "Skriv inn en gyldig bredddegrad",
"location_picker_latitude_hint": "Skriv inn breddegrad her",
"location_picker_longitude": "Lengdegrad",
"location_picker_longitude_error": "Skriv inn en gyldig lengdegrad",
"location_picker_longitude_hint": "Skriv inn lengdegrad her",
"login_disabled": "Innlogging har blitt deaktivert", "login_disabled": "Innlogging har blitt deaktivert",
"login_form_api_exception": "API-feil. Sjekk URL-en til serveren og prøv igjen.", "login_form_api_exception": "API-feil. Sjekk URL-en til serveren og prøv igjen.",
"login_form_back_button_text": "Tilbake",
"login_form_button_text": "Logg inn", "login_form_button_text": "Logg inn",
"login_form_email_hint": "dinepost@epost.no", "login_form_email_hint": "dinepost@epost.no",
"login_form_endpoint_hint": "http://din-server-ip:port/api", "login_form_endpoint_hint": "http://din-server-ip:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Kan ikke koble til server.", "login_form_server_error": "Kan ikke koble til server.",
"login_password_changed_error": "Det skjedde en feil ved oppdatering av passordet", "login_password_changed_error": "Det skjedde en feil ved oppdatering av passordet",
"login_password_changed_success": "Passord oppdatert", "login_password_changed_success": "Passord oppdatert",
"map_assets_in_bound": "{} bilde",
"map_assets_in_bounds": "{} bilder",
"map_cannot_get_user_location": "Kan ikke hente brukerlokasjon", "map_cannot_get_user_location": "Kan ikke hente brukerlokasjon",
"map_location_dialog_cancel": "Avbryt", "map_location_dialog_cancel": "Avbryt",
"map_location_dialog_yes": "Ja", "map_location_dialog_yes": "Ja",
"map_location_picker_page_use_location": "Bruk denne lokasjonen",
"map_location_service_disabled_content": "Lokasjonstjeneste må være aktivert for å vise objekter fra din nåværende lokasjon. Vil du aktivere det nå?", "map_location_service_disabled_content": "Lokasjonstjeneste må være aktivert for å vise objekter fra din nåværende lokasjon. Vil du aktivere det nå?",
"map_location_service_disabled_title": "Lokasjonstjeneste deaktivert", "map_location_service_disabled_title": "Lokasjonstjeneste deaktivert",
"map_no_assets_in_bounds": "Ingen bilder i dette området", "map_no_assets_in_bounds": "Ingen bilder i dette området",
"map_no_location_permission_content": "Lokasjonstilgang er påkrevet for å vise objekter fra din nåværende lokasjon. Vil du tillate det nå?", "map_no_location_permission_content": "Lokasjonstilgang er påkrevet for å vise objekter fra din nåværende lokasjon. Vil du tillate det nå?",
"map_no_location_permission_title": "Lokasjonstilgang avvist", "map_no_location_permission_title": "Lokasjonstilgang avvist",
"map_settings_dark_mode": "Mørk modus", "map_settings_dark_mode": "Mørk modus",
"map_settings_date_range_option_all": "Alle",
"map_settings_date_range_option_day": "Siste 24 timer",
"map_settings_date_range_option_days": "Siste {} dager",
"map_settings_date_range_option_year": "Sist år",
"map_settings_date_range_option_years": "Siste {} år",
"map_settings_dialog_cancel": "Avbryt", "map_settings_dialog_cancel": "Avbryt",
"map_settings_dialog_save": "Lagre", "map_settings_dialog_save": "Lagre",
"map_settings_dialog_title": "Kartinnstillinger", "map_settings_dialog_title": "Kartinnstillinger",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Zoom ut for å se bilder", "map_zoom_to_see_photos": "Zoom ut for å se bilder",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Bevegelige bilder", "motion_photos_page_title": "Bevegelige bilder",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Avbryt", "notification_permission_dialog_cancel": "Avbryt",
"notification_permission_dialog_content": "For å aktivere notifikasjoner, gå til Innstillinger og velg tillat.", "notification_permission_dialog_content": "For å aktivere notifikasjoner, gå til Innstillinger og velg tillat.",
"notification_permission_dialog_settings": "Innstillinger", "notification_permission_dialog_settings": "Innstillinger",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "{} vil ikke lenger ha tilgang til dine bilder.", "partner_page_stop_sharing_content": "{} vil ikke lenger ha tilgang til dine bilder.",
"partner_page_stop_sharing_title": "Stopp deling av bildene dine?", "partner_page_stop_sharing_title": "Stopp deling av bildene dine?",
"partner_page_title": "Partner", "partner_page_title": "Partner",
"permission_onboarding_back": "Tilbake", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "Fortsett uansett", "permission_onboarding_continue_anyway": "Fortsett uansett",
"permission_onboarding_get_started": "Kom i gang", "permission_onboarding_get_started": "Kom i gang",
"permission_onboarding_go_to_settings": "Gå til innstillinger", "permission_onboarding_go_to_settings": "Gå til innstillinger",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Begrenset tilgang. For å la Immich sikkerhetskopiere og håndtere galleriet, tillatt bilde- og video-tilgang i Innstillinger.", "permission_onboarding_permission_limited": "Begrenset tilgang. For å la Immich sikkerhetskopiere og håndtere galleriet, tillatt bilde- og video-tilgang i Innstillinger.",
"permission_onboarding_request": "Immich trenger tilgang til å se dine bilder og videoer", "permission_onboarding_request": "Immich trenger tilgang til å se dine bilder og videoer",
"profile_drawer_app_logs": "Logg", "profile_drawer_app_logs": "Logg",
"profile_drawer_client_out_of_date_major": "Mobilapp er utdatert. Vennligst oppdater til nyeste versjon.",
"profile_drawer_client_out_of_date_minor": "Mobilapp er utdatert. Vennligst oppdater til nyeste versjon.",
"profile_drawer_client_server_up_to_date": "Klient og server er oppdatert", "profile_drawer_client_server_up_to_date": "Klient og server er oppdatert",
"profile_drawer_documentation": "Dokumentasjon", "profile_drawer_documentation": "Dokumentasjon",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server er utdatert. Vennligst oppdater til nyeste versjon.",
"profile_drawer_server_out_of_date_minor": "Server er utdatert. Vennligst oppdater til nyeste versjon.",
"profile_drawer_settings": "Innstillinger", "profile_drawer_settings": "Innstillinger",
"profile_drawer_sign_out": "Logg ut", "profile_drawer_sign_out": "Logg ut",
"profile_drawer_trash": "Søppelbøtte", "profile_drawer_trash": "Søppelbøtte",
"recently_added_page_title": "Nylig lagt til", "recently_added_page_title": "Nylig lagt til",
"scaffold_body_error_occurred": "Feil oppstått",
"search_bar_hint": "Søk i dine bilder", "search_bar_hint": "Søk i dine bilder",
"search_page_categories": "Kategorier", "search_page_categories": "Kategorier",
"search_page_favorites": "Favoritter", "search_page_favorites": "Favoritter",
@@ -315,13 +275,6 @@
"search_page_no_objects": "Ingen objektinfo tilgjengelig", "search_page_no_objects": "Ingen objektinfo tilgjengelig",
"search_page_no_places": "Ingen stedsinformasjon er tilgjengelig", "search_page_no_places": "Ingen stedsinformasjon er tilgjengelig",
"search_page_people": "Folk", "search_page_people": "Folk",
"search_page_person_add_name_dialog_cancel": "Avbryt",
"search_page_person_add_name_dialog_hint": "Navn",
"search_page_person_add_name_dialog_save": "Lagre",
"search_page_person_add_name_dialog_title": "Legg til navn",
"search_page_person_add_name_subtitle": "Finn de raskt ved å søke på navn",
"search_page_person_add_name_title": "Legg til navn",
"search_page_person_edit_name": "Endre navn",
"search_page_places": "Steder", "search_page_places": "Steder",
"search_page_recently_added": "Nylig lagt til", "search_page_recently_added": "Nylig lagt til",
"search_page_screenshots": "Skjermbilder", "search_page_screenshots": "Skjermbilder",
@@ -330,7 +283,6 @@
"search_page_videos": "Videoer", "search_page_videos": "Videoer",
"search_page_view_all_button": "Vis alle", "search_page_view_all_button": "Vis alle",
"search_page_your_activity": "Din aktivitet", "search_page_your_activity": "Din aktivitet",
"search_page_your_map": "Ditt kart",
"search_result_page_new_search_hint": "Nytt søk", "search_result_page_new_search_hint": "Nytt søk",
"search_suggestion_list_smart_search_hint_1": "Smartsøk er aktivert som standard, for å søke etter metadata bruk syntaksen ", "search_suggestion_list_smart_search_hint_1": "Smartsøk er aktivert som standard, for å søke etter metadata bruk syntaksen ",
"search_suggestion_list_smart_search_hint_2": "m:ditt-søkeord", "search_suggestion_list_smart_search_hint_2": "m:ditt-søkeord",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Feilet ved oppretting av album", "select_user_for_sharing_page_err_album": "Feilet ved oppretting av album",
"select_user_for_sharing_page_share_suggestions": "Forslag", "select_user_for_sharing_page_share_suggestions": "Forslag",
"server_info_box_app_version": "App-versjon", "server_info_box_app_version": "App-versjon",
"server_info_box_latest_release": "Siste versjon",
"server_info_box_server_url": "Server-adresse", "server_info_box_server_url": "Server-adresse",
"server_info_box_server_version": "Server-versjon", "server_info_box_server_version": "Server-versjon",
"setting_image_viewer_help": "Detaljvisningen laster først miniatyrbildet, deretter forhåndsvisningsbildet (hvis aktivert), og til slutt originalen (hvis aktivert).", "setting_image_viewer_help": "Detaljvisningen laster først miniatyrbildet, deretter forhåndsvisningsbildet (hvis aktivert), og til slutt originalen (hvis aktivert).",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "Slett aktivitet", "shared_album_activity_remove_title": "Slett aktivitet",
"shared_album_activity_setting_subtitle": "La andre respondere", "shared_album_activity_setting_subtitle": "La andre respondere",
"shared_album_activity_setting_title": "Kommentarer og likes", "shared_album_activity_setting_title": "Kommentarer og likes",
"shared_album_section_people_action_error": "Feil ved fjerning/sletting fra album",
"shared_album_section_people_action_leave": "Fjern bruker fra album",
"shared_album_section_people_action_remove_user": "Fjern bruker fra album",
"shared_album_section_people_owner_label": "Eier",
"shared_album_section_people_title": "MENNESKER",
"share_dialog_preparing": "Forbereder ...", "share_dialog_preparing": "Forbereder ...",
"shared_link_app_bar_title": "Delte linker", "shared_link_app_bar_title": "Delte linker",
"shared_link_clipboard_copied_massage": "Kopiert til utklippslisten",
"shared_link_clipboard_text": "Link: {}\nPassord: {}",
"shared_link_create_app_bar_title": "Opprett delelink", "shared_link_create_app_bar_title": "Opprett delelink",
"shared_link_create_error": "Feil ved oppretting av delbar link",
"shared_link_create_info": "La alle med linken se de(t) valgte bilde(ne)", "shared_link_create_info": "La alle med linken se de(t) valgte bilde(ne)",
"shared_link_create_submit_button": "Opprett link", "shared_link_create_submit_button": "Opprett link",
"shared_link_edit_allow_download": "Tillat offentlig bruker å laste ned", "shared_link_edit_allow_download": "Tillat offentlig bruker å laste ned",
@@ -389,33 +332,12 @@
"shared_link_edit_change_expiry": "Endre utløpstid", "shared_link_edit_change_expiry": "Endre utløpstid",
"shared_link_edit_description": "Beskrivelse", "shared_link_edit_description": "Beskrivelse",
"shared_link_edit_description_hint": "Endre delebeskrivelse", "shared_link_edit_description_hint": "Endre delebeskrivelse",
"shared_link_edit_expire_after": "Utgå etter", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 dag",
"shared_link_edit_expire_after_option_days": "{} dager",
"shared_link_edit_expire_after_option_hour": "1 time",
"shared_link_edit_expire_after_option_hours": "{} timer",
"shared_link_edit_expire_after_option_minute": "1 minutt",
"shared_link_edit_expire_after_option_minutes": "{} minutter",
"shared_link_edit_expire_after_option_never": "Aldri",
"shared_link_edit_password": "Passord", "shared_link_edit_password": "Passord",
"shared_link_edit_password_hint": "Skriv inn dele-passord", "shared_link_edit_password_hint": "Skriv inn dele-passord",
"shared_link_edit_show_meta": "Vis metadata", "shared_link_edit_show_meta": "Vis metadata",
"shared_link_edit_submit_button": "Oppdater link", "shared_link_edit_submit_button": "Oppdater link",
"shared_link_empty": "Du har ingen delte linker", "shared_link_empty": "Du har ingen delte linker",
"shared_link_error_server_url_fetch": "Kan ikke hente server-url",
"shared_link_expired": "Utgått",
"shared_link_expires_day": "Utgår om {} dag",
"shared_link_expires_days": "Utgår om {} dager",
"shared_link_expires_hour": "Utgår om {} time",
"shared_link_expires_hours": "Utgår om {} timer",
"shared_link_expires_minute": "Utgår om {} minutt",
"shared_link_expires_minutes": "Utgår om {} minutter",
"shared_link_expires_never": "Utgår ∞",
"shared_link_expires_second": "Utgår om {} sekund",
"shared_link_expires_seconds": "Utgår om {} sekunder",
"shared_link_info_chip_download": "Last ned",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Last opp",
"shared_link_manage_links": "Håndter delte linker", "shared_link_manage_links": "Håndter delte linker",
"share_done": "Ferdig", "share_done": "Ferdig",
"share_invite": "Inviter til album", "share_invite": "Inviter til album",

View File

@@ -1,13 +1,10 @@
{ {
"action_common_cancel": "Annuleren",
"action_common_update": "Updaten",
"add_to_album_bottom_sheet_added": "Toegevoegd aan {album}", "add_to_album_bottom_sheet_added": "Toegevoegd aan {album}",
"add_to_album_bottom_sheet_already_exists": "Staat al in {album}", "add_to_album_bottom_sheet_already_exists": "Staat al in {album}",
"advanced_settings_log_level_title": "Log niveau: {}",
"advanced_settings_prefer_remote_subtitle": "Sommige apparaten zijn traag met het laden van afbeeldingen die zijn opgeslagen op het apparaat. Activeer deze instelling om in plaats daarvan externe afbeeldingen te laden.", "advanced_settings_prefer_remote_subtitle": "Sommige apparaten zijn traag met het laden van afbeeldingen die zijn opgeslagen op het apparaat. Activeer deze instelling om in plaats daarvan externe afbeeldingen te laden.",
"advanced_settings_prefer_remote_title": "Externe afbeeldingen laden", "advanced_settings_prefer_remote_title": "Externe afbeeldingen laden",
"advanced_settings_self_signed_ssl_subtitle": "Slaat SSL-certificaatverificatie voor het server eindpunt over. Vereist voor zelfondertekende certificaten", "advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.",
"advanced_settings_self_signed_ssl_title": "Zelfondertekende SSL-certificaten toestaan", "advanced_settings_self_signed_ssl_title": "Allow self-signed SSL certificates",
"advanced_settings_tile_subtitle": "Geavanceerde gebruikersinstellingen", "advanced_settings_tile_subtitle": "Geavanceerde gebruikersinstellingen",
"advanced_settings_tile_title": "Geavanceerd", "advanced_settings_tile_title": "Geavanceerd",
"advanced_settings_troubleshooting_subtitle": "Schakel extra functies voor probleemoplossing in ", "advanced_settings_troubleshooting_subtitle": "Schakel extra functies voor probleemoplossing in ",
@@ -22,43 +19,41 @@
"album_viewer_appbar_share_delete": "Verwijder album", "album_viewer_appbar_share_delete": "Verwijder album",
"album_viewer_appbar_share_err_delete": "Verwijderen album mislukt", "album_viewer_appbar_share_err_delete": "Verwijderen album mislukt",
"album_viewer_appbar_share_err_leave": "Verlaten album mislukt", "album_viewer_appbar_share_err_leave": "Verlaten album mislukt",
"album_viewer_appbar_share_err_remove": "Er gaat iets mis bij het verwijderen van assets uit het album", "album_viewer_appbar_share_err_remove": "Er gaat iets mis bij het verwijderen van items uit het album",
"album_viewer_appbar_share_err_title": "Albumtitel wijzigen mislukt", "album_viewer_appbar_share_err_title": "Albumtitel wijzigen mislukt",
"album_viewer_appbar_share_leave": "Verlaat album", "album_viewer_appbar_share_leave": "Verlaat album",
"album_viewer_appbar_share_remove": "Verwijder uit album", "album_viewer_appbar_share_remove": "Verwijder uit album",
"album_viewer_appbar_share_to": "Deel Naar", "album_viewer_appbar_share_to": "Share To",
"album_viewer_page_share_add_users": "Gebruikers toevoegen", "album_viewer_page_share_add_users": "Gebruikers toevoegen",
"all_people_page_title": "Personen", "all_people_page_title": "Personen",
"all_videos_page_title": "Video's", "all_videos_page_title": "Video's",
"app_bar_signout_dialog_content": "Weet je zeker dat je je wilt afmelden?", "app_bar_signout_dialog_content": "Are you sure you want to sign out?",
"app_bar_signout_dialog_ok": "Ja", "app_bar_signout_dialog_ok": "Yes",
"app_bar_signout_dialog_title": "Log uit", "app_bar_signout_dialog_title": "Sign out",
"archive_page_no_archived_assets": "Geen gearchiveerde assets gevonden", "archive_page_no_archived_assets": "Geen gearchiveerde items gevonden",
"archive_page_title": "Archief ({})", "archive_page_title": "Archief ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dynamische layout", "asset_list_layout_settings_dynamic_layout_title": "Dynamische layout",
"asset_list_layout_settings_group_automatically": "Automatisch", "asset_list_layout_settings_group_automatically": "Automatisch",
"asset_list_layout_settings_group_by": "Groupeer assets per", "asset_list_layout_settings_group_by": "Groupeer items per",
"asset_list_layout_settings_group_by_month": "Maand", "asset_list_layout_settings_group_by_month": "Maand",
"asset_list_layout_settings_group_by_month_day": "Maand + dag", "asset_list_layout_settings_group_by_month_day": "Maand + dag",
"asset_list_settings_subtitle": "Fotorasterlayoutinstellingen", "asset_list_settings_subtitle": "Fotorasterlayoutinstellingen",
"asset_list_settings_title": "Fotoraster", "asset_list_settings_title": "Fotoraster",
"backup_album_selection_page_albums_device": "Albums op apparaat ({})", "backup_album_selection_page_albums_device": "Albums op apparaat ({})",
"backup_album_selection_page_albums_tap": "Tik om in te voegen, dubbel tik om uit te sluiten", "backup_album_selection_page_albums_tap": "Tik om in te voegen, dubbel tik om uit te sluiten",
"backup_album_selection_page_assets_scatter": "Assets kunnen over verschillende albums verdeeld zijn, dus albums kunnen ingesloten of uitgesloten zijn van het backup proces.", "backup_album_selection_page_assets_scatter": "Items kunnen over verschillende albums verdeeld zijn, dus albums kunnen ingesloten of uitgesloten zijn van het backup proces.",
"backup_album_selection_page_select_albums": "Albums selecteren", "backup_album_selection_page_select_albums": "Albums selecteren",
"backup_album_selection_page_selection_info": "Selectie info", "backup_album_selection_page_selection_info": "Selectie-info",
"backup_album_selection_page_total_assets": "Totaal unieke assets", "backup_album_selection_page_total_assets": "Totaal unieke items",
"backup_all": "Alle", "backup_all": "Alle",
"backup_background_service_backup_failed_message": "Fout bij back-uppen assets. Opnieuw proberen…", "backup_background_service_backup_failed_message": "Fout bij back-uppen items. Opnieuw proberen…",
"backup_background_service_connection_failed_message": "Fout bij verbinden server. Opnieuw proberen…", "backup_background_service_connection_failed_message": "Fout bij verbinden server. Opnieuw proberen…",
"backup_background_service_current_upload_notification": "Uploaden {}", "backup_background_service_current_upload_notification": "Uploaden {}",
"backup_background_service_default_notification": "Controleren op nieuwe assets…", "backup_background_service_default_notification": "Controleren op nieuwe items…",
"backup_background_service_error_title": "Backupfout", "backup_background_service_error_title": "Backupfout",
"backup_background_service_in_progress_notification": "Back-up van assets maken…", "backup_background_service_in_progress_notification": "Back-up van items maken…",
"backup_background_service_upload_failure_notification": "Fout bij upload {}", "backup_background_service_upload_failure_notification": "Fout bij upload {}",
"backup_controller_page_albums": "Back-up albums", "backup_controller_page_albums": "Back-upalbums",
"backup_controller_page_background_app_refresh_disabled_content": "Schakel verversen op de achtergrond in via Instellingen > Algemeen > Ververs op achtergrond, om back-ups op de achtergrond te maken.", "backup_controller_page_background_app_refresh_disabled_content": "Schakel verversen op de achtergrond in via Instellingen > Algemeen > Ververs op achtergrond, om back-ups op de achtergrond te maken.",
"backup_controller_page_background_app_refresh_disabled_title": "Verversen op achtergrond uitgeschakeld", "backup_controller_page_background_app_refresh_disabled_title": "Verversen op achtergrond uitgeschakeld",
"backup_controller_page_background_app_refresh_enable_button_text": "Ga naar instellingen", "backup_controller_page_background_app_refresh_enable_button_text": "Ga naar instellingen",
@@ -68,8 +63,8 @@
"backup_controller_page_background_battery_info_title": "Batterijoptimalisaties", "backup_controller_page_background_battery_info_title": "Batterijoptimalisaties",
"backup_controller_page_background_charging": "Alleen tijdens opladen", "backup_controller_page_background_charging": "Alleen tijdens opladen",
"backup_controller_page_background_configure_error": "Achtergrondserviceconfiguratie mislukt", "backup_controller_page_background_configure_error": "Achtergrondserviceconfiguratie mislukt",
"backup_controller_page_background_delay": "Back-upvertraging nieuwe assets: {}", "backup_controller_page_background_delay": "Back-upvertraging nieuwe items: {}",
"backup_controller_page_background_description": "Schakel de achtergrondservice in om automatisch een back-up te maken van nieuwe assets zonder de app te hoeven openen", "backup_controller_page_background_description": "Schakel de achtergrondservice in om automatisch een back-up te maken van nieuwe items zonder de app te hoeven openen",
"backup_controller_page_background_is_off": "Automatische achtergrondback-up staat uit", "backup_controller_page_background_is_off": "Automatische achtergrondback-up staat uit",
"backup_controller_page_background_is_on": "Automatische achtergrondback-up staat aan", "backup_controller_page_background_is_on": "Automatische achtergrondback-up staat aan",
"backup_controller_page_background_turn_off": "Achtergrondservice uitzetten", "backup_controller_page_background_turn_off": "Achtergrondservice uitzetten",
@@ -80,12 +75,12 @@
"backup_controller_page_backup_sub": "Geback-upte foto's en video's", "backup_controller_page_backup_sub": "Geback-upte foto's en video's",
"backup_controller_page_cancel": "Annuleren", "backup_controller_page_cancel": "Annuleren",
"backup_controller_page_created": "Gemaakt op: {}", "backup_controller_page_created": "Gemaakt op: {}",
"backup_controller_page_desc_backup": "Schakel back-up op de voorgrond in om automatisch nieuwe assets naar de server te uploaden bij het openen van de app.", "backup_controller_page_desc_backup": "Schakel back-up op de voorgrond in om automatisch nieuwe items naar de server te uploaden bij het openen van de app.",
"backup_controller_page_excluded": "Uitgezonderd: ", "backup_controller_page_excluded": "Uitgezonderd: ",
"backup_controller_page_failed": "Mislukt ({})", "backup_controller_page_failed": "Mislukt ({})",
"backup_controller_page_filename": "Bestandsnaam: {} [{}]", "backup_controller_page_filename": "Bestandsnaam: {} [{}]",
"backup_controller_page_id": "ID: {}", "backup_controller_page_id": "ID: {}",
"backup_controller_page_info": "Back-up informatie", "backup_controller_page_info": "Back-upinformatie",
"backup_controller_page_none_selected": "Geen geselecteerd", "backup_controller_page_none_selected": "Geen geselecteerd",
"backup_controller_page_remainder": "Resterend", "backup_controller_page_remainder": "Resterend",
"backup_controller_page_remainder_sub": "Resterende foto's en video's om een back-up van te maken uit selectie", "backup_controller_page_remainder_sub": "Resterende foto's en video's om een back-up van te maken uit selectie",
@@ -102,29 +97,26 @@
"backup_controller_page_turn_on": "Back-up op de voorgrond aanzetten", "backup_controller_page_turn_on": "Back-up op de voorgrond aanzetten",
"backup_controller_page_uploading_file_info": "Bestandsgegevens uploaden", "backup_controller_page_uploading_file_info": "Bestandsgegevens uploaden",
"backup_err_only_album": "Kan het enige album niet verwijderen", "backup_err_only_album": "Kan het enige album niet verwijderen",
"backup_info_card_assets": "assets", "backup_info_card_assets": "items",
"backup_manual_cancelled": "Geannuleerd", "backup_manual_cancelled": "Geannuleerd",
"backup_manual_failed": "Gefaald", "backup_manual_failed": "Gefaald",
"backup_manual_in_progress": "Het uploaden is al bezig. Probeer het na een tijdje", "backup_manual_in_progress": "Het uploaden is al bezig. Probeer het na een tijdje",
"backup_manual_success": "Succes", "backup_manual_success": "Succes",
"backup_manual_title": "Uploadstatus", "backup_manual_title": "Uploadstatus",
"cache_settings_album_thumbnails": "Thumbnails bibliotheekpagina ({} assets)", "cache_settings_album_thumbnails": "Thumbnails bibliotheekpagina ({} items)",
"cache_settings_clear_cache_button": "Cache wissen", "cache_settings_clear_cache_button": "Cache wissen",
"cache_settings_clear_cache_button_title": "Wist de cache van de app. Dit zal de presentaties van de app aanzienlijk beïnvloeden totdat de cache opnieuw is opgebouwd.", "cache_settings_clear_cache_button_title": "Wist de cache van de app. Dit zal de presentaties van de app aanzienlijk beïnvloeden totdat de cache opnieuw is opgebouwd.",
"cache_settings_duplicated_assets_clear_button": "MAAK VRIJ", "cache_settings_image_cache_size": "Grootte afbeeldingscache ({} items)",
"cache_settings_duplicated_assets_subtitle": "Foto's en video's op de zwarte lijst van de app",
"cache_settings_duplicated_assets_title": "Gedupliceerde Assets ({})",
"cache_settings_image_cache_size": "Grootte afbeeldingscache ({} assets)",
"cache_settings_statistics_album": "Bibliotheekthumbnails", "cache_settings_statistics_album": "Bibliotheekthumbnails",
"cache_settings_statistics_assets": "{} assets ({})", "cache_settings_statistics_assets": "{} items ({})",
"cache_settings_statistics_full": "Volledige afbeeldingen", "cache_settings_statistics_full": "Volledige afbeeldingen",
"cache_settings_statistics_shared": "Gedeeld-albumthumbnails", "cache_settings_statistics_shared": "Gedeeld-albumthumbnails",
"cache_settings_statistics_thumbnail": "Thumbnails", "cache_settings_statistics_thumbnail": "Thumbnails",
"cache_settings_statistics_title": "Cachegebruik", "cache_settings_statistics_title": "Cachegebruik",
"cache_settings_subtitle": "Beheer het cachegedrag van de Immich app", "cache_settings_subtitle": "Beheer het cachegedrag van de Immich app",
"cache_settings_thumbnail_size": "Thumbnail-cachegrootte ({} assets)", "cache_settings_thumbnail_size": "Thumbnail-cachegrootte ({} items)",
"cache_settings_tile_subtitle": "Beheer het gedrag van lokale opslag", "cache_settings_tile_subtitle": "Control the local storage behaviour",
"cache_settings_tile_title": "Lokale Opslag", "cache_settings_tile_title": "Local Storage",
"cache_settings_title": "Cache-instellingen", "cache_settings_title": "Cache-instellingen",
"change_password_form_confirm_password": "Bevestig wachtwoord", "change_password_form_confirm_password": "Bevestig wachtwoord",
"change_password_form_description": "Hallo {name},\n\nDit is ofwel de eerste keer dat je inlogt, of er is een verzoek gedaan om je wachtwoord te wijzigen. Vul hieronder een nieuw wachtwoord in.", "change_password_form_description": "Hallo {name},\n\nDit is ofwel de eerste keer dat je inlogt, of er is een verzoek gedaan om je wachtwoord te wijzigen. Vul hieronder een nieuw wachtwoord in.",
@@ -142,19 +134,16 @@
"control_bottom_app_bar_archive": "Archiveren", "control_bottom_app_bar_archive": "Archiveren",
"control_bottom_app_bar_create_new_album": "Nieuw album maken", "control_bottom_app_bar_create_new_album": "Nieuw album maken",
"control_bottom_app_bar_delete": "Verwijderen", "control_bottom_app_bar_delete": "Verwijderen",
"control_bottom_app_bar_edit_location": "Locatie Bewerken",
"control_bottom_app_bar_edit_time": "Datum & Tijd Bewerken",
"control_bottom_app_bar_favorite": "Favoriet", "control_bottom_app_bar_favorite": "Favoriet",
"control_bottom_app_bar_share": "Delen", "control_bottom_app_bar_share": "Delen",
"control_bottom_app_bar_share_to": "Deel Naar", "control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "Stapel", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "Herstellen", "control_bottom_app_bar_unarchive": "Herstellen",
"control_bottom_app_bar_unfavorite": "Onfavoriet", "control_bottom_app_bar_upload": "Upload",
"control_bottom_app_bar_upload": "Uploaden",
"create_album_page_untitled": "Naamloos", "create_album_page_untitled": "Naamloos",
"create_shared_album_page_create": "Aanmaken", "create_shared_album_page_create": "Aanmaken",
"create_shared_album_page_share": "Delen", "create_shared_album_page_share": "Delen",
"create_shared_album_page_share_add_assets": "ASSETS TOEVOEGEN", "create_shared_album_page_share_add_assets": "ITEMS TOEVOEGEN",
"create_shared_album_page_share_select_photos": "Selecteer foto's", "create_shared_album_page_share_select_photos": "Selecteer foto's",
"curated_location_page_title": "Plaatsen", "curated_location_page_title": "Plaatsen",
"curated_object_page_title": "Dingen", "curated_object_page_title": "Dingen",
@@ -165,61 +154,47 @@
"delete_dialog_cancel": "Annuleren", "delete_dialog_cancel": "Annuleren",
"delete_dialog_ok": "Verwijderen", "delete_dialog_ok": "Verwijderen",
"delete_dialog_title": "Permanent verwijderen", "delete_dialog_title": "Permanent verwijderen",
"delete_shared_link_dialog_content": "Weet je zeker dat je deze gedeelde link wilt verwijderen?", "delete_shared_link_dialog_content": "Are you sure you want to delete this shared link?",
"delete_shared_link_dialog_title": "Verwijder Gedeelde Link", "delete_shared_link_dialog_title": "Delete Shared Link",
"description_input_hint_text": "Beschrijving toevoegen...", "description_input_hint_text": "Beschrijving toevoegen...",
"description_input_submit_error": "Beschrijving bijwerken mislukt, controleer het logboek voor meer details", "description_input_submit_error": "Beschrijving bijwerken mislukt, controleer het logboek voor meer details",
"edit_date_time_dialog_date_time": "Datum en Tijd",
"edit_date_time_dialog_timezone": "Tijdzone",
"edit_location_dialog_title": "Locatie",
"exif_bottom_sheet_description": "Beschrijving toevoegen...", "exif_bottom_sheet_description": "Beschrijving toevoegen...",
"exif_bottom_sheet_details": "DETAILS", "exif_bottom_sheet_details": "DETAILS",
"exif_bottom_sheet_location": "LOCATIE", "exif_bottom_sheet_location": "LOCATIE",
"exif_bottom_sheet_location_add": "Locatie toevoegen",
"experimental_settings_new_asset_list_subtitle": "Werk in uitvoering", "experimental_settings_new_asset_list_subtitle": "Werk in uitvoering",
"experimental_settings_new_asset_list_title": "Experimenteel fotoraster inschakelen", "experimental_settings_new_asset_list_title": "Experimenteel fotoraster inschakelen",
"experimental_settings_subtitle": "Gebruik op eigen risico!", "experimental_settings_subtitle": "Gebruik op eigen risico!",
"experimental_settings_title": "Experimenteel", "experimental_settings_title": "Experimenteel",
"favorites_page_no_favorites": "Geen favoriete assets gevonden", "favorites_page_no_favorites": "Geen favoriete items gevonden",
"favorites_page_title": "Favorieten", "favorites_page_title": "Favorieten",
"home_page_add_to_album_conflicts": "{added} assets toegevoegd aan album {album}. {failed} assets staan al in het album.", "home_page_add_to_album_conflicts": "{added} items toegevoegd aan album {album}. {failed} items staan al in het album.",
"home_page_add_to_album_err_local": "Lokale assets kunnen nog niet aan albums worden toegevoegd, overslaan", "home_page_add_to_album_err_local": "Lokale items kunnen nog niet aan albums worden toegevoegd, overslaan",
"home_page_add_to_album_success": "{added} assets toegevoegd aan album {album}.", "home_page_add_to_album_success": "{added} items toegevoegd aan album {album}.",
"home_page_album_err_partner": "Partner assets kunnen nog niet toegevoegd worden aan een album, overslaan", "home_page_album_err_partner": "Can not add partner assets to an album yet, skipping",
"home_page_archive_err_local": "Lokale assets kunnen nog niet gearchiveerd worden, overslaan", "home_page_archive_err_local": "Lokale items kunnen nog niet gearchiveerd worden, overslaan",
"home_page_archive_err_partner": "Partner assets kunnen niet gearchiveerd worden, overslaan", "home_page_archive_err_partner": "Can not archive partner assets, skipping",
"home_page_building_timeline": "Tijdlijn opbouwen", "home_page_building_timeline": "Tijdlijn opbouwen",
"home_page_delete_err_partner": "Partner assets kunnen niet verwijderd worden, overslaan", "home_page_delete_err_partner": "Can not delete partner assets, skipping",
"home_page_favorite_err_local": "Lokale assets kunnen nog niet als favoriet worden aangemerkt, overslaan", "home_page_favorite_err_local": "Lokale items kunnen nog niet als favoriet worden aangemerkt, overslaan",
"home_page_favorite_err_partner": "Partner assets kunnen nog niet ge-favoriet worden, overslaan", "home_page_favorite_err_partner": "Can not favorite partner assets yet, skipping",
"home_page_first_time_notice": "Als dit de eerste keer is dat je de app gebruikt, zorg er dan voor dat je een back-up album kiest, zodat de tijdlijn gevuld kan worden met foto's en video's uit het album.", "home_page_first_time_notice": "Als dit de eerste keer is dat je de app gebruikt, zorg er dan voor dat je een back-up album kiest, zodat de tijdlijn gevuld kan worden met foto's en video's uit het album.",
"home_page_share_err_local": "Lokale assets kunnen niet via een link gedeeld worden, overslaan", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "Kan maximaal 30 assets tegelijk uploaden, overslaan", "home_page_upload_err_limit": "Kan maximaal 30 assets tegelijk uploaden, overslaan",
"image_viewer_page_state_provider_download_error": "Download mislukt", "image_viewer_page_state_provider_download_error": "Download mislukt",
"image_viewer_page_state_provider_download_success": "Download succesvol", "image_viewer_page_state_provider_download_success": "Download succesvol",
"image_viewer_page_state_provider_share_error": "Deel Error", "image_viewer_page_state_provider_share_error": "Share Error",
"library_page_albums": "Albums", "library_page_albums": "Albums",
"library_page_archive": "Archief", "library_page_archive": "Archief",
"library_page_device_albums": "Albums op apparaat", "library_page_device_albums": "Albums op apparaat",
"library_page_favorites": "Favorieten", "library_page_favorites": "Favorieten",
"library_page_new_album": "Nieuw album", "library_page_new_album": "Nieuw album",
"library_page_sharing": "Gedeeld", "library_page_sharing": "Gedeeld",
"library_page_sort_asset_count": "Aantal assets",
"library_page_sort_created": "Meest recent gemaakt", "library_page_sort_created": "Meest recent gemaakt",
"library_page_sort_last_modified": "Laatst aangepast", "library_page_sort_last_modified": "Last modified",
"library_page_sort_most_oldest_photo": "Oudste foto", "library_page_sort_most_recent_photo": "Most recent photo",
"library_page_sort_most_recent_photo": "Meest recente foto",
"library_page_sort_title": "Albumtitel", "library_page_sort_title": "Albumtitel",
"location_picker_choose_on_map": "Kies op kaart",
"location_picker_latitude": "Breedtegraad",
"location_picker_latitude_error": "Voer een geldige breedtegraad in",
"location_picker_latitude_hint": "Voer hier je breedtegraad in",
"location_picker_longitude": "Lengtegraad",
"location_picker_longitude_error": "Voer een geldige lengtegraad in",
"location_picker_longitude_hint": "Voer hier je lengtegraad in",
"login_disabled": "Aanmelding uitgeschakeld", "login_disabled": "Aanmelding uitgeschakeld",
"login_form_api_exception": "API fout. Controleer de server URL en probeer opnieuw.", "login_form_api_exception": "API fout. Controleer de server URL en probeer opnieuw.",
"login_form_back_button_text": "Terug",
"login_form_button_text": "Inloggen", "login_form_button_text": "Inloggen",
"login_form_email_hint": "jouwemail@email.com", "login_form_email_hint": "jouwemail@email.com",
"login_form_endpoint_hint": "http://jouw-server-ip:poort/api", "login_form_endpoint_hint": "http://jouw-server-ip:poort/api",
@@ -232,7 +207,7 @@
"login_form_failed_get_oauth_server_config": "Fout bij inloggen met OAuth, controleer server-URL", "login_form_failed_get_oauth_server_config": "Fout bij inloggen met OAuth, controleer server-URL",
"login_form_failed_get_oauth_server_disable": "OAuth-functie is niet beschikbaar op deze server", "login_form_failed_get_oauth_server_disable": "OAuth-functie is niet beschikbaar op deze server",
"login_form_failed_login": "Fout bij inloggen; controleer server-URL, e-mailadres en wachtwoord", "login_form_failed_login": "Fout bij inloggen; controleer server-URL, e-mailadres en wachtwoord",
"login_form_handshake_exception": "Er was een Handshake Exception met de server. Schakel ondersteuning voor zelfondertekende certificaten in bij de instellingen als u een zelfondertekend certificaat gebruikt.", "login_form_handshake_exception": "There was an Handshake Exception with the server. Enable self-signed certificate support in the settings if you are using a self-signed certificate.",
"login_form_label_email": "E-mailadres", "login_form_label_email": "E-mailadres",
"login_form_label_password": "Wachtwoord", "login_form_label_password": "Wachtwoord",
"login_form_next_button": "Volgende", "login_form_next_button": "Volgende",
@@ -240,36 +215,26 @@
"login_form_save_login": "Ingelogd blijven", "login_form_save_login": "Ingelogd blijven",
"login_form_server_empty": "Voer een server-URL in.", "login_form_server_empty": "Voer een server-URL in.",
"login_form_server_error": "Kan geen verbinding maken met de server.", "login_form_server_error": "Kan geen verbinding maken met de server.",
"login_password_changed_error": "Er is een fout opgetreden bij het bijwerken van je wachtwoord", "login_password_changed_error": "There was an error updating your password",
"login_password_changed_success": "Wachtwoord succesvol bijgewerkt", "login_password_changed_success": "Password updated successfully",
"map_assets_in_bound": "{} foto", "map_cannot_get_user_location": "Cannot get user's location",
"map_assets_in_bounds": "{} foto's", "map_location_dialog_cancel": "Cancel",
"map_cannot_get_user_location": "Kan locatie van de gebruiker niet ophalen", "map_location_dialog_yes": "Yes",
"map_location_dialog_cancel": "Annuleren", "map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?",
"map_location_dialog_yes": "Ja", "map_location_service_disabled_title": "Location Service disabled",
"map_location_picker_page_use_location": "Gebruik deze locatie", "map_no_assets_in_bounds": "No photos in this area",
"map_location_service_disabled_content": "Locatie service moet ingeschakeld zijn om assets van je huidige locatie weer te geven. Wil je het nu inschakelen?", "map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?",
"map_location_service_disabled_title": "Locatie Service uitgeschakeld", "map_no_location_permission_title": "Location Permission denied",
"map_no_assets_in_bounds": "Geen foto's in dit gebied", "map_settings_dark_mode": "Dark mode",
"map_no_location_permission_content": "Locatie toestemming is nodig om assets van je huidige locatie weer te geven. Wil je het nu toestaan?", "map_settings_dialog_cancel": "Cancel",
"map_no_location_permission_title": "Locatie Toestemming geweigerd", "map_settings_dialog_save": "Save",
"map_settings_dark_mode": "Donkere modus", "map_settings_dialog_title": "Map Settings",
"map_settings_date_range_option_all": "Alle", "map_settings_include_show_archived": "Include Archived",
"map_settings_date_range_option_day": "Afgelopen 24 uur", "map_settings_only_relative_range": "Date range",
"map_settings_date_range_option_days": "Afgelopen {} dagen", "map_settings_only_show_favorites": "Show Favorite Only",
"map_settings_date_range_option_year": "Afgelopen jaar", "map_zoom_to_see_photos": "Zoom out to see photos",
"map_settings_date_range_option_years": "Afgelopen {} jaar",
"map_settings_dialog_cancel": "Annuleren",
"map_settings_dialog_save": "Sla op",
"map_settings_dialog_title": "Kaart Instellingen",
"map_settings_include_show_archived": "Weergeef Gearchiveerden",
"map_settings_only_relative_range": "Datum bereik",
"map_settings_only_show_favorites": "Toon enkel favorieten",
"map_zoom_to_see_photos": "Zoom uit om foto's te zien",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Bewegende foto's", "motion_photos_page_title": "Bewegende foto's",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Annuleren", "notification_permission_dialog_cancel": "Annuleren",
"notification_permission_dialog_content": "Om meldingen in te schakelen, ga naar Instellingen en selecteer toestaan.", "notification_permission_dialog_content": "Om meldingen in te schakelen, ga naar Instellingen en selecteer toestaan.",
"notification_permission_dialog_settings": "Instellingen", "notification_permission_dialog_settings": "Instellingen",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "{} zal geen toegang meer hebben tot je fotos's.", "partner_page_stop_sharing_content": "{} zal geen toegang meer hebben tot je fotos's.",
"partner_page_stop_sharing_title": "Stoppen met het delen van je foto's?", "partner_page_stop_sharing_title": "Stoppen met het delen van je foto's?",
"partner_page_title": "Partner", "partner_page_title": "Partner",
"permission_onboarding_back": "Terug", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "Toch doorgaan", "permission_onboarding_continue_anyway": "Toch doorgaan",
"permission_onboarding_get_started": "Aan de slag", "permission_onboarding_get_started": "Aan de slag",
"permission_onboarding_go_to_settings": "Ga naar instellingen", "permission_onboarding_go_to_settings": "Ga naar instellingen",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Beperkte toestemming. Geef toestemming tot foto's en video's in Instellingen om Immich een back-up te laten maken van je galerij en deze te beheren.", "permission_onboarding_permission_limited": "Beperkte toestemming. Geef toestemming tot foto's en video's in Instellingen om Immich een back-up te laten maken van je galerij en deze te beheren.",
"permission_onboarding_request": "Immich heeft toestemming nodig om je foto's en video's te bekijken.", "permission_onboarding_request": "Immich heeft toestemming nodig om je foto's en video's te bekijken.",
"profile_drawer_app_logs": "Logboek", "profile_drawer_app_logs": "Logboek",
"profile_drawer_client_out_of_date_major": "Mobiele app is verouderd. Werk bij naar de nieuwste hoofdversie.",
"profile_drawer_client_out_of_date_minor": "Mobiele app is verouderd. Werk bij naar de nieuwste subversie.",
"profile_drawer_client_server_up_to_date": "App en server zijn up-to-date", "profile_drawer_client_server_up_to_date": "App en server zijn up-to-date",
"profile_drawer_documentation": "Documentatie", "profile_drawer_documentation": "Documentation",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is verouderd. Werk bij naar de nieuwste hoofdversie.",
"profile_drawer_server_out_of_date_minor": "Server is verouderd. Werk bij naar de nieuwste subversie.",
"profile_drawer_settings": "Instellingen", "profile_drawer_settings": "Instellingen",
"profile_drawer_sign_out": "Uitloggen", "profile_drawer_sign_out": "Uitloggen",
"profile_drawer_trash": "Prullenbak", "profile_drawer_trash": "Trash",
"recently_added_page_title": "Recent toegevoegd", "recently_added_page_title": "Recent toegevoegd",
"scaffold_body_error_occurred": "Fout opgetreden",
"search_bar_hint": "Foto's doorzoeken", "search_bar_hint": "Foto's doorzoeken",
"search_page_categories": "Categorieën", "search_page_categories": "Categorieën",
"search_page_favorites": "Favorieten", "search_page_favorites": "Favorieten",
@@ -315,13 +275,6 @@
"search_page_no_objects": "Geen objectgegevens beschikbaar", "search_page_no_objects": "Geen objectgegevens beschikbaar",
"search_page_no_places": "Geen locatiegegevens beschikbaar", "search_page_no_places": "Geen locatiegegevens beschikbaar",
"search_page_people": "Personen", "search_page_people": "Personen",
"search_page_person_add_name_dialog_cancel": "Annuleren",
"search_page_person_add_name_dialog_hint": "Naam",
"search_page_person_add_name_dialog_save": "Opslaan",
"search_page_person_add_name_dialog_title": "Naam toevoegen",
"search_page_person_add_name_subtitle": "Vind hen snel op naam met zoeken",
"search_page_person_add_name_title": "Naam toevoegen",
"search_page_person_edit_name": "Naam bewerken",
"search_page_places": "Plaatsen", "search_page_places": "Plaatsen",
"search_page_recently_added": "Recent toegevoegd", "search_page_recently_added": "Recent toegevoegd",
"search_page_screenshots": "Screenshots", "search_page_screenshots": "Screenshots",
@@ -330,7 +283,6 @@
"search_page_videos": "Video's", "search_page_videos": "Video's",
"search_page_view_all_button": "Bekijk alle", "search_page_view_all_button": "Bekijk alle",
"search_page_your_activity": "Je activiteit", "search_page_your_activity": "Je activiteit",
"search_page_your_map": "Jouw kaart",
"search_result_page_new_search_hint": "Nieuwe zoekopdracht", "search_result_page_new_search_hint": "Nieuwe zoekopdracht",
"search_suggestion_list_smart_search_hint_1": "Slim zoeken is standaard ingeschakeld, om naar metadata te zoeken gebruik", "search_suggestion_list_smart_search_hint_1": "Slim zoeken is standaard ingeschakeld, om naar metadata te zoeken gebruik",
"search_suggestion_list_smart_search_hint_2": "m:je-zoekterm", "search_suggestion_list_smart_search_hint_2": "m:je-zoekterm",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Album aanmaken mislukt", "select_user_for_sharing_page_err_album": "Album aanmaken mislukt",
"select_user_for_sharing_page_share_suggestions": "Suggesties", "select_user_for_sharing_page_share_suggestions": "Suggesties",
"server_info_box_app_version": "Appversie", "server_info_box_app_version": "Appversie",
"server_info_box_latest_release": "Laatste Versie",
"server_info_box_server_url": "Server URL", "server_info_box_server_url": "Server URL",
"server_info_box_server_version": "Serverversie", "server_info_box_server_version": "Serverversie",
"setting_image_viewer_help": "De gedetailleerde weergave laadt eerst de kleine thumbnail, vervolgens het middelgrote voorbeeld (indien ingeschakeld) en ten slotte het origineel (indien ingeschakeld).", "setting_image_viewer_help": "De gedetailleerde weergave laadt eerst de kleine thumbnail, vervolgens het middelgrote voorbeeld (indien ingeschakeld) en ten slotte het origineel (indien ingeschakeld).",
@@ -352,11 +303,11 @@
"setting_notifications_notify_minutes": "{} minuten", "setting_notifications_notify_minutes": "{} minuten",
"setting_notifications_notify_never": "nooit", "setting_notifications_notify_never": "nooit",
"setting_notifications_notify_seconds": "{} seconden", "setting_notifications_notify_seconds": "{} seconden",
"setting_notifications_single_progress_subtitle": "Gedetaileerde informatie over de uploadvoortgang per asset", "setting_notifications_single_progress_subtitle": "Gedetaileerde informatie over de uploadvoortgang per item",
"setting_notifications_single_progress_title": "Gedetailleerde informatie over back-ups op de achtergrond tonen", "setting_notifications_single_progress_title": "Gedetailleerde informatie over back-ups op de achtergrond tonen",
"setting_notifications_subtitle": "Voorkeuren voor meldingen beheren", "setting_notifications_subtitle": "Voorkeuren voor meldingen beheren",
"setting_notifications_title": "Meldingen", "setting_notifications_title": "Meldingen",
"setting_notifications_total_progress_subtitle": "Algehele uploadvoortgang (voltooid/totaal aantal assets)", "setting_notifications_total_progress_subtitle": "Algehele uploadvoortgang (voltooid/totaal aantal items)",
"setting_notifications_total_progress_title": "Totale voortgang van achtergrondback-up tonen", "setting_notifications_total_progress_title": "Totale voortgang van achtergrondback-up tonen",
"setting_pages_app_bar_settings": "Instellingen", "setting_pages_app_bar_settings": "Instellingen",
"settings_require_restart": "Start Immich opnieuw op om deze instelling toe te passen", "settings_require_restart": "Start Immich opnieuw op om deze instelling toe te passen",
@@ -364,73 +315,44 @@
"share_add_photos": "Foto's toevoegen", "share_add_photos": "Foto's toevoegen",
"share_add_title": "Titel toevoegen", "share_add_title": "Titel toevoegen",
"share_create_album": "Album aanmaken", "share_create_album": "Album aanmaken",
"shared_album_activities_input_disable": "Reactie is uitgeschakeld", "shared_album_activities_input_disable": "Comment is disabled",
"shared_album_activities_input_hint": "Zeg iets", "shared_album_activities_input_hint": "Say something",
"shared_album_activity_remove_content": "Wil je deze activiteit verwijderen?", "shared_album_activity_remove_content": "Do you want to delete this activity?",
"shared_album_activity_remove_title": "Verwijder activiteit", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Laat anderen reageren", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Reacties & likes", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Fout bij verlaten/verwijderen uit album",
"shared_album_section_people_action_leave": "Verlaat album",
"shared_album_section_people_action_remove_user": "Verwijder gebruiker van album",
"shared_album_section_people_owner_label": "Eigenaar",
"shared_album_section_people_title": "MENSEN",
"share_dialog_preparing": "Voorbereiden...", "share_dialog_preparing": "Voorbereiden...",
"shared_link_app_bar_title": "Gedeelde links", "shared_link_app_bar_title": "Shared Links",
"shared_link_clipboard_copied_massage": "Gekopieerd naar klembord", "shared_link_create_app_bar_title": "Create link to share",
"shared_link_clipboard_text": "Link: {}\nWachtwoord: {}", "shared_link_create_info": "Let anyone with the link see the selected photo(s)",
"shared_link_create_app_bar_title": "Link maken om te delen", "shared_link_create_submit_button": "Create link",
"shared_link_create_error": "Fout bij het maken van een gedeelde link", "shared_link_edit_allow_download": "Allow public user to download",
"shared_link_create_info": "Laat iedereen met de link de geselecteerde foto(s) zien", "shared_link_edit_allow_upload": "Allow public user to upload",
"shared_link_create_submit_button": "Link maken", "shared_link_edit_app_bar_title": "Edit link",
"shared_link_edit_allow_download": "Openbare gebruiker toestaan om te downloaden", "shared_link_edit_change_expiry": "Change expiration time",
"shared_link_edit_allow_upload": "Openbare gebruiker toestaan om te uploaden", "shared_link_edit_description": "Description",
"shared_link_edit_app_bar_title": "Bewerk link", "shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_change_expiry": "Bewerk vervaltijd", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_description": "Beschrijving", "shared_link_edit_password": "Password",
"shared_link_edit_description_hint": "Geef de deel beschrijving", "shared_link_edit_password_hint": "Enter the share password",
"shared_link_edit_expire_after": "Verval na", "shared_link_edit_show_meta": "Show metadata",
"shared_link_edit_expire_after_option_day": "1 dag",
"shared_link_edit_expire_after_option_days": "{} dagen",
"shared_link_edit_expire_after_option_hour": "1 uur",
"shared_link_edit_expire_after_option_hours": "{} uren",
"shared_link_edit_expire_after_option_minute": "1 minuut",
"shared_link_edit_expire_after_option_minutes": "{} minuten",
"shared_link_edit_expire_after_option_never": "Nooit",
"shared_link_edit_password": "Wachtwoord",
"shared_link_edit_password_hint": "Voer het deel wachtwoord in",
"shared_link_edit_show_meta": "Toon metadata",
"shared_link_edit_submit_button": "Update link", "shared_link_edit_submit_button": "Update link",
"shared_link_empty": "Je hebt geen gedeelde links", "shared_link_empty": "You don't have any shared links",
"shared_link_error_server_url_fetch": "Kan de server url niet ophalen", "shared_link_manage_links": "Manage Shared links",
"shared_link_expired": "Verlopen", "share_done": "Done",
"shared_link_expires_day": "Verloopt over {} dag",
"shared_link_expires_days": "Verloopt over {} dagen",
"shared_link_expires_hour": "Verloopt over {} uur",
"shared_link_expires_hours": "Verloopt over {} uur",
"shared_link_expires_minute": "Verloopt over {} minuut",
"shared_link_expires_minutes": "Verloopt over {} minuten",
"shared_link_expires_never": "Verloopt ∞",
"shared_link_expires_second": "Verloopt over {} seconde",
"shared_link_expires_seconds": "Verloopt over {} seconden",
"shared_link_info_chip_download": "Downloaden",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Uploaden",
"shared_link_manage_links": "Beheer gedeelde links",
"share_done": "Klaar",
"share_invite": "Uitnodigen voor album", "share_invite": "Uitnodigen voor album",
"sharing_page_album": "Gedeelde albums", "sharing_page_album": "Gedeelde albums",
"sharing_page_description": "Maak gedeelde albums om foto's en video's te delen met mensen in je netwerk.", "sharing_page_description": "Maak gedeelde albums om foto's en video's te delen met mensen in je netwerk.",
"sharing_page_empty_list": "LEGE LIJST", "sharing_page_empty_list": "LEGE LIJST",
"sharing_silver_appbar_create_shared_album": "Gedeeld album maken", "sharing_silver_appbar_create_shared_album": "Gedeeld album maken",
"sharing_silver_appbar_shared_links": "Gedeelde links", "sharing_silver_appbar_shared_links": "Shared links",
"sharing_silver_appbar_share_partner": "Delen met partner", "sharing_silver_appbar_share_partner": "Delen met partner",
"tab_controller_nav_library": "Bibliotheek", "tab_controller_nav_library": "Bibliotheek",
"tab_controller_nav_photos": "Foto's", "tab_controller_nav_photos": "Foto's",
"tab_controller_nav_search": "Zoeken", "tab_controller_nav_search": "Zoeken",
"tab_controller_nav_sharing": "Delen", "tab_controller_nav_sharing": "Delen",
"theme_setting_asset_list_storage_indicator_title": "Laat ruimte-indicator zien bij asset tegels", "theme_setting_asset_list_storage_indicator_title": "Laat ruimte-indicator zien bij itemtegels",
"theme_setting_asset_list_tiles_per_row_title": "Aantal assets per rij ({})", "theme_setting_asset_list_tiles_per_row_title": "Aantal items per rij ({})",
"theme_setting_dark_mode_switch": "Donkere modus", "theme_setting_dark_mode_switch": "Donkere modus",
"theme_setting_image_viewer_quality_subtitle": "De kwaliteit van de gedetailleerde-fotoweergave aanpassen", "theme_setting_image_viewer_quality_subtitle": "De kwaliteit van de gedetailleerde-fotoweergave aanpassen",
"theme_setting_image_viewer_quality_title": "Fotoweergavekwaliteit", "theme_setting_image_viewer_quality_title": "Fotoweergavekwaliteit",
@@ -439,22 +361,22 @@
"theme_setting_theme_title": "Thema", "theme_setting_theme_title": "Thema",
"theme_setting_three_stage_loading_subtitle": "Laden in drie fasen kan de laadprestaties verbeteren, maar veroorzaakt een aanzienlijk hogere netwerkbelasting", "theme_setting_three_stage_loading_subtitle": "Laden in drie fasen kan de laadprestaties verbeteren, maar veroorzaakt een aanzienlijk hogere netwerkbelasting",
"theme_setting_three_stage_loading_title": "Laden in drie fasen inschakelen", "theme_setting_three_stage_loading_title": "Laden in drie fasen inschakelen",
"translated_text_options": "Opties", "translated_text_options": "Options",
"trash_page_delete": "Verwijderen", "trash_page_delete": "Delete",
"trash_page_delete_all": "Verwijder Alle", "trash_page_delete_all": "Delete All",
"trash_page_empty_trash_btn": "Leeg prullenbak", "trash_page_empty_trash_btn": "Empty trash",
"trash_page_empty_trash_dialog_content": "Wil je je weggegooide assets leegmaken? Deze items worden permanent verwijderd van Immich", "trash_page_empty_trash_dialog_content": "Do you want to empty your trashed assets? These items will be permanently removed from Immich",
"trash_page_empty_trash_dialog_ok": "Ok", "trash_page_empty_trash_dialog_ok": "Ok",
"trash_page_info": "Verwijderde items worden permanent verwijderd na {} dagen", "trash_page_info": "Trashed items will be permanently deleted after {} days",
"trash_page_no_assets": "Geen verwijderde assets", "trash_page_no_assets": "No trashed assets",
"trash_page_restore": "Herstellen", "trash_page_restore": "Restore",
"trash_page_restore_all": "Herstel Alle", "trash_page_restore_all": "Restore All",
"trash_page_select_assets_btn": "Selecteer assets", "trash_page_select_assets_btn": "Select assets",
"trash_page_select_btn": "Selecteren", "trash_page_select_btn": "Select",
"trash_page_title": "Prullenbak ({})", "trash_page_title": "Trash ({})",
"upload_dialog_cancel": "Annuleren", "upload_dialog_cancel": "Annuleren",
"upload_dialog_info": "Wilt u een backup maken van de geselecteerde Asset(s) op de server?", "upload_dialog_info": "Wilt u een backup maken van de geselecteerde Asset(s) op de server?",
"upload_dialog_ok": "Uploaden", "upload_dialog_ok": "Upload",
"upload_dialog_title": "Asset uploaden", "upload_dialog_title": "Asset uploaden",
"version_announcement_overlay_ack": "Bevestig", "version_announcement_overlay_ack": "Bevestig",
"version_announcement_overlay_release_notes": "releaseopmerkingen", "version_announcement_overlay_release_notes": "releaseopmerkingen",
@@ -462,7 +384,7 @@
"version_announcement_overlay_text_2": "neem je tijd en bezoek de ", "version_announcement_overlay_text_2": "neem je tijd en bezoek de ",
"version_announcement_overlay_text_3": " en controleer of je docker-compose en .env up-to-date zijn, om misconfiguraties te voorkomen, in het bijzonder als je gebruik maakt van WatchTower of een ander mechanisme dat je serverapplicatie automatisch bijwerkt.", "version_announcement_overlay_text_3": " en controleer of je docker-compose en .env up-to-date zijn, om misconfiguraties te voorkomen, in het bijzonder als je gebruik maakt van WatchTower of een ander mechanisme dat je serverapplicatie automatisch bijwerkt.",
"version_announcement_overlay_title": "Nieuwe serverversie beschikbaar \uD83C\uDF89", "version_announcement_overlay_title": "Nieuwe serverversie beschikbaar \uD83C\uDF89",
"viewer_remove_from_stack": "Verwijder van Stapel", "viewer_remove_from_stack": "Remove from Stack",
"viewer_stack_use_as_main_asset": "Gebruik als Hoofd Asset", "viewer_stack_use_as_main_asset": "Use as Main Asset",
"viewer_unstack": "Ontstapel" "viewer_unstack": "Un-Stack"
} }

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Anuluj",
"action_common_update": "Aktualizuj",
"add_to_album_bottom_sheet_added": "Dodano do {album}", "add_to_album_bottom_sheet_added": "Dodano do {album}",
"add_to_album_bottom_sheet_already_exists": "Już w {album}", "add_to_album_bottom_sheet_already_exists": "Już w {album}",
"advanced_settings_log_level_title": "Poziom dziennika: {}",
"advanced_settings_prefer_remote_subtitle": "Niektóre urządzenia bardzo wolno ładują miniatury z zasobów na urządzeniu. Aktywuj to ustawienie, aby ładować zdalne obrazy.", "advanced_settings_prefer_remote_subtitle": "Niektóre urządzenia bardzo wolno ładują miniatury z zasobów na urządzeniu. Aktywuj to ustawienie, aby ładować zdalne obrazy.",
"advanced_settings_prefer_remote_title": "Preferuj obrazy zdalne", "advanced_settings_prefer_remote_title": "Preferuj obrazy zdalne",
"advanced_settings_self_signed_ssl_subtitle": "Pomija weryfikację certyfikatu SSL dla punktu końcowego serwera. Wymagane w przypadku certyfikatów z podpisem własnym.", "advanced_settings_self_signed_ssl_subtitle": "Pomija weryfikację certyfikatu SSL dla punktu końcowego serwera. Wymagane w przypadku certyfikatów z podpisem własnym.",
@@ -26,7 +23,7 @@
"album_viewer_appbar_share_err_title": "Nie udało się zmienić tytułu albumu", "album_viewer_appbar_share_err_title": "Nie udało się zmienić tytułu albumu",
"album_viewer_appbar_share_leave": "Opuść album", "album_viewer_appbar_share_leave": "Opuść album",
"album_viewer_appbar_share_remove": "Usuń z albumu", "album_viewer_appbar_share_remove": "Usuń z albumu",
"album_viewer_appbar_share_to": "Udostępnij", "album_viewer_appbar_share_to": "Share To",
"album_viewer_page_share_add_users": "Dodaj użytkowników", "album_viewer_page_share_add_users": "Dodaj użytkowników",
"all_people_page_title": "Ludzie", "all_people_page_title": "Ludzie",
"all_videos_page_title": "Filmy", "all_videos_page_title": "Filmy",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Wyloguj się", "app_bar_signout_dialog_title": "Wyloguj się",
"archive_page_no_archived_assets": "Nie znaleziono zarchiwizowanych zasobów", "archive_page_no_archived_assets": "Nie znaleziono zarchiwizowanych zasobów",
"archive_page_title": "Archiwum ({})", "archive_page_title": "Archiwum ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Układ dynamiczny", "asset_list_layout_settings_dynamic_layout_title": "Układ dynamiczny",
"asset_list_layout_settings_group_automatically": "Automatyczny", "asset_list_layout_settings_group_automatically": "Automatyczny",
"asset_list_layout_settings_group_by": "Grupuj zasoby według", "asset_list_layout_settings_group_by": "Grupuj zasoby według",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Miniatury stron bibliotek ({} zasobów)", "cache_settings_album_thumbnails": "Miniatury stron bibliotek ({} zasobów)",
"cache_settings_clear_cache_button": "Wyczyść Cache", "cache_settings_clear_cache_button": "Wyczyść Cache",
"cache_settings_clear_cache_button_title": "Czyści pamięć podręczną aplikacji. Wpłynie to znacząco na wydajność aplikacji, dopóki pamięć podręczna nie zostanie odbudowana.", "cache_settings_clear_cache_button_title": "Czyści pamięć podręczną aplikacji. Wpłynie to znacząco na wydajność aplikacji, dopóki pamięć podręczna nie zostanie odbudowana.",
"cache_settings_duplicated_assets_clear_button": "WYCZYŚĆ",
"cache_settings_duplicated_assets_subtitle": "Zdjęcia i filmy umieszczone na czarnej liście aplikacji",
"cache_settings_duplicated_assets_title": "Zduplikowane zasoby ({})",
"cache_settings_image_cache_size": "Rozmiar pamięci podręcznej obrazów ({} zasobów)", "cache_settings_image_cache_size": "Rozmiar pamięci podręcznej obrazów ({} zasobów)",
"cache_settings_statistics_album": "Biblioteka miniatur", "cache_settings_statistics_album": "Biblioteka miniatur",
"cache_settings_statistics_assets": "{} zasoby ({})", "cache_settings_statistics_assets": "{} zasoby ({})",
@@ -142,17 +134,14 @@
"control_bottom_app_bar_archive": "Archiwum", "control_bottom_app_bar_archive": "Archiwum",
"control_bottom_app_bar_create_new_album": "Utwórz nowy album", "control_bottom_app_bar_create_new_album": "Utwórz nowy album",
"control_bottom_app_bar_delete": "Usuń", "control_bottom_app_bar_delete": "Usuń",
"control_bottom_app_bar_edit_location": "Edytuj lokalizację",
"control_bottom_app_bar_edit_time": "Edytuj datę i godzinę",
"control_bottom_app_bar_favorite": "Ulubione", "control_bottom_app_bar_favorite": "Ulubione",
"control_bottom_app_bar_share": "Udostępnij", "control_bottom_app_bar_share": "Udostępnij",
"control_bottom_app_bar_share_to": "Udostępnij", "control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "Stos", "control_bottom_app_bar_stack": "Stos",
"control_bottom_app_bar_unarchive": "Cofnij archiwizację", "control_bottom_app_bar_unarchive": "Cofnij archiwizację",
"control_bottom_app_bar_unfavorite": "Nieulubione", "control_bottom_app_bar_upload": "Wgraj",
"control_bottom_app_bar_upload": "Prześlij",
"create_album_page_untitled": "Bez tytułu", "create_album_page_untitled": "Bez tytułu",
"create_shared_album_page_create": "Utwórz album", "create_shared_album_page_create": "Utwórz",
"create_shared_album_page_share": "Udostępnij", "create_shared_album_page_share": "Udostępnij",
"create_shared_album_page_share_add_assets": "DODAJ ZASOBY", "create_shared_album_page_share_add_assets": "DODAJ ZASOBY",
"create_shared_album_page_share_select_photos": "Zaznacz Zdjęcia", "create_shared_album_page_share_select_photos": "Zaznacz Zdjęcia",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Usuń udostępniony link", "delete_shared_link_dialog_title": "Usuń udostępniony link",
"description_input_hint_text": "Dodaj opis...", "description_input_hint_text": "Dodaj opis...",
"description_input_submit_error": "Błąd aktualizacji opisu, sprawdź dziennik, aby uzyskać więcej szczegółów", "description_input_submit_error": "Błąd aktualizacji opisu, sprawdź dziennik, aby uzyskać więcej szczegółów",
"edit_date_time_dialog_date_time": "Data i godzina",
"edit_date_time_dialog_timezone": "Strefa czasowa",
"edit_location_dialog_title": "Lokalizacja",
"exif_bottom_sheet_description": "Dodaj Opis...", "exif_bottom_sheet_description": "Dodaj Opis...",
"exif_bottom_sheet_details": "SZCZEGÓŁY", "exif_bottom_sheet_details": "SZCZEGÓŁY",
"exif_bottom_sheet_location": "LOKALIZACJA", "exif_bottom_sheet_location": "LOKALIZACJA",
"exif_bottom_sheet_location_add": "Dodaj lokalizację",
"experimental_settings_new_asset_list_subtitle": "Praca w toku", "experimental_settings_new_asset_list_subtitle": "Praca w toku",
"experimental_settings_new_asset_list_title": "Włącz eksperymentalną układ zdjęć", "experimental_settings_new_asset_list_title": "Włącz eksperymentalną układ zdjęć",
"experimental_settings_subtitle": "Używaj na własne ryzyko!", "experimental_settings_subtitle": "Używaj na własne ryzyko!",
@@ -193,7 +178,7 @@
"home_page_favorite_err_local": "Nie można dodać do ulubionych lokalnych zasobów, pomijam", "home_page_favorite_err_local": "Nie można dodać do ulubionych lokalnych zasobów, pomijam",
"home_page_favorite_err_partner": "Nie można jeszcze dodać do ulubionych zasobów partnera, pomijam", "home_page_favorite_err_partner": "Nie można jeszcze dodać do ulubionych zasobów partnera, pomijam",
"home_page_first_time_notice": "Jeśli korzystasz z aplikacji po raz pierwszy, pamiętaj o wybraniu albumów zapasowych, aby oś czasu mogła zapełnić zdjęcia i filmy w albumach.", "home_page_first_time_notice": "Jeśli korzystasz z aplikacji po raz pierwszy, pamiętaj o wybraniu albumów zapasowych, aby oś czasu mogła zapełnić zdjęcia i filmy w albumach.",
"home_page_share_err_local": "Nie można udostępniać zasobów lokalnych za pośrednictwem linku, pomijajam", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "Można przesłać maksymalnie 30 zasobów jednocześnie, pomijanie", "home_page_upload_err_limit": "Można przesłać maksymalnie 30 zasobów jednocześnie, pomijanie",
"image_viewer_page_state_provider_download_error": "Błąd pobierania", "image_viewer_page_state_provider_download_error": "Błąd pobierania",
"image_viewer_page_state_provider_download_success": "Pobieranie zakończone", "image_viewer_page_state_provider_download_success": "Pobieranie zakończone",
@@ -204,22 +189,12 @@
"library_page_favorites": "Ulubione", "library_page_favorites": "Ulubione",
"library_page_new_album": "Nowy album", "library_page_new_album": "Nowy album",
"library_page_sharing": "Udostępnianie", "library_page_sharing": "Udostępnianie",
"library_page_sort_asset_count": "Liczba zasobów",
"library_page_sort_created": "Ostatnio utworzone", "library_page_sort_created": "Ostatnio utworzone",
"library_page_sort_last_modified": "Ostatnio zmodyfikowany", "library_page_sort_last_modified": "Ostatnio zmodyfikowany",
"library_page_sort_most_oldest_photo": "Najstarsze zdjęcie",
"library_page_sort_most_recent_photo": "Najnowsze zdjęcie", "library_page_sort_most_recent_photo": "Najnowsze zdjęcie",
"library_page_sort_title": "Tytuł albumu", "library_page_sort_title": "Tytuł albumu",
"location_picker_choose_on_map": "Wybierz na mapie",
"location_picker_latitude": "Szerokość geograficzna",
"location_picker_latitude_error": "Wprowadź prawidłową szerokość geograficzną",
"location_picker_latitude_hint": "Wpisz tutaj swoją szerokość geograficzną",
"location_picker_longitude": "Długość geograficzna",
"location_picker_longitude_error": "Wprowadź prawidłową długość geograficzną",
"location_picker_longitude_hint": "Wpisz tutaj swoją długość geograficzną",
"login_disabled": "Logowanie zostało wyłączone", "login_disabled": "Logowanie zostało wyłączone",
"login_form_api_exception": "Wyjątek API. Sprawdź adres URL serwera i spróbuj ponownie.", "login_form_api_exception": "Wyjątek API. Sprawdź adres URL serwera i spróbuj ponownie.",
"login_form_back_button_text": "Cofnij",
"login_form_button_text": "Login", "login_form_button_text": "Login",
"login_form_email_hint": "twojmail@email.com", "login_form_email_hint": "twojmail@email.com",
"login_form_endpoint_hint": "http://ip-twojego-serwera:port/api", "login_form_endpoint_hint": "http://ip-twojego-serwera:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Nie można połączyć się z serwerem.", "login_form_server_error": "Nie można połączyć się z serwerem.",
"login_password_changed_error": "Wystąpił błąd podczas aktualizacji hasła", "login_password_changed_error": "Wystąpił błąd podczas aktualizacji hasła",
"login_password_changed_success": "Hasło zostało zmienione", "login_password_changed_success": "Hasło zostało zmienione",
"map_assets_in_bound": "{} zdjęć",
"map_assets_in_bounds": "{} zdjęć",
"map_cannot_get_user_location": "Nie można uzyskać lokalizacji użytkownika", "map_cannot_get_user_location": "Nie można uzyskać lokalizacji użytkownika",
"map_location_dialog_cancel": "Anuluj", "map_location_dialog_cancel": "Anuluj",
"map_location_dialog_yes": "Tak", "map_location_dialog_yes": "Tak",
"map_location_picker_page_use_location": "Użyj tej lokalizacji",
"map_location_service_disabled_content": "Aby wyświetlić zasoby z Twojej bieżącej lokalizacji, należy włączyć usługę lokalizacyjną. Czy chcesz to teraz włączyć?", "map_location_service_disabled_content": "Aby wyświetlić zasoby z Twojej bieżącej lokalizacji, należy włączyć usługę lokalizacyjną. Czy chcesz to teraz włączyć?",
"map_location_service_disabled_title": "Usługa lokalizacji wyłączona", "map_location_service_disabled_title": "Usługa lokalizacji wyłączona",
"map_no_assets_in_bounds": "Brak zdjęć w tym obszarze", "map_no_assets_in_bounds": "Brak zdjęć w tym obszarze",
"map_no_location_permission_content": "Aby wyświetlić zasoby z Twojej bieżącej lokalizacji, potrzebne jest pozwolenie na lokalizację. Czy chcesz teraz na to pozwolić?", "map_no_location_permission_content": "Aby wyświetlić zasoby z Twojej bieżącej lokalizacji, potrzebne jest pozwolenie na lokalizację. Czy chcesz teraz na to pozwolić?",
"map_no_location_permission_title": "Odmowa pozwolenia na lokalizację", "map_no_location_permission_title": "Odmowa pozwolenia na lokalizację",
"map_settings_dark_mode": "Tryb ciemny", "map_settings_dark_mode": "Tryb ciemny",
"map_settings_date_range_option_all": "Wszystko",
"map_settings_date_range_option_day": "Ostatnie 24 godziny",
"map_settings_date_range_option_days": "Ostatnie {} dni",
"map_settings_date_range_option_year": "Poprzedni rok",
"map_settings_date_range_option_years": "Ostatnie {} lat",
"map_settings_dialog_cancel": "Anuluj", "map_settings_dialog_cancel": "Anuluj",
"map_settings_dialog_save": "Zapisz", "map_settings_dialog_save": "Zapisz",
"map_settings_dialog_title": "Ustawienia mapy", "map_settings_dialog_title": "Ustawienia mapy",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Pomniejsz, aby zobaczyć zdjęcia", "map_zoom_to_see_photos": "Pomniejsz, aby zobaczyć zdjęcia",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Zdjęcia ruchome", "motion_photos_page_title": "Zdjęcia ruchome",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Anuluj", "notification_permission_dialog_cancel": "Anuluj",
"notification_permission_dialog_content": "Aby włączyć powiadomienia, przejdź do Ustawień i wybierz opcję Zezwalaj.", "notification_permission_dialog_content": "Aby włączyć powiadomienia, przejdź do Ustawień i wybierz opcję Zezwalaj.",
"notification_permission_dialog_settings": "Ustawienia", "notification_permission_dialog_settings": "Ustawienia",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "{} nie będziesz już mieć dostępu do swoich zdjęć.", "partner_page_stop_sharing_content": "{} nie będziesz już mieć dostępu do swoich zdjęć.",
"partner_page_stop_sharing_title": "Przestać udostępniać swoje zdjęcia?", "partner_page_stop_sharing_title": "Przestać udostępniać swoje zdjęcia?",
"partner_page_title": "Partner", "partner_page_title": "Partner",
"permission_onboarding_back": "Cofnij", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "Kontynuuj mimo to", "permission_onboarding_continue_anyway": "Kontynuuj mimo to",
"permission_onboarding_get_started": "Rozpocznij", "permission_onboarding_get_started": "Rozpocznij",
"permission_onboarding_go_to_settings": "Przejdź do ustawień", "permission_onboarding_go_to_settings": "Przejdź do ustawień",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Pozwolenie ograniczone. Aby umożliwić Immichowi tworzenie kopii zapasowych całej kolekcji galerii i zarządzanie nią, przyznaj uprawnienia do zdjęć i filmów w Ustawieniach.", "permission_onboarding_permission_limited": "Pozwolenie ograniczone. Aby umożliwić Immichowi tworzenie kopii zapasowych całej kolekcji galerii i zarządzanie nią, przyznaj uprawnienia do zdjęć i filmów w Ustawieniach.",
"permission_onboarding_request": "Immich potrzebuje pozwolenia na przeglądanie Twoich zdjęć i filmów.", "permission_onboarding_request": "Immich potrzebuje pozwolenia na przeglądanie Twoich zdjęć i filmów.",
"profile_drawer_app_logs": "Logi", "profile_drawer_app_logs": "Logi",
"profile_drawer_client_out_of_date_major": "Aplikacja mobilna jest nieaktualna. Zaktualizuj do najnowszej wersji głównej.",
"profile_drawer_client_out_of_date_minor": "Aplikacja mobilna jest nieaktualna. Zaktualizuj do najnowszej wersji dodatkowej.",
"profile_drawer_client_server_up_to_date": "Klient i serwer są aktualne", "profile_drawer_client_server_up_to_date": "Klient i serwer są aktualne",
"profile_drawer_documentation": "Dokumentacja", "profile_drawer_documentation": "Dokumentacja",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Serwer jest nieaktualny. Zaktualizuj do najnowszej wersji głównej.",
"profile_drawer_server_out_of_date_minor": "Serwer jest nieaktualny. Zaktualizuj do najnowszej wersji dodatkowej.",
"profile_drawer_settings": "Ustawienia", "profile_drawer_settings": "Ustawienia",
"profile_drawer_sign_out": "Wyloguj się", "profile_drawer_sign_out": "Wyloguj się",
"profile_drawer_trash": "Kosz", "profile_drawer_trash": "Kosz",
"recently_added_page_title": "Ostatnio Dodane", "recently_added_page_title": "Ostatnio Dodane",
"scaffold_body_error_occurred": "Wystąpił błąd",
"search_bar_hint": "Szukaj swoich zdjęć", "search_bar_hint": "Szukaj swoich zdjęć",
"search_page_categories": "Kategorie", "search_page_categories": "Kategorie",
"search_page_favorites": "Ulubione", "search_page_favorites": "Ulubione",
@@ -315,13 +275,6 @@
"search_page_no_objects": "Brak informacji o obiektach", "search_page_no_objects": "Brak informacji o obiektach",
"search_page_no_places": "Brak informacji o miejscu", "search_page_no_places": "Brak informacji o miejscu",
"search_page_people": "Ludzie", "search_page_people": "Ludzie",
"search_page_person_add_name_dialog_cancel": "Anuluj",
"search_page_person_add_name_dialog_hint": "Nazwa",
"search_page_person_add_name_dialog_save": "Zapisz",
"search_page_person_add_name_dialog_title": "Dodaj nazwę",
"search_page_person_add_name_subtitle": "Znajdź je szybko według nazwy za pomocą wyszukiwania",
"search_page_person_add_name_title": "Dodaj nazwę",
"search_page_person_edit_name": "Edytuj imię",
"search_page_places": "Miejsca", "search_page_places": "Miejsca",
"search_page_recently_added": "Ostatnio dodane", "search_page_recently_added": "Ostatnio dodane",
"search_page_screenshots": "Zrzuty ekranu", "search_page_screenshots": "Zrzuty ekranu",
@@ -330,7 +283,6 @@
"search_page_videos": "Filmy", "search_page_videos": "Filmy",
"search_page_view_all_button": "Pokaż wszystkie", "search_page_view_all_button": "Pokaż wszystkie",
"search_page_your_activity": "Twoja aktywność", "search_page_your_activity": "Twoja aktywność",
"search_page_your_map": "Twoja mapa",
"search_result_page_new_search_hint": "Nowe wyszukiwanie", "search_result_page_new_search_hint": "Nowe wyszukiwanie",
"search_suggestion_list_smart_search_hint_1": "Inteligentne wyszukiwanie jest domyślnie włączone, aby wyszukiwać metadane, użyj składni ", "search_suggestion_list_smart_search_hint_1": "Inteligentne wyszukiwanie jest domyślnie włączone, aby wyszukiwać metadane, użyj składni ",
"search_suggestion_list_smart_search_hint_2": "m:your-search-term", "search_suggestion_list_smart_search_hint_2": "m:your-search-term",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Nie udało się utworzyć albumu", "select_user_for_sharing_page_err_album": "Nie udało się utworzyć albumu",
"select_user_for_sharing_page_share_suggestions": "Propozycje", "select_user_for_sharing_page_share_suggestions": "Propozycje",
"server_info_box_app_version": "Wersja Aplikacji", "server_info_box_app_version": "Wersja Aplikacji",
"server_info_box_latest_release": "Ostatnia wersja",
"server_info_box_server_url": "Adres URL", "server_info_box_server_url": "Adres URL",
"server_info_box_server_version": "Wersja Serwera", "server_info_box_server_version": "Wersja Serwera",
"setting_image_viewer_help": "Przeglądarka szczegółów najpierw ładuje małą miniaturę, następnie ładuje podgląd średniej wielkości (jeśli jest włączony), a na koniec ładuje oryginał (jeśli jest włączony).", "setting_image_viewer_help": "Przeglądarka szczegółów najpierw ładuje małą miniaturę, następnie ładuje podgląd średniej wielkości (jeśli jest włączony), a na koniec ładuje oryginał (jeśli jest włączony).",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "Usuń aktywność", "shared_album_activity_remove_title": "Usuń aktywność",
"shared_album_activity_setting_subtitle": "Pozwól innym odpowiedzieć", "shared_album_activity_setting_subtitle": "Pozwól innym odpowiedzieć",
"shared_album_activity_setting_title": "Komentarze i polubienia", "shared_album_activity_setting_title": "Komentarze i polubienia",
"shared_album_section_people_action_error": "Błąd podczas opuszczania/usuwania z albumu",
"shared_album_section_people_action_leave": "Usuń użytkownika z albumu",
"shared_album_section_people_action_remove_user": "Usuń użytkownika z albumu",
"shared_album_section_people_owner_label": "Właściciel",
"shared_album_section_people_title": "LUDZIE",
"share_dialog_preparing": "Przygotowywanie...", "share_dialog_preparing": "Przygotowywanie...",
"shared_link_app_bar_title": "Udostępnione linki", "shared_link_app_bar_title": "Udostępnione linki",
"shared_link_clipboard_copied_massage": "Skopiowane do schowka",
"shared_link_clipboard_text": "Link: {}\nHasło: {}",
"shared_link_create_app_bar_title": "Utwórz link do udostępnienia", "shared_link_create_app_bar_title": "Utwórz link do udostępnienia",
"shared_link_create_error": "Błąd podczas tworzenia udostępnionego linka",
"shared_link_create_info": "Pozwól każdemu, kto ma link, zobaczyć wybrane zdjęcia", "shared_link_create_info": "Pozwól każdemu, kto ma link, zobaczyć wybrane zdjęcia",
"shared_link_create_submit_button": "Utwórz link", "shared_link_create_submit_button": "Utwórz link",
"shared_link_edit_allow_download": "Zezwalaj użytkownikowi publicznemu na pobieranie", "shared_link_edit_allow_download": "Zezwalaj użytkownikowi publicznemu na pobieranie",
@@ -390,32 +333,11 @@
"shared_link_edit_description": "Opis", "shared_link_edit_description": "Opis",
"shared_link_edit_description_hint": "Wprowadź opis udostępnienia", "shared_link_edit_description_hint": "Wprowadź opis udostępnienia",
"shared_link_edit_expire_after": "Wygasa po", "shared_link_edit_expire_after": "Wygasa po",
"shared_link_edit_expire_after_option_day": "1 dzień",
"shared_link_edit_expire_after_option_days": "{} dni",
"shared_link_edit_expire_after_option_hour": "1 godzina",
"shared_link_edit_expire_after_option_hours": "{} godzin",
"shared_link_edit_expire_after_option_minute": "1 minuta",
"shared_link_edit_expire_after_option_minutes": "{} minut",
"shared_link_edit_expire_after_option_never": "Nigdy",
"shared_link_edit_password": "Hasło", "shared_link_edit_password": "Hasło",
"shared_link_edit_password_hint": "Wprowadź hasło udostępniania", "shared_link_edit_password_hint": "Wprowadź hasło udostępniania",
"shared_link_edit_show_meta": "Pokaż metadane", "shared_link_edit_show_meta": "Pokaż metadane",
"shared_link_edit_submit_button": "Aktualizuj link", "shared_link_edit_submit_button": "Aktualizuj link",
"shared_link_empty": "Nie masz żadnych udostępnionych linków", "shared_link_empty": "Nie masz żadnych udostępnionych linków",
"shared_link_error_server_url_fetch": "Nie można pobrać adresu URL serwera",
"shared_link_expired": "Wygasły",
"shared_link_expires_day": "Wygasa za {} dni",
"shared_link_expires_days": "Wygasa za {} dni",
"shared_link_expires_hour": "Wygasa za {} godzin",
"shared_link_expires_hours": "Wygasa za {} godzin",
"shared_link_expires_minute": "Wygasa za {} minut",
"shared_link_expires_minutes": "Wygasa za {} minut",
"shared_link_expires_never": "Wygasa ∞",
"shared_link_expires_second": "Wygasa za {} sekund",
"shared_link_expires_seconds": "Wygasa za {} sekund",
"shared_link_info_chip_download": "Pobierz",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Wgraj",
"shared_link_manage_links": "Zarządzaj udostępnionymi linkami", "shared_link_manage_links": "Zarządzaj udostępnionymi linkami",
"share_done": "Zrobione", "share_done": "Zrobione",
"share_invite": "Zaproś do albumu", "share_invite": "Zaproś do albumu",

View File

@@ -1,24 +1,9 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Added to {album}",
"add_to_album_bottom_sheet_already_exists": "Already in {album}",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.",
"advanced_settings_prefer_remote_title": "Prefer remote images",
"advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.",
"advanced_settings_self_signed_ssl_title": "Allow self-signed SSL certificates",
"advanced_settings_tile_subtitle": "Advanced user's settings",
"advanced_settings_tile_title": "Advanced",
"advanced_settings_troubleshooting_subtitle": "Enable additional features for troubleshooting",
"advanced_settings_troubleshooting_title": "Troubleshooting",
"album_info_card_backup_album_excluded": "DELETADO", "album_info_card_backup_album_excluded": "DELETADO",
"album_info_card_backup_album_included": "INCLUÍDO", "album_info_card_backup_album_included": "INCLUÍDO",
"album_thumbnail_card_item": "1 item", "album_thumbnail_card_item": "1 item",
"album_thumbnail_card_items": "{} itens", "album_thumbnail_card_items": "{} itens",
"album_thumbnail_card_shared": "Compartilhado", "album_thumbnail_card_shared": "Compartilhado",
"album_thumbnail_owned": "Owned",
"album_thumbnail_shared_by": "Shared by {}",
"album_viewer_appbar_share_delete": "Deletar álbum", "album_viewer_appbar_share_delete": "Deletar álbum",
"album_viewer_appbar_share_err_delete": "Falha ao deletar álbum", "album_viewer_appbar_share_err_delete": "Falha ao deletar álbum",
"album_viewer_appbar_share_err_leave": "Falha ao sair do álbum", "album_viewer_appbar_share_err_leave": "Falha ao sair do álbum",
@@ -26,22 +11,7 @@
"album_viewer_appbar_share_err_title": "Falha ao alterar título do álbum", "album_viewer_appbar_share_err_title": "Falha ao alterar título do álbum",
"album_viewer_appbar_share_leave": "Deixar álbum", "album_viewer_appbar_share_leave": "Deixar álbum",
"album_viewer_appbar_share_remove": "Remover do álbum", "album_viewer_appbar_share_remove": "Remover do álbum",
"album_viewer_appbar_share_to": "Share To",
"album_viewer_page_share_add_users": "Adicionar usuários", "album_viewer_page_share_add_users": "Adicionar usuários",
"all_people_page_title": "People",
"all_videos_page_title": "Videos",
"app_bar_signout_dialog_content": "Are you sure you want to sign out?",
"app_bar_signout_dialog_ok": "Yes",
"app_bar_signout_dialog_title": "Sign out",
"archive_page_no_archived_assets": "No archived assets found",
"archive_page_title": "Archive ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dynamic layout",
"asset_list_layout_settings_group_automatically": "Automatic",
"asset_list_layout_settings_group_by": "Group assets by",
"asset_list_layout_settings_group_by_month": "Month",
"asset_list_layout_settings_group_by_month_day": "Month + day",
"asset_list_settings_subtitle": "Configurações de layout da grade de fotos", "asset_list_settings_subtitle": "Configurações de layout da grade de fotos",
"asset_list_settings_title": "Grade de fotos", "asset_list_settings_title": "Grade de fotos",
"backup_album_selection_page_albums_device": "Álbuns no dispositivo ({})", "backup_album_selection_page_albums_device": "Álbuns no dispositivo ({})",
@@ -59,16 +29,13 @@
"backup_background_service_in_progress_notification": "Fazendo backup de seus itens…", "backup_background_service_in_progress_notification": "Fazendo backup de seus itens…",
"backup_background_service_upload_failure_notification": "Falha ao carregar {}", "backup_background_service_upload_failure_notification": "Falha ao carregar {}",
"backup_controller_page_albums": "Backup Álbuns", "backup_controller_page_albums": "Backup Álbuns",
"backup_controller_page_background_app_refresh_disabled_content": "Enable background app refresh in Settings > General > Background App Refresh in order to use background backup.",
"backup_controller_page_background_app_refresh_disabled_title": "Background app refresh disabled",
"backup_controller_page_background_app_refresh_enable_button_text": "Go to settings",
"backup_controller_page_background_battery_info_link": "Mostre-me como", "backup_controller_page_background_battery_info_link": "Mostre-me como",
"backup_controller_page_background_battery_info_message": "Para obter a melhor experiência de backup em segundo plano, desative todas as otimizações de bateria que restrinjam a atividade em segundo plano do Immich.\n\nComo isso é específico do dispositivo, consulte as informações necessárias do fabricante do dispositivo.", "backup_controller_page_background_battery_info_message": "Para obter a melhor experiência de backup em segundo plano, desative todas as otimizações de bateria que restrinjam a atividade em segundo plano do Immich.\n\nComo isso é específico do dispositivo, consulte as informações necessárias do fabricante do dispositivo.",
"backup_controller_page_background_battery_info_ok": "OK", "backup_controller_page_background_battery_info_ok": "OK",
"backup_controller_page_background_battery_info_title": "Otimizações de bateria", "backup_controller_page_background_battery_info_title": "Otimizações de bateria",
"backup_controller_page_background_charging": "Somente durante o carregamento", "backup_controller_page_background_charging": "Somente durante o carregamento",
"backup_controller_page_background_configure_error": "Falha ao configurar o serviço em segundo plano", "backup_controller_page_background_configure_error": "Falha ao configurar o serviço em segundo plano",
"backup_controller_page_background_delay": "Atrasar o backup de novos ativos: {}", "backup_controller_page_background_delay": "Delay new assets backup: {}",
"backup_controller_page_background_description": "Ative o serviço em segundo plano para fazer backup automático de novos itens sem precisar abrir o aplicativo", "backup_controller_page_background_description": "Ative o serviço em segundo plano para fazer backup automático de novos itens sem precisar abrir o aplicativo",
"backup_controller_page_background_is_off": "O backup automático em segundo plano está desativado", "backup_controller_page_background_is_off": "O backup automático em segundo plano está desativado",
"backup_controller_page_background_is_on": "O backup automático em segundo plano está ativado", "backup_controller_page_background_is_on": "O backup automático em segundo plano está ativado",
@@ -103,17 +70,9 @@
"backup_controller_page_uploading_file_info": "Carregando informações do arquivo", "backup_controller_page_uploading_file_info": "Carregando informações do arquivo",
"backup_err_only_album": "Não é possível remover apenas o álbum", "backup_err_only_album": "Não é possível remover apenas o álbum",
"backup_info_card_assets": "itens", "backup_info_card_assets": "itens",
"backup_manual_cancelled": "Cancelled",
"backup_manual_failed": "Failed",
"backup_manual_in_progress": "Upload already in progress. Try after sometime",
"backup_manual_success": "Success",
"backup_manual_title": "Upload status",
"cache_settings_album_thumbnails": "Miniaturas da página da biblioteca ({} itens)", "cache_settings_album_thumbnails": "Miniaturas da página da biblioteca ({} itens)",
"cache_settings_clear_cache_button": "Limpar cache", "cache_settings_clear_cache_button": "Limpar cache",
"cache_settings_clear_cache_button_title": "Limpa o cache do aplicativo. Isso afetará significativamente o desempenho do aplicativo até que o cache seja reconstruído.", "cache_settings_clear_cache_button_title": "Limpa o cache do aplicativo. Isso afetará significativamente o desempenho do aplicativo até que o cache seja reconstruído.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "Tamanho do cache de imagem ({} itens)", "cache_settings_image_cache_size": "Tamanho do cache de imagem ({} itens)",
"cache_settings_statistics_album": "Miniaturas da biblioteca", "cache_settings_statistics_album": "Miniaturas da biblioteca",
"cache_settings_statistics_assets": "{} itens ({})", "cache_settings_statistics_assets": "{} itens ({})",
@@ -123,41 +82,18 @@
"cache_settings_statistics_title": "Uso de cache", "cache_settings_statistics_title": "Uso de cache",
"cache_settings_subtitle": "Controle o comportamento de cache do aplicativo Immich", "cache_settings_subtitle": "Controle o comportamento de cache do aplicativo Immich",
"cache_settings_thumbnail_size": "Tamanho do cache de miniaturas ({} itens)", "cache_settings_thumbnail_size": "Tamanho do cache de miniaturas ({} itens)",
"cache_settings_tile_subtitle": "Control the local storage behaviour",
"cache_settings_tile_title": "Local Storage",
"cache_settings_title": "Configurações de cache", "cache_settings_title": "Configurações de cache",
"change_password_form_confirm_password": "Confirm Password", "control_bottom_app_bar_add_to_album": "Add to album",
"change_password_form_description": "Hi {name},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.", "control_bottom_app_bar_album_info": "{} items",
"change_password_form_new_password": "New Password", "control_bottom_app_bar_album_info_shared": "{} items · Shared",
"change_password_form_password_mismatch": "Passwords do not match", "control_bottom_app_bar_create_new_album": "Create new album",
"change_password_form_reenter_new_password": "Re-enter New Password",
"common_add_to_album": "Add to album",
"common_change_password": "Change Password",
"common_create_new_album": "Create new album",
"common_server_error": "Please check your network connection, make sure the server is reachable and app/server versions are compatible.",
"common_shared": "Shared",
"control_bottom_app_bar_add_to_album": "Adicionar ao álbum",
"control_bottom_app_bar_album_info": "{} itens",
"control_bottom_app_bar_album_info_shared": "{} itens · Compartilhado",
"control_bottom_app_bar_archive": "Archive",
"control_bottom_app_bar_create_new_album": "Criar novo álbum",
"control_bottom_app_bar_delete": "Deletar", "control_bottom_app_bar_delete": "Deletar",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Favorite",
"control_bottom_app_bar_share": "Compartilhar", "control_bottom_app_bar_share": "Compartilhar",
"control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "Unarchive",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Upload",
"create_album_page_untitled": "Sem título", "create_album_page_untitled": "Sem título",
"create_shared_album_page_create": "Criar", "create_shared_album_page_create": "Criar",
"create_shared_album_page_share": "Compartilhar", "create_shared_album_page_share": "Compartilhar",
"create_shared_album_page_share_add_assets": "ADICIONAR ITENS", "create_shared_album_page_share_add_assets": "ADICIONAR ITENS",
"create_shared_album_page_share_select_photos": "Selecionar Fotos", "create_shared_album_page_share_select_photos": "Selecionar Fotos",
"curated_location_page_title": "Places",
"curated_object_page_title": "Things",
"daily_title_text_date": "E, MMM dd", "daily_title_text_date": "E, MMM dd",
"daily_title_text_date_year": "E, MMM dd, yyyy", "daily_title_text_date_year": "E, MMM dd, yyyy",
"date_format": "E, LLL d, y • h:mm a", "date_format": "E, LLL d, y • h:mm a",
@@ -165,193 +101,57 @@
"delete_dialog_cancel": "Cancelar", "delete_dialog_cancel": "Cancelar",
"delete_dialog_ok": "Deletar", "delete_dialog_ok": "Deletar",
"delete_dialog_title": "Deletar Permanentemente", "delete_dialog_title": "Deletar Permanentemente",
"delete_shared_link_dialog_content": "Are you sure you want to delete this shared link?",
"delete_shared_link_dialog_title": "Delete Shared Link",
"description_input_hint_text": "Add description...",
"description_input_submit_error": "Error updating description, check the log for more details",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Adicionar Descrição...", "exif_bottom_sheet_description": "Adicionar Descrição...",
"exif_bottom_sheet_details": "DETALHES", "exif_bottom_sheet_details": "DETALHES",
"exif_bottom_sheet_location": "LOCALIZAÇÃO", "exif_bottom_sheet_location": "LOCALIZAÇÃO",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "Trabalho em andamento", "experimental_settings_new_asset_list_subtitle": "Trabalho em andamento",
"experimental_settings_new_asset_list_title": "Ativar visualização de grade experimental", "experimental_settings_new_asset_list_title": "Ativar visualização de grade experimental",
"experimental_settings_subtitle": "Use por sua conta e risco!", "experimental_settings_subtitle": "Use por sua conta e risco!",
"experimental_settings_title": "Experimental", "experimental_settings_title": "Experimental",
"favorites_page_no_favorites": "No favorite assets found", "home_page_add_to_album_conflicts": "Added {added} assets to album {album}. {failed} assets are already in the album.",
"favorites_page_title": "Favorites", "home_page_add_to_album_success": "Added {added} assets to album {album}.",
"home_page_add_to_album_conflicts": "Ativos {added} adicionados ao álbum {album}. {failed} ativos já estão no álbum.",
"home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping",
"home_page_add_to_album_success": "Ativos {added} adicionados ao álbum {album}.",
"home_page_album_err_partner": "Can not add partner assets to an album yet, skipping",
"home_page_archive_err_local": "Can not archive local assets yet, skipping",
"home_page_archive_err_partner": "Can not archive partner assets, skipping",
"home_page_building_timeline": "Building the timeline",
"home_page_delete_err_partner": "Can not delete partner assets, skipping",
"home_page_favorite_err_local": "Can not favorite local assets yet, skipping",
"home_page_favorite_err_partner": "Can not favorite partner assets yet, skipping",
"home_page_first_time_notice": "If this is your first time using the app, please make sure to choose a backup album(s) so that the timeline can populate photos and videos in the album(s).",
"home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "Can only upload a maximum of 30 assets at a time, skipping",
"image_viewer_page_state_provider_download_error": "Download Error",
"image_viewer_page_state_provider_download_success": "Download Success",
"image_viewer_page_state_provider_share_error": "Share Error",
"library_page_albums": "Álbuns", "library_page_albums": "Álbuns",
"library_page_archive": "Archive",
"library_page_device_albums": "Albums on Device",
"library_page_favorites": "Favorites",
"library_page_new_album": "Novo Album", "library_page_new_album": "Novo Album",
"library_page_sharing": "Sharing",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_created": "Created date",
"library_page_sort_last_modified": "Last modified",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Most recent photo",
"library_page_sort_title": "Album title",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "Login has been disabled",
"login_form_api_exception": "API exception. Please check the server URL and try again.",
"login_form_back_button_text": "Back",
"login_form_button_text": "Login", "login_form_button_text": "Login",
"login_form_email_hint": "seuemail@email.com", "login_form_email_hint": "seuemail@email.com",
"login_form_endpoint_hint": "http://ip-do-seu-servidor:porta/api", "login_form_endpoint_hint": "http://ip-do-seu-servidor:porta/api",
"login_form_endpoint_url": "URL do endpoint do servidor", "login_form_endpoint_url": "URL do endpoint do servidor",
"login_form_err_http": "Por favor especifique http:// ou https://", "login_form_err_http": "Por favor especifique http:// ou https://",
"login_form_err_invalid_email": "Email Inválido", "login_form_err_invalid_email": "Email Inválido",
"login_form_err_invalid_url": "URL inválida",
"login_form_err_leading_whitespace": "Espaço em branco no início", "login_form_err_leading_whitespace": "Espaço em branco no início",
"login_form_err_trailing_whitespace": "Espaço em branco no fim", "login_form_err_trailing_whitespace": "Espaço em branco no fim",
"login_form_failed_get_oauth_server_config": "Erro ao registrar usando OAuth, verifique o URL do servidor", "login_form_failed_get_oauth_server_config": "Error logging using OAuth, check server URL",
"login_form_failed_get_oauth_server_disable": "O recurso OAuth não está disponível neste servidor", "login_form_failed_get_oauth_server_disable": "OAuth feature is not available on this server",
"login_form_failed_login": "Erro ao fazer login, verifique a url do servidor, email e senha", "login_form_failed_login": "Erro ao fazer login, verifique a url do servidor, email e senha",
"login_form_handshake_exception": "There was an Handshake Exception with the server. Enable self-signed certificate support in the settings if you are using a self-signed certificate.",
"login_form_label_email": "Email", "login_form_label_email": "Email",
"login_form_label_password": "Senha", "login_form_label_password": "Senha",
"login_form_next_button": "Next",
"login_form_password_hint": "senha", "login_form_password_hint": "senha",
"login_form_save_login": "Permanecer logado", "login_form_save_login": "Permanecer logado",
"login_form_server_empty": "Enter a server URL.",
"login_form_server_error": "Could not connect to server.",
"login_password_changed_error": "There was an error updating your password",
"login_password_changed_success": "Password updated successfully",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "Cannot get user's location",
"map_location_dialog_cancel": "Cancel",
"map_location_dialog_yes": "Yes",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?",
"map_location_service_disabled_title": "Location Service disabled",
"map_no_assets_in_bounds": "No photos in this area",
"map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?",
"map_no_location_permission_title": "Location Permission denied",
"map_settings_dark_mode": "Dark mode",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Cancel",
"map_settings_dialog_save": "Save",
"map_settings_dialog_title": "Map Settings",
"map_settings_include_show_archived": "Include Archived",
"map_settings_only_relative_range": "Date range",
"map_settings_only_show_favorites": "Show Favorite Only",
"map_zoom_to_see_photos": "Zoom out to see photos",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Motion Photos",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Cancel",
"notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.",
"notification_permission_dialog_settings": "Settings",
"notification_permission_list_tile_content": "Grant permission to enable notifications.",
"notification_permission_list_tile_enable_button": "Enable Notifications",
"notification_permission_list_tile_title": "Notification Permission",
"partner_page_add_partner": "Add partner",
"partner_page_empty_message": "Your photos are not yet shared with any partner.",
"partner_page_no_more_users": "No more users to add",
"partner_page_partner_add_failed": "Failed to add partner",
"partner_page_select_partner": "Select partner",
"partner_page_shared_to_title": "Shared to",
"partner_page_stop_sharing_content": "{} will no longer be able to access your photos.",
"partner_page_stop_sharing_title": "Stop sharing your photos?",
"partner_page_title": "Partner",
"permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "Continue anyway",
"permission_onboarding_get_started": "Get started",
"permission_onboarding_go_to_settings": "Go to settings",
"permission_onboarding_grant_permission": "Grant permission",
"permission_onboarding_log_out": "Log out",
"permission_onboarding_permission_denied": "Permission denied. To use Immich, grant photo and video permissions in Settings.",
"permission_onboarding_permission_granted": "Permission granted! You are all set.",
"permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.",
"permission_onboarding_request": "Immich requires permission to view your photos and videos.",
"profile_drawer_app_logs": "Logs", "profile_drawer_app_logs": "Logs",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "Cliente e Servidor atualizados", "profile_drawer_client_server_up_to_date": "Cliente e Servidor atualizados",
"profile_drawer_documentation": "Documentation",
"profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Configurações", "profile_drawer_settings": "Configurações",
"profile_drawer_sign_out": "Sair", "profile_drawer_sign_out": "Sair",
"profile_drawer_trash": "Trash",
"recently_added_page_title": "Recently Added",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Busque suas fotos", "search_bar_hint": "Busque suas fotos",
"search_page_categories": "Categories",
"search_page_favorites": "Favorites",
"search_page_motion_photos": "Motion Photos",
"search_page_no_objects": "Nenhuma informação de objeto disponível", "search_page_no_objects": "Nenhuma informação de objeto disponível",
"search_page_no_places": "Nenhuma informação de lugares disponível", "search_page_no_places": "Nenhuma informação de lugares disponível",
"search_page_people": "People",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Lugares", "search_page_places": "Lugares",
"search_page_recently_added": "Recently added",
"search_page_screenshots": "Screenshots",
"search_page_selfies": "Selfies",
"search_page_things": "Objetos", "search_page_things": "Objetos",
"search_page_videos": "Videos",
"search_page_view_all_button": "View all",
"search_page_your_activity": "Your activity",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "Nova Busca", "search_result_page_new_search_hint": "Nova Busca",
"search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ",
"search_suggestion_list_smart_search_hint_2": "m:your-search-term",
"select_additional_user_for_sharing_page_suggestions": "Sugestões", "select_additional_user_for_sharing_page_suggestions": "Sugestões",
"select_user_for_sharing_page_err_album": "Falha ao criar o álbum", "select_user_for_sharing_page_err_album": "Falha ao criar o álbum",
"select_user_for_sharing_page_share_suggestions": "Sugestões", "select_user_for_sharing_page_share_suggestions": "Sugestões",
"server_info_box_app_version": "App Version", "setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).",
"server_info_box_latest_release": "Latest Version", "setting_image_viewer_original_subtitle": "Enable to load the original full-resolution image (large!). Disable to reduce data usage (both network and on device cache).",
"server_info_box_server_url": "Server URL", "setting_image_viewer_original_title": "Load original image",
"server_info_box_server_version": "Server Version", "setting_image_viewer_preview_subtitle": "Enable to load a medium-resolution image. Disable to either directly load the original or only use the thumbnail.",
"setting_image_viewer_help": "O visualizador de detalhes carrega primeiro a miniatura pequena, depois carrega a visualização de tamanho médio (se ativado) e, finalmente, carrega o original (se ativado).", "setting_image_viewer_preview_title": "Load preview image",
"setting_image_viewer_original_subtitle": "Ative para carregar a imagem original em resolução total (grande!). Desative para reduzir o uso de dados (na rede e no cache do dispositivo).",
"setting_image_viewer_original_title": "Carregar imagem original",
"setting_image_viewer_preview_subtitle": "Ative para carregar uma imagem de resolução média. Desative para carregar diretamente o original ou usar apenas a miniatura.",
"setting_image_viewer_preview_title": "Carregar imagem de visualização",
"setting_notifications_notify_failures_grace_period": "Notifique falhas de backup em segundo plano: {}", "setting_notifications_notify_failures_grace_period": "Notifique falhas de backup em segundo plano: {}",
"setting_notifications_notify_hours": "{} horas", "setting_notifications_notify_hours": "{} horas",
"setting_notifications_notify_immediately": "imediatamente", "setting_notifications_notify_immediately": "imediatamente",
"setting_notifications_notify_minutes": "{} minutos", "setting_notifications_notify_minutes": "{} minutos",
"setting_notifications_notify_never": "Nunca", "setting_notifications_notify_never": "Nunca",
"setting_notifications_notify_seconds": "{} segundos", "setting_notifications_notify_seconds": "{} seconds",
"setting_notifications_single_progress_subtitle": "Informações detalhadas sobre o progresso do upload por ativo", "setting_notifications_single_progress_subtitle": "Informações detalhadas sobre o progresso do upload por ativo",
"setting_notifications_single_progress_title": "Mostrar progresso detalhado do backup em segundo plano", "setting_notifications_single_progress_title": "Mostrar progresso detalhado do backup em segundo plano",
"setting_notifications_subtitle": "Ajuste suas preferências de notificação", "setting_notifications_subtitle": "Ajuste suas preferências de notificação",
@@ -364,66 +164,12 @@
"share_add_photos": "Adicionar fotos", "share_add_photos": "Adicionar fotos",
"share_add_title": "Adicione um título", "share_add_title": "Adicione um título",
"share_create_album": "Criar álbum", "share_create_album": "Criar álbum",
"shared_album_activities_input_disable": "Comment is disabled",
"shared_album_activities_input_hint": "Say something",
"shared_album_activity_remove_content": "Do you want to delete this activity?",
"shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Preparando...", "share_dialog_preparing": "Preparando...",
"shared_link_app_bar_title": "Shared Links",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "Create link to share",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Let anyone with the link see the selected photo(s)",
"shared_link_create_submit_button": "Create link",
"shared_link_edit_allow_download": "Allow public user to download",
"shared_link_edit_allow_upload": "Allow public user to upload",
"shared_link_edit_app_bar_title": "Edit link",
"shared_link_edit_change_expiry": "Change expiration time",
"shared_link_edit_description": "Description",
"shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Password",
"shared_link_edit_password_hint": "Enter the share password",
"shared_link_edit_show_meta": "Show metadata",
"shared_link_edit_submit_button": "Update link",
"shared_link_empty": "You don't have any shared links",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Manage Shared links",
"share_done": "Done",
"share_invite": "Convidar para álbum", "share_invite": "Convidar para álbum",
"sharing_page_album": "Álbuns compartilhados", "sharing_page_album": "Álbuns compartilhados",
"sharing_page_description": "Criar álbuns compartilhados para compartilhas fotos e vídeos com pessoas na sua rede.", "sharing_page_description": "Criar álbuns compartilhados para compartilhas fotos e vídeos com pessoas na sua rede.",
"sharing_page_empty_list": "LISTA VAZIA", "sharing_page_empty_list": "LISTA VAZIA",
"sharing_silver_appbar_create_shared_album": "Criar um álgum compartilhado", "sharing_silver_appbar_create_shared_album": "Criar um álgum compartilhado",
"sharing_silver_appbar_shared_links": "Shared links",
"sharing_silver_appbar_share_partner": "Compartilhar com parceiro", "sharing_silver_appbar_share_partner": "Compartilhar com parceiro",
"tab_controller_nav_library": "Biblioteca", "tab_controller_nav_library": "Biblioteca",
"tab_controller_nav_photos": "Fotos", "tab_controller_nav_photos": "Fotos",
@@ -439,30 +185,10 @@
"theme_setting_theme_title": "Tema", "theme_setting_theme_title": "Tema",
"theme_setting_three_stage_loading_subtitle": "O carregamento em três estágios pode aumentar o desempenho do carregamento, mas causa uma carga de rede significativamente maior", "theme_setting_three_stage_loading_subtitle": "O carregamento em três estágios pode aumentar o desempenho do carregamento, mas causa uma carga de rede significativamente maior",
"theme_setting_three_stage_loading_title": "Habilitar carregamento em três estágios", "theme_setting_three_stage_loading_title": "Habilitar carregamento em três estágios",
"translated_text_options": "Options",
"trash_page_delete": "Delete",
"trash_page_delete_all": "Delete All",
"trash_page_empty_trash_btn": "Empty trash",
"trash_page_empty_trash_dialog_content": "Do you want to empty your trashed assets? These items will be permanently removed from Immich",
"trash_page_empty_trash_dialog_ok": "Ok",
"trash_page_info": "Trashed items will be permanently deleted after {} days",
"trash_page_no_assets": "No trashed assets",
"trash_page_restore": "Restore",
"trash_page_restore_all": "Restore All",
"trash_page_select_assets_btn": "Select assets",
"trash_page_select_btn": "Select",
"trash_page_title": "Trash ({})",
"upload_dialog_cancel": "Cancel",
"upload_dialog_info": "Do you want to backup the selected Asset(s) to the server?",
"upload_dialog_ok": "Upload",
"upload_dialog_title": "Upload Asset",
"version_announcement_overlay_ack": "Need Context", "version_announcement_overlay_ack": "Need Context",
"version_announcement_overlay_release_notes": "notas de lançamento", "version_announcement_overlay_release_notes": "notas de lançamento",
"version_announcement_overlay_text_1": "Olá, há um novo lançamento de", "version_announcement_overlay_text_1": "Olá, há um novo lançamento de",
"version_announcement_overlay_text_2": "por favor, tome o seu tempo para visitar o", "version_announcement_overlay_text_2": "por favor, tome o seu tempo para visitar o",
"version_announcement_overlay_text_3": "e certifique-se de que a configuração do docker-compose e do .env estejam atualizadas para evitar configurações incorretas, especialmente se você usar o WatchTower ou qualquer mecanismo que lide com a atualização automática do aplicativo do servidor.", "version_announcement_overlay_text_3": "e certifique-se de que a configuração do docker-compose e do .env estejam atualizadas para evitar configurações incorretas, especialmente se você usar o WatchTower ou qualquer mecanismo que lide com a atualização automática do aplicativo do servidor.",
"version_announcement_overlay_title": "Nova versão do servidor disponível \uD83C\uDF89", "version_announcement_overlay_title": "Nova versão do servidor disponível \uD83C\uDF89"
"viewer_remove_from_stack": "Remove from Stack",
"viewer_stack_use_as_main_asset": "Use as Main Asset",
"viewer_unstack": "Un-Stack"
} }

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Добавлено в {album}", "add_to_album_bottom_sheet_added": "Добавлено в {album}",
"add_to_album_bottom_sheet_already_exists": "Уже в {album}", "add_to_album_bottom_sheet_already_exists": "Уже в {album}",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Некоторые устройства очень медленно загружают предпросмотр объектов, находящихся на устройстве. Активируйте эту настройку, чтобы вместо них загружались изображени с сервера.", "advanced_settings_prefer_remote_subtitle": "Некоторые устройства очень медленно загружают предпросмотр объектов, находящихся на устройстве. Активируйте эту настройку, чтобы вместо них загружались изображени с сервера.",
"advanced_settings_prefer_remote_title": "Предпочитать фото на сервере", "advanced_settings_prefer_remote_title": "Предпочитать фото на сервере",
"advanced_settings_self_signed_ssl_subtitle": "Пропускает проверку сертификата SSL для конечной точки сервера. Требуется для самоподписанных сертификатов.", "advanced_settings_self_signed_ssl_subtitle": "Пропускает проверку сертификата SSL для конечной точки сервера. Требуется для самоподписанных сертификатов.",
@@ -26,7 +23,7 @@
"album_viewer_appbar_share_err_title": "Ошибка переименования альбома", "album_viewer_appbar_share_err_title": "Ошибка переименования альбома",
"album_viewer_appbar_share_leave": "Покинуть альбом", "album_viewer_appbar_share_leave": "Покинуть альбом",
"album_viewer_appbar_share_remove": "Удалить из альбома", "album_viewer_appbar_share_remove": "Удалить из альбома",
"album_viewer_appbar_share_to": "Поделиться", "album_viewer_appbar_share_to": "Share To",
"album_viewer_page_share_add_users": "Добавить пользователей", "album_viewer_page_share_add_users": "Добавить пользователей",
"all_people_page_title": "Люди", "all_people_page_title": "Люди",
"all_videos_page_title": "Видео", "all_videos_page_title": "Видео",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Выйти из системы", "app_bar_signout_dialog_title": "Выйти из системы",
"archive_page_no_archived_assets": "В архиве сейчас пусто", "archive_page_no_archived_assets": "В архиве сейчас пусто",
"archive_page_title": "Архив ({})", "archive_page_title": "Архив ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Динамическое расположение", "asset_list_layout_settings_dynamic_layout_title": "Динамическое расположение",
"asset_list_layout_settings_group_automatically": "Автоматически", "asset_list_layout_settings_group_automatically": "Автоматически",
"asset_list_layout_settings_group_by": "Группировать объекты по:", "asset_list_layout_settings_group_by": "Группировать объекты по:",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Миниатюры страниц библиотеки ({} объектов)", "cache_settings_album_thumbnails": "Миниатюры страниц библиотеки ({} объектов)",
"cache_settings_clear_cache_button": "Очистить кэш", "cache_settings_clear_cache_button": "Очистить кэш",
"cache_settings_clear_cache_button_title": "Очищает кэш приложения. Это значительно повлияет на производительность приложения, до тех пор, пока кэш не будет перестроен заново.", "cache_settings_clear_cache_button_title": "Очищает кэш приложения. Это значительно повлияет на производительность приложения, до тех пор, пока кэш не будет перестроен заново.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "Размер кэша изображений ({} объектов)", "cache_settings_image_cache_size": "Размер кэша изображений ({} объектов)",
"cache_settings_statistics_album": "Миниатюры библиотеки", "cache_settings_statistics_album": "Миниатюры библиотеки",
"cache_settings_statistics_assets": "{} объектов ({})", "cache_settings_statistics_assets": "{} объектов ({})",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Архив", "control_bottom_app_bar_archive": "Архив",
"control_bottom_app_bar_create_new_album": "\nСоздать новый альбом", "control_bottom_app_bar_create_new_album": "\nСоздать новый альбом",
"control_bottom_app_bar_delete": "Удалить", "control_bottom_app_bar_delete": "Удалить",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Избранное", "control_bottom_app_bar_favorite": "Избранное",
"control_bottom_app_bar_share": "Поделиться", "control_bottom_app_bar_share": "Поделиться",
"control_bottom_app_bar_share_to": "Поделиться", "control_bottom_app_bar_share_to": "Поделиться",
"control_bottom_app_bar_stack": "Стек", "control_bottom_app_bar_stack": "Стек",
"control_bottom_app_bar_unarchive": "Восстановить", "control_bottom_app_bar_unarchive": "Восстановить",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Загрузить", "control_bottom_app_bar_upload": "Загрузить",
"create_album_page_untitled": "Без названия", "create_album_page_untitled": "Без названия",
"create_shared_album_page_create": "Создать", "create_shared_album_page_create": "Создать",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Удалить общую ссылку", "delete_shared_link_dialog_title": "Удалить общую ссылку",
"description_input_hint_text": "Добавить описание...", "description_input_hint_text": "Добавить описание...",
"description_input_submit_error": "Не удалось обновить описание, проверьте логи, чтобы узнать причину", "description_input_submit_error": "Не удалось обновить описание, проверьте логи, чтобы узнать причину",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Добавить описание...", "exif_bottom_sheet_description": "Добавить описание...",
"exif_bottom_sheet_details": "ПОДРОБНОСТИ", "exif_bottom_sheet_details": "ПОДРОБНОСТИ",
"exif_bottom_sheet_location": "МЕСТОПОЛОЖЕНИЕ", "exif_bottom_sheet_location": "МЕСТОПОЛОЖЕНИЕ",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "Ведутся работы", "experimental_settings_new_asset_list_subtitle": "Ведутся работы",
"experimental_settings_new_asset_list_title": "Включить экспериментальную сетку фотографий", "experimental_settings_new_asset_list_title": "Включить экспериментальную сетку фотографий",
"experimental_settings_subtitle": "Используйте на свой страх и риск!", "experimental_settings_subtitle": "Используйте на свой страх и риск!",
@@ -185,15 +170,15 @@
"home_page_add_to_album_conflicts": "Добавлено {added} объектов в альбом {album}. Объекты {failed} уже есть в альбоме.", "home_page_add_to_album_conflicts": "Добавлено {added} объектов в альбом {album}. Объекты {failed} уже есть в альбоме.",
"home_page_add_to_album_err_local": "Пока нельзя добавлять локальные объекты в альбомы, пропускаем", "home_page_add_to_album_err_local": "Пока нельзя добавлять локальные объекты в альбомы, пропускаем",
"home_page_add_to_album_success": "Добавлено {added} объектов в альбом {album}.", "home_page_add_to_album_success": "Добавлено {added} объектов в альбом {album}.",
"home_page_album_err_partner": "Пока не удается добавить партнерские активы в альбом, пропуск...", "home_page_album_err_partner": "Can not add partner assets to an album yet, skipping",
"home_page_archive_err_local": "Пока невозможно добавить локальные объекты в архив, пропускаем", "home_page_archive_err_local": "Пока невозможно добавить локальные объекты в архив, пропускаем",
"home_page_archive_err_partner": "Невозможно архивировать активы партнеров, пропуск...", "home_page_archive_err_partner": "Can not archive partner assets, skipping",
"home_page_building_timeline": "Построение временной шкалы", "home_page_building_timeline": "Построение временной шкалы",
"home_page_delete_err_partner": "Невозможно удалить активы партнера, пропуск...", "home_page_delete_err_partner": "Can not delete partner assets, skipping",
"home_page_favorite_err_local": "Пока не удается добавить в избранное локальные объекты, пропускаем", "home_page_favorite_err_local": "Пока не удается добавить в избранное локальные объекты, пропускаем",
"home_page_favorite_err_partner": "Пока не удается выделить партнерские активы, пропуск...", "home_page_favorite_err_partner": "Can not favorite partner assets yet, skipping",
"home_page_first_time_notice": "Если вы используете приложение впервые, убедитесь, что вы выбрали резервный(е) альбом(ы), чтобы временная шкала могла заполнить фотографии и видео в альбоме(ах).", "home_page_first_time_notice": "Если вы используете приложение впервые, убедитесь, что вы выбрали резервный(е) альбом(ы), чтобы временная шкала могла заполнить фотографии и видео в альбоме(ах).",
"home_page_share_err_local": "Невозможно поделиться локальными данными по ссылке, пропуск...", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "Вы можете выгрузить максимум 30 файлов за раз", "home_page_upload_err_limit": "Вы можете выгрузить максимум 30 файлов за раз",
"image_viewer_page_state_provider_download_error": "Ошибка загрузки", "image_viewer_page_state_provider_download_error": "Ошибка загрузки",
"image_viewer_page_state_provider_download_success": "Успешно загружено", "image_viewer_page_state_provider_download_success": "Успешно загружено",
@@ -204,22 +189,12 @@
"library_page_favorites": "Избранное", "library_page_favorites": "Избранное",
"library_page_new_album": "Новый альбом", "library_page_new_album": "Новый альбом",
"library_page_sharing": "Общие", "library_page_sharing": "Общие",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_created": "По новизне", "library_page_sort_created": "По новизне",
"library_page_sort_last_modified": "Последнее изменение", "library_page_sort_last_modified": "Последнее изменение",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Последняя фотография", "library_page_sort_most_recent_photo": "Последняя фотография",
"library_page_sort_title": "По названию альбома", "library_page_sort_title": "По названию альбома",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "Вход отключен", "login_disabled": "Вход отключен",
"login_form_api_exception": "Ошибка при попытке взаимодействия с сервером. Проверьте URL-адрес до него и попробуйте еще раз.", "login_form_api_exception": "Ошибка при попытке взаимодействия с сервером. Проверьте URL-адрес до него и попробуйте еще раз.",
"login_form_back_button_text": "Back",
"login_form_button_text": "Войти", "login_form_button_text": "Войти",
"login_form_email_hint": "youremail@email.com", "login_form_email_hint": "youremail@email.com",
"login_form_endpoint_hint": "http://your-server-ip:port/api", "login_form_endpoint_hint": "http://your-server-ip:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Нет соединения с сервером.", "login_form_server_error": "Нет соединения с сервером.",
"login_password_changed_error": "Произошла ошибка при обновлении пароля", "login_password_changed_error": "Произошла ошибка при обновлении пароля",
"login_password_changed_success": "Пароль успешно обновлен", "login_password_changed_success": "Пароль успешно обновлен",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "Невозможно получить местоположение пользователя", "map_cannot_get_user_location": "Невозможно получить местоположение пользователя",
"map_location_dialog_cancel": "Отмена", "map_location_dialog_cancel": "Отмена",
"map_location_dialog_yes": "Да", "map_location_dialog_yes": "Да",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Для отображения объектов в данном месте необходимо включить службу определения местоположения. Хотите включить ее сейчас?", "map_location_service_disabled_content": "Для отображения объектов в данном месте необходимо включить службу определения местоположения. Хотите включить ее сейчас?",
"map_location_service_disabled_title": "Служба определения местоположения отключена", "map_location_service_disabled_title": "Служба определения местоположения отключена",
"map_no_assets_in_bounds": "Нет фотографий в этой области", "map_no_assets_in_bounds": "Нет фотографий в этой области",
"map_no_location_permission_content": "Для отображения объектов из текущего местоположения необходимо разрешение на определение местоположения. Хотите ли вы разрешить его сейчас?", "map_no_location_permission_content": "Для отображения объектов из текущего местоположения необходимо разрешение на определение местоположения. Хотите ли вы разрешить его сейчас?",
"map_no_location_permission_title": "Доступ к местоположению отклонен", "map_no_location_permission_title": "Доступ к местоположению отклонен",
"map_settings_dark_mode": "Темный режим", "map_settings_dark_mode": "Темный режим",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Отмена", "map_settings_dialog_cancel": "Отмена",
"map_settings_dialog_save": "Сохранить", "map_settings_dialog_save": "Сохранить",
"map_settings_dialog_title": "Настройки карты", "map_settings_dialog_title": "Настройки карты",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Уменьшение масштаба для просмотра фотографий", "map_zoom_to_see_photos": "Уменьшение масштаба для просмотра фотографий",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Динамические фото", "motion_photos_page_title": "Динамические фото",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Отмена", "notification_permission_dialog_cancel": "Отмена",
"notification_permission_dialog_content": "Чтобы включить уведомления, перейдите в «Настройки» и выберите «Разрешить».", "notification_permission_dialog_content": "Чтобы включить уведомления, перейдите в «Настройки» и выберите «Разрешить».",
"notification_permission_dialog_settings": "Настройки", "notification_permission_dialog_settings": "Настройки",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "{} больше не сможет получить доступ к вашим фотографиям", "partner_page_stop_sharing_content": "{} больше не сможет получить доступ к вашим фотографиям",
"partner_page_stop_sharing_title": "Закрыть доступ партнёра к вашим фото?", "partner_page_stop_sharing_title": "Закрыть доступ партнёра к вашим фото?",
"partner_page_title": "Партнёр", "partner_page_title": "Партнёр",
"permission_onboarding_back": "Назад", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "Все равно продолжить", "permission_onboarding_continue_anyway": "Все равно продолжить",
"permission_onboarding_get_started": "Давайте начнём", "permission_onboarding_get_started": "Давайте начнём",
"permission_onboarding_go_to_settings": "Перейти в настройки", "permission_onboarding_go_to_settings": "Перейти в настройки",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Доступ к файлам ограничен. Чтобы Immich мог создавать резервные копии и управлять вашей галереей, пожалуйста, предоставьте приложению разрешение на доступ к \"Фото и видео\" в Настройках.", "permission_onboarding_permission_limited": "Доступ к файлам ограничен. Чтобы Immich мог создавать резервные копии и управлять вашей галереей, пожалуйста, предоставьте приложению разрешение на доступ к \"Фото и видео\" в Настройках.",
"permission_onboarding_request": "Immich просит вас предоставить разрешение на доступ к вашим фото и видео", "permission_onboarding_request": "Immich просит вас предоставить разрешение на доступ к вашим фото и видео",
"profile_drawer_app_logs": "Журнал", "profile_drawer_app_logs": "Журнал",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "Клиент и сервер обновлены", "profile_drawer_client_server_up_to_date": "Клиент и сервер обновлены",
"profile_drawer_documentation": "Документация", "profile_drawer_documentation": "Документация",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Настройки", "profile_drawer_settings": "Настройки",
"profile_drawer_sign_out": "Выйти", "profile_drawer_sign_out": "Выйти",
"profile_drawer_trash": "Корзина", "profile_drawer_trash": "Корзина",
"recently_added_page_title": "Недавно добавленные", "recently_added_page_title": "Недавно добавленные",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Поиск фотографий", "search_bar_hint": "Поиск фотографий",
"search_page_categories": "Категории", "search_page_categories": "Категории",
"search_page_favorites": "Избранное", "search_page_favorites": "Избранное",
@@ -315,13 +275,6 @@
"search_page_no_objects": "Нет доступной информации об объектах", "search_page_no_objects": "Нет доступной информации об объектах",
"search_page_no_places": "Информация о местах отсутствует", "search_page_no_places": "Информация о местах отсутствует",
"search_page_people": "Люди", "search_page_people": "Люди",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Места", "search_page_places": "Места",
"search_page_recently_added": "Недавно добавленные", "search_page_recently_added": "Недавно добавленные",
"search_page_screenshots": "Скриншоты", "search_page_screenshots": "Скриншоты",
@@ -330,7 +283,6 @@
"search_page_videos": "Видео", "search_page_videos": "Видео",
"search_page_view_all_button": "Посмотреть все", "search_page_view_all_button": "Посмотреть все",
"search_page_your_activity": "Ваша активность", "search_page_your_activity": "Ваша активность",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "Новый поиск", "search_result_page_new_search_hint": "Новый поиск",
"search_suggestion_list_smart_search_hint_1": "Интеллектуальный поиск включен по умолчанию, для поиска метаданных используйте специальный синтаксис", "search_suggestion_list_smart_search_hint_1": "Интеллектуальный поиск включен по умолчанию, для поиска метаданных используйте специальный синтаксис",
"search_suggestion_list_smart_search_hint_2": "m:ваш-запрос", "search_suggestion_list_smart_search_hint_2": "m:ваш-запрос",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "\nНе удалось создать альбом", "select_user_for_sharing_page_err_album": "\nНе удалось создать альбом",
"select_user_for_sharing_page_share_suggestions": "Предложения", "select_user_for_sharing_page_share_suggestions": "Предложения",
"server_info_box_app_version": "Версия приложения", "server_info_box_app_version": "Версия приложения",
"server_info_box_latest_release": "Крайняя версия",
"server_info_box_server_url": "URL сервера", "server_info_box_server_url": "URL сервера",
"server_info_box_server_version": "Версия сервера", "server_info_box_server_version": "Версия сервера",
"setting_image_viewer_help": "Средство просмотра деталей сначала загружает маленькую миниатюру, затем загружает предварительный просмотр среднего размера (если включено) и, наконец, загружает оригинал (если включено).", "setting_image_viewer_help": "Средство просмотра деталей сначала загружает маленькую миниатюру, затем загружает предварительный просмотр среднего размера (если включено) и, наконец, загружает оригинал (если включено).",
@@ -364,23 +315,15 @@
"share_add_photos": "Добавить фото", "share_add_photos": "Добавить фото",
"share_add_title": "Добавить название", "share_add_title": "Добавить название",
"share_create_album": "Создать альбом", "share_create_album": "Создать альбом",
"shared_album_activities_input_disable": "Комментарий отключен", "shared_album_activities_input_disable": "Comment is disabled",
"shared_album_activities_input_hint": "Скажите что-нибудь", "shared_album_activities_input_hint": "Say something",
"shared_album_activity_remove_content": "Хотите ли Вы удалить это действие?", "shared_album_activity_remove_content": "Do you want to delete this activity?",
"shared_album_activity_remove_title": "Удалить действие", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Предоставьте другим возможность отвечать", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Комментарии и лайки", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Подготовка...", "share_dialog_preparing": "Подготовка...",
"shared_link_app_bar_title": "Общие ссылки", "shared_link_app_bar_title": "Общие ссылки",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "Создать ссылку для совместного использования", "shared_link_create_app_bar_title": "Создать ссылку для совместного использования",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Позволить любому человеку, имеющему ссылку, увидеть выбранную фотографию (фотографии)", "shared_link_create_info": "Позволить любому человеку, имеющему ссылку, увидеть выбранную фотографию (фотографии)",
"shared_link_create_submit_button": "Создать ссылку", "shared_link_create_submit_button": "Создать ссылку",
"shared_link_edit_allow_download": "Разрешить публичному пользователю скачивать", "shared_link_edit_allow_download": "Разрешить публичному пользователю скачивать",
@@ -389,33 +332,12 @@
"shared_link_edit_change_expiry": "Изменить срок действия доступа", "shared_link_edit_change_expiry": "Изменить срок действия доступа",
"shared_link_edit_description": "Описание", "shared_link_edit_description": "Описание",
"shared_link_edit_description_hint": "Введите описание совместного доступа", "shared_link_edit_description_hint": "Введите описание совместного доступа",
"shared_link_edit_expire_after": "Истекает после", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Пароль", "shared_link_edit_password": "Пароль",
"shared_link_edit_password_hint": "Введите пароль общего доступа", "shared_link_edit_password_hint": "Введите пароль общего доступа",
"shared_link_edit_show_meta": "Показать метаданные", "shared_link_edit_show_meta": "Показать метаданные",
"shared_link_edit_submit_button": "Обновить ссылку", "shared_link_edit_submit_button": "Обновить ссылку",
"shared_link_empty": "У вас нет общих ссылок", "shared_link_empty": "У вас нет общих ссылок",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Управление общими ссылками", "shared_link_manage_links": "Управление общими ссылками",
"share_done": "Выполнено", "share_done": "Выполнено",
"share_invite": "\nПригласить в альбом", "share_invite": "\nПригласить в альбом",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Zrušiť",
"action_common_update": "Aktualizovať",
"add_to_album_bottom_sheet_added": "Pridané do {album}", "add_to_album_bottom_sheet_added": "Pridané do {album}",
"add_to_album_bottom_sheet_already_exists": "Už v {album}", "add_to_album_bottom_sheet_already_exists": "Už v {album}",
"advanced_settings_log_level_title": "Úroveň logovania: {}",
"advanced_settings_prefer_remote_subtitle": "Niektoré zariadenia sú extrémne pomalé pre načítavanie miniatúr z fotiek na zariadení. Povoľte toto nastavenie aby sa namiesto toho načítavali obrázky zo servera.", "advanced_settings_prefer_remote_subtitle": "Niektoré zariadenia sú extrémne pomalé pre načítavanie miniatúr z fotiek na zariadení. Povoľte toto nastavenie aby sa namiesto toho načítavali obrázky zo servera.",
"advanced_settings_prefer_remote_title": "Preferovať vzdialené obrázky", "advanced_settings_prefer_remote_title": "Preferovať vzdialené obrázky",
"advanced_settings_self_signed_ssl_subtitle": "Preskakuje overovanie SSL certifikátom zo strany servera. Vyžaduje sa pre samo-podpísané certifikáty.", "advanced_settings_self_signed_ssl_subtitle": "Preskakuje overovanie SSL certifikátom zo strany servera. Vyžaduje sa pre samo-podpísané certifikáty.",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Odhlásiť sa", "app_bar_signout_dialog_title": "Odhlásiť sa",
"archive_page_no_archived_assets": "Žiadne archivované médiá", "archive_page_no_archived_assets": "Žiadne archivované médiá",
"archive_page_title": "Archív ({})", "archive_page_title": "Archív ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dynamické rozloženie", "asset_list_layout_settings_dynamic_layout_title": "Dynamické rozloženie",
"asset_list_layout_settings_group_automatically": "Automaticky", "asset_list_layout_settings_group_automatically": "Automaticky",
"asset_list_layout_settings_group_by": "Zoskupiť položky podľa", "asset_list_layout_settings_group_by": "Zoskupiť položky podľa",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Náhľady stránok knižnice (položiek {})", "cache_settings_album_thumbnails": "Náhľady stránok knižnice (položiek {})",
"cache_settings_clear_cache_button": "Vymazať vyrovnávaciu pamäť", "cache_settings_clear_cache_button": "Vymazať vyrovnávaciu pamäť",
"cache_settings_clear_cache_button_title": "Vymaže vyrovnávaciu pamäť aplikácie. To výrazne ovplyvní výkon aplikácie, kým sa vyrovnávacia pamäť neobnoví.", "cache_settings_clear_cache_button_title": "Vymaže vyrovnávaciu pamäť aplikácie. To výrazne ovplyvní výkon aplikácie, kým sa vyrovnávacia pamäť neobnoví.",
"cache_settings_duplicated_assets_clear_button": "VYMAZAŤ",
"cache_settings_duplicated_assets_subtitle": "Fotky a videá ktoré sú na čiernej listine zvolené aplikáciou",
"cache_settings_duplicated_assets_title": "Duplikáty ({})",
"cache_settings_image_cache_size": "Veľkosť vyrovnávacej pamäte (položiek {})", "cache_settings_image_cache_size": "Veľkosť vyrovnávacej pamäte (položiek {})",
"cache_settings_statistics_album": "Knižnica náhľadov", "cache_settings_statistics_album": "Knižnica náhľadov",
"cache_settings_statistics_assets": "{} položky ({})", "cache_settings_statistics_assets": "{} položky ({})",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Archivovať", "control_bottom_app_bar_archive": "Archivovať",
"control_bottom_app_bar_create_new_album": "Vytvoriť nový album", "control_bottom_app_bar_create_new_album": "Vytvoriť nový album",
"control_bottom_app_bar_delete": "Vymazať", "control_bottom_app_bar_delete": "Vymazať",
"control_bottom_app_bar_edit_location": "Upraviť polohu",
"control_bottom_app_bar_edit_time": "Upraviť dátum a čas",
"control_bottom_app_bar_favorite": "Obľúbené", "control_bottom_app_bar_favorite": "Obľúbené",
"control_bottom_app_bar_share": "Zdieľať", "control_bottom_app_bar_share": "Zdieľať",
"control_bottom_app_bar_share_to": "Share To", "control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "Zoskupenie", "control_bottom_app_bar_stack": "Zoskupenie",
"control_bottom_app_bar_unarchive": "Odarchivovať", "control_bottom_app_bar_unarchive": "Odarchivovať",
"control_bottom_app_bar_unfavorite": "Odznačiť ako obľúbené",
"control_bottom_app_bar_upload": "Nahrať", "control_bottom_app_bar_upload": "Nahrať",
"create_album_page_untitled": "Bez názvu", "create_album_page_untitled": "Bez názvu",
"create_shared_album_page_create": "Vytvoriť", "create_shared_album_page_create": "Vytvoriť",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Odstrániť zdieľaný odkaz", "delete_shared_link_dialog_title": "Odstrániť zdieľaný odkaz",
"description_input_hint_text": "Pridať popis...", "description_input_hint_text": "Pridať popis...",
"description_input_submit_error": "Chyba pri aktualizovaní popisu, zobrazte log pre viac detailov", "description_input_submit_error": "Chyba pri aktualizovaní popisu, zobrazte log pre viac detailov",
"edit_date_time_dialog_date_time": "Dátum a čas",
"edit_date_time_dialog_timezone": "Časové pásmo",
"edit_location_dialog_title": "Poloha",
"exif_bottom_sheet_description": "Pridať popis...", "exif_bottom_sheet_description": "Pridať popis...",
"exif_bottom_sheet_details": "PODROBNOSTI", "exif_bottom_sheet_details": "PODROBNOSTI",
"exif_bottom_sheet_location": "LOKALITA", "exif_bottom_sheet_location": "LOKALITA",
"exif_bottom_sheet_location_add": "Nastaviť polohu",
"experimental_settings_new_asset_list_subtitle": "Prebiehajúca práca", "experimental_settings_new_asset_list_subtitle": "Prebiehajúca práca",
"experimental_settings_new_asset_list_title": "Povolenie experimentálnej mriežky fotografií", "experimental_settings_new_asset_list_title": "Povolenie experimentálnej mriežky fotografií",
"experimental_settings_subtitle": "Používajte na vlastné riziko!", "experimental_settings_subtitle": "Používajte na vlastné riziko!",
@@ -185,15 +170,15 @@
"home_page_add_to_album_conflicts": "Pridané {added} položiek do albumu {album}. {failed} položiek už je v albume.", "home_page_add_to_album_conflicts": "Pridané {added} položiek do albumu {album}. {failed} položiek už je v albume.",
"home_page_add_to_album_err_local": "Zatiaľ nie je možné pridať lokálne média do albumov, preskakuje sa", "home_page_add_to_album_err_local": "Zatiaľ nie je možné pridať lokálne média do albumov, preskakuje sa",
"home_page_add_to_album_success": "Pridané {added} položky do albumu {album}.", "home_page_add_to_album_success": "Pridané {added} položky do albumu {album}.",
"home_page_album_err_partner": "Na teraz nemôžete pridať partnerove médiá do albumov", "home_page_album_err_partner": "Can not add partner assets to an album yet, skipping",
"home_page_archive_err_local": "Zatiaľ nemožno archivovať lokálne médiá, preskakuje sa", "home_page_archive_err_local": "Zatiaľ nemožno archivovať lokálne médiá, preskakuje sa",
"home_page_archive_err_partner": "Na teraz nemôžete premiestniť partnerove médiá do archívu", "home_page_archive_err_partner": "Can not archive partner assets, skipping",
"home_page_building_timeline": "Vytváranie časovej osi", "home_page_building_timeline": "Vytváranie časovej osi",
"home_page_delete_err_partner": "Na teraz nemôžete odstrániť partnerove médiá", "home_page_delete_err_partner": "Can not delete partner assets, skipping",
"home_page_favorite_err_local": "Zatiaľ nie je možné zaradiť lokálne média medzi obľúbené, preskakuje sa", "home_page_favorite_err_local": "Zatiaľ nie je možné zaradiť lokálne média medzi obľúbené, preskakuje sa",
"home_page_favorite_err_partner": "Na teraz nemôžete pridať partnerove médiá medzi obľúbené", "home_page_favorite_err_partner": "Can not favorite partner assets yet, skipping",
"home_page_first_time_notice": "Ak aplikáciu používate prvý krát, nezabudnite si vybrať zálohované albumy, aby sa na časovej osi mohli nachádzať fotografie a videá z vybraných albumoch.", "home_page_first_time_notice": "Ak aplikáciu používate prvý krát, nezabudnite si vybrať zálohované albumy, aby sa na časovej osi mohli nachádzať fotografie a videá z vybraných albumoch.",
"home_page_share_err_local": "Nemožno zdieľať lokálne médiá pomocou odkazu", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "Naraz môžete nahrať len 30 médií, preskakujem...", "home_page_upload_err_limit": "Naraz môžete nahrať len 30 médií, preskakujem...",
"image_viewer_page_state_provider_download_error": "Chyba sťahovania", "image_viewer_page_state_provider_download_error": "Chyba sťahovania",
"image_viewer_page_state_provider_download_success": "Sťahovanie bolo úspešné", "image_viewer_page_state_provider_download_success": "Sťahovanie bolo úspešné",
@@ -204,22 +189,12 @@
"library_page_favorites": "Obľúbené", "library_page_favorites": "Obľúbené",
"library_page_new_album": "Nový album", "library_page_new_album": "Nový album",
"library_page_sharing": "Zdieľanie", "library_page_sharing": "Zdieľanie",
"library_page_sort_asset_count": "Počet položiek",
"library_page_sort_created": "Najnovšie vytvorené", "library_page_sort_created": "Najnovšie vytvorené",
"library_page_sort_last_modified": "Naposledy upravené", "library_page_sort_last_modified": "Naposledy upravené",
"library_page_sort_most_oldest_photo": "Najstaršia fotka",
"library_page_sort_most_recent_photo": "Najnovšia fotka", "library_page_sort_most_recent_photo": "Najnovšia fotka",
"library_page_sort_title": "Podľa názvu albumu", "library_page_sort_title": "Podľa názvu albumu",
"location_picker_choose_on_map": "Zvoľte mapu",
"location_picker_latitude": "Zemepisná dĺžka",
"location_picker_latitude_error": "Zadajte platnú zemepisnú dĺžku",
"location_picker_latitude_hint": "Zadajte sem vašu zemepisnú dĺžku",
"location_picker_longitude": "Zemepisná dĺžka",
"location_picker_longitude_error": "Zadajte platnú zemepisnú dĺžku",
"location_picker_longitude_hint": "Zadajte platnú zemepisnú šírku",
"login_disabled": "Prihlasovanie bolo vypnuté", "login_disabled": "Prihlasovanie bolo vypnuté",
"login_form_api_exception": "Chyba API. Skontrolujte adresu URL servera a skúste to znova.", "login_form_api_exception": "Chyba API. Skontrolujte adresu URL servera a skúste to znova.",
"login_form_back_button_text": "Späť",
"login_form_button_text": "Prihlásiť sa", "login_form_button_text": "Prihlásiť sa",
"login_form_email_hint": "tvojmail@email.com", "login_form_email_hint": "tvojmail@email.com",
"login_form_endpoint_hint": "http://ip-tvojho-servera:port/api", "login_form_endpoint_hint": "http://ip-tvojho-servera:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Nemožno pripojiť na server.", "login_form_server_error": "Nemožno pripojiť na server.",
"login_password_changed_error": "Nastala chyba pri aktualizovaní hesla", "login_password_changed_error": "Nastala chyba pri aktualizovaní hesla",
"login_password_changed_success": "Aktualizácia hesla prebehla úspešne", "login_password_changed_success": "Aktualizácia hesla prebehla úspešne",
"map_assets_in_bound": "{} fotka",
"map_assets_in_bounds": "{} fotiek",
"map_cannot_get_user_location": "Nemožno získať polohu používateľa", "map_cannot_get_user_location": "Nemožno získať polohu používateľa",
"map_location_dialog_cancel": "Zrušiť", "map_location_dialog_cancel": "Zrušiť",
"map_location_dialog_yes": "Áno", "map_location_dialog_yes": "Áno",
"map_location_picker_page_use_location": "Použiť túto polohu",
"map_location_service_disabled_content": "Služba polohovania musí byť zapnutá aby médiá zobrazovali vašu aktuálnu polohu. Chcete ju zapnúť?", "map_location_service_disabled_content": "Služba polohovania musí byť zapnutá aby médiá zobrazovali vašu aktuálnu polohu. Chcete ju zapnúť?",
"map_location_service_disabled_title": "Služba polohovania vypnutá", "map_location_service_disabled_title": "Služba polohovania vypnutá",
"map_no_assets_in_bounds": "Nič tu nie je", "map_no_assets_in_bounds": "Nič tu nie je",
"map_no_location_permission_content": "Povolenie polohy je potrebné aby sa zobrazovali médiá z vašej aktuálnej polohy. Chcete udeliť toto povolenie?", "map_no_location_permission_content": "Povolenie polohy je potrebné aby sa zobrazovali médiá z vašej aktuálnej polohy. Chcete udeliť toto povolenie?",
"map_no_location_permission_title": "Udelenie polohy zamietnuté", "map_no_location_permission_title": "Udelenie polohy zamietnuté",
"map_settings_dark_mode": "Tmavý režim", "map_settings_dark_mode": "Tmavý režim",
"map_settings_date_range_option_all": "Všetky",
"map_settings_date_range_option_day": "Posledných 24 hodín",
"map_settings_date_range_option_days": "Po {} dňoch",
"map_settings_date_range_option_year": "Uplynulý rok",
"map_settings_date_range_option_years": "Po {} rokoch",
"map_settings_dialog_cancel": "Zrušiť", "map_settings_dialog_cancel": "Zrušiť",
"map_settings_dialog_save": "Uložiť", "map_settings_dialog_save": "Uložiť",
"map_settings_dialog_title": "Nastavenia máp", "map_settings_dialog_title": "Nastavenia máp",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Oddiaľte priblíženie aby ste videli fotky", "map_zoom_to_see_photos": "Oddiaľte priblíženie aby ste videli fotky",
"monthly_title_text_date_format": "LLLL y", "monthly_title_text_date_format": "LLLL y",
"motion_photos_page_title": "Pohyblivé fotky", "motion_photos_page_title": "Pohyblivé fotky",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Zrušiť", "notification_permission_dialog_cancel": "Zrušiť",
"notification_permission_dialog_content": "Ak chcete povoliť upozornenia, prejdite do Nastavenia a vyberte možnosť Povoliť.", "notification_permission_dialog_content": "Ak chcete povoliť upozornenia, prejdite do Nastavenia a vyberte možnosť Povoliť.",
"notification_permission_dialog_settings": "Nastavenia", "notification_permission_dialog_settings": "Nastavenia",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "{} už nebude mať prístup ku vašim fotkám.", "partner_page_stop_sharing_content": "{} už nebude mať prístup ku vašim fotkám.",
"partner_page_stop_sharing_title": "Zastaviť zdieľanie vašich fotiek?", "partner_page_stop_sharing_title": "Zastaviť zdieľanie vašich fotiek?",
"partner_page_title": "Partner", "partner_page_title": "Partner",
"permission_onboarding_back": "Späť", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "Pokračovať aj tak", "permission_onboarding_continue_anyway": "Pokračovať aj tak",
"permission_onboarding_get_started": "Začať", "permission_onboarding_get_started": "Začať",
"permission_onboarding_go_to_settings": "Prejsť do nastavení", "permission_onboarding_go_to_settings": "Prejsť do nastavení",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Povolenie obmedzené. Ak chcete, aby Immich zálohoval a spravoval celú vašu zbierku galérie, udeľte v Nastaveniach povolenia na fotografie a videá.", "permission_onboarding_permission_limited": "Povolenie obmedzené. Ak chcete, aby Immich zálohoval a spravoval celú vašu zbierku galérie, udeľte v Nastaveniach povolenia na fotografie a videá.",
"permission_onboarding_request": "Immich vyžaduje povolenie na prezeranie vašich fotografií a videí.", "permission_onboarding_request": "Immich vyžaduje povolenie na prezeranie vašich fotografií a videí.",
"profile_drawer_app_logs": "Logy", "profile_drawer_app_logs": "Logy",
"profile_drawer_client_out_of_date_major": "Mobilná aplikácia je zastaralá. Prosím aktualizujte na najnovšiu verziu.",
"profile_drawer_client_out_of_date_minor": "Mobilná aplikácia je zastaralá. Prosím aktualizujte na najnovšiu verziu.",
"profile_drawer_client_server_up_to_date": "Klient a server sú aktuálne", "profile_drawer_client_server_up_to_date": "Klient a server sú aktuálne",
"profile_drawer_documentation": "Dokumentácia", "profile_drawer_documentation": "Dokumentácia",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server je zastaralý. Prosím aktualizujte na najnovšiu verziu.",
"profile_drawer_server_out_of_date_minor": "Server je zastaralý. Prosím aktualizujte na najnovšiu verziu.",
"profile_drawer_settings": "Nastavenia", "profile_drawer_settings": "Nastavenia",
"profile_drawer_sign_out": "Odhlásiť sa", "profile_drawer_sign_out": "Odhlásiť sa",
"profile_drawer_trash": "Kôš", "profile_drawer_trash": "Kôš",
"recently_added_page_title": "Nedávno pridané", "recently_added_page_title": "Nedávno pridané",
"scaffold_body_error_occurred": "Vyskytla sa chyba",
"search_bar_hint": "Prehľadajte svoje obrázky", "search_bar_hint": "Prehľadajte svoje obrázky",
"search_page_categories": "Kategórie", "search_page_categories": "Kategórie",
"search_page_favorites": "Obľúbené", "search_page_favorites": "Obľúbené",
@@ -315,13 +275,6 @@
"search_page_no_objects": "Žiadne informácie o objektoch", "search_page_no_objects": "Žiadne informácie o objektoch",
"search_page_no_places": "Žiadne informácie o mieste", "search_page_no_places": "Žiadne informácie o mieste",
"search_page_people": "Ľudia", "search_page_people": "Ľudia",
"search_page_person_add_name_dialog_cancel": "Zrušiť",
"search_page_person_add_name_dialog_hint": "Meno",
"search_page_person_add_name_dialog_save": "Uložiť",
"search_page_person_add_name_dialog_title": "Pridať meno",
"search_page_person_add_name_subtitle": "Nájdite ich rýchlo pomocou mena vo vyhľadávaní",
"search_page_person_add_name_title": "Pridať meno",
"search_page_person_edit_name": "Upraviť meno",
"search_page_places": "Miesta", "search_page_places": "Miesta",
"search_page_recently_added": "Nedávno pridané", "search_page_recently_added": "Nedávno pridané",
"search_page_screenshots": "Snímky obrazovky", "search_page_screenshots": "Snímky obrazovky",
@@ -330,7 +283,6 @@
"search_page_videos": "Videá", "search_page_videos": "Videá",
"search_page_view_all_button": "Zobraziť všetky", "search_page_view_all_button": "Zobraziť všetky",
"search_page_your_activity": "Vaša aktivita", "search_page_your_activity": "Vaša aktivita",
"search_page_your_map": "Vaša mapa",
"search_result_page_new_search_hint": "Nové vyhľadávanie", "search_result_page_new_search_hint": "Nové vyhľadávanie",
"search_suggestion_list_smart_search_hint_1": "Inteligentné vyhľadávanie je predvolene povolené, na vyhľadávanie metadát použite syntax", "search_suggestion_list_smart_search_hint_1": "Inteligentné vyhľadávanie je predvolene povolené, na vyhľadávanie metadát použite syntax",
"search_suggestion_list_smart_search_hint_2": "m:váš-hľadaný-výraz", "search_suggestion_list_smart_search_hint_2": "m:váš-hľadaný-výraz",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Nepodarilo sa vytvoriť album", "select_user_for_sharing_page_err_album": "Nepodarilo sa vytvoriť album",
"select_user_for_sharing_page_share_suggestions": "Návrhy", "select_user_for_sharing_page_share_suggestions": "Návrhy",
"server_info_box_app_version": "Verzia aplikácie", "server_info_box_app_version": "Verzia aplikácie",
"server_info_box_latest_release": "Najnovšia verzia",
"server_info_box_server_url": "URL Serveru", "server_info_box_server_url": "URL Serveru",
"server_info_box_server_version": "Verzia servera", "server_info_box_server_version": "Verzia servera",
"setting_image_viewer_help": "Prehliadač detailov najprv načíta malú miniatúru, potom načíta náhľad strednej veľkosti (ak je povolený) a nakoniec načíta originál (ak je povolený).", "setting_image_viewer_help": "Prehliadač detailov najprv načíta malú miniatúru, potom načíta náhľad strednej veľkosti (ak je povolený) a nakoniec načíta originál (ak je povolený).",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "Vymazať aktivitu", "shared_album_activity_remove_title": "Vymazať aktivitu",
"shared_album_activity_setting_subtitle": "Nechajte ostatných reagovať", "shared_album_activity_setting_subtitle": "Nechajte ostatných reagovať",
"shared_album_activity_setting_title": "Komentáre a lajky", "shared_album_activity_setting_title": "Komentáre a lajky",
"shared_album_section_people_action_error": "Vyskytla sa chyba pri odchádzaní / odstraňovaní používateľa z albumu",
"shared_album_section_people_action_leave": "Odísť z albumu",
"shared_album_section_people_action_remove_user": "Odstrániť používateľa z albumu",
"shared_album_section_people_owner_label": "Vlastník",
"shared_album_section_people_title": "ĽUDIA",
"share_dialog_preparing": "Pripravujem...", "share_dialog_preparing": "Pripravujem...",
"shared_link_app_bar_title": "Zdieľané odkazy", "shared_link_app_bar_title": "Zdieľané odkazy",
"shared_link_clipboard_copied_massage": "Skopírované do schránky",
"shared_link_clipboard_text": "Odkaz: {}\nHeslo: {}",
"shared_link_create_app_bar_title": "Vytvoriť odkaz na zdieľanie", "shared_link_create_app_bar_title": "Vytvoriť odkaz na zdieľanie",
"shared_link_create_error": "Vyskytla sa chyba behom vytvárania zdieľaného odkazu",
"shared_link_create_info": "Umožniť komukoľvek s odkazom zobraziť označené médiá", "shared_link_create_info": "Umožniť komukoľvek s odkazom zobraziť označené médiá",
"shared_link_create_submit_button": "Vytvoriť odkaz", "shared_link_create_submit_button": "Vytvoriť odkaz",
"shared_link_edit_allow_download": "Povoliť návštevníkom sťahovať médiá", "shared_link_edit_allow_download": "Povoliť návštevníkom sťahovať médiá",
@@ -390,32 +333,11 @@
"shared_link_edit_description": "Popis", "shared_link_edit_description": "Popis",
"shared_link_edit_description_hint": "Zadajte popis zdieľania", "shared_link_edit_description_hint": "Zadajte popis zdieľania",
"shared_link_edit_expire_after": "Expiruje po", "shared_link_edit_expire_after": "Expiruje po",
"shared_link_edit_expire_after_option_day": "1 deň",
"shared_link_edit_expire_after_option_days": "{} dní",
"shared_link_edit_expire_after_option_hour": "1 hodina",
"shared_link_edit_expire_after_option_hours": "{} hodín",
"shared_link_edit_expire_after_option_minute": "1 minúta",
"shared_link_edit_expire_after_option_minutes": "{} minút",
"shared_link_edit_expire_after_option_never": "Nikdy",
"shared_link_edit_password": "Heslo", "shared_link_edit_password": "Heslo",
"shared_link_edit_password_hint": "Zadajte heslo zdieľania", "shared_link_edit_password_hint": "Zadajte heslo zdieľania",
"shared_link_edit_show_meta": "Zobraziť metadáta", "shared_link_edit_show_meta": "Zobraziť metadáta",
"shared_link_edit_submit_button": "Aktualizovať odkaz", "shared_link_edit_submit_button": "Aktualizovať odkaz",
"shared_link_empty": "Zatiaľ nemáte žiadne zdieľané odkazy", "shared_link_empty": "Zatiaľ nemáte žiadne zdieľané odkazy",
"shared_link_error_server_url_fetch": "Nemožno nájsť URL severa",
"shared_link_expired": "Vypršalo",
"shared_link_expires_day": "Vyprší o {} dní",
"shared_link_expires_days": "Vyprší o {} dní",
"shared_link_expires_hour": "Vyprší o {} hodín",
"shared_link_expires_hours": "Vyprší o {} hodín",
"shared_link_expires_minute": "Vyprší o {} minút",
"shared_link_expires_minutes": "Vyprší o {} minút",
"shared_link_expires_never": "Nevyprší",
"shared_link_expires_second": "Vyprší o {} sekúnd",
"shared_link_expires_seconds": "Vyprší o {} sekúnd",
"shared_link_info_chip_download": "Stiahnuť",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Nahrať",
"shared_link_manage_links": "Spravovať zdieľané odkazy", "shared_link_manage_links": "Spravovať zdieľané odkazy",
"share_done": "Hotovo", "share_done": "Hotovo",
"share_invite": "Pozvať do albumu", "share_invite": "Pozvať do albumu",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Added to {album}", "add_to_album_bottom_sheet_added": "Added to {album}",
"add_to_album_bottom_sheet_already_exists": "Already in {album}", "add_to_album_bottom_sheet_already_exists": "Already in {album}",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.", "advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.",
"advanced_settings_prefer_remote_title": "Prefer remote images", "advanced_settings_prefer_remote_title": "Prefer remote images",
"advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.", "advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Sign out", "app_bar_signout_dialog_title": "Sign out",
"archive_page_no_archived_assets": "No archived assets found", "archive_page_no_archived_assets": "No archived assets found",
"archive_page_title": "Archive ({})", "archive_page_title": "Archive ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dynamic layout", "asset_list_layout_settings_dynamic_layout_title": "Dynamic layout",
"asset_list_layout_settings_group_automatically": "Automatic", "asset_list_layout_settings_group_automatically": "Automatic",
"asset_list_layout_settings_group_by": "Group assets by", "asset_list_layout_settings_group_by": "Group assets by",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Library page thumbnails ({} assets)", "cache_settings_album_thumbnails": "Library page thumbnails ({} assets)",
"cache_settings_clear_cache_button": "Clear cache", "cache_settings_clear_cache_button": "Clear cache",
"cache_settings_clear_cache_button_title": "Clears the app's cache. This will significantly impact the app's performance until the cache has rebuilt.", "cache_settings_clear_cache_button_title": "Clears the app's cache. This will significantly impact the app's performance until the cache has rebuilt.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "Image cache size ({} assets)", "cache_settings_image_cache_size": "Image cache size ({} assets)",
"cache_settings_statistics_album": "Library thumbnails", "cache_settings_statistics_album": "Library thumbnails",
"cache_settings_statistics_assets": "{} assets ({})", "cache_settings_statistics_assets": "{} assets ({})",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Archive", "control_bottom_app_bar_archive": "Archive",
"control_bottom_app_bar_create_new_album": "Create new album", "control_bottom_app_bar_create_new_album": "Create new album",
"control_bottom_app_bar_delete": "Delete", "control_bottom_app_bar_delete": "Delete",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_favorite": "Favorite",
"control_bottom_app_bar_share": "Share", "control_bottom_app_bar_share": "Share",
"control_bottom_app_bar_share_to": "Share To", "control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "Stack", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "Unarchive", "control_bottom_app_bar_unarchive": "Unarchive",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Upload", "control_bottom_app_bar_upload": "Upload",
"create_album_page_untitled": "Untitled", "create_album_page_untitled": "Untitled",
"create_shared_album_page_create": "Create", "create_shared_album_page_create": "Create",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Delete Shared Link", "delete_shared_link_dialog_title": "Delete Shared Link",
"description_input_hint_text": "Add description...", "description_input_hint_text": "Add description...",
"description_input_submit_error": "Error updating description, check the log for more details", "description_input_submit_error": "Error updating description, check the log for more details",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Add Description...", "exif_bottom_sheet_description": "Add Description...",
"exif_bottom_sheet_details": "DETAILS", "exif_bottom_sheet_details": "DETAILS",
"exif_bottom_sheet_location": "LOCATION", "exif_bottom_sheet_location": "LOCATION",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "Work in progress", "experimental_settings_new_asset_list_subtitle": "Work in progress",
"experimental_settings_new_asset_list_title": "Enable experimental photo grid", "experimental_settings_new_asset_list_title": "Enable experimental photo grid",
"experimental_settings_subtitle": "Use at your own risk!", "experimental_settings_subtitle": "Use at your own risk!",
@@ -204,22 +189,12 @@
"library_page_favorites": "Favorites", "library_page_favorites": "Favorites",
"library_page_new_album": "New album", "library_page_new_album": "New album",
"library_page_sharing": "Sharing", "library_page_sharing": "Sharing",
"library_page_sort_asset_count": "Number of assets", "library_page_sort_created": "Most recently created",
"library_page_sort_created": "Created date",
"library_page_sort_last_modified": "Last modified", "library_page_sort_last_modified": "Last modified",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Most recent photo", "library_page_sort_most_recent_photo": "Most recent photo",
"library_page_sort_title": "Album title", "library_page_sort_title": "Album title",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "Login has been disabled", "login_disabled": "Login has been disabled",
"login_form_api_exception": "API exception. Please check the server URL and try again.", "login_form_api_exception": "API exception. Please check the server URL and try again.",
"login_form_back_button_text": "Back",
"login_form_button_text": "Login", "login_form_button_text": "Login",
"login_form_email_hint": "youremail@email.com", "login_form_email_hint": "youremail@email.com",
"login_form_endpoint_hint": "http://your-server-ip:port/api", "login_form_endpoint_hint": "http://your-server-ip:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Could not connect to server.", "login_form_server_error": "Could not connect to server.",
"login_password_changed_error": "There was an error updating your password", "login_password_changed_error": "There was an error updating your password",
"login_password_changed_success": "Password updated successfully", "login_password_changed_success": "Password updated successfully",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "Cannot get user's location", "map_cannot_get_user_location": "Cannot get user's location",
"map_location_dialog_cancel": "Cancel", "map_location_dialog_cancel": "Cancel",
"map_location_dialog_yes": "Yes", "map_location_dialog_yes": "Yes",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?", "map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?",
"map_location_service_disabled_title": "Location Service disabled", "map_location_service_disabled_title": "Location Service disabled",
"map_no_assets_in_bounds": "No photos in this area", "map_no_assets_in_bounds": "No photos in this area",
"map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?", "map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?",
"map_no_location_permission_title": "Location Permission denied", "map_no_location_permission_title": "Location Permission denied",
"map_settings_dark_mode": "Dark mode", "map_settings_dark_mode": "Dark mode",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Cancel", "map_settings_dialog_cancel": "Cancel",
"map_settings_dialog_save": "Save", "map_settings_dialog_save": "Save",
"map_settings_dialog_title": "Map Settings", "map_settings_dialog_title": "Map Settings",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Zoom out to see photos", "map_zoom_to_see_photos": "Zoom out to see photos",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Motion Photos", "motion_photos_page_title": "Motion Photos",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Cancel", "notification_permission_dialog_cancel": "Cancel",
"notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.",
"notification_permission_dialog_settings": "Settings", "notification_permission_dialog_settings": "Settings",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.", "permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.",
"permission_onboarding_request": "Immich requires permission to view your photos and videos.", "permission_onboarding_request": "Immich requires permission to view your photos and videos.",
"profile_drawer_app_logs": "Logs", "profile_drawer_app_logs": "Logs",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "Client and Server are up-to-date", "profile_drawer_client_server_up_to_date": "Client and Server are up-to-date",
"profile_drawer_documentation": "Documentation", "profile_drawer_documentation": "Documentation",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Settings", "profile_drawer_settings": "Settings",
"profile_drawer_sign_out": "Sign Out", "profile_drawer_sign_out": "Sign Out",
"profile_drawer_trash": "Trash", "profile_drawer_trash": "Trash",
"recently_added_page_title": "Recently Added", "recently_added_page_title": "Recently Added",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Search your photos", "search_bar_hint": "Search your photos",
"search_page_categories": "Categories", "search_page_categories": "Categories",
"search_page_favorites": "Favorites", "search_page_favorites": "Favorites",
@@ -315,13 +275,6 @@
"search_page_no_objects": "No Objects Info Available", "search_page_no_objects": "No Objects Info Available",
"search_page_no_places": "No Places Info Available", "search_page_no_places": "No Places Info Available",
"search_page_people": "People", "search_page_people": "People",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Places", "search_page_places": "Places",
"search_page_recently_added": "Recently added", "search_page_recently_added": "Recently added",
"search_page_screenshots": "Screenshots", "search_page_screenshots": "Screenshots",
@@ -330,7 +283,6 @@
"search_page_videos": "Videos", "search_page_videos": "Videos",
"search_page_view_all_button": "View all", "search_page_view_all_button": "View all",
"search_page_your_activity": "Your activity", "search_page_your_activity": "Your activity",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "New Search", "search_result_page_new_search_hint": "New Search",
"search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ", "search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ",
"search_suggestion_list_smart_search_hint_2": "m:your-search-term", "search_suggestion_list_smart_search_hint_2": "m:your-search-term",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Failed to create album", "select_user_for_sharing_page_err_album": "Failed to create album",
"select_user_for_sharing_page_share_suggestions": "Suggestions", "select_user_for_sharing_page_share_suggestions": "Suggestions",
"server_info_box_app_version": "App Version", "server_info_box_app_version": "App Version",
"server_info_box_latest_release": "Latest Version",
"server_info_box_server_url": "Server URL", "server_info_box_server_url": "Server URL",
"server_info_box_server_version": "Server Version", "server_info_box_server_version": "Server Version",
"setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).", "setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "Delete Activity", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Let others respond", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Comments & likes", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Preparing...", "share_dialog_preparing": "Preparing...",
"shared_link_app_bar_title": "Shared Links", "shared_link_app_bar_title": "Shared Links",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "Create link to share", "shared_link_create_app_bar_title": "Create link to share",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Let anyone with the link see the selected photo(s)", "shared_link_create_info": "Let anyone with the link see the selected photo(s)",
"shared_link_create_submit_button": "Create link", "shared_link_create_submit_button": "Create link",
"shared_link_edit_allow_download": "Allow public user to download", "shared_link_edit_allow_download": "Allow public user to download",
@@ -390,39 +333,18 @@
"shared_link_edit_description": "Description", "shared_link_edit_description": "Description",
"shared_link_edit_description_hint": "Enter the share description", "shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_expire_after": "Expire after", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Password", "shared_link_edit_password": "Password",
"shared_link_edit_password_hint": "Enter the share password", "shared_link_edit_password_hint": "Enter the share password",
"shared_link_edit_show_meta": "Show metadata", "shared_link_edit_show_meta": "Show metadata",
"shared_link_edit_submit_button": "Update link", "shared_link_edit_submit_button": "Update link",
"shared_link_empty": "You don't have any shared links", "shared_link_empty": "You don't have any shared links",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Manage Shared links", "shared_link_manage_links": "Manage Shared links",
"share_done": "Done", "share_done": "Done",
"share_invite": "Invite to album", "share_invite": "Invite to album",
"sharing_page_album": "Shared albums", "sharing_page_album": "Shared albums",
"sharing_page_description": "Create shared albums to share photos and videos with people in your network.", "sharing_page_description": "Create shared albums to share photos and videos with people in your network.",
"sharing_page_empty_list": "EMPTY LIST", "sharing_page_empty_list": "EMPTY LIST",
"sharing_silver_appbar_create_shared_album": "New shared album", "sharing_silver_appbar_create_shared_album": "Create shared album",
"sharing_silver_appbar_shared_links": "Shared links", "sharing_silver_appbar_shared_links": "Shared links",
"sharing_silver_appbar_share_partner": "Share with partner", "sharing_silver_appbar_share_partner": "Share with partner",
"tab_controller_nav_library": "Library", "tab_controller_nav_library": "Library",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Dodato u {album}", "add_to_album_bottom_sheet_added": "Dodato u {album}",
"add_to_album_bottom_sheet_already_exists": "Već u {album}", "add_to_album_bottom_sheet_already_exists": "Već u {album}",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.", "advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.",
"advanced_settings_prefer_remote_title": "Prefer remote images", "advanced_settings_prefer_remote_title": "Prefer remote images",
"advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.", "advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Sign out", "app_bar_signout_dialog_title": "Sign out",
"archive_page_no_archived_assets": "No archived assets found", "archive_page_no_archived_assets": "No archived assets found",
"archive_page_title": "Archive ({})", "archive_page_title": "Archive ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dinamični raspored", "asset_list_layout_settings_dynamic_layout_title": "Dinamični raspored",
"asset_list_layout_settings_group_automatically": "Automatic", "asset_list_layout_settings_group_automatically": "Automatic",
"asset_list_layout_settings_group_by": "Grupiši zapise po", "asset_list_layout_settings_group_by": "Grupiši zapise po",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Sličice na stranici biblioteke", "cache_settings_album_thumbnails": "Sličice na stranici biblioteke",
"cache_settings_clear_cache_button": "Obriši keš memoriju", "cache_settings_clear_cache_button": "Obriši keš memoriju",
"cache_settings_clear_cache_button_title": "Ova opcija briše keš memoriju aplikacije. Ovo će bitno uticati na performanse aplikacije dok se keš memorija ne učita ponovo.", "cache_settings_clear_cache_button_title": "Ova opcija briše keš memoriju aplikacije. Ovo će bitno uticati na performanse aplikacije dok se keš memorija ne učita ponovo.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "Veličina keš memorije slika ({} stavki)", "cache_settings_image_cache_size": "Veličina keš memorije slika ({} stavki)",
"cache_settings_statistics_album": "Minijature biblioteka", "cache_settings_statistics_album": "Minijature biblioteka",
"cache_settings_statistics_assets": "{} stavki ({})", "cache_settings_statistics_assets": "{} stavki ({})",
@@ -127,7 +119,7 @@
"cache_settings_tile_title": "Local Storage", "cache_settings_tile_title": "Local Storage",
"cache_settings_title": "Opcije za keširanje", "cache_settings_title": "Opcije za keširanje",
"change_password_form_confirm_password": "Ponovo unesite šifru", "change_password_form_confirm_password": "Ponovo unesite šifru",
"change_password_form_description": "Ćao, {name}\n\nOvo je verovatno Vaše prvo pristupanje sistemu, ili je podnešen zahtev za promenu šifre. Molimo Vas, unesite novu šifru ispod", "change_password_form_description": "Ćao, {firstName}, {lastName}\n\nOvo je verovatno Vaše prvo pristupanje sistemu, ili je podnešen zahtev za promenu šifre. Molimo Vas, unesite novu šifru ispod",
"change_password_form_new_password": "Nova šifra", "change_password_form_new_password": "Nova šifra",
"change_password_form_password_mismatch": "Šifre se ne podudaraju", "change_password_form_password_mismatch": "Šifre se ne podudaraju",
"change_password_form_reenter_new_password": "Ponovo unesite novu šifru", "change_password_form_reenter_new_password": "Ponovo unesite novu šifru",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Archive", "control_bottom_app_bar_archive": "Archive",
"control_bottom_app_bar_create_new_album": "Kreiraj novi album", "control_bottom_app_bar_create_new_album": "Kreiraj novi album",
"control_bottom_app_bar_delete": "Obriši", "control_bottom_app_bar_delete": "Obriši",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Omliljeno", "control_bottom_app_bar_favorite": "Omliljeno",
"control_bottom_app_bar_share": "Podeli", "control_bottom_app_bar_share": "Podeli",
"control_bottom_app_bar_share_to": "Share To", "control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "Stack", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "Unarchive", "control_bottom_app_bar_unarchive": "Unarchive",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Upload", "control_bottom_app_bar_upload": "Upload",
"create_album_page_untitled": "Bez naslova", "create_album_page_untitled": "Bez naslova",
"create_shared_album_page_create": "Napravi", "create_shared_album_page_create": "Napravi",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Delete Shared Link", "delete_shared_link_dialog_title": "Delete Shared Link",
"description_input_hint_text": "Add description...", "description_input_hint_text": "Add description...",
"description_input_submit_error": "Error updating description, check the log for more details", "description_input_submit_error": "Error updating description, check the log for more details",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Dodaj opis...", "exif_bottom_sheet_description": "Dodaj opis...",
"exif_bottom_sheet_details": "DETALJI", "exif_bottom_sheet_details": "DETALJI",
"exif_bottom_sheet_location": "LOKACIJA", "exif_bottom_sheet_location": "LOKACIJA",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "U izradi", "experimental_settings_new_asset_list_subtitle": "U izradi",
"experimental_settings_new_asset_list_title": "Aktiviraj eksperimentalni mrežni prikaz fotografija", "experimental_settings_new_asset_list_title": "Aktiviraj eksperimentalni mrežni prikaz fotografija",
"experimental_settings_subtitle": "Koristiti na sopstvenu odgovornost!", "experimental_settings_subtitle": "Koristiti na sopstvenu odgovornost!",
@@ -204,22 +189,12 @@
"library_page_favorites": "Omiljeno", "library_page_favorites": "Omiljeno",
"library_page_new_album": "Novi album", "library_page_new_album": "Novi album",
"library_page_sharing": "Deljenje", "library_page_sharing": "Deljenje",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_created": "Najnovije kreirano", "library_page_sort_created": "Najnovije kreirano",
"library_page_sort_last_modified": "Last modified", "library_page_sort_last_modified": "Last modified",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Most recent photo", "library_page_sort_most_recent_photo": "Most recent photo",
"library_page_sort_title": "Naziv albuma", "library_page_sort_title": "Naziv albuma",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "Login has been disabled", "login_disabled": "Login has been disabled",
"login_form_api_exception": "API exception. Please check the server URL and try again.", "login_form_api_exception": "API exception. Please check the server URL and try again.",
"login_form_back_button_text": "Back",
"login_form_button_text": "Prijavi se", "login_form_button_text": "Prijavi se",
"login_form_email_hint": "vašemail@email.com", "login_form_email_hint": "vašemail@email.com",
"login_form_endpoint_hint": "http://ip-vašeg-servera:port/api", "login_form_endpoint_hint": "http://ip-vašeg-servera:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Could not connect to server.", "login_form_server_error": "Could not connect to server.",
"login_password_changed_error": "There was an error updating your password", "login_password_changed_error": "There was an error updating your password",
"login_password_changed_success": "Password updated successfully", "login_password_changed_success": "Password updated successfully",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "Cannot get user's location", "map_cannot_get_user_location": "Cannot get user's location",
"map_location_dialog_cancel": "Cancel", "map_location_dialog_cancel": "Cancel",
"map_location_dialog_yes": "Yes", "map_location_dialog_yes": "Yes",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?", "map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?",
"map_location_service_disabled_title": "Location Service disabled", "map_location_service_disabled_title": "Location Service disabled",
"map_no_assets_in_bounds": "No photos in this area", "map_no_assets_in_bounds": "No photos in this area",
"map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?", "map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?",
"map_no_location_permission_title": "Location Permission denied", "map_no_location_permission_title": "Location Permission denied",
"map_settings_dark_mode": "Dark mode", "map_settings_dark_mode": "Dark mode",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Cancel", "map_settings_dialog_cancel": "Cancel",
"map_settings_dialog_save": "Save", "map_settings_dialog_save": "Save",
"map_settings_dialog_title": "Map Settings", "map_settings_dialog_title": "Map Settings",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Zoom out to see photos", "map_zoom_to_see_photos": "Zoom out to see photos",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Motion Photos", "motion_photos_page_title": "Motion Photos",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Odustani", "notification_permission_dialog_cancel": "Odustani",
"notification_permission_dialog_content": "Da bi ukljucili notifikacije, idite u Opcije i odaberite Dozvoli", "notification_permission_dialog_content": "Da bi ukljucili notifikacije, idite u Opcije i odaberite Dozvoli",
"notification_permission_dialog_settings": "Podešavanja", "notification_permission_dialog_settings": "Podešavanja",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.", "permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.",
"permission_onboarding_request": "Immich requires permission to view your photos and videos.", "permission_onboarding_request": "Immich requires permission to view your photos and videos.",
"profile_drawer_app_logs": "Evidencija", "profile_drawer_app_logs": "Evidencija",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "Klijent i server su najnovije verzije", "profile_drawer_client_server_up_to_date": "Klijent i server su najnovije verzije",
"profile_drawer_documentation": "Documentation", "profile_drawer_documentation": "Documentation",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Opcije", "profile_drawer_settings": "Opcije",
"profile_drawer_sign_out": "Odjavi se", "profile_drawer_sign_out": "Odjavi se",
"profile_drawer_trash": "Trash", "profile_drawer_trash": "Trash",
"recently_added_page_title": "Recently Added", "recently_added_page_title": "Recently Added",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Pretražite Vaše fotografije", "search_bar_hint": "Pretražite Vaše fotografije",
"search_page_categories": "Categories", "search_page_categories": "Categories",
"search_page_favorites": "Favorites", "search_page_favorites": "Favorites",
@@ -315,13 +275,6 @@
"search_page_no_objects": "Bez informacija", "search_page_no_objects": "Bez informacija",
"search_page_no_places": "Nema informacija o mestu", "search_page_no_places": "Nema informacija o mestu",
"search_page_people": "People", "search_page_people": "People",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Mesta", "search_page_places": "Mesta",
"search_page_recently_added": "Recently added", "search_page_recently_added": "Recently added",
"search_page_screenshots": "Screenshots", "search_page_screenshots": "Screenshots",
@@ -330,7 +283,6 @@
"search_page_videos": "Videos", "search_page_videos": "Videos",
"search_page_view_all_button": "View all", "search_page_view_all_button": "View all",
"search_page_your_activity": "Your activity", "search_page_your_activity": "Your activity",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "Nova pretraga", "search_result_page_new_search_hint": "Nova pretraga",
"search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ", "search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ",
"search_suggestion_list_smart_search_hint_2": "m:your-search-term", "search_suggestion_list_smart_search_hint_2": "m:your-search-term",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Neuspešno kreiranje albuma", "select_user_for_sharing_page_err_album": "Neuspešno kreiranje albuma",
"select_user_for_sharing_page_share_suggestions": "Sugestije", "select_user_for_sharing_page_share_suggestions": "Sugestije",
"server_info_box_app_version": "Verzija Aplikacije", "server_info_box_app_version": "Verzija Aplikacije",
"server_info_box_latest_release": "Latest Version",
"server_info_box_server_url": "Server URL", "server_info_box_server_url": "Server URL",
"server_info_box_server_version": "Verzija Servera", "server_info_box_server_version": "Verzija Servera",
"setting_image_viewer_help": "Detaljno pregledanje prvo učitava minijaturu, pa srednju, pa original. (Ako te opcije uključene)", "setting_image_viewer_help": "Detaljno pregledanje prvo učitava minijaturu, pa srednju, pa original. (Ako te opcije uključene)",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "Delete Activity", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Let others respond", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Comments & likes", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Pripremanje...", "share_dialog_preparing": "Pripremanje...",
"shared_link_app_bar_title": "Shared Links", "shared_link_app_bar_title": "Shared Links",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "Create link to share", "shared_link_create_app_bar_title": "Create link to share",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Let anyone with the link see the selected photo(s)", "shared_link_create_info": "Let anyone with the link see the selected photo(s)",
"shared_link_create_submit_button": "Create link", "shared_link_create_submit_button": "Create link",
"shared_link_edit_allow_download": "Allow public user to download", "shared_link_edit_allow_download": "Allow public user to download",
@@ -390,32 +333,11 @@
"shared_link_edit_description": "Description", "shared_link_edit_description": "Description",
"shared_link_edit_description_hint": "Enter the share description", "shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_expire_after": "Expire after", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Password", "shared_link_edit_password": "Password",
"shared_link_edit_password_hint": "Enter the share password", "shared_link_edit_password_hint": "Enter the share password",
"shared_link_edit_show_meta": "Show metadata", "shared_link_edit_show_meta": "Show metadata",
"shared_link_edit_submit_button": "Update link", "shared_link_edit_submit_button": "Update link",
"shared_link_empty": "You don't have any shared links", "shared_link_empty": "You don't have any shared links",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Manage Shared links", "shared_link_manage_links": "Manage Shared links",
"share_done": "Done", "share_done": "Done",
"share_invite": "Pozivnica za album", "share_invite": "Pozivnica za album",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Added to {album}", "add_to_album_bottom_sheet_added": "Added to {album}",
"add_to_album_bottom_sheet_already_exists": "Already in {album}", "add_to_album_bottom_sheet_already_exists": "Already in {album}",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.", "advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.",
"advanced_settings_prefer_remote_title": "Prefer remote images", "advanced_settings_prefer_remote_title": "Prefer remote images",
"advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.", "advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Sign out", "app_bar_signout_dialog_title": "Sign out",
"archive_page_no_archived_assets": "No archived assets found", "archive_page_no_archived_assets": "No archived assets found",
"archive_page_title": "Archive ({})", "archive_page_title": "Archive ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dynamic layout", "asset_list_layout_settings_dynamic_layout_title": "Dynamic layout",
"asset_list_layout_settings_group_automatically": "Automatic", "asset_list_layout_settings_group_automatically": "Automatic",
"asset_list_layout_settings_group_by": "Group assets by", "asset_list_layout_settings_group_by": "Group assets by",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Library page thumbnails ({} assets)", "cache_settings_album_thumbnails": "Library page thumbnails ({} assets)",
"cache_settings_clear_cache_button": "Clear cache", "cache_settings_clear_cache_button": "Clear cache",
"cache_settings_clear_cache_button_title": "Clears the app's cache. This will significantly impact the app's performance until the cache has rebuilt.", "cache_settings_clear_cache_button_title": "Clears the app's cache. This will significantly impact the app's performance until the cache has rebuilt.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "Image cache size ({} assets)", "cache_settings_image_cache_size": "Image cache size ({} assets)",
"cache_settings_statistics_album": "Library thumbnails", "cache_settings_statistics_album": "Library thumbnails",
"cache_settings_statistics_assets": "{} assets ({})", "cache_settings_statistics_assets": "{} assets ({})",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Archive", "control_bottom_app_bar_archive": "Archive",
"control_bottom_app_bar_create_new_album": "Create new album", "control_bottom_app_bar_create_new_album": "Create new album",
"control_bottom_app_bar_delete": "Delete", "control_bottom_app_bar_delete": "Delete",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Favorite", "control_bottom_app_bar_favorite": "Favorite",
"control_bottom_app_bar_share": "Share", "control_bottom_app_bar_share": "Share",
"control_bottom_app_bar_share_to": "Share To", "control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "Stack", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "Unarchive", "control_bottom_app_bar_unarchive": "Unarchive",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Upload", "control_bottom_app_bar_upload": "Upload",
"create_album_page_untitled": "Untitled", "create_album_page_untitled": "Untitled",
"create_shared_album_page_create": "Create", "create_shared_album_page_create": "Create",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Delete Shared Link", "delete_shared_link_dialog_title": "Delete Shared Link",
"description_input_hint_text": "Add description...", "description_input_hint_text": "Add description...",
"description_input_submit_error": "Error updating description, check the log for more details", "description_input_submit_error": "Error updating description, check the log for more details",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Add Description...", "exif_bottom_sheet_description": "Add Description...",
"exif_bottom_sheet_details": "DETAILS", "exif_bottom_sheet_details": "DETAILS",
"exif_bottom_sheet_location": "LOCATION", "exif_bottom_sheet_location": "LOCATION",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "Work in progress", "experimental_settings_new_asset_list_subtitle": "Work in progress",
"experimental_settings_new_asset_list_title": "Enable experimental photo grid", "experimental_settings_new_asset_list_title": "Enable experimental photo grid",
"experimental_settings_subtitle": "Use at your own risk!", "experimental_settings_subtitle": "Use at your own risk!",
@@ -204,22 +189,12 @@
"library_page_favorites": "Favorites", "library_page_favorites": "Favorites",
"library_page_new_album": "New album", "library_page_new_album": "New album",
"library_page_sharing": "Sharing", "library_page_sharing": "Sharing",
"library_page_sort_asset_count": "Number of assets", "library_page_sort_created": "Most recently created",
"library_page_sort_created": "Created date",
"library_page_sort_last_modified": "Last modified", "library_page_sort_last_modified": "Last modified",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Most recent photo", "library_page_sort_most_recent_photo": "Most recent photo",
"library_page_sort_title": "Album title", "library_page_sort_title": "Album title",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "Login has been disabled", "login_disabled": "Login has been disabled",
"login_form_api_exception": "API exception. Please check the server URL and try again.", "login_form_api_exception": "API exception. Please check the server URL and try again.",
"login_form_back_button_text": "Back",
"login_form_button_text": "Login", "login_form_button_text": "Login",
"login_form_email_hint": "youremail@email.com", "login_form_email_hint": "youremail@email.com",
"login_form_endpoint_hint": "http://your-server-ip:port/api", "login_form_endpoint_hint": "http://your-server-ip:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Could not connect to server.", "login_form_server_error": "Could not connect to server.",
"login_password_changed_error": "There was an error updating your password", "login_password_changed_error": "There was an error updating your password",
"login_password_changed_success": "Password updated successfully", "login_password_changed_success": "Password updated successfully",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "Cannot get user's location", "map_cannot_get_user_location": "Cannot get user's location",
"map_location_dialog_cancel": "Cancel", "map_location_dialog_cancel": "Cancel",
"map_location_dialog_yes": "Yes", "map_location_dialog_yes": "Yes",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?", "map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?",
"map_location_service_disabled_title": "Location Service disabled", "map_location_service_disabled_title": "Location Service disabled",
"map_no_assets_in_bounds": "No photos in this area", "map_no_assets_in_bounds": "No photos in this area",
"map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?", "map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?",
"map_no_location_permission_title": "Location Permission denied", "map_no_location_permission_title": "Location Permission denied",
"map_settings_dark_mode": "Dark mode", "map_settings_dark_mode": "Dark mode",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Cancel", "map_settings_dialog_cancel": "Cancel",
"map_settings_dialog_save": "Save", "map_settings_dialog_save": "Save",
"map_settings_dialog_title": "Map Settings", "map_settings_dialog_title": "Map Settings",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Zoom out to see photos", "map_zoom_to_see_photos": "Zoom out to see photos",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Motion Photos", "motion_photos_page_title": "Motion Photos",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Cancel", "notification_permission_dialog_cancel": "Cancel",
"notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.",
"notification_permission_dialog_settings": "Settings", "notification_permission_dialog_settings": "Settings",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.", "permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.",
"permission_onboarding_request": "Immich requires permission to view your photos and videos.", "permission_onboarding_request": "Immich requires permission to view your photos and videos.",
"profile_drawer_app_logs": "Logs", "profile_drawer_app_logs": "Logs",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "Client and Server are up-to-date", "profile_drawer_client_server_up_to_date": "Client and Server are up-to-date",
"profile_drawer_documentation": "Documentation", "profile_drawer_documentation": "Documentation",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Settings", "profile_drawer_settings": "Settings",
"profile_drawer_sign_out": "Sign Out", "profile_drawer_sign_out": "Sign Out",
"profile_drawer_trash": "Trash", "profile_drawer_trash": "Trash",
"recently_added_page_title": "Recently Added", "recently_added_page_title": "Recently Added",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Search your photos", "search_bar_hint": "Search your photos",
"search_page_categories": "Categories", "search_page_categories": "Categories",
"search_page_favorites": "Favorites", "search_page_favorites": "Favorites",
@@ -315,13 +275,6 @@
"search_page_no_objects": "No Objects Info Available", "search_page_no_objects": "No Objects Info Available",
"search_page_no_places": "No Places Info Available", "search_page_no_places": "No Places Info Available",
"search_page_people": "People", "search_page_people": "People",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Places", "search_page_places": "Places",
"search_page_recently_added": "Recently added", "search_page_recently_added": "Recently added",
"search_page_screenshots": "Screenshots", "search_page_screenshots": "Screenshots",
@@ -330,7 +283,6 @@
"search_page_videos": "Videos", "search_page_videos": "Videos",
"search_page_view_all_button": "View all", "search_page_view_all_button": "View all",
"search_page_your_activity": "Your activity", "search_page_your_activity": "Your activity",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "New Search", "search_result_page_new_search_hint": "New Search",
"search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ", "search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ",
"search_suggestion_list_smart_search_hint_2": "m:your-search-term", "search_suggestion_list_smart_search_hint_2": "m:your-search-term",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Failed to create album", "select_user_for_sharing_page_err_album": "Failed to create album",
"select_user_for_sharing_page_share_suggestions": "Suggestions", "select_user_for_sharing_page_share_suggestions": "Suggestions",
"server_info_box_app_version": "App Version", "server_info_box_app_version": "App Version",
"server_info_box_latest_release": "Latest Version",
"server_info_box_server_url": "Server URL", "server_info_box_server_url": "Server URL",
"server_info_box_server_version": "Server Version", "server_info_box_server_version": "Server Version",
"setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).", "setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "Delete Activity", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Let others respond", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Comments & likes", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Preparing...", "share_dialog_preparing": "Preparing...",
"shared_link_app_bar_title": "Shared Links", "shared_link_app_bar_title": "Shared Links",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "Create link to share", "shared_link_create_app_bar_title": "Create link to share",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Let anyone with the link see the selected photo(s)", "shared_link_create_info": "Let anyone with the link see the selected photo(s)",
"shared_link_create_submit_button": "Create link", "shared_link_create_submit_button": "Create link",
"shared_link_edit_allow_download": "Allow public user to download", "shared_link_edit_allow_download": "Allow public user to download",
@@ -390,39 +333,18 @@
"shared_link_edit_description": "Description", "shared_link_edit_description": "Description",
"shared_link_edit_description_hint": "Enter the share description", "shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_expire_after": "Expire after", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Password", "shared_link_edit_password": "Password",
"shared_link_edit_password_hint": "Enter the share password", "shared_link_edit_password_hint": "Enter the share password",
"shared_link_edit_show_meta": "Show metadata", "shared_link_edit_show_meta": "Show metadata",
"shared_link_edit_submit_button": "Update link", "shared_link_edit_submit_button": "Update link",
"shared_link_empty": "You don't have any shared links", "shared_link_empty": "You don't have any shared links",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Manage Shared links", "shared_link_manage_links": "Manage Shared links",
"share_done": "Done", "share_done": "Done",
"share_invite": "Invite to album", "share_invite": "Invite to album",
"sharing_page_album": "Shared albums", "sharing_page_album": "Shared albums",
"sharing_page_description": "Create shared albums to share photos and videos with people in your network.", "sharing_page_description": "Create shared albums to share photos and videos with people in your network.",
"sharing_page_empty_list": "EMPTY LIST", "sharing_page_empty_list": "EMPTY LIST",
"sharing_silver_appbar_create_shared_album": "New shared album", "sharing_silver_appbar_create_shared_album": "Create shared album",
"sharing_silver_appbar_shared_links": "Shared links", "sharing_silver_appbar_shared_links": "Shared links",
"sharing_silver_appbar_share_partner": "Share with partner", "sharing_silver_appbar_share_partner": "Share with partner",
"tab_controller_nav_library": "Library", "tab_controller_nav_library": "Library",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Added to {album}", "add_to_album_bottom_sheet_added": "Added to {album}",
"add_to_album_bottom_sheet_already_exists": "Already in {album}", "add_to_album_bottom_sheet_already_exists": "Already in {album}",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.", "advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.",
"advanced_settings_prefer_remote_title": "Prefer remote images", "advanced_settings_prefer_remote_title": "Prefer remote images",
"advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.", "advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Sign out", "app_bar_signout_dialog_title": "Sign out",
"archive_page_no_archived_assets": "No archived assets found", "archive_page_no_archived_assets": "No archived assets found",
"archive_page_title": "Arkivera ({})", "archive_page_title": "Arkivera ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Dynamisk layout", "asset_list_layout_settings_dynamic_layout_title": "Dynamisk layout",
"asset_list_layout_settings_group_automatically": "Automatic", "asset_list_layout_settings_group_automatically": "Automatic",
"asset_list_layout_settings_group_by": "Gruppera bilder efter", "asset_list_layout_settings_group_by": "Gruppera bilder efter",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Miniatyrbilder för bibliotek ({} bilder och videor)", "cache_settings_album_thumbnails": "Miniatyrbilder för bibliotek ({} bilder och videor)",
"cache_settings_clear_cache_button": "Rensa cacheminnet", "cache_settings_clear_cache_button": "Rensa cacheminnet",
"cache_settings_clear_cache_button_title": "Rensar appens cacheminne. Detta kommer att avsevärt påverka appens prestanda tills cachen har byggts om.", "cache_settings_clear_cache_button_title": "Rensar appens cacheminne. Detta kommer att avsevärt påverka appens prestanda tills cachen har byggts om.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "Cacheminnets storlek ({} bilder och videor)", "cache_settings_image_cache_size": "Cacheminnets storlek ({} bilder och videor)",
"cache_settings_statistics_album": "Miniatyrbilder för bibliotek", "cache_settings_statistics_album": "Miniatyrbilder för bibliotek",
"cache_settings_statistics_assets": "{} bilder och videor ({})", "cache_settings_statistics_assets": "{} bilder och videor ({})",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Archive", "control_bottom_app_bar_archive": "Archive",
"control_bottom_app_bar_create_new_album": "Skapa nytt album", "control_bottom_app_bar_create_new_album": "Skapa nytt album",
"control_bottom_app_bar_delete": "Radera", "control_bottom_app_bar_delete": "Radera",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Favorit", "control_bottom_app_bar_favorite": "Favorit",
"control_bottom_app_bar_share": "Dela", "control_bottom_app_bar_share": "Dela",
"control_bottom_app_bar_share_to": "Share To", "control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "Stack", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "Unarchive", "control_bottom_app_bar_unarchive": "Unarchive",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Upload", "control_bottom_app_bar_upload": "Upload",
"create_album_page_untitled": "Namnlös", "create_album_page_untitled": "Namnlös",
"create_shared_album_page_create": "Skapa", "create_shared_album_page_create": "Skapa",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Delete Shared Link", "delete_shared_link_dialog_title": "Delete Shared Link",
"description_input_hint_text": "Lägg till beskrivning...", "description_input_hint_text": "Lägg till beskrivning...",
"description_input_submit_error": "Error updating description, check the log for more details", "description_input_submit_error": "Error updating description, check the log for more details",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Lägg till beskrivning...", "exif_bottom_sheet_description": "Lägg till beskrivning...",
"exif_bottom_sheet_details": "DETALJER", "exif_bottom_sheet_details": "DETALJER",
"exif_bottom_sheet_location": "PLATS", "exif_bottom_sheet_location": "PLATS",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "Under uppbyggnad", "experimental_settings_new_asset_list_subtitle": "Under uppbyggnad",
"experimental_settings_new_asset_list_title": "Aktivera experimentellt fotorutnät", "experimental_settings_new_asset_list_title": "Aktivera experimentellt fotorutnät",
"experimental_settings_subtitle": "Använd på egen risk!", "experimental_settings_subtitle": "Använd på egen risk!",
@@ -204,22 +189,12 @@
"library_page_favorites": "Favoriter", "library_page_favorites": "Favoriter",
"library_page_new_album": "Nytt album", "library_page_new_album": "Nytt album",
"library_page_sharing": "Delas", "library_page_sharing": "Delas",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_created": "Senast skapad", "library_page_sort_created": "Senast skapad",
"library_page_sort_last_modified": "Last modified", "library_page_sort_last_modified": "Last modified",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Most recent photo", "library_page_sort_most_recent_photo": "Most recent photo",
"library_page_sort_title": "Albumtitel", "library_page_sort_title": "Albumtitel",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "Login has been disabled", "login_disabled": "Login has been disabled",
"login_form_api_exception": "API exception. Please check the server URL and try again.", "login_form_api_exception": "API exception. Please check the server URL and try again.",
"login_form_back_button_text": "Back",
"login_form_button_text": "Logga in", "login_form_button_text": "Logga in",
"login_form_email_hint": "din.email@email.com", "login_form_email_hint": "din.email@email.com",
"login_form_endpoint_hint": "http://din-server-ip:port/api", "login_form_endpoint_hint": "http://din-server-ip:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Kunde inte ansluta till servern", "login_form_server_error": "Kunde inte ansluta till servern",
"login_password_changed_error": "There was an error updating your password", "login_password_changed_error": "There was an error updating your password",
"login_password_changed_success": "Password updated successfully", "login_password_changed_success": "Password updated successfully",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "Cannot get user's location", "map_cannot_get_user_location": "Cannot get user's location",
"map_location_dialog_cancel": "Cancel", "map_location_dialog_cancel": "Cancel",
"map_location_dialog_yes": "Yes", "map_location_dialog_yes": "Yes",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?", "map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?",
"map_location_service_disabled_title": "Location Service disabled", "map_location_service_disabled_title": "Location Service disabled",
"map_no_assets_in_bounds": "No photos in this area", "map_no_assets_in_bounds": "No photos in this area",
"map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?", "map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?",
"map_no_location_permission_title": "Location Permission denied", "map_no_location_permission_title": "Location Permission denied",
"map_settings_dark_mode": "Dark mode", "map_settings_dark_mode": "Dark mode",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Cancel", "map_settings_dialog_cancel": "Cancel",
"map_settings_dialog_save": "Save", "map_settings_dialog_save": "Save",
"map_settings_dialog_title": "Map Settings", "map_settings_dialog_title": "Map Settings",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Zoom out to see photos", "map_zoom_to_see_photos": "Zoom out to see photos",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Motion Photos", "motion_photos_page_title": "Motion Photos",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Avbryt", "notification_permission_dialog_cancel": "Avbryt",
"notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.", "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.",
"notification_permission_dialog_settings": "Inställningar", "notification_permission_dialog_settings": "Inställningar",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.", "permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.",
"permission_onboarding_request": "Immich kräver tillstånd för att se dina foton och videor.", "permission_onboarding_request": "Immich kräver tillstånd för att se dina foton och videor.",
"profile_drawer_app_logs": "Loggar", "profile_drawer_app_logs": "Loggar",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "Klient och server är uppdaterade", "profile_drawer_client_server_up_to_date": "Klient och server är uppdaterade",
"profile_drawer_documentation": "Documentation", "profile_drawer_documentation": "Documentation",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Inställningar", "profile_drawer_settings": "Inställningar",
"profile_drawer_sign_out": "Logga ut", "profile_drawer_sign_out": "Logga ut",
"profile_drawer_trash": "Trash", "profile_drawer_trash": "Trash",
"recently_added_page_title": "Nyligen tillagda", "recently_added_page_title": "Nyligen tillagda",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Sök bland dina foton", "search_bar_hint": "Sök bland dina foton",
"search_page_categories": "Kategorier", "search_page_categories": "Kategorier",
"search_page_favorites": "Favoriter", "search_page_favorites": "Favoriter",
@@ -315,13 +275,6 @@
"search_page_no_objects": "Inga objekt är tillgängliga", "search_page_no_objects": "Inga objekt är tillgängliga",
"search_page_no_places": "Ingen platsinformation finns tillgänglig", "search_page_no_places": "Ingen platsinformation finns tillgänglig",
"search_page_people": "People", "search_page_people": "People",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Platser", "search_page_places": "Platser",
"search_page_recently_added": "Nyligen tillagda", "search_page_recently_added": "Nyligen tillagda",
"search_page_screenshots": "Screenshots", "search_page_screenshots": "Screenshots",
@@ -330,7 +283,6 @@
"search_page_videos": "Videos", "search_page_videos": "Videos",
"search_page_view_all_button": "Visa alla", "search_page_view_all_button": "Visa alla",
"search_page_your_activity": "Dina aktiviteter", "search_page_your_activity": "Dina aktiviteter",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "Ny sökning", "search_result_page_new_search_hint": "Ny sökning",
"search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ", "search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ",
"search_suggestion_list_smart_search_hint_2": "m:ditt-sökord", "search_suggestion_list_smart_search_hint_2": "m:ditt-sökord",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Kunde inte skapa nytt album", "select_user_for_sharing_page_err_album": "Kunde inte skapa nytt album",
"select_user_for_sharing_page_share_suggestions": "Förslag", "select_user_for_sharing_page_share_suggestions": "Förslag",
"server_info_box_app_version": "App version", "server_info_box_app_version": "App version",
"server_info_box_latest_release": "Latest Version",
"server_info_box_server_url": "Server URL", "server_info_box_server_url": "Server URL",
"server_info_box_server_version": "Server version", "server_info_box_server_version": "Server version",
"setting_image_viewer_help": "Detaljerad vy laddar miniatyrer först. Efter detta laddas den medelstora förhandsgranskningen av bilden (om detta är aktiverat), och visar slutligen originalet (om detta är aktiverat).", "setting_image_viewer_help": "Detaljerad vy laddar miniatyrer först. Efter detta laddas den medelstora förhandsgranskningen av bilden (om detta är aktiverat), och visar slutligen originalet (om detta är aktiverat).",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "Delete Activity", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Let others respond", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Comments & likes", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Förbereder...", "share_dialog_preparing": "Förbereder...",
"shared_link_app_bar_title": "Shared Links", "shared_link_app_bar_title": "Shared Links",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "Create link to share", "shared_link_create_app_bar_title": "Create link to share",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Let anyone with the link see the selected photo(s)", "shared_link_create_info": "Let anyone with the link see the selected photo(s)",
"shared_link_create_submit_button": "Create link", "shared_link_create_submit_button": "Create link",
"shared_link_edit_allow_download": "Allow public user to download", "shared_link_edit_allow_download": "Allow public user to download",
@@ -390,32 +333,11 @@
"shared_link_edit_description": "Description", "shared_link_edit_description": "Description",
"shared_link_edit_description_hint": "Enter the share description", "shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_expire_after": "Expire after", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Password", "shared_link_edit_password": "Password",
"shared_link_edit_password_hint": "Enter the share password", "shared_link_edit_password_hint": "Enter the share password",
"shared_link_edit_show_meta": "Show metadata", "shared_link_edit_show_meta": "Show metadata",
"shared_link_edit_submit_button": "Update link", "shared_link_edit_submit_button": "Update link",
"shared_link_empty": "You don't have any shared links", "shared_link_empty": "You don't have any shared links",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Manage Shared links", "shared_link_manage_links": "Manage Shared links",
"share_done": "Done", "share_done": "Done",
"share_invite": "Bjuder in till album", "share_invite": "Bjuder in till album",

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "ยกเลิก",
"action_common_update": "อัปเดต",
"add_to_album_bottom_sheet_added": "เพิ่มไปยัง {album}", "add_to_album_bottom_sheet_added": "เพิ่มไปยัง {album}",
"add_to_album_bottom_sheet_already_exists": "อยู่ใน {album} อยู่แล้ว", "add_to_album_bottom_sheet_already_exists": "อยู่ใน {album} อยู่แล้ว",
"advanced_settings_log_level_title": "ระดับการ Log: {}",
"advanced_settings_prefer_remote_subtitle": "อุปกรณ์บางเครื่องโหลดภาพขนาดย่อช้ามาก เปิดการตั้งค่านี้เพื่อโหลดรูปภาพจากรีโมทแทน", "advanced_settings_prefer_remote_subtitle": "อุปกรณ์บางเครื่องโหลดภาพขนาดย่อช้ามาก เปิดการตั้งค่านี้เพื่อโหลดรูปภาพจากรีโมทแทน",
"advanced_settings_prefer_remote_title": "ให้ความสำคัญกับรูปภาพรีโมท", "advanced_settings_prefer_remote_title": "ให้ความสำคัญกับรูปภาพรีโมท",
"advanced_settings_self_signed_ssl_subtitle": "ข้ามการตรวจสอบใบรับรอง SSL จำเป็นสำหรับใบรับรองแบบ self-signed", "advanced_settings_self_signed_ssl_subtitle": "ข้ามการตรวจสอบใบรับรอง SSL จำเป็นสำหรับใบรับรองแบบ self-signed",
@@ -26,17 +23,15 @@
"album_viewer_appbar_share_err_title": "เปลี่ยนชื่ออัลบั้มไม่สำเร็จ", "album_viewer_appbar_share_err_title": "เปลี่ยนชื่ออัลบั้มไม่สำเร็จ",
"album_viewer_appbar_share_leave": "ออกจากอัลบั้ม", "album_viewer_appbar_share_leave": "ออกจากอัลบั้ม",
"album_viewer_appbar_share_remove": "ลบออกจากอัลบั้ม", "album_viewer_appbar_share_remove": "ลบออกจากอัลบั้ม",
"album_viewer_appbar_share_to": "แชร์ให้", "album_viewer_appbar_share_to": "Share To",
"album_viewer_page_share_add_users": "เพิ่มผู้ใช้งาน", "album_viewer_page_share_add_users": "เพิ่มผู้ใช้งาน",
"all_people_page_title": "ผู้คน", "all_people_page_title": "ผู้คน",
"all_videos_page_title": "วิดีโอ", "all_videos_page_title": "วิดีโอ",
"app_bar_signout_dialog_content": "คุณแน่ใจว่าอยากออกจากระบบ", "app_bar_signout_dialog_content": "Are you sure you want to sign out?",
"app_bar_signout_dialog_ok": "ใช่", "app_bar_signout_dialog_ok": "Yes",
"app_bar_signout_dialog_title": "ออกจากระบบ", "app_bar_signout_dialog_title": "Sign out",
"archive_page_no_archived_assets": "ไม่พบทรัพยากรในที่เก็บถาวร", "archive_page_no_archived_assets": "ไม่พบทรัพยากรในที่เก็บถาวร",
"archive_page_title": "เก็บถาวร ({})", "archive_page_title": "เก็บถาวร ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "แผนผังปรับตัว", "asset_list_layout_settings_dynamic_layout_title": "แผนผังปรับตัว",
"asset_list_layout_settings_group_automatically": "อัตโนมัติ", "asset_list_layout_settings_group_automatically": "อัตโนมัติ",
"asset_list_layout_settings_group_by": "จัดกลุ่มทรัพยากรโดย", "asset_list_layout_settings_group_by": "จัดกลุ่มทรัพยากรโดย",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Library page thumbnails ({} assets)", "cache_settings_album_thumbnails": "Library page thumbnails ({} assets)",
"cache_settings_clear_cache_button": "ล้างแคช", "cache_settings_clear_cache_button": "ล้างแคช",
"cache_settings_clear_cache_button_title": "Clears the app's cache. This will significantly impact the app's performance until the cache has rebuilt.", "cache_settings_clear_cache_button_title": "Clears the app's cache. This will significantly impact the app's performance until the cache has rebuilt.",
"cache_settings_duplicated_assets_clear_button": "ล้าง",
"cache_settings_duplicated_assets_subtitle": "รูปภาพและวิดีโอที่ถูกนำเข้าแบล็กลิสต์โดยแอป",
"cache_settings_duplicated_assets_title": "ทรัพยากรที่ซ้ำกัน ({})",
"cache_settings_image_cache_size": "Image cache size ({} assets)", "cache_settings_image_cache_size": "Image cache size ({} assets)",
"cache_settings_statistics_album": "รูปย่อไลบลารี่", "cache_settings_statistics_album": "รูปย่อไลบลารี่",
"cache_settings_statistics_assets": "{} assets ({})", "cache_settings_statistics_assets": "{} assets ({})",
@@ -123,8 +115,8 @@
"cache_settings_statistics_title": "การใช้งานแคช", "cache_settings_statistics_title": "การใช้งานแคช",
"cache_settings_subtitle": "ควบคุมพฤติกรรมการแคชของแอปพลิเคชัน Immich", "cache_settings_subtitle": "ควบคุมพฤติกรรมการแคชของแอปพลิเคชัน Immich",
"cache_settings_thumbnail_size": "ขนาดแคชรูปย่อ ({} ทรัพยากร)", "cache_settings_thumbnail_size": "ขนาดแคชรูปย่อ ({} ทรัพยากร)",
"cache_settings_tile_subtitle": "ควบคุมพฤติกรรมของที่จัดเก็บในตัวเครื่อง", "cache_settings_tile_subtitle": "Control the local storage behaviour",
"cache_settings_tile_title": "ที่จัดเก็บในตัวเครื่อง", "cache_settings_tile_title": "Local Storage",
"cache_settings_title": "ตั้งค่าแคช", "cache_settings_title": "ตั้งค่าแคช",
"change_password_form_confirm_password": "ยืนยันรหัสผ่าน", "change_password_form_confirm_password": "ยืนยันรหัสผ่าน",
"change_password_form_description": "สวัสดี {name},\n\nครั้งนี้อาจจะเป็นครั้งแรกที่คุณเข้าสู่ระบบ หรือมีคำขอเพื่อที่จะเปลี่ยนรหัสผ่านของคุI กรุณาเพิ่มรหัสผ่านใหม่ข้างล่าง", "change_password_form_description": "สวัสดี {name},\n\nครั้งนี้อาจจะเป็นครั้งแรกที่คุณเข้าสู่ระบบ หรือมีคำขอเพื่อที่จะเปลี่ยนรหัสผ่านของคุI กรุณาเพิ่มรหัสผ่านใหม่ข้างล่าง",
@@ -142,15 +134,12 @@
"control_bottom_app_bar_archive": "เก็บถาวร", "control_bottom_app_bar_archive": "เก็บถาวร",
"control_bottom_app_bar_create_new_album": "สร้างอัลบั้มใหม่", "control_bottom_app_bar_create_new_album": "สร้างอัลบั้มใหม่",
"control_bottom_app_bar_delete": "ลบออก", "control_bottom_app_bar_delete": "ลบออก",
"control_bottom_app_bar_edit_location": "แก้ไขตำแหน่ง",
"control_bottom_app_bar_edit_time": "แก้ไขวันและเวลา",
"control_bottom_app_bar_favorite": "รายการโปรด", "control_bottom_app_bar_favorite": "รายการโปรด",
"control_bottom_app_bar_share": "แชร์", "control_bottom_app_bar_share": "แชร์",
"control_bottom_app_bar_share_to": "แชร์ให้", "control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "ซ้อน", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "นำออกจากที่เก็บถาวร", "control_bottom_app_bar_unarchive": "นำออกจากที่เก็บถาวร",
"control_bottom_app_bar_unfavorite": "นำออกจากรายการโปรด", "control_bottom_app_bar_upload": "Upload",
"control_bottom_app_bar_upload": "อัพโหลด",
"create_album_page_untitled": "ไม่มีชื่อ", "create_album_page_untitled": "ไม่มีชื่อ",
"create_shared_album_page_create": "Create", "create_shared_album_page_create": "Create",
"create_shared_album_page_share": "แชร์", "create_shared_album_page_share": "แชร์",
@@ -165,17 +154,13 @@
"delete_dialog_cancel": "ยกเลิก", "delete_dialog_cancel": "ยกเลิก",
"delete_dialog_ok": "ลบออก", "delete_dialog_ok": "ลบออก",
"delete_dialog_title": "ลบถาวร", "delete_dialog_title": "ลบถาวร",
"delete_shared_link_dialog_content": "คุณแน่ใจว่าอยากลบลิงก์ที่แชร์อันนี้หรือไม่?", "delete_shared_link_dialog_content": "Are you sure you want to delete this shared link?",
"delete_shared_link_dialog_title": "ลบลิงก์ที่แชร์", "delete_shared_link_dialog_title": "Delete Shared Link",
"description_input_hint_text": "เพื่มรายละเอียด...", "description_input_hint_text": "เพื่มรายละเอียด...",
"description_input_submit_error": "อัพเดตรายละเอียดผิดพลาด ตรวจสอบ log เพื่อรายละเอียดเพิ่มเติม", "description_input_submit_error": "อัพเดตรายละเอียดผิดพลาด ตรวจสอบ log เพื่อรายละเอียดเพิ่มเติม",
"edit_date_time_dialog_date_time": "วันและเวลา",
"edit_date_time_dialog_timezone": "เขดเวลา",
"edit_location_dialog_title": "ตำแหน่ง",
"exif_bottom_sheet_description": "เพิ่มคำอธิบาย", "exif_bottom_sheet_description": "เพิ่มคำอธิบาย",
"exif_bottom_sheet_details": "รายละเอียด", "exif_bottom_sheet_details": "รายละเอียด",
"exif_bottom_sheet_location": "ตำแหน่ง", "exif_bottom_sheet_location": "ตำแหน่ง",
"exif_bottom_sheet_location_add": "เพิ่มตำแหน่ง",
"experimental_settings_new_asset_list_subtitle": "กำลังพัฒนา", "experimental_settings_new_asset_list_subtitle": "กำลังพัฒนา",
"experimental_settings_new_asset_list_title": "Enable experimental photo grid", "experimental_settings_new_asset_list_title": "Enable experimental photo grid",
"experimental_settings_subtitle": "Use at your own risk!", "experimental_settings_subtitle": "Use at your own risk!",
@@ -185,41 +170,31 @@
"home_page_add_to_album_conflicts": "เพิ่ม {added} ทรัพยากรเข้าอัลบั้ม {album}. {failed} ทรัพยากรอยู่ในอัลบั้มอยู่แล้ว", "home_page_add_to_album_conflicts": "เพิ่ม {added} ทรัพยากรเข้าอัลบั้ม {album}. {failed} ทรัพยากรอยู่ในอัลบั้มอยู่แล้ว",
"home_page_add_to_album_err_local": " ไม่สามารถเพิ่มทรัพยากรบนเครื่องเข้าอัลบั้ม กำลังข้าม", "home_page_add_to_album_err_local": " ไม่สามารถเพิ่มทรัพยากรบนเครื่องเข้าอัลบั้ม กำลังข้าม",
"home_page_add_to_album_success": "Added {added} assets to album {album}.", "home_page_add_to_album_success": "Added {added} assets to album {album}.",
"home_page_album_err_partner": "ไม่สามารถเพิ่มทรัพยากรของพันธมิตรได้ กำลังข้าม", "home_page_album_err_partner": "Can not add partner assets to an album yet, skipping",
"home_page_archive_err_local": "ไม่สามารถเก็บถาวรในขณะนี้ กำลังข้าม", "home_page_archive_err_local": "ไม่สามารถเก็บถาวรในขณะนี้ กำลังข้าม",
"home_page_archive_err_partner": "ไม่สามารถเก็บทรัพยากรของพันธมิตรได้ กำลังข้าม", "home_page_archive_err_partner": "Can not archive partner assets, skipping",
"home_page_building_timeline": "กำลังสร้าง timeline", "home_page_building_timeline": "กำลังสร้าง timeline",
"home_page_delete_err_partner": "ไม่สามารถลบทรัพยากรของพันธมิตรได้ กำลังข้าม", "home_page_delete_err_partner": "Can not delete partner assets, skipping",
"home_page_favorite_err_local": " ไม่สามารถตั้งทรัพยากรบนเครื่องเป็นรายการโปรด กำลังข้าม", "home_page_favorite_err_local": " ไม่สามารถตั้งทรัพยากรบนเครื่องเป็นรายการโปรด กำลังข้าม",
"home_page_favorite_err_partner": "ไม่สามารถเพิ่มทรัพยากรของพันธมิตรในรายการโปรดได้ กำลังข้าม", "home_page_favorite_err_partner": "Can not favorite partner assets yet, skipping",
"home_page_first_time_notice": "ถ้าครั้งนี้เป็นครั้งแรกที่ใช้แอปนี้ กรุณาเลือกอัลบั้มที่จะสำรองข้อมูล ไทม์ไลน์จะได้เพิ่มรูปภาพและวิดีโอที่อยู่ในอัลบั้ม", "home_page_first_time_notice": "ถ้าครั้งนี้เป็นครั้งแรกที่ใช้แอปนี้ กรุณาเลือกอัลบั้มที่จะสำรองข้อมูล ไทม์ไลน์จะได้เพิ่มรูปภาพและวิดีโอที่อยู่ในอัลบั้ม",
"home_page_share_err_local": "ไม่สามารถแชร์ผ่านลิงค์ได้ กำลังข้าม", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "สามารถอัพโหลดได้มากสุดครั้งละ 30 ทรัพยากร กำลังข้าม", "home_page_upload_err_limit": "สามารถอัพโหลดได้มากสุดครั้งละ 30 ทรัพยากร กำลังข้าม",
"image_viewer_page_state_provider_download_error": "ดาวน์โหลดผิดพลาด", "image_viewer_page_state_provider_download_error": "ดาวน์โหลดผิดพลาด",
"image_viewer_page_state_provider_download_success": "ดาวน์โหลดสำเร็จ", "image_viewer_page_state_provider_download_success": "ดาวน์โหลดสำเร็จ",
"image_viewer_page_state_provider_share_error": "แชร์ผิดพลาด", "image_viewer_page_state_provider_share_error": "Share Error",
"library_page_albums": "Albums", "library_page_albums": "Albums",
"library_page_archive": "เก็บถาวร", "library_page_archive": "เก็บถาวร",
"library_page_device_albums": "อัลบั้มบนเครื่อง", "library_page_device_albums": "อัลบั้มบนเครื่อง",
"library_page_favorites": "รายการโปรด", "library_page_favorites": "รายการโปรด",
"library_page_new_album": "อัลบั้มใหม่", "library_page_new_album": "อัลบั้มใหม่",
"library_page_sharing": "การแชร์", "library_page_sharing": "การแชร์",
"library_page_sort_asset_count": "จำนวนทรัพยากรที่มี",
"library_page_sort_created": "สร้างล่าสุด", "library_page_sort_created": "สร้างล่าสุด",
"library_page_sort_last_modified": "แก้ไขล่าสุด", "library_page_sort_last_modified": "Last modified",
"library_page_sort_most_oldest_photo": "รูปภาพที่เก่าที่สุด", "library_page_sort_most_recent_photo": "Most recent photo",
"library_page_sort_most_recent_photo": "รูปล่าสุด",
"library_page_sort_title": "ชื่ออัลบั้ม", "library_page_sort_title": "ชื่ออัลบั้ม",
"location_picker_choose_on_map": "เลือกบนแผนที่",
"location_picker_latitude": "ละติจูต",
"location_picker_latitude_error": "กรุณาเพิ่มละติจูตที่ถูกต้อง",
"location_picker_latitude_hint": "เพิ่มละติจูตตรงนี้",
"location_picker_longitude": "ลองจิจูต",
"location_picker_longitude_error": "กรุณาเพิ่มลองจิจูตที่ถูกต้อง",
"location_picker_longitude_hint": "เพิ่มลองจิจูตตรงนี้",
"login_disabled": "ล็อกอินถูกปิด", "login_disabled": "ล็อกอินถูกปิด",
"login_form_api_exception": "ข้อผิดพลาด API กรุณาตรวจสอบ URL แล้วลองใหม่", "login_form_api_exception": "ข้อผิดพลาด API กรุณาตรวจสอบ URL แล้วลองใหม่",
"login_form_back_button_text": "กลับ",
"login_form_button_text": "เข้าสู่ระบบ", "login_form_button_text": "เข้าสู่ระบบ",
"login_form_email_hint": "อีเมลคุณ@อีเมล.com", "login_form_email_hint": "อีเมลคุณ@อีเมล.com",
"login_form_endpoint_hint": "http://ไอพีเชอร์ฟเวอร์คุณ:พอร์ต/api", "login_form_endpoint_hint": "http://ไอพีเชอร์ฟเวอร์คุณ:พอร์ต/api",
@@ -242,34 +217,24 @@
"login_form_server_error": "ไม่สามารถติดต่อกับเซิร์ฟเวอร์", "login_form_server_error": "ไม่สามารถติดต่อกับเซิร์ฟเวอร์",
"login_password_changed_error": "เกิดข้อผิดพลาดขณะเปลี่ยนรหัสผ่าน", "login_password_changed_error": "เกิดข้อผิดพลาดขณะเปลี่ยนรหัสผ่าน",
"login_password_changed_success": "เปลี่ยนรหัสผ่านสำเร็จ", "login_password_changed_success": "เปลี่ยนรหัสผ่านสำเร็จ",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "ไม่สามารถหาตำแหน่งผู้ใช้งานได้", "map_cannot_get_user_location": "ไม่สามารถหาตำแหน่งผู้ใช้งานได้",
"map_location_dialog_cancel": "ยกเลิก", "map_location_dialog_cancel": "ยกเลิก",
"map_location_dialog_yes": "ใช่", "map_location_dialog_yes": "ใช่",
"map_location_picker_page_use_location": "ใช้ตำแหน่งนี้",
"map_location_service_disabled_content": "ต้องเปิดตำแหน่งเพื่อแสดงทรัพยากรจากตำแหน่งปัจจุบัน เปิดตอนนี้?", "map_location_service_disabled_content": "ต้องเปิดตำแหน่งเพื่อแสดงทรัพยากรจากตำแหน่งปัจจุบัน เปิดตอนนี้?",
"map_location_service_disabled_title": "บริการตำแหน่งถูกปิด", "map_location_service_disabled_title": "บริการตำแหน่งถูกปิด",
"map_no_assets_in_bounds": "ไม่มีรูปในบริเวณนี้", "map_no_assets_in_bounds": "ไม่มีรูปในบริเวณนี้",
"map_no_location_permission_content": "จำเป็นต้องมีสิทธิ์เข้าถึงตำแหน่งเพื่อแสดงทรัพยากรจากตำแหน่งปัจจุบัน อนุญาตตอนนี้?", "map_no_location_permission_content": "จำเป็นต้องมีสิทธิ์เข้าถึงตำแหน่งเพื่อแสดงทรัพยากรจากตำแหน่งปัจจุบัน อนุญาตตอนนี้?",
"map_no_location_permission_title": "สิทธิ์เข้าถึงตำแหน่งถูกปฏิเสธ", "map_no_location_permission_title": "สิทธิ์เข้าถึงตำแหน่งถูกปฏิเสธ",
"map_settings_dark_mode": "โหมดมืด", "map_settings_dark_mode": "โหมดมืด",
"map_settings_date_range_option_all": "ทั้งหมด",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "ยกเลิก", "map_settings_dialog_cancel": "ยกเลิก",
"map_settings_dialog_save": "บันทึก", "map_settings_dialog_save": "บันทึก",
"map_settings_dialog_title": "ตั้งค่าแผนที่", "map_settings_dialog_title": "ตั้งค่าแผนที่",
"map_settings_include_show_archived": "รวมเก็บถาวร", "map_settings_include_show_archived": "Include Archived",
"map_settings_only_relative_range": "ช่วงวันที่", "map_settings_only_relative_range": "ช่วงวันที่",
"map_settings_only_show_favorites": "แสดงรายการโปรดเท่านั้น", "map_settings_only_show_favorites": "แสดงรายการโปรดเท่านั้น",
"map_zoom_to_see_photos": "ซูมออกเพื่อดูรูป", "map_zoom_to_see_photos": "ซูมออกเพื่อดูรูป",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "ภาพเคลื่อนไหว", "motion_photos_page_title": "ภาพเคลื่อนไหว",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "ยกเลิก", "notification_permission_dialog_cancel": "ยกเลิก",
"notification_permission_dialog_content": "เพื่อเปิดการแจ้งเตือน เข้าตั้งค่าแล้วกดอนุญาต", "notification_permission_dialog_content": "เพื่อเปิดการแจ้งเตือน เข้าตั้งค่าแล้วกดอนุญาต",
"notification_permission_dialog_settings": "ตั้งค่า", "notification_permission_dialog_settings": "ตั้งค่า",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "{} จะไม่สามารถเข้าถึงรูปภาพของคุณ", "partner_page_stop_sharing_content": "{} จะไม่สามารถเข้าถึงรูปภาพของคุณ",
"partner_page_stop_sharing_title": "หยุดแชร์รูปภาพ?", "partner_page_stop_sharing_title": "หยุดแชร์รูปภาพ?",
"partner_page_title": "พันธมิตร", "partner_page_title": "พันธมิตร",
"permission_onboarding_back": "กลับ", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "ดำเนินการต่อ", "permission_onboarding_continue_anyway": "ดำเนินการต่อ",
"permission_onboarding_get_started": "เริ่มต้น", "permission_onboarding_get_started": "เริ่มต้น",
"permission_onboarding_go_to_settings": "ไปยังการตั้งค่า", "permission_onboarding_go_to_settings": "ไปยังการตั้งค่า",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "สิทธ์จำกัด เพื่อให้ Immich สำรองข้อมูลและบริหารคลังรูปภาพได้ ตั้งค่าสิทธิเข้าถึงรูปภาพและวิดีโอ", "permission_onboarding_permission_limited": "สิทธ์จำกัด เพื่อให้ Immich สำรองข้อมูลและบริหารคลังรูปภาพได้ ตั้งค่าสิทธิเข้าถึงรูปภาพและวิดีโอ",
"permission_onboarding_request": "Immich จำเป็นจะต้องได้รับสิทธิ์ดูรูปภาพและวิดีโอ", "permission_onboarding_request": "Immich จำเป็นจะต้องได้รับสิทธิ์ดูรูปภาพและวิดีโอ",
"profile_drawer_app_logs": "Log", "profile_drawer_app_logs": "Log",
"profile_drawer_client_out_of_date_major": "แอปพลิเคชันมีอัพเดต โปรดอัปเดตเป็นเวอร์ชันหลักล่าสุด",
"profile_drawer_client_out_of_date_minor": "แอปพลิเคชันมีอัพเดต โปรดอัปเดตเป็นเวอร์ชันรองล่าสุด",
"profile_drawer_client_server_up_to_date": "ไคลเอนต์และเซิร์ฟเวอร์เป็นปัจจุบัน", "profile_drawer_client_server_up_to_date": "ไคลเอนต์และเซิร์ฟเวอร์เป็นปัจจุบัน",
"profile_drawer_documentation": "เอกสารประกอบ", "profile_drawer_documentation": "Documentation",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "เซิร์ฟเวอร์มีอัพเดต โปรดอัปเดตเป็นเวอร์ชันหลักล่าสุด",
"profile_drawer_server_out_of_date_minor": "เซิร์ฟเวอร์มีอัพเดต โปรดอัปเดตเป็นเวอร์ชันรองล่าสุด",
"profile_drawer_settings": "Settings", "profile_drawer_settings": "Settings",
"profile_drawer_sign_out": "ออกจากระบบ", "profile_drawer_sign_out": "ออกจากระบบ",
"profile_drawer_trash": "ขยะ", "profile_drawer_trash": "Trash",
"recently_added_page_title": "เพิ่มล่าสุด", "recently_added_page_title": "เพิ่มล่าสุด",
"scaffold_body_error_occurred": "เกิดข้อผิดพลาด",
"search_bar_hint": "ค้นหารูปภาพของคุณ", "search_bar_hint": "ค้นหารูปภาพของคุณ",
"search_page_categories": "หมวดหมู่", "search_page_categories": "หมวดหมู่",
"search_page_favorites": "รายการโปรด", "search_page_favorites": "รายการโปรด",
@@ -315,13 +275,6 @@
"search_page_no_objects": "No Objects Info Available", "search_page_no_objects": "No Objects Info Available",
"search_page_no_places": "ไม่มีข้อมูลสถานที่", "search_page_no_places": "ไม่มีข้อมูลสถานที่",
"search_page_people": "ผู้คน", "search_page_people": "ผู้คน",
"search_page_person_add_name_dialog_cancel": "ยกเลิก",
"search_page_person_add_name_dialog_hint": "ชื่อ",
"search_page_person_add_name_dialog_save": "บันทึก",
"search_page_person_add_name_dialog_title": "เพิ่มชื่อ",
"search_page_person_add_name_subtitle": "หาเขาอย่างรวดเร็วโดยการค้นหากับชื่อ",
"search_page_person_add_name_title": "เพิ่มชื่อ",
"search_page_person_edit_name": "แก้ไขชื่อ",
"search_page_places": "สถานที่", "search_page_places": "สถานที่",
"search_page_recently_added": "เพิ่มล่าสุด", "search_page_recently_added": "เพิ่มล่าสุด",
"search_page_screenshots": "แคปหน้าจอ", "search_page_screenshots": "แคปหน้าจอ",
@@ -330,7 +283,6 @@
"search_page_videos": "วิดีโอ", "search_page_videos": "วิดีโอ",
"search_page_view_all_button": "ดูทั้งหมด", "search_page_view_all_button": "ดูทั้งหมด",
"search_page_your_activity": "กิจกรรมของคุณ", "search_page_your_activity": "กิจกรรมของคุณ",
"search_page_your_map": "แผนที่คุณ",
"search_result_page_new_search_hint": "ค้นหาใหม่", "search_result_page_new_search_hint": "ค้นหาใหม่",
"search_suggestion_list_smart_search_hint_1": "การค้นหาอัจฉริยะเปิดเป็นค่าเริ่มต้น เพื่อค้นหา metadata ให้ใช้ไวยากรณ์", "search_suggestion_list_smart_search_hint_1": "การค้นหาอัจฉริยะเปิดเป็นค่าเริ่มต้น เพื่อค้นหา metadata ให้ใช้ไวยากรณ์",
"search_suggestion_list_smart_search_hint_2": "m:คำค้นหา", "search_suggestion_list_smart_search_hint_2": "m:คำค้นหา",
@@ -338,8 +290,7 @@
"select_user_for_sharing_page_err_album": "สร้างอัลบั้มล้มเหลว", "select_user_for_sharing_page_err_album": "สร้างอัลบั้มล้มเหลว",
"select_user_for_sharing_page_share_suggestions": "Suggestions", "select_user_for_sharing_page_share_suggestions": "Suggestions",
"server_info_box_app_version": "เวอร์ชั่นแอพ", "server_info_box_app_version": "เวอร์ชั่นแอพ",
"server_info_box_latest_release": "เวอร์ชันล่าสุด", "server_info_box_server_url": "Server URL",
"server_info_box_server_url": "URL เซิร์ฟเวอร์",
"server_info_box_server_version": "เวอร์ชั้นเซิร์ฟเวอร์", "server_info_box_server_version": "เวอร์ชั้นเซิร์ฟเวอร์",
"setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).", "setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).",
"setting_image_viewer_original_subtitle": "Enable to load the original full-resolution image (large!). Disable to reduce data usage (both network and on device cache).", "setting_image_viewer_original_subtitle": "Enable to load the original full-resolution image (large!). Disable to reduce data usage (both network and on device cache).",
@@ -364,66 +315,37 @@
"share_add_photos": "เพิ่มรูปภาพ", "share_add_photos": "เพิ่มรูปภาพ",
"share_add_title": "เพิ่มชื่อ", "share_add_title": "เพิ่มชื่อ",
"share_create_album": "สร้างอัลบั้ม", "share_create_album": "สร้างอัลบั้ม",
"shared_album_activities_input_disable": "คอมเมนต์ถูกปิด", "shared_album_activities_input_disable": "Comment is disabled",
"shared_album_activities_input_hint": "พูดอะไรสักอย่าง", "shared_album_activities_input_hint": "Say something",
"shared_album_activity_remove_content": "ุคุณต้องการลบกิจกรรมนี้หรือไม่?", "shared_album_activity_remove_content": "Do you want to delete this activity?",
"shared_album_activity_remove_title": "ลบกิจกรรม", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "ให้คนอื่นตอบ", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "คอมเมนต์และถูกใจ", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "เกิดข้อผิดพลาดในการออก/นำออกจากอัลบั้ม",
"shared_album_section_people_action_leave": "นำผู้ใช้งานออกจากอัลบั้ม",
"shared_album_section_people_action_remove_user": "นำผู้ใช้งานออกจากอัลบั้ม",
"shared_album_section_people_owner_label": "เจ้าของ",
"shared_album_section_people_title": "ผู้คน",
"share_dialog_preparing": "กำลังเตรียม...", "share_dialog_preparing": "กำลังเตรียม...",
"shared_link_app_bar_title": "ลิงก์ที่แชร์", "shared_link_app_bar_title": "Shared Links",
"shared_link_clipboard_copied_massage": "คัดลอกลงคลิปบอร์ด", "shared_link_create_app_bar_title": "Create link to share",
"shared_link_clipboard_text": "ลิงก์: {}\nรหัสผ่าน: {}", "shared_link_create_info": "Let anyone with the link see the selected photo(s)",
"shared_link_create_app_bar_title": "สร้างลิงก์เพื่อแชร์", "shared_link_create_submit_button": "Create link",
"shared_link_create_error": "เกิดข้อผิดพลาดขณะสร้างลิงก์แชร์", "shared_link_edit_allow_download": "Allow public user to download",
"shared_link_create_info": "ให้ทุกคนที่มีลิงก์ดูรูปที่เลือก", "shared_link_edit_allow_upload": "Allow public user to upload",
"shared_link_create_submit_button": "สร้างลิงก์", "shared_link_edit_app_bar_title": "Edit link",
"shared_link_edit_allow_download": "อนุญาตให้ผู้ใช้งานสาธารณะดาวน์โหลด", "shared_link_edit_change_expiry": "Change expiration time",
"shared_link_edit_allow_upload": "อนุญาตให้ผู้ใช้งานสาธารณะอัพโหลด", "shared_link_edit_description": "Description",
"shared_link_edit_app_bar_title": "แก้ไขลิงก์", "shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_change_expiry": "เปลี่ยนเวลาหมดอายุ", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_description": "รายละเอียด", "shared_link_edit_password": "Password",
"shared_link_edit_description_hint": "เพิ่มรายละเอียดการแชร์", "shared_link_edit_password_hint": "Enter the share password",
"shared_link_edit_expire_after": "หมดอายุหลังจาก", "shared_link_edit_show_meta": "Show metadata",
"shared_link_edit_expire_after_option_day": "1 day", "shared_link_edit_submit_button": "Update link",
"shared_link_edit_expire_after_option_days": "{} days", "shared_link_empty": "You don't have any shared links",
"shared_link_edit_expire_after_option_hour": "1 hour", "shared_link_manage_links": "Manage Shared links",
"shared_link_edit_expire_after_option_hours": "{} hours", "share_done": "Done",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "ไม่กำหนด",
"shared_link_edit_password": "รหัสผ่าน",
"shared_link_edit_password_hint": "กรอกรหัสผ่านแชร์",
"shared_link_edit_show_meta": "แสดง metadata",
"shared_link_edit_submit_button": "อัปเดตลิงก์",
"shared_link_empty": "คุณไม่มีลิงก์ที่แชร์",
"shared_link_error_server_url_fetch": "ไม่สามารถรับ URL จากเซิร์ฟเวอร์",
"shared_link_expired": "หมดอายุแล้ว",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "หมดอายุในอีก {} นาที",
"shared_link_expires_never": "ไม่มีวันหมดอายุ",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "หมดอายุในอีก {} วินาที",
"shared_link_info_chip_download": "ดาวน์โหลด",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "อัพโหลด",
"shared_link_manage_links": "บริหารลิงก์",
"share_done": "เสร็จ",
"share_invite": "เชิญเข้าอัลบั้ม", "share_invite": "เชิญเข้าอัลบั้ม",
"sharing_page_album": "อัลบั้มที่แชร์", "sharing_page_album": "อัลบั้มที่แชร์",
"sharing_page_description": "สร้างอัลบั้มที่แชร์เพื่อแชร์รูปภาพและวิดีโอให้กับคนบนเครื่อข่ายคุณ", "sharing_page_description": "สร้างอัลบั้มที่แชร์เพื่อแชร์รูปภาพและวิดีโอให้กับคนบนเครื่อข่ายคุณ",
"sharing_page_empty_list": "รายการว่างเปล่า", "sharing_page_empty_list": "รายการว่างเปล่า",
"sharing_silver_appbar_create_shared_album": "สร้างอัลบั้มแชร์", "sharing_silver_appbar_create_shared_album": "สร้างอัลบั้มแชร์",
"sharing_silver_appbar_shared_links": "ลิงก์ที่แชร์", "sharing_silver_appbar_shared_links": "Shared links",
"sharing_silver_appbar_share_partner": "แชร์กับพันธมิตร", "sharing_silver_appbar_share_partner": "แชร์กับพันธมิตร",
"tab_controller_nav_library": "Library", "tab_controller_nav_library": "Library",
"tab_controller_nav_photos": "รูปภาพ", "tab_controller_nav_photos": "รูปภาพ",
@@ -440,18 +362,18 @@
"theme_setting_three_stage_loading_subtitle": "Three-stage loading might increase the loading performance but causes significantly higher network load", "theme_setting_three_stage_loading_subtitle": "Three-stage loading might increase the loading performance but causes significantly higher network load",
"theme_setting_three_stage_loading_title": "Enable three-stage loading", "theme_setting_three_stage_loading_title": "Enable three-stage loading",
"translated_text_options": "ตัวเลือก", "translated_text_options": "ตัวเลือก",
"trash_page_delete": "ลบ", "trash_page_delete": "Delete",
"trash_page_delete_all": "ลบทั้งหมด", "trash_page_delete_all": "Delete All",
"trash_page_empty_trash_btn": "ทิ้งจากถังขยะ", "trash_page_empty_trash_btn": "Empty trash",
"trash_page_empty_trash_dialog_content": "คุณแน่ใจว่าต้องการทิ้งขยะทั้งหมด ทรัพยากรพวกนี้จะถูกลบจาก Immich ถาวร", "trash_page_empty_trash_dialog_content": "Do you want to empty your trashed assets? These items will be permanently removed from Immich",
"trash_page_empty_trash_dialog_ok": "โอเค", "trash_page_empty_trash_dialog_ok": "Ok",
"trash_page_info": "ทรัพยากรที่ทิ้งจะถูกลบถาวรหลัง {} วัน", "trash_page_info": "Trashed items will be permanently deleted after {} days",
"trash_page_no_assets": "ไม่มีทรัพยากรในขยะ", "trash_page_no_assets": "No trashed assets",
"trash_page_restore": "กู้คืน", "trash_page_restore": "Restore",
"trash_page_restore_all": "กู้คืนทั้งหมด", "trash_page_restore_all": "Restore All",
"trash_page_select_assets_btn": "เลือกทรัพยากร", "trash_page_select_assets_btn": "Select assets",
"trash_page_select_btn": "เลือก", "trash_page_select_btn": "Select",
"trash_page_title": "ขยะ ({})", "trash_page_title": "Trash ({})",
"upload_dialog_cancel": "ยกเลิก", "upload_dialog_cancel": "ยกเลิก",
"upload_dialog_info": "คุณต้องการอัพโหลดทรัพยากรดังกล่าวบนเซิร์ฟเวอร์หรือไม่?", "upload_dialog_info": "คุณต้องการอัพโหลดทรัพยากรดังกล่าวบนเซิร์ฟเวอร์หรือไม่?",
"upload_dialog_ok": "อัปโหลด", "upload_dialog_ok": "อัปโหลด",
@@ -462,7 +384,7 @@
"version_announcement_overlay_text_2": "please take your time to visit the ", "version_announcement_overlay_text_2": "please take your time to visit the ",
"version_announcement_overlay_text_3": " and ensure your docker-compose and .env setup is up-to-date to prevent any misconfigurations, especially if you use WatchTower or any mechanism that handles updating your server application automatically.", "version_announcement_overlay_text_3": " and ensure your docker-compose and .env setup is up-to-date to prevent any misconfigurations, especially if you use WatchTower or any mechanism that handles updating your server application automatically.",
"version_announcement_overlay_title": "มีเวอร์ชั่นใหม่สำหรับเซิร์ฟเวอร์ \uD83C\uDF89", "version_announcement_overlay_title": "มีเวอร์ชั่นใหม่สำหรับเซิร์ฟเวอร์ \uD83C\uDF89",
"viewer_remove_from_stack": "เอาออกจากที่ซ้อน", "viewer_remove_from_stack": "Remove from Stack",
"viewer_stack_use_as_main_asset": "ใช้เป็นทรัพยากรหลัก", "viewer_stack_use_as_main_asset": "Use as Main Asset",
"viewer_unstack": "หยุดซ้อน" "viewer_unstack": "Un-Stack"
} }

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "Cancel",
"action_common_update": "Update",
"add_to_album_bottom_sheet_added": "Додати до {album}", "add_to_album_bottom_sheet_added": "Додати до {album}",
"add_to_album_bottom_sheet_already_exists": "Вже є в {album}", "add_to_album_bottom_sheet_already_exists": "Вже є в {album}",
"advanced_settings_log_level_title": "Log level: {}",
"advanced_settings_prefer_remote_subtitle": "Деякі пристрої вельми повільно завантажують мініатюри із елементів на пристрої. Активуйте для завантаження віддалених мініатюр натомість.", "advanced_settings_prefer_remote_subtitle": "Деякі пристрої вельми повільно завантажують мініатюри із елементів на пристрої. Активуйте для завантаження віддалених мініатюр натомість.",
"advanced_settings_prefer_remote_title": "Перевага віддаленим зображенням", "advanced_settings_prefer_remote_title": "Перевага віддаленим зображенням",
"advanced_settings_self_signed_ssl_subtitle": "Пропускає SSL-сертифікат для точки доступу сервера. Потрібне для власноруч підписаних сертифікатів.", "advanced_settings_self_signed_ssl_subtitle": "Пропускає SSL-сертифікат для точки доступу сервера. Потрібне для власноруч підписаних сертифікатів.",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "Sign out", "app_bar_signout_dialog_title": "Sign out",
"archive_page_no_archived_assets": "Немає архівних елементів", "archive_page_no_archived_assets": "Немає архівних елементів",
"archive_page_title": "Архів ({})", "archive_page_title": "Архів ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "Динамічне компонування", "asset_list_layout_settings_dynamic_layout_title": "Динамічне компонування",
"asset_list_layout_settings_group_automatically": "Автоматично", "asset_list_layout_settings_group_automatically": "Автоматично",
"asset_list_layout_settings_group_by": "Групувати елементи по", "asset_list_layout_settings_group_by": "Групувати елементи по",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "Мініатюри сторінок бібліотеки ({} елементи)", "cache_settings_album_thumbnails": "Мініатюри сторінок бібліотеки ({} елементи)",
"cache_settings_clear_cache_button": "Очистити кеш", "cache_settings_clear_cache_button": "Очистити кеш",
"cache_settings_clear_cache_button_title": "Очищає кеш програми. Це суттєво знизить продуктивність програми, доки кеш не буде перебудовано.", "cache_settings_clear_cache_button_title": "Очищає кеш програми. Це суттєво знизить продуктивність програми, доки кеш не буде перебудовано.",
"cache_settings_duplicated_assets_clear_button": "CLEAR",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})",
"cache_settings_image_cache_size": "Розмір кешованих зображень ({} елементи)", "cache_settings_image_cache_size": "Розмір кешованих зображень ({} елементи)",
"cache_settings_statistics_album": "Бібліотечні мініатюри", "cache_settings_statistics_album": "Бібліотечні мініатюри",
"cache_settings_statistics_assets": "{} елементи ({})", "cache_settings_statistics_assets": "{} елементи ({})",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "Архівувати", "control_bottom_app_bar_archive": "Архівувати",
"control_bottom_app_bar_create_new_album": "Створити новий альбом", "control_bottom_app_bar_create_new_album": "Створити новий альбом",
"control_bottom_app_bar_delete": "Видалити", "control_bottom_app_bar_delete": "Видалити",
"control_bottom_app_bar_edit_location": "Edit Location",
"control_bottom_app_bar_edit_time": "Edit Date & Time",
"control_bottom_app_bar_favorite": "Уподобати", "control_bottom_app_bar_favorite": "Уподобати",
"control_bottom_app_bar_share": "Поділитися", "control_bottom_app_bar_share": "Поділитися",
"control_bottom_app_bar_share_to": "Share To", "control_bottom_app_bar_share_to": "Share To",
"control_bottom_app_bar_stack": "Stack", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "Розархівувати", "control_bottom_app_bar_unarchive": "Розархівувати",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Upload", "control_bottom_app_bar_upload": "Upload",
"create_album_page_untitled": "Без назви", "create_album_page_untitled": "Без назви",
"create_shared_album_page_create": "Створити", "create_shared_album_page_create": "Створити",
@@ -169,13 +158,9 @@
"delete_shared_link_dialog_title": "Delete Shared Link", "delete_shared_link_dialog_title": "Delete Shared Link",
"description_input_hint_text": "Додати опис...", "description_input_hint_text": "Додати опис...",
"description_input_submit_error": "Помилка оновлення опису, перевірте логи для подробиць", "description_input_submit_error": "Помилка оновлення опису, перевірте логи для подробиць",
"edit_date_time_dialog_date_time": "Date and Time",
"edit_date_time_dialog_timezone": "Timezone",
"edit_location_dialog_title": "Location",
"exif_bottom_sheet_description": "Додати опис...", "exif_bottom_sheet_description": "Додати опис...",
"exif_bottom_sheet_details": "ПОДРОБИЦІ", "exif_bottom_sheet_details": "ПОДРОБИЦІ",
"exif_bottom_sheet_location": "МІСЦЕ", "exif_bottom_sheet_location": "МІСЦЕ",
"exif_bottom_sheet_location_add": "Add a location",
"experimental_settings_new_asset_list_subtitle": "В розробці", "experimental_settings_new_asset_list_subtitle": "В розробці",
"experimental_settings_new_asset_list_title": "Експериментальний макет знімків", "experimental_settings_new_asset_list_title": "Експериментальний макет знімків",
"experimental_settings_subtitle": "На власний ризик!", "experimental_settings_subtitle": "На власний ризик!",
@@ -204,22 +189,12 @@
"library_page_favorites": "Улюблені", "library_page_favorites": "Улюблені",
"library_page_new_album": "Новий альбом", "library_page_new_album": "Новий альбом",
"library_page_sharing": "Спільні", "library_page_sharing": "Спільні",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_created": "Нещодавно створені", "library_page_sort_created": "Нещодавно створені",
"library_page_sort_last_modified": "Last modified", "library_page_sort_last_modified": "Last modified",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Most recent photo", "library_page_sort_most_recent_photo": "Most recent photo",
"library_page_sort_title": "Назва альбому", "library_page_sort_title": "Назва альбому",
"location_picker_choose_on_map": "Choose on map",
"location_picker_latitude": "Latitude",
"location_picker_latitude_error": "Enter a valid latitude",
"location_picker_latitude_hint": "Enter your latitude here",
"location_picker_longitude": "Longitude",
"location_picker_longitude_error": "Enter a valid longitude",
"location_picker_longitude_hint": "Enter your longitude here",
"login_disabled": "Авторизація була відключена", "login_disabled": "Авторизація була відключена",
"login_form_api_exception": "Помилка API. Перевірте адресу сервера і спробуйте знову", "login_form_api_exception": "Помилка API. Перевірте адресу сервера і спробуйте знову",
"login_form_back_button_text": "Back",
"login_form_button_text": "Увійти", "login_form_button_text": "Увійти",
"login_form_email_hint": "youremail@email.com", "login_form_email_hint": "youremail@email.com",
"login_form_endpoint_hint": "http://your-server-ip:port/api", "login_form_endpoint_hint": "http://your-server-ip:port/api",
@@ -242,23 +217,15 @@
"login_form_server_error": "Неможливо з'єднатися із сервером", "login_form_server_error": "Неможливо з'єднатися із сервером",
"login_password_changed_error": "Помилка у оновлені вашого пароля", "login_password_changed_error": "Помилка у оновлені вашого пароля",
"login_password_changed_success": "Пароль оновлено успішно", "login_password_changed_success": "Пароль оновлено успішно",
"map_assets_in_bound": "{} photo",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "Не можу отримати місцеперебування", "map_cannot_get_user_location": "Не можу отримати місцеперебування",
"map_location_dialog_cancel": "Скасувати", "map_location_dialog_cancel": "Скасувати",
"map_location_dialog_yes": "Так", "map_location_dialog_yes": "Так",
"map_location_picker_page_use_location": "Use this location",
"map_location_service_disabled_content": "Служба локації має бути ввімкненою, щоб відображати елементи з вашого поточного місцеперебування. Увімкнути її зараз?", "map_location_service_disabled_content": "Служба локації має бути ввімкненою, щоб відображати елементи з вашого поточного місцеперебування. Увімкнути її зараз?",
"map_location_service_disabled_title": "Служба місцеперебування вимкнена", "map_location_service_disabled_title": "Служба місцеперебування вимкнена",
"map_no_assets_in_bounds": "Немає знімків із цього місця", "map_no_assets_in_bounds": "Немає знімків із цього місця",
"map_no_location_permission_content": "Потрібен дозвіл, аби показувати елементи із поточного місцеперебування. Надати його зараз?", "map_no_location_permission_content": "Потрібен дозвіл, аби показувати елементи із поточного місцеперебування. Надати його зараз?",
"map_no_location_permission_title": "Помилка доступу до місцеперебування", "map_no_location_permission_title": "Помилка доступу до місцеперебування",
"map_settings_dark_mode": "Темний режим", "map_settings_dark_mode": "Темний режим",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Скасувати", "map_settings_dialog_cancel": "Скасувати",
"map_settings_dialog_save": "Зберегти", "map_settings_dialog_save": "Зберегти",
"map_settings_dialog_title": "Налаштування мапи", "map_settings_dialog_title": "Налаштування мапи",
@@ -268,8 +235,6 @@
"map_zoom_to_see_photos": "Зменшіть, аби переглянути знімки", "map_zoom_to_see_photos": "Зменшіть, аби переглянути знімки",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Рухомі Знімки", "motion_photos_page_title": "Рухомі Знімки",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Скасувати", "notification_permission_dialog_cancel": "Скасувати",
"notification_permission_dialog_content": "Щоб увімкнути сповіщення, перейдіть до Налаштувань і надайте дозвіл.", "notification_permission_dialog_content": "Щоб увімкнути сповіщення, перейдіть до Налаштувань і надайте дозвіл.",
"notification_permission_dialog_settings": "Налаштування", "notification_permission_dialog_settings": "Налаштування",
@@ -296,18 +261,13 @@
"permission_onboarding_permission_limited": "Обмежений доступ. Аби дозволити Immich резервне копіювання та керування вашою галереєю, надайте доступ до знімків та відео у Налаштуваннях", "permission_onboarding_permission_limited": "Обмежений доступ. Аби дозволити Immich резервне копіювання та керування вашою галереєю, надайте доступ до знімків та відео у Налаштуваннях",
"permission_onboarding_request": "Immich потребує доступу до ваших знімків та відео.", "permission_onboarding_request": "Immich потребує доступу до ваших знімків та відео.",
"profile_drawer_app_logs": "Журнал", "profile_drawer_app_logs": "Журнал",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "Клієнт та Сервер — актуальні", "profile_drawer_client_server_up_to_date": "Клієнт та Сервер — актуальні",
"profile_drawer_documentation": "Documentation", "profile_drawer_documentation": "Documentation",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.",
"profile_drawer_settings": "Налаштування", "profile_drawer_settings": "Налаштування",
"profile_drawer_sign_out": "Вийти", "profile_drawer_sign_out": "Вийти",
"profile_drawer_trash": "Trash", "profile_drawer_trash": "Trash",
"recently_added_page_title": "Нещодавні", "recently_added_page_title": "Нещодавні",
"scaffold_body_error_occurred": "Error occurred",
"search_bar_hint": "Шукати ваші знімки", "search_bar_hint": "Шукати ваші знімки",
"search_page_categories": "Категорії", "search_page_categories": "Категорії",
"search_page_favorites": "Улюблені", "search_page_favorites": "Улюблені",
@@ -315,13 +275,6 @@
"search_page_no_objects": "Немає інформації про об'єкти", "search_page_no_objects": "Немає інформації про об'єкти",
"search_page_no_places": "No Places Info Available", "search_page_no_places": "No Places Info Available",
"search_page_people": "People", "search_page_people": "People",
"search_page_person_add_name_dialog_cancel": "Cancel",
"search_page_person_add_name_dialog_hint": "Name",
"search_page_person_add_name_dialog_save": "Save",
"search_page_person_add_name_dialog_title": "Add a name",
"search_page_person_add_name_subtitle": "Find them fast by name with search",
"search_page_person_add_name_title": "Add a name",
"search_page_person_edit_name": "Edit name",
"search_page_places": "Places", "search_page_places": "Places",
"search_page_recently_added": "Recently added", "search_page_recently_added": "Recently added",
"search_page_screenshots": "Screenshots", "search_page_screenshots": "Screenshots",
@@ -330,7 +283,6 @@
"search_page_videos": "Videos", "search_page_videos": "Videos",
"search_page_view_all_button": "View all", "search_page_view_all_button": "View all",
"search_page_your_activity": "Your activity", "search_page_your_activity": "Your activity",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "New Search", "search_result_page_new_search_hint": "New Search",
"search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ", "search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ",
"search_suggestion_list_smart_search_hint_2": "m:your-search-term", "search_suggestion_list_smart_search_hint_2": "m:your-search-term",
@@ -338,7 +290,6 @@
"select_user_for_sharing_page_err_album": "Не вдалося створити альбом", "select_user_for_sharing_page_err_album": "Не вдалося створити альбом",
"select_user_for_sharing_page_share_suggestions": "Suggestions", "select_user_for_sharing_page_share_suggestions": "Suggestions",
"server_info_box_app_version": "App Version", "server_info_box_app_version": "App Version",
"server_info_box_latest_release": "Latest Version",
"server_info_box_server_url": "Server URL", "server_info_box_server_url": "Server URL",
"server_info_box_server_version": "Server Version", "server_info_box_server_version": "Server Version",
"setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).", "setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).",
@@ -370,17 +321,9 @@
"shared_album_activity_remove_title": "Delete Activity", "shared_album_activity_remove_title": "Delete Activity",
"shared_album_activity_setting_subtitle": "Let others respond", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "Comments & likes", "shared_album_activity_setting_title": "Comments & likes",
"shared_album_section_people_action_error": "Error leaving/removing from album",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Підготовка...", "share_dialog_preparing": "Підготовка...",
"shared_link_app_bar_title": "Shared Links", "shared_link_app_bar_title": "Shared Links",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "Create link to share", "shared_link_create_app_bar_title": "Create link to share",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Let anyone with the link see the selected photo(s)", "shared_link_create_info": "Let anyone with the link see the selected photo(s)",
"shared_link_create_submit_button": "Create link", "shared_link_create_submit_button": "Create link",
"shared_link_edit_allow_download": "Allow public user to download", "shared_link_edit_allow_download": "Allow public user to download",
@@ -390,32 +333,11 @@
"shared_link_edit_description": "Description", "shared_link_edit_description": "Description",
"shared_link_edit_description_hint": "Enter the share description", "shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_expire_after": "Expire after", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Password", "shared_link_edit_password": "Password",
"shared_link_edit_password_hint": "Enter the share password", "shared_link_edit_password_hint": "Enter the share password",
"shared_link_edit_show_meta": "Show metadata", "shared_link_edit_show_meta": "Show metadata",
"shared_link_edit_submit_button": "Update link", "shared_link_edit_submit_button": "Update link",
"shared_link_empty": "You don't have any shared links", "shared_link_empty": "You don't have any shared links",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Manage Shared links", "shared_link_manage_links": "Manage Shared links",
"share_done": "Done", "share_done": "Done",
"share_invite": "Запросити в альбом", "share_invite": "Запросити в альбом",

View File

@@ -1,386 +1,329 @@
{ {
"action_common_cancel": "Cancel", "add_to_album_bottom_sheet_added": "Added to {album}",
"action_common_update": "Update", "add_to_album_bottom_sheet_already_exists": "Already in {album}",
"add_to_album_bottom_sheet_added": "Thêm vào {album}", "advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.",
"add_to_album_bottom_sheet_already_exists": "Đã có sẵn trong {album}", "advanced_settings_prefer_remote_title": "Prefer remote images",
"advanced_settings_log_level_title": "Log level: {}", "advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.",
"advanced_settings_prefer_remote_subtitle": "Trên một số thiết bị, việc tải hình thu nhỏ từ ảnh trên thiết bị diễn ra chậm. Kích hoạt cài đặt này để tải ảnh từ máy chủ.", "advanced_settings_self_signed_ssl_title": "Allow self-signed SSL certificates",
"advanced_settings_prefer_remote_title": "Ưu tiên ảnh từ máy chủ", "advanced_settings_tile_subtitle": "Advanced user's settings",
"advanced_settings_self_signed_ssl_subtitle": "Bỏ qua xác minh chứng chỉ SSL cho máy chủ cuối. Yêu cầu cho chứng chỉ tự ký.", "advanced_settings_tile_title": "Advanced",
"advanced_settings_self_signed_ssl_title": "Cho phép chứng chỉ SSL tự ký", "advanced_settings_troubleshooting_subtitle": "Enable additional features for troubleshooting",
"advanced_settings_tile_subtitle": "Cài đặt cho người dùng nâng cao", "advanced_settings_troubleshooting_title": "Troubleshooting",
"advanced_settings_tile_title": "Nâng cao", "album_info_card_backup_album_excluded": "EXCLUDED",
"advanced_settings_troubleshooting_subtitle": "Bật các tính năng bổ sung để xử lý sự cố.", "album_info_card_backup_album_included": "INCLUDED",
"advanced_settings_troubleshooting_title": "Xử lý sự cố", "album_thumbnail_card_item": "1 item",
"album_info_card_backup_album_excluded": "ĐÃ BỎ QUA", "album_thumbnail_card_items": "{} items",
"album_info_card_backup_album_included": "ĐÃ THÊM", "album_thumbnail_card_shared": " · Shared",
"album_thumbnail_card_item": "1 mục", "album_thumbnail_owned": "Owned",
"album_thumbnail_card_items": "{} mục", "album_thumbnail_shared_by": "Shared by {}",
"album_thumbnail_card_shared": " · Chia sẻ", "album_viewer_appbar_share_delete": "Delete album",
"album_thumbnail_owned": "Chủ sở hữu", "album_viewer_appbar_share_err_delete": "Failed to delete album",
"album_thumbnail_shared_by": "Chia sẻ bởi {}", "album_viewer_appbar_share_err_leave": "Failed to leave album",
"album_viewer_appbar_share_delete": "Xoá album", "album_viewer_appbar_share_err_remove": "There are problems in removing assets from album",
"album_viewer_appbar_share_err_delete": "Xoá album thất bại", "album_viewer_appbar_share_err_title": "Failed to change album title",
"album_viewer_appbar_share_err_leave": "Rời khỏi album thất bạị", "album_viewer_appbar_share_leave": "Leave album",
"album_viewer_appbar_share_err_remove": "Có vấn đề khi xoá ảnh khỏi album", "album_viewer_appbar_share_remove": "Remove from album",
"album_viewer_appbar_share_err_title": "Thay đổi tiêu đề album thất bại",
"album_viewer_appbar_share_leave": "Rời khỏi album",
"album_viewer_appbar_share_remove": "Xoá khỏi album",
"album_viewer_appbar_share_to": "Chia sẻ với", "album_viewer_appbar_share_to": "Chia sẻ với",
"album_viewer_page_share_add_users": "Thêm người dùng", "album_viewer_page_share_add_users": "Add users",
"all_people_page_title": "Mọi người", "all_people_page_title": "Mọi người",
"all_videos_page_title": "Video", "all_videos_page_title": "Videos",
"app_bar_signout_dialog_content": "Bạn có muốn đăng xuất?", "app_bar_signout_dialog_content": "Bạn có muốn đăng xuất?",
"app_bar_signout_dialog_ok": "Có", "app_bar_signout_dialog_ok": "Có",
"app_bar_signout_dialog_title": "Đăng xuất", "app_bar_signout_dialog_title": "Đăng xuất",
"archive_page_no_archived_assets": "Không tìm thấy ảnh đã lưu trữ", "archive_page_no_archived_assets": "No archived assets found",
"archive_page_title": "Kho lưu trữ ({})", "archive_page_title": "Archive ({})",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping", "asset_list_layout_settings_dynamic_layout_title": "Dynamic layout",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping", "asset_list_layout_settings_group_automatically": "Automatic",
"asset_list_layout_settings_dynamic_layout_title": "Bố cục động", "asset_list_layout_settings_group_by": "Group assets by",
"asset_list_layout_settings_group_automatically": "Tự động", "asset_list_layout_settings_group_by_month": "Month",
"asset_list_layout_settings_group_by": " Nhóm ảnh theo", "asset_list_layout_settings_group_by_month_day": "Month + day",
"asset_list_layout_settings_group_by_month": "Tháng", "asset_list_settings_subtitle": "Photo grid layout settings",
"asset_list_layout_settings_group_by_month_day": "Tháng + ngày", "asset_list_settings_title": "Photo Grid",
"asset_list_settings_subtitle": "Cài đặt bố cục lưới ảnh", "backup_album_selection_page_albums_device": "Albums on device ({})",
"asset_list_settings_title": "Lưới ảnh", "backup_album_selection_page_albums_tap": "Tap to include, double tap to exclude",
"backup_album_selection_page_albums_device": "Album trên thiết bị ({})", "backup_album_selection_page_assets_scatter": "Assets can scatter across multiple albums. Thus, albums can be included or excluded during the backup process.",
"backup_album_selection_page_albums_tap": "Nhấn để chọn, nhấn đúp để bỏ qua", "backup_album_selection_page_select_albums": "Select albums",
"backup_album_selection_page_assets_scatter": "Ảnh có thể có trong nhiều album khác nhau. Trong quá trình sao lưu, bạn có thể chọn để sao lưu tất cả các album hoặc chỉ một số album nhất định.", "backup_album_selection_page_selection_info": "Selection Info",
"backup_album_selection_page_select_albums": "Chọn album", "backup_album_selection_page_total_assets": "Total unique assets",
"backup_album_selection_page_selection_info": "Thông tin các mục đã chọn", "backup_all": "All",
"backup_album_selection_page_total_assets": "Tổng số ảnh không trùng lặp", "backup_background_service_backup_failed_message": "Failed to backup assets. Retrying…",
"backup_all": "Tất cả", "backup_background_service_connection_failed_message": "Failed to connect to the server. Retrying…",
"backup_background_service_backup_failed_message": "Sao lưu ảnh thất bại. Đang thử lại...", "backup_background_service_current_upload_notification": "Uploading {}",
"backup_background_service_connection_failed_message": "Kết nối tới máy chủ thất bại. Đang thử lại...", "backup_background_service_default_notification": "Checking for new assets…",
"backup_background_service_current_upload_notification": "Đang tải lên {}", "backup_background_service_error_title": "Backup error",
"backup_background_service_default_notification": "Đang kiểm tra ảnh mới...", "backup_background_service_in_progress_notification": "Backing up your assets…",
"backup_background_service_error_title": "Sao lưu không thành công", "backup_background_service_upload_failure_notification": "Failed to upload {}",
"backup_background_service_in_progress_notification": "Đang sao lưu ảnh của bạn...", "backup_controller_page_albums": "Backup Albums",
"backup_background_service_upload_failure_notification": "Tải lên thất bại {}", "backup_controller_page_background_app_refresh_disabled_content": "Enable background app refresh in Settings > General > Background App Refresh in order to use background backup.",
"backup_controller_page_albums": "Album sao lưu", "backup_controller_page_background_app_refresh_disabled_title": "Background app refresh disabled",
"backup_controller_page_background_app_refresh_disabled_content": "Bật làm mới ứng dụng trong nền trong Cài đặt > Cài đặt chung > Làm mới ứng dụng trong nền để dùng sao lưu nền", "backup_controller_page_background_app_refresh_enable_button_text": "Go to settings",
"backup_controller_page_background_app_refresh_disabled_title": "Làm mới ứng dụng trong nền bị vô hiệu hoá", "backup_controller_page_background_battery_info_link": "Show me how",
"backup_controller_page_background_app_refresh_enable_button_text": "Chuyển tới cài đặt", "backup_controller_page_background_battery_info_message": "For the best background backup experience, please disable any battery optimizations restricting background activity for Immich.\n\nSince this is device-specific, please lookup the required information for your device manufacturer.",
"backup_controller_page_background_battery_info_link": "Hãy chỉ cho tôi cách làm", "backup_controller_page_background_battery_info_ok": "OK",
"backup_controller_page_background_battery_info_message": "Để có trải nghiệm sao lưu nền tốt nhất, vui lòng vô hiệu hóa bất kỳ tối ưu hóa pin nào đang hạn chế hoạt động nền của Immich.\n\nVì điều này phụ thuộc vào thiết bị, vui lòng tham khảo thông tin cần thiết của nhà sản xuất thiết bị của bạn.", "backup_controller_page_background_battery_info_title": "Battery optimizations",
"backup_controller_page_background_battery_info_ok": "Đồng ý", "backup_controller_page_background_charging": "Only while charging",
"backup_controller_page_background_battery_info_title": "Tiết kiệm pin", "backup_controller_page_background_configure_error": "Failed to configure the background service",
"backup_controller_page_background_charging": "Chỉ khi đang sạc", "backup_controller_page_background_delay": "Delay new assets backup: {}",
"backup_controller_page_background_configure_error": "Cấu hình dịch vụ nền thất bại", "backup_controller_page_background_description": "Turn on the background service to automatically backup any new assets without needing to open the app",
"backup_controller_page_background_delay": "Trì hoãn sao lưu ảnh mới: {}", "backup_controller_page_background_is_off": "Automatic background backup is off",
"backup_controller_page_background_description": "Bật dịch vụ nền để tự động sao lưu ảnh mới mà không cần mở ứng dụng", "backup_controller_page_background_is_on": "Automatic background backup is on",
"backup_controller_page_background_is_off": "Sao lưu tự động trong nền đang tắt", "backup_controller_page_background_turn_off": "Turn off background service",
"backup_controller_page_background_is_on": "Sao lưu tự động trong nền đang bật", "backup_controller_page_background_turn_on": "Turn on background service",
"backup_controller_page_background_turn_off": "Tắt dịch vụ nền", "backup_controller_page_background_wifi": "Only on WiFi",
"backup_controller_page_background_turn_on": "Bật dịch vụ nền", "backup_controller_page_backup": "Backup",
"backup_controller_page_background_wifi": "Chỉ khi dùng Wi-Fi", "backup_controller_page_backup_selected": "Selected: ",
"backup_controller_page_backup": "Sao lưu", "backup_controller_page_backup_sub": "Backed up photos and videos",
"backup_controller_page_backup_selected": "Đã chọn:",
"backup_controller_page_backup_sub": "Ảnh và video đã sao lưu",
"backup_controller_page_cancel": "Từ chối", "backup_controller_page_cancel": "Từ chối",
"backup_controller_page_created": "Tạo vào: {}", "backup_controller_page_created": "Created on: {}",
"backup_controller_page_desc_backup": "Bật sao lưu khi ứng dụng hoạt động để tự động sao lưu ảnh mới lên máy chủ khi mở ứng dụng.", "backup_controller_page_desc_backup": "Turn on foreground backup to automatically upload new assets to the server when opening the app.",
"backup_controller_page_excluded": "Đã bỏ qua:", "backup_controller_page_excluded": "Excluded: ",
"backup_controller_page_failed": "Thất bại ({})", "backup_controller_page_failed": "Failed ({})",
"backup_controller_page_filename": "Tên tệp: {} [{}]", "backup_controller_page_filename": "File name: {} [{}]",
"backup_controller_page_id": "ID: {}", "backup_controller_page_id": "ID: {}",
"backup_controller_page_info": "Thông tin sao lưu", "backup_controller_page_info": "Backup Information",
"backup_controller_page_none_selected": "Không có mục nào được chọn", "backup_controller_page_none_selected": "None selected",
"backup_controller_page_remainder": "Còn lại", "backup_controller_page_remainder": "Remainder",
"backup_controller_page_remainder_sub": "Số lượng ảnh và video đã chọn chưa được sao lưu", "backup_controller_page_remainder_sub": "Remaining photos and videos to back up from selection",
"backup_controller_page_select": "Chọn", "backup_controller_page_select": "Select",
"backup_controller_page_server_storage": "Bộ nhớ máy chủ", "backup_controller_page_server_storage": "Server Storage",
"backup_controller_page_start_backup": "Bắt đầu sao lưu", "backup_controller_page_start_backup": "Start Backup",
"backup_controller_page_status_off": "Sao lưu tự động khi ứng dụng hoạt động đang tắt", "backup_controller_page_status_off": "Automatic foreground backup is off",
"backup_controller_page_status_on": "Sao lưu tự động khi ứng dụng hoạt động đang bật", "backup_controller_page_status_on": "Automatic foreground backup is on",
"backup_controller_page_storage_format": "Đã sử dụng {} của {} ", "backup_controller_page_storage_format": "{} of {} used",
"backup_controller_page_to_backup": "Các album cần được sao lưu", "backup_controller_page_to_backup": "Albums to be backup",
"backup_controller_page_total": "Tổng số", "backup_controller_page_total": "Total",
"backup_controller_page_total_sub": "Tất cả ảnh và video không trùng lập từ các album được chọn", "backup_controller_page_total_sub": "All unique photos and videos from selected albums",
"backup_controller_page_turn_off": "Tắt sao lưu khi ứng dụng hoạt động", "backup_controller_page_turn_off": "Turn off foreground backup",
"backup_controller_page_turn_on": "Bật sao lưu khi ứng dụng hoạt động", "backup_controller_page_turn_on": "Turn on foreground backup",
"backup_controller_page_uploading_file_info": "Thông tin tệp đang tải lên", "backup_controller_page_uploading_file_info": "Uploading file info",
"backup_err_only_album": "Không thể xóa album duy nhất", "backup_err_only_album": "Cannot remove the only album",
"backup_info_card_assets": "ảnh", "backup_info_card_assets": "assets",
"backup_manual_cancelled": "Đã hủy", "backup_manual_cancelled": "Cancelled",
"backup_manual_failed": "Thất bại", "backup_manual_failed": "Thất bại",
"backup_manual_in_progress": "Đang tải lên. Vui lòng thử lại sau", "backup_manual_in_progress": "Upload already in progress. Try after sometime",
"backup_manual_success": "Thành công", "backup_manual_success": "Thành công",
"backup_manual_title": "Trạng thái tải lên", "backup_manual_title": "Trạng thái tải lên",
"cache_settings_album_thumbnails": "Trang thư viện hình thu nhỏ ({} ảnh)", "cache_settings_album_thumbnails": "Library page thumbnails ({} assets)",
"cache_settings_clear_cache_button": "Xoá bộ nhớ đệm", "cache_settings_clear_cache_button": "Clear cache",
"cache_settings_clear_cache_button_title": "Xóa bộ nhớ đệm của ứng dụng. Điều này sẽ ảnh hưởng đến hiệu suất của ứng dụng đến khi bộ nhớ đệm được tạo lại.", "cache_settings_clear_cache_button_title": "Clears the app's cache. This will significantly impact the app's performance until the cache has rebuilt.",
"cache_settings_duplicated_assets_clear_button": "CLEAR", "cache_settings_image_cache_size": "Image cache size ({} assets)",
"cache_settings_duplicated_assets_subtitle": "Photos and videos that are black listed by the app", "cache_settings_statistics_album": "Library thumbnails",
"cache_settings_duplicated_assets_title": "Duplicated Assets ({})", "cache_settings_statistics_assets": "{} assets ({})",
"cache_settings_image_cache_size": "Kích thước bộ nhớ đệm ảnh ({} ảnh)", "cache_settings_statistics_full": "Full images",
"cache_settings_statistics_album": "Thư viện hình thu nhỏ", "cache_settings_statistics_shared": "Shared album thumbnails",
"cache_settings_statistics_assets": "{} ảnh ({})", "cache_settings_statistics_thumbnail": "Thumbnails",
"cache_settings_statistics_full": "Ảnh đầy đủ", "cache_settings_statistics_title": "Cache usage",
"cache_settings_statistics_shared": "Hình thu nhỏ album chia sẻ", "cache_settings_subtitle": "Control the caching behaviour of the Immich mobile application",
"cache_settings_statistics_thumbnail": "Hình thu nhỏ", "cache_settings_thumbnail_size": "Thumbnail cache size ({} assets)",
"cache_settings_statistics_title": "Mức sử dụng bộ nhớ đệm",
"cache_settings_subtitle": "Kiểm soát hành vi bộ nhớ đệm của ứng dụng Immich",
"cache_settings_thumbnail_size": "Kích thước bộ nhớ đệm hình thu nhỏ ({} ảnh)",
"cache_settings_tile_subtitle": "Kiểm soát cách xử lý lưu trữ cục bộ", "cache_settings_tile_subtitle": "Kiểm soát cách xử lý lưu trữ cục bộ",
"cache_settings_tile_title": "Lưu trữ cục bộ", "cache_settings_tile_title": "Lưu trữ cục bộ",
"cache_settings_title": "Cài đặt bộ nhớ đệm", "cache_settings_title": "Caching Settings",
"change_password_form_confirm_password": "Xác nhận mật khẩu", "change_password_form_confirm_password": "Confirm Password",
"change_password_form_description": "Xin chào {name},\n\nĐây là lần đầu tiên bạn đăng nhập vào hệ thống hoặc đã có yêu cầu thay đổi mật khẩu. Vui lòng nhập mật khẩu mới bên dưới.", "change_password_form_description": "Hi {name},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.",
"change_password_form_new_password": "Mật khẩu mới", "change_password_form_new_password": "New Password",
"change_password_form_password_mismatch": "Mật khẩu không giống nhau", "change_password_form_password_mismatch": "Passwords do not match",
"change_password_form_reenter_new_password": "Nhập lại mật khẩu mới", "change_password_form_reenter_new_password": "Re-enter New Password",
"common_add_to_album": "Thêm vào album", "common_add_to_album": "Add to album",
"common_change_password": "Thay đổi mật khẩu", "common_change_password": "Change Password",
"common_create_new_album": "Tạo album mới", "common_create_new_album": "Create new album",
"common_server_error": "Vui lòng kiểm tra kết nối mạng của bạn, đảm bảo máy chủ có thể truy cập được và các phiên bản ứng dụng/máy chủ phải tương thích với nhau", "common_server_error": "Please check your network connection, make sure the server is reachable and app/server versions are compatible.",
"common_shared": "Chia sẻ", "common_shared": "Shared",
"control_bottom_app_bar_add_to_album": "Thêm vào album", "control_bottom_app_bar_add_to_album": "Add to album",
"control_bottom_app_bar_album_info": "{} mục", "control_bottom_app_bar_album_info": "{} items",
"control_bottom_app_bar_album_info_shared": "{} mục chia sẻ", "control_bottom_app_bar_album_info_shared": "{} items · Shared",
"control_bottom_app_bar_archive": "Kho lưu trữ", "control_bottom_app_bar_archive": "Archive",
"control_bottom_app_bar_create_new_album": "Tạo album mới", "control_bottom_app_bar_create_new_album": "Create new album",
"control_bottom_app_bar_delete": "Xoá", "control_bottom_app_bar_delete": "Delete",
"control_bottom_app_bar_edit_location": "Edit Location", "control_bottom_app_bar_favorite": "Favorite",
"control_bottom_app_bar_edit_time": "Edit Date & Time", "control_bottom_app_bar_share": "Share",
"control_bottom_app_bar_favorite": "Yêu thích",
"control_bottom_app_bar_share": "Chia sẻ",
"control_bottom_app_bar_share_to": "Chia sẻ với", "control_bottom_app_bar_share_to": "Chia sẻ với",
"control_bottom_app_bar_stack": "Ngắn xếp", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "Huỷ lưu trữ", "control_bottom_app_bar_unarchive": "Unarchive",
"control_bottom_app_bar_unfavorite": "Unfavorite",
"control_bottom_app_bar_upload": "Tải lên", "control_bottom_app_bar_upload": "Tải lên",
"create_album_page_untitled": "Không tiêu đề", "create_album_page_untitled": "Untitled",
"create_shared_album_page_create": "Tạo", "create_shared_album_page_create": "Create",
"create_shared_album_page_share": "Chia sẻ", "create_shared_album_page_share": "Share",
"create_shared_album_page_share_add_assets": "THÊM ẢNH", "create_shared_album_page_share_add_assets": "ADD ASSETS",
"create_shared_album_page_share_select_photos": "Chọn ảnh", "create_shared_album_page_share_select_photos": "Select Photos",
"curated_location_page_title": "Địa điểm", "curated_location_page_title": "Places",
"curated_object_page_title": "Sự vật", "curated_object_page_title": "Things",
"daily_title_text_date": "E, MMM dd", "daily_title_text_date": "E, MMM dd",
"daily_title_text_date_year": "E, MMM dd, yyyy", "daily_title_text_date_year": "E, MMM dd, yyyy",
"date_format": "E, LLL d, y • h:mm a", "date_format": "E, LLL d, y • h:mm a",
"delete_dialog_alert": "Những mục này sẽ bị xóa vĩnh viễn khỏi Immich và thiết bị của bạn", "delete_dialog_alert": "These items will be permanently deleted from Immich and from your device",
"delete_dialog_cancel": "Từ chối", "delete_dialog_cancel": "Từ chối",
"delete_dialog_ok": "Xoá", "delete_dialog_ok": "Delete",
"delete_dialog_title": "Xoá vĩnh viễn", "delete_dialog_title": "Delete Permanently",
"delete_shared_link_dialog_content": "Bạn có muốn xóa liên kết đã chia sẻ này không?", "delete_shared_link_dialog_content": "Bạn có muốn xóa liên kết đã chia sẻ này không?",
"delete_shared_link_dialog_title": "Xoá liên kết đã chia sẻ", "delete_shared_link_dialog_title": "Xoá liên kết đã chia sẻ",
"description_input_hint_text": "Thêm mô tả...", "description_input_hint_text": "Add description...",
"description_input_submit_error": "Cập nhật mô tả không thành công, vui lòng kiểm tra nhật ký để biết thêm chi tiết", "description_input_submit_error": "Error updating description, check the log for more details",
"edit_date_time_dialog_date_time": "Date and Time", "exif_bottom_sheet_description": "Add Description...",
"edit_date_time_dialog_timezone": "Timezone", "exif_bottom_sheet_details": "DETAILS",
"edit_location_dialog_title": "Location", "exif_bottom_sheet_location": "LOCATION",
"exif_bottom_sheet_description": "Thêm mô tả...", "experimental_settings_new_asset_list_subtitle": "Work in progress",
"exif_bottom_sheet_details": "CHI TIẾT", "experimental_settings_new_asset_list_title": "Enable experimental photo grid",
"exif_bottom_sheet_location": "VỊ TRÍ", "experimental_settings_subtitle": "Use at your own risk!",
"exif_bottom_sheet_location_add": "Add a location", "experimental_settings_title": "Experimental",
"experimental_settings_new_asset_list_subtitle": "Đang trong quá trình phát triển", "favorites_page_no_favorites": "No favorite assets found",
"experimental_settings_new_asset_list_title": "Bật lưới ảnh thử nghiệm", "favorites_page_title": "Favorites",
"experimental_settings_subtitle": "Sử dụng có thể rủi ro!", "home_page_add_to_album_conflicts": "Added {added} assets to album {album}. {failed} assets are already in the album.",
"experimental_settings_title": "Chưa hoàn thiện", "home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping",
"favorites_page_no_favorites": "Không tìm thấy ảnh yêu thích", "home_page_add_to_album_success": "Added {added} assets to album {album}.",
"favorites_page_title": "Ảnh yêu thích", "home_page_album_err_partner": "Can not add partner assets to an album yet, skipping",
"home_page_add_to_album_conflicts": "Đã thêm {added} mục vào album {album}. {failed}\nmục đã có sẵn trong album. ", "home_page_archive_err_local": "Can not archive local assets yet, skipping",
"home_page_add_to_album_err_local": "Không thể thêm ảnh cục bộ vào album, bỏ qua", "home_page_archive_err_partner": "Can not archive partner assets, skipping",
"home_page_add_to_album_success": "Đã thêm {added} mục vào album {album}", "home_page_building_timeline": "Building the timeline",
"home_page_album_err_partner": "Không thể thêm ảnh của nguời thân vào album, bỏ qua", "home_page_delete_err_partner": "Can not delete partner assets, skipping",
"home_page_archive_err_local": "Không thể lưu trữ ảnh cục bộ, bỏ qua", "home_page_favorite_err_local": "Can not favorite local assets yet, skipping",
"home_page_archive_err_partner": "Không thể lưu trữ ảnh của người thân, bỏ qua", "home_page_favorite_err_partner": "Can not favorite partner assets yet, skipping",
"home_page_building_timeline": "Đang dựng dòng thời gian ảnh", "home_page_first_time_notice": "If this is your first time using the app, please make sure to choose a backup album(s) so that the timeline can populate photos and videos in the album(s).",
"home_page_delete_err_partner": "Không thể xoá ảnh của người thân, bỏ qua", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_favorite_err_local": "Không thể yêu thích ảnh cục bộ, bỏ qua", "home_page_upload_err_limit": "Can only upload a maximum of 30 assets at a time, skipping",
"home_page_favorite_err_partner": "Không thể yêu thích ảnh của người thân, bỏ qua", "image_viewer_page_state_provider_download_error": "Download Error",
"home_page_first_time_notice": "Nếu đây là lần đầu bạn sử dụng ứng dụng, đảm bảo chọn (các) album sao lưu để dòng thời gian có thể tự động thêm ảnh và video trong (các) album.\n", "image_viewer_page_state_provider_download_success": "Download Success",
"home_page_share_err_local": "Không thể chia sẻ ảnh cục bộ qua liên kết, bỏ qua", "image_viewer_page_state_provider_share_error": "Share Error",
"home_page_upload_err_limit": "Chỉ có thể tải lên tối đa 30 ảnh cùng một lúc, bỏ qua", "library_page_albums": "Albums",
"image_viewer_page_state_provider_download_error": "Tải xuống không thành công", "library_page_archive": "Archive",
"image_viewer_page_state_provider_download_success": "Tải xuống thành công", "library_page_device_albums": "Albums on Device",
"image_viewer_page_state_provider_share_error": "Chia sẻ không thành công", "library_page_favorites": "Favorites",
"library_page_albums": "Album", "library_page_new_album": "New album",
"library_page_archive": "Kho lưu trữ", "library_page_sharing": "Sharing",
"library_page_device_albums": "Album trên thiết bị", "library_page_sort_created": "Most recently created",
"library_page_favorites": "Ảnh yêu thích",
"library_page_new_album": "Album mới",
"library_page_sharing": "Chia sẻ",
"library_page_sort_asset_count": "Number of assets",
"library_page_sort_created": "Mới tạo gần đây",
"library_page_sort_last_modified": "Sửa đổi lần cuối", "library_page_sort_last_modified": "Sửa đổi lần cuối",
"library_page_sort_most_oldest_photo": "Oldest photo",
"library_page_sort_most_recent_photo": "Ảnh gần đây nhất", "library_page_sort_most_recent_photo": "Ảnh gần đây nhất",
"library_page_sort_title": "Tiêu đề album", "library_page_sort_title": "Album title",
"location_picker_choose_on_map": "Choose on map", "login_disabled": "Login has been disabled",
"location_picker_latitude": "Latitude", "login_form_api_exception": "API exception. Please check the server URL and try again.",
"location_picker_latitude_error": "Enter a valid latitude", "login_form_button_text": "Login",
"location_picker_latitude_hint": "Enter your latitude here", "login_form_email_hint": "youremail@email.com",
"location_picker_longitude": "Longitude", "login_form_endpoint_hint": "http://your-server-ip:port/api",
"location_picker_longitude_error": "Enter a valid longitude", "login_form_endpoint_url": "Server Endpoint URL",
"location_picker_longitude_hint": "Enter your longitude here", "login_form_err_http": "Please specify http:// or https://",
"login_disabled": "Đăng nhập bị vô hiệu hoá", "login_form_err_invalid_email": "Invalid Email",
"login_form_api_exception": "Lỗi API. Vui lòng kiểm tra địa chỉ máy chủ và thử lại.", "login_form_err_invalid_url": "Invalid URL",
"login_form_back_button_text": "Back", "login_form_err_leading_whitespace": "Leading whitespace",
"login_form_button_text": "Đăng nhập", "login_form_err_trailing_whitespace": "Trailing whitespace",
"login_form_email_hint": "emailcuaban@email.com", "login_form_failed_get_oauth_server_config": "Error logging using OAuth, check server URL",
"login_form_endpoint_hint": "http://địa-chỉ-ip-máy-chủ-bạn:cổng/api", "login_form_failed_get_oauth_server_disable": "OAuth feature is not available on this server",
"login_form_endpoint_url": "Địa chỉ máy chủ", "login_form_failed_login": "Lỗi đăng nhập, xin vui lòng kiểm tra địa chỉ server, email và mật khẩu",
"login_form_err_http": "Vui lòng xác định http:// hoặc https://", "login_form_handshake_exception": "There was an Handshake Exception with the server. Enable self-signed certificate support in the settings if you are using a self-signed certificate.",
"login_form_err_invalid_email": "Email không hợp lệ",
"login_form_err_invalid_url": "Địa chỉ không hợp lệ",
"login_form_err_leading_whitespace": "Khoảng trắng trước",
"login_form_err_trailing_whitespace": "Khoảng trắng sau",
"login_form_failed_get_oauth_server_config": "Không thể đăng nhập bằng OAuth, vui lòng kiểm tra địa chỉ máy chủ",
"login_form_failed_get_oauth_server_disable": "Máy chủ không được cấu hình để hỗ trợ OAuth.",
"login_form_failed_login": "Đăng nhập lỗi, vui lòng kiểm tra địa chỉ máy chủ, email và mật khẩu",
"login_form_handshake_exception": "Đã xảy ra lỗi Handshake Exception với máy chủ. Nếu bạn đang sử dụng chứng chỉ tự ký, hãy bật hỗ trợ chứng chỉ tự ký trong cài đặt.",
"login_form_label_email": "Email", "login_form_label_email": "Email",
"login_form_label_password": "Mật khẩu", "login_form_label_password": "Password",
"login_form_next_button": "Tiếp tục", "login_form_next_button": "Tiếp tục",
"login_form_password_hint": "mật khẩu", "login_form_password_hint": "password",
"login_form_save_login": "Lưu trạng thái đăng nhập", "login_form_save_login": "Stay logged in",
"login_form_server_empty": "Nhập địa chỉ máy chủ", "login_form_server_empty": "Enter a server URL.",
"login_form_server_error": "Không thể kết nối tới máy chủ.", "login_form_server_error": "Could not connect to server.",
"login_password_changed_error": "Thay đổi mật khẩu không thành công", "login_password_changed_error": "There was an error updating your password",
"login_password_changed_success": "Cập nhật mật khẩu thành công", "login_password_changed_success": "Cập nhật mật khẩu thành công",
"map_assets_in_bound": "{} photo", "map_cannot_get_user_location": "Cannot get user's location",
"map_assets_in_bounds": "{} photos",
"map_cannot_get_user_location": "Không thể xác định vị trí của bạn",
"map_location_dialog_cancel": "Từ chối", "map_location_dialog_cancel": "Từ chối",
"map_location_dialog_yes": "Có", "map_location_dialog_yes": "Có",
"map_location_picker_page_use_location": "Use this location", "map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?",
"map_location_service_disabled_content": "Cần bật dịch vụ định vị để hiển thị ảnh hoặc video từ vị trí hiện tại của bạn. Bạn có muốn bật nó ngay bây giờ không?", "map_location_service_disabled_title": "Location Service disabled",
"map_location_service_disabled_title": "Dịch vụ vị trí bị vô hiệu hoá", "map_no_assets_in_bounds": "No photos in this area",
"map_no_assets_in_bounds": "Không có ảnh trong khu vực này", "map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?",
"map_no_location_permission_content": "Cần quyền truy cập vị trí để hiển thị ảnh từ vị trí hiện tại của bạn. Bạn có muốn cho phép ngay bây giờ không?", "map_no_location_permission_title": "Location Permission denied",
"map_no_location_permission_title": "Ứng dụng không được phép truy cập vị trí",
"map_settings_dark_mode": "Chế độ tối", "map_settings_dark_mode": "Chế độ tối",
"map_settings_date_range_option_all": "All",
"map_settings_date_range_option_day": "Past 24 hours",
"map_settings_date_range_option_days": "Past {} days",
"map_settings_date_range_option_year": "Past year",
"map_settings_date_range_option_years": "Past {} years",
"map_settings_dialog_cancel": "Từ chối", "map_settings_dialog_cancel": "Từ chối",
"map_settings_dialog_save": "Lưu", "map_settings_dialog_save": "Lưu",
"map_settings_dialog_title": "Cài đặt bản đồ", "map_settings_dialog_title": "Cài đặt bản đồ",
"map_settings_include_show_archived": "Bao gồm ảnh đã lưu trữ", "map_settings_include_show_archived": "Include Archived",
"map_settings_only_relative_range": "Khoảng thời gian", "map_settings_only_relative_range": "Date range",
"map_settings_only_show_favorites": "Chỉ hiển thị mục yêu thích", "map_settings_only_show_favorites": "Show Favorite Only",
"map_zoom_to_see_photos": "Thu nhỏ để xem ảnh", "map_zoom_to_see_photos": "Zoom out to see photos",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "Ảnh động", "motion_photos_page_title": "Motion Photos",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "Từ chối", "notification_permission_dialog_cancel": "Từ chối",
"notification_permission_dialog_content": "Để bật thông báo, chuyển tới Cài đặt và chọn cho phép", "notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.",
"notification_permission_dialog_settings": "Cài đặt", "notification_permission_dialog_settings": "Settings",
"notification_permission_list_tile_content": "Cấp quyền để bật thông báo", "notification_permission_list_tile_content": "Grant permission to enable notifications.",
"notification_permission_list_tile_enable_button": "Bật thông báo", "notification_permission_list_tile_enable_button": "Enable Notifications",
"notification_permission_list_tile_title": "Quyền thông báo", "notification_permission_list_tile_title": "Notification Permission",
"partner_page_add_partner": "Thêm người thân", "partner_page_add_partner": "Add partner",
"partner_page_empty_message": "Ảnh của bạn chưa được chia sẻ với bất kỳ ai.", "partner_page_empty_message": "Your photos are not yet shared with any partner.",
"partner_page_no_more_users": "Không còn người dùng nào để thêm", "partner_page_no_more_users": "No more users to add",
"partner_page_partner_add_failed": "Thêm người thân thất bại", "partner_page_partner_add_failed": "Failed to add partner",
"partner_page_select_partner": "Chọn người thân", "partner_page_select_partner": "Select partner",
"partner_page_shared_to_title": "Chia sẻ với", "partner_page_shared_to_title": "Chia sẻ với",
"partner_page_stop_sharing_content": "{} sẽ không thể truy cập ảnh của bạn.", "partner_page_stop_sharing_content": "{} will no longer be able to access your photos.",
"partner_page_stop_sharing_title": "Ngừng chia sẻ ảnh của bạn?", "partner_page_stop_sharing_title": "Stop sharing your photos?",
"partner_page_title": "Người thân", "partner_page_title": "Partner",
"permission_onboarding_back": "Quay lại", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "Vẫn tiếp tục", "permission_onboarding_continue_anyway": "Continue anyway",
"permission_onboarding_get_started": "Bắt đầu", "permission_onboarding_get_started": "Get started",
"permission_onboarding_go_to_settings": "Chuyển tới cài đặt", "permission_onboarding_go_to_settings": "Go to settings",
"permission_onboarding_grant_permission": "Cấp quyền", "permission_onboarding_grant_permission": "Grant permission",
"permission_onboarding_log_out": "Đăng xuất", "permission_onboarding_log_out": "Log out",
"permission_onboarding_permission_denied": "Không có quyền truy cập vào ảnh của bạn. Để sử dụng Immich, hãy cấp quyền truy cập vào thư viện ảnh trong Cài đặt.", "permission_onboarding_permission_denied": "Permission denied. To use Immich, grant photo and video permissions in Settings.",
"permission_onboarding_permission_granted": "Cấp quyền hoàn tất!", "permission_onboarding_permission_granted": "Permission granted! You are all set.",
"permission_onboarding_permission_limited": "Quyền truy cập vào ảnh của bạn bị hạn chế. Để Immich sao lưu và quản lý toàn bộ thư viện ảnh của bạn, hãy cấp quyền truy cập toàn bộ ảnh trong Cài đặt.", "permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.",
"permission_onboarding_request": "Immich cần quyền để xem ảnh và video của bạn", "permission_onboarding_request": "Immich requires permission to view your photos and videos.",
"profile_drawer_app_logs": "Nhật ký", "profile_drawer_app_logs": "Logs",
"profile_drawer_client_out_of_date_major": "Mobile App is out of date. Please update to the latest major version.", "profile_drawer_client_server_up_to_date": "Client and Server are up-to-date",
"profile_drawer_client_out_of_date_minor": "Mobile App is out of date. Please update to the latest minor version.",
"profile_drawer_client_server_up_to_date": "Máy khách và máy chủ đã cập nhật",
"profile_drawer_documentation": "Tài liệu", "profile_drawer_documentation": "Tài liệu",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "Server is out of date. Please update to the latest major version.", "profile_drawer_settings": "Settings",
"profile_drawer_server_out_of_date_minor": "Server is out of date. Please update to the latest minor version.", "profile_drawer_sign_out": "Sign Out",
"profile_drawer_settings": "Cài đặt",
"profile_drawer_sign_out": "Đăng xuất",
"profile_drawer_trash": "Thùng rác", "profile_drawer_trash": "Thùng rác",
"recently_added_page_title": "Mới thêm gần đây", "recently_added_page_title": "Recently Added",
"scaffold_body_error_occurred": "Error occurred", "search_bar_hint": "Search your photos",
"search_bar_hint": "Tìm kiếm ảnh của bạn", "search_page_categories": "Categories",
"search_page_categories": "Danh mục", "search_page_favorites": "Favorites",
"search_page_favorites": "Ảnh yêu thích", "search_page_motion_photos": "Motion Photos",
"search_page_motion_photos": "Ảnh động", "search_page_no_objects": "Không có thông tin vật thể",
"search_page_no_objects": "Không có thông tin sự vật", "search_page_no_places": "No Places Info Available",
"search_page_no_places": "Không có thông tin địa điểm nào",
"search_page_people": "Mọi người", "search_page_people": "Mọi người",
"search_page_person_add_name_dialog_cancel": "Cancel", "search_page_places": "Places",
"search_page_person_add_name_dialog_hint": "Name", "search_page_recently_added": "Recently added",
"search_page_person_add_name_dialog_save": "Save", "search_page_screenshots": "Screenshots",
"search_page_person_add_name_dialog_title": "Add a name", "search_page_selfies": "Selfies",
"search_page_person_add_name_subtitle": "Find them fast by name with search", "search_page_things": "Things",
"search_page_person_add_name_title": "Add a name", "search_page_videos": "Videos",
"search_page_person_edit_name": "Edit name", "search_page_view_all_button": "View all",
"search_page_places": "Địa điểm", "search_page_your_activity": "Your activity",
"search_page_recently_added": "Mới thêm gần đây", "search_result_page_new_search_hint": "New Search",
"search_page_screenshots": "Ảnh màn hình", "search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ",
"search_page_selfies": "Ảnh selfie", "search_suggestion_list_smart_search_hint_2": "m:your-search-term",
"search_page_things": "Sự vật", "select_additional_user_for_sharing_page_suggestions": "Suggestions",
"search_page_videos": "Video", "select_user_for_sharing_page_err_album": "Failed to create album",
"search_page_view_all_button": "Xem tất cả",
"search_page_your_activity": "Hoạt động của bạn",
"search_page_your_map": "Your Map",
"search_result_page_new_search_hint": "Tìm kiếm mới",
"search_suggestion_list_smart_search_hint_1": "Tìm kiếm thông minh được bật mặc định, để tìm kiếm siêu dữ liệu hãy sử dụng cú pháp",
"search_suggestion_list_smart_search_hint_2": "m:cụm-từ-tìm-kiếm-của-bạn",
"select_additional_user_for_sharing_page_suggestions": "Gợi ý",
"select_user_for_sharing_page_err_album": "Tạo album thất bại",
"select_user_for_sharing_page_share_suggestions": "Gợi ý", "select_user_for_sharing_page_share_suggestions": "Gợi ý",
"server_info_box_app_version": "Phiên bản ứng dụng", "server_info_box_app_version": "App Version",
"server_info_box_latest_release": "Phiên bản mới nhất",
"server_info_box_server_url": "Địa chỉ máy chủ", "server_info_box_server_url": "Địa chỉ máy chủ",
"server_info_box_server_version": "Phiên bản máy chủ", "server_info_box_server_version": "Server Version",
"setting_image_viewer_help": "Trình xem ảnh tải hình thu nhỏ kích thước nhỏ trước, sau đó tải bản xem trước có kích thước trung bình (nếu được bật), cuối cùng tải bản gốc (nếu được bật).", "setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).",
"setting_image_viewer_original_subtitle": "Bật để tải ảnh gốc ở độ phân giải đầy đủ (dung lượng lớn). Tắt để giảm mức sử dụng dữ liệu (mức sử dụng mạng và bộ nhớ đệm trên thiết bị).", "setting_image_viewer_original_subtitle": "Enable to load the original full-resolution image (large!). Disable to reduce data usage (both network and on device cache).",
"setting_image_viewer_original_title": "Tải ảnh gốc", "setting_image_viewer_original_title": "Load original image",
"setting_image_viewer_preview_subtitle": "Bật để tải ảnh độ phân giải trung bình. Tắt để tải trực tiếp ảnh gốc hoặc chỉ sử dụng hình thu nhỏ.", "setting_image_viewer_preview_subtitle": "Enable to load a medium-resolution image. Disable to either directly load the original or only use the thumbnail.",
"setting_image_viewer_preview_title": "Tải ảnh xem trước", "setting_image_viewer_preview_title": "Load preview image",
"setting_notifications_notify_failures_grace_period": "Thông báo sao lưu nền thất bại: {}", "setting_notifications_notify_failures_grace_period": "Notify background backup failures: {}",
"setting_notifications_notify_hours": "{} giờ", "setting_notifications_notify_hours": "{} hours",
"setting_notifications_notify_immediately": "ngay lập tức", "setting_notifications_notify_immediately": "immediately",
"setting_notifications_notify_minutes": "{} phút", "setting_notifications_notify_minutes": "{} minutes",
"setting_notifications_notify_never": "không bao giờ", "setting_notifications_notify_never": "never",
"setting_notifications_notify_seconds": "{} giây", "setting_notifications_notify_seconds": "{} seconds",
"setting_notifications_single_progress_subtitle": "Thông tin chi tiết của từng ảnh đang tải lên", "setting_notifications_single_progress_subtitle": "Detailed upload progress information per asset",
"setting_notifications_single_progress_title": "Hiển thị chi tiết sao lưu nền đang thực hiện", "setting_notifications_single_progress_title": "Show background backup detail progress",
"setting_notifications_subtitle": "Điều chỉnh tuỳ chọn thông báo của bạn", "setting_notifications_subtitle": "Adjust your notification preferences",
"setting_notifications_title": "Thông báo", "setting_notifications_title": "Notifications",
"setting_notifications_total_progress_subtitle": "Toàn bộ quá trình tải lên (hoàn thành/tổng số ảnh)", "setting_notifications_total_progress_subtitle": "Overall upload progress (done/total assets)",
"setting_notifications_total_progress_title": "Hiện thị toàn bộ sao lưu nền đang thực hiện", "setting_notifications_total_progress_title": "Show background backup total progress",
"setting_pages_app_bar_settings": "Cài đặt", "setting_pages_app_bar_settings": "Settings",
"settings_require_restart": "Vui lòng khởi động lại Immich để áp dụng cài đặt này", "settings_require_restart": "Please restart Immich to apply this setting",
"share_add": "Thêm", "share_add": "Add",
"share_add_photos": "Thêm ảnh", "share_add_photos": "Add photos",
"share_add_title": "Thêm tiêu đề", "share_add_title": "Add a title",
"share_create_album": "Tạo album", "share_create_album": "Create album",
"shared_album_activities_input_disable": "Nhận xét hiện đã tắt", "shared_album_activities_input_disable": "Nhận xét hiện đã tắt",
"shared_album_activities_input_hint": "Nói điều gì đó", "shared_album_activities_input_hint": "Nói điều gì đó",
"shared_album_activity_remove_content": "Bạn có muốn xoá hoạt động này?", "shared_album_activity_remove_content": "Bạn có muốn xoá hoạt động này?",
"shared_album_activity_remove_title": "Xoá hoạt động", "shared_album_activity_remove_title": "Xoá hoạt động",
"shared_album_activity_setting_subtitle": "Cho phép người khác phản hồi", "shared_album_activity_setting_subtitle": "Cho phép người khác phản hồi",
"shared_album_activity_setting_title": "Bình luận và lượt thích", "shared_album_activity_setting_title": "Bình luận và lượt thích",
"shared_album_section_people_action_error": "Error leaving/removing from album", "share_dialog_preparing": "Preparing...",
"shared_album_section_people_action_leave": "Remove user from album",
"shared_album_section_people_action_remove_user": "Remove user from album",
"shared_album_section_people_owner_label": "Owner",
"shared_album_section_people_title": "PEOPLE",
"share_dialog_preparing": "Đang xử lý...",
"shared_link_app_bar_title": "Đường liên kết chia sẻ", "shared_link_app_bar_title": "Đường liên kết chia sẻ",
"shared_link_clipboard_copied_massage": "Copied to clipboard",
"shared_link_clipboard_text": "Link: {}\nPassword: {}",
"shared_link_create_app_bar_title": "Tạo liên kết để chia sẻ", "shared_link_create_app_bar_title": "Tạo liên kết để chia sẻ",
"shared_link_create_error": "Error while creating shared link",
"shared_link_create_info": "Cho phép bất cứ ai có liên kết xem (các) ảnh đã chọn", "shared_link_create_info": "Cho phép bất cứ ai có liên kết xem (các) ảnh đã chọn",
"shared_link_create_submit_button": "Tạo liên kết", "shared_link_create_submit_button": "Tạo liên kết",
"shared_link_edit_allow_download": "Cho phép bất cứ ai đều có thể tải xuống", "shared_link_edit_allow_download": "Cho phép bất cứ ai đều có thể tải xuống",
@@ -390,55 +333,34 @@
"shared_link_edit_description": "Mô tả", "shared_link_edit_description": "Mô tả",
"shared_link_edit_description_hint": "Nhập mô tả chia sẻ", "shared_link_edit_description_hint": "Nhập mô tả chia sẻ",
"shared_link_edit_expire_after": "Hết hạn sau", "shared_link_edit_expire_after": "Hết hạn sau",
"shared_link_edit_expire_after_option_day": "1 day",
"shared_link_edit_expire_after_option_days": "{} days",
"shared_link_edit_expire_after_option_hour": "1 hour",
"shared_link_edit_expire_after_option_hours": "{} hours",
"shared_link_edit_expire_after_option_minute": "1 minute",
"shared_link_edit_expire_after_option_minutes": "{} minutes",
"shared_link_edit_expire_after_option_never": "Never",
"shared_link_edit_password": "Mật khẩu", "shared_link_edit_password": "Mật khẩu",
"shared_link_edit_password_hint": "Nhập mật khẩu chia sẻ", "shared_link_edit_password_hint": "Nhập mật khẩu chia sẻ",
"shared_link_edit_show_meta": "Hiện thị siêu dữ liệu", "shared_link_edit_show_meta": "Hiện thị siêu dữ liệu",
"shared_link_edit_submit_button": "Cập nhật liên kết", "shared_link_edit_submit_button": "Cập nhật liên kết",
"shared_link_empty": "Bạn không có liên kết được chia sẻ nào", "shared_link_empty": "Bạn không có liên kết được chia sẻ nào",
"shared_link_error_server_url_fetch": "Cannot fetch the server url",
"shared_link_expired": "Expired",
"shared_link_expires_day": "Expires in {} day",
"shared_link_expires_days": "Expires in {} days",
"shared_link_expires_hour": "Expires in {} hour",
"shared_link_expires_hours": "Expires in {} hours",
"shared_link_expires_minute": "Expires in {} minute",
"shared_link_expires_minutes": "Expires in {} minutes",
"shared_link_expires_never": "Expires ∞",
"shared_link_expires_second": "Expires in {} second",
"shared_link_expires_seconds": "Expires in {} seconds",
"shared_link_info_chip_download": "Download",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "Upload",
"shared_link_manage_links": "Quản lý liên kết được chia sẻ", "shared_link_manage_links": "Quản lý liên kết được chia sẻ",
"share_done": "Hoàn tất", "share_done": "Hoàn tất",
"share_invite": "Mời vào album", "share_invite": "Invite to album",
"sharing_page_album": "Album chia sẻ", "sharing_page_album": "Shared albums",
"sharing_page_description": "Tạo album chia sẻ để chia sẻ ảnh và video với những người trong mạng của bạn.", "sharing_page_description": "Create shared albums to share photos and videos with people in your network.",
"sharing_page_empty_list": "DANH SÁCH TRỐNG", "sharing_page_empty_list": "EMPTY LIST",
"sharing_silver_appbar_create_shared_album": "Tạo album chia sẻ", "sharing_silver_appbar_create_shared_album": "Create shared album",
"sharing_silver_appbar_shared_links": "Các liên kết chia sẻ", "sharing_silver_appbar_shared_links": "Các liên kết chia sẻ",
"sharing_silver_appbar_share_partner": "Chia sẻ với người thân", "sharing_silver_appbar_share_partner": "Share with partner",
"tab_controller_nav_library": "Thư viện", "tab_controller_nav_library": "Library",
"tab_controller_nav_photos": "Ảnh", "tab_controller_nav_photos": "Photos",
"tab_controller_nav_search": "Tìm kiếm", "tab_controller_nav_search": "Search",
"tab_controller_nav_sharing": "Chia sẻ", "tab_controller_nav_sharing": "Sharing",
"theme_setting_asset_list_storage_indicator_title": "Hiện thị trạng thái sao lưu ảnh trên hình thu nhỏ ", "theme_setting_asset_list_storage_indicator_title": "Show storage indicator on asset tiles",
"theme_setting_asset_list_tiles_per_row_title": "Số ảnh và video trên một dòng ({})", "theme_setting_asset_list_tiles_per_row_title": "Number of assets per row ({})",
"theme_setting_dark_mode_switch": "Chế độ tối", "theme_setting_dark_mode_switch": "Dark mode",
"theme_setting_image_viewer_quality_subtitle": "Điều chỉnh chất lượng của trình xem ảnh", "theme_setting_image_viewer_quality_subtitle": "Adjust the quality of the detail image viewer",
"theme_setting_image_viewer_quality_title": "Chất lượng trình xem ảnh", "theme_setting_image_viewer_quality_title": "Image viewer quality",
"theme_setting_system_theme_switch": "Tư động (Theo cài đặt hệ thống)", "theme_setting_system_theme_switch": "Automatic (Follow system setting)",
"theme_setting_theme_subtitle": "Chọn cài đặt giao diện ứng dụng", "theme_setting_theme_subtitle": "Choose the app's theme setting",
"theme_setting_theme_title": "Giao diện", "theme_setting_theme_title": "Theme",
"theme_setting_three_stage_loading_subtitle": "Tải ba giai doạn có thể tăng hiệu năng tải ảnh nhưng sẽ tốn dữ liệu mạng đáng kể.", "theme_setting_three_stage_loading_subtitle": "Three-stage loading might increase the loading performance but causes significantly higher network load",
"theme_setting_three_stage_loading_title": "Bật tải ba giai đoạn", "theme_setting_three_stage_loading_title": "Enable three-stage loading",
"translated_text_options": "Tuỳ chỉnh", "translated_text_options": "Tuỳ chỉnh",
"trash_page_delete": "Xoá", "trash_page_delete": "Xoá",
"trash_page_delete_all": "Xoá tất cả", "trash_page_delete_all": "Xoá tất cả",
@@ -446,23 +368,23 @@
"trash_page_empty_trash_dialog_content": "Bạn có muốn dọn sạch thùng rác của mình không? Những mục này sẽ bị xoá vĩnh viễn khỏi Immich", "trash_page_empty_trash_dialog_content": "Bạn có muốn dọn sạch thùng rác của mình không? Những mục này sẽ bị xoá vĩnh viễn khỏi Immich",
"trash_page_empty_trash_dialog_ok": "Đồng ý", "trash_page_empty_trash_dialog_ok": "Đồng ý",
"trash_page_info": "Những mục này sẽ bị xoá sau {} ngày", "trash_page_info": "Những mục này sẽ bị xoá sau {} ngày",
"trash_page_no_assets": "Không có mục nào", "trash_page_no_assets": "Không có ảnh hoặc video",
"trash_page_restore": "Khôi phục", "trash_page_restore": "Khôi phục",
"trash_page_restore_all": "Khôi phục tất cả", "trash_page_restore_all": "Khôi phục tất cả",
"trash_page_select_assets_btn": "Chọn ảnh", "trash_page_select_assets_btn": "Chọn mục",
"trash_page_select_btn": "Chọn", "trash_page_select_btn": "Chọn",
"trash_page_title": "Thùng rác ({})", "trash_page_title": "Thùng rác ({})",
"upload_dialog_cancel": "Từ chối", "upload_dialog_cancel": "Từ chối",
"upload_dialog_info": "Bạn có muốn sao lưu những mục đã chọn tới máy chủ không?", "upload_dialog_info": "Do you want to backup the selected Asset(s) to the server?",
"upload_dialog_ok": "Tải lên", "upload_dialog_ok": "Tải lên",
"upload_dialog_title": "Tải lên ảnh", "upload_dialog_title": "Upload Asset",
"version_announcement_overlay_ack": "Công nhận", "version_announcement_overlay_ack": "Acknowledge",
"version_announcement_overlay_release_notes": "ghi chú phát hành", "version_announcement_overlay_release_notes": "release notes",
"version_announcement_overlay_text_1": "Chào bạn, có một bản phát hành mới của", "version_announcement_overlay_text_1": "Hi friend, there is a new release of",
"version_announcement_overlay_text_2": "vui lòng dành thời gian của bạn để đến thăm", "version_announcement_overlay_text_2": "please take your time to visit the ",
"version_announcement_overlay_text_3": "và đảm bảo cài đặt docker-compose và tệp .env của bạn đã cập nhật để tránh bất kỳ cấu hình sai sót, đặc biệt nếu bạn dùng WatchTower hoặc bất kỳ cơ chế nào xử lý việc cập nhật ứng dụng máy chủ của bạn tự động.", "version_announcement_overlay_text_3": " and ensure your docker-compose and .env setup is up-to-date to prevent any misconfigurations, especially if you use WatchTower or any mechanism that handles updating your server application automatically.",
"version_announcement_overlay_title": "Phiên bản máy chủ có bản cập nhật mới", "version_announcement_overlay_title": "New Server Version Available \uD83C\uDF89",
"viewer_remove_from_stack": "Loại bỏ khỏi ngăn xếp", "viewer_remove_from_stack": "Remove from Stack",
"viewer_stack_use_as_main_asset": "Sử dụng làm ảnh bìa ngăn xếp", "viewer_stack_use_as_main_asset": "Use as Main Asset",
"viewer_unstack": "Hoàn tác ngăn xếp" "viewer_unstack": "Un-Stack"
} }

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "取消",
"action_common_update": "更新",
"add_to_album_bottom_sheet_added": "添加到 {album}", "add_to_album_bottom_sheet_added": "添加到 {album}",
"add_to_album_bottom_sheet_already_exists": "已在 {album} 中", "add_to_album_bottom_sheet_already_exists": "已在 {album} 中",
"advanced_settings_log_level_title": "日志等级:{}",
"advanced_settings_prefer_remote_subtitle": "在某些设备上,从本地的项目加载缩略图的速度非常慢。\n启用此选项以加载远程项目。", "advanced_settings_prefer_remote_subtitle": "在某些设备上,从本地的项目加载缩略图的速度非常慢。\n启用此选项以加载远程项目。",
"advanced_settings_prefer_remote_title": "优先远程项目", "advanced_settings_prefer_remote_title": "优先远程项目",
"advanced_settings_self_signed_ssl_subtitle": "跳过服务器终结点的 SSL 证书验证(该选项适用于使用自签名证书的服务器)。", "advanced_settings_self_signed_ssl_subtitle": "跳过服务器终结点的 SSL 证书验证(该选项适用于使用自签名证书的服务器)。",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "注消", "app_bar_signout_dialog_title": "注消",
"archive_page_no_archived_assets": "未找到归档项目", "archive_page_no_archived_assets": "未找到归档项目",
"archive_page_title": "归档({}", "archive_page_title": "归档({}",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "动态布局", "asset_list_layout_settings_dynamic_layout_title": "动态布局",
"asset_list_layout_settings_group_automatically": "自动", "asset_list_layout_settings_group_automatically": "自动",
"asset_list_layout_settings_group_by": "项目分组方式", "asset_list_layout_settings_group_by": "项目分组方式",
@@ -45,14 +40,14 @@
"asset_list_settings_subtitle": "照片网格布局设置", "asset_list_settings_subtitle": "照片网格布局设置",
"asset_list_settings_title": "照片网格", "asset_list_settings_title": "照片网格",
"backup_album_selection_page_albums_device": "设备上的相册({}", "backup_album_selection_page_albums_device": "设备上的相册({}",
"backup_album_selection_page_albums_tap": "单击选中,双击取消", "backup_album_selection_page_albums_tap": "单击选中, 双击排除",
"backup_album_selection_page_assets_scatter": "项目会分散在多个相册中。因此,可以在备份过程中包含或排除相册。", "backup_album_selection_page_assets_scatter": "项目会分散在多个相册中。因此,可以在备份过程中包含或排除相册。",
"backup_album_selection_page_select_albums": "选择相册", "backup_album_selection_page_select_albums": "选择相册",
"backup_album_selection_page_selection_info": "选择信息", "backup_album_selection_page_selection_info": "选择信息",
"backup_album_selection_page_total_assets": "总计", "backup_album_selection_page_total_assets": "总计",
"backup_all": "全部", "backup_all": "全部",
"backup_background_service_backup_failed_message": "备份失败正在重试…", "backup_background_service_backup_failed_message": "备份失败正在重试…",
"backup_background_service_connection_failed_message": "连接服务器失败正在重试…", "backup_background_service_connection_failed_message": "连接服务器失败正在重试…",
"backup_background_service_current_upload_notification": "正在上传 {}", "backup_background_service_current_upload_notification": "正在上传 {}",
"backup_background_service_default_notification": "正在检查新项目…", "backup_background_service_default_notification": "正在检查新项目…",
"backup_background_service_error_title": "备份失败", "backup_background_service_error_title": "备份失败",
@@ -97,7 +92,7 @@
"backup_controller_page_storage_format": "{}/{} 已使用", "backup_controller_page_storage_format": "{}/{} 已使用",
"backup_controller_page_to_backup": "要备份的相册", "backup_controller_page_to_backup": "要备份的相册",
"backup_controller_page_total": "总计", "backup_controller_page_total": "总计",
"backup_controller_page_total_sub": "选中相册中所有不重复的视频和图像", "backup_controller_page_total_sub": "选中相册中所有不重复的视频和图像",
"backup_controller_page_turn_off": "关闭前台备份", "backup_controller_page_turn_off": "关闭前台备份",
"backup_controller_page_turn_on": "开启前台备份", "backup_controller_page_turn_on": "开启前台备份",
"backup_controller_page_uploading_file_info": "正在上传中的文件信息", "backup_controller_page_uploading_file_info": "正在上传中的文件信息",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "图库缩略图({} 项)", "cache_settings_album_thumbnails": "图库缩略图({} 项)",
"cache_settings_clear_cache_button": "清除缓存", "cache_settings_clear_cache_button": "清除缓存",
"cache_settings_clear_cache_button_title": "清除应用缓存。在重新生成缓存之前,将显著影响应用的性能。", "cache_settings_clear_cache_button_title": "清除应用缓存。在重新生成缓存之前,将显著影响应用的性能。",
"cache_settings_duplicated_assets_clear_button": "清除",
"cache_settings_duplicated_assets_subtitle": "已加入黑名单的照片和视频",
"cache_settings_duplicated_assets_title": "重复项目({}",
"cache_settings_image_cache_size": "图像缓存大小({} 项)", "cache_settings_image_cache_size": "图像缓存大小({} 项)",
"cache_settings_statistics_album": "图库缩略图", "cache_settings_statistics_album": "图库缩略图",
"cache_settings_statistics_assets": "{} 项({}", "cache_settings_statistics_assets": "{} 项({}",
@@ -123,14 +115,14 @@
"cache_settings_statistics_title": "缓存使用情况", "cache_settings_statistics_title": "缓存使用情况",
"cache_settings_subtitle": "控制 Immich 的缓存行为", "cache_settings_subtitle": "控制 Immich 的缓存行为",
"cache_settings_thumbnail_size": "缩略图缓存大小({} 项)", "cache_settings_thumbnail_size": "缩略图缓存大小({} 项)",
"cache_settings_tile_subtitle": "设置本地存储行为", "cache_settings_tile_subtitle": "Control the local storage behaviour",
"cache_settings_tile_title": "本地存储", "cache_settings_tile_title": "本地存储",
"cache_settings_title": "缓存设置", "cache_settings_title": "缓存设置",
"change_password_form_confirm_password": "确认密码", "change_password_form_confirm_password": "确认密码",
"change_password_form_description": "{name} 您好,\n\n这是您首次登录系统或被管理员要求更改密码。\n请在下方输入新密码。", "change_password_form_description": "{name} 您好,\n\n这是您首次登录系统或被管理员要求更改密码。\n请在下方输入新密码。",
"change_password_form_new_password": "新密码", "change_password_form_new_password": "新密码",
"change_password_form_password_mismatch": "密码不匹配", "change_password_form_password_mismatch": "密码不匹配",
"change_password_form_reenter_new_password": "再次输入新密码", "change_password_form_reenter_new_password": "重新输入新密码",
"common_add_to_album": "添加到相册", "common_add_to_album": "添加到相册",
"common_change_password": "更改密码", "common_change_password": "更改密码",
"common_create_new_album": "新建相册", "common_create_new_album": "新建相册",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "归档", "control_bottom_app_bar_archive": "归档",
"control_bottom_app_bar_create_new_album": "新建相册", "control_bottom_app_bar_create_new_album": "新建相册",
"control_bottom_app_bar_delete": "删除", "control_bottom_app_bar_delete": "删除",
"control_bottom_app_bar_edit_location": "编辑位置信息",
"control_bottom_app_bar_edit_time": "编辑日期和时间",
"control_bottom_app_bar_favorite": "收藏", "control_bottom_app_bar_favorite": "收藏",
"control_bottom_app_bar_share": "共享", "control_bottom_app_bar_share": "共享",
"control_bottom_app_bar_share_to": "共享给", "control_bottom_app_bar_share_to": "共享给",
"control_bottom_app_bar_stack": "堆叠", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "取消归档", "control_bottom_app_bar_unarchive": "取消归档",
"control_bottom_app_bar_unfavorite": "取消收藏",
"control_bottom_app_bar_upload": "上传", "control_bottom_app_bar_upload": "上传",
"create_album_page_untitled": "未命名", "create_album_page_untitled": "未命名",
"create_shared_album_page_create": "创建", "create_shared_album_page_create": "创建",
@@ -161,21 +150,17 @@
"daily_title_text_date": "E, MMM dd", "daily_title_text_date": "E, MMM dd",
"daily_title_text_date_year": "E, MMM dd, yyyy", "daily_title_text_date_year": "E, MMM dd, yyyy",
"date_format": "E, LLL d, y • h:mm a", "date_format": "E, LLL d, y • h:mm a",
"delete_dialog_alert": "这些项目将从 Immich 和您的设备中永久删除", "delete_dialog_alert": "这些项目将从 Immich 和 您的设备 中永久删除",
"delete_dialog_cancel": "取消", "delete_dialog_cancel": "取消",
"delete_dialog_ok": "删除", "delete_dialog_ok": "删除",
"delete_dialog_title": "永久删除", "delete_dialog_title": "永久删除",
"delete_shared_link_dialog_content": "确定要删除此共享链接?", "delete_shared_link_dialog_content": "Are you sure you want to delete this shared link?",
"delete_shared_link_dialog_title": "删除共享链接", "delete_shared_link_dialog_title": "删除共享链接",
"description_input_hint_text": "添加描述...", "description_input_hint_text": "添加描述...",
"description_input_submit_error": "更新描述时出错,请检查日志以获取更多详细信息", "description_input_submit_error": "更新描述时出错,请检查日志以获取更多详细信息",
"edit_date_time_dialog_date_time": "日期和时间",
"edit_date_time_dialog_timezone": "时区",
"edit_location_dialog_title": "位置",
"exif_bottom_sheet_description": "添加描述...", "exif_bottom_sheet_description": "添加描述...",
"exif_bottom_sheet_details": "详情", "exif_bottom_sheet_details": "详情",
"exif_bottom_sheet_location": "位置", "exif_bottom_sheet_location": "位置",
"exif_bottom_sheet_location_add": "添加位置信息",
"experimental_settings_new_asset_list_subtitle": "正在处理", "experimental_settings_new_asset_list_subtitle": "正在处理",
"experimental_settings_new_asset_list_title": "启用实验性照片网格", "experimental_settings_new_asset_list_title": "启用实验性照片网格",
"experimental_settings_subtitle": "使用风险自负!", "experimental_settings_subtitle": "使用风险自负!",
@@ -185,15 +170,15 @@
"home_page_add_to_album_conflicts": "已向相册 {album} 中添加 {added} 项。\n其中 {failed} 项在相册中已存在。", "home_page_add_to_album_conflicts": "已向相册 {album} 中添加 {added} 项。\n其中 {failed} 项在相册中已存在。",
"home_page_add_to_album_err_local": "暂不能将本地项目添加到相册中,跳过", "home_page_add_to_album_err_local": "暂不能将本地项目添加到相册中,跳过",
"home_page_add_to_album_success": "已向相册 {album} 中添加 {added} 项。", "home_page_add_to_album_success": "已向相册 {album} 中添加 {added} 项。",
"home_page_album_err_partner": "暂无法将同伴的项目添加到相册,跳过", "home_page_album_err_partner": "Can not add partner assets to an album yet, skipping",
"home_page_archive_err_local": "暂无法归档本地项目,跳过", "home_page_archive_err_local": "暂无法归档本地项目,跳过",
"home_page_archive_err_partner": "无法存档同伴的项目,跳过", "home_page_archive_err_partner": "Can not archive partner assets, skipping",
"home_page_building_timeline": "正在生成时间线", "home_page_building_timeline": "正在生成时间线",
"home_page_delete_err_partner": "无法删除同伴的项目,跳过", "home_page_delete_err_partner": "Can not delete partner assets, skipping",
"home_page_favorite_err_local": "暂不能收藏本地项目,跳过", "home_page_favorite_err_local": "暂不能收藏本地项目,跳过",
"home_page_favorite_err_partner": "暂无法收藏同伴的项目,跳过", "home_page_favorite_err_partner": "Can not favorite partner assets yet, skipping",
"home_page_first_time_notice": "如果这是您第一次使用该应用程序,请确保选择一个要备份的本地相册,以便可以在时间线中预览该相册中的照片和视频。", "home_page_first_time_notice": "如果这是您第一次使用该应用程序,请确保选择一个要备份的本地相册,以便可以在时间线中预览该相册中的照片和视频。",
"home_page_share_err_local": "暂无法通过链接共享本地项目,跳过", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "一次最多只能上传 30 个项目,跳过", "home_page_upload_err_limit": "一次最多只能上传 30 个项目,跳过",
"image_viewer_page_state_provider_download_error": "下载出现错误", "image_viewer_page_state_provider_download_error": "下载出现错误",
"image_viewer_page_state_provider_download_success": "下载成功", "image_viewer_page_state_provider_download_success": "下载成功",
@@ -204,22 +189,12 @@
"library_page_favorites": "收藏", "library_page_favorites": "收藏",
"library_page_new_album": "新建相册", "library_page_new_album": "新建相册",
"library_page_sharing": "共享", "library_page_sharing": "共享",
"library_page_sort_asset_count": "项目数量", "library_page_sort_created": "最近创建的",
"library_page_sort_created": "创建日期",
"library_page_sort_last_modified": "上次修改", "library_page_sort_last_modified": "上次修改",
"library_page_sort_most_oldest_photo": "最早的照片",
"library_page_sort_most_recent_photo": "最近的项目", "library_page_sort_most_recent_photo": "最近的项目",
"library_page_sort_title": "相册标题", "library_page_sort_title": "相册标题",
"location_picker_choose_on_map": "在地图上选择",
"location_picker_latitude": "纬度",
"location_picker_latitude_error": "输入有效的纬度值",
"location_picker_latitude_hint": "请在此处输入您的纬度值",
"location_picker_longitude": "经度",
"location_picker_longitude_error": "输入有效的经度值",
"location_picker_longitude_hint": "请在此处输入您的经度值",
"login_disabled": "登录已被禁用", "login_disabled": "登录已被禁用",
"login_form_api_exception": "API 异常,请检查服务器地址并重试。", "login_form_api_exception": "API 异常,请检查服务器地址并重试。",
"login_form_back_button_text": "后退",
"login_form_button_text": "登录", "login_form_button_text": "登录",
"login_form_email_hint": "youremail@email.com", "login_form_email_hint": "youremail@email.com",
"login_form_endpoint_hint": "http(s)://您的服务器地址:端口/api", "login_form_endpoint_hint": "http(s)://您的服务器地址:端口/api",
@@ -231,7 +206,7 @@
"login_form_err_trailing_whitespace": "带有尾随空格", "login_form_err_trailing_whitespace": "带有尾随空格",
"login_form_failed_get_oauth_server_config": "使用 OAuth 登录时错误,请检查服务器地址", "login_form_failed_get_oauth_server_config": "使用 OAuth 登录时错误,请检查服务器地址",
"login_form_failed_get_oauth_server_disable": "OAuth 功能在此服务器上不可用", "login_form_failed_get_oauth_server_disable": "OAuth 功能在此服务器上不可用",
"login_form_failed_login": "登录失败请检查服务器地址、邮箱和密码", "login_form_failed_login": "登录失败, 请检查服务器地址、邮箱和密码",
"login_form_handshake_exception": "与服务器通信时出现握手异常。如果您使用的是自签名证书,请在设置中启用自签名证书支持。", "login_form_handshake_exception": "与服务器通信时出现握手异常。如果您使用的是自签名证书,请在设置中启用自签名证书支持。",
"login_form_label_email": "邮箱", "login_form_label_email": "邮箱",
"login_form_label_password": "密码", "login_form_label_password": "密码",
@@ -242,38 +217,28 @@
"login_form_server_error": "无法连接到服务器。", "login_form_server_error": "无法连接到服务器。",
"login_password_changed_error": "更新密码时出错\n", "login_password_changed_error": "更新密码时出错\n",
"login_password_changed_success": "密码更新成功", "login_password_changed_success": "密码更新成功",
"map_assets_in_bound": "{}张照片",
"map_assets_in_bounds": "{}张照片",
"map_cannot_get_user_location": "无法获取用户位置", "map_cannot_get_user_location": "无法获取用户位置",
"map_location_dialog_cancel": "取消", "map_location_dialog_cancel": "取消",
"map_location_dialog_yes": "是", "map_location_dialog_yes": "是",
"map_location_picker_page_use_location": "使用此位置",
"map_location_service_disabled_content": "需要启用定位服务才能显示当前位置相关的项目。要现在启用吗?", "map_location_service_disabled_content": "需要启用定位服务才能显示当前位置相关的项目。要现在启用吗?",
"map_location_service_disabled_title": "定位服务已禁用", "map_location_service_disabled_title": "定位服务已禁用",
"map_no_assets_in_bounds": "此区域中没有相关项目", "map_no_assets_in_bounds": "此区域中没有相关项目",
"map_no_location_permission_content": "需要位置权限才能显示与当前位置相关的项目。要现在就授予位置权限吗?", "map_no_location_permission_content": "需要位置权限才能显示与当前位置相关的项目。要现在就授予位置权限吗?",
"map_no_location_permission_title": "位置权限被拒绝", "map_no_location_permission_title": "位置权限被拒绝",
"map_settings_dark_mode": "暗黑模式", "map_settings_dark_mode": "暗黑模式",
"map_settings_date_range_option_all": "所有",
"map_settings_date_range_option_day": "过去24小时",
"map_settings_date_range_option_days": "{}天前",
"map_settings_date_range_option_year": "去年",
"map_settings_date_range_option_years": "{}年前",
"map_settings_dialog_cancel": "取消", "map_settings_dialog_cancel": "取消",
"map_settings_dialog_save": "保存", "map_settings_dialog_save": "保存",
"map_settings_dialog_title": "地图设置", "map_settings_dialog_title": "地图设置",
"map_settings_include_show_archived": "包括已归档", "map_settings_include_show_archived": "Include Archived",
"map_settings_only_relative_range": "日期范围", "map_settings_only_relative_range": "日期范围",
"map_settings_only_show_favorites": "仅显示收藏的项目", "map_settings_only_show_favorites": "仅显示收藏的项目",
"map_zoom_to_see_photos": "缩小以查看项目", "map_zoom_to_see_photos": "缩小以查看项目",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "动图", "motion_photos_page_title": "动图",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "取消", "notification_permission_dialog_cancel": "取消",
"notification_permission_dialog_content": "要启用通知,请转到“设置”,并选择“允许”。", "notification_permission_dialog_content": "要启用通知,请转到“设置”,并选择“允许”。",
"notification_permission_dialog_settings": "设置", "notification_permission_dialog_settings": "设置",
"notification_permission_list_tile_content": "授予通知权限。", "notification_permission_list_tile_content": "授予启用通知权限。",
"notification_permission_list_tile_enable_button": "启用通知", "notification_permission_list_tile_enable_button": "启用通知",
"notification_permission_list_tile_title": "通知权限", "notification_permission_list_tile_title": "通知权限",
"partner_page_add_partner": "添加同伴", "partner_page_add_partner": "添加同伴",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "{} 将无法再访问您的照片。", "partner_page_stop_sharing_content": "{} 将无法再访问您的照片。",
"partner_page_stop_sharing_title": "您确定要停止共享您的照片吗?", "partner_page_stop_sharing_title": "您确定要停止共享您的照片吗?",
"partner_page_title": "同伴", "partner_page_title": "同伴",
"permission_onboarding_back": "返回", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "仍然继续", "permission_onboarding_continue_anyway": "仍然继续",
"permission_onboarding_get_started": "开始使用", "permission_onboarding_get_started": "开始使用",
"permission_onboarding_go_to_settings": "转到设置", "permission_onboarding_go_to_settings": "转到设置",
@@ -293,21 +258,16 @@
"permission_onboarding_log_out": "注销", "permission_onboarding_log_out": "注销",
"permission_onboarding_permission_denied": "权限被拒:要使用 Immich请在“设置”中授予照片和视频权限。", "permission_onboarding_permission_denied": "权限被拒:要使用 Immich请在“设置”中授予照片和视频权限。",
"permission_onboarding_permission_granted": "已授权!一切就绪。", "permission_onboarding_permission_granted": "已授权!一切就绪。",
"permission_onboarding_permission_limited": "权限限:要让 Immich 备份和管理您的整个图库收藏,请在“设置”中授予照片和视频权限。", "permission_onboarding_permission_limited": "权限限:要让 Immich 备份和管理您的整个图库收藏,请在“设置”中授予照片和视频权限。",
"permission_onboarding_request": "Immich 需要权限才能查看您的照片和视频。", "permission_onboarding_request": "Immich 需要权限才能查看您的照片和视频。",
"profile_drawer_app_logs": "日志", "profile_drawer_app_logs": "日志",
"profile_drawer_client_out_of_date_major": "客户端有大版本升级,请尽快升级至最新版。",
"profile_drawer_client_out_of_date_minor": "客户端有小版本升级,请尽快升级至最新版。",
"profile_drawer_client_server_up_to_date": "客户端和服务端都是最新的", "profile_drawer_client_server_up_to_date": "客户端和服务端都是最新的",
"profile_drawer_documentation": "文档", "profile_drawer_documentation": "文档",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "服务端有大版本升级,请尽快升级至最新版。",
"profile_drawer_server_out_of_date_minor": "服务端有小版本升级,请尽快升级至最新版。",
"profile_drawer_settings": "设置", "profile_drawer_settings": "设置",
"profile_drawer_sign_out": "退出登录", "profile_drawer_sign_out": "退出登录",
"profile_drawer_trash": "回收站", "profile_drawer_trash": "回收站",
"recently_added_page_title": "最近添加", "recently_added_page_title": "最近添加",
"scaffold_body_error_occurred": "发生错误",
"search_bar_hint": "搜索照片", "search_bar_hint": "搜索照片",
"search_page_categories": "类别", "search_page_categories": "类别",
"search_page_favorites": "收藏", "search_page_favorites": "收藏",
@@ -315,13 +275,6 @@
"search_page_no_objects": "没有事物信息", "search_page_no_objects": "没有事物信息",
"search_page_no_places": "地点信息不存在", "search_page_no_places": "地点信息不存在",
"search_page_people": "人物", "search_page_people": "人物",
"search_page_person_add_name_dialog_cancel": "取消",
"search_page_person_add_name_dialog_hint": "姓名",
"search_page_person_add_name_dialog_save": "保存",
"search_page_person_add_name_dialog_title": "添加姓名",
"search_page_person_add_name_subtitle": "通过姓名快速查找",
"search_page_person_add_name_title": "添加姓名",
"search_page_person_edit_name": "编辑姓名",
"search_page_places": "地点", "search_page_places": "地点",
"search_page_recently_added": "最近添加", "search_page_recently_added": "最近添加",
"search_page_screenshots": "屏幕截图", "search_page_screenshots": "屏幕截图",
@@ -330,7 +283,6 @@
"search_page_videos": "视频", "search_page_videos": "视频",
"search_page_view_all_button": "查看全部", "search_page_view_all_button": "查看全部",
"search_page_your_activity": "您的活动", "search_page_your_activity": "您的活动",
"search_page_your_map": "足迹",
"search_result_page_new_search_hint": "搜索新的", "search_result_page_new_search_hint": "搜索新的",
"search_suggestion_list_smart_search_hint_1": "默认情况下启用智能搜索;要搜索元数据,请使用相关语法", "search_suggestion_list_smart_search_hint_1": "默认情况下启用智能搜索;要搜索元数据,请使用相关语法",
"search_suggestion_list_smart_search_hint_2": "m:您的搜索关键词", "search_suggestion_list_smart_search_hint_2": "m:您的搜索关键词",
@@ -338,9 +290,8 @@
"select_user_for_sharing_page_err_album": "创建相册失败", "select_user_for_sharing_page_err_album": "创建相册失败",
"select_user_for_sharing_page_share_suggestions": "建议", "select_user_for_sharing_page_share_suggestions": "建议",
"server_info_box_app_version": "App 版本", "server_info_box_app_version": "App 版本",
"server_info_box_latest_release": "最新版本",
"server_info_box_server_url": "服务器地址", "server_info_box_server_url": "服务器地址",
"server_info_box_server_version": "服务版本", "server_info_box_server_version": "服务版本",
"setting_image_viewer_help": "详细信息查看器首先加载小缩略图,然后加载中等大小的预览图(若启用),最后加载原始图像。", "setting_image_viewer_help": "详细信息查看器首先加载小缩略图,然后加载中等大小的预览图(若启用),最后加载原始图像。",
"setting_image_viewer_original_subtitle": "启用以加载原图,禁用以减少数据使用量(网络和设备缓存)。", "setting_image_viewer_original_subtitle": "启用以加载原图,禁用以减少数据使用量(网络和设备缓存)。",
"setting_image_viewer_original_title": "加载原图", "setting_image_viewer_original_title": "加载原图",
@@ -368,57 +319,28 @@
"shared_album_activities_input_hint": "说些什么", "shared_album_activities_input_hint": "说些什么",
"shared_album_activity_remove_content": "您确定要删除此活动吗?", "shared_album_activity_remove_content": "您确定要删除此活动吗?",
"shared_album_activity_remove_title": "删除活动", "shared_album_activity_remove_title": "删除活动",
"shared_album_activity_setting_subtitle": "允许他人回复", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "评论与喜欢", "shared_album_activity_setting_title": "评论与喜欢",
"shared_album_section_people_action_error": "退出/删除相册失败",
"shared_album_section_people_action_leave": "从相册中删除用户",
"shared_album_section_people_action_remove_user": "从相册中删除用户",
"shared_album_section_people_owner_label": "所有者",
"shared_album_section_people_title": "人物",
"share_dialog_preparing": "正在准备...", "share_dialog_preparing": "正在准备...",
"shared_link_app_bar_title": "共享链接", "shared_link_app_bar_title": "共享链接",
"shared_link_clipboard_copied_massage": "复制到剪贴板", "shared_link_create_app_bar_title": "Create link to share",
"shared_link_clipboard_text": "链接:{}\n密码{}", "shared_link_create_info": "Let anyone with the link see the selected photo(s)",
"shared_link_create_app_bar_title": "创建共享链接",
"shared_link_create_error": "创建共享链接出错",
"shared_link_create_info": "任何获得链接的人都可看到照片",
"shared_link_create_submit_button": "创建链接", "shared_link_create_submit_button": "创建链接",
"shared_link_edit_allow_download": "允许游客下载", "shared_link_edit_allow_download": "Allow public user to download",
"shared_link_edit_allow_upload": "允许游客上传", "shared_link_edit_allow_upload": "Allow public user to upload",
"shared_link_edit_app_bar_title": "编辑链接", "shared_link_edit_app_bar_title": "编辑链接",
"shared_link_edit_change_expiry": "修改过期时间", "shared_link_edit_change_expiry": "修改过期时间",
"shared_link_edit_description": "描述", "shared_link_edit_description": "描述",
"shared_link_edit_description_hint": "编辑共享描述", "shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_expire_after": "有效期", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1天",
"shared_link_edit_expire_after_option_days": "{}天",
"shared_link_edit_expire_after_option_hour": "1小时",
"shared_link_edit_expire_after_option_hours": "{}小时",
"shared_link_edit_expire_after_option_minute": "1分钟",
"shared_link_edit_expire_after_option_minutes": "{}分钟",
"shared_link_edit_expire_after_option_never": "一万年",
"shared_link_edit_password": "密码", "shared_link_edit_password": "密码",
"shared_link_edit_password_hint": "输入共享密码", "shared_link_edit_password_hint": "输入共享密码",
"shared_link_edit_show_meta": "显示元数据", "shared_link_edit_show_meta": "显示元数据",
"shared_link_edit_submit_button": "更新链接", "shared_link_edit_submit_button": "更新链接",
"shared_link_empty": "您还没有创建共享链接", "shared_link_empty": "You don't have any shared links",
"shared_link_error_server_url_fetch": "无法获取服务器地址",
"shared_link_expired": "已过期",
"shared_link_expires_day": "{}天后过期",
"shared_link_expires_days": "{}天后过期",
"shared_link_expires_hour": "{}小时后过期",
"shared_link_expires_hours": "{}小时后过期",
"shared_link_expires_minute": "{}分钟后过期",
"shared_link_expires_minutes": "将在{}分钟后过期",
"shared_link_expires_never": "过期时间 ∞",
"shared_link_expires_second": "{}秒后过期",
"shared_link_expires_seconds": "将在{}秒后过期",
"shared_link_info_chip_download": "下载",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "更新",
"shared_link_manage_links": "管理共享链接", "shared_link_manage_links": "管理共享链接",
"share_done": "完成", "share_done": "完成",
"share_invite": "邀请到共享相册", "share_invite": "邀请相册共享",
"sharing_page_album": "共享相册", "sharing_page_album": "共享相册",
"sharing_page_description": "创建共享相册以与网络中的人共享照片和视频。", "sharing_page_description": "创建共享相册以与网络中的人共享照片和视频。",
"sharing_page_empty_list": "空", "sharing_page_empty_list": "空",
@@ -443,15 +365,15 @@
"trash_page_delete": "删除", "trash_page_delete": "删除",
"trash_page_delete_all": "删除全部", "trash_page_delete_all": "删除全部",
"trash_page_empty_trash_btn": "清空回收站", "trash_page_empty_trash_btn": "清空回收站",
"trash_page_empty_trash_dialog_content": "是否清空回收站?这些项目将被从Immich中永久删除", "trash_page_empty_trash_dialog_content": "Do you want to empty your trashed assets? These items will be permanently removed from Immich",
"trash_page_empty_trash_dialog_ok": "好的", "trash_page_empty_trash_dialog_ok": "好的",
"trash_page_info": "回收站中项目将在{}天后永久删除", "trash_page_info": "Trashed items will be permanently deleted after {} days",
"trash_page_no_assets": "暂无已删除项目", "trash_page_no_assets": "No trashed assets",
"trash_page_restore": "恢复", "trash_page_restore": "恢复",
"trash_page_restore_all": "恢复全部", "trash_page_restore_all": "恢复全部",
"trash_page_select_assets_btn": "选择项目", "trash_page_select_assets_btn": "选择项目",
"trash_page_select_btn": "选择", "trash_page_select_btn": "选择",
"trash_page_title": "回收站 ({})", "trash_page_title": "Trash ({})",
"upload_dialog_cancel": "取消", "upload_dialog_cancel": "取消",
"upload_dialog_info": "是否要将所选项目备份到服务器?", "upload_dialog_info": "是否要将所选项目备份到服务器?",
"upload_dialog_ok": "上传", "upload_dialog_ok": "上传",
@@ -462,7 +384,7 @@
"version_announcement_overlay_text_2": "请花点时间访问", "version_announcement_overlay_text_2": "请花点时间访问",
"version_announcement_overlay_text_3": "并检查您的 docker-compose 和 .env 是否为最新且正确的配置,特别是您在使用 WatchTower 或者其他自动更新的程序时,您需要更加细致的检查。", "version_announcement_overlay_text_3": "并检查您的 docker-compose 和 .env 是否为最新且正确的配置,特别是您在使用 WatchTower 或者其他自动更新的程序时,您需要更加细致的检查。",
"version_announcement_overlay_title": "服务端有新版本啦 \uD83C\uDF89", "version_announcement_overlay_title": "服务端有新版本啦 \uD83C\uDF89",
"viewer_remove_from_stack": "从堆叠中移除", "viewer_remove_from_stack": "Remove from Stack",
"viewer_stack_use_as_main_asset": "作为主项目使用", "viewer_stack_use_as_main_asset": "Use as Main Asset",
"viewer_unstack": "取消堆叠" "viewer_unstack": "Un-Stack"
} }

View File

@@ -1,9 +1,6 @@
{ {
"action_common_cancel": "取消",
"action_common_update": "更新",
"add_to_album_bottom_sheet_added": "添加到 {album}", "add_to_album_bottom_sheet_added": "添加到 {album}",
"add_to_album_bottom_sheet_already_exists": "已在 {album} 中", "add_to_album_bottom_sheet_already_exists": "已在 {album} 中",
"advanced_settings_log_level_title": "日志等级:{}",
"advanced_settings_prefer_remote_subtitle": "在某些设备上,从本地的项目加载缩略图的速度非常慢。\n启用此选项以加载远程。", "advanced_settings_prefer_remote_subtitle": "在某些设备上,从本地的项目加载缩略图的速度非常慢。\n启用此选项以加载远程。",
"advanced_settings_prefer_remote_title": "优先远程项目", "advanced_settings_prefer_remote_title": "优先远程项目",
"advanced_settings_self_signed_ssl_subtitle": "跳过服务器终结点的 SSL 证书验证(该选项适用于使用自签名证书的服务器)。", "advanced_settings_self_signed_ssl_subtitle": "跳过服务器终结点的 SSL 证书验证(该选项适用于使用自签名证书的服务器)。",
@@ -35,8 +32,6 @@
"app_bar_signout_dialog_title": "注消", "app_bar_signout_dialog_title": "注消",
"archive_page_no_archived_assets": "未找到归档项目", "archive_page_no_archived_assets": "未找到归档项目",
"archive_page_title": "归档({}", "archive_page_title": "归档({}",
"asset_action_delete_err_read_only": "Cannot delete read only asset(s), skipping",
"asset_action_share_err_offline": "Cannot fetch offline asset(s), skipping",
"asset_list_layout_settings_dynamic_layout_title": "动态布局", "asset_list_layout_settings_dynamic_layout_title": "动态布局",
"asset_list_layout_settings_group_automatically": "自动", "asset_list_layout_settings_group_automatically": "自动",
"asset_list_layout_settings_group_by": "项目分组方式", "asset_list_layout_settings_group_by": "项目分组方式",
@@ -45,14 +40,14 @@
"asset_list_settings_subtitle": "照片网格布局设置", "asset_list_settings_subtitle": "照片网格布局设置",
"asset_list_settings_title": "照片网格", "asset_list_settings_title": "照片网格",
"backup_album_selection_page_albums_device": "设备上的相册({}", "backup_album_selection_page_albums_device": "设备上的相册({}",
"backup_album_selection_page_albums_tap": "单击选中,双击取消", "backup_album_selection_page_albums_tap": "单击选中, 双击排除",
"backup_album_selection_page_assets_scatter": "项目会分散在多个相册中。因此,可以在备份过程中包含或排除相册。", "backup_album_selection_page_assets_scatter": "项目会分散在多个相册中。因此,可以在备份过程中包含或排除相册。",
"backup_album_selection_page_select_albums": "选择相册", "backup_album_selection_page_select_albums": "选择相册",
"backup_album_selection_page_selection_info": "选择信息", "backup_album_selection_page_selection_info": "选择信息",
"backup_album_selection_page_total_assets": "总计", "backup_album_selection_page_total_assets": "总计",
"backup_all": "全部", "backup_all": "全部",
"backup_background_service_backup_failed_message": "备份失败正在重试…", "backup_background_service_backup_failed_message": "备份失败正在重试…",
"backup_background_service_connection_failed_message": "连接服务器失败正在重试…", "backup_background_service_connection_failed_message": "连接服务器失败正在重试…",
"backup_background_service_current_upload_notification": "正在上传 {}", "backup_background_service_current_upload_notification": "正在上传 {}",
"backup_background_service_default_notification": "正在检查新项目…", "backup_background_service_default_notification": "正在检查新项目…",
"backup_background_service_error_title": "备份失败", "backup_background_service_error_title": "备份失败",
@@ -80,7 +75,7 @@
"backup_controller_page_backup_sub": "已备份的照片和视频", "backup_controller_page_backup_sub": "已备份的照片和视频",
"backup_controller_page_cancel": "取消", "backup_controller_page_cancel": "取消",
"backup_controller_page_created": "创建时间: {}", "backup_controller_page_created": "创建时间: {}",
"backup_controller_page_desc_backup": "打开前台备份,以在程序运行时自动备份", "backup_controller_page_desc_backup": "打开前台备份,以在程序运行时自动备份",
"backup_controller_page_excluded": "已排除:", "backup_controller_page_excluded": "已排除:",
"backup_controller_page_failed": "失败({}", "backup_controller_page_failed": "失败({}",
"backup_controller_page_filename": "文件名称: {} [{}]", "backup_controller_page_filename": "文件名称: {} [{}]",
@@ -97,7 +92,7 @@
"backup_controller_page_storage_format": "{}/{} 已使用", "backup_controller_page_storage_format": "{}/{} 已使用",
"backup_controller_page_to_backup": "要备份的相册", "backup_controller_page_to_backup": "要备份的相册",
"backup_controller_page_total": "总计", "backup_controller_page_total": "总计",
"backup_controller_page_total_sub": "选中相册中所有不重复的视频和图像", "backup_controller_page_total_sub": "选中相册中所有不重复的视频和图像",
"backup_controller_page_turn_off": "关闭前台备份", "backup_controller_page_turn_off": "关闭前台备份",
"backup_controller_page_turn_on": "开启前台备份", "backup_controller_page_turn_on": "开启前台备份",
"backup_controller_page_uploading_file_info": "正在上传中的文件信息", "backup_controller_page_uploading_file_info": "正在上传中的文件信息",
@@ -111,9 +106,6 @@
"cache_settings_album_thumbnails": "图库缩略图({} 项)", "cache_settings_album_thumbnails": "图库缩略图({} 项)",
"cache_settings_clear_cache_button": "清除缓存", "cache_settings_clear_cache_button": "清除缓存",
"cache_settings_clear_cache_button_title": "清除应用缓存。在重新生成缓存之前,将显著影响应用的性能。", "cache_settings_clear_cache_button_title": "清除应用缓存。在重新生成缓存之前,将显著影响应用的性能。",
"cache_settings_duplicated_assets_clear_button": "清除",
"cache_settings_duplicated_assets_subtitle": "已加入黑名单的照片和视频",
"cache_settings_duplicated_assets_title": "重复项目({}",
"cache_settings_image_cache_size": "图像缓存大小({} 项)", "cache_settings_image_cache_size": "图像缓存大小({} 项)",
"cache_settings_statistics_album": "图库缩略图", "cache_settings_statistics_album": "图库缩略图",
"cache_settings_statistics_assets": "{} 项({}", "cache_settings_statistics_assets": "{} 项({}",
@@ -123,14 +115,14 @@
"cache_settings_statistics_title": "缓存使用情况", "cache_settings_statistics_title": "缓存使用情况",
"cache_settings_subtitle": "控制 Immich 的缓存行为", "cache_settings_subtitle": "控制 Immich 的缓存行为",
"cache_settings_thumbnail_size": "缩略图缓存大小({} 项)", "cache_settings_thumbnail_size": "缩略图缓存大小({} 项)",
"cache_settings_tile_subtitle": "设置本地存储行为", "cache_settings_tile_subtitle": "Control the local storage behaviour",
"cache_settings_tile_title": "本地存储", "cache_settings_tile_title": "本地存储",
"cache_settings_title": "缓存设置", "cache_settings_title": "缓存设置",
"change_password_form_confirm_password": "确认密码", "change_password_form_confirm_password": "确认密码",
"change_password_form_description": "{name} 您好,\n\n这是您首次登录系统或被管理员要求更改密码。\n请在下方输入新密码。", "change_password_form_description": "{name} 您好,\n\n这是您首次登录系统或被管理员要求更改密码。\n请在下方输入新密码。",
"change_password_form_new_password": "新密码", "change_password_form_new_password": "新密码",
"change_password_form_password_mismatch": "密码不匹配", "change_password_form_password_mismatch": "密码不匹配",
"change_password_form_reenter_new_password": "再次输入新密码", "change_password_form_reenter_new_password": "重新输入新密码",
"common_add_to_album": "添加到相册", "common_add_to_album": "添加到相册",
"common_change_password": "更改密码", "common_change_password": "更改密码",
"common_create_new_album": "新建相册", "common_create_new_album": "新建相册",
@@ -142,14 +134,11 @@
"control_bottom_app_bar_archive": "归档", "control_bottom_app_bar_archive": "归档",
"control_bottom_app_bar_create_new_album": "新建相册", "control_bottom_app_bar_create_new_album": "新建相册",
"control_bottom_app_bar_delete": "删除", "control_bottom_app_bar_delete": "删除",
"control_bottom_app_bar_edit_location": "编辑位置信息",
"control_bottom_app_bar_edit_time": "编辑日期和时间",
"control_bottom_app_bar_favorite": "收藏", "control_bottom_app_bar_favorite": "收藏",
"control_bottom_app_bar_share": "共享", "control_bottom_app_bar_share": "共享",
"control_bottom_app_bar_share_to": "共享给", "control_bottom_app_bar_share_to": "共享给",
"control_bottom_app_bar_stack": "堆叠", "control_bottom_app_bar_stack": "Stack",
"control_bottom_app_bar_unarchive": "取消归档", "control_bottom_app_bar_unarchive": "取消归档",
"control_bottom_app_bar_unfavorite": "取消收藏",
"control_bottom_app_bar_upload": "上传", "control_bottom_app_bar_upload": "上传",
"create_album_page_untitled": "未命名", "create_album_page_untitled": "未命名",
"create_shared_album_page_create": "创建", "create_shared_album_page_create": "创建",
@@ -161,21 +150,17 @@
"daily_title_text_date": "E, MMM dd", "daily_title_text_date": "E, MMM dd",
"daily_title_text_date_year": "E, MMM dd, yyyy", "daily_title_text_date_year": "E, MMM dd, yyyy",
"date_format": "E, LLL d, y • h:mm a", "date_format": "E, LLL d, y • h:mm a",
"delete_dialog_alert": "这些项目将从 Immich 和您的设备中永久删除", "delete_dialog_alert": "这些项目将从 Immich 和 您的设备 中永久删除",
"delete_dialog_cancel": "取消", "delete_dialog_cancel": "取消",
"delete_dialog_ok": "删除", "delete_dialog_ok": "删除",
"delete_dialog_title": "永久删除", "delete_dialog_title": "永久删除",
"delete_shared_link_dialog_content": "确定要删除此共享链接?", "delete_shared_link_dialog_content": "Are you sure you want to delete this shared link?",
"delete_shared_link_dialog_title": "删除共享链接", "delete_shared_link_dialog_title": "删除共享链接",
"description_input_hint_text": "添加描述...", "description_input_hint_text": "添加描述...",
"description_input_submit_error": "更新描述时出错,请检查日志以获取更多详细信息", "description_input_submit_error": "更新描述时出错,请检查日志以获取更多详细信息",
"edit_date_time_dialog_date_time": "日期和时间",
"edit_date_time_dialog_timezone": "时区",
"edit_location_dialog_title": "位置",
"exif_bottom_sheet_description": "添加描述...", "exif_bottom_sheet_description": "添加描述...",
"exif_bottom_sheet_details": "详情", "exif_bottom_sheet_details": "详情",
"exif_bottom_sheet_location": "位置", "exif_bottom_sheet_location": "位置",
"exif_bottom_sheet_location_add": "添加位置信息",
"experimental_settings_new_asset_list_subtitle": "正在处理", "experimental_settings_new_asset_list_subtitle": "正在处理",
"experimental_settings_new_asset_list_title": "启用实验性照片网格", "experimental_settings_new_asset_list_title": "启用实验性照片网格",
"experimental_settings_subtitle": "使用风险自负!", "experimental_settings_subtitle": "使用风险自负!",
@@ -185,15 +170,15 @@
"home_page_add_to_album_conflicts": "已向相册 {album} 中添加 {added} 项。\n其中 {failed} 项在相册中已存在。", "home_page_add_to_album_conflicts": "已向相册 {album} 中添加 {added} 项。\n其中 {failed} 项在相册中已存在。",
"home_page_add_to_album_err_local": "暂不能将本地资项目添加到相册中,跳过", "home_page_add_to_album_err_local": "暂不能将本地资项目添加到相册中,跳过",
"home_page_add_to_album_success": "已向相册 {album} 中添加 {added} 项。", "home_page_add_to_album_success": "已向相册 {album} 中添加 {added} 项。",
"home_page_album_err_partner": "暂无法将同伴的项目添加到相册,跳过", "home_page_album_err_partner": "Can not add partner assets to an album yet, skipping",
"home_page_archive_err_local": "暂无法归档本地项目,跳过", "home_page_archive_err_local": "暂无法归档本地项目,跳过",
"home_page_archive_err_partner": "无法存档同伴的项目,跳过", "home_page_archive_err_partner": "Can not archive partner assets, skipping",
"home_page_building_timeline": "正在生成时间线", "home_page_building_timeline": "正在生成时间线",
"home_page_delete_err_partner": "无法删除同伴的项目,跳过", "home_page_delete_err_partner": "Can not delete partner assets, skipping",
"home_page_favorite_err_local": "暂不能收藏本地项目,跳过", "home_page_favorite_err_local": "暂不能收藏本地项目,跳过",
"home_page_favorite_err_partner": "暂无法收藏同伴的项目,跳过", "home_page_favorite_err_partner": "Can not favorite partner assets yet, skipping",
"home_page_first_time_notice": "如果这是您第一次使用该应用程序,请确保选择一个要备份的本地相册,以便可以在时间线中预览该相册中的照片和视频。", "home_page_first_time_notice": "如果这是您第一次使用该应用程序,请确保选择一个要备份的本地相册,以便可以在时间线中预览该相册中的照片和视频。",
"home_page_share_err_local": "暂无法通过链接共享本地项目,跳过", "home_page_share_err_local": "Can not share local assets via link, skipping",
"home_page_upload_err_limit": "一次最多只能上传 30 个项目,跳过", "home_page_upload_err_limit": "一次最多只能上传 30 个项目,跳过",
"image_viewer_page_state_provider_download_error": "下载出现错误", "image_viewer_page_state_provider_download_error": "下载出现错误",
"image_viewer_page_state_provider_download_success": "下载成功", "image_viewer_page_state_provider_download_success": "下载成功",
@@ -204,22 +189,12 @@
"library_page_favorites": "收藏", "library_page_favorites": "收藏",
"library_page_new_album": "新建相册", "library_page_new_album": "新建相册",
"library_page_sharing": "共享", "library_page_sharing": "共享",
"library_page_sort_asset_count": "项目数量", "library_page_sort_created": "最近创建的",
"library_page_sort_created": "创建日期",
"library_page_sort_last_modified": "上次修改", "library_page_sort_last_modified": "上次修改",
"library_page_sort_most_oldest_photo": "最早的照片",
"library_page_sort_most_recent_photo": "最近的项目", "library_page_sort_most_recent_photo": "最近的项目",
"library_page_sort_title": "相册标题", "library_page_sort_title": "相册标题",
"location_picker_choose_on_map": "在地图上选择",
"location_picker_latitude": "纬度",
"location_picker_latitude_error": "输入有效的纬度值",
"location_picker_latitude_hint": "请在此处输入您的纬度值",
"location_picker_longitude": "经度",
"location_picker_longitude_error": "输入有效的经度值",
"location_picker_longitude_hint": "请在此处输入您的经度值",
"login_disabled": "登录已被禁用", "login_disabled": "登录已被禁用",
"login_form_api_exception": "API 异常,请检查服务器地址并重试。", "login_form_api_exception": "API 异常,请检查服务器地址并重试。",
"login_form_back_button_text": "后退",
"login_form_button_text": "登录", "login_form_button_text": "登录",
"login_form_email_hint": "youremail@email.com", "login_form_email_hint": "youremail@email.com",
"login_form_endpoint_hint": "http(s)://您的服务器地址:端口/api", "login_form_endpoint_hint": "http(s)://您的服务器地址:端口/api",
@@ -231,7 +206,7 @@
"login_form_err_trailing_whitespace": "带有尾随空格", "login_form_err_trailing_whitespace": "带有尾随空格",
"login_form_failed_get_oauth_server_config": "使用 OAuth 登录时错误,请检查服务器地址", "login_form_failed_get_oauth_server_config": "使用 OAuth 登录时错误,请检查服务器地址",
"login_form_failed_get_oauth_server_disable": "OAuth 功能在此服务器上不可用", "login_form_failed_get_oauth_server_disable": "OAuth 功能在此服务器上不可用",
"login_form_failed_login": "登录失败请检查服务器地址、邮箱和密码", "login_form_failed_login": "登录失败, 请检查服务器地址、邮箱和密码",
"login_form_handshake_exception": "与服务器通信时出现握手异常。如果您使用的是自签名证书,请在设置中启用自签名证书支持。", "login_form_handshake_exception": "与服务器通信时出现握手异常。如果您使用的是自签名证书,请在设置中启用自签名证书支持。",
"login_form_label_email": "邮箱", "login_form_label_email": "邮箱",
"login_form_label_password": "密码", "login_form_label_password": "密码",
@@ -242,38 +217,28 @@
"login_form_server_error": "无法连接到服务器。", "login_form_server_error": "无法连接到服务器。",
"login_password_changed_error": "更新密码时出错\n", "login_password_changed_error": "更新密码时出错\n",
"login_password_changed_success": "密码更新成功", "login_password_changed_success": "密码更新成功",
"map_assets_in_bound": "{}张照片",
"map_assets_in_bounds": "{}张照片",
"map_cannot_get_user_location": "无法获取用户位置", "map_cannot_get_user_location": "无法获取用户位置",
"map_location_dialog_cancel": "取消", "map_location_dialog_cancel": "取消",
"map_location_dialog_yes": "是", "map_location_dialog_yes": "是",
"map_location_picker_page_use_location": "使用此位置",
"map_location_service_disabled_content": "需要启用定位服务才能显示当前位置相关的项目。要现在启用吗?", "map_location_service_disabled_content": "需要启用定位服务才能显示当前位置相关的项目。要现在启用吗?",
"map_location_service_disabled_title": "定位服务已禁用", "map_location_service_disabled_title": "定位服务已禁用",
"map_no_assets_in_bounds": "此区域中没有相关项目", "map_no_assets_in_bounds": "此区域中没有相关项目",
"map_no_location_permission_content": "需要位置权限才能显示与当前位置相关的项目。要现在就授予位置权限吗?", "map_no_location_permission_content": "需要位置权限才能显示与当前位置相关的项目。要现在就授予位置权限吗?",
"map_no_location_permission_title": "位置权限被拒绝", "map_no_location_permission_title": "位置权限被拒绝",
"map_settings_dark_mode": "暗黑模式", "map_settings_dark_mode": "暗黑模式",
"map_settings_date_range_option_all": "所有",
"map_settings_date_range_option_day": "过去24小时",
"map_settings_date_range_option_days": "{}天前",
"map_settings_date_range_option_year": "去年",
"map_settings_date_range_option_years": "{}年前",
"map_settings_dialog_cancel": "取消", "map_settings_dialog_cancel": "取消",
"map_settings_dialog_save": "保存", "map_settings_dialog_save": "保存",
"map_settings_dialog_title": "地图设置", "map_settings_dialog_title": "地图设置",
"map_settings_include_show_archived": "包括已归档", "map_settings_include_show_archived": "Include Archived",
"map_settings_only_relative_range": "日期范围", "map_settings_only_relative_range": "日期范围",
"map_settings_only_show_favorites": "仅显示收藏的项目", "map_settings_only_show_favorites": "仅显示收藏的项目",
"map_zoom_to_see_photos": "缩小以查看项目", "map_zoom_to_see_photos": "缩小以查看项目",
"monthly_title_text_date_format": "MMMM y", "monthly_title_text_date_format": "MMMM y",
"motion_photos_page_title": "动图", "motion_photos_page_title": "动图",
"multiselect_grid_edit_date_time_err_read_only": "Cannot edit date of read only asset(s), skipping",
"multiselect_grid_edit_gps_err_read_only": "Cannot edit location of read only asset(s), skipping",
"notification_permission_dialog_cancel": "取消", "notification_permission_dialog_cancel": "取消",
"notification_permission_dialog_content": "要启用通知,请转到“设置”,并选择“允许”。", "notification_permission_dialog_content": "要启用通知,请转到“设置”,并选择“允许”。",
"notification_permission_dialog_settings": "设置", "notification_permission_dialog_settings": "设置",
"notification_permission_list_tile_content": "授予通知权限。", "notification_permission_list_tile_content": "授予启用通知权限。",
"notification_permission_list_tile_enable_button": "启用通知", "notification_permission_list_tile_enable_button": "启用通知",
"notification_permission_list_tile_title": "通知权限", "notification_permission_list_tile_title": "通知权限",
"partner_page_add_partner": "添加同伴失败", "partner_page_add_partner": "添加同伴失败",
@@ -285,7 +250,7 @@
"partner_page_stop_sharing_content": "{} 将无法再访问您的照片。", "partner_page_stop_sharing_content": "{} 将无法再访问您的照片。",
"partner_page_stop_sharing_title": "您确定要停止共享您的照片吗?", "partner_page_stop_sharing_title": "您确定要停止共享您的照片吗?",
"partner_page_title": "同伴", "partner_page_title": "同伴",
"permission_onboarding_back": "返回", "permission_onboarding_back": "Back",
"permission_onboarding_continue_anyway": "仍然继续", "permission_onboarding_continue_anyway": "仍然继续",
"permission_onboarding_get_started": "开始使用", "permission_onboarding_get_started": "开始使用",
"permission_onboarding_go_to_settings": "转到设置", "permission_onboarding_go_to_settings": "转到设置",
@@ -293,21 +258,16 @@
"permission_onboarding_log_out": "注销", "permission_onboarding_log_out": "注销",
"permission_onboarding_permission_denied": "权限被拒:要使用 Immich请在“设置”中授予照片和视频权限。", "permission_onboarding_permission_denied": "权限被拒:要使用 Immich请在“设置”中授予照片和视频权限。",
"permission_onboarding_permission_granted": "已授权!一切就绪。", "permission_onboarding_permission_granted": "已授权!一切就绪。",
"permission_onboarding_permission_limited": "权限限:要让 Immich 备份和管理您的整个图库收藏,请在“设置”中授予照片和视频权限。", "permission_onboarding_permission_limited": "权限限:要让 Immich 备份和管理您的整个图库收藏,请在“设置”中授予照片和视频权限。",
"permission_onboarding_request": "Immich 需要权限才能查看您的照片和视频。", "permission_onboarding_request": "Immich 需要权限才能查看您的照片和视频。",
"profile_drawer_app_logs": "日志", "profile_drawer_app_logs": "日志",
"profile_drawer_client_out_of_date_major": "客户端有大版本升级,请尽快升级至最新版。",
"profile_drawer_client_out_of_date_minor": "客户端有小版本升级,请尽快升级至最新版。",
"profile_drawer_client_server_up_to_date": "客户端和服务端都是最新的", "profile_drawer_client_server_up_to_date": "客户端和服务端都是最新的",
"profile_drawer_documentation": "文档", "profile_drawer_documentation": "文档",
"profile_drawer_github": "GitHub", "profile_drawer_github": "GitHub",
"profile_drawer_server_out_of_date_major": "服务端有大版本升级,请尽快升级至最新版。",
"profile_drawer_server_out_of_date_minor": "服务端有小版本升级,请尽快升级至最新版。",
"profile_drawer_settings": "设置", "profile_drawer_settings": "设置",
"profile_drawer_sign_out": "退出登录", "profile_drawer_sign_out": "退出登录",
"profile_drawer_trash": "回收站", "profile_drawer_trash": "回收站",
"recently_added_page_title": "最近添加", "recently_added_page_title": "最近添加",
"scaffold_body_error_occurred": "发生错误",
"search_bar_hint": "搜索照片", "search_bar_hint": "搜索照片",
"search_page_categories": "类别", "search_page_categories": "类别",
"search_page_favorites": "收藏", "search_page_favorites": "收藏",
@@ -315,13 +275,6 @@
"search_page_no_objects": "没有事物信息", "search_page_no_objects": "没有事物信息",
"search_page_no_places": "地点信息不存在", "search_page_no_places": "地点信息不存在",
"search_page_people": "人物", "search_page_people": "人物",
"search_page_person_add_name_dialog_cancel": "取消",
"search_page_person_add_name_dialog_hint": "姓名",
"search_page_person_add_name_dialog_save": "保存",
"search_page_person_add_name_dialog_title": "添加姓名",
"search_page_person_add_name_subtitle": "通过姓名快速查找",
"search_page_person_add_name_title": "添加姓名",
"search_page_person_edit_name": "编辑姓名",
"search_page_places": "地点", "search_page_places": "地点",
"search_page_recently_added": "最近添加", "search_page_recently_added": "最近添加",
"search_page_screenshots": "屏幕截图", "search_page_screenshots": "屏幕截图",
@@ -330,7 +283,6 @@
"search_page_videos": "视频", "search_page_videos": "视频",
"search_page_view_all_button": "查看全部", "search_page_view_all_button": "查看全部",
"search_page_your_activity": "您的活动", "search_page_your_activity": "您的活动",
"search_page_your_map": "足迹",
"search_result_page_new_search_hint": "搜索新的", "search_result_page_new_search_hint": "搜索新的",
"search_suggestion_list_smart_search_hint_1": "默认情况下启用智能搜索;要搜索元数据,请使用相关语法", "search_suggestion_list_smart_search_hint_1": "默认情况下启用智能搜索;要搜索元数据,请使用相关语法",
"search_suggestion_list_smart_search_hint_2": "m:您的搜索关键词", "search_suggestion_list_smart_search_hint_2": "m:您的搜索关键词",
@@ -338,9 +290,8 @@
"select_user_for_sharing_page_err_album": "创建相册失败", "select_user_for_sharing_page_err_album": "创建相册失败",
"select_user_for_sharing_page_share_suggestions": "建议", "select_user_for_sharing_page_share_suggestions": "建议",
"server_info_box_app_version": "App 版本", "server_info_box_app_version": "App 版本",
"server_info_box_latest_release": "最新版本",
"server_info_box_server_url": "服务器地址", "server_info_box_server_url": "服务器地址",
"server_info_box_server_version": "服务版本", "server_info_box_server_version": "服务版本",
"setting_image_viewer_help": "详细信息查看器首先加载小缩略图,然后加载中等大小的预览图(若启用),最后加载原始图像。", "setting_image_viewer_help": "详细信息查看器首先加载小缩略图,然后加载中等大小的预览图(若启用),最后加载原始图像。",
"setting_image_viewer_original_subtitle": "启用以加载原图,禁用以减少数据使用量(网络和设备缓存)。", "setting_image_viewer_original_subtitle": "启用以加载原图,禁用以减少数据使用量(网络和设备缓存)。",
"setting_image_viewer_original_title": "加载原图", "setting_image_viewer_original_title": "加载原图",
@@ -368,57 +319,28 @@
"shared_album_activities_input_hint": "说些什么", "shared_album_activities_input_hint": "说些什么",
"shared_album_activity_remove_content": "您确定要删除此活动吗?", "shared_album_activity_remove_content": "您确定要删除此活动吗?",
"shared_album_activity_remove_title": "删除活动", "shared_album_activity_remove_title": "删除活动",
"shared_album_activity_setting_subtitle": "允许他人回复", "shared_album_activity_setting_subtitle": "Let others respond",
"shared_album_activity_setting_title": "评论与喜欢", "shared_album_activity_setting_title": "评论与喜欢",
"shared_album_section_people_action_error": "退出/删除相册失败",
"shared_album_section_people_action_leave": "从相册中删除用户",
"shared_album_section_people_action_remove_user": "从相册中删除用户",
"shared_album_section_people_owner_label": "所有者",
"shared_album_section_people_title": "人物",
"share_dialog_preparing": "正在准备...", "share_dialog_preparing": "正在准备...",
"shared_link_app_bar_title": "共享链接", "shared_link_app_bar_title": "共享链接",
"shared_link_clipboard_copied_massage": "复制到剪贴板", "shared_link_create_app_bar_title": "Create link to share",
"shared_link_clipboard_text": "链接:{}\n密码{}", "shared_link_create_info": "Let anyone with the link see the selected photo(s)",
"shared_link_create_app_bar_title": "创建共享链接",
"shared_link_create_error": "创建共享链接出错",
"shared_link_create_info": "任何获得链接的人都可看到照片",
"shared_link_create_submit_button": "创建链接", "shared_link_create_submit_button": "创建链接",
"shared_link_edit_allow_download": "允许游客下载", "shared_link_edit_allow_download": "Allow public user to download",
"shared_link_edit_allow_upload": "允许游客上传", "shared_link_edit_allow_upload": "Allow public user to upload",
"shared_link_edit_app_bar_title": "编辑链接", "shared_link_edit_app_bar_title": "编辑链接",
"shared_link_edit_change_expiry": "修改过期时间", "shared_link_edit_change_expiry": "修改过期时间",
"shared_link_edit_description": "描述", "shared_link_edit_description": "描述",
"shared_link_edit_description_hint": "编辑共享描述", "shared_link_edit_description_hint": "Enter the share description",
"shared_link_edit_expire_after": "有效期", "shared_link_edit_expire_after": "Expire after",
"shared_link_edit_expire_after_option_day": "1天",
"shared_link_edit_expire_after_option_days": "{}天",
"shared_link_edit_expire_after_option_hour": "1小时",
"shared_link_edit_expire_after_option_hours": "{}小时",
"shared_link_edit_expire_after_option_minute": "1分钟",
"shared_link_edit_expire_after_option_minutes": "{}分钟",
"shared_link_edit_expire_after_option_never": "一万年",
"shared_link_edit_password": "密码", "shared_link_edit_password": "密码",
"shared_link_edit_password_hint": "输入共享密码", "shared_link_edit_password_hint": "输入共享密码",
"shared_link_edit_show_meta": "显示元数据", "shared_link_edit_show_meta": "显示元数据",
"shared_link_edit_submit_button": "更新链接", "shared_link_edit_submit_button": "更新链接",
"shared_link_empty": "您还没有创建共享链接", "shared_link_empty": "You don't have any shared links",
"shared_link_error_server_url_fetch": "无法获取服务器地址",
"shared_link_expired": "已过期",
"shared_link_expires_day": "{}天后过期",
"shared_link_expires_days": "{}天后过期",
"shared_link_expires_hour": "{}小时后过期",
"shared_link_expires_hours": "{}小时后过期",
"shared_link_expires_minute": "{}分钟后过期",
"shared_link_expires_minutes": "将在{}分钟后过期",
"shared_link_expires_never": "过期时间 ∞",
"shared_link_expires_second": "{}秒后过期",
"shared_link_expires_seconds": "将在{}秒后过期",
"shared_link_info_chip_download": "下载",
"shared_link_info_chip_metadata": "EXIF",
"shared_link_info_chip_upload": "更新",
"shared_link_manage_links": "管理共享链接", "shared_link_manage_links": "管理共享链接",
"share_done": "完成", "share_done": "完成",
"share_invite": "邀请到共享相册", "share_invite": "邀请相册共享",
"sharing_page_album": "共享相册", "sharing_page_album": "共享相册",
"sharing_page_description": "创建共享相册以与网络中的人共享照片和视频。", "sharing_page_description": "创建共享相册以与网络中的人共享照片和视频。",
"sharing_page_empty_list": "空", "sharing_page_empty_list": "空",
@@ -443,26 +365,26 @@
"trash_page_delete": "删除", "trash_page_delete": "删除",
"trash_page_delete_all": "删除全部", "trash_page_delete_all": "删除全部",
"trash_page_empty_trash_btn": "清空回收站", "trash_page_empty_trash_btn": "清空回收站",
"trash_page_empty_trash_dialog_content": "是否清空回收站?这些项目将被从Immich中永久删除", "trash_page_empty_trash_dialog_content": "Do you want to empty your trashed assets? These items will be permanently removed from Immich",
"trash_page_empty_trash_dialog_ok": "好的", "trash_page_empty_trash_dialog_ok": "好的",
"trash_page_info": "回收站中项目将在{}天后永久删除", "trash_page_info": "Trashed items will be permanently deleted after {} days",
"trash_page_no_assets": "暂无已删除项目", "trash_page_no_assets": "No trashed assets",
"trash_page_restore": "恢复", "trash_page_restore": "恢复",
"trash_page_restore_all": "恢复全部", "trash_page_restore_all": "恢复全部",
"trash_page_select_assets_btn": "选择项目", "trash_page_select_assets_btn": "选择项目",
"trash_page_select_btn": "选择", "trash_page_select_btn": "选择",
"trash_page_title": "回收站 ({})", "trash_page_title": "Trash ({})",
"upload_dialog_cancel": "取消", "upload_dialog_cancel": "取消",
"upload_dialog_info": "是否要将所选项目备份到服务器?", "upload_dialog_info": "是否要将所选项目备份到服务器?",
"upload_dialog_ok": "上传", "upload_dialog_ok": "上传",
"upload_dialog_title": "上传项目", "upload_dialog_title": "上传正在进行中,请稍后再试",
"version_announcement_overlay_ack": "我知道了", "version_announcement_overlay_ack": "我知道了",
"version_announcement_overlay_release_notes": "发行说明", "version_announcement_overlay_release_notes": "发行说明",
"version_announcement_overlay_text_1": "号外号外,有新版本的", "version_announcement_overlay_text_1": "号外号外,有新版本的",
"version_announcement_overlay_text_2": "请花点时间访问", "version_announcement_overlay_text_2": "请花点时间访问",
"version_announcement_overlay_text_3": "并检查您的 docker-compose 和 .env 是否为最新且正确的配置,特别是您在使用 WatchTower 或者其他自动更新的程序时,您需要更加细致的检查。", "version_announcement_overlay_text_3": "并检查您的 docker-compose 和 .env 是否为最新且正确的配置,特别是您在使用 WatchTower 或者其他自动更新的程序时,您需要更加细致的检查。",
"version_announcement_overlay_title": "服务端有新版本啦 \uD83C\uDF89", "version_announcement_overlay_title": "服务端有新版本啦 \uD83C\uDF89",
"viewer_remove_from_stack": "从堆叠中移除", "viewer_remove_from_stack": "Remove from Stack",
"viewer_stack_use_as_main_asset": "作为主项目使用", "viewer_stack_use_as_main_asset": "Use as Main Asset",
"viewer_unstack": "取消堆叠" "viewer_unstack": "Un-Stack"
} }

View File

@@ -1,3 +0,0 @@
# Used to filter out tags from test runs
tags:
widget:

View File

@@ -169,4 +169,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 599d8aeb73728400c15364e734525722250a5382 PODFILE CHECKSUM: 599d8aeb73728400c15364e734525722250a5382
COCOAPODS: 1.11.3 COCOAPODS: 1.12.1

View File

@@ -8,7 +8,6 @@
import Flutter import Flutter
import BackgroundTasks import BackgroundTasks
import path_provider_foundation import path_provider_foundation
import CryptoKit
class BackgroundServicePlugin: NSObject, FlutterPlugin { class BackgroundServicePlugin: NSObject, FlutterPlugin {
@@ -103,62 +102,12 @@ class BackgroundServicePlugin: NSObject, FlutterPlugin {
case "backgroundAppRefreshEnabled": case "backgroundAppRefreshEnabled":
handleBackgroundRefreshStatus(call: call, result: result) handleBackgroundRefreshStatus(call: call, result: result)
break break
case "digestFiles":
handleDigestFiles(call: call, result: result)
break
default: default:
result(FlutterMethodNotImplemented) result(FlutterMethodNotImplemented)
break break
} }
} }
// Calculates the SHA-1 hash of each file from the list of paths provided
func handleDigestFiles(call: FlutterMethodCall, result: @escaping FlutterResult) {
let bufsize = 2 * 1024 * 1024
// Private error to throw if file cannot be read
enum DigestError: String, LocalizedError {
case NoFileHandle = "Cannot Open File Handle"
public var errorDescription: String? { self.rawValue }
}
// Parse the arguments or else fail
guard let args = call.arguments as? Array<String> else {
print("Cannot parse args as array: \(String(describing: call.arguments))")
result(FlutterError(code: "Malformed",
message: "Received args is not an Array<String>",
details: nil))
return
}
// Compute hash in background thread
DispatchQueue.global(qos: .background).async {
var hashes: [FlutterStandardTypedData?] = Array(repeating: nil, count: args.count)
for i in (0 ..< args.count) {
do {
guard let file = FileHandle(forReadingAtPath: args[i]) else { throw DigestError.NoFileHandle }
var hasher = Insecure.SHA1.init();
while autoreleasepool(invoking: {
let chunk = file.readData(ofLength: bufsize)
guard !chunk.isEmpty else { return false } // EOF
hasher.update(data: chunk)
return true // continue
}) { }
let digest = hasher.finalize()
hashes[i] = FlutterStandardTypedData(bytes: Data(Array(digest.makeIterator())))
} catch {
print("Cannot calculate the digest of the file \(args[i]) due to \(error.localizedDescription)")
}
}
// Return result in main thread
DispatchQueue.main.async {
result(Array(hashes))
}
}
}
// Called by the flutter code when enabled so that we can turn on the backround services // Called by the flutter code when enabled so that we can turn on the backround services
// and save the callback information to communicate on this method channel // and save the callback information to communicate on this method channel
public func handleBackgroundEnable(call: FlutterMethodCall, result: FlutterResult) { public func handleBackgroundEnable(call: FlutterMethodCall, result: FlutterResult) {

View File

@@ -19,7 +19,7 @@ platform :ios do
desc "iOS Beta" desc "iOS Beta"
lane :beta do lane :beta do
increment_version_number( increment_version_number(
version_number: "1.92.0" version_number: "1.91.4"
) )
increment_build_number( increment_build_number(
build_number: latest_testflight_build_number + 1, build_number: latest_testflight_build_number + 1,

View File

@@ -1,9 +0,0 @@
/// Base class which is used to check if an Exception is a custom exception
sealed class ImmichErrors {
const ImmichErrors();
}
class NoResponseDtoError extends ImmichErrors implements Exception {
@override
String toString() => "Response Dto is null";
}

View File

@@ -7,8 +7,6 @@ import 'package:logging/logging.dart';
extension LogOnError<T> on AsyncValue<T> { extension LogOnError<T> on AsyncValue<T> {
static final Logger _asyncErrorLogger = Logger("AsyncValue"); static final Logger _asyncErrorLogger = Logger("AsyncValue");
/// Used to return the [ImmichLoadingIndicator] and [ScaffoldErrorBody] widgets by default on loading
/// and error cases respectively
Widget widgetWhen({ Widget widgetWhen({
bool skipLoadingOnRefresh = true, bool skipLoadingOnRefresh = true,
Widget Function()? onLoading, Widget Function()? onLoading,
@@ -30,9 +28,8 @@ extension LogOnError<T> on AsyncValue<T> {
} }
if (hasError && !hasValue) { if (hasError && !hasValue) {
_asyncErrorLogger.severe("$error", error, stackTrace); _asyncErrorLogger.severe("Error occured", error, stackTrace);
return onError?.call(error, stackTrace) ?? return onError?.call(error, stackTrace) ?? const ScaffoldErrorBody();
ScaffoldErrorBody(errorMsg: error?.toString());
} }
return onData(requireValue); return onData(requireValue);

View File

@@ -1,3 +1,4 @@
import 'package:auto_route/auto_route.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
extension ContextHelper on BuildContext { extension ContextHelper on BuildContext {
@@ -33,4 +34,21 @@ extension ContextHelper on BuildContext {
// Pop-out from the current context with optional result // Pop-out from the current context with optional result
void pop<T>([T? result]) => Navigator.of(this).pop(result); void pop<T>([T? result]) => Navigator.of(this).pop(result);
// Auto-Push new route from the current context
Future<T?> autoPush<T extends Object?>(PageRouteInfo<dynamic> route) =>
AutoRouter.of(this).push(route);
// Auto-Push navigate route from the current context
Future<dynamic> autoNavigate<T extends Object?>(
PageRouteInfo<dynamic> route,
) =>
AutoRouter.of(this).navigate(route);
// Auto-Push replace route from the current context
Future<T?> autoReplace<T extends Object?>(PageRouteInfo<dynamic> route) =>
AutoRouter.of(this).replace(route);
// Auto-Pop from the current context
Future<bool> autoPop<T>([T? result]) => AutoRouter.of(this).pop(result);
} }

View File

@@ -1,8 +1,6 @@
import 'dart:typed_data'; import 'dart:typed_data';
import 'package:collection/collection.dart'; import 'package:collection/collection.dart';
import 'package:immich_mobile/shared/models/asset.dart';
import 'package:immich_mobile/shared/models/user.dart';
extension ListExtension<E> on List<E> { extension ListExtension<E> on List<E> {
List<E> uniqueConsecutive({ List<E> uniqueConsecutive({
@@ -41,58 +39,3 @@ extension IntListExtension on Iterable<int> {
return list; return list;
} }
} }
extension AssetListExtension on Iterable<Asset> {
/// Returns the assets that are already available in the Immich server
Iterable<Asset> remoteOnly({
void Function()? errorCallback,
}) {
final bool onlyRemote = every((e) => e.isRemote);
if (!onlyRemote) {
if (errorCallback != null) errorCallback();
return where((a) => a.isRemote);
}
return this;
}
/// Returns the assets that are owned by the user passed to the [owner] param
/// If [owner] is null, an empty list is returned
Iterable<Asset> ownedOnly(
User? owner, {
void Function()? errorCallback,
}) {
if (owner == null) return [];
final userId = owner.isarId;
final bool onlyOwned = every((e) => e.ownerId == userId);
if (!onlyOwned) {
if (errorCallback != null) errorCallback();
return where((a) => a.ownerId == userId);
}
return this;
}
/// Returns the assets that are present on a file system which has write permission
/// This filters out assets on readOnly external library to which we cannot perform any write operation
Iterable<Asset> writableOnly({
void Function()? errorCallback,
}) {
final bool onlyWritable = every((e) => !e.isReadOnly);
if (!onlyWritable) {
if (errorCallback != null) errorCallback();
return where((a) => !a.isReadOnly);
}
return this;
}
/// Filters out offline assets and returns those that are still accessible by the Immich server
Iterable<Asset> nonOfflineOnly({
void Function()? errorCallback,
}) {
final bool onlyLive = every((e) => !e.isOffline);
if (!onlyLive) {
if (errorCallback != null) errorCallback();
return where((a) => !a.isOffline);
}
return this;
}
}

View File

@@ -1,9 +1,8 @@
extension TimeAgoExtension on DateTime { extension TimeAgoExtension on DateTime {
/// Displays the time difference of this [DateTime] object to the current time as a [String]
String timeAgo({bool numericDates = true}) { String timeAgo({bool numericDates = true}) {
DateTime date = toLocal(); DateTime date = toLocal();
final now = DateTime.now().toLocal(); final date2 = DateTime.now().toLocal();
final difference = now.difference(date); final difference = date2.difference(date);
if (difference.inSeconds < 5) { if (difference.inSeconds < 5) {
return 'Just now'; return 'Just now';

View File

@@ -1,5 +1,4 @@
extension TZOffsetExtension on Duration { extension TZOffsetExtension on Duration {
/// Formats the duration in the format of ±HH:MM
String formatAsOffset() => String formatAsOffset() =>
"${isNegative ? '-' : '+'}${inHours.abs().toString().padLeft(2, '0')}:${inMinutes.abs().remainder(60).toString().padLeft(2, '0')}"; "${isNegative ? '-' : '+'}${inHours.abs().toString().padLeft(2, '0')}:${inMinutes.abs().remainder(60).toString().padLeft(2, '0')}";
} }

View File

@@ -9,7 +9,6 @@ extension StringExtension on String {
} }
extension DurationExtension on String { extension DurationExtension on String {
/// Parses and returns the string of format HH:MM:SS as a duration object else null
Duration? toDuration() { Duration? toDuration() {
try { try {
final parts = split(':') final parts = split(':')

View File

@@ -73,14 +73,14 @@ Future<void> initApp() async {
FlutterError.onError = (details) { FlutterError.onError = (details) {
FlutterError.presentError(details); FlutterError.presentError(details);
log.severe( log.severe(
'FlutterError - Catch all error: ${details.toString()} - ${details.exception} - ${details.library} - ${details.context} - ${details.stack}', 'Catch all error: ${details.toString()} - ${details.exception} - ${details.library} - ${details.context} - ${details.stack}',
details, details,
details.stack, details.stack,
); );
}; };
PlatformDispatcher.instance.onError = (error, stack) { PlatformDispatcher.instance.onError = (error, stack) {
log.severe('PlatformDispatcher - Catch all error: $error', error, stack); log.severe('Catch all error: ${error.toString()} - $error', error, stack);
return true; return true;
}; };

View File

@@ -1,38 +0,0 @@
import 'package:hooks_riverpod/hooks_riverpod.dart';
import 'package:logging/logging.dart';
typedef AsyncFuture<T> = Future<AsyncValue<T>>;
mixin ErrorLoggerMixin {
abstract final Logger logger;
/// Returns an AsyncValue<T> if the future is successfully executed
/// Else, logs the error to the overrided logger and returns an AsyncError<>
AsyncFuture<T> guardError<T>(
Future<T> Function() fn, {
Level logLevel = Level.SEVERE,
}) async {
try {
final result = await fn();
return AsyncData(result);
} catch (error, stackTrace) {
logger.log(logLevel, "$error", error, stackTrace);
return AsyncError(error, stackTrace);
}
}
/// Returns the result of the future if success
/// Else, logs the error and returns the default value
Future<T> logError<T>(
Future<T> Function() fn, {
required T defaultValue,
Level logLevel = Level.SEVERE,
}) async {
try {
return await fn();
} catch (error, stackTrace) {
logger.log(logLevel, "$error", error, stackTrace);
}
return defaultValue;
}
}

View File

@@ -46,7 +46,18 @@ class Activity {
type = dto.type == ActivityResponseDtoTypeEnum.comment type = dto.type == ActivityResponseDtoTypeEnum.comment
? ActivityType.comment ? ActivityType.comment
: ActivityType.like, : ActivityType.like,
user = User.fromSimpleUserDto(dto.user); user = User(
email: dto.user.email,
name: dto.user.name,
profileImagePath: dto.user.profileImagePath,
id: dto.user.id,
// Placeholder values
isAdmin: false,
updatedAt: DateTime.now(),
isPartnerSharedBy: false,
isPartnerSharedWith: false,
memoryEnabled: false,
);
@override @override
String toString() { String toString() {
@@ -54,10 +65,11 @@ class Activity {
} }
@override @override
bool operator ==(covariant Activity other) { bool operator ==(Object other) {
if (identical(this, other)) return true; if (identical(this, other)) return true;
return other.id == id && return other is Activity &&
other.id == id &&
other.assetId == assetId && other.assetId == assetId &&
other.comment == comment && other.comment == comment &&
other.createdAt == createdAt && other.createdAt == createdAt &&

View File

@@ -1,67 +1,134 @@
import 'package:hooks_riverpod/hooks_riverpod.dart';
import 'package:immich_mobile/modules/activities/models/activity.model.dart'; import 'package:immich_mobile/modules/activities/models/activity.model.dart';
import 'package:immich_mobile/modules/activities/providers/activity_service.provider.dart'; import 'package:immich_mobile/modules/activities/services/activity.service.dart';
import 'package:immich_mobile/modules/activities/providers/activity_statistics.provider.dart';
import 'package:riverpod_annotation/riverpod_annotation.dart';
part 'activity.provider.g.dart'; class ActivityNotifier extends StateNotifier<AsyncValue<List<Activity>>> {
final Ref _ref;
final ActivityService _activityService;
final String albumId;
final String? assetId;
/// Maintains the current list of all activities for <share-album-id, asset> ActivityNotifier(
@riverpod this._ref,
class AlbumActivity extends _$AlbumActivity { this._activityService,
@override this.albumId,
Future<List<Activity>> build(String albumId, [String? assetId]) async { this.assetId,
return ref ) : super(
.watch(activityServiceProvider) const AsyncData([]),
.getAllActivities(albumId, assetId: assetId); ) {
fetchActivity();
}
Future<void> fetchActivity() async {
state = const AsyncLoading();
state = await AsyncValue.guard(
() => _activityService.getAllActivities(albumId, assetId),
);
} }
Future<void> removeActivity(String id) async { Future<void> removeActivity(String id) async {
if (await ref.watch(activityServiceProvider).removeActivity(id)) { final activities = state.asData?.value ?? [];
final activities = state.valueOrNull ?? []; if (await _activityService.removeActivity(id)) {
final removedActivity = activities.firstWhere((a) => a.id == id); final removedActivity = activities.firstWhere((a) => a.id == id);
activities.remove(removedActivity); activities.remove(removedActivity);
state = AsyncData(activities); state = AsyncData(activities);
// Decrement activity count only for comments
if (removedActivity.type == ActivityType.comment) { if (removedActivity.type == ActivityType.comment) {
ref _ref
.watch(activityStatisticsProvider(albumId, assetId).notifier) .read(
activityStatisticsStateProvider(
(albumId: albumId, assetId: assetId),
).notifier,
)
.removeActivity(); .removeActivity();
} }
} }
} }
Future<void> addLike() async { Future<void> addComment(String comment) async {
final activity = await ref final activity = await _activityService.addActivity(
.watch(activityServiceProvider) albumId,
.addActivity(albumId, ActivityType.like, assetId: assetId); ActivityType.comment,
if (activity.hasValue) { assetId: assetId,
comment: comment,
);
if (activity != null) {
final activities = state.asData?.value ?? []; final activities = state.asData?.value ?? [];
state = AsyncData([...activities, activity.requireValue]); state = AsyncData([...activities, activity]);
_ref
.read(
activityStatisticsStateProvider(
(albumId: albumId, assetId: assetId),
).notifier,
)
.addActivity();
if (assetId != null) {
// Add a count to the current album's provider as well
_ref
.read(
activityStatisticsStateProvider(
(albumId: albumId, assetId: null),
).notifier,
)
.addActivity();
}
} }
} }
Future<void> addComment(String comment) async { Future<void> addLike() async {
final activity = await ref.watch(activityServiceProvider).addActivity( final activity = await _activityService
albumId, .addActivity(albumId, ActivityType.like, assetId: assetId);
ActivityType.comment, if (activity != null) {
assetId: assetId, final activities = state.asData?.value ?? [];
comment: comment, state = AsyncData([...activities, activity]);
);
if (activity.hasValue) {
final activities = state.valueOrNull ?? [];
state = AsyncData([...activities, activity.requireValue]);
ref
.watch(activityStatisticsProvider(albumId, assetId).notifier)
.addActivity();
// The previous addActivity call would increase the count of an asset if assetId != null
// To also increase the activity count of the album, calling it once again with assetId set to null
if (assetId != null) {
ref.watch(activityStatisticsProvider(albumId).notifier).addActivity();
}
} }
} }
} }
/// Mock class for testing class ActivityStatisticsNotifier extends StateNotifier<int> {
abstract class AlbumActivityInternal extends _$AlbumActivity {} final String albumId;
final String? assetId;
final ActivityService _activityService;
ActivityStatisticsNotifier(this._activityService, this.albumId, this.assetId)
: super(0) {
fetchStatistics();
}
Future<void> fetchStatistics() async {
final count =
await _activityService.getStatistics(albumId, assetId: assetId);
if (mounted) {
state = count;
}
}
Future<void> addActivity() async {
state = state + 1;
}
Future<void> removeActivity() async {
state = state - 1;
}
}
typedef ActivityParams = ({String albumId, String? assetId});
final activityStateProvider = StateNotifierProvider.autoDispose
.family<ActivityNotifier, AsyncValue<List<Activity>>, ActivityParams>(
(ref, args) {
return ActivityNotifier(
ref,
ref.watch(activityServiceProvider),
args.albumId,
args.assetId,
);
});
final activityStatisticsStateProvider = StateNotifierProvider.autoDispose
.family<ActivityStatisticsNotifier, int, ActivityParams>((ref, args) {
return ActivityStatisticsNotifier(
ref.watch(activityServiceProvider),
args.albumId,
args.assetId,
);
});

View File

@@ -1,209 +0,0 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'activity.provider.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$albumActivityHash() => r'3b0d7acee4d41c84b3f220784c3b904c83f836e6';
/// Copied from Dart SDK
class _SystemHash {
_SystemHash._();
static int combine(int hash, int value) {
// ignore: parameter_assignments
hash = 0x1fffffff & (hash + value);
// ignore: parameter_assignments
hash = 0x1fffffff & (hash + ((0x0007ffff & hash) << 10));
return hash ^ (hash >> 6);
}
static int finish(int hash) {
// ignore: parameter_assignments
hash = 0x1fffffff & (hash + ((0x03ffffff & hash) << 3));
// ignore: parameter_assignments
hash = hash ^ (hash >> 11);
return 0x1fffffff & (hash + ((0x00003fff & hash) << 15));
}
}
abstract class _$AlbumActivity
extends BuildlessAutoDisposeAsyncNotifier<List<Activity>> {
late final String albumId;
late final String? assetId;
Future<List<Activity>> build(
String albumId, [
String? assetId,
]);
}
/// Maintains the current list of all activities for <share-album-id, asset>
///
/// Copied from [AlbumActivity].
@ProviderFor(AlbumActivity)
const albumActivityProvider = AlbumActivityFamily();
/// Maintains the current list of all activities for <share-album-id, asset>
///
/// Copied from [AlbumActivity].
class AlbumActivityFamily extends Family<AsyncValue<List<Activity>>> {
/// Maintains the current list of all activities for <share-album-id, asset>
///
/// Copied from [AlbumActivity].
const AlbumActivityFamily();
/// Maintains the current list of all activities for <share-album-id, asset>
///
/// Copied from [AlbumActivity].
AlbumActivityProvider call(
String albumId, [
String? assetId,
]) {
return AlbumActivityProvider(
albumId,
assetId,
);
}
@override
AlbumActivityProvider getProviderOverride(
covariant AlbumActivityProvider provider,
) {
return call(
provider.albumId,
provider.assetId,
);
}
static const Iterable<ProviderOrFamily>? _dependencies = null;
@override
Iterable<ProviderOrFamily>? get dependencies => _dependencies;
static const Iterable<ProviderOrFamily>? _allTransitiveDependencies = null;
@override
Iterable<ProviderOrFamily>? get allTransitiveDependencies =>
_allTransitiveDependencies;
@override
String? get name => r'albumActivityProvider';
}
/// Maintains the current list of all activities for <share-album-id, asset>
///
/// Copied from [AlbumActivity].
class AlbumActivityProvider extends AutoDisposeAsyncNotifierProviderImpl<
AlbumActivity, List<Activity>> {
/// Maintains the current list of all activities for <share-album-id, asset>
///
/// Copied from [AlbumActivity].
AlbumActivityProvider(
String albumId, [
String? assetId,
]) : this._internal(
() => AlbumActivity()
..albumId = albumId
..assetId = assetId,
from: albumActivityProvider,
name: r'albumActivityProvider',
debugGetCreateSourceHash:
const bool.fromEnvironment('dart.vm.product')
? null
: _$albumActivityHash,
dependencies: AlbumActivityFamily._dependencies,
allTransitiveDependencies:
AlbumActivityFamily._allTransitiveDependencies,
albumId: albumId,
assetId: assetId,
);
AlbumActivityProvider._internal(
super._createNotifier, {
required super.name,
required super.dependencies,
required super.allTransitiveDependencies,
required super.debugGetCreateSourceHash,
required super.from,
required this.albumId,
required this.assetId,
}) : super.internal();
final String albumId;
final String? assetId;
@override
Future<List<Activity>> runNotifierBuild(
covariant AlbumActivity notifier,
) {
return notifier.build(
albumId,
assetId,
);
}
@override
Override overrideWith(AlbumActivity Function() create) {
return ProviderOverride(
origin: this,
override: AlbumActivityProvider._internal(
() => create()
..albumId = albumId
..assetId = assetId,
from: from,
name: null,
dependencies: null,
allTransitiveDependencies: null,
debugGetCreateSourceHash: null,
albumId: albumId,
assetId: assetId,
),
);
}
@override
AutoDisposeAsyncNotifierProviderElement<AlbumActivity, List<Activity>>
createElement() {
return _AlbumActivityProviderElement(this);
}
@override
bool operator ==(Object other) {
return other is AlbumActivityProvider &&
other.albumId == albumId &&
other.assetId == assetId;
}
@override
int get hashCode {
var hash = _SystemHash.combine(0, runtimeType.hashCode);
hash = _SystemHash.combine(hash, albumId.hashCode);
hash = _SystemHash.combine(hash, assetId.hashCode);
return _SystemHash.finish(hash);
}
}
mixin AlbumActivityRef on AutoDisposeAsyncNotifierProviderRef<List<Activity>> {
/// The parameter `albumId` of this provider.
String get albumId;
/// The parameter `assetId` of this provider.
String? get assetId;
}
class _AlbumActivityProviderElement
extends AutoDisposeAsyncNotifierProviderElement<AlbumActivity,
List<Activity>> with AlbumActivityRef {
_AlbumActivityProviderElement(super.provider);
@override
String get albumId => (origin as AlbumActivityProvider).albumId;
@override
String? get assetId => (origin as AlbumActivityProvider).assetId;
}
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member

View File

@@ -1,9 +0,0 @@
import 'package:immich_mobile/modules/activities/services/activity.service.dart';
import 'package:immich_mobile/shared/providers/api.provider.dart';
import 'package:riverpod_annotation/riverpod_annotation.dart';
part 'activity_service.provider.g.dart';
@riverpod
ActivityService activityService(ActivityServiceRef ref) =>
ActivityService(ref.watch(apiServiceProvider));

View File

@@ -1,25 +0,0 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'activity_service.provider.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$activityServiceHash() => r'5dd4955d14f5bf01c00d7f8750d07e7ace7cc4b0';
/// See also [activityService].
@ProviderFor(activityService)
final activityServiceProvider = AutoDisposeProvider<ActivityService>.internal(
activityService,
name: r'activityServiceProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$activityServiceHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef ActivityServiceRef = AutoDisposeProviderRef<ActivityService>;
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member

View File

@@ -1,24 +0,0 @@
import 'package:immich_mobile/modules/activities/providers/activity_service.provider.dart';
import 'package:riverpod_annotation/riverpod_annotation.dart';
part 'activity_statistics.provider.g.dart';
/// Maintains the current number of comments by <shared-album, asset>
@riverpod
class ActivityStatistics extends _$ActivityStatistics {
@override
int build(String albumId, [String? assetId]) {
ref
.watch(activityServiceProvider)
.getStatistics(albumId, assetId: assetId)
.then((comments) => state = comments);
return 0;
}
void addActivity() => state = state + 1;
void removeActivity() => state = state - 1;
}
/// Mock class for testing
abstract class ActivityStatisticsInternal extends _$ActivityStatistics {}

View File

@@ -1,208 +0,0 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'activity_statistics.provider.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$activityStatisticsHash() =>
r'a5f7bbee1891c33b72919a34e632ca9ef9cd8dbf';
/// Copied from Dart SDK
class _SystemHash {
_SystemHash._();
static int combine(int hash, int value) {
// ignore: parameter_assignments
hash = 0x1fffffff & (hash + value);
// ignore: parameter_assignments
hash = 0x1fffffff & (hash + ((0x0007ffff & hash) << 10));
return hash ^ (hash >> 6);
}
static int finish(int hash) {
// ignore: parameter_assignments
hash = 0x1fffffff & (hash + ((0x03ffffff & hash) << 3));
// ignore: parameter_assignments
hash = hash ^ (hash >> 11);
return 0x1fffffff & (hash + ((0x00003fff & hash) << 15));
}
}
abstract class _$ActivityStatistics extends BuildlessAutoDisposeNotifier<int> {
late final String albumId;
late final String? assetId;
int build(
String albumId, [
String? assetId,
]);
}
/// Maintains the current number of comments by <shared-album, asset>
///
/// Copied from [ActivityStatistics].
@ProviderFor(ActivityStatistics)
const activityStatisticsProvider = ActivityStatisticsFamily();
/// Maintains the current number of comments by <shared-album, asset>
///
/// Copied from [ActivityStatistics].
class ActivityStatisticsFamily extends Family<int> {
/// Maintains the current number of comments by <shared-album, asset>
///
/// Copied from [ActivityStatistics].
const ActivityStatisticsFamily();
/// Maintains the current number of comments by <shared-album, asset>
///
/// Copied from [ActivityStatistics].
ActivityStatisticsProvider call(
String albumId, [
String? assetId,
]) {
return ActivityStatisticsProvider(
albumId,
assetId,
);
}
@override
ActivityStatisticsProvider getProviderOverride(
covariant ActivityStatisticsProvider provider,
) {
return call(
provider.albumId,
provider.assetId,
);
}
static const Iterable<ProviderOrFamily>? _dependencies = null;
@override
Iterable<ProviderOrFamily>? get dependencies => _dependencies;
static const Iterable<ProviderOrFamily>? _allTransitiveDependencies = null;
@override
Iterable<ProviderOrFamily>? get allTransitiveDependencies =>
_allTransitiveDependencies;
@override
String? get name => r'activityStatisticsProvider';
}
/// Maintains the current number of comments by <shared-album, asset>
///
/// Copied from [ActivityStatistics].
class ActivityStatisticsProvider
extends AutoDisposeNotifierProviderImpl<ActivityStatistics, int> {
/// Maintains the current number of comments by <shared-album, asset>
///
/// Copied from [ActivityStatistics].
ActivityStatisticsProvider(
String albumId, [
String? assetId,
]) : this._internal(
() => ActivityStatistics()
..albumId = albumId
..assetId = assetId,
from: activityStatisticsProvider,
name: r'activityStatisticsProvider',
debugGetCreateSourceHash:
const bool.fromEnvironment('dart.vm.product')
? null
: _$activityStatisticsHash,
dependencies: ActivityStatisticsFamily._dependencies,
allTransitiveDependencies:
ActivityStatisticsFamily._allTransitiveDependencies,
albumId: albumId,
assetId: assetId,
);
ActivityStatisticsProvider._internal(
super._createNotifier, {
required super.name,
required super.dependencies,
required super.allTransitiveDependencies,
required super.debugGetCreateSourceHash,
required super.from,
required this.albumId,
required this.assetId,
}) : super.internal();
final String albumId;
final String? assetId;
@override
int runNotifierBuild(
covariant ActivityStatistics notifier,
) {
return notifier.build(
albumId,
assetId,
);
}
@override
Override overrideWith(ActivityStatistics Function() create) {
return ProviderOverride(
origin: this,
override: ActivityStatisticsProvider._internal(
() => create()
..albumId = albumId
..assetId = assetId,
from: from,
name: null,
dependencies: null,
allTransitiveDependencies: null,
debugGetCreateSourceHash: null,
albumId: albumId,
assetId: assetId,
),
);
}
@override
AutoDisposeNotifierProviderElement<ActivityStatistics, int> createElement() {
return _ActivityStatisticsProviderElement(this);
}
@override
bool operator ==(Object other) {
return other is ActivityStatisticsProvider &&
other.albumId == albumId &&
other.assetId == assetId;
}
@override
int get hashCode {
var hash = _SystemHash.combine(0, runtimeType.hashCode);
hash = _SystemHash.combine(hash, albumId.hashCode);
hash = _SystemHash.combine(hash, assetId.hashCode);
return _SystemHash.finish(hash);
}
}
mixin ActivityStatisticsRef on AutoDisposeNotifierProviderRef<int> {
/// The parameter `albumId` of this provider.
String get albumId;
/// The parameter `assetId` of this provider.
String? get assetId;
}
class _ActivityStatisticsProviderElement
extends AutoDisposeNotifierProviderElement<ActivityStatistics, int>
with ActivityStatisticsRef {
_ActivityStatisticsProviderElement(super.provider);
@override
String get albumId => (origin as ActivityStatisticsProvider).albumId;
@override
String? get assetId => (origin as ActivityStatisticsProvider).assetId;
}
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member

View File

@@ -1,60 +1,67 @@
import 'package:immich_mobile/constants/errors.dart'; import 'package:hooks_riverpod/hooks_riverpod.dart';
import 'package:immich_mobile/mixins/error_logger.mixin.dart';
import 'package:immich_mobile/modules/activities/models/activity.model.dart'; import 'package:immich_mobile/modules/activities/models/activity.model.dart';
import 'package:immich_mobile/shared/providers/api.provider.dart';
import 'package:immich_mobile/shared/services/api.service.dart'; import 'package:immich_mobile/shared/services/api.service.dart';
import 'package:logging/logging.dart'; import 'package:logging/logging.dart';
import 'package:openapi/api.dart'; import 'package:openapi/api.dart';
class ActivityService with ErrorLoggerMixin { final activityServiceProvider =
final ApiService _apiService; Provider((ref) => ActivityService(ref.watch(apiServiceProvider)));
@override class ActivityService {
final Logger logger = Logger("ActivityService"); final ApiService _apiService;
final Logger _log = Logger("ActivityService");
ActivityService(this._apiService); ActivityService(this._apiService);
Future<List<Activity>> getAllActivities( Future<List<Activity>> getAllActivities(
String albumId, { String albumId,
String? assetId, String? assetId,
}) async { ) async {
return logError( try {
() async { final list = await _apiService.activityApi
final list = await _apiService.activityApi .getActivities(albumId, assetId: assetId);
.getActivities(albumId, assetId: assetId); return list != null ? list.map(Activity.fromDto).toList() : [];
return list != null ? list.map(Activity.fromDto).toList() : []; } catch (e) {
}, _log.severe(
defaultValue: [], "failed to fetch activities for albumId - $albumId; assetId - $assetId -> $e",
); );
rethrow;
}
} }
Future<int> getStatistics(String albumId, {String? assetId}) async { Future<int> getStatistics(String albumId, {String? assetId}) async {
return logError( try {
() async { final dto = await _apiService.activityApi
final dto = await _apiService.activityApi .getActivityStatistics(albumId, assetId: assetId);
.getActivityStatistics(albumId, assetId: assetId); return dto?.comments ?? 0;
return dto?.comments ?? 0; } catch (e) {
}, _log.severe(
defaultValue: 0, "failed to fetch activity statistics for albumId - $albumId; assetId - $assetId -> $e",
); );
}
return 0;
} }
Future<bool> removeActivity(String id) async { Future<bool> removeActivity(String id) async {
return logError( try {
() async { await _apiService.activityApi.deleteActivity(id);
await _apiService.activityApi.deleteActivity(id); return true;
return true; } catch (e) {
}, _log.severe(
defaultValue: false, "failed to remove activity id - $id -> $e",
); );
}
return false;
} }
AsyncFuture<Activity> addActivity( Future<Activity?> addActivity(
String albumId, String albumId,
ActivityType type, { ActivityType type, {
String? assetId, String? assetId,
String? comment, String? comment,
}) async { }) async {
return guardError(() async { try {
final dto = await _apiService.activityApi.createActivity( final dto = await _apiService.activityApi.createActivity(
ActivityCreateDto( ActivityCreateDto(
albumId: albumId, albumId: albumId,
@@ -68,7 +75,11 @@ class ActivityService with ErrorLoggerMixin {
if (dto != null) { if (dto != null) {
return Activity.fromDto(dto); return Activity.fromDto(dto);
} }
throw NoResponseDtoError(); } catch (e) {
}); _log.severe(
"failed to add activity for albumId - $albumId; assetId - $assetId -> $e",
);
}
return null;
} }
} }

View File

@@ -1,4 +1,6 @@
import 'package:cached_network_image/cached_network_image.dart';
import 'package:collection/collection.dart'; import 'package:collection/collection.dart';
import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import 'package:flutter_hooks/flutter_hooks.dart' hide Store; import 'package:flutter_hooks/flutter_hooks.dart' hide Store;
import 'package:hooks_riverpod/hooks_riverpod.dart'; import 'package:hooks_riverpod/hooks_riverpod.dart';
@@ -6,51 +8,236 @@ import 'package:immich_mobile/extensions/asyncvalue_extensions.dart';
import 'package:immich_mobile/extensions/build_context_extensions.dart'; import 'package:immich_mobile/extensions/build_context_extensions.dart';
import 'package:immich_mobile/modules/activities/models/activity.model.dart'; import 'package:immich_mobile/modules/activities/models/activity.model.dart';
import 'package:immich_mobile/modules/activities/providers/activity.provider.dart'; import 'package:immich_mobile/modules/activities/providers/activity.provider.dart';
import 'package:immich_mobile/modules/activities/widgets/activity_text_field.dart'; import 'package:immich_mobile/shared/models/store.dart';
import 'package:immich_mobile/modules/activities/widgets/activity_tile.dart'; import 'package:immich_mobile/shared/ui/confirm_dialog.dart';
import 'package:immich_mobile/modules/activities/widgets/dismissible_activity.dart'; import 'package:immich_mobile/shared/ui/user_circle_avatar.dart';
import 'package:immich_mobile/modules/album/providers/current_album.provider.dart'; import 'package:immich_mobile/extensions/datetime_extensions.dart';
import 'package:immich_mobile/modules/asset_viewer/providers/current_asset.provider.dart'; import 'package:immich_mobile/utils/image_url_builder.dart';
import 'package:immich_mobile/shared/providers/user.provider.dart';
class ActivitiesPage extends HookConsumerWidget { class ActivitiesPage extends HookConsumerWidget {
const ActivitiesPage({ final String albumId;
final String? assetId;
final bool withAssetThumbs;
final String appBarTitle;
final bool isOwner;
final bool isReadOnly;
const ActivitiesPage(
this.albumId, {
this.appBarTitle = "",
this.assetId,
this.withAssetThumbs = true,
this.isOwner = false,
this.isReadOnly = false,
super.key, super.key,
}); });
@override @override
Widget build(BuildContext context, WidgetRef ref) { Widget build(BuildContext context, WidgetRef ref) {
// Album has to be set in the provider before reaching this page final provider =
final album = ref.watch(currentAlbumProvider)!; activityStateProvider((albumId: albumId, assetId: assetId));
final asset = ref.watch(currentAssetProvider); final activities = ref.watch(provider);
final user = ref.watch(currentUserProvider); final inputController = useTextEditingController();
final inputFocusNode = useFocusNode();
final activityNotifier = ref
.read(albumActivityProvider(album.remoteId!, asset?.remoteId).notifier);
final activities =
ref.watch(albumActivityProvider(album.remoteId!, asset?.remoteId));
final listViewScrollController = useScrollController(); final listViewScrollController = useScrollController();
final currentUser = Store.tryGet(StoreKey.currentUser);
Future<void> onAddComment(String comment) async { useEffect(
await activityNotifier.addComment(comment); () {
// Scroll to the end of the list to show the newly added activity inputFocusNode.requestFocus();
listViewScrollController.animateTo( return null;
listViewScrollController.position.maxScrollExtent + 200, },
duration: const Duration(milliseconds: 600), [],
curve: Curves.fastOutSlowIn, );
buildTitleWithTimestamp(Activity activity, {bool leftAlign = true}) {
final textColor = context.isDarkTheme ? Colors.white : Colors.black;
final textStyle = context.textTheme.bodyMedium
?.copyWith(color: textColor.withOpacity(0.6));
return Row(
mainAxisAlignment: leftAlign
? MainAxisAlignment.start
: MainAxisAlignment.spaceBetween,
mainAxisSize: leftAlign ? MainAxisSize.min : MainAxisSize.max,
children: [
Text(
activity.user.name,
style: textStyle,
overflow: TextOverflow.ellipsis,
),
if (leftAlign)
Text(
"",
style: textStyle,
),
Expanded(
child: Text(
activity.createdAt.copyWith().timeAgo(),
style: textStyle,
overflow: TextOverflow.ellipsis,
textAlign: leftAlign ? TextAlign.left : TextAlign.right,
),
),
],
);
}
buildAssetThumbnail(Activity activity) {
return withAssetThumbs && activity.assetId != null
? Container(
width: 40,
height: 30,
decoration: BoxDecoration(
borderRadius: const BorderRadius.all(Radius.circular(4)),
image: DecorationImage(
image: CachedNetworkImageProvider(
getThumbnailUrlForRemoteId(
activity.assetId!,
),
cacheKey: getThumbnailCacheKeyForRemoteId(
activity.assetId!,
),
headers: {
"Authorization":
'Bearer ${Store.get(StoreKey.accessToken)}',
},
),
fit: BoxFit.cover,
),
),
child: const SizedBox.shrink(),
)
: null;
}
buildTextField(String? likedId) {
final liked = likedId != null;
return Padding(
padding: const EdgeInsets.only(bottom: 10),
child: TextField(
controller: inputController,
enabled: !isReadOnly,
focusNode: inputFocusNode,
textInputAction: TextInputAction.send,
autofocus: false,
decoration: InputDecoration(
border: InputBorder.none,
focusedBorder: InputBorder.none,
prefixIcon: currentUser != null
? Padding(
padding: const EdgeInsets.symmetric(horizontal: 15),
child: UserCircleAvatar(
user: currentUser,
size: 30,
radius: 15,
),
)
: null,
suffixIcon: Padding(
padding: const EdgeInsets.only(right: 10),
child: IconButton(
icon: Icon(
liked
? Icons.favorite_rounded
: Icons.favorite_border_rounded,
),
onPressed: () async {
liked
? await ref
.read(provider.notifier)
.removeActivity(likedId)
: await ref.read(provider.notifier).addLike();
},
),
),
suffixIconColor: liked ? Colors.red[700] : null,
hintText: isReadOnly
? 'shared_album_activities_input_disable'.tr()
: 'shared_album_activities_input_hint'.tr(),
hintStyle: TextStyle(
fontWeight: FontWeight.normal,
fontSize: 14,
color: Colors.grey[600],
),
),
onEditingComplete: () async {
await ref.read(provider.notifier).addComment(inputController.text);
inputController.clear();
inputFocusNode.unfocus();
listViewScrollController.animateTo(
listViewScrollController.position.maxScrollExtent,
duration: const Duration(milliseconds: 800),
curve: Curves.fastOutSlowIn,
);
},
onTapOutside: (_) => inputFocusNode.unfocus(),
),
);
}
getDismissibleWidget(
Widget widget,
Activity activity,
bool canDelete,
) {
return Dismissible(
key: Key(activity.id),
dismissThresholds: const {
DismissDirection.horizontal: 0.7,
},
direction: DismissDirection.horizontal,
confirmDismiss: (direction) => canDelete
? showDialog(
context: context,
builder: (context) => ConfirmDialog(
onOk: () {},
title: "shared_album_activity_remove_title",
content: "shared_album_activity_remove_content",
ok: "delete_dialog_ok",
),
)
: Future.value(false),
onDismissed: (direction) async =>
await ref.read(provider.notifier).removeActivity(activity.id),
background: Container(
color: canDelete ? Colors.red[400] : Colors.grey[600],
alignment: AlignmentDirectional.centerStart,
child: canDelete
? const Padding(
padding: EdgeInsets.all(15),
child: Icon(
Icons.delete_sweep_rounded,
color: Colors.black,
),
)
: null,
),
secondaryBackground: Container(
color: canDelete ? Colors.red[400] : Colors.grey[600],
alignment: AlignmentDirectional.centerEnd,
child: canDelete
? const Padding(
padding: EdgeInsets.all(15),
child: Icon(
Icons.delete_sweep_rounded,
color: Colors.black,
),
)
: null,
),
child: widget,
); );
} }
return Scaffold( return Scaffold(
appBar: AppBar(title: asset == null ? Text(album.name) : null), appBar: AppBar(title: Text(appBarTitle)),
body: activities.widgetWhen( body: activities.widgetWhen(
onData: (data) { onData: (data) {
final liked = data.firstWhereOrNull( final liked = data.firstWhereOrNull(
(a) => (a) =>
a.type == ActivityType.like && a.type == ActivityType.like &&
a.user.id == user?.id && a.user.id == currentUser?.id &&
a.assetId == asset?.remoteId, a.assetId == assetId,
); );
return SafeArea( return SafeArea(
@@ -58,10 +245,9 @@ class ActivitiesPage extends HookConsumerWidget {
children: [ children: [
ListView.builder( ListView.builder(
controller: listViewScrollController, controller: listViewScrollController,
// +1 to display an additional over-scroll space after the last element
itemCount: data.length + 1, itemCount: data.length + 1,
itemBuilder: (context, index) { itemBuilder: (context, index) {
// Additional vertical gap after the last element // Vertical gap after the last element
if (index == data.length) { if (index == data.length) {
return const SizedBox( return const SizedBox(
height: 80, height: 80,
@@ -69,19 +255,45 @@ class ActivitiesPage extends HookConsumerWidget {
} }
final activity = data[index]; final activity = data[index];
final canDelete = activity.user.id == user?.id || final canDelete =
album.ownerId == user?.id; activity.user.id == currentUser?.id || isOwner;
return Padding( return Padding(
padding: const EdgeInsets.all(5), padding: const EdgeInsets.all(5),
child: DismissibleActivity( child: activity.type == ActivityType.comment
activity.id, ? getDismissibleWidget(
ActivityTile(activity), ListTile(
onDismiss: canDelete minVerticalPadding: 15,
? (activityId) async => await activityNotifier leading: UserCircleAvatar(user: activity.user),
.removeActivity(activity.id) title: buildTitleWithTimestamp(
: null, activity,
), leftAlign: withAssetThumbs &&
activity.assetId != null,
),
titleAlignment: ListTileTitleAlignment.top,
trailing: buildAssetThumbnail(activity),
subtitle: Text(activity.comment!),
),
activity,
canDelete,
)
: getDismissibleWidget(
ListTile(
minVerticalPadding: 15,
leading: Container(
width: 44,
alignment: Alignment.center,
child: Icon(
Icons.favorite_rounded,
color: Colors.red[700],
),
),
title: buildTitleWithTimestamp(activity),
trailing: buildAssetThumbnail(activity),
),
activity,
canDelete,
),
); );
}, },
), ),
@@ -89,11 +301,7 @@ class ActivitiesPage extends HookConsumerWidget {
alignment: Alignment.bottomCenter, alignment: Alignment.bottomCenter,
child: Container( child: Container(
color: context.scaffoldBackgroundColor, color: context.scaffoldBackgroundColor,
child: ActivityTextField( child: buildTextField(liked?.id),
isEnabled: album.activityEnabled,
likeId: liked?.id,
onSubmit: onAddComment,
),
), ),
), ),
], ],

View File

@@ -1,105 +0,0 @@
import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/material.dart';
import 'package:flutter_hooks/flutter_hooks.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';
import 'package:immich_mobile/modules/activities/providers/activity.provider.dart';
import 'package:immich_mobile/modules/album/providers/current_album.provider.dart';
import 'package:immich_mobile/modules/asset_viewer/providers/current_asset.provider.dart';
import 'package:immich_mobile/shared/providers/user.provider.dart';
import 'package:immich_mobile/shared/ui/user_circle_avatar.dart';
class ActivityTextField extends HookConsumerWidget {
final bool isEnabled;
final String? likeId;
final Function(String) onSubmit;
const ActivityTextField({
required this.onSubmit,
this.isEnabled = true,
this.likeId,
super.key,
});
@override
Widget build(BuildContext context, WidgetRef ref) {
final album = ref.watch(currentAlbumProvider)!;
final asset = ref.watch(currentAssetProvider);
final activityNotifier = ref
.read(albumActivityProvider(album.remoteId!, asset?.remoteId).notifier);
final user = ref.watch(currentUserProvider);
final inputController = useTextEditingController();
final inputFocusNode = useFocusNode();
final liked = likeId != null;
// Show keyboard immediately on activities open
useEffect(
() {
inputFocusNode.requestFocus();
return null;
},
[],
);
// Pass text to callback and reset controller
void onEditingComplete() {
onSubmit(inputController.text);
inputController.clear();
inputFocusNode.unfocus();
}
Future<void> addLike() async {
await activityNotifier.addLike();
}
Future<void> removeLike() async {
if (liked) {
await activityNotifier.removeActivity(likeId!);
}
}
return Padding(
padding: const EdgeInsets.only(bottom: 10),
child: TextField(
controller: inputController,
enabled: isEnabled,
focusNode: inputFocusNode,
textInputAction: TextInputAction.send,
autofocus: false,
decoration: InputDecoration(
border: InputBorder.none,
focusedBorder: InputBorder.none,
prefixIcon: user != null
? Padding(
padding: const EdgeInsets.symmetric(horizontal: 15),
child: UserCircleAvatar(
user: user,
size: 30,
radius: 15,
),
)
: null,
suffixIcon: Padding(
padding: const EdgeInsets.only(right: 10),
child: IconButton(
icon: Icon(
liked ? Icons.favorite_rounded : Icons.favorite_border_rounded,
),
onPressed: liked ? removeLike : addLike,
),
),
suffixIconColor: liked ? Colors.red[700] : null,
hintText: !isEnabled
? 'shared_album_activities_input_disable'.tr()
: 'shared_album_activities_input_hint'.tr(),
hintStyle: TextStyle(
fontWeight: FontWeight.normal,
fontSize: 14,
color: Colors.grey[600],
),
),
onEditingComplete: onEditingComplete,
onTapOutside: (_) => inputFocusNode.unfocus(),
),
);
}
}

View File

@@ -1,116 +0,0 @@
import 'package:flutter/material.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';
import 'package:immich_mobile/extensions/build_context_extensions.dart';
import 'package:immich_mobile/extensions/datetime_extensions.dart';
import 'package:immich_mobile/modules/activities/models/activity.model.dart';
import 'package:immich_mobile/modules/asset_viewer/providers/current_asset.provider.dart';
import 'package:immich_mobile/shared/ui/immich_image.dart';
import 'package:immich_mobile/shared/ui/user_circle_avatar.dart';
class ActivityTile extends HookConsumerWidget {
final Activity activity;
const ActivityTile(this.activity, {super.key});
@override
Widget build(BuildContext context, WidgetRef ref) {
final asset = ref.watch(currentAssetProvider);
final isLike = activity.type == ActivityType.like;
// Asset thumbnail is displayed when we are accessing activities from the album page
// currentAssetProvider will not be set until we open the gallery viewer
final showAssetThumbnail = asset == null && activity.assetId != null;
return ListTile(
minVerticalPadding: 15,
leading: isLike
? Container(
width: 44,
alignment: Alignment.center,
child: Icon(
Icons.favorite_rounded,
color: Colors.red[700],
),
)
: UserCircleAvatar(user: activity.user),
title: _ActivityTitle(
userName: activity.user.name,
createdAt: activity.createdAt.timeAgo(),
leftAlign: isLike || showAssetThumbnail,
),
// No subtitle for like, so center title
titleAlignment:
!isLike ? ListTileTitleAlignment.top : ListTileTitleAlignment.center,
trailing: showAssetThumbnail
? _ActivityAssetThumbnail(activity.assetId!)
: null,
subtitle: !isLike ? Text(activity.comment!) : null,
);
}
}
class _ActivityTitle extends StatelessWidget {
final String userName;
final String createdAt;
final bool leftAlign;
const _ActivityTitle({
required this.userName,
required this.createdAt,
required this.leftAlign,
});
@override
Widget build(BuildContext context) {
final textColor = context.isDarkTheme ? Colors.white : Colors.black;
final textStyle = context.textTheme.bodyMedium
?.copyWith(color: textColor.withOpacity(0.6));
return Row(
mainAxisAlignment:
leftAlign ? MainAxisAlignment.start : MainAxisAlignment.spaceBetween,
mainAxisSize: leftAlign ? MainAxisSize.min : MainAxisSize.max,
children: [
Text(
userName,
style: textStyle,
overflow: TextOverflow.ellipsis,
),
if (leftAlign)
Text(
"",
style: textStyle,
),
Expanded(
child: Text(
createdAt,
style: textStyle,
overflow: TextOverflow.ellipsis,
textAlign: leftAlign ? TextAlign.left : TextAlign.right,
),
),
],
);
}
}
class _ActivityAssetThumbnail extends StatelessWidget {
final String assetId;
const _ActivityAssetThumbnail(this.assetId);
@override
Widget build(BuildContext context) {
return Container(
width: 40,
height: 30,
decoration: BoxDecoration(
borderRadius: const BorderRadius.all(Radius.circular(4)),
image: DecorationImage(
image: ImmichImage.remoteThumbnailProviderForId(assetId),
fit: BoxFit.cover,
),
),
child: const SizedBox.shrink(),
);
}
}

View File

@@ -1,75 +0,0 @@
import 'package:flutter/material.dart';
import 'package:immich_mobile/modules/activities/widgets/activity_tile.dart';
import 'package:immich_mobile/shared/ui/confirm_dialog.dart';
/// Wraps an [ActivityTile] and makes it dismissible
class DismissibleActivity extends StatelessWidget {
final String activityId;
final ActivityTile body;
final Function(String)? onDismiss;
const DismissibleActivity(
this.activityId,
this.body, {
this.onDismiss,
super.key,
});
@override
Widget build(BuildContext context) {
return Dismissible(
key: Key(activityId),
dismissThresholds: const {
DismissDirection.horizontal: 0.7,
},
direction: DismissDirection.horizontal,
confirmDismiss: (direction) => onDismiss != null
? showDialog(
context: context,
builder: (context) => ConfirmDialog(
onOk: () {},
title: "shared_album_activity_remove_title",
content: "shared_album_activity_remove_content",
ok: "delete_dialog_ok",
),
)
: Future.value(false),
onDismissed: (_) async => onDismiss?.call(activityId),
// LTR
background: _DismissBackground(withDeleteIcon: onDismiss != null),
// RTL
secondaryBackground: _DismissBackground(
withDeleteIcon: onDismiss != null,
alignment: AlignmentDirectional.centerEnd,
),
child: body,
);
}
}
class _DismissBackground extends StatelessWidget {
final AlignmentDirectional alignment;
final bool withDeleteIcon;
const _DismissBackground({
required this.withDeleteIcon,
this.alignment = AlignmentDirectional.centerStart,
});
@override
Widget build(BuildContext context) {
return Container(
alignment: alignment,
color: withDeleteIcon ? Colors.red[400] : Colors.grey[600],
child: withDeleteIcon
? const Padding(
padding: EdgeInsets.all(15),
child: Icon(
Icons.delete_sweep_rounded,
color: Colors.black,
),
)
: null,
);
}
}

View File

@@ -7,7 +7,7 @@ part of 'album_sort_by_options.provider.dart';
// ************************************************************************** // **************************************************************************
String _$albumSortByOptionsHash() => String _$albumSortByOptionsHash() =>
r'dd8da5e730af555de1b86c3b157b6c93183523ac'; r'8d22fa8b7cbca2d3d7ed20a83bf00211dc948004';
/// See also [AlbumSortByOptions]. /// See also [AlbumSortByOptions].
@ProviderFor(AlbumSortByOptions) @ProviderFor(AlbumSortByOptions)

View File

@@ -1,15 +1,6 @@
import 'package:hooks_riverpod/hooks_riverpod.dart';
import 'package:immich_mobile/shared/models/album.dart'; import 'package:immich_mobile/shared/models/album.dart';
import 'package:riverpod_annotation/riverpod_annotation.dart';
part 'current_album.provider.g.dart'; final currentAlbumProvider = StateProvider<Album?>((ref) {
return null;
@riverpod });
class CurrentAlbum extends _$CurrentAlbum {
@override
Album? build() => null;
void set(Album? a) => state = a;
}
/// Mock class for testing
abstract class CurrentAlbumInternal extends _$CurrentAlbum {}

View File

@@ -1,25 +0,0 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'current_album.provider.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$currentAlbumHash() => r'61f00273d6b69da45add1532cc3d3a076ee55110';
/// See also [CurrentAlbum].
@ProviderFor(CurrentAlbum)
final currentAlbumProvider =
AutoDisposeNotifierProvider<CurrentAlbum, Album?>.internal(
CurrentAlbum.new,
name: r'currentAlbumProvider',
debugGetCreateSourceHash:
const bool.fromEnvironment('dart.vm.product') ? null : _$currentAlbumHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef _$CurrentAlbum = AutoDisposeNotifier<Album?>;
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member

View File

@@ -1,4 +1,3 @@
import 'package:auto_route/auto_route.dart';
import 'package:easy_localization/easy_localization.dart'; import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import 'package:flutter_hooks/flutter_hooks.dart'; import 'package:flutter_hooks/flutter_hooks.dart';
@@ -105,7 +104,7 @@ class AddToAlbumBottomSheet extends HookConsumerWidget {
style: TextStyle(color: context.primaryColor), style: TextStyle(color: context.primaryColor),
), ),
onPressed: () { onPressed: () {
context.pushRoute( context.autoPush(
CreateAlbumRoute( CreateAlbumRoute(
isSharedAlbum: false, isSharedAlbum: false,
initialAssets: assets, initialAssets: assets,

View File

@@ -1,4 +1,3 @@
import 'package:auto_route/auto_route.dart';
import 'package:cached_network_image/cached_network_image.dart'; import 'package:cached_network_image/cached_network_image.dart';
import 'package:easy_localization/easy_localization.dart'; import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
@@ -61,7 +60,7 @@ class AlbumThumbnailListTile extends StatelessWidget {
behavior: HitTestBehavior.opaque, behavior: HitTestBehavior.opaque,
onTap: onTap ?? onTap: onTap ??
() { () {
context.pushRoute(AlbumViewerRoute(albumId: album.id)); context.autoPush(AlbumViewerRoute(albumId: album.id));
}, },
child: Padding( child: Padding(
padding: const EdgeInsets.only(bottom: 12.0), padding: const EdgeInsets.only(bottom: 12.0),

View File

@@ -1,10 +1,9 @@
import 'package:auto_route/auto_route.dart';
import 'package:easy_localization/easy_localization.dart'; import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import 'package:fluttertoast/fluttertoast.dart'; import 'package:fluttertoast/fluttertoast.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart'; import 'package:hooks_riverpod/hooks_riverpod.dart';
import 'package:immich_mobile/extensions/build_context_extensions.dart'; import 'package:immich_mobile/extensions/build_context_extensions.dart';
import 'package:immich_mobile/modules/activities/providers/activity_statistics.provider.dart'; import 'package:immich_mobile/modules/activities/providers/activity.provider.dart';
import 'package:immich_mobile/modules/album/providers/album.provider.dart'; import 'package:immich_mobile/modules/album/providers/album.provider.dart';
import 'package:immich_mobile/modules/album/providers/album_viewer.provider.dart'; import 'package:immich_mobile/modules/album/providers/album_viewer.provider.dart';
import 'package:immich_mobile/modules/album/providers/shared_album.provider.dart'; import 'package:immich_mobile/modules/album/providers/shared_album.provider.dart';
@@ -38,7 +37,11 @@ class AlbumViewerAppbar extends HookConsumerWidget
final isEditAlbum = ref.watch(albumViewerProvider).isEditAlbum; final isEditAlbum = ref.watch(albumViewerProvider).isEditAlbum;
final isProcessing = useProcessingOverlay(); final isProcessing = useProcessingOverlay();
final comments = album.shared final comments = album.shared
? ref.watch(activityStatisticsProvider(album.remoteId!)) ? ref.watch(
activityStatisticsStateProvider(
(albumId: album.remoteId!, assetId: null),
),
)
: 0; : 0;
deleteAlbum() async { deleteAlbum() async {
@@ -49,11 +52,11 @@ class AlbumViewerAppbar extends HookConsumerWidget
success = success =
await ref.watch(sharedAlbumProvider.notifier).deleteAlbum(album); await ref.watch(sharedAlbumProvider.notifier).deleteAlbum(album);
context context
.navigateTo(const TabControllerRoute(children: [SharingRoute()])); .autoNavigate(const TabControllerRoute(children: [SharingRoute()]));
} else { } else {
success = await ref.watch(albumProvider.notifier).deleteAlbum(album); success = await ref.watch(albumProvider.notifier).deleteAlbum(album);
context context
.navigateTo(const TabControllerRoute(children: [LibraryRoute()])); .autoNavigate(const TabControllerRoute(children: [LibraryRoute()]));
} }
if (!success) { if (!success) {
ImmichToast.show( ImmichToast.show(
@@ -119,7 +122,7 @@ class AlbumViewerAppbar extends HookConsumerWidget
if (isSuccess) { if (isSuccess) {
context context
.navigateTo(const TabControllerRoute(children: [SharingRoute()])); .autoNavigate(const TabControllerRoute(children: [SharingRoute()]));
} else { } else {
context.pop(); context.pop();
ImmichToast.show( ImmichToast.show(
@@ -172,7 +175,7 @@ class AlbumViewerAppbar extends HookConsumerWidget
ListTile( ListTile(
leading: const Icon(Icons.share_rounded), leading: const Icon(Icons.share_rounded),
onTap: () { onTap: () {
context.pushRoute(SharedLinkEditRoute(albumId: album.remoteId)); context.autoPush(SharedLinkEditRoute(albumId: album.remoteId));
context.pop(); context.pop();
}, },
title: const Text( title: const Text(
@@ -182,7 +185,7 @@ class AlbumViewerAppbar extends HookConsumerWidget
), ),
ListTile( ListTile(
leading: const Icon(Icons.settings_rounded), leading: const Icon(Icons.settings_rounded),
onTap: () => context.navigateTo(AlbumOptionsRoute(album: album)), onTap: () => context.autoNavigate(AlbumOptionsRoute(album: album)),
title: const Text( title: const Text(
"translated_text_options", "translated_text_options",
style: TextStyle(fontWeight: FontWeight.w500), style: TextStyle(fontWeight: FontWeight.w500),
@@ -277,7 +280,7 @@ class AlbumViewerAppbar extends HookConsumerWidget
); );
} else { } else {
return IconButton( return IconButton(
onPressed: () async => await context.popRoute(), onPressed: () async => await context.autoPop(),
icon: const Icon(Icons.arrow_back_ios_rounded), icon: const Icon(Icons.arrow_back_ios_rounded),
splashRadius: 25, splashRadius: 25,
); );

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