Merge pull request #8163 from appwrite/sync-main

Sync 1.6.x with main
This commit is contained in:
Christy Jacob 2024-05-21 14:05:48 +04:00 committed by GitHub
commit 6eef9a8394
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
234 changed files with 1636 additions and 3555 deletions

View file

@ -0,0 +1,19 @@
name: Check dependencies
# Adapted from https://google.github.io/osv-scanner/github-action/#scan-on-pull-request
on:
pull_request:
branches: [main, 1.*.x]
merge_group:
branches: [main, 1.*.x]
permissions:
# Require writing security events to upload SARIF file to security tab
security-events: write
# Only need to read contents
contents: read
jobs:
scan-pr:
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.7.1"

23
.github/workflows/stale.yml vendored Normal file
View file

@ -0,0 +1,23 @@
name: Mark stale issues
on:
schedule:
- cron: "0 0 * * *" # Midnight Runtime
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days."
stale-issue-label: "stale"
days-before-stale: 7
days-before-close: 14
remove-stale-when-updated: true
close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information."
close-issue-reason: "not_planned"
operations-per-run: 100
only-labels: "question"

2
.gitmodules vendored
View file

@ -1,4 +1,4 @@
[submodule "app/console"] [submodule "app/console"]
path = app/console path = app/console
url = https://github.com/appwrite/console url = https://github.com/appwrite/console
branch = 4.0.4 branch = 4.0.6

View file

