From e244c14f55528c1c87100c63acce26d7b83ec5f2 Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode <123783602+HolgerHatGarKeineNode@users.noreply.github.com> Date: Sun, 24 May 2026 21:57:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20**Add=20and=20enhance=20localiza?= =?UTF-8?q?tions=20for=20multiple=20languages**=20-=20=E2=9E=95=20Added=20?= =?UTF-8?q?and=20synced=20new=20translations=20across=20`pt`,=20`nl`,=20`d?= =?UTF-8?q?e`,=20and=20`lv`=20language=20files.=20-=20=F0=9F=9B=A0?= =?UTF-8?q?=EF=B8=8F=20Fixed=20missing=20and=20duplicate=20strings=20in=20?= =?UTF-8?q?multilingual=20JSON=20files.=20-=20=E2=9C=85=20Standardized=20f?= =?UTF-8?q?ormatting=20and=20indentation=20of=20`validation.php`=20(Latvia?= =?UTF-8?q?n).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 - composer.lock | 992 +-------------------------------- lang/de.json | 28 +- lang/en.json | 20 +- lang/es.json | 28 +- lang/hu.json | 28 +- lang/lv.json | 1192 ++++++++++++++++++++-------------------- lang/lv/auth.php | 2 +- lang/lv/pagination.php | 2 +- lang/lv/passwords.php | 8 +- lang/lv/validation.php | 266 ++++----- lang/nl.json | 28 +- lang/pl.json | 28 +- lang/pt.json | 28 +- 14 files changed, 830 insertions(+), 1822 deletions(-) diff --git a/composer.json b/composer.json index 34421dd..bafd965 100644 --- a/composer.json +++ b/composer.json @@ -43,8 +43,6 @@ }, "require-dev": { "fakerphp/faker": "^1.23", - "laravel-lang/lang": "^15.26", - "laravel-lang/starter-kits": "^1.3", "laravel/boost": "^2.0", "laravel/pail": "^1.2.2", "laravel/pint": "^1.18", diff --git a/composer.lock b/composer.lock index b3b8706..73c18f7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "115d148a589e42974582fae993db203c", + "content-hash": "5b201cdc2189923877272b6f6a80ba97", "packages": [ { "name": "akuechler/laravel-geoly", @@ -11828,59 +11828,6 @@ ], "time": "2025-08-24T17:25:34+00:00" }, - { - "name": "archtechx/enums", - "version": "v1.1.2", - "source": { - "type": "git", - "url": "https://github.com/archtechx/enums.git", - "reference": "81375b71c176f680880a95e7448d84258cfb5c72" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/archtechx/enums/zipball/81375b71c176f680880a95e7448d84258cfb5c72", - "reference": "81375b71c176f680880a95e7448d84258cfb5c72", - "shasum": "" - }, - "require": { - "php": "^8.1" - }, - "require-dev": { - "larastan/larastan": "^2.4", - "orchestra/testbench": "^8.0 || ^9.0", - "pestphp/pest": "^2.0", - "pestphp/pest-plugin-laravel": "^2.0" - }, - "type": "library", - "extra": { - "phpstan": { - "includes": [ - "extension.neon" - ] - } - }, - "autoload": { - "psr-4": { - "ArchTech\\Enums\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Samuel Štancl", - "email": "samuel@archte.ch" - } - ], - "description": "Helpers for making PHP enums more lovable.", - "support": { - "issues": "https://github.com/archtechx/enums/issues", - "source": "https://github.com/archtechx/enums/tree/v1.1.2" - }, - "time": "2025-06-06T23:15:09+00:00" - }, { "name": "brianium/paratest", "version": "v7.20.0", @@ -12211,233 +12158,6 @@ }, "time": "2026-02-07T07:09:04+00:00" }, - { - "name": "dragon-code/contracts", - "version": "2.25.0", - "source": { - "type": "git", - "url": "https://github.com/TheDragonCode/contracts.git", - "reference": "13d1254801026be5ba33cf1309a414953869175f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/TheDragonCode/contracts/zipball/13d1254801026be5ba33cf1309a414953869175f", - "reference": "13d1254801026be5ba33cf1309a414953869175f", - "shasum": "" - }, - "require": { - "php": "^7.2.5 || ^8.0", - "psr/http-message": "^1.0.1 || ^2.0", - "symfony/http-kernel": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0", - "symfony/polyfill-php80": "^1.23" - }, - "conflict": { - "andrey-helldar/contracts": "*" - }, - "require-dev": { - "illuminate/database": "^10.0 || ^11.0 || ^12.0 || ^13.0", - "phpdocumentor/reflection-docblock": "^5.0 || ^6.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "DragonCode\\Contracts\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andrey Helldar", - "email": "helldar@dragon-code.pro", - "homepage": "https://dragon-code.pro" - } - ], - "description": "A set of contracts for any project", - "keywords": [ - "contracts", - "interfaces" - ], - "support": { - "source": "https://github.com/TheDragonCode/contracts" - }, - "funding": [ - { - "url": "https://boosty.to/dragon-code", - "type": "boosty" - }, - { - "url": "https://yoomoney.ru/to/410012608840929", - "type": "yoomoney" - } - ], - "time": "2026-03-17T21:50:20+00:00" - }, - { - "name": "dragon-code/pretty-array", - "version": "4.2.0", - "source": { - "type": "git", - "url": "https://github.com/TheDragonCode/pretty-array.git", - "reference": "b94034d92172a5d14a578822d68b2a8f8b5388e0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/TheDragonCode/pretty-array/zipball/b94034d92172a5d14a578822d68b2a8f8b5388e0", - "reference": "b94034d92172a5d14a578822d68b2a8f8b5388e0", - "shasum": "" - }, - "require": { - "dragon-code/contracts": "^2.20", - "dragon-code/support": "^6.11.2", - "ext-dom": "*", - "ext-mbstring": "*", - "php": "^8.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.6 || ^10.0 || ^11.0 || ^12.0" - }, - "suggest": { - "symfony/thanks": "Give thanks (in the form of a GitHub) to your fellow PHP package maintainers" - }, - "type": "library", - "autoload": { - "psr-4": { - "DragonCode\\PrettyArray\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andrey Helldar", - "email": "helldar@dragon-code.pro", - "homepage": "https://dragon-code.pro" - } - ], - "description": "Simple conversion of an array to a pretty view", - "keywords": [ - "andrey helldar", - "array", - "dragon", - "dragon code", - "pretty", - "pretty array" - ], - "support": { - "issues": "https://github.com/TheDragonCode/pretty-array/issues", - "source": "https://github.com/TheDragonCode/pretty-array" - }, - "funding": [ - { - "url": "https://boosty.to/dragon-code", - "type": "boosty" - }, - { - "url": "https://yoomoney.ru/to/410012608840929", - "type": "yoomoney" - } - ], - "time": "2025-02-24T15:35:24+00:00" - }, - { - "name": "dragon-code/support", - "version": "6.17.1", - "source": { - "type": "git", - "url": "https://github.com/TheDragonCode/support.git", - "reference": "82a465953267989883d64b921e9725600a5073b5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/TheDragonCode/support/zipball/82a465953267989883d64b921e9725600a5073b5", - "reference": "82a465953267989883d64b921e9725600a5073b5", - "shasum": "" - }, - "require": { - "dragon-code/contracts": "^2.22.0", - "ext-bcmath": "*", - "ext-ctype": "*", - "ext-dom": "*", - "ext-json": "*", - "ext-mbstring": "*", - "php": "^8.1", - "psr/http-message": "^1.0.1 || ^2.0", - "voku/portable-ascii": "^1.4.8 || ^2.0.1" - }, - "conflict": { - "andrey-helldar/support": "*" - }, - "require-dev": { - "illuminate/contracts": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0", - "phpunit/phpunit": "^9.6 || ^11.0 || ^12.0", - "symfony/var-dumper": "^6.0 || ^7.0" - }, - "suggest": { - "dragon-code/laravel-support": "Various helper files for the Laravel and Lumen frameworks", - "symfony/thanks": "Give thanks (in the form of a GitHub) to your fellow PHP package maintainers" - }, - "type": "library", - "extra": { - "dragon-code": { - "docs-generator": { - "preview": { - "brand": "php", - "vendor": "The Dragon Code" - } - } - } - }, - "autoload": { - "psr-4": { - "DragonCode\\Support\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andrey Helldar", - "email": "helldar@dragon-code.pro", - "homepage": "https://dragon-code.pro" - } - ], - "description": "Support package is a collection of helpers and tools for any project.", - "keywords": [ - "dragon", - "dragon-code", - "framework", - "helper", - "helpers", - "laravel", - "php", - "support", - "symfony", - "yii", - "yii2" - ], - "support": { - "issues": "https://github.com/TheDragonCode/support/issues", - "source": "https://github.com/TheDragonCode/support" - }, - "funding": [ - { - "url": "https://boosty.to/dragon-code", - "type": "boosty" - }, - { - "url": "https://yoomoney.ru/to/410012608840929", - "type": "yoomoney" - } - ], - "time": "2026-04-03T15:06:29+00:00" - }, { "name": "fakerphp/faker", "version": "v1.24.1", @@ -12802,716 +12522,6 @@ }, "time": "2023-02-03T21:26:53+00:00" }, - { - "name": "laravel-lang/config", - "version": "1.17.0", - "source": { - "type": "git", - "url": "https://github.com/Laravel-Lang/config.git", - "reference": "77ad089234aa74961ca30c7e6d13db9a62654c87" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Laravel-Lang/config/zipball/77ad089234aa74961ca30c7e6d13db9a62654c87", - "reference": "77ad089234aa74961ca30c7e6d13db9a62654c87", - "shasum": "" - }, - "require": { - "archtechx/enums": "^1.0", - "illuminate/config": "^10.0 || ^11.0 || ^12.0 || ^13.0", - "illuminate/support": "^10.0 || ^11.0 || ^12.0 || ^13.0", - "laravel-lang/locale-list": "^1.6", - "php": "^8.1" - }, - "require-dev": { - "orchestra/testbench": "^8.23 || ^9.1 || ^10.0 || ^11.0", - "pestphp/pest": "^2.34 || ^3.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "LaravelLang\\Config\\ServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "LaravelLang\\Config\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andrey Helldar", - "email": "helldar@dragon-code.pro", - "homepage": "https://dragon-code.pro" - }, - { - "name": "Laravel-Lang Team", - "homepage": "https://laravel-lang.com" - } - ], - "description": "The Laravel-Lang config package", - "keywords": [ - "Laravel-lang", - "Settings", - "config", - "lang", - "languages", - "laravel", - "locale", - "locales", - "localization", - "localizations", - "translation", - "translations" - ], - "support": { - "issues": "https://github.com/Laravel-Lang/config/issues", - "source": "https://github.com/Laravel-Lang/config/tree/1.17.0" - }, - "time": "2026-03-17T21:23:36+00:00" - }, - { - "name": "laravel-lang/lang", - "version": "15.29.5", - "source": { - "type": "git", - "url": "https://github.com/Laravel-Lang/lang.git", - "reference": "9a1d194c9a72b8ee70a3515d8415e9645fe531fe" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/9a1d194c9a72b8ee70a3515d8415e9645fe531fe", - "reference": "9a1d194c9a72b8ee70a3515d8415e9645fe531fe", - "shasum": "" - }, - "require": { - "ext-json": "*", - "laravel-lang/publisher": "^16.0", - "php": "^8.2" - }, - "conflict": { - "laravel/framework": "<11.0.7" - }, - "require-dev": { - "dragon-code/codestyler": "^6.0", - "laravel-lang/status-generator": "^2.11", - "phpunit/phpunit": "^11.0 || ^12.0", - "symfony/var-dumper": "^7.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "LaravelLang\\Lang\\ServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "LaravelLang\\Lang\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Laravel-Lang Team", - "homepage": "https://github.com/Laravel-Lang" - } - ], - "description": "List of 126 languages for Laravel Framework, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova, Laravel Spark and Laravel UI", - "keywords": [ - "lang", - "languages", - "laravel", - "lpm" - ], - "support": { - "issues": "https://github.com/Laravel-Lang/lang/issues", - "source": "https://github.com/Laravel-Lang/lang" - }, - "funding": [ - { - "url": "https://boosty.to/dragon-code", - "type": "boosty" - }, - { - "url": "https://yoomoney.ru/to/410012608840929", - "type": "yoomoney" - } - ], - "time": "2026-05-09T16:34:39+00:00" - }, - { - "name": "laravel-lang/locale-list", - "version": "1.7.0", - "source": { - "type": "git", - "url": "https://github.com/Laravel-Lang/locale-list.git", - "reference": "48e61c7f0a957420d4aaf5d35653889c25c4e2d4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Laravel-Lang/locale-list/zipball/48e61c7f0a957420d4aaf5d35653889c25c4e2d4", - "reference": "48e61c7f0a957420d4aaf5d35653889c25c4e2d4", - "shasum": "" - }, - "require": { - "archtechx/enums": "^0.3.2 || ^1.0", - "php": "^8.1" - }, - "type": "library", - "autoload": { - "psr-4": { - "LaravelLang\\LocaleList\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andrey Helldar", - "email": "helldar@dragon-code.pro", - "homepage": "https://dragon-code.pro" - }, - { - "name": "Laravel-Lang Team", - "homepage": "https://laravel-lang.com" - } - ], - "description": "List of localizations available in Laravel Lang projects", - "keywords": [ - "Laravel-lang", - "lang", - "languages", - "laravel", - "locale", - "locales", - "localization", - "translation", - "translations" - ], - "support": { - "issues": "https://github.com/Laravel-Lang/locale-list/issues", - "source": "https://github.com/Laravel-Lang/locale-list" - }, - "funding": [ - { - "url": "https://boosty.to/dragon-code", - "type": "boosty" - }, - { - "url": "https://yoomoney.ru/to/410012608840929", - "type": "yoomoney" - } - ], - "time": "2026-01-20T08:17:15+00:00" - }, - { - "name": "laravel-lang/locales", - "version": "2.11.0", - "source": { - "type": "git", - "url": "https://github.com/Laravel-Lang/locales.git", - "reference": "761aa3cfbc5bbe29eb958c9839e7dd3806193bac" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Laravel-Lang/locales/zipball/761aa3cfbc5bbe29eb958c9839e7dd3806193bac", - "reference": "761aa3cfbc5bbe29eb958c9839e7dd3806193bac", - "shasum": "" - }, - "require": { - "archtechx/enums": "^0.3.2 || ^1.0", - "dragon-code/support": "^6.11.3", - "ext-json": "*", - "illuminate/collections": "^10.0 || ^11.0 || ^12.0 || ^13.0", - "laravel-lang/config": "^1.12", - "laravel-lang/locale-list": "^1.5", - "laravel-lang/native-country-names": "^1.5", - "laravel-lang/native-currency-names": "^1.6", - "laravel-lang/native-locale-names": "^2.5", - "php": "^8.1" - }, - "require-dev": { - "orchestra/testbench": "^8.0 || ^9.0 || ^10.0 || ^11.0", - "pestphp/pest": "^2.24.1 || ^3.0 || ^4.0", - "symfony/var-dumper": "^6.0 || ^7.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "LaravelLang\\Locales\\ServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "LaravelLang\\Locales\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andrey Helldar", - "email": "helldar@dragon-code.pro" - }, - { - "name": "Laravel-Lang Team", - "homepage": "https://laravel-lang.com" - } - ], - "description": "Basic functionality for working with localizations", - "keywords": [ - "laravel", - "locale", - "locales", - "localization", - "translation", - "translations" - ], - "support": { - "issues": "https://github.com/Laravel-Lang/locales/issues", - "source": "https://github.com/Laravel-Lang/locales" - }, - "time": "2026-03-17T22:40:41+00:00" - }, - { - "name": "laravel-lang/native-country-names", - "version": "1.8.0", - "source": { - "type": "git", - "url": "https://github.com/Laravel-Lang/native-country-names.git", - "reference": "1d293138e34eb9e914bc4568cdebac2cb0a2eb0e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Laravel-Lang/native-country-names/zipball/1d293138e34eb9e914bc4568cdebac2cb0a2eb0e", - "reference": "1d293138e34eb9e914bc4568cdebac2cb0a2eb0e", - "shasum": "" - }, - "require": { - "dragon-code/support": "^6.11", - "ext-json": "*", - "illuminate/collections": "^10.0 || ^11.0 || ^12.0 || ^13.0", - "php": "^8.1" - }, - "require-dev": { - "illuminate/support": "^10.0 || ^11.0 || ^12.0 || ^13.0", - "laravel-lang/locale-list": "^1.5", - "pestphp/pest": "^2.0 || ^3.0 || ^4.0", - "punic/punic": "^3.8", - "symfony/console": "^6.0 || ^7.0 || ^8.0", - "symfony/process": "^6.0 || ^7.0 || ^8.0", - "symfony/var-dumper": "^6.0 || ^7.0 || ^8.0", - "vlucas/phpdotenv": "^5.6" - }, - "type": "library", - "autoload": { - "psr-4": { - "LaravelLang\\NativeCountryNames\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andrey Helldar", - "email": "helldar@dragon-code.pro" - }, - { - "name": "Laravel-Lang Team", - "homepage": "https://laravel-lang.com" - } - ], - "description": "The project contains native translations of country names", - "keywords": [ - "Laravel-lang", - "countries", - "country", - "lang", - "languages", - "laravel", - "locale", - "locales", - "localization", - "territories", - "territory", - "translation", - "translations" - ], - "support": { - "issues": "https://github.com/Laravel-Lang/native-country-names/issues", - "source": "https://github.com/Laravel-Lang/native-country-names" - }, - "funding": [ - { - "url": "https://boosty.to/dragon-code", - "type": "boosty" - }, - { - "url": "https://yoomoney.ru/to/410012608840929", - "type": "yoomoney" - } - ], - "time": "2026-03-17T22:01:15+00:00" - }, - { - "name": "laravel-lang/native-currency-names", - "version": "1.9.0", - "source": { - "type": "git", - "url": "https://github.com/Laravel-Lang/native-currency-names.git", - "reference": "78beb3c74fc49970b2f948def631512d2a71f3d9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Laravel-Lang/native-currency-names/zipball/78beb3c74fc49970b2f948def631512d2a71f3d9", - "reference": "78beb3c74fc49970b2f948def631512d2a71f3d9", - "shasum": "" - }, - "require": { - "dragon-code/support": "^6.11", - "ext-json": "*", - "illuminate/collections": "^10.0 || ^11.0 || ^12.0 || ^13.0", - "php": "^8.1" - }, - "require-dev": { - "illuminate/support": "^10.0 || ^11.0 || ^12.0 || ^13.0", - "laravel-lang/locale-list": "^1.2", - "pestphp/pest": "^2.0 || ^3.0 || ^4.0", - "punic/punic": "^3.8", - "symfony/console": "^6.0 || ^7.0", - "symfony/process": "^6.0 || ^7.0", - "symfony/var-dumper": "^6.0 || ^7.0", - "vlucas/phpdotenv": "^5.6" - }, - "type": "library", - "autoload": { - "psr-4": { - "LaravelLang\\NativeCurrencyNames\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andrey Helldar", - "email": "helldar@dragon-code.pro" - }, - { - "name": "Laravel-Lang Team", - "homepage": "https://laravel-lang.com" - } - ], - "description": "The project contains native translations of currency names", - "keywords": [ - "Laravel-lang", - "currency", - "lang", - "languages", - "laravel", - "locale", - "locales", - "localization", - "translation", - "translations" - ], - "support": { - "issues": "https://github.com/Laravel-Lang/native-currency-names/issues", - "source": "https://github.com/Laravel-Lang/native-currency-names" - }, - "funding": [ - { - "url": "https://boosty.to/dragon-code", - "type": "boosty" - }, - { - "url": "https://yoomoney.ru/to/410012608840929", - "type": "yoomoney" - } - ], - "time": "2026-03-17T22:14:24+00:00" - }, - { - "name": "laravel-lang/native-locale-names", - "version": "2.8.0", - "source": { - "type": "git", - "url": "https://github.com/Laravel-Lang/native-locale-names.git", - "reference": "c9908827c17a345ae9b0a248380bb223c04ed595" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Laravel-Lang/native-locale-names/zipball/c9908827c17a345ae9b0a248380bb223c04ed595", - "reference": "c9908827c17a345ae9b0a248380bb223c04ed595", - "shasum": "" - }, - "require": { - "dragon-code/support": "^6.11", - "ext-json": "*", - "php": "^8.1" - }, - "require-dev": { - "illuminate/support": "^10.0 || ^11.0 || ^12.0 || ^13.0", - "laravel-lang/locale-list": "^1.2", - "pestphp/pest": "^2.24.3 || ^3.0 || ^4.0", - "punic/punic": "^3.8", - "symfony/console": "^6.0 || ^7.0", - "symfony/process": "^6.0 || ^7.0", - "symfony/var-dumper": "^6.0 || ^7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "LaravelLang\\NativeLocaleNames\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andrey Helldar", - "email": "helldar@dragon-code.pro" - }, - { - "name": "Laravel-Lang Team", - "homepage": "https://laravel-lang.com" - } - ], - "description": "The project contains native translations of locale names", - "keywords": [ - "Laravel-lang", - "lang", - "languages", - "laravel", - "locale", - "locales", - "localization", - "translation", - "translations" - ], - "support": { - "issues": "https://github.com/Laravel-Lang/native-locale-names/issues", - "source": "https://github.com/Laravel-Lang/native-locale-names" - }, - "funding": [ - { - "url": "https://boosty.to/dragon-code", - "type": "boosty" - }, - { - "url": "https://yoomoney.ru/to/410012608840929", - "type": "yoomoney" - } - ], - "time": "2026-03-17T22:08:00+00:00" - }, - { - "name": "laravel-lang/publisher", - "version": "16.8.0", - "source": { - "type": "git", - "url": "https://github.com/Laravel-Lang/publisher.git", - "reference": "e5d3383f5385c2102f8a0d3dbe488ed86cd0250f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Laravel-Lang/publisher/zipball/e5d3383f5385c2102f8a0d3dbe488ed86cd0250f", - "reference": "e5d3383f5385c2102f8a0d3dbe488ed86cd0250f", - "shasum": "" - }, - "require": { - "composer/semver": "^3.4", - "dragon-code/pretty-array": "^4.1", - "dragon-code/support": "^6.11.3", - "ext-json": "*", - "illuminate/collections": "^10.0 || ^11.0 || ^12.0 || ^13.0", - "illuminate/console": "^10.0 || ^11.0 || ^12.0 || ^13.0", - "illuminate/support": "^10.0 || ^11.0 || ^12.0 || ^13.0", - "laravel-lang/config": "^1.12", - "laravel-lang/locales": "^2.10", - "league/commonmark": "^2.4.1", - "league/config": "^1.2", - "php": "^8.1" - }, - "conflict": { - "laravel-lang/attributes": "<2.0", - "laravel-lang/http-statuses": "<3.0", - "laravel-lang/lang": "<11.0" - }, - "require-dev": { - "laravel-lang/json-fallback": "^2.2", - "orchestra/testbench": "^8.14 || ^9.0 || ^10.0 || ^11.0", - "phpunit/phpunit": "^10.4.2 || ^11.0 || ^12.0", - "symfony/var-dumper": "^6.3.6 || ^7.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "LaravelLang\\Publisher\\ServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "LaravelLang\\Publisher\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andrey Helldar", - "email": "helldar@dragon-code.pro" - }, - { - "name": "Laravel-Lang Team", - "homepage": "https://laravel-lang.com" - } - ], - "description": "Localization publisher for your Laravel application", - "keywords": [ - "Laravel-lang", - "breeze", - "cashier", - "fortify", - "framework", - "i18n", - "jetstream", - "lang", - "languages", - "laravel", - "locale", - "locales", - "localization", - "localizations", - "lpm", - "lumen", - "nova", - "publisher", - "spark", - "trans", - "translation", - "translations", - "validations" - ], - "support": { - "issues": "https://github.com/Laravel-Lang/publisher/issues", - "source": "https://github.com/Laravel-Lang/publisher" - }, - "funding": [ - { - "url": "https://boosty.to/dragon-code", - "type": "boosty" - }, - { - "url": "https://yoomoney.ru/to/410012608840929", - "type": "yoomoney" - } - ], - "time": "2026-03-17T22:56:20+00:00" - }, - { - "name": "laravel-lang/starter-kits", - "version": "1.13.3", - "source": { - "type": "git", - "url": "https://github.com/Laravel-Lang/starter-kits.git", - "reference": "feb23f94cca310734372eb09eab4cf96baf2ef0f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Laravel-Lang/starter-kits/zipball/feb23f94cca310734372eb09eab4cf96baf2ef0f", - "reference": "feb23f94cca310734372eb09eab4cf96baf2ef0f", - "shasum": "" - }, - "require": { - "ext-json": "*", - "laravel-lang/publisher": "^16.6", - "php": "^8.1" - }, - "require-dev": { - "laravel-lang/status-generator": "^2.13", - "phpunit/phpunit": "^11.0 || ^12.0", - "symfony/var-dumper": "^7.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "LaravelLang\\StarterKits\\ServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "LaravelLang\\StarterKits\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andrey Helldar", - "email": "helldar@dragon-code.pro" - }, - { - "name": "Laravel Lang Team", - "homepage": "https://laravel-lang.com" - } - ], - "description": "Translations for Laravel Starter Kits", - "keywords": [ - "i18n", - "lang", - "languages", - "laravel", - "starter-kit", - "starter-kits", - "translations" - ], - "support": { - "issues": "https://github.com/Laravel-Lang/starter-kits/issues", - "source": "https://github.com/Laravel-Lang/starter-kits/tree/1.13.3" - }, - "funding": [ - { - "url": "https://boosty.to/dragon-code", - "type": "boosty" - }, - { - "url": "https://yoomoney.ru/to/410012608840929", - "type": "yoomoney" - } - ], - "time": "2026-05-18T13:39:52+00:00" - }, { "name": "laravel/boost", "version": "v2.4.8", diff --git a/lang/de.json b/lang/de.json index 6ba9aca..8befc46 100644 --- a/lang/de.json +++ b/lang/de.json @@ -16,6 +16,7 @@ "Aktionen": "", "Aktiv": "", "Aktiviere diese Option, um mehrere Events mit regelmäßigen Abständen zu erstellen": "", + "Aktivität": "", "Aktivitäten": "", "Aktualisiere dein Profil als Bitcoin-Dozent und deine Kursangebote.": "", "Aktualisiere deine persönlichen Informationen und Profileinstellungen.": "", @@ -62,6 +63,7 @@ "Bearbeiten": "", "Beliebige Kontaktinformationen (Signal, SimpleX, Email, etc.)": "", "Benutzerdefiniert": "", + "Benutzermenü": "", "Beschreibe das Event...": "", "Beschreibung": "", "Bist du sicher, dass die Einstellungen korrekt sind?": "", @@ -76,8 +78,10 @@ "Bitcoin Meetups - Alle Events": "", "Bitcoin Meetups - Community Events": "", "Bitcoin Meetups Karte": "", + "Bitte bestätige die Login-Anfrage in deiner Browser-Extension. Du wirst gleich automatisch weitergeleitet.": "", "Bitte wählen": "", "BooksForPlebs": "", + "Breiten- und Längengrad dürfen nicht beide 0 sein.": "", "Breitengrad": "", "Cancel": "Abbrechen", "Cancel invitation": "Einladung abbrechen", @@ -232,6 +236,7 @@ "Give your team a name to get started.": "Geben Sie Ihrem Team einen Namen, um loszulegen.", "Go to page :page": "Gehe zur Seite :page", "Grundlegende Informationen": "", + "Hauptnavigation": "", "Hello!": "Hallo!", "Hide Recovery Codes": "Wiederherstellungscodes ausblenden", "Hide recovery codes": "Wiederherstellungscodes ausblenden", @@ -290,6 +295,7 @@ "Lerne unsere erfahrenen Bitcoin-Dozenten und ihre Expertise kennen.": "", "Letzte Änderungszeit": "", "Letzter": "", + "Letztes Event": "", "Light": "Hell", "Lightning Adresse": "", "Lightning Node ID": "", @@ -345,6 +351,8 @@ "Meine nächsten Meetup Termine": "", "Member removed.": "Mitglied entfernt.", "Member role updated.": "Mitgliedsrolle aktualisiert.", + "Menü schließen": "", + "Menü öffnen": "", "Mindestens eine URL muss angegeben werden.": "", "Mindestens eine URL oder IP muss angegeben werden.": "", "Mittwoch": "", @@ -370,6 +378,7 @@ "New password": "Neues Passwort", "New team": "Neues Team", "no location set": "", + "Noch kein Event": "", "Node ID": "", "Normale Web-URL": "", "Nostr": "", @@ -444,6 +453,7 @@ "Samstag": "", "Save": "Speichern", "Saved.": "Gespeichert.", + "Schließe dieses Fenster nicht.": "", "Search": "Suche", "Search cities...": "", "Search venues...": "", @@ -477,6 +487,8 @@ "Signal": "", "Signal Kontakt- oder Gruppeninformationen": "", "Signal: @username, SimpleX: https://..., Email: ...": "", + "Signiere mit deinem Nostr-Wallet": "", + "Signiere…": "", "SimpleX": "", "Simplex": "", "SimpleX Chat Kontaktinformationen": "", @@ -652,6 +664,7 @@ "Zoom = STRG+Scroll": "", "Zugriff": "", "Zuletzt aktualisiert": "", + "Zur Startseite": "", "Zurück zum Meetup": "", "Zurück zur Übersicht": "", "Zusagen": "", @@ -661,18 +674,5 @@ "Öffnen/RSVP": "", "Über den Dozenten": "", "Über den Kurs": "", - "Über uns": "", - "Hauptnavigation": "", - "Menü schließen": "", - "Zur Startseite": "", - "Benutzermenü": "", - "Menü öffnen": "", - "Letztes Event": "", - "Signiere…": "", - "Signiere mit deinem Nostr-Wallet": "", - "Bitte bestätige die Login-Anfrage in deiner Browser-Extension. Du wirst gleich automatisch weitergeleitet.": "", - "Schließe dieses Fenster nicht.": "", - "Breiten- und Längengrad dürfen nicht beide 0 sein.": "", - "Aktivität": "", - "Noch kein Event": "" + "Über uns": "" } \ No newline at end of file diff --git a/lang/en.json b/lang/en.json index 99887cf..257ce19 100644 --- a/lang/en.json +++ b/lang/en.json @@ -16,6 +16,7 @@ "Aktionen": "Actions", "Aktiv": "Active", "Aktiviere diese Option, um mehrere Events mit regelmäßigen Abständen zu erstellen": "Enable this option to create multiple events at regular intervals", + "Aktivität": "Activity", "Aktivitäten": "Activities", "Aktualisiere dein Profil als Bitcoin-Dozent und deine Kursangebote.": "Update your profile as a Bitcoin lecturer and your course offerings.", "Aktualisiere deine persönlichen Informationen und Profileinstellungen.": "Update your personal information and profile settings.", @@ -62,6 +63,7 @@ "Bearbeiten": "Edit", "Beliebige Kontaktinformationen (Signal, SimpleX, Email, etc.)": "Any contact information (Signal, SimpleX, Email, etc.)", "Benutzerdefiniert": "Custom", + "Benutzermenü": "User menu", "Beschreibe das Event...": "Describe the event...", "Beschreibung": "Description", "Bist du sicher, dass die Einstellungen korrekt sind?": "Are you sure the settings are correct?", @@ -79,6 +81,7 @@ "Bitte bestätige die Login-Anfrage in deiner Browser-Extension. Du wirst gleich automatisch weitergeleitet.": "Please confirm the login request in your browser extension. You will be redirected automatically.", "Bitte wählen": "Please select", "BooksForPlebs": "BooksForPlebs", + "Breiten- und Längengrad dürfen nicht beide 0 sein.": "Latitude and longitude must not both be 0.", "Breitengrad": "Latitude", "Cancel": "Cancel", "Cancel invitation": "Cancel invitation", @@ -233,6 +236,7 @@ "Give your team a name to get started.": "Give your team a name to get started.", "Go to page :page": "Go to page :page", "Grundlegende Informationen": "Basic information", + "Hauptnavigation": "Main navigation", "Hello!": "Hello!", "Hide Recovery Codes": "Hide Recovery Codes", "Hide recovery codes": "Hide recovery codes", @@ -291,6 +295,7 @@ "Lerne unsere erfahrenen Bitcoin-Dozenten und ihre Expertise kennen.": "Meet our experienced Bitcoin lecturers and their expertise.", "Letzte Änderungszeit": "Last modification time", "Letzter": "Last", + "Letztes Event": "Last event", "Light": "Light", "Lightning Adresse": "Lightning Address", "Lightning Node ID": "Lightning Node ID", @@ -346,6 +351,8 @@ "Meine nächsten Meetup Termine": "My upcoming meetup dates", "Member removed.": "Member removed.", "Member role updated.": "Member role updated.", + "Menü schließen": "Close menu", + "Menü öffnen": "Open menu", "Mindestens eine URL muss angegeben werden.": "At least one URL must be provided.", "Mindestens eine URL oder IP muss angegeben werden.": "At least one URL or IP must be provided.", "Mittwoch": "Wednesday", @@ -371,6 +378,7 @@ "New password": "New password", "New team": "New team", "no location set": "no location set", + "Noch kein Event": "No event yet", "Node ID": "Node ID", "Normale Web-URL": "Normal web URL", "Nostr": "Nostr", @@ -655,6 +663,7 @@ "Zoom = STRG+Scroll": "Zoom = CTRL+Scroll", "Zugriff": "Access", "Zuletzt aktualisiert": "Last updated", + "Zur Startseite": "To home page", "Zurück zum Meetup": "Back to meetup", "Zurück zur Übersicht": "Back to overview", "Zusagen": "Commitments", @@ -664,14 +673,5 @@ "Öffnen/RSVP": "Open/RSVP", "Über den Dozenten": "About the lecturer", "Über den Kurs": "About the course", - "Über uns": "About us", - "Hauptnavigation": "Main navigation", - "Menü schließen": "Close menu", - "Zur Startseite": "To home page", - "Benutzermenü": "User menu", - "Menü öffnen": "Open menu", - "Letztes Event": "Last event", - "Breiten- und Längengrad dürfen nicht beide 0 sein.": "Latitude and longitude must not both be 0.", - "Aktivität": "Activity", - "Noch kein Event": "No event yet" + "Über uns": "About us" } \ No newline at end of file diff --git a/lang/es.json b/lang/es.json index d4db11a..94232d5 100644 --- a/lang/es.json +++ b/lang/es.json @@ -16,6 +16,7 @@ "Aktionen": "Acciones", "Aktiv": "Activo", "Aktiviere diese Option, um mehrere Events mit regelmäßigen Abständen zu erstellen": "Activa esta opción para crear múltiples eventos con intervalos regulares", + "Aktivität": "Actividad", "Aktivitäten": "Actividades", "Aktualisiere dein Profil als Bitcoin-Dozent und deine Kursangebote.": "Actualiza tu perfil como profesor de Bitcoin y tus ofertas de cursos.", "Aktualisiere deine persönlichen Informationen und Profileinstellungen.": "Actualiza tu información personal y configuración de perfil.", @@ -62,6 +63,7 @@ "Bearbeiten": "Editar", "Beliebige Kontaktinformationen (Signal, SimpleX, Email, etc.)": "Cualquier información de contacto (Signal, SimpleX, Email, etc.)", "Benutzerdefiniert": "Personalizado", + "Benutzermenü": "Menú de usuario", "Beschreibe das Event...": "Describe el evento...", "Beschreibung": "Descripción", "Bist du sicher, dass die Einstellungen korrekt sind?": "¿Estás seguro de que la configuración es correcta?", @@ -76,8 +78,10 @@ "Bitcoin Meetups - Alle Events": "Encuentros Bitcoin - Todos los eventos", "Bitcoin Meetups - Community Events": "Encuentros Bitcoin - Eventos comunitarios", "Bitcoin Meetups Karte": "Mapa de Encuentros Bitcoin", + "Bitte bestätige die Login-Anfrage in deiner Browser-Extension. Du wirst gleich automatisch weitergeleitet.": "Por favor, confirma la solicitud de inicio de sesión en tu extensión del navegador. Serás redirigido automáticamente en breve.", "Bitte wählen": "Por favor seleccione", "BooksForPlebs": "LibrosParaPlebs", + "Breiten- und Längengrad dürfen nicht beide 0 sein.": "La latitud y la longitud no pueden ser ambas 0.", "Breitengrad": "Latitud", "Cancel": "Cancelar", "Cancel invitation": "Cancelar invitación", @@ -232,6 +236,7 @@ "Give your team a name to get started.": "Asigne un nombre a su equipo para comenzar.", "Go to page :page": "Ir a la página :page", "Grundlegende Informationen": "Información básica", + "Hauptnavigation": "Navegación principal", "Hello!": "¡Hola!", "Hide Recovery Codes": "Ocultar códigos de recuperación", "Hide recovery codes": "Ocultar códigos de recuperación", @@ -290,6 +295,7 @@ "Lerne unsere erfahrenen Bitcoin-Dozenten und ihre Expertise kennen.": "Conoce a nuestros experimentados profesores de Bitcoin y su experiencia.", "Letzte Änderungszeit": "Última hora de modificación", "Letzter": "Último", + "Letztes Event": "Último evento", "Light": "Claro", "Lightning Adresse": "Dirección Lightning", "Lightning Node ID": "ID del nodo Lightning", @@ -345,6 +351,8 @@ "Meine nächsten Meetup Termine": "Mis próximos eventos", "Member removed.": "Miembro eliminado.", "Member role updated.": "Rol de miembro actualizado.", + "Menü schließen": "Cerrar menú", + "Menü öffnen": "Abrir menú", "Mindestens eine URL muss angegeben werden.": "Se debe especificar al menos una URL.", "Mindestens eine URL oder IP muss angegeben werden.": "Se debe especificar al menos una URL o IP.", "Mittwoch": "Miércoles", @@ -370,6 +378,7 @@ "New password": "Nueva contraseña", "New team": "Nuevo equipo", "no location set": "sin ubicación establecida", + "Noch kein Event": "Aún no hay eventos", "Node ID": "ID del nodo", "Normale Web-URL": "URL web normal", "Nostr": "Nostr", @@ -444,6 +453,7 @@ "Samstag": "Sábado", "Save": "Guardar", "Saved.": "Guardado.", + "Schließe dieses Fenster nicht.": "No cierres esta ventana.", "Search": "Buscar", "Search cities...": "Buscar ciudades...", "Search venues...": "Buscar lugares...", @@ -477,6 +487,8 @@ "Signal": "Signal", "Signal Kontakt- oder Gruppeninformationen": "Información de contacto o grupo de Signal", "Signal: @username, SimpleX: https://..., Email: ...": "Signal: @usuario, SimpleX: https://..., Email: ...", + "Signiere mit deinem Nostr-Wallet": "Firma con tu Nostr-Wallet", + "Signiere…": "Firmando…", "SimpleX": "SimpleX", "Simplex": "Simplex", "SimpleX Chat Kontaktinformationen": "Información de contacto de SimpleX Chat", @@ -652,6 +664,7 @@ "Zoom = STRG+Scroll": "Zoom = CTRL+Scroll", "Zugriff": "Acceso", "Zuletzt aktualisiert": "Última actualización", + "Zur Startseite": "A la página de inicio", "Zurück zum Meetup": "Volver al encuentro", "Zurück zur Übersicht": "Volver a la vista general", "Zusagen": "Confirmaciones", @@ -661,18 +674,5 @@ "Öffnen/RSVP": "Abrir/RSVP", "Über den Dozenten": "Sobre el profesor", "Über den Kurs": "Sobre el curso", - "Über uns": "Sobre nosotros", - "Hauptnavigation": "Navegación principal", - "Menü schließen": "Cerrar menú", - "Zur Startseite": "A la página de inicio", - "Benutzermenü": "Menú de usuario", - "Menü öffnen": "Abrir menú", - "Letztes Event": "Último evento", - "Signiere…": "Firmando…", - "Signiere mit deinem Nostr-Wallet": "Firma con tu Nostr-Wallet", - "Bitte bestätige die Login-Anfrage in deiner Browser-Extension. Du wirst gleich automatisch weitergeleitet.": "Por favor, confirma la solicitud de inicio de sesión en tu extensión del navegador. Serás redirigido automáticamente en breve.", - "Schließe dieses Fenster nicht.": "No cierres esta ventana.", - "Breiten- und Längengrad dürfen nicht beide 0 sein.": "La latitud y la longitud no pueden ser ambas 0.", - "Aktivität": "Actividad", - "Noch kein Event": "Aún no hay eventos" + "Über uns": "Sobre nosotros" } \ No newline at end of file diff --git a/lang/hu.json b/lang/hu.json index 5b9a377..64d07b9 100644 --- a/lang/hu.json +++ b/lang/hu.json @@ -16,6 +16,7 @@ "Aktionen": "Műveletek", "Aktiv": "Aktív", "Aktiviere diese Option, um mehrere Events mit regelmäßigen Abständen zu erstellen": "Aktiváld ezt az opciót több esemény rendszeres időközönkénti létrehozásához", + "Aktivität": "Tevékenység", "Aktivitäten": "Tevékenységek", "Aktualisiere dein Profil als Bitcoin-Dozent und deine Kursangebote.": "Frissítsd Bitcoin oktatói profilodat és kurzuskínálatodat.", "Aktualisiere deine persönlichen Informationen und Profileinstellungen.": "Frissítsd személyes adataidat és profilbeállításaidat.", @@ -62,6 +63,7 @@ "Bearbeiten": "Szerkesztés", "Beliebige Kontaktinformationen (Signal, SimpleX, Email, etc.)": "Tetszőleges kapcsolati információk (Signal, SimpleX, Email, stb.)", "Benutzerdefiniert": "Egyéni", + "Benutzermenü": "Felhasználói menü", "Beschreibe das Event...": "Írd le az eseményt...", "Beschreibung": "Leírás", "Bist du sicher, dass die Einstellungen korrekt sind?": "Biztos vagy benne, hogy a beállítások megfelelőek?", @@ -76,8 +78,10 @@ "Bitcoin Meetups - Alle Events": "Bitcoin Meetupok - Minden esemény", "Bitcoin Meetups - Community Events": "Bitcoin Meetupok - Közösségi események", "Bitcoin Meetups Karte": "Bitcoin Meetupok térkép", + "Bitte bestätige die Login-Anfrage in deiner Browser-Extension. Du wirst gleich automatisch weitergeleitet.": "Kérjük, erősítsd meg a bejelentkezési kérést a böngészőkiterjesztésedben. Hamarosan automatikusan átirányítunk.", "Bitte wählen": "Kérjük válassz", "BooksForPlebs": "KönyvekPlebseknek", + "Breiten- und Längengrad dürfen nicht beide 0 sein.": "A szélességi és hosszúsági fokok nem lehetnek mindkettő nulla.", "Breitengrad": "Szélesség", "Cancel": "Mégsem", "Cancel invitation": "Cancel invitation", @@ -232,6 +236,7 @@ "Give your team a name to get started.": "Give your team a name to get started.", "Go to page :page": "Ugrás a :page. oldalra", "Grundlegende Informationen": "Alapinformációk", + "Hauptnavigation": "Főnavigáció", "Hello!": "Helló!", "Hide Recovery Codes": "Elrejteni a helyreállítási kódokat", "Hide recovery codes": "Helyreállítási kódok elrejtése", @@ -290,6 +295,7 @@ "Lerne unsere erfahrenen Bitcoin-Dozenten und ihre Expertise kennen.": "Ismerd meg tapasztalt Bitcoin oktatóinkat és szakértelmüket.", "Letzte Änderungszeit": "Utolsó módosítás ideje", "Letzter": "Utolsó", + "Letztes Event": "Legutóbbi esemény", "Light": "Fény", "Lightning Adresse": "Lightning cím", "Lightning Node ID": "Lightning Node ID", @@ -345,6 +351,8 @@ "Meine nächsten Meetup Termine": "Következő meetup időpontjaim", "Member removed.": "Member removed.", "Member role updated.": "Member role updated.", + "Menü schließen": "Menü bezárása", + "Menü öffnen": "Menü megnyitása", "Mindestens eine URL muss angegeben werden.": "Legalább egy URL-t meg kell adni.", "Mindestens eine URL oder IP muss angegeben werden.": "Legalább egy URL-t vagy IP-t meg kell adni.", "Mittwoch": "Szerda", @@ -370,6 +378,7 @@ "New password": "Új jelszó", "New team": "New team", "no location set": "nincs helyszín beállítva", + "Noch kein Event": "Még nincs esemény", "Node ID": "Node ID", "Normale Web-URL": "Normál web URL", "Nostr": "Nostr", @@ -444,6 +453,7 @@ "Samstag": "Szombat", "Save": "Mentés", "Saved.": "Elmentve.", + "Schließe dieses Fenster nicht.": "Ne zárd be ezt az ablakot.", "Search": "Keresés", "Search cities...": "Városok keresése...", "Search venues...": "Helyszínek keresése...", @@ -477,6 +487,8 @@ "Signal": "Signal", "Signal Kontakt- oder Gruppeninformationen": "Signal kapcsolat vagy csoportinformációk", "Signal: @username, SimpleX: https://..., Email: ...": "Signal: @felhasználónév, SimpleX: https://..., Email: ...", + "Signiere mit deinem Nostr-Wallet": "Írj alá a Nostr-tárcáddal", + "Signiere…": "Aláírás…", "Simplex": "Simplex", "SimpleX": "SimpleX", "SimpleX Chat Kontaktinformationen": "SimpleX Chat kapcsolati információk", @@ -648,6 +660,7 @@ "Zoom = STRG+Scroll": "Nagyítás = CTRL+Scroll", "Zugriff": "Hozzáférés", "Zuletzt aktualisiert": "Utoljára frissítve", + "Zur Startseite": "A kezdőlapra", "Zurück zum Meetup": "Vissza a meetuphoz", "Zurück zur Übersicht": "Vissza az áttekintéshez", "Zusagen": "Részvétel", @@ -657,18 +670,5 @@ "Öffnen/RSVP": "Megnyitás/RSVP", "Über den Dozenten": "Az oktatóról", "Über den Kurs": "A kurzusról", - "Über uns": "Rólunk", - "Hauptnavigation": "Főnavigáció", - "Menü schließen": "Menü bezárása", - "Zur Startseite": "A kezdőlapra", - "Benutzermenü": "Felhasználói menü", - "Menü öffnen": "Menü megnyitása", - "Letztes Event": "Legutóbbi esemény", - "Signiere…": "Aláírás…", - "Signiere mit deinem Nostr-Wallet": "Írj alá a Nostr-tárcáddal", - "Bitte bestätige die Login-Anfrage in deiner Browser-Extension. Du wirst gleich automatisch weitergeleitet.": "Kérjük, erősítsd meg a bejelentkezési kérést a böngészőkiterjesztésedben. Hamarosan automatikusan átirányítunk.", - "Schließe dieses Fenster nicht.": "Ne zárd be ezt az ablakot.", - "Breiten- und Längengrad dürfen nicht beide 0 sein.": "A szélességi és hosszúsági fokok nem lehetnek mindkettő nulla.", - "Aktivität": "Tevékenység", - "Noch kein Event": "Még nincs esemény" + "Über uns": "Rólunk" } \ No newline at end of file diff --git a/lang/lv.json b/lang/lv.json index 116213c..6baf496 100644 --- a/lang/lv.json +++ b/lang/lv.json @@ -2,648 +2,648 @@ "(and :count more error)": "(un vēl :count kļūdas)", "(and :count more errors)": "(un vēl :count kļūdas)|(un vēl :count kļūdas)|(un vēl :count kļūdas)", "2FA recovery codes": "2FA atkopšanas kodi", - ":inviterName has invited you to join the :teamName team.": ":inviterName uzaicināja tevi pievienoties komandai :teamName.", + ":count Events erfolgreich erstellt!": ":count pasākumi veiksmīgi izveidoti!", + ":inviterName has invited you to join the :teamName team.": ":inviterName has invited you to join the :teamName team.", "A decryption key is required.": "Nepieciešama atšifrēšanas atslēga.", "A new verification link has been sent to the email address you provided during registration.": "Reģistrācijas laikā norādītajai e-pasta adresei ir nosūtīta jauna verifikācijas saite.", - "A new verification link has been sent to your email address.": "Uz tavu e-pasta adresi ir nosūtīta jauna verifikācijas saite.", - "Accept invitation": "Pieņemt uzaicinājumu", + "A new verification link has been sent to your email address.": "Uz jūsu e-pasta adresi ir nosūtīta jauna verifikācijas saite.", + "A reset link will be sent if the account exists.": "Ja konts pastāv, tiks nosūtīta atiestatīšanas saite.", + "Abbrechen": "Atcelt", + "Absagen": "Atteikt", + "Accept invitation": "Accept invitation", + "Actions": "Darbības", + "Aktionen": "Darbības", + "Aktiv": "Aktīvs", + "Aktiviere diese Option, um mehrere Events mit regelmäßigen Abständen zu erstellen": "Aktivizē šo opciju, lai izveidotu vairākus pasākumus regulāros intervālos", + "Aktivität": "Aktivitāte", + "Aktivitäten": "Aktivitātes", + "Aktualisiere dein Profil als Bitcoin-Dozent und deine Kursangebote.": "Atjaunini savu Bitcoin pasniedzēja profilu un kursu piedāvājumus.", + "Aktualisiere deine persönlichen Informationen und Profileinstellungen.": "Atjaunini savu personīgo informāciju un profila iestatījumus.", + "Aktualisiere die Details deines Self-Hosted Service.": "Atjaunini sava pašmitinātā pakalpojuma detaļas.", + "Aktualisiere die Details eines Bitcoin Meetup Veranstaltungsortes.": "Atjaunini Bitcoin tikšanās norises vietas detaļas.", + "Aktualisiere die Details und Informationen deines Bitcoin Meetups.": "Atjaunini savas Bitcoin tikšanās detaļas un informāciju.", + "Aktualisiere die Informationen für Bitcoin Meetup Standorte in deiner Stadt.": "Atjaunini informāciju par Bitcoin tikšanās vietām savā pilsētā.", + "Aktualisiere die Inhalte und Informationen deines Bitcoin-Bildungskurses.": "Atjaunini sava Bitcoin izglītības kursa saturu un informāciju.", + "Aktualisiert am": "Atjaunināts", "All rights reserved.": "Visas tiesības aizsargātas.", + "Alle Informationen zum ausgewählten Bitcoin Meetup Event.": "Visa informācija par izvēlēto Bitcoin tikšanās pasākumu.", + "Alle Meetups": "Visas tikšanās", + "Alle Meetups anzeigen": "Rādīt visas tikšanās", + "Allgemeine Bitcoin Community": "Vispārējā Bitcoin kopiena", "Already have an account?": "Jau ir konts?", - "An invitation has already been sent to this email address.": "Uzaicinājums uz šo e-pasta adresi jau ir nosūtīts.", + "An invitation has already been sent to this email address.": "An invitation has already been sent to this email address.", + "An welchem Tag beginnt das Event?": "Kurā dienā pasākums sākas?", + "An welchem Tag endet das Event?": "Kurā dienā pasākums beidzas?", + "An welchem Tag findet das Event statt?": "Kurā dienā notiek pasākums?", + "An welchem Wochentag soll das Event stattfinden?": "Kurā nedēļas dienā pasākums notiek?", + "Anmeldungen": "Reģistrācijas", + "Anonym": "Anonīms", + "Anonym einstellen": "Iestatīt anonīmi", + "Anonymous": "Anonīms", + "App": "Lietotne", "Appearance": "Izskats", "Appearance settings": "Izskata iestatījumi", - "Are you sure you want to cancel the invitation for :email?": "Vai tiešām vēlies atcelt :email uzaicinājumu?", - "Are you sure you want to delete your account?": "Vai tiešām vēlies dzēst savu kontu?", - "Are you sure you want to remove :name from this team?": "Vai tiešām vēlies noņemt :name no šīs komandas?", - "Are you sure?": "Vai esi pārliecināts?", + "Are you sure you want to cancel the invitation for :email?": "Are you sure you want to cancel the invitation for :email?", + "Are you sure you want to delete your account?": "Vai tiešām vēlaties dzēst savu kontu?", + "Are you sure you want to remove :name from this team?": "Are you sure you want to remove :name from this team?", + "Are you sure?": "Are you sure?", + "Art des Services": "Pakalpojuma veids", + "Auf Karte sichtbar": "Redzams kartē", + "aus deinen Meetups entfernen?": "noņemt no savām tikšanās?", + "Ausführliche Beschreibung des Kurses": "Detalizēts kursa apraksts", + "Ausführliche Beschreibung und Biografie": "Detalizēts apraksts un biogrāfija", "Authentication code": "Autentifikācijas kods", - "Back": "Atpakaļ", + "Automatisch (gleiches Datum)": "Automātiski (tas pats datums)", + "Automatisch (wie Startdatum)": "Automātiski (kā sākuma datums)", + "Back": "Aizmugure", + "Basic Information": "Pamatinformācija", + "Bearbeiten": "Rediģēt", + "Beliebige Kontaktinformationen (Signal, SimpleX, Email, etc.)": "Jebkura kontaktinformācija (Signal, SimpleX, e-pasts utt.)", + "Benutzerdefiniert": "Pielāgots", + "Benutzermenü": "Lietotāja izvēlne", + "Beschreibe das Event...": "Apraksti pasākumu...", + "Beschreibung": "Apraksts", + "Bist du sicher, dass die Einstellungen korrekt sind?": "Vai esi pārliecināts, ka iestatījumi ir pareizi?", + "Bist du sicher, dass du dieses Event löschen möchtest?": "Vai esi pārliecināts, ka vēlies dzēst šo pasākumu?", + "Bitcoin - Rabbit Hole": "Bitcoin - truša ala", + "Bitcoin Bildung & Kurse": "Bitcoin izglītība un kursi", + "Bitcoin Dozenten - Übersicht": "Bitcoin pasniedzēji - pārskats", + "Bitcoin Event Details": "Bitcoin pasākuma detaļas", + "Bitcoin Kurse - Übersicht": "Bitcoin kursi - pārskats", + "Bitcoin Meetup Events verwalten": "Pārvaldīt Bitcoin tikšanās pasākumus", + "Bitcoin Meetups": "Bitcoin tikšanās", + "Bitcoin Meetups - Alle Events": "Bitcoin tikšanās - visi pasākumi", + "Bitcoin Meetups - Community Events": "Bitcoin tikšanās - kopienas pasākumi", + "Bitcoin Meetups Karte": "Bitcoin tikšanās karte", + "Bitte bestätige die Login-Anfrage in deiner Browser-Extension. Du wirst gleich automatisch weitergeleitet.": "Lūdzu, apstiprini pieteikšanās pieprasījumu pārlūka paplašinājumā. Tu drīz tiksi automātiski pārvirzīts.", + "Bitte wählen": "Lūdzu, izvēlies", + "BooksForPlebs": "BooksForPlebs", + "Breiten- und Längengrad dürfen nicht beide 0 sein.": "Platums un garums nevar abi būt 0.", + "Breitengrad": "Platums", "Cancel": "Atcelt", - "Cancel invitation": "Atcelt uzaicinājumu", - "Click here to re-send the verification email.": "Klikšķini šeit, lai atkārtoti nosūtītu verifikācijas e-pastu.", - "Close": "Aizvērt", + "Cancel invitation": "Cancel invitation", + "Cities": "Pilsētas", + "City": "Pilsēta", + "City successfully created!": "Pilsēta veiksmīgi izveidota!", + "City successfully updated!": "Pilsēta veiksmīgi atjaunināta!", + "Click here to re-send the verification email.": "Noklikšķiniet šeit, lai atkārtoti nosūtītu verifikācijas e-pastu.", + "Click to connect": "Klikšķini, lai pieslēgtos", + "Close": "Tuvs", + "Community": "Kopiena", + "Community & Dienste": "Kopiena un pakalpojumi", "Confirm": "Apstiprināt", - "Confirm password": "Apstiprini paroli", - "Continue": "Turpināt", - "Create a new team": "Izveidot jaunu komandu", + "Confirm password": "Apstipriniet paroli", + "Confirm Password": "Apstiprini paroli", + "Continue": "Turpināties", + "Coordinates": "Koordinātes", + "Copied into clipboard": "Nokopēts starpliktuvē", + "Copy": "Kopēt", + "Country": "Valsts", + "Create a new team": "Create a new team", "Create account": "Izveidot kontu", "Create an account": "Izveidot kontu", - "Create team": "Izveidot komandu", + "Create City": "Izveidot pilsētu", + "Create team": "Create team", + "Create Venue": "Izveidot norises vietu", + "Created at": "Izveidots", + "Created By": "Izveidoja", "Current password": "Pašreizējā parole", "Dark": "Tumšs", - "Dashboard": "Vadības panelis", + "Dashboard": "Panelis", + "Dashboard - Bitcoin Meetups": "Vadības panelis - Bitcoin tikšanās", + "Datum": "Datums", + "Datum des ersten Termins": "Pirmā pasākuma datums", + "Datum des letzten Termins": "Pēdējā pasākuma datums", + "Dein Name": "Tavs vārds", "Delete account": "Dzēst kontu", - "Delete team": "Dzēst komandu", - "Delete your account and all of its resources": "Dzēs savu kontu un visus tā resursus", + "Delete team": "Delete team", + "Delete your account and all of its resources": "Izdzēsiet savu kontu un visus tā resursus", + "Demographics": "Demogrāfija", + "Der Anzeigename für diesen Kurs": "Šī kursa attēlojamais nosaukums", + "Der Anzeigename für dieses Meetup": "Šīs tikšanās attēlojamais nosaukums", + "Der Dozent, der diesen Kurs leitet": "Pasniedzējs, kurš vada šo kursu", + "Der Name des Services": "Pakalpojuma nosaukums", + "Details": "Detaļas", + "Details über das Event": "Detaļas par pasākumu", + "Details/Anmelden": "Detaļas/reģistrēties", + "Die Endzeit muss nach der Startzeit liegen.": "Beigu laikam jābūt pēc sākuma laika.", + "Die nächstgrößte Stadt oder Ort": "Tuvākā lielākā pilsēta vai vieta", + "Dienstag": "Otrdiena", + "Dies ist ein großartiger Überblick über die Bitcoin-Kaninchenhöhle mit Zugängen zu Bereichen, die Bitcoin umfasst. Jedes Thema hat seine eigene Kaninchenhöhle, die durch Infografiken auf einfache und verständliche Weise visualisiert wird, mit QR-Codes, die zu erklärenden Videos und Artikeln führen. Viel Spaß auf Ihrer Entdeckungsreise!": "Šis ir lielisks pārskats par Bitcoin truša alu ar piekļuvi jomām, ko aptver Bitcoin. Katrai tēmai ir sava truša ala, kas vienkārši un saprotami vizualizēta ar infografikām un QR kodiem, kas ved uz skaidrojošiem videoklipiem un rakstiem. Lai tev patīkams atklāšanas ceļojums!", + "Diese Aktion kann nicht rückgängig gemacht werden.": "Šo darbību nevar atsaukt.", "Disable 2FA": "Atspējot 2FA", + "Diverses": "Dažādi", "Documentation": "Dokumentācija", - "Don't have an account?": "Vēl nav konta?", - "Each recovery code can be used once to access your account and will be removed after use. If you need more, click Regenerate codes above.": "Katru atkopšanas kodu var izmantot vienreiz, lai piekļūtu kontam, un pēc lietošanas tas tiks noņemts. Ja tev vajag vēl, klikšķini augstāk uz \"Atjaunot kodus\".", - "Edit :name": "Rediģēt :name", - "Edit team": "Rediģēt komandu", - "Email": "E-pasts", - "Email address": "E-pasta adrese", - "Email password reset link": "Sūtīt paroles atiestatīšanas saiti pa e-pastu", + "Don't have an account?": "Vai jums nav konta?", + "Donnerstag": "Ceturtdiena", + "Dozent": "Pasniedzējs", + "Dozent aktualisieren": "Atjaunināt pasniedzēju", + "Dozent auswählen": "Izvēlies pasniedzēju", + "Dozent bearbeiten": "Rediģēt pasniedzēju", + "Dozent erfolgreich aktualisiert!": "Pasniedzējs veiksmīgi atjaunināts!", + "Dozent erfolgreich erstellt!": "Pasniedzējs veiksmīgi izveidots!", + "Dozent werden - Bitcoin Education": "Kļūt par pasniedzēju - Bitcoin izglītība", + "Dozenten": "Pasniedzēji", + "Dozenten anlegen": "Izveidot pasniedzēju", + "Dozenten erstellen": "Izveidot pasniedzēju", + "Dozentenprofil bearbeiten": "Rediģēt pasniedzēja profilu", + "Dritter": "Trešais", + "Du bist dabei, mehrere Events zu erstellen.": "Tu gatavojies izveidot vairākus pasākumus.", + "Du bist nicht eingloggt und musst deshalb den Namen selbst eintippen.": "Tu neesi pieteicies, tāpēc vārds jāievada pašam.", + "Du kannst es jederzeit wieder hinzufügen.": "Tu jebkurā brīdī vari to atkal pievienot.", + "Durchsuche alle Städte mit aktiven Bitcoin Meetups und finde Events in deiner Nähe.": "Pārlūko visas pilsētas ar aktīvām Bitcoin tikšanās un atrodi pasākumus sev tuvumā.", + "Each recovery code can be used once to access your account and will be removed after use. If you need more, click Regenerate codes above.": "Katru atkopšanas kodu var izmantot vienreiz, lai piekļūtu savam kontam, un pēc lietošanas tas tiks noņemts. Ja jums ir nepieciešams vairāk, noklikšķiniet uz Atjaunot kodus.", + "Edit": "Rediģēt", + "Edit :name": "Edit :name", + "Edit City": "Rediģēt pilsētu", + "Edit team": "Edit team", + "Edit Venue": "Rediģēt norises vietu", + "Einführung": "Ievads", + "Einundzwanzig Community": "Einundzwanzig kopiena", + "Einundzwanzig Portal": "Einundzwanzig portāls", + "Email": "Pasts", + "Email address": "E -pasta adrese", + "Email Address": "E-pasta adrese", + "Email password reset link": "E -pasta paroles atiestatīšanas saite", "Email verification": "E-pasta pārbaude", "Enable 2FA": "Iespējot 2FA", "Enable two-factor authentication": "Iespējot divu faktoru autentifikāciju", "Encrypted environment file already exists.": "Šifrēts vides fails jau pastāv.", "Encrypted environment file not found.": "Šifrēts vides fails nav atrasts.", - "Ensure your account is using a long, random password to stay secure": "Pārliecinies, ka tavs konts izmanto garu, nejaušu paroli drošībai", - "Enter the 6-digit code from your authenticator app.": "Ievadi 6 ciparu kodu no savas autentifikatora lietotnes.", - "Enter the authentication code provided by your authenticator application.": "Ievadi autentifikācijas kodu no savas autentifikatora lietotnes.", - "Enter your details below to create your account": "Ievadi zemāk savus datus, lai izveidotu kontu", - "Enter your email and password below to log in": "Ievadi zemāk savu e-pastu un paroli, lai pieteiktos", - "Enter your email to receive a password reset link": "Ievadi savu e-pastu, lai saņemtu paroles atiestatīšanas saiti", + "Enddatum": "Beigu datums", + "Endzeit": "Beigu laiks", + "Ensure your account is using a long, random password to stay secure": "Pārliecinieties, ka jūsu konts izmanto garu, nejaušu paroli, lai saglabātu drošu", + "Entdecke Bitcoin Community Events und vernetze dich mit Gleichgesinnten.": "Atklāj Bitcoin kopienas pasākumus un sazinies ar domubiedriem.", + "Entdecke Bitcoin Self-Hosted Services und dezentrale Angebote der Community.": "Atklāj Bitcoin pašmitinātos pakalpojumus un kopienas decentralizētos piedāvājumus.", + "Entdecke die Bitcoin Community in deiner Nähe. Finde lokale Meetups und vernetze dich mit Gleichgesinnten.": "Atklāj Bitcoin kopienu sev tuvumā. Atrodi vietējās tikšanās un sazinies ar domubiedriem.", + "Entdecke unsere vielfältigen Bitcoin-Bildungsangebote und Workshops.": "Atklāj mūsu daudzveidīgos Bitcoin izglītības piedāvājumus un darbnīcas.", + "Enter the 6-digit code from your authenticator app.": "Ievadiet 6 ciparu kodu no savas autentifikatora lietotnes.", + "Enter the authentication code provided by your authenticator application.": "Ievadiet autentifikācijas kodu, ko nodrošina jūsu autentifikatora lietojumprogramma.", + "Enter your details below to create your account": "Ievadiet zemāk esošo informāciju, lai izveidotu kontu", + "Enter your email and password below to log in": "Zemāk ievadiet savu e -pastu un paroli, lai pieteiktos", + "Enter your email to receive a password reset link": "Ievadiet savu e -pastu, lai saņemtu paroles atiestatīšanas saiti", + "Entfernen": "Noņemt", "Environment file already exists.": "Vides fails jau pastāv.", "Environment file not found.": "Vides fails nav atrasts.", - "errors": "kļūdas", - "Forbidden": "Aizliegts", - "Forgot password": "Aizmirsi paroli", - "Forgot your password?": "Aizmirsi paroli?", - "Full name": "Pilns vārds", - "Give your team a name to get started.": "Iedod savai komandai nosaukumu, lai sāktu.", - "Go to page :page": "Pāriet uz :page", - "Hello!": "Sveiks!", - "Hide recovery codes": "Slēpt atkopšanas kodus", - "If you did not create an account, no further action is required.": "Ja neesi izveidojis kontu, nekas vairāk nav jādara.", - "If you did not request a password reset, no further action is required.": "Ja neesi pieprasījis paroles atiestatīšanu, nekas vairāk nav jādara.", - "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Ja tev rodas problēmas klikšķinot uz pogas \":actionText\", nokopē un ielīmē zemāk redzamo URL\nsavā tīmekļa pārlūkprogrammā:", - "Invalid filename.": "Nederīgs faila nosaukums.", - "Invalid JSON was returned from the route.": "No maršruta tika atgriezts nederīgs JSON.", - "Invitation cancelled.": "Uzaicinājums atcelts.", - "Invitation sent.": "Uzaicinājums nosūtīts.", - "Invitations that have not been accepted yet": "Vēl nepieņemtie uzaicinājumi", - "Invite a team member": "Uzaicināt komandas dalībnieku", - "Invite member": "Uzaicināt dalībnieku", - "Keep invitation": "Saglabāt uzaicinājumu", - "length": "garums", - "Light": "Gaišs", - "Location": "Atrašanās vieta", - "Log in": "Pieteikties", - "log in": "pieteikties", - "Log in to your account": "Piesakies savā kontā", - "Log out": "Iziet", - "Login": "Pieteikšanās", - "login using a recovery code": "piesakies, izmantojot atkopšanas kodu", - "login using an authentication code": "piesakies, izmantojot autentifikācijas kodu", - "Logout": "Iziet", - "Manage who belongs to this team": "Pārvaldi šīs komandas dalībniekus", - "Manage your profile and account settings": "Pārvaldi sava profila un konta iestatījumus", - "Manage your team settings": "Pārvaldi savas komandas iestatījumus", - "Manage your teams and team memberships": "Pārvaldi savas komandas un dalību komandās", - "Manage your two-factor authentication settings": "Pārvaldi savus divu faktoru autentifikācijas iestatījumus", - "Member removed.": "Dalībnieks noņemts.", - "Member role updated.": "Dalībnieka loma atjaunināta.", - "Name": "Nosaukums", - "New password": "Jauna parole", - "New team": "Jauna komanda", - "Not Found": "Nav atrasts", - "of": "no", - "Once your account is deleted, all of its resources and data will also be permanently deleted. Please confirm you would like to permanently delete your account.": "Kad tavs konts būs izdzēsts, visi tā resursi un dati tiks neatgriezeniski izdzēsti. Lūdzu, apstiprini, ka vēlies neatgriezeniski dzēst savu kontu.", - "Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Kad tavs konts tiks dzēsts, visi tā resursi un dati tiks neatgriezeniski izdzēsti. Lūdzu, ievadi savu paroli, lai apstiprinātu, ka vēlies neatgriezeniski dzēst savu kontu.", - "or you can": "vai arī tu vari", - "or, enter the code manually": "vai arī ievadi kodu manuāli", - "Or, return to": "Vai arī atgriezies uz", - "Page Expired": "Lapas derīguma termiņš beidzies", - "Pagination Navigation": "Lapošanas navigācija", - "Password": "Parole", - "Password updated.": "Parole atjaunināta.", - "Payment Required": "Nepieciešams maksājums", - "Pending invitations": "Gaidošie uzaicinājumi", - "Permanently delete your team": "Neatgriezeniski dzēst savu komandu", - "Personal": "Personīgais", - "Platform": "Platforma", - "Please click the button below to verify your email address.": "Lūdzu, klikšķini uz zemāk esošās pogas, lai apstiprinātu savu e-pasta adresi.", - "Please confirm access to your account by entering one of your emergency recovery codes.": "Lūdzu, apstiprini piekļuvi savam kontam, ievadot kādu no avārijas atkopšanas kodiem.", - "Please enter your new password below": "Lūdzu, ievadi zemāk savu jauno paroli", - "Please proceed with caution, this cannot be undone.": "Lūdzu, esi piesardzīgs — šo darbību nevar atsaukt.", - "Please verify your email address by clicking on the link we just emailed to you.": "Lūdzu, apstiprini savu e-pasta adresi, klikšķinot uz saites, kuru tev tikko nosūtījām pa e-pastu.", - "Profile": "Profils", - "Profile settings": "Profila iestatījumi", - "Profile updated.": "Profils atjaunināts.", - "Recovery code": "Atkopšanas kods", - "Recovery codes": "Atkopšanas kodi", - "Recovery codes let you regain access if you lose your 2FA device. Store them in a secure password manager.": "Atkopšanas kodi ļauj atgūt piekļuvi, ja pazaudē savu 2FA ierīci. Glabā tos drošā paroļu pārvaldniekā.", - "Regards,": "Ar cieņu,", - "Regenerate codes": "Atjaunot kodus", - "Register": "Reģistrēties", - "Remember me": "Atcerēties mani", - "Remove member": "Noņemt dalībnieku", - "Remove team member": "Noņemt komandas dalībnieku", - "Repository": "Repozitorijs", - "Resend verification email": "Atkārtoti sūtīt verifikācijas e-pastu", - "Reset Password": "Atiestatīt paroli", - "Reset password": "Atiestatīt paroli", - "Reset your password": "Atiestati savu paroli", - "results": "rezultāti", - "Role": "Loma", - "Save": "Saglabāt", - "Search": "Meklēt", - "Security": "Drošība", - "Security settings": "Drošības iestatījumi", - "Select team": "Izvēlies komandu", - "Send an invitation to join this team.": "Nosūti uzaicinājumu pievienoties šai komandai.", - "Send invitation": "Sūtīt uzaicinājumu", - "Server Error": "Servera kļūda", - "Service Unavailable": "Pakalpojums nav pieejams", - "Settings": "Iestatījumi", - "Showing": "Tiek rādīti", - "Sign up": "Reģistrēties", - "System": "Sistēma", - "Team created.": "Komanda izveidota.", - "Team deleted.": "Komanda dzēsta.", - "Team members": "Komandas dalībnieki", - "Team name": "Komandas nosaukums", - "Team updated.": "Komanda atjaunināta.", - "Teams": "Komandas", - "The given data was invalid.": "Norādītie dati nebija derīgi.", - "The response is not a streamed response.": "Atbilde nav straumēta.", - "The response is not a view.": "Atbilde nav skata objekts.", - "The team name does not match.": "Komandas nosaukums nesakrīt.", - "This action cannot be undone. This will permanently delete the team \":name\".": "Šo darbību nevar atsaukt. Komanda \":name\" tiks neatgriezeniski dzēsta.", - "This action is unauthorized.": "Šī darbība ir neatļauta.", - "This invitation has already been accepted.": "Šis uzaicinājums jau ir pieņemts.", - "This invitation has expired.": "Šim uzaicinājumam beidzies derīguma termiņš.", - "This invitation was sent to a different email address.": "Šis uzaicinājums tika nosūtīts uz citu e-pasta adresi.", - "This is a secure area of the application. Please confirm your password before continuing.": "Šī ir aizsargāta lietotnes daļa. Lūdzu, apstiprini savu paroli, pirms turpini.", - "This password reset link will expire in :count minutes.": "Šī paroles atiestatīšanas saite beigsies :count minūtēs.", - "This team name is reserved and cannot be used.": "Šis komandas nosaukums ir rezervēts, un to nevar lietot.", - "This user is already a member of the team.": "Šis lietotājs jau ir komandas dalībnieks.", - "to": "līdz", - "To finish enabling two-factor authentication, scan the QR code or enter the setup key in your authenticator app.": "Lai pabeigtu divu faktoru autentifikācijas iespējošanu, noskenē QR kodu vai ievadi iestatīšanas atslēgu savā autentifikatora lietotnē.", - "Toggle navigation": "Pārslēgt navigāciju", - "Too Many Requests": "Pārāk daudz pieprasījumu", - "Two-factor authentication": "Divu faktoru autentifikācija", - "Two-factor authentication enabled": "Divu faktoru autentifikācija iespējota", - "Two-factor authentication is now enabled. Scan the QR code or enter the setup key in your authenticator app.": "Divu faktoru autentifikācija tagad ir iespējota. Noskenē QR kodu vai ievadi iestatīšanas atslēgu savā autentifikatora lietotnē.", - "Type \":name\" to confirm": "Ievadi \":name\", lai apstiprinātu", - "Unauthorized": "Neatļauts", - "Update password": "Atjaunināt paroli", - "Update the appearance settings for your account": "Atjaunini sava konta izskata iestatījumus", - "Update your name and email address": "Atjaunini savu vārdu un e-pasta adresi", - "Verify authentication code": "Apstiprini autentifikācijas kodu", - "Verify Email Address": "Apstiprini e-pasta adresi", - "Verify your email address": "Apstiprini savu e-pasta adresi", - "View :name": "Skatīt :name", - "View recovery codes": "Skatīt atkopšanas kodus", - "View team": "Skatīt komandu", - "Warning": "Brīdinājums", - "Welcome": "Laipni lūdzam", - "When you enable two-factor authentication, you will be prompted for a secure pin during login. This pin can be retrieved from a TOTP-supported application on your phone.": "Kad iespējosi divu faktoru autentifikāciju, pieteikšanās laikā tev tiks prasīts drošs PIN kods. Šo PIN var iegūt no TOTP saderīgas lietotnes tavā tālrunī.", - "Whoops!": "Ak vai!", - "You are receiving this email because we received a password reset request for your account.": "Tu saņem šo e-pastu, jo saņēmām paroles atiestatīšanas pieprasījumu tavam kontam.", - "You don't belong to any teams yet.": "Vēl neesi nevienā komandā.", - "You will be prompted for a secure, random pin during login, which you can retrieve from the TOTP-supported application on your phone.": "Pieteikšanās laikā tev tiks prasīts drošs, nejauši ģenerēts PIN, ko vari iegūt no TOTP saderīgas lietotnes tavā tālrunī.", - "You've been invited to join :teamName": "Tu esi uzaicināts pievienoties komandai :teamName", - "Your email address is unverified.": "Tava e-pasta adrese nav apstiprināta.", - "Einundzwanzig Portal": "Einundzwanzig portāls", - "Login - Bitcoin Meetups": "Pieteikšanās - Bitcoin tikšanās", - "Logge dich ein, um auf dein Bitcoin Meetup Konto zuzugreifen und an der Community teilzunehmen.": "Piesakies, lai piekļūtu savam Bitcoin tikšanās kontam un piedalītos kopienā.", - "Dashboard - Bitcoin Meetups": "Vadības panelis - Bitcoin tikšanās", - "Verwalte deine Bitcoin Meetups, Events und Einstellungen in deinem persönlichen Dashboard.": "Pārvaldi savas Bitcoin tikšanās, pasākumus un iestatījumus savā personīgajā vadības panelī.", - "Willkommen bei Bitcoin Meetups": "Laipni lūdzam Bitcoin tikšanās", - "Entdecke die Bitcoin Community in deiner Nähe. Finde lokale Meetups und vernetze dich mit Gleichgesinnten.": "Atklāj Bitcoin kopienu sev tuvumā. Atrodi vietējās tikšanās un sazinies ar domubiedriem.", - "Follow the Rabbit - Bitcoin Journey": "Seko trusim - Bitcoin ceļojums", - "Starte deine Bitcoin-Reise und entdecke spannende Inhalte rund um Bitcoin und Blockchain.": "Sāc savu Bitcoin ceļojumu un atklāj aizraujošu saturu par Bitcoin un blokķēdi.", - "Neue Stadt hinzufügen - Bitcoin Meetups": "Pievienot jaunu pilsētu - Bitcoin tikšanās", - "Füge eine neue Stadt hinzu, um Bitcoin Meetups in deiner Region zu organisieren.": "Pievieno jaunu pilsētu, lai organizētu Bitcoin tikšanās savā reģionā.", - "Stadt bearbeiten - Bitcoin Meetups": "Rediģēt pilsētu - Bitcoin tikšanās", - "Aktualisiere die Informationen für Bitcoin Meetup Standorte in deiner Stadt.": "Atjaunini informāciju par Bitcoin tikšanās vietām savā pilsētā.", - "Städteübersicht - Bitcoin Meetups": "Pilsētu pārskats - Bitcoin tikšanās", - "Durchsuche alle Städte mit aktiven Bitcoin Meetups und finde Events in deiner Nähe.": "Pārlūko visas pilsētas ar aktīvām Bitcoin tikšanās un atrodi pasākumus sev tuvumā.", - "Neuen Kurs erstellen - Bitcoin Education": "Izveidot jaunu kursu - Bitcoin izglītība", - "Erstelle einen neuen Bitcoin-Bildungskurs und teile dein Wissen mit der Community.": "Izveido jaunu Bitcoin izglītības kursu un dalies savās zināšanās ar kopienu.", - "Kursevents bearbeiten - Bitcoin Education": "Rediģēt kursa pasākumus - Bitcoin izglītība", - "Verwalte die Termine und Details deiner Bitcoin-Bildungsveranstaltungen.": "Pārvaldi savu Bitcoin izglītības pasākumu datumus un detaļas.", - "Kurs bearbeiten - Bitcoin Education": "Rediģēt kursu - Bitcoin izglītība", - "Aktualisiere die Inhalte und Informationen deines Bitcoin-Bildungskurses.": "Atjaunini sava Bitcoin izglītības kursa saturu un informāciju.", - "Bitcoin Kurse - Übersicht": "Bitcoin kursi - pārskats", - "Entdecke unsere vielfältigen Bitcoin-Bildungsangebote und Workshops.": "Atklāj mūsu daudzveidīgos Bitcoin izglītības piedāvājumus un darbnīcas.", - "Bitcoin Bildung & Kurse": "Bitcoin izglītība un kursi", - "Lerne alles über Bitcoin - von den Grundlagen bis zu fortgeschrittenen Themen.": "Uzzini visu par Bitcoin - no pamatiem līdz padziļinātām tēmām.", - "Dozent werden - Bitcoin Education": "Kļūt par pasniedzēju - Bitcoin izglītība", - "Werde Bitcoin-Dozent und teile dein Expertenwissen mit der Community.": "Kļūsti par Bitcoin pasniedzēju un dalies savās ekspertu zināšanās ar kopienu.", - "Dozentenprofil bearbeiten": "Rediģēt pasniedzēja profilu", - "Aktualisiere dein Profil als Bitcoin-Dozent und deine Kursangebote.": "Atjaunini savu Bitcoin pasniedzēja profilu un kursu piedāvājumus.", - "Bitcoin Dozenten - Übersicht": "Bitcoin pasniedzēji - pārskats", - "Lerne unsere erfahrenen Bitcoin-Dozenten und ihre Expertise kennen.": "Iepazīsti mūsu pieredzējušos Bitcoin pasniedzējus un viņu kompetenci.", - "Bitcoin Meetup Events verwalten": "Pārvaldīt Bitcoin tikšanās pasākumus", - "Erstelle und bearbeite Bitcoin Meetup Events für deine Community.": "Izveido un rediģē Bitcoin tikšanās pasākumus savai kopienai.", - "Meetup bearbeiten - Bitcoin Events": "Rediģēt tikšanos - Bitcoin pasākumi", - "Aktualisiere die Details und Informationen deines Bitcoin Meetups.": "Atjaunini savas Bitcoin tikšanās detaļas un informāciju.", - "Bitcoin Meetups - Alle Events": "Bitcoin tikšanās - visi pasākumi", - "Finde alle aktuellen Bitcoin Meetups und Events in deiner Region.": "Atrodi visas aktuālās Bitcoin tikšanās un pasākumus savā reģionā.", - "Bitcoin Meetups - Community Events": "Bitcoin tikšanās - kopienas pasākumi", - "Entdecke Bitcoin Community Events und vernetze dich mit Gleichgesinnten.": "Atklāj Bitcoin kopienas pasākumus un sazinies ar domubiedriem.", - "Bitcoin Event Details": "Bitcoin pasākuma detaļas", - "Alle Informationen zum ausgewählten Bitcoin Meetup Event.": "Visa informācija par izvēlēto Bitcoin tikšanās pasākumu.", - "Bitcoin Meetups Karte": "Bitcoin tikšanās karte", - "Finde Bitcoin Meetups in deiner Nähe mit unserer interaktiven Karte.": "Atrodi Bitcoin tikšanās sev tuvumā ar mūsu interaktīvo karti.", - "Erscheinungsbild - Einstellungen": "Izskats - iestatījumi", - "Passe das Erscheinungsbild deines Bitcoin Meetup Profils an.": "Pielāgo sava Bitcoin tikšanās profila izskatu.", - "Konto löschen - Bitcoin Meetups": "Dzēst kontu - Bitcoin tikšanās", - "Informationen zum Löschen deines Bitcoin Meetup Kontos.": "Informācija par sava Bitcoin tikšanās konta dzēšanu.", - "Passwort ändern - Bitcoin Meetups": "Mainīt paroli - Bitcoin tikšanās", - "Ändere dein Passwort für mehr Sicherheit deines Bitcoin Meetup Kontos.": "Maini paroli, lai uzlabotu sava Bitcoin tikšanās konta drošību.", - "Profil bearbeiten - Bitcoin Meetups": "Rediģēt profilu - Bitcoin tikšanās", - "Aktualisiere deine persönlichen Informationen und Profileinstellungen.": "Atjaunini savu personīgo informāciju un profila iestatījumus.", - "Neuen Veranstaltungsort erstellen": "Izveidot jaunu norises vietu", - "Füge einen neuen Ort für Bitcoin Meetups und Events hinzu.": "Pievieno jaunu vietu Bitcoin tikšanās un pasākumiem.", - "Veranstaltungsort bearbeiten": "Rediģēt norises vietu", - "Aktualisiere die Details eines Bitcoin Meetup Veranstaltungsortes.": "Atjaunini Bitcoin tikšanās norises vietas detaļas.", - "Veranstaltungsorte - Übersicht": "Norises vietas - pārskats", - "Finde alle Veranstaltungsorte für Bitcoin Meetups und Events.": "Atrodi visas norises vietas Bitcoin tikšanās un pasākumiem.", - "Neuen Service erstellen": "Izveidot jaunu pakalpojumu", - "Füge einen neuen Self-Hosted Service zur Bitcoin Community hinzu.": "Pievieno jaunu pašmitinātu pakalpojumu Bitcoin kopienai.", - "Service bearbeiten": "Rediģēt pakalpojumu", - "Aktualisiere die Details deines Self-Hosted Service.": "Atjaunini sava pašmitinātā pakalpojuma detaļas.", - "Self-Hosted Services - Übersicht": "Pašmitinātie pakalpojumi - pārskats", - "Entdecke Bitcoin Self-Hosted Services und dezentrale Angebote der Community.": "Atklāj Bitcoin pašmitinātos pakalpojumus un kopienas decentralizētos piedāvājumus.", - "Service Details": "Pakalpojuma detaļas", "Erfahre mehr über diesen Self-Hosted Service aus der Bitcoin Community.": "Uzzini vairāk par šo pašmitināto pakalpojumu no Bitcoin kopienas.", - "Willkommen": "Laipni lūgts", - "Toximalistisches Infotainment für bullische Bitcoiner.": "Toksimālistisks infoizklaides saturs bullīgiem bitkoineriem.", - "Täglich": "Ikdienas", - "Wöchentlich": "Iknedēļas", - "Monatlich": "Ikmēneša", - "Jährlich": "Ikgadējs", - "Benutzerdefiniert": "Pielāgots", - "no location set": "atrašanās vieta nav iestatīta", - "BooksForPlebs": "BooksForPlebs", - "Lokale Buchausleihe für Bitcoin-Meetups.": "Vietējā grāmatu noma Bitcoin tikšanās vajadzībām.", - "Mindestens eine URL oder IP muss angegeben werden.": "Jānorāda vismaz viens URL vai IP.", - "Bitcoin - Rabbit Hole": "Bitcoin - truša ala", - "Dies ist ein großartiger Überblick über die Bitcoin-Kaninchenhöhle mit Zugängen zu Bereichen, die Bitcoin umfasst. Jedes Thema hat seine eigene Kaninchenhöhle, die durch Infografiken auf einfache und verständliche Weise visualisiert wird, mit QR-Codes, die zu erklärenden Videos und Artikeln führen. Viel Spaß auf Ihrer Entdeckungsreise!": "Šis ir lielisks pārskats par Bitcoin truša alu ar piekļuvi jomām, ko aptver Bitcoin. Katrai tēmai ir sava truša ala, kas vienkārši un saprotami vizualizēta ar infografikām un QR kodiem, kas ved uz skaidrojošiem videoklipiem un rakstiem. Lai tev patīkams atklāšanas ceļojums!", - "nostr.course_event_text": "Mūsu pasniedzējs :from ir izveidojis jaunu kursa pasākumu:\n:name\n:description\n:url\n\n#Bitcoin #Einundzwanzig #vesalanauda", - "nostr.meetup_event_text": ":from ir izveidojis jaunu pasākumu:\n:start\n:location\n:url\n\n#Bitcoin #Meetup #Einundzwanzig", - "nostr.meetup_text": "Pievienota jauna tikšanās grupa:\n:from\n:url\n\n#Bitcoin #Meetup #Einundzwanzig", - "nostr.course_text": "Mūsu pasniedzējs :from ir pievienojis jaunu kursu:\n:name\n:description\n:url\n\n#Bitcoin #Einundzwanzig", - "Saved.": "Saglabāts.", - "Sprache wählen": "Izvēlies valodu", - "Log Out": "Iziet", - "Success!": "Veiksmīgi!", - "Copied into clipboard": "Nokopēts starpliktuvē", - "Hauptnavigation": "Galvenā navigācija", - "Menü schließen": "Aizvērt izvēlni", - "Zur Startseite": "Uz sākumlapu", - "App": "Lietotne", - "Meetups": "Tikšanās", - "Alle Meetups": "Visas tikšanās", - "Karte": "Karte", - "Welt-Karte": "Pasaules karte", - "Community & Dienste": "Kopiena un pakalpojumi", - "Self Hosted Services": "Pašmitinātie pakalpojumi", - "Kurse": "Kursi", - "Dozenten": "Pasniedzēji", - "Diverses": "Dažādi", - "Orte/Gebiete": "Vietas/apgabali", - "Städte/Gebiete": "Pilsētas/apgabali", - "Veranstaltungsorte": "Norises vietas", - "Land auswählen": "Izvēlies valsti", - "Sprache wechseln": "Mainīt valodu", - "Zeitzone": "Laika josla", - "Benutzermenü": "Lietotāja izvēlne", - "Menü öffnen": "Atvērt izvēlni", - "Aktiv": "Aktīvs", - "Inaktiv": "Neaktīvs", - "Letztes Event": "Pēdējais pasākums", - "Nächster Termin": "Nākamais datums", - "Zusagen": "Apstiprināt", - "Vielleicht": "Varbūt", - "Telegram": "Telegram", - "Website": "Tīmekļa vietne", - "Twitter": "Twitter", - "Matrix": "Matrix", - "Nostr": "Nostr", - "Simplex": "Simplex", - "Signal": "Signal", - "Details": "Detaļas", - "A reset link will be sent if the account exists.": "Ja konts pastāv, tiks nosūtīta atiestatīšanas saite.", - "Email Address": "E-pasta adrese", - "Willkommen zurück": "Laipni lūgts atpakaļ", - "Log in mit Nostr": "Pieteikties ar Nostr", - "Signiere…": "Parakstu...", - "Login with lightning ⚡": "Pieteikties ar Lightning ⚡", - "Copy": "Kopēt", - "Click to connect": "Klikšķini, lai pieslēgtos", - "Signiere mit deinem Nostr-Wallet": "Paraksti ar savu Nostr maku", - "Bitte bestätige die Login-Anfrage in deiner Browser-Extension. Du wirst gleich automatisch weitergeleitet.": "Lūdzu, apstiprini pieteikšanās pieprasījumu pārlūka paplašinājumā. Tu drīz tiksi automātiski pārvirzīts.", - "Schließe dieses Fenster nicht.": "Neaizver šo logu.", - "Breitengrad": "Platums", - "Längengrad": "Garums", - "Breiten- und Längengrad dürfen nicht beide 0 sein.": "Platums un garums nevar abi būt 0.", - "City successfully created!": "Pilsēta veiksmīgi izveidota!", - "Create City": "Izveidot pilsētu", - "Basic Information": "Pamatinformācija", - "Country": "Valsts", - "Select a country": "Izvēlies valsti", - "Coordinates": "Koordinātes", - "Latitude": "Platums", - "Longitude": "Garums", - "Demographics": "Demogrāfija", - "Population": "Iedzīvotāju skaits", - "Population Date": "Iedzīvotāju datu datums", - "City successfully updated!": "Pilsēta veiksmīgi atjaunināta!", - "Edit City": "Rediģēt pilsētu", - "Update City": "Atjaunināt pilsētu", - "Cities": "Pilsētas", - "Search cities...": "Meklēt pilsētas...", - "Created By": "Izveidoja", - "Actions": "Darbības", - "Edit": "Rediģēt", - "Wähle dein Land...": "Izvēlies savu valsti...", - "Suche dein Land...": "Meklē savu valsti...", - "Die Endzeit muss nach der Startzeit liegen.": "Beigu laikam jābūt pēc sākuma laika.", + "errors": "kļūdas", + "Erscheinungsbild - Einstellungen": "Izskats - iestatījumi", + "Erstelle einen neuen Bitcoin-Bildungskurs und teile dein Wissen mit der Community.": "Izveido jaunu Bitcoin izglītības kursu un dalies savās zināšanās ar kopienu.", + "Erstelle und bearbeite Bitcoin Meetup Events für deine Community.": "Izveido un rediģē Bitcoin tikšanās pasākumus savai kopienai.", + "Ersteller des Dozenten": "Pasniedzēja izveidotājs", + "Ersteller des Kurses": "Kursa izveidotājs", + "Ersteller des Meetups": "Tikšanās izveidotājs", + "Erstellt am": "Izveidots", + "Erstellt von": "Izveidoja", + "Erster": "Pirmais", + "Event aktualisieren": "Atjaunināt pasākumu", + "Event bearbeiten": "Rediģēt pasākumu", + "Event Details": "Pasākuma detaļas", "Event erfolgreich aktualisiert!": "Pasākums veiksmīgi atjaunināts!", "Event erfolgreich erstellt!": "Pasākums veiksmīgi izveidots!", "Event erfolgreich gelöscht!": "Pasākums veiksmīgi dzēsts!", - "Event bearbeiten": "Rediģēt pasākumu", - "Neues Event erstellen": "Izveidot jaunu pasākumu", - "Event Details": "Pasākuma detaļas", - "Startdatum": "Sākuma datums", - "An welchem Tag beginnt das Event?": "Kurā dienā pasākums sākas?", - "Startzeit": "Sākuma laiks", - "Um wie viel Uhr beginnt das Event?": "Cikos pasākums sākas?", - "Enddatum": "Beigu datums", - "An welchem Tag endet das Event?": "Kurā dienā pasākums beidzas?", - "Endzeit": "Beigu laiks", - "Um wie viel Uhr endet das Event?": "Cikos pasākums beidzas?", - "Veranstaltungsort": "Norises vieta", - "Ort hinzufügen": "Pievienot vietu", - "Veranstaltungsort auswählen": "Izvēlies norises vietu", - "Suche nach Ort...": "Meklēt vietu...", - "Wo findet das Event statt?": "Kur notiek pasākums?", - "Link": "Saite", - "Link zu weiteren Informationen oder zur Anmeldung": "Saite uz papildu informāciju vai reģistrāciju", - "Abbrechen": "Atcelt", - "Bist du sicher, dass du dieses Event löschen möchtest?": "Vai esi pārliecināts, ka vēlies dzēst šo pasākumu?", - "Event löschen": "Dzēst pasākumu", - "Event aktualisieren": "Atjaunināt pasākumu", "Event erstellen": "Izveidot pasākumu", - "Veranstaltungsort hinzufügen": "Pievienot norises vietu", + "Event löschen": "Dzēst pasākumu", + "Event löschen?": "Dzēst pasākumu?", + "Events": "Pasākumi", + "Falsch angelegte Termine müssen alle händisch wieder gelöscht werden.": "Nepareizi izveidotie pasākumi jāizdzēš manuāli.", + "Filter zurücksetzen": "Atiestatīt filtrus", + "Finde alle aktuellen Bitcoin Meetups und Events in deiner Region.": "Atrodi visas aktuālās Bitcoin tikšanās un pasākumus savā reģionā.", + "Finde alle Veranstaltungsorte für Bitcoin Meetups und Events.": "Atrodi visas norises vietas Bitcoin tikšanās un pasākumiem.", + "Finde Bitcoin Meetups in deiner Nähe mit unserer interaktiven Karte.": "Atrodi Bitcoin tikšanās sev tuvumā ar mūsu interaktīvo karti.", + "Finde deine lokale Community": "Atrodi savu vietējo kopienu", + "Follow the Rabbit - Bitcoin Journey": "Seko trusim - Bitcoin ceļojums", + "Forbidden": "Aizliegts", + "Forgot password": "Aizmirsāt paroli", + "Forgot your password?": "Aizmirsāt paroli?", + "Freitag": "Piektdiena", + "Full name": "Pilns vārds", + "Füge eine neue Stadt hinzu, um Bitcoin Meetups in deiner Region zu organisieren.": "Pievieno jaunu pilsētu, lai organizētu Bitcoin tikšanās savā reģionā.", + "Füge eine neue Stadt zur Datenbank hinzu.": "Pievieno jaunu pilsētu datubāzei.", + "Füge einen neuen Ort für Bitcoin Meetups und Events hinzu.": "Pievieno jaunu vietu Bitcoin tikšanās un pasākumiem.", + "Füge einen neuen Self-Hosted Service zur Bitcoin Community hinzu.": "Pievieno jaunu pašmitinātu pakalpojumu Bitcoin kopienai.", "Füge einen neuen Veranstaltungsort zur Datenbank hinzu.": "Pievieno jaunu norises vietu datubāzei.", - "z.B. Bitcoin Zentrum München": "piem., Bitcoin centrs Minhenē", - "Stadt": "Pilsēta", - "Stadt auswählen": "Izvēlies pilsētu", - "Suche passende Stadt...": "Meklē atbilstošu pilsētu...", - "Straße": "Iela", - "z.B. Hauptstraße 1": "piem., Galvenā iela 1", - "Ort erstellen": "Izveidot vietu", - "Kurs erfolgreich erstellt!": "Kurss veiksmīgi izveidots!", - "Neuen Kurs erstellen": "Izveidot jaunu kursu", + "Für regelmäßige Termine wie \"immer am letzten Freitag des Monats\":": "Regulāriem pasākumiem, piemēram, \"vienmēr katra mēneša pēdējā piektdienā\":", + "Gemeinschaft": "Kopiena", + "Gemeinschafts- oder Organisationsname": "Kopienas vai organizācijas nosaukums", + "Give your team a name to get started.": "Give your team a name to get started.", + "Go to page :page": "Pāriet uz :page", "Grundlegende Informationen": "Pamatinformācija", - "Der Anzeigename für diesen Kurs": "Šī kursa attēlojamais nosaukums", - "Dozent": "Pasniedzējs", - "Dozent auswählen": "Izvēlies pasniedzēju", - "Suche passenden Dozenten...": "Meklē atbilstošu pasniedzēju...", - "Der Dozent, der diesen Kurs leitet": "Pasniedzējs, kurš vada šo kursu", - "Beschreibung": "Apraksts", - "Ausführliche Beschreibung des Kurses": "Detalizēts kursa apraksts", - "Kurs erstellen": "Izveidot kursu", - "Kurs erfolgreich aktualisiert!": "Kurss veiksmīgi atjaunināts!", - "Kurs bearbeiten": "Rediģēt kursu", + "Hauptnavigation": "Galvenā navigācija", + "Hello!": "Sveiki!", + "Hide recovery codes": "Slēpt atkopšanas kodus", + "I2P Adresse": "I2P adrese", + "Ich komme": "Es nākšu", "ID": "ID", - "System-generierte ID (nur lesbar)": "Sistēmas ģenerēts ID (tikai lasāms)", - "Systeminformationen": "Sistēmas informācija", - "Erstellt von": "Izveidoja", - "Unbekannt": "Nezināms", - "Ersteller des Kurses": "Kursa izveidotājs", - "Erstellt am": "Izveidots", - "Wann dieser Kurs erstellt wurde": "Kad šis kurss tika izveidots", - "Aktualisiert am": "Atjaunināts", - "Letzte Änderungszeit": "Pēdējās izmaiņas laiks", - "Kurs aktualisieren": "Atjaunināt kursu", - "Suche nach Kursen...": "Meklēt kursus...", - "Neuer Kurs": "Jauns kurss", - "Aktionen": "Darbības", - "Bearbeiten": "Rediģēt", - "Über den Kurs": "Par kursu", - "Über den Dozenten": "Par pasniedzēju", - "Kommende Veranstaltungen": "Tuvākie pasākumi", - "Anmeldungen": "Reģistrācijas", - "Details/Anmelden": "Detaļas/reģistrēties", - "Meine nächsten Meetup Termine": "Manas nākamās tikšanās", - "Keine bevorstehenden Termine": "Nav gaidāmu pasākumu", - "Meine Meetups": "Manas tikšanās", - "Meetup hinzufügen...": "Pievienot tikšanos...", - "Meetup suchen...": "Meklēt tikšanos...", - "Meetup entfernen?": "Noņemt tikšanos?", - "Möchtest du": "Vai vēlies", - "aus deinen Meetups entfernen?": "noņemt no savām tikšanās?", - "Du kannst es jederzeit wieder hinzufügen.": "Tu jebkurā brīdī vari to atkal pievienot.", - "Entfernen": "Noņemt", - "Keine Meetups zugeordnet": "Nav pievienotu tikšanos", - "Aktivitäten": "Aktivitātes", - "Neue Meetups und Termine": "Jaunas tikšanās un pasākumi", - "Neues Meetup": "Jauna tikšanās", - "Neuer Termin": "Jauns pasākums", - "Keine Aktivitäten": "Nav aktivitāšu", - "Top Länder": "Top valstis", - "Länder mit den meisten Usern": "Valstis ar visvairāk lietotājiem", - "User": "Lietotāji", - "Keine Daten verfügbar": "Nav pieejamu datu", - "Top Meetups": "Top tikšanās", - "Meetups mit den meisten Usern": "Tikšanās ar visvairāk lietotājiem", - "Dozent erfolgreich erstellt!": "Pasniedzējs veiksmīgi izveidots!", - "Neuen Dozenten erstellen": "Izveidot jaunu pasniedzēju", - "Vollständiger Name des Dozenten": "Pasniedzēja pilns vārds", - "Untertitel": "Apakšvirsraksts", - "Kurze Berufsbezeichnung oder Rolle": "Īss amata nosaukums vai loma", - "Status": "Statuss", + "If you did not create an account, no further action is required.": "Ja neesat izveidojis kontu, turpmāka darbība nav nepieciešama.", + "If you did not request a password reset, no further action is required.": "Ja neesat pieprasījis paroles atiestatīšanu, turpmāka darbība nav nepieciešama.", + "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Ja jums rodas problēmas, noklikšķinot uz pogas \":actionText\", nokopējiet un ielīmējiet norādīto URL\nsavā tīmekļa pārlūkprogrammā:", + "Inaktiv": "Neaktīvs", + "Informationen": "Informācija", + "Informationen zum Löschen deines Bitcoin Meetup Kontos.": "Informācija par sava Bitcoin tikšanās konta dzēšanu.", + "Invalid filename.": "Nederīgs faila nosaukums.", + "Invalid JSON was returned from the route.": "No maršruta tika atgriezts nederīgs JSON.", + "Invitation cancelled.": "Invitation cancelled.", + "Invitation sent.": "Invitation sent.", + "Invitations that have not been accepted yet": "Invitations that have not been accepted yet", + "Invite a team member": "Invite a team member", + "Invite member": "Invite member", + "IP Adresse": "IP adrese", "Ist dieser Dozent aktiv?": "Vai šis pasniedzējs ir aktīvs?", - "Einführung": "Ievads", + "Jetzt erstellen": "Izveidot tagad", + "Jährlich": "Ikgadējs", + "Kalender-Stream-URL kopieren": "Kopēt kalendāra straumes URL", + "Karte": "Karte", + "Kartenansicht öffnen": "Atvērt kartes skatu", + "Keep invitation": "Keep invitation", + "Keine": "Nav", + "Keine Aktivitäten": "Nav aktivitāšu", + "Keine bevorstehenden Termine": "Nav gaidāmu pasākumu", + "Keine Daten verfügbar": "Nav pieejamu datu", + "Keine Meetups zugeordnet": "Nav pievienotu tikšanos", + "Kommende Veranstaltungen": "Tuvākie pasākumi", + "Kontakt": "Kontakts", + "Kontakt & Links": "Kontakti un saites", + "Kontaktinformation": "Kontaktinformācija", + "Konto löschen - Bitcoin Meetups": "Dzēst kontu - Bitcoin tikšanās", + "Kurs aktualisieren": "Atjaunināt kursu", + "Kurs bearbeiten": "Rediģēt kursu", + "Kurs bearbeiten - Bitcoin Education": "Rediģēt kursu - Bitcoin izglītība", + "Kurs erfolgreich aktualisiert!": "Kurss veiksmīgi atjaunināts!", + "Kurs erfolgreich erstellt!": "Kurss veiksmīgi izveidots!", + "Kurs erstellen": "Izveidot kursu", + "Kurse": "Kursi", + "Kursevents bearbeiten - Bitcoin Education": "Rediģēt kursa pasākumus - Bitcoin izglītība", + "Kurze Berufsbezeichnung oder Rolle": "Īss amata nosaukums vai loma", + "Kurze Beschreibung des Meetups": "Īss tikšanās apraksts", + "Kurze Beschreibung des Services": "Īss pakalpojuma apraksts", "Kurze Vorstellung (wird auf Kurs-Seiten angezeigt)": "Īsa prezentācija (parādās kursu lapās)", - "Ausführliche Beschreibung und Biografie": "Detalizēts apraksts un biogrāfija", - "Links & Soziale Medien": "Saites un sociālie tīkli", - "Webseite": "Tīmekļa vietne", - "Persönliche Webseite oder Portfolio": "Personīga tīmekļa vietne vai portfolio", - "Twitter Benutzername": "Twitter lietotājvārds", - "Twitter-Handle ohne @ Symbol": "Twitter konta vārds bez @ simbola", - "Nostr öffentlicher Schlüssel": "Nostr publiskā atslēga", - "Zahlungsinformationen": "Maksājumu informācija", + "Land": "Valsts", + "Land auswählen": "Izvēlies valsti", + "Latitude": "Platums", + "length": "garums", + "Lerne alles über Bitcoin - von den Grundlagen bis zu fortgeschrittenen Themen.": "Uzzini visu par Bitcoin - no pamatiem līdz padziļinātām tēmām.", + "Lerne unsere erfahrenen Bitcoin-Dozenten und ihre Expertise kennen.": "Iepazīsti mūsu pieredzējušos Bitcoin pasniedzējus un viņu kompetenci.", + "Letzte Änderungszeit": "Pēdējās izmaiņas laiks", + "Letzter": "Pēdējais", + "Letztes Event": "Pēdējais pasākums", + "Light": "Gaisma", "Lightning Adresse": "Lightning adrese", + "Lightning Node ID": "Lightning mezgla ID", "Lightning-Adresse für Zahlungen": "Lightning adrese maksājumiem", + "Link": "Saite", + "Link zu weiteren Informationen": "Saite uz papildu informāciju", + "Link zu weiteren Informationen oder zur Anmeldung": "Saite uz papildu informāciju vai reģistrāciju", + "Link zur Telegram-Gruppe oder zum Kanal": "Saite uz Telegram grupu vai kanālu", + "Links": "Saites", + "Links & Soziale Medien": "Saites un sociālie tīkli", "LNURL": "LNURL", "LNURL für Lightning-Zahlungen": "LNURL Lightning maksājumiem", - "Node ID": "Mezgla ID", - "Lightning Node ID": "Lightning mezgla ID", - "PayNym": "PayNym", - "PayNym für Bitcoin-Zahlungen": "PayNym Bitcoin maksājumiem", - "Dozenten erstellen": "Izveidot pasniedzēju", - "Dozent erfolgreich aktualisiert!": "Pasniedzējs veiksmīgi atjaunināts!", - "Dozent bearbeiten": "Rediģēt pasniedzēju", - "Ersteller des Dozenten": "Pasniedzēja izveidotājs", - "Wann dieser Dozent erstellt wurde": "Kad šis pasniedzējs tika izveidots", - "Dozent aktualisieren": "Atjaunināt pasniedzēju", - "Suche nach Dozenten...": "Meklēt pasniedzējus...", - "Dozenten anlegen": "Izveidot pasniedzēju", - "Links": "Saites", - "weitere Termine": "vairāk pasākumu", - "Montag": "Pirmdiena", - "Dienstag": "Otrdiena", - "Mittwoch": "Trešdiena", - "Donnerstag": "Ceturtdiena", - "Freitag": "Piektdiena", - "Samstag": "Sestdiena", - "Sonntag": "Svētdiena", - "Erster": "Pirmais", - "Zweiter": "Otrais", - "Dritter": "Trešais", - "Vierter": "Ceturtais", - "Letzter": "Pēdējais", - ":count Events erfolgreich erstellt!": ":count pasākumi veiksmīgi izveidoti!", - "Serientermine erstellen": "Izveidot atkārtotus pasākumus", - "Aktiviere diese Option, um mehrere Events mit regelmäßigen Abständen zu erstellen": "Aktivizē šo opciju, lai izveidotu vairākus pasākumus regulāros intervālos", - "Datum": "Datums", - "Datum des ersten Termins": "Pirmā pasākuma datums", - "An welchem Tag findet das Event statt?": "Kurā dienā notiek pasākums?", - "Uhrzeit": "Laiks", - "Um wie viel Uhr startet das Event?": "Cikos pasākums sākas?", - "Datum des letzten Termins": "Pēdējā pasākuma datums", - "Wiederholungstyp": "Atkārtošanas veids", - "Wie oft soll das Event wiederholt werden?": "Cik bieži pasākums jāatkārto?", - "Wochentag": "Nedēļas diena", - "Automatisch (wie Startdatum)": "Automātiski (kā sākuma datums)", - "An welchem Wochentag soll das Event stattfinden?": "Kurā nedēļas dienā pasākums notiek?", - "Position im Monat": "Pozīcija mēnesī", - "Automatisch (gleiches Datum)": "Automātiski (tas pats datums)", - "Welcher Wochentag im Monat? (z.B. \"letzter Freitag": "Kura nedēļas diena mēnesī? (piem., \"pēdējā piektdiena\")", - "Für regelmäßige Termine wie \"immer am letzten Freitag des Monats\":": "Regulāriem pasākumiem, piemēram, \"vienmēr katra mēneša pēdējā piektdienā\":", - "Wiederholungstyp: Monatlich": "Atkārtošanas veids: katru mēnesi", - "Wochentag: Freitag": "Nedēļas diena: piektdiena", - "Position im Monat: Letzter": "Pozīcija mēnesī: pēdējais", - "Ort": "Vieta", - "z.B. Café Mustermann, Hauptstr. 1": "piem., kafejnīca Mustermann, Galvenā iela 1", - "Beschreibe das Event...": "Apraksti pasākumu...", - "Details über das Event": "Detaļas par pasākumu", - "Link zu weiteren Informationen": "Saite uz papildu informāciju", - "Vorschau der Termine": "Pasākumu priekšskatījums", - "Events": "Pasākumi", - "Uhr": "plkst.", - "Vorschau auf 100 Termine begrenzt. Es werden möglicherweise mehr Termine erstellt.": "Priekšskatījums ir ierobežots līdz 100 pasākumiem. Iespējams, tiks izveidoti vairāk pasākumi.", - "Serientermine erstellen?": "Izveidot atkārtotus pasākumus?", - "Du bist dabei, mehrere Events zu erstellen.": "Tu gatavojies izveidot vairākus pasākumus.", - "Falsch angelegte Termine müssen alle händisch wieder gelöscht werden.": "Nepareizi izveidotie pasākumi jāizdzēš manuāli.", - "Bist du sicher, dass die Einstellungen korrekt sind?": "Vai esi pārliecināts, ka iestatījumi ir pareizi?", - "Jetzt erstellen": "Izveidot tagad", - "Meetup erfolgreich erstellt!": "Tikšanās veiksmīgi izveidota!", - "Neues Meetup erstellen": "Izveidot jaunu tikšanos", - "Der Anzeigename für dieses Meetup": "Šīs tikšanās attēlojamais nosaukums", - "Stadt hinzufügen": "Pievienot pilsētu", - "Die nächstgrößte Stadt oder Ort": "Tuvākā lielākā pilsēta vai vieta", - "Auf Karte sichtbar": "Redzams kartē", - "Soll dieses Meetup auf der Karte angezeigt werden?": "Vai šī tikšanās jāparāda kartē?", - "Kurze Beschreibung des Meetups": "Īss tikšanās apraksts", - "Offizielle Webseite oder Landingpage": "Oficiāla tīmekļa vietne vai galvenā lapa", - "Telegram Link": "Telegram saite", - "Link zur Telegram-Gruppe oder zum Kanal": "Saite uz Telegram grupu vai kanālu", + "Location": "Atrašanās vieta", + "Log in": "Pieteikties", + "log in": "iespraust", + "Log in mit Nostr": "Pieteikties ar Nostr", + "Log in to your account": "Piesakieties savā kontā", + "Log out": "Izlogoties", + "Log Out": "Iziet", + "Logge dich ein, um auf dein Bitcoin Meetup Konto zuzugreifen und an der Community teilzunehmen.": "Piesakies, lai piekļūtu savam Bitcoin tikšanās kontam un piedalītos kopienā.", + "Login": "Pieteikšanās", + "Login - Bitcoin Meetups": "Pieteikšanās - Bitcoin tikšanās", + "login using a recovery code": "Piesakieties, izmantojot atkopšanas kodu", + "login using an authentication code": "Pieteikšanās, izmantojot autentifikācijas kodu", + "Login with lightning ⚡": "Pieteikties ar Lightning ⚡", + "Logout": "Izrakstīties", + "Lokale Buchausleihe für Bitcoin-Meetups.": "Vietējā grāmatu noma Bitcoin tikšanās vajadzībām.", + "Longitude": "Garums", + "Länder mit den meisten Usern": "Valstis ar visvairāk lietotājiem", + "Längengrad": "Garums", + "Löschen": "Dzēst", + "Manage who belongs to this team": "Manage who belongs to this team", + "Manage your profile and account settings": "Pārvaldiet savu profila un konta iestatījumus", + "Manage your team settings": "Manage your team settings", + "Manage your teams and team memberships": "Manage your teams and team memberships", + "Manage your two-factor authentication settings": "Pārvaldiet divu faktoru autentifikācijas iestatījumus", + "Matrix": "Matrix", "Matrix Gruppe": "Matrix grupa", "Matrix-Raum Bezeichner oder Link": "Matrix telpas identifikators vai saite", + "Meetup aktualisieren": "Atjaunināt tikšanos", + "Meetup bearbeiten": "Rediģēt tikšanos", + "Meetup bearbeiten - Bitcoin Events": "Rediģēt tikšanos - Bitcoin pasākumi", + "Meetup entfernen?": "Noņemt tikšanos?", + "Meetup erfolgreich aktualisiert!": "Tikšanās veiksmīgi atjaunināta!", + "Meetup erfolgreich erstellt!": "Tikšanās veiksmīgi izveidota!", + "Meetup erstellen": "Izveidot tikšanos", + "Meetup hinzufügen...": "Pievienot tikšanos...", + "Meetup suchen...": "Meklēt tikšanos...", + "Meetups": "Tikšanās", + "Meetups mit den meisten Usern": "Tikšanās ar visvairāk lietotājiem", + "Mehr Informationen": "Vairāk informācijas", + "Meine Meetups": "Manas tikšanās", + "Meine nächsten Meetup Termine": "Manas nākamās tikšanās", + "Member removed.": "Member removed.", + "Member role updated.": "Member role updated.", + "Menü schließen": "Aizvērt izvēlni", + "Menü öffnen": "Atvērt izvēlni", + "Mindestens eine URL oder IP muss angegeben werden.": "Jānorāda vismaz viens URL vai IP.", + "Mittwoch": "Trešdiena", + "Monatlich": "Ikmēneša", + "Montag": "Pirmdiena", + "Möchten Sie den Service wirklich löschen? Diese Aktion kann nicht rückgängig gemacht werden.": "Vai tiešām vēlies dzēst pakalpojumu? Šo darbību nevar atsaukt.", + "Möchtest du": "Vai vēlies", + "Möchtest du das Event vom": "Vai vēlies pasākumu no", + "Name": "Nosaukums", + "Name eingeben": "Ievadi vārdu", + "Neue Meetups und Termine": "Jaunas tikšanās un pasākumi", + "Neue Stadt hinzufügen - Bitcoin Meetups": "Pievienot jaunu pilsētu - Bitcoin tikšanās", + "Neuen Dozenten erstellen": "Izveidot jaunu pasniedzēju", + "Neuen Kurs erstellen": "Izveidot jaunu kursu", + "Neuen Kurs erstellen - Bitcoin Education": "Izveidot jaunu kursu - Bitcoin izglītība", + "Neuen Service erstellen": "Izveidot jaunu pakalpojumu", + "Neuen Veranstaltungsort erstellen": "Izveidot jaunu norises vietu", + "Neuer Kurs": "Jauns kurss", + "Neuer Termin": "Jauns pasākums", + "Neues Event erstellen": "Izveidot jaunu pasākumu", + "Neues Meetup": "Jauna tikšanās", + "Neues Meetup erstellen": "Izveidot jaunu tikšanos", + "New password": "Jauna parole", + "New team": "New team", + "no location set": "atrašanās vieta nav iestatīta", + "Noch kein Event": "Vēl nav pasākumu", + "Node ID": "Mezgla ID", + "Normale Web-URL": "Parasta tīmekļa URL", + "Nostr": "Nostr", + "Nostr öffentlicher Schlüssel": "Nostr publiskā atslēga", "Nostr öffentlicher Schlüssel oder Bezeichner": "Nostr publiskā atslēga vai identifikators", + "nostr.course_event_text": "Mūsu pasniedzējs :from ir izveidojis jaunu kursa pasākumu:\n:name\n:description\n:url\n\n#Bitcoin #Einundzwanzig #vesalanauda", + "nostr.course_text": "Mūsu pasniedzējs :from ir pievienojis jaunu kursu:\n:name\n:description\n:url\n\n#Bitcoin #Einundzwanzig", + "nostr.meetup_event_text": ":from ir izveidojis jaunu pasākumu:\n:start\n:location\n:url\n\n#Bitcoin #Meetup #Einundzwanzig", + "nostr.meetup_text": "Pievienota jauna tikšanās grupa:\n:from\n:url\n\n#Bitcoin #Meetup #Einundzwanzig", + "Not Found": "Nav atrasts", + "Nächster Termin": "Nākamais datums", + "of": "no", + "Offizielle Webseite oder Landingpage": "Oficiāla tīmekļa vietne vai galvenā lapa", + "Once your account is deleted, all of its resources and data will also be permanently deleted. Please confirm you would like to permanently delete your account.": "Kad jūsu konts ir izdzēsts, visi tā resursi un dati tiks neatgriezeniski izdzēsti. Lūdzu, apstipriniet, ka vēlaties neatgriezeniski izdzēst kontu.", + "Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Kad jūsu konts tiks dzēsts, visi tā resursi un dati tiks neatgriezeniski dzēsti. Lūdzu, ievadiet savu paroli, lai apstiprinātu, ka vēlaties neatgriezeniski dzēst savu kontu.", + "or you can": "Vai arī jūs varat", + "or, enter the code manually": "Vai arī ievadiet kodu manuāli", + "Or, return to": "Vai arī atgriezieties", + "Ort": "Vieta", + "Ort erstellen": "Izveidot vietu", + "Ort hinzufügen": "Pievienot vietu", + "Orte/Gebiete": "Vietas/apgabali", + "Page Expired": "Lapas derīguma termiņš", + "Pagination Navigation": "Pagination Navigācija", + "Passe das Erscheinungsbild deines Bitcoin Meetup Profils an.": "Pielāgo sava Bitcoin tikšanās profila izskatu.", + "Password": "Parole", + "Password updated.": "Password updated.", + "Passwort ändern - Bitcoin Meetups": "Mainīt paroli - Bitcoin tikšanās", + "Payment Required": "Nepieciešams maksājums", + "PayNym": "PayNym", + "PayNym für Bitcoin-Zahlungen": "PayNym Bitcoin maksājumiem", + "Pending invitations": "Pending invitations", + "Permanently delete your team": "Permanently delete your team", + "Personal": "Personal", + "Persönliche Webseite oder Portfolio": "Personīga tīmekļa vietne vai portfolio", + "Pkarr DNS Adresse": "Pkarr DNS adrese", + "Platform": "Platforma", + "Please click the button below to verify your email address.": "Lūdzu, noklikšķiniet uz pogas zemāk, lai pārbaudītu savu e-pasta adresi.", + "Please confirm access to your account by entering one of your emergency recovery codes.": "Lūdzu, apstipriniet piekļuvi savam kontam, ievadot kādu no ārkārtas atkopšanas kodiem.", + "Please enter your new password below": "Lūdzu, ievadiet savu jauno paroli zemāk", + "Please proceed with caution, this cannot be undone.": "Please proceed with caution, this cannot be undone.", + "Please verify your email address by clicking on the link we just emailed to you.": "Lūdzu, pārbaudiet savu e -pasta adresi, noklikšķinot uz saites, kuru mēs jums tikko nosūtījām.", + "Population": "Iedzīvotāju skaits", + "Population Date": "Iedzīvotāju datu datums", + "Position im Monat": "Pozīcija mēnesī", + "Position im Monat: Letzter": "Pozīcija mēnesī: pēdējais", + "Profil bearbeiten - Bitcoin Meetups": "Rediģēt profilu - Bitcoin tikšanās", + "Profile": "Profils", + "Profile settings": "Profila iestatījumi", + "Profile updated.": "Profile updated.", + "Recovery code": "Atkopšanas kods", + "Recovery codes": "Atkopšanas kodi", + "Recovery codes let you regain access if you lose your 2FA device. Store them in a secure password manager.": "Atkopšanas kodi ļauj atgūt piekļuvi, ja zaudējat savu 2FA ierīci. Uzglabājiet tos drošā paroļu pārvaldniekā.", + "Regards,": "Saistībā,", + "Regenerate codes": "Atjaunot kodus", + "Register": "Reģistrēties", + "Remember me": "Atcerēties mani", + "Remove member": "Remove member", + "Remove team member": "Remove team member", + "Repository": "Krātuve", + "Resend verification email": "Pārskatiet verifikācijas e -pastu", + "Reset Password": "Atiestatīt paroli", + "Reset password": "Atiestatīt paroli", + "Reset your password": "Atiestatiet savu paroli", + "results": "rezultāti", + "Role": "Role", + "Samstag": "Sestdiena", + "Save": "Saglabāt", + "Saved.": "Saglabāts.", + "Schließe dieses Fenster nicht.": "Neaizver šo logu.", + "Search": "Meklēšana", + "Search cities...": "Meklēt pilsētas...", + "Search venues...": "Meklēt norises vietas...", + "Security": "Security", + "Security settings": "Security settings", + "Select a city": "Izvēlies pilsētu", + "Select a country": "Izvēlies valsti", + "Select team": "Select team", + "Self Hosted Services": "Pašmitinātie pakalpojumi", + "Self-Hosted Services - Übersicht": "Pašmitinātie pakalpojumi - pārskats", + "Send an invitation to join this team.": "Send an invitation to join this team.", + "Send invitation": "Send invitation", + "Serientermine erstellen": "Izveidot atkārtotus pasākumus", + "Serientermine erstellen?": "Izveidot atkārtotus pasākumus?", + "Server Error": "Servera kļūda", + "Service aktualisieren": "Atjaunināt pakalpojumu", + "Service anlegen": "Izveidot pakalpojumu", + "Service bearbeiten": "Rediģēt pakalpojumu", + "Service Details": "Pakalpojuma detaļas", + "Service erfolgreich aktualisiert!": "Pakalpojums veiksmīgi atjaunināts!", + "Service erfolgreich erstellt!": "Pakalpojums veiksmīgi izveidots!", + "Service erfolgreich gelöscht!": "Pakalpojums veiksmīgi dzēsts!", + "Service erstellen": "Izveidot pakalpojumu", + "Service löschen?": "Dzēst pakalpojumu?", + "Service ohne Autorenangabe": "Pakalpojums bez autora norādes", + "Service ohne Autorenangabe einstellen": "Iestatīt pakalpojumu bez autora norādes", + "Service Unavailable": "Pakalpojums nav pieejams", + "Settings": "Iestatījumi", + "Showing": "Rādīt", + "Sign up": "Pierakstīties", + "Signal": "Signal", + "Signal Kontakt- oder Gruppeninformationen": "Signal kontakta vai grupas informācija", + "Signal: @username, SimpleX: https://..., Email: ...": "Signal: @username, SimpleX: https://..., E-pasts: ...", + "Signiere mit deinem Nostr-Wallet": "Paraksti ar savu Nostr maku", + "Signiere…": "Parakstu...", + "Simplex": "Simplex", "SimpleX": "SimpleX", "SimpleX Chat Kontaktinformationen": "SimpleX Chat kontaktinformācija", - "Signal Kontakt- oder Gruppeninformationen": "Signal kontakta vai grupas informācija", - "Zusätzliche Informationen": "Papildu informācija", - "Gemeinschaft": "Kopiena", - "Keine": "Nav", - "Einundzwanzig Community": "Einundzwanzig kopiena", - "Allgemeine Bitcoin Community": "Vispārējā Bitcoin kopiena", - "Gemeinschafts- oder Organisationsname": "Kopienas vai organizācijas nosaukums", - "Meetup erstellen": "Izveidot tikšanos", - "Füge eine neue Stadt zur Datenbank hinzu.": "Pievieno jaunu pilsētu datubāzei.", - "Stadtname": "Pilsētas nosaukums", - "z.B. Berlin": "piem., Berlīne", - "Land": "Valsts", + "Soll dieses Meetup auf der Karte angezeigt werden?": "Vai šī tikšanās jāparāda kartē?", + "Sonntag": "Svētdiena", + "Sprache wechseln": "Mainīt valodu", + "Sprache wählen": "Izvēlies valodu", + "Stadt": "Pilsēta", + "Stadt auswählen": "Izvēlies pilsētu", + "Stadt bearbeiten - Bitcoin Meetups": "Rediģēt pilsētu - Bitcoin tikšanās", "Stadt erstellen": "Izveidot pilsētu", - "Meetup erfolgreich aktualisiert!": "Tikšanās veiksmīgi atjaunināta!", - "Meetup bearbeiten": "Rediģēt tikšanos", - "Ersteller des Meetups": "Tikšanās izveidotājs", - "Wann dieses Meetup erstellt wurde": "Kad šī tikšanās tika izveidota", - "Meetup aktualisieren": "Atjaunināt tikšanos", - "Kalender-Stream-URL kopieren": "Kopēt kalendāra straumes URL", - "Suche nach Meetups...": "Meklēt tikšanās...", - "Aktivität": "Aktivitāte", - "Noch kein Event": "Vēl nav pasākumu", - "Mehr Informationen": "Vairāk informācijas", - "Teilnahme": "Dalība", - "Du bist nicht eingloggt und musst deshalb den Namen selbst eintippen.": "Tu neesi pieteicies, tāpēc vārds jāievada pašam.", - "Dein Name": "Tavs vārds", - "Name eingeben": "Ievadi vārdu", - "Ich komme": "Es nākšu", - "Absagen": "Atteikt", - "Zurück zum Meetup": "Atpakaļ uz tikšanos", - "Über uns": "Par mums", - "Kontakt & Links": "Kontakti un saites", - "Community": "Kopiena", + "Stadt hinzufügen": "Pievienot pilsētu", + "Stadtname": "Pilsētas nosaukums", "Standort": "Atrašanās vieta", - "Zoom = STRG+Scroll": "Tālummaiņa = CTRL+ritināšana", - "Öffnen/RSVP": "Atvērt/apstiprināt", - "Event löschen?": "Dzēst pasākumu?", - "Möchtest du das Event vom": "Vai vēlies pasākumu no", - "wirklich löschen?": "tiešām dzēst?", - "Diese Aktion kann nicht rückgängig gemacht werden.": "Šo darbību nevar atsaukt.", - "Service erfolgreich erstellt!": "Pakalpojums veiksmīgi izveidots!", - "Service anlegen": "Izveidot pakalpojumu", - "Der Name des Services": "Pakalpojuma nosaukums", - "Typ": "Veids", - "Bitte wählen": "Lūdzu, izvēlies", - "Art des Services": "Pakalpojuma veids", - "Anonym einstellen": "Iestatīt anonīmi", - "Service ohne Autorenangabe einstellen": "Iestatīt pakalpojumu bez autora norādes", - "Kurze Beschreibung des Services": "Īss pakalpojuma apraksts", - "URLs & Erreichbarkeit": "URL un pieejamība", - "URL (Clearnet)": "URL (Clearnet)", - "Normale Web-URL": "Parasta tīmekļa URL", - "URL (Onion/Tor)": "URL (Onion/Tor)", - "Tor Hidden Service URL": "Tor slēptā pakalpojuma URL", - "URL (I2P)": "URL (I2P)", - "I2P Adresse": "I2P adrese", - "URL (pkdns)": "URL (pkdns)", - "Pkarr DNS Adresse": "Pkarr DNS adrese", - "IP Adresse": "IP adrese", - "Kontaktinformation": "Kontaktinformācija", - "Signal: @username, SimpleX: https://..., Email: ...": "Signal: @username, SimpleX: https://..., E-pasts: ...", - "Beliebige Kontaktinformationen (Signal, SimpleX, Email, etc.)": "Jebkura kontaktinformācija (Signal, SimpleX, e-pasts utt.)", - "Service erstellen": "Izveidot pakalpojumu", - "Service erfolgreich aktualisiert!": "Pakalpojums veiksmīgi atjaunināts!", - "Anonym": "Anonīms", - "Service ohne Autorenangabe": "Pakalpojums bez autora norādes", - "Service aktualisieren": "Atjaunināt pakalpojumu", - "Suche nach Services...": "Meklēt pakalpojumus...", - "Filter zurücksetzen": "Atiestatīt filtrus", - "Anonymous": "Anonīms", - "Created at": "Izveidots", - "Updated at": "Atjaunināts", - "Service erfolgreich gelöscht!": "Pakalpojums veiksmīgi dzēsts!", - "Löschen": "Dzēst", - "Kontakt": "Kontakts", - "Zugriff": "Piekļuve", - "Informationen": "Informācija", - "Zuletzt aktualisiert": "Pēdējoreiz atjaunināts", - "Zurück zur Übersicht": "Atpakaļ uz pārskatu", - "Service löschen?": "Dzēst pakalpojumu?", - "Möchten Sie den Service wirklich löschen? Diese Aktion kann nicht rückgängig gemacht werden.": "Vai tiešām vēlies dzēst pakalpojumu? Šo darbību nevar atsaukt.", - "Confirm Password": "Apstiprini paroli", - "Wähle deine Zeitzone aus...": "Izvēlies savu laika joslu...", - "Zeitzone erfolgreich aktualisiert": "Laika josla veiksmīgi atjaunināta", - "Wähle deine Zeitzone...": "Izvēlies savu laika joslu...", - "Suche Zeitzone...": "Meklē laika joslu...", - "Venue successfully created!": "Norises vieta veiksmīgi izveidota!", - "Create Venue": "Izveidot norises vietu", - "Venue Information": "Norises vietas informācija", - "Wähle die Stadt aus...": "Izvēlies pilsētu...", - "City": "Pilsēta", + "Startdatum": "Sākuma datums", + "Starte deine Bitcoin-Reise und entdecke spannende Inhalte rund um Bitcoin und Blockchain.": "Sāc savu Bitcoin ceļojumu un atklāj aizraujošu saturu par Bitcoin un blokķēdi.", + "Startzeit": "Sākuma laiks", + "Status": "Statuss", + "Straße": "Iela", "Street": "Iela", - "Venue successfully updated!": "Norises vieta veiksmīgi atjaunināta!", - "Edit Venue": "Rediģēt norises vietu", - "Select a city": "Izvēlies pilsētu", + "Städte/Gebiete": "Pilsētas/apgabali", + "Städteübersicht - Bitcoin Meetups": "Pilsētu pārskats - Bitcoin tikšanās", + "Success!": "Veiksmīgi!", + "Suche dein Land...": "Meklē savu valsti...", + "Suche nach Dozenten...": "Meklēt pasniedzējus...", + "Suche nach Kursen...": "Meklēt kursus...", + "Suche nach Meetups...": "Meklēt tikšanās...", + "Suche nach Ort...": "Meklēt vietu...", + "Suche nach Services...": "Meklēt pakalpojumus...", + "Suche passende Stadt...": "Meklē atbilstošu pilsētu...", + "Suche passenden Dozenten...": "Meklē atbilstošu pasniedzēju...", + "Suche Zeitzone...": "Meklē laika joslu...", + "System": "Sistēma", + "System-generierte ID (nur lesbar)": "Sistēmas ģenerēts ID (tikai lasāms)", + "Systeminformationen": "Sistēmas informācija", + "Team created.": "Team created.", + "Team deleted.": "Team deleted.", + "Team members": "Team members", + "Team name": "Team name", + "Team updated.": "Team updated.", + "Teams": "Teams", + "Teilnahme": "Dalība", + "Telegram": "Telegram", + "Telegram Link": "Telegram saite", + "The given data was invalid.": "Norādītie dati nebija derīgi.", + "The response is not a streamed response.": "Atbilde nav straumēta.", + "The response is not a view.": "Atbilde nav skata objekts.", + "The team name does not match.": "The team name does not match.", + "This action cannot be undone. This will permanently delete the team \":name\".": "This action cannot be undone. This will permanently delete the team \":name\".", + "This action is unauthorized.": "Šī darbība ir neatļauta.", + "This invitation has already been accepted.": "This invitation has already been accepted.", + "This invitation has expired.": "This invitation has expired.", + "This invitation was sent to a different email address.": "This invitation was sent to a different email address.", + "This is a secure area of the application. Please confirm your password before continuing.": "Šī ir droša pieteikuma zona. Pirms turpināt, lūdzu, apstipriniet paroli.", + "This password reset link will expire in :count minutes.": "Šī paroles atiestatīšanas saite beigsies :count minūtēs.", + "This team name is reserved and cannot be used.": "This team name is reserved and cannot be used.", + "This user is already a member of the team.": "This user is already a member of the team.", + "to": "lai", + "To finish enabling two-factor authentication, scan the QR code or enter the setup key in your authenticator app.": "Lai pabeigtu divu faktoru autentifikācijas iespējošanu, skenējiet QR kodu vai ievadiet iestatīšanas atslēgu savā autentifikatora lietotnē.", + "Toggle navigation": "Pārslēgt navigāciju", + "Too Many Requests": "Pārāk daudz pieprasījumu", + "Top Länder": "Top valstis", + "Top Meetups": "Top tikšanās", + "Tor Hidden Service URL": "Tor slēptā pakalpojuma URL", + "Toximalistisches Infotainment für bullische Bitcoiner.": "Toksimālistisks infoizklaides saturs bullīgiem bitkoineriem.", + "Twitter": "Twitter", + "Twitter Benutzername": "Twitter lietotājvārds", + "Twitter-Handle ohne @ Symbol": "Twitter konta vārds bez @ simbola", + "Two-factor authentication": "Divu faktoru autentifikācija", + "Two-factor authentication enabled": "Ir iespējota divu faktoru autentifikācija", + "Two-factor authentication is now enabled. Scan the QR code or enter the setup key in your authenticator app.": "Tagad ir iespējota divu faktoru autentifikācija. Skenējiet QR kodu vai ievadiet iestatīšanas atslēgu savā autentifikatora lietotnē.", + "Typ": "Veids", + "Type \":name\" to confirm": "Type \":name\" to confirm", + "Täglich": "Ikdienas", + "Uhr": "plkst.", + "Uhrzeit": "Laiks", + "Um wie viel Uhr beginnt das Event?": "Cikos pasākums sākas?", + "Um wie viel Uhr endet das Event?": "Cikos pasākums beidzas?", + "Um wie viel Uhr startet das Event?": "Cikos pasākums sākas?", + "Unauthorized": "Neatļauts", + "Unbekannt": "Nezināms", + "Untertitel": "Apakšvirsraksts", + "Update City": "Atjaunināt pilsētu", + "Update password": "Atjaunināt paroli", + "Update the appearance settings for your account": "Atjauniniet sava konta izskata iestatījumus", "Update Venue": "Atjaunināt norises vietu", + "Update your name and email address": "Atjauniniet savu vārdu un e -pasta adresi", + "Updated at": "Atjaunināts", + "URL (Clearnet)": "URL (Clearnet)", + "URL (I2P)": "URL (I2P)", + "URL (Onion/Tor)": "URL (Onion/Tor)", + "URL (pkdns)": "URL (pkdns)", + "URLs & Erreichbarkeit": "URL un pieejamība", + "User": "Lietotāji", + "Venue Information": "Norises vietas informācija", + "Venue successfully created!": "Norises vieta veiksmīgi izveidota!", + "Venue successfully updated!": "Norises vieta veiksmīgi atjaunināta!", "Venues": "Norises vietas", - "Search venues...": "Meklēt norises vietas...", - "Bitcoin Meetups": "Bitcoin tikšanās", - "Alle Meetups anzeigen": "Rādīt visas tikšanās", - "Kartenansicht öffnen": "Atvērt kartes skatu", + "Veranstaltungsort": "Norises vieta", + "Veranstaltungsort auswählen": "Izvēlies norises vietu", + "Veranstaltungsort bearbeiten": "Rediģēt norises vietu", + "Veranstaltungsort hinzufügen": "Pievienot norises vietu", + "Veranstaltungsorte": "Norises vietas", + "Veranstaltungsorte - Übersicht": "Norises vietas - pārskats", "Verbinde dich mit Bitcoinern in deiner Nähe": "Sazinies ar bitkoineriem sev tuvumā", - "Finde deine lokale Community": "Atrodi savu vietējo kopienu" + "Verify authentication code": "Pārbaudiet autentifikācijas kodu", + "Verify Email Address": "Pārbaudiet e-pasta adresi", + "Verify your email address": "Apstipriniet savu e-pasta adresi", + "Verwalte deine Bitcoin Meetups, Events und Einstellungen in deinem persönlichen Dashboard.": "Pārvaldi savas Bitcoin tikšanās, pasākumus un iestatījumus savā personīgajā vadības panelī.", + "Verwalte die Termine und Details deiner Bitcoin-Bildungsveranstaltungen.": "Pārvaldi savu Bitcoin izglītības pasākumu datumus un detaļas.", + "Vielleicht": "Varbūt", + "Vierter": "Ceturtais", + "View :name": "View :name", + "View recovery codes": "Skatiet atkopšanas kodus", + "View team": "View team", + "Vollständiger Name des Dozenten": "Pasniedzēja pilns vārds", + "Vorschau auf 100 Termine begrenzt. Es werden möglicherweise mehr Termine erstellt.": "Priekšskatījums ir ierobežots līdz 100 pasākumiem. Iespējams, tiks izveidoti vairāk pasākumi.", + "Vorschau der Termine": "Pasākumu priekšskatījums", + "Wann dieser Dozent erstellt wurde": "Kad šis pasniedzējs tika izveidots", + "Wann dieser Kurs erstellt wurde": "Kad šis kurss tika izveidots", + "Wann dieses Meetup erstellt wurde": "Kad šī tikšanās tika izveidota", + "Warning": "Warning", + "Webseite": "Tīmekļa vietne", + "Website": "Tīmekļa vietne", + "weitere Termine": "vairāk pasākumu", + "Welcher Wochentag im Monat? (z.B. \"letzter Freitag": "Kura nedēļas diena mēnesī? (piem., \"pēdējā piektdiena\")", + "Welcome": "Laipni lūdzam", + "Welt-Karte": "Pasaules karte", + "Werde Bitcoin-Dozent und teile dein Expertenwissen mit der Community.": "Kļūsti par Bitcoin pasniedzēju un dalies savās ekspertu zināšanās ar kopienu.", + "When you enable two-factor authentication, you will be prompted for a secure pin during login. This pin can be retrieved from a TOTP-supported application on your phone.": "Iespējot divu faktoru autentifikāciju, pieteikšanās laikā jums tiks piedāvāts drošs tapa. Šo tapu var iegūt no TOTP atbalstītās lietojumprogrammas jūsu tālrunī.", + "Whoops!": "Ak vai!", + "Wie oft soll das Event wiederholt werden?": "Cik bieži pasākums jāatkārto?", + "Wiederholungstyp": "Atkārtošanas veids", + "Wiederholungstyp: Monatlich": "Atkārtošanas veids: katru mēnesi", + "Willkommen": "Laipni lūgts", + "Willkommen bei Bitcoin Meetups": "Laipni lūdzam Bitcoin tikšanās", + "Willkommen zurück": "Laipni lūgts atpakaļ", + "wirklich löschen?": "tiešām dzēst?", + "Wo findet das Event statt?": "Kur notiek pasākums?", + "Wochentag": "Nedēļas diena", + "Wochentag: Freitag": "Nedēļas diena: piektdiena", + "Wähle dein Land...": "Izvēlies savu valsti...", + "Wähle deine Zeitzone aus...": "Izvēlies savu laika joslu...", + "Wähle deine Zeitzone...": "Izvēlies savu laika joslu...", + "Wähle die Stadt aus...": "Izvēlies pilsētu...", + "Wöchentlich": "Iknedēļas", + "You are receiving this email because we received a password reset request for your account.": "Jūs saņemat šo e-pastu, jo saņēmām paroles atiestatīšanas pieprasījumu jūsu kontam.", + "You don't belong to any teams yet.": "You don't belong to any teams yet.", + "You will be prompted for a secure, random pin during login, which you can retrieve from the TOTP-supported application on your phone.": "You will be prompted for a secure, random pin during login, which you can retrieve from the TOTP-supported application on your phone.", + "You've been invited to join :teamName": "You've been invited to join :teamName", + "Your email address is unverified.": "Jūsu e-pasta adrese nav verificēta.", + "z.B. Berlin": "piem., Berlīne", + "z.B. Bitcoin Zentrum München": "piem., Bitcoin centrs Minhenē", + "z.B. Café Mustermann, Hauptstr. 1": "piem., kafejnīca Mustermann, Galvenā iela 1", + "z.B. Hauptstraße 1": "piem., Galvenā iela 1", + "Zahlungsinformationen": "Maksājumu informācija", + "Zeitzone": "Laika josla", + "Zeitzone erfolgreich aktualisiert": "Laika josla veiksmīgi atjaunināta", + "Zoom = STRG+Scroll": "Tālummaiņa = CTRL+ritināšana", + "Zugriff": "Piekļuve", + "Zuletzt aktualisiert": "Pēdējoreiz atjaunināts", + "Zur Startseite": "Uz sākumlapu", + "Zurück zum Meetup": "Atpakaļ uz tikšanos", + "Zurück zur Übersicht": "Atpakaļ uz pārskatu", + "Zusagen": "Apstiprināt", + "Zusätzliche Informationen": "Papildu informācija", + "Zweiter": "Otrais", + "Ändere dein Passwort für mehr Sicherheit deines Bitcoin Meetup Kontos.": "Maini paroli, lai uzlabotu sava Bitcoin tikšanās konta drošību.", + "Öffnen/RSVP": "Atvērt/apstiprināt", + "Über den Dozenten": "Par pasniedzēju", + "Über den Kurs": "Par kursu", + "Über uns": "Par mums" } \ No newline at end of file diff --git a/lang/lv/auth.php b/lang/lv/auth.php index 335d7be..f5a3251 100644 --- a/lang/lv/auth.php +++ b/lang/lv/auth.php @@ -3,7 +3,7 @@ declare(strict_types=1); return [ - 'failed' => 'Šie dati neatbilst mūsu reģistram.', + 'failed' => 'Šie dati neatbilst mūsu reģistram.', 'password' => 'Parole ir nepareiza.', 'throttle' => 'Pārāk daudz pieteikšanās mēģinājumu. Lūdzu mēģiniet vēlreiz pēc :seconds sekundēm.', ]; diff --git a/lang/lv/pagination.php b/lang/lv/pagination.php index 3bfcc61..6a07290 100644 --- a/lang/lv/pagination.php +++ b/lang/lv/pagination.php @@ -3,6 +3,6 @@ declare(strict_types=1); return [ - 'next' => 'Nākamais »', + 'next' => 'Nākamais »', 'previous' => '« Iepriekšējais', ]; diff --git a/lang/lv/passwords.php b/lang/lv/passwords.php index 5fd7077..cbc3c55 100644 --- a/lang/lv/passwords.php +++ b/lang/lv/passwords.php @@ -3,9 +3,9 @@ declare(strict_types=1); return [ - 'reset' => 'Jūsu parole ir atjaunināta!', - 'sent' => 'Mēs nosūtījām paroles maiņas saiti uz jūsu e-pastu.', + 'reset' => 'Jūsu parole ir atjaunināta!', + 'sent' => 'Mēs nosūtījām paroles maiņas saiti uz jūsu e-pastu.', 'throttled' => 'Lūdzu, uzgaidiet pirms atkārtotas mēģināšanas!', - 'token' => 'Paroles nomaiņas talons ir nederīgs.', - 'user' => 'Mēs nevaram atrast lietotāju ar tādu e-pasta adresi.', + 'token' => 'Paroles nomaiņas talons ir nederīgs.', + 'user' => 'Mēs nevaram atrast lietotāju ar tādu e-pasta adresi.', ]; diff --git a/lang/lv/validation.php b/lang/lv/validation.php index 799e69e..d3e41fd 100644 --- a/lang/lv/validation.php +++ b/lang/lv/validation.php @@ -3,157 +3,157 @@ declare(strict_types=1); return [ - 'accepted' => ':Attribute ir jābūt pieņemtam.', - 'accepted_if' => ':Attribute ir jāpieņem, ja :other ir :value.', - 'active_url' => ':Attribute ir ar nederīgu saiti.', - 'after' => ':Attribute ir jābūt ar datumu pēc :date.', - 'after_or_equal' => ':Attribute ir jābūt ar datumu pēc vai vienādu ar :date.', - 'alpha' => ':Attribute var saturēt tikai burtus.', - 'alpha_dash' => ':Attribute var saturēt tikai burtus, numurus un atstarpes.', - 'alpha_num' => ':Attribute var tikai saturēt burtus un numurus.', - 'any_of' => ':attribute lauks nav derīgs.', - 'array' => ':Attribute ir jābūt sakārtotam.', - 'ascii' => ':Attribute drīkst saturēt tikai viena baita burtciparu rakstzīmes un simbolus.', - 'before' => ':Attribute ir jābūt ar datumu pirms :date.', - 'before_or_equal' => ':Attribute ir jābūt ar datumu pirms vai vienādu ar :date.', - 'between' => [ - 'array' => ':Attribute jābūt no :min līdz :max vienībām.', - 'file' => ':Attribute jābūt starp :min un :max kilobaitiem.', + 'accepted' => ':Attribute ir jābūt pieņemtam.', + 'accepted_if' => ':Attribute ir jāpieņem, ja :other ir :value.', + 'active_url' => ':Attribute ir ar nederīgu saiti.', + 'after' => ':Attribute ir jābūt ar datumu pēc :date.', + 'after_or_equal' => ':Attribute ir jābūt ar datumu pēc vai vienādu ar :date.', + 'alpha' => ':Attribute var saturēt tikai burtus.', + 'alpha_dash' => ':Attribute var saturēt tikai burtus, numurus un atstarpes.', + 'alpha_num' => ':Attribute var tikai saturēt burtus un numurus.', + 'any_of' => ':attribute lauks nav derīgs.', + 'array' => ':Attribute ir jābūt sakārtotam.', + 'ascii' => ':Attribute drīkst saturēt tikai viena baita burtciparu rakstzīmes un simbolus.', + 'before' => ':Attribute ir jābūt ar datumu pirms :date.', + 'before_or_equal' => ':Attribute ir jābūt ar datumu pirms vai vienādu ar :date.', + 'between' => [ + 'array' => ':Attribute jābūt no :min līdz :max vienībām.', + 'file' => ':Attribute jābūt starp :min un :max kilobaitiem.', 'numeric' => ':Attribute jābūt starp :min un :max.', - 'string' => ':Attribute jābūt no :min līdz :max zīmēm.', + 'string' => ':Attribute jābūt no :min līdz :max zīmēm.', ], - 'boolean' => ':Attribute lauciņam jābūt patiesam vai nepatiesam.', - 'can' => 'Laukā :attribute ir neatļauta vērtība.', - 'confirmed' => ':Attribute apstiprinājums neatbilst.', - 'contains' => 'Laukā :attribute trūkst obligātās vērtības.', - 'current_password' => 'Parole ir nepareiza.', - 'date' => ':Attribute nav derīgs.', - 'date_equals' => ':Attribute datumam jāsakrīt ar :date.', - 'date_format' => ':Attribute neatbilst formātam :format.', - 'decimal' => ':Attribute ir jābūt :decimal cipariem aiz komata.', - 'declined' => ':Attribute ir jānoraida.', - 'declined_if' => ':Attribute ir jānoraida, ja :other ir :value.', - 'different' => ':Attribute un :other ir jābūt atšķirīgiem.', - 'digits' => ':Attribute ir jābūt :digits cipariem.', - 'digits_between' => ':Attribute garumam ir jābūt starp :min un :max cipariem.', - 'dimensions' => ':Attribute ir nederīgs attēla izmērs.', - 'distinct' => ':Attribute laukam ir dublikāts.', - 'doesnt_contain' => ':attribute laukā nedrīkst būt neviena no šiem: :values.', - 'doesnt_end_with' => ':Attribute nedrīkst beigties ar kādu no šiem: :values.', - 'doesnt_start_with' => ':Attribute nedrīkst sākties ar kādu no šiem: :values.', - 'email' => ':Attribute ir jābūt derīgai e-pasta adresei.', - 'encoding' => 'Laukam :attribute jābūt iekodētam ar :encoding.', - 'ends_with' => ':Attribute jābeidzas ar vienu no šiem: :values.', - 'enum' => 'Atlasītie :attribute nav derīgi.', - 'exists' => 'Izvēlētais :attribute ir nederīgs.', - 'extensions' => 'Laukam :attribute ir jābūt vienam no šiem paplašinājumiem: :values.', - 'file' => ':Attribute jābūt failam.', - 'filled' => ':Attribute lauks ir obligāts.', - 'gt' => [ - 'array' => ':Attribute jābūt vairāk nekā :value vienībām.', - 'file' => ':Attribute jābūt lielākam par :value kilobaitiem.', + 'boolean' => ':Attribute lauciņam jābūt patiesam vai nepatiesam.', + 'can' => 'Laukā :attribute ir neatļauta vērtība.', + 'confirmed' => ':Attribute apstiprinājums neatbilst.', + 'contains' => 'Laukā :attribute trūkst obligātās vērtības.', + 'current_password' => 'Parole ir nepareiza.', + 'date' => ':Attribute nav derīgs.', + 'date_equals' => ':Attribute datumam jāsakrīt ar :date.', + 'date_format' => ':Attribute neatbilst formātam :format.', + 'decimal' => ':Attribute ir jābūt :decimal cipariem aiz komata.', + 'declined' => ':Attribute ir jānoraida.', + 'declined_if' => ':Attribute ir jānoraida, ja :other ir :value.', + 'different' => ':Attribute un :other ir jābūt atšķirīgiem.', + 'digits' => ':Attribute ir jābūt :digits cipariem.', + 'digits_between' => ':Attribute garumam ir jābūt starp :min un :max cipariem.', + 'dimensions' => ':Attribute ir nederīgs attēla izmērs.', + 'distinct' => ':Attribute laukam ir dublikāts.', + 'doesnt_contain' => ':attribute laukā nedrīkst būt neviena no šiem: :values.', + 'doesnt_end_with' => ':Attribute nedrīkst beigties ar kādu no šiem: :values.', + 'doesnt_start_with' => ':Attribute nedrīkst sākties ar kādu no šiem: :values.', + 'email' => ':Attribute ir jābūt derīgai e-pasta adresei.', + 'encoding' => 'Laukam :attribute jābūt iekodētam ar :encoding.', + 'ends_with' => ':Attribute jābeidzas ar vienu no šiem: :values.', + 'enum' => 'Atlasītie :attribute nav derīgi.', + 'exists' => 'Izvēlētais :attribute ir nederīgs.', + 'extensions' => 'Laukam :attribute ir jābūt vienam no šiem paplašinājumiem: :values.', + 'file' => ':Attribute jābūt failam.', + 'filled' => ':Attribute lauks ir obligāts.', + 'gt' => [ + 'array' => ':Attribute jābūt vairāk nekā :value vienībām.', + 'file' => ':Attribute jābūt lielākam par :value kilobaitiem.', 'numeric' => ':Attribute jābūt lielākam par :value.', - 'string' => ':Attribute jāpārsniedz :value rakstzīmes.', + 'string' => ':Attribute jāpārsniedz :value rakstzīmes.', ], - 'gte' => [ - 'array' => ':Attribute jābūt :value vai vairāk vienībām.', - 'file' => ':Attribute jābūt lielākam vai vienādam ar :value kilobaitiem.', + 'gte' => [ + 'array' => ':Attribute jābūt :value vai vairāk vienībām.', + 'file' => ':Attribute jābūt lielākam vai vienādam ar :value kilobaitiem.', 'numeric' => ':Attribute jābūt lielākam vai vienādam ar :value.', - 'string' => ':Attribute garumam jābūt lielākam vai vienādam ar :value rakstzīmēm.', + 'string' => ':Attribute garumam jābūt lielākam vai vienādam ar :value rakstzīmēm.', ], - 'hex_color' => 'Laukam :attribute ir jābūt derīgai heksadecimālajai krāsai.', - 'image' => ':Attribute jābūt attēlam.', - 'in' => 'Izvēlētais :attribute ir nederīgs.', - 'in_array' => ':Other neeksistē lauks :attribute.', - 'in_array_keys' => ':attribute laukā jābūt vismaz vienai no šīm atslēgām: :values.', - 'integer' => ':Attribute ir jābūt skaitlim.', - 'ip' => ':Attribute jābūt derīgai IP adresei.', - 'ipv4' => ':Attribute jābūt derīgai IPv4 adresei.', - 'ipv6' => ':Attribute jābūt derīgai IPv6 adresei.', - 'json' => ':Attribute jābūt derīgai JSON virknei.', - 'list' => 'Laukam :attribute ir jābūt sarakstam.', - 'lowercase' => ':Attribute ir jābūt mazajiem burtiem.', - 'lt' => [ - 'array' => ':Attribute jābūt mazāk nekā :value vienībām.', - 'file' => ':Attribute nedrīkst pārsniegt :value kilobaitus.', + 'hex_color' => 'Laukam :attribute ir jābūt derīgai heksadecimālajai krāsai.', + 'image' => ':Attribute jābūt attēlam.', + 'in' => 'Izvēlētais :attribute ir nederīgs.', + 'in_array' => ':Other neeksistē lauks :attribute.', + 'in_array_keys' => ':attribute laukā jābūt vismaz vienai no šīm atslēgām: :values.', + 'integer' => ':Attribute ir jābūt skaitlim.', + 'ip' => ':Attribute jābūt derīgai IP adresei.', + 'ipv4' => ':Attribute jābūt derīgai IPv4 adresei.', + 'ipv6' => ':Attribute jābūt derīgai IPv6 adresei.', + 'json' => ':Attribute jābūt derīgai JSON virknei.', + 'list' => 'Laukam :attribute ir jābūt sarakstam.', + 'lowercase' => ':Attribute ir jābūt mazajiem burtiem.', + 'lt' => [ + 'array' => ':Attribute jābūt mazāk nekā :value vienībām.', + 'file' => ':Attribute nedrīkst pārsniegt :value kilobaitus.', 'numeric' => ':Attribute jābūt mazākam nekā :value.', - 'string' => ':Attribute nedrīkst pārsniegt :value rakstzīmes.', + 'string' => ':Attribute nedrīkst pārsniegt :value rakstzīmes.', ], - 'lte' => [ - 'array' => ':Attribute nedrīkst būt vairāk par :value vienībām.', - 'file' => ':Attribute nedrīkst pārsniegt :value kilobaitus.', + 'lte' => [ + 'array' => ':Attribute nedrīkst būt vairāk par :value vienībām.', + 'file' => ':Attribute nedrīkst pārsniegt :value kilobaitus.', 'numeric' => ':Attribute jābūt mazākam vai vienādam ar :value.', - 'string' => ':Attribute nedrīkst pārsniegt :value rakstzīmes.', + 'string' => ':Attribute nedrīkst pārsniegt :value rakstzīmes.', ], - 'mac_address' => ':Attribute ir jābūt derīgai MAC adresei.', - 'max' => [ - 'array' => ':Attribute nedrīkst pārsniegt :max vienības.', - 'file' => ':Attribute nedrīkst pārsniegt :max kilobaitus.', + 'mac_address' => ':Attribute ir jābūt derīgai MAC adresei.', + 'max' => [ + 'array' => ':Attribute nedrīkst pārsniegt :max vienības.', + 'file' => ':Attribute nedrīkst pārsniegt :max kilobaitus.', 'numeric' => ':Attribute nedrīkst pārsniegt :max.', - 'string' => ':Attribute nedrīkst pārsniegt :max rakstzīmes.', + 'string' => ':Attribute nedrīkst pārsniegt :max rakstzīmes.', ], - 'max_digits' => ':Attribute nedrīkst būt vairāk par :max cipariem.', - 'mimes' => ':Attribute jābūt faila tipam: :values', - 'mimetypes' => ':Attribute jābūt faila tipam: :values.', - 'min' => [ - 'array' => ':Attribute jāsatur vismaz :min vienības.', - 'file' => ':Attribute jābūt vismaz :min kilobaitiem.', + 'max_digits' => ':Attribute nedrīkst būt vairāk par :max cipariem.', + 'mimes' => ':Attribute jābūt faila tipam: :values', + 'mimetypes' => ':Attribute jābūt faila tipam: :values.', + 'min' => [ + 'array' => ':Attribute jāsatur vismaz :min vienības.', + 'file' => ':Attribute jābūt vismaz :min kilobaitiem.', 'numeric' => ':Attribute jābūt vismaz :min.', - 'string' => ':Attribute jābūt vismaz :min rakstzīmēm.', + 'string' => ':Attribute jābūt vismaz :min rakstzīmēm.', ], - 'min_digits' => ':Attribute ir jābūt vismaz :min cipariem.', - 'missing' => 'Jātrūkst laukam :attribute.', - 'missing_if' => 'Laukam :attribute ir jābūt pazudušiem, ja :other ir :value.', - 'missing_unless' => 'Laukam :attribute ir jābūt pazudušiem, ja vien :other nav :value.', - 'missing_with' => 'Laukam :attribute ir jābūt pazudušiem, ja ir :values.', - 'missing_with_all' => 'Laukam :attribute ir jābūt pazudušiem, ja ir :values.', - 'multiple_of' => ':Attribute jābūt :value daudzkārtnim.', - 'not_in' => 'izvēlētais :attribute ir nederīgs.', - 'not_regex' => ':Attribute formāts ir nederīgs.', - 'numeric' => ':Attribute jābūt skaitlim.', - 'password' => [ - 'letters' => ':Attribute ir jāsatur vismaz viens burts.', - 'mixed' => ':Attribute ir jāsatur vismaz viens lielais un viens mazais burts.', - 'numbers' => ':Attribute ir jāsatur vismaz viens skaitlis.', - 'symbols' => ':Attribute ir jāsatur vismaz viens simbols.', + 'min_digits' => ':Attribute ir jābūt vismaz :min cipariem.', + 'missing' => 'Jātrūkst laukam :attribute.', + 'missing_if' => 'Laukam :attribute ir jābūt pazudušiem, ja :other ir :value.', + 'missing_unless' => 'Laukam :attribute ir jābūt pazudušiem, ja vien :other nav :value.', + 'missing_with' => 'Laukam :attribute ir jābūt pazudušiem, ja ir :values.', + 'missing_with_all' => 'Laukam :attribute ir jābūt pazudušiem, ja ir :values.', + 'multiple_of' => ':Attribute jābūt :value daudzkārtnim.', + 'not_in' => 'izvēlētais :attribute ir nederīgs.', + 'not_regex' => ':Attribute formāts ir nederīgs.', + 'numeric' => ':Attribute jābūt skaitlim.', + 'password' => [ + 'letters' => ':Attribute ir jāsatur vismaz viens burts.', + 'mixed' => ':Attribute ir jāsatur vismaz viens lielais un viens mazais burts.', + 'numbers' => ':Attribute ir jāsatur vismaz viens skaitlis.', + 'symbols' => ':Attribute ir jāsatur vismaz viens simbols.', 'uncompromised' => 'Dotais :attribute ir parādījies datu noplūdē. Lūdzu, izvēlieties citu :attribute.', ], - 'present' => ':Attribute lauks ir obligāts.', - 'present_if' => 'Laukam :attribute ir jābūt redzamam, ja :other ir :value.', - 'present_unless' => 'Laukam :attribute ir jābūt redzamam, ja vien :other nav :value.', - 'present_with' => 'Laukam :attribute ir jābūt redzamam, ja ir :values.', - 'present_with_all' => 'Laukam :attribute ir jābūt redzamam, ja ir :values.', - 'prohibited' => ':Attribute lauks ir aizliegts.', - 'prohibited_if' => ':Attribute lauks ir aizliegts, ja :other ir :value.', + 'present' => ':Attribute lauks ir obligāts.', + 'present_if' => 'Laukam :attribute ir jābūt redzamam, ja :other ir :value.', + 'present_unless' => 'Laukam :attribute ir jābūt redzamam, ja vien :other nav :value.', + 'present_with' => 'Laukam :attribute ir jābūt redzamam, ja ir :values.', + 'present_with_all' => 'Laukam :attribute ir jābūt redzamam, ja ir :values.', + 'prohibited' => ':Attribute lauks ir aizliegts.', + 'prohibited_if' => ':Attribute lauks ir aizliegts, ja :other ir :value.', 'prohibited_if_accepted' => ':attribute lauks ir aizliegts, kad tiek pieņemts :other.', 'prohibited_if_declined' => ':attribute lauks ir aizliegts, kad :other ir noraidīts.', - 'prohibited_unless' => ':Attribute lauks ir aizliegts, ja vien :other nav :values.', - 'prohibits' => ':Attribute lauks aizliedz :other atrasties.', - 'regex' => ':Attribute formāts ir nederīgs.', - 'required' => ':Attribute lauks ir obligāts.', - 'required_array_keys' => 'Laukā :attribute jābūt ierakstiem: :values.', - 'required_if' => ':Attribute lauks ir obligāts, ja :other ir :values.', - 'required_if_accepted' => 'Lauks :attribute ir nepieciešams, ja tiek pieņemts :other.', - 'required_if_declined' => 'Ja lauks :other ir noraidīts, ir jāaizpilda lauks :attribute.', - 'required_unless' => ':Attribute lauks ir obligāts, ja vien :other nav :values.', - 'required_with' => ':Attribute lauks ir obligāts, kad kāds no :values ir pieejams.', - 'required_with_all' => ':Attribute lauks ir obligāts, kad viss no :values ir pieejams.', - 'required_without' => ':Attribute lauks ir obligāts, kad kāds no :values nav pieejams.', - 'required_without_all' => ':Attribute lauks ir obligāts, kad neviens no :values nav pieejams.', - 'same' => ':Attribute un :other ir jāsakrīt.', - 'size' => [ - 'array' => ':Attribute jāsatur :size vienības.', - 'file' => ':Attribute jābūt :size kilobaiti.', + 'prohibited_unless' => ':Attribute lauks ir aizliegts, ja vien :other nav :values.', + 'prohibits' => ':Attribute lauks aizliedz :other atrasties.', + 'regex' => ':Attribute formāts ir nederīgs.', + 'required' => ':Attribute lauks ir obligāts.', + 'required_array_keys' => 'Laukā :attribute jābūt ierakstiem: :values.', + 'required_if' => ':Attribute lauks ir obligāts, ja :other ir :values.', + 'required_if_accepted' => 'Lauks :attribute ir nepieciešams, ja tiek pieņemts :other.', + 'required_if_declined' => 'Ja lauks :other ir noraidīts, ir jāaizpilda lauks :attribute.', + 'required_unless' => ':Attribute lauks ir obligāts, ja vien :other nav :values.', + 'required_with' => ':Attribute lauks ir obligāts, kad kāds no :values ir pieejams.', + 'required_with_all' => ':Attribute lauks ir obligāts, kad viss no :values ir pieejams.', + 'required_without' => ':Attribute lauks ir obligāts, kad kāds no :values nav pieejams.', + 'required_without_all' => ':Attribute lauks ir obligāts, kad neviens no :values nav pieejams.', + 'same' => ':Attribute un :other ir jāsakrīt.', + 'size' => [ + 'array' => ':Attribute jāsatur :size vienības.', + 'file' => ':Attribute jābūt :size kilobaiti.', 'numeric' => ':Attribute jābūt :size.', - 'string' => ':Attribute jābūt :size rakstzīmēm.', + 'string' => ':Attribute jābūt :size rakstzīmēm.', ], - 'starts_with' => ':Attribute jāsākas ar kādu no šiem: :values', - 'string' => ':Attribute jābūt virknē.', - 'timezone' => ':Attribute jābūt derīgai laika zonai.', - 'ulid' => ':Attribute ir jābūt derīgam ULID.', - 'unique' => ':Attribute jau ir aizņemts.', - 'uploaded' => ':Attribute netika augšupielādēts.', - 'uppercase' => ':Attribute ir jābūt lielajiem burtiem.', - 'url' => ':Attribute formāts ir nederīgs.', - 'uuid' => ':Attribute jābūt derīgam UUID.', + 'starts_with' => ':Attribute jāsākas ar kādu no šiem: :values', + 'string' => ':Attribute jābūt virknē.', + 'timezone' => ':Attribute jābūt derīgai laika zonai.', + 'ulid' => ':Attribute ir jābūt derīgam ULID.', + 'unique' => ':Attribute jau ir aizņemts.', + 'uploaded' => ':Attribute netika augšupielādēts.', + 'uppercase' => ':Attribute ir jābūt lielajiem burtiem.', + 'url' => ':Attribute formāts ir nederīgs.', + 'uuid' => ':Attribute jābūt derīgam UUID.', ]; diff --git a/lang/nl.json b/lang/nl.json index 29a08eb..484df98 100644 --- a/lang/nl.json +++ b/lang/nl.json @@ -16,6 +16,7 @@ "Aktionen": "Acties", "Aktiv": "Actief", "Aktiviere diese Option, um mehrere Events mit regelmäßigen Abständen zu erstellen": "Activeer deze optie om meerdere evenementen met regelmatige intervallen aan te maken", + "Aktivität": "Activiteit", "Aktivitäten": "Activiteiten", "Aktualisiere dein Profil als Bitcoin-Dozent und deine Kursangebote.": "Werk je profiel als Bitcoin-docent en je cursusaanbiedingen bij.", "Aktualisiere deine persönlichen Informationen und Profileinstellungen.": "Werk je persoonlijke informatie en profielinstellingen bij.", @@ -62,6 +63,7 @@ "Bearbeiten": "Bewerken", "Beliebige Kontaktinformationen (Signal, SimpleX, Email, etc.)": "Willekeurige contactinformatie (Signal, SimpleX, E-mail, etc.)", "Benutzerdefiniert": "Aangepast", + "Benutzermenü": "Gebruikersmenu", "Beschreibe das Event...": "Beschrijf het evenement...", "Beschreibung": "Beschrijving", "Bist du sicher, dass die Einstellungen korrekt sind?": "Weet je zeker dat de instellingen correct zijn?", @@ -76,8 +78,10 @@ "Bitcoin Meetups - Alle Events": "Bitcoin Meetups - Alle Evenementen", "Bitcoin Meetups - Community Events": "Bitcoin Meetups - Community Evenementen", "Bitcoin Meetups Karte": "Bitcoin Meetups Kaart", + "Bitte bestätige die Login-Anfrage in deiner Browser-Extension. Du wirst gleich automatisch weitergeleitet.": "Bevestig het inlogverzoek in je browser-extensie. Je wordt zo automatisch doorgestuurd.", "Bitte wählen": "Selecteer", "BooksForPlebs": "BooksForPlebs", + "Breiten- und Längengrad dürfen nicht beide 0 sein.": "Breedte- en lengtegraad mogen niet beide 0 zijn.", "Breitengrad": "Breedtegraad", "Cancel": "Annuleren", "Cancel invitation": "Cancel invitation", @@ -232,6 +236,7 @@ "Give your team a name to get started.": "Give your team a name to get started.", "Go to page :page": "Ga naar pagina :page", "Grundlegende Informationen": "Basisinformatie", + "Hauptnavigation": "Hoofdnavigatie", "Hello!": "Hallo!", "Hide Recovery Codes": "Hide Recovery Codes", "Hide recovery codes": "Hide recovery codes", @@ -290,6 +295,7 @@ "Lerne unsere erfahrenen Bitcoin-Dozenten und ihre Expertise kennen.": "Leer onze ervaren Bitcoin-docenten en hun expertise kennen.", "Letzte Änderungszeit": "Laatste wijzigingstijd", "Letzter": "Laatste", + "Letztes Event": "Laatste evenement", "Light": "Licht", "Lightning Adresse": "Lightning-adres", "Lightning Node ID": "Lightning Node ID", @@ -346,6 +352,8 @@ "Meine nächsten Meetup Termine": "Mijn volgende Meetup-afspraken", "Member removed.": "Member removed.", "Member role updated.": "Member role updated.", + "Menü schließen": "Menu sluiten", + "Menü öffnen": "Menu openen", "Mindestens eine URL muss angegeben werden.": "Er moet minimaal één URL worden opgegeven.", "Mindestens eine URL oder IP muss angegeben werden.": "Er moet minimaal één URL of IP worden opgegeven.", "Mittwoch": "Woensdag", @@ -371,6 +379,7 @@ "New password": "Nieuw wachtwoord", "New team": "New team", "no location set": "geen locatie ingesteld", + "Noch kein Event": "Nog geen evenement", "Node ID": "Node ID", "Normale Web-URL": "Normale web-URL", "Nostr": "Nostr", @@ -445,6 +454,7 @@ "Samstag": "Zaterdag", "Save": "Opslaan", "Saved.": "Opgeslagen.", + "Schließe dieses Fenster nicht.": "Sluit dit venster niet.", "Search": "Zoeken", "Search cities...": "Zoek steden...", "Search venues...": "Zoek locaties...", @@ -479,6 +489,8 @@ "Signal Kontakt- oder Gruppeninformationen": "Signal contact- of groepsinformatie", "Signal Kontakt- of Gruppeninformationen": "Signalcontact- of groepsinformatie", "Signal: @username, SimpleX: https://..., Email: ...": "Signal: @gebruikersnaam, SimpleX: https://..., E-mail: ...", + "Signiere mit deinem Nostr-Wallet": "Onderteken met je Nostr-wallet", + "Signiere…": "Ondertekenen…", "Simplex": "Simplex", "SimpleX": "SimpleX", "SimpleX Chat Kontaktinformationen": "SimpleX-chatcontactinformatie", @@ -650,6 +662,7 @@ "Zoom = STRG+Scroll": "Zoom = CTRL+Scroll", "Zugriff": "Toegang", "Zuletzt aktualisiert": "Laatst bijgewerkt", + "Zur Startseite": "Naar startpagina", "Zurück zum Meetup": "Terug naar Meetup", "Zurück zur Übersicht": "Terug naar overzicht", "Zusagen": "Bevestigingen", @@ -659,18 +672,5 @@ "Öffnen/RSVP": "Openen/RSVP", "Über den Dozenten": "Over de docent", "Über den Kurs": "Over de cursus", - "Über uns": "Over ons", - "Hauptnavigation": "Hoofdnavigatie", - "Menü schließen": "Menu sluiten", - "Zur Startseite": "Naar startpagina", - "Benutzermenü": "Gebruikersmenu", - "Menü öffnen": "Menu openen", - "Letztes Event": "Laatste evenement", - "Signiere…": "Ondertekenen…", - "Signiere mit deinem Nostr-Wallet": "Onderteken met je Nostr-wallet", - "Bitte bestätige die Login-Anfrage in deiner Browser-Extension. Du wirst gleich automatisch weitergeleitet.": "Bevestig het inlogverzoek in je browser-extensie. Je wordt zo automatisch doorgestuurd.", - "Schließe dieses Fenster nicht.": "Sluit dit venster niet.", - "Breiten- und Längengrad dürfen nicht beide 0 sein.": "Breedte- en lengtegraad mogen niet beide 0 zijn.", - "Aktivität": "Activiteit", - "Noch kein Event": "Nog geen evenement" + "Über uns": "Over ons" } \ No newline at end of file diff --git a/lang/pl.json b/lang/pl.json index e1ccd50..58efb50 100644 --- a/lang/pl.json +++ b/lang/pl.json @@ -16,6 +16,7 @@ "Aktionen": "Akcje", "Aktiv": "Aktywny", "Aktiviere diese Option, um mehrere Events mit regelmäßigen Abständen zu erstellen": "Włącz tę opcję, aby utworzyć wiele wydarzeń w regularnych odstępach czasu", + "Aktivität": "Aktywność", "Aktivitäten": "Aktywności", "Aktualisiere dein Profil als Bitcoin-Dozent und deine Kursangebote.": "Zaktualizuj swój profil jako wykładowca Bitcoina i swoją ofertę kursów.", "Aktualisiere deine persönlichen Informationen und Profileinstellungen.": "Zaktualizuj swoje dane osobowe i ustawienia profilu.", @@ -62,6 +63,7 @@ "Bearbeiten": "Edytuj", "Beliebige Kontaktinformationen (Signal, SimpleX, Email, etc.)": "Dowolne informacje kontaktowe (Signal, SimpleX, Email, itp.)", "Benutzerdefiniert": "Niestandardowy", + "Benutzermenü": "Menu użytkownika", "Beschreibe das Event...": "Opisz wydarzenie...", "Beschreibung": "Opis", "Bist du sicher, dass die Einstellungen korrekt sind?": "Czy jesteś pewien, że ustawienia są prawidłowe?", @@ -76,8 +78,10 @@ "Bitcoin Meetups - Alle Events": "Bitcoin Meetupy - Wszystkie wydarzenia", "Bitcoin Meetups - Community Events": "Bitcoin Meetupy - Wydarzenia społecznościowe", "Bitcoin Meetups Karte": "Mapa Bitcoin Meetupów", + "Bitte bestätige die Login-Anfrage in deiner Browser-Extension. Du wirst gleich automatisch weitergeleitet.": "Potwierdź żądanie logowania w rozszerzeniu przeglądarki. Za chwilę zostaniesz automatycznie przekierowany.", "Bitte wählen": "Proszę wybrać", "BooksForPlebs": "BooksForPlebs", + "Breiten- und Längengrad dürfen nicht beide 0 sein.": "Szerokość i długość geograficzna nie mogą być jednocześnie równe 0.", "Breitengrad": "Szerokość geograficzna", "Cancel": "Anuluj", "Cancel invitation": "Cancel invitation", @@ -232,6 +236,7 @@ "Give your team a name to get started.": "Give your team a name to get started.", "Go to page :page": "Przejdź do strony :page", "Grundlegende Informationen": "Podstawowe informacje", + "Hauptnavigation": "Nawigacja główna", "Hello!": "Cześć!", "Hide Recovery Codes": "Hide Recovery Codes", "Hide recovery codes": "Hide recovery codes", @@ -290,6 +295,7 @@ "Lerne unsere erfahrenen Bitcoin-Dozenten und ihre Expertise kennen.": "Poznaj naszych doświadczonych wykładowców Bitcoin i ich ekspertyzę.", "Letzte Änderungszeit": "Ostatnia aktualizacja", "Letzter": "Ostatni", + "Letztes Event": "Ostatnie wydarzenie", "Light": "Jasny", "Lightning Adresse": "Adres Lightning", "Lightning Node ID": "ID węzła Lightning", @@ -345,6 +351,8 @@ "Meine nächsten Meetup Termine": "Moje następne terminy meetupów", "Member removed.": "Member removed.", "Member role updated.": "Member role updated.", + "Menü schließen": "Zamknij menu", + "Menü öffnen": "Otwórz menu", "Mindestens eine URL muss angegeben werden.": "Należy podać co najmniej jeden URL.", "Mindestens eine URL oder IP muss angegeben werden.": "Należy podać co najmniej jeden URL lub adres IP.", "Mittwoch": "Środa", @@ -370,6 +378,7 @@ "New password": "Nowe hasło", "New team": "New team", "no location set": "nie ustawiono lokalizacji", + "Noch kein Event": "Brak wydarzeń", "Node ID": "ID węzła", "Normale Web-URL": "Normalny URL", "Nostr": "Nostr", @@ -444,6 +453,7 @@ "Samstag": "Sobota", "Save": "Zapisz", "Saved.": "Zapisano.", + "Schließe dieses Fenster nicht.": "Nie zamykaj tego okna.", "Search": "Szukaj", "Search cities...": "Szukaj miast...", "Search venues...": "Szukaj miejsc...", @@ -477,6 +487,8 @@ "Signal": "Signal", "Signal Kontakt- oder Gruppeninformationen": "Informacje kontaktowe lub grupowe Signal", "Signal: @username, SimpleX: https://..., Email: ...": "Signal: @username, SimpleX: https://..., Email: ...", + "Signiere mit deinem Nostr-Wallet": "Podpisz swoim portfelem Nostr", + "Signiere…": "Podpisywanie…", "Simplex": "Simplex", "SimpleX": "SimpleX", "SimpleX Chat Kontaktinformationen": "Informacje kontaktowe SimpleX Chat", @@ -646,6 +658,7 @@ "Zoom = STRG+Scroll": "Zoom = CTRL+Scroll", "Zugriff": "Dostęp", "Zuletzt aktualisiert": "Ostatnia aktualizacja", + "Zur Startseite": "Do strony głównej", "Zurück zum Meetup": "Powrót do meetupu", "Zurück zur Übersicht": "Powrót do przeglądu", "Zusagen": "Potwierdzenia", @@ -655,18 +668,5 @@ "Öffnen/RSVP": "Otwórz/RSVP", "Über den Dozenten": "O wykładowcy", "Über den Kurs": "O kursie", - "Über uns": "O nas", - "Hauptnavigation": "Nawigacja główna", - "Menü schließen": "Zamknij menu", - "Zur Startseite": "Do strony głównej", - "Benutzermenü": "Menu użytkownika", - "Menü öffnen": "Otwórz menu", - "Letztes Event": "Ostatnie wydarzenie", - "Signiere…": "Podpisywanie…", - "Signiere mit deinem Nostr-Wallet": "Podpisz swoim portfelem Nostr", - "Bitte bestätige die Login-Anfrage in deiner Browser-Extension. Du wirst gleich automatisch weitergeleitet.": "Potwierdź żądanie logowania w rozszerzeniu przeglądarki. Za chwilę zostaniesz automatycznie przekierowany.", - "Schließe dieses Fenster nicht.": "Nie zamykaj tego okna.", - "Breiten- und Längengrad dürfen nicht beide 0 sein.": "Szerokość i długość geograficzna nie mogą być jednocześnie równe 0.", - "Aktivität": "Aktywność", - "Noch kein Event": "Brak wydarzeń" + "Über uns": "O nas" } \ No newline at end of file diff --git a/lang/pt.json b/lang/pt.json index 263ed55..b8a3f3e 100644 --- a/lang/pt.json +++ b/lang/pt.json @@ -16,6 +16,7 @@ "Aktionen": "Ações", "Aktiv": "Ativo", "Aktiviere diese Option, um mehrere Events mit regelmäßigen Abständen zu erstellen": "Ative esta opção para criar vários eventos com intervalos regulares", + "Aktivität": "Atividade", "Aktivitäten": "Atividades", "Aktualisiere dein Profil als Bitcoin-Dozent und deine Kursangebote.": "Atualize seu perfil como professor de Bitcoin e suas ofertas de cursos.", "Aktualisiere deine persönlichen Informationen und Profileinstellungen.": "Atualize suas informações pessoais e configurações de perfil.", @@ -62,6 +63,7 @@ "Bearbeiten": "Editar", "Beliebige Kontaktinformationen (Signal, SimpleX, Email, etc.)": "Qualquer informação de contato (Signal, SimpleX, Email, etc.)", "Benutzerdefiniert": "Personalizado", + "Benutzermenü": "Menu do utilizador", "Beschreibe das Event...": "Descreva o evento...", "Beschreibung": "Descrição", "Bist du sicher, dass die Einstellungen korrekt sind?": "Tem certeza de que as configurações estão corretas?", @@ -76,8 +78,10 @@ "Bitcoin Meetups - Alle Events": "Bitcoin Meetups - Todos os eventos", "Bitcoin Meetups - Community Events": "Bitcoin Meetups - Eventos da comunidade", "Bitcoin Meetups Karte": "Mapa de Bitcoin Meetups", + "Bitte bestätige die Login-Anfrage in deiner Browser-Extension. Du wirst gleich automatisch weitergeleitet.": "Por favor, confirma o pedido de início de sessão na tua extensão do navegador. Serás redirecionado automaticamente em breve.", "Bitte wählen": "Por favor selecione", "BooksForPlebs": "BooksForPlebs", + "Breiten- und Längengrad dürfen nicht beide 0 sein.": "A latitude e a longitude não podem ser ambas 0.", "Breitengrad": "Latitude", "Cancel": "Cancelar", "Cancel invitation": "Cancel invitation", @@ -232,6 +236,7 @@ "Give your team a name to get started.": "Give your team a name to get started.", "Go to page :page": "Ir para a página :page", "Grundlegende Informationen": "Informações básicas", + "Hauptnavigation": "Navegação principal", "Hello!": "Olá!", "Hide Recovery Codes": "Hide Recovery Codes", "Hide recovery codes": "Hide recovery codes", @@ -290,6 +295,7 @@ "Lerne unsere erfahrenen Bitcoin-Dozenten und ihre Expertise kennen.": "Conheça nossos professores experientes de Bitcoin e sua expertise.", "Letzte Änderungszeit": "Última alteração", "Letzter": "Último", + "Letztes Event": "Último evento", "Light": "Claro", "Lightning Adresse": "Endereço Lightning", "Lightning Node ID": "Lightning Node ID", @@ -345,6 +351,8 @@ "Meine nächsten Meetup Termine": "Minhas próximas datas de Meetup", "Member removed.": "Member removed.", "Member role updated.": "Member role updated.", + "Menü schließen": "Fechar menu", + "Menü öffnen": "Abrir menu", "Mindestens eine URL muss angegeben werden.": "Pelo menos uma URL deve ser fornecida.", "Mindestens eine URL oder IP muss angegeben werden.": "Pelo menos uma URL ou IP deve ser fornecido.", "Mittwoch": "Quarta-feira", @@ -370,6 +378,7 @@ "New password": "New password", "New team": "New team", "no location set": "nenhum local definido", + "Noch kein Event": "Ainda sem eventos", "Node ID": "Node ID", "Normale Web-URL": "URL web normal", "Nostr": "Nostr", @@ -444,6 +453,7 @@ "Samstag": "Sábado", "Save": "Guardar", "Saved.": "Guardado.", + "Schließe dieses Fenster nicht.": "Não feches esta janela.", "Search": "Search", "Search cities...": "Buscar cidades...", "Search venues...": "Buscar locais...", @@ -477,6 +487,8 @@ "Signal": "Signal", "Signal Kontakt- oder Gruppeninformationen": "Informações de contato ou grupo do Signal", "Signal: @username, SimpleX: https://..., Email: ...": "Signal: @username, SimpleX: https://..., Email: ...", + "Signiere mit deinem Nostr-Wallet": "Assina com a tua Nostr-Wallet", + "Signiere…": "A assinar…", "Simplex": "Simplex", "SimpleX": "SimpleX", "SimpleX Chat Kontaktinformationen": "Informações de contato do SimpleX Chat", @@ -648,6 +660,7 @@ "Zoom = STRG+Scroll": "Zoom = CTRL+Scroll", "Zugriff": "Acesso", "Zuletzt aktualisiert": "Última atualização", + "Zur Startseite": "Para a página inicial", "Zurück zum Meetup": "Voltar ao Meetup", "Zurück zur Übersicht": "Voltar para visão geral", "Zusagen": "Confirmações", @@ -657,18 +670,5 @@ "Öffnen/RSVP": "Abrir/RSVP", "Über den Dozenten": "Sobre o professor", "Über den Kurs": "Sobre o curso", - "Über uns": "Sobre nós", - "Hauptnavigation": "Navegação principal", - "Menü schließen": "Fechar menu", - "Zur Startseite": "Para a página inicial", - "Benutzermenü": "Menu do utilizador", - "Menü öffnen": "Abrir menu", - "Letztes Event": "Último evento", - "Signiere…": "A assinar…", - "Signiere mit deinem Nostr-Wallet": "Assina com a tua Nostr-Wallet", - "Bitte bestätige die Login-Anfrage in deiner Browser-Extension. Du wirst gleich automatisch weitergeleitet.": "Por favor, confirma o pedido de início de sessão na tua extensão do navegador. Serás redirecionado automaticamente em breve.", - "Schließe dieses Fenster nicht.": "Não feches esta janela.", - "Breiten- und Längengrad dürfen nicht beide 0 sein.": "A latitude e a longitude não podem ser ambas 0.", - "Aktivität": "Atividade", - "Noch kein Event": "Ainda sem eventos" + "Über uns": "Sobre nós" } \ No newline at end of file