@ -1,8 +1,58 @@
# Version 1.5.5
## What's Changed
### Notable changes
* Change SMS verification message to only have the code in [#7912](https://github.com/appwrite/appwrite/pull/7912)
* Add new country `Taiwan` with its translations in [#7873](https://github.com/appwrite/appwrite/pull/7873)
* Add Hong Kong (HK) to countries list in [#7962](https://github.com/appwrite/appwrite/pull/7962)
* Add French Polynesia flag to flags.php in [#8007](https://github.com/appwrite/appwrite/pull/8007)
* Enable auto upgrade for mariadb container in [#8020](https://github.com/appwrite/appwrite/pull/8020)
## Fixes
* Use team internal ID for checks and queries for membership in [#7836](https://github.com/appwrite/appwrite/pull/7836)
* Use internal IDs for queries and checks in [#7839](https://github.com/appwrite/appwrite/pull/7839)
* Remove redundant commas in [#7764](https://github.com/appwrite/appwrite/pull/7764)
* Remove a redundant call to fetch the topic document again in [#7894](https://github.com/appwrite/appwrite/pull/7894)
* Fix wrong refresh var for Autodesk in [#7897](https://github.com/appwrite/appwrite/pull/7897)
* Fix email attachment example in [#7681](https://github.com/appwrite/appwrite/pull/7681)
* Add missing chunkId param to create file abuse key in [#7913](https://github.com/appwrite/appwrite/pull/7913)
* Fix delete message event not firing in [#7906](https://github.com/appwrite/appwrite/pull/7906)
* Fix worker crash when using custom SMTP provider in [#7915](https://github.com/appwrite/appwrite/pull/7915)
* Update email attachments param in [#7885](https://github.com/appwrite/appwrite/pull/7885)
* Fix MFA protected group in [#7947](https://github.com/appwrite/appwrite/pull/7947)
* Fix recovery code removal in [#7950](https://github.com/appwrite/appwrite/pull/7950)
* Add recovery code to List factors in [#7949](https://github.com/appwrite/appwrite/pull/7949)
* Fix challenge type check in [#7981](https://github.com/appwrite/appwrite/pull/7981)
* Fix MFA links in specs in [#7966](https://github.com/appwrite/appwrite/pull/7966)
* Add missing 'apis' attribute to projects collection in [#7997](https://github.com/appwrite/appwrite/pull/7997)
* Update user create error message for console to be console specific in [#7996](https://github.com/appwrite/appwrite/pull/7996)
* Add DB environment variables to appwrite-worker-mails in [#8002](https://github.com/appwrite/appwrite/pull/8002)
* Delete related attributes on delete collection in [#7985](https://github.com/appwrite/appwrite/pull/7985)
* Fix server errors from invalid or outdated cookies in [#8008](https://github.com/appwrite/appwrite/pull/8008)
* Fix delete MFA authenticator response model in [#8005](https://github.com/appwrite/appwrite/pull/8005)
* Fix MFA with admin mode in [#7984](https://github.com/appwrite/appwrite/pull/7984)
## Miscellaneous
* Update getEnv to use system lib in [#7895](https://github.com/appwrite/appwrite/pull/7895)
* Update SDK and docs links in readme in [#7978](https://github.com/appwrite/appwrite/pull/7978)
* Update README.md in [#6358](https://github.com/appwrite/appwrite/pull/6358)
* Bump console to version 4.0.6 in [#8017](https://github.com/appwrite/appwrite/pull/8017)
# Version 1.5.4 # Version 1.5.4
## What's Changed ## What's Changed
### Fixes ### Fixes
* Fix function build command by @abnegate in https://github.com/appwrite/appwrite/pull/7813 * Fix function build command in [#7813](https://github.com/appwrite/appwrite/pull/7813)
* Bump executor version to fix docker conflict error in [#7804](https://github.com/appwrite/appwrite/pull/7804)
* Fix webhooks failed connection in [#7848](https://github.com/appwrite/appwrite/pull/7848)
* Fix msg91 params in [#7824](https://github.com/appwrite/appwrite/pull/7824)
* Fix functions domain permissions in [#7853](https://github.com/appwrite/appwrite/pull/7853)
### Miscellaneous
* Bump console to version 4.0.5 in [#7863](https://github.com/appwrite/appwrite/pull/7863)
# Version 1.5.3 # Version 1.5.3
## What's Changed ## What's Changed

View file

@ -148,6 +148,14 @@ Learn more at our [Technology Stack](#technology-stack) section.
- [Microservices vs Monolithic](https://www.mulesoft.com/resources/api/microservices-vs-monolithic#:~:text=Microservices%20architecture%20vs%20monolithic%20architecture&text=A%20monolithic%20application%20is%20built%20as%20a%20single%20unit.&text=To%20make%20any%20alterations%20to,formally%20with%20business%2Doriented%20APIs.) - [Microservices vs Monolithic](https://www.mulesoft.com/resources/api/microservices-vs-monolithic#:~:text=Microservices%20architecture%20vs%20monolithic%20architecture&text=A%20monolithic%20application%20is%20built%20as%20a%20single%20unit.&text=To%20make%20any%20alterations%20to,formally%20with%20business%2Doriented%20APIs.)
- [MVVM](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel) - Appwrite console architecture - [MVVM](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel) - Appwrite console architecture
##### Container Namespace Conventions
To keep our services easy to understand within Docker we follow a naming convention for all our containers depending on it's intended use.
`appwrite-worker-X` - Workers (`src/Appwrite/Platform/Workers/*`)
`appwrite-task-X` - Tasks (`src/Appwrite/Platform/Tasks/*`)
Other containes should be named the same as their service, for example `redis` should just be called `redis`.
##### Security ##### Security
- [Appwrite Auth and ACL](https://github.com/appwrite/appwrite/blob/master/docs/specs/authentication.drawio.svg) - [Appwrite Auth and ACL](https://github.com/appwrite/appwrite/blob/master/docs/specs/authentication.drawio.svg)
@ -301,6 +309,143 @@ This will allow the Appwrite community to sufficiently discuss the new feature v
This is also important for the Appwrite lead developers to be able to provide technical input and potentially a different emphasis regarding the feature design and architecture. Some bigger features might need to go through our [RFC process](https://github.com/appwrite/rfc). This is also important for the Appwrite lead developers to be able to provide technical input and potentially a different emphasis regarding the feature design and architecture. Some bigger features might need to go through our [RFC process](https://github.com/appwrite/rfc).
## Adding New Usage Metrics
These are the current metrics we collect usage stats for:
| Metric | Description |
|--------|-------------------------------------------------|
| teams | Total number of teams per project |
| users | Total number of users per project|
| executions | Total number of executions per project |
| databases | Total number of databases per project |
| collections | Total number of collections per project |
| {databaseInternalId}.collections | Total number of collections per database|
| documents | Total number of documents per project |
| {databaseInternalId}.{collectionInternalId}.documents | Total number of documents per collection |
| buckets | Total number of buckets per project |
| files | Total number of files per project |
| {bucketInternalId}.files.storage | Sum of files.storage per bucket (in bytes) |
| functions | Total number of functions per project |
| deployments | Total number of deployments per project |
| builds | Total number of builds per project |
| {resourceType}.{resourceInternalId}.deployments | Total number of deployments per function |
| executions | Total number of executions per project |
| {functionInternalId}.executions | Total number of executions per function |
| files.storage | Sum of files storage per project (in bytes) |
| deployments.storage | Sum of deployments storage per project (in bytes) |
| {resourceType}.{resourceInternalId}.deployments.storage | Sum of deployments storage per function (in bytes) |
| builds.storage | Sum of builds storage per project (in bytes) |
| builds.compute | Sum of compute duration per project (in seconds) |
| {functionInternalId}.builds.storage | Sum of builds storage per function (in bytes) |
| {functionInternalId}.builds.compute | Sum of compute duration per function (in seconds) |
| network.requests | Total number of network requests per project |
| executions.compute | Sum of compute duration per project (in seconds) |
| network.inbound | Sum of network inbound traffic per project (in bytes)|
| network.outbound | Sum of network outbound traffic per project (in bytes)|
> Note: The curly brackets in the metric name represents a template and is replaced with a value when the metric is processed.
Metrics are collected within 3 scopes Daily, monthly, an infinity. Adding new usage metric in order to aggregate usage stats is very simple, but very much dependent on where do you want to collect
statistics ,via API or via background worker. For both cases you will need to add a `const` variable in `app/init.php` under the usage metrics list using the naming convention `METRIC_<RESOURCE_NAME>` as shown below.
```php
// Usage metrics
const METRIC_FUNCTIONS = 'functions';
const METRIC_DEPLOYMENTS = 'deployments';
const METRIC_DEPLOYMENTS_STORAGE = 'deployments.storage';
```
Next follow the appropriate steps below depending on whether you're adding the metric to the API or the worker.
**API**
In file `app/controllers/shared/api.php` On the database listener, add to an existing or create a new switch case. Add a call to the usage worker with your new metric const like so:
```php
case $document->getCollection() === 'teams':
$queueForUsage
->addMetric(METRIC_TEAMS, $value); // per project
break;
```
There are cases when you need to handle metric that has a parent entity, like buckets.
Files are linked to a parent bucket, you should verify you remove the files stats when you delete a bucket.
In that case you need also to handle children removal using addReduce() method call.
```php
case $document->getCollection() === 'buckets': //buckets
$queueForUsage
->addMetric(METRIC_BUCKETS, $value); // per project
if ($event === Database::EVENT_DOCUMENT_DELETE) {
$queueForUsage
->addReduce($document);
}
break;
```
In addition, you will also need to add some logic to the `reduce()` method of the Usage worker located in `/src/Appwrite/Platform/Workers/Usage.php`, like so:
```php
case $document->getCollection() === 'buckets':
$files = $dbForProject->getDocument('stats', md5(self::INFINITY_PERIOD . str_replace('{bucketInternalId}', $document->getInternalId(), METRIC_BUCKET_ID_FILES)));
$storage = $dbForProject->getDocument('stats', md5(self::INFINITY_PERIOD . str_replace('{bucketInternalId}', $document->getInternalId(), METRIC_BUCKET_ID_FILES_STORAGE)));
if (!empty($files['value'])) {
$metrics[] = [
'key' => METRIC_FILES,
'value' => ($files['value'] * -1),
];
}
if (!empty($storage['value'])) {
$metrics[] = [
'key' => METRIC_FILES_STORAGE,
'value' => ($storage['value'] * -1),
];
}
break;
```
**Background worker**
You need to inject the usage queue in the desired worker on the constructor method
```php
/**
* @throws Exception
*/
public function __construct()
{
$this
->desc('Functions worker')
->groups(['functions'])
->inject('message')
->inject('dbForProject')
->inject('queueForFunctions')
->inject('queueForEvents')
->inject('queueForUsage')
->inject('log')
->callback(fn (Message $message, Database $dbForProject, Func $queueForFunctions, Event $queueForEvents, Usage $queueForUsage, Log $log) => $this->action($message, $dbForProject, $queueForFunctions, $queueForEvents, $queueForUsage, $log));
}
```
and then trigger the queue with the new metric like so:
```php
$queueForUsage
->addMetric(METRIC_BUILDS, 1)
->addMetric(METRIC_BUILDS_STORAGE, $build->getAttribute('size', 0))
->addMetric(METRIC_BUILDS_COMPUTE, (int)$build->getAttribute('duration', 0) * 1000)
->addMetric(str_replace('{functionInternalId}', $function->getInternalId(), METRIC_FUNCTION_ID_BUILDS), 1)
->addMetric(str_replace('{functionInternalId}', $function->getInternalId(), METRIC_FUNCTION_ID_BUILDS_STORAGE), $build->getAttribute('size', 0))
->addMetric(str_replace('{functionInternalId}', $function->getInternalId(), METRIC_FUNCTION_ID_BUILDS_COMPUTE), (int)$build->getAttribute('duration', 0) * 1000)
->setProject($project)
->trigger();
```
## Build ## Build
To build a new version of the Appwrite server, all you need to do is run the build.sh file like this: To build a new version of the Appwrite server, all you need to do is run the build.sh file like this:
@ -344,9 +489,9 @@ Things to remember when releasing SDKs:
## Debug ## Debug
Appwrite uses [XDebug](https://github.com/xdebug/xdebug) debugger, which can be made available during build of Appwrite. You can connect to the debugger using VS Code's [PHP Debug](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug) extension. Appwrite uses [XDebug](https://github.com/xdebug/xdebug) debugger, which can be made available during build of Appwrite. You can connect to the debugger using VS Code's [PHP Debug](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug) extension.
If you are in PHP Storm you don't need any plugin. Below are the settings required for remote debugger connection: If you are in PHP Storm you don't need any plugin. Below are the settings required for remote debugger connection:
1. Set **DEBUG** build arg in **appwrite** service in **docker-compose.yml** file. 1. Set **DEBUG** build arg in **appwrite** service in **docker-compose.yml** file.
2. If needed edit the **dev/xdebug.ini** file to your needs. 2. If needed edit the **dev/xdebug.ini** file to your needs.

View file

@ -72,9 +72,6 @@ RUN mkdir -p /storage/uploads && \
chown -Rf www-data.www-data /storage/functions && chmod -Rf 0755 /storage/functions && \ chown -Rf www-data.www-data /storage/functions && chmod -Rf 0755 /storage/functions && \
chown -Rf www-data.www-data /storage/debug && chmod -Rf 0755 /storage/debug chown -Rf www-data.www-data /storage/debug && chmod -Rf 0755 /storage/debug
# Development Executables
RUN chmod +x /usr/local/bin/dev-generate-translations
# Executables # Executables
RUN chmod +x /usr/local/bin/doctor && \ RUN chmod +x /usr/local/bin/doctor && \
chmod +x /usr/local/bin/install && \ chmod +x /usr/local/bin/install && \
@ -99,35 +96,13 @@ RUN chmod +x /usr/local/bin/doctor && \
chmod +x /usr/local/bin/worker-databases && \ chmod +x /usr/local/bin/worker-databases && \
chmod +x /usr/local/bin/worker-deletes && \ chmod +x /usr/local/bin/worker-deletes && \
chmod +x /usr/local/bin/worker-functions && \ chmod +x /usr/local/bin/worker-functions && \
chmod +x /usr/local/bin/worker-hamster && \
chmod +x /usr/local/bin/worker-mails && \ chmod +x /usr/local/bin/worker-mails && \
chmod +x /usr/local/bin/worker-messaging && \ chmod +x /usr/local/bin/worker-messaging && \
chmod +x /usr/local/bin/worker-migrations && \ chmod +x /usr/local/bin/worker-migrations && \
chmod +x /usr/local/bin/worker-webhooks && \ chmod +x /usr/local/bin/worker-webhooks && \
chmod +x /usr/local/bin/worker-hamster && \
chmod +x /usr/local/bin/worker-usage && \ chmod +x /usr/local/bin/worker-usage && \
chmod +x /usr/local/bin/worker-usage-dump chmod +x /usr/local/bin/worker-usage-dump
# Cloud Executabless
RUN chmod +x /usr/local/bin/calc-tier-stats && \
chmod +x /usr/local/bin/calc-users-stats && \
chmod +x /usr/local/bin/clear-card-cache && \
chmod +x /usr/local/bin/delete-orphaned-projects && \
chmod +x /usr/local/bin/get-migration-stats && \
chmod +x /usr/local/bin/hamster && \
chmod +x /usr/local/bin/patch-delete-project-collections && \
chmod +x /usr/local/bin/patch-delete-schedule-updated-at-attribute && \
chmod +x /usr/local/bin/patch-recreate-repositories-documents && \
chmod +x /usr/local/bin/volume-sync && \
chmod +x /usr/local/bin/patch-delete-project-collections && \
chmod +x /usr/local/bin/delete-orphaned-projects && \
chmod +x /usr/local/bin/clear-card-cache && \
chmod +x /usr/local/bin/calc-users-stats && \
chmod +x /usr/local/bin/calc-tier-stats && \
chmod +x /usr/local/bin/get-migration-stats && \
chmod +x /usr/local/bin/create-inf-metric
# Letsencrypt Permissions # Letsencrypt Permissions
RUN mkdir -p /etc/letsencrypt/live/ && chmod -Rf 755 /etc/letsencrypt/live/ RUN mkdir -p /etc/letsencrypt/live/ && chmod -Rf 755 /etc/letsencrypt/live/

View file

@ -11,6 +11,7 @@
</p> </p>
<!-- [![Build Status](https://img.shields.io/travis/com/appwrite/appwrite?style=flat-square)](https://travis-ci.com/appwrite/appwrite) --> <!-- [![Build Status](https://img.shields.io/travis/com/appwrite/appwrite?style=flat-square)](https://travis-ci.com/appwrite/appwrite) -->
[![We're Hiring](https://img.shields.io/static/v1?label=We're&message=Hiring&color=blue&style=flat-square)](https://appwrite.io/company/careers) [![We're Hiring](https://img.shields.io/static/v1?label=We're&message=Hiring&color=blue&style=flat-square)](https://appwrite.io/company/careers)
[![Hacktoberfest](https://img.shields.io/static/v1?label=hacktoberfest&message=friendly&color=191120&style=flat-square)](https://hacktoberfest.appwrite.io) [![Hacktoberfest](https://img.shields.io/static/v1?label=hacktoberfest&message=friendly&color=191120&style=flat-square)](https://hacktoberfest.appwrite.io)
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord?r=Github) [![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord?r=Github)
@ -25,7 +26,7 @@
[**Appwrite 云公开测试版!立即注册!**](https://cloud.appwrite.io) [**Appwrite 云公开测试版!立即注册!**](https://cloud.appwrite.io)
Appwrite是一个基于Docker的端到端开发者平台其容器化的微服务库可应用于网页端移动端以及后端。Appwrite 通过视觉化界面简化了从零开始编写 API 的繁琐过程,在保证软件安全的前提下为开发者创造了一个高效的开发环境。 Appwrite 是一个基于 Docker 的端到端开发者平台其容器化的微服务库可应用于网页端移动端以及后端。Appwrite 通过视觉化界面简化了从零开始编写 API 的繁琐过程,在保证软件安全的前提下为开发者创造了一个高效的开发环境。
Appwrite 可以提供给开发者用户验证,外部授权,用户数据读写检索,文件储存,图像处理,云函数计算,[等多种服务](https://appwrite.io/docs). Appwrite 可以提供给开发者用户验证,外部授权,用户数据读写检索,文件储存,图像处理,云函数计算,[等多种服务](https://appwrite.io/docs).
@ -66,7 +67,7 @@ docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \ --volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \ --entrypoint="install" \
appwrite/appwrite:1.5.3 appwrite/appwrite:1.5.5
``` ```
### Windows ### Windows
@ -78,7 +79,7 @@ docker run -it --rm ^
--volume //var/run/docker.sock:/var/run/docker.sock ^ --volume //var/run/docker.sock:/var/run/docker.sock ^
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^ --volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
--entrypoint="install" ^ --entrypoint="install" ^
appwrite/appwrite:1.5.3 appwrite/appwrite:1.5.5
``` ```
#### PowerShell #### PowerShell
@ -88,12 +89,11 @@ docker run -it --rm `
--volume /var/run/docker.sock:/var/run/docker.sock ` --volume /var/run/docker.sock:/var/run/docker.sock `
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw ` --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
--entrypoint="install" ` --entrypoint="install" `
appwrite/appwrite:1.5.3 appwrite/appwrite:1.5.5
``` ```
运行后,可以在浏览器上访问 http://localhost 找到 Appwrite 控制台。在非 Linux 的本机主机上完成安装后,服务器可能需要几分钟才能启动。 运行后,可以在浏览器上访问 http://localhost 找到 Appwrite 控制台。在非 Linux 的本机主机上完成安装后,服务器可能需要几分钟才能启动。
需要自定义容器构架,请查看我们的 Docker [环境变量](https://appwrite.io/docs/environment-variables) 文档。您还可以参考我们的 [docker-compose.yml](https://appwrite.io/install/compose) 和 [.env](https://appwrite.io/install/env) 文件手动设置环境。 需要自定义容器构架,请查看我们的 Docker [环境变量](https://appwrite.io/docs/environment-variables) 文档。您还可以参考我们的 [docker-compose.yml](https://appwrite.io/install/compose) 和 [.env](https://appwrite.io/install/env) 文件手动设置环境。
### 从旧版本升级 ### 从旧版本升级
@ -104,52 +104,73 @@ docker run -it --rm `
开始使用 Appwrite 只需要在控制台创建一个新项目,选择开发平台,然后抓取我们的开发套件。您可以从以下的教程中找到你喜欢的平台开始使用 Appwrite。 开始使用 Appwrite 只需要在控制台创建一个新项目,选择开发平台,然后抓取我们的开发套件。您可以从以下的教程中找到你喜欢的平台开始使用 Appwrite。
* [开始使用 Web](https://appwrite.io/docs/getting-started-for-web) | 类别 | 技术 |
* [开始使用 Flutter](https://appwrite.io/docs/getting-started-for-flutter) | ------------------ | --------------------------------------------------------------------------- |
* [开始使用 Apple](https://appwrite.io/docs/getting-started-for-apple) | **Web 应用** | [Web 快速开始](https://appwrite.io/docs/quick-starts/web) |
* [开始使用 Android](https://appwrite.io/docs/getting-started-for-android) | | [Next.js 快速开始](https://appwrite.io/docs/quick-starts/nextjs) |
* [开始使用 Server](https://appwrite.io/docs/getting-started-for-server) | | [React 快速开始](https://appwrite.io/docs/quick-starts/react) |
* [开始使用 CLI](https://appwrite.io/docs/command-line) | | [Vue.js 快速开始](https://appwrite.io/docs/quick-starts/vue) |
| | [Nuxt 快速开始](https://appwrite.io/docs/quick-starts/nuxt) |
| | [SvelteKit 快速开始](https://appwrite.io/docs/quick-starts/sveltekit) |
| | [Refine 快速开始](https://appwrite.io/docs/quick-starts/refine) |
| | [Angular 快速开始](https://appwrite.io/docs/quick-starts/angular) |
| **苹果于安卓应用** | [React Native 快速开始](https://appwrite.io/docs/quick-starts/react-native) |
| | [Flutter 快速开始](https://appwrite.io/docs/quick-starts/flutter) |
| | [Apple 快速开始](https://appwrite.io/docs/quick-starts/apple) |
| | [Android 快速开始](https://appwrite.io/docs/quick-starts/android) |
| **服务器** | [Node.js 快速开始](https://appwrite.io/docs/quick-starts/node) |
| | [Python 快速开始](https://appwrite.io/docs/quick-starts/python) |
| | [.NET 快速开始](https://appwrite.io/docs/quick-starts/dotnet) |
| | [Dart 快速开始](https://appwrite.io/docs/quick-starts/dart) |
| | [Ruby 快速开始](https://appwrite.io/docs/quick-starts/ruby) |
| | [Deno 快速开始](https://appwrite.io/docs/quick-starts/deno) |
| | [PHP 快速开始](https://appwrite.io/docs/quick-starts/php) |
| | [Kotlin 快速开始](https://appwrite.io/docs/quick-starts/kotlin) |
| | [Swift 快速开始](https://appwrite.io/docs/quick-starts/swift) |
### 软件服务 ### 软件服务
* [**帐户**](https://appwrite.io/docs/references/cloud/client-web/account) -管理当前用户的帐户和登录方式。跟踪和管理用户 Session登录设备登录方法和查看相关记录。 - [**帐户**](https://appwrite.io/docs/references/cloud/client-web/account) -管理当前用户的帐户和登录方式。跟踪和管理用户 Session登录设备登录方法和查看相关记录。
* [**用户**](https://appwrite.io/docs/server/users) - 在以管理员模式登录时管理和列出所有用户。 - [**用户**](https://appwrite.io/docs/server/users) - 在以管理员模式登录时管理和列出所有用户。
* [**团队**](https://appwrite.io/docs/references/cloud/client-web/teams) - 管理用户分组。邀请成员,管理团队中的用户权限和用户角色。 - [**团队**](https://appwrite.io/docs/references/cloud/client-web/teams) - 管理用户分组。邀请成员,管理团队中的用户权限和用户角色。
* [**数据库**](https://appwrite.io/docs/references/cloud/client-web/databases) - 管理数据库文档和文档集。用检索界面来对文档和文档集进行读取,创建,更新,和删除。 - [**数据库**](https://appwrite.io/docs/references/cloud/client-web/databases) - 管理数据库文档和文档集。用检索界面来对文档和文档集进行读取,创建,更新,和删除。
* [**贮存**](https://appwrite.io/docs/references/cloud/client-web/storage) - 管理文件的阅读、创建、删除和预览。设置文件的预览来满足程序的个性化需求。所有文件都由 ClamAV 扫描并安全存储和加密。 - [**贮存**](https://appwrite.io/docs/references/cloud/client-web/storage) - 管理文件的阅读、创建、删除和预览。设置文件的预览来满足程序的个性化需求。所有文件都由 ClamAV 扫描并安全存储和加密。
* [**云函数**](https://appwrite.io/docs/server/functions) - 在安全隔离的环境中运行自定义代码。这些代码可以被事件CRON或者手动操作触发。 - [**云函数**](https://appwrite.io/docs/server/functions) - 在安全隔离的环境中运行自定义代码。这些代码可以被事件CRON或者手动操作触发。
* [**语言适配**](https://appwrite.io/docs/references/cloud/client-web/locale) - 根据用户所在的的国家和地区做出合适的语言适配。 - [**消息传递**](https://appwrite.io/docs/references/cloud/client-web/messaging) - 使用 Appwrite 消息传递功能通过推送通知、电子邮件和短信与用户进行通信。
* [**头像**](https://appwrite.io/docs/references/cloud/client-web/avatars) -管理用户头像、国家旗帜、浏览器图标、信用卡符号,和生成二维码。 - [**语言适配**](https://appwrite.io/docs/references/cloud/client-web/locale) - 根据用户所在的的国家和地区做出合适的语言适配。
如需完整的 API 界面文档,请访问 [https://appwrite.io/docs](https://appwrite.io/docs)。如需更多教程、新闻和公告,请订阅我们的 [博客](https://medium.com/appwrite-io) 和 加入我们的[Discord 社区](https://discord.gg/GSeTUeA)。 - [**头像**](https://appwrite.io/docs/references/cloud/client-web/avatars) -管理用户头像、国家旗帜、浏览器图标、信用卡符号,和生成二维码。
如需完整的 API 界面文档,请访问 [https://appwrite.io/docs](https://appwrite.io/docs)。如需更多教程、新闻和公告,请订阅我们的 [博客](https://medium.com/appwrite-io) 和 加入我们的[Discord 社区](https://discord.gg/GSeTUeA)。
### 开发套件 ### 开发套件
以下是当前支持的平台和语言列表。如果您想帮助我们为您选择的平台添加支持,您可以访问我们的 [SDK 生成器](https://github.com/appwrite/sdk-generator) 项目并查看我们的 [贡献指南](https://github.com/appwrite/sdk-generator/blob/master/CONTRIBUTING.md)。 以下是当前支持的平台和语言列表。如果您想帮助我们为您选择的平台添加支持,您可以访问我们的 [SDK 生成器](https://github.com/appwrite/sdk-generator) 项目并查看我们的 [贡献指南](https://github.com/appwrite/sdk-generator/blob/master/CONTRIBUTING.md)。
#### 客户端 #### 客户端
* ✅ &nbsp; [Web](https://github.com/appwrite/sdk-for-web) (由 Appwrite 团队维护)
* ✅ &nbsp; [Flutter](https://github.com/appwrite/sdk-for-flutter) (由 Appwrite 团队维护) - ✅ &nbsp; [Web](https://github.com/appwrite/sdk-for-web) (由 Appwrite 团队维护)
* ✅ &nbsp; [Apple](https://github.com/appwrite/sdk-for-apple) - **公测** (由 Appwrite 团队维护) - ✅ &nbsp; [Flutter](https://github.com/appwrite/sdk-for-flutter) (由 Appwrite 团队维护)
* ✅ &nbsp; [Android](https://github.com/appwrite/sdk-for-android) (由 Appwrite 团队维护) - ✅ &nbsp; [Apple](https://github.com/appwrite/sdk-for-apple) (由 Appwrite 团队维护)
- ✅ &nbsp; [Android](https://github.com/appwrite/sdk-for-android) (由 Appwrite 团队维护)
- ✅ &nbsp; [React Native](https://github.com/appwrite/sdk-for-react-native) - **公测** (由 Appwrite 团队维护)
#### 服务器 #### 服务器
* ✅ &nbsp; [NodeJS](https://github.com/appwrite/sdk-for-node) (由 Appwrite 团队维护)
* ✅ &nbsp; [PHP](https://github.com/appwrite/sdk-for-php) (由 Appwrite 团队维护) - ✅ &nbsp; [NodeJS](https://github.com/appwrite/sdk-for-node) (由 Appwrite 团队维护)
* ✅ &nbsp; [Dart](https://github.com/appwrite/sdk-for-dart) - (由 Appwrite 团队维护) - ✅ &nbsp; [PHP](https://github.com/appwrite/sdk-for-php) (由 Appwrite 团队维护)
* ✅ &nbsp; [Deno](https://github.com/appwrite/sdk-for-deno) - **公测** (由 Appwrite 团队维护) - ✅ &nbsp; [Dart](https://github.com/appwrite/sdk-for-dart) (由 Appwrite 团队维护)
* ✅ &nbsp; [Ruby](https://github.com/appwrite/sdk-for-ruby) (由 Appwrite 团队维护) - ✅ &nbsp; [Deno](https://github.com/appwrite/sdk-for-deno) (由 Appwrite 团队维护)
* ✅ &nbsp; [Python](https://github.com/appwrite/sdk-for-python) (由 Appwrite 团队维护) - ✅ &nbsp; [Ruby](https://github.com/appwrite/sdk-for-ruby) (由 Appwrite 团队维护)
* ✅ &nbsp; [Kotlin](https://github.com/appwrite/sdk-for-kotlin) - **公测** (由 Appwrite 团队维护) - ✅ &nbsp; [Python](https://github.com/appwrite/sdk-for-python) (由 Appwrite 团队维护)
* ✅ &nbsp; [Apple](https://github.com/appwrite/sdk-for-apple) - **公测** (由 Appwrite 团队维护) - ✅ &nbsp; [Kotlin](https://github.com/appwrite/sdk-for-kotlin) (由 Appwrite 团队维护)
* ✅ &nbsp; [.NET](https://github.com/appwrite/sdk-for-dotnet) - **公测** (由 Appwrite 团队维护) - ✅ &nbsp; [Swift](https://github.com/appwrite/sdk-for-swift) (由 Appwrite 团队维护)
- ✅ &nbsp; [.NET](https://github.com/appwrite/sdk-for-dotnet) - **公测** (由 Appwrite 团队维护)
#### 开发者社区 #### 开发者社区
* ✅ &nbsp; [Appcelerator Titanium](https://github.com/m1ga/ti.appwrite) (维护者 [Michael Gangolf](https://github.com/m1ga/))
* ✅ &nbsp; [Godot Engine](https://github.com/GodotNuts/appwrite-sdk) (维护者 [fenix-hub @GodotNuts](https://github.com/fenix-hub))
找不到需要的的 SDK - 欢迎通过发起PR来帮助我们完善Appwrite的软件生态环境 [SDK 生成器](https://github.com/appwrite/sdk-generator)! - ✅ &nbsp; [Appcelerator Titanium](https://github.com/m1ga/ti.appwrite) (维护者 [Michael Gangolf](https://github.com/m1ga/))
- ✅ &nbsp; [Godot Engine](https://github.com/GodotNuts/appwrite-sdk) (维护者 [fenix-hub @GodotNuts](https://github.com/fenix-hub))
找不到需要的的 SDK - 欢迎通过发起 PR 来帮助我们完善 Appwrite 的软件生态环境 [SDK 生成器](https://github.com/appwrite/sdk-generator)!
## 软件架构 ## 软件架构
@ -161,13 +182,13 @@ Appwrite API 界面层利用后台缓存和任务委派来提供极速的响应
## 贡献代码 ## 贡献代码
为了确保正确审查,所有代码贡献 - 包括来自具有直接提交更改权限的贡献者 - 都必须提交PR请求并在合并分支之前得到核心开发人员的批准。 为了确保正确审查,所有代码贡献 - 包括来自具有直接提交更改权限的贡献者 - 都必须提交 PR 请求并在合并分支之前得到核心开发人员的批准。
我们欢迎所有人提交PR如果您愿意提供帮助可以在 [贡献指南](CONTRIBUTING.md) 中了解有关如何为项目做出贡献的更多信息。 我们欢迎所有人提交 PR如果您愿意提供帮助可以在 [贡献指南](CONTRIBUTING.md) 中了解有关如何为项目做出贡献的更多信息。
## 安全 ## 安全
为了保护您的隐私请避免在GitHub 上发布安全问题。发送问题至 security@appwrite.io我们将为您做更细致的解答。 为了保护您的隐私,请避免在 GitHub 上发布安全问题。发送问题至 security@appwrite.io我们将为您做更细致的解答。
## 订阅我们 ## 订阅我们

View file

@ -10,14 +10,13 @@
<br /> <br />
</p> </p>
<!-- [![Build Status](https://img.shields.io/travis/com/appwrite/appwrite?style=flat-square)](https://travis-ci.com/appwrite/appwrite) --> <!-- [![Build Status](https://img.shields.io/travis/com/appwrite/appwrite?style=flat-square)](https://travis-ci.com/appwrite/appwrite) -->
[![We're Hiring](https://img.shields.io/static/v1?label=We're&message=Hiring&color=blue&style=flat-square)](https://appwrite.io/company/careers) [![We're Hiring](https://img.shields.io/static/v1?label=We're&message=Hiring&color=blue&style=flat-square)](https://appwrite.io/company/careers)
[![Hacktoberfest](https://img.shields.io/static/v1?label=hacktoberfest&message=ready&color=191120&style=flat-square)](https://hacktoberfest.appwrite.io) [![Hacktoberfest](https://img.shields.io/static/v1?label=hacktoberfest&message=ready&color=191120&style=flat-square)](https://hacktoberfest.appwrite.io)
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord?r=Github) [![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord?r=Github)
[![Build Status](https://img.shields.io/github/actions/workflow/status/appwrite/appwrite/tests.yml?branch=master&label=tests&style=flat-square)](https://github.com/appwrite/appwrite/actions) [![Build Status](https://img.shields.io/github/actions/workflow/status/appwrite/appwrite/tests.yml?branch=master&label=tests&style=flat-square)](https://github.com/appwrite/appwrite/actions)
[![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite) [![X Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite)
<!-- [![Docker Pulls](https://img.shields.io/docker/pulls/appwrite/appwrite?color=f02e65&style=flat-square)](https://hub.docker.com/r/appwrite/appwrite) --> <!-- [![Docker Pulls](https://img.shields.io/docker/pulls/appwrite/appwrite?color=f02e65&style=flat-square)](https://hub.docker.com/r/appwrite/appwrite) -->
<!-- [![Translate](https://img.shields.io/badge/translate-f02e65?style=flat-square)](docs/tutorials/add-translations.md) --> <!-- [![Translate](https://img.shields.io/badge/translate-f02e65?style=flat-square)](docs/tutorials/add-translations.md) -->
@ -76,7 +75,7 @@ docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \ --volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \ --entrypoint="install" \
appwrite/appwrite:1.5.3 appwrite/appwrite:1.5.5
``` ```
### Windows ### Windows
@ -88,7 +87,7 @@ docker run -it --rm ^
--volume //var/run/docker.sock:/var/run/docker.sock ^ --volume //var/run/docker.sock:/var/run/docker.sock ^
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^ --volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
--entrypoint="install" ^ --entrypoint="install" ^
appwrite/appwrite:1.5.3 appwrite/appwrite:1.5.5
``` ```
#### PowerShell #### PowerShell
@ -98,7 +97,7 @@ docker run -it --rm `
--volume /var/run/docker.sock:/var/run/docker.sock ` --volume /var/run/docker.sock:/var/run/docker.sock `
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw ` --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
--entrypoint="install" ` --entrypoint="install" `
appwrite/appwrite:1.5.3 appwrite/appwrite:1.5.5
``` ```
Once the Docker installation is complete, go to http://localhost to access the Appwrite console from your browser. Please note that on non-Linux native hosts, the server might take a few minutes to start after completing the installation. Once the Docker installation is complete, go to http://localhost to access the Appwrite console from your browser. Please note that on non-Linux native hosts, the server might take a few minutes to start after completing the installation.
@ -142,21 +141,39 @@ Choose from one of the providers below:
Getting started with Appwrite is as easy as creating a new project, choosing your platform, and integrating its SDK into your code. You can easily get started with your platform of choice by reading one of our Getting Started tutorials. Getting started with Appwrite is as easy as creating a new project, choosing your platform, and integrating its SDK into your code. You can easily get started with your platform of choice by reading one of our Getting Started tutorials.
- [Getting Started for Web](https://appwrite.io/docs/getting-started-for-web) | Platform | Technology |
- [Getting Started for Flutter](https://appwrite.io/docs/getting-started-for-flutter) | --------------------- | ---------------------------------------------------------------------------------- |
- [Getting Started for Apple](https://appwrite.io/docs/getting-started-for-apple) | **Web app** | [Quick start for Web](https://appwrite.io/docs/quick-starts/web) |
- [Getting Started for Android](https://appwrite.io/docs/getting-started-for-android) | | [Quick start for Next.js](https://appwrite.io/docs/quick-starts/nextjs) |
- [Getting Started for Server](https://appwrite.io/docs/getting-started-for-server) | | [Quick start for React](https://appwrite.io/docs/quick-starts/react) |
- [Getting Started for CLI](https://appwrite.io/docs/command-line) | | [Quick start for Vue.js](https://appwrite.io/docs/quick-starts/vue) |
| | [Quick start for Nuxt](https://appwrite.io/docs/quick-starts/nuxt) |
| | [Quick start for SvelteKit](https://appwrite.io/docs/quick-starts/sveltekit) |
| | [Quick start for Refine](https://appwrite.io/docs/quick-starts/refine) |
| | [Quick start for Angular](https://appwrite.io/docs/quick-starts/angular) |
| **Mobile and Native** | [Quick start for React Native](https://appwrite.io/docs/quick-starts/react-native) |
| | [Quick start for Flutter](https://appwrite.io/docs/quick-starts/flutter) |
| | [Quick start for Apple](https://appwrite.io/docs/quick-starts/apple) |
| | [Quick start for Android](https://appwrite.io/docs/quick-starts/android) |
| **Server** | [Quick start for Node.js](https://appwrite.io/docs/quick-starts/node) |
| | [Quick start for Python](https://appwrite.io/docs/quick-starts/python) |
| | [Quick start for .NET](https://appwrite.io/docs/quick-starts/dotnet) |
| | [Quick start for Dart](https://appwrite.io/docs/quick-starts/dart) |
| | [Quick start for Ruby](https://appwrite.io/docs/quick-starts/ruby) |
| | [Quick start for Deno](https://appwrite.io/docs/quick-starts/deno) |
| | [Quick start for PHP](https://appwrite.io/docs/quick-starts/php) |
| | [Quick start for Kotlin](https://appwrite.io/docs/quick-starts/kotlin) |
| | [Quick start for Swift](https://appwrite.io/docs/quick-starts/swift) |
### Services ### Products
- [**Account**](https://appwrite.io/docs/references/cloud/client-web/account) - Manage current user authentication and account. Track and manage the user sessions, devices, sign-in methods, and security logs. - [**Account**](https://appwrite.io/docs/references/cloud/client-web/account) - Manage current user authentication and account. Track and manage the user sessions, devices, sign-in methods, and security logs.
- [**Users**](https://appwrite.io/docs/server/users) - Manage and list all project users when building backend integrations with Server SDKs. - [**Users**](https://appwrite.io/docs/server/users) - Manage and list all project users when building backend integrations with Server SDKs.
- [**Teams**](https://appwrite.io/docs/references/cloud/client-web/teams) - Manage and group users in teams. Manage memberships, invites, and user roles within a team. - [**Teams**](https://appwrite.io/docs/references/cloud/client-web/teams) - Manage and group users in teams. Manage memberships, invites, and user roles within a team.
- [**Databases**](https://appwrite.io/docs/references/cloud/client-web/databases) - Manage databases, collections, and documents. Read, create, update, and delete documents and filter lists of document collections using advanced filters. - [**Databases**](https://appwrite.io/docs/references/cloud/client-web/databases) - Manage databases, collections, and documents. Read, create, update, and delete documents and filter lists of document collections using advanced filters.
- [**Storage**](https://appwrite.io/docs/references/cloud/client-web/storage) - Manage storage files. Read, create, delete, and preview files. Manipulate the preview of your files to perfectly fit your app. All files are scanned by ClamAV and stored in a secure and encrypted way. - [**Storage**](https://appwrite.io/docs/references/cloud/client-web/storage) - Manage storage files. Read, create, delete, and preview files. Manipulate the preview of your files to perfectly fit your app. All files are scanned by ClamAV and stored in a secure and encrypted way.
- [**Functions**](https://appwrite.io/docs/server/functions) - Customize your Appwrite server by executing your custom code in a secure, isolated environment. You can trigger your code on any Appwrite system event either manually or using a CRON schedule. - [**Functions**](https://appwrite.io/docs/references/cloud/server-nodejs/functions) - Customize your Appwrite project by executing your custom code in a secure, isolated environment. You can trigger your code on any Appwrite system event either manually or using a CRON schedule.
- [**Messaging**](https://appwrite.io/docs/references/cloud/client-web/messaging) - Communicate with your users through push notifications, emails, and SMS text messages using Appwrite Messaging.
- [**Realtime**](https://appwrite.io/docs/realtime) - Listen to real-time events for any of your Appwrite services including users, storage, functions, databases, and more. - [**Realtime**](https://appwrite.io/docs/realtime) - Listen to real-time events for any of your Appwrite services including users, storage, functions, databases, and more.
- [**Locale**](https://appwrite.io/docs/references/cloud/client-web/locale) - Track your user's location and manage your app locale-based data. - [**Locale**](https://appwrite.io/docs/references/cloud/client-web/locale) - Track your user's location and manage your app locale-based data.
- [**Avatars**](https://appwrite.io/docs/references/cloud/client-web/avatars) - Manage your users' avatars, countries' flags, browser icons, and credit card symbols. Generate QR codes from links or plaintext strings. - [**Avatars**](https://appwrite.io/docs/references/cloud/client-web/avatars) - Manage your users' avatars, countries' flags, browser icons, and credit card symbols. Generate QR codes from links or plaintext strings.
@ -171,20 +188,21 @@ Below is a list of currently supported platforms and languages. If you would lik
- ✅ &nbsp; [Web](https://github.com/appwrite/sdk-for-web) (Maintained by the Appwrite Team) - ✅ &nbsp; [Web](https://github.com/appwrite/sdk-for-web) (Maintained by the Appwrite Team)
- ✅ &nbsp; [Flutter](https://github.com/appwrite/sdk-for-flutter) (Maintained by the Appwrite Team) - ✅ &nbsp; [Flutter](https://github.com/appwrite/sdk-for-flutter) (Maintained by the Appwrite Team)
- ✅ &nbsp; [Apple](https://github.com/appwrite/sdk-for-apple) - **Beta** (Maintained by the Appwrite Team) - ✅ &nbsp; [Apple](https://github.com/appwrite/sdk-for-apple) (Maintained by the Appwrite Team)
- ✅ &nbsp; [Android](https://github.com/appwrite/sdk-for-android) (Maintained by the Appwrite Team) - ✅ &nbsp; [Android](https://github.com/appwrite/sdk-for-android) (Maintained by the Appwrite Team)
- ✅ &nbsp; [React Native](https://github.com/appwrite/sdk-for-react-native) - **Beta** (Maintained by the Appwrite Team)
#### Server #### Server
- ✅ &nbsp; [NodeJS](https://github.com/appwrite/sdk-for-node) (Maintained by the Appwrite Team) - ✅ &nbsp; [NodeJS](https://github.com/appwrite/sdk-for-node) (Maintained by the Appwrite Team)
- ✅ &nbsp; [PHP](https://github.com/appwrite/sdk-for-php) (Maintained by the Appwrite Team) - ✅ &nbsp; [PHP](https://github.com/appwrite/sdk-for-php) (Maintained by the Appwrite Team)
- ✅ &nbsp; [Dart](https://github.com/appwrite/sdk-for-dart) - (Maintained by the Appwrite Team) - ✅ &nbsp; [Dart](https://github.com/appwrite/sdk-for-dart) (Maintained by the Appwrite Team)
- ✅ &nbsp; [Deno](https://github.com/appwrite/sdk-for-deno) - **Beta** (Maintained by the Appwrite Team) - ✅ &nbsp; [Deno](https://github.com/appwrite/sdk-for-deno) (Maintained by the Appwrite Team)
- ✅ &nbsp; [Ruby](https://github.com/appwrite/sdk-for-ruby) (Maintained by the Appwrite Team) - ✅ &nbsp; [Ruby](https://github.com/appwrite/sdk-for-ruby) (Maintained by the Appwrite Team)
- ✅ &nbsp; [Python](https://github.com/appwrite/sdk-for-python) (Maintained by the Appwrite Team) - ✅ &nbsp; [Python](https://github.com/appwrite/sdk-for-python) (Maintained by the Appwrite Team)
- ✅ &nbsp; [Kotlin](https://github.com/appwrite/sdk-for-kotlin) - **Beta** (Maintained by the Appwrite Team) - ✅ &nbsp; [Kotlin](https://github.com/appwrite/sdk-for-kotlin) (Maintained by the Appwrite Team)
- ✅ &nbsp; [Apple](https://github.com/appwrite/sdk-for-apple) - **Beta** (Maintained by the Appwrite Team) - ✅ &nbsp; [Swift](https://github.com/appwrite/sdk-for-swift) (Maintained by the Appwrite Team)
- ✅ &nbsp; [.NET](https://github.com/appwrite/sdk-for-dotnet) - **Experimental** (Maintained by the Appwrite Team) - ✅ &nbsp; [.NET](https://github.com/appwrite/sdk-for-dotnet) - **Beta** (Maintained by the Appwrite Team)
#### Community #### Community
@ -213,7 +231,7 @@ For security issues, kindly email us at [security@appwrite.io](mailto:security@a
## Follow Us ## Follow Us
Join our growing community around the world! Check out our official [Blog](https://medium.com/appwrite-io). Follow us on [Twitter](https://twitter.com/appwrite), [Facebook Page](https://www.facebook.com/appwrite.io), [Facebook Group](https://www.facebook.com/groups/appwrite.developers/), [Dev Community](https://dev.to/appwrite) or join our live [Discord server](https://discord.gg/GSeTUeA) for more help, ideas, and discussions. Join our growing community around the world! Check out our official [Blog](https://appwrite.io/blog). Follow us on [X](https://twitter.com/appwrite), [LinkedIn](https://www.linkedin.com/company/appwrite/), [Dev Community](https://dev.to/appwrite) or join our live [Discord server](https://appwrite.io/discord) for more help, ideas, and discussions.
## License ## License

View file

@ -6,9 +6,7 @@ require_once __DIR__ . '/controllers/general.php';
use Appwrite\Event\Certificate; use Appwrite\Event\Certificate;
use Appwrite\Event\Delete; use Appwrite\Event\Delete;
use Appwrite\Event\Func; use Appwrite\Event\Func;
use Appwrite\Event\Hamster;
use Appwrite\Platform\Appwrite; use Appwrite\Platform\Appwrite;
use Utopia\App;
use Utopia\Cache\Adapter\Sharding; use Utopia\Cache\Adapter\Sharding;
use Utopia\Cache\Cache; use Utopia\Cache\Cache;
use Utopia\CLI\CLI; use Utopia\CLI\CLI;
@ -22,6 +20,7 @@ use Utopia\Platform\Service;
use Utopia\Pools\Group; use Utopia\Pools\Group;
use Utopia\Queue\Connection; use Utopia\Queue\Connection;
use Utopia\Registry\Registry; use Utopia\Registry\Registry;
use Utopia\System\System;
Authorization::disable(); Authorization::disable();
@ -131,9 +130,6 @@ CLI::setResource('queue', function (Group $pools) {
CLI::setResource('queueForFunctions', function (Connection $queue) { CLI::setResource('queueForFunctions', function (Connection $queue) {
return new Func($queue); return new Func($queue);
}, ['queue']); }, ['queue']);
CLI::setResource('queueForHamster', function (Connection $queue) {
return new Hamster($queue);
}, ['queue']);
CLI::setResource('queueForDeletes', function (Connection $queue) { CLI::setResource('queueForDeletes', function (Connection $queue) {
return new Delete($queue); return new Delete($queue);
}, ['queue']); }, ['queue']);
@ -145,7 +141,7 @@ CLI::setResource('logError', function (Registry $register) {
$logger = $register->get('logger'); $logger = $register->get('logger');
if ($logger) { if ($logger) {
$version = App::getEnv('_APP_VERSION', 'UNKNOWN'); $version = System::getEnv('_APP_VERSION', 'UNKNOWN');
$log = new Log(); $log = new Log();
$log->setNamespace($namespace); $log->setNamespace($namespace);
@ -164,7 +160,7 @@ CLI::setResource('logError', function (Registry $register) {
$log->setAction($action); $log->setAction($action);
$isProduction = App::getEnv('_APP_ENV', 'development') === 'production'; $isProduction = System::getEnv('_APP_ENV', 'development') === 'production';
$log->setEnvironment($isProduction ? Log::ENVIRONMENT_PRODUCTION : Log::ENVIRONMENT_STAGING); $log->setEnvironment($isProduction ? Log::ENVIRONMENT_PRODUCTION : Log::ENVIRONMENT_STAGING);
$responseCode = $logger->addLog($log); $responseCode = $logger->addLog($log);

View file

@ -4,7 +4,7 @@ return [
'amex' => ['name' => 'American Express', 'path' => __DIR__ . '/credit-cards/amex.png'], 'amex' => ['name' => 'American Express', 'path' => __DIR__ . '/credit-cards/amex.png'],
'argencard' => ['name' => 'Argencard', 'path' => __DIR__ . '/credit-cards/argencard.png'], 'argencard' => ['name' => 'Argencard', 'path' => __DIR__ . '/credit-cards/argencard.png'],
'cabal' => ['name' => 'Cabal', 'path' => __DIR__ . '/credit-cards/cabal.png'], 'cabal' => ['name' => 'Cabal', 'path' => __DIR__ . '/credit-cards/cabal.png'],
'censosud' => ['name' => 'Consosud', 'path' => __DIR__ . '/credit-cards/consosud.png'], 'cencosud' => ['name' => 'Cencosud', 'path' => __DIR__ . '/credit-cards/cencosud.png'],
'diners' => ['name' => 'Diners Club', 'path' => __DIR__ . '/credit-cards/diners.png'], 'diners' => ['name' => 'Diners Club', 'path' => __DIR__ . '/credit-cards/diners.png'],
'discover' => ['name' => 'Discover', 'path' => __DIR__ . '/credit-cards/discover.png'], 'discover' => ['name' => 'Discover', 'path' => __DIR__ . '/credit-cards/discover.png'],
'elo' => ['name' => 'Elo', 'path' => __DIR__ . '/credit-cards/elo.png'], 'elo' => ['name' => 'Elo', 'path' => __DIR__ . '/credit-cards/elo.png'],

View file

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View file

@ -142,6 +142,7 @@ return [
'pw' => ['name' => 'Palau', 'path' => __DIR__ . '/flags/pw.png'], 'pw' => ['name' => 'Palau', 'path' => __DIR__ . '/flags/pw.png'],
'pg' => ['name' => 'Papua New Guinea', 'path' => __DIR__ . '/flags/pg.png'], 'pg' => ['name' => 'Papua New Guinea', 'path' => __DIR__ . '/flags/pg.png'],
'pl' => ['name' => 'Poland', 'path' => __DIR__ . '/flags/pl.png'], 'pl' => ['name' => 'Poland', 'path' => __DIR__ . '/flags/pl.png'],
'pf' => ['name' => 'French Polynesia', 'path' => __DIR__ . '/flags/pf.png'],
'kp' => ['name' => 'North Korea', 'path' => __DIR__ . '/flags/kp.png'], 'kp' => ['name' => 'North Korea', 'path' => __DIR__ . '/flags/kp.png'],
'pt' => ['name' => 'Portugal', 'path' => __DIR__ . '/flags/pt.png'], 'pt' => ['name' => 'Portugal', 'path' => __DIR__ . '/flags/pt.png'],
'py' => ['name' => 'Paraguay', 'path' => __DIR__ . '/flags/py.png'], 'py' => ['name' => 'Paraguay', 'path' => __DIR__ . '/flags/py.png'],

View file

@ -11,7 +11,7 @@ return [
/** General Errors */ /** General Errors */
Exception::GENERAL_UNKNOWN => [ Exception::GENERAL_UNKNOWN => [
'name' => Exception::GENERAL_UNKNOWN, 'name' => Exception::GENERAL_UNKNOWN,
'description' => 'An unknown error has occured. Please check the logs for more information.', 'description' => 'An unknown error has occurred. Please check the logs for more information.',
'code' => 500, 'code' => 500,
], ],
Exception::GENERAL_MOCK => [ Exception::GENERAL_MOCK => [
@ -136,6 +136,11 @@ return [
'description' => 'The current project has exceeded the maximum number of users. Please check your user limit in the Appwrite console.', 'description' => 'The current project has exceeded the maximum number of users. Please check your user limit in the Appwrite console.',
'code' => 501, 'code' => 501,
], ],
Exception::USER_CONSOLE_COUNT_EXCEEDED => [
'name' => Exception::USER_CONSOLE_COUNT_EXCEEDED,
'description' => 'Sign up to the console is restricted. You can contact an administrator to update console sign up restrictions by setting _APP_CONSOLE_WHITELIST_ROOT to "disabled".',
'code' => 501,
],
Exception::USER_JWT_INVALID => [ Exception::USER_JWT_INVALID => [
'name' => Exception::USER_JWT_INVALID, 'name' => Exception::USER_JWT_INVALID,
'description' => 'The JWT token is invalid. Please check the value of the X-Appwrite-JWT header to ensure the correct token is being used.', 'description' => 'The JWT token is invalid. Please check the value of the X-Appwrite-JWT header to ensure the correct token is being used.',
@ -279,7 +284,7 @@ return [
], ],
Exception::USER_CHALLENGE_REQUIRED => [ Exception::USER_CHALLENGE_REQUIRED => [
'name' => Exception::USER_CHALLENGE_REQUIRED, 'name' => Exception::USER_CHALLENGE_REQUIRED,
'description' => 'A recently succeessful challenge is required to complete this action. A challenge is considered recent for 5 minutes.', 'description' => 'A recently successful challenge is required to complete this action. A challenge is considered recent for 5 minutes.',
'code' => 401, 'code' => 401,
], ],
Exception::USER_OAUTH2_BAD_REQUEST => [ Exception::USER_OAUTH2_BAD_REQUEST => [
@ -484,7 +489,7 @@ return [
], ],
Exception::REPOSITORY_NOT_FOUND => [ Exception::REPOSITORY_NOT_FOUND => [
'name' => Exception::REPOSITORY_NOT_FOUND, 'name' => Exception::REPOSITORY_NOT_FOUND,
'description' => 'Repository with the requested ID could not be found. Check to see if the ID is correct, or create the respository.', 'description' => 'Repository with the requested ID could not be found. Check to see if the ID is correct, or create the repository.',
'code' => 404, 'code' => 404,
], ],
Exception::PROVIDER_CONTRIBUTION_CONFLICT => [ Exception::PROVIDER_CONTRIBUTION_CONFLICT => [
@ -494,7 +499,7 @@ return [
], ],
Exception::GENERAL_PROVIDER_FAILURE => [ Exception::GENERAL_PROVIDER_FAILURE => [
'name' => Exception::GENERAL_PROVIDER_FAILURE, 'name' => Exception::GENERAL_PROVIDER_FAILURE,
'description' => 'VCS (Version Control System) provider failed to proccess the request. We believe this is an error with the VCS provider. Try again, or contact support for more information.', 'description' => 'VCS (Version Control System) provider failed to process the request. We believe this is an error with the VCS provider. Try again, or contact support for more information.',
'code' => 400, 'code' => 400,
], ],

View file

@ -1,5 +1,13 @@
<?php <?php
/**
* ISO 3166 standard country codes
* https://www.iso.org/iso-3166-country-codes.html
*
* Source:
* https://www.iso.org/obp/ui/#search/code/
*/
return [ return [
'AF', 'AF',
'AO', 'AO',
@ -73,6 +81,7 @@ return [
'GD', 'GD',
'GT', 'GT',
'GY', 'GY',
'HK',
'HN', 'HN',
'HR', 'HR',
'HT', 'HT',
@ -136,6 +145,7 @@ return [
'NZ', 'NZ',
'OM', 'OM',
'PK', 'PK',
'PS',
'PA', 'PA',
'PE', 'PE',
'PH', 'PH',
@ -180,6 +190,7 @@ return [
'TR', 'TR',
'TV', 'TV',
'TZ', 'TZ',
'TW',
'UG', 'UG',
'UA', 'UA',
'UY', 'UY',

View file

@ -926,12 +926,12 @@ return [
[ [
"code" => "zh-cn", "code" => "zh-cn",
"name" => "Chinese (Simplified)", "name" => "Chinese (Simplified)",
"nativeName" => "国人" "nativeName" => ""
], ],
[ [
"code" => "zh-tw", "code" => "zh-tw",
"name" => "Chinese (Traditional)", "name" => "Chinese (Traditional)",
"nativeName" => "國人" "nativeName" => ""
], ],
[ [
"code" => "zu", "code" => "zu",

View file

@ -136,6 +136,7 @@ return [
'NZ' => '64', 'NZ' => '64',
'OM' => '968', 'OM' => '968',
'PK' => '92', 'PK' => '92',
'PS' => '970',
'PA' => '507', 'PA' => '507',
'PE' => '51', 'PE' => '51',
'PH' => '63', 'PH' => '63',
@ -179,6 +180,7 @@ return [
'TN' => '216', 'TN' => '216',
'TR' => '90', 'TR' => '90',
'TV' => '688', 'TV' => '688',
'TW' => '886',
'TZ' => '255', 'TZ' => '255',
'UG' => '256', 'UG' => '256',
'UA' => '380', 'UA' => '380',

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Baie dankie", "emails.verification.thanks": "Baie dankie",
"emails.verification.signature": "Die {{project}} span", "emails.verification.signature": "Die {{project}} span",
"emails.magicSession.subject": "Teken aan", "emails.magicSession.subject": "Teken aan",
"emails.magicSession.hello": "Goeie dag,", "emails.magicSession.hello": "Goeie dag",
"emails.magicSession.body": "Volg hierdie skakel om in te teken.", "emails.magicSession.body": "Volg hierdie skakel om in te teken.",
"emails.magicSession.footer": "Ignoreer gerus hierdie boodskap as u nie die versoek gestuur het om met die' adres in te teken nie.", "emails.magicSession.footer": "Ignoreer gerus hierdie boodskap as u nie die versoek gestuur het om met die' adres in te teken nie.",
"emails.magicSession.thanks": "Baie dankie", "emails.magicSession.thanks": "Baie dankie",
@ -163,6 +163,7 @@
"countries.nz": "Nieu-Seeland", "countries.nz": "Nieu-Seeland",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestine",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filippyne", "countries.ph": "Filippyne",
@ -206,6 +207,7 @@
"countries.tn": "Tunisië", "countries.tn": "Tunisië",
"countries.tr": "Turkye", "countries.tr": "Turkye",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzanië", "countries.tz": "Tanzanië",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Oekraïne", "countries.ua": "Oekraïne",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Klik op die knoppie hieronder om veilig aan te meld by jou {{project}} rekening. Dit sal oor 1 uur verval.", "emails.magicSession.optionButton": "Klik op die knoppie hieronder om veilig aan te meld by jou {{project}} rekening. Dit sal oor 1 uur verval.",
"emails.magicSession.buttonText": "Meld aan by {{project}}", "emails.magicSession.buttonText": "Meld aan by {{project}}",
"emails.magicSession.clientInfo": "Hierdie teken-in is aangevra met behulp van {{agentClient}} op {{agentDevice}} {{agentOs}}. As jy nie die teken-in versoek het nie, kan jy hierdie e-pos veilig ignoreer.", "emails.magicSession.clientInfo": "Hierdie teken-in is aangevra met behulp van {{agentClient}} op {{agentDevice}} {{agentOs}}. As jy nie die teken-in versoek het nie, kan jy hierdie e-pos veilig ignoreer.",
"sms.verification.body": "{{secret}} is jou {{project}} verifikasiekode.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Die sekuriteitsfrase vir hierdie e-pos is {{phrase}}. Jy kan hierdie e-pos vertrou as hierdie frase ooreenstem met die frase wat tydens aanmelding getoon is.", "emails.magicSession.securityPhrase": "Die sekuriteitsfrase vir hierdie e-pos is {{phrase}}. Jy kan hierdie e-pos vertrou as hierdie frase ooreenstem met die frase wat tydens aanmelding getoon is.",
"emails.magicSession.optionUrl": "As u nie met die knoppie hierbo kan aanmeld nie, besoek asseblief die volgende skakel:", "emails.magicSession.optionUrl": "As u nie met die knoppie hierbo kan aanmeld nie, besoek asseblief die volgende skakel:",
"emails.otpSession.subject": "{{project}} Aanteken", "emails.otpSession.subject": "{{project}} Aanteken",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "شكرا", "emails.verification.thanks": "شكرا",
"emails.verification.signature": "فريق {{project}}", "emails.verification.signature": "فريق {{project}}",
"emails.magicSession.subject": "تسجيل الدخول", "emails.magicSession.subject": "تسجيل الدخول",
"emails.magicSession.hello": "أهلا،", "emails.magicSession.hello": "أهلا",
"emails.magicSession.body": "اتبع هذا الرابط لتسجيل الدخول", "emails.magicSession.body": "اتبع هذا الرابط لتسجيل الدخول",
"emails.magicSession.footer": "لو لم تطلب تسجيل الدخول بهذا البريد الاكتروني ، يمكنك تجاهل هذه الرسالة", "emails.magicSession.footer": "لو لم تطلب تسجيل الدخول بهذا البريد الاكتروني ، يمكنك تجاهل هذه الرسالة",
"emails.magicSession.thanks": "شكرا", "emails.magicSession.thanks": "شكرا",
@ -163,6 +163,7 @@
"countries.nz": "نيوزيلندا", "countries.nz": "نيوزيلندا",
"countries.om": "عمان", "countries.om": "عمان",
"countries.pk": "باكستان", "countries.pk": "باكستان",
"countries.ps": "فلسطين",
"countries.pa": "بنما", "countries.pa": "بنما",
"countries.pe": "بيرو", "countries.pe": "بيرو",
"countries.ph": "الفلبين", "countries.ph": "الفلبين",
@ -206,6 +207,7 @@
"countries.tn": "تونس", "countries.tn": "تونس",
"countries.tr": "تركيا", "countries.tr": "تركيا",
"countries.tv": "توفالو", "countries.tv": "توفالو",
"countries.tw": "تايوان",
"countries.tz": "تنزانيا", "countries.tz": "تنزانيا",
"countries.ug": "أوغندا", "countries.ug": "أوغندا",
"countries.ua": "أوكرانيا", "countries.ua": "أوكرانيا",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "انقر على الزر أدناه لتسجيل الدخول بأمان إلى حساب {{project}} الخاص بك. سينتهي في غضون ساعة واحدة.", "emails.magicSession.optionButton": "انقر على الزر أدناه لتسجيل الدخول بأمان إلى حساب {{project}} الخاص بك. سينتهي في غضون ساعة واحدة.",
"emails.magicSession.buttonText": "تسجيل الدخول إلى {{project}}", "emails.magicSession.buttonText": "تسجيل الدخول إلى {{project}}",
"emails.magicSession.clientInfo": "تم طلب هذا الدخول باستخدام {{agentClient}} على {{agentDevice}} {{agentOs}}. إذا لم تطلب الدخول، يمكنك تجاهل هذا البريد الإلكتروني بأمان.", "emails.magicSession.clientInfo": "تم طلب هذا الدخول باستخدام {{agentClient}} على {{agentDevice}} {{agentOs}}. إذا لم تطلب الدخول، يمكنك تجاهل هذا البريد الإلكتروني بأمان.",
"sms.verification.body": "{{secret}} هو رمز التحقق الخاص بمشروعك {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "عبارة الأمان لهذا البريد الإلكتروني هي {{phrase}}. يمكنك الوثوق بهذا البريد الإلكتروني إذا كانت هذه العبارة تطابق العبارة التي تظهر أثناء التسجيل.", "emails.magicSession.securityPhrase": "عبارة الأمان لهذا البريد الإلكتروني هي {{phrase}}. يمكنك الوثوق بهذا البريد الإلكتروني إذا كانت هذه العبارة تطابق العبارة التي تظهر أثناء التسجيل.",
"emails.magicSession.optionUrl": "إذا لم تتمكن من تسجيل الدخول باستخدام الزر أعلاه، يرجى زيارة الرابط التالي:", "emails.magicSession.optionUrl": "إذا لم تتمكن من تسجيل الدخول باستخدام الزر أعلاه، يرجى زيارة الرابط التالي:",
"emails.otpSession.subject": "تسجيل دخول {{project}}", "emails.otpSession.subject": "تسجيل دخول {{project}}",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "ধন্যবাদ", "emails.verification.thanks": "ধন্যবাদ",
"emails.verification.signature": "{{project}} দল", "emails.verification.signature": "{{project}} দল",
"emails.magicSession.subject": "লগইন", "emails.magicSession.subject": "লগইন",
"emails.magicSession.hello": "নমস্কাৰ,", "emails.magicSession.hello": "নমস্কাৰ",
"emails.magicSession.body": "লগইন কৰিবলৈ এই লিংকটো অনুসৰণ কৰক।", "emails.magicSession.body": "লগইন কৰিবলৈ এই লিংকটো অনুসৰণ কৰক।",
"emails.magicSession.footer": "যদি আপুনি এই ইমেইল ব্যৱহাৰ কৰি লগইন কৰিবলৈ কোৱা নাছিল, আপুনি এই বাৰ্তাটো উপেক্ষা কৰিব পাৰে।", "emails.magicSession.footer": "যদি আপুনি এই ইমেইল ব্যৱহাৰ কৰি লগইন কৰিবলৈ কোৱা নাছিল, আপুনি এই বাৰ্তাটো উপেক্ষা কৰিব পাৰে।",
"emails.magicSession.thanks": "ধন্যবাদ", "emails.magicSession.thanks": "ধন্যবাদ",
@ -163,6 +163,7 @@
"countries.nz": "নিউজিলেণ্ড", "countries.nz": "নিউজিলেণ্ড",
"countries.om": "ওমান", "countries.om": "ওমান",
"countries.pk": "পাকিস্তান", "countries.pk": "পাকিস্তান",
"countries.ps": "প্যালেস্টাইন",
"countries.pa": "পানামা", "countries.pa": "পানামা",
"countries.pe": "পেৰু", "countries.pe": "পেৰু",
"countries.ph": "ফিলিপাইনচ", "countries.ph": "ফিলিপাইনচ",
@ -206,6 +207,7 @@
"countries.tn": "টিউনিচিয়া", "countries.tn": "টিউনিচিয়া",
"countries.tr": "তুৰ্কী", "countries.tr": "তুৰ্কী",
"countries.tv": "টুভালু", "countries.tv": "টুভালু",
"countries.tw": "তাইওয়ান",
"countries.tz": "তাঞ্জানিয়া", "countries.tz": "তাঞ্জানিয়া",
"countries.ug": "উগাণ্ডা", "countries.ug": "উগাণ্ডা",
"countries.ua": "ইউক্ৰেইন", "countries.ua": "ইউক্ৰেইন",
@ -247,5 +249,5 @@
"emails.certificate.footer": "আপোনাৰ পূৰ্বৰ প্ৰমাণপত্ৰটো প্ৰথম ব্ৰিফল হোৱাৰ দিনৰ পৰা ৩০ দিনলৈ বৈধ থাকিব। আমি এই ঘটনাটোৰ তদন্ত কৰিবলৈ উচ্চ পৰামৰ্শ দিয়ে, অন্যথা আপোনাৰ ডোমেইনটো অবৈধ SSL যোগাযোগ অবিহনে থাকিব।", "emails.certificate.footer": "আপোনাৰ পূৰ্বৰ প্ৰমাণপত্ৰটো প্ৰথম ব্ৰিফল হোৱাৰ দিনৰ পৰা ৩০ দিনলৈ বৈধ থাকিব। আমি এই ঘটনাটোৰ তদন্ত কৰিবলৈ উচ্চ পৰামৰ্শ দিয়ে, অন্যথা আপোনাৰ ডোমেইনটো অবৈধ SSL যোগাযোগ অবিহনে থাকিব।",
"emails.certificate.thanks": "ধন্যবাদ", "emails.certificate.thanks": "ধন্যবাদ",
"emails.certificate.signature": "{{project}} দল", "emails.certificate.signature": "{{project}} দল",
"sms.verification.body": "{{secret}} আপোনাৰ {{project}} যাচাইকৰণ কোড।" "sms.verification.body": "{{secret}}"
} }

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Təşəkkürlər", "emails.verification.thanks": "Təşəkkürlər",
"emails.verification.signature": "{{project}} komandası", "emails.verification.signature": "{{project}} komandası",
"emails.magicSession.subject": "Daxil Olmaq", "emails.magicSession.subject": "Daxil Olmaq",
"emails.magicSession.hello": "Salam,", "emails.magicSession.hello": "Salam",
"emails.magicSession.body": "Daxil olmaq üçün bu linki izləyin.", "emails.magicSession.body": "Daxil olmaq üçün bu linki izləyin.",
"emails.magicSession.footer": "Bu e-poçtdan istifadə edərək giriş istəməmisinizsə, bu mesajı görməməzlikdən gələ bilərsiniz.", "emails.magicSession.footer": "Bu e-poçtdan istifadə edərək giriş istəməmisinizsə, bu mesajı görməməzlikdən gələ bilərsiniz.",
"emails.magicSession.thanks": "Təşəkkürlər", "emails.magicSession.thanks": "Təşəkkürlər",
@ -163,6 +163,7 @@
"countries.nz": "Yeni Zelandiya", "countries.nz": "Yeni Zelandiya",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Fələstin",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filippin", "countries.ph": "Filippin",
@ -206,6 +207,7 @@
"countries.tn": "Tunis", "countries.tn": "Tunis",
"countries.tr": "Türkiyə", "countries.tr": "Türkiyə",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Tayvan",
"countries.tz": "Tanzaniya", "countries.tz": "Tanzaniya",
"countries.ug": "Uqanda", "countries.ug": "Uqanda",
"countries.ua": "Ukrayna", "countries.ua": "Ukrayna",
@ -232,7 +234,7 @@
"continents.na": "Şimali Amerika", "continents.na": "Şimali Amerika",
"continents.oc": "Okeaniya", "continents.oc": "Okeaniya",
"continents.sa": "Cənubi Amerika", "continents.sa": "Cənubi Amerika",
"sms.verification.body": "{{secret}} sizin {{project}} təsdiqləmə kodunuzdur.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Bu e-poçt üçün təhlükəsizlik ifadəsi {{phrase}}-dir. Əgər bu ifadə daxil olarkən göstərilən ifadə ilə üst-üstə düşürsə, bu e-poçta etibar edə bilərsiniz.", "emails.magicSession.securityPhrase": "Bu e-poçt üçün təhlükəsizlik ifadəsi {{phrase}}-dir. Əgər bu ifadə daxil olarkən göstərilən ifadə ilə üst-üstə düşürsə, bu e-poçta etibar edə bilərsiniz.",
"emails.magicSession.optionUrl": "Əgər yuxarıdakı düyməni istifadə edərək daxil ola bilmirsizsə, zəhmət olmasa aşağıdakı linkə daxil olun:", "emails.magicSession.optionUrl": "Əgər yuxarıdakı düyməni istifadə edərək daxil ola bilmirsizsə, zəhmət olmasa aşağıdakı linkə daxil olun:",
"emails.otpSession.subject": "{{project}} Giriş", "emails.otpSession.subject": "{{project}} Giriş",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Дзякуем", "emails.verification.thanks": "Дзякуем",
"emails.verification.signature": "каманда {{project}}", "emails.verification.signature": "каманда {{project}}",
"emails.magicSession.subject": "Лагін", "emails.magicSession.subject": "Лагін",
"emails.magicSession.hello": "Прывітанне,", "emails.magicSession.hello": "Прывітанне",
"emails.magicSession.body": "Перайдзіце па спасылцы, каб увайсці.", "emails.magicSession.body": "Перайдзіце па спасылцы, каб увайсці.",
"emails.magicSession.footer": "Калі вы не прасілі ўвайсці, выкарыстоўваючы гэты адрас электроннай пошты, праігнаруйце гэтае паведамленне.", "emails.magicSession.footer": "Калі вы не прасілі ўвайсці, выкарыстоўваючы гэты адрас электроннай пошты, праігнаруйце гэтае паведамленне.",
"emails.magicSession.thanks": "Дзякуем", "emails.magicSession.thanks": "Дзякуем",
@ -163,6 +163,7 @@
"countries.nz": "Новая Зеландыя", "countries.nz": "Новая Зеландыя",
"countries.om": "Аман", "countries.om": "Аман",
"countries.pk": "Пакістан", "countries.pk": "Пакістан",
"countries.ps": "Палестина",
"countries.pa": "Панама", "countries.pa": "Панама",
"countries.pe": "Перу", "countries.pe": "Перу",
"countries.ph": "Філіпіны", "countries.ph": "Філіпіны",
@ -206,6 +207,7 @@
"countries.tn": "Туніс", "countries.tn": "Туніс",
"countries.tr": "Турцыя", "countries.tr": "Турцыя",
"countries.tv": "Тувалу", "countries.tv": "Тувалу",
"countries.tw": "Тайвань",
"countries.tz": "Танзанія", "countries.tz": "Танзанія",
"countries.ug": "Уганда", "countries.ug": "Уганда",
"countries.ua": "Украіна", "countries.ua": "Украіна",
@ -247,5 +249,5 @@
"emails.certificate.footer": "Ваш папярэдні сертыфікат будзе дзейнічаць 30 дзён з моманту першай няўдачы. Мы высока рэкамендуем расследаваць гэтую сітуацыю, інакш ваш дамен апынецца без дзейнага сертыфіката SSL-злучэння.", "emails.certificate.footer": "Ваш папярэдні сертыфікат будзе дзейнічаць 30 дзён з моманту першай няўдачы. Мы высока рэкамендуем расследаваць гэтую сітуацыю, інакш ваш дамен апынецца без дзейнага сертыфіката SSL-злучэння.",
"emails.certificate.thanks": "Дзякуй", "emails.certificate.thanks": "Дзякуй",
"emails.certificate.signature": "каманда {{project}}", "emails.certificate.signature": "каманда {{project}}",
"sms.verification.body": "{{secret}} з'яўляецца вашым кодам праверкі для {{project}}." "sms.verification.body": "{{secret}}"
} }

View file

@ -163,6 +163,7 @@
"countries.nz": "Нова Зеландия", "countries.nz": "Нова Зеландия",
"countries.om": "Оман", "countries.om": "Оман",
"countries.pk": "Пакистан", "countries.pk": "Пакистан",
"countries.ps": "Палестина",
"countries.pa": "Панама", "countries.pa": "Панама",
"countries.pe": "Перу", "countries.pe": "Перу",
"countries.ph": "Филипини", "countries.ph": "Филипини",
@ -206,6 +207,7 @@
"countries.tn": "Тунис", "countries.tn": "Тунис",
"countries.tr": "Турция", "countries.tr": "Турция",
"countries.tv": "Тувалу", "countries.tv": "Тувалу",
"countries.tw": "Тайван",
"countries.tz": "Танзания", "countries.tz": "Танзания",
"countries.ug": "Уганда", "countries.ug": "Уганда",
"countries.ua": "Украйна", "countries.ua": "Украйна",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Натиснете бутона по-долу, за да се впишете сигурно във вашия {{project}} акаунт. Той ще изтече след 1 час.", "emails.magicSession.optionButton": "Натиснете бутона по-долу, за да се впишете сигурно във вашия {{project}} акаунт. Той ще изтече след 1 час.",
"emails.magicSession.buttonText": "Влезте в {{project}}", "emails.magicSession.buttonText": "Влезте в {{project}}",
"emails.magicSession.clientInfo": "Този вход беше заявен чрез {{agentClient}} на {{agentDevice}} {{agentOs}}. Ако не сте поискали входа, можете безопасно да игнорирате този имейл.", "emails.magicSession.clientInfo": "Този вход беше заявен чрез {{agentClient}} на {{agentDevice}} {{agentOs}}. Ако не сте поискали входа, можете безопасно да игнорирате този имейл.",
"sms.verification.body": "{{secret}} е вашият код за верификация за {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Фразата за сигурност на този имейл е {{phrase}}. Можете да се доверите на този имейл, ако тази фраза съвпада с фразата, показана по време на вписването.", "emails.magicSession.securityPhrase": "Фразата за сигурност на този имейл е {{phrase}}. Можете да се доверите на този имейл, ако тази фраза съвпада с фразата, показана по време на вписването.",
"emails.magicSession.optionUrl": "Ако не можете да влезете чрез горния бутон, моля, посетете следния линк:", "emails.magicSession.optionUrl": "Ако не можете да влезете чрез горния бутон, моля, посетете следния линк:",
"emails.otpSession.subject": "Вход в {{project}}", "emails.otpSession.subject": "Вход в {{project}}",

View file

@ -163,6 +163,7 @@
"countries.nz": "न्यूजीलैंड", "countries.nz": "न्यूजीलैंड",
"countries.om": "ओमान", "countries.om": "ओमान",
"countries.pk": "पाकिस्तान", "countries.pk": "पाकिस्तान",
"countries.ps": "पैलिस्टाइन",
"countries.pa": "पनामा", "countries.pa": "पनामा",
"countries.pe": "पेरू", "countries.pe": "पेरू",
"countries.ph": "फिलीपींस", "countries.ph": "फिलीपींस",
@ -206,6 +207,7 @@
"countries.tn": "ट्यूनीशिया", "countries.tn": "ट्यूनीशिया",
"countries.tr": "तुर्की", "countries.tr": "तुर्की",
"countries.tv": "तुवालू", "countries.tv": "तुवालू",
"countries.tw": "ताइवान",
"countries.tz": "तंजानिया", "countries.tz": "तंजानिया",
"countries.ug": "युगांडा", "countries.ug": "युगांडा",
"countries.ua": "यूक्रेन", "countries.ua": "यूक्रेन",
@ -247,5 +249,5 @@
"emails.certificate.footer": "तोहार पिछलका प्रमाणपत्र पहिल असफलता से 30 दिन धरी मान्य होईत। हम बहुत जोर देके सलाह देतानी कि एह मामला के जांच करीं, नहीं त तोहार डोमेन बिना कोनो मान्य SSL संवाद के रहि जाईत।", "emails.certificate.footer": "तोहार पिछलका प्रमाणपत्र पहिल असफलता से 30 दिन धरी मान्य होईत। हम बहुत जोर देके सलाह देतानी कि एह मामला के जांच करीं, नहीं त तोहार डोमेन बिना कोनो मान्य SSL संवाद के रहि जाईत।",
"emails.certificate.thanks": "धन्यवाद", "emails.certificate.thanks": "धन्यवाद",
"emails.certificate.signature": "{{project}} टीम", "emails.certificate.signature": "{{project}} टीम",
"sms.verification.body": "{{secret}} आपके {{project}} सत्यापन कोड हवे।" "sms.verification.body": "{{secret}}"
} }

View file

@ -163,6 +163,7 @@
"countries.nz": "নিউজিল্যান্ড", "countries.nz": "নিউজিল্যান্ড",
"countries.om": "ওমান", "countries.om": "ওমান",
"countries.pk": "পাকিস্তান", "countries.pk": "পাকিস্তান",
"countries.ps": "প্যালেস্টাইন",
"countries.pa": "পানামা", "countries.pa": "পানামা",
"countries.pe": "পেরু", "countries.pe": "পেরু",
"countries.ph": "ফিলিপাইন", "countries.ph": "ফিলিপাইন",
@ -206,6 +207,7 @@
"countries.tn": "তিউনিসিয়া", "countries.tn": "তিউনিসিয়া",
"countries.tr": "তুরস্ক", "countries.tr": "তুরস্ক",
"countries.tv": "টুভালু", "countries.tv": "টুভালু",
"countries.tw": "তাইওয়ান",
"countries.tz": "তানজানিয়া", "countries.tz": "তানজানিয়া",
"countries.ug": "উগান্ডা", "countries.ug": "উগান্ডা",
"countries.ua": "ইউক্রেন", "countries.ua": "ইউক্রেন",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "নীচের বোতামে ক্লিক করুন আপনার {{project}} অ্যাকাউন্টে নিরাপদে সাইন ইন করতে। এটি ১ ঘন্টা পরে মেয়াদ উত্তীর্ণ হবে।", "emails.magicSession.optionButton": "নীচের বোতামে ক্লিক করুন আপনার {{project}} অ্যাকাউন্টে নিরাপদে সাইন ইন করতে। এটি ১ ঘন্টা পরে মেয়াদ উত্তীর্ণ হবে।",
"emails.magicSession.buttonText": "{{project}}-এ সাইন ইন করুন", "emails.magicSession.buttonText": "{{project}}-এ সাইন ইন করুন",
"emails.magicSession.clientInfo": "এই সাইন ইনটি {{agentClient}} ব্যবহার করে {{agentDevice}} {{agentOs}}-এ অনুরোধ করা হয়েছিল। যদি আপনি সাইন ইনের অনুরোধ করেননি, আপনি নিরাপদে এই ইমেইলটি উপেক্ষা করতে পারেন।", "emails.magicSession.clientInfo": "এই সাইন ইনটি {{agentClient}} ব্যবহার করে {{agentDevice}} {{agentOs}}-এ অনুরোধ করা হয়েছিল। যদি আপনি সাইন ইনের অনুরোধ করেননি, আপনি নিরাপদে এই ইমেইলটি উপেক্ষা করতে পারেন।",
"sms.verification.body": "{{secret}} আপনার {{project}} যাচাইকরণ কোড।", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "এই ইমেলের জন্য নিরাপত্তা বাক্যটি হল {{phrase}}। সাইন-ইনের সময় দেখানো বাক্যটির সাথে এই বাক্যটি মিলে গেলে আপনি এই ইমেইলকে বিশ্বাস করতে পারেন।", "emails.magicSession.securityPhrase": "এই ইমেলের জন্য নিরাপত্তা বাক্যটি হল {{phrase}}। সাইন-ইনের সময় দেখানো বাক্যটির সাথে এই বাক্যটি মিলে গেলে আপনি এই ইমেইলকে বিশ্বাস করতে পারেন।",
"emails.magicSession.optionUrl": "উপরের বোতামটি ব্যবহার করে আপনি যদি সাইন ইন করতে অক্ষম হন, অনুগ্রহ করে নিম্নলিখিত লিঙ্কটি দেখুন:", "emails.magicSession.optionUrl": "উপরের বোতামটি ব্যবহার করে আপনি যদি সাইন ইন করতে অক্ষম হন, অনুগ্রহ করে নিম্নলিখিত লিঙ্কটি দেখুন:",
"emails.otpSession.subject": "{{project}} লগইন", "emails.otpSession.subject": "{{project}} লগইন",

View file

@ -163,6 +163,7 @@
"countries.nz": "Novi Zeland", "countries.nz": "Novi Zeland",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filipini", "countries.ph": "Filipini",
@ -206,6 +207,7 @@
"countries.tn": "Tunis", "countries.tn": "Tunis",
"countries.tr": "Turska", "countries.tr": "Turska",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Tajvan",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukrajina", "countries.ua": "Ukrajina",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Kliknite na dugme ispod kako biste se sigurno prijavili na svoj {{project}} račun. Istek će se dogoditi za 1 sat.", "emails.magicSession.optionButton": "Kliknite na dugme ispod kako biste se sigurno prijavili na svoj {{project}} račun. Istek će se dogoditi za 1 sat.",
"emails.magicSession.buttonText": "Prijavi se na {{project}}", "emails.magicSession.buttonText": "Prijavi se na {{project}}",
"emails.magicSession.clientInfo": "Ova prijava je zatražena korištenjem {{agentClient}} na {{agentDevice}} {{agentOs}}. Ako niste zahtjevali prijavu, možete sigurno ignorirati ovaj e-mail.", "emails.magicSession.clientInfo": "Ova prijava je zatražena korištenjem {{agentClient}} na {{agentDevice}} {{agentOs}}. Ako niste zahtjevali prijavu, možete sigurno ignorirati ovaj e-mail.",
"sms.verification.body": "{{secret}} je vaš {{project}} verifikacijski kod.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Sigurnosna fraza za ovaj email je {{phrase}}. Ovom emailu možete vjerovati ako se fraza poklapa sa frazom prikazanom prilikom prijave.", "emails.magicSession.securityPhrase": "Sigurnosna fraza za ovaj email je {{phrase}}. Ovom emailu možete vjerovati ako se fraza poklapa sa frazom prikazanom prilikom prijave.",
"emails.magicSession.optionUrl": "Ako ne možete da se prijavite koristeći gornje dugme, molimo posetite sledeći link:", "emails.magicSession.optionUrl": "Ako ne možete da se prijavite koristeći gornje dugme, molimo posetite sledeći link:",
"emails.otpSession.subject": "{{project}} Prijava", "emails.otpSession.subject": "{{project}} Prijava",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Gràcies", "emails.verification.thanks": "Gràcies",
"emails.verification.signature": "Equip {{project}}", "emails.verification.signature": "Equip {{project}}",
"emails.magicSession.subject": "Entrar", "emails.magicSession.subject": "Entrar",
"emails.magicSession.hello": "Hola,", "emails.magicSession.hello": "Hola",
"emails.magicSession.body": "Accedeix a aquest enllaç per a entrar.", "emails.magicSession.body": "Accedeix a aquest enllaç per a entrar.",
"emails.magicSession.footer": "Si no has sol·licitat entrar amb aquesta adreça electrònica, pots ignorar aquest missatge.", "emails.magicSession.footer": "Si no has sol·licitat entrar amb aquesta adreça electrònica, pots ignorar aquest missatge.",
"emails.magicSession.thanks": "Gràcies", "emails.magicSession.thanks": "Gràcies",
@ -163,6 +163,7 @@
"countries.nz": "Nova Zelanda", "countries.nz": "Nova Zelanda",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestina",
"countries.pa": "Panamà", "countries.pa": "Panamà",
"countries.pe": "Perú", "countries.pe": "Perú",
"countries.ph": "Filipines", "countries.ph": "Filipines",
@ -206,6 +207,7 @@
"countries.tn": "Tunísia", "countries.tn": "Tunísia",
"countries.tr": "Turquia", "countries.tr": "Turquia",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzània", "countries.tz": "Tanzània",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ucraïna", "countries.ua": "Ucraïna",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Feu clic al botó de sota per iniciar sessió de manera segura al vostre compte {{project}}. Caducarà en 1 hora.", "emails.magicSession.optionButton": "Feu clic al botó de sota per iniciar sessió de manera segura al vostre compte {{project}}. Caducarà en 1 hora.",
"emails.magicSession.buttonText": "Inicia sessió a {{project}}", "emails.magicSession.buttonText": "Inicia sessió a {{project}}",
"emails.magicSession.clientInfo": "Aquest inici de sessió s'ha sol·licitat utilitzant {{agentClient}} en {{agentDevice}} {{agentOs}}. Si no has sol·licitat l'inici de sessió, pots ignorar aquest correu electrònic amb seguretat.", "emails.magicSession.clientInfo": "Aquest inici de sessió s'ha sol·licitat utilitzant {{agentClient}} en {{agentDevice}} {{agentOs}}. Si no has sol·licitat l'inici de sessió, pots ignorar aquest correu electrònic amb seguretat.",
"sms.verification.body": "El {{secret}} és el vostre codi de verificació del {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "La frase de seguretat d'aquest correu electrònic és {{phrase}}. Podeu confiar en aquest correu si aquesta frase coincideix amb la frase mostrada durant l'inici de sessió.", "emails.magicSession.securityPhrase": "La frase de seguretat d'aquest correu electrònic és {{phrase}}. Podeu confiar en aquest correu si aquesta frase coincideix amb la frase mostrada durant l'inici de sessió.",
"emails.magicSession.optionUrl": "Si no podeu iniciar sessió utilitzant el botó de dalt, visiteu l'enllaç següent:", "emails.magicSession.optionUrl": "Si no podeu iniciar sessió utilitzant el botó de dalt, visiteu l'enllaç següent:",
"emails.otpSession.subject": "Inici de sessió de {{project}}", "emails.otpSession.subject": "Inici de sessió de {{project}}",

View file

@ -163,6 +163,7 @@
"countries.nz": "Nový Zéland", "countries.nz": "Nový Zéland",
"countries.om": "Omán", "countries.om": "Omán",
"countries.pk": "Pákistán", "countries.pk": "Pákistán",
"countries.ps": "Palestina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filipíny", "countries.ph": "Filipíny",
@ -206,6 +207,7 @@
"countries.tn": "Tunisko", "countries.tn": "Tunisko",
"countries.tr": "Turecko", "countries.tr": "Turecko",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Tchaj-wan",
"countries.tz": "Tanzanie", "countries.tz": "Tanzanie",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraine", "countries.ua": "Ukraine",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Klikněte na tlačítko níže pro bezpečné přihlášení do vašeho účtu {{project}}. Platnost vyprší za 1 hodinu.", "emails.magicSession.optionButton": "Klikněte na tlačítko níže pro bezpečné přihlášení do vašeho účtu {{project}}. Platnost vyprší za 1 hodinu.",
"emails.magicSession.buttonText": "Přihlaste se k {{project}}", "emails.magicSession.buttonText": "Přihlaste se k {{project}}",
"emails.magicSession.clientInfo": "Toto přihlášení bylo požadováno prostřednictvím {{agentClient}} na {{agentDevice}} {{agentOs}}. Pokud jste se nepřihlašovali, můžete tento e-mail bezpečně ignorovat.", "emails.magicSession.clientInfo": "Toto přihlášení bylo požadováno prostřednictvím {{agentClient}} na {{agentDevice}} {{agentOs}}. Pokud jste se nepřihlašovali, můžete tento e-mail bezpečně ignorovat.",
"sms.verification.body": "{{secret}} je váš ověřovací kód pro {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Bezpečnostní fráze pro tento e-mail je {{phrase}}. Tomuto e-mailu můžete důvěřovat, pokud tato fráze odpovídá frázi zobrazené při přihlášení.", "emails.magicSession.securityPhrase": "Bezpečnostní fráze pro tento e-mail je {{phrase}}. Tomuto e-mailu můžete důvěřovat, pokud tato fráze odpovídá frázi zobrazené při přihlášení.",
"emails.magicSession.optionUrl": "Pokud se nemůžete přihlásit pomocí výše uvedeného tlačítka, prosím navštivte následující odkaz:", "emails.magicSession.optionUrl": "Pokud se nemůžete přihlásit pomocí výše uvedeného tlačítka, prosím navštivte následující odkaz:",
"emails.otpSession.subject": "{{project}} Přihlášení", "emails.otpSession.subject": "{{project}} Přihlášení",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Tak", "emails.verification.thanks": "Tak",
"emails.verification.signature": "{{project}} team", "emails.verification.signature": "{{project}} team",
"emails.magicSession.subject": "Login", "emails.magicSession.subject": "Login",
"emails.magicSession.hello": "Hej,", "emails.magicSession.hello": "Hej",
"emails.magicSession.body": "Følg dette link for at logge ind.", "emails.magicSession.body": "Følg dette link for at logge ind.",
"emails.magicSession.footer": "Hvis du ikke har bedt om at logge ind med denne email, ignorer venligst denne besked.", "emails.magicSession.footer": "Hvis du ikke har bedt om at logge ind med denne email, ignorer venligst denne besked.",
"emails.magicSession.thanks": "Tak", "emails.magicSession.thanks": "Tak",
@ -163,6 +163,7 @@
"countries.nz": "New Zealand", "countries.nz": "New Zealand",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palæstina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filippinerne", "countries.ph": "Filippinerne",
@ -206,6 +207,7 @@
"countries.tn": "Tunisien", "countries.tn": "Tunisien",
"countries.tr": "Tyrkiet", "countries.tr": "Tyrkiet",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraine", "countries.ua": "Ukraine",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Klik på knappen nedenfor for sikkert at logge ind på din {{project}} konto. Den udløber om 1 time.", "emails.magicSession.optionButton": "Klik på knappen nedenfor for sikkert at logge ind på din {{project}} konto. Den udløber om 1 time.",
"emails.magicSession.buttonText": "Log ind på {{project}}", "emails.magicSession.buttonText": "Log ind på {{project}}",
"emails.magicSession.clientInfo": "Denne log ind blev anmodet ved hjælp af {{agentClient}} på {{agentDevice}} {{agentOs}}. Hvis du ikke anmodede om log ind, kan du trygt ignorere denne e-mail.", "emails.magicSession.clientInfo": "Denne log ind blev anmodet ved hjælp af {{agentClient}} på {{agentDevice}} {{agentOs}}. Hvis du ikke anmodede om log ind, kan du trygt ignorere denne e-mail.",
"sms.verification.body": "{{secret}} er din {{project}} bekræftelseskode.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Sikkerhedsfrasen for denne e-mail er {{phrase}}. Du kan stole på denne e-mail, hvis denne frase matcher den viste frase under log ind.", "emails.magicSession.securityPhrase": "Sikkerhedsfrasen for denne e-mail er {{phrase}}. Du kan stole på denne e-mail, hvis denne frase matcher den viste frase under log ind.",
"emails.magicSession.optionUrl": "Hvis du ikke kan logge ind ved at bruge knappen ovenfor, besøg venligst følgende link:", "emails.magicSession.optionUrl": "Hvis du ikke kan logge ind ved at bruge knappen ovenfor, besøg venligst følgende link:",
"emails.otpSession.subject": "{{project}} Login", "emails.otpSession.subject": "{{project}} Login",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Danke", "emails.verification.thanks": "Danke",
"emails.verification.signature": "{{project}}-Team", "emails.verification.signature": "{{project}}-Team",
"emails.magicSession.subject": "Login", "emails.magicSession.subject": "Login",
"emails.magicSession.hello": "Hey,", "emails.magicSession.hello": "Hey",
"emails.magicSession.body": "Folge diesem Link, um dich einzuloggen.", "emails.magicSession.body": "Folge diesem Link, um dich einzuloggen.",
"emails.magicSession.footer": "Solltest du keinen Login für diese E-Mail-Adresse angefordert haben, kannst du diese Nachricht ignorieren.", "emails.magicSession.footer": "Solltest du keinen Login für diese E-Mail-Adresse angefordert haben, kannst du diese Nachricht ignorieren.",
"emails.magicSession.thanks": "Danke", "emails.magicSession.thanks": "Danke",
@ -163,6 +163,7 @@
"countries.nz": "Neuseeland", "countries.nz": "Neuseeland",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palästina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Philippinen", "countries.ph": "Philippinen",
@ -206,6 +207,7 @@
"countries.tn": "Tunesien", "countries.tn": "Tunesien",
"countries.tr": "Türkei", "countries.tr": "Türkei",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tansania", "countries.tz": "Tansania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraine", "countries.ua": "Ukraine",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Klicken Sie auf den unten stehenden Button, um sicher in Ihr {{project}}-Konto einzuloggen. Er verfällt in 1 Stunde.", "emails.magicSession.optionButton": "Klicken Sie auf den unten stehenden Button, um sicher in Ihr {{project}}-Konto einzuloggen. Er verfällt in 1 Stunde.",
"emails.magicSession.buttonText": "Melden Sie sich bei {{project}} an", "emails.magicSession.buttonText": "Melden Sie sich bei {{project}} an",
"emails.magicSession.clientInfo": "Dieser Anmeldeversuch wurde über {{agentClient}} auf {{agentDevice}} {{agentOs}} angefordert. Wenn Sie die Anmeldung nicht angefordert haben, können Sie diese E-Mail getrost ignorieren.", "emails.magicSession.clientInfo": "Dieser Anmeldeversuch wurde über {{agentClient}} auf {{agentDevice}} {{agentOs}} angefordert. Wenn Sie die Anmeldung nicht angefordert haben, können Sie diese E-Mail getrost ignorieren.",
"sms.verification.body": "{{secret}} ist Ihr {{project}}-Verifizierungscode.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Die Sicherheitsphrase für diese E-Mail lautet {{phrase}}. Sie können dieser E-Mail vertrauen, wenn diese Phrase mit der Phrase übereinstimmt, die beim Anmelden angezeigt wurde.", "emails.magicSession.securityPhrase": "Die Sicherheitsphrase für diese E-Mail lautet {{phrase}}. Sie können dieser E-Mail vertrauen, wenn diese Phrase mit der Phrase übereinstimmt, die beim Anmelden angezeigt wurde.",
"emails.magicSession.optionUrl": "Wenn Sie sich nicht über den obigen Button anmelden können, besuchen Sie bitte den folgenden Link:", "emails.magicSession.optionUrl": "Wenn Sie sich nicht über den obigen Button anmelden können, besuchen Sie bitte den folgenden Link:",
"emails.otpSession.subject": "{{project}} Anmeldung", "emails.otpSession.subject": "{{project}} Anmeldung",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Ευχαριστούμε", "emails.verification.thanks": "Ευχαριστούμε",
"emails.verification.signature": "Η ομάδα του {{project}}", "emails.verification.signature": "Η ομάδα του {{project}}",
"emails.magicSession.subject": "Είσοδος", "emails.magicSession.subject": "Είσοδος",
"emails.magicSession.hello": "Γεια σου,", "emails.magicSession.hello": "Γεια σου",
"emails.magicSession.body": "Ακολουθήστε αυτό το link για να συνδεθείτε", "emails.magicSession.body": "Ακολουθήστε αυτό το link για να συνδεθείτε",
"emails.magicSession.footer": "Εάν δεν ζητήσατε να συνδεθείτε χρησιμοποιώντας αυτό το email, μπορείτε να αγνοήσετε αυτό το μήνυμα.", "emails.magicSession.footer": "Εάν δεν ζητήσατε να συνδεθείτε χρησιμοποιώντας αυτό το email, μπορείτε να αγνοήσετε αυτό το μήνυμα.",
"emails.magicSession.thanks": "Ευχαριστούμε", "emails.magicSession.thanks": "Ευχαριστούμε",
@ -163,6 +163,7 @@
"countries.nz": "Νέα Ζηλανδία", "countries.nz": "Νέα Ζηλανδία",
"countries.om": "Ομάν", "countries.om": "Ομάν",
"countries.pk": "Πακιστάν", "countries.pk": "Πακιστάν",
"countries.ps": "Παλαιστίνη",
"countries.pa": "Παναμάς", "countries.pa": "Παναμάς",
"countries.pe": "Περού", "countries.pe": "Περού",
"countries.ph": "Φιλιππίνες", "countries.ph": "Φιλιππίνες",
@ -206,6 +207,7 @@
"countries.tn": "Τυνησία", "countries.tn": "Τυνησία",
"countries.tr": "Τουρκία", "countries.tr": "Τουρκία",
"countries.tv": "Τουβαλού", "countries.tv": "Τουβαλού",
"countries.tw": "Ταϊβάν",
"countries.tz": "Τανζανία", "countries.tz": "Τανζανία",
"countries.ug": "Ουγκάντα", "countries.ug": "Ουγκάντα",
"countries.ua": "Ουκρανία", "countries.ua": "Ουκρανία",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Κάντε κλικ στο κουμπί παρακάτω για να συνδεθείτε με ασφάλεια στον λογαριασμό σας στο {{project}}. Θα λήξει σε 1 ώρα.", "emails.magicSession.optionButton": "Κάντε κλικ στο κουμπί παρακάτω για να συνδεθείτε με ασφάλεια στον λογαριασμό σας στο {{project}}. Θα λήξει σε 1 ώρα.",
"emails.magicSession.buttonText": "Συνδεθείτε στο {{project}}", "emails.magicSession.buttonText": "Συνδεθείτε στο {{project}}",
"emails.magicSession.clientInfo": "Η σύνδεση αυτή ζητήθηκε χρησιμοποιώντας το {{agentClient}} στο {{agentDevice}} {{agentOs}}. Εάν δεν ζητήσατε τη σύνδεση, μπορείτε να αγνοήσετε με ασφάλεια αυτό το email.", "emails.magicSession.clientInfo": "Η σύνδεση αυτή ζητήθηκε χρησιμοποιώντας το {{agentClient}} στο {{agentDevice}} {{agentOs}}. Εάν δεν ζητήσατε τη σύνδεση, μπορείτε να αγνοήσετε με ασφάλεια αυτό το email.",
"sms.verification.body": "το {{secret}} είναι ο κωδικός επαλήθευσης του {{project}} σας.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Η φράση ασφαλείας για αυτό το email είναι {{phrase}}. Μπορείτε να εμπιστευτείτε αυτό το email αν αυτή η φράση ταιριάζει με τη φράση που εμφανίζεται κατά την είσοδο.", "emails.magicSession.securityPhrase": "Η φράση ασφαλείας για αυτό το email είναι {{phrase}}. Μπορείτε να εμπιστευτείτε αυτό το email αν αυτή η φράση ταιριάζει με τη φράση που εμφανίζεται κατά την είσοδο.",
"emails.magicSession.optionUrl": "Εάν δεν μπορείτε να συνδεθείτε χρησιμοποιώντας το παραπάνω κουμπί, παρακαλώ επισκεφτείτε τον παρακάτω σύνδεσμο:", "emails.magicSession.optionUrl": "Εάν δεν μπορείτε να συνδεθείτε χρησιμοποιώντας το παραπάνω κουμπί, παρακαλώ επισκεφτείτε τον παρακάτω σύνδεσμο:",
"emails.otpSession.subject": "{{project}} Σύνδεση", "emails.otpSession.subject": "{{project}} Σύνδεση",

View file

@ -43,7 +43,7 @@
"emails.invitation.footer": "If you are not interested, you can ignore this message.", "emails.invitation.footer": "If you are not interested, you can ignore this message.",
"emails.invitation.thanks": "Thanks", "emails.invitation.thanks": "Thanks",
"emails.invitation.signature": "{{project}} team", "emails.invitation.signature": "{{project}} team",
"sms.verification.body": "{{secret}} is your {{project}} verification code.", "sms.verification.body": "{{secret}}",
"locale.country.unknown": "Unknown", "locale.country.unknown": "Unknown",
"countries.af": "Afghanistan", "countries.af": "Afghanistan",
"countries.ao": "Angola", "countries.ao": "Angola",
@ -180,6 +180,7 @@
"countries.nz": "New Zealand", "countries.nz": "New Zealand",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestine",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Philippines", "countries.ph": "Philippines",
@ -223,6 +224,7 @@
"countries.tn": "Tunisia", "countries.tn": "Tunisia",
"countries.tr": "Turkey", "countries.tr": "Turkey",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraine", "countries.ua": "Ukraine",

View file

@ -9,7 +9,7 @@
"emails.verification.thanks": "Dankegon.", "emails.verification.thanks": "Dankegon.",
"emails.verification.signature": "Teamo {{project}}", "emails.verification.signature": "Teamo {{project}}",
"emails.magicSession.subject": "Login", "emails.magicSession.subject": "Login",
"emails.magicSession.hello": "Saluton,", "emails.magicSession.hello": "Saluton",
"emails.magicSession.body": "Alklaku ĉi tiun ligon por eniri.", "emails.magicSession.body": "Alklaku ĉi tiun ligon por eniri.",
"emails.magicSession.footer": "Se vi ne petis ĉi tiun konfirmon de ĉi tiu retpoŝto, vi povas ignori ĉi tiun mesaĝon.", "emails.magicSession.footer": "Se vi ne petis ĉi tiun konfirmon de ĉi tiu retpoŝto, vi povas ignori ĉi tiun mesaĝon.",
"emails.magicSession.thanks": "Dankegon", "emails.magicSession.thanks": "Dankegon",
@ -162,6 +162,7 @@
"countries.nz": "New Zealand", "countries.nz": "New Zealand",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestinio",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Philippines", "countries.ph": "Philippines",
@ -205,6 +206,7 @@
"countries.tn": "Tunisia", "countries.tn": "Tunisia",
"countries.tr": "Turkey", "countries.tr": "Turkey",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Tajvano",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraine", "countries.ua": "Ukraine",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Alklaku la suban butonon por sekure ensaluti al via {{project}}-konto. Ĝi eksvalidiĝos post 1 horo.", "emails.magicSession.optionButton": "Alklaku la suban butonon por sekure ensaluti al via {{project}}-konto. Ĝi eksvalidiĝos post 1 horo.",
"emails.magicSession.buttonText": "Ensalutu al {{project}}", "emails.magicSession.buttonText": "Ensalutu al {{project}}",
"emails.magicSession.clientInfo": "Ĉi tiu ensaluto estis petita per {{agentClient}} en {{agentDevice}} {{agentOs}}. Se vi ne petis la ensaluton, vi povas sekure ignori ĉi tiun retpoŝton.", "emails.magicSession.clientInfo": "Ĉi tiu ensaluto estis petita per {{agentClient}} en {{agentDevice}} {{agentOs}}. Se vi ne petis la ensaluton, vi povas sekure ignori ĉi tiun retpoŝton.",
"sms.verification.body": "{{secret}} estas via {{project}} kontrolo-kodo.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "La sekureca frazo por ĉi tiu retpoŝto estas {{phrase}}. Vi povas fidi ĉi tiun retpoŝton se ĉi tiu frazo kongruas kun la frazo montrita dum ensaluto.", "emails.magicSession.securityPhrase": "La sekureca frazo por ĉi tiu retpoŝto estas {{phrase}}. Vi povas fidi ĉi tiun retpoŝton se ĉi tiu frazo kongruas kun la frazo montrita dum ensaluto.",
"emails.magicSession.optionUrl": "Se vi ne povas ensaluti per la supra butono, bonvolu viziti la jenan ligilon:", "emails.magicSession.optionUrl": "Se vi ne povas ensaluti per la supra butono, bonvolu viziti la jenan ligilon:",
"emails.otpSession.subject": "{{project}} Ensaluto", "emails.otpSession.subject": "{{project}} Ensaluto",

View file

@ -163,6 +163,7 @@
"countries.nz": "Nueva Zelanda", "countries.nz": "Nueva Zelanda",
"countries.om": "Omán", "countries.om": "Omán",
"countries.pk": "Pakistán", "countries.pk": "Pakistán",
"countries.ps": "Palestina",
"countries.pa": "Panamá", "countries.pa": "Panamá",
"countries.pe": "Perú", "countries.pe": "Perú",
"countries.ph": "Filipinas", "countries.ph": "Filipinas",
@ -206,6 +207,7 @@
"countries.tn": "Túnez", "countries.tn": "Túnez",
"countries.tr": "Turquía", "countries.tr": "Turquía",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwán",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ucrania", "countries.ua": "Ucrania",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Haz clic en el botón de abajo para iniciar sesión de forma segura en tu cuenta de {{project}}. Caducará en 1 hora.", "emails.magicSession.optionButton": "Haz clic en el botón de abajo para iniciar sesión de forma segura en tu cuenta de {{project}}. Caducará en 1 hora.",
"emails.magicSession.buttonText": "Iniciar sesión en {{project}}", "emails.magicSession.buttonText": "Iniciar sesión en {{project}}",
"emails.magicSession.clientInfo": "Este inicio de sesión fue solicitado usando {{agentClient}} en {{agentDevice}} {{agentOs}}. Si no solicitaste el inicio de sesión, puedes ignorar este correo electrónico de forma segura.", "emails.magicSession.clientInfo": "Este inicio de sesión fue solicitado usando {{agentClient}} en {{agentDevice}} {{agentOs}}. Si no solicitaste el inicio de sesión, puedes ignorar este correo electrónico de forma segura.",
"sms.verification.body": "{{secret}} es tu código de verificación de {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "La frase de seguridad para este correo electrónico es {{phrase}}. Puedes confiar en este correo electrónico si esta frase coincide con la frase que se muestra durante el inicio de sesión.", "emails.magicSession.securityPhrase": "La frase de seguridad para este correo electrónico es {{phrase}}. Puedes confiar en este correo electrónico si esta frase coincide con la frase que se muestra durante el inicio de sesión.",
"emails.magicSession.optionUrl": "Si no puedes iniciar sesión utilizando el botón anterior, visita el siguiente enlace:", "emails.magicSession.optionUrl": "Si no puedes iniciar sesión utilizando el botón anterior, visita el siguiente enlace:",
"emails.otpSession.subject": "Inicio de sesión en {{project}}", "emails.otpSession.subject": "Inicio de sesión en {{project}}",

View file

@ -163,6 +163,7 @@
"countries.nz": "نیوزلند", "countries.nz": "نیوزلند",
"countries.om": "عمان", "countries.om": "عمان",
"countries.pk": "پاکستان", "countries.pk": "پاکستان",
"countries.ps": "فلسطین",
"countries.pa": "پاناما", "countries.pa": "پاناما",
"countries.pe": "پرو", "countries.pe": "پرو",
"countries.ph": "فیلیپین", "countries.ph": "فیلیپین",
@ -206,6 +207,7 @@
"countries.tn": "تونس", "countries.tn": "تونس",
"countries.tr": "ترکیه", "countries.tr": "ترکیه",
"countries.tv": "تووالو", "countries.tv": "تووالو",
"countries.tw": "تایوان",
"countries.tz": "تانزانیا", "countries.tz": "تانزانیا",
"countries.ug": "اوگاندا", "countries.ug": "اوگاندا",
"countries.ua": "اوکراین", "countries.ua": "اوکراین",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "بر روی دکمه زیر کلیک کنید تا به صورت امن وارد حساب {{project}} خود شوید. این دکمه یک ساعت دیگر منقضی می‌شود.", "emails.magicSession.optionButton": "بر روی دکمه زیر کلیک کنید تا به صورت امن وارد حساب {{project}} خود شوید. این دکمه یک ساعت دیگر منقضی می‌شود.",
"emails.magicSession.buttonText": "ورود به {{project}}", "emails.magicSession.buttonText": "ورود به {{project}}",
"emails.magicSession.clientInfo": "این ورود به سیستم با استفاده از {{agentClient}} در {{agentDevice}} {{agentOs}} درخواست شده است. اگر شما این ورود به سیستم را درخواست نکرده‌اید، می‌توانید به راحتی این ایمیل را نادیده بگیرید.", "emails.magicSession.clientInfo": "این ورود به سیستم با استفاده از {{agentClient}} در {{agentDevice}} {{agentOs}} درخواست شده است. اگر شما این ورود به سیستم را درخواست نکرده‌اید، می‌توانید به راحتی این ایمیل را نادیده بگیرید.",
"sms.verification.body": "{{secret}} کد تایید {{project}} شما است.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "عبارت امنیتی برای این ایمیل {{phrase}} است. اگر این عبارت با عبارت نشان داده شده در هنگام ورود به سیستم مطابقت داشت، می‌توانید به این ایمیل اعتماد کنید.", "emails.magicSession.securityPhrase": "عبارت امنیتی برای این ایمیل {{phrase}} است. اگر این عبارت با عبارت نشان داده شده در هنگام ورود به سیستم مطابقت داشت، می‌توانید به این ایمیل اعتماد کنید.",
"emails.magicSession.optionUrl": "اگر قادر به ورود با استفاده از دکمه بالا نیستید، لطفاً از لینک زیر دیدن فرمایید:", "emails.magicSession.optionUrl": "اگر قادر به ورود با استفاده از دکمه بالا نیستید، لطفاً از لینک زیر دیدن فرمایید:",
"emails.otpSession.subject": "ورود {{project}}", "emails.otpSession.subject": "ورود {{project}}",

View file

@ -163,6 +163,7 @@
"countries.nz": "Uusi-Seelanti", "countries.nz": "Uusi-Seelanti",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestiina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filippiinit", "countries.ph": "Filippiinit",
@ -206,6 +207,7 @@
"countries.tn": "Tunisia", "countries.tn": "Tunisia",
"countries.tr": "Turkki", "countries.tr": "Turkki",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tansania", "countries.tz": "Tansania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraina", "countries.ua": "Ukraina",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Napsauta alla olevaa painiketta kirjautuaksesi turvallisesti {{project}}-tiliisi. Se vanhenee tunnissa.", "emails.magicSession.optionButton": "Napsauta alla olevaa painiketta kirjautuaksesi turvallisesti {{project}}-tiliisi. Se vanhenee tunnissa.",
"emails.magicSession.buttonText": "Kirjaudu sisään {{project}}", "emails.magicSession.buttonText": "Kirjaudu sisään {{project}}",
"emails.magicSession.clientInfo": "Tämä kirjautuminen pyydettiin käyttäen {{agentClient}} {{agentDevice}} {{agentOs}}. Jos et pyytänyt kirjautumista, voit huoletta jättää tämän sähköpostin huomiotta.", "emails.magicSession.clientInfo": "Tämä kirjautuminen pyydettiin käyttäen {{agentClient}} {{agentDevice}} {{agentOs}}. Jos et pyytänyt kirjautumista, voit huoletta jättää tämän sähköpostin huomiotta.",
"sms.verification.body": "{{secret}} on sinun {{project}} vahvistuskoodisi.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Tämän sähköpostin turvalause on {{phrase}}. Voit luottaa tähän sähköpostiin, jos tämä lause vastaa kirjautumisen yhteydessä näytettyä lausetta.", "emails.magicSession.securityPhrase": "Tämän sähköpostin turvalause on {{phrase}}. Voit luottaa tähän sähköpostiin, jos tämä lause vastaa kirjautumisen yhteydessä näytettyä lausetta.",
"emails.magicSession.optionUrl": "Jos et pysty kirjautumaan sisään yllä olevaa painiketta käyttäen, käy seuraavassa linkissä:", "emails.magicSession.optionUrl": "Jos et pysty kirjautumaan sisään yllä olevaa painiketta käyttäen, käy seuraavassa linkissä:",
"emails.otpSession.subject": "{{project}} Kirjautuminen", "emails.otpSession.subject": "{{project}} Kirjautuminen",

View file

@ -163,6 +163,7 @@
"countries.nz": "Nýsæland", "countries.nz": "Nýsæland",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filipsoyggjar", "countries.ph": "Filipsoyggjar",
@ -206,6 +207,7 @@
"countries.tn": "Tunesia", "countries.tn": "Tunesia",
"countries.tr": "Turkaland", "countries.tr": "Turkaland",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taivan",
"countries.tz": "Tansania", "countries.tz": "Tansania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraina", "countries.ua": "Ukraina",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Trýst á knøttin niðanfyri fyri at rita trygt inn á tína {{project}} konto. Tað fer at ganga út um 1 tíma.", "emails.magicSession.optionButton": "Trýst á knøttin niðanfyri fyri at rita trygt inn á tína {{project}} konto. Tað fer at ganga út um 1 tíma.",
"emails.magicSession.buttonText": "Innrita á {{project}}", "emails.magicSession.buttonText": "Innrita á {{project}}",
"emails.magicSession.clientInfo": "Hetta innritingarbeiðið varð umbiðið við {{agentClient}} á {{agentDevice}} {{agentOs}}. Um tú ikki bað um innritingina, kanst tú trygt ignoreri hendan teldupostin.", "emails.magicSession.clientInfo": "Hetta innritingarbeiðið varð umbiðið við {{agentClient}} á {{agentDevice}} {{agentOs}}. Um tú ikki bað um innritingina, kanst tú trygt ignoreri hendan teldupostin.",
"sms.verification.body": "{{secret}} er tín {{project}} váttanarkodi.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Trygdarorðið fyri hesa teldupostadressuna er {{phrase}}. Tú kanst líta á hesa teldupostadressu, um hetta orðið samsvarar við orðið víst tá tú ritaði inn.", "emails.magicSession.securityPhrase": "Trygdarorðið fyri hesa teldupostadressuna er {{phrase}}. Tú kanst líta á hesa teldupostadressu, um hetta orðið samsvarar við orðið víst tá tú ritaði inn.",
"emails.magicSession.optionUrl": "Um tú ikki fært innritað við at brúka knøttin omanfyri, vinarliga vitja hesa leinkjuna:", "emails.magicSession.optionUrl": "Um tú ikki fært innritað við at brúka knøttin omanfyri, vinarliga vitja hesa leinkjuna:",
"emails.otpSession.subject": "{{project}} Ritarinn", "emails.otpSession.subject": "{{project}} Ritarinn",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Merci", "emails.verification.thanks": "Merci",
"emails.verification.signature": "Équipe {{project}}", "emails.verification.signature": "Équipe {{project}}",
"emails.magicSession.subject": "Connexion", "emails.magicSession.subject": "Connexion",
"emails.magicSession.hello": "Bonjour,", "emails.magicSession.hello": "Bonjour",
"emails.magicSession.body": "Suivez ce lien pour vous connecter.", "emails.magicSession.body": "Suivez ce lien pour vous connecter.",
"emails.magicSession.footer": "Si vous n'avez pas demandé à vous connecter en utilisant cet e-mail, vous pouvez ignorer ce message.", "emails.magicSession.footer": "Si vous n'avez pas demandé à vous connecter en utilisant cet e-mail, vous pouvez ignorer ce message.",
"emails.magicSession.thanks": "Merci", "emails.magicSession.thanks": "Merci",
@ -163,6 +163,7 @@
"countries.nz": "Nouvelle-Zélande", "countries.nz": "Nouvelle-Zélande",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestine",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Pérou", "countries.pe": "Pérou",
"countries.ph": "Philippines", "countries.ph": "Philippines",
@ -206,6 +207,7 @@
"countries.tn": "Tunisie", "countries.tn": "Tunisie",
"countries.tr": "Turquie", "countries.tr": "Turquie",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taïwan",
"countries.tz": "Tanzanie", "countries.tz": "Tanzanie",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraine", "countries.ua": "Ukraine",
@ -233,7 +235,7 @@
"emails.magicSession.buttonText": "Connectez-vous à {{project}}", "emails.magicSession.buttonText": "Connectez-vous à {{project}}",
"emails.magicSession.optionUrl": "Si le bouton ci-dessus ne s'affiche pas, utilisez le lien suivant :", "emails.magicSession.optionUrl": "Si le bouton ci-dessus ne s'affiche pas, utilisez le lien suivant :",
"emails.magicSession.clientInfo": "Cette connexion a été demandée en utilisant {{agentClient}} sur {{agentDevice}} {{agentOs}}. Si vous n'avez pas demandé cette connexion, vous pouvez ignorer cet email en toute sécurité.", "emails.magicSession.clientInfo": "Cette connexion a été demandée en utilisant {{agentClient}} sur {{agentDevice}} {{agentOs}}. Si vous n'avez pas demandé cette connexion, vous pouvez ignorer cet email en toute sécurité.",
"sms.verification.body": "{{secret}} est votre code de vérification pour {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "La phrase de sécurité pour cet email est {{phrase}}. Vous pouvez faire confiance à cet email si cette phrase correspond à celle affichée lors de la connexion.", "emails.magicSession.securityPhrase": "La phrase de sécurité pour cet email est {{phrase}}. Vous pouvez faire confiance à cet email si cette phrase correspond à celle affichée lors de la connexion.",
"emails.otpSession.subject": "Connexion {{project}}", "emails.otpSession.subject": "Connexion {{project}}",
"emails.otpSession.hello": "Bonjour,", "emails.otpSession.hello": "Bonjour,",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Go raibh maith agat", "emails.verification.thanks": "Go raibh maith agat",
"emails.verification.signature": "{{project}} foireann", "emails.verification.signature": "{{project}} foireann",
"emails.magicSession.subject": "Logáil isteach", "emails.magicSession.subject": "Logáil isteach",
"emails.magicSession.hello": "Haigh,", "emails.magicSession.hello": "Haigh",
"emails.magicSession.body": "Lean an nasc seo chun logáil isteach.", "emails.magicSession.body": "Lean an nasc seo chun logáil isteach.",
"emails.magicSession.footer": "Mura ndearna tú iarratas logáil isteach leis an ríomhphost seo, déan neamhaird den teachtaireacht seo.", "emails.magicSession.footer": "Mura ndearna tú iarratas logáil isteach leis an ríomhphost seo, déan neamhaird den teachtaireacht seo.",
"emails.magicSession.thanks": "Go raibh maith agat", "emails.magicSession.thanks": "Go raibh maith agat",
@ -163,6 +163,7 @@
"countries.nz": "An Nua-Shéalainn", "countries.nz": "An Nua-Shéalainn",
"countries.om": "Óman", "countries.om": "Óman",
"countries.pk": "An Phacastáin", "countries.pk": "An Phacastáin",
"countries.ps": "An Phalaistín",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peiriú", "countries.pe": "Peiriú",
"countries.ph": "Na hOileáin Fhilipíneacha", "countries.ph": "Na hOileáin Fhilipíneacha",
@ -206,6 +207,7 @@
"countries.tn": "An Túinéis", "countries.tn": "An Túinéis",
"countries.tr": "An Tuirc", "countries.tr": "An Tuirc",
"countries.tv": "Túvalú", "countries.tv": "Túvalú",
"countries.tw": "An Téaváin",
"countries.tz": "An Tansáin", "countries.tz": "An Tansáin",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "An Úcráin", "countries.ua": "An Úcráin",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Cliceáil ar an gcnaipe thíos le síní isteach go sábháilte i do chuntas {{project}}. Rachaidh sé in éag i gceann 1 uair.", "emails.magicSession.optionButton": "Cliceáil ar an gcnaipe thíos le síní isteach go sábháilte i do chuntas {{project}}. Rachaidh sé in éag i gceann 1 uair.",
"emails.magicSession.buttonText": "Sínigh isteach i {{project}}", "emails.magicSession.buttonText": "Sínigh isteach i {{project}}",
"emails.magicSession.clientInfo": "Rinneadh an logáil isteach seo a iarraidh ag baint úsáide as {{agentClient}} ar {{agentDevice}} {{agentOs}}. Mura ndearna tú an logáil isteach a iarraidh, is féidir leat neamhaird sábháilte a dhéanamh den ríomhphost seo.", "emails.magicSession.clientInfo": "Rinneadh an logáil isteach seo a iarraidh ag baint úsáide as {{agentClient}} ar {{agentDevice}} {{agentOs}}. Mura ndearna tú an logáil isteach a iarraidh, is féidir leat neamhaird sábháilte a dhéanamh den ríomhphost seo.",
"sms.verification.body": "Is é {{secret}} do chód fíoraithe {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Is é an abairt slándála don ríomhphost seo ná {{phrase}}. Is féidir muinín a bheith agat as an ríomhphost seo má mheaitseálann an abairt seo leis an abairt a taispeántar le linn sínithe isteach.", "emails.magicSession.securityPhrase": "Is é an abairt slándála don ríomhphost seo ná {{phrase}}. Is féidir muinín a bheith agat as an ríomhphost seo má mheaitseálann an abairt seo leis an abairt a taispeántar le linn sínithe isteach.",
"emails.magicSession.optionUrl": "Mura bhfuil tú in ann síniú isteach ag baint úsáid as an gcnaipe thuas, téigh chuig an nasc seo a leanas:", "emails.magicSession.optionUrl": "Mura bhfuil tú in ann síniú isteach ag baint úsáid as an gcnaipe thuas, téigh chuig an nasc seo a leanas:",
"emails.otpSession.subject": "Login {{project}}", "emails.otpSession.subject": "Login {{project}}",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "આભાર", "emails.verification.thanks": "આભાર",
"emails.verification.signature": "{{project}} ટીમ", "emails.verification.signature": "{{project}} ટીમ",
"emails.magicSession.subject": "પ્રવેશ કરો", "emails.magicSession.subject": "પ્રવેશ કરો",
"emails.magicSession.hello": "નમસ્કાર,", "emails.magicSession.hello": "નમસ્કાર",
"emails.magicSession.body": "પ્રવેશ કરવા માટે આ લિંકને અનુસરો.", "emails.magicSession.body": "પ્રવેશ કરવા માટે આ લિંકને અનુસરો.",
"emails.magicSession.footer": "જો તમે આ ઇમેઇલનો ઉપયોગ કરીને પ્રવેશ કરવાનું ન કહ્યું હોય, તો તમે આ સંદેશને અવગણી શકો છો.", "emails.magicSession.footer": "જો તમે આ ઇમેઇલનો ઉપયોગ કરીને પ્રવેશ કરવાનું ન કહ્યું હોય, તો તમે આ સંદેશને અવગણી શકો છો.",
"emails.magicSession.thanks": "આભાર", "emails.magicSession.thanks": "આભાર",
@ -163,6 +163,7 @@
"countries.nz": "ન્યુઝીલેન્ડ", "countries.nz": "ન્યુઝીલેન્ડ",
"countries.om": "ઓમાન", "countries.om": "ઓમાન",
"countries.pk": "પાકિસ્તાન", "countries.pk": "પાકિસ્તાન",
"countries.ps": "પેલેસ્ટાઇન",
"countries.pa": "પનામા", "countries.pa": "પનામા",
"countries.pe": "પેરુ", "countries.pe": "પેરુ",
"countries.ph": "ફિલિપાઇન્સ", "countries.ph": "ફિલિપાઇન્સ",
@ -206,6 +207,7 @@
"countries.tn": "ટ્યુનિશિયા", "countries.tn": "ટ્યુનિશિયા",
"countries.tr": "તુર્કી", "countries.tr": "તુર્કી",
"countries.tv": "તુવાલુ", "countries.tv": "તુવાલુ",
"countries.tw": "તાઇવાન",
"countries.tz": "તાંઝાનિયા", "countries.tz": "તાંઝાનિયા",
"countries.ug": "યુગાન્ડા", "countries.ug": "યુગાન્ડા",
"countries.ua": "યુક્રેન", "countries.ua": "યુક્રેન",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "નીચે આપેલ બટન પર ક્લિક કરો તમારા {{project}} ખાતામાં સુરક્ષિત રીતે સાઇન ઈન કરવા માટે. તે 1 કલાકમાં સમાપ્ત થઈ જશે.", "emails.magicSession.optionButton": "નીચે આપેલ બટન પર ક્લિક કરો તમારા {{project}} ખાતામાં સુરક્ષિત રીતે સાઇન ઈન કરવા માટે. તે 1 કલાકમાં સમાપ્ત થઈ જશે.",
"emails.magicSession.buttonText": "સાઇન ઇન કરો {{project}}", "emails.magicSession.buttonText": "સાઇન ઇન કરો {{project}}",
"emails.magicSession.clientInfo": "આ સાઇન ઇન વિનંતી {{agentClient}} નો ઉપયોગ કરીને {{agentDevice}} {{agentOs}} પર કરવામાં આવી હતી. જો તમે સાઇન ઇનની વિનંતી કરી ન હોય, તો આ ઇમેઇલને સલામત રીતે અવગણી શકો છો.", "emails.magicSession.clientInfo": "આ સાઇન ઇન વિનંતી {{agentClient}} નો ઉપયોગ કરીને {{agentDevice}} {{agentOs}} પર કરવામાં આવી હતી. જો તમે સાઇન ઇનની વિનંતી કરી ન હોય, તો આ ઇમેઇલને સલામત રીતે અવગણી શકો છો.",
"sms.verification.body": "{{secret}} તમારા {{project}} ચકાસણી કોડ છે.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "આ ઇમેઇલ માટેનું સુરક્ષા વાક્ય {{phrase}} છે. જો આ વાક્ય સાઇન ઇન દરમિયાન દર્શાવેલા વાક્ય સાથે મેળ ખાય તો તમે આ ઇમેઇલ પર વિશ્વાસ કરી શકો છો.", "emails.magicSession.securityPhrase": "આ ઇમેઇલ માટેનું સુરક્ષા વાક્ય {{phrase}} છે. જો આ વાક્ય સાઇન ઇન દરમિયાન દર્શાવેલા વાક્ય સાથે મેળ ખાય તો તમે આ ઇમેઇલ પર વિશ્વાસ કરી શકો છો.",
"emails.magicSession.optionUrl": "જો તમે ઉપરની બટનનો ઉપયોગ કરીને સાઇન ઇન કરી શકતા નથી, કૃપા કરીને નીચેની લિંક પર જાઓ:", "emails.magicSession.optionUrl": "જો તમે ઉપરની બટનનો ઉપયોગ કરીને સાઇન ઇન કરી શકતા નથી, કૃપા કરીને નીચેની લિંક પર જાઓ:",
"emails.otpSession.subject": "{{project}} લૉગિન", "emails.otpSession.subject": "{{project}} લૉગિન",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "תודה", "emails.verification.thanks": "תודה",
"emails.verification.signature": "צוות {{project}}", "emails.verification.signature": "צוות {{project}}",
"emails.magicSession.subject": "כניסה למערכת", "emails.magicSession.subject": "כניסה למערכת",
"emails.magicSession.hello": "שלום,", "emails.magicSession.hello": "שלום",
"emails.magicSession.body": "לחץ על קישור זה כדי להיכנס.", "emails.magicSession.body": "לחץ על קישור זה כדי להיכנס.",
"emails.magicSession.footer": "אם לא ביקשת להיכנס באמצעות דוא\"ל זה, תוכל להתעלם מהודעה זו.", "emails.magicSession.footer": "אם לא ביקשת להיכנס באמצעות דוא\"ל זה, תוכל להתעלם מהודעה זו.",
"emails.magicSession.thanks": "תודה", "emails.magicSession.thanks": "תודה",
@ -163,6 +163,7 @@
"countries.nz": "ניו זילנד", "countries.nz": "ניו זילנד",
"countries.om": "עומאן", "countries.om": "עומאן",
"countries.pk": "פקיסטן", "countries.pk": "פקיסטן",
"countries.ps": "פלסטין",
"countries.pa": "פנמה", "countries.pa": "פנמה",
"countries.pe": "פרו", "countries.pe": "פרו",
"countries.ph": "הפיליפינים", "countries.ph": "הפיליפינים",
@ -206,6 +207,7 @@
"countries.tn": "תוניסיה", "countries.tn": "תוניסיה",
"countries.tr": "טורקיה", "countries.tr": "טורקיה",
"countries.tv": "טובאלו", "countries.tv": "טובאלו",
"countries.tw": "טייוואן",
"countries.tz": "טנזניה", "countries.tz": "טנזניה",
"countries.ug": "אוגנדה", "countries.ug": "אוגנדה",
"countries.ua": "אוקראינה", "countries.ua": "אוקראינה",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "לחץ על הכפתור למטה כדי להיכנס לחשבון {{project}} שלך באופן מאובטח. תוקף הכניסה יפוג תוך שעה.", "emails.magicSession.optionButton": "לחץ על הכפתור למטה כדי להיכנס לחשבון {{project}} שלך באופן מאובטח. תוקף הכניסה יפוג תוך שעה.",
"emails.magicSession.buttonText": "היכנס ל-{{project}}", "emails.magicSession.buttonText": "היכנס ל-{{project}}",
"emails.magicSession.clientInfo": "ההתחברות הזו נעשתה באמצעות {{agentClient}} על {{agentDevice}} {{agentOs}}. אם לא ביקשת את ההתחברות הזו, באפשרותך להתעלם בבטחה מהאימייל הזה.", "emails.magicSession.clientInfo": "ההתחברות הזו נעשתה באמצעות {{agentClient}} על {{agentDevice}} {{agentOs}}. אם לא ביקשת את ההתחברות הזו, באפשרותך להתעלם בבטחה מהאימייל הזה.",
"sms.verification.body": "{{secret}} הוא קוד האימות שלך ל-{{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "משפט הביטחון עבור הודעת הדוא\"ל הזו הוא {{phrase}}. תוכל לסמוך על הודעת הדוא\"ל הזו אם המשפט הזה תואם למשפט שהוצג בעת ההתחברות.", "emails.magicSession.securityPhrase": "משפט הביטחון עבור הודעת הדוא\"ל הזו הוא {{phrase}}. תוכל לסמוך על הודעת הדוא\"ל הזו אם המשפט הזה תואם למשפט שהוצג בעת ההתחברות.",
"emails.magicSession.optionUrl": "אם אינך יכול להיכנס באמצעות הכפתור למעלה, בקר בקישור הבא:", "emails.magicSession.optionUrl": "אם אינך יכול להיכנס באמצעות הכפתור למעלה, בקר בקישור הבא:",
"emails.otpSession.subject": "התחברות למערכת {{project}}", "emails.otpSession.subject": "התחברות למערכת {{project}}",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "धन्यवाद", "emails.verification.thanks": "धन्यवाद",
"emails.verification.signature": "{{project}} टीम", "emails.verification.signature": "{{project}} टीम",
"emails.magicSession.subject": "लॉग इन", "emails.magicSession.subject": "लॉग इन",
"emails.magicSession.hello": "नमस्ते,", "emails.magicSession.hello": "नमस्ते",
"emails.magicSession.body": "इस लिंक के माध्यम से लॉग-इन करें।", "emails.magicSession.body": "इस लिंक के माध्यम से लॉग-इन करें।",
"emails.magicSession.footer": "यदि आप इस ईमेल द्वारा लॉगिन नहीं करना चाहते हैं, तो आप इस संदेश को नज़रअंदाज़ कर सकते हैं।", "emails.magicSession.footer": "यदि आप इस ईमेल द्वारा लॉगिन नहीं करना चाहते हैं, तो आप इस संदेश को नज़रअंदाज़ कर सकते हैं।",
"emails.magicSession.thanks": "धन्यवाद", "emails.magicSession.thanks": "धन्यवाद",
@ -163,6 +163,7 @@
"countries.nz": "न्यूजीलैंड", "countries.nz": "न्यूजीलैंड",
"countries.om": "ओमान", "countries.om": "ओमान",
"countries.pk": "पाकिस्तान", "countries.pk": "पाकिस्तान",
"countries.ps": "पैलिस्टाइन",
"countries.pa": "पनामा", "countries.pa": "पनामा",
"countries.pe": "पेरू", "countries.pe": "पेरू",
"countries.ph": "फिलीपींस", "countries.ph": "फिलीपींस",
@ -206,6 +207,7 @@
"countries.tn": "ट्यूनीशिया", "countries.tn": "ट्यूनीशिया",
"countries.tr": "तुर्की", "countries.tr": "तुर्की",
"countries.tv": "तुवालू", "countries.tv": "तुवालू",
"countries.tw": "ताइवान",
"countries.tz": "तंजानिया", "countries.tz": "तंजानिया",
"countries.ug": "युगांडा", "countries.ug": "युगांडा",
"countries.ua": "यूक्रेन", "countries.ua": "यूक्रेन",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "नीचे दिए गए बटन पर क्लिक करके अपने {{project}} खाते में सुरक्षित रूप से साइन इन करें। यह 1 घंटे में समाप्त हो जाएगा।", "emails.magicSession.optionButton": "नीचे दिए गए बटन पर क्लिक करके अपने {{project}} खाते में सुरक्षित रूप से साइन इन करें। यह 1 घंटे में समाप्त हो जाएगा।",
"emails.magicSession.buttonText": "{{project}} में साइन इन करें", "emails.magicSession.buttonText": "{{project}} में साइन इन करें",
"emails.magicSession.clientInfo": "यह साइन इन {{agentClient}} का उपयोग करके {{agentDevice}} {{agentOs}} पर किया गया था। यदि आपने साइन इन का अनुरोध नहीं किया है, तो आप इस ईमेल को सुरक्षित रूप से अनदेखा कर सकते हैं।", "emails.magicSession.clientInfo": "यह साइन इन {{agentClient}} का उपयोग करके {{agentDevice}} {{agentOs}} पर किया गया था। यदि आपने साइन इन का अनुरोध नहीं किया है, तो आप इस ईमेल को सुरक्षित रूप से अनदेखा कर सकते हैं।",
"sms.verification.body": "{{secret}} आपके {{project}} सत्यापन कोड है।", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "इस ईमेल का सुरक्षा वाक्यांश {{phrase}} है। यदि यह वाक्यांश साइन इन के दौरान दिखाए गए वाक्यांश से मेल खाता है तो आप इस ईमेल पर भरोसा कर सकते हैं।", "emails.magicSession.securityPhrase": "इस ईमेल का सुरक्षा वाक्यांश {{phrase}} है। यदि यह वाक्यांश साइन इन के दौरान दिखाए गए वाक्यांश से मेल खाता है तो आप इस ईमेल पर भरोसा कर सकते हैं।",
"emails.magicSession.optionUrl": "यदि आप ऊपर दिए गए बटन का उपयोग करके साइन इन नहीं कर पा रहे हैं, कृपया निम्नलिखित लिंक पर जाएँ:", "emails.magicSession.optionUrl": "यदि आप ऊपर दिए गए बटन का उपयोग करके साइन इन नहीं कर पा रहे हैं, कृपया निम्नलिखित लिंक पर जाएँ:",
"emails.otpSession.subject": "{{project}} लॉगिन", "emails.otpSession.subject": "{{project}} लॉगिन",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Hvala", "emails.verification.thanks": "Hvala",
"emails.verification.signature": "{{project}} tim", "emails.verification.signature": "{{project}} tim",
"emails.magicSession.subject": "Prijavite se", "emails.magicSession.subject": "Prijavite se",
"emails.magicSession.hello": "Pozdrav,", "emails.magicSession.hello": "Pozdrav",
"emails.magicSession.body": "Slijedite ovu poveznicu za prijavu.", "emails.magicSession.body": "Slijedite ovu poveznicu za prijavu.",
"emails.magicSession.footer": "Ako niste zatražili prijavu putem ove e-pošte, možete zanemariti ovu poruku.", "emails.magicSession.footer": "Ako niste zatražili prijavu putem ove e-pošte, možete zanemariti ovu poruku.",
"emails.magicSession.thanks": "Hvala", "emails.magicSession.thanks": "Hvala",
@ -163,6 +163,7 @@
"countries.nz": "Novi Zeland", "countries.nz": "Novi Zeland",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filipini", "countries.ph": "Filipini",
@ -206,6 +207,7 @@
"countries.tn": "Tunis", "countries.tn": "Tunis",
"countries.tr": "Turska", "countries.tr": "Turska",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Tajvan",
"countries.tz": "Tanzanija", "countries.tz": "Tanzanija",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukrajina", "countries.ua": "Ukrajina",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Kliknite gumb ispod kako biste sigurno prijavili u svoj {{project}} račun. Istek će za 1 sat.", "emails.magicSession.optionButton": "Kliknite gumb ispod kako biste sigurno prijavili u svoj {{project}} račun. Istek će za 1 sat.",
"emails.magicSession.buttonText": "Prijavite se u {{project}}", "emails.magicSession.buttonText": "Prijavite se u {{project}}",
"emails.magicSession.clientInfo": "Ova se prijava zatražila koristeći {{agentClient}} na uređaju {{agentDevice}} {{agentOs}}. Ako niste zatražili prijavu, možete slobodno zanemariti ovaj e-mail.", "emails.magicSession.clientInfo": "Ova se prijava zatražila koristeći {{agentClient}} na uređaju {{agentDevice}} {{agentOs}}. Ako niste zatražili prijavu, možete slobodno zanemariti ovaj e-mail.",
"sms.verification.body": "{{secret}} je vaš verifikacijski kod za {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Sigurnosna fraza za ovaj e-mail je {{phrase}}. Ovom e-mailu možete vjerovati ako se fraza podudara s frazom prikazanom tijekom prijave.", "emails.magicSession.securityPhrase": "Sigurnosna fraza za ovaj e-mail je {{phrase}}. Ovom e-mailu možete vjerovati ako se fraza podudara s frazom prikazanom tijekom prijave.",
"emails.magicSession.optionUrl": "Ako se ne možete prijaviti koristeći gornji gumb, posjetite sljedeću poveznicu:", "emails.magicSession.optionUrl": "Ako se ne možete prijaviti koristeći gornji gumb, posjetite sljedeću poveznicu:",
"emails.otpSession.subject": "Prijava na {{project}}", "emails.otpSession.subject": "Prijava na {{project}}",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Köszönettel", "emails.verification.thanks": "Köszönettel",
"emails.verification.signature": "a {{project}} csapat", "emails.verification.signature": "a {{project}} csapat",
"emails.magicSession.subject": "Bejelentkezés", "emails.magicSession.subject": "Bejelentkezés",
"emails.magicSession.hello": "Szia,", "emails.magicSession.hello": "Szia",
"emails.magicSession.body": "Kattints a linkre a bejelentkezéshez.", "emails.magicSession.body": "Kattints a linkre a bejelentkezéshez.",
"emails.magicSession.footer": "Ha nem te szerettél volna bejelentkezni ezzel az email címmel, akkor nyugodtan hagyd figyelmen kívül ezt az üzenetet.", "emails.magicSession.footer": "Ha nem te szerettél volna bejelentkezni ezzel az email címmel, akkor nyugodtan hagyd figyelmen kívül ezt az üzenetet.",
"emails.magicSession.thanks": "Köszönettel", "emails.magicSession.thanks": "Köszönettel",
@ -163,6 +163,7 @@
"countries.nz": "Új-Zéland", "countries.nz": "Új-Zéland",
"countries.om": "Omán", "countries.om": "Omán",
"countries.pk": "Pakisztán", "countries.pk": "Pakisztán",
"countries.ps": "Palesztina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Fülöp-szigetek", "countries.ph": "Fülöp-szigetek",
@ -206,6 +207,7 @@
"countries.tn": "Tunézia", "countries.tn": "Tunézia",
"countries.tr": "Törökország", "countries.tr": "Törökország",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Tajvan",
"countries.tz": "Tanzánia", "countries.tz": "Tanzánia",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukrajna", "countries.ua": "Ukrajna",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Kattintson az alábbi gombra, hogy biztonságosan bejelentkezzen a {{project}} fiókjába. A link 1 óra múlva lejár.", "emails.magicSession.optionButton": "Kattintson az alábbi gombra, hogy biztonságosan bejelentkezzen a {{project}} fiókjába. A link 1 óra múlva lejár.",
"emails.magicSession.buttonText": "Jelentkezzen be a {{project}} szolgáltatásba.", "emails.magicSession.buttonText": "Jelentkezzen be a {{project}} szolgáltatásba.",
"emails.magicSession.clientInfo": "Ezt a bejelentkezést a(z) {{agentClient}} használatával kérték az Ön {{agentDevice}} {{agentOs}} eszközén. Ha Ön nem kezdeményezte ezt a bejelentkezést, nyugodtan hagyja figyelmen kívül ezt az e-mailt.", "emails.magicSession.clientInfo": "Ezt a bejelentkezést a(z) {{agentClient}} használatával kérték az Ön {{agentDevice}} {{agentOs}} eszközén. Ha Ön nem kezdeményezte ezt a bejelentkezést, nyugodtan hagyja figyelmen kívül ezt az e-mailt.",
"sms.verification.body": "{{secret}} a(z) {{project}} megerősítő kódja.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Az e-mailhez tartozó biztonsági kifejezés: {{phrase}}. Megbízhat ebben az e-mailben, ha ez a kifejezés megegyezik a bejelentkezéskor megjelenített kifejezéssel.", "emails.magicSession.securityPhrase": "Az e-mailhez tartozó biztonsági kifejezés: {{phrase}}. Megbízhat ebben az e-mailben, ha ez a kifejezés megegyezik a bejelentkezéskor megjelenített kifejezéssel.",
"emails.magicSession.optionUrl": "Amennyiben az előző gomb használatával nem tud bejelentkezni, kérjük látogassa meg a következő linket:", "emails.magicSession.optionUrl": "Amennyiben az előző gomb használatával nem tud bejelentkezni, kérjük látogassa meg a következő linket:",
"emails.otpSession.subject": "{{project}} Bejelentkezés", "emails.otpSession.subject": "{{project}} Bejelentkezés",

View file

@ -163,6 +163,7 @@
"countries.nz": "Նոր Զելանդիա", "countries.nz": "Նոր Զելանդիա",
"countries.om": "Օման", "countries.om": "Օման",
"countries.pk": "Պակիստան", "countries.pk": "Պակիստան",
"countries.ps": "Պաղեստին",
"countries.pa": "Պանամա", "countries.pa": "Պանամա",
"countries.pe": "Պերու", "countries.pe": "Պերու",
"countries.ph": "Ֆիլիպիններ", "countries.ph": "Ֆիլիպիններ",
@ -206,6 +207,7 @@
"countries.tn": "Թունիս", "countries.tn": "Թունիս",
"countries.tr": "Թուրքիա", "countries.tr": "Թուրքիա",
"countries.tv": "Տուվալու", "countries.tv": "Տուվալու",
"countries.tw": "Թայվան",
"countries.tz": "Տանզանիա", "countries.tz": "Տանզանիա",
"countries.ug": "Ուգանդա", "countries.ug": "Ուգանդա",
"countries.ua": "Ուկրաինա", "countries.ua": "Ուկրաինա",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Սեղմեք ներքևի կոճակը՝ ապահով մուտք գործելու {{project}} հաշիվդ։ Այն կանցնի 1 ժամից։", "emails.magicSession.optionButton": "Սեղմեք ներքևի կոճակը՝ ապահով մուտք գործելու {{project}} հաշիվդ։ Այն կանցնի 1 ժամից։",
"emails.magicSession.buttonText": "Մուտք գործեք {{project}} համար", "emails.magicSession.buttonText": "Մուտք գործեք {{project}} համար",
"emails.magicSession.clientInfo": "Սա մուտք գործելը խնդրվել է `{{agentClient}}`-ի միջոցով {{agentDevice}} {{agentOs}}-ում: Եթե դուք չեք խնդրել մուտք գործելը, ապա կարող եք անտեղյակ մնալ այս էլփոստից:", "emails.magicSession.clientInfo": "Սա մուտք գործելը խնդրվել է `{{agentClient}}`-ի միջոցով {{agentDevice}} {{agentOs}}-ում: Եթե դուք չեք խնդրել մուտք գործելը, ապա կարող եք անտեղյակ մնալ այս էլփոստից:",
"sms.verification.body": "{{secret}}-ն ձեր {{project}} վավերացման կոդն է։", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Այս էլհասցեի անվտանգության արտահայտությունը {{phrase}} է: Դուք կարող եք հավատալ այս էլհասցեին, եթե այդ արտահայտությունը համընկնում է ներմուծման պրոցեսին՝ երբ դուք գրանցվել եք։", "emails.magicSession.securityPhrase": "Այս էլհասցեի անվտանգության արտահայտությունը {{phrase}} է: Դուք կարող եք հավատալ այս էլհասցեին, եթե այդ արտահայտությունը համընկնում է ներմուծման պրոցեսին՝ երբ դուք գրանցվել եք։",
"emails.magicSession.optionUrl": "Եթե չեք կարող մուտք գործել վերը նշված կոճակով, այցելեք հետևյալ հղումը՝", "emails.magicSession.optionUrl": "Եթե չեք կարող մուտք գործել վերը նշված կոճակով, այցելեք հետևյալ հղումը՝",
"emails.otpSession.subject": "{{project}} Մուտք", "emails.otpSession.subject": "{{project}} Մուտք",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Terima kasih", "emails.verification.thanks": "Terima kasih",
"emails.verification.signature": "Tim {{project}}", "emails.verification.signature": "Tim {{project}}",
"emails.magicSession.subject": "Masuk", "emails.magicSession.subject": "Masuk",
"emails.magicSession.hello": "Hai,", "emails.magicSession.hello": "Hai",
"emails.magicSession.body": "Ikuti tautan ini untuk masuk.", "emails.magicSession.body": "Ikuti tautan ini untuk masuk.",
"emails.magicSession.footer": "Jika Anda tidak meminta untuk masuk menggunakan email ini, Anda dapat mengabaikan pesan ini.", "emails.magicSession.footer": "Jika Anda tidak meminta untuk masuk menggunakan email ini, Anda dapat mengabaikan pesan ini.",
"emails.magicSession.thanks": "Terima kasih", "emails.magicSession.thanks": "Terima kasih",
@ -163,6 +163,7 @@
"countries.nz": "Selandia Baru", "countries.nz": "Selandia Baru",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filipina", "countries.ph": "Filipina",
@ -206,6 +207,7 @@
"countries.tn": "Tunisia", "countries.tn": "Tunisia",
"countries.tr": "Turki", "countries.tr": "Turki",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraina", "countries.ua": "Ukraina",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Klik tombol di bawah ini untuk masuk ke akun {{project}} Anda dengan aman. Ini akan kedaluwarsa dalam 1 jam.", "emails.magicSession.optionButton": "Klik tombol di bawah ini untuk masuk ke akun {{project}} Anda dengan aman. Ini akan kedaluwarsa dalam 1 jam.",
"emails.magicSession.buttonText": "Masuk ke {{project}}", "emails.magicSession.buttonText": "Masuk ke {{project}}",
"emails.magicSession.clientInfo": "Tanda masuk ini diminta menggunakan {{agentClient}} di {{agentDevice}} {{agentOs}}. Jika Anda tidak meminta untuk masuk, Anda dapat mengabaikan email ini dengan aman.", "emails.magicSession.clientInfo": "Tanda masuk ini diminta menggunakan {{agentClient}} di {{agentDevice}} {{agentOs}}. Jika Anda tidak meminta untuk masuk, Anda dapat mengabaikan email ini dengan aman.",
"sms.verification.body": "{{secret}} adalah kode verifikasi {{project}} Anda.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Frasa keamanan untuk email ini adalah {{phrase}}. Anda dapat mempercayai email ini jika frasa tersebut cocok dengan frasa yang ditampilkan saat masuk.", "emails.magicSession.securityPhrase": "Frasa keamanan untuk email ini adalah {{phrase}}. Anda dapat mempercayai email ini jika frasa tersebut cocok dengan frasa yang ditampilkan saat masuk.",
"emails.magicSession.optionUrl": "Jika Anda tidak dapat masuk menggunakan tombol di atas, silakan kunjungi tautan berikut:", "emails.magicSession.optionUrl": "Jika Anda tidak dapat masuk menggunakan tombol di atas, silakan kunjungi tautan berikut:",
"emails.otpSession.subject": "Login {{project}}", "emails.otpSession.subject": "Login {{project}}",

View file

@ -163,6 +163,7 @@
"countries.nz": "Nýja Sjáland", "countries.nz": "Nýja Sjáland",
"countries.om": "Óman", "countries.om": "Óman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestína",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Perú", "countries.pe": "Perú",
"countries.ph": "Filippseyjar", "countries.ph": "Filippseyjar",
@ -206,6 +207,7 @@
"countries.tn": "Túnis", "countries.tn": "Túnis",
"countries.tr": "Tyrkland", "countries.tr": "Tyrkland",
"countries.tv": "Túvalú", "countries.tv": "Túvalú",
"countries.tw": "Taívan",
"countries.tz": "Tansanía", "countries.tz": "Tansanía",
"countries.ug": "Úganda", "countries.ug": "Úganda",
"countries.ua": "Úkraína", "countries.ua": "Úkraína",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Smelltu á hnappinn hér fyrir neðan til að skrá þig örugglega inn á {{project}} reikninginn þinn. Hann rennur út eftir 1 klukkustund.", "emails.magicSession.optionButton": "Smelltu á hnappinn hér fyrir neðan til að skrá þig örugglega inn á {{project}} reikninginn þinn. Hann rennur út eftir 1 klukkustund.",
"emails.magicSession.buttonText": "Skráðu þig inn á {{project}}", "emails.magicSession.buttonText": "Skráðu þig inn á {{project}}",
"emails.magicSession.clientInfo": "Þessi innskráning var óskað eftir með {{agentClient}} á {{agentDevice}} {{agentOs}}. Ef þú baðst ekki um innskráninguna geturðu hundsað þennan tölvupóst örugglega.", "emails.magicSession.clientInfo": "Þessi innskráning var óskað eftir með {{agentClient}} á {{agentDevice}} {{agentOs}}. Ef þú baðst ekki um innskráninguna geturðu hundsað þennan tölvupóst örugglega.",
"sms.verification.body": "{{secret}} er staðfestingarkóði {{project}} þíns.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Öryggisfrasi fyrir þetta tölvupóst er {{phrase}}. Þú getur treyst þessum tölvupósti ef þessi frasi passar við frasann sem birtist við innskráningu.", "emails.magicSession.securityPhrase": "Öryggisfrasi fyrir þetta tölvupóst er {{phrase}}. Þú getur treyst þessum tölvupósti ef þessi frasi passar við frasann sem birtist við innskráningu.",
"emails.magicSession.optionUrl": "Ef þú getur ekki skráð þig inn með hnappnum hér að ofan, vinsamlegast heimsækðu eftirfarandi tengil:", "emails.magicSession.optionUrl": "Ef þú getur ekki skráð þig inn með hnappnum hér að ofan, vinsamlegast heimsækðu eftirfarandi tengil:",
"emails.otpSession.subject": "{{project}} Innskráning", "emails.otpSession.subject": "{{project}} Innskráning",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Grazie", "emails.verification.thanks": "Grazie",
"emails.verification.signature": "Il team {{project}}", "emails.verification.signature": "Il team {{project}}",
"emails.magicSession.subject": "Login", "emails.magicSession.subject": "Login",
"emails.magicSession.hello": "Ciao,", "emails.magicSession.hello": "Ciao",
"emails.magicSession.body": "Clicca questo link per accedere.", "emails.magicSession.body": "Clicca questo link per accedere.",
"emails.magicSession.footer": "Se non hai richiesto di effettuare laccesso, puoi ignorare questo messaggio.", "emails.magicSession.footer": "Se non hai richiesto di effettuare laccesso, puoi ignorare questo messaggio.",
"emails.magicSession.thanks": "Grazie", "emails.magicSession.thanks": "Grazie",
@ -163,6 +163,7 @@
"countries.nz": "Nuova Zelanda", "countries.nz": "Nuova Zelanda",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Perù", "countries.pe": "Perù",
"countries.ph": "Filippine", "countries.ph": "Filippine",
@ -206,6 +207,7 @@
"countries.tn": "Tunisia", "countries.tn": "Tunisia",
"countries.tr": "Turchia", "countries.tr": "Turchia",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ucraina", "countries.ua": "Ucraina",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Fai clic sul pulsante qui sotto per accedere in modo sicuro al tuo account {{project}}. Scadrà tra 1 ora.", "emails.magicSession.optionButton": "Fai clic sul pulsante qui sotto per accedere in modo sicuro al tuo account {{project}}. Scadrà tra 1 ora.",
"emails.magicSession.buttonText": "Accedi a {{project}}", "emails.magicSession.buttonText": "Accedi a {{project}}",
"emails.magicSession.clientInfo": "Questo accesso è stato richiesto utilizzando {{agentClient}} su {{agentDevice}} {{agentOs}}. Se non hai richiesto l'accesso, puoi tranquillamente ignorare questa email.", "emails.magicSession.clientInfo": "Questo accesso è stato richiesto utilizzando {{agentClient}} su {{agentDevice}} {{agentOs}}. Se non hai richiesto l'accesso, puoi tranquillamente ignorare questa email.",
"sms.verification.body": "{{secret}} è il tuo codice di verifica per {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "La frase di sicurezza per questa email è {{phrase}}. Puoi fidarti di questa email se questa frase corrisponde alla frase mostrata durante l'accesso.", "emails.magicSession.securityPhrase": "La frase di sicurezza per questa email è {{phrase}}. Puoi fidarti di questa email se questa frase corrisponde alla frase mostrata durante l'accesso.",
"emails.magicSession.optionUrl": "Se non riesci ad accedere utilizzando il pulsante qui sopra, ti preghiamo di visitare il seguente link:", "emails.magicSession.optionUrl": "Se non riesci ad accedere utilizzando il pulsante qui sopra, ti preghiamo di visitare il seguente link:",
"emails.otpSession.subject": "Accesso a {{project}}", "emails.otpSession.subject": "Accesso a {{project}}",

View file

@ -163,6 +163,7 @@
"countries.nz": "ニュージーランド", "countries.nz": "ニュージーランド",
"countries.om": "オマーン", "countries.om": "オマーン",
"countries.pk": "パキスタン", "countries.pk": "パキスタン",
"countries.ps": "パレスチナ",
"countries.pa": "パナマ", "countries.pa": "パナマ",
"countries.pe": "ペルー", "countries.pe": "ペルー",
"countries.ph": "フィリピン", "countries.ph": "フィリピン",
@ -206,6 +207,7 @@
"countries.tn": "チュニジア", "countries.tn": "チュニジア",
"countries.tr": "トルコ", "countries.tr": "トルコ",
"countries.tv": "ツバル", "countries.tv": "ツバル",
"countries.tw": "台湾",
"countries.tz": "タンザニア", "countries.tz": "タンザニア",
"countries.ug": "ウガンダ", "countries.ug": "ウガンダ",
"countries.ua": "ウクライナ", "countries.ua": "ウクライナ",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "以下のボタンをクリックして、安全に{{project}}アカウントにサインインしてください。有効期限は1時間です。", "emails.magicSession.optionButton": "以下のボタンをクリックして、安全に{{project}}アカウントにサインインしてください。有効期限は1時間です。",
"emails.magicSession.buttonText": "{{project}} にサインイン", "emails.magicSession.buttonText": "{{project}} にサインイン",
"emails.magicSession.clientInfo": "このサインインは{{agentClient}}を使用して{{agentDevice}} {{agentOs}}で要求されました。サインインを要求していない場合は、このメールを安全に無視してください。", "emails.magicSession.clientInfo": "このサインインは{{agentClient}}を使用して{{agentDevice}} {{agentOs}}で要求されました。サインインを要求していない場合は、このメールを安全に無視してください。",
"sms.verification.body": "{{secret}} はあなたの {{project}} 認証コードです。", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "このメールのセキュリティフレーズは{{phrase}}です。サインイン時に表示されたフレーズと一致する場合、このメールは信頼できます。", "emails.magicSession.securityPhrase": "このメールのセキュリティフレーズは{{phrase}}です。サインイン時に表示されたフレーズと一致する場合、このメールは信頼できます。",
"emails.magicSession.optionUrl": "上記のボタンを使用してサインインすることができない場合は、次のリンクにアクセスしてください:", "emails.magicSession.optionUrl": "上記のボタンを使用してサインインすることができない場合は、次のリンクにアクセスしてください:",
"emails.otpSession.subject": "プロジェクト ログイン", "emails.otpSession.subject": "プロジェクト ログイン",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Matur nuwun", "emails.verification.thanks": "Matur nuwun",
"emails.verification.signature": "Tim {{project}}", "emails.verification.signature": "Tim {{project}}",
"emails.magicSession.subject": "Masuk", "emails.magicSession.subject": "Masuk",
"emails.magicSession.hello": "Hai,", "emails.magicSession.hello": "Hai",
"emails.magicSession.body": "Klik link iki kanggo masuk.", "emails.magicSession.body": "Klik link iki kanggo masuk.",
"emails.magicSession.footer": "Yen sampeyan ora njaluk masuk nggunakake alamat email iki, sampeyan iso nglirwakake pesen iki.", "emails.magicSession.footer": "Yen sampeyan ora njaluk masuk nggunakake alamat email iki, sampeyan iso nglirwakake pesen iki.",
"emails.magicSession.thanks": "Matur nuwun", "emails.magicSession.thanks": "Matur nuwun",
@ -163,6 +163,7 @@
"countries.nz": "Selandia Anyar", "countries.nz": "Selandia Anyar",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filipina", "countries.ph": "Filipina",
@ -206,6 +207,7 @@
"countries.tn": "Tunisia", "countries.tn": "Tunisia",
"countries.tr": "Turki", "countries.tr": "Turki",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraina", "countries.ua": "Ukraina",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Klik tombol ing ngisor iki kanggo mlebu kanthi aman ing akun {{project}} panjenengan. Bakal kadaluwarsa sajroning 1 jam.", "emails.magicSession.optionButton": "Klik tombol ing ngisor iki kanggo mlebu kanthi aman ing akun {{project}} panjenengan. Bakal kadaluwarsa sajroning 1 jam.",
"emails.magicSession.buttonText": "Mlebu ing {{project}}", "emails.magicSession.buttonText": "Mlebu ing {{project}}",
"emails.magicSession.clientInfo": "Penandatanganan iki dijaluk nganggo {{agentClient}} ing {{agentDevice}} {{agentOs}}. Yen panjenengan ora njaluk penandatanganan, panjenengan bisa ngabaikan email iki kanthi aman.", "emails.magicSession.clientInfo": "Penandatanganan iki dijaluk nganggo {{agentClient}} ing {{agentDevice}} {{agentOs}}. Yen panjenengan ora njaluk penandatanganan, panjenengan bisa ngabaikan email iki kanthi aman.",
"sms.verification.body": "{{secret}} iku kode verifikasi {{project}} panjenengan.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Frasa keamanan kanggo email iki yaiku {{phrase}}. Sampeyan bisa percaya marang email iki yen frasa iki cocog karo frasa sing ditampilake nalika mlebu.", "emails.magicSession.securityPhrase": "Frasa keamanan kanggo email iki yaiku {{phrase}}. Sampeyan bisa percaya marang email iki yen frasa iki cocog karo frasa sing ditampilake nalika mlebu.",
"emails.magicSession.optionUrl": "Yen sampeyan ora bisa mlebu nganggo tombol ing ndhuwur, monggo ngunjungi pranala ing ngisor iki:", "emails.magicSession.optionUrl": "Yen sampeyan ora bisa mlebu nganggo tombol ing ndhuwur, monggo ngunjungi pranala ing ngisor iki:",
"emails.otpSession.subject": "{{project}} Mlebu", "emails.otpSession.subject": "{{project}} Mlebu",

View file

@ -163,6 +163,7 @@
"countries.nz": "នូវែលសេឡង់", "countries.nz": "នូវែលសេឡង់",
"countries.om": "អូម៉ង់", "countries.om": "អូម៉ង់",
"countries.pk": "ប៉ាគីស្ថាន", "countries.pk": "ប៉ាគីស្ថាន",
"countries.ps": "ប៉ាលេស្ទីន",
"countries.pa": "ប៉ាណាម៉ា", "countries.pa": "ប៉ាណាម៉ា",
"countries.pe": "ប៉េរូ", "countries.pe": "ប៉េរូ",
"countries.ph": "ហ្វីលីពីន", "countries.ph": "ហ្វីលីពីន",
@ -206,6 +207,7 @@
"countries.tn": "ទុយនីស៊ី", "countries.tn": "ទុយនីស៊ី",
"countries.tr": "តួកគី", "countries.tr": "តួកគី",
"countries.tv": "តូវលូ", "countries.tv": "តូវលូ",
"countries.tw": "តៃវ៉ាន់",
"countries.tz": "តង់ហ្សានី", "countries.tz": "តង់ហ្សានី",
"countries.ug": "អ៊ូហ្គង់ដា", "countries.ug": "អ៊ូហ្គង់ដា",
"countries.ua": "អ៊ុយក្រែន", "countries.ua": "អ៊ុយក្រែន",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "ចុចប៊ូតុងខាងក្រោមដើម្បីចូលប្រើគណនី {{project}} របស់អ្នកដោយសុវត្ថិភាព។ វានឹងផុតកំណត់ក្នុងរយៈពេល 1 ម៉ោង។", "emails.magicSession.optionButton": "ចុចប៊ូតុងខាងក្រោមដើម្បីចូលប្រើគណនី {{project}} របស់អ្នកដោយសុវត្ថិភាព។ វានឹងផុតកំណត់ក្នុងរយៈពេល 1 ម៉ោង។",
"emails.magicSession.buttonText": "ចូលទៅកាន់ {{project}}", "emails.magicSession.buttonText": "ចូលទៅកាន់ {{project}}",
"emails.magicSession.clientInfo": "ការចូលប្រើនេះត្រូវបានស្នើរអោយប្រើ {{agentClient}} នៅលើ {{agentDevice}} {{agentOs}}។ ប្រសិនបើអ្នកមិនបានស្នើរការចូលប្រើនេះ អ្នកអាចមិនអើពើនឹងអ៊ីម៉ែលនេះបាន។", "emails.magicSession.clientInfo": "ការចូលប្រើនេះត្រូវបានស្នើរអោយប្រើ {{agentClient}} នៅលើ {{agentDevice}} {{agentOs}}។ ប្រសិនបើអ្នកមិនបានស្នើរការចូលប្រើនេះ អ្នកអាចមិនអើពើនឹងអ៊ីម៉ែលនេះបាន។",
"sms.verification.body": "{{secret}} ជាលេខកូដផ្ទៀងផ្ទាត់សម្រាប់{{project}}របស់អ្នក។", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "ឃ្លាសម្ងាត់សម្រាប់អ៊ីមែលនេះគឺ {{phrase}}។ អ្នកអាចទុកចិត្តលើអ៊ីមែលនេះប្រសិនបើឃ្លានេះត្រូវគ្នាជាមួយឃ្លាដែលបង្ហាញឡើងពេលចូលប្រើ។", "emails.magicSession.securityPhrase": "ឃ្លាសម្ងាត់សម្រាប់អ៊ីមែលនេះគឺ {{phrase}}។ អ្នកអាចទុកចិត្តលើអ៊ីមែលនេះប្រសិនបើឃ្លានេះត្រូវគ្នាជាមួយឃ្លាដែលបង្ហាញឡើងពេលចូលប្រើ។",
"emails.magicSession.optionUrl": "ប្រសិនបើអ្នកមិនអាចចូលប្រើប្រាស់ដោយប្រើប៊ូតុងខាងលើនេះទេ សូមចូលទៅកាន់តំណភ្ជាប់ខាងក្រោម៖", "emails.magicSession.optionUrl": "ប្រសិនបើអ្នកមិនអាចចូលប្រើប្រាស់ដោយប្រើប៊ូតុងខាងលើនេះទេ សូមចូលទៅកាន់តំណភ្ជាប់ខាងក្រោម៖",
"emails.otpSession.subject": "ការចូល {{project}}", "emails.otpSession.subject": "ការចូល {{project}}",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "ಧನ್ಯವಾದಗಳು", "emails.verification.thanks": "ಧನ್ಯವಾದಗಳು",
"emails.verification.signature": "{{project}} ತಂಡ", "emails.verification.signature": "{{project}} ತಂಡ",
"emails.magicSession.subject": "ಲಾಗಿನ್", "emails.magicSession.subject": "ಲಾಗಿನ್",
"emails.magicSession.hello": "ನಮಸ್ಕಾರ,", "emails.magicSession.hello": "ನಮಸ್ಕಾರ",
"emails.magicSession.body": "ಲಾಗಿನ್ ಮಾಡಲಿಕ್ಕೆ ಈ ಲಿಂಕನ್ನು ಅನುಸರಿಸಿ", "emails.magicSession.body": "ಲಾಗಿನ್ ಮಾಡಲಿಕ್ಕೆ ಈ ಲಿಂಕನ್ನು ಅನುಸರಿಸಿ",
"emails.magicSession.footer": "ನೀವು ಈ ಇಮೇಲನಿಂದ ಲಾಗಿನ್ ಮಾಡಲು ಕೇಳದಿದ್ದರೆ, ಈ ಸಂದೇಶವನ್ನು ನಿರ್ಲಕ್ಷಿಸಿ", "emails.magicSession.footer": "ನೀವು ಈ ಇಮೇಲನಿಂದ ಲಾಗಿನ್ ಮಾಡಲು ಕೇಳದಿದ್ದರೆ, ಈ ಸಂದೇಶವನ್ನು ನಿರ್ಲಕ್ಷಿಸಿ",
"emails.magicSession.thanks": "ಧನ್ಯವಾದಗಳು", "emails.magicSession.thanks": "ಧನ್ಯವಾದಗಳು",
@ -163,6 +163,7 @@
"countries.nz": "ನ್ಯೂಜಿಲ್ಯಾಂಡ್", "countries.nz": "ನ್ಯೂಜಿಲ್ಯಾಂಡ್",
"countries.om": "ಓಮನ್", "countries.om": "ಓಮನ್",
"countries.pk": "ಪಾಕಿಸ್ತಾನ", "countries.pk": "ಪಾಕಿಸ್ತಾನ",
"countries.ps": "ಪ್ಯಾಲೇಸ್ಟೈನ್",
"countries.pa": "ಪನಾಮ", "countries.pa": "ಪನಾಮ",
"countries.pe": "ಪೆರು", "countries.pe": "ಪೆರು",
"countries.ph": "ಫಿಲಿಪೈನ್ಸ್", "countries.ph": "ಫಿಲಿಪೈನ್ಸ್",
@ -206,6 +207,7 @@
"countries.tn": "ಟುನೀಶಿಯಾ", "countries.tn": "ಟುನೀಶಿಯಾ",
"countries.tr": "ಟರ್ಕಿ", "countries.tr": "ಟರ್ಕಿ",
"countries.tv": "ತುವಾಲು", "countries.tv": "ತುವಾಲು",
"countries.tw": "ತೈವಾನ್",
"countries.tz": "ಟಾಂಜಾನಿಯಾ", "countries.tz": "ಟಾಂಜಾನಿಯಾ",
"countries.ug": "ಉಗಾಂಡಾ", "countries.ug": "ಉಗಾಂಡಾ",
"countries.ua": "ಉಕ್ರೇನ್", "countries.ua": "ಉಕ್ರೇನ್",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "ಕೆಳಗಿನ ಬಟನ್ ಒತ್ತಿ ನಿಮ್ಮ {{project}} ಖಾತೆಗೆ ಸುರಕ್ಷಿತವಾಗಿ ಸೈನ್ ಇನ್ ಮಾಡಿ. ಇದು 1 ಗಂಟೆಯಲ್ಲಿ ಅವಧಿ ಮುಗಿಯುತ್ತದೆ.", "emails.magicSession.optionButton": "ಕೆಳಗಿನ ಬಟನ್ ಒತ್ತಿ ನಿಮ್ಮ {{project}} ಖಾತೆಗೆ ಸುರಕ್ಷಿತವಾಗಿ ಸೈನ್ ಇನ್ ಮಾಡಿ. ಇದು 1 ಗಂಟೆಯಲ್ಲಿ ಅವಧಿ ಮುಗಿಯುತ್ತದೆ.",
"emails.magicSession.buttonText": "ಸೈನ್ ಇನ್ ಮಾಡಿ {{project}}", "emails.magicSession.buttonText": "ಸೈನ್ ಇನ್ ಮಾಡಿ {{project}}",
"emails.magicSession.clientInfo": "ಈ ಸೈನ್ ಇನ್ ಅನ್ನು {{agentClient}} ಬಳಸಿ {{agentDevice}} {{agentOs}} ಮೂಲಕ ಕೋರಲಾಗಿದೆ. ನೀವು ಸೈನ್ ಇನ್ ಅನ್ನು ಕೋರಿಲ್ಲದಿದ್ದರೆ, ನೀವು ಈ ಇಮೇಲ್ ಅನ್ನು ಸುರಕ್ಷಿತವಾಗಿ ನಿರ್ಲಕ್ಷಿಸಬಹುದು.", "emails.magicSession.clientInfo": "ಈ ಸೈನ್ ಇನ್ ಅನ್ನು {{agentClient}} ಬಳಸಿ {{agentDevice}} {{agentOs}} ಮೂಲಕ ಕೋರಲಾಗಿದೆ. ನೀವು ಸೈನ್ ಇನ್ ಅನ್ನು ಕೋರಿಲ್ಲದಿದ್ದರೆ, ನೀವು ಈ ಇಮೇಲ್ ಅನ್ನು ಸುರಕ್ಷಿತವಾಗಿ ನಿರ್ಲಕ್ಷಿಸಬಹುದು.",
"sms.verification.body": "{{secret}} ನಿಮ್ಮ {{project}} ಪರಿಶೀಲನಾ ಸಂಕೇತವಾಗಿದೆ.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "ಈ ಇಮೇಲ್‌ಗಾಗಿ ಭದ್ರತಾ ಪದ ಇದೆ {{phrase}}. ಸೈನ್ ಇನ್ ಮಾಡುವಾಗ ತೋರಿದ ಪದವು ಈ ಪದವು ಹೊಂದಿಕೆಯಾಗಿದ್ದರೆ ನೀವು ಈ ಇಮೇಲ್‌ಅನ್ನು ನಂಬಬಹುದು.", "emails.magicSession.securityPhrase": "ಈ ಇಮೇಲ್‌ಗಾಗಿ ಭದ್ರತಾ ಪದ ಇದೆ {{phrase}}. ಸೈನ್ ಇನ್ ಮಾಡುವಾಗ ತೋರಿದ ಪದವು ಈ ಪದವು ಹೊಂದಿಕೆಯಾಗಿದ್ದರೆ ನೀವು ಈ ಇಮೇಲ್‌ಅನ್ನು ನಂಬಬಹುದು.",
"emails.magicSession.optionUrl": "ಮೇಲಿನ ಬಟನ್ ಬಳಸಿ ನೀವು ಸೈನ್ ಇನ್ ಮಾಡಲು ಅಸಮರ್ಥರಾಗಿದ್ದರೆ, ದಯವಿಟ್ಟು ಈ ಕೆಳಗಿನ ಲಿಂಕ್ ಭೇಟಿಯನ್ನು ಕೊಡಿ:", "emails.magicSession.optionUrl": "ಮೇಲಿನ ಬಟನ್ ಬಳಸಿ ನೀವು ಸೈನ್ ಇನ್ ಮಾಡಲು ಅಸಮರ್ಥರಾಗಿದ್ದರೆ, ದಯವಿಟ್ಟು ಈ ಕೆಳಗಿನ ಲಿಂಕ್ ಭೇಟಿಯನ್ನು ಕೊಡಿ:",
"emails.otpSession.subject": "{{project}} ಲಾಗಿನ್", "emails.otpSession.subject": "{{project}} ಲಾಗಿನ್",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "감사합니다", "emails.verification.thanks": "감사합니다",
"emails.verification.signature": "{{project}} 팀", "emails.verification.signature": "{{project}} 팀",
"emails.magicSession.subject": "로그인", "emails.magicSession.subject": "로그인",
"emails.magicSession.hello": "안녕하세요,", "emails.magicSession.hello": "안녕하세요",
"emails.magicSession.body": "로그인 하시려면 링크를 클릭하여주세요.", "emails.magicSession.body": "로그인 하시려면 링크를 클릭하여주세요.",
"emails.magicSession.footer": "이 이메일 계정으로 로그인 신청을 하지 않으셨다면 이 메세지를 무시하여주세요.", "emails.magicSession.footer": "이 이메일 계정으로 로그인 신청을 하지 않으셨다면 이 메세지를 무시하여주세요.",
"emails.magicSession.thanks": "감사합니다", "emails.magicSession.thanks": "감사합니다",
@ -163,6 +163,7 @@
"countries.nz": "뉴질랜드", "countries.nz": "뉴질랜드",
"countries.om": "오만", "countries.om": "오만",
"countries.pk": "파키스탄", "countries.pk": "파키스탄",
"countries.ps": "팔레스타인",
"countries.pa": "파나마", "countries.pa": "파나마",
"countries.pe": "페루", "countries.pe": "페루",
"countries.ph": "필리핀 제도", "countries.ph": "필리핀 제도",
@ -206,6 +207,7 @@
"countries.tn": "튀니지", "countries.tn": "튀니지",
"countries.tr": "터키", "countries.tr": "터키",
"countries.tv": "투발루", "countries.tv": "투발루",
"countries.tw": "대만",
"countries.tz": "탄자니아", "countries.tz": "탄자니아",
"countries.ug": "우간다", "countries.ug": "우간다",
"countries.ua": "우크라이나", "countries.ua": "우크라이나",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "아래 버튼을 클릭하여 안전하게 {{project}} 계정에 로그인하세요. 1시간 후에 만료됩니다.", "emails.magicSession.optionButton": "아래 버튼을 클릭하여 안전하게 {{project}} 계정에 로그인하세요. 1시간 후에 만료됩니다.",
"emails.magicSession.buttonText": "{{project}}에 로그인하세요", "emails.magicSession.buttonText": "{{project}}에 로그인하세요",
"emails.magicSession.clientInfo": "이 로그인은 {{agentClient}}을(를) 사용하여 {{agentDevice}} {{agentOs}}에서 요청되었습니다. 로그인을 요청하지 않았다면, 이 이메일을 안전하게 무시하셔도 됩니다.", "emails.magicSession.clientInfo": "이 로그인은 {{agentClient}}을(를) 사용하여 {{agentDevice}} {{agentOs}}에서 요청되었습니다. 로그인을 요청하지 않았다면, 이 이메일을 안전하게 무시하셔도 됩니다.",
"sms.verification.body": "{{secret}}는 귀하의 {{project}} 인증 코드입니다.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "이 이메일의 보안 구절은 {{phrase}}입니다. 로그인할 때 표시되는 구절과 일치한다면 이 이메일을 신뢰할 수 있습니다.", "emails.magicSession.securityPhrase": "이 이메일의 보안 구절은 {{phrase}}입니다. 로그인할 때 표시되는 구절과 일치한다면 이 이메일을 신뢰할 수 있습니다.",
"emails.magicSession.optionUrl": "위의 버튼을 사용하여 로그인할 수 없다면, 다음 링크를 방문해 주세요:", "emails.magicSession.optionUrl": "위의 버튼을 사용하여 로그인할 수 없다면, 다음 링크를 방문해 주세요:",
"emails.otpSession.subject": "{{project}} 로그인", "emails.otpSession.subject": "{{project}} 로그인",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Gratias", "emails.verification.thanks": "Gratias",
"emails.verification.signature": "{{project}} Team", "emails.verification.signature": "{{project}} Team",
"emails.magicSession.subject": "Log in", "emails.magicSession.subject": "Log in",
"emails.magicSession.hello": "Salve ibi,", "emails.magicSession.hello": "Salve ibi",
"emails.magicSession.body": "Hanc nexum cum login", "emails.magicSession.body": "Hanc nexum cum login",
"emails.magicSession.footer": "Si verificationem huius inscriptionis non postulasti, nuntium hunc ignorare potes.", "emails.magicSession.footer": "Si verificationem huius inscriptionis non postulasti, nuntium hunc ignorare potes.",
"emails.magicSession.thanks": "Gratias", "emails.magicSession.thanks": "Gratias",
@ -163,6 +163,7 @@
"countries.nz": "New Zealand", "countries.nz": "New Zealand",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Philippines", "countries.ph": "Philippines",
@ -206,6 +207,7 @@
"countries.tn": "Tunisia", "countries.tn": "Tunisia",
"countries.tr": "Turkey", "countries.tr": "Turkey",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Formosa",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraine", "countries.ua": "Ukraine",
@ -247,5 +249,5 @@
"emails.certificate.footer": "Praeclarum tuum testificationem valet ad XXX dies a primo defectu. Magnopere suademus ut hoc casum investiges, alioquin dominium tuum sine valida SSL communicatione erit.", "emails.certificate.footer": "Praeclarum tuum testificationem valet ad XXX dies a primo defectu. Magnopere suademus ut hoc casum investiges, alioquin dominium tuum sine valida SSL communicatione erit.",
"emails.certificate.thanks": "Gratias", "emails.certificate.thanks": "Gratias",
"emails.certificate.signature": "team {{project}}", "emails.certificate.signature": "team {{project}}",
"sms.verification.body": "{{secret}} est codex verificatorius {{project}} tui." "sms.verification.body": "{{secret}}"
} }

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Merci", "emails.verification.thanks": "Merci",
"emails.verification.signature": "{{project}} équipe", "emails.verification.signature": "{{project}} équipe",
"emails.magicSession.subject": "Login", "emails.magicSession.subject": "Login",
"emails.magicSession.hello": "Hey,", "emails.magicSession.hello": "Hey",
"emails.magicSession.body": "Follegt dëse Link fir umellen.", "emails.magicSession.body": "Follegt dëse Link fir umellen.",
"emails.magicSession.footer": "Wann Dir net gefrot hutt Iech mat dëser E -Mail anzemelden, kënnt Dir dëse Message ignoréieren.", "emails.magicSession.footer": "Wann Dir net gefrot hutt Iech mat dëser E -Mail anzemelden, kënnt Dir dëse Message ignoréieren.",
"emails.magicSession.thanks": "Merci", "emails.magicSession.thanks": "Merci",
@ -163,6 +163,7 @@
"countries.nz": "Neiséiland", "countries.nz": "Neiséiland",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Philippinnen", "countries.ph": "Philippinnen",
@ -206,6 +207,7 @@
"countries.tn": "Tunesien", "countries.tn": "Tunesien",
"countries.tr": "Tierkei", "countries.tr": "Tierkei",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tansania", "countries.tz": "Tansania",
"countries.ug": "Ugana", "countries.ug": "Ugana",
"countries.ua": "Ukraine", "countries.ua": "Ukraine",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Klickt op de Knäppchen hei drënner fir sécher an Äre {{project}} Kont anzeloggen. Et wäert an 1 Stonn oflafen.", "emails.magicSession.optionButton": "Klickt op de Knäppchen hei drënner fir sécher an Äre {{project}} Kont anzeloggen. Et wäert an 1 Stonn oflafen.",
"emails.magicSession.buttonText": "Connectez-vous à {{project}}", "emails.magicSession.buttonText": "Connectez-vous à {{project}}",
"emails.magicSession.clientInfo": "Dëse Login gouf duerch {{agentClient}} op {{agentDevice}} {{agentOs}} ugefrot. Wann Dir de Login net gefrot hutt, kënnt Dir dësen E-Mail ouni weideres ignoréieren.", "emails.magicSession.clientInfo": "Dëse Login gouf duerch {{agentClient}} op {{agentDevice}} {{agentOs}} ugefrot. Wann Dir de Login net gefrot hutt, kënnt Dir dësen E-Mail ouni weideres ignoréieren.",
"sms.verification.body": "{{secret}} ass äre {{project}} Verifikatiounscode.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "D'Sécherheetsphrase fir dësen E-Mail ass {{phrase}}. Dir kënnt dësem E-Mail vertrauen, wann dës Phrase mat der Phrase iwwereneestëmmt, déi beim Umellen ugewise ginn ass.", "emails.magicSession.securityPhrase": "D'Sécherheetsphrase fir dësen E-Mail ass {{phrase}}. Dir kënnt dësem E-Mail vertrauen, wann dës Phrase mat der Phrase iwwereneestëmmt, déi beim Umellen ugewise ginn ass.",
"emails.magicSession.optionUrl": "Wann Dir Iech net kënnt umellen andeems Dir op de Knäppchen uewendriwwer klickt, besicht w.e.g. de folgenden Link:", "emails.magicSession.optionUrl": "Wann Dir Iech net kënnt umellen andeems Dir op de Knäppchen uewendriwwer klickt, besicht w.e.g. de folgenden Link:",
"emails.otpSession.subject": "{{project}} Aloggen", "emails.otpSession.subject": "{{project}} Aloggen",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Ačiū", "emails.verification.thanks": "Ačiū",
"emails.verification.signature": "{{project}} komanda", "emails.verification.signature": "{{project}} komanda",
"emails.magicSession.subject": "Prisijungti", "emails.magicSession.subject": "Prisijungti",
"emails.magicSession.hello": "Labas,", "emails.magicSession.hello": "Labas",
"emails.magicSession.body": "Spauskite šią nuorodą, kad prisijungtumėte.", "emails.magicSession.body": "Spauskite šią nuorodą, kad prisijungtumėte.",
"emails.magicSession.footer": "Jei neprašėte prisijungti naudojantis šiuo el. paštu, galite ignoruoti šį pranešimą.", "emails.magicSession.footer": "Jei neprašėte prisijungti naudojantis šiuo el. paštu, galite ignoruoti šį pranešimą.",
"emails.magicSession.thanks": "Ačiū", "emails.magicSession.thanks": "Ačiū",
@ -163,6 +163,7 @@
"countries.nz": "Naujoji Zelandija", "countries.nz": "Naujoji Zelandija",
"countries.om": "Omanas", "countries.om": "Omanas",
"countries.pk": "Pakistanas", "countries.pk": "Pakistanas",
"countries.ps": "Palestina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filipinai", "countries.ph": "Filipinai",
@ -206,6 +207,7 @@
"countries.tn": "Tunisas", "countries.tn": "Tunisas",
"countries.tr": "Turkija", "countries.tr": "Turkija",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taivanas",
"countries.tz": "Tanzanija", "countries.tz": "Tanzanija",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraina", "countries.ua": "Ukraina",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Spustelėkite žemiau esantį mygtuką, kad saugiai prisijungtumėte prie savo {{project}} paskyros. Galiojimas baigsis po 1 valandos.", "emails.magicSession.optionButton": "Spustelėkite žemiau esantį mygtuką, kad saugiai prisijungtumėte prie savo {{project}} paskyros. Galiojimas baigsis po 1 valandos.",
"emails.magicSession.buttonText": "Prisijunkite prie {{project}}", "emails.magicSession.buttonText": "Prisijunkite prie {{project}}",
"emails.magicSession.clientInfo": "Šis prisijungimas buvo užklaustas naudojant {{agentClient}} {{agentDevice}} {{agentOs}}. Jei neprašėte prisijungimo, galite saugiai ignoruoti šį el. laišką.", "emails.magicSession.clientInfo": "Šis prisijungimas buvo užklaustas naudojant {{agentClient}} {{agentDevice}} {{agentOs}}. Jei neprašėte prisijungimo, galite saugiai ignoruoti šį el. laišką.",
"sms.verification.body": "{{secret}} yra jūsų {{project}} patvirtinimo kodas.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Šio el. laiško saugumo frazė yra {{phrase}}. Šiam el. laiškui galite pasitikėti, jei ši frazė atitinka prisijungimo metu rodytą frazę.", "emails.magicSession.securityPhrase": "Šio el. laiško saugumo frazė yra {{phrase}}. Šiam el. laiškui galite pasitikėti, jei ši frazė atitinka prisijungimo metu rodytą frazę.",
"emails.magicSession.optionUrl": "Jei negalite prisijungti naudodami aukščiau esantį mygtuką, apsilankykite šioje nuorodoje:", "emails.magicSession.optionUrl": "Jei negalite prisijungti naudodami aukščiau esantį mygtuką, apsilankykite šioje nuorodoje:",
"emails.otpSession.subject": "{{project}} Prisijungimas", "emails.otpSession.subject": "{{project}} Prisijungimas",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Paldies", "emails.verification.thanks": "Paldies",
"emails.verification.signature": "{{project}} komanda", "emails.verification.signature": "{{project}} komanda",
"emails.magicSession.subject": "Ieiet", "emails.magicSession.subject": "Ieiet",
"emails.magicSession.hello": "Sveicināti,", "emails.magicSession.hello": "Sveicināti",
"emails.magicSession.body": "Sekojiet saitei, lai ieietu.", "emails.magicSession.body": "Sekojiet saitei, lai ieietu.",
"emails.magicSession.footer": "Ja Jūs nepieprasījāt ieiet ar šo e-pasta adresi, lūdzu, ignorējiet šo ziņu.", "emails.magicSession.footer": "Ja Jūs nepieprasījāt ieiet ar šo e-pasta adresi, lūdzu, ignorējiet šo ziņu.",
"emails.magicSession.thanks": "Paldies", "emails.magicSession.thanks": "Paldies",
@ -163,6 +163,7 @@
"countries.nz": "Jaunzēlande", "countries.nz": "Jaunzēlande",
"countries.om": "Omāna", "countries.om": "Omāna",
"countries.pk": "Pakistāna", "countries.pk": "Pakistāna",
"countries.ps": "Palestīna",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filipīnas", "countries.ph": "Filipīnas",
@ -206,6 +207,7 @@
"countries.tn": "Tunisija", "countries.tn": "Tunisija",
"countries.tr": "Turcija", "countries.tr": "Turcija",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taivāna",
"countries.tz": "Tanzānija", "countries.tz": "Tanzānija",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraina", "countries.ua": "Ukraina",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Noklikšķiniet uz zemāk esošās pogas, lai droši pieteiktos savā {{project}} kontā. Tas beigsies pēc 1 stundas.", "emails.magicSession.optionButton": "Noklikšķiniet uz zemāk esošās pogas, lai droši pieteiktos savā {{project}} kontā. Tas beigsies pēc 1 stundas.",
"emails.magicSession.buttonText": "Pierakstieties {{project}}", "emails.magicSession.buttonText": "Pierakstieties {{project}}",
"emails.magicSession.clientInfo": "Šī autorizācija tika pieprasīta, izmantojot {{agentClient}} ierīcē {{agentDevice}} operētājsistēmā {{agentOs}}. Ja jūs neesat pieprasījis autorizāciju, šo e-pastu varat droši ignorēt.", "emails.magicSession.clientInfo": "Šī autorizācija tika pieprasīta, izmantojot {{agentClient}} ierīcē {{agentDevice}} operētājsistēmā {{agentOs}}. Ja jūs neesat pieprasījis autorizāciju, šo e-pastu varat droši ignorēt.",
"sms.verification.body": "{{secret}} ir jūsu {{project}} verifikācijas kods.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Drošības frāze šim e-pastam ir {{phrase}}. Šim e-pastam var uzticēties, ja šī frāze sakrīt ar frāzi, kas parādās, piesakoties sistēmā.", "emails.magicSession.securityPhrase": "Drošības frāze šim e-pastam ir {{phrase}}. Šim e-pastam var uzticēties, ja šī frāze sakrīt ar frāzi, kas parādās, piesakoties sistēmā.",
"emails.magicSession.optionUrl": "Ja nevarat pierakstīties, izmantojot iepriekš minēto pogu, lūdzu, apmeklējiet sekojošo saiti:", "emails.magicSession.optionUrl": "Ja nevarat pierakstīties, izmantojot iepriekš minēto pogu, lūdzu, apmeklējiet sekojošo saiti:",
"emails.otpSession.subject": "{{project}} Pieteikšanās", "emails.otpSession.subject": "{{project}} Pieteikšanās",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "നന്ദി", "emails.verification.thanks": "നന്ദി",
"emails.verification.signature": "{{project}} ടീം", "emails.verification.signature": "{{project}} ടീം",
"emails.magicSession.subject": "ലോഗിൻ", "emails.magicSession.subject": "ലോഗിൻ",
"emails.magicSession.hello": "നമസ്കാരം,", "emails.magicSession.hello": "നമസ്കാരം",
"emails.magicSession.body": "ലോഗിൻ ചെയ്യുന്നതിനായി ഈ ലിങ്ക് പിന്തുടരുക.", "emails.magicSession.body": "ലോഗിൻ ചെയ്യുന്നതിനായി ഈ ലിങ്ക് പിന്തുടരുക.",
"emails.magicSession.footer": "ഈ ഇമെയിൽ ഉപയോഗിച്ച് ലോഗിൻ ചെയ്യാൻ നിങ്ങൾ ആവശ്യപ്പെട്ടില്ലെങ്കിൽ, ഈ സന്ദേശം അവഗണിക്കാവുന്നതാണ്.", "emails.magicSession.footer": "ഈ ഇമെയിൽ ഉപയോഗിച്ച് ലോഗിൻ ചെയ്യാൻ നിങ്ങൾ ആവശ്യപ്പെട്ടില്ലെങ്കിൽ, ഈ സന്ദേശം അവഗണിക്കാവുന്നതാണ്.",
"emails.magicSession.thanks": "നന്ദി", "emails.magicSession.thanks": "നന്ദി",
@ -163,6 +163,7 @@
"countries.nz": "ന്യൂസിലൻഡ്", "countries.nz": "ന്യൂസിലൻഡ്",
"countries.om": "ഒമാൻ", "countries.om": "ഒമാൻ",
"countries.pk": "പാക്കിസ്ഥാൻ", "countries.pk": "പാക്കിസ്ഥാൻ",
"countries.ps": "പാലസ്തീൻ",
"countries.pa": "പനാമ", "countries.pa": "പനാമ",
"countries.pe": "പെറു", "countries.pe": "പെറു",
"countries.ph": "ഫിലിപ്പീൻസ്", "countries.ph": "ഫിലിപ്പീൻസ്",
@ -206,6 +207,7 @@
"countries.tn": "ടുണീഷ്യ", "countries.tn": "ടുണീഷ്യ",
"countries.tr": "തുർക്കി", "countries.tr": "തുർക്കി",
"countries.tv": "തുവാളു", "countries.tv": "തുവാളു",
"countries.tw": "തായ്വാൻ",
"countries.tz": "ടാൻസാനിയ", "countries.tz": "ടാൻസാനിയ",
"countries.ug": "ഉഗാണ്ട", "countries.ug": "ഉഗാണ്ട",
"countries.ua": "ഉക്രൈൻ", "countries.ua": "ഉക്രൈൻ",
@ -247,5 +249,5 @@
"emails.certificate.footer": "നിങ്ങളുടെ മുൻപത്തെ സർട്ടിഫിക്കറ്റ് ആദ്യ പരാജയത്തിനു ശേഷം 30 ദിവസം വരെ സാധുവായിരിക്കും. ഈ കേസ് അന്വേഷിച്ചു നോക്കുന്നത് ഞങ്ങൾ ശക്തമായി ശുപാർശ ചെയ്യുന്നു, അല്ലെങ്കിൽ നിങ്ങളുടെ ഡൊമെയ്‌ൻ സാധുവായ SSL കമ്മ്യൂണിക്കേഷനില്ലാത്ത ഒരു അവസ്ഥയിലാകും.", "emails.certificate.footer": "നിങ്ങളുടെ മുൻപത്തെ സർട്ടിഫിക്കറ്റ് ആദ്യ പരാജയത്തിനു ശേഷം 30 ദിവസം വരെ സാധുവായിരിക്കും. ഈ കേസ് അന്വേഷിച്ചു നോക്കുന്നത് ഞങ്ങൾ ശക്തമായി ശുപാർശ ചെയ്യുന്നു, അല്ലെങ്കിൽ നിങ്ങളുടെ ഡൊമെയ്‌ൻ സാധുവായ SSL കമ്മ്യൂണിക്കേഷനില്ലാത്ത ഒരു അവസ്ഥയിലാകും.",
"emails.certificate.thanks": "നന്ദി", "emails.certificate.thanks": "നന്ദി",
"emails.certificate.signature": "{{project}} ടീം", "emails.certificate.signature": "{{project}} ടീം",
"sms.verification.body": "{{secret}} നിങ്ങളുടെ {{project}} പരിശോധന കോഡാണ്." "sms.verification.body": "{{secret}}"
} }

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "धन्यवाद", "emails.verification.thanks": "धन्यवाद",
"emails.verification.signature": "{{project}} संघ", "emails.verification.signature": "{{project}} संघ",
"emails.magicSession.subject": "लॉगिन करा", "emails.magicSession.subject": "लॉगिन करा",
"emails.magicSession.hello": "नमस्कार ,", "emails.magicSession.hello": "नमस्कार ",
"emails.magicSession.body": "लॉगिन करण्यासाठी या लिंकचे अनुसरण करा.", "emails.magicSession.body": "लॉगिन करण्यासाठी या लिंकचे अनुसरण करा.",
"emails.magicSession.footer": "आपण या ईमेलचा वापर करून लॉगिन करण्यास सांगितले नसल्यास, आपण या संदेशाकडे दुर्लक्ष करू शकता.", "emails.magicSession.footer": "आपण या ईमेलचा वापर करून लॉगिन करण्यास सांगितले नसल्यास, आपण या संदेशाकडे दुर्लक्ष करू शकता.",
"emails.magicSession.thanks": "धन्यवाद", "emails.magicSession.thanks": "धन्यवाद",
@ -163,6 +163,7 @@
"countries.nz": "न्यूजीलैंड", "countries.nz": "न्यूजीलैंड",
"countries.om": "ओमान", "countries.om": "ओमान",
"countries.pk": "पाकिस्तान", "countries.pk": "पाकिस्तान",
"countries.ps": "पॅलेस्टाईन",
"countries.pa": "पनामा", "countries.pa": "पनामा",
"countries.pe": "पेरू", "countries.pe": "पेरू",
"countries.ph": "फिलीपींस", "countries.ph": "फिलीपींस",
@ -206,6 +207,7 @@
"countries.tn": "ट्यूनीशिया", "countries.tn": "ट्यूनीशिया",
"countries.tr": "तुर्की", "countries.tr": "तुर्की",
"countries.tv": "तुवालु", "countries.tv": "तुवालु",
"countries.tw": "तैवान",
"countries.tz": "तंजानिया", "countries.tz": "तंजानिया",
"countries.ug": "युगांडा", "countries.ug": "युगांडा",
"countries.ua": "यूक्रेन", "countries.ua": "यूक्रेन",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "खालील बटणावर क्लिक करा आणि आपल्या {{project}} खात्यात सुरक्षितपणे साइन इन करा. हे १ तासात समाप्त होईल.", "emails.magicSession.optionButton": "खालील बटणावर क्लिक करा आणि आपल्या {{project}} खात्यात सुरक्षितपणे साइन इन करा. हे १ तासात समाप्त होईल.",
"emails.magicSession.buttonText": "{{project}} मध्ये साइन इन करा", "emails.magicSession.buttonText": "{{project}} मध्ये साइन इन करा",
"emails.magicSession.clientInfo": "ही साइन इन विनंती केली गेली {{agentClient}} वरून {{agentDevice}} {{agentOs}} वापरून. जर आपणास ही साइन इन विनंती केली नसेल तर आपण हा ईमेल सुरक्षितपणे दुर्लक्षित करू शकता.", "emails.magicSession.clientInfo": "ही साइन इन विनंती केली गेली {{agentClient}} वरून {{agentDevice}} {{agentOs}} वापरून. जर आपणास ही साइन इन विनंती केली नसेल तर आपण हा ईमेल सुरक्षितपणे दुर्लक्षित करू शकता.",
"sms.verification.body": "{{secret}} हे तुमच्या {{project}} प्रमाणीकरण कोड आहे.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "या ईमेलसाठी सुरक्षा वाक्य हे {{phrase}} आहे. साइन इन केल्यावेळी दाखवलेले वाक्य जर हे वाक्याशी जुळत असेल तर तुम्ही या ईमेलवर विश्वास ठेवू शकता.", "emails.magicSession.securityPhrase": "या ईमेलसाठी सुरक्षा वाक्य हे {{phrase}} आहे. साइन इन केल्यावेळी दाखवलेले वाक्य जर हे वाक्याशी जुळत असेल तर तुम्ही या ईमेलवर विश्वास ठेवू शकता.",
"emails.magicSession.optionUrl": "जर आपण वरील बटणाचा वापर करून साइन इन करू शकत नसाल, तर कृपया खालील दुवा भेट द्या:", "emails.magicSession.optionUrl": "जर आपण वरील बटणाचा वापर करून साइन इन करू शकत नसाल, तर कृपया खालील दुवा भेट द्या:",
"emails.otpSession.subject": "{{project}} लॉगिन", "emails.otpSession.subject": "{{project}} लॉगिन",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Terima kasih", "emails.verification.thanks": "Terima kasih",
"emails.verification.signature": "{{project}} team", "emails.verification.signature": "{{project}} team",
"emails.magicSession.subject": "Log masuk", "emails.magicSession.subject": "Log masuk",
"emails.magicSession.hello": "Hey,", "emails.magicSession.hello": "Hey",
"emails.magicSession.body": "Tekan pautan ini untuk log masuk.", "emails.magicSession.body": "Tekan pautan ini untuk log masuk.",
"emails.magicSession.footer": "Sekiranya anda tidak membuat permintaan untuk log masuk menggunakan email ini, sila abaikan mesej ini.", "emails.magicSession.footer": "Sekiranya anda tidak membuat permintaan untuk log masuk menggunakan email ini, sila abaikan mesej ini.",
"emails.magicSession.thanks": "Terima kasih", "emails.magicSession.thanks": "Terima kasih",
@ -163,6 +163,7 @@
"countries.nz": "New Zealand", "countries.nz": "New Zealand",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestin",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filipina", "countries.ph": "Filipina",
@ -206,6 +207,7 @@
"countries.tn": "Tunisia", "countries.tn": "Tunisia",
"countries.tr": "Turkey", "countries.tr": "Turkey",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraine", "countries.ua": "Ukraine",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Klik butang di bawah untuk log masuk ke akaun {{project}} anda dengan selamat. Ia akan luput dalam masa 1 jam.", "emails.magicSession.optionButton": "Klik butang di bawah untuk log masuk ke akaun {{project}} anda dengan selamat. Ia akan luput dalam masa 1 jam.",
"emails.magicSession.buttonText": "Masuk ke {{project}}", "emails.magicSession.buttonText": "Masuk ke {{project}}",
"emails.magicSession.clientInfo": "Pendaftaran ini diminta menggunakan {{agentClient}} pada {{agentDevice}} {{agentOs}}. Jika anda tidak meminta untuk daftar masuk, anda boleh abaikan e-mel ini dengan selamat.", "emails.magicSession.clientInfo": "Pendaftaran ini diminta menggunakan {{agentClient}} pada {{agentDevice}} {{agentOs}}. Jika anda tidak meminta untuk daftar masuk, anda boleh abaikan e-mel ini dengan selamat.",
"sms.verification.body": "{{secret}} adalah kod pengesahan {{project}} anda.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Frasa keselamatan untuk emel ini adalah {{phrase}}. Anda boleh mempercayai emel ini jika frasa ini sepadan dengan frasa yang ditunjukkan semasa log masuk.", "emails.magicSession.securityPhrase": "Frasa keselamatan untuk emel ini adalah {{phrase}}. Anda boleh mempercayai emel ini jika frasa ini sepadan dengan frasa yang ditunjukkan semasa log masuk.",
"emails.magicSession.optionUrl": "Jika anda tidak dapat log masuk menggunakan butang di atas, sila kunjungi pautan berikut:", "emails.magicSession.optionUrl": "Jika anda tidak dapat log masuk menggunakan butang di atas, sila kunjungi pautan berikut:",
"emails.otpSession.subject": "Log Masuk {{project}}", "emails.otpSession.subject": "Log Masuk {{project}}",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Takk", "emails.verification.thanks": "Takk",
"emails.verification.signature": "{{project}} team", "emails.verification.signature": "{{project}} team",
"emails.magicSession.subject": "Pålogging", "emails.magicSession.subject": "Pålogging",
"emails.magicSession.hello": "Hei,", "emails.magicSession.hello": "Hei",
"emails.magicSession.body": "Følg denne lenken for å logge på.", "emails.magicSession.body": "Følg denne lenken for å logge på.",
"emails.magicSession.footer": "Dersom du ikke ba om å logge på med denne e-postadressen, kan du se bort fra denne meldingen.", "emails.magicSession.footer": "Dersom du ikke ba om å logge på med denne e-postadressen, kan du se bort fra denne meldingen.",
"emails.magicSession.thanks": "Takk", "emails.magicSession.thanks": "Takk",
@ -163,6 +163,7 @@
"countries.nz": "New Zealand", "countries.nz": "New Zealand",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filippinene", "countries.ph": "Filippinene",
@ -206,6 +207,7 @@
"countries.tn": "Tunisia", "countries.tn": "Tunisia",
"countries.tr": "Tyrkia", "countries.tr": "Tyrkia",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraina", "countries.ua": "Ukraina",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Klikk på knappen nedenfor for å logge inn på din {{project}}-konto på en sikker måte. Den vil utløpe om 1 time.", "emails.magicSession.optionButton": "Klikk på knappen nedenfor for å logge inn på din {{project}}-konto på en sikker måte. Den vil utløpe om 1 time.",
"emails.magicSession.buttonText": "Logg inn på {{project}}", "emails.magicSession.buttonText": "Logg inn på {{project}}",
"emails.magicSession.clientInfo": "Dette innloggingen ble forespurt ved hjelp av {{agentClient}} på {{agentDevice}} {{agentOs}}. Hvis du ikke ba om innloggingen, kan du trygt se bort fra denne e-posten.", "emails.magicSession.clientInfo": "Dette innloggingen ble forespurt ved hjelp av {{agentClient}} på {{agentDevice}} {{agentOs}}. Hvis du ikke ba om innloggingen, kan du trygt se bort fra denne e-posten.",
"sms.verification.body": "{{secret}} er din {{project}} bekreftelseskode.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Sikkerhetsfrasen for denne e-posten er {{phrase}}. Du kan stole på denne e-posten hvis denne frasen stemmer overens med frasen som ble vist under innlogging.", "emails.magicSession.securityPhrase": "Sikkerhetsfrasen for denne e-posten er {{phrase}}. Du kan stole på denne e-posten hvis denne frasen stemmer overens med frasen som ble vist under innlogging.",
"emails.magicSession.optionUrl": "Hvis du ikke klarer å logge inn ved å bruke knappen ovenfor, vennligst besøk følgende lenke:", "emails.magicSession.optionUrl": "Hvis du ikke klarer å logge inn ved å bruke knappen ovenfor, vennligst besøk følgende lenke:",
"emails.otpSession.subject": "{{project}} Innlogging", "emails.otpSession.subject": "{{project}} Innlogging",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "धन्यवाद", "emails.verification.thanks": "धन्यवाद",
"emails.verification.signature": "{{project}} समूह", "emails.verification.signature": "{{project}} समूह",
"emails.magicSession.subject": "लगइन", "emails.magicSession.subject": "लगइन",
"emails.magicSession.hello": "नमस्ते,", "emails.magicSession.hello": "नमस्ते",
"emails.magicSession.body": "लगइन गर्नको लागी यो लिंकमा जानुहोस।", "emails.magicSession.body": "लगइन गर्नको लागी यो लिंकमा जानुहोस।",
"emails.magicSession.footer": "यदि तपाइँले यो इमेल प्रयोग गरेर लगइन गर्न सोध्नु भएको छैन भने तपाइँले यो सन्देश लाई बेवास्ता गर्न सक्नुहुन्छ।", "emails.magicSession.footer": "यदि तपाइँले यो इमेल प्रयोग गरेर लगइन गर्न सोध्नु भएको छैन भने तपाइँले यो सन्देश लाई बेवास्ता गर्न सक्नुहुन्छ।",
"emails.magicSession.thanks": "धन्यवाद", "emails.magicSession.thanks": "धन्यवाद",
@ -163,6 +163,7 @@
"countries.nz": "न्युजिल्याण्ड", "countries.nz": "न्युजिल्याण्ड",
"countries.om": "ओमान", "countries.om": "ओमान",
"countries.pk": "पाकिस्तान", "countries.pk": "पाकिस्तान",
"countries.ps": "प्यालेस्टाइन",
"countries.pa": "पनामा", "countries.pa": "पनामा",
"countries.pe": "पेरू", "countries.pe": "पेरू",
"countries.ph": "फिलिपिन्स", "countries.ph": "फिलिपिन्स",
@ -206,6 +207,7 @@
"countries.tn": "ट्युनिसिया", "countries.tn": "ट्युनिसिया",
"countries.tr": "टर्की", "countries.tr": "टर्की",
"countries.tv": "टुभालु", "countries.tv": "टुभालु",
"countries.tw": "ताइवान",
"countries.tz": "तान्जानिया", "countries.tz": "तान्जानिया",
"countries.ug": "युगान्डा", "countries.ug": "युगान्डा",
"countries.ua": "युक्रेन", "countries.ua": "युक्रेन",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "कृपया तलको बटनमा क्लिक गरी आफ्नो {{project}} खातामा सुरक्षित रूपमा साइन इन गर्नुहोस्। यो १ घण्टामा समाप्त हुनेछ।", "emails.magicSession.optionButton": "कृपया तलको बटनमा क्लिक गरी आफ्नो {{project}} खातामा सुरक्षित रूपमा साइन इन गर्नुहोस्। यो १ घण्टामा समाप्त हुनेछ।",
"emails.magicSession.buttonText": "Connectez-vous à {{project}}", "emails.magicSession.buttonText": "Connectez-vous à {{project}}",
"emails.magicSession.clientInfo": "यो साइन इन अनुरोध गरिएको थियो {{agentClient}} प्रयोग गरेर {{agentDevice}} {{agentOs}} मा। यदि तपाईंले साइन इन अनुरोध गर्नुभएको छैन भने, यो इमेललाई सुरक्षित रूपमा अनदेखा गर्न सक्नुहुन्छ।", "emails.magicSession.clientInfo": "यो साइन इन अनुरोध गरिएको थियो {{agentClient}} प्रयोग गरेर {{agentDevice}} {{agentOs}} मा। यदि तपाईंले साइन इन अनुरोध गर्नुभएको छैन भने, यो इमेललाई सुरक्षित रूपमा अनदेखा गर्न सक्नुहुन्छ।",
"sms.verification.body": "{{secret}} तपाईंको {{project}} प्रमाणीकरण कोड हो।", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "यस ईमेलको लागि सुरक्षा वाक्य {{phrase}} हो। यो वाक्य साइन इन गर्दा देखाइएको वाक्यसँग मेल खाए मात्र तपाईंले यस ईमेललाई विश्वास गर्न सक्नुहुन्छ।", "emails.magicSession.securityPhrase": "यस ईमेलको लागि सुरक्षा वाक्य {{phrase}} हो। यो वाक्य साइन इन गर्दा देखाइएको वाक्यसँग मेल खाए मात्र तपाईंले यस ईमेललाई विश्वास गर्न सक्नुहुन्छ।",
"emails.magicSession.optionUrl": "सँगै उल्लेख गरिएको बटन प्रयोग गरेर साइन इन गर्न असमर्थ हुनुहुन्छ भने, कृपया तलको लिंकमा भ्रमण गर्नुहोस्:", "emails.magicSession.optionUrl": "सँगै उल्लेख गरिएको बटन प्रयोग गरेर साइन इन गर्न असमर्थ हुनुहुन्छ भने, कृपया तलको लिंकमा भ्रमण गर्नुहोस्:",
"emails.otpSession.subject": "{{project}} लगइन", "emails.otpSession.subject": "{{project}} लगइन",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Bedankt", "emails.verification.thanks": "Bedankt",
"emails.verification.signature": "{{project}} team", "emails.verification.signature": "{{project}} team",
"emails.magicSession.subject": "Login", "emails.magicSession.subject": "Login",
"emails.magicSession.hello": "Hoi,", "emails.magicSession.hello": "Hoi",
"emails.magicSession.body": "Volg deze link om in te loggen", "emails.magicSession.body": "Volg deze link om in te loggen",
"emails.magicSession.footer": "Als u geen aanvraag heeft gemaakt om met deze mail in te loggen, kan u deze mail negeren", "emails.magicSession.footer": "Als u geen aanvraag heeft gemaakt om met deze mail in te loggen, kan u deze mail negeren",
"emails.magicSession.thanks": "Bedankt", "emails.magicSession.thanks": "Bedankt",
@ -163,6 +163,7 @@
"countries.nz": "Nieuw Zeeland", "countries.nz": "Nieuw Zeeland",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filippijnen", "countries.ph": "Filippijnen",
@ -206,6 +207,7 @@
"countries.tn": "Tunesië", "countries.tn": "Tunesië",
"countries.tr": "Turkijë", "countries.tr": "Turkijë",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Oeganda", "countries.ug": "Oeganda",
"countries.ua": "Oekraïne", "countries.ua": "Oekraïne",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Klik op de knop hieronder om veilig in te loggen op uw {{project}} account. Deze zal verlopen over 1 uur.", "emails.magicSession.optionButton": "Klik op de knop hieronder om veilig in te loggen op uw {{project}} account. Deze zal verlopen over 1 uur.",
"emails.magicSession.buttonText": "Meld u aan bij {{project}}", "emails.magicSession.buttonText": "Meld u aan bij {{project}}",
"emails.magicSession.clientInfo": "Deze aanmelding is aangevraagd met {{agentClient}} op {{agentDevice}} {{agentOs}}. Als u de aanmelding niet hebt aangevraagd, kunt u deze e-mail gerust negeren.", "emails.magicSession.clientInfo": "Deze aanmelding is aangevraagd met {{agentClient}} op {{agentDevice}} {{agentOs}}. Als u de aanmelding niet hebt aangevraagd, kunt u deze e-mail gerust negeren.",
"sms.verification.body": "{{secret}} is uw {{project}} verificatiecode.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "De beveiligingszin voor deze e-mail is {{phrase}}. U kunt deze e-mail vertrouwen als deze zin overeenkomt met de zin die getoond werd tijdens het aanmelden.", "emails.magicSession.securityPhrase": "De beveiligingszin voor deze e-mail is {{phrase}}. U kunt deze e-mail vertrouwen als deze zin overeenkomt met de zin die getoond werd tijdens het aanmelden.",
"emails.magicSession.optionUrl": "Als u zich niet kunt aanmelden via de bovenstaande knop, bezoekt u dan de volgende link:", "emails.magicSession.optionUrl": "Als u zich niet kunt aanmelden via de bovenstaande knop, bezoekt u dan de volgende link:",
"emails.otpSession.subject": "{{project}} Inloggen", "emails.otpSession.subject": "{{project}} Inloggen",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Takk", "emails.verification.thanks": "Takk",
"emails.verification.signature": "{{project}} team", "emails.verification.signature": "{{project}} team",
"emails.magicSession.subject": "Pålogging", "emails.magicSession.subject": "Pålogging",
"emails.magicSession.hello": "Hei,", "emails.magicSession.hello": "Hei",
"emails.magicSession.body": "Følg denne lenkja for å logge på.", "emails.magicSession.body": "Følg denne lenkja for å logge på.",
"emails.magicSession.footer": "Om du ikkje ba om å logge på med denne e-postadressa, kan du ignorera denne meldinga.", "emails.magicSession.footer": "Om du ikkje ba om å logge på med denne e-postadressa, kan du ignorera denne meldinga.",
"emails.magicSession.thanks": "Takk", "emails.magicSession.thanks": "Takk",
@ -163,6 +163,7 @@
"countries.nz": "New Zealand", "countries.nz": "New Zealand",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filippinene", "countries.ph": "Filippinene",
@ -206,6 +207,7 @@
"countries.tn": "Tunisia", "countries.tn": "Tunisia",
"countries.tr": "Tyrkia", "countries.tr": "Tyrkia",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraina", "countries.ua": "Ukraina",
@ -247,5 +249,5 @@
"emails.certificate.footer": "Førre sertifikatet ditt vil vere gyldig i 30 dagar sidan den første feilen. Vi rår sterkt til at du undersøkjer denne saka, elles vil domenet ditt ende opp utan gyldig SSL-kommunikasjon.", "emails.certificate.footer": "Førre sertifikatet ditt vil vere gyldig i 30 dagar sidan den første feilen. Vi rår sterkt til at du undersøkjer denne saka, elles vil domenet ditt ende opp utan gyldig SSL-kommunikasjon.",
"emails.certificate.thanks": "Takk", "emails.certificate.thanks": "Takk",
"emails.certificate.signature": "{{project}} team", "emails.certificate.signature": "{{project}} team",
"sms.verification.body": "{{secret}} er verifiseringskoden din for {{project}}." "sms.verification.body": "{{secret}}"
} }

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "ଧନ୍ୟବାଦ", "emails.verification.thanks": "ଧନ୍ୟବାଦ",
"emails.verification.signature": "{{project}} ଦଳ", "emails.verification.signature": "{{project}} ଦଳ",
"emails.magicSession.subject": "ଲଗଇନ୍ କରନ୍ତୁ", "emails.magicSession.subject": "ଲଗଇନ୍ କରନ୍ତୁ",
"emails.magicSession.hello": "ନମସ୍କାର,", "emails.magicSession.hello": "ନମସ୍କାର",
"emails.magicSession.body": "ଲଗଇନ୍ କରିବାକୁ ଏହି ଲିଙ୍କ୍ ଅନୁସରଣ କରନ୍ତୁ |", "emails.magicSession.body": "ଲଗଇନ୍ କରିବାକୁ ଏହି ଲିଙ୍କ୍ ଅନୁସରଣ କରନ୍ତୁ |",
"emails.magicSession.footer": "ଯଦି ଆପଣ ଏହି ଇମେଲ୍ ବ୍ୟବହାର କରି ଲଗଇନ୍ କରିବାକୁ କହି ନାହାଁନ୍ତି, ତେବେ ଆପଣ ଏହି ସନ୍ଦେଶକୁ ଉପେକ୍ଷା କରିପାରିବେ |", "emails.magicSession.footer": "ଯଦି ଆପଣ ଏହି ଇମେଲ୍ ବ୍ୟବହାର କରି ଲଗଇନ୍ କରିବାକୁ କହି ନାହାଁନ୍ତି, ତେବେ ଆପଣ ଏହି ସନ୍ଦେଶକୁ ଉପେକ୍ଷା କରିପାରିବେ |",
"emails.magicSession.thanks": "ଧନ୍ୟବାଦ", "emails.magicSession.thanks": "ଧନ୍ୟବାଦ",
@ -163,6 +163,7 @@
"countries.nz": "ନିଉଜିଲାଣ୍ଡ୍", "countries.nz": "ନିଉଜିଲାଣ୍ଡ୍",
"countries.om": "ଓମାନ", "countries.om": "ଓମାନ",
"countries.pk": "ପାକିସ୍ତାନ", "countries.pk": "ପାକିସ୍ତାନ",
"countries.ps": "ପାଲେସ୍ତାଇନ",
"countries.pa": "ପାନାମା", "countries.pa": "ପାନାମା",
"countries.pe": "ପେରୁ", "countries.pe": "ପେରୁ",
"countries.ph": "ଫିଲିପାଇନ୍ସ", "countries.ph": "ଫିଲିପାଇନ୍ସ",
@ -206,6 +207,7 @@
"countries.tn": "ଟ୍ୟୁନିସିଆ", "countries.tn": "ଟ୍ୟୁନିସିଆ",
"countries.tr": "ତୁର୍କୀ", "countries.tr": "ତୁର୍କୀ",
"countries.tv": "ତୁଭାଲୁ", "countries.tv": "ତୁଭାଲୁ",
"countries.tw": "ତାଇୱାନ",
"countries.tz": "ତାଞ୍ଜାନିଆ", "countries.tz": "ତାଞ୍ଜାନିଆ",
"countries.ug": "ଉଗାଣ୍ଡା", "countries.ug": "ଉଗାଣ୍ଡା",
"countries.ua": "ୟୁକ୍ରେନ", "countries.ua": "ୟୁକ୍ରେନ",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Kliknite na gumb ispod kako biste se sigurno prijavili na svoj {{project}} račun. Istječe za 1 sat.", "emails.magicSession.optionButton": "Kliknite na gumb ispod kako biste se sigurno prijavili na svoj {{project}} račun. Istječe za 1 sat.",
"emails.magicSession.buttonText": "Inicia sesión en {{project}}", "emails.magicSession.buttonText": "Inicia sesión en {{project}}",
"emails.magicSession.clientInfo": "Tento přihlašovací požadavek byl zaznamenán pomocí {{agentClient}} na {{agentDevice}} {{agentOs}}. Pokud jste o přihlášení nepožádali, můžete tento e-mail bezpečně ignorovat.", "emails.magicSession.clientInfo": "Tento přihlašovací požadavek byl zaznamenán pomocí {{agentClient}} na {{agentDevice}} {{agentOs}}. Pokud jste o přihlášení nepožádali, můžete tento e-mail bezpečně ignorovat.",
"sms.verification.body": "{{secret}} est votre code de vérification pour {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Frase de segurança para este e-mail é {{phrase}}. Você pode confiar neste e-mail se essa frase coincidir com a frase mostrada durante o acesso.", "emails.magicSession.securityPhrase": "Frase de segurança para este e-mail é {{phrase}}. Você pode confiar neste e-mail se essa frase coincidir com a frase mostrada durante o acesso.",
"emails.magicSession.optionUrl": "אם אתם לא מצליחים להיכנס באמצעות הכפתור שמעל, אנא בקרו בקישור הבא:", "emails.magicSession.optionUrl": "אם אתם לא מצליחים להיכנס באמצעות הכפתור שמעל, אנא בקרו בקישור הבא:",
"emails.otpSession.subject": "{{project}} ଲଗଇନ্", "emails.otpSession.subject": "{{project}} ଲଗଇନ্",

View file

@ -163,6 +163,7 @@
"countries.nz": "ਨਿਊਜ਼ੀਲੈਂਡ", "countries.nz": "ਨਿਊਜ਼ੀਲੈਂਡ",
"countries.om": "ਓਮਾਨ", "countries.om": "ਓਮਾਨ",
"countries.pk": "ਪਾਕਿਸਤਾਨ", "countries.pk": "ਪਾਕਿਸਤਾਨ",
"countries.ps": "ਫਿਲਿਸਤੀਨ",
"countries.pa": "ਪਨਾਮਾ", "countries.pa": "ਪਨਾਮਾ",
"countries.pe": "ਪੇਰੂ", "countries.pe": "ਪੇਰੂ",
"countries.ph": "ਫਿਲਪੀਨਜ਼", "countries.ph": "ਫਿਲਪੀਨਜ਼",
@ -206,6 +207,7 @@
"countries.tn": "ਯੂਨਿਸੀਆ", "countries.tn": "ਯੂਨਿਸੀਆ",
"countries.tr": "ਟਰਕੀ", "countries.tr": "ਟਰਕੀ",
"countries.tv": "ਤੁਵਾਲੁ", "countries.tv": "ਤੁਵਾਲੁ",
"countries.tw": "ਤਾਈਵਾਨ",
"countries.tz": "ਤਨਜ਼ਾਨੀਆ", "countries.tz": "ਤਨਜ਼ਾਨੀਆ",
"countries.ug": "ਯੂਗਾਂਡਾ", "countries.ug": "ਯੂਗਾਂਡਾ",
"countries.ua": "ਯੂਕ੍ਰੇਨ", "countries.ua": "ਯੂਕ੍ਰੇਨ",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Haz clic en el botón de abajo para iniciar sesión de manera segura en tu cuenta de {{project}}. Expirará en una hora.", "emails.magicSession.optionButton": "Haz clic en el botón de abajo para iniciar sesión de manera segura en tu cuenta de {{project}}. Expirará en una hora.",
"emails.magicSession.buttonText": "Inicia sesión en {{project}}", "emails.magicSession.buttonText": "Inicia sesión en {{project}}",
"emails.magicSession.clientInfo": "Este ingreso fue solicitado usando {{agentClient}} en {{agentDevice}} {{agentOs}}. Si no solicitaste el ingreso, puedes ignorar este correo electrónico sin problema.", "emails.magicSession.clientInfo": "Este ingreso fue solicitado usando {{agentClient}} en {{agentDevice}} {{agentOs}}. Si no solicitaste el ingreso, puedes ignorar este correo electrónico sin problema.",
"sms.verification.body": "El {{secret}} es tu código de verificación de {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "La frase de seguridad para este correo electrónico es {{phrase}}. Puedes confiar en este correo si esta frase coincide con la frase que se muestra al iniciar sesión.", "emails.magicSession.securityPhrase": "La frase de seguridad para este correo electrónico es {{phrase}}. Puedes confiar en este correo si esta frase coincide con la frase que se muestra al iniciar sesión.",
"emails.magicSession.optionUrl": "Si no puedes iniciar sesión utilizando el botón superior, por favor visita el siguiente enlace:", "emails.magicSession.optionUrl": "Si no puedes iniciar sesión utilizando el botón superior, por favor visita el siguiente enlace:",
"emails.otpSession.subject": "{{project}} ਲਾਗਿਨ", "emails.otpSession.subject": "{{project}} ਲਾਗਿਨ",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Dziękujemy", "emails.verification.thanks": "Dziękujemy",
"emails.verification.signature": "Zespół {{project}}", "emails.verification.signature": "Zespół {{project}}",
"emails.magicSession.subject": "Logowanie", "emails.magicSession.subject": "Logowanie",
"emails.magicSession.hello": "Cześć,", "emails.magicSession.hello": "Cześć",
"emails.magicSession.body": "Kliknij w ten link, aby zalogować się.", "emails.magicSession.body": "Kliknij w ten link, aby zalogować się.",
"emails.magicSession.footer": "Jeśli to nie Ty prosiłeś o logowanie przy użyciu tego adresu e-mail, zignoruj tę wiadomość.", "emails.magicSession.footer": "Jeśli to nie Ty prosiłeś o logowanie przy użyciu tego adresu e-mail, zignoruj tę wiadomość.",
"emails.magicSession.thanks": "Dziękujemy", "emails.magicSession.thanks": "Dziękujemy",
@ -163,6 +163,7 @@
"countries.nz": "Nowa Zelandia", "countries.nz": "Nowa Zelandia",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestyna",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filipiny", "countries.ph": "Filipiny",
@ -206,6 +207,7 @@
"countries.tn": "Tunezja", "countries.tn": "Tunezja",
"countries.tr": "Turcja", "countries.tr": "Turcja",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Tajwan",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraina", "countries.ua": "Ukraina",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Kliknij przycisk poniżej, aby bezpiecznie zalogować się na swoje konto {{project}}. Link wygaśnie po 1 godzinie.", "emails.magicSession.optionButton": "Kliknij przycisk poniżej, aby bezpiecznie zalogować się na swoje konto {{project}}. Link wygaśnie po 1 godzinie.",
"emails.magicSession.buttonText": "Zaloguj się do {{project}}", "emails.magicSession.buttonText": "Zaloguj się do {{project}}",
"emails.magicSession.clientInfo": "To logowanie zostało zażądane przy użyciu {{agentClient}} na {{agentDevice}} {{agentOs}}. Jeśli nie zażądałeś logowania, możesz zignorować tę wiadomość e-mail.", "emails.magicSession.clientInfo": "To logowanie zostało zażądane przy użyciu {{agentClient}} na {{agentDevice}} {{agentOs}}. Jeśli nie zażądałeś logowania, możesz zignorować tę wiadomość e-mail.",
"sms.verification.body": "{{secret}} jest twoim kodem weryfikacyjnym do {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Hasło bezpieczeństwa dla tego e-maila to {{phrase}}. Możesz ufać temu e-mailowi, jeśli hasło to jest zgodne z hasłem wyświetlonym podczas logowania.", "emails.magicSession.securityPhrase": "Hasło bezpieczeństwa dla tego e-maila to {{phrase}}. Możesz ufać temu e-mailowi, jeśli hasło to jest zgodne z hasłem wyświetlonym podczas logowania.",
"emails.magicSession.optionUrl": "Jeśli nie możesz się zalogować, używając powyższego przycisku, odwiedź następujący link:", "emails.magicSession.optionUrl": "Jeśli nie możesz się zalogować, używając powyższego przycisku, odwiedź następujący link:",
"emails.otpSession.subject": "Login do {{project}}", "emails.otpSession.subject": "Login do {{project}}",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Muito obrigado", "emails.verification.thanks": "Muito obrigado",
"emails.verification.signature": "Time {{project}}", "emails.verification.signature": "Time {{project}}",
"emails.magicSession.subject": "Login", "emails.magicSession.subject": "Login",
"emails.magicSession.hello": "Olá,", "emails.magicSession.hello": "Olá",
"emails.magicSession.body": "Clique neste link para entrar.", "emails.magicSession.body": "Clique neste link para entrar.",
"emails.magicSession.footer": "Se você não solicitou conectar-se com este e-mail, ignore essa mensagem.", "emails.magicSession.footer": "Se você não solicitou conectar-se com este e-mail, ignore essa mensagem.",
"emails.magicSession.thanks": "Muito obrigado", "emails.magicSession.thanks": "Muito obrigado",
@ -163,6 +163,7 @@
"countries.nz": "Nova Zelândia", "countries.nz": "Nova Zelândia",
"countries.om": "Omã", "countries.om": "Omã",
"countries.pk": "Paquistão", "countries.pk": "Paquistão",
"countries.ps": "Palestina",
"countries.pa": "Panamá", "countries.pa": "Panamá",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filipinas", "countries.ph": "Filipinas",
@ -206,6 +207,7 @@
"countries.tn": "Tunísia", "countries.tn": "Tunísia",
"countries.tr": "Turquia", "countries.tr": "Turquia",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzânia", "countries.tz": "Tanzânia",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ucrânia", "countries.ua": "Ucrânia",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Clique no botão abaixo para acessar sua conta {{project}} com segurança. Ele expirará em 1 hora.", "emails.magicSession.optionButton": "Clique no botão abaixo para acessar sua conta {{project}} com segurança. Ele expirará em 1 hora.",
"emails.magicSession.buttonText": "Faça login no {{project}}", "emails.magicSession.buttonText": "Faça login no {{project}}",
"emails.magicSession.clientInfo": "Este acesso foi solicitado usando {{agentClient}} em {{agentDevice}} {{agentOs}}. Se você não solicitou o acesso, pode ignorar este e-mail com segurança.", "emails.magicSession.clientInfo": "Este acesso foi solicitado usando {{agentClient}} em {{agentDevice}} {{agentOs}}. Se você não solicitou o acesso, pode ignorar este e-mail com segurança.",
"sms.verification.body": "{{secret}} é o seu código de verificação do {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "A frase de segurança para este e-mail é {{phrase}}. Você pode confiar neste e-mail se essa frase corresponder à frase mostrada durante o acesso.", "emails.magicSession.securityPhrase": "A frase de segurança para este e-mail é {{phrase}}. Você pode confiar neste e-mail se essa frase corresponder à frase mostrada durante o acesso.",
"emails.magicSession.optionUrl": "Se você não consegue fazer login usando o botão acima, por favor visite o seguinte link:", "emails.magicSession.optionUrl": "Se você não consegue fazer login usando o botão acima, por favor visite o seguinte link:",
"emails.otpSession.subject": "Login do {{project}}", "emails.otpSession.subject": "Login do {{project}}",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Obrigado", "emails.verification.thanks": "Obrigado",
"emails.verification.signature": "Equipa {{project}}", "emails.verification.signature": "Equipa {{project}}",
"emails.magicSession.subject": "Login", "emails.magicSession.subject": "Login",
"emails.magicSession.hello": "Olá ,", "emails.magicSession.hello": "Olá ",
"emails.magicSession.body": "Siga esta ligação para iniciar sessão.", "emails.magicSession.body": "Siga esta ligação para iniciar sessão.",
"emails.magicSession.footer": "Se não pediu para entrar usando este e-mail, pode ignorar esta mensagem.", "emails.magicSession.footer": "Se não pediu para entrar usando este e-mail, pode ignorar esta mensagem.",
"emails.magicSession.thanks": "Obrigado", "emails.magicSession.thanks": "Obrigado",
@ -163,6 +163,7 @@
"countries.nz": "Nova Zelândia", "countries.nz": "Nova Zelândia",
"countries.om": "Omã", "countries.om": "Omã",
"countries.pk": "Paquistão", "countries.pk": "Paquistão",
"countries.ps": "Palestina",
"countries.pa": "Panamá", "countries.pa": "Panamá",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filipinas", "countries.ph": "Filipinas",
@ -206,6 +207,7 @@
"countries.tn": "Tunísia", "countries.tn": "Tunísia",
"countries.tr": "Turquia", "countries.tr": "Turquia",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzânia", "countries.tz": "Tanzânia",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ucrânia", "countries.ua": "Ucrânia",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Clique no botão abaixo para iniciar sessão na sua conta {{project}} de forma segura. Irá expirar em 1 hora.", "emails.magicSession.optionButton": "Clique no botão abaixo para iniciar sessão na sua conta {{project}} de forma segura. Irá expirar em 1 hora.",
"emails.magicSession.buttonText": "Inicie sessão no {{project}}", "emails.magicSession.buttonText": "Inicie sessão no {{project}}",
"emails.magicSession.clientInfo": "Este início de sessão foi solicitado usando o {{agentClient}} no {{agentDevice}} {{agentOs}}. Se não foi você quem solicitou o início de sessão, pode ignorar este e-mail com segurança.", "emails.magicSession.clientInfo": "Este início de sessão foi solicitado usando o {{agentClient}} no {{agentDevice}} {{agentOs}}. Se não foi você quem solicitou o início de sessão, pode ignorar este e-mail com segurança.",
"sms.verification.body": "{{secret}} é o seu código de verificação do {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "A frase de segurança deste e-mail é {{phrase}}. Pode confiar neste e-mail se esta frase coincidir com a frase mostrada durante o início de sessão.", "emails.magicSession.securityPhrase": "A frase de segurança deste e-mail é {{phrase}}. Pode confiar neste e-mail se esta frase coincidir com a frase mostrada durante o início de sessão.",
"emails.magicSession.optionUrl": "Se não conseguir iniciar sessão utilizando o botão acima, por favor visite o seguinte link:", "emails.magicSession.optionUrl": "Se não conseguir iniciar sessão utilizando o botão acima, por favor visite o seguinte link:",
"emails.otpSession.subject": "Login do {{project}}", "emails.otpSession.subject": "Login do {{project}}",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Mulțumim", "emails.verification.thanks": "Mulțumim",
"emails.verification.signature": "Echipa {{project}}", "emails.verification.signature": "Echipa {{project}}",
"emails.magicSession.subject": "Login", "emails.magicSession.subject": "Login",
"emails.magicSession.hello": "Bună ziua,", "emails.magicSession.hello": "Bună ziua",
"emails.magicSession.body": "Urmează acest link pentru logare.", "emails.magicSession.body": "Urmează acest link pentru logare.",
"emails.magicSession.footer": "Dacă nu ai incercat să te loghezi folosing această adresa de email, poți ignora acest mesaj.", "emails.magicSession.footer": "Dacă nu ai incercat să te loghezi folosing această adresa de email, poți ignora acest mesaj.",
"emails.magicSession.thanks": "Mulțumim", "emails.magicSession.thanks": "Mulțumim",
@ -163,6 +163,7 @@
"countries.nz": "Noua Zeelandă", "countries.nz": "Noua Zeelandă",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Philippines", "countries.ph": "Philippines",
@ -206,6 +207,7 @@
"countries.tn": "Tunisia", "countries.tn": "Tunisia",
"countries.tr": "Turcia", "countries.tr": "Turcia",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ucraina", "countries.ua": "Ucraina",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Faceți clic pe butonul de mai jos pentru a vă autentifica în siguranță în contul dvs. {{project}}. Va expira în 1 oră.", "emails.magicSession.optionButton": "Faceți clic pe butonul de mai jos pentru a vă autentifica în siguranță în contul dvs. {{project}}. Va expira în 1 oră.",
"emails.magicSession.buttonText": "Conectați-vă la {{project}}", "emails.magicSession.buttonText": "Conectați-vă la {{project}}",
"emails.magicSession.clientInfo": "Această autentificare a fost solicitată folosind {{agentClient}} pe {{agentDevice}} {{agentOs}}. Dacă nu ați solicitat autentificarea, puteți ignora în siguranță acest email.", "emails.magicSession.clientInfo": "Această autentificare a fost solicitată folosind {{agentClient}} pe {{agentDevice}} {{agentOs}}. Dacă nu ați solicitat autentificarea, puteți ignora în siguranță acest email.",
"sms.verification.body": "{{secret}} este codul de verificare pentru {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Frază de securitate pentru acest e-mail este {{phrase}}. Puteți avea încredere în acest e-mail dacă fraza se potrivește cu fraza afișată în timpul autentificării.", "emails.magicSession.securityPhrase": "Frază de securitate pentru acest e-mail este {{phrase}}. Puteți avea încredere în acest e-mail dacă fraza se potrivește cu fraza afișată în timpul autentificării.",
"emails.magicSession.optionUrl": "Dacă nu puteți să vă autentificați folosind butonul de mai sus, vă rugăm să vizitați următorul link:", "emails.magicSession.optionUrl": "Dacă nu puteți să vă autentificați folosind butonul de mai sus, vă rugăm să vizitați următorul link:",
"emails.otpSession.subject": "Conectare {{project}}", "emails.otpSession.subject": "Conectare {{project}}",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Спасибо", "emails.verification.thanks": "Спасибо",
"emails.verification.signature": "команда {{project}}", "emails.verification.signature": "команда {{project}}",
"emails.magicSession.subject": "Логин", "emails.magicSession.subject": "Логин",
"emails.magicSession.hello": "Здравствуйте,", "emails.magicSession.hello": "Здравствуйте",
"emails.magicSession.body": "Перейдите по ссылке, чтобы войти.", "emails.magicSession.body": "Перейдите по ссылке, чтобы войти.",
"emails.magicSession.footer": "Если вы не просили войти, используя этот адрес электронной почты, проигнорируйте это сообщение.", "emails.magicSession.footer": "Если вы не просили войти, используя этот адрес электронной почты, проигнорируйте это сообщение.",
"emails.magicSession.thanks": "Спасибо", "emails.magicSession.thanks": "Спасибо",
@ -163,6 +163,7 @@
"countries.nz": "Новая Зеландия", "countries.nz": "Новая Зеландия",
"countries.om": "Оман", "countries.om": "Оман",
"countries.pk": "Пакистан", "countries.pk": "Пакистан",
"countries.ps": "Палестина",
"countries.pa": "Панама", "countries.pa": "Панама",
"countries.pe": "Перу", "countries.pe": "Перу",
"countries.ph": "Филлиппины", "countries.ph": "Филлиппины",
@ -206,6 +207,7 @@
"countries.tn": "Тунис", "countries.tn": "Тунис",
"countries.tr": "Турция", "countries.tr": "Турция",
"countries.tv": "Тувалу", "countries.tv": "Тувалу",
"countries.tw": "Тайвань",
"countries.tz": "Танзания", "countries.tz": "Танзания",
"countries.ug": "Уганда", "countries.ug": "Уганда",
"countries.ua": "Украина", "countries.ua": "Украина",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Нажмите на кнопку ниже, чтобы безопасно войти в свою учетную запись {{project}}. Срок действия истечет через 1 час.", "emails.magicSession.optionButton": "Нажмите на кнопку ниже, чтобы безопасно войти в свою учетную запись {{project}}. Срок действия истечет через 1 час.",
"emails.magicSession.buttonText": "Войти в {{project}}", "emails.magicSession.buttonText": "Войти в {{project}}",
"emails.magicSession.clientInfo": "Этот вход был запрошен с использованием {{agentClient}} на {{agentDevice}} {{agentOs}}. Если вы не запрашивали вход, можете спокойно игнорировать это письмо.", "emails.magicSession.clientInfo": "Этот вход был запрошен с использованием {{agentClient}} на {{agentDevice}} {{agentOs}}. Если вы не запрашивали вход, можете спокойно игнорировать это письмо.",
"sms.verification.body": "{{secret}} это ваш код подтверждения для {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Фраза безопасности для этого электронного письма - {{phrase}}. Вы можете доверять этому письму, если эта фраза совпадает с фразой, отображаемой при входе в систему.", "emails.magicSession.securityPhrase": "Фраза безопасности для этого электронного письма - {{phrase}}. Вы можете доверять этому письму, если эта фраза совпадает с фразой, отображаемой при входе в систему.",
"emails.magicSession.optionUrl": "Если вы не можете войти, используя кнопку выше, пожалуйста, посетите следующую ссылку:", "emails.magicSession.optionUrl": "Если вы не можете войти, используя кнопку выше, пожалуйста, посетите следующую ссылку:",
"emails.otpSession.subject": "Вход в систему {{project}}", "emails.otpSession.subject": "Вход в систему {{project}}",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "धन्यवादः", "emails.verification.thanks": "धन्यवादः",
"emails.verification.signature": "{{project}} गणः", "emails.verification.signature": "{{project}} गणः",
"emails.magicSession.subject": "संप्रवेशः", "emails.magicSession.subject": "संप्रवेशः",
"emails.magicSession.hello": "अयि,", "emails.magicSession.hello": "अयि",
"emails.magicSession.body": "संप्रवेशार्थमिदं संयोगसूत्रमनुसरतु।", "emails.magicSession.body": "संप्रवेशार्थमिदं संयोगसूत्रमनुसरतु।",
"emails.magicSession.footer": "अनेन ई-पत्रण यदि संप्रवेशो नेष्यते तर्हि वात्र्तामिमामुपेक्षताम्‌।", "emails.magicSession.footer": "अनेन ई-पत्रण यदि संप्रवेशो नेष्यते तर्हि वात्र्तामिमामुपेक्षताम्‌।",
"emails.magicSession.thanks": "धन्यवादः", "emails.magicSession.thanks": "धन्यवादः",
@ -163,6 +163,7 @@
"countries.nz": "न्यूजीलैंड", "countries.nz": "न्यूजीलैंड",
"countries.om": "ओमान", "countries.om": "ओमान",
"countries.pk": "पाकिस्तान", "countries.pk": "पाकिस्तान",
"countries.ps": "पैलिस्टाइन",
"countries.pa": "पनामा", "countries.pa": "पनामा",
"countries.pe": "पेरू", "countries.pe": "पेरू",
"countries.ph": "फिलीपींस", "countries.ph": "फिलीपींस",
@ -206,6 +207,7 @@
"countries.tn": "ट्यूनीशिया", "countries.tn": "ट्यूनीशिया",
"countries.tr": "तुर्की", "countries.tr": "तुर्की",
"countries.tv": "तुवालु", "countries.tv": "तुवालु",
"countries.tw": "तैवान",
"countries.tz": "तंजानिया", "countries.tz": "तंजानिया",
"countries.ug": "युगांडा", "countries.ug": "युगांडा",
"countries.ua": "यूक्रेन", "countries.ua": "यूक्रेन",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "اضغط على الزر أدناه لتسجيل الدخول بأمان إلى حساب {{project}} الخاص بك. سينتهي في غضون ساعة واحدة.", "emails.magicSession.optionButton": "اضغط على الزر أدناه لتسجيل الدخول بأمان إلى حساب {{project}} الخاص بك. سينتهي في غضون ساعة واحدة.",
"emails.magicSession.buttonText": "تسجيل الدخول إلى {{project}}", "emails.magicSession.buttonText": "تسجيل الدخول إلى {{project}}",
"emails.magicSession.clientInfo": "هذا الطلب لتسجيل الدخول قد تم باستخدام {{agentClient}} على {{agentDevice}} {{agentOs}}. إذا لم تطلب تسجيل الدخول، يمكنك تجاهل هذا البريد الإلكتروني بأمان.", "emails.magicSession.clientInfo": "هذا الطلب لتسجيل الدخول قد تم باستخدام {{agentClient}} على {{agentDevice}} {{agentOs}}. إذا لم تطلب تسجيل الدخول، يمكنك تجاهل هذا البريد الإلكتروني بأمان.",
"sms.verification.body": "سري هو رمز التحقق الخاص بمشروعك.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "العبارة الأمنية لهذا البريد الإلكتروني هي {{phrase}}. يمكنك الوثوق بهذا البريد الإلكتروني إذا كانت هذه العبارة متطابقة مع العبارة المعروضة أثناء تسجيل الدخول.", "emails.magicSession.securityPhrase": "العبارة الأمنية لهذا البريد الإلكتروني هي {{phrase}}. يمكنك الوثوق بهذا البريد الإلكتروني إذا كانت هذه العبارة متطابقة مع العبارة المعروضة أثناء تسجيل الدخول.",
"emails.magicSession.optionUrl": "إذا لم تتمكن من تسجيل الدخول باستخدام الزر أعلاه، يرجى زيارة الرابط التالي:", "emails.magicSession.optionUrl": "إذا لم تتمكن من تسجيل الدخول باستخدام الزر أعلاه، يرجى زيارة الرابط التالي:",
"emails.otpSession.subject": "प्रवेशनम्", "emails.otpSession.subject": "प्रवेशनम्",

View file

@ -163,6 +163,7 @@
"countries.nz": "نيو زيلينڊ", "countries.nz": "نيو زيلينڊ",
"countries.om": "عمان", "countries.om": "عمان",
"countries.pk": "پاڪستان", "countries.pk": "پاڪستان",
"countries.ps": "فلسطين",
"countries.pa": "پاناما", "countries.pa": "پاناما",
"countries.pe": "پيرو", "countries.pe": "پيرو",
"countries.ph": "فلپائن", "countries.ph": "فلپائن",
@ -206,6 +207,7 @@
"countries.tn": "تيونيسيا", "countries.tn": "تيونيسيا",
"countries.tr": "ترڪي", "countries.tr": "ترڪي",
"countries.tv": "توالو", "countries.tv": "توالو",
"countries.tw": "تائيوان",
"countries.tz": "تنزانيه", "countries.tz": "تنزانيه",
"countries.ug": "يوگنڊا", "countries.ug": "يوگنڊا",
"countries.ua": "يوڪرائين", "countries.ua": "يوڪرائين",
@ -247,5 +249,5 @@
"emails.certificate.footer": "توهان جو اڳيون سرٽيفڪيٽ اولهو فئيلر جي ݙينهن کان ٣٠ ݙينهن لاءِ ماني ويندو. اسان ان جي چھان بني جي بھرپور خواهش ڪنداسين، نہ ته توهان جو ݙومين بغير ڪوري SSL ڪميونڪيشن آڻي ويندي.", "emails.certificate.footer": "توهان جو اڳيون سرٽيفڪيٽ اولهو فئيلر جي ݙينهن کان ٣٠ ݙينهن لاءِ ماني ويندو. اسان ان جي چھان بني جي بھرپور خواهش ڪنداسين، نہ ته توهان جو ݙومين بغير ڪوري SSL ڪميونڪيشن آڻي ويندي.",
"emails.certificate.thanks": "شُكريا", "emails.certificate.thanks": "شُكريا",
"emails.certificate.signature": "ٽيم", "emails.certificate.signature": "ٽيم",
"sms.verification.body": "{{secret}} توهان جي {{project}} تصديقي ڪوڊ آهي." "sms.verification.body": "{{secret}}"
} }

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "ස්තුතියි", "emails.verification.thanks": "ස්තුතියි",
"emails.verification.signature": "{{project}} කණ්ඩායම", "emails.verification.signature": "{{project}} කණ්ඩායම",
"emails.magicSession.subject": "ප්‍රවේශ වන්න", "emails.magicSession.subject": "ප්‍රවේශ වන්න",
"emails.magicSession.hello": "හේයි,", "emails.magicSession.hello": "හේයි",
"emails.magicSession.body": "ප්‍රවේශ වීමට මෙම සම්බන්ධකය අනුගමනය කරන්න.", "emails.magicSession.body": "ප්‍රවේශ වීමට මෙම සම්බන්ධකය අනුගමනය කරන්න.",
"emails.magicSession.footer": "මෙම විද්‍යුත් තැපෑල භාවිතයෙන් ප්‍රවේශ වීමට ඔබ ඉල්ලුවේ නැත්නම්, ඔබට මෙම පණිවිඩය නොසලකා හැරිය හැක.", "emails.magicSession.footer": "මෙම විද්‍යුත් තැපෑල භාවිතයෙන් ප්‍රවේශ වීමට ඔබ ඉල්ලුවේ නැත්නම්, ඔබට මෙම පණිවිඩය නොසලකා හැරිය හැක.",
"emails.magicSession.thanks": "ස්තුතියි", "emails.magicSession.thanks": "ස්තුතියි",
@ -163,6 +163,7 @@
"countries.nz": "නිව්සීලන්තය", "countries.nz": "නිව්සීලන්තය",
"countries.om": "ඕමානය", "countries.om": "ඕමානය",
"countries.pk": "පාකිස්තානය", "countries.pk": "පාකිස්තානය",
"countries.ps": "පලස්තීනය",
"countries.pa": "පැනමාව", "countries.pa": "පැනමාව",
"countries.pe": "පේරු", "countries.pe": "පේරු",
"countries.ph": "පිලිපීනය", "countries.ph": "පිලිපීනය",
@ -206,6 +207,7 @@
"countries.tn": "ටියුනීසියාව", "countries.tn": "ටියුනීසියාව",
"countries.tr": "තුර්කිය", "countries.tr": "තුර්කිය",
"countries.tv": "ටුවාලු", "countries.tv": "ටුවාලු",
"countries.tw": "තායිවානය",
"countries.tz": "ටැන්සානියාව", "countries.tz": "ටැන්සානියාව",
"countries.ug": "උගන්ඩාව", "countries.ug": "උගන්ඩාව",
"countries.ua": "යුක්රේනය", "countries.ua": "යුක්රේනය",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Kliknite spodnji gumb, da varno vstopite v svoj {{project}} račun. Poteče čez 1 uro.", "emails.magicSession.optionButton": "Kliknite spodnji gumb, da varno vstopite v svoj {{project}} račun. Poteče čez 1 uro.",
"emails.magicSession.buttonText": "Prijavite se v {{project}}", "emails.magicSession.buttonText": "Prijavite se v {{project}}",
"emails.magicSession.clientInfo": "Ta prijava je bila zahtevana z uporabo {{agentClient}} na {{agentDevice}} {{agentOs}}. Če te prijave niste zahtevali, lahko to e-pošto varno prezrete.", "emails.magicSession.clientInfo": "Ta prijava je bila zahtevana z uporabo {{agentClient}} na {{agentDevice}} {{agentOs}}. Če te prijave niste zahtevali, lahko to e-pošto varno prezrete.",
"sms.verification.body": "{{secret}} je vaša {{project}} koda za preverjanje.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Zaščitna fraza za ta e-poštni naslov je {{phrase}}. Temu e-poštnemu naslovu lahko zaupate, če se ta fraza ujema s frazo, prikazano med prijavo.", "emails.magicSession.securityPhrase": "Zaščitna fraza za ta e-poštni naslov je {{phrase}}. Temu e-poštnemu naslovu lahko zaupate, če se ta fraza ujema s frazo, prikazano med prijavo.",
"emails.magicSession.optionUrl": "Če se z zgornjim gumbom ne morete prijaviti, obiščite naslednjo povezavo:", "emails.magicSession.optionUrl": "Če se z zgornjim gumbom ne morete prijaviti, obiščite naslednjo povezavo:",
"emails.otpSession.subject": "{{project}} පිවිසුම", "emails.otpSession.subject": "{{project}} පිවිසුම",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Ďakujeme.", "emails.verification.thanks": "Ďakujeme.",
"emails.verification.signature": "{{project}} tím", "emails.verification.signature": "{{project}} tím",
"emails.magicSession.subject": "Prihlásenie", "emails.magicSession.subject": "Prihlásenie",
"emails.magicSession.hello": "Ahoj,", "emails.magicSession.hello": "Ahoj",
"emails.magicSession.body": "Použi tento link pre prihlásenie.", "emails.magicSession.body": "Použi tento link pre prihlásenie.",
"emails.magicSession.footer": "Ak si nepožiadal o prihlásenie cez email, túto správu môžeš ignorovať.", "emails.magicSession.footer": "Ak si nepožiadal o prihlásenie cez email, túto správu môžeš ignorovať.",
"emails.magicSession.thanks": "Ďakujeme", "emails.magicSession.thanks": "Ďakujeme",
@ -163,6 +163,7 @@
"countries.nz": "Nový Zéland", "countries.nz": "Nový Zéland",
"countries.om": "Omán", "countries.om": "Omán",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestína",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filipíny", "countries.ph": "Filipíny",
@ -206,6 +207,7 @@
"countries.tn": "Tunisko", "countries.tn": "Tunisko",
"countries.tr": "Turecko", "countries.tr": "Turecko",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzánia", "countries.tz": "Tanzánia",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukrajna", "countries.ua": "Ukrajna",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Kliknite na tlačidlo nižšie, aby ste sa bezpečne prihlásili do vášho účtu {{project}}. Platnosť vyprší za 1 hodinu.", "emails.magicSession.optionButton": "Kliknite na tlačidlo nižšie, aby ste sa bezpečne prihlásili do vášho účtu {{project}}. Platnosť vyprší za 1 hodinu.",
"emails.magicSession.buttonText": "Prihláste sa do {{project}}", "emails.magicSession.buttonText": "Prihláste sa do {{project}}",
"emails.magicSession.clientInfo": "Toto prihlásenie bolo požadované pomocou {{agentClient}} na {{agentDevice}} {{agentOs}}. Ak ste si nepožiadali o prihlásenie, tento e-mail môžete bezpečne ignorovať.", "emails.magicSession.clientInfo": "Toto prihlásenie bolo požadované pomocou {{agentClient}} na {{agentDevice}} {{agentOs}}. Ak ste si nepožiadali o prihlásenie, tento e-mail môžete bezpečne ignorovať.",
"sms.verification.body": "{{secret}} je váš overovací kód pre {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Bezpečnostná fráza pre tento email je {{phrase}}. Tomuto emailu môžete dôverovať, ak sa táto fráza zhoduje s frázou zobrazenou počas prihlásenia.", "emails.magicSession.securityPhrase": "Bezpečnostná fráza pre tento email je {{phrase}}. Tomuto emailu môžete dôverovať, ak sa táto fráza zhoduje s frázou zobrazenou počas prihlásenia.",
"emails.magicSession.optionUrl": "Ak sa vám nedarí prihlásiť sa pomocou vyššie uvedeného tlačidla, prosím navštívte nasledujúci odkaz:", "emails.magicSession.optionUrl": "Ak sa vám nedarí prihlásiť sa pomocou vyššie uvedeného tlačidla, prosím navštívte nasledujúci odkaz:",
"emails.otpSession.subject": "Prihlásenie do projektu {{project}}", "emails.otpSession.subject": "Prihlásenie do projektu {{project}}",

View file

@ -163,6 +163,7 @@
"countries.nz": "Nova Zelandija", "countries.nz": "Nova Zelandija",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filipini", "countries.ph": "Filipini",
@ -206,6 +207,7 @@
"countries.tn": "Tunizija", "countries.tn": "Tunizija",
"countries.tr": "Turčija", "countries.tr": "Turčija",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Tajvan",
"countries.tz": "Tanzanija", "countries.tz": "Tanzanija",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukrajina", "countries.ua": "Ukrajina",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Kliknite spodnji gumb, da se varno prijavite v svoj {{project}} račun. Poteče čez 1 uro.", "emails.magicSession.optionButton": "Kliknite spodnji gumb, da se varno prijavite v svoj {{project}} račun. Poteče čez 1 uro.",
"emails.magicSession.buttonText": "Vpišite se v {{project}}", "emails.magicSession.buttonText": "Vpišite se v {{project}}",
"emails.magicSession.clientInfo": "Ta prijava je bila zahtevana z uporabo {{agentClient}} na {{agentDevice}} {{agentOs}}. Če te prijave niste zahtevali, lahko to e-pošto varno prezrete.", "emails.magicSession.clientInfo": "Ta prijava je bila zahtevana z uporabo {{agentClient}} na {{agentDevice}} {{agentOs}}. Če te prijave niste zahtevali, lahko to e-pošto varno prezrete.",
"sms.verification.body": "{{secret}} je vaša koda za preverjanje {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Varnostni stavek za to e-pošto je {{phrase}}. Temu e-poštu lahko zaupate, če se ta stavek ujema s stavkom, prikazanim ob prijavi.", "emails.magicSession.securityPhrase": "Varnostni stavek za to e-pošto je {{phrase}}. Temu e-poštu lahko zaupate, če se ta stavek ujema s stavkom, prikazanim ob prijavi.",
"emails.magicSession.optionUrl": "Če se ne morete prijaviti s pomočjo zgornjega gumba, prosimo obiščite naslednjo povezavo:", "emails.magicSession.optionUrl": "Če se ne morete prijaviti s pomočjo zgornjega gumba, prosimo obiščite naslednjo povezavo:",
"emails.otpSession.subject": "Prijavite se v {{project}}", "emails.otpSession.subject": "Prijavite se v {{project}}",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Ndatenda", "emails.verification.thanks": "Ndatenda",
"emails.verification.signature": "Chikwata che{{project}}", "emails.verification.signature": "Chikwata che{{project}}",
"emails.magicSession.subject": "Pinda", "emails.magicSession.subject": "Pinda",
"emails.magicSession.hello": "Hesi,", "emails.magicSession.hello": "Hesi",
"emails.magicSession.body": "Baya chinongedzo ichi kuti upinde muakaundi yako.", "emails.magicSession.body": "Baya chinongedzo ichi kuti upinde muakaundi yako.",
"emails.magicSession.footer": "Kana usina kukumbira kupinda muakaundi yako uchishandisa email iyi, unogona kufuratira meseji iyi.", "emails.magicSession.footer": "Kana usina kukumbira kupinda muakaundi yako uchishandisa email iyi, unogona kufuratira meseji iyi.",
"emails.magicSession.thanks": "Ndatenda", "emails.magicSession.thanks": "Ndatenda",
@ -163,6 +163,7 @@
"countries.nz": "New Zealand", "countries.nz": "New Zealand",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakisitani", "countries.pk": "Pakisitani",
"countries.ps": "Palestine",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Philippines", "countries.ph": "Philippines",
@ -206,6 +207,7 @@
"countries.tn": "Tunisia", "countries.tn": "Tunisia",
"countries.tr": "Turkey", "countries.tr": "Turkey",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraine", "countries.ua": "Ukraine",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Cliquez sur le bouton ci-dessous pour vous connecter de manière sécurisée à votre compte {{project}}. Il expirera dans 1 heure.", "emails.magicSession.optionButton": "Cliquez sur le bouton ci-dessous pour vous connecter de manière sécurisée à votre compte {{project}}. Il expirera dans 1 heure.",
"emails.magicSession.buttonText": "Connectez-vous à {{project}}", "emails.magicSession.buttonText": "Connectez-vous à {{project}}",
"emails.magicSession.clientInfo": "Cette connexion a été demandée en utilisant {{agentClient}} sur {{agentDevice}} {{agentOs}}. Si vous n'avez pas demandé cette connexion, vous pouvez ignorer cet e-mail en toute sécurité.", "emails.magicSession.clientInfo": "Cette connexion a été demandée en utilisant {{agentClient}} sur {{agentDevice}} {{agentOs}}. Si vous n'avez pas demandé cette connexion, vous pouvez ignorer cet e-mail en toute sécurité.",
"sms.verification.body": "{{secret}} mooy sa koodu vérificationu {{project}} bi.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "La phrase de sécurité pour ce courriel est {{phrase}}. Vous pouvez faire confiance à ce courriel si cette phrase correspond à la phrase affichée lors de la connexion.", "emails.magicSession.securityPhrase": "La phrase de sécurité pour ce courriel est {{phrase}}. Vous pouvez faire confiance à ce courriel si cette phrase correspond à la phrase affichée lors de la connexion.",
"emails.magicSession.optionUrl": "Si vous ne pouvez pas vous connecter en utilisant le bouton ci-dessus, veuillez visiter le lien suivant :", "emails.magicSession.optionUrl": "Si vous ne pouvez pas vous connecter en utilisant le bouton ci-dessus, veuillez visiter le lien suivant :",
"emails.otpSession.subject": "{{project}} Kupinda", "emails.otpSession.subject": "{{project}} Kupinda",

View file

@ -163,6 +163,7 @@
"countries.nz": "Zelanda e Re", "countries.nz": "Zelanda e Re",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestinë",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filipine", "countries.ph": "Filipine",
@ -206,6 +207,7 @@
"countries.tn": "Tunizia", "countries.tn": "Tunizia",
"countries.tr": "Turqia", "countries.tr": "Turqia",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Tajvan",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraina", "countries.ua": "Ukraina",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Klikoni butonin më poshtë për të hyrë në mënyrë të sigurt në llogarinë tuaj {{project}}. Do të skadojë në 1 orë.", "emails.magicSession.optionButton": "Klikoni butonin më poshtë për të hyrë në mënyrë të sigurt në llogarinë tuaj {{project}}. Do të skadojë në 1 orë.",
"emails.magicSession.buttonText": "Kyçu në {{project}}", "emails.magicSession.buttonText": "Kyçu në {{project}}",
"emails.magicSession.clientInfo": "Ky hyrje është kërkuar duke përdorur {{agentClient}} në {{agentDevice}} {{agentOs}}. Nëse nuk e keni kërkuar hyrjen, mund ta injoroni këtë email pa pasur shqetësim.", "emails.magicSession.clientInfo": "Ky hyrje është kërkuar duke përdorur {{agentClient}} në {{agentDevice}} {{agentOs}}. Nëse nuk e keni kërkuar hyrjen, mund ta injoroni këtë email pa pasur shqetësim.",
"sms.verification.body": "{{secret}} është kodi juaj i verifikimit për {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Fjalia e sigurisë për këtë email është {{phrase}}. Mund të besoni këtë email nëse kjo fjali përputhet me fjalën e shfaqur gjatë hyrjes në sistem.", "emails.magicSession.securityPhrase": "Fjalia e sigurisë për këtë email është {{phrase}}. Mund të besoni këtë email nëse kjo fjali përputhet me fjalën e shfaqur gjatë hyrjes në sistem.",
"emails.magicSession.optionUrl": "Nëse nuk mund të hyni duke përdorur butonin më sipër, ju lutem vizitoni lidhjen e mëposhtme:", "emails.magicSession.optionUrl": "Nëse nuk mund të hyni duke përdorur butonin më sipër, ju lutem vizitoni lidhjen e mëposhtme:",
"emails.otpSession.subject": "{{project}} Hyrje", "emails.otpSession.subject": "{{project}} Hyrje",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Tack", "emails.verification.thanks": "Tack",
"emails.verification.signature": "{{project}} teamet", "emails.verification.signature": "{{project}} teamet",
"emails.magicSession.subject": "Logga in", "emails.magicSession.subject": "Logga in",
"emails.magicSession.hello": "Hej,", "emails.magicSession.hello": "Hej",
"emails.magicSession.body": "Klicka på denna länk för att logga in.", "emails.magicSession.body": "Klicka på denna länk för att logga in.",
"emails.magicSession.footer": "Om du inte bad om att logga in med denna e-postadress kan du ignorera detta mail.", "emails.magicSession.footer": "Om du inte bad om att logga in med denna e-postadress kan du ignorera detta mail.",
"emails.magicSession.thanks": "Tack", "emails.magicSession.thanks": "Tack",
@ -163,6 +163,7 @@
"countries.nz": "Nya Zeeland", "countries.nz": "Nya Zeeland",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filippinerna", "countries.ph": "Filippinerna",
@ -206,6 +207,7 @@
"countries.tn": "Tunisien", "countries.tn": "Tunisien",
"countries.tr": "Turkiet", "countries.tr": "Turkiet",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraina", "countries.ua": "Ukraina",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Klicka på knappen nedan för att säkert logga in på ditt {{project}} konto. Den kommer att gå ut om 1 timme.", "emails.magicSession.optionButton": "Klicka på knappen nedan för att säkert logga in på ditt {{project}} konto. Den kommer att gå ut om 1 timme.",
"emails.magicSession.buttonText": "Inicia sesión en {{project}}", "emails.magicSession.buttonText": "Inicia sesión en {{project}}",
"emails.magicSession.clientInfo": "Den här inloggningen begärdes med hjälp av {{agentClient}} på {{agentDevice}} {{agentOs}}. Om du inte begärde inloggningen kan du bortse från det här e-postmeddelandet.", "emails.magicSession.clientInfo": "Den här inloggningen begärdes med hjälp av {{agentClient}} på {{agentDevice}} {{agentOs}}. Om du inte begärde inloggningen kan du bortse från det här e-postmeddelandet.",
"sms.verification.body": "{{secret}} är din {{project}} verifieringskod.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Frasen för säkerhet i detta e-postmeddelande är {{phrase}}. Du kan lita på detta e-postmeddelande om frasen stämmer överens med den fras som visas vid inloggning.", "emails.magicSession.securityPhrase": "Frasen för säkerhet i detta e-postmeddelande är {{phrase}}. Du kan lita på detta e-postmeddelande om frasen stämmer överens med den fras som visas vid inloggning.",
"emails.magicSession.optionUrl": "Si no puedes iniciar sesión utilizando el botón de arriba, por favor visita el siguiente enlace:", "emails.magicSession.optionUrl": "Si no puedes iniciar sesión utilizando el botón de arriba, por favor visita el siguiente enlace:",
"emails.otpSession.subject": "{{project}} Inloggning", "emails.otpSession.subject": "{{project}} Inloggning",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "நன்றி", "emails.verification.thanks": "நன்றி",
"emails.verification.signature": "{{project}} குழு ", "emails.verification.signature": "{{project}} குழு ",
"emails.magicSession.subject": "உள்நுழைய", "emails.magicSession.subject": "உள்நுழைய",
"emails.magicSession.hello": "ஏய்,", "emails.magicSession.hello": "ஏய்",
"emails.magicSession.body": "இந்த இணைப்பைப் பின்தொடரவும் உள்நுழைய", "emails.magicSession.body": "இந்த இணைப்பைப் பின்தொடரவும் உள்நுழைய",
"emails.magicSession.footer": "இந்த மின்னஞ்சலைப் பயன்படுத்தி உள்நுழையுமாறு உங்களிடம் கேட்கப்படாவிட்டால், இந்தச் செய்தியைப் புறக்கணிக்கலாம்.", "emails.magicSession.footer": "இந்த மின்னஞ்சலைப் பயன்படுத்தி உள்நுழையுமாறு உங்களிடம் கேட்கப்படாவிட்டால், இந்தச் செய்தியைப் புறக்கணிக்கலாம்.",
"emails.magicSession.thanks": "நன்றி", "emails.magicSession.thanks": "நன்றி",
@ -163,6 +163,7 @@
"countries.nz": "நியூசிலாந்து", "countries.nz": "நியூசிலாந்து",
"countries.om": "ஓமான்", "countries.om": "ஓமான்",
"countries.pk": "பாகிஸ்தான்", "countries.pk": "பாகிஸ்தான்",
"countries.ps": "பாலஸ்தீன்",
"countries.pa": "பனாமா", "countries.pa": "பனாமா",
"countries.pe": "பெரு", "countries.pe": "பெரு",
"countries.ph": "பிலிப்பைன்ஸ்", "countries.ph": "பிலிப்பைன்ஸ்",
@ -206,6 +207,7 @@
"countries.tn": "துனீசியா", "countries.tn": "துனீசியா",
"countries.tr": "துருக்கி", "countries.tr": "துருக்கி",
"countries.tv": "துவாலு", "countries.tv": "துவாலு",
"countries.tw": "தைவான்",
"countries.tz": "தான்ஸானியா", "countries.tz": "தான்ஸானியா",
"countries.ug": "உகாண்டா", "countries.ug": "உகாண்டா",
"countries.ua": "உக்ரைன்", "countries.ua": "உக்ரைன்",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "கீழே உள்ள பொத்தானை அழுத்தி, உங்கள் {{project}} கணக்கில் பாதுகாப்பாக உள்நுழையவும். இது 1 மணி நேரத்தில் காலாவதியாகும்.", "emails.magicSession.optionButton": "கீழே உள்ள பொத்தானை அழுத்தி, உங்கள் {{project}} கணக்கில் பாதுகாப்பாக உள்நுழையவும். இது 1 மணி நேரத்தில் காலாவதியாகும்.",
"emails.magicSession.buttonText": "{{project}} இல் உள்நுழைக", "emails.magicSession.buttonText": "{{project}} இல் உள்நுழைக",
"emails.magicSession.clientInfo": "இந்த உள்நுழைவு {{agentClient}} மூலம் {{agentDevice}} {{agentOs}} இல் கோரப்பட்டது. நீங்கள் உள்நுழைவு கோரவில்லை என்றால், இந்த மின்னஞ்சலை புறக்கணிக்கலாம்.", "emails.magicSession.clientInfo": "இந்த உள்நுழைவு {{agentClient}} மூலம் {{agentDevice}} {{agentOs}} இல் கோரப்பட்டது. நீங்கள் உள்நுழைவு கோரவில்லை என்றால், இந்த மின்னஞ்சலை புறக்கணிக்கலாம்.",
"sms.verification.body": "{{secret}} உங்கள் {{project}} சரிபார்ப்பு குறியீடு ஆகும்.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "இந்த மின்னஞ்சலுக்கான பாதுகாப்பு வாசகம் {{phrase}}. இந்த வாசகம் உள்நுழைவு போது காட்டப்பட்ட வாசகத்துடன் பொருந்தும் போது இந்த மின்னஞ்சலை நம்பலாம்.", "emails.magicSession.securityPhrase": "இந்த மின்னஞ்சலுக்கான பாதுகாப்பு வாசகம் {{phrase}}. இந்த வாசகம் உள்நுழைவு போது காட்டப்பட்ட வாசகத்துடன் பொருந்தும் போது இந்த மின்னஞ்சலை நம்பலாம்.",
"emails.magicSession.optionUrl": "மேலே உள்ள பொத்தானை பயன்படுத்தி உள்நுழைய முடியாவிட்டால், கீழே உள்ள இணைப்பை பார்வையிடவும்:", "emails.magicSession.optionUrl": "மேலே உள்ள பொத்தானை பயன்படுத்தி உள்நுழைய முடியாவிட்டால், கீழே உள்ள இணைப்பை பார்வையிடவும்:",
"emails.otpSession.subject": "{{project}} உள்நுழைவு", "emails.otpSession.subject": "{{project}} உள்நுழைவு",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "ధన్యవాదాలు", "emails.verification.thanks": "ధన్యవాదాలు",
"emails.verification.signature": "{{project}} జట్", "emails.verification.signature": "{{project}} జట్",
"emails.magicSession.subject": "లాగిన్", "emails.magicSession.subject": "లాగిన్",
"emails.magicSession.hello": "నమస్కారము,", "emails.magicSession.hello": "నమస్కారము",
"emails.magicSession.body": "లాగిన్ చేయడానికి ఈ లింక్ ని అనుసరించండి", "emails.magicSession.body": "లాగిన్ చేయడానికి ఈ లింక్ ని అనుసరించండి",
"emails.magicSession.footer": "మీరు ఈ ఇమెయిల్ ని ఉపయోగించి లాగిన్ చేయమని అడగకపోతే, మీరు ఈ సందేశాన్ని విస్మరించవచ్చు", "emails.magicSession.footer": "మీరు ఈ ఇమెయిల్ ని ఉపయోగించి లాగిన్ చేయమని అడగకపోతే, మీరు ఈ సందేశాన్ని విస్మరించవచ్చు",
"emails.magicSession.thanks": "ధన్యవాదాలు", "emails.magicSession.thanks": "ధన్యవాదాలు",
@ -163,6 +163,7 @@
"countries.nz": "న్యూజిలాండ్", "countries.nz": "న్యూజిలాండ్",
"countries.om": "ఒమన్", "countries.om": "ఒమన్",
"countries.pk": "పాకిస్తాన్", "countries.pk": "పాకిస్తాన్",
"countries.ps": "పాలస్తీన్",
"countries.pa": "పనామా", "countries.pa": "పనామా",
"countries.pe": "పెరూ", "countries.pe": "పెరూ",
"countries.ph": "ఫిలిప్పీన్స్", "countries.ph": "ఫిలిప్పీన్స్",
@ -206,6 +207,7 @@
"countries.tn": "ట్యునీషియా", "countries.tn": "ట్యునీషియా",
"countries.tr": "టర్కీ", "countries.tr": "టర్కీ",
"countries.tv": "తువాలు", "countries.tv": "తువాలు",
"countries.tw": "తైవాన్",
"countries.tz": "టాంజానియా", "countries.tz": "టాంజానియా",
"countries.ug": "ఉగాండా", "countries.ug": "ఉగాండా",
"countries.ua": "ఉక్రెయిన్", "countries.ua": "ఉక్రెయిన్",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "కింది బటన్ ను నొక్కి భద్రతగా మీ {{project}} ఖాతాలో సైన్ ఇన్ చేయండి. ఇది 1 గంటలో గడువు తీరుతుంది.", "emails.magicSession.optionButton": "కింది బటన్ ను నొక్కి భద్రతగా మీ {{project}} ఖాతాలో సైన్ ఇన్ చేయండి. ఇది 1 గంటలో గడువు తీరుతుంది.",
"emails.magicSession.buttonText": "{{project}}లో సైన్ ఇన్ చేయండి", "emails.magicSession.buttonText": "{{project}}లో సైన్ ఇన్ చేయండి",
"emails.magicSession.clientInfo": "ఈ సైన్ ఇన్ అభ్యర్థనను {{agentClient}} ఉపయోగించి {{agentDevice}} {{agentOs}} పై అభ్యర్థించారు. మీరు ఈ సైన్ ఇన్ అభ్యర్థనను చేయలేదనుకుంటే, ఈ ఈమెయిల్‌ను సురక్షితంగా పట్టించుకోకుండా ఉండవచ్చు.", "emails.magicSession.clientInfo": "ఈ సైన్ ఇన్ అభ్యర్థనను {{agentClient}} ఉపయోగించి {{agentDevice}} {{agentOs}} పై అభ్యర్థించారు. మీరు ఈ సైన్ ఇన్ అభ్యర్థనను చేయలేదనుకుంటే, ఈ ఈమెయిల్‌ను సురక్షితంగా పట్టించుకోకుండా ఉండవచ్చు.",
"sms.verification.body": "{{secret}} మీ {{project}} ధృవీకరణ కోడ్.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "ఈ ఇమెయిల్ కోసం భద్రతా పదబంధం {{phrase}}. మీరు సైన్ ఇన్ సమయంలో చూపబడిన పదబంధంతో ఈ పదబంధం సరిపోలుతుంది అయితే ఈ ఇమెయిల్ నమ్మవచ్చు.", "emails.magicSession.securityPhrase": "ఈ ఇమెయిల్ కోసం భద్రతా పదబంధం {{phrase}}. మీరు సైన్ ఇన్ సమయంలో చూపబడిన పదబంధంతో ఈ పదబంధం సరిపోలుతుంది అయితే ఈ ఇమెయిల్ నమ్మవచ్చు.",
"emails.magicSession.optionUrl": "పైన ఉన్న బటన్‌ను ఉపయోగించి సైన్ ఇన్ చేయలేకపోతే, దయచేసి క్రింది లింక్‌ను సందర్శించండి:", "emails.magicSession.optionUrl": "పైన ఉన్న బటన్‌ను ఉపయోగించి సైన్ ఇన్ చేయలేకపోతే, దయచేసి క్రింది లింక్‌ను సందర్శించండి:",
"emails.otpSession.subject": "{{project}} లాగిన్", "emails.otpSession.subject": "{{project}} లాగిన్",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "ขอบคุณ", "emails.verification.thanks": "ขอบคุณ",
"emails.verification.signature": "ทีม {{project}}", "emails.verification.signature": "ทีม {{project}}",
"emails.magicSession.subject": "เข้าสู่ระบบ", "emails.magicSession.subject": "เข้าสู่ระบบ",
"emails.magicSession.hello": "เรียนผู้ใช้งาน,", "emails.magicSession.hello": "เรียนผู้ใช้งาน",
"emails.magicSession.body": "กดเข้าไปที่ลิงก์นี้เพื่อเข้าสู่ระบบ", "emails.magicSession.body": "กดเข้าไปที่ลิงก์นี้เพื่อเข้าสู่ระบบ",
"emails.magicSession.footer": "หากท่านไม่ได้ต้องการที่จะเข้าสู่ระบบด้วยอีเมลนี้ ท่านสามารถเพิกเฉยข้อความนี้ได้", "emails.magicSession.footer": "หากท่านไม่ได้ต้องการที่จะเข้าสู่ระบบด้วยอีเมลนี้ ท่านสามารถเพิกเฉยข้อความนี้ได้",
"emails.magicSession.thanks": "ขอบคุณ", "emails.magicSession.thanks": "ขอบคุณ",
@ -163,6 +163,7 @@
"countries.nz": "New Zealand", "countries.nz": "New Zealand",
"countries.om": "โอมาน", "countries.om": "โอมาน",
"countries.pk": "ปากีสถาน", "countries.pk": "ปากีสถาน",
"countries.ps": "ปาเลสไตน์",
"countries.pa": "ปานามา", "countries.pa": "ปานามา",
"countries.pe": "เปรู", "countries.pe": "เปรู",
"countries.ph": "ฟิลิปปินส์", "countries.ph": "ฟิลิปปินส์",
@ -206,6 +207,7 @@
"countries.tn": "ตูนิเซีย", "countries.tn": "ตูนิเซีย",
"countries.tr": "ตุรกี", "countries.tr": "ตุรกี",
"countries.tv": "ตูวาลู", "countries.tv": "ตูวาลู",
"countries.tw": "ไต้หวัน",
"countries.tz": "แทนซาเนีย", "countries.tz": "แทนซาเนีย",
"countries.ug": "ยูกันดา", "countries.ug": "ยูกันดา",
"countries.ua": "ยูเครน", "countries.ua": "ยูเครน",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "คลิกที่ปุ่มด้านล่างเพื่อเข้าสู่บัญชี {{project}} ของคุณอย่างปลอดภัย ลิงก์นี้จะหมดอายุใน 1 ชั่วโมง", "emails.magicSession.optionButton": "คลิกที่ปุ่มด้านล่างเพื่อเข้าสู่บัญชี {{project}} ของคุณอย่างปลอดภัย ลิงก์นี้จะหมดอายุใน 1 ชั่วโมง",
"emails.magicSession.buttonText": "เข้าสู่ระบบใน {{project}}", "emails.magicSession.buttonText": "เข้าสู่ระบบใน {{project}}",
"emails.magicSession.clientInfo": "การลงชื่อเข้าใช้นี้ถูกขอใช้งานผ่าน {{agentClient}} บน {{agentDevice}} {{agentOs}} หากคุณไม่ได้ขอลงชื่อเข้าใช้นี้ คุณสามารถละเลยอีเมลนี้ได้อย่างปลอดภัย", "emails.magicSession.clientInfo": "การลงชื่อเข้าใช้นี้ถูกขอใช้งานผ่าน {{agentClient}} บน {{agentDevice}} {{agentOs}} หากคุณไม่ได้ขอลงชื่อเข้าใช้นี้ คุณสามารถละเลยอีเมลนี้ได้อย่างปลอดภัย",
"sms.verification.body": "{{secret}} เป็นรหัสการตรวจสอบ{{project}}ของคุณ.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "วลีรักษาความปลอดภัยสำหรับอีเมลนี้คือ {{phrase}} คุณสามารถเชื่อถืออีเมลนี้ได้หากวลีนี้ตรงกับวลีที่แสดงในระหว่างการเข้าสู่ระบบ", "emails.magicSession.securityPhrase": "วลีรักษาความปลอดภัยสำหรับอีเมลนี้คือ {{phrase}} คุณสามารถเชื่อถืออีเมลนี้ได้หากวลีนี้ตรงกับวลีที่แสดงในระหว่างการเข้าสู่ระบบ",
"emails.magicSession.optionUrl": "หากคุณไม่สามารถเข้าสู่ระบบโดยใช้ปุ่มด้านบน โปรดเยี่ยมชมลิงก์ต่อไปนี้:", "emails.magicSession.optionUrl": "หากคุณไม่สามารถเข้าสู่ระบบโดยใช้ปุ่มด้านบน โปรดเยี่ยมชมลิงก์ต่อไปนี้:",
"emails.otpSession.subject": "การเข้าสู่ระบบ {{project}}", "emails.otpSession.subject": "การเข้าสู่ระบบ {{project}}",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Salamat", "emails.verification.thanks": "Salamat",
"emails.verification.signature": "Pangkat ng {{project}}", "emails.verification.signature": "Pangkat ng {{project}}",
"emails.magicSession.subject": "Mag log in", "emails.magicSession.subject": "Mag log in",
"emails.magicSession.hello": "Kamusta, ", "emails.magicSession.hello": "Kamusta ",
"emails.magicSession.body": "Sundin ang link na ito upang mag-login.", "emails.magicSession.body": "Sundin ang link na ito upang mag-login.",
"emails.magicSession.footer": "Kung hindi mo hiningi na mag-login gamit ang email na ito, maaari mong balewalain ang mensahe na ito.", "emails.magicSession.footer": "Kung hindi mo hiningi na mag-login gamit ang email na ito, maaari mong balewalain ang mensahe na ito.",
"emails.magicSession.thanks": "Salamat", "emails.magicSession.thanks": "Salamat",
@ -163,6 +163,7 @@
"countries.nz": "New Zealand", "countries.nz": "New Zealand",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestina",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Pilipinas", "countries.ph": "Pilipinas",
@ -206,6 +207,7 @@
"countries.tn": "Tunisya", "countries.tn": "Tunisya",
"countries.tr": "Turkey", "countries.tr": "Turkey",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Taiwan",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukranya", "countries.ua": "Ukranya",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "I-click ang pindutan sa ibaba upang ligtas na mag-sign in sa iyong {{project}} account. Ito ay mag-eexpire sa loob ng 1 oras.", "emails.magicSession.optionButton": "I-click ang pindutan sa ibaba upang ligtas na mag-sign in sa iyong {{project}} account. Ito ay mag-eexpire sa loob ng 1 oras.",
"emails.magicSession.buttonText": "Mag-sign in sa {{project}}", "emails.magicSession.buttonText": "Mag-sign in sa {{project}}",
"emails.magicSession.clientInfo": "Ang pag-sign in na ito ay hiniling gamit ang {{agentClient}} sa {{agentDevice}} {{agentOs}}. Kung hindi ikaw ang humiling ng pag-sign in na ito, maaari mong ligtas na huwag pansinin ang email na ito.", "emails.magicSession.clientInfo": "Ang pag-sign in na ito ay hiniling gamit ang {{agentClient}} sa {{agentDevice}} {{agentOs}}. Kung hindi ikaw ang humiling ng pag-sign in na ito, maaari mong ligtas na huwag pansinin ang email na ito.",
"sms.verification.body": "{{secret}} ay ang iyong {{project}} verification code.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Ang pariralang pangseguridad para sa email na ito ay {{phrase}}. Maaari mong pagkatiwalaan ang email na ito kung ang pariralang ito ay tumutugma sa pariralang ipinakita noong nag-sign in ka.", "emails.magicSession.securityPhrase": "Ang pariralang pangseguridad para sa email na ito ay {{phrase}}. Maaari mong pagkatiwalaan ang email na ito kung ang pariralang ito ay tumutugma sa pariralang ipinakita noong nag-sign in ka.",
"emails.magicSession.optionUrl": "Kung hindi ka makapag-sign in gamit ang pindutan sa itaas, mangyaring bisitahin ang sumusunod na link:", "emails.magicSession.optionUrl": "Kung hindi ka makapag-sign in gamit ang pindutan sa itaas, mangyaring bisitahin ang sumusunod na link:",
"emails.otpSession.subject": "{{project}} Pag-login", "emails.otpSession.subject": "{{project}} Pag-login",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Teşekkürler", "emails.verification.thanks": "Teşekkürler",
"emails.verification.signature": "{{project}} takımı", "emails.verification.signature": "{{project}} takımı",
"emails.magicSession.subject": "Giriş", "emails.magicSession.subject": "Giriş",
"emails.magicSession.hello": "Merhaba,", "emails.magicSession.hello": "Merhaba",
"emails.magicSession.body": "Giriş yapmak için tıklayın.", "emails.magicSession.body": "Giriş yapmak için tıklayın.",
"emails.magicSession.footer": "Eğer bu eposta adresini kullanarak giriş yapmak istemediyseniz devam etmeyin.", "emails.magicSession.footer": "Eğer bu eposta adresini kullanarak giriş yapmak istemediyseniz devam etmeyin.",
"emails.magicSession.thanks": "Teşekkürler", "emails.magicSession.thanks": "Teşekkürler",
@ -163,6 +163,7 @@
"countries.nz": "Yeni Zelanda", "countries.nz": "Yeni Zelanda",
"countries.om": "Umman", "countries.om": "Umman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Filistin",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Filipinler", "countries.ph": "Filipinler",
@ -206,6 +207,7 @@
"countries.tn": "Tunus", "countries.tn": "Tunus",
"countries.tr": "Türkiye", "countries.tr": "Türkiye",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Tayvan",
"countries.tz": "Tanzanya", "countries.tz": "Tanzanya",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukrayna", "countries.ua": "Ukrayna",
@ -233,7 +235,7 @@
"emails.magicSession.buttonText": "{{project}}'a giriş yapın", "emails.magicSession.buttonText": "{{project}}'a giriş yapın",
"emails.magicSession.optionUrl": "Yukarıdaki buton gözükmezse, aşağıdaki bağlantıyı kullanın:", "emails.magicSession.optionUrl": "Yukarıdaki buton gözükmezse, aşağıdaki bağlantıyı kullanın:",
"emails.magicSession.clientInfo": "Bu oturum açma işlemi, {{agentClient}} kullanılarak {{agentDevice}} {{agentOs}} üzerinde istendi. Eğer oturum açma işlemini siz talep etmediyseniz, bu e-postayı güvenle yok sayabilirsiniz.", "emails.magicSession.clientInfo": "Bu oturum açma işlemi, {{agentClient}} kullanılarak {{agentDevice}} {{agentOs}} üzerinde istendi. Eğer oturum açma işlemini siz talep etmediyseniz, bu e-postayı güvenle yok sayabilirsiniz.",
"sms.verification.body": "{{secret}} sizin {{project}} doğrulama kodunuzdur.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Bu e-postanın güvenlik ifadesi {{phrase}}'dir. Bu ifade, giriş sırasında gösterilen ifadeyle eşleşiyorsa bu e-postaya güvenebilirsiniz.", "emails.magicSession.securityPhrase": "Bu e-postanın güvenlik ifadesi {{phrase}}'dir. Bu ifade, giriş sırasında gösterilen ifadeyle eşleşiyorsa bu e-postaya güvenebilirsiniz.",
"emails.otpSession.subject": "{{project}} Giriş", "emails.otpSession.subject": "{{project}} Giriş",
"emails.otpSession.hello": "Merhaba,", "emails.otpSession.hello": "Merhaba,",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Дякуємо", "emails.verification.thanks": "Дякуємо",
"emails.verification.signature": "команда {{project}}", "emails.verification.signature": "команда {{project}}",
"emails.magicSession.subject": "Логін", "emails.magicSession.subject": "Логін",
"emails.magicSession.hello": "Вітаємо,", "emails.magicSession.hello": "Вітаємо",
"emails.magicSession.body": "Перейдіть за цим посиланням, щоб увійти.", "emails.magicSession.body": "Перейдіть за цим посиланням, щоб увійти.",
"emails.magicSession.footer": "Якщо ви не просили увійти за допомогою цієї електронної пошти, ви можете ігнорувати це повідомлення.", "emails.magicSession.footer": "Якщо ви не просили увійти за допомогою цієї електронної пошти, ви можете ігнорувати це повідомлення.",
"emails.magicSession.thanks": "Дякуємо", "emails.magicSession.thanks": "Дякуємо",
@ -163,6 +163,7 @@
"countries.nz": "Нова Зеландія", "countries.nz": "Нова Зеландія",
"countries.om": "Оман", "countries.om": "Оман",
"countries.pk": "Пакістан", "countries.pk": "Пакістан",
"countries.ps": "Палестина",
"countries.pa": "Панама", "countries.pa": "Панама",
"countries.pe": "Перу", "countries.pe": "Перу",
"countries.ph": "Філіппіни", "countries.ph": "Філіппіни",
@ -206,6 +207,7 @@
"countries.tn": "Туніс", "countries.tn": "Туніс",
"countries.tr": "Туреччина", "countries.tr": "Туреччина",
"countries.tv": "Тувалу", "countries.tv": "Тувалу",
"countries.tw": "Тайвань",
"countries.tz": "Танзанія", "countries.tz": "Танзанія",
"countries.ug": "Уганда", "countries.ug": "Уганда",
"countries.ua": "Україна", "countries.ua": "Україна",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Натисніть кнопку нижче, щоб безпечно увійти в свій обліковий запис {{project}}. Термін дії закінчиться через 1 годину.", "emails.magicSession.optionButton": "Натисніть кнопку нижче, щоб безпечно увійти в свій обліковий запис {{project}}. Термін дії закінчиться через 1 годину.",
"emails.magicSession.buttonText": "Увійти в {{project}}", "emails.magicSession.buttonText": "Увійти в {{project}}",
"emails.magicSession.clientInfo": "Цей запит на вхід було здійснено за допомогою {{agentClient}} на {{agentDevice}} {{agentOs}}. Якщо ви не надсилали запит на вхід, ви можете сміливо ігнорувати цей електронний лист.", "emails.magicSession.clientInfo": "Цей запит на вхід було здійснено за допомогою {{agentClient}} на {{agentDevice}} {{agentOs}}. Якщо ви не надсилали запит на вхід, ви можете сміливо ігнорувати цей електронний лист.",
"sms.verification.body": "{{secret}} є вашим кодом підтвердження для {{project}}.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Фраза безпеки для цього листа - {{phrase}}. Ви можете довіряти цьому листу, якщо ця фраза збігається з фразою, показаною під час входу в систему.", "emails.magicSession.securityPhrase": "Фраза безпеки для цього листа - {{phrase}}. Ви можете довіряти цьому листу, якщо ця фраза збігається з фразою, показаною під час входу в систему.",
"emails.magicSession.optionUrl": "Якщо вам не вдається увійти, використовуючи кнопку вище, будь ласка, перейдіть за наступним посиланням:", "emails.magicSession.optionUrl": "Якщо вам не вдається увійти, використовуючи кнопку вище, будь ласка, перейдіть за наступним посиланням:",
"emails.otpSession.subject": "вхід в {{project}}", "emails.otpSession.subject": "вхід в {{project}}",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "شکریہ", "emails.verification.thanks": "شکریہ",
"emails.verification.signature": "ٹیم۔ {{project}}", "emails.verification.signature": "ٹیم۔ {{project}}",
"emails.magicSession.subject": "اگ ان کریں", "emails.magicSession.subject": "اگ ان کریں",
"emails.magicSession.hello": "خوش آمدید,", "emails.magicSession.hello": "خوش آمدید",
"emails.magicSession.body": "لاگ ان کرنے کے لیے اس لنک پر عمل کریں۔", "emails.magicSession.body": "لاگ ان کرنے کے لیے اس لنک پر عمل کریں۔",
"emails.magicSession.footer": "اگر آپ نے اس ای میل کا استعمال کرتے ہوئے لاگ ان کرنے کے لیے نہیں کہا تو آپ اس پیغام کو نظر انداز کر سکتے ہیں۔", "emails.magicSession.footer": "اگر آپ نے اس ای میل کا استعمال کرتے ہوئے لاگ ان کرنے کے لیے نہیں کہا تو آپ اس پیغام کو نظر انداز کر سکتے ہیں۔",
"emails.magicSession.thanks": "شکریہ", "emails.magicSession.thanks": "شکریہ",
@ -163,6 +163,7 @@
"countries.nz": "نیوزی لینڈ", "countries.nz": "نیوزی لینڈ",
"countries.om": "عمان", "countries.om": "عمان",
"countries.pk": "پاکستان", "countries.pk": "پاکستان",
"countries.ps": "فلسطین",
"countries.pa": "پانامہ", "countries.pa": "پانامہ",
"countries.pe": "پیرو", "countries.pe": "پیرو",
"countries.ph": "فلپائن", "countries.ph": "فلپائن",
@ -206,6 +207,7 @@
"countries.tn": "تیونس", "countries.tn": "تیونس",
"countries.tr": "ترکی", "countries.tr": "ترکی",
"countries.tv": "ٹوالو", "countries.tv": "ٹوالو",
"countries.tw": "تائیوان",
"countries.tz": "تنزانیہ", "countries.tz": "تنزانیہ",
"countries.ug": "یوگنڈا", "countries.ug": "یوگنڈا",
"countries.ua": "یوکرائن", "countries.ua": "یوکرائن",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "نیچے دیئے گئے بٹن پر کلک کرکے اپنے {{project}} اکاؤنٹ میں محفوظ طریقے سے سائن ان کریں۔ یہ ایک گھنٹے میں ختم ہو جائے گا۔", "emails.magicSession.optionButton": "نیچے دیئے گئے بٹن پر کلک کرکے اپنے {{project}} اکاؤنٹ میں محفوظ طریقے سے سائن ان کریں۔ یہ ایک گھنٹے میں ختم ہو جائے گا۔",
"emails.magicSession.buttonText": "{{project}} میں سائن ان کریں", "emails.magicSession.buttonText": "{{project}} میں سائن ان کریں",
"emails.magicSession.clientInfo": "یہ سائن ان {{agentClient}} کا استعمال کرتے ہوئے {{agentDevice}} {{agentOs}} پر کی گئی تھی۔ اگر آپ نے سائن ان کی درخواست نہیں کی تھی، تو آپ اس ایمیل کو نظرانداز کر سکتے ہیں۔", "emails.magicSession.clientInfo": "یہ سائن ان {{agentClient}} کا استعمال کرتے ہوئے {{agentDevice}} {{agentOs}} پر کی گئی تھی۔ اگر آپ نے سائن ان کی درخواست نہیں کی تھی، تو آپ اس ایمیل کو نظرانداز کر سکتے ہیں۔",
"sms.verification.body": "{{secret}} آپ کے {{project}} تصدیقی کوڈ ہے۔", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "اس ای میل کے لئے سیکیورٹی جملہ {{phrase}} ہے۔ اگر یہ جملہ سائن ان کے دوران دکھائے گئے جملے سے میل کھاتا ہے تو آپ اس ای میل پر بھروسہ کرسکتے ہیں۔", "emails.magicSession.securityPhrase": "اس ای میل کے لئے سیکیورٹی جملہ {{phrase}} ہے۔ اگر یہ جملہ سائن ان کے دوران دکھائے گئے جملے سے میل کھاتا ہے تو آپ اس ای میل پر بھروسہ کرسکتے ہیں۔",
"emails.magicSession.optionUrl": "اگر آپ اوپر دیے گئے بٹن کا استعمال کرکے سائن ان نہیں کر سکتے تو براہ کرم مندرجہ ذیل لنک پر جائیں:", "emails.magicSession.optionUrl": "اگر آپ اوپر دیے گئے بٹن کا استعمال کرکے سائن ان نہیں کر سکتے تو براہ کرم مندرجہ ذیل لنک پر جائیں:",
"emails.otpSession.subject": "{{project}} لاگ ان", "emails.otpSession.subject": "{{project}} لاگ ان",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "Cảm ơn", "emails.verification.thanks": "Cảm ơn",
"emails.verification.signature": "Nhóm {{project}}", "emails.verification.signature": "Nhóm {{project}}",
"emails.magicSession.subject": "Đăng nhập", "emails.magicSession.subject": "Đăng nhập",
"emails.magicSession.hello": "Chào,", "emails.magicSession.hello": "Chào",
"emails.magicSession.body": "Nhấn vào đường dẫn sau để đăng nhập.", "emails.magicSession.body": "Nhấn vào đường dẫn sau để đăng nhập.",
"emails.magicSession.footer": "Nếu bạn không yêu cầu đăng nhập bằng email, bạn có thể bỏ qua email này.", "emails.magicSession.footer": "Nếu bạn không yêu cầu đăng nhập bằng email, bạn có thể bỏ qua email này.",
"emails.magicSession.thanks": "Cảm ơn", "emails.magicSession.thanks": "Cảm ơn",
@ -163,6 +163,7 @@
"countries.nz": "New Zealand", "countries.nz": "New Zealand",
"countries.om": "Oman", "countries.om": "Oman",
"countries.pk": "Pakistan", "countries.pk": "Pakistan",
"countries.ps": "Palestine",
"countries.pa": "Panama", "countries.pa": "Panama",
"countries.pe": "Peru", "countries.pe": "Peru",
"countries.ph": "Philippines", "countries.ph": "Philippines",
@ -206,6 +207,7 @@
"countries.tn": "Tunisia", "countries.tn": "Tunisia",
"countries.tr": "Thổ Nhĩ Kỳ", "countries.tr": "Thổ Nhĩ Kỳ",
"countries.tv": "Tuvalu", "countries.tv": "Tuvalu",
"countries.tw": "Đài Loan",
"countries.tz": "Tanzania", "countries.tz": "Tanzania",
"countries.ug": "Uganda", "countries.ug": "Uganda",
"countries.ua": "Ukraine", "countries.ua": "Ukraine",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "Nhấp vào nút bên dưới để đăng nhập an toàn vào tài khoản {{project}} của bạn. Nó sẽ hết hạn sau 1 giờ.", "emails.magicSession.optionButton": "Nhấp vào nút bên dưới để đăng nhập an toàn vào tài khoản {{project}} của bạn. Nó sẽ hết hạn sau 1 giờ.",
"emails.magicSession.buttonText": "Đăng nhập vào {{project}}", "emails.magicSession.buttonText": "Đăng nhập vào {{project}}",
"emails.magicSession.clientInfo": "Yêu cầu đăng nhập này được thực hiện bằng {{agentClient}} trên {{agentDevice}} {{agentOs}}. Nếu bạn không yêu cầu đăng nhập, bạn có thể bỏ qua email này một cách an toàn.", "emails.magicSession.clientInfo": "Yêu cầu đăng nhập này được thực hiện bằng {{agentClient}} trên {{agentDevice}} {{agentOs}}. Nếu bạn không yêu cầu đăng nhập, bạn có thể bỏ qua email này một cách an toàn.",
"sms.verification.body": "{{secret}} là mã xác minh {{project}} của bạn.", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "Cụm từ bảo mật cho email này là {{phrase}}. Bạn có thể tin tưởng email này nếu cụm từ này khớp với cụm từ hiển thị khi đăng nhập.", "emails.magicSession.securityPhrase": "Cụm từ bảo mật cho email này là {{phrase}}. Bạn có thể tin tưởng email này nếu cụm từ này khớp với cụm từ hiển thị khi đăng nhập.",
"emails.magicSession.optionUrl": "Nếu bạn không thể đăng nhập bằng cách sử dụng nút ở trên, vui lòng truy cập liên kết sau:", "emails.magicSession.optionUrl": "Nếu bạn không thể đăng nhập bằng cách sử dụng nút ở trên, vui lòng truy cập liên kết sau:",
"emails.otpSession.subject": "Đăng nhập {{project}}", "emails.otpSession.subject": "Đăng nhập {{project}}",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "谢谢", "emails.verification.thanks": "谢谢",
"emails.verification.signature": "{{project}} 团队", "emails.verification.signature": "{{project}} 团队",
"emails.magicSession.subject": "登录", "emails.magicSession.subject": "登录",
"emails.magicSession.hello": "你好,", "emails.magicSession.hello": "你好",
"emails.magicSession.body": "点此链接登录。", "emails.magicSession.body": "点此链接登录。",
"emails.magicSession.footer": "如果您没有要求使用此电子邮件登录,则可忽略此消息。", "emails.magicSession.footer": "如果您没有要求使用此电子邮件登录,则可忽略此消息。",
"emails.magicSession.thanks": "谢谢", "emails.magicSession.thanks": "谢谢",
@ -163,6 +163,7 @@
"countries.nz": "新西兰", "countries.nz": "新西兰",
"countries.om": "阿曼", "countries.om": "阿曼",
"countries.pk": "巴基斯坦", "countries.pk": "巴基斯坦",
"countries.ps": "巴勒斯坦",
"countries.pa": "巴拿马", "countries.pa": "巴拿马",
"countries.pe": "秘鲁", "countries.pe": "秘鲁",
"countries.ph": "菲律宾", "countries.ph": "菲律宾",
@ -206,6 +207,7 @@
"countries.tn": "突尼斯", "countries.tn": "突尼斯",
"countries.tr": "土耳其", "countries.tr": "土耳其",
"countries.tv": "图瓦卢", "countries.tv": "图瓦卢",
"countries.tw": "台湾",
"countries.tz": "坦桑尼亚", "countries.tz": "坦桑尼亚",
"countries.ug": "乌干达", "countries.ug": "乌干达",
"countries.ua": "乌克兰", "countries.ua": "乌克兰",
@ -232,7 +234,7 @@
"emails.magicSession.optionButton": "点击下面的按钮安全登录您的{{project}}账户。该按钮将在1小时后过期。", "emails.magicSession.optionButton": "点击下面的按钮安全登录您的{{project}}账户。该按钮将在1小时后过期。",
"emails.magicSession.buttonText": "登录{{project}}", "emails.magicSession.buttonText": "登录{{project}}",
"emails.magicSession.clientInfo": "此登录是通过{{agentClient}}在{{agentDevice}} {{agentOs}}上请求的。如果你没有请求登录,可以放心地忽略此邮件。", "emails.magicSession.clientInfo": "此登录是通过{{agentClient}}在{{agentDevice}} {{agentOs}}上请求的。如果你没有请求登录,可以放心地忽略此邮件。",
"sms.verification.body": "{{secret}} 是您的 {{project}} 验证码。", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "此电子邮件的安全短语是{{phrase}}。如果此短语与登录时显示的短语相匹配,则您可以信任此电子邮件。", "emails.magicSession.securityPhrase": "此电子邮件的安全短语是{{phrase}}。如果此短语与登录时显示的短语相匹配,则您可以信任此电子邮件。",
"emails.magicSession.optionUrl": "如果您无法使用上面的按钮登录,请访问以下链接:", "emails.magicSession.optionUrl": "如果您无法使用上面的按钮登录,请访问以下链接:",
"emails.otpSession.subject": "{{project}} 登录", "emails.otpSession.subject": "{{project}} 登录",

View file

@ -10,7 +10,7 @@
"emails.verification.thanks": "謝謝", "emails.verification.thanks": "謝謝",
"emails.verification.signature": "{{project}} 團隊", "emails.verification.signature": "{{project}} 團隊",
"emails.magicSession.subject": "登入", "emails.magicSession.subject": "登入",
"emails.magicSession.hello": "嗨", "emails.magicSession.hello": "嗨",
"emails.magicSession.body": "點此連結登入。", "emails.magicSession.body": "點此連結登入。",
"emails.magicSession.footer": "如果您沒有要求使用此電子郵件登入,則可以忽略此消息。", "emails.magicSession.footer": "如果您沒有要求使用此電子郵件登入,則可以忽略此消息。",
"emails.magicSession.thanks": "謝謝", "emails.magicSession.thanks": "謝謝",
@ -163,6 +163,7 @@
"countries.nz": "紐西蘭", "countries.nz": "紐西蘭",
"countries.om": "阿曼", "countries.om": "阿曼",
"countries.pk": "巴基斯坦", "countries.pk": "巴基斯坦",
"countries.ps": "巴勒斯坦",
"countries.pa": "巴拿馬", "countries.pa": "巴拿馬",
"countries.pe": "秘魯", "countries.pe": "秘魯",
"countries.ph": "菲律賓", "countries.ph": "菲律賓",
@ -206,6 +207,7 @@
"countries.tn": "突尼西亞", "countries.tn": "突尼西亞",
"countries.tr": "土耳其", "countries.tr": "土耳其",
"countries.tv": "吐瓦魯", "countries.tv": "吐瓦魯",
"countries.tw": "台灣",
"countries.tz": "坦尚尼亞", "countries.tz": "坦尚尼亞",
"countries.ug": "烏干達", "countries.ug": "烏干達",
"countries.ua": "烏克蘭", "countries.ua": "烏克蘭",
@ -233,7 +235,7 @@
"emails.magicSession.buttonText": "登入 {{project}}", "emails.magicSession.buttonText": "登入 {{project}}",
"emails.magicSession.optionUrl": "如果上面的按鈕沒有顯示,請使用以下鏈接:", "emails.magicSession.optionUrl": "如果上面的按鈕沒有顯示,請使用以下鏈接:",
"emails.magicSession.clientInfo": "這次的登入是透過{{agentClient}}在{{agentDevice}} {{agentOs}}上請求的。如果您沒有請求這次登入,您可以放心地忽略這封電子郵件。", "emails.magicSession.clientInfo": "這次的登入是透過{{agentClient}}在{{agentDevice}} {{agentOs}}上請求的。如果您沒有請求這次登入,您可以放心地忽略這封電子郵件。",
"sms.verification.body": "{{secret}} 是您的 {{project}} 驗證碼。", "sms.verification.body": "{{secret}}",
"emails.magicSession.securityPhrase": "這封電子郵件的安全密語是{{phrase}}。如果此密語與登入時顯示的密語相符,您就可以信任此郵件。", "emails.magicSession.securityPhrase": "這封電子郵件的安全密語是{{phrase}}。如果此密語與登入時顯示的密語相符,您就可以信任此郵件。",
"emails.otpSession.subject": "{{project}} 登入", "emails.otpSession.subject": "{{project}} 登入",
"emails.otpSession.hello": "你好,", "emails.otpSession.hello": "你好,",

View file

@ -63,7 +63,7 @@ return [
[ [
'key' => 'flutter', 'key' => 'flutter',
'name' => 'Flutter', 'name' => 'Flutter',
'version' => '12.0.1', 'version' => '12.0.3',
'url' => 'https://github.com/appwrite/sdk-for-flutter', 'url' => 'https://github.com/appwrite/sdk-for-flutter',
'package' => 'https://pub.dev/packages/appwrite', 'package' => 'https://pub.dev/packages/appwrite',
'enabled' => true, 'enabled' => true,
@ -185,7 +185,7 @@ return [
[ [
'key' => 'web', 'key' => 'web',
'name' => 'Console', 'name' => 'Console',
'version' => '0.6.0', 'version' => '0.6.1',
'url' => 'https://github.com/appwrite/sdk-for-console', 'url' => 'https://github.com/appwrite/sdk-for-console',
'package' => '', 'package' => '',
'enabled' => true, 'enabled' => true,
@ -203,7 +203,7 @@ return [
[ [
'key' => 'cli', 'key' => 'cli',
'name' => 'Command Line', 'name' => 'Command Line',
'version' => '5.0.0', 'version' => '5.0.2',
'url' => 'https://github.com/appwrite/sdk-for-cli', 'url' => 'https://github.com/appwrite/sdk-for-cli',
'package' => 'https://www.npmjs.com/package/appwrite-cli', 'package' => 'https://www.npmjs.com/package/appwrite-cli',
'enabled' => true, 'enabled' => true,
@ -231,7 +231,7 @@ return [
[ [
'key' => 'nodejs', 'key' => 'nodejs',
'name' => 'Node.js', 'name' => 'Node.js',
'version' => '12.0.0', 'version' => '12.0.1',
'url' => 'https://github.com/appwrite/sdk-for-node', 'url' => 'https://github.com/appwrite/sdk-for-node',
'package' => 'https://www.npmjs.com/package/node-appwrite', 'package' => 'https://www.npmjs.com/package/node-appwrite',
'enabled' => true, 'enabled' => true,
@ -249,7 +249,7 @@ return [
[ [
'key' => 'deno', 'key' => 'deno',
'name' => 'Deno', 'name' => 'Deno',
'version' => '10.0.0', 'version' => '10.0.1',
'url' => 'https://github.com/appwrite/sdk-for-deno', 'url' => 'https://github.com/appwrite/sdk-for-deno',
'package' => 'https://deno.land/x/appwrite', 'package' => 'https://deno.land/x/appwrite',
'enabled' => true, 'enabled' => true,
@ -267,7 +267,7 @@ return [
[ [
'key' => 'php', 'key' => 'php',
'name' => 'PHP', 'name' => 'PHP',
'version' => '11.0.0', 'version' => '11.0.1',
'url' => 'https://github.com/appwrite/sdk-for-php', 'url' => 'https://github.com/appwrite/sdk-for-php',
'package' => 'https://packagist.org/packages/appwrite/appwrite', 'package' => 'https://packagist.org/packages/appwrite/appwrite',
'enabled' => true, 'enabled' => true,
@ -285,7 +285,7 @@ return [
[ [
'key' => 'python', 'key' => 'python',
'name' => 'Python', 'name' => 'Python',
'version' => '5.0.1', 'version' => '5.0.2',
'url' => 'https://github.com/appwrite/sdk-for-python', 'url' => 'https://github.com/appwrite/sdk-for-python',
'package' => 'https://pypi.org/project/appwrite/', 'package' => 'https://pypi.org/project/appwrite/',
'enabled' => true, 'enabled' => true,
@ -303,7 +303,7 @@ return [
[ [
'key' => 'ruby', 'key' => 'ruby',
'name' => 'Ruby', 'name' => 'Ruby',
'version' => '11.0.0', 'version' => '11.0.1',
'url' => 'https://github.com/appwrite/sdk-for-ruby', 'url' => 'https://github.com/appwrite/sdk-for-ruby',
'package' => 'https://rubygems.org/gems/appwrite', 'package' => 'https://rubygems.org/gems/appwrite',
'enabled' => true, 'enabled' => true,
@ -339,7 +339,7 @@ return [
[ [
'key' => 'java', 'key' => 'java',
'name' => 'Java', 'name' => 'Java',
'version' => '4.0.0', 'version' => '4.0.1',
'url' => 'https://github.com/appwrite/sdk-for-java', 'url' => 'https://github.com/appwrite/sdk-for-java',
'package' => '', 'package' => '',
'enabled' => false, 'enabled' => false,
@ -357,7 +357,7 @@ return [
[ [
'key' => 'dotnet', 'key' => 'dotnet',
'name' => '.NET', 'name' => '.NET',
'version' => '0.8.0', 'version' => '0.8.1',
'url' => 'https://github.com/appwrite/sdk-for-dotnet', 'url' => 'https://github.com/appwrite/sdk-for-dotnet',
'package' => 'https://www.nuget.org/packages/Appwrite', 'package' => 'https://www.nuget.org/packages/Appwrite',
'enabled' => true, 'enabled' => true,
@ -375,7 +375,7 @@ return [
[ [
'key' => 'dart', 'key' => 'dart',
'name' => 'Dart', 'name' => 'Dart',
'version' => '11.0.1', 'version' => '11.0.2',
'url' => 'https://github.com/appwrite/sdk-for-dart', 'url' => 'https://github.com/appwrite/sdk-for-dart',
'package' => 'https://pub.dev/packages/dart_appwrite', 'package' => 'https://pub.dev/packages/dart_appwrite',
'enabled' => true, 'enabled' => true,
@ -393,7 +393,7 @@ return [
[ [
'key' => 'kotlin', 'key' => 'kotlin',
'name' => 'Kotlin', 'name' => 'Kotlin',
'version' => '5.0.0', 'version' => '5.0.1',
'url' => 'https://github.com/appwrite/sdk-for-kotlin', 'url' => 'https://github.com/appwrite/sdk-for-kotlin',
'package' => 'https://search.maven.org/artifact/io.appwrite/sdk-for-kotlin', 'package' => 'https://search.maven.org/artifact/io.appwrite/sdk-for-kotlin',
'enabled' => true, 'enabled' => true,
@ -415,7 +415,7 @@ return [
[ [
'key' => 'swift', 'key' => 'swift',
'name' => 'Swift', 'name' => 'Swift',
'version' => '5.0.0', 'version' => '5.0.1',
'url' => 'https://github.com/appwrite/sdk-for-swift', 'url' => 'https://github.com/appwrite/sdk-for-swift',
'package' => 'https://github.com/appwrite/sdk-for-swift', 'package' => 'https://github.com/appwrite/sdk-for-swift',
'enabled' => true, 'enabled' => true,

View file

@ -5,11 +5,11 @@
*/ */
use Appwrite\Runtimes\Runtimes; use Appwrite\Runtimes\Runtimes;
use Utopia\App; use Utopia\System\System;
$runtimes = new Runtimes('v2'); $runtimes = new Runtimes('v2');
$allowList = empty(App::getEnv('_APP_FUNCTIONS_RUNTIMES')) ? [] : \explode(',', App::getEnv('_APP_FUNCTIONS_RUNTIMES')); $allowList = empty(System::getEnv('_APP_FUNCTIONS_RUNTIMES')) ? [] : \explode(',', System::getEnv('_APP_FUNCTIONS_RUNTIMES'));
$runtimes = $runtimes->getAll(true, $allowList); $runtimes = $runtimes->getAll(true, $allowList);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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