diff --git a/.editorconfig b/.editorconfig index 78445d12..0d022826 100755 --- a/.editorconfig +++ b/.editorconfig @@ -1,22 +1,22 @@ -# .editorconfig http://editorconfig.org/ - -root = true - -[*] -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - -# 4 space indentation -[*.{py,rst,ini}] -indent_style = space -indent_size = 4 - -# 2 space indentation -[*.{html,css,scss,json,yml}] -indent_style = space -indent_size = 2 - -[*.md] -trim_trailing_whitespace = false \ No newline at end of file +# .editorconfig http://editorconfig.org/ + +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +# 4 space indentation +[*.{py,rst,ini}] +indent_style = space +indent_size = 4 + +# 2 space indentation +[*.{html,css,scss,json,yml}] +indent_style = space +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index ad831f29..41c0ce80 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -16,7 +16,7 @@ on: jobs: build-android: runs-on: ubuntu-latest - steps: + steps: - name: 'Checkout' uses: actions/checkout@v3 @@ -45,7 +45,7 @@ jobs: with: distribution: temurin java-version: 11 - + - name: Setup Gradle uses: gradle/gradle-build-action@v2 @@ -99,7 +99,7 @@ jobs: prerelease: true - name: 'Upload Pre-release APK Release Asset' - id: upload-release-apk-asset + id: upload-release-apk-asset if: inputs.semver == '' # only if this workflow is not called from a push to tag (a Release) uses: actions/upload-release-asset@v1 env: @@ -111,7 +111,7 @@ jobs: asset_content_type: application/apk - name: 'Upload Pre-release APK Debug Asset' - id: upload-debug-apk-asset + id: upload-debug-apk-asset if: inputs.semver == '' # only if this workflow is not called from a push to tag (a Release) uses: actions/upload-release-asset@v1 env: diff --git a/.github/workflows/client-image.yml b/.github/workflows/client-image.yml index f5ecb929..8b5c4b17 100644 --- a/.github/workflows/client-image.yml +++ b/.github/workflows/client-image.yml @@ -34,7 +34,7 @@ jobs: workflow_conclusion: success name: web-main-js path: nodeapp/static/frontend/ - + - name: 'Download main.js Artifact for a release' if: inputs.semver != '' # Only if fired as job in release.yml uses: actions/download-artifact@v3 @@ -50,7 +50,7 @@ jobs: workflow_conclusion: success name: web-pro-js path: nodeapp/static/frontend/ - + - name: 'Download pro.js Artifact for a release' if: inputs.semver != '' # Only if fired as job in release.yml uses: actions/download-artifact@v3 @@ -75,17 +75,17 @@ jobs: type=semver,pattern={{major}}.{{minor}} type=sha,enable=true,priority=100,prefix=,suffix=,format=short type=raw,value=latest - + - name: 'Get Commit Hash' id: commit uses: pr-mpt/actions-commit-hash@v1 - name: 'Set up QEMU' uses: docker/setup-qemu-action@v2 - + - name: 'Set up Docker Buildx' uses: docker/setup-buildx-action@v2 - + - name: 'Build and push Docker image' uses: docker/build-push-action@v3 with: diff --git a/.github/workflows/codeql-client.yml b/.github/workflows/codeql-client.yml index 1fd5463f..5c4fe6fa 100644 --- a/.github/workflows/codeql-client.yml +++ b/.github/workflows/codeql-client.yml @@ -51,11 +51,11 @@ jobs: # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. - + # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality - + # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild @@ -64,7 +64,7 @@ jobs: # ℹ️ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun - # If the Autobuild fails above, remove it and uncomment the following three lines. + # If the Autobuild fails above, remove it and uncomment the following three lines. # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. # - run: | diff --git a/.github/workflows/codeql-coordinator.yml b/.github/workflows/codeql-coordinator.yml index 99b7d035..f83b3749 100644 --- a/.github/workflows/codeql-coordinator.yml +++ b/.github/workflows/codeql-coordinator.yml @@ -50,11 +50,11 @@ jobs: # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. - + # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality - + # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild @@ -63,7 +63,7 @@ jobs: # ℹ️ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun - # If the Autobuild fails above, remove it and uncomment the following three lines. + # If the Autobuild fails above, remove it and uncomment the following three lines. # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. # - run: | diff --git a/.github/workflows/coordinator-image.yml b/.github/workflows/coordinator-image.yml index 9d198028..5a4f72d4 100644 --- a/.github/workflows/coordinator-image.yml +++ b/.github/workflows/coordinator-image.yml @@ -23,7 +23,7 @@ jobs: workflow_conclusion: success name: web-main-js path: nodeapp/static/frontend/ - + - name: 'Download Basic main.js Artifact for a release' if: inputs.semver != '' # Only if fired as job in release.yml uses: actions/download-artifact@v3 @@ -39,7 +39,7 @@ jobs: workflow_conclusion: success name: web-pro-js path: nodeapp/static/frontend/ - + - name: 'Download pro.js Artifact for a release' if: inputs.semver != '' # Only if fired as job in release.yml uses: actions/download-artifact@v3 diff --git a/.github/workflows/django-test.yml b/.github/workflows/django-test.yml index d293957e..1c2e00f3 100644 --- a/.github/workflows/django-test.yml +++ b/.github/workflows/django-test.yml @@ -13,7 +13,7 @@ on: # concurrency: # group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' # cancel-in-progress: true - + jobs: build: runs-on: ubuntu-latest @@ -37,13 +37,13 @@ jobs: pip install -r requirements.txt - name: 'Install LND gRPC Dependencies' run: | - cd api/lightning + cd api/lightning git clone https://github.com/googleapis/googleapis.git curl -o lightning.proto -s https://raw.githubusercontent.com/lightningnetwork/lnd/master/lnrpc/lightning.proto python3 -m grpc_tools.protoc --proto_path=googleapis:. --python_out=. --grpc_python_out=. lightning.proto curl -o invoices.proto -s https://raw.githubusercontent.com/lightningnetwork/lnd/master/lnrpc/invoicesrpc/invoices.proto python3 -m grpc_tools.protoc --proto_path=googleapis:. --python_out=. --grpc_python_out=. invoices.proto - curl -o router.proto -s https://raw.githubusercontent.com/lightningnetwork/lnd/master/lnrpc/routerrpc/router.proto + curl -o router.proto -s https://raw.githubusercontent.com/lightningnetwork/lnd/master/lnrpc/routerrpc/router.proto python3 -m grpc_tools.protoc --proto_path=googleapis:. --python_out=. --grpc_python_out=. router.proto sed -i 's/^import .*_pb2 as/from . \0/' router_pb2.py sed -i 's/^import .*_pb2 as/from . \0/' invoices_pb2.py diff --git a/.github/workflows/js-linter.yml b/.github/workflows/js-linter.yml index 2805b8a4..e412d144 100644 --- a/.github/workflows/js-linter.yml +++ b/.github/workflows/js-linter.yml @@ -41,7 +41,7 @@ jobs: with: prettier: true prettier_dir: frontend - + ## Disabled due to error # eslint: true # eslint_dir: frontend \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 913246fa..02653e8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,8 +34,8 @@ jobs: else echo "Versions do not match! You might have forgotten to update the version on a component."; exit $ERRCODE; fi - - + + django-test: uses: reckless-satoshi/robosats/.github/workflows/django-test.yml@main needs: check-versions @@ -45,27 +45,27 @@ jobs: needs: check-versions with: semver: ${{ needs.check-versions.outputs.semver }} - + coordinator-image: uses: reckless-satoshi/robosats/.github/workflows/coordinator-image.yml@main needs: [django-test, frontend-build] secrets: inherit with: semver: ${{ needs.check-versions.outputs.semver }} - + client-image: uses: reckless-satoshi/robosats/.github/workflows/client-image.yml@main needs: frontend-build secrets: inherit with: semver: ${{ needs.check-versions.outputs.semver }} - + android-build: uses: reckless-satoshi/robosats/.github/workflows/android-build.yml@main needs: [frontend-build, check-versions] with: semver: ${{ needs.check-versions.outputs.semver }} - + release: needs: [check-versions, coordinator-image, client-image, android-build] runs-on: ubuntu-latest diff --git a/README.md b/README.md index 3809eb97..b4efb2be 100644 --- a/README.md +++ b/README.md @@ -5,18 +5,18 @@ [![AGPL-3.0 license](https://img.shields.io/badge/license-AGPL--3.0-blue)](https://github.com/Reckless-Satoshi/robosats/blob/main/LICENSE) [![Telegram](https://img.shields.io/badge/chat-telegram-brightgreen)](https://t.me/robosats) -RoboSats is a simple and private way to exchange bitcoin for national currencies. Robosats simplifies the peer-to-peer user experience and uses lightning hold invoices to minimize custody and trust requirements. The deterministically generated avatars help users stick to best privacy practices. +RoboSats is a simple and private way to exchange bitcoin for national currencies. Robosats simplifies the peer-to-peer user experience and uses lightning hold invoices to minimize custody and trust requirements. The deterministically generated avatars help users stick to best privacy practices.
-## Try it out! +## Try it out! ### **Bitcoin Mainnet** - **TOR URL:** [**RoboSats**6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion](http://robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion) ( Open with [Tor Browser](https://www.torproject.org/download/)) -- Clearnet URL: [unsafe.robosats.com](https://unsafe.robosats.com) (not recommended!) -- Clearnet Mirrors: [unsafe2](https://unsafe2.robosats.com) || [unsafe3](https://unsafe3.robosats.com) (not recommended!) +- Clearnet URL: [unsafe.robosats.com](https://unsafe.robosats.com) (not recommended!) +- Clearnet Mirrors: [unsafe2](https://unsafe2.robosats.com) || [unsafe3](https://unsafe3.robosats.com) (not recommended!) *Always use [Tor Browser](https://www.torproject.org/download/) and .onion for best privacy. The Clearnet URL redirects to a third party Tor2web service. Your privacy cannot be guaranteed to be respected. Use clearnet only to check around the app, never use for trading!* @@ -59,7 +59,7 @@ Check out our [Contribution Guide](https://learn.robosats.com/contribute/) to fi ### ⚡Developer Rewards ⚡ Check out the [Developer Rewards Panel](https://github.com/users/Reckless-Satoshi/projects/2/views/5) for tasks paid in Sats. -## Sponsors +## Sponsors
diff --git a/api/admin.py b/api/admin.py index 1a30f4e7..959fe5d4 100644 --- a/api/admin.py +++ b/api/admin.py @@ -1,11 +1,13 @@ -from django.contrib import admin, messages -from django_admin_relation_links import AdminChangeLinksMixin -from django.contrib.auth.models import Group, User -from django.contrib.auth.admin import UserAdmin -from api.models import OnchainPayment, Order, LNPayment, Profile, MarketTick, Currency -from api.logics import Logics from statistics import median +from django.contrib import admin, messages +from django.contrib.auth.admin import UserAdmin +from django.contrib.auth.models import Group, User +from django_admin_relation_links import AdminChangeLinksMixin + +from api.logics import Logics +from api.models import Currency, LNPayment, MarketTick, OnchainPayment, Order, Profile + admin.site.unregister(Group) admin.site.unregister(User) diff --git a/api/lightning/node.py b/api/lightning/node.py index 51c3ef1f..4b85c4df 100644 --- a/api/lightning/node.py +++ b/api/lightning/node.py @@ -1,6 +1,8 @@ import hashlib import os +import random import secrets +import time from base64 import b64decode from datetime import datetime, timedelta @@ -16,8 +18,6 @@ from . import lightning_pb2_grpc as lightningstub from . import router_pb2 as routerrpc from . import router_pb2_grpc as routerstub -import time, random - ####### # Should work with LND (c-lightning in the future if there are features that deserve the work) ####### diff --git a/api/management/commands/clean_orders.py b/api/management/commands/clean_orders.py index 0b3a6b90..61153a77 100644 --- a/api/management/commands/clean_orders.py +++ b/api/management/commands/clean_orders.py @@ -1,10 +1,11 @@ -from django.core.management.base import BaseCommand - import time -from api.models import Order -from api.logics import Logics + +from django.core.management.base import BaseCommand from django.utils import timezone +from api.logics import Logics +from api.models import Order + class Command(BaseCommand): help = "Follows all active hold invoices" diff --git a/api/management/commands/follow_invoices.py b/api/management/commands/follow_invoices.py index c9697f06..dcefbea4 100644 --- a/api/management/commands/follow_invoices.py +++ b/api/management/commands/follow_invoices.py @@ -1,16 +1,15 @@ +import time +from base64 import b64decode +from datetime import timedelta + +from decouple import config from django.core.management.base import BaseCommand +from django.utils import timezone from api.lightning.node import LNNode -from api.tasks import follow_send_payment -from api.models import LNPayment, Order from api.logics import Logics -from api.tasks import send_message - -from django.utils import timezone -from datetime import timedelta -from decouple import config -from base64 import b64decode -import time +from api.models import LNPayment, Order +from api.tasks import follow_send_payment, send_message MACAROON = b64decode(config("LND_MACAROON_BASE64")) diff --git a/api/management/commands/telegram_watcher.py b/api/management/commands/telegram_watcher.py index 9e500d62..d4225c87 100644 --- a/api/management/commands/telegram_watcher.py +++ b/api/management/commands/telegram_watcher.py @@ -1,10 +1,11 @@ +import time + +from decouple import config from django.core.management.base import BaseCommand -from api.models import Profile from api.messages import Telegram +from api.models import Profile from api.utils import get_session -from decouple import config -import time class Command(BaseCommand): diff --git a/api/messages.py b/api/messages.py index 3a4ac8a6..6b517574 100644 --- a/api/messages.py +++ b/api/messages.py @@ -1,5 +1,7 @@ -from decouple import config from secrets import token_urlsafe + +from decouple import config + from api.models import Order from api.utils import get_session diff --git a/api/models.py b/api/models.py index a146cef6..790d6747 100644 --- a/api/models.py +++ b/api/models.py @@ -1,21 +1,21 @@ -from django.db import models +import json +import uuid +from pathlib import Path + +from decouple import config +from django.conf import settings from django.contrib.auth.models import User from django.core.validators import ( MaxValueValidator, MinValueValidator, validate_comma_separated_integer_list, ) -from django.utils import timezone +from django.db import models from django.db.models.signals import post_save, pre_delete -from django.template.defaultfilters import truncatechars from django.dispatch import receiver +from django.template.defaultfilters import truncatechars +from django.utils import timezone from django.utils.html import mark_safe -import uuid -from django.conf import settings - -from decouple import config -from pathlib import Path -import json from control.models import BalanceLog diff --git a/api/nick_generator/dicts/en/adjectives.py b/api/nick_generator/dicts/en/adjectives.py index 15f8a4cd..caee4a55 100755 --- a/api/nick_generator/dicts/en/adjectives.py +++ b/api/nick_generator/dicts/en/adjectives.py @@ -1,4834 +1,4834 @@ -adjectives = [ - "Toneless", - "Greedy", - "Proportioned", - "Snippy", - "Sweeping", - "Locked", - "Tasteless", - "Wellfounded", - "Scrupulous", - "Rainy", - "Cavernous", - "Transformational", - "Beckoning", - "Microwaveable", - "Smothering", - "Despondent", - "Sanctimonious", - "Hollow", - "Feminine", - "Creaky", - "Inconspicuous", - "Wanton", - "Charmed", - "Meaningful", - "Alienated", - "Roguish", - "Venomous", - "Closeminded", - "Negligent", - "Erroneous", - "Designer", - "Thermal", - "Snotty", - "Main", - "Muddled", - "Voiceless", - "Northwest", - "Reverential", - "Binary", - "Squealing", - "Undaunted", - "Expanding", - "Quiet", - "Flowery", - "Macabre", - "Detectable", - "Introspective", - "Frustrated", - "Lightblue", - "Buzzing", - "Unsettled", - "Decaying", - "Telegraphic", - "Rescued", - "Tonedeaf", - "Unstoppable", - "Uncritical", - "Forged", - "Spotless", - "Hypnotizable", - "Angelic", - "Tender", - "Extrasmall", - "Parental", - "Mental", - "Rhetorical", - "Fastest", - "Vegetable", - "Seamless", - "Hardtofind", - "Resourceful", - "Injudicious", - "Displaced", - "Antsy", - "Brighteyed", - "Petite", - "Unblinking", - "Downtown", - "Jobless", - "Gleaming", - "Befuddled", - "Witless", - "Rustling", - "Seductive", - "Unaggressive", - "Longwinded", - "Confidential", - "Refractive", - "Perplexing", - "Illiterate", - "Slushy", - "Red", - "Celestial", - "Unfaltering", - "Unrespectable", - "Their", - "Utilitarian", - "Engrossing", - "Unwieldy", - "Unsympathetic", - "Momentary", - "Few", - "Mischievous", - "Fishy", - "Rotating", - "Cleared", - "Manual", - "Disagreeable", - "Tenuous", - "Jeering", - "Consoling", - "Republican", - "Monopolistic", - "Enchanted", - "Curt", - "Salted", - "Corruptive", - "Patterned", - "Raw", - "Danceable", - "Divergent", - "Believable", - "Her", - "Torrid", - "Conflicting", - "Searing", - "Wellthoughtof", - "Autographed", - "Digressive", - "Forbidding", - "Slimy", - "Roundtable", - "Illegible", - "Melodious", - "Heroic", - "Frilly", - "Glad", - "Stinging", - "Jumpy", - "Snoring", - "Resentful", - "Meanspirited", - "Home", - "Farsighted", - "Sociological", - "Wide", - "Surprised", - "Legal", - "Tyrannical", - "Inelegant", - "Congested", - "Perturbing", - "Extravagant", - "Symptomatic", - "Subtle", - "Explosive", - "Spontaneous", - "Advisable", - "Heartbreaking", - "Loutish", - "Level", - "Disadvantageous", - "Loose", - "Beeping", - "Emotionless", - "Exacting", - "Telekinetic", - "Unproductive", - "Bronchial", - "Sedate", - "Ecstatic", - "Secluded", - "Charismatic", - "Authoritative", - "Sensitive", - "Premature", - "Boisterous", - "Upper", - "Selfcentered", - "Opening", - "Bacterial", - "Live", - "Blinding", - "Banging", - "Pithy", - "Tonal", - "Far", - "Dwarfish", - "Unqualified", - "Splashy", - "Preventable", - "Ingenuous", - "Dissolvable", - "Ashamed", - "Ragged", - "Sixth", - "False", - "Indigenous", - "Brash", - "Ludicrous", - "Unperturbed", - "Complaining", - "Treasured", - "Starving", - "Zoological", - "Contemporary", - "Scheduled", - "Bearable", - "Watchful", - "Humble", - "Relative", - "Tormented", - "Jovial", - "Concerted", - "Domed", - "Diminutive", - "Ungracious", - "Fragrant", - "Kindhearted", - "Weeklong", - "Civil", - "Survivable", - "Maneuverable", - "Reviewable", - "Unwritten", - "Nonrestrictive", - "Biblical", - "Unanswerable", - "Dapper", - "Linguistic", - "Malleable", - "Scathing", - "Indecent", - "Fine", - "Pettish", - "Animal", - "Snide", - "Plausible", - "Indignant", - "Supposed", - "Robust", - "Vocational", - "Recent", - "Speedy", - "Jocular", - "Overaggressive", - "Ungenerous", - "Magical", - "Menacing", - "Unsuspecting", - "Uncooperative", - "Tattered", - "Uncreative", - "Unpromising", - "Tepid", - "Educated", - "Teasing", - "Tenth", - "Energizing", - "Apprehensive", - "Longest", - "Decorative", - "Woeful", - "Notable", - "Unaccustomed", - "Acidic", - "Due", - "Mature", - "Incurable", - "Immensurable", - "Grotesque", - "Plastic", - "Unsuccessful", - "Flattered", - "Integral", - "Exploding", - "Legitimate", - "Peppery", - "Potential", - "Fascinating", - "Ruthless", - "Rocketing", - "Eyepopping", - "Peerless", - "Superhuman", - "Inquiring", - "Dexterous", - "Deceiving", - "Unscheduled", - "Ordinary", - "Soft", - "Wooing", - "Barking", - "Overbearing", - "Bankable", - "Connecting", - "Wonderful", - "Chilling", - "Belching", - "Disturbed", - "Stiff", - "Moody", - "Wellreceived", - "Biting", - "Better", - "Murky", - "Kind", - "Eventful", - "Inapt", - "Administrative", - "Unwitting", - "Wearisome", - "Cautious", - "Irrefutable", - "Unripe", - "Coughing", - "Peculiar", - "Insightful", - "Undisciplined", - "Equable", - "Tiny", - "Unavoidable", - "Uncommitted", - "Unverified", - "Worldly", - "Redeemable", - "Chauvinistic", - "Cropped", - "Disgusting", - "Pitchdark", - "Spiritless", - "Preventive", - "Crabby", - "Scientific", - "Rabid", - "Inductive", - "Inherent", - "Glistening", - "Knowledgeable", - "Unappetizing", - "Discreet", - "Globular", - "Interactive", - "Vocal", - "Transformed", - "Repetitious", - "Nine", - "Blonde", - "Mindbending", - "Filmy", - "Controlling", - "Horrified", - "Outraged", - "Physical", - "Derogatory", - "Staggering", - "Satisfactory", - "Indulgent", - "Uninterested", - "Worn", - "Aggressive", - "Tripping", - "Motor", - "Indecisive", - "Ineffective", - "Overall", - "Muttering", - "Neglectful", - "Best", - "Unhappy", - "Accusing", - "Reasonable", - "Nonreturnable", - "Overpriced", - "Prevalent", - "Smoggy", - "Nauseous", - "Slick", - "These", - "Captivating", - "Unhealthy", - "Prefabricated", - "Incredulous", - "Coy", - "Bloodred", - "Likable", - "Lackadaisical", - "Distracted", - "Openhearted", - "Brokenhearted", - "Unfashionable", - "Varied", - "Radioactive", - "Queasy", - "Fiscal", - "Cooperative", - "Knobbed", - "Scant", - "Wild", - "Disabled", - "Telephonic", - "Ironic", - "Graphic", - "Difficult", - "Uproarious", - "Supreme", - "Whining", - "Unsupported", - "Insincere", - "Inexpedient", - "Assumable", - "Monetary", - "Fancy", - "Mad", - "Unimaginable", - "Unnerved", - "Thankless", - "Satisfied", - "Adaptive", - "Oddlooking", - "Inflated", - "Revisable", - "Trustful", - "Global", - "Bloody", - "Repeated", - "Spiritual", - "Bookish", - "Genuine", - "Famous", - "Wellmade", - "Wellthoughtout", - "Gritty", - "Forgiving", - "Selfindulgent", - "Cultured", - "Scanty", - "Rutted", - "Downhearted", - "Opportune", - "Urgent", - "Ultrasensitive", - "Querulous", - "Modest", - "Conspicuous", - "Obscene", - "Presumable", - "Bandaged", - "Inexact", - "Falsified", - "Unexpected", - "Happy", - "Sculptural", - "Genial", - "Haughty", - "Adamant", - "Unsolved", - "Wealthy", - "Perplexed", - "Unconscionable", - "Perceptive", - "Stuffy", - "Fearless", - "Plain", - "Fitting", - "Inexpressive", - "Coquettish", - "Retired", - "Acrimonious", - "Emboldened", - "Sealed", - "Unreachable", - "Formative", - "Tamed", - "Padded", - "Lean", - "Giving", - "Nontransferable", - "Buoyant", - "Crystalline", - "Fussy", - "Contributive", - "Crystallized", - "Errant", - "Sanitary", - "Deceitful", - "Plaid", - "Ineffectual", - "Thriftless", - "Enlarged", - "Deceptive", - "Hearty", - "Sarcastic", - "Proficient", - "Twitchy", - "Blundering", - "Learnable", - "Razoredged", - "Baffling", - "Manic", - "Shifty", - "Irreplaceable", - "Affectionate", - "Improvable", - "Ossified", - "Contagious", - "Pompous", - "Diminishing", - "Trapped", - "Innate", - "Continual", - "Furtive", - "Impermeable", - "Popular", - "Unfilled", - "Sea", - "Admired", - "Fiendish", - "Unexplored", - "Unwatchable", - "Secretive", - "Relaxed", - "Brooding", - "Immature", - "Particular", - "Inert", - "Subordinate", - "Deliberate", - "Orphaned", - "Unintentional", - "Inspiring", - "Wretched", - "Discordant", - "Disappointed", - "Curious", - "Cute", - "Green", - "Regular", - "Disappearing", - "Oral", - "Machiavellian", - "Smooth", - "Crispy", - "Obligatory", - "Presumptive", - "Enhanced", - "Refillable", - "Mindful", - "Consistent", - "Magnificent", - "Wellgroomed", - "Gluttonous", - "Literary", - "Intricate", - "Stealth", - "Clinging", - "Inanimate", - "Speckled", - "Concealable", - "Transplanted", - "Clinical", - "Digital", - "Muted", - "Unguarded", - "Undisguised", - "Scared", - "Inescapable", - "Worrying", - "Shocking", - "Disinterested", - "Indefensible", - "Allpurpose", - "Abrasive", - "Gracious", - "Working", - "Challenging", - "Gradual", - "Oily", - "Foreboding", - "Primary", - "Diligent", - "Culpable", - "Occupational", - "Comprehensive", - "Reminiscent", - "Exhaustive", - "Impassable", - "Wellheeled", - "Codified", - "Correct", - "Retrospective", - "Fond", - "Speculative", - "Contrite", - "Nefarious", - "Superficial", - "Bold", - "Local", - "Dynamic", - "Untapped", - "Risky", - "Subsequent", - "Disjointed", - "Sizable", - "Crooked", - "Future", - "Viral", - "Embarrassing", - "Proper", - "Unequal", - "Authentic", - "Muggy", - "Dejected", - "Numbing", - "Architectural", - "Craggy", - "Princely", - "Smug", - "Excessive", - "Upward", - "Strong", - "Stressful", - "Cylindrical", - "Conscious", - "Greasy", - "Smallminded", - "Oversized", - "Minor", - "Enthralled", - "Southern", - "Brave", - "Grubby", - "Overzealous", - "Wellworn", - "Knobby", - "Despairing", - "Inaudible", - "Harmless", - "Communicative", - "Longterm", - "Resonant", - "Tactual", - "Mini", - "Gainful", - "Trusty", - "Silver", - "Shy", - "Tasteful", - "Psychosomatic", - "Southeasterly", - "Portable", - "Admiring", - "Smashing", - "External", - "Unrepentant", - "Moldy", - "Messy", - "Conspiratorial", - "Conventional", - "Towering", - "Gargantuan", - "Unemployed", - "Agrarian", - "Tight", - "Dedicated", - "Logarithmic", - "Null", - "Unprofitable", - "Barefooted", - "Stubby", - "Derivative", - "Interested", - "Prim", - "Unfathomable", - "Pumped", - "Statistical", - "Irreversible", - "Bigheaded", - "Sanguine", - "Unselfish", - "Glamorous", - "Ritzy", - "Nostalgic", - "Spectral", - "Receptive", - "Present", - "Premeditated", - "Versed", - "Upright", - "Disarming", - "Rich", - "Decrepit", - "Considerable", - "Select", - "Inconsistent", - "Maniacal", - "Usual", - "Unkind", - "Mournful", - "Heinous", - "Contrarian", - "Illicit", - "Brutish", - "Huffy", - "Endangered", - "Compelling", - "Wellmannered", - "Opposite", - "Simpleminded", - "Overpowering", - "Frightened", - "Discussable", - "Lopsided", - "Loyal", - "Rascally", - "Spendthrift", - "Moneygrubbing", - "Unsafe", - "Disparaging", - "Six", - "Lecherous", - "Craven", - "Unprovoked", - "Stale", - "Caged", - "Futile", - "Chicken", - "Undated", - "Angular", - "Static", - "Drenched", - "Devastated", - "Unquantifiable", - "Sleeping", - "Paternalistic", - "Snug", - "Elastic", - "Shallow", - "Large", - "Comforted", - "Courageous", - "Uncomprehending", - "Dreamy", - "Melodic", - "Unlawful", - "Addicted", - "Nautical", - "Resealable", - "Indispensable", - "Briny", - "Ethnic", - "Indiscreet", - "Enthused", - "Crammed", - "Terse", - "Crumbling", - "Indescribable", - "Sheltered", - "Background", - "Snappy", - "Equitable", - "Functional", - "Detrimental", - "Certifiable", - "Bordering", - "Adored", - "Abject", - "Selfeffacing", - "Unshakable", - "Threatening", - "Superlative", - "Uncharitable", - "Reserved", - "Refutable", - "Inefficient", - "Glossy", - "Wakeful", - "Racist", - "Neurotic", - "Indecipherable", - "Pathological", - "Overcrowded", - "Entranced", - "Visual", - "Drunk", - "Nearsighted", - "Dizzy", - "Prejudiced", - "Swimming", - "Modern", - "Permissible", - "Mutinous", - "Outside", - "Truculent", - "Willful", - "Sensual", - "Entertained", - "Wandering", - "Selfdirected", - "Prudent", - "Referential", - "Precocious", - "Plus", - "Nebulous", - "Last", - "Territorial", - "Selfrespect", - "Goodlooking", - "Seasick", - "Cool", - "Anecdotal", - "Bawling", - "Greatest", - "Coherent", - "Oldest", - "Conscientious", - "Horrible", - "Disadvantaged", - "Flimsy", - "Syllabic", - "Knowable", - "Exemplary", - "Viscous", - "Sharp", - "Unassailable", - "Enterprising", - "Uninformed", - "Unsophisticated", - "Hypothetical", - "Three", - "Radical", - "Tranquil", - "Exasperated", - "Sensible", - "Rueful", - "Cryptic", - "Scrumptious", - "Handy", - "Jagged", - "Very", - "Despised", - "Scented", - "Uneventful", - "Discernable", - "Homey", - "Upsetting", - "Unresponsive", - "Open", - "Middle", - "Unsuspected", - "Absurd", - "Discourteous", - "Occupied", - "Enumerable", - "Independent", - "Variable", - "Fluffy", - "Unruly", - "Fainthearted", - "Deformed", - "Barbarous", - "Purring", - "Leading", - "Dehydrated", - "Least", - "Righteous", - "Scummy", - "Unwholesome", - "Irksome", - "Colorful", - "Wellequipped", - "Licensed", - "Hypnotic", - "Vertical", - "Richer", - "Stinky", - "Unreasonable", - "Hulking", - "Underprivileged", - "Unanimous", - "Splintered", - "Dingy", - "Sour", - "Optimal", - "Humorous", - "Circumstantial", - "Nearby", - "Arduous", - "Detailed", - "Unknown", - "Watery", - "Scratchy", - "Thumping", - "Super", - "Unintelligent", - "Manicured", - "Legendary", - "Empty", - "Overemotional", - "Unspeakable", - "Guiltless", - "Accused", - "Unfamiliar", - "Mission", - "Fumbling", - "Exacerbating", - "Haunting", - "Knightly", - "Visible", - "Ratty", - "Delightful", - "Wellconceived", - "Cohesive", - "Hopeful", - "Disillusioned", - "Adoptive", - "Doable", - "Offhanded", - "Shattered", - "Inopportune", - "Salvageable", - "North", - "Deploring", - "All", - "Seismic", - "Complete", - "Wee", - "Undeterred", - "Penetrable", - "Gusty", - "Adversarial", - "Patchy", - "Concerning", - "Piteous", - "Compliant", - "Complacent", - "Conservative", - "Rampageous", - "Plucky", - "Woolen", - "Shaded", - "Many", - "Unbelievable", - "Cooked", - "Moralistic", - "Thirsty", - "Cancerous", - "Ingenious", - "Unsurprising", - "Individualistic", - "Undeveloped", - "Rank", - "Vexing", - "Rippling", - "Stanch", - "Unbalanced", - "Worndown", - "Stimulating", - "Top", - "Personable", - "Divisive", - "Hesitant", - "Puckish", - "Defenseless", - "Hormonal", - "Veracious", - "Fewer", - "Undiscovered", - "Clear", - "Disciplined", - "Climatic", - "Yellow", - "Overprotective", - "Diversified", - "Subconscious", - "Disheartening", - "Nonsensical", - "Military", - "Rough", - "Crass", - "Replicable", - "Slanderous", - "Familiar", - "Rainbowcolored", - "Left", - "Icky", - "Criminal", - "Debatable", - "Unabated", - "Blind", - "Enormous", - "Equidistant", - "Approving", - "Stereotyped", - "Hefty", - "Bumpy", - "Specific", - "Prenatal", - "Prior", - "Suspicious", - "Wellspoken", - "Goodnatured", - "Edgy", - "Spinal", - "Sensuous", - "Lordly", - "Forked", - "Closeable", - "Sullen", - "Magnanimous", - "Impartial", - "Revolutionary", - "Careless", - "Poised", - "Uninjured", - "Scaly", - "Lustrous", - "Imperfect", - "Zonked", - "Humiliated", - "Dusty", - "Innocent", - "Unjustifiable", - "Seemly", - "Scenic", - "Blaring", - "Unostentatious", - "Deniable", - "Corporate", - "Empirical", - "Merry", - "Iridescent", - "Unusual", - "Foxy", - "Continuing", - "Livable", - "Tidal", - "Traditional", - "Receding", - "Roomy", - "Delinquent", - "Affected", - "Nonstop", - "Visceral", - "Born", - "Unremarkable", - "Admirable", - "Status", - "Gratifying", - "Rechargeable", - "Simplified", - "Sparkling", - "Ungallant", - "Taxing", - "Unraveled", - "Ambulatory", - "Interdepartmental", - "Testy", - "Sluggish", - "Inconsolable", - "Unconcerned", - "Brief", - "Dissolving", - "Appalling", - "Just", - "Alterable", - "Two", - "Nonconsecutive", - "Final", - "Crude", - "Unemotional", - "Removable", - "Glib", - "Chanting", - "Whooping", - "Insipid", - "Skilled", - "Motivating", - "Later", - "Squashed", - "Illfated", - "Rhythmic", - "Dozing", - "Flattened", - "Suggestive", - "Firm", - "Clapping", - "Wet", - "Proud", - "Unintended", - "Stony", - "Sordid", - "Joyless", - "Showy", - "Profuse", - "Miscellaneous", - "Wicked", - "Boyish", - "Wellplanned", - "Reassuring", - "Incremental", - "Amazed", - "Mundane", - "Gigantic", - "Respectable", - "Complex", - "Unrealized", - "Grinding", - "Airsick", - "Multifaceted", - "Solid", - "Unpretentious", - "Hazy", - "Honking", - "Beautiful", - "Principal", - "Wool", - "Grieving", - "Stringent", - "Interpersonal", - "Haphazard", - "Lying", - "Congressional", - "Winsome", - "Executable", - "Impolite", - "Unadvised", - "Consummate", - "Disrespectful", - "Same", - "Philanthropic", - "Breathable", - "Palatable", - "Contextual", - "Nerveracking", - "Vengeful", - "Courteous", - "Harmonic", - "Paranormal", - "Safe", - "Gaudy", - "Astringent", - "Crushable", - "Sulky", - "Hurt", - "Aggravated", - "Deserted", - "Shut", - "Unlicensed", - "Fifth", - "Unloved", - "Pointless", - "Barren", - "Infamous", - "Quicktempered", - "Rancorous", - "Female", - "Curly", - "Symbolic", - "Intermittent", - "Nondestructive", - "Recognized", - "Susceptible", - "Rumbling", - "Obtainable", - "Uncivilized", - "Unobtainable", - "Reigning", - "Perfect", - "Lighthearted", - "Ambiguous", - "Defeated", - "Crawling", - "Textual", - "Interchangeable", - "Trendy", - "Inoperative", - "Talkative", - "Obedient", - "Devastating", - "Wholesome", - "Tense", - "Passionate", - "Significant", - "Embroiled", - "Eerie", - "Mortal", - "Intelligible", - "Navigable", - "Artificial", - "Solitary", - "Amused", - "Basic", - "Fervid", - "Unbelieving", - "Sprite", - "Catastrophic", - "Chief", - "Opposed", - "Calculating", - "Torturous", - "Crisp", - "Larcenous", - "Oversensitive", - "Married", - "Inventive", - "Undignified", - "Undeclared", - "Surgical", - "Expert", - "Clanging", - "Melancholy", - "Marvelous", - "Wellwritten", - "Arid", - "Wizardly", - "Explainable", - "Hostile", - "Taut", - "Geometric", - "Cinematic", - "Nameless", - "Steady", - "Undiplomatic", - "This", - "Larger", - "Luminous", - "Intangible", - "Joint", - "Brick", - "Able", - "True", - "Mindless", - "Persuasive", - "Verdant", - "Unsatisfied", - "Polished", - "Desperate", - "Achievable", - "Trustworthy", - "Salvaged", - "Thoughtless", - "Slanted", - "Dominant", - "Lesser", - "Earthshaking", - "Ardent", - "Friendly", - "Tactical", - "Incalculable", - "Severe", - "Puzzling", - "Sickening", - "Gushing", - "Unforgettable", - "Unencumbered", - "Endurable", - "Suspected", - "Great", - "Burly", - "Exclusive", - "Undemocratic", - "Dual", - "Actionable", - "Swooping", - "Truthful", - "Unseasonable", - "Fulfilled", - "Several", - "Blurred", - "Navyblue", - "Factual", - "Smudged", - "Instrumental", - "Psychotic", - "Inconsiderate", - "Backhanded", - "Salty", - "Ponderous", - "Substantial", - "Maladjusted", - "Lasting", - "Impulsive", - "Garrulous", - "Frightful", - "Shining", - "Saccharin", - "Hyperbolic", - "Written", - "Shaggy", - "Mighty", - "Intrepid", - "Vivid", - "Lilylivered", - "Faithless", - "Shortsighted", - "Racial", - "Preferable", - "Teenytiny", - "Euphoric", - "Grumbling", - "Cloistered", - "Lost", - "Appreciative", - "Fresh", - "Yearly", - "Stubborn", - "Congruent", - "Incoherent", - "Sellable", - "Rotund", - "Surprising", - "Gooey", - "Longer", - "Pronounced", - "Myopic", - "Egotistical", - "Motionless", - "Obese", - "Strict", - "Hotblooded", - "Nonrenewable", - "Upset", - "Malignant", - "Unearthly", - "Frisky", - "Metallic", - "Costly", - "Compact", - "Adhoc", - "Laudable", - "Nextdoor", - "Probabilistic", - "Marginal", - "Callous", - "Remedial", - "Devoted", - "Fruitless", - "Disinclined", - "Serrated", - "Meticulous", - "Conflicted", - "Communicable", - "Blistering", - "Momentous", - "Twinkly", - "Game", - "Pampered", - "Welladjusted", - "Irascible", - "Vacuous", - "Conversational", - "Unwashed", - "Obstructive", - "Durable", - "Incandescent", - "Chunky", - "Distinctive", - "Fabulous", - "Understood", - "Palatial", - "Predisposed", - "Unbendable", - "Spry", - "Transitional", - "Infuriated", - "Adorable", - "Mysterious", - "Preoperative", - "Unquestioning", - "Tearful", - "Darkened", - "Close", - "Improbable", - "Overassertive", - "Practical", - "Scattered", - "Tearing", - "Lifeless", - "Lithographic", - "Cursed", - "Cheapest", - "Dependent", - "Unchangeable", - "Hyperirritable", - "Detestable", - "Discontented", - "Breezy", - "Inalienable", - "Hardworking", - "Flowering", - "Rude", - "Tired", - "Populous", - "Immortal", - "Redundant", - "Leased", - "Multitalented", - "Tipsy", - "Intended", - "Ceaseless", - "Approaching", - "Regal", - "Profitable", - "Mixed", - "Accurate", - "Institutional", - "Confounded", - "Overoptimistic", - "Droopy", - "Suitable", - "Unflattering", - "Meditative", - "Selfsatisfied", - "Untroubled", - "Flaky", - "Exterior", - "Sloppy", - "Beneficial", - "Verifiable", - "Verbose", - "Cockamamie", - "Ugly", - "Restful", - "Congenial", - "Startled", - "Decayed", - "Autobiographic", - "Obtrusive", - "Calming", - "House", - "Treasonable", - "Exalted", - "Parched", - "Tart", - "Assured", - "Fading", - "Reprehensible", - "Third", - "Latter", - "Prominent", - "Secondhand", - "Flavorful", - "Underdeveloped", - "Humdrum", - "Amusing", - "Retroactive", - "Dysfunctional", - "Untamed", - "Unafraid", - "Prophetic", - "Meandering", - "Preconceived", - "Frayed", - "Indistinct", - "Extreme", - "Prickly", - "Aimless", - "Incapable", - "Optimistic", - "Juicy", - "Steadfast", - "Damp", - "Puritanical", - "Meek", - "Nonrefundable", - "Coolest", - "Foregoing", - "Optional", - "Respectful", - "Those", - "Squirming", - "Undetected", - "Squawking", - "Artistic", - "Vulgar", - "Lingering", - "Inhibited", - "Flat", - "Discriminating", - "Kitchen", - "Lavish", - "Offensive", - "Selfabsorbed", - "Instinctive", - "Hotheaded", - "Onehour", - "Flickering", - "Fireproof", - "Faint", - "Primordial", - "Clandestine", - "Some", - "Wellkempt", - "Specialized", - "Daughterly", - "Unstable", - "Unsatisfactory", - "Wordless", - "Unforeseeable", - "Waterproof", - "Certified", - "Flying", - "Cutting", - "Outlandish", - "Huggable", - "Booming", - "Boiling", - "Indirect", - "Odious", - "Springy", - "Unapproachable", - "Sacrificial", - "Key", - "Caring", - "Nonproductive", - "Sacred", - "Blooming", - "Enthusiastic", - "Inflexible", - "Barbaric", - "Smartest", - "Uncoordinated", - "Corrupting", - "Duplicitous", - "Juvenile", - "Drastic", - "Hardy", - "Surrealistic", - "Inextricable", - "Plentiful", - "Frigid", - "Inane", - "Automatic", - "Loud", - "Swollen", - "Matronly", - "Uncompromising", - "Entrepreneurial", - "Unbiased", - "Volcanic", - "Fearful", - "Unassisted", - "Decorous", - "Spoiled", - "Eligible", - "Openhanded", - "Four", - "Narcissistic", - "Virulent", - "Trite", - "Argumentative", - "Prolific", - "Spineless", - "Introductory", - "Political", - "Panicky", - "Embattled", - "Nonabrasive", - "Clogged", - "Revocable", - "Notorious", - "Unclean", - "Indiscriminate", - "Fragile", - "Calculated", - "Warring", - "Lefthanded", - "Equivalent", - "Supernatural", - "Wideeyed", - "Alternative", - "Jubilant", - "Translucent", - "Felonious", - "Frantic", - "Hourlong", - "Avid", - "Oceanic", - "Inscrutable", - "Abounding", - "Marbled", - "Posthumous", - "Frothy", - "Worrisome", - "Magic", - "Breakable", - "Ill", - "Stingy", - "Dull", - "Attentive", - "Troublesome", - "Smiling", - "Illhumored", - "Disorderly", - "Both", - "Thrilling", - "Cantankerous", - "Foreseeable", - "Collapsed", - "Captive", - "Invaluable", - "Sweltering", - "Terrifying", - "Right", - "Venal", - "Stupendous", - "Renewable", - "Unconditional", - "Unadulterated", - "Defendable", - "Disheartened", - "Dishonorable", - "Skimpy", - "Medicinal", - "Distrustful", - "Semiprofessional", - "Remote", - "Astonished", - "Expressionistic", - "Softhearted", - "Peaceable", - "Lithe", - "Childlike", - "Vibrant", - "Ecological", - "Restless", - "Willing", - "Crossed", - "Dismal", - "Work", - "Passive", - "Apologizing", - "Burnable", - "Repugnant", - "Disliked", - "Omnivorous", - "Sore", - "Unused", - "Selfdisciplined", - "Unconstrained", - "Moderate", - "Acclaimed", - "Piquant", - "Brightred", - "Eight", - "Irreparable", - "Paltry", - "Hissing", - "Unexceptional", - "Utter", - "Unprecedented", - "Formless", - "Vital", - "Disobedient", - "Odorous", - "Philosophical", - "Undisputed", - "Annoying", - "Elegant", - "Nonexclusive", - "Irretrievably", - "Endearing", - "Pleased", - "Arguable", - "Unwavering", - "Priceless", - "Bendable", - "Incompetent", - "Perpendicular", - "Chivalrous", - "Untruthful", - "Underhanded", - "Vacillating", - "Sacrilegious", - "Dispensable", - "Adjacent", - "Aspiring", - "Cluttered", - "Unmodified", - "Coordinated", - "Sonly", - "Riveting", - "Atomic", - "Respective", - "Disconnected", - "Vulnerable", - "Steel", - "Rotten", - "Tickling", - "Reversible", - "Ticking", - "Immediate", - "Chattering", - "Desirous", - "Demonic", - "Wellestablished", - "Cosmetic", - "Unending", - "Painstaking", - "Official", - "Soaking", - "Enraged", - "Worshipful", - "Squatting", - "Contoured", - "Trim", - "Adroit", - "Disreputable", - "Motivated", - "Powerful", - "Joyful", - "Unscientific", - "Snapping", - "Gurgling", - "Unreserved", - "Feudal", - "Unceremonious", - "Winter", - "Unromantic", - "Inviting", - "Semiconscious", - "Tidy", - "Unobtrusive", - "Fitted", - "Thrilled", - "Reproductive", - "Bruised", - "Improving", - "Wrinkly", - "Signed", - "Lowcarb", - "Much", - "Reciprocal", - "Miraculous", - "Waxen", - "Outgoing", - "Illuminating", - "Unspoiled", - "Monstrous", - "Ethical", - "Emblematic", - "Doting", - "Dripping", - "Purported", - "Different", - "Lovable", - "Sugary", - "Materialistic", - "Emotional", - "Athletic", - "Attainable", - "Finicky", - "Dulcet", - "Unknowing", - "Gregarious", - "Facetious", - "Battered", - "Shadowy", - "Skeptical", - "Wellbuilt", - "Disgraceful", - "Grownup", - "Major", - "Fawning", - "Treasonous", - "Disproved", - "Livid", - "Chubby", - "Accepting", - "Northerly", - "Awesome", - "Gawky", - "Incomparable", - "Snooty", - "Completed", - "Conformable", - "Visionary", - "Frustrating", - "Intrinsic", - "Comfortable", - "Spattered", - "Precarious", - "Spotty", - "Flippant", - "Centered", - "Teensy", - "Waiting", - "Axiomatic", - "Poorer", - "Irritable", - "Vacant", - "Possible", - "Antagonistic", - "Civilized", - "Hectic", - "Grandiose", - "Righthanded", - "Payable", - "Inattentive", - "Interdependent", - "Dowdy", - "Forgotten", - "Illogical", - "Overrated", - "Magnetic", - "Rambling", - "Erratic", - "Cumulative", - "Insufficient", - "Warm", - "Poor", - "Lowfat", - "Stable", - "Swinish", - "Unaffected", - "Defensive", - "Allowable", - "Fictitious", - "Concealed", - "Domineering", - "Gruff", - "Fractious", - "Squeezable", - "Muscular", - "Expressive", - "Inflamed", - "Wellcrafted", - "Obnoxious", - "Eroding", - "Parttime", - "Crowded", - "Carpeted", - "Daft", - "Tenminute", - "Periodic", - "Palpable", - "Obeisant", - "Accidental", - "Unregulated", - "Progressive", - "Affirmative", - "Dramatic", - "Tyrannous", - "Bewildering", - "Unmanly", - "Assorted", - "Opaque", - "Cheerless", - "Stout", - "Disruptive", - "Delirious", - "Covert", - "Inconsequential", - "Estranged", - "Wriggling", - "Unhesitating", - "Unauthorized", - "Intimate", - "Contradicting", - "Forthright", - "Porous", - "Commanding", - "Derogative", - "Ultimate", - "Crushed", - "Ruinous", - "Fascinated", - "Uncluttered", - "Vegetarian", - "Noncommittal", - "Watertight", - "Classical", - "Transitory", - "Entire", - "Simultaneous", - "Dollish", - "Indifferent", - "Unmerciful", - "Wellplaced", - "Innocuous", - "Soulful", - "Appropriate", - "Erasable", - "Oblivious", - "Driven", - "Prying", - "Squirrelly", - "Oxymoronic", - "Compulsory", - "Catatonic", - "Infantile", - "Exhilarated", - "Tactless", - "Insolent", - "Quality", - "Feeling", - "Caustic", - "Unexplainable", - "Superstitious", - "Tempestuous", - "Noticeable", - "Disenchanted", - "Unexpressive", - "Penetrating", - "Bashful", - "Attributable", - "Welleducated", - "Experimental", - "Unquestioned", - "Scorching", - "Adventurous", - "Direful", - "Miserly", - "Candid", - "Unavailable", - "Builtin", - "Multipurpose", - "Puny", - "Imprudent", - "Ambulant", - "Parsimonious", - "Disgruntled", - "Fierce", - "Gushy", - "Sinister", - "Fearsome", - "Wellliked", - "Simian", - "Echoing", - "Flashy", - "Gluey", - "Negotiable", - "Snoopy", - "Inadmissible", - "Polluted", - "Perilous", - "Fluttering", - "Bigoted", - "Tiring", - "Repetitive", - "Flavorless", - "Preeminent", - "Overwhelming", - "Earsplitting", - "Soaked", - "Spiteful", - "Fidgety", - "Ethereal", - "Otherwise", - "Musky", - "Federal", - "Seventh", - "Disparate", - "Overqualified", - "Unique", - "Problematic", - "Even", - "Horned", - "Attachable", - "Morbid", - "Dreaded", - "Smallest", - "Gaping", - "Yawning", - "Scarred", - "Moral", - "Weekly", - "Billable", - "Fatherly", - "Portly", - "Rancid", - "Instinctual", - "Temperamental", - "Unblushing", - "Waterlogged", - "Ambitious", - "Favorable", - "Endemic", - "Superb", - "Lacking", - "Classifiable", - "Mobile", - "Smart", - "Tumultuous", - "Contradictory", - "Unrealistic", - "Drained", - "Tropical", - "Radiant", - "Obliging", - "Cocky", - "Facial", - "Excited", - "Crestfallen", - "Slothful", - "Depressed", - "Reverent", - "Either", - "Pitchperfect", - "Gabby", - "Unmanned", - "Tactful", - "Futuristic", - "Comparable", - "Mystic", - "Aquatic", - "Whimsical", - "Textural", - "Tuneless", - "Untimely", - "Tantalizing", - "Incorruptible", - "Vernacular", - "Corrective", - "Unthinking", - "Honorable", - "Resolvable", - "Insane", - "Chance", - "Technological", - "Mean", - "Which", - "Helpful", - "Warning", - "Weightless", - "Coercive", - "Wasteful", - "Soggy", - "Rowdy", - "Charitable", - "Smoky", - "Odd", - "Malevolent", - "Positive", - "Vicious", - "Grueling", - "Parenthetic", - "Cracked", - "Untamable", - "Upmost", - "Physiological", - "Unpronounceable", - "Deluded", - "Choice", - "Verbal", - "Miniature", - "Overactive", - "Squiggly", - "Imprecise", - "Waste", - "Unmasked", - "Forensic", - "Unable", - "Brilliant", - "Cultural", - "Slowmoving", - "Introverted", - "Reassured", - "Joyous", - "Odiferous", - "Deranged", - "Invincible", - "Unyielding", - "Charging", - "Enduring", - "Vegetative", - "Touching", - "Wellconsidered", - "Reactive", - "Intrusive", - "Impressive", - "Frail", - "Horrific", - "Cooing", - "Undependable", - "Blasphemous", - "Upstairs", - "Inflammatory", - "Head", - "Beginning", - "Unsolvable", - "Tiresome", - "Furious", - "Egocentric", - "Diplomatic", - "Phenomenal", - "Powdery", - "Insurable", - "Unhurried", - "Grateful", - "Highpitched", - "Instant", - "Procedural", - "Nutty", - "Determined", - "Singleminded", - "Bedazzled", - "Episodic", - "Implicit", - "Abandoned", - "Gilded", - "Descriptive", - "Stagnant", - "Immobile", - "Accusative", - "Mystifying", - "Acknowledged", - "Crumbly", - "Amazing", - "Pure", - "Perishable", - "Senior", - "Down", - "Containable", - "Lanky", - "Welltodo", - "Demonstrative", - "Efficient", - "Unsubstantiated", - "Observable", - "Elevated", - "Unadorned", - "Pungent", - "Black", - "Rotting", - "Quirky", - "Gentle", - "Pleasant", - "Sickened", - "Pyrotechnic", - "Bloated", - "Elfish", - "Egomaniacal", - "Deaf", - "Velvety", - "Dry", - "Cross", - "Bronze", - "Whistling", - "Confirmable", - "Instructive", - "Proportional", - "Lively", - "Established", - "Rested", - "Pronounceable", - "Rightful", - "Lucid", - "Upbeat", - "Incontrovertible", - "Semiofficial", - "Prepared", - "Halfhearted", - "Justifiable", - "Insulting", - "Crashing", - "Traumatic", - "Unsettling", - "Befitting", - "Objectionable", - "Artless", - "Filtered", - "Thrashed", - "Lowcalorie", - "Oblong", - "Syntactic", - "Unappealing", - "Lethargic", - "Groovy", - "Diverging", - "Eager", - "Tame", - "Salient", - "Multicultural", - "Ticklish", - "Spastic", - "Sad", - "Maddening", - "Southwestern", - "Defensible", - "Literal", - "Barbequed", - "Nifty", - "Skillful", - "Mandatory", - "Queenly", - "Jazzy", - "Atypical", - "Transcendental", - "Beefy", - "Farflung", - "Vitriolic", - "Mystified", - "Veritable", - "Chatty", - "Allusive", - "Intolerable", - "Geographic", - "Squashy", - "Malicious", - "Troubled", - "Monotone", - "Past", - "Stilted", - "Corresponding", - "Savory", - "Meateating", - "Prissy", - "Unlivable", - "Forgetful", - "Gaunt", - "Digestive", - "Approximate", - "Absent", - "Careful", - "Thematic", - "Modular", - "Unquestionable", - "Painless", - "Pitiful", - "Boastful", - "Insensitive", - "Excusable", - "Expected", - "Unsurpassed", - "Jarring", - "Unimaginative", - "Interracial", - "Unrecognized", - "General", - "Weedy", - "Balding", - "Exceptional", - "Pervasive", - "Jabbering", - "Mocking", - "Unruffled", - "Toothsome", - "Unscholarly", - "Engaging", - "Bleached", - "Jaundiced", - "Remorseless", - "Harmonious", - "Glaring", - "Smarmy", - "Flushed", - "Stumbling", - "Tall", - "Deliberative", - "Anticipated", - "Inspirational", - "Allaround", - "Quaint", - "Troubling", - "Unenthusiastic", - "Militaristic", - "Peeved", - "Catchable", - "Inhospitable", - "Lurid", - "Timeless", - "Choppy", - "Bronzed", - "Nasty", - "Constitutional", - "Lenient", - "Sportsmanly", - "Deafening", - "Gross", - "Brisk", - "Stranded", - "Vigorous", - "Doleful", - "Remarkable", - "Undamaged", - "Excellent", - "Innovative", - "Soothed", - "Wholehearted", - "Old", - "Uneasy", - "Unopposed", - "Implosive", - "Numerous", - "Tanned", - "Expired", - "Speechless", - "Shamefaced", - "Illegal", - "Wellhoned", - "Quickacting", - "Freakish", - "Dreaming", - "Widespread", - "Tolerant", - "Ageless", - "Diabolical", - "Tangential", - "Sorrowful", - "Overenthusiastic", - "Intermediate", - "Rusty", - "Camouflaged", - "Unseemly", - "Unquenchable", - "Anemic", - "Clean", - "Straightforward", - "Biographical", - "Preliminary", - "Resilient", - "Feverish", - "Doubting", - "Challenged", - "Batty", - "Ubiquitous", - "Existing", - "Generous", - "Alert", - "Welloff", - "Encrusted", - "Educational", - "Debonair", - "Crazy", - "Fleeting", - "Lofty", - "Mumbled", - "Spiky", - "Inauspicious", - "Elated", - "Native", - "Officious", - "Guarded", - "Reviled", - "Wheezing", - "Unflinching", - "Trusting", - "Systematic", - "Serendipitous", - "Astronomical", - "Patronizing", - "Clever", - "Romantic", - "Eatable", - "Nosy", - "Disastrous", - "Sudden", - "Creaking", - "Oafish", - "Prehistoric", - "Obvious", - "Linear", - "Satirical", - "Combative", - "Divided", - "Mincing", - "Decent", - "Unsparing", - "Alive", - "Tenable", - "Agonizing", - "Downloadable", - "Furthest", - "Smallscale", - "Hot", - "Early", - "Invalid", - "Connectable", - "Rambunctious", - "Rakish", - "Spectacular", - "Shady", - "Effervescent", - "Rousing", - "Nutritious", - "Dilapidated", - "Floral", - "Wrenching", - "Inaccurate", - "Audacious", - "Rustic", - "Active", - "Drab", - "Loathsome", - "Dizzying", - "Snuggly", - "Depraved", - "Petty", - "Serene", - "Scrawny", - "Jumbled", - "Unattached", - "Imponderable", - "Quivering", - "Dressy", - "Economical", - "Carnivorous", - "Elite", - "Opinionated", - "Indelible", - "Welldeserved", - "Male", - "Unlucky", - "Unfavorable", - "Meaty", - "Authoritarian", - "Rapturous", - "Curable", - "Unacceptable", - "Splattered", - "Unsigned", - "Autonomous", - "Exponential", - "Fulfilling", - "Aerial", - "Tacit", - "Ornate", - "Floppy", - "Involved", - "Lowly", - "Inferable", - "Inconclusive", - "Kingly", - "Fraternal", - "Substitute", - "Definitive", - "Twisted", - "Belligerent", - "Irresistible", - "Contemplative", - "Wellargued", - "Slight", - "Snarling", - "Imperative", - "Welldone", - "Encouraged", - "Filthy", - "Exquisite", - "Steely", - "Oldfashioned", - "Insensible", - "Inseparable", - "Injurious", - "Wobbly", - "Collaborative", - "Effective", - "Knavish", - "Seedy", - "Trashy", - "Medium", - "South", - "Succulent", - "Following", - "Gifted", - "Unsinkable", - "Stunning", - "Uninhibited", - "Triumphant", - "Expandable", - "Leering", - "Erect", - "Slanting", - "Sincere", - "Imitative", - "Responsible", - "Elderly", - "Studious", - "Permissive", - "Evasive", - "Pedantic", - "Mellow", - "Pugnacious", - "Earpiercing", - "Wellbalanced", - "Transparent", - "Embarrassed", - "Noncompetitive", - "Geologic", - "Purified", - "Likeminded", - "Embittered", - "Hygienic", - "Shoddy", - "Expeditious", - "What", - "Groggy", - "Rectifiable", - "Any", - "Wellrounded", - "Cancelled", - "Relatable", - "Serviceable", - "Heady", - "Daffy", - "Heavenly", - "Perfumed", - "Scintillating", - "Unconscious", - "Tectonic", - "Mathematical", - "Grainy", - "Betrayed", - "Moronic", - "Insecure", - "Apologetic", - "Yearning", - "Crusty", - "Pressurized", - "Mangy", - "Inaccessible", - "Plodding", - "Dislikeable", - "Ravishing", - "Detachable", - "Feckless", - "Dashing", - "Grinning", - "Billowy", - "Untrained", - "Predicative", - "Intensive", - "Tentative", - "Distinguished", - "Unfulfilled", - "Traitorous", - "Prospective", - "Misty", - "Tested", - "Redolent", - "Uniform", - "Bighearted", - "Colloquial", - "Easy", - "Squandered", - "Bossy", - "Unreadable", - "Unambiguous", - "Needy", - "Childish", - "Stylistic", - "Wellread", - "Junior", - "Purposeless", - "Certain", - "Disdainful", - "Muffled", - "Restored", - "Unplanned", - "Hairy", - "Lascivious", - "Pleasing", - "Unconstructive", - "Obstinate", - "Immense", - "Stern", - "Nominal", - "Longing", - "Harsh", - "Convoluted", - "Isolated", - "Emergency", - "Neat", - "Living", - "Impossible", - "Brunette", - "Awake", - "Scrabbled", - "Extended", - "Uninvited", - "Sufficient", - "Exchangeable", - "Smoked", - "Abnormal", - "Bright", - "Real", - "Tainted", - "Lucrative", - "Piercing", - "Heated", - "Wonted", - "Foul", - "Broken", - "Harried", - "Nauseating", - "Spotted", - "Schematic", - "Uncontainable", - "Dainty", - "Quantitative", - "Cunning", - "Untouchable", - "Preemptive", - "Unskilled", - "Tuneful", - "Poignant", - "Disturbing", - "Odorless", - "Feeble", - "Wax", - "Strange", - "Inhuman", - "Brown", - "Lousy", - "Impassioned", - "Selfless", - "Harmful", - "Distasteful", - "Parallel", - "Scarce", - "Bantering", - "Inquisitive", - "Adhesive", - "Unconvinced", - "New", - "Vexed", - "Saucy", - "Unblemished", - "Roaring", - "Stunned", - "Selfconfident", - "Extraneous", - "Fashionable", - "Unjust", - "Imperceptive", - "Delectable", - "Vile", - "Scrappy", - "Identical", - "Mistrustful", - "Enviable", - "Spiral", - "Lowmaintenance", - "Midweek", - "Unstated", - "Overjoyed", - "Nonverbal", - "Productive", - "Brutal", - "Long", - "Matted", - "Wellused", - "Classy", - "Stained", - "Defiant", - "Postoperative", - "Glassy", - "Terrified", - "Bilingual", - "Preoccupied", - "Morose", - "Wriggly", - "His", - "Pensive", - "Religious", - "Intravenous", - "Chewable", - "Permeable", - "Bedazzling", - "Stacked", - "Vigilant", - "Communist", - "Precipitous", - "Delighted", - "Coarse", - "Holistic", - "Horrendous", - "Bloodthirsty", - "Subversive", - "Tireless", - "Recurrent", - "Unworthy", - "Evil", - "Aristocratic", - "Unconventional", - "Intriguing", - "Insulted", - "Premium", - "Bleary", - "Divine", - "Amphibian", - "Favorite", - "Carefree", - "Professorial", - "Illinformed", - "Cruel", - "Reddish", - "Improper", - "Purposeful", - "Tardy", - "Contentious", - "Uncanny", - "Discouraging", - "Bald", - "Faithful", - "Avantgarde", - "Flooded", - "Unpardonable", - "Interior", - "Credible", - "Mild", - "Didactic", - "Pharmaceutical", - "Cloudless", - "Presentable", - "Idealistic", - "Gutsy", - "Spacious", - "Unfriendly", - "Flabby", - "Gangly", - "Drivable", - "Rosy", - "Uncomplaining", - "Fastidious", - "Swift", - "Escalating", - "Untainted", - "Irrelevant", - "Uncontrollable", - "Diagonal", - "Jaded", - "Bleak", - "Mystical", - "Frowning", - "Stuttering", - "Ruddy", - "Homeless", - "Commendable", - "Statutory", - "Insurmountable", - "Western", - "Dishonest", - "Focused", - "Bureaucratic", - "Convulsive", - "Tolerable", - "Nippy", - "Unrepresentative", - "Prejudicial", - "Overwhelmed", - "Terminal", - "Unendurable", - "Electrical", - "Glum", - "Yelping", - "Inadvisable", - "Peripheral", - "Touched", - "Imaginary", - "Inhumane", - "Inoperable", - "Inexhaustible", - "Appealing", - "Repentant", - "Snowwhite", - "Potent", - "Industrious", - "Spherical", - "Understanding", - "Gnarly", - "Serial", - "Nimble", - "Lesserknown", - "Silly", - "Private", - "Grizzled", - "Inoffensive", - "Atrocious", - "Fast", - "Sane", - "Glorious", - "Useful", - "Creepy", - "Incomplete", - "Unforgiving", - "Wellmeaning", - "Heartbroken", - "Raving", - "Liquid", - "Shorttempered", - "Fertile", - "Young", - "Undistinguished", - "Devious", - "Electronic", - "Away", - "Critical", - "Eastern", - "Salt", - "Coldhearted", - "Impressionable", - "Compulsive", - "Glowing", - "Finite", - "Pleading", - "Disgusted", - "Accommodating", - "Laughable", - "Inspired", - "Shapeless", - "Selective", - "Terrific", - "Numb", - "Undifferentiated", - "Treatable", - "Quickwitted", - "Faded", - "Insubordinate", - "Inner", - "Discriminatory", - "Striped", - "White", - "Unlikely", - "Fanatical", - "Gorgeous", - "Triangular", - "Steaming", - "Sinuous", - "Quick", - "Bent", - "Galling", - "Continuous", - "Anticlimactic", - "Dorsal", - "Psychedelic", - "Stinking", - "Youthful", - "Smelly", - "Rugged", - "Pivotal", - "Thoughtful", - "Punitive", - "Picturesque", - "Despicable", - "Infuriating", - "Squeamish", - "Fidgeting", - "Stylish", - "Corrosive", - "Ghoulish", - "Indefinite", - "Wellintentioned", - "Cramped", - "Silvertongued", - "Wistful", - "Bellowing", - "Quizzical", - "Modified", - "Wrathful", - "Unmitigated", - "Wellsuited", - "Rusted", - "Wanting", - "Sturdy", - "Knotty", - "Quickpaced", - "Waspish", - "Dissonant", - "Telling", - "Telescopic", - "Inward", - "Festive", - "Hateful", - "Realistic", - "Ungentlemanly", - "Alarming", - "Virtual", - "Dress", - "Proverbial", - "Grave", - "Unmarketable", - "Time", - "Monosyllabic", - "Reliable", - "Ornery", - "Temporary", - "Dazzling", - "Habitable", - "Second", - "Replaceable", - "Onerous", - "Opposing", - "Foolish", - "Trenchant", - "Screaming", - "Toothy", - "Uncommunicative", - "Antiseptic", - "Ablebodied", - "Exasperating", - "Secure", - "Invisible", - "Sure", - "Quackish", - "Venerable", - "Evening", - "Bushy", - "Milky", - "Funny", - "Learned", - "Taunting", - "Ungrateful", - "Astounded", - "Constant", - "Confusing", - "Timely", - "Perverse", - "Balmy", - "Indicative", - "Straggly", - "Benevolent", - "Undefined", - "Slow", - "Evocative", - "Unpalatable", - "Operative", - "Starched", - "Thankful", - "Hazardous", - "Municipal", - "Unrivaled", - "Indeterminate", - "Kaput", - "Trying", - "Wellinformed", - "Pneumatic", - "Sustainable", - "Apathetic", - "Undoubted", - "Affordable", - "Unsociable", - "Sassy", - "Untraditional", - "Lower", - "Unworldly", - "Ingratiating", - "Kindly", - "Social", - "Sinful", - "Unsuitable", - "Reverse", - "Eruptive", - "Hypertensive", - "Stormy", - "Unstructured", - "Bigger", - "Successive", - "Unaffordable", - "Comforting", - "Natural", - "Conceivable", - "Brazen", - "Peevish", - "Uncharted", - "Eighth", - "Asymmetrical", - "Tangy", - "Worse", - "Formal", - "Absorbed", - "Lame", - "Hushed", - "Timorous", - "Inalterable", - "Wordy", - "Zippy", - "Spatial", - "Overwrought", - "Prudential", - "Bad", - "Lyrical", - "Affable", - "Guaranteed", - "Unfortunate", - "Fastmoving", - "Farcical", - "Smalltime", - "Lumpy", - "Connective", - "Intrigued", - "Serious", - "Poisonous", - "First", - "Intuitive", - "Impatient", - "Crunchy", - "Poetic", - "Uncovered", - "Celebrated", - "Inglorious", - "Profane", - "Highfalutin", - "Acerbic", - "Infinite", - "Patient", - "Foolhardy", - "Maternal", - "Bristly", - "Choking", - "Untitled", - "Undivided", - "Punishable", - "Keen", - "Express", - "Sleek", - "Dignified", - "Uncomely", - "Extra", - "Another", - "Successful", - "Petulant", - "Varying", - "Fit", - "Clownish", - "Creamy", - "Giddy", - "Hallowed", - "Envious", - "Formidable", - "Irrational", - "Unbending", - "Biodegradable", - "Busy", - "Full", - "Consenting", - "Excitable", - "Famished", - "Former", - "Irresponsible", - "Conceited", - "Sardonic", - "Inadvertent", - "Unsound", - "Distressed", - "Noxious", - "Reluctant", - "Welltraveled", - "Nonaggressive", - "Scratched", - "Singular", - "Muddy", - "Seven", - "Bountiful", - "Revealing", - "Revolting", - "Exaggerated", - "Sappy", - "Omniscient", - "Vaporous", - "Tempted", - "Microscopic", - "Inconvenient", - "Addictive", - "Cranky", - "Inflatable", - "Curvy", - "Overcritical", - "Flexible", - "Principled", - "Thorough", - "Disaffected", - "Moving", - "Acrobatic", - "Dried", - "Strident", - "Symbiotic", - "Wondrous", - "Deadpan", - "Cordial", - "Flammable", - "Largest", - "Blatant", - "Destructive", - "Shortlived", - "Psychiatric", - "Blazing", - "Exhilarating", - "Villainous", - "Humanlike", - "Rigid", - "Charming", - "Used", - "Loquacious", - "Unnoticeable", - "Alien", - "Grey", - "Kinesthetic", - "Sketchy", - "Distraught", - "Intestinal", - "Meteoric", - "Torpid", - "Monotonous", - "Distant", - "Known", - "Terrestrial", - "Prized", - "Uncharacteristic", - "Masterful", - "Decadent", - "Diseased", - "Increasing", - "Smaller", - "Hurtful", - "Controllable", - "Fiery", - "Recognizable", - "Minute", - "Sumptuous", - "Humid", - "Satisfying", - "Sparkly", - "Representative", - "Unimpeachable", - "Stock", - "Total", - "Grouchy", - "Sophisticated", - "Bizarre", - "Contemptuous", - "Imaginative", - "Icy", - "Ridiculing", - "Viable", - "Pretend", - "Shrieking", - "Adoring", - "Provisional", - "Faulty", - "Praiseworthy", - "Cynical", - "Fateful", - "Approachable", - "Elementary", - "Blindfolded", - "Misleading", - "Resolute", - "Vagabond", - "Depressive", - "Controversial", - "Photographic", - "Operable", - "Ajar", - "Rampant", - "Symmetrical", - "Betteroff", - "Biased", - "Ignorable", - "Husky", - "Sociable", - "Plopping", - "Absolute", - "Inconceivable", - "Usable", - "Discouraged", - "Square", - "Unfettered", - "Mirthful", - "Irregular", - "Nearest", - "Awful", - "Wellbehaved", - "Turbulent", - "Thievish", - "Therapeutic", - "Topographical", - "Captivated", - "Bloodied", - "Lulling", - "Encouraging", - "Welldressed", - "Applicable", - "Organizational", - "Provocative", - "Unalienable", - "Rudimentary", - "Indefinable", - "Adequate", - "Circular", - "Distressing", - "Unashamed", - "Explicit", - "Promising", - "Blue", - "Partisan", - "Merciful", - "Compassionate", - "Gullible", - "Massive", - "Wolfish", - "Gray", - "Garbled", - "Intimidating", - "Highest", - "Expressionless", - "Zesty", - "Rectangular", - "Convinced", - "Cheering", - "Tangled", - "Jerky", - "Antisocial", - "Superabundant", - "Weakwilled", - "Antiquated", - "Workoriented", - "Eventual", - "Wishful", - "Revised", - "Strenuous", - "Colossal", - "Prosperous", - "Documentary", - "Defective", - "Unimpeded", - "Rural", - "Breathtaking", - "Unorthodox", - "Benign", - "Hawkish", - "Sparing", - "Unbounded", - "Thunderous", - "Uncaring", - "Imperial", - "Zany", - "Hilarious", - "Hysterical", - "Shapely", - "Nonspecific", - "Plane", - "Unbeatable", - "Academic", - "Paternal", - "Outstanding", - "Ironfisted", - "Irrevocable", - "Swanky", - "Graceful", - "Cliquish", - "Mountainous", - "Foulsmelling", - "National", - "Insistent", - "Content", - "Ready", - "Selfaggrandizing", - "Scholarly", - "Blameless", - "Influential", - "Managerial", - "Informed", - "Fetid", - "Economy", - "Dovish", - "Daily", - "Negative", - "Degenerative", - "Maintainable", - "Mutual", - "Faraway", - "Frivolous", - "Imported", - "Obsessive", - "Streaked", - "Perturbed", - "Blissful", - "Fruitful", - "Monumental", - "Glittering", - "Smeared", - "Labored", - "Trainable", - "Spurious", - "Unheeded", - "Exact", - "Appetizing", - "Placid", - "Initial", - "Advanced", - "Swaggering", - "Sticky", - "Binding", - "Mistrusting", - "Unsustainable", - "Spare", - "Identifiable", - "Numeric", - "Motivational", - "Indeterminable", - "Rare", - "Uttermost", - "Involuntary", - "Synergistic", - "Wailing", - "Only", - "Fallacious", - "Blurry", - "Younger", - "Poorest", - "Reputed", - "Incomprehensible", - "Perceptual", - "Soldierly", - "Scraggly", - "Quickthinking", - "Transcendent", - "Giant", - "Sole", - "Gratis", - "Humiliating", - "Golden", - "Bewitched", - "Alleged", - "Tacky", - "Handsome", - "Needless", - "Stoic", - "Vanishing", - "Spooky", - "Enjoyable", - "Loveable", - "Double", - "Sizzling", - "Copious", - "Equal", - "Wellqualified", - "Drooping", - "Specialist", - "Listless", - "Adopted", - "Aware", - "Remorseful", - "Irritating", - "Oblique", - "Acid", - "Corny", - "Unsalvageable", - "Wellprepared", - "Liberal", - "Satiny", - "Unrecognizable", - "Sheepish", - "Worthless", - "Sunny", - "Foreign", - "Dependable", - "Transient", - "Pricey", - "Quintessential", - "Inarguable", - "Displeasing", - "Phonemic", - "Startling", - "Taboo", - "Egalitarian", - "Naive", - "Unenforceable", - "Wellversed", - "Budget", - "Judgmental", - "Reclusive", - "Miserable", - "Spellbinding", - "Preferential", - "Shabbiest", - "Minimal", - "Tremendous", - "Immanent", - "Frightening", - "Party", - "Banned", - "Sidesplitting", - "Curved", - "Material", - "Trick", - "Meager", - "Unassertive", - "Warmest", - "Common", - "Unsurpassable", - "Peaceful", - "Unclassified", - "Perceptible", - "Sloped", - "Patented", - "Annual", - "Evenhanded", - "Zealous", - "Hoggish", - "Nondescript", - "Shrill", - "Shameful", - "Theological", - "Qualified", - "Presumptuous", - "Rational", - "Emaciated", - "Freaky", - "Bouncy", - "Melodramatic", - "Cloudy", - "Central", - "Relevant", - "Reckless", - "Calm", - "Legible", - "Operatic", - "Inapplicable", - "Unsightly", - "Heartrending", - "Less", - "Concerned", - "Efficacious", - "Acrid", - "Searching", - "Complicated", - "Swishing", - "Preparative", - "Pluralistic", - "Rebel", - "Weak", - "Discarded", - "Iconoclastic", - "Wornout", - "Thundering", - "Disposable", - "Tragic", - "Imminent", - "Frosty", - "Laughing", - "Grim", - "Repulsive", - "Baffled", - "Uninsurable", - "Imperceptible", - "Oppressive", - "Likeable", - "Inordinate", - "Wellaware", - "Imposing", - "Carsick", - "Convincing", - "Quotable", - "Naughty", - "Stackable", - "Distracting", - "Repairable", - "Betterlatethannever", - "Secondary", - "Opportunistic", - "Chronological", - "Stirring", - "Skittish", - "Suffering", - "Horrid", - "Marketable", - "Colorless", - "Excruciating", - "High", - "Humming", - "Unconstitutional", - "Orange", - "Average", - "Interesting", - "Downward", - "Training", - "Limp", - "Corrupt", - "Agitated", - "Overconfident", - "Inconsiderable", - "Unrestrained", - "Pink", - "Mouthwatering", - "Wise", - "Alternating", - "Fantastic", - "Electric", - "Complimentary", - "Libelous", - "Lateral", - "Paradoxical", - "Daring", - "Fortuitous", - "Operational", - "Subterranean", - "Ten", - "Chemical", - "Understated", - "Infrequent", - "Resounding", - "Unrelenting", - "Weary", - "Scary", - "Unbridled", - "Starcrossed", - "Medical", - "Dutiful", - "Victorious", - "Scandalous", - "Unrepresented", - "Master", - "Brainy", - "Unhandsome", - "Chic", - "Rented", - "Strategic", - "Redblooded", - "Fathomable", - "Every", - "Ultrasonic", - "Potable", - "Special", - "Dead", - "Furry", - "Democratic", - "Threatened", - "Hanging", - "Seasonable", - "Ghastly", - "Indivisible", - "Shameless", - "Manmade", - "Neurological", - "Flattering", - "Hotshot", - "Limitless", - "Disorganized", - "Illusive", - "Astute", - "Worthy", - "East", - "Wary", - "Unthinkable", - "Flirtatious", - "Broad", - "Additional", - "Violet", - "Pretty", - "Qualitative", - "Pleasurable", - "Humanitarian", - "Undeserved", - "Unwilling", - "Unattractive", - "Outermost", - "Makeable", - "Inexcusable", - "Guilty", - "Sober", - "Refundable", - "Pushy", - "Planned", - "Unflagging", - "Floating", - "Drowsy", - "Undeviating", - "Individual", - "Hottempered", - "Disappointing", - "Gauzy", - "Diffuse", - "Responsive", - "Renegotiable", - "Incessant", - "Boundless", - "Collectable", - "Whole", - "Unsubstantial", - "Unacknowledged", - "Irrelative", - "Clearheaded", - "Ghostly", - "Inclusive", - "Fictional", - "Supersonic", - "Desolate", - "Ruined", - "Unannounced", - "Relieved", - "Haggard", - "Separate", - "Doubtful", - "Lowrisk", - "Questionable", - "Arrogant", - "Forgivable", - "Vapid", - "Deepening", - "Stark", - "Street", - "Swaying", - "Unstressed", - "Unanticipated", - "Whispering", - "Unmotivated", - "Terrible", - "Numerable", - "Connected", - "Big", - "Unapologetic", - "Adjoining", - "Illustrious", - "Extendable", - "Lax", - "Combined", - "Cornered", - "Expedient", - "Uncertain", - "Effusive", - "Demanding", - "Collegial", - "Solar", - "Violent", - "Ignorant", - "Fruity", - "Fun", - "Secular", - "Forceful", - "Unfair", - "Playful", - "Expendable", - "Dawdling", - "Confident", - "Dreadful", - "Disingenuous", - "Thick", - "Unforgivable", - "Foamy", - "Purple", - "Languid", - "Touchy", - "Musical", - "Perpetual", - "Steep", - "Guiltridden", - "Unnerving", - "Vinegary", - "Exhausted", - "Spoken", - "Trivial", - "Crotchety", - "Venturesome", - "Temperate", - "Selected", - "Proportionate", - "Mute", - "Constructive", - "Voluminous", - "Adrenalized", - "Unavailing", - "Stuckup", - "Habitual", - "Patriotic", - "Ensuing", - "Seasonal", - "Sentimental", - "Platonic", - "Alike", - "Nutritional", - "Soaring", - "Neighborly", - "Ringing", - "Freckled", - "Stodgy", - "Worth", - "Unflappable", - "Unilateral", - "Heartless", - "Forgettable", - "Ideal", - "Stifling", - "Seething", - "Cut", - "Original", - "Unaccompanied", - "Posthoc", - "Staunch", - "Deficient", - "Expiring", - "Tremulous", - "Windy", - "Pitiless", - "Abysmal", - "Shivery", - "Euphemistic", - "Various", - "Panoramic", - "Sensational", - "Uncomfortable", - "Humongous", - "Crumply", - "Accessible", - "Pertinent", - "Unharmed", - "Wellmaintained", - "Unexcited", - "Inappropriate", - "Environmental", - "Repressive", - "Sleepy", - "Offbeat", - "Hungry", - "Thin", - "Outward", - "Unsupervised", - "Voluntary", - "Eccentric", - "Unalterable", - "Professed", - "Abrupt", - "Unremitting", - "Wiry", - "Mnemonic", - "Bouncing", - "Chewy", - "Miscreant", - "Lawless", - "Infernal", - "Freezing", - "Grand", - "Mountain", - "Electrifying", - "Cackling", - "Majestic", - "Feared", - "Regretful", - "Incompatible", - "Fermented", - "Pedestrian", - "Bewitching", - "Sweet", - "Boring", - "Withering", - "Impersonal", - "Weakened", - "Unmatched", - "Scalding", - "Boorish", - "Impish", - "Talented", - "Ultraconservative", - "Aromatic", - "Unwary", - "Flagrant", - "Disapproving", - "Fetching", - "Surefooted", - "Coveted", - "Strongest", - "Dwindling", - "Roasted", - "Misguided", - "Endless", - "Spiraled", - "Subliminal", - "Fraudulent", - "Decentralized", - "Pardonable", - "Prompt", - "Extemporaneous", - "Regional", - "Makeshift", - "Customary", - "Maiden", - "Surly", - "Languishing", - "Semiprecious", - "Sequential", - "Impoverished", - "Relaxing", - "Exotic", - "Volatile", - "Bribable", - "Whose", - "Historical", - "Unfailing", - "Musty", - "Snobbish", - "Reproachful", - "Workable", - "Provoking", - "Quacky", - "Pragmatic", - "Cold", - "Esoteric", - "Enchanting", - "Latent", - "Consensual", - "Inarticulate", - "Aggravating", - "Pastoral", - "Cavalier", - "Inadequate", - "Ornamental", - "Prize", - "Unequivocal", - "Crippled", - "Ominous", - "Hypersensitive", - "Stretchy", - "Observant", - "Protective", - "Manipulative", - "Sheer", - "Quarrelsome", - "Deplorable", - "Welcoming", - "Angry", - "Low", - "Onesided", - "Deceivable", - "Middleclass", - "Limber", - "Virtuous", - "Dissimilar", - "Technical", - "Skindeep", - "Highfunctioning", - "Preventative", - "Unpredictable", - "Litigious", - "Unreceptive", - "Cognitive", - "Astonishing", - "Homeopathic", - "Amicable", - "Shiny", - "Selfish", - "Nonresponsive", - "Hospitable", - "Iron", - "Mother", - "Permanent", - "Cheap", - "Sympathetic", - "Substantiated", - "Nonviolent", - "Colonial", - "Life", - "Blackandblue", - "Editable", - "Human", - "Baby", - "Parking", - "Lovely", - "Late", - "Personal", - "Anonymous", - "Vagrant", - "Financial", - "Grimy", - "Garish", - "Infallible", - "Programmable", - "Youngest", - "Militant", - "Overcast", - "Generic", - "Internal", - "Contemptible", - "Unchanging", - "Organic", - "Pernicious", - "Such", - "Leathery", - "Noble", - "Ravenous", - "Alarmed", - "Rasping", - "Viperous", - "Irrepressible", - "Adept", - "Teenage", - "Merciless", - "Awkward", - "Nonnegotiable", - "Rash", - "Extension", - "Unabashed", - "Cuddly", - "Frugal", - "Selfassured", - "Condensed", - "Selfinterested", - "Overambitious", - "Ostentatious", - "Perky", - "Undiminished", - "Macho", - "Theoretical", - "Extensive", - "Marked", - "Wooden", - "Neglected", - "Scruffy", - "Decimated", - "Unceasing", - "Alluring", - "Disproportionate", - "Unopened", - "Groaning", - "Crunchable", - "Raspy", - "Blearyeyed", - "Unprofessional", - "Crucial", - "Funloving", - "Enforceable", - "Regrettable", - "Invigorating", - "Unbreakable", - "Fervent", - "Gasping", - "Irreverent", - "Sleepless", - "Growling", - "Contrary", - "Saintly", - "Horizontal", - "Infected", - "Constrictive", - "Wrinkled", - "Ittybitty", - "Limping", - "Overworked", - "Consumable", - "Uptodate", - "Gratuitous", - "Unhelpful", - "Uninterrupted", - "Inevitable", - "Retrogressive", - "Venturous", - "Uneducated", - "Impractical", - "Refurbished", - "Urbane", - "Objective", - "Legislative", - "Astounding", - "Reflective", - "Capable", - "Logistic", - "Elaborate", - "Insatiable", - "Forward", - "Wholesale", - "Mediumrare", - "Accountable", - "Bustling", - "Next", - "Clumsy", - "Versatile", - "Spirited", - "Inorganic", - "Rigorous", - "Striking", - "Impetuous", - "Informal", - "Outspoken", - "Obsolete", - "Scholastic", - "Business", - "Polite", - "Idiotic", - "Pressing", - "Wounding", - "Fuming", - "Mythical", - "Earthy", - "Immodest", - "Obscure", - "Cerebral", - "Skyblue", - "Dense", - "Cowardly", - "Incongruent", - "Front", - "Ferocious", - "Vague", - "Geriatric", - "Squalid", - "Pretentious", - "Deprived", - "Shadowed", - "Preposterous", - "Worthwhile", - "Valuable", - "Disloyal", - "Commercial", - "Unerring", - "Straight", - "Cosmic", - "Ritualistic", - "Stereophonic", - "Older", - "Pert", - "Inequitable", - "Conditional", - "Wrong", - "Unsure", - "Passing", - "Aching", - "Correctable", - "Uncouth", - "Infectious", - "Free", - "Unadventurous", - "Tedious", - "Infinitesimal", - "Precious", - "Sorry", - "Mushy", - "Hoarse", - "Destroyed", - "Twinkling", - "Timid", - "Round", - "Uppity", - "Crippling", - "Inactive", - "Sharpened", - "Collapsing", - "Daunting", - "Weird", - "Perceivable", - "Downandout", - "Curative", - "Popping", - "Illegitimate", - "Synthetic", - "Sculpted", - "Motherly", - "Desirable", - "Adult", - "Wry", - "Supportive", - "Injured", - "Vibrating", - "Soulless", - "Quickminded", - "Computerized", - "Estimated", - "Sublime", - "Movable", - "Tightfisted", - "Horrifying", - "Dissuasive", - "Phonetic", - "Contented", - "Orthopedic", - "Lowranking", - "Innumerable", - "Occasional", - "Uneven", - "Incongruous", - "Funniest", - "Untested", - "Computer", - "Solicitous", - "Ceremonial", - "Vicarious", - "Damaged", - "Unsystematic", - "Primitive", - "Typical", - "Avenging", - "Absentminded", - "Hairless", - "Unmentionable", - "Exploitative", - "Universal", - "Unbearable", - "Unconfirmed", - "Fluent", - "Fat", - "Vain", - "Applicative", - "Afraid", - "Sickly", - "Bland", - "Partial", - "Frozen", - "Casual", - "Avian", - "Studied", - "Ridiculous", - "Impervious", - "Narrow", - "Cowering", - "Dirty", - "Wacky", - "Coachable", - "Northeast", - "Skinny", - "Braided", - "Frequent", - "Silky", - "Seditious", - "Wideranging", - "Painful", - "Dreary", - "Presidential", - "Expansive", - "Unnecessary", - "Hurried", - "Infatuated", - "Shimmering", - "Unreliable", - "Itchy", - "Acoustic", - "Previous", - "Quickest", - "Liable", - "Detached", - "Unintelligible", - "Lush", - "Damaging", - "Uncommon", - "Fatigued", - "Attractive", - "Cheery", - "Inharmonious", - "Corpulent", - "Stately", - "Openminded", - "Revengeful", - "Stereotypical", - "Degraded", - "Sly", - "Generative", - "Standard", - "Recessive", - "Reported", - "Beady", - "Shrewd", - "Illequipped", - "Clammy", - "Syllogistic", - "Taller", - "Dandy", - "Idyllic", - "Intolerant", - "Proximate", - "Limited", - "Light", - "Aloof", - "Lucky", - "Absorbing", - "Polyunsaturated", - "Mechanical", - "Unbecoming", - "Jealous", - "Fair", - "Valid", - "Direct", - "Welldeveloped", - "Jiggling", - "Wasted", - "Mere", - "Assignable", - "Gripping", - "Mordant", - "Enticing", - "Subservient", - "Restrictive", - "Neither", - "Insignificant", - "Blamable", - "Neutral", - "Tarnished", - "Untidy", - "Delicate", - "Irremovable", - "Gaseous", - "Unfocused", - "Tough", - "Bioactive", - "Frumpy", - "Abhorrent", - "Unmanageable", - "Tenacious", - "Homely", - "Bungling", - "Abiding", - "Loving", - "Saddened", - "Imperialistic", - "Expectant", - "Feathered", - "Halting", - "Latest", - "Masked", - "Proof", - "Supersensitive", - "Ultraviolet", - "Persevering", - "Transformative", - "Whimpering", - "Knowing", - "Fretful", - "Undeniable", - "Irate", - "Sporting", - "Scribbled", - "Shaky", - "Whopping", - "Unmistakable", - "Wood", - "Valorous", - "Unimpressive", - "Pathetic", - "Stronger", - "Unshapely", - "Other", - "Unenviable", - "Woozy", - "Incorrigible", - "Immovable", - "Chilly", - "Unsolicited", - "Recyclable", - "Angered", - "Moaning", - "Vehement", - "Worried", - "Sick", - "Shocked", - "Untried", - "Solemn", - "Sporadic", - "Definable", - "Devout", - "Metaphoric", - "Dire", - "Punctual", - "Fractional", - "Noiseless", - "Nocturnal", - "Novel", - "Rebellious", - "Grumpy", - "Unincorporated", - "Competitive", - "Perennial", - "Advantageous", - "Half", - "Earnest", - "Near", - "Tapered", - "Frank", - "Lamentable", - "Changeable", - "Improved", - "Royal", - "Eloquent", - "Mortified", - "Feebleminded", - "Invited", - "Economic", - "Underfunded", - "Secret", - "Superior", - "Incorrect", - "Concise", - "Unaccountable", - "Circling", - "Valiant", - "Exuberant", - "Wavering", - "Unredeemable", - "Memorable", - "Yielding", - "Coincidental", - "Nasal", - "Decisive", - "Standoffish", - "Ripe", - "Sweaty", - "Blushing", - "Abundant", - "Profound", - "Vast", - "Goofy", - "Extraordinary", - "Elusive", - "Single", - "Feathery", - "Ruptured", - "Nonchalant", - "Fanciful", - "Teeny", - "Suppressive", - "Wispy", - "Convenient", - "Powerless", - "Lukewarm", - "Decreasing", - "Hydrothermal", - "Tasty", - "Trashed", - "Consecutive", - "Bubbly", - "Gold", - "Indomitable", - "Scornful", - "Possessive", - "Voracious", - "Crunching", - "Unpleasant", - "Phosphorescent", - "Inexpensive", - "Babbling", - "Ineloquent", - "Magenta", - "More", - "Dark", - "Fullygrown", - "Maximum", - "Tribal", - "Refreshing", - "Untenable", - "Prestigious", - "Entertaining", - "Heavy", - "Repaired", - "Impeccable", - "Small", - "Thrifty", - "Topical", - "Spongy", - "Proximal", - "Telepathic", - "Quickdrying", - "Unappreciative", - "Arresting", - "Revamped", - "Logical", - "Sparse", - "Deliverable", - "Fascistic", - "Stigmatic", - "Selfreliant", - "Alone", - "Brainless", - "Burning", - "Irreconcilable", - "Pious", - "Crying", - "Indisputable", - "Eminent", - "Fatal", - "Persistent", - "Foggy", - "Ancient", - "Subdued", - "Submissive", - "Silent", - "Well", - "Residual", - "Clashing", - "Unconquerable", - "Pigheaded", - "Teachable", - "Fried", - "Short", - "Undesirable", - "Confirmed", - "Puffy", - "Hapless", - "Fragmented", - "Moved", - "Polkadotted", - "Insufferable", - "Unprincipled", - "Sonic", - "Spicy", - "Afternoon", - "Professional", - "Rapidfire", - "Feigned", - "Wily", - "Dogmatic", - "Tenderhearted", - "Precise", - "Deadly", - "Worst", - "Structural", - "Still", - "Numberless", - "Dissatisfied", - "Welllit", - "Diverse", - "Unequaled", - "Holiday", - "Immaculate", - "Unscrupulous", - "Condescending", - "Pale", - "Biggest", - "Useless", - "Quantifiable", - "Climbable", - "An", - "Raging", - "Exhausting", - "Thinkable", - "Abdominal", - "Slender", - "Uncooked", - "Oval", - "Treacherous", - "Yummy", - "Shortterm", - "Insidious", - "Wiggly", - "Dispassionate", - "Socialist", - "Uninhabitable", - "Patched", - "Bothered", - "Luxurious", - "Enigmatic", - "Soothing", - "Incredible", - "Assuring", - "Current", - "Deep", - "Narrowminded", - "Intentional", - "Crafty", - "Reputable", - "Committed", - "Enamored", - "Considerate", - "Newest", - "United", - "Prototypical", - "Icycold", - "Algebraic", - "Succinct", - "Comparative", - "Overcautious", - "Impenetrable", - "Busiest", - "Prescriptive", - "Inexpressible", - "Assertive", - "Delicious", - "Lengthy", - "Grating", - "Extralarge", - "Formulaic", - "Breathless", - "Inflammable", - "Fourth", - "Berserk", - "Tempting", - "Enough", - "Public", - "Steamy", - "Rumpled", - "Clueless", - "Essential", - "Meaningless", - "Ungraceful", - "Hard", - "Undefeated", - "Tallest", - "Domestic", - "Unmemorable", - "Failed", - "Hyperactive", - "Thorny", - "Targeted", - "Lacy", - "Gruesome", - "Unnatural", - "Uptight", - "Locatable", - "Lifelike", - "Subjective", - "Available", - "Decipherable", - "Somatic", - "Screeching", - "Abstracted", - "Depressing", - "Intelligent", - "Sloping", - "Outer", - "Dubious", - "Exploited", - "Droll", - "Fortunate", - "Toxic", - "Predictable", - "Voluptuous", - "Brassy", - "Healthy", - "Actual", - "Flamboyant", - "Bewildered", - "Reusable", - "Sisterly", - "Subtitled", - "Dim", - "Richest", - "Lessqualified", - "Irritated", - "Airline", - "Standing", - "Splendid", - "Savvy", - "Clingy", - "International", - "Prodigious", - "Likely", - "Annoyed", - "Satin", - "Inhabitable", - "Melted", - "Dogged", - "Changing", - "Invasive", - "Splashing", - "Nervous", - "Cheerful", - "Folded", - "Unheated", - "Pusillanimous", - "Concurrent", - "Pallid", - "Mammoth", - "Humorless", - "Restrained", - "Hypercritical", - "Soakingwet", - "Seeming", - "Industrial", - "Soundless", - "Imaginable", - "Grimacing", - "Incidental", - "Throbbing", - "Lucent", - "Leather", - "Riotous", - "Applauding", - "Cottony", - "Gratified", - "Lead", - "Auspicious", - "Pessimistic", - "Contractual", - "Unaided", - "Harebrained", - "Plush", - "Hopeless", - "Beaming", - "Shivering", - "Synonymous", - "Noisy", - "Random", - "Sterile", - "Snappish", - "Inside", - "Jittery", - "Cheeky", - "Creative", - "Manageable", - "Stuffed", - "Mutative", - "Blossoming", - "Obtuse", - "Opulent", - "Smarter", - "Pregnant", - "Blessed", - "Somber", - "Giggling", - "Highmaintenance", - "Lined", - "Nice", - "Awakening", - "Bitter", - "Hotpink", - "Measurable", - "Brawny", - "Hasty", - "Rapid", - "Okay", - "Residential", - "Honest", - "Effortless", - "Flawed", - "Abusive", - "Spiffy", - "Uninspired", - "Psychological", - "Jolly", - "Unobserved", - "Dear", - "Declining", - "Demented", - "Matchless", - "Dangerous", - "Classic", - "Bohemian", - "Anticorrosive", - "Flavored", - "Peremptory", - "Groomed", - "Bellicose", - "Salacious", - "Wintery", - "Indestructible", - "Immoral", - "Remaining", - "Civilian", - "Disputatious", - "Understandable", - "Expensive", - "Helpless", - "Luminescent", - "No", - "Unkempt", - "Congruous", - "Minimum", - "Weighty", - "Unbeaten", - "Senseless", - "Inferior", - "Trained", - "Unglamorous", - "Torrential", - "Witty", - "Flaming", - "Cleanable", - "Demure", - "Howling", - "Chuckling", - "Immeasurable", - "Similar", - "Glass", - "Cozy", - "Tan", - "Wrongful", - "Stifled", - "Disputed", - "Communal", - "Faltering", - "Winning", - "Cumbersome", - "Probable", - "Relentless", - "Sandy", - "Acceptable", - "Cagey", - "Smalltown", - "Unattainable", - "Accompanying", - "Utopian", - "One", - "Suave", - "Displeased", - "Instantaneous", - "Inexplicable", - "Opposable", - "Amiable", - "Slim", - "Lifelong", - "Fixable", - "Crackling", - "Laborious", - "Dazed", - "Commemorative", - "Menial", - "Badtempered", - "Normal", - "Intellectual", - "Gloomy", - "Creeping", - "Spasmodic", - "Factitious", - "Uninitiated", - "Fixed", - "Outrageous", - "Lonely", - "Highrisk", - "Impertinent", - "Subject", - "Flawless", - "Doggish", - "Little", - "Inartistic", - "Prohibitive", - "Theatrical", - "Unsuited", - "Unworkable", - "Enlightened", - "Most", - "Animated", - "Everlasting", - "Statuesque", - "Corner", - "Sneaky", - "Unlikable", - "Exposed", - "Stilled", - "Homogeneous", - "Simple", - "Savage", - "Bulky", - "Slippery", - "Idiosyncratic", - "Classified", - "Opened", - "Necessary", - "Adaptable", - "Parasitic", - "Pristine", - "Shabby", - "Agreeable", - "Surmountable", - "Hydraulic", - "Puzzled", - "Tetchy", - "Energetic", - "Supple", - "Clamoring", - "Fathomless", - "Intense", - "Fundamental", - "Avoidable", - "Fuzzy", - "Calculable", - "Unfeeling", - "Competent", - "Adjustable", - "Lawful", - "Untrustworthy", - "Distinct", - "Resident", - "Huge", - "Tangible", - "Bitesized", - "Literate", - "Putrid", - "Pliable", - "Gallant", - "Hideous", - "Discredited", - "Unofficial", - "Unwise", - "Unsteady", - "Dismissive", - "Routine", - "Closed", - "Unaltered", - "Proactive", - "Measly", - "Ninth", - "Metabolic", - "Wellknown", - "Warlike", - "Predominant", - "Compound", - "Important", - "Robotic", - "Satoshi", - "Alltoocommon", - "Informative", - "Anxious", - "Secured", - "Capricious", - "Uncivil", - "Lazy", - "Confused", - "Repeatable", - "Plump", - "Takecharge", - "The", - "Condemned", - "Moist", - "Lethal", - "Zestful", - "Impure", - "Mistaken", - "Good", - "Disputable", - "Implausible", - "Each", - "Blank", - "Verified", - "Rewarding", - "Bored", - "Scriptural", - "Exciting", - "Trusted", - "Eternal", - "Comical", - "Expanded", - "Bigcity", - "Phobic", - "Luscious", - "Unfaithful", - "Tricky", - "Unconvincing", - "Overt", - "Blunt", - "Artful", - "Vivacious", - "Mercurial", - "Promised", - "Negligible", - "Supercilious", - "Vindictive", - "Chatting", - "Nightmarish", - "Niggardly" "Hated", - "Satiric", - "Shattering", - "Fabled", - "Judicious", - "Bodacious", - "Unpersuasive", - "Simplistic", -] +adjectives = [ + "Toneless", + "Greedy", + "Proportioned", + "Snippy", + "Sweeping", + "Locked", + "Tasteless", + "Wellfounded", + "Scrupulous", + "Rainy", + "Cavernous", + "Transformational", + "Beckoning", + "Microwaveable", + "Smothering", + "Despondent", + "Sanctimonious", + "Hollow", + "Feminine", + "Creaky", + "Inconspicuous", + "Wanton", + "Charmed", + "Meaningful", + "Alienated", + "Roguish", + "Venomous", + "Closeminded", + "Negligent", + "Erroneous", + "Designer", + "Thermal", + "Snotty", + "Main", + "Muddled", + "Voiceless", + "Northwest", + "Reverential", + "Binary", + "Squealing", + "Undaunted", + "Expanding", + "Quiet", + "Flowery", + "Macabre", + "Detectable", + "Introspective", + "Frustrated", + "Lightblue", + "Buzzing", + "Unsettled", + "Decaying", + "Telegraphic", + "Rescued", + "Tonedeaf", + "Unstoppable", + "Uncritical", + "Forged", + "Spotless", + "Hypnotizable", + "Angelic", + "Tender", + "Extrasmall", + "Parental", + "Mental", + "Rhetorical", + "Fastest", + "Vegetable", + "Seamless", + "Hardtofind", + "Resourceful", + "Injudicious", + "Displaced", + "Antsy", + "Brighteyed", + "Petite", + "Unblinking", + "Downtown", + "Jobless", + "Gleaming", + "Befuddled", + "Witless", + "Rustling", + "Seductive", + "Unaggressive", + "Longwinded", + "Confidential", + "Refractive", + "Perplexing", + "Illiterate", + "Slushy", + "Red", + "Celestial", + "Unfaltering", + "Unrespectable", + "Their", + "Utilitarian", + "Engrossing", + "Unwieldy", + "Unsympathetic", + "Momentary", + "Few", + "Mischievous", + "Fishy", + "Rotating", + "Cleared", + "Manual", + "Disagreeable", + "Tenuous", + "Jeering", + "Consoling", + "Republican", + "Monopolistic", + "Enchanted", + "Curt", + "Salted", + "Corruptive", + "Patterned", + "Raw", + "Danceable", + "Divergent", + "Believable", + "Her", + "Torrid", + "Conflicting", + "Searing", + "Wellthoughtof", + "Autographed", + "Digressive", + "Forbidding", + "Slimy", + "Roundtable", + "Illegible", + "Melodious", + "Heroic", + "Frilly", + "Glad", + "Stinging", + "Jumpy", + "Snoring", + "Resentful", + "Meanspirited", + "Home", + "Farsighted", + "Sociological", + "Wide", + "Surprised", + "Legal", + "Tyrannical", + "Inelegant", + "Congested", + "Perturbing", + "Extravagant", + "Symptomatic", + "Subtle", + "Explosive", + "Spontaneous", + "Advisable", + "Heartbreaking", + "Loutish", + "Level", + "Disadvantageous", + "Loose", + "Beeping", + "Emotionless", + "Exacting", + "Telekinetic", + "Unproductive", + "Bronchial", + "Sedate", + "Ecstatic", + "Secluded", + "Charismatic", + "Authoritative", + "Sensitive", + "Premature", + "Boisterous", + "Upper", + "Selfcentered", + "Opening", + "Bacterial", + "Live", + "Blinding", + "Banging", + "Pithy", + "Tonal", + "Far", + "Dwarfish", + "Unqualified", + "Splashy", + "Preventable", + "Ingenuous", + "Dissolvable", + "Ashamed", + "Ragged", + "Sixth", + "False", + "Indigenous", + "Brash", + "Ludicrous", + "Unperturbed", + "Complaining", + "Treasured", + "Starving", + "Zoological", + "Contemporary", + "Scheduled", + "Bearable", + "Watchful", + "Humble", + "Relative", + "Tormented", + "Jovial", + "Concerted", + "Domed", + "Diminutive", + "Ungracious", + "Fragrant", + "Kindhearted", + "Weeklong", + "Civil", + "Survivable", + "Maneuverable", + "Reviewable", + "Unwritten", + "Nonrestrictive", + "Biblical", + "Unanswerable", + "Dapper", + "Linguistic", + "Malleable", + "Scathing", + "Indecent", + "Fine", + "Pettish", + "Animal", + "Snide", + "Plausible", + "Indignant", + "Supposed", + "Robust", + "Vocational", + "Recent", + "Speedy", + "Jocular", + "Overaggressive", + "Ungenerous", + "Magical", + "Menacing", + "Unsuspecting", + "Uncooperative", + "Tattered", + "Uncreative", + "Unpromising", + "Tepid", + "Educated", + "Teasing", + "Tenth", + "Energizing", + "Apprehensive", + "Longest", + "Decorative", + "Woeful", + "Notable", + "Unaccustomed", + "Acidic", + "Due", + "Mature", + "Incurable", + "Immensurable", + "Grotesque", + "Plastic", + "Unsuccessful", + "Flattered", + "Integral", + "Exploding", + "Legitimate", + "Peppery", + "Potential", + "Fascinating", + "Ruthless", + "Rocketing", + "Eyepopping", + "Peerless", + "Superhuman", + "Inquiring", + "Dexterous", + "Deceiving", + "Unscheduled", + "Ordinary", + "Soft", + "Wooing", + "Barking", + "Overbearing", + "Bankable", + "Connecting", + "Wonderful", + "Chilling", + "Belching", + "Disturbed", + "Stiff", + "Moody", + "Wellreceived", + "Biting", + "Better", + "Murky", + "Kind", + "Eventful", + "Inapt", + "Administrative", + "Unwitting", + "Wearisome", + "Cautious", + "Irrefutable", + "Unripe", + "Coughing", + "Peculiar", + "Insightful", + "Undisciplined", + "Equable", + "Tiny", + "Unavoidable", + "Uncommitted", + "Unverified", + "Worldly", + "Redeemable", + "Chauvinistic", + "Cropped", + "Disgusting", + "Pitchdark", + "Spiritless", + "Preventive", + "Crabby", + "Scientific", + "Rabid", + "Inductive", + "Inherent", + "Glistening", + "Knowledgeable", + "Unappetizing", + "Discreet", + "Globular", + "Interactive", + "Vocal", + "Transformed", + "Repetitious", + "Nine", + "Blonde", + "Mindbending", + "Filmy", + "Controlling", + "Horrified", + "Outraged", + "Physical", + "Derogatory", + "Staggering", + "Satisfactory", + "Indulgent", + "Uninterested", + "Worn", + "Aggressive", + "Tripping", + "Motor", + "Indecisive", + "Ineffective", + "Overall", + "Muttering", + "Neglectful", + "Best", + "Unhappy", + "Accusing", + "Reasonable", + "Nonreturnable", + "Overpriced", + "Prevalent", + "Smoggy", + "Nauseous", + "Slick", + "These", + "Captivating", + "Unhealthy", + "Prefabricated", + "Incredulous", + "Coy", + "Bloodred", + "Likable", + "Lackadaisical", + "Distracted", + "Openhearted", + "Brokenhearted", + "Unfashionable", + "Varied", + "Radioactive", + "Queasy", + "Fiscal", + "Cooperative", + "Knobbed", + "Scant", + "Wild", + "Disabled", + "Telephonic", + "Ironic", + "Graphic", + "Difficult", + "Uproarious", + "Supreme", + "Whining", + "Unsupported", + "Insincere", + "Inexpedient", + "Assumable", + "Monetary", + "Fancy", + "Mad", + "Unimaginable", + "Unnerved", + "Thankless", + "Satisfied", + "Adaptive", + "Oddlooking", + "Inflated", + "Revisable", + "Trustful", + "Global", + "Bloody", + "Repeated", + "Spiritual", + "Bookish", + "Genuine", + "Famous", + "Wellmade", + "Wellthoughtout", + "Gritty", + "Forgiving", + "Selfindulgent", + "Cultured", + "Scanty", + "Rutted", + "Downhearted", + "Opportune", + "Urgent", + "Ultrasensitive", + "Querulous", + "Modest", + "Conspicuous", + "Obscene", + "Presumable", + "Bandaged", + "Inexact", + "Falsified", + "Unexpected", + "Happy", + "Sculptural", + "Genial", + "Haughty", + "Adamant", + "Unsolved", + "Wealthy", + "Perplexed", + "Unconscionable", + "Perceptive", + "Stuffy", + "Fearless", + "Plain", + "Fitting", + "Inexpressive", + "Coquettish", + "Retired", + "Acrimonious", + "Emboldened", + "Sealed", + "Unreachable", + "Formative", + "Tamed", + "Padded", + "Lean", + "Giving", + "Nontransferable", + "Buoyant", + "Crystalline", + "Fussy", + "Contributive", + "Crystallized", + "Errant", + "Sanitary", + "Deceitful", + "Plaid", + "Ineffectual", + "Thriftless", + "Enlarged", + "Deceptive", + "Hearty", + "Sarcastic", + "Proficient", + "Twitchy", + "Blundering", + "Learnable", + "Razoredged", + "Baffling", + "Manic", + "Shifty", + "Irreplaceable", + "Affectionate", + "Improvable", + "Ossified", + "Contagious", + "Pompous", + "Diminishing", + "Trapped", + "Innate", + "Continual", + "Furtive", + "Impermeable", + "Popular", + "Unfilled", + "Sea", + "Admired", + "Fiendish", + "Unexplored", + "Unwatchable", + "Secretive", + "Relaxed", + "Brooding", + "Immature", + "Particular", + "Inert", + "Subordinate", + "Deliberate", + "Orphaned", + "Unintentional", + "Inspiring", + "Wretched", + "Discordant", + "Disappointed", + "Curious", + "Cute", + "Green", + "Regular", + "Disappearing", + "Oral", + "Machiavellian", + "Smooth", + "Crispy", + "Obligatory", + "Presumptive", + "Enhanced", + "Refillable", + "Mindful", + "Consistent", + "Magnificent", + "Wellgroomed", + "Gluttonous", + "Literary", + "Intricate", + "Stealth", + "Clinging", + "Inanimate", + "Speckled", + "Concealable", + "Transplanted", + "Clinical", + "Digital", + "Muted", + "Unguarded", + "Undisguised", + "Scared", + "Inescapable", + "Worrying", + "Shocking", + "Disinterested", + "Indefensible", + "Allpurpose", + "Abrasive", + "Gracious", + "Working", + "Challenging", + "Gradual", + "Oily", + "Foreboding", + "Primary", + "Diligent", + "Culpable", + "Occupational", + "Comprehensive", + "Reminiscent", + "Exhaustive", + "Impassable", + "Wellheeled", + "Codified", + "Correct", + "Retrospective", + "Fond", + "Speculative", + "Contrite", + "Nefarious", + "Superficial", + "Bold", + "Local", + "Dynamic", + "Untapped", + "Risky", + "Subsequent", + "Disjointed", + "Sizable", + "Crooked", + "Future", + "Viral", + "Embarrassing", + "Proper", + "Unequal", + "Authentic", + "Muggy", + "Dejected", + "Numbing", + "Architectural", + "Craggy", + "Princely", + "Smug", + "Excessive", + "Upward", + "Strong", + "Stressful", + "Cylindrical", + "Conscious", + "Greasy", + "Smallminded", + "Oversized", + "Minor", + "Enthralled", + "Southern", + "Brave", + "Grubby", + "Overzealous", + "Wellworn", + "Knobby", + "Despairing", + "Inaudible", + "Harmless", + "Communicative", + "Longterm", + "Resonant", + "Tactual", + "Mini", + "Gainful", + "Trusty", + "Silver", + "Shy", + "Tasteful", + "Psychosomatic", + "Southeasterly", + "Portable", + "Admiring", + "Smashing", + "External", + "Unrepentant", + "Moldy", + "Messy", + "Conspiratorial", + "Conventional", + "Towering", + "Gargantuan", + "Unemployed", + "Agrarian", + "Tight", + "Dedicated", + "Logarithmic", + "Null", + "Unprofitable", + "Barefooted", + "Stubby", + "Derivative", + "Interested", + "Prim", + "Unfathomable", + "Pumped", + "Statistical", + "Irreversible", + "Bigheaded", + "Sanguine", + "Unselfish", + "Glamorous", + "Ritzy", + "Nostalgic", + "Spectral", + "Receptive", + "Present", + "Premeditated", + "Versed", + "Upright", + "Disarming", + "Rich", + "Decrepit", + "Considerable", + "Select", + "Inconsistent", + "Maniacal", + "Usual", + "Unkind", + "Mournful", + "Heinous", + "Contrarian", + "Illicit", + "Brutish", + "Huffy", + "Endangered", + "Compelling", + "Wellmannered", + "Opposite", + "Simpleminded", + "Overpowering", + "Frightened", + "Discussable", + "Lopsided", + "Loyal", + "Rascally", + "Spendthrift", + "Moneygrubbing", + "Unsafe", + "Disparaging", + "Six", + "Lecherous", + "Craven", + "Unprovoked", + "Stale", + "Caged", + "Futile", + "Chicken", + "Undated", + "Angular", + "Static", + "Drenched", + "Devastated", + "Unquantifiable", + "Sleeping", + "Paternalistic", + "Snug", + "Elastic", + "Shallow", + "Large", + "Comforted", + "Courageous", + "Uncomprehending", + "Dreamy", + "Melodic", + "Unlawful", + "Addicted", + "Nautical", + "Resealable", + "Indispensable", + "Briny", + "Ethnic", + "Indiscreet", + "Enthused", + "Crammed", + "Terse", + "Crumbling", + "Indescribable", + "Sheltered", + "Background", + "Snappy", + "Equitable", + "Functional", + "Detrimental", + "Certifiable", + "Bordering", + "Adored", + "Abject", + "Selfeffacing", + "Unshakable", + "Threatening", + "Superlative", + "Uncharitable", + "Reserved", + "Refutable", + "Inefficient", + "Glossy", + "Wakeful", + "Racist", + "Neurotic", + "Indecipherable", + "Pathological", + "Overcrowded", + "Entranced", + "Visual", + "Drunk", + "Nearsighted", + "Dizzy", + "Prejudiced", + "Swimming", + "Modern", + "Permissible", + "Mutinous", + "Outside", + "Truculent", + "Willful", + "Sensual", + "Entertained", + "Wandering", + "Selfdirected", + "Prudent", + "Referential", + "Precocious", + "Plus", + "Nebulous", + "Last", + "Territorial", + "Selfrespect", + "Goodlooking", + "Seasick", + "Cool", + "Anecdotal", + "Bawling", + "Greatest", + "Coherent", + "Oldest", + "Conscientious", + "Horrible", + "Disadvantaged", + "Flimsy", + "Syllabic", + "Knowable", + "Exemplary", + "Viscous", + "Sharp", + "Unassailable", + "Enterprising", + "Uninformed", + "Unsophisticated", + "Hypothetical", + "Three", + "Radical", + "Tranquil", + "Exasperated", + "Sensible", + "Rueful", + "Cryptic", + "Scrumptious", + "Handy", + "Jagged", + "Very", + "Despised", + "Scented", + "Uneventful", + "Discernable", + "Homey", + "Upsetting", + "Unresponsive", + "Open", + "Middle", + "Unsuspected", + "Absurd", + "Discourteous", + "Occupied", + "Enumerable", + "Independent", + "Variable", + "Fluffy", + "Unruly", + "Fainthearted", + "Deformed", + "Barbarous", + "Purring", + "Leading", + "Dehydrated", + "Least", + "Righteous", + "Scummy", + "Unwholesome", + "Irksome", + "Colorful", + "Wellequipped", + "Licensed", + "Hypnotic", + "Vertical", + "Richer", + "Stinky", + "Unreasonable", + "Hulking", + "Underprivileged", + "Unanimous", + "Splintered", + "Dingy", + "Sour", + "Optimal", + "Humorous", + "Circumstantial", + "Nearby", + "Arduous", + "Detailed", + "Unknown", + "Watery", + "Scratchy", + "Thumping", + "Super", + "Unintelligent", + "Manicured", + "Legendary", + "Empty", + "Overemotional", + "Unspeakable", + "Guiltless", + "Accused", + "Unfamiliar", + "Mission", + "Fumbling", + "Exacerbating", + "Haunting", + "Knightly", + "Visible", + "Ratty", + "Delightful", + "Wellconceived", + "Cohesive", + "Hopeful", + "Disillusioned", + "Adoptive", + "Doable", + "Offhanded", + "Shattered", + "Inopportune", + "Salvageable", + "North", + "Deploring", + "All", + "Seismic", + "Complete", + "Wee", + "Undeterred", + "Penetrable", + "Gusty", + "Adversarial", + "Patchy", + "Concerning", + "Piteous", + "Compliant", + "Complacent", + "Conservative", + "Rampageous", + "Plucky", + "Woolen", + "Shaded", + "Many", + "Unbelievable", + "Cooked", + "Moralistic", + "Thirsty", + "Cancerous", + "Ingenious", + "Unsurprising", + "Individualistic", + "Undeveloped", + "Rank", + "Vexing", + "Rippling", + "Stanch", + "Unbalanced", + "Worndown", + "Stimulating", + "Top", + "Personable", + "Divisive", + "Hesitant", + "Puckish", + "Defenseless", + "Hormonal", + "Veracious", + "Fewer", + "Undiscovered", + "Clear", + "Disciplined", + "Climatic", + "Yellow", + "Overprotective", + "Diversified", + "Subconscious", + "Disheartening", + "Nonsensical", + "Military", + "Rough", + "Crass", + "Replicable", + "Slanderous", + "Familiar", + "Rainbowcolored", + "Left", + "Icky", + "Criminal", + "Debatable", + "Unabated", + "Blind", + "Enormous", + "Equidistant", + "Approving", + "Stereotyped", + "Hefty", + "Bumpy", + "Specific", + "Prenatal", + "Prior", + "Suspicious", + "Wellspoken", + "Goodnatured", + "Edgy", + "Spinal", + "Sensuous", + "Lordly", + "Forked", + "Closeable", + "Sullen", + "Magnanimous", + "Impartial", + "Revolutionary", + "Careless", + "Poised", + "Uninjured", + "Scaly", + "Lustrous", + "Imperfect", + "Zonked", + "Humiliated", + "Dusty", + "Innocent", + "Unjustifiable", + "Seemly", + "Scenic", + "Blaring", + "Unostentatious", + "Deniable", + "Corporate", + "Empirical", + "Merry", + "Iridescent", + "Unusual", + "Foxy", + "Continuing", + "Livable", + "Tidal", + "Traditional", + "Receding", + "Roomy", + "Delinquent", + "Affected", + "Nonstop", + "Visceral", + "Born", + "Unremarkable", + "Admirable", + "Status", + "Gratifying", + "Rechargeable", + "Simplified", + "Sparkling", + "Ungallant", + "Taxing", + "Unraveled", + "Ambulatory", + "Interdepartmental", + "Testy", + "Sluggish", + "Inconsolable", + "Unconcerned", + "Brief", + "Dissolving", + "Appalling", + "Just", + "Alterable", + "Two", + "Nonconsecutive", + "Final", + "Crude", + "Unemotional", + "Removable", + "Glib", + "Chanting", + "Whooping", + "Insipid", + "Skilled", + "Motivating", + "Later", + "Squashed", + "Illfated", + "Rhythmic", + "Dozing", + "Flattened", + "Suggestive", + "Firm", + "Clapping", + "Wet", + "Proud", + "Unintended", + "Stony", + "Sordid", + "Joyless", + "Showy", + "Profuse", + "Miscellaneous", + "Wicked", + "Boyish", + "Wellplanned", + "Reassuring", + "Incremental", + "Amazed", + "Mundane", + "Gigantic", + "Respectable", + "Complex", + "Unrealized", + "Grinding", + "Airsick", + "Multifaceted", + "Solid", + "Unpretentious", + "Hazy", + "Honking", + "Beautiful", + "Principal", + "Wool", + "Grieving", + "Stringent", + "Interpersonal", + "Haphazard", + "Lying", + "Congressional", + "Winsome", + "Executable", + "Impolite", + "Unadvised", + "Consummate", + "Disrespectful", + "Same", + "Philanthropic", + "Breathable", + "Palatable", + "Contextual", + "Nerveracking", + "Vengeful", + "Courteous", + "Harmonic", + "Paranormal", + "Safe", + "Gaudy", + "Astringent", + "Crushable", + "Sulky", + "Hurt", + "Aggravated", + "Deserted", + "Shut", + "Unlicensed", + "Fifth", + "Unloved", + "Pointless", + "Barren", + "Infamous", + "Quicktempered", + "Rancorous", + "Female", + "Curly", + "Symbolic", + "Intermittent", + "Nondestructive", + "Recognized", + "Susceptible", + "Rumbling", + "Obtainable", + "Uncivilized", + "Unobtainable", + "Reigning", + "Perfect", + "Lighthearted", + "Ambiguous", + "Defeated", + "Crawling", + "Textual", + "Interchangeable", + "Trendy", + "Inoperative", + "Talkative", + "Obedient", + "Devastating", + "Wholesome", + "Tense", + "Passionate", + "Significant", + "Embroiled", + "Eerie", + "Mortal", + "Intelligible", + "Navigable", + "Artificial", + "Solitary", + "Amused", + "Basic", + "Fervid", + "Unbelieving", + "Sprite", + "Catastrophic", + "Chief", + "Opposed", + "Calculating", + "Torturous", + "Crisp", + "Larcenous", + "Oversensitive", + "Married", + "Inventive", + "Undignified", + "Undeclared", + "Surgical", + "Expert", + "Clanging", + "Melancholy", + "Marvelous", + "Wellwritten", + "Arid", + "Wizardly", + "Explainable", + "Hostile", + "Taut", + "Geometric", + "Cinematic", + "Nameless", + "Steady", + "Undiplomatic", + "This", + "Larger", + "Luminous", + "Intangible", + "Joint", + "Brick", + "Able", + "True", + "Mindless", + "Persuasive", + "Verdant", + "Unsatisfied", + "Polished", + "Desperate", + "Achievable", + "Trustworthy", + "Salvaged", + "Thoughtless", + "Slanted", + "Dominant", + "Lesser", + "Earthshaking", + "Ardent", + "Friendly", + "Tactical", + "Incalculable", + "Severe", + "Puzzling", + "Sickening", + "Gushing", + "Unforgettable", + "Unencumbered", + "Endurable", + "Suspected", + "Great", + "Burly", + "Exclusive", + "Undemocratic", + "Dual", + "Actionable", + "Swooping", + "Truthful", + "Unseasonable", + "Fulfilled", + "Several", + "Blurred", + "Navyblue", + "Factual", + "Smudged", + "Instrumental", + "Psychotic", + "Inconsiderate", + "Backhanded", + "Salty", + "Ponderous", + "Substantial", + "Maladjusted", + "Lasting", + "Impulsive", + "Garrulous", + "Frightful", + "Shining", + "Saccharin", + "Hyperbolic", + "Written", + "Shaggy", + "Mighty", + "Intrepid", + "Vivid", + "Lilylivered", + "Faithless", + "Shortsighted", + "Racial", + "Preferable", + "Teenytiny", + "Euphoric", + "Grumbling", + "Cloistered", + "Lost", + "Appreciative", + "Fresh", + "Yearly", + "Stubborn", + "Congruent", + "Incoherent", + "Sellable", + "Rotund", + "Surprising", + "Gooey", + "Longer", + "Pronounced", + "Myopic", + "Egotistical", + "Motionless", + "Obese", + "Strict", + "Hotblooded", + "Nonrenewable", + "Upset", + "Malignant", + "Unearthly", + "Frisky", + "Metallic", + "Costly", + "Compact", + "Adhoc", + "Laudable", + "Nextdoor", + "Probabilistic", + "Marginal", + "Callous", + "Remedial", + "Devoted", + "Fruitless", + "Disinclined", + "Serrated", + "Meticulous", + "Conflicted", + "Communicable", + "Blistering", + "Momentous", + "Twinkly", + "Game", + "Pampered", + "Welladjusted", + "Irascible", + "Vacuous", + "Conversational", + "Unwashed", + "Obstructive", + "Durable", + "Incandescent", + "Chunky", + "Distinctive", + "Fabulous", + "Understood", + "Palatial", + "Predisposed", + "Unbendable", + "Spry", + "Transitional", + "Infuriated", + "Adorable", + "Mysterious", + "Preoperative", + "Unquestioning", + "Tearful", + "Darkened", + "Close", + "Improbable", + "Overassertive", + "Practical", + "Scattered", + "Tearing", + "Lifeless", + "Lithographic", + "Cursed", + "Cheapest", + "Dependent", + "Unchangeable", + "Hyperirritable", + "Detestable", + "Discontented", + "Breezy", + "Inalienable", + "Hardworking", + "Flowering", + "Rude", + "Tired", + "Populous", + "Immortal", + "Redundant", + "Leased", + "Multitalented", + "Tipsy", + "Intended", + "Ceaseless", + "Approaching", + "Regal", + "Profitable", + "Mixed", + "Accurate", + "Institutional", + "Confounded", + "Overoptimistic", + "Droopy", + "Suitable", + "Unflattering", + "Meditative", + "Selfsatisfied", + "Untroubled", + "Flaky", + "Exterior", + "Sloppy", + "Beneficial", + "Verifiable", + "Verbose", + "Cockamamie", + "Ugly", + "Restful", + "Congenial", + "Startled", + "Decayed", + "Autobiographic", + "Obtrusive", + "Calming", + "House", + "Treasonable", + "Exalted", + "Parched", + "Tart", + "Assured", + "Fading", + "Reprehensible", + "Third", + "Latter", + "Prominent", + "Secondhand", + "Flavorful", + "Underdeveloped", + "Humdrum", + "Amusing", + "Retroactive", + "Dysfunctional", + "Untamed", + "Unafraid", + "Prophetic", + "Meandering", + "Preconceived", + "Frayed", + "Indistinct", + "Extreme", + "Prickly", + "Aimless", + "Incapable", + "Optimistic", + "Juicy", + "Steadfast", + "Damp", + "Puritanical", + "Meek", + "Nonrefundable", + "Coolest", + "Foregoing", + "Optional", + "Respectful", + "Those", + "Squirming", + "Undetected", + "Squawking", + "Artistic", + "Vulgar", + "Lingering", + "Inhibited", + "Flat", + "Discriminating", + "Kitchen", + "Lavish", + "Offensive", + "Selfabsorbed", + "Instinctive", + "Hotheaded", + "Onehour", + "Flickering", + "Fireproof", + "Faint", + "Primordial", + "Clandestine", + "Some", + "Wellkempt", + "Specialized", + "Daughterly", + "Unstable", + "Unsatisfactory", + "Wordless", + "Unforeseeable", + "Waterproof", + "Certified", + "Flying", + "Cutting", + "Outlandish", + "Huggable", + "Booming", + "Boiling", + "Indirect", + "Odious", + "Springy", + "Unapproachable", + "Sacrificial", + "Key", + "Caring", + "Nonproductive", + "Sacred", + "Blooming", + "Enthusiastic", + "Inflexible", + "Barbaric", + "Smartest", + "Uncoordinated", + "Corrupting", + "Duplicitous", + "Juvenile", + "Drastic", + "Hardy", + "Surrealistic", + "Inextricable", + "Plentiful", + "Frigid", + "Inane", + "Automatic", + "Loud", + "Swollen", + "Matronly", + "Uncompromising", + "Entrepreneurial", + "Unbiased", + "Volcanic", + "Fearful", + "Unassisted", + "Decorous", + "Spoiled", + "Eligible", + "Openhanded", + "Four", + "Narcissistic", + "Virulent", + "Trite", + "Argumentative", + "Prolific", + "Spineless", + "Introductory", + "Political", + "Panicky", + "Embattled", + "Nonabrasive", + "Clogged", + "Revocable", + "Notorious", + "Unclean", + "Indiscriminate", + "Fragile", + "Calculated", + "Warring", + "Lefthanded", + "Equivalent", + "Supernatural", + "Wideeyed", + "Alternative", + "Jubilant", + "Translucent", + "Felonious", + "Frantic", + "Hourlong", + "Avid", + "Oceanic", + "Inscrutable", + "Abounding", + "Marbled", + "Posthumous", + "Frothy", + "Worrisome", + "Magic", + "Breakable", + "Ill", + "Stingy", + "Dull", + "Attentive", + "Troublesome", + "Smiling", + "Illhumored", + "Disorderly", + "Both", + "Thrilling", + "Cantankerous", + "Foreseeable", + "Collapsed", + "Captive", + "Invaluable", + "Sweltering", + "Terrifying", + "Right", + "Venal", + "Stupendous", + "Renewable", + "Unconditional", + "Unadulterated", + "Defendable", + "Disheartened", + "Dishonorable", + "Skimpy", + "Medicinal", + "Distrustful", + "Semiprofessional", + "Remote", + "Astonished", + "Expressionistic", + "Softhearted", + "Peaceable", + "Lithe", + "Childlike", + "Vibrant", + "Ecological", + "Restless", + "Willing", + "Crossed", + "Dismal", + "Work", + "Passive", + "Apologizing", + "Burnable", + "Repugnant", + "Disliked", + "Omnivorous", + "Sore", + "Unused", + "Selfdisciplined", + "Unconstrained", + "Moderate", + "Acclaimed", + "Piquant", + "Brightred", + "Eight", + "Irreparable", + "Paltry", + "Hissing", + "Unexceptional", + "Utter", + "Unprecedented", + "Formless", + "Vital", + "Disobedient", + "Odorous", + "Philosophical", + "Undisputed", + "Annoying", + "Elegant", + "Nonexclusive", + "Irretrievably", + "Endearing", + "Pleased", + "Arguable", + "Unwavering", + "Priceless", + "Bendable", + "Incompetent", + "Perpendicular", + "Chivalrous", + "Untruthful", + "Underhanded", + "Vacillating", + "Sacrilegious", + "Dispensable", + "Adjacent", + "Aspiring", + "Cluttered", + "Unmodified", + "Coordinated", + "Sonly", + "Riveting", + "Atomic", + "Respective", + "Disconnected", + "Vulnerable", + "Steel", + "Rotten", + "Tickling", + "Reversible", + "Ticking", + "Immediate", + "Chattering", + "Desirous", + "Demonic", + "Wellestablished", + "Cosmetic", + "Unending", + "Painstaking", + "Official", + "Soaking", + "Enraged", + "Worshipful", + "Squatting", + "Contoured", + "Trim", + "Adroit", + "Disreputable", + "Motivated", + "Powerful", + "Joyful", + "Unscientific", + "Snapping", + "Gurgling", + "Unreserved", + "Feudal", + "Unceremonious", + "Winter", + "Unromantic", + "Inviting", + "Semiconscious", + "Tidy", + "Unobtrusive", + "Fitted", + "Thrilled", + "Reproductive", + "Bruised", + "Improving", + "Wrinkly", + "Signed", + "Lowcarb", + "Much", + "Reciprocal", + "Miraculous", + "Waxen", + "Outgoing", + "Illuminating", + "Unspoiled", + "Monstrous", + "Ethical", + "Emblematic", + "Doting", + "Dripping", + "Purported", + "Different", + "Lovable", + "Sugary", + "Materialistic", + "Emotional", + "Athletic", + "Attainable", + "Finicky", + "Dulcet", + "Unknowing", + "Gregarious", + "Facetious", + "Battered", + "Shadowy", + "Skeptical", + "Wellbuilt", + "Disgraceful", + "Grownup", + "Major", + "Fawning", + "Treasonous", + "Disproved", + "Livid", + "Chubby", + "Accepting", + "Northerly", + "Awesome", + "Gawky", + "Incomparable", + "Snooty", + "Completed", + "Conformable", + "Visionary", + "Frustrating", + "Intrinsic", + "Comfortable", + "Spattered", + "Precarious", + "Spotty", + "Flippant", + "Centered", + "Teensy", + "Waiting", + "Axiomatic", + "Poorer", + "Irritable", + "Vacant", + "Possible", + "Antagonistic", + "Civilized", + "Hectic", + "Grandiose", + "Righthanded", + "Payable", + "Inattentive", + "Interdependent", + "Dowdy", + "Forgotten", + "Illogical", + "Overrated", + "Magnetic", + "Rambling", + "Erratic", + "Cumulative", + "Insufficient", + "Warm", + "Poor", + "Lowfat", + "Stable", + "Swinish", + "Unaffected", + "Defensive", + "Allowable", + "Fictitious", + "Concealed", + "Domineering", + "Gruff", + "Fractious", + "Squeezable", + "Muscular", + "Expressive", + "Inflamed", + "Wellcrafted", + "Obnoxious", + "Eroding", + "Parttime", + "Crowded", + "Carpeted", + "Daft", + "Tenminute", + "Periodic", + "Palpable", + "Obeisant", + "Accidental", + "Unregulated", + "Progressive", + "Affirmative", + "Dramatic", + "Tyrannous", + "Bewildering", + "Unmanly", + "Assorted", + "Opaque", + "Cheerless", + "Stout", + "Disruptive", + "Delirious", + "Covert", + "Inconsequential", + "Estranged", + "Wriggling", + "Unhesitating", + "Unauthorized", + "Intimate", + "Contradicting", + "Forthright", + "Porous", + "Commanding", + "Derogative", + "Ultimate", + "Crushed", + "Ruinous", + "Fascinated", + "Uncluttered", + "Vegetarian", + "Noncommittal", + "Watertight", + "Classical", + "Transitory", + "Entire", + "Simultaneous", + "Dollish", + "Indifferent", + "Unmerciful", + "Wellplaced", + "Innocuous", + "Soulful", + "Appropriate", + "Erasable", + "Oblivious", + "Driven", + "Prying", + "Squirrelly", + "Oxymoronic", + "Compulsory", + "Catatonic", + "Infantile", + "Exhilarated", + "Tactless", + "Insolent", + "Quality", + "Feeling", + "Caustic", + "Unexplainable", + "Superstitious", + "Tempestuous", + "Noticeable", + "Disenchanted", + "Unexpressive", + "Penetrating", + "Bashful", + "Attributable", + "Welleducated", + "Experimental", + "Unquestioned", + "Scorching", + "Adventurous", + "Direful", + "Miserly", + "Candid", + "Unavailable", + "Builtin", + "Multipurpose", + "Puny", + "Imprudent", + "Ambulant", + "Parsimonious", + "Disgruntled", + "Fierce", + "Gushy", + "Sinister", + "Fearsome", + "Wellliked", + "Simian", + "Echoing", + "Flashy", + "Gluey", + "Negotiable", + "Snoopy", + "Inadmissible", + "Polluted", + "Perilous", + "Fluttering", + "Bigoted", + "Tiring", + "Repetitive", + "Flavorless", + "Preeminent", + "Overwhelming", + "Earsplitting", + "Soaked", + "Spiteful", + "Fidgety", + "Ethereal", + "Otherwise", + "Musky", + "Federal", + "Seventh", + "Disparate", + "Overqualified", + "Unique", + "Problematic", + "Even", + "Horned", + "Attachable", + "Morbid", + "Dreaded", + "Smallest", + "Gaping", + "Yawning", + "Scarred", + "Moral", + "Weekly", + "Billable", + "Fatherly", + "Portly", + "Rancid", + "Instinctual", + "Temperamental", + "Unblushing", + "Waterlogged", + "Ambitious", + "Favorable", + "Endemic", + "Superb", + "Lacking", + "Classifiable", + "Mobile", + "Smart", + "Tumultuous", + "Contradictory", + "Unrealistic", + "Drained", + "Tropical", + "Radiant", + "Obliging", + "Cocky", + "Facial", + "Excited", + "Crestfallen", + "Slothful", + "Depressed", + "Reverent", + "Either", + "Pitchperfect", + "Gabby", + "Unmanned", + "Tactful", + "Futuristic", + "Comparable", + "Mystic", + "Aquatic", + "Whimsical", + "Textural", + "Tuneless", + "Untimely", + "Tantalizing", + "Incorruptible", + "Vernacular", + "Corrective", + "Unthinking", + "Honorable", + "Resolvable", + "Insane", + "Chance", + "Technological", + "Mean", + "Which", + "Helpful", + "Warning", + "Weightless", + "Coercive", + "Wasteful", + "Soggy", + "Rowdy", + "Charitable", + "Smoky", + "Odd", + "Malevolent", + "Positive", + "Vicious", + "Grueling", + "Parenthetic", + "Cracked", + "Untamable", + "Upmost", + "Physiological", + "Unpronounceable", + "Deluded", + "Choice", + "Verbal", + "Miniature", + "Overactive", + "Squiggly", + "Imprecise", + "Waste", + "Unmasked", + "Forensic", + "Unable", + "Brilliant", + "Cultural", + "Slowmoving", + "Introverted", + "Reassured", + "Joyous", + "Odiferous", + "Deranged", + "Invincible", + "Unyielding", + "Charging", + "Enduring", + "Vegetative", + "Touching", + "Wellconsidered", + "Reactive", + "Intrusive", + "Impressive", + "Frail", + "Horrific", + "Cooing", + "Undependable", + "Blasphemous", + "Upstairs", + "Inflammatory", + "Head", + "Beginning", + "Unsolvable", + "Tiresome", + "Furious", + "Egocentric", + "Diplomatic", + "Phenomenal", + "Powdery", + "Insurable", + "Unhurried", + "Grateful", + "Highpitched", + "Instant", + "Procedural", + "Nutty", + "Determined", + "Singleminded", + "Bedazzled", + "Episodic", + "Implicit", + "Abandoned", + "Gilded", + "Descriptive", + "Stagnant", + "Immobile", + "Accusative", + "Mystifying", + "Acknowledged", + "Crumbly", + "Amazing", + "Pure", + "Perishable", + "Senior", + "Down", + "Containable", + "Lanky", + "Welltodo", + "Demonstrative", + "Efficient", + "Unsubstantiated", + "Observable", + "Elevated", + "Unadorned", + "Pungent", + "Black", + "Rotting", + "Quirky", + "Gentle", + "Pleasant", + "Sickened", + "Pyrotechnic", + "Bloated", + "Elfish", + "Egomaniacal", + "Deaf", + "Velvety", + "Dry", + "Cross", + "Bronze", + "Whistling", + "Confirmable", + "Instructive", + "Proportional", + "Lively", + "Established", + "Rested", + "Pronounceable", + "Rightful", + "Lucid", + "Upbeat", + "Incontrovertible", + "Semiofficial", + "Prepared", + "Halfhearted", + "Justifiable", + "Insulting", + "Crashing", + "Traumatic", + "Unsettling", + "Befitting", + "Objectionable", + "Artless", + "Filtered", + "Thrashed", + "Lowcalorie", + "Oblong", + "Syntactic", + "Unappealing", + "Lethargic", + "Groovy", + "Diverging", + "Eager", + "Tame", + "Salient", + "Multicultural", + "Ticklish", + "Spastic", + "Sad", + "Maddening", + "Southwestern", + "Defensible", + "Literal", + "Barbequed", + "Nifty", + "Skillful", + "Mandatory", + "Queenly", + "Jazzy", + "Atypical", + "Transcendental", + "Beefy", + "Farflung", + "Vitriolic", + "Mystified", + "Veritable", + "Chatty", + "Allusive", + "Intolerable", + "Geographic", + "Squashy", + "Malicious", + "Troubled", + "Monotone", + "Past", + "Stilted", + "Corresponding", + "Savory", + "Meateating", + "Prissy", + "Unlivable", + "Forgetful", + "Gaunt", + "Digestive", + "Approximate", + "Absent", + "Careful", + "Thematic", + "Modular", + "Unquestionable", + "Painless", + "Pitiful", + "Boastful", + "Insensitive", + "Excusable", + "Expected", + "Unsurpassed", + "Jarring", + "Unimaginative", + "Interracial", + "Unrecognized", + "General", + "Weedy", + "Balding", + "Exceptional", + "Pervasive", + "Jabbering", + "Mocking", + "Unruffled", + "Toothsome", + "Unscholarly", + "Engaging", + "Bleached", + "Jaundiced", + "Remorseless", + "Harmonious", + "Glaring", + "Smarmy", + "Flushed", + "Stumbling", + "Tall", + "Deliberative", + "Anticipated", + "Inspirational", + "Allaround", + "Quaint", + "Troubling", + "Unenthusiastic", + "Militaristic", + "Peeved", + "Catchable", + "Inhospitable", + "Lurid", + "Timeless", + "Choppy", + "Bronzed", + "Nasty", + "Constitutional", + "Lenient", + "Sportsmanly", + "Deafening", + "Gross", + "Brisk", + "Stranded", + "Vigorous", + "Doleful", + "Remarkable", + "Undamaged", + "Excellent", + "Innovative", + "Soothed", + "Wholehearted", + "Old", + "Uneasy", + "Unopposed", + "Implosive", + "Numerous", + "Tanned", + "Expired", + "Speechless", + "Shamefaced", + "Illegal", + "Wellhoned", + "Quickacting", + "Freakish", + "Dreaming", + "Widespread", + "Tolerant", + "Ageless", + "Diabolical", + "Tangential", + "Sorrowful", + "Overenthusiastic", + "Intermediate", + "Rusty", + "Camouflaged", + "Unseemly", + "Unquenchable", + "Anemic", + "Clean", + "Straightforward", + "Biographical", + "Preliminary", + "Resilient", + "Feverish", + "Doubting", + "Challenged", + "Batty", + "Ubiquitous", + "Existing", + "Generous", + "Alert", + "Welloff", + "Encrusted", + "Educational", + "Debonair", + "Crazy", + "Fleeting", + "Lofty", + "Mumbled", + "Spiky", + "Inauspicious", + "Elated", + "Native", + "Officious", + "Guarded", + "Reviled", + "Wheezing", + "Unflinching", + "Trusting", + "Systematic", + "Serendipitous", + "Astronomical", + "Patronizing", + "Clever", + "Romantic", + "Eatable", + "Nosy", + "Disastrous", + "Sudden", + "Creaking", + "Oafish", + "Prehistoric", + "Obvious", + "Linear", + "Satirical", + "Combative", + "Divided", + "Mincing", + "Decent", + "Unsparing", + "Alive", + "Tenable", + "Agonizing", + "Downloadable", + "Furthest", + "Smallscale", + "Hot", + "Early", + "Invalid", + "Connectable", + "Rambunctious", + "Rakish", + "Spectacular", + "Shady", + "Effervescent", + "Rousing", + "Nutritious", + "Dilapidated", + "Floral", + "Wrenching", + "Inaccurate", + "Audacious", + "Rustic", + "Active", + "Drab", + "Loathsome", + "Dizzying", + "Snuggly", + "Depraved", + "Petty", + "Serene", + "Scrawny", + "Jumbled", + "Unattached", + "Imponderable", + "Quivering", + "Dressy", + "Economical", + "Carnivorous", + "Elite", + "Opinionated", + "Indelible", + "Welldeserved", + "Male", + "Unlucky", + "Unfavorable", + "Meaty", + "Authoritarian", + "Rapturous", + "Curable", + "Unacceptable", + "Splattered", + "Unsigned", + "Autonomous", + "Exponential", + "Fulfilling", + "Aerial", + "Tacit", + "Ornate", + "Floppy", + "Involved", + "Lowly", + "Inferable", + "Inconclusive", + "Kingly", + "Fraternal", + "Substitute", + "Definitive", + "Twisted", + "Belligerent", + "Irresistible", + "Contemplative", + "Wellargued", + "Slight", + "Snarling", + "Imperative", + "Welldone", + "Encouraged", + "Filthy", + "Exquisite", + "Steely", + "Oldfashioned", + "Insensible", + "Inseparable", + "Injurious", + "Wobbly", + "Collaborative", + "Effective", + "Knavish", + "Seedy", + "Trashy", + "Medium", + "South", + "Succulent", + "Following", + "Gifted", + "Unsinkable", + "Stunning", + "Uninhibited", + "Triumphant", + "Expandable", + "Leering", + "Erect", + "Slanting", + "Sincere", + "Imitative", + "Responsible", + "Elderly", + "Studious", + "Permissive", + "Evasive", + "Pedantic", + "Mellow", + "Pugnacious", + "Earpiercing", + "Wellbalanced", + "Transparent", + "Embarrassed", + "Noncompetitive", + "Geologic", + "Purified", + "Likeminded", + "Embittered", + "Hygienic", + "Shoddy", + "Expeditious", + "What", + "Groggy", + "Rectifiable", + "Any", + "Wellrounded", + "Cancelled", + "Relatable", + "Serviceable", + "Heady", + "Daffy", + "Heavenly", + "Perfumed", + "Scintillating", + "Unconscious", + "Tectonic", + "Mathematical", + "Grainy", + "Betrayed", + "Moronic", + "Insecure", + "Apologetic", + "Yearning", + "Crusty", + "Pressurized", + "Mangy", + "Inaccessible", + "Plodding", + "Dislikeable", + "Ravishing", + "Detachable", + "Feckless", + "Dashing", + "Grinning", + "Billowy", + "Untrained", + "Predicative", + "Intensive", + "Tentative", + "Distinguished", + "Unfulfilled", + "Traitorous", + "Prospective", + "Misty", + "Tested", + "Redolent", + "Uniform", + "Bighearted", + "Colloquial", + "Easy", + "Squandered", + "Bossy", + "Unreadable", + "Unambiguous", + "Needy", + "Childish", + "Stylistic", + "Wellread", + "Junior", + "Purposeless", + "Certain", + "Disdainful", + "Muffled", + "Restored", + "Unplanned", + "Hairy", + "Lascivious", + "Pleasing", + "Unconstructive", + "Obstinate", + "Immense", + "Stern", + "Nominal", + "Longing", + "Harsh", + "Convoluted", + "Isolated", + "Emergency", + "Neat", + "Living", + "Impossible", + "Brunette", + "Awake", + "Scrabbled", + "Extended", + "Uninvited", + "Sufficient", + "Exchangeable", + "Smoked", + "Abnormal", + "Bright", + "Real", + "Tainted", + "Lucrative", + "Piercing", + "Heated", + "Wonted", + "Foul", + "Broken", + "Harried", + "Nauseating", + "Spotted", + "Schematic", + "Uncontainable", + "Dainty", + "Quantitative", + "Cunning", + "Untouchable", + "Preemptive", + "Unskilled", + "Tuneful", + "Poignant", + "Disturbing", + "Odorless", + "Feeble", + "Wax", + "Strange", + "Inhuman", + "Brown", + "Lousy", + "Impassioned", + "Selfless", + "Harmful", + "Distasteful", + "Parallel", + "Scarce", + "Bantering", + "Inquisitive", + "Adhesive", + "Unconvinced", + "New", + "Vexed", + "Saucy", + "Unblemished", + "Roaring", + "Stunned", + "Selfconfident", + "Extraneous", + "Fashionable", + "Unjust", + "Imperceptive", + "Delectable", + "Vile", + "Scrappy", + "Identical", + "Mistrustful", + "Enviable", + "Spiral", + "Lowmaintenance", + "Midweek", + "Unstated", + "Overjoyed", + "Nonverbal", + "Productive", + "Brutal", + "Long", + "Matted", + "Wellused", + "Classy", + "Stained", + "Defiant", + "Postoperative", + "Glassy", + "Terrified", + "Bilingual", + "Preoccupied", + "Morose", + "Wriggly", + "His", + "Pensive", + "Religious", + "Intravenous", + "Chewable", + "Permeable", + "Bedazzling", + "Stacked", + "Vigilant", + "Communist", + "Precipitous", + "Delighted", + "Coarse", + "Holistic", + "Horrendous", + "Bloodthirsty", + "Subversive", + "Tireless", + "Recurrent", + "Unworthy", + "Evil", + "Aristocratic", + "Unconventional", + "Intriguing", + "Insulted", + "Premium", + "Bleary", + "Divine", + "Amphibian", + "Favorite", + "Carefree", + "Professorial", + "Illinformed", + "Cruel", + "Reddish", + "Improper", + "Purposeful", + "Tardy", + "Contentious", + "Uncanny", + "Discouraging", + "Bald", + "Faithful", + "Avantgarde", + "Flooded", + "Unpardonable", + "Interior", + "Credible", + "Mild", + "Didactic", + "Pharmaceutical", + "Cloudless", + "Presentable", + "Idealistic", + "Gutsy", + "Spacious", + "Unfriendly", + "Flabby", + "Gangly", + "Drivable", + "Rosy", + "Uncomplaining", + "Fastidious", + "Swift", + "Escalating", + "Untainted", + "Irrelevant", + "Uncontrollable", + "Diagonal", + "Jaded", + "Bleak", + "Mystical", + "Frowning", + "Stuttering", + "Ruddy", + "Homeless", + "Commendable", + "Statutory", + "Insurmountable", + "Western", + "Dishonest", + "Focused", + "Bureaucratic", + "Convulsive", + "Tolerable", + "Nippy", + "Unrepresentative", + "Prejudicial", + "Overwhelmed", + "Terminal", + "Unendurable", + "Electrical", + "Glum", + "Yelping", + "Inadvisable", + "Peripheral", + "Touched", + "Imaginary", + "Inhumane", + "Inoperable", + "Inexhaustible", + "Appealing", + "Repentant", + "Snowwhite", + "Potent", + "Industrious", + "Spherical", + "Understanding", + "Gnarly", + "Serial", + "Nimble", + "Lesserknown", + "Silly", + "Private", + "Grizzled", + "Inoffensive", + "Atrocious", + "Fast", + "Sane", + "Glorious", + "Useful", + "Creepy", + "Incomplete", + "Unforgiving", + "Wellmeaning", + "Heartbroken", + "Raving", + "Liquid", + "Shorttempered", + "Fertile", + "Young", + "Undistinguished", + "Devious", + "Electronic", + "Away", + "Critical", + "Eastern", + "Salt", + "Coldhearted", + "Impressionable", + "Compulsive", + "Glowing", + "Finite", + "Pleading", + "Disgusted", + "Accommodating", + "Laughable", + "Inspired", + "Shapeless", + "Selective", + "Terrific", + "Numb", + "Undifferentiated", + "Treatable", + "Quickwitted", + "Faded", + "Insubordinate", + "Inner", + "Discriminatory", + "Striped", + "White", + "Unlikely", + "Fanatical", + "Gorgeous", + "Triangular", + "Steaming", + "Sinuous", + "Quick", + "Bent", + "Galling", + "Continuous", + "Anticlimactic", + "Dorsal", + "Psychedelic", + "Stinking", + "Youthful", + "Smelly", + "Rugged", + "Pivotal", + "Thoughtful", + "Punitive", + "Picturesque", + "Despicable", + "Infuriating", + "Squeamish", + "Fidgeting", + "Stylish", + "Corrosive", + "Ghoulish", + "Indefinite", + "Wellintentioned", + "Cramped", + "Silvertongued", + "Wistful", + "Bellowing", + "Quizzical", + "Modified", + "Wrathful", + "Unmitigated", + "Wellsuited", + "Rusted", + "Wanting", + "Sturdy", + "Knotty", + "Quickpaced", + "Waspish", + "Dissonant", + "Telling", + "Telescopic", + "Inward", + "Festive", + "Hateful", + "Realistic", + "Ungentlemanly", + "Alarming", + "Virtual", + "Dress", + "Proverbial", + "Grave", + "Unmarketable", + "Time", + "Monosyllabic", + "Reliable", + "Ornery", + "Temporary", + "Dazzling", + "Habitable", + "Second", + "Replaceable", + "Onerous", + "Opposing", + "Foolish", + "Trenchant", + "Screaming", + "Toothy", + "Uncommunicative", + "Antiseptic", + "Ablebodied", + "Exasperating", + "Secure", + "Invisible", + "Sure", + "Quackish", + "Venerable", + "Evening", + "Bushy", + "Milky", + "Funny", + "Learned", + "Taunting", + "Ungrateful", + "Astounded", + "Constant", + "Confusing", + "Timely", + "Perverse", + "Balmy", + "Indicative", + "Straggly", + "Benevolent", + "Undefined", + "Slow", + "Evocative", + "Unpalatable", + "Operative", + "Starched", + "Thankful", + "Hazardous", + "Municipal", + "Unrivaled", + "Indeterminate", + "Kaput", + "Trying", + "Wellinformed", + "Pneumatic", + "Sustainable", + "Apathetic", + "Undoubted", + "Affordable", + "Unsociable", + "Sassy", + "Untraditional", + "Lower", + "Unworldly", + "Ingratiating", + "Kindly", + "Social", + "Sinful", + "Unsuitable", + "Reverse", + "Eruptive", + "Hypertensive", + "Stormy", + "Unstructured", + "Bigger", + "Successive", + "Unaffordable", + "Comforting", + "Natural", + "Conceivable", + "Brazen", + "Peevish", + "Uncharted", + "Eighth", + "Asymmetrical", + "Tangy", + "Worse", + "Formal", + "Absorbed", + "Lame", + "Hushed", + "Timorous", + "Inalterable", + "Wordy", + "Zippy", + "Spatial", + "Overwrought", + "Prudential", + "Bad", + "Lyrical", + "Affable", + "Guaranteed", + "Unfortunate", + "Fastmoving", + "Farcical", + "Smalltime", + "Lumpy", + "Connective", + "Intrigued", + "Serious", + "Poisonous", + "First", + "Intuitive", + "Impatient", + "Crunchy", + "Poetic", + "Uncovered", + "Celebrated", + "Inglorious", + "Profane", + "Highfalutin", + "Acerbic", + "Infinite", + "Patient", + "Foolhardy", + "Maternal", + "Bristly", + "Choking", + "Untitled", + "Undivided", + "Punishable", + "Keen", + "Express", + "Sleek", + "Dignified", + "Uncomely", + "Extra", + "Another", + "Successful", + "Petulant", + "Varying", + "Fit", + "Clownish", + "Creamy", + "Giddy", + "Hallowed", + "Envious", + "Formidable", + "Irrational", + "Unbending", + "Biodegradable", + "Busy", + "Full", + "Consenting", + "Excitable", + "Famished", + "Former", + "Irresponsible", + "Conceited", + "Sardonic", + "Inadvertent", + "Unsound", + "Distressed", + "Noxious", + "Reluctant", + "Welltraveled", + "Nonaggressive", + "Scratched", + "Singular", + "Muddy", + "Seven", + "Bountiful", + "Revealing", + "Revolting", + "Exaggerated", + "Sappy", + "Omniscient", + "Vaporous", + "Tempted", + "Microscopic", + "Inconvenient", + "Addictive", + "Cranky", + "Inflatable", + "Curvy", + "Overcritical", + "Flexible", + "Principled", + "Thorough", + "Disaffected", + "Moving", + "Acrobatic", + "Dried", + "Strident", + "Symbiotic", + "Wondrous", + "Deadpan", + "Cordial", + "Flammable", + "Largest", + "Blatant", + "Destructive", + "Shortlived", + "Psychiatric", + "Blazing", + "Exhilarating", + "Villainous", + "Humanlike", + "Rigid", + "Charming", + "Used", + "Loquacious", + "Unnoticeable", + "Alien", + "Grey", + "Kinesthetic", + "Sketchy", + "Distraught", + "Intestinal", + "Meteoric", + "Torpid", + "Monotonous", + "Distant", + "Known", + "Terrestrial", + "Prized", + "Uncharacteristic", + "Masterful", + "Decadent", + "Diseased", + "Increasing", + "Smaller", + "Hurtful", + "Controllable", + "Fiery", + "Recognizable", + "Minute", + "Sumptuous", + "Humid", + "Satisfying", + "Sparkly", + "Representative", + "Unimpeachable", + "Stock", + "Total", + "Grouchy", + "Sophisticated", + "Bizarre", + "Contemptuous", + "Imaginative", + "Icy", + "Ridiculing", + "Viable", + "Pretend", + "Shrieking", + "Adoring", + "Provisional", + "Faulty", + "Praiseworthy", + "Cynical", + "Fateful", + "Approachable", + "Elementary", + "Blindfolded", + "Misleading", + "Resolute", + "Vagabond", + "Depressive", + "Controversial", + "Photographic", + "Operable", + "Ajar", + "Rampant", + "Symmetrical", + "Betteroff", + "Biased", + "Ignorable", + "Husky", + "Sociable", + "Plopping", + "Absolute", + "Inconceivable", + "Usable", + "Discouraged", + "Square", + "Unfettered", + "Mirthful", + "Irregular", + "Nearest", + "Awful", + "Wellbehaved", + "Turbulent", + "Thievish", + "Therapeutic", + "Topographical", + "Captivated", + "Bloodied", + "Lulling", + "Encouraging", + "Welldressed", + "Applicable", + "Organizational", + "Provocative", + "Unalienable", + "Rudimentary", + "Indefinable", + "Adequate", + "Circular", + "Distressing", + "Unashamed", + "Explicit", + "Promising", + "Blue", + "Partisan", + "Merciful", + "Compassionate", + "Gullible", + "Massive", + "Wolfish", + "Gray", + "Garbled", + "Intimidating", + "Highest", + "Expressionless", + "Zesty", + "Rectangular", + "Convinced", + "Cheering", + "Tangled", + "Jerky", + "Antisocial", + "Superabundant", + "Weakwilled", + "Antiquated", + "Workoriented", + "Eventual", + "Wishful", + "Revised", + "Strenuous", + "Colossal", + "Prosperous", + "Documentary", + "Defective", + "Unimpeded", + "Rural", + "Breathtaking", + "Unorthodox", + "Benign", + "Hawkish", + "Sparing", + "Unbounded", + "Thunderous", + "Uncaring", + "Imperial", + "Zany", + "Hilarious", + "Hysterical", + "Shapely", + "Nonspecific", + "Plane", + "Unbeatable", + "Academic", + "Paternal", + "Outstanding", + "Ironfisted", + "Irrevocable", + "Swanky", + "Graceful", + "Cliquish", + "Mountainous", + "Foulsmelling", + "National", + "Insistent", + "Content", + "Ready", + "Selfaggrandizing", + "Scholarly", + "Blameless", + "Influential", + "Managerial", + "Informed", + "Fetid", + "Economy", + "Dovish", + "Daily", + "Negative", + "Degenerative", + "Maintainable", + "Mutual", + "Faraway", + "Frivolous", + "Imported", + "Obsessive", + "Streaked", + "Perturbed", + "Blissful", + "Fruitful", + "Monumental", + "Glittering", + "Smeared", + "Labored", + "Trainable", + "Spurious", + "Unheeded", + "Exact", + "Appetizing", + "Placid", + "Initial", + "Advanced", + "Swaggering", + "Sticky", + "Binding", + "Mistrusting", + "Unsustainable", + "Spare", + "Identifiable", + "Numeric", + "Motivational", + "Indeterminable", + "Rare", + "Uttermost", + "Involuntary", + "Synergistic", + "Wailing", + "Only", + "Fallacious", + "Blurry", + "Younger", + "Poorest", + "Reputed", + "Incomprehensible", + "Perceptual", + "Soldierly", + "Scraggly", + "Quickthinking", + "Transcendent", + "Giant", + "Sole", + "Gratis", + "Humiliating", + "Golden", + "Bewitched", + "Alleged", + "Tacky", + "Handsome", + "Needless", + "Stoic", + "Vanishing", + "Spooky", + "Enjoyable", + "Loveable", + "Double", + "Sizzling", + "Copious", + "Equal", + "Wellqualified", + "Drooping", + "Specialist", + "Listless", + "Adopted", + "Aware", + "Remorseful", + "Irritating", + "Oblique", + "Acid", + "Corny", + "Unsalvageable", + "Wellprepared", + "Liberal", + "Satiny", + "Unrecognizable", + "Sheepish", + "Worthless", + "Sunny", + "Foreign", + "Dependable", + "Transient", + "Pricey", + "Quintessential", + "Inarguable", + "Displeasing", + "Phonemic", + "Startling", + "Taboo", + "Egalitarian", + "Naive", + "Unenforceable", + "Wellversed", + "Budget", + "Judgmental", + "Reclusive", + "Miserable", + "Spellbinding", + "Preferential", + "Shabbiest", + "Minimal", + "Tremendous", + "Immanent", + "Frightening", + "Party", + "Banned", + "Sidesplitting", + "Curved", + "Material", + "Trick", + "Meager", + "Unassertive", + "Warmest", + "Common", + "Unsurpassable", + "Peaceful", + "Unclassified", + "Perceptible", + "Sloped", + "Patented", + "Annual", + "Evenhanded", + "Zealous", + "Hoggish", + "Nondescript", + "Shrill", + "Shameful", + "Theological", + "Qualified", + "Presumptuous", + "Rational", + "Emaciated", + "Freaky", + "Bouncy", + "Melodramatic", + "Cloudy", + "Central", + "Relevant", + "Reckless", + "Calm", + "Legible", + "Operatic", + "Inapplicable", + "Unsightly", + "Heartrending", + "Less", + "Concerned", + "Efficacious", + "Acrid", + "Searching", + "Complicated", + "Swishing", + "Preparative", + "Pluralistic", + "Rebel", + "Weak", + "Discarded", + "Iconoclastic", + "Wornout", + "Thundering", + "Disposable", + "Tragic", + "Imminent", + "Frosty", + "Laughing", + "Grim", + "Repulsive", + "Baffled", + "Uninsurable", + "Imperceptible", + "Oppressive", + "Likeable", + "Inordinate", + "Wellaware", + "Imposing", + "Carsick", + "Convincing", + "Quotable", + "Naughty", + "Stackable", + "Distracting", + "Repairable", + "Betterlatethannever", + "Secondary", + "Opportunistic", + "Chronological", + "Stirring", + "Skittish", + "Suffering", + "Horrid", + "Marketable", + "Colorless", + "Excruciating", + "High", + "Humming", + "Unconstitutional", + "Orange", + "Average", + "Interesting", + "Downward", + "Training", + "Limp", + "Corrupt", + "Agitated", + "Overconfident", + "Inconsiderable", + "Unrestrained", + "Pink", + "Mouthwatering", + "Wise", + "Alternating", + "Fantastic", + "Electric", + "Complimentary", + "Libelous", + "Lateral", + "Paradoxical", + "Daring", + "Fortuitous", + "Operational", + "Subterranean", + "Ten", + "Chemical", + "Understated", + "Infrequent", + "Resounding", + "Unrelenting", + "Weary", + "Scary", + "Unbridled", + "Starcrossed", + "Medical", + "Dutiful", + "Victorious", + "Scandalous", + "Unrepresented", + "Master", + "Brainy", + "Unhandsome", + "Chic", + "Rented", + "Strategic", + "Redblooded", + "Fathomable", + "Every", + "Ultrasonic", + "Potable", + "Special", + "Dead", + "Furry", + "Democratic", + "Threatened", + "Hanging", + "Seasonable", + "Ghastly", + "Indivisible", + "Shameless", + "Manmade", + "Neurological", + "Flattering", + "Hotshot", + "Limitless", + "Disorganized", + "Illusive", + "Astute", + "Worthy", + "East", + "Wary", + "Unthinkable", + "Flirtatious", + "Broad", + "Additional", + "Violet", + "Pretty", + "Qualitative", + "Pleasurable", + "Humanitarian", + "Undeserved", + "Unwilling", + "Unattractive", + "Outermost", + "Makeable", + "Inexcusable", + "Guilty", + "Sober", + "Refundable", + "Pushy", + "Planned", + "Unflagging", + "Floating", + "Drowsy", + "Undeviating", + "Individual", + "Hottempered", + "Disappointing", + "Gauzy", + "Diffuse", + "Responsive", + "Renegotiable", + "Incessant", + "Boundless", + "Collectable", + "Whole", + "Unsubstantial", + "Unacknowledged", + "Irrelative", + "Clearheaded", + "Ghostly", + "Inclusive", + "Fictional", + "Supersonic", + "Desolate", + "Ruined", + "Unannounced", + "Relieved", + "Haggard", + "Separate", + "Doubtful", + "Lowrisk", + "Questionable", + "Arrogant", + "Forgivable", + "Vapid", + "Deepening", + "Stark", + "Street", + "Swaying", + "Unstressed", + "Unanticipated", + "Whispering", + "Unmotivated", + "Terrible", + "Numerable", + "Connected", + "Big", + "Unapologetic", + "Adjoining", + "Illustrious", + "Extendable", + "Lax", + "Combined", + "Cornered", + "Expedient", + "Uncertain", + "Effusive", + "Demanding", + "Collegial", + "Solar", + "Violent", + "Ignorant", + "Fruity", + "Fun", + "Secular", + "Forceful", + "Unfair", + "Playful", + "Expendable", + "Dawdling", + "Confident", + "Dreadful", + "Disingenuous", + "Thick", + "Unforgivable", + "Foamy", + "Purple", + "Languid", + "Touchy", + "Musical", + "Perpetual", + "Steep", + "Guiltridden", + "Unnerving", + "Vinegary", + "Exhausted", + "Spoken", + "Trivial", + "Crotchety", + "Venturesome", + "Temperate", + "Selected", + "Proportionate", + "Mute", + "Constructive", + "Voluminous", + "Adrenalized", + "Unavailing", + "Stuckup", + "Habitual", + "Patriotic", + "Ensuing", + "Seasonal", + "Sentimental", + "Platonic", + "Alike", + "Nutritional", + "Soaring", + "Neighborly", + "Ringing", + "Freckled", + "Stodgy", + "Worth", + "Unflappable", + "Unilateral", + "Heartless", + "Forgettable", + "Ideal", + "Stifling", + "Seething", + "Cut", + "Original", + "Unaccompanied", + "Posthoc", + "Staunch", + "Deficient", + "Expiring", + "Tremulous", + "Windy", + "Pitiless", + "Abysmal", + "Shivery", + "Euphemistic", + "Various", + "Panoramic", + "Sensational", + "Uncomfortable", + "Humongous", + "Crumply", + "Accessible", + "Pertinent", + "Unharmed", + "Wellmaintained", + "Unexcited", + "Inappropriate", + "Environmental", + "Repressive", + "Sleepy", + "Offbeat", + "Hungry", + "Thin", + "Outward", + "Unsupervised", + "Voluntary", + "Eccentric", + "Unalterable", + "Professed", + "Abrupt", + "Unremitting", + "Wiry", + "Mnemonic", + "Bouncing", + "Chewy", + "Miscreant", + "Lawless", + "Infernal", + "Freezing", + "Grand", + "Mountain", + "Electrifying", + "Cackling", + "Majestic", + "Feared", + "Regretful", + "Incompatible", + "Fermented", + "Pedestrian", + "Bewitching", + "Sweet", + "Boring", + "Withering", + "Impersonal", + "Weakened", + "Unmatched", + "Scalding", + "Boorish", + "Impish", + "Talented", + "Ultraconservative", + "Aromatic", + "Unwary", + "Flagrant", + "Disapproving", + "Fetching", + "Surefooted", + "Coveted", + "Strongest", + "Dwindling", + "Roasted", + "Misguided", + "Endless", + "Spiraled", + "Subliminal", + "Fraudulent", + "Decentralized", + "Pardonable", + "Prompt", + "Extemporaneous", + "Regional", + "Makeshift", + "Customary", + "Maiden", + "Surly", + "Languishing", + "Semiprecious", + "Sequential", + "Impoverished", + "Relaxing", + "Exotic", + "Volatile", + "Bribable", + "Whose", + "Historical", + "Unfailing", + "Musty", + "Snobbish", + "Reproachful", + "Workable", + "Provoking", + "Quacky", + "Pragmatic", + "Cold", + "Esoteric", + "Enchanting", + "Latent", + "Consensual", + "Inarticulate", + "Aggravating", + "Pastoral", + "Cavalier", + "Inadequate", + "Ornamental", + "Prize", + "Unequivocal", + "Crippled", + "Ominous", + "Hypersensitive", + "Stretchy", + "Observant", + "Protective", + "Manipulative", + "Sheer", + "Quarrelsome", + "Deplorable", + "Welcoming", + "Angry", + "Low", + "Onesided", + "Deceivable", + "Middleclass", + "Limber", + "Virtuous", + "Dissimilar", + "Technical", + "Skindeep", + "Highfunctioning", + "Preventative", + "Unpredictable", + "Litigious", + "Unreceptive", + "Cognitive", + "Astonishing", + "Homeopathic", + "Amicable", + "Shiny", + "Selfish", + "Nonresponsive", + "Hospitable", + "Iron", + "Mother", + "Permanent", + "Cheap", + "Sympathetic", + "Substantiated", + "Nonviolent", + "Colonial", + "Life", + "Blackandblue", + "Editable", + "Human", + "Baby", + "Parking", + "Lovely", + "Late", + "Personal", + "Anonymous", + "Vagrant", + "Financial", + "Grimy", + "Garish", + "Infallible", + "Programmable", + "Youngest", + "Militant", + "Overcast", + "Generic", + "Internal", + "Contemptible", + "Unchanging", + "Organic", + "Pernicious", + "Such", + "Leathery", + "Noble", + "Ravenous", + "Alarmed", + "Rasping", + "Viperous", + "Irrepressible", + "Adept", + "Teenage", + "Merciless", + "Awkward", + "Nonnegotiable", + "Rash", + "Extension", + "Unabashed", + "Cuddly", + "Frugal", + "Selfassured", + "Condensed", + "Selfinterested", + "Overambitious", + "Ostentatious", + "Perky", + "Undiminished", + "Macho", + "Theoretical", + "Extensive", + "Marked", + "Wooden", + "Neglected", + "Scruffy", + "Decimated", + "Unceasing", + "Alluring", + "Disproportionate", + "Unopened", + "Groaning", + "Crunchable", + "Raspy", + "Blearyeyed", + "Unprofessional", + "Crucial", + "Funloving", + "Enforceable", + "Regrettable", + "Invigorating", + "Unbreakable", + "Fervent", + "Gasping", + "Irreverent", + "Sleepless", + "Growling", + "Contrary", + "Saintly", + "Horizontal", + "Infected", + "Constrictive", + "Wrinkled", + "Ittybitty", + "Limping", + "Overworked", + "Consumable", + "Uptodate", + "Gratuitous", + "Unhelpful", + "Uninterrupted", + "Inevitable", + "Retrogressive", + "Venturous", + "Uneducated", + "Impractical", + "Refurbished", + "Urbane", + "Objective", + "Legislative", + "Astounding", + "Reflective", + "Capable", + "Logistic", + "Elaborate", + "Insatiable", + "Forward", + "Wholesale", + "Mediumrare", + "Accountable", + "Bustling", + "Next", + "Clumsy", + "Versatile", + "Spirited", + "Inorganic", + "Rigorous", + "Striking", + "Impetuous", + "Informal", + "Outspoken", + "Obsolete", + "Scholastic", + "Business", + "Polite", + "Idiotic", + "Pressing", + "Wounding", + "Fuming", + "Mythical", + "Earthy", + "Immodest", + "Obscure", + "Cerebral", + "Skyblue", + "Dense", + "Cowardly", + "Incongruent", + "Front", + "Ferocious", + "Vague", + "Geriatric", + "Squalid", + "Pretentious", + "Deprived", + "Shadowed", + "Preposterous", + "Worthwhile", + "Valuable", + "Disloyal", + "Commercial", + "Unerring", + "Straight", + "Cosmic", + "Ritualistic", + "Stereophonic", + "Older", + "Pert", + "Inequitable", + "Conditional", + "Wrong", + "Unsure", + "Passing", + "Aching", + "Correctable", + "Uncouth", + "Infectious", + "Free", + "Unadventurous", + "Tedious", + "Infinitesimal", + "Precious", + "Sorry", + "Mushy", + "Hoarse", + "Destroyed", + "Twinkling", + "Timid", + "Round", + "Uppity", + "Crippling", + "Inactive", + "Sharpened", + "Collapsing", + "Daunting", + "Weird", + "Perceivable", + "Downandout", + "Curative", + "Popping", + "Illegitimate", + "Synthetic", + "Sculpted", + "Motherly", + "Desirable", + "Adult", + "Wry", + "Supportive", + "Injured", + "Vibrating", + "Soulless", + "Quickminded", + "Computerized", + "Estimated", + "Sublime", + "Movable", + "Tightfisted", + "Horrifying", + "Dissuasive", + "Phonetic", + "Contented", + "Orthopedic", + "Lowranking", + "Innumerable", + "Occasional", + "Uneven", + "Incongruous", + "Funniest", + "Untested", + "Computer", + "Solicitous", + "Ceremonial", + "Vicarious", + "Damaged", + "Unsystematic", + "Primitive", + "Typical", + "Avenging", + "Absentminded", + "Hairless", + "Unmentionable", + "Exploitative", + "Universal", + "Unbearable", + "Unconfirmed", + "Fluent", + "Fat", + "Vain", + "Applicative", + "Afraid", + "Sickly", + "Bland", + "Partial", + "Frozen", + "Casual", + "Avian", + "Studied", + "Ridiculous", + "Impervious", + "Narrow", + "Cowering", + "Dirty", + "Wacky", + "Coachable", + "Northeast", + "Skinny", + "Braided", + "Frequent", + "Silky", + "Seditious", + "Wideranging", + "Painful", + "Dreary", + "Presidential", + "Expansive", + "Unnecessary", + "Hurried", + "Infatuated", + "Shimmering", + "Unreliable", + "Itchy", + "Acoustic", + "Previous", + "Quickest", + "Liable", + "Detached", + "Unintelligible", + "Lush", + "Damaging", + "Uncommon", + "Fatigued", + "Attractive", + "Cheery", + "Inharmonious", + "Corpulent", + "Stately", + "Openminded", + "Revengeful", + "Stereotypical", + "Degraded", + "Sly", + "Generative", + "Standard", + "Recessive", + "Reported", + "Beady", + "Shrewd", + "Illequipped", + "Clammy", + "Syllogistic", + "Taller", + "Dandy", + "Idyllic", + "Intolerant", + "Proximate", + "Limited", + "Light", + "Aloof", + "Lucky", + "Absorbing", + "Polyunsaturated", + "Mechanical", + "Unbecoming", + "Jealous", + "Fair", + "Valid", + "Direct", + "Welldeveloped", + "Jiggling", + "Wasted", + "Mere", + "Assignable", + "Gripping", + "Mordant", + "Enticing", + "Subservient", + "Restrictive", + "Neither", + "Insignificant", + "Blamable", + "Neutral", + "Tarnished", + "Untidy", + "Delicate", + "Irremovable", + "Gaseous", + "Unfocused", + "Tough", + "Bioactive", + "Frumpy", + "Abhorrent", + "Unmanageable", + "Tenacious", + "Homely", + "Bungling", + "Abiding", + "Loving", + "Saddened", + "Imperialistic", + "Expectant", + "Feathered", + "Halting", + "Latest", + "Masked", + "Proof", + "Supersensitive", + "Ultraviolet", + "Persevering", + "Transformative", + "Whimpering", + "Knowing", + "Fretful", + "Undeniable", + "Irate", + "Sporting", + "Scribbled", + "Shaky", + "Whopping", + "Unmistakable", + "Wood", + "Valorous", + "Unimpressive", + "Pathetic", + "Stronger", + "Unshapely", + "Other", + "Unenviable", + "Woozy", + "Incorrigible", + "Immovable", + "Chilly", + "Unsolicited", + "Recyclable", + "Angered", + "Moaning", + "Vehement", + "Worried", + "Sick", + "Shocked", + "Untried", + "Solemn", + "Sporadic", + "Definable", + "Devout", + "Metaphoric", + "Dire", + "Punctual", + "Fractional", + "Noiseless", + "Nocturnal", + "Novel", + "Rebellious", + "Grumpy", + "Unincorporated", + "Competitive", + "Perennial", + "Advantageous", + "Half", + "Earnest", + "Near", + "Tapered", + "Frank", + "Lamentable", + "Changeable", + "Improved", + "Royal", + "Eloquent", + "Mortified", + "Feebleminded", + "Invited", + "Economic", + "Underfunded", + "Secret", + "Superior", + "Incorrect", + "Concise", + "Unaccountable", + "Circling", + "Valiant", + "Exuberant", + "Wavering", + "Unredeemable", + "Memorable", + "Yielding", + "Coincidental", + "Nasal", + "Decisive", + "Standoffish", + "Ripe", + "Sweaty", + "Blushing", + "Abundant", + "Profound", + "Vast", + "Goofy", + "Extraordinary", + "Elusive", + "Single", + "Feathery", + "Ruptured", + "Nonchalant", + "Fanciful", + "Teeny", + "Suppressive", + "Wispy", + "Convenient", + "Powerless", + "Lukewarm", + "Decreasing", + "Hydrothermal", + "Tasty", + "Trashed", + "Consecutive", + "Bubbly", + "Gold", + "Indomitable", + "Scornful", + "Possessive", + "Voracious", + "Crunching", + "Unpleasant", + "Phosphorescent", + "Inexpensive", + "Babbling", + "Ineloquent", + "Magenta", + "More", + "Dark", + "Fullygrown", + "Maximum", + "Tribal", + "Refreshing", + "Untenable", + "Prestigious", + "Entertaining", + "Heavy", + "Repaired", + "Impeccable", + "Small", + "Thrifty", + "Topical", + "Spongy", + "Proximal", + "Telepathic", + "Quickdrying", + "Unappreciative", + "Arresting", + "Revamped", + "Logical", + "Sparse", + "Deliverable", + "Fascistic", + "Stigmatic", + "Selfreliant", + "Alone", + "Brainless", + "Burning", + "Irreconcilable", + "Pious", + "Crying", + "Indisputable", + "Eminent", + "Fatal", + "Persistent", + "Foggy", + "Ancient", + "Subdued", + "Submissive", + "Silent", + "Well", + "Residual", + "Clashing", + "Unconquerable", + "Pigheaded", + "Teachable", + "Fried", + "Short", + "Undesirable", + "Confirmed", + "Puffy", + "Hapless", + "Fragmented", + "Moved", + "Polkadotted", + "Insufferable", + "Unprincipled", + "Sonic", + "Spicy", + "Afternoon", + "Professional", + "Rapidfire", + "Feigned", + "Wily", + "Dogmatic", + "Tenderhearted", + "Precise", + "Deadly", + "Worst", + "Structural", + "Still", + "Numberless", + "Dissatisfied", + "Welllit", + "Diverse", + "Unequaled", + "Holiday", + "Immaculate", + "Unscrupulous", + "Condescending", + "Pale", + "Biggest", + "Useless", + "Quantifiable", + "Climbable", + "An", + "Raging", + "Exhausting", + "Thinkable", + "Abdominal", + "Slender", + "Uncooked", + "Oval", + "Treacherous", + "Yummy", + "Shortterm", + "Insidious", + "Wiggly", + "Dispassionate", + "Socialist", + "Uninhabitable", + "Patched", + "Bothered", + "Luxurious", + "Enigmatic", + "Soothing", + "Incredible", + "Assuring", + "Current", + "Deep", + "Narrowminded", + "Intentional", + "Crafty", + "Reputable", + "Committed", + "Enamored", + "Considerate", + "Newest", + "United", + "Prototypical", + "Icycold", + "Algebraic", + "Succinct", + "Comparative", + "Overcautious", + "Impenetrable", + "Busiest", + "Prescriptive", + "Inexpressible", + "Assertive", + "Delicious", + "Lengthy", + "Grating", + "Extralarge", + "Formulaic", + "Breathless", + "Inflammable", + "Fourth", + "Berserk", + "Tempting", + "Enough", + "Public", + "Steamy", + "Rumpled", + "Clueless", + "Essential", + "Meaningless", + "Ungraceful", + "Hard", + "Undefeated", + "Tallest", + "Domestic", + "Unmemorable", + "Failed", + "Hyperactive", + "Thorny", + "Targeted", + "Lacy", + "Gruesome", + "Unnatural", + "Uptight", + "Locatable", + "Lifelike", + "Subjective", + "Available", + "Decipherable", + "Somatic", + "Screeching", + "Abstracted", + "Depressing", + "Intelligent", + "Sloping", + "Outer", + "Dubious", + "Exploited", + "Droll", + "Fortunate", + "Toxic", + "Predictable", + "Voluptuous", + "Brassy", + "Healthy", + "Actual", + "Flamboyant", + "Bewildered", + "Reusable", + "Sisterly", + "Subtitled", + "Dim", + "Richest", + "Lessqualified", + "Irritated", + "Airline", + "Standing", + "Splendid", + "Savvy", + "Clingy", + "International", + "Prodigious", + "Likely", + "Annoyed", + "Satin", + "Inhabitable", + "Melted", + "Dogged", + "Changing", + "Invasive", + "Splashing", + "Nervous", + "Cheerful", + "Folded", + "Unheated", + "Pusillanimous", + "Concurrent", + "Pallid", + "Mammoth", + "Humorless", + "Restrained", + "Hypercritical", + "Soakingwet", + "Seeming", + "Industrial", + "Soundless", + "Imaginable", + "Grimacing", + "Incidental", + "Throbbing", + "Lucent", + "Leather", + "Riotous", + "Applauding", + "Cottony", + "Gratified", + "Lead", + "Auspicious", + "Pessimistic", + "Contractual", + "Unaided", + "Harebrained", + "Plush", + "Hopeless", + "Beaming", + "Shivering", + "Synonymous", + "Noisy", + "Random", + "Sterile", + "Snappish", + "Inside", + "Jittery", + "Cheeky", + "Creative", + "Manageable", + "Stuffed", + "Mutative", + "Blossoming", + "Obtuse", + "Opulent", + "Smarter", + "Pregnant", + "Blessed", + "Somber", + "Giggling", + "Highmaintenance", + "Lined", + "Nice", + "Awakening", + "Bitter", + "Hotpink", + "Measurable", + "Brawny", + "Hasty", + "Rapid", + "Okay", + "Residential", + "Honest", + "Effortless", + "Flawed", + "Abusive", + "Spiffy", + "Uninspired", + "Psychological", + "Jolly", + "Unobserved", + "Dear", + "Declining", + "Demented", + "Matchless", + "Dangerous", + "Classic", + "Bohemian", + "Anticorrosive", + "Flavored", + "Peremptory", + "Groomed", + "Bellicose", + "Salacious", + "Wintery", + "Indestructible", + "Immoral", + "Remaining", + "Civilian", + "Disputatious", + "Understandable", + "Expensive", + "Helpless", + "Luminescent", + "No", + "Unkempt", + "Congruous", + "Minimum", + "Weighty", + "Unbeaten", + "Senseless", + "Inferior", + "Trained", + "Unglamorous", + "Torrential", + "Witty", + "Flaming", + "Cleanable", + "Demure", + "Howling", + "Chuckling", + "Immeasurable", + "Similar", + "Glass", + "Cozy", + "Tan", + "Wrongful", + "Stifled", + "Disputed", + "Communal", + "Faltering", + "Winning", + "Cumbersome", + "Probable", + "Relentless", + "Sandy", + "Acceptable", + "Cagey", + "Smalltown", + "Unattainable", + "Accompanying", + "Utopian", + "One", + "Suave", + "Displeased", + "Instantaneous", + "Inexplicable", + "Opposable", + "Amiable", + "Slim", + "Lifelong", + "Fixable", + "Crackling", + "Laborious", + "Dazed", + "Commemorative", + "Menial", + "Badtempered", + "Normal", + "Intellectual", + "Gloomy", + "Creeping", + "Spasmodic", + "Factitious", + "Uninitiated", + "Fixed", + "Outrageous", + "Lonely", + "Highrisk", + "Impertinent", + "Subject", + "Flawless", + "Doggish", + "Little", + "Inartistic", + "Prohibitive", + "Theatrical", + "Unsuited", + "Unworkable", + "Enlightened", + "Most", + "Animated", + "Everlasting", + "Statuesque", + "Corner", + "Sneaky", + "Unlikable", + "Exposed", + "Stilled", + "Homogeneous", + "Simple", + "Savage", + "Bulky", + "Slippery", + "Idiosyncratic", + "Classified", + "Opened", + "Necessary", + "Adaptable", + "Parasitic", + "Pristine", + "Shabby", + "Agreeable", + "Surmountable", + "Hydraulic", + "Puzzled", + "Tetchy", + "Energetic", + "Supple", + "Clamoring", + "Fathomless", + "Intense", + "Fundamental", + "Avoidable", + "Fuzzy", + "Calculable", + "Unfeeling", + "Competent", + "Adjustable", + "Lawful", + "Untrustworthy", + "Distinct", + "Resident", + "Huge", + "Tangible", + "Bitesized", + "Literate", + "Putrid", + "Pliable", + "Gallant", + "Hideous", + "Discredited", + "Unofficial", + "Unwise", + "Unsteady", + "Dismissive", + "Routine", + "Closed", + "Unaltered", + "Proactive", + "Measly", + "Ninth", + "Metabolic", + "Wellknown", + "Warlike", + "Predominant", + "Compound", + "Important", + "Robotic", + "Satoshi", + "Alltoocommon", + "Informative", + "Anxious", + "Secured", + "Capricious", + "Uncivil", + "Lazy", + "Confused", + "Repeatable", + "Plump", + "Takecharge", + "The", + "Condemned", + "Moist", + "Lethal", + "Zestful", + "Impure", + "Mistaken", + "Good", + "Disputable", + "Implausible", + "Each", + "Blank", + "Verified", + "Rewarding", + "Bored", + "Scriptural", + "Exciting", + "Trusted", + "Eternal", + "Comical", + "Expanded", + "Bigcity", + "Phobic", + "Luscious", + "Unfaithful", + "Tricky", + "Unconvincing", + "Overt", + "Blunt", + "Artful", + "Vivacious", + "Mercurial", + "Promised", + "Negligible", + "Supercilious", + "Vindictive", + "Chatting", + "Nightmarish", + "Niggardly" "Hated", + "Satiric", + "Shattering", + "Fabled", + "Judicious", + "Bodacious", + "Unpersuasive", + "Simplistic", +] diff --git a/api/nick_generator/dicts/en/adverbs.py b/api/nick_generator/dicts/en/adverbs.py index 01624e96..288530af 100755 --- a/api/nick_generator/dicts/en/adverbs.py +++ b/api/nick_generator/dicts/en/adverbs.py @@ -1,452 +1,452 @@ -adverbs = [ - "Utterly", - "Rapturously", - "Most", - "Unfairly", - "Always", - "Up", - "Patiently", - "Nearby", - "Fortunately", - "Potentially", - "Astonishingly", - "Conceivably", - "Excitedly", - "Hungrily", - "Badly", - "About", - "Certainly", - "Tenderly", - "Predictably", - "Sedately", - "Equally", - "Truthfully", - "Formerly", - "Restfully", - "Jokingly", - "Unexpectedly", - "However", - "Extremely", - "Amazingly", - "Quite", - "Lawfully", - "Emptily", - "Affectionately", - "Nevertheless", - "Nicely", - "Seriously", - "Hardly", - "Justly", - "Sternly", - "Cruelly", - "Today", - "Understandingly", - "Backwards", - "Powerfully", - "Understandably", - "Accusingly", - "Irritably", - "Violently", - "Commonly", - "How", - "Wrongly", - "Loudly", - "Innocently", - "Probably", - "Meaningfully", - "Conspicuously", - "Rightly", - "Overseas", - "Wildly", - "Awkwardly", - "Finally", - "Absently", - "Inwardly", - "Likely", - "Greedily", - "Breathlessly", - "Ideally", - "Miserably", - "Deceivingly", - "Tonight", - "Simply", - "Yet", - "Compassionately", - "Crisply", - "Decidedly", - "Last", - "Inadequately", - "Perpetually", - "Lots", - "Busily", - "Fervently", - "Late", - "Solemnly", - "Enviously", - "Not", - "Happily", - "Wearily", - "Nearly", - "Before", - "Openly", - "Intensely", - "Much", - "Fiercely", - "Enormously", - "Separately", - "Helpfully", - "Tremendously", - "Blindly", - "Long", - "First", - "Energetically", - "Partially", - "Lately", - "Incredibly", - "Awfully", - "Regularly", - "Now", - "Crossly", - "Increasingly", - "Indeed", - "Practically", - "Famously", - "Down", - "Over", - "Spitefully", - "Desperately", - "Harshly", - "Distinctly", - "Confidentially", - "Inadvertently", - "Best", - "Disgustingly", - "Sleepily", - "Ferociously", - "Incidentally", - "Naturally", - "Selfishly", - "Rightfully", - "Lightly", - "Shyly", - "Longingly", - "Superstitiously", - "Too", - "Suspiciously", - "Especially", - "Stingily", - "Rarely", - "Curiously", - "Poorly", - "Very", - "Downstairs", - "Briskly", - "Thus", - "Exactly", - "Yearly", - "Evenly", - "Clumsily", - "Daintily", - "Heartily", - "Gratefully", - "Elegantly", - "Quick", - "Terribly", - "Never", - "Already", - "Behind", - "Frenetically", - "Unlike", - "Obviously", - "Meekly", - "Wonderingly", - "Brightly", - "Thoroughly", - "Doubtfully", - "Wrong", - "Sheepishly", - "Moreover", - "Messily", - "Wisely", - "Wonderfully", - "Properly", - "Tightly", - "Slow", - "Absolutely", - "Closely", - "Repeatedly", - "Underground", - "Mockingly", - "Abroad", - "Positively", - "Briefly", - "Reproachfully", - "Lazily", - "Hopefully", - "Continually", - "Generally", - "Theoretically", - "Just", - "Freely", - "Playfully", - "Carefully", - "Intently", - "Slowly", - "Mysteriously", - "There", - "Fairly", - "Pleasantly", - "Madly", - "Speedily", - "Off", - "Calmly", - "Deliberately", - "Hard", - "Clearly", - "Frankly", - "Quintessentially", - "Tensely", - "East", - "Quaveringly", - "Mentally", - "Consequently", - "Less", - "Determinedly", - "Grumpily", - "Searchingly", - "Stubbornly", - "Unwillingly", - "Bravely", - "Neatly", - "Generously", - "Eventually", - "Gleefully", - "Anyway", - "Dangerously", - "Highly", - "Presumably", - "Cheerfully", - "Quietly", - "So", - "Fearlessly", - "Low", - "Angrily", - "Therefore", - "Rather", - "Easily", - "Ultimately", - "Earlier", - "Again", - "Early", - "Ravenously", - "Cautiously", - "Perfectly", - "Foolishly", - "Evidently", - "Carelessly", - "Warmly", - "Stupidly", - "Daringly", - "Where", - "Unbelievably", - "Abruptly", - "Ever", - "Wholly", - "Obediently", - "Gladly", - "Otherwise", - "Strangely", - "Slyly", - "Instantly", - "Hopelessly", - "Far", - "Impulsively", - "Greatly", - "Loosely", - "Definitely", - "Solidly", - "Here", - "Out", - "Proudly", - "Coaxingly", - "Strictly", - "Darkly", - "Roughly", - "Venomously", - "Interestingly", - "Purely", - "Later", - "Even", - "Better", - "Accidentally", - "Likewise", - "Righteously", - "Besides", - "Until", - "Usually", - "Willfully", - "Doubtlessly", - "Previously", - "Totally", - "Intermittently", - "Eagerly", - "Anywhere", - "Rigidly", - "Mechanically", - "Straight", - "Inside", - "Safely", - "Regretfully", - "Hurriedly", - "Enough", - "Least", - "Surprisingly", - "Thoughtfully", - "Quarterly", - "Regrettably", - "Completely", - "Correctly", - "Fortnightly", - "Joyously", - "Marvelously", - "Outside", - "Weekly", - "Almost", - "Delicately", - "On", - "Readily", - "Seemingly", - "Basically", - "Seldom", - "Soon", - "Sometimes", - "Reluctantly", - "Upstairs", - "Ever", - "Furthermore", - "Occasionally", - "Somewhat", - "Reassuringly", - "Faithfully", - "Unfortunately", - "Diligently", - "Afterward", - "Strongly", - "Oddly", - "Urgently", - "Softly", - "Doggedly", - "Somewhere", - "Back", - "Recklessly", - "Suddenly", - "Arrogantly", - "Knowingly", - "Tomorrow", - "Mostly", - "Coolly", - "Really", - "Successfully", - "Normally", - "Monthly", - "Importantly", - "Additionally", - "Professionally", - "Outwardly", - "Apparently", - "Fully", - "Frantically", - "Right", - "Cleanly", - "Backward", - "Undoubtedly", - "Pleasingly", - "Cleverly", - "Worriedly", - "Inquisitively", - "Heavily", - "Away", - "Hourly", - "Swiftly", - "Hastily", - "Entirely", - "Dearly", - "Deeply", - "Cheaply", - "Little", - "Noisily", - "Adversely", - "Delightfully", - "Negatively", - "Unhappily", - "Similarly", - "Infrequently", - "Vastly", - "Daily", - "Promptly", - "Rudely", - "Actually", - "Rapidly", - "Next", - "Viciously", - "Sympathetically", - "Well", - "Luckily", - "Frequently", - "Honestly", - "Often", - "Under", - "Elsewhere", - "Then", - "Pretty", - "Queerly", - "More", - "Frightfully", - "Painfully", - "Below", - "Constantly", - "Towards", - "Periodically", - "In", - "Recently", - "Furiously", - "Guiltily", - "Ironically", - "Since", - "Hatefully", - "Thankfully", - "Indoors", - "Barely", - "Truly", - "Along", - "Scarcely", - "Bashfully", - "Fast", - "Anxiously", - "Sharply", - "Immediately", - "Helplessly", - "Politely", - "Yesterday", - "Nonetheless", - "Sadly", - "Kindly", - "Triumphantly", - "Quickly", - "Still", - "Nervously", - "Above", - "Enticingly", - "Near", - "Meanwhile", - "Expertly", - "Mindfully", - "Dreamily", - "Virtually", - "Annually", - "Beautifully", - "Gently", - "Exclusively", - "Passionately", - "Boldly", -] +adverbs = [ + "Utterly", + "Rapturously", + "Most", + "Unfairly", + "Always", + "Up", + "Patiently", + "Nearby", + "Fortunately", + "Potentially", + "Astonishingly", + "Conceivably", + "Excitedly", + "Hungrily", + "Badly", + "About", + "Certainly", + "Tenderly", + "Predictably", + "Sedately", + "Equally", + "Truthfully", + "Formerly", + "Restfully", + "Jokingly", + "Unexpectedly", + "However", + "Extremely", + "Amazingly", + "Quite", + "Lawfully", + "Emptily", + "Affectionately", + "Nevertheless", + "Nicely", + "Seriously", + "Hardly", + "Justly", + "Sternly", + "Cruelly", + "Today", + "Understandingly", + "Backwards", + "Powerfully", + "Understandably", + "Accusingly", + "Irritably", + "Violently", + "Commonly", + "How", + "Wrongly", + "Loudly", + "Innocently", + "Probably", + "Meaningfully", + "Conspicuously", + "Rightly", + "Overseas", + "Wildly", + "Awkwardly", + "Finally", + "Absently", + "Inwardly", + "Likely", + "Greedily", + "Breathlessly", + "Ideally", + "Miserably", + "Deceivingly", + "Tonight", + "Simply", + "Yet", + "Compassionately", + "Crisply", + "Decidedly", + "Last", + "Inadequately", + "Perpetually", + "Lots", + "Busily", + "Fervently", + "Late", + "Solemnly", + "Enviously", + "Not", + "Happily", + "Wearily", + "Nearly", + "Before", + "Openly", + "Intensely", + "Much", + "Fiercely", + "Enormously", + "Separately", + "Helpfully", + "Tremendously", + "Blindly", + "Long", + "First", + "Energetically", + "Partially", + "Lately", + "Incredibly", + "Awfully", + "Regularly", + "Now", + "Crossly", + "Increasingly", + "Indeed", + "Practically", + "Famously", + "Down", + "Over", + "Spitefully", + "Desperately", + "Harshly", + "Distinctly", + "Confidentially", + "Inadvertently", + "Best", + "Disgustingly", + "Sleepily", + "Ferociously", + "Incidentally", + "Naturally", + "Selfishly", + "Rightfully", + "Lightly", + "Shyly", + "Longingly", + "Superstitiously", + "Too", + "Suspiciously", + "Especially", + "Stingily", + "Rarely", + "Curiously", + "Poorly", + "Very", + "Downstairs", + "Briskly", + "Thus", + "Exactly", + "Yearly", + "Evenly", + "Clumsily", + "Daintily", + "Heartily", + "Gratefully", + "Elegantly", + "Quick", + "Terribly", + "Never", + "Already", + "Behind", + "Frenetically", + "Unlike", + "Obviously", + "Meekly", + "Wonderingly", + "Brightly", + "Thoroughly", + "Doubtfully", + "Wrong", + "Sheepishly", + "Moreover", + "Messily", + "Wisely", + "Wonderfully", + "Properly", + "Tightly", + "Slow", + "Absolutely", + "Closely", + "Repeatedly", + "Underground", + "Mockingly", + "Abroad", + "Positively", + "Briefly", + "Reproachfully", + "Lazily", + "Hopefully", + "Continually", + "Generally", + "Theoretically", + "Just", + "Freely", + "Playfully", + "Carefully", + "Intently", + "Slowly", + "Mysteriously", + "There", + "Fairly", + "Pleasantly", + "Madly", + "Speedily", + "Off", + "Calmly", + "Deliberately", + "Hard", + "Clearly", + "Frankly", + "Quintessentially", + "Tensely", + "East", + "Quaveringly", + "Mentally", + "Consequently", + "Less", + "Determinedly", + "Grumpily", + "Searchingly", + "Stubbornly", + "Unwillingly", + "Bravely", + "Neatly", + "Generously", + "Eventually", + "Gleefully", + "Anyway", + "Dangerously", + "Highly", + "Presumably", + "Cheerfully", + "Quietly", + "So", + "Fearlessly", + "Low", + "Angrily", + "Therefore", + "Rather", + "Easily", + "Ultimately", + "Earlier", + "Again", + "Early", + "Ravenously", + "Cautiously", + "Perfectly", + "Foolishly", + "Evidently", + "Carelessly", + "Warmly", + "Stupidly", + "Daringly", + "Where", + "Unbelievably", + "Abruptly", + "Ever", + "Wholly", + "Obediently", + "Gladly", + "Otherwise", + "Strangely", + "Slyly", + "Instantly", + "Hopelessly", + "Far", + "Impulsively", + "Greatly", + "Loosely", + "Definitely", + "Solidly", + "Here", + "Out", + "Proudly", + "Coaxingly", + "Strictly", + "Darkly", + "Roughly", + "Venomously", + "Interestingly", + "Purely", + "Later", + "Even", + "Better", + "Accidentally", + "Likewise", + "Righteously", + "Besides", + "Until", + "Usually", + "Willfully", + "Doubtlessly", + "Previously", + "Totally", + "Intermittently", + "Eagerly", + "Anywhere", + "Rigidly", + "Mechanically", + "Straight", + "Inside", + "Safely", + "Regretfully", + "Hurriedly", + "Enough", + "Least", + "Surprisingly", + "Thoughtfully", + "Quarterly", + "Regrettably", + "Completely", + "Correctly", + "Fortnightly", + "Joyously", + "Marvelously", + "Outside", + "Weekly", + "Almost", + "Delicately", + "On", + "Readily", + "Seemingly", + "Basically", + "Seldom", + "Soon", + "Sometimes", + "Reluctantly", + "Upstairs", + "Ever", + "Furthermore", + "Occasionally", + "Somewhat", + "Reassuringly", + "Faithfully", + "Unfortunately", + "Diligently", + "Afterward", + "Strongly", + "Oddly", + "Urgently", + "Softly", + "Doggedly", + "Somewhere", + "Back", + "Recklessly", + "Suddenly", + "Arrogantly", + "Knowingly", + "Tomorrow", + "Mostly", + "Coolly", + "Really", + "Successfully", + "Normally", + "Monthly", + "Importantly", + "Additionally", + "Professionally", + "Outwardly", + "Apparently", + "Fully", + "Frantically", + "Right", + "Cleanly", + "Backward", + "Undoubtedly", + "Pleasingly", + "Cleverly", + "Worriedly", + "Inquisitively", + "Heavily", + "Away", + "Hourly", + "Swiftly", + "Hastily", + "Entirely", + "Dearly", + "Deeply", + "Cheaply", + "Little", + "Noisily", + "Adversely", + "Delightfully", + "Negatively", + "Unhappily", + "Similarly", + "Infrequently", + "Vastly", + "Daily", + "Promptly", + "Rudely", + "Actually", + "Rapidly", + "Next", + "Viciously", + "Sympathetically", + "Well", + "Luckily", + "Frequently", + "Honestly", + "Often", + "Under", + "Elsewhere", + "Then", + "Pretty", + "Queerly", + "More", + "Frightfully", + "Painfully", + "Below", + "Constantly", + "Towards", + "Periodically", + "In", + "Recently", + "Furiously", + "Guiltily", + "Ironically", + "Since", + "Hatefully", + "Thankfully", + "Indoors", + "Barely", + "Truly", + "Along", + "Scarcely", + "Bashfully", + "Fast", + "Anxiously", + "Sharply", + "Immediately", + "Helplessly", + "Politely", + "Yesterday", + "Nonetheless", + "Sadly", + "Kindly", + "Triumphantly", + "Quickly", + "Still", + "Nervously", + "Above", + "Enticingly", + "Near", + "Meanwhile", + "Expertly", + "Mindfully", + "Dreamily", + "Virtually", + "Annually", + "Beautifully", + "Gently", + "Exclusively", + "Passionately", + "Boldly", +] diff --git a/api/nick_generator/dicts/en/nouns.py b/api/nick_generator/dicts/en/nouns.py index b11cfaab..0f743bef 100755 --- a/api/nick_generator/dicts/en/nouns.py +++ b/api/nick_generator/dicts/en/nouns.py @@ -1,12593 +1,12593 @@ -nouns = [ - "Aardvark", - "Abandon", - "Abandonment", - "Abaringe", - "Abasement", - "Abbey", - "Abbot", - "Abbreviation", - "Abdomen", - "Abduction", - "Aberration", - "Abeyance", - "Ability", - "Abjection", - "Ablation", - "Abode", - "Abolition", - "Abolitionist", - "Aborigine", - "Abortion", - "Abreaction", - "Abridgment", - "Abscissa", - "Absence", - "Absentee", - "Absenteeism", - "Absentia", - "Absinthe", - "Absolute", - "Absolution", - "Absorbency", - "Absorber", - "Absorption", - "Abstention", - "Abstinence", - "Abstract", - "Abstraction", - "Abstractionism", - "Absurdity", - "Abundance", - "Abuse", - "Abyss", - "Acacia", - "Academeh", - "Academic", - "Academician", - "Academy", - "Acceleration", - "Accelerator", - "Accelerometer", - "Accent", - "Acceptability", - "Acceptance", - "Acceptor", - "Access", - "Accessibility", - "Accessory", - "Accident", - "Acclaim", - "Acclamation", - "Accolade", - "Accommodation", - "Accompaniment", - "Accompanist", - "Accomplice", - "Accomplishment", - "Accord", - "Accordance", - "Accordion", - "Account", - "Accountability", - "Accountant", - "Accreditation", - "Accretion", - "Acculturation", - "Accumulation", - "Accuracy", - "Accusation", - "Ace", - "Ace-in-the-hole", - "Acetate", - "Acetone", - "Acetonemia", - "Ache", - "Achievement", - "Achiever", - "Acid", - "Acidity", - "Acknowledgement", - "Acknowledgment", - "Acolyte", - "Aconte", - "Acquaintance", - "Acquiescence", - "Acquiesence", - "Acquisition", - "Acquittal", - "Acre", - "Acreage", - "Acrobacy", - "Acrylic", - "Act", - "Actinometer", - "Action", - "Activation", - "Active", - "Activism", - "Activity", - "Actor", - "Actuality", - "Acumen", - "Adage", - "Adagio", - "Adaptation", - "Adapter", - "Addiction", - "Addition", - "Additive", - "Address", - "Adequacy", - "Adherence", - "Adherent", - "Adhesion", - "Adhesive", - "Adjective", - "Adjournment", - "Adjudication", - "Adjunct", - "Adjustment", - "Adjutant", - "Administration", - "Administrator", - "Adminstration", - "Admiralty", - "Admiration", - "Admirer", - "Admission", - "Admittance", - "Admonition", - "Adobe", - "Adolescence", - "Adolescent", - "Adoption", - "Adorer", - "Adrenal", - "Adulation", - "Adult", - "Adultery", - "Adulthood", - "Advance", - "Advancement", - "Advantage", - "Advent", - "Adventure", - "Adverb", - "Adversary", - "Adversity", - "Advertisement", - "Advice", - "Advisability", - "Advisement", - "Adviser", - "Advisor", - "Advisory", - "Advocacy", - "Advocate", - "Aeon", - "Aeration", - "Aerator", - "Aerial", - "Aerosol", - "Aesthete", - "Aesthetic", - "Affair", - "Affect", - "Affectation", - "Affection", - "Affiliation", - "Affinity", - "Affirmation", - "Affliction", - "Affluence", - "Affront", - "Afghan", - "Aficionada", - "Aficionado", - "Aftermath", - "Afternoon", - "Age", - "Agency", - "Agenda", - "Agent", - "Agglomeration", - "Agglutination", - "Agglutinin", - "Aggregate", - "Aggregation", - "Aggression", - "Aggressor", - "Agility", - "Agitation", - "Agitator", - "Agnomen", - "Agony", - "Agrarian", - "Agreement", - "Agriculture", - "Ague", - "Aiche", - "Aid", - "Aide", - "Ailment", - "Aim", - "Air", - "Aircraft", - "Airfield", - "Airflow", - "Airframe", - "Airlift", - "Airline", - "Airlock", - "Airmail", - "Airmen", - "Airplane", - "Airport", - "Airspeed", - "Airstrip", - "Aisle", - "Aku", - "Alabaster", - "Alarm", - "Alaskan", - "Album", - "Albumin", - "Alchemy", - "Alcohol", - "Alcoholism", - "Alderman", - "Aldermen", - "Ale", - "Aleck", - "Alert", - "Alfresco", - "Algae", - "Algaecide", - "Algebra", - "Algorithm", - "Alibi", - "Alien", - "Alienation", - "Alignment", - "Alimony", - "Alizarin", - "Alkali", - "Allay", - "Allegiance", - "Allegory", - "Allergy", - "Alleviation", - "Alley", - "Alliance", - "Alligator", - "Alliteration", - "Allocation", - "Allotment", - "Allowance", - "Alloy", - "Allure", - "Allurement", - "Allusion", - "Ally", - "Almond", - "Almsgiver", - "Alpaca", - "Alphabet", - "Altar", - "Alteration", - "Altercation", - "Alternate", - "Alternation", - "Alternative", - "Altitude", - "Alto", - "Altruism", - "Altruist", - "Alum", - "Aluminum", - "Alumnae", - "Alumni", - "Alundum", - "Alveoli", - "Amalgamation", - "Amateur", - "Amazement", - "Ambassador", - "Ambiance", - "Ambiguity", - "Ambition", - "Ambivalence", - "Ambulance", - "Ambuscade", - "Ambush", - "Amendment", - "Amethystine", - "Amide", - "Amino", - "Amity", - "Ammo", - "Ammonium", - "Ammunition", - "Amorality", - "Amorist", - "Amortization", - "Amount", - "Amp", - "Amphibology", - "Amphitheater", - "Amplification", - "Amplifier", - "Amplitude", - "Amulet", - "Amusement", - "Anachronism", - "Anaconda", - "Anaesthesia", - "Anagram", - "Analogue", - "Analogy", - "Analyst", - "Analyticity", - "Anaprapath", - "Anarchist", - "Anarchy", - "Anatomical", - "Anatomy", - "Ancestor", - "Ancestry", - "Anchor", - "Anchorage", - "Anchoritism", - "Anchovy", - "Ancient", - "Andrena", - "Anecdote", - "Anemia", - "Anesthetic", - "Angel", - "Angelica", - "Anger", - "Angle", - "Anglophilia", - "Anglophobia", - "Anguish", - "Aniline", - "Animal", - "Animation", - "Animism", - "Animosity", - "Anion", - "Anise", - "Anisotropy", - "Ankle", - "Annihilation", - "Anniversary", - "Announcement", - "Announcer", - "Annoyance", - "Annual", - "Annum", - "Anode", - "Anomaly", - "Anomie", - "Anonymity", - "Anorexia", - "Answer", - "Ant", - "Antagonism", - "Antagonist", - "Ante", - "Anteater", - "Antecedent", - "Antelope", - "Antenna", - "Antennae", - "Anthology", - "Anthropologist", - "Anthropology", - "Antibiotic", - "Antibody", - "Anticipation", - "Anticoagulation", - "Antidote", - "Antifundamentalist", - "Antigen", - "Antipathy", - "Antique", - "Antiquity", - "Antiredeposition", - "Antiseptic", - "Antisera", - "Antiserum", - "Anvil", - "Anxiety", - "Aorta", - "Apartheid", - "Apartment", - "Apathy", - "Ape", - "Aperture", - "Apex", - "Aplomb", - "Apocalypse", - "Apogee", - "Apologetic", - "Apologist", - "Apology", - "Apostle", - "Apothecary", - "Appanage", - "Apparel", - "Apparency", - "Apparition", - "Appeal", - "Appearance", - "Appeasement", - "Appestat", - "Appetite", - "Applause", - "Apple", - "Applejack", - "Appliance", - "Applicability", - "Applicant", - "Application", - "Applicator", - "Appointee", - "Appointment", - "Apportionment", - "Appraisal", - "Appreciation", - "Appreciator", - "Apprehension", - "Apprentice", - "Apprenticeship", - "Approach", - "Appropriation", - "Approval", - "Approximation", - "Apricot", - "Apron", - "Aptitude", - "Aquarium", - "Aqueduct", - "Aquisition", - "Arabesque", - "Arak", - "Arbiter", - "Arbitration", - "Arc", - "Arcade", - "Arch", - "Archaeology", - "Archaism", - "Archbishop", - "Archdiocese", - "Archenemy", - "Archery", - "Archetype", - "Archfool", - "Archipelago", - "Architect", - "Architecture", - "Archtype", - "Ardor", - "Area", - "Arena", - "Areosol", - "Argentina", - "Argon", - "Argot", - "Argument", - "Argumentation", - "Aridity", - "Aristocracy", - "Arithmetic", - "Arm", - "Armadillo", - "Armament", - "Armchair", - "Armful", - "Armhole", - "Armistice", - "Armload", - "Armoire", - "Armor", - "Armpit", - "Army", - "Arnica", - "Aroma", - "Arousal", - "Arrack", - "Arrangement", - "Array", - "Arrest", - "Arrival", - "Arrogance", - "Arrow", - "Arroyo", - "Arsenal", - "Arsenic", - "Arside", - "Arson", - "Art", - "Artery", - "Article", - "Articulation", - "Artifice", - "Artificer", - "Artificiality", - "Artillerist", - "Artillery", - "Artisan", - "Artist", - "Artiste", - "Artistry", - "Aryl", - "Arylesterase", - "Ascendancy", - "Ascent", - "Ascetic", - "Asceticism", - "Asdic", - "Ash", - "Asme", - "Aspect", - "Aspen", - "Asphalt", - "Aspirant", - "Aspiration", - "Aspirin", - "Aspr", - "Assailant", - "Assassin", - "Assassination", - "Assault", - "Assay", - "Assemblage", - "Assembly", - "Assent", - "Assertion", - "Assesment", - "Assessment", - "Assessor", - "Asset", - "Assiduity", - "Assignee", - "Assigner", - "Assignment", - "Assimilation", - "Assist", - "Assistance", - "Assistant", - "Associate", - "Association", - "Assonance", - "Assortment", - "Assumption", - "Assurance", - "Asteroid", - "Asthma", - "Astonishment", - "Astringency", - "Astronaut", - "Astronomer", - "Astronomy", - "Asw", - "Asymmetry", - "Asynchrony", - "Athlete", - "Athleticism", - "Atm", - "Atmosphere", - "Atom", - "Atomisation", - "Atonement", - "Atp", - "Atrophy", - "Attachment", - "Attack", - "Attacker", - "Attainment", - "Attempt", - "Attendance", - "Attendant", - "Attention", - "Attic", - "Attire", - "Attitude", - "Attorney", - "Attraction", - "Attribute", - "Attrition", - "Auction", - "Auctioneer", - "Audacity", - "Audience", - "Audio", - "Audit", - "Audition", - "Auditor", - "Auditorium", - "Aunt", - "Aura", - "Austerity", - "Authentication", - "Authenticator", - "Authenticity", - "Author", - "Authoritarianism", - "Authority", - "Authorization", - "Authorship", - "Autism", - "Auto", - "Autobiography", - "Autocollimator", - "Autofluorescence", - "Autograph", - "Autoloader", - "Automatic", - "Automation", - "Automaton", - "Automobile", - "Autonavigator", - "Autonomy", - "Autopsy", - "Autosuggestibility", - "Autumn", - "Auxiliary", - "Avail", - "Availability", - "Avalanche", - "Avarice", - "Avenue", - "Average", - "Aversion", - "Aviary", - "Aviation", - "Aviator", - "Avidity", - "Avocado", - "Avocation", - "Avoidance", - "Avowal", - "Award", - "Awardee", - "Awe", - "Awkwardness", - "Awoc", - "Ax", - "Axe", - "Axiom", - "Axis", - "Axle", - "Aye", - "Azalea", - "Aztec", - "Azure", - "Babe", - "Babel", - "Baby", - "Babyhood", - "Bachelor", - "Back", - "Backbend", - "Backbone", - "Backdrop", - "Backer", - "Background", - "Backlash", - "Backlog", - "Backpack", - "Backside", - "Backstitch", - "Backup", - "Backyard", - "Bacon", - "Bacteria", - "Bad", - "Badge", - "Badinage", - "Badmen", - "Badminton", - "Bag", - "Baggage", - "Bagpipe", - "Bail", - "Baileefe", - "Bailiff", - "Bait", - "Baker", - "Bakery", - "Balance", - "Balcony", - "Bale", - "Ball", - "Ballad", - "Ballast", - "Ballerina", - "Ballet", - "Balletomane", - "Balloon", - "Ballot", - "Ballplayer", - "Ballroom", - "Balls", - "Ballyhoo", - "Ballyhooey", - "Balm", - "Balustrade", - "Ban", - "Banana", - "Band", - "Bandage", - "Bandit", - "Bandstand", - "Bandwagon", - "Bandwidth", - "Bang", - "Banishment", - "Banister", - "Banjo", - "Bank", - "Banker", - "Bankruptcy", - "Banner", - "Banns", - "Banquet", - "Banshee", - "Banter", - "Baptism", - "Baptistery", - "Bar", - "Barb", - "Barbarian", - "Barbecue", - "Barbell", - "Barber", - "Barbital", - "Barbiturate", - "Bard", - "Bargain", - "Barge", - "Baritone", - "Barium", - "Bark", - "Barkeep", - "Barley", - "Barn", - "Barnsful", - "Barnstormer", - "Barnyard", - "Baron", - "Barony", - "Baroreceptor", - "Barrack", - "Barrage", - "Barrel", - "Barricade", - "Barrier", - "Bartender", - "Base", - "Baseball", - "Baseballight", - "Baseline", - "Baseman", - "Basement", - "Basin", - "Basis", - "Basket", - "Basketball", - "Bassinet", - "Bastard", - "Bastion", - "Bat", - "Batch", - "Bateau", - "Bath", - "Bathrobe", - "Bathroom", - "Bathtub", - "Baton", - "Battalion", - "Batten", - "Batter", - "Batterie", - "Battery", - "Battle", - "Battlefield", - "Battlefront", - "Battleground", - "Bauble", - "Bawh", - "Bay", - "Bayleefe", - "Bayly", - "Bayonet", - "Bazaar", - "Beach", - "Beachhead", - "Beacon", - "Bead", - "Beadle", - "Beadsman", - "Beaker", - "Beam", - "Bean", - "Bear", - "Beard", - "Bearer", - "Beast", - "Beat", - "Beatification", - "Beatitude", - "Beatnik", - "Beau", - "Beauty", - "Beaver", - "Beavertail", - "Bebop", - "Beckon", - "Bed", - "Bedazzlement", - "Bedground", - "Bedlam", - "Bedpost", - "Bedroom", - "Bedside", - "Bedspread", - "Bedstraw", - "Bedtime", - "Bee", - "Beebread", - "Beech", - "Beef", - "Beefsteak", - "Beehive", - "Beep", - "Beer", - "Begetter", - "Beggar", - "Beggary", - "Beginner", - "Behalf", - "Behavior", - "Behaviour", - "Behind", - "Belch", - "Belfry", - "Belief", - "Believer", - "Bell", - "Bellboy", - "Bellicosity", - "Belligerence", - "Bellow", - "Belly", - "Bellyfull", - "Belt", - "Bench", - "Benchmark", - "Bend", - "Benediction", - "Benefaction", - "Benefactor", - "Benefactress", - "Beneficence", - "Beneficiary", - "Benefit", - "Benevolence", - "Bent", - "Benzene", - "Bequest", - "Bereavement", - "Beriberi", - "Berry", - "Berth", - "Beryllium", - "Best", - "Bestowal", - "Bestower", - "Bestseller", - "Bet", - "Betrayal", - "Betrayer", - "Betrothal", - "Better", - "Betterment", - "Beverage", - "Bevy", - "Bewilderment", - "Bewitchment", - "Bias", - "Bib", - "Bibliography", - "Bicarbonate", - "Bicep", - "Bich", - "Bicycle", - "Bid", - "Bidder", - "Biennial", - "Biennium", - "Bigot", - "Bigotry", - "Bigwig", - "Bijou", - "Bike", - "Bile", - "Bilge", - "Bill", - "Billboard", - "Billet", - "Billiard", - "Billion", - "Bin", - "Bind", - "Binder", - "Bindle", - "Binge", - "Biographer", - "Biography", - "Biologist", - "Biology", - "Biophysicist", - "Biopsy", - "Biplane", - "Birch", - "Bird", - "Birdbath", - "Birdie", - "Birefringence", - "Birth", - "Birthcontrol", - "Birthday", - "Birthplace", - "Birthright", - "Biscuit", - "Bishop", - "Bishopry", - "Bison", - "Bisque", - "Bit", - "Bitch", - "Bite", - "Biter", - "Bivouac", - "Biz", - "Black", - "Blackberry", - "Blackboard", - "Blackjack", - "Blackmail", - "Blackmailer", - "Blackout", - "Blacksmith", - "Blade", - "Blame", - "Blank", - "Blanket", - "Blasphemy", - "Blast", - "Blastdown", - "Blatancy", - "Blaze", - "Blazer", - "Bleat", - "Blemish", - "Blend", - "Blight", - "Blind", - "Blink", - "Bliss", - "Blister", - "Blitheness", - "Blitz", - "Blizzard", - "Bloat", - "Blob", - "Bloc", - "Block", - "Blockade", - "Blockhouse", - "Blog", - "Bloke", - "Blonde", - "Blood", - "Bloodlust", - "Bloodroot", - "Bloodshed", - "Bloodstream", - "Bloom", - "Blossom", - "Blot", - "Blouse", - "Blow", - "Blower", - "Blowfish", - "Blowup", - "Blubber", - "Bludgeon", - "Blue", - "Blue-ribbon", - "Blueberry", - "Bluebook", - "Bluebush", - "Bluefish", - "Blueprint", - "Bluff", - "Blunder", - "Blur", - "Bluster", - "Boa", - "Boar", - "Board", - "Boarder", - "Boast", - "Boat", - "Boatel", - "Boatload", - "Boatman", - "Boatmen", - "Boatsmen", - "Boatswain", - "Bobby", - "Bod", - "Bodice", - "Body", - "Bodybuilder", - "Bodyguard", - "Bodyweight", - "Bogey", - "Bogeymen", - "Bogy", - "Boil", - "Boiler", - "Boldness", - "Bolo", - "Bologna", - "Bolster", - "Bolt", - "Bomb", - "Bombardment", - "Bomber", - "Bonanza", - "Bond", - "Bondage", - "Bondsman", - "Bone", - "Bonfire", - "Bongo", - "Bonnet", - "Bonus", - "Booboo", - "Booby", - "Boogie", - "Book", - "Bookcase", - "Booker", - "Booklet", - "Bookseller", - "Bookshelf", - "Boom", - "Boomerang", - "Boomtown", - "Boon", - "Boost", - "Booster", - "Boot", - "Booth", - "Bootlegger", - "Booty", - "Booze", - "Bop", - "Borax", - "Border", - "Borderline", - "Bore", - "Boredom", - "Borer", - "Borough", - "Borrower", - "Bosom", - "Boss", - "Bossman", - "Botany", - "Bottle", - "Bottleneck", - "Bottom", - "Boucle", - "Bough", - "Boulder", - "Boulevard", - "Bounce", - "Bound", - "Boundary", - "Bounty", - "Bouquet", - "Bourbon", - "Bourgeoisie", - "Bout", - "Boutonniere", - "Bovine", - "Bow", - "Bower", - "Bowl", - "Box", - "Boxcar", - "Boxer", - "Boy", - "Boycott", - "Boyhood", - "Brace", - "Bracelet", - "Brachii", - "Bracket", - "Brad", - "Brag", - "Braggadocio", - "Brain", - "Brake", - "Bran", - "Branch", - "Brand", - "Brandy", - "Brass", - "Brassiere", - "Bravado", - "Brave", - "Bravery", - "Bravura", - "Brawl", - "Brawle", - "Brawn", - "Brazier", - "Brazil", - "Breach", - "Bread", - "Breadth", - "Break", - "Breakage", - "Breakaway", - "Breakdown", - "Breaker", - "Breakfast", - "Breakoff", - "Breakthrough", - "Breakup", - "Breakwater", - "Breast", - "Breath", - "Breather", - "Breed", - "Breeze", - "Brethren", - "Brevity", - "Brew", - "Brewery", - "Brick", - "Bridal", - "Bride", - "Bridegroom", - "Bridesmaid", - "Bridge", - "Bridgehead", - "Bridgework", - "Bridle", - "Brief", - "Briefcase", - "Brig", - "Brigade", - "Brigadier", - "Brightness", - "Brilliance", - "Brilliant", - "Brim", - "Brindle", - "Brink", - "Brinkmanship", - "Brio", - "Bristle", - "Broadcast", - "Broadside", - "Brocade", - "Broccoli", - "Brochure", - "Brockle", - "Broil", - "Broiler", - "Broker", - "Brokerage", - "Bromphenol", - "Bronc", - "Bronchi", - "Bronchiole", - "Bronze", - "Brood", - "Brook", - "Broom", - "Broth", - "Brothel", - "Brother", - "Brotherhood", - "Brow", - "Brown", - "Bruise", - "Brunt", - "Brush", - "Brushcut", - "Brushfire", - "Brushwork", - "Brutality", - "Brute", - "Bubble", - "Bubbly", - "Buck", - "Buckboard", - "Bucket", - "Buckle", - "Buckshot", - "Buckskin", - "Buckwheat", - "Bud", - "Buddy", - "Budget", - "Buff", - "Buffalo", - "Buffer", - "Buffet", - "Buffoon", - "Bug", - "Buggy", - "Bugle", - "Bugler", - "Build", - "Builder", - "Buildup", - "Built", - "Bulb", - "Bulge", - "Bulk", - "Bulkhead", - "Bull", - "Bullet", - "Bulletin", - "Bullhide", - "Bullshit", - "Bully", - "Bulwark", - "Bum", - "Bumblebee", - "Bump", - "Bumper", - "Bun", - "Bunch", - "Buncha", - "Bundle", - "Bungalow", - "Bunk", - "Bunker", - "Bunkmate", - "Bunt", - "Bunter", - "Buoy", - "Buoyancy", - "Burden", - "Bureau", - "Bureaucracy", - "Bureaucrat", - "Bureaucratization", - "Burgeon", - "Burglar", - "Burglary", - "Burial", - "Burl", - "Burlesque", - "Burley", - "Burn", - "Burnish", - "Burr", - "Burrow", - "Burst", - "Busboy", - "Bush", - "Bushel", - "Business", - "Businessman", - "Businessmen", - "Buss", - "Bust", - "Bustle", - "Butane", - "Butcher", - "Butchery", - "Butler", - "Butt", - "Butter", - "Butterfat", - "Butterfly", - "Butternut", - "Button", - "Butyrate", - "Buy", - "Buyer", - "Buzz", - "Byinge", - "Byline", - "Byproduct", - "Bystander", - "Byword", - "Cab", - "Cabana", - "Cabaret", - "Cabbage", - "Cabdriver", - "Cabin", - "Cabinet", - "Cable", - "Cacao", - "Cache", - "Cacophonist", - "Cacophony", - "Cadaver", - "Cadence", - "Cadenza", - "Cadet", - "Cadmium", - "Cadre", - "Cafe", - "Cafeteria", - "Cage", - "Cake", - "Calamity", - "Calcification", - "Calcium", - "Calculation", - "Calculi", - "Calendar", - "Calf", - "Calfskin", - "Caliber", - "Calibration", - "Calibre", - "Calico", - "Calinda", - "Caliper", - "Call", - "Caller", - "Calligraphy", - "Calm", - "Calorie", - "Calorimeter", - "Calumny", - "Calypso", - "Camaraderie", - "Camel", - "Camera", - "Cameramen", - "Camouflage", - "Camp", - "Campaign", - "Campaigner", - "Camper", - "Campfire", - "Campground", - "Campmate", - "Can", - "Cancellation", - "Cancer", - "Candidacy", - "Candidate", - "Candle", - "Candlewick", - "Candor", - "Candour", - "Candy", - "Cane", - "Canine", - "Canister", - "Canker", - "Cannery", - "Cannon", - "Cannonball", - "Canoe", - "Canon", - "Canopy", - "Cant", - "Cantaloupe", - "Canteen", - "Canter", - "Cantonment", - "Canyon", - "Canyonside", - "Cap", - "Capability", - "Capacitance", - "Capacitor", - "Capacity", - "Cape", - "Caper", - "Capercailzie", - "Capillary", - "Capita", - "Capital", - "Capitalism", - "Capitalist", - "Capitol", - "Capitulation", - "Capsicum", - "Capstan", - "Capsule", - "Captain", - "Captaincy", - "Captive", - "Captivity", - "Capture", - "Car", - "Caramel", - "Caravan", - "Caraway", - "Carbide", - "Carbine", - "Carbohydrate", - "Carbon", - "Carbonyl", - "Carborundum", - "Carboxymethyl", - "Carcinoma", - "Card", - "Cardamom", - "Cardboard", - "Cardinal", - "Cardiomegaly", - "Care", - "Career", - "Careerism", - "Caretaker", - "Cargo", - "Caricature", - "Caricaturist", - "Carload", - "Carnality", - "Carnival", - "Carpenter", - "Carpentry", - "Carpet", - "Carport", - "Carreer", - "Carriage", - "Carrier", - "Carrot", - "Carryover", - "Cart", - "Carte", - "Cartilage", - "Cartoon", - "Cartoonist", - "Cartridge", - "Carver", - "Case", - "Casebook", - "Casein", - "Casework", - "Cash", - "Cashmere", - "Casino", - "Cask", - "Cast", - "Caste", - "Castigation", - "Castle", - "Castor", - "Castorbean", - "Casualty", - "Cat", - "Catalog", - "Catalogue", - "Catalyst", - "Catastrophe", - "Catch", - "Catcher", - "Catchup", - "Catechism", - "Category", - "Caterpillar", - "Cathedral", - "Catheter", - "Cathode", - "Catkin", - "Catsup", - "Cattaloe", - "Cattle", - "Cattlemen", - "Cauliflower", - "Cause", - "Caution", - "Cavalry", - "Cavalrymen", - "Cave", - "Caveat", - "Cavemen", - "Cavern", - "Caviar", - "Cavity", - "Cayenne", - "Celebrant", - "Celebration", - "Celebrator", - "Celebrity", - "Celerity", - "Celery", - "Celestial", - "Cell", - "Cellar", - "Cellist", - "Cellophane", - "Cellulose", - "Cement", - "Cemetery", - "Censorship", - "Censure", - "Cent", - "Centenary", - "Centennial", - "Center", - "Centerline", - "Centimeter", - "Centralization", - "Centre", - "Centrifugation", - "Centrifuge", - "Centrist", - "Centum", - "Century", - "Ceo", - "Cereal", - "Cerebellum", - "Ceremony", - "Certainty", - "Certificate", - "Certification", - "Certiorari", - "Cervelat", - "Cessation", - "Cession", - "Cfo", - "Chagrin", - "Chain", - "Chair", - "Chairman", - "Chairmanship", - "Chairmen", - "Chairperson", - "Chaise", - "Chalk", - "Challenge", - "Challenger", - "Chamber", - "Chamberlain", - "Chambermaid", - "Chamfer", - "Champ", - "Champagne", - "Champion", - "Championship", - "Chance", - "Chancel", - "Chancellor", - "Chancery", - "Chandelier", - "Change", - "Channel", - "Chant", - "Chanter", - "Chantey", - "Chap", - "Chapel", - "Chaperon", - "Chaperone", - "Chaplain", - "Chapter", - "Character", - "Characteristic", - "Characterization", - "Charcoal", - "Charge", - "Chariot", - "Charisma", - "Charity", - "Charlotte", - "Charm", - "Charmer", - "Chart", - "Charter", - "Chartist", - "Chartroom", - "Chase", - "Chasm", - "Chastisement", - "Chastity", - "Chat", - "Chatter", - "Chauffeur", - "Chaulmoogra", - "Chaw", - "Check", - "Checkbook", - "Checker", - "Checklist", - "Checkup", - "Cheek", - "Cheekbone", - "Cheer", - "Cheers", - "Cheese", - "Cheesecloth", - "Cheetah", - "Cheetal", - "Chef", - "Chemical", - "Chemise", - "Chemistry", - "Cherry", - "Cherubim", - "Chest", - "Chestnut", - "Chicanery", - "Chick", - "Chicken", - "Chief", - "Chiefdom", - "Chieftain", - "Chignon", - "Child", - "Childbirth", - "Childhood", - "Children", - "Chili", - "Chill", - "Chimney", - "Chin", - "China", - "Chip", - "Chiropractor", - "Chisel", - "Chivalry", - "Chive", - "Chloride", - "Chlorine", - "Chlorothiazide", - "Chlorpromazine", - "Chlortetracycline", - "Chocolate", - "Choice", - "Choir", - "Cholera", - "Cholesterol", - "Cholinesterase", - "Chomp", - "Chop", - "Chopper", - "Chord", - "Chore", - "Choreographer", - "Choreography", - "Chortle", - "Chosen", - "Chouise", - "Chow", - "Chowder", - "Christmas", - "Chromatogram", - "Chromatography", - "Chrome", - "Chromium", - "Chronicle", - "Chronology", - "Chuck", - "Chuckle", - "Chum", - "Chump", - "Chunk", - "Church", - "Churchmen", - "Churchyard", - "Chute", - "Chutney", - "Cider", - "Cigar", - "Cigaret", - "Cigarette", - "Cilia", - "Cinch", - "Cinder", - "Cinema", - "Circle", - "Circuit", - "Circuitry", - "Circular", - "Circularity", - "Circulation", - "Circumcision", - "Circumference", - "Circumlocution", - "Circumspection", - "Circumstance", - "Cistern", - "Citation", - "Citizen", - "Citizenry", - "Citizenship", - "Citron", - "City", - "Civilian", - "Civility", - "Civilization", - "Claim", - "Claimant", - "Clairvoyance", - "Clairvoyant", - "Clam", - "Clamor", - "Clamshell", - "Clan", - "Clang", - "Clap", - "Claret", - "Clarification", - "Clarinet", - "Clarity", - "Clash", - "Class", - "Classic", - "Classification", - "Classmate", - "Classroom", - "Clatter", - "Clause", - "Claustrophobia", - "Claw", - "Clay", - "Cleaner", - "Clear", - "Clearance", - "Cleat", - "Cleft", - "Clemency", - "Clergy", - "Clergyman", - "Clergymen", - "Cleric", - "Clerk", - "Cliche", - "Click", - "Client", - "Clientele", - "Cliff", - "Climate", - "Climax", - "Climb", - "Climber", - "Clincher", - "Clinic", - "Clip", - "Clique", - "Cloak", - "Clock", - "Clockwork", - "Clod", - "Close", - "Closet", - "Closure", - "Clot", - "Cloth", - "Clothesbrush", - "Clotheshorse", - "Clothesline", - "Clothier", - "Cloture", - "Cloud", - "Cloudburst", - "Clout", - "Clove", - "Clover", - "Clown", - "Club", - "Clubhouse", - "Cluck", - "Clue", - "Clump", - "Cluster", - "Clutch", - "Clutter", - "Co-worker", - "Coach", - "Coachman", - "Coachmen", - "Coachwork", - "Coadjutant", - "Coadjutor", - "Coahr", - "Coahse", - "Coal", - "Coalescence", - "Coalition", - "Coast", - "Coastline", - "Coat", - "Cobalt", - "Cobblestone", - "Cobra", - "Cocaine", - "Cocao", - "Cochannel", - "Cock", - "Cockatoo", - "Cockpit", - "Cocktail", - "Coco", - "Cocoa", - "Coconut", - "Cocoon", - "Cocopalm", - "Cod", - "Code", - "Codedtf", - "Codfish", - "Codification", - "Coed", - "Coefficient", - "Coequal", - "Coercion", - "Coexistence", - "Coffee", - "Coffeecup", - "Coffeepot", - "Coffin", - "Cognac", - "Cognizance", - "Coherence", - "Cohesion", - "Coiffure", - "Coil", - "Coin", - "Coincidence", - "Coiner", - "Coke", - "Colchicum", - "Cold", - "Colh", - "Collaboration", - "Collaborator", - "Collage", - "Collagen", - "Collapse", - "Collar", - "Collarbone", - "Collation", - "Colleague", - "Collection", - "Collective", - "Collector", - "College", - "Collie", - "Collision", - "Colloquium", - "Colloquy", - "Collusion", - "Colon", - "Colonel", - "Colonialism", - "Colonialist", - "Colonnade", - "Colony", - "Color", - "Coloration", - "Coloratura", - "Colt", - "Column", - "Columnist", - "Comb", - "Combat", - "Combatant", - "Combination", - "Combine", - "Combo", - "Combustion", - "Comeback", - "Comedian", - "Comedy", - "Comer", - "Comet", - "Comfort", - "Comforter", - "Comic", - "Comma", - "Command", - "Commandant", - "Commander", - "Commandment", - "Commando", - "Commencement", - "Commendation", - "Commendatory", - "Comment", - "Commentary", - "Commentator", - "Commerce", - "Commercial", - "Commercialism", - "Commercialization", - "Commissary", - "Commission", - "Commissioner", - "Commitment", - "Committee", - "Committeemen", - "Committeewoman", - "Committment", - "Commodity", - "Common", - "Commonplace", - "Commonwealth", - "Commotion", - "Commune", - "Communication", - "Communicator", - "Communion", - "Communism", - "Communist", - "Community", - "Commutation", - "Commuter", - "Compact", - "Companion", - "Companionship", - "Companionway", - "Company", - "Comparison", - "Compartment", - "Compassion", - "Compatability", - "Compatriot", - "Compendium", - "Compensation", - "Competence", - "Competency", - "Competition", - "Competitor", - "Compilation", - "Compiler", - "Complacency", - "Complainant", - "Complaint", - "Complaisance", - "Complection", - "Complement", - "Completion", - "Complex", - "Complexion", - "Complexity", - "Compliance", - "Complication", - "Complicity", - "Compliment", - "Component", - "Comportment", - "Composer", - "Composite", - "Composition", - "Compost", - "Composure", - "Compote", - "Compound", - "Comprehension", - "Compressibility", - "Compression", - "Compressor", - "Compromise", - "Compulsion", - "Compulsivity", - "Computation", - "Computer", - "Comrade", - "Comradeship", - "Con", - "Concealment", - "Concentrate", - "Concentration", - "Concept", - "Conception", - "Conceptuality", - "Conceptualization", - "Concern", - "Concert", - "Concerti", - "Concertina", - "Concertmaster", - "Concerto", - "Concession", - "Concessionaire", - "Concierge", - "Conciliator", - "Conclave", - "Conclusion", - "Concrete", - "Concurrence", - "Concussion", - "Condemnation", - "Condensation", - "Condenser", - "Condescension", - "Condition", - "Conditioner", - "Condolence", - "Conduct", - "Conduction", - "Conductivity", - "Conductor", - "Cone", - "Conelrad", - "Confabulation", - "Confederacy", - "Confederate", - "Confederation", - "Conference", - "Confession", - "Confessional", - "Confessor", - "Confidant", - "Confidante", - "Confidence", - "Confidentiality", - "Configuration", - "Confinement", - "Confirmation", - "Conflagration", - "Conflict", - "Conformance", - "Conformation", - "Conformational", - "Conformist", - "Conformity", - "Confrontation", - "Confusion", - "Congeniality", - "Congestion", - "Congratulation", - "Congregation", - "Congressman", - "Congressmen", - "Congruence", - "Conic", - "Conjecture", - "Conjugate", - "Conjugation", - "Conjunction", - "Connection", - "Connective", - "Connexion", - "Connivance", - "Conniver", - "Connoisseur", - "Connotation", - "Conqueror", - "Conquest", - "Consanguinity", - "Conscience", - "Consciousness", - "Conscript", - "Conscription", - "Consecration", - "Consent", - "Consequence", - "Conservation", - "Conservationist", - "Conservatism", - "Conservative", - "Conservator", - "Conservatory", - "Consideration", - "Consistence", - "Consistency", - "Consolation", - "Consoler", - "Consolidation", - "Consonance", - "Consonant", - "Conspiracy", - "Constancy", - "Constant", - "Constatation", - "Consternation", - "Constituency", - "Constituent", - "Constitution", - "Constitutional", - "Constraint", - "Constriction", - "Constrictor", - "Construction", - "Consul", - "Consulate", - "Consultant", - "Consultation", - "Consumer", - "Consummation", - "Consumption", - "Contact", - "Contagion", - "Container", - "Containment", - "Contamination", - "Contemplation", - "Contemporary", - "Contempt", - "Contender", - "Content", - "Contention", - "Contentment", - "Contest", - "Context", - "Continence", - "Continent", - "Contingency", - "Contingent", - "Continuance", - "Continuation", - "Continuity", - "Continuum", - "Contortion", - "Contour", - "Contraband", - "Contraception", - "Contract", - "Contraction", - "Contractor", - "Contradiction", - "Contradistinction", - "Contralto", - "Contrary", - "Contrast", - "Contribution", - "Contributor", - "Contrition", - "Control", - "Controller", - "Controversy", - "Convalescence", - "Convection", - "Convenience", - "Convent", - "Convention", - "Conventionality", - "Conversant", - "Conversation", - "Converse", - "Conversion", - "Convert", - "Convertible", - "Convexity", - "Conveyance", - "Conveyor", - "Convict", - "Conviction", - "Convoy", - "Cook", - "Cookfire", - "Cookie", - "Cool", - "Coolant", - "Cooler", - "Coop", - "Cooperation", - "Cooperative", - "Cooperator", - "Coordinate", - "Coordination", - "Coordinator", - "Cop", - "Cope", - "Copper", - "Copra", - "Copy", - "Copywriter", - "Coquette", - "Coral", - "Cord", - "Cordon", - "Corduroy", - "Core", - "Coriander", - "Cork", - "Corkscrew", - "Corn", - "Cornbread", - "Corne", - "Corner", - "Cornerstone", - "Cornfield", - "Cornmeal", - "Cornstarch", - "Cornucopia", - "Corollary", - "Corona", - "Coronary", - "Coroner", - "Corporal", - "Corporation", - "Corporeality", - "Corpse", - "Corpsman", - "Corpulence", - "Corral", - "Correction", - "Correlation", - "Correspondence", - "Correspondent", - "Corridor", - "Corrosion", - "Corrupter", - "Corruption", - "Corsage", - "Cortege", - "Cortex", - "Corticotropin", - "Cosec", - "Cosmetic", - "Cosmology", - "Cosmopolitanism", - "Cost", - "Costume", - "Cotillion", - "Cottage", - "Cotter", - "Cotton", - "Cottonmouth", - "Cottonseed", - "Couch", - "Cough", - "Council", - "Councillor", - "Counsel", - "Counselor", - "Count", - "Countenance", - "Counter", - "Counterattack", - "Counterbalance", - "Counterman", - "Counterpart", - "Counterpoint", - "Counterproposal", - "Countian", - "Countrey", - "Countriman", - "Country", - "Countryman", - "Countrymen", - "Countryside", - "County", - "Coup", - "Coupe", - "Couple", - "Coupler", - "Coupon", - "Courage", - "Course", - "Court", - "Courtesan", - "Courtesy", - "Courthouse", - "Courtier", - "Courtroom", - "Courtship", - "Courtyard", - "Cousin", - "Cove", - "Covenant", - "Cover", - "Coverage", - "Coverall", - "Coverlet", - "Cow", - "Coward", - "Cowardice", - "Cowbird", - "Cowboy", - "Cowhand", - "Cowhide", - "Cowman", - "Cowpony", - "Cowpuncher", - "Coyote", - "Crabapple", - "Crack", - "Crackerjack", - "Crackle", - "Crackpot", - "Cradle", - "Craft", - "Crafter", - "Craftsman", - "Craftsmanship", - "Craftsmen", - "Craftsperson", - "Cramp", - "Crank", - "Crankshaft", - "Crap", - "Crash", - "Crasher", - "Crate", - "Crater", - "Crawl", - "Crawlspace", - "Craze", - "Creak", - "Cream", - "Creamer", - "Crease", - "Creation", - "Creativity", - "Creator", - "Creature", - "Creche", - "Credential", - "Credibility", - "Credit", - "Credo", - "Credulity", - "Creed", - "Creek", - "Creep", - "Creeper", - "Crepe", - "Crescendo", - "Crescent", - "Crest", - "Crevice", - "Crew", - "Crewcut", - "Crewel", - "Crewmen", - "Crib", - "Cricket", - "Crime", - "Criminal", - "Criminality", - "Crimson", - "Cripple", - "Crisp", - "Criteria", - "Criterion", - "Critic", - "Criticism", - "Critique", - "Critter", - "Croak", - "Crocodile", - "Crone", - "Crook", - "Crop", - "Crossover", - "Crosswalk", - "Crouch", - "Croupier", - "Crow", - "Crowbait", - "Crowd", - "Crowd-pleaser", - "Crown", - "Crucifix", - "Crucifixion", - "Crudity", - "Cruelty", - "Cruise", - "Cruiser", - "Crunch", - "Crupper", - "Crusade", - "Crusader", - "Crush", - "Crusher", - "Crust", - "Crutch", - "Crux", - "Cry", - "Cryostat", - "Crypt", - "Crystal", - "Crystallite", - "Crystallization", - "Crystallography", - "Cta", - "Ctca", - "Cubbyhole", - "Cube", - "Cubist", - "Cud", - "Cuff", - "Culmination", - "Culprit", - "Cult", - "Cultist", - "Cultivation", - "Culture", - "Cumara", - "Cumin", - "Cup", - "Cupboard", - "Cupful", - "Cur", - "Curator", - "Curb", - "Curbside", - "Curd", - "Cure", - "Curettage", - "Curio", - "Curiosity", - "Currant", - "Currency", - "Current", - "Curricula", - "Curriculum", - "Curry", - "Curse", - "Curtain", - "Curvature", - "Curve", - "Cushion", - "Cusp", - "Custodian", - "Custody", - "Custom", - "Customer", - "Cut", - "Cutback", - "Cutoff", - "Cutter", - "Cutthroat", - "Cycle", - "Cyclist", - "Cyclohexanol", - "Cyclorama", - "Cylinder", - "Cynicism", - "Cytoplasm", - "Dabbler", - "Dad", - "Daddy", - "Daffodil", - "Daggerman", - "Dainty", - "Dairy", - "Dam", - "Damage", - "Dame", - "Damn", - "Damnation", - "Damsel", - "Dance", - "Dancer", - "Dandelion", - "Danger", - "Danseur", - "Darbuka", - "Dark", - "Darkness", - "Darling", - "Darn", - "Dash", - "Dashboard", - "Data", - "Date", - "Datum", - "Daughter", - "Dauphin", - "Davenport", - "Dawn", - "Day", - "Daybed", - "Daybreak", - "Daydream", - "Daylight", - "Daytime", - "Dazzler", - "Deacon", - "Deactivation", - "Dead", - "Deadline", - "Deadlock", - "Deadweight", - "Deae", - "Deal", - "Dealer", - "Dean", - "Dear", - "Dearth", - "Death", - "Deathbed", - "Debacle", - "Debate", - "Debauchery", - "Debility", - "Debt", - "Debut", - "Debutante", - "Decade", - "Decadence", - "Decay", - "Deceased", - "Decedent", - "Deceit", - "Deceleration", - "Decency", - "Decentralization", - "Deception", - "Decimal", - "Decision", - "Deck", - "Declaration", - "Declarative", - "Decline", - "Declivity", - "Decolletage", - "Decomposition", - "Decompression", - "Decor", - "Decoration", - "Decorator", - "Decorum", - "Decrease", - "Decree", - "Decrement", - "Dedication", - "Deductibility", - "Deduction", - "Deed", - "Deep", - "Deer", - "Default", - "Defeat", - "Defeatism", - "Defect", - "Defection", - "Defence", - "Defendant", - "Defender", - "Defense", - "Deference", - "Deferent", - "Deferment", - "Defiance", - "Deficiency", - "Deficit", - "Definite", - "Definition", - "Deformation", - "Deformity", - "Degeneration", - "Degradation", - "Degree", - "Dehydration", - "Deification", - "Deity", - "Dejection", - "Delay", - "Delectable", - "Delectation", - "Delegate", - "Delegation", - "Deliberation", - "Delicacy", - "Delight", - "Delineation", - "Delinquency", - "Delinquent", - "Delirium", - "Deliverance", - "Delivery", - "Dell", - "Deltoid", - "Deluge", - "Delusion", - "Deluxer", - "Demage", - "Demagnification", - "Demand", - "Demander", - "Demarcation", - "Demeanor", - "Demineralization", - "Demise", - "Democracy", - "Democratization", - "Demography", - "Demolition", - "Demon", - "Demonstration", - "Demoralization", - "Demulcent", - "Demurrer", - "Demythologization", - "Den", - "Denial", - "Denomination", - "Denouement", - "Densitometry", - "Density", - "Dent", - "Dentist", - "Dentistry", - "Denunciation", - "Department", - "Departure", - "Dependable", - "Dependence", - "Dependency", - "Dependent", - "Depersonalization", - "Depiction", - "Depletion", - "Deployment", - "Deposit", - "Deposition", - "Depot", - "Depravity", - "Depreciation", - "Depression", - "Deprivation", - "Depth", - "Deputy", - "Derangement", - "Derby", - "Derelict", - "Dereliction", - "Derision", - "Derivation", - "Derivative", - "Derrick", - "Derriere", - "Descendant", - "Descent", - "Description", - "Desecration", - "Desegregation", - "Desert", - "Desertion", - "Design", - "Designate", - "Designation", - "Designer", - "Desirability", - "Desirable", - "Desire", - "Desk", - "Desolation", - "Despair", - "Desperation", - "Despondency", - "Despot", - "Despotism", - "Dessert", - "Destination", - "Destiny", - "Destroyer", - "Destruction", - "Desuetude", - "Detachment", - "Detail", - "Detection", - "Detective", - "Detector", - "Detente", - "Detention", - "Detergency", - "Detergent", - "Deterioration", - "Determinability", - "Determinant", - "Determination", - "Determinism", - "Deterrence", - "Deterrent", - "Detestation", - "Detonation", - "Detour", - "Detractor", - "Detriment", - "Devastation", - "Developer", - "Development", - "Deviance", - "Deviation", - "Device", - "Devil", - "Devisee", - "Devisor", - "Devotee", - "Devotion", - "Devotional", - "Devout", - "Dew", - "Dexamethasone", - "Dexterity", - "Diagnometer", - "Diagnostic", - "Diagram", - "Dial", - "Dialect", - "Dialectic", - "Dialogue", - "Diam", - "Diameter", - "Diamond", - "Diaphragm", - "Diarrhea", - "Diarrhoea", - "Diary", - "Diathermy", - "Dice", - "Dichondra", - "Dichotomy", - "Dictator", - "Dictatorship", - "Diction", - "Dictionary", - "Dictum", - "Didactic", - "Die", - "Diem", - "Diesel", - "Diet", - "Diethylaminoethyl", - "Diethylstilbestrol", - "Diety", - "Difference", - "Differentiability", - "Differential", - "Differentiation", - "Difficulty", - "Diffidence", - "Diffraction", - "Diffrunce", - "Diffusion", - "Dig", - "Digest", - "Digit", - "Digitalization", - "Dignity", - "Diisocyanate", - "Dilatation", - "Dilation", - "Dilemma", - "Dilettante", - "Diligence", - "Dill", - "Dilution", - "Dime", - "Dimension", - "Dimethylglyoxime", - "Diminution", - "Din", - "Dinghy", - "Dingo", - "Dinner", - "Dinnertime", - "Dinnerware", - "Dinosaur", - "Diocese", - "Diorah", - "Dioxalate", - "Dioxide", - "Dip", - "Diphosphopyridine", - "Diplomacy", - "Diplomat", - "Dipper", - "Direction", - "Directionality", - "Directive", - "Directivity", - "Director", - "Directorate", - "Directorship", - "Directory", - "Dirge", - "Dirt", - "Disability", - "Disadvantage", - "Disaffection", - "Disagreement", - "Disappearance", - "Disappointment", - "Disapprobation", - "Disapproval", - "Disarmament", - "Disarray", - "Disassembly", - "Disaster", - "Disbelief", - "Disbursement", - "Disc", - "Discernment", - "Discharge", - "Disciple", - "Discipleship", - "Discipline", - "Disclaimer", - "Disclosure", - "Discomfort", - "Discontent", - "Discontinuance", - "Discontinuity", - "Discord", - "Discount", - "Discouragement", - "Discourse", - "Discoverer", - "Discovery", - "Discredit", - "Discrepancy", - "Discretion", - "Discrimination", - "Discussant", - "Discussion", - "Disdain", - "Disease", - "Disenfranchisement", - "Disengagement", - "Disfavor", - "Disgrace", - "Disguise", - "Disgust", - "Dish", - "Disharmony", - "Dishonesty", - "Dishonor", - "Dishwater", - "Disillusionment", - "Disinclination", - "Disintegration", - "Disinterest", - "Disk", - "Dislike", - "Dislocation", - "Disloyalty", - "Dismay", - "Dismemberment", - "Dismissal", - "Disobedience", - "Disorder", - "Disorganization", - "Disparagement", - "Disparity", - "Dispatch", - "Dispensary", - "Dispensation", - "Dispenser", - "Dispersal", - "Dispersement", - "Dispersion", - "Displacement", - "Display", - "Displeasure", - "Disposal", - "Disposition", - "Dispossession", - "Dispute", - "Disquiet", - "Disquietude", - "Disregard", - "Disrepair", - "Disrepute", - "Disrespect", - "Disruption", - "Dissatisfaction", - "Dissection", - "Dissemination", - "Dissension", - "Dissent", - "Dissenter", - "Disservice", - "Dissimulation", - "Dissociation", - "Dissolution", - "Dissolve", - "Distance", - "Distaste", - "Distension", - "Distillation", - "Distiller", - "Distinction", - "Distortion", - "Distraction", - "Distribution", - "Distributor", - "Distributorship", - "District", - "Distrust", - "Disturbance", - "Disturber", - "Disunion", - "Disunity", - "Ditch", - "Ditcher", - "Ditty", - "Diva", - "Divan", - "Dive", - "Diver", - "Divergence", - "Diversification", - "Diversion", - "Diversity", - "Divertimento", - "Divestiture", - "Dividend", - "Divider", - "Divination", - "Divine", - "Divinity", - "Division", - "Divorce", - "Divorcee", - "Dline", - "Dock", - "Dockside", - "Doctor", - "Doctorate", - "Doctrinaire", - "Doctrine", - "Document", - "Documentary", - "Documentation", - "Dodge", - "Doer", - "Dog", - "Doghouse", - "Dogleg", - "Dogma", - "Dogmatism", - "Dogtrot", - "Dogwood", - "Doll", - "Dollar", - "Dollarette", - "Dollop", - "Dolphin", - "Domain", - "Dome", - "Domestic", - "Domesticity", - "Domicile", - "Dominance", - "Domination", - "Dominion", - "Don", - "Donation", - "Donee", - "Donkey", - "Donor", - "Doom", - "Doomsday", - "Door", - "Doorbell", - "Doorkeeper", - "Doorknob", - "Doorman", - "Doormen", - "Doorstep", - "Doorway", - "Dope", - "Dormitory", - "Dosage", - "Dose", - "Dot", - "Double", - "Doubleheader", - "Doubloon", - "Doubt", - "Doubte", - "Dough", - "Dove", - "Dowel", - "Dower", - "Down", - "Downfall", - "Downpayment", - "Downpour", - "Downtrend", - "Downturn", - "Dowry", - "Doyen", - "Doyenne", - "Dozen", - "Draft", - "Draftee", - "Drag", - "Dragger", - "Dragnet", - "Dragon", - "Drain", - "Drainage", - "Dram", - "Drama", - "Dramatist", - "Dramatization", - "Draper", - "Drapery", - "Draught", - "Draw", - "Drawback", - "Drawbridge", - "Drawer", - "Drawl", - "Dread", - "Dream", - "Dreamboat", - "Dreamer", - "Dresser", - "Drier", - "Drift", - "Drill", - "Drink", - "Drinker", - "Drip", - "Drive", - "Driver", - "Driveway", - "Drizzle", - "Dromozoa", - "Drone", - "Drop", - "Drought", - "Drouth", - "Drove", - "Drudgery", - "Drug", - "Drugstore", - "Drum", - "Drumlin", - "Drummer", - "Drunk", - "Drunkard", - "Dryer", - "Drywall", - "Dualism", - "Duck", - "Duct", - "Ductwork", - "Dud", - "Due", - "Duel", - "Duet", - "Duf", - "Duffel", - "Duffer", - "Dugout", - "Duke", - "Dumbbell", - "Dump", - "Dun", - "Dune", - "Dung", - "Dungeon", - "Duo", - "Duplicate", - "Duplication", - "Durability", - "Duration", - "Dusk", - "Dust", - "Dustbin", - "Duty", - "Dwarf", - "Dweller", - "Dyerear", - "Dynamic", - "Dynamite", - "Dynamo", - "Dynasty", - "Dysentery", - "Dysplasia", - "Dystopia", - "Dystrophy", - "Eagerness", - "Eagle", - "Ear", - "Earache", - "Earl", - "Earnest", - "Earnestness", - "Earth", - "Earthenware", - "Earthquake", - "Earthworm", - "Ease", - "Easel", - "Easement", - "Easter", - "Eave", - "Ebony", - "Eccentric", - "Eccentricity", - "Echelon", - "Echo", - "Eclat", - "Eclipse", - "Ecliptic", - "Economics", - "Economist", - "Economy", - "Ecstasy", - "Ecstatic", - "Ecumenist", - "Edema", - "Edge", - "Edginess", - "Edifice", - "Edition", - "Editor", - "Editorial", - "Editorialist", - "Editorship", - "Education", - "Educator", - "Eel", - "Eeriness", - "Effect", - "Effectinge", - "Efficacy", - "Efficiency", - "Efficient", - "Effluent", - "Effluvium", - "Effort", - "Egalitarianism", - "Egg", - "Egghead", - "Eggshell", - "Ego", - "Egotism", - "Egotist", - "Egret", - "Egyptian", - "Eiderdown", - "Einstein", - "Ejection", - "Ejector", - "Elaboration", - "Elan", - "Elasticity", - "Elation", - "Elbow", - "Elder", - "Elderberry", - "Election", - "Electorate", - "Electric", - "Electricity", - "Electrocardiogram", - "Electrocardiograph", - "Electrode", - "Electromagnet", - "Electromyography", - "Electron", - "Electronography", - "Electroshock", - "Electrotherapist", - "Elegance", - "Elegy", - "Element", - "Elephant", - "Elevation", - "Elevator", - "Eligibility", - "Eligible", - "Elimination", - "Elite", - "Elk", - "Ell", - "Ellipsoid", - "Elm", - "Elongation", - "Eloquence", - "Elsewhere", - "Eluate", - "Elucidation", - "Elution", - "Emanation", - "Emancipation", - "Emasculation", - "Embankment", - "Embargo", - "Embarrassment", - "Embassy", - "Embellishment", - "Embezzlement", - "Embodiment", - "Embouchure", - "Embrace", - "Embroidery", - "Embryo", - "Emcee", - "Emerald", - "Emergence", - "Emergency", - "Emigration", - "Eminence", - "Emissary", - "Emission", - "Emotion", - "Emotionalism", - "Emotionality", - "Empathy", - "Emperor", - "Emphysema", - "Empire", - "Empiricism", - "Employ", - "Employe", - "Employee", - "Employer", - "Employment", - "Emulsion", - "Enactment", - "Enamel", - "Encampment", - "Enchanter", - "Enchantment", - "Enchantress", - "Enclosure", - "Encounter", - "Encouragement", - "Encourager", - "Encroachment", - "Encyclopedia", - "Encylopedia", - "End", - "Endearment", - "Endeavor", - "Endeavour", - "Endevor", - "Endgame", - "Endogamy", - "Endorsement", - "Endorser", - "Endosperm", - "Endowment", - "Endurance", - "Enemy", - "Energy", - "Enervation", - "Enforcement", - "Engagement", - "Engine", - "Engineer", - "Engraver", - "Engrg", - "Enigma", - "Enjoinder", - "Enjoyment", - "Enlargement", - "Enlightenment", - "Enlistment", - "Enmity", - "Enormity", - "Enough", - "Enrage", - "Enrichment", - "Enrollment", - "Ensemble", - "Enslavement", - "Entanglement", - "Enterotoxemia", - "Enterprise", - "Entertainer", - "Entertainment", - "Enthalpy", - "Enthusiasm", - "Enthusiast", - "Entirety", - "Entity", - "Entomologist", - "Entourage", - "Entrance", - "Entranceway", - "Entrant", - "Entrepreneur", - "Entropy", - "Entry", - "Enumeration", - "Enunciation", - "Envelope", - "Environment", - "Envy", - "Enzyme", - "Epic", - "Epicenter", - "Epicure", - "Epicurean", - "Epicycle", - "Epidemic", - "Epigraph", - "Epilogue", - "Epiphany", - "Episode", - "Epistemology", - "Epitaph", - "Epithet", - "Epitome", - "Epoch", - "Epoxy", - "Epsom", - "Equal", - "Equality", - "Equalization", - "Equanimity", - "Equation", - "Equator", - "Equilibrium", - "Equine", - "Equipment", - "Equity", - "Equivalence", - "Equivalent", - "Era", - "Eradication", - "Eraser", - "Erection", - "Erosion", - "Erotica", - "Errand", - "Error", - "Erudition", - "Eruption", - "Escalation", - "Escapade", - "Escape", - "Escapism", - "Escapist", - "Escheat", - "Escort", - "Escritoire", - "Escutcheon", - "Espionage", - "Esplanade", - "Espousal", - "Essay", - "Essence", - "Essential", - "Establishment", - "Estate", - "Esteem", - "Estimate", - "Estimation", - "Estrangement", - "Eternal", - "Eternity", - "Ethanol", - "Ethic", - "Ethicist", - "Ethyl", - "Etiquette", - "Euphemism", - "Euphoria", - "Europeanization", - "Eutectic", - "Evacuation", - "Evaluation", - "Evangelism", - "Evangelist", - "Evaporation", - "Evasion", - "Eve", - "Evensong", - "Event", - "Eventuality", - "Everywhere", - "Evidence", - "Evil", - "Evocation", - "Evolution", - "Exacerbation", - "Exaggeration", - "Exaltation", - "Examiantion", - "Examination", - "Examiner", - "Example", - "Exasperation", - "Exboyfriend", - "Excavation", - "Excellence", - "Excelsin", - "Excelsior", - "Exception", - "Excerpt", - "Exchange", - "Exchequer", - "Excise", - "Excitability", - "Excitement", - "Exclamation", - "Exclusion", - "Exclusive", - "Excretion", - "Excursion", - "Excuse", - "Exec", - "Execution", - "Executioner", - "Executive", - "Executor", - "Exemplar", - "Exemplary", - "Exemption", - "Exercise", - "Exertion", - "Exhaust", - "Exhaustion", - "Exhibit", - "Exhibition", - "Exhusband", - "Exile", - "Existence", - "Existent", - "Existentialist", - "Exit", - "Exogamy", - "Exoneration", - "Expanse", - "Expansion", - "Expansionist", - "Expectancy", - "Expectation", - "Expediency", - "Expedient", - "Expedition", - "Expenditure", - "Expense", - "Experience", - "Experiment", - "Experimentalism", - "Experimentation", - "Experimenter", - "Expert", - "Expertise", - "Expiation", - "Expiration", - "Explanation", - "Exploit", - "Exploitation", - "Exploration", - "Explorer", - "Explosion", - "Explosive", - "Exponent", - "Export", - "Expose", - "Exposition", - "Exposure", - "Expression", - "Expressionism", - "Expressionist", - "Expressway", - "Expulsion", - "Expurgation", - "Extension", - "Extent", - "Exterior", - "Extermination", - "Extern", - "Externalization", - "Extinction", - "Extolment", - "Extract", - "Extraction", - "Extrapolation", - "Extrema", - "Extreme", - "Extremity", - "Extrovert", - "Extruder", - "Exuberance", - "Exultation", - "Eye", - "Eyeball", - "Eyebrow", - "Eyeful", - "Eyelash", - "Eyelid", - "Eyepiece", - "Eyesight", - "Eyeteeth", - "Fable", - "Fabric", - "Fabrication", - "Facade", - "Face", - "Facet", - "Facility", - "Facsimile", - "Facsiport", - "Fact", - "Faction", - "Factor", - "Factory", - "Faculty", - "Fad", - "Fade", - "Fadeout", - "Faery", - "Failure", - "Fair", - "Fairway", - "Fairy", - "Faith", - "Faithful", - "Fake", - "Faker", - "Falcon", - "Fall", - "Fallacy", - "Falloff", - "Fallout", - "Falsehood", - "Falsity", - "Fame", - "Familarity", - "Familiarity", - "Family", - "Famine", - "Fan", - "Fanaticism", - "Fancy", - "Fanfare", - "Fantasia", - "Fantasist", - "Fantasy", - "Farce", - "Fare", - "Farewell", - "Farm", - "Farmer", - "Farmhouse", - "Farmland", - "Faro", - "Fascination", - "Fascinator", - "Fashion", - "Fashioner", - "Fast", - "Fat", - "Fatality", - "Fate", - "Father", - "Fathuh", - "Fatigue", - "Faucet", - "Fault", - "Fauna", - "Fauteuil", - "Favor", - "Favorer", - "Favorite", - "Favoritism", - "Favour", - "Fawn", - "Fealty", - "Fear", - "Feare", - "Feasibility", - "Feast", - "Feat", - "Feather", - "Feature", - "Fecundity", - "Federalism", - "Federation", - "Fedora", - "Fee", - "Feed", - "Feedback", - "Feeder", - "Feel", - "Feet", - "Feint", - "Fela", - "Feler", - "Felicity", - "Fella", - "Feller", - "Fellow", - "Fellowship", - "Felon", - "Felony", - "Felt", - "Female", - "Femininity", - "Feminist", - "Fence", - "Fender", - "Fennel", - "Fenugreek", - "Ferment", - "Fermentation", - "Fern", - "Fernery", - "Ferocity", - "Ferry", - "Fertility", - "Fertilizer", - "Fervor", - "Festival", - "Fetish", - "Feud", - "Feudalism", - "Fever", - "Few", - "Fiance", - "Fiance", - "Fiasco", - "Fiat", - "Fiber", - "Fibrin", - "Fiction", - "Fiddle", - "Fidelity", - "Fiefdom", - "Field", - "Fielder", - "Fieldmice", - "Fieldstone", - "Fieldwork", - "Fiend", - "Fiesta", - "Fig", - "Fight", - "Fighter", - "Figment", - "Figure", - "Filagree", - "Filament", - "Filbert", - "File", - "Filibuster", - "Filigree", - "Filler", - "Fillip", - "Filly", - "Film", - "Filter", - "Filth", - "Fin", - "Final", - "Finale", - "Finalist", - "Finality", - "Finance", - "Financier", - "Find", - "Finder", - "Fine", - "Finger", - "Fingerprint", - "Finial", - "Finish", - "Finisher", - "Finite", - "Fir", - "Fire", - "Fireball", - "Firebug", - "Firecracker", - "Firelight", - "Fireman", - "Firemen", - "Fireplace", - "Firepower", - "Firm", - "First", - "Firsthand", - "Fish", - "Fisherman", - "Fishermen", - "Fishery", - "Fishpond", - "Fission", - "Fist", - "Fit", - "Five", - "Fix", - "Fixture", - "Flag", - "Flagellation", - "Flageolet", - "Flail", - "Flair", - "Flame", - "Flange", - "Flank", - "Flannel", - "Flapper", - "Flare", - "Flash", - "Flashback", - "Flashlight", - "Flask", - "Flat", - "Flathead", - "Flatiron", - "Flatland", - "Flattery", - "Flatulence", - "Flautist", - "Flavor", - "Flaw", - "Flax", - "Flaxseed", - "Fleawort", - "Fleck", - "Fleet", - "Flesh", - "Flex", - "Flexibility", - "Flick", - "Flicker", - "Flier", - "Flight", - "Flint", - "Flirtation", - "Floater", - "Floc", - "Flocculation", - "Flock", - "Floe", - "Flood", - "Floodlight", - "Floor", - "Floorshow", - "Flop", - "Flora", - "Florist", - "Flour", - "Flourish", - "Flow", - "Flower", - "Flowerpot", - "Flu", - "Fluency", - "Fluff", - "Fluid", - "Fluidity", - "Fluke", - "Fluorescein", - "Fluorescence", - "Fluoride", - "Fluorine", - "Flurry", - "Flush", - "Flute", - "Flutist", - "Flutter", - "Flux", - "Fly", - "Flyer", - "Foal", - "Foam", - "Foci", - "Fodder", - "Foe", - "Fog", - "Fogy", - "Foil", - "Fold", - "Folder", - "Foliage", - "Folk", - "Folklore", - "Folks", - "Follower", - "Folly", - "Fontanel", - "Food", - "Foodie", - "Fool", - "Foot", - "Footage", - "Football", - "Footbridge", - "Footfall", - "Foothill", - "Footman", - "Footnote", - "Footpath", - "Footstep", - "Footstool", - "Footwear", - "Footwork", - "Fop", - "For", - "Forage", - "Foray", - "Forbear", - "Force", - "Fore", - "Forearm", - "Forecast", - "Forefather", - "Forefeet", - "Forefinger", - "Foreground", - "Forehead", - "Foreigner", - "Foreknowledge", - "Foreleg", - "Foreman", - "Forepart", - "Forerunner", - "Foresight", - "Forest", - "Forestry", - "Forethought", - "Forever", - "Forge", - "Forgery", - "Forgiveness", - "Fork", - "Forklift", - "Form", - "Forma", - "Formability", - "Formalism", - "Formality", - "Format", - "Formation", - "Formative", - "Former", - "Formula", - "Formulae", - "Formulation", - "Fort", - "Forte", - "Fortitude", - "Fortnight", - "Fortune", - "Forty", - "Forum", - "Foundation", - "Founder", - "Fountain", - "Fountainhead", - "Four", - "Foursome", - "Fowl", - "Fox", - "Foyer", - "Fraction", - "Fractionation", - "Fracture", - "Fragment", - "Fragmentation", - "Fragrance", - "Frambesia", - "Frame", - "Framer", - "Framework", - "Franc", - "Franchise", - "Frangipani", - "Frank", - "Frankfurter", - "Fraternisation", - "Fraternity", - "Frau", - "Fraud", - "Fray", - "Freak", - "Freedmen", - "Freedom", - "Freeman", - "Freethinker", - "Freeway", - "Freeze", - "Freezer", - "Freight", - "Freighter", - "Frenzy", - "Frequency", - "Fresco", - "Freshman", - "Freshmen", - "Friction", - "Friend", - "Friendship", - "Frieze", - "Fright", - "Fringe", - "Frivolity", - "Frock", - "Frog", - "Frolic", - "Front", - "Frontage", - "Frontier", - "Frontiersmen", - "Frost", - "Frostbite", - "Froth", - "Frugality", - "Fruit", - "Fruition", - "Frustration", - "Fuchsia", - "Fuel", - "Fueloil", - "Fugitive", - "Fulfillment", - "Full", - "Fullback", - "Fumble", - "Fun", - "Function", - "Functional", - "Functionalism", - "Functionary", - "Fund", - "Fundamentalism", - "Fundamentalist", - "Funds", - "Funeral", - "Funnel", - "Fur", - "Furlough", - "Furnace", - "Furniture", - "Furor", - "Furrow", - "Fury", - "Fuse", - "Fuselage", - "Fusion", - "Fuss", - "Futility", - "Future", - "Fuzz", - "Gab", - "Gabardine", - "Gabble", - "Gable", - "Gadfly", - "Gadget", - "Gadgetry", - "Gag", - "Gage", - "Gaggle", - "Gagline", - "Gaiety", - "Gain", - "Gainer", - "Gait", - "Gal", - "Gala", - "Galahad", - "Galaxy", - "Gale", - "Gall", - "Gallant", - "Gallantry", - "Gallbladder", - "Gallery", - "Galley", - "Gallium", - "Gallon", - "Gallonage", - "Gallop", - "Gallstone", - "Galvanism", - "Gambit", - "Gamble", - "Game", - "Gamebird", - "Gamma", - "Gamut", - "Gang", - "Gangland", - "Gangplank", - "Gangster", - "Gangway", - "Gantlet", - "Gap", - "Gapt", - "Garage", - "Garb", - "Garbage", - "Garden", - "Gardener", - "Gardenia", - "Gargle", - "Garland", - "Garlic", - "Garment", - "Garnet", - "Garnish", - "Garrison", - "Garter", - "Gas", - "Gash", - "Gasket", - "Gasoline", - "Gasp", - "Gasser", - "Gastronome", - "Gastronomy", - "Gate", - "Gateway", - "Gather", - "Gaucherie", - "Gauge", - "Gauntlet", - "Gauze", - "Gayety", - "Gaze", - "Gazelle", - "Gazer", - "Gear", - "Gee", - "Geese", - "Gel", - "Gem", - "Gender", - "Genera", - "General", - "Generalist", - "Generality", - "Generalization", - "Generation", - "Generativity", - "Generator", - "Generosity", - "Genesis", - "Geneticist", - "Genie", - "Genii", - "Genius", - "Genre", - "Gentian", - "Gentile", - "Gentility", - "Gentle", - "Gentlefolk", - "Gentleman", - "Gentlemen", - "Gentlewoman", - "Gentry", - "Geocentricism", - "Geochemistry", - "Geography", - "Geologist", - "Geology", - "Geometry", - "Germ", - "Germanium", - "Gesture", - "Getaway", - "Ghetto", - "Ghost", - "Ghoul", - "Giant", - "Gibbet", - "Gibe", - "Giblet", - "Gift", - "Gig", - "Giggle", - "Gilt", - "Gin", - "Ginger", - "Gingham", - "Ginkgo", - "Ginmill", - "Girdle", - "Girl", - "Girlfriend", - "Girlie", - "Girth", - "Gist", - "Give", - "Giveaway", - "Giver", - "Glacier", - "Glad-hand", - "Gladiator", - "Glamor", - "Glamour", - "Glance", - "Gland", - "Glare", - "Glass", - "Glaucoma", - "Glaze", - "Gleam", - "Glee", - "Glen", - "Glimmer", - "Glimpse", - "Glint", - "Glissade", - "Glisten", - "Glister", - "Glitter", - "Glitterati", - "Glitz", - "Globe", - "Globetrotter", - "Globulin", - "Gloom", - "Glorification", - "Glory", - "Gloss", - "Glossary", - "Glossy", - "Glottochronology", - "Glove", - "Glover", - "Glow", - "Glue", - "Glum", - "Glycerin", - "Glycerine", - "Glycerol", - "Glycol", - "Gnome", - "Gnomon", - "Go-getter", - "Goad", - "Goal", - "Goat", - "Gob", - "Gobbledygook", - "God", - "Goddess", - "Godhead", - "Godparent", - "Godsend", - "Goitre", - "Goitrogen", - "Golconda", - "Gold", - "Goldfish", - "Goldsmith", - "Golf", - "Golfer", - "Good", - "Goodbye", - "Goodness", - "Goodwill", - "Goody", - "Goose", - "Gop", - "Gorge", - "Gorgeousness", - "Gospel", - "Gossamer", - "Gossip", - "Gourd", - "Gourmet", - "Gout", - "Government", - "Governor", - "Gown", - "Grab", - "Grace", - "Gracility", - "Graciousness", - "Grad", - "Grade", - "Grader", - "Gradient", - "Gradualist", - "Graduate", - "Graduation", - "Graffiti", - "Graft", - "Graham", - "Grain", - "Gram", - "Grammar", - "Granary", - "Grandchildren", - "Granddaughter", - "Grandee", - "Grandeur", - "Grandfather", - "Grandma", - "Grandmaster", - "Grandmother", - "Grandson", - "Grandstand", - "Granite", - "Grant", - "Grantee", - "Grantor", - "Grape", - "Grapefruit", - "Grapevine", - "Graph", - "Graphite", - "Grasp", - "Grass", - "Grassfire", - "Grassland", - "Grate", - "Gratefulness", - "Gratification", - "Gratitude", - "Grave", - "Gravel", - "Gravestone", - "Graveyard", - "Gravitation", - "Gravity", - "Gravy", - "Gray", - "Graybeard", - "Grazer", - "Grease", - "Great", - "Greatcoat", - "Greatness", - "Greed", - "Green", - "Greenhouse", - "Greensward", - "Greenware", - "Grenade", - "Grey", - "Grid", - "Grief", - "Grievance", - "Grill", - "Grille", - "Grillework", - "Grillwork", - "Grimace", - "Grin", - "Grindstone", - "Grip", - "Grist", - "Gristmill", - "Grit", - "Grizzly", - "Groan", - "Grocer", - "Grocery", - "Groin", - "Groom", - "Groomsmen", - "Groove", - "Ground", - "Grounder", - "Groundwave", - "Groundwork", - "Group", - "Grove", - "Grower", - "Growl", - "Growth", - "Grub", - "Grubstake", - "Grudge", - "Grumble", - "Grunt", - "Guanidine", - "Guar", - "Guarantee", - "Guarantor", - "Guaranty", - "Guard", - "Guardhouse", - "Guardian", - "Guerilla", - "Guerrilla", - "Guest", - "Guffaw", - "Guidance", - "Guide", - "Guidebook", - "Guild", - "Guile", - "Guilt", - "Guinea", - "Guise", - "Guitar", - "Guitarist", - "Gulf", - "Gull", - "Gullet", - "Gulley", - "Gullibility", - "Gully", - "Gulp", - "Gum", - "Gumption", - "Gun", - "Gunbarrel", - "Gunfighter", - "Gunfire", - "Gunflint", - "Gunk", - "Gunman", - "Gunmen", - "Gunner", - "Gunplay", - "Gunpowder", - "Gunslinger", - "Gurgle", - "Guru", - "Gush", - "Gusher", - "Gust", - "Gusto", - "Gut", - "Gutter", - "Guy", - "Gym", - "Gymnast", - "Gymnastic", - "Gynecologist", - "Gypsum", - "Gypsy", - "Gyration", - "Gyro", - "Haberdashery", - "Habit", - "Habitat", - "Hack", - "Hacksaw", - "Hackwork", - "Haddock", - "Haggle", - "Hail", - "Hailstorm", - "Hair", - "Haircut", - "Hairpin", - "Hairshirt", - "Hairtonic", - "Hale", - "Half", - "Halfback", - "Halftime", - "Hall", - "Hallmark", - "Hallway", - "Halo", - "Halt", - "Halter", - "Halvah", - "Ham", - "Hamburger", - "Hamlet", - "Hammer", - "Hammock", - "Hamper", - "Hand", - "Handbag", - "Handbook", - "Handclasp", - "Hande", - "Hander", - "Handful", - "Handgun", - "Handhold", - "Handicap", - "Handicraftsman", - "Handiwork", - "Handkerchief", - "Handle", - "Handler", - "Handmaiden", - "Handshake", - "Handstand", - "Handyman", - "Handymen", - "Hangar", - "Hangman", - "Hangover", - "Hansom", - "Happenstance", - "Happiness", - "Harbor", - "Hardbake", - "Hardboard", - "Hardener", - "Hardship", - "Hardtack", - "Hardware", - "Hare", - "Harem", - "Harm", - "Harmonization", - "Harmony", - "Harp", - "Harpsichord", - "Harpsichordist", - "Harrassment", - "Harvest", - "Hash", - "Hasher", - "Hassle", - "Haste", - "Hat", - "Hatch", - "Hatchet", - "Hatchway", - "Hate", - "Hatred", - "Haul", - "Haulage", - "Haunt", - "Haven", - "Havoc", - "Hawk", - "Hawker", - "Hay", - "Haystack", - "Hazard", - "Haze", - "Hazel", - "Hbo", - "Head", - "Headache", - "Headboard", - "Heade", - "Header", - "Heading", - "Headland", - "Headline", - "Headlinese", - "Headman", - "Headmaster", - "Headquarter", - "Headroom", - "Headsman", - "Headstand", - "Healer", - "Health", - "Healthcare", - "Heap", - "Hearer", - "Hearsay", - "Hearse", - "Heart", - "Heartbeat", - "Heartbreak", - "Hearth", - "Heartthrob", - "Heat", - "Heater", - "Heather", - "Heave", - "Heaven", - "Hecatomb", - "Heck", - "Hedge", - "Hedonism", - "Heed", - "Heel", - "Hegemony", - "Height", - "Heir", - "Heiress", - "Hel", - "Helicopter", - "Helion", - "Heliotrope", - "Helium", - "Hell", - "Hellfire", - "Hello", - "Helm", - "Helmet", - "Helmsman", - "Help", - "Helper", - "Helpmate", - "Hem", - "Hemisphere", - "Hemoglobin", - "Hemorrhage", - "Hemosiderin", - "Hen", - "Henchman", - "Henchmen", - "Heptachlor", - "Herb", - "Herd", - "Heredity", - "Heresy", - "Heritage", - "Hero", - "Heroin", - "Heroine", - "Heroism", - "Herpetologist", - "Herpetology", - "Herringbone", - "Hesitance", - "Hesitancy", - "Hesitation", - "Heuristic", - "Hex", - "Hexagon", - "Hexameter", - "Heyday", - "Hibachi", - "Hick", - "Hickory", - "Hide", - "Hideaway", - "Hideout", - "Hierarchy", - "High", - "Highball", - "Highboard", - "Highboy", - "Highflier", - "Highland", - "Highlight", - "Highpoint", - "Highroad", - "Highschool", - "Highway", - "Highwayman", - "Hike", - "Hilarity", - "Hill", - "Hillbilly", - "Hillside", - "Hilt", - "Hilum", - "Hindsight", - "Hinge", - "Hint", - "Hip", - "Hipline", - "Hipster", - "Histology", - "Historian", - "Historicism", - "Historicity", - "Historiography", - "History", - "Hit", - "Hitch", - "Hitter", - "Hive", - "Hob", - "Hobby", - "Hobo", - "Hockey", - "Hodgepodge", - "Hog", - "Hold", - "Holder", - "Holdup", - "Hole", - "Holiday", - "Hollow", - "Hollowware", - "Hollyhock", - "Holocaust", - "Holster", - "Holy", - "Homage", - "Home", - "Homefolk", - "Homeland", - "Homemaker", - "Homer", - "Homerun", - "Homestead", - "Homicide", - "Homogenate", - "Homogeneity", - "Homogenization", - "Hon", - "Honesty", - "Honey", - "Honeybee", - "Honeymoon", - "Honeysuckle", - "Honor", - "Honoree", - "Honour", - "Hooch", - "Hood", - "Hoodlum", - "Hoof", - "Hook", - "Hookup", - "Hookworm", - "Hooliganism", - "Hoop", - "Hooray", - "Hoosegow", - "Hoot", - "Hop", - "Hope", - "Hopper", - "Hopscotch", - "Horde", - "Horizon", - "Hormone", - "Horn", - "Horoscope", - "Horror", - "Horse", - "Horseback", - "Horsedom", - "Horseflesh", - "Horsehair", - "Horseman", - "Horsemanship", - "Horsemen", - "Horseplay", - "Horsepower", - "Horsewoman", - "Hose", - "Hospital", - "Hospitality", - "Hospitalization", - "Host", - "Hostage", - "Hoste", - "Hostility", - "Hostler", - "Hotbed", - "Hotel", - "Hothouse", - "Hotrod", - "Hotshot", - "Hound", - "Hour", - "House", - "Household", - "Householder", - "Housekeeper", - "Housepaint", - "Housewife", - "Housework", - "Hovel", - "Howl", - "Howse", - "Hub", - "Hubbub", - "Hubby", - "Huckster", - "Huddle", - "Hue", - "Hug", - "Hulk", - "Hull", - "Hum", - "Human", - "Humanism", - "Humanist", - "Humanitarian", - "Humanity", - "Humidity", - "Humilation", - "Humiliation", - "Humility", - "Humor", - "Humour", - "Hunch", - "Hundred", - "Hunger", - "Hunk", - "Hunt", - "Hunter", - "Hurdle", - "Hurler", - "Hurley", - "Hurricane", - "Hurry", - "Hurt", - "Husband", - "Husbandry", - "Husbun", - "Hush", - "Hustler", - "Hut", - "Hutment", - "Hyaline", - "Hyalinization", - "Hybrid", - "Hydride", - "Hydrido", - "Hydrocarbon", - "Hydrochemistry", - "Hydrochloride", - "Hydrogen", - "Hydrophobia", - "Hydroxazine", - "Hydroxylation", - "Hyena", - "Hygiene", - "Hymen", - "Hymn", - "Hype", - "Hyperbole", - "Hypercellularity", - "Hyperemia", - "Hyperplasia", - "Hypertrophy", - "Hypervelocity", - "Hypoadrenocorticism", - "Hypocellularity", - "Hypocrisy", - "Hypocrite", - "Hypostatization", - "Hypothyroidism", - "Hysterectomy", - "Hysteria", - "Ibex", - "Ibis", - "Ice", - "Iceberg", - "Icebox", - "Icecap", - "Icicle", - "Icon", - "Iconoclasm", - "Idea", - "Ideal", - "Idealism", - "Idealist", - "Idealization", - "Identification", - "Identity", - "Ideologist", - "Ideology", - "Idiocy", - "Idiom", - "Idiot", - "Idleness", - "Idler", - "Idol", - "Idolatry", - "Idolizer", - "Idyll", - "Igloo", - "Ignition", - "Ignorance", - "Iguana", - "Ileum", - "Ill", - "Illegal", - "Illegitimacy", - "Illiteracy", - "Illness", - "Illumination", - "Illusion", - "Illustration", - "Illustrator", - "Image", - "Imagery", - "Imagination", - "Imagineer", - "Imagnation", - "Imbalance", - "Imbecile", - "Imbroglio", - "Imitation", - "Imitator", - "Immaturity", - "Immediacy", - "Immensity", - "Immersion", - "Immigrant", - "Immigration", - "Imminence", - "Immobility", - "Immodesty", - "Immorality", - "Immortality", - "Immunity", - "Immunization", - "Impact", - "Impairment", - "Impartiality", - "Impasse", - "Impatience", - "Impediment", - "Imperative", - "Imperfectability", - "Imperfection", - "Imperialism", - "Imperialist", - "Impersonation", - "Impiety", - "Implant", - "Implement", - "Implementation", - "Implication", - "Import", - "Importance", - "Importation", - "Imposition", - "Impossibility", - "Impotence", - "Impotency", - "Impresario", - "Impresser", - "Impression", - "Impressionist", - "Imprimatur", - "Imprisonment", - "Impromptu", - "Impropriety", - "Improvement", - "Improvisation", - "Improviser", - "Impudence", - "Impulse", - "Impunity", - "Impurity", - "Imputation", - "Inability", - "Inaccuracy", - "Inaction", - "Inactivation", - "Inactivity", - "Inadequacy", - "Inadvertence", - "Inamorata", - "Inamorato", - "Inaugural", - "Inauguration", - "Incantation", - "Incapacity", - "Incarnation", - "Incense", - "Incentive", - "Inception", - "Inceptor", - "Inch", - "Incidence", - "Incident", - "Incinerator", - "Incipience", - "Incipiency", - "Incitement", - "Inclination", - "Incline", - "Inclusion", - "Income", - "Incompatibility", - "Incompetence", - "Incomprehension", - "Incongruity", - "Inconsistency", - "Inconvenience", - "Incorporation", - "Incorruptibility", - "Increase", - "Incredulity", - "Incubation", - "Incubi", - "Inculcation", - "Incursion", - "Ind", - "Indecision", - "Indefinite", - "Indefinity", - "Indemnity", - "Indenture", - "Independence", - "Independent", - "Index", - "Indication", - "Indicator", - "Indictment", - "Indifference", - "Indigation", - "Indigestion", - "Indignation", - "Indirection", - "Indisposition", - "Indium", - "Individual", - "Individualism", - "Individualist", - "Individuality", - "Individuation", - "Indivisibility", - "Indivisible", - "Indoctrination", - "Indolence", - "Inducement", - "Induction", - "Indulgence", - "Industralization", - "Industrialism", - "Industrialist", - "Industrialization", - "Industry", - "Inefficiency", - "Inequality", - "Inertia", - "Inevitability", - "Inexperience", - "Infamy", - "Infancy", - "Infant", - "Infantry", - "Infantryman", - "Infantrymen", - "Infarct", - "Infarction", - "Infatuation", - "Infection", - "Inference", - "Inferiority", - "Inferno", - "Infestation", - "Infidelity", - "Infield", - "Infiltration", - "Infinite", - "Infinitive", - "Infinity", - "Infirmary", - "Infirmity", - "Inflammation", - "Inflation", - "Inflection", - "Infliction", - "Inflow", - "Influence", - "Influent", - "Influenza", - "Influx", - "Informality", - "Informant", - "Information", - "Infraction", - "Infrared", - "Infringement", - "Infuriation", - "Infusion", - "Ingenuity", - "Ingestion", - "Ingratitoode", - "Ingratitude", - "Ingredient", - "Inhabitation", - "Inhalation", - "Inheritance", - "Inheritor", - "Inhibition", - "Inhibitor", - "Initiation", - "Initiative", - "Initiator", - "Injection", - "Injunction", - "Injury", - "Injustice", - "Ink", - "Inlet", - "Inmate", - "Inn", - "Innocence", - "Innovation", - "Innovator", - "Innuendo", - "Inoculation", - "Inpost", - "Input", - "Inquest", - "Inquiry", - "Inquisitor", - "Insanity", - "Inscription", - "Inscrutability", - "Insect", - "Insecticide", - "Insecurity", - "Insemination", - "Insert", - "Insertion", - "Inset", - "Inside", - "Insight", - "Insignificance", - "Insinuation", - "Insistence", - "Insolence", - "Insomnia", - "Insouciance", - "Inspection", - "Inspector", - "Inspiration", - "Instability", - "Installation", - "Installment", - "Instance", - "Instancy", - "Instant", - "Instigation", - "Instigator", - "Instillation", - "Instinct", - "Institute", - "Institution", - "Institutionalization", - "Institutor", - "Instruction", - "Instructor", - "Instrument", - "Instrumentation", - "Insubordination", - "Insularity", - "Insulation", - "Insulator", - "Insulin", - "Insult", - "Insurance", - "Insurgence", - "Insurrection", - "Intake", - "Integer", - "Integral", - "Integration", - "Integrity", - "Intellect", - "Intellectual", - "Intellectuality", - "Intelligence", - "Intelligentsia", - "Intemperance", - "Intendant", - "Intensification", - "Intensifier", - "Intensity", - "Intent", - "Intention", - "Interaction", - "Intercept", - "Interceptor", - "Interchange", - "Intercourse", - "Interdependence", - "Intereference", - "Interest", - "Interface", - "Interference", - "Interferometer", - "Interim", - "Interior", - "Interlocutor", - "Interlude", - "Intermarriage", - "Interment", - "Intermission", - "Intern", - "International", - "Interne", - "Interplay", - "Interpolation", - "Interposition", - "Interpretation", - "Interpreter", - "Interpretor", - "Interregnum", - "Interrelation", - "Interrelationship", - "Interrogation", - "Interrogator", - "Interruption", - "Intersection", - "Interval", - "Intervention", - "Interview", - "Interviewee", - "Interviewer", - "Intestine", - "Intima", - "Intimacy", - "Intimate", - "Intimidation", - "Intolerance", - "Intonation", - "Intransigence", - "Intrigue", - "Introduction", - "Introject", - "Introspection", - "Intruder", - "Intrusion", - "Intuition", - "Invader", - "Invalid", - "Invalidism", - "Invasion", - "Invention", - "Inventor", - "Inventory", - "Inverse", - "Inversion", - "Investigation", - "Investigator", - "Investment", - "Investor", - "Invigoration", - "Inviolability", - "Invitation", - "Invite", - "Invitee", - "Invocation", - "Involution", - "Involvement", - "Invulnerability", - "Iodide", - "Iodination", - "Iodine", - "Iodoamino", - "Iodoprotein", - "Ion", - "Ionosphere", - "Iota", - "Ire", - "Iridium", - "Irish", - "Iron", - "Irony", - "Irradiation", - "Irrationality", - "Irredentism", - "Irregular", - "Irregularity", - "Irreproducibility", - "Irresolution", - "Irresponsibility", - "Irreverence", - "Irrigation", - "Irritability", - "Irritant", - "Irritation", - "Irsac", - "Island", - "Isle", - "Isocyanate", - "Isolation", - "Isolationism", - "Issuance", - "Issue", - "Itch", - "Item", - "Itemization", - "Itinerary", - "Ity", - "Ivory", - "Ivy", - "Jab", - "Jabberwock", - "Jackal", - "Jacket", - "Jackpot", - "Jade", - "Jag", - "Jail", - "Jalapeno", - "Jalopy", - "Jam", - "Jamb", - "Jamboree", - "Janitor", - "Jape", - "Japonica", - "Jar", - "Jargon", - "Jasper", - "Java", - "Jaw", - "Jawbone", - "Jay", - "Jaywalker", - "Jazz", - "Jazzmen", - "Jealousy", - "Jeans", - "Jedec", - "Jeep", - "Jejunum", - "Jelly", - "Jellyfish", - "Jeopardy", - "Jerk", - "Jerkiness", - "Jersey", - "Jest", - "Jester", - "Jet", - "Jetsetter", - "Jewel", - "Jeweler", - "Jewelry", - "Jiffy", - "Jig", - "Jigger", - "Jigsaw", - "Jim-dandy", - "Jingle", - "Jingo", - "Jink", - "Jinx", - "Jitter", - "Jitterbug", - "Jive", - "Job", - "Joblot", - "Jockey", - "Jockstrap", - "Jogger", - "John", - "Join", - "Joiner", - "Joinery", - "Joint", - "Joist", - "Joke", - "Joker", - "Jolt", - "Josh", - "Jot", - "Journal", - "Journalese", - "Journalism", - "Journalist", - "Journey", - "Journeyman", - "Joust", - "Joviality", - "Jowl", - "Joy", - "Joyfulness", - "Joyride", - "Joyrider", - "Joystick", - "Jubilation", - "Jubilee", - "Judge", - "Judgement", - "Judgeship", - "Judgment", - "Judicature", - "Judiciary", - "Judo", - "Jug", - "Juggernaut", - "Juggler", - "Juice", - "Juicer", - "Juju", - "Jujube", - "Juke", - "Jukebox", - "Julep", - "Jumble", - "Jumbo", - "Jump", - "Jumper", - "Jumpsuit", - "Junction", - "Juncture", - "June", - "Jungle", - "Junior", - "Juniper", - "Junk", - "Junket", - "Junkyard", - "Junta", - "Jurisdiction", - "Jurisprudence", - "Jurist", - "Juror", - "Jury", - "Justice", - "Justiciary", - "Justification", - "Jute", - "Juvenile", - "Juxtaposition", - "Kahuna", - "Kale", - "Kaleidoscope", - "Kangaroo", - "Karl", - "Karma", - "Kava", - "Kayak", - "Kazoo", - "Kebob", - "Kedgeree", - "Keel", - "Keelson", - "Keenness", - "Keep", - "Keeper", - "Keepsake", - "Keg", - "Kegful", - "Kelp", - "Ken", - "Kennel", - "Keno", - "Kenya", - "Kerbside", - "Kerchief", - "Kerfuffle", - "Kernel", - "Kerosene", - "Kerygma", - "Kestrel", - "Ketchup", - "Kettle", - "Key", - "Keyboard", - "Keychain", - "Keyhole", - "Keynote", - "Khaki", - "Khan", - "Kibbutzim", - "Kick", - "Kickback", - "Kicker", - "Kickoff", - "Kid", - "Kidnaper", - "Kidnapper", - "Kidney", - "Kill", - "Killer", - "Kiln", - "Kilogram", - "Kilometer", - "Kiloton", - "Kilowatt", - "Kilt", - "Kimono", - "Kin", - "Kind", - "Kindergarten", - "Kindness", - "Kindred", - "King", - "Kingdom", - "Kingpin", - "Kinship", - "Kiosk", - "Kiss", - "Kit", - "Kitchen", - "Kitchenette", - "Kite", - "Kitten", - "Klaxon", - "Kleptocracy", - "Kleptomania", - "Klutz", - "Knack", - "Knackwurst", - "Knee", - "Kneecap", - "Kneejerk", - "Knife", - "Knight", - "Knob", - "Knock", - "Knockdown", - "Knockout", - "Knoll", - "Knot", - "Knott", - "Know", - "Know-how", - "Knowledge", - "Knuckle", - "Knuckleball", - "Koala", - "Kob", - "Kola", - "Konga", - "Korean", - "Kqed", - "Kraft", - "Kraut", - "Kudos", - "Kumquat", - "Lab", - "Label", - "Labor", - "Laboratory", - "Laborer", - "Labour", - "Labyrinth", - "Lace", - "Lack", - "Lacquer", - "Lactate", - "Lad", - "Ladder", - "Ladle", - "Lady", - "Lag", - "Lagoon", - "Laity", - "Lake", - "Lamb", - "Lament", - "Laminate", - "Lamp", - "Lamplight", - "Lance", - "Land", - "Landau", - "Landlord", - "Landmark", - "Landscape", - "Landslide", - "Lane", - "Language", - "Lantern", - "Lanthanum", - "Lap", - "Lapel", - "Lapidary", - "Lapse", - "Larceny", - "Lard", - "Larder", - "Large", - "Largesse", - "Lark", - "Larkspur", - "Larvae", - "Laser", - "Lash", - "Lasso", - "Last", - "Latch", - "Latex", - "Lath", - "Lathe", - "Lather", - "Latitude", - "Latitudinarian", - "Lattice", - "Laudanum", - "Laugh", - "Laughter", - "Launch", - "Launcher", - "Laundry", - "Laureate", - "Laurel", - "Lava", - "Lavatory", - "Lavender", - "Law", - "Lawman", - "Lawmen", - "Lawn", - "Lawsuit", - "Lawyer", - "Laxative", - "Layer", - "Layette", - "Layman", - "Laymen", - "Layout", - "Lead", - "Leader", - "Leadership", - "Leadsman", - "Leaf", - "Leafhopper", - "Leaflet", - "Leafmold", - "League", - "Leaguer", - "Leak", - "Leakage", - "Leap", - "Leapfrog", - "Lease", - "Leash", - "Least", - "Leasure", - "Leather", - "Leave", - "Lebensraum", - "Lecher", - "Lecture", - "Lecturer", - "Ledge", - "Ledger", - "Leeway", - "Left", - "Leftfield", - "Lefthander", - "Leftist", - "Leg", - "Legacy", - "Legality", - "Legatee", - "Legation", - "Legato", - "Legator", - "Legend", - "Legibility", - "Legion", - "Legislation", - "Legislator", - "Legislature", - "Legitimacy", - "Legume", - "Leisure", - "Lemon", - "Lemonade", - "Length", - "Lens", - "Leprae", - "Leprosy", - "Lesion", - "Lesson", - "Let", - "Lethality", - "Lethargy", - "Letter", - "Letterhead", - "Letterman", - "Lettermen", - "Leukemia", - "Levee", - "Level", - "Lever", - "Leverage", - "Levitation", - "Levity", - "Levy", - "Lexicon", - "Liability", - "Liaison", - "Liar", - "Libel", - "Liberal", - "Liberalism", - "Liberality", - "Liberation", - "Libertarian", - "Libertie", - "Libertine", - "Liberty", - "Libido", - "Librarian", - "Library", - "Libretto", - "Lice", - "License", - "Licensee", - "Lid", - "Lie", - "Lieder", - "Lien", - "Lieu", - "Lieutenant", - "Life", - "Lifeblood", - "Lifeboat", - "Lifer", - "Lifestyle", - "Lifetime", - "Lift", - "Ligament", - "Ligand", - "Light", - "Lighter", - "Lightning", - "Lightweight", - "Lignite", - "Like", - "Likelihood", - "Lilt", - "Limb", - "Limber", - "Limbo", - "Lime", - "Limelight", - "Limit", - "Limitation", - "Limousine", - "Limp", - "Linden", - "Line", - "Lineage", - "Lineback", - "Lineman", - "Linen", - "Liner", - "Lineup", - "Lingerie", - "Lingo", - "Linguist", - "Liniment", - "Link", - "Linkage", - "Linoleum", - "Lint", - "Lion", - "Lionheart", - "Lip", - "Lipstick", - "Liqueur", - "Liquid", - "Liquidation", - "Liquidity", - "Liquor", - "Lise", - "List", - "Listener", - "Lit", - "Liter", - "Literalism", - "Literate", - "Literature", - "Lithograph", - "Litigant", - "Litigation", - "Litorigin", - "Litter", - "Litterbug", - "Livability", - "Livelihood", - "Liver", - "Livery", - "Livestock", - "Load", - "Loader", - "Loaf", - "Loan", - "Lobby", - "Lobe", - "Loblolly", - "Lobo", - "Lobscouse", - "Lobster", - "Lobularity", - "Lobule", - "Loc", - "Local", - "Locale", - "Locality", - "Localization", - "Location", - "Lock", - "Locker", - "Lockup", - "Locomotive", - "Locust", - "Lodge", - "Lodgment", - "Loft", - "Log", - "Logarithm", - "Logger", - "Logic", - "Logo", - "Loin", - "Loincloth", - "Longevity", - "Longhand", - "Longhorn", - "Longitude", - "Longrun", - "Longshoremen", - "Longshot", - "Longtime", - "Look", - "Lookout", - "Lookup", - "Loom", - "Loon", - "Loop", - "Loophole", - "Loose", - "Loot", - "Lope", - "Loquacity", - "Lord", - "Lordship", - "Lore", - "Loser", - "Loss", - "Lot", - "Lotion", - "Lots", - "Loudspeaker", - "Lounge", - "Louse", - "Love", - "Lover", - "Lovie", - "Low", - "Loyalist", - "Loyalty", - "Lubricant", - "Lubrication", - "Lucidity", - "Luck", - "Lucy", - "Lug", - "Luggage", - "Lull", - "Lullaby", - "Lulu", - "Lumber", - "Lumen", - "Luminescence", - "Luminosity", - "Lummox", - "Lump", - "Lunation", - "Lunch", - "Luncheon", - "Lunchroom", - "Lunchtime", - "Lung", - "Lurch", - "Lure", - "Lust", - "Luster", - "Lustre", - "Lute", - "Luxuriance", - "Luxury", - "Lymph", - "Lymphoma", - "Lyric", - "Lyricism", - "Lyricist", - "Lyriist", - "Machine", - "Machinegun", - "Machinery", - "Machinist", - "Mackerel", - "Mackinaw", - "Mackintosh", - "Mad", - "Madam", - "Madhouse", - "Madman", - "Madmen", - "Madrigal", - "Maelstrom", - "Maestro", - "Magazine", - "Maget", - "Magic", - "Magician", - "Magistrate", - "Magnanimity", - "Magnate", - "Magnet", - "Magnetism", - "Magnification", - "Magnificence", - "Magnitude", - "Magnolia", - "Magnum", - "Mahogany", - "Mahua", - "Maid", - "Maiden", - "Maiestie", - "Mail", - "Mailbox", - "Mailman", - "Main", - "Mainland", - "Mainstream", - "Maintenance", - "Majesty", - "Major", - "Major-domo", - "Majority", - "Majuh", - "Make", - "Maker", - "Makeup", - "Maladjustment", - "Malady", - "Malaise", - "Malapropism", - "Malaria", - "Male", - "Malediction", - "Malevolence", - "Malfeasant", - "Malice", - "Malignancy", - "Mall", - "Malnutrition", - "Malocclusion", - "Malt", - "Mama", - "Mammal", - "Man", - "Mana", - "Management", - "Manager", - "Mandate", - "Mandrel", - "Maneuver", - "Maneuverability", - "Manganese", - "Manhood", - "Mania", - "Maniac", - "Manifestation", - "Manifold", - "Manikin", - "Manila", - "Manipulation", - "Mankind", - "Mannequin", - "Manner", - "Mannerism", - "Manometer", - "Manor", - "Manpower", - "Manse", - "Manservant", - "Mansion", - "Manslaughter", - "Mantel", - "Mantle", - "Mantlepiece", - "Mantrap", - "Manual", - "Manufacture", - "Manufacturer", - "Manumission", - "Manure", - "Manuscript", - "Manzanita", - "Map", - "Maple", - "Marathon", - "Marble", - "March", - "Mare", - "Margin", - "Marginality", - "Marijuana", - "Marimba", - "Marina", - "Marinade", - "Marine", - "Mariner", - "Mark", - "Marker", - "Market", - "Marketability", - "Marketing", - "Marketplace", - "Marksman", - "Marksmanship", - "Marmalade", - "Marriage", - "Marrow", - "Marshal", - "Martingale", - "Martini", - "Martyr", - "Martyrdom", - "Marvel", - "Mascara", - "Masculine", - "Masculinity", - "Mash", - "Mask", - "Masonry", - "Masquerade", - "Massage", - "Masseur", - "Massuh", - "Mast", - "Master", - "Mastermind", - "Masterpiece", - "Mastery", - "Mastic", - "Mastiff", - "Mat", - "Match", - "Matchmaker", - "Mate", - "Material", - "Materialism", - "Materiel", - "Math", - "Mathematician", - "Matriarch", - "Matrimony", - "Matrix", - "Matron", - "Matt", - "Matter", - "Maturation", - "Maturity", - "Mauler", - "Mausoleum", - "Maverick", - "Maw", - "Maxim", - "Maximization", - "Maximum", - "Mayhem", - "Mayonnaise", - "Mayor", - "Mayorship", - "Maze", - "Mazurka", - "Meadow", - "Meal", - "Mealtime", - "Mealynose", - "Mean", - "Meaning", - "Meantime", - "Measure", - "Measurement", - "Meat", - "Mechanic", - "Mechanism", - "Mechanist", - "Mechanization", - "Medal", - "Media", - "Mediaevalist", - "Median", - "Medication", - "Medicine", - "Mediocrity", - "Meditation", - "Medium", - "Mediumship", - "Medley", - "Meet", - "Meeting", - "Megalomania", - "Megaton", - "Megawatt", - "Melancholy", - "Melange", - "Melee", - "Melioration", - "Melodrama", - "Melody", - "Melon", - "Melting", - "Member", - "Membership", - "Membrane", - "Memento", - "Memo", - "Memoir", - "Memorabilia", - "Memorial", - "Memorization", - "Memory", - "Men", - "Menace", - "Menarche", - "Menfolk", - "Menstruation", - "Mentality", - "Mention", - "Mentor", - "Menu", - "Mercer", - "Merchandise", - "Merchant", - "Mercury", - "Mercy", - "Merger", - "Merit", - "Mermaid", - "Merriment", - "Mesh", - "Message", - "Messenger", - "Messhall", - "Metabolism", - "Metabolite", - "Metal", - "Metaphor", - "Metaphysic", - "Meteor", - "Meteorite", - "Meter", - "Methacrylate", - "Method", - "Methodology", - "Methyl", - "Metrazol", - "Metre", - "Metronome", - "Metropolitanization", - "Mettle", - "Mezzo", - "Mica", - "Mice", - "Micelle", - "Microchemistry", - "Microcosm", - "Microcytochemistry", - "Microfilm", - "Micrometeorite", - "Micrometer", - "Microorganism", - "Microphone", - "Microscope", - "Microscopy", - "Microwave", - "Midair", - "Midday", - "Middle", - "Midnight", - "Midpoint", - "Midshipmen", - "Midst", - "Midstream", - "Midsummer", - "Midway", - "Midweek", - "Midwife", - "Mien", - "Might", - "Migration", - "Mike", - "Mildew", - "Mile", - "Mileage", - "Milestone", - "Milieu", - "Militant", - "Militarism", - "Militarist", - "Military", - "Militia", - "Milk", - "Mill", - "Millenarianism", - "Millenium", - "Millennia", - "Millennium", - "Millidegree", - "Milligram", - "Milliliter", - "Millimeter", - "Millinery", - "Million", - "Millionaire", - "Millivoltmeter", - "Milquetoast", - "Min", - "Mind", - "Minder", - "Mine", - "Miner", - "Mineral", - "Mineralogy", - "Miniature", - "Minikin", - "Minimum", - "Minister", - "Ministry", - "Mink", - "Minor", - "Minority", - "Minstrel", - "Mint", - "Minter", - "Minuet", - "Minute", - "Minutes", - "Minutiae", - "Miracle", - "Mirror", - "Mirth", - "Misalignment", - "Misanthrope", - "Misbehavior", - "Miscalculation", - "Miscegenation", - "Miscellany", - "Mischief", - "Misconception", - "Misconstruction", - "Miscount", - "Miscreant", - "Misdemeanor", - "Misery", - "Misfortune", - "Mishap", - "Misinformation", - "Misinterpretation", - "Misnomer", - "Misogynist", - "Mispronunciation", - "Misrepresentation", - "Missile", - "Mission", - "Missionary", - "Missive", - "Misstep", - "Missy", - "Mist", - "Mistake", - "Mistletoe", - "Mistrial", - "Mistrust", - "Misuse", - "Mitigation", - "Mitre", - "Mix", - "Mixer", - "Mixture", - "Mlle", - "Mob", - "Mobility", - "Mobilization", - "Mockery", - "Modality", - "Mode", - "Model", - "Moderation", - "Moderator", - "Modern", - "Modernism", - "Modernity", - "Modernization", - "Modesty", - "Modicum", - "Modification", - "Modifier", - "Modulation", - "Moire", - "Moisture", - "Molar", - "Mold", - "Moldboard", - "Mole", - "Molecule", - "Mollycoddle", - "Mom", - "Moment", - "Momentum", - "Monacle", - "Monarch", - "Monastery", - "Monasticism", - "Monei", - "Money", - "Monitor", - "Monk", - "Monkey", - "Monogamy", - "Monograph", - "Monolith", - "Monologist", - "Monologue", - "Monomer", - "Monopolization", - "Monopoly", - "Monosyllable", - "Monotony", - "Monsoon", - "Monster", - "Monstrosity", - "Month", - "Monument", - "Monumentality", - "Mood", - "Moon", - "Moonlight", - "Moontrack", - "Mop", - "Moppet", - "Moral", - "Morale", - "Moralist", - "Morality", - "Moratorium", - "Morgue", - "Morning", - "Morphine", - "Morphology", - "Morrow", - "Morsel", - "Mortality", - "Mortar", - "Mortgage", - "Mortification", - "Mosaic", - "Mosque", - "Mosquito", - "Motel", - "Motet", - "Moth", - "Mother", - "Motherhood", - "Motherland", - "Motif", - "Motion", - "Motivation", - "Motivator", - "Motive", - "Motor", - "Motorist", - "Motto", - "Mough", - "Mound", - "Mount", - "Mountain", - "Mountainside", - "Mouse", - "Moustache", - "Mouth", - "Mouthful", - "Mouthpiece", - "Move", - "Movement", - "Mover", - "Movie", - "Mrad", - "Much", - "Mucilage", - "Muck", - "Mucker", - "Mucosa", - "Mud", - "Mudguard", - "Mudwagon", - "Muezzin", - "Muff", - "Muffler", - "Mug", - "Mulch", - "Mule", - "Mullah", - "Multifigure", - "Multimillionaire", - "Multipactor", - "Multiplication", - "Multiplicity", - "Multistage", - "Multitude", - "Multiversity", - "Mumble", - "Municipality", - "Mural", - "Murder", - "Murderer", - "Murmur", - "Muscle", - "Musclemen", - "Musculature", - "Muse", - "Museum", - "Mushroom", - "Music", - "Musical", - "Musicality", - "Musician", - "Musicianship", - "Muskadell", - "Musket", - "Must", - "Mustache", - "Mustard", - "Muster", - "Mutilation", - "Mutineer", - "Mutiny", - "Mutton", - "Mutuality", - "Muzzle", - "Mycobacteria", - "Mycology", - "Myocardium", - "Myofibrillae", - "Myopia", - "Myosin", - "Myriad", - "Myrrh", - "Myrtle", - "Mystery", - "Mystic", - "Mysticism", - "Mystification", - "Mystique", - "Myth", - "Mythology", - "Nab", - "Nabit", - "Nacho", - "Nadir", - "Naebm", - "Nahb", - "Nail", - "Nair", - "Nairo", - "Naivete", - "Nakamoto", - "Name", - "Namesake", - "Nanometer", - "Nap", - "Napkin", - "Narcissism", - "Narcotic", - "Nareb", - "Narration", - "Narrative", - "Narrator", - "Narrowness", - "Nascency", - "Nastiness", - "Natation", - "Nation", - "National", - "Nationalism", - "Nationalist", - "Nationality", - "Nationhood", - "Native", - "Nato", - "Naturalism", - "Naturalist", - "Nature", - "Naturopath", - "Nausea", - "Navel", - "Navigation", - "Navigator", - "Navy", - "Neatness", - "Nebula", - "Necessity", - "Neck", - "Necklace", - "Neckline", - "Necktie", - "Necropsy", - "Nectar", - "Need", - "Neediness", - "Needle", - "Negation", - "Negative", - "Negativism", - "Negativity", - "Neglect", - "Negligence", - "Negoce", - "Negotiation", - "Negotiator", - "Neighbor", - "Neighborhood", - "Neighbourhood", - "Nemesis", - "Neocortex", - "Neon", - "Neonate", - "Neoteric", - "Nephew", - "Nerve", - "Nest", - "Nester", - "Nestling", - "Net", - "Network", - "Neuralgia", - "Neurasthenic", - "Neurologist", - "Neuron", - "Neuropathology", - "Neurotic", - "Neutralism", - "Neutralist", - "Neutrality", - "Neutralization", - "Neutron", - "Newborn", - "Newcomer", - "Newel", - "Newlywed", - "Newsboy", - "Newsletter", - "Newsman", - "Newsmen", - "Newspaper", - "Newspaperman", - "Newspapermen", - "Newsreel", - "Newsstand", - "Newt", - "Niceness", - "Nicety", - "Niche", - "Nickel", - "Nickname", - "Niece", - "Night", - "Nightclub", - "Nightfall", - "Nightingale", - "Nightmare", - "Nightshirt", - "Nihilism", - "Nihilist", - "Nil", - "Nimblewit", - "Nimbus", - "Nip", - "Nipper", - "Nirvana", - "Nitrate", - "Nitrogen", - "Nitroglycerine", - "Nitwit", - "Nobility", - "Nobleman", - "Noblesse", - "Nod", - "Node", - "Noise", - "Noisiness", - "Nomad", - "Nomenclature", - "Nomination", - "Nominee", - "Nonce", - "Noncompliance", - "Nonconformist", - "Nondefeatist", - "Nondriver", - "Nonequivalence", - "Nonfiction", - "Nonfood", - "Nonism", - "Nonoccurrence", - "Nonogenarian", - "Nonpareil", - "Nonpayment", - "Nonreactivity", - "Nonsense", - "Nonstop", - "Noodle", - "Noon", - "Noontime", - "Noose", - "Nop", - "Norad", - "Noradrenalin", - "Norethandrolone", - "Norm", - "Normal", - "Normalcy", - "North", - "Northerner", - "Norwegian", - "Nose", - "Nosebag", - "Nosebleed", - "Nostalgia", - "Nostril", - "Notable", - "Notation", - "Notch", - "Note", - "Notebook", - "Notice", - "Notification", - "Notion", - "Notoriety", - "Noun", - "Nourishment", - "Novel", - "Novelist", - "Novelty", - "Novice", - "Novitiate", - "Nowhere", - "Nozzle", - "Nuance", - "Nuclei", - "Nucleoli", - "Nucleotide", - "Nuclide", - "Nudge", - "Nudism", - "Nudist", - "Nudity", - "Nugget", - "Nuisance", - "Null", - "Nullity", - "Number", - "Numbness", - "Numeracy", - "Numerology", - "Nun", - "Nurse", - "Nursery", - "Nursling", - "Nurture", - "Nurturer", - "Nut", - "Nutmeg", - "Nutrition", - "Nutshell", - "Nuttiness", - "Nux", - "Nylon", - "Nymph", - "Nymphomaniac", - "Oaf", - "Oak", - "Oasis", - "Oath", - "Oathe", - "Oatmeal", - "Obedience", - "Obelisk", - "Obesity", - "Object", - "Objectification", - "Objection", - "Objective", - "Objectivity", - "Objector", - "Obligation", - "Oblige", - "Obliteration", - "Oblivion", - "Oblong", - "Oboist", - "Obscenity", - "Obscurity", - "Observance", - "Observation", - "Observer", - "Obsession", - "Obsidian", - "Obstacle", - "Obstructionist", - "Obverse", - "Ocarina", - "Occasion", - "Occlusion", - "Occupancy", - "Occupant", - "Occupation", - "Occurrence", - "Ocean", - "Oceanography", - "Ocelot", - "Ocher", - "Ochre", - "Octagon", - "Octahedron", - "October", - "Octopus", - "Octoroon", - "Ode", - "Odor", - "Odyssey", - "Oep", - "Offal", - "Offender", - "Offense", - "Offer", - "Offering", - "Offersey", - "Office", - "Officer", - "Official", - "Officialdom", - "Offing", - "Offshoot", - "Offspring", - "Ogre", - "Oil", - "Oilcloth", - "Oiliness", - "Oilseed", - "Ointment", - "Oiticica", - "Oleomargarine", - "Olive", - "Olympian", - "Ome", - "Omelet", - "Omen", - "Omission", - "Ommission", - "Omnipotence", - "Omnipotent", - "Omnivore", - "Oneupmanship", - "Onion", - "Onlooker", - "Onrush", - "Onset", - "Onslaught", - "Oodles", - "Ooh", - "Oomph", - "Ooze", - "Opal", - "Open", - "Opener", - "Opening", - "Openness", - "Opera", - "Operand", - "Operation", - "Operator", - "Operetta", - "Opinion", - "Opium", - "Opponent", - "Opportunism", - "Opportunity", - "Opposite", - "Opposition", - "Oppression", - "Opprobrium", - "Optimality", - "Optimism", - "Optimist", - "Optimization", - "Optimum", - "Option", - "Oracle", - "Oral", - "Orange", - "Oration", - "Orator", - "Oratorio", - "Oratory", - "Orb", - "Orbit", - "Orchard", - "Orchestra", - "Orchestration", - "Orchestrator", - "Ordeal", - "Order", - "Orderly", - "Ordinance", - "Ordinary", - "Ordnance", - "Organ", - "Organdy", - "Organification", - "Organism", - "Organist", - "Organization", - "Organizer", - "Orgasm", - "Orgone", - "Orgy", - "Orientation", - "Origin", - "Original", - "Originality", - "Origination", - "Originator", - "Ornament", - "Ornamental", - "Ornamentation", - "Orphan", - "Orphanage", - "Orthicon", - "Orthodontist", - "Orthography", - "Orthophosphate", - "Oscillation", - "Oscillator", - "Osmium", - "Ossification", - "Ostracism", - "Ostrich", - "Otter", - "Ounce", - "Ouster", - "Outback", - "Outbreak", - "Outburst", - "Outcast", - "Outcome", - "Outcry", - "Outfield", - "Outfielder", - "Outfit", - "Outflow", - "Outgrowth", - "Outhouse", - "Outing", - "Outlaw", - "Outlawry", - "Outlay", - "Outlet", - "Outline", - "Outlook", - "Outpatient", - "Outpost", - "Output", - "Outrage", - "Outreach", - "Outset", - "Outside", - "Outsider", - "Oval", - "Ovation", - "Oven", - "Overall", - "Overcast", - "Overcoat", - "Overestimation", - "Overexploitation", - "Overflow", - "Overhang", - "Overhaul", - "Overhead", - "Overlay", - "Overload", - "Overnight", - "Overpayment", - "Overpopulation", - "Overpressure", - "Overprotection", - "Overrun", - "Overseer", - "Oversight", - "Oversimplification", - "Overthrow", - "Overtime", - "Overture", - "Overweight", - "Owi", - "Owl", - "Owner", - "Ownership", - "Oxalate", - "Oxcart", - "Oxen", - "Oxidation", - "Oxide", - "Oxygen", - "Oxytetracycline", - "Oyster", - "Ozone", - "Paba", - "Pace", - "Pacemaker", - "Pacer", - "Pacifier", - "Pacifism", - "Pacifist", - "Pack", - "Package", - "Packet", - "Pact", - "Pad", - "Paddock", - "Padlock", - "Paean", - "Pagan", - "Paganism", - "Page", - "Pageant", - "Pageantry", - "Pagoda", - "Pail", - "Pain", - "Paint", - "Paintbrush", - "Painter", - "Painting", - "Pair", - "Pajama", - "Pal", - "Palace", - "Palatability", - "Palate", - "Palazzo", - "Pale", - "Paleoexplosion", - "Palette", - "Pall", - "Palladium", - "Pallet", - "Pallor", - "Palm", - "Palsy", - "Pamphlet", - "Pan", - "Pandemic", - "Pane", - "Panel", - "Panelization", - "Panic", - "Panjandrum", - "Panorama", - "Pansy", - "Pantheist", - "Pantheon", - "Pantomime", - "Pantry", - "Pap", - "Paper", - "Paperback", - "Paperweight", - "Paprika", - "Par", - "Parable", - "Parachute", - "Parade", - "Paradigm", - "Paradise", - "Paradox", - "Paragon", - "Paragraph", - "Paralanguage", - "Parallel", - "Parallelism", - "Paramagnet", - "Parameter", - "Paramount", - "Paranoiac", - "Paraoxon", - "Parapet", - "Paraphernalia", - "Paraphrase", - "Parapsychology", - "Parasite", - "Parasol", - "Parcel", - "Parchment", - "Pard", - "Pardon", - "Parenchyma", - "Parent", - "Parentage", - "Parenthood", - "Pariah", - "Parish", - "Parisology", - "Park", - "Parkway", - "Parlance", - "Parliament", - "Parlor", - "Parody", - "Parole", - "Parquet", - "Parsimony", - "Parsley", - "Parson", - "Parsonage", - "Part", - "Partaker", - "Participant", - "Participation", - "Particle", - "Particular", - "Particularity", - "Partisan", - "Partition", - "Partner", - "Partnership", - "Party", - "Passage", - "Passageway", - "Passenger", - "Passerby", - "Passion", - "Passivity", - "Passport", - "Past", - "Paste", - "Pastel", - "Pasteurization", - "Pastime", - "Pastor", - "Pastry", - "Pasture", - "Pat", - "Patch", - "Patchwork", - "Pate", - "Patent", - "Paternalism", - "Path", - "Pathfinder", - "Pathologist", - "Pathology", - "Patience", - "Patient", - "Patina", - "Patio", - "Patriarch", - "Patriarchy", - "Patrician", - "Patriot", - "Patriotism", - "Patrol", - "Patrolman", - "Patrolmen", - "Patron", - "Patronage", - "Patsy", - "Patter", - "Pattern", - "Paucity", - "Paunch", - "Pause", - "Pavement", - "Pavilion", - "Paw", - "Pawn", - "Pawnshop", - "Pay", - "Paycheck", - "Payday", - "Paymaster", - "Payment", - "Payoff", - "Payroll", - "Peace", - "Peacekeeper", - "Peacetime", - "Peach", - "Peacock", - "Peak", - "Peanut", - "Pear", - "Pearl", - "Peasant", - "Peasanthood", - "Pebble", - "Pecan", - "Peck", - "Peculiarity", - "Pedagogue", - "Pedal", - "Peddler", - "Pedestal", - "Pedestrian", - "Pedigree", - "Peer", - "Peg", - "Pegboard", - "Pellagra", - "Peltry", - "Pemmican", - "Pen", - "Penalty", - "Penance", - "Penchant", - "Pencil", - "Pendulum", - "Penetration", - "Penicillin", - "Peninsula", - "Penman", - "Pennant", - "Penny", - "Pension", - "Pensioner", - "Pentagon", - "Penthouse", - "Penury", - "People", - "Pep", - "Pepper", - "Pepperoni", - "Peptide", - "Percent", - "Percentage", - "Perception", - "Percolator", - "Percussion", - "Perfectability", - "Perfectibility", - "Perfection", - "Perfectionism", - "Perfectionist", - "Performance", - "Performer", - "Perfume", - "Perfumery", - "Perfusion", - "Peril", - "Perilla", - "Perimeter", - "Period", - "Periodical", - "Periodicity", - "Periphery", - "Perjury", - "Permanence", - "Permissibility", - "Permission", - "Permit", - "Peroxide", - "Perpetration", - "Perpetrator", - "Perpetuation", - "Perplexity", - "Persecution", - "Perseverance", - "Persiflage", - "Persistence", - "Persistent", - "Person", - "Persona", - "Personae", - "Personage", - "Personality", - "Personification", - "Personnel", - "Perspective", - "Perspiration", - "Persuasion", - "Pertinence", - "Perturbation", - "Perusal", - "Pervaporation", - "Pessimism", - "Pest", - "Pet", - "Petition", - "Petitioner", - "Petroleum", - "Petulance", - "Pfennig", - "Phalanx", - "Phantasy", - "Phantom", - "Pharmacist", - "Pharmacy", - "Phase", - "Pheasant", - "Phenomena", - "Phenomenon", - "Phenonenon", - "Phenothiazine", - "Philanthropist", - "Philanthropy", - "Philantrophy", - "Philharmonic", - "Philology", - "Philosopher", - "Philosophy", - "Phloem", - "Phone", - "Phonograph", - "Phonology", - "Phony", - "Phosgene", - "Phosphate", - "Phosphide", - "Phosphor", - "Photo", - "Photocathode", - "Photograph", - "Photographer", - "Photography", - "Photoluminescence", - "Photomicrograph", - "Photomicrography", - "Photorealism", - "Phrase", - "Phraseology", - "Phthalate", - "Phyla", - "Physician", - "Physicist", - "Physiognomy", - "Physiologist", - "Physiology", - "Physiotherapist", - "Physique", - "Pianism", - "Pianist", - "Piano", - "Piazza", - "Pick", - "Pickaxe", - "Picker", - "Picket", - "Pickle", - "Pickoff", - "Pickup", - "Picnic", - "Picture", - "Pidgin", - "Pie", - "Piece", - "Pier", - "Piety", - "Piezoelectricity", - "Pig", - "Pigen", - "Pigeon", - "Pigeonhole", - "Pigment", - "Pigskin", - "Pike", - "Pile", - "Pilgrim", - "Pilgrimage", - "Pill", - "Pillage", - "Pillar", - "Pillow", - "Pilot", - "Pimp", - "Pin", - "Pin-up", - "Pinball", - "Pinch", - "Pine", - "Pineapple", - "Pinhead", - "Pink", - "Pinnacle", - "Pinochle", - "Pinpoint", - "Pint", - "Pinto", - "Pioneer", - "Pip", - "Pipe", - "Pipeline", - "Pique", - "Piracy", - "Pirate", - "Pirouette", - "Pistachio", - "Pistol", - "Piston", - "Pit", - "Pitch", - "Pitcher", - "Pitchfork", - "Pitfall", - "Pith", - "Pituitary", - "Pity", - "Pivot", - "Pizza", - "Pizzicato", - "Place", - "Placement", - "Plagiarism", - "Plague", - "Plaid", - "Plain", - "Plaintiff", - "Plan", - "Plane", - "Planeload", - "Planer", - "Planet", - "Planetarium", - "Planetoid", - "Plank", - "Planner", - "Plant", - "Plantain", - "Plantation", - "Planter", - "Plaque", - "Plasm", - "Plasma", - "Plaster", - "Plasterer", - "Plastic", - "Plasticity", - "Plate", - "Plateau", - "Platform", - "Platinum", - "Platoon", - "Platter", - "Play", - "Playback", - "Playboy", - "Player", - "Playground", - "Playmate", - "Playoff", - "Playroom", - "Playtime", - "Playwright", - "Plea", - "Pleader", - "Pleasance", - "Pleasant", - "Pleasure", - "Pledge", - "Plenipotentiary", - "Plenitude", - "Plenty", - "Pleura", - "Plight", - "Plot", - "Plow", - "Pluck", - "Plug", - "Plugugly", - "Plum", - "Plumb", - "Plumber", - "Plume", - "Plunder", - "Plunge", - "Pluralism", - "Plush", - "Plywood", - "Pneumonia", - "Poark", - "Pocket", - "Pocketbook", - "Pocketful", - "Podium", - "Poem", - "Poet", - "Poetry", - "Poignancy", - "Point", - "Pointer", - "Poise", - "Poison", - "Poker", - "Polarity", - "Polarization", - "Pole", - "Polecat", - "Polemic", - "Police", - "Policeman", - "Policemen", - "Policy", - "Polio", - "Polish", - "Politician", - "Politico", - "Polity", - "Polka", - "Poll", - "Pollen", - "Pollution", - "Polo", - "Polonaise", - "Polybutene", - "Polyester", - "Polyether", - "Polyethylene", - "Polyisobutylene", - "Polyisocyanate", - "Polymer", - "Polymerization", - "Polynomial", - "Polyphosphate", - "Polypropylene", - "Polystyrene", - "Pomp", - "Poncho", - "Pond", - "Pony", - "Poodle", - "Pool", - "Pop", - "Pope", - "Poplar", - "Poplin", - "Poppy", - "Poppyseed", - "Populace", - "Popularity", - "Population", - "Porcelain", - "Porch", - "Pore", - "Pork", - "Porosity", - "Porridge", - "Port", - "Portal", - "Porter", - "Portfolio", - "Portico", - "Portion", - "Portrait", - "Portraiture", - "Portrayal", - "Pose", - "Poseur", - "Position", - "Positive", - "Positivism", - "Positivist", - "Posse", - "Posseman", - "Possemen", - "Possession", - "Possessive", - "Possessor", - "Possibility", - "Possum", - "Post", - "Postcard", - "Poster", - "Posterity", - "Postgraduate", - "Postman", - "Postmark", - "Postmen", - "Postponement", - "Postscript", - "Postulant", - "Posture", - "Pot", - "Potassium", - "Potato", - "Potboiler", - "Potency", - "Potential", - "Potentiality", - "Potentiometer", - "Pothole", - "Potpourri", - "Pottery", - "Pouch", - "Poultice", - "Poultry", - "Pound", - "Pout", - "Poverty", - "Pow", - "Powder", - "Powderpuff", - "Power", - "Practicability", - "Practicality", - "Practice", - "Practitioner", - "Pragmatic", - "Pragmatism", - "Prairie", - "Praise", - "Pram", - "Pranha", - "Prank", - "Prayer", - "Preacher", - "Preamble", - "Precaution", - "Precedence", - "Precedent", - "Precept", - "Prechlorination", - "Precinct", - "Precipice", - "Precipitate", - "Precipitin", - "Precision", - "Precocity", - "Precondition", - "Predecessor", - "Predicament", - "Predicator", - "Predictability", - "Prediction", - "Predisposition", - "Prednisone", - "Predominance", - "Predomination", - "Preemption", - "Preface", - "Preference", - "Preferment", - "Pregnancy", - "Prejudice", - "Preliminary", - "Prelude", - "Premier", - "Premiere", - "Premise", - "Premium", - "Premix", - "Premonition", - "Preoccupation", - "Preordainment", - "Prep", - "Preparation", - "Prepayment", - "Prepolymer", - "Preponderance", - "Preposition", - "Prepublication", - "Preradiation", - "Prerequisite", - "Prerogative", - "Prescription", - "Presence", - "Present", - "Presentation", - "Presenter", - "Preservation", - "Preserve", - "Presidency", - "President", - "Press", - "Pressure", - "Prestidigitator", - "Prestige", - "Presumption", - "Presupposition", - "Pretence", - "Pretense", - "Pretext", - "Pretty", - "Prevalence", - "Prevention", - "Preview", - "Prevision", - "Prey", - "Price", - "Prick", - "Pride", - "Priest", - "Primacy", - "Primary", - "Prime", - "Primitive", - "Primitivism", - "Primogenitor", - "Prince", - "Princess", - "Princesse", - "Principal", - "Principle", - "Print", - "Printer", - "Priority", - "Prison", - "Prisoner", - "Privacy", - "Private", - "Privet", - "Privilege", - "Privy", - "Prize", - "Pro", - "Probability", - "Probate", - "Probation", - "Probe", - "Probity", - "Problem", - "Procaine", - "Procedure", - "Process", - "Procession", - "Processional", - "Processor", - "Proclamation", - "Proconsul", - "Procrastination", - "Procreation", - "Procreativity", - "Procreator", - "Proctor", - "Procurement", - "Procurer", - "Prod", - "Prodigy", - "Produce", - "Producer", - "Product", - "Production", - "Productivity", - "Profanity", - "Profession", - "Professional", - "Professionalism", - "Professor", - "Professorship", - "Profet", - "Proficiency", - "Profile", - "Profit", - "Profitability", - "Profoundity", - "Profundity", - "Profusion", - "Progandist", - "Progenitor", - "Progeny", - "Prognostication", - "Prognosticator", - "Program", - "Programmer", - "Progress", - "Progression", - "Progressive", - "Progressivism", - "Prohibition", - "Prohibiton", - "Project", - "Projectile", - "Projection", - "Projector", - "Prolepsis", - "Proletariat", - "Proliferation", - "Prolixity", - "Prolongation", - "Prolusion", - "Promazine", - "Promenade", - "Prominence", - "Promise", - "Promoter", - "Promotion", - "Promulgator", - "Pronoun", - "Pronouncement", - "Proof", - "Prop", - "Propaganda", - "Propagandist", - "Propagation", - "Propeller", - "Property", - "Prophecy", - "Prophet", - "Propionate", - "Proponent", - "Proportion", - "Proportionality", - "Proposal", - "Proposer", - "Proposition", - "Proprieter", - "Proprietor", - "Proprietorship", - "Propriety", - "Propulsion", - "Propylthiouracil", - "Proscription", - "Prose", - "Prosecution", - "Prosecutor", - "Prospect", - "Prospective", - "Prosperity", - "Prostate", - "Prostitute", - "Prostitution", - "Protagonist", - "Protease", - "Protection", - "Protective", - "Protector", - "Protege", - "Protein", - "Protest", - "Protocol", - "Proton", - "Protoplasm", - "Prototype", - "Protozoa", - "Protrusion", - "Protuberance", - "Provenance", - "Proverb", - "Providence", - "Provider", - "Province", - "Provincialism", - "Provision", - "Proviso", - "Provocation", - "Provocative", - "Prow", - "Prowl", - "Proximity", - "Proxy", - "Prudence", - "Prune", - "Psalm", - "Psalmist", - "Pseudonym", - "Pseudophloem", - "Pseudynom", - "Psi", - "Psyche", - "Psychiatrist", - "Psychiatry", - "Psychoanalyst", - "Psychologist", - "Psychology", - "Psychopath", - "Psychopomp", - "Psychotherapy", - "Psyllium", - "Pterygia", - "Pub", - "Puberty", - "Public", - "Publication", - "Publicity", - "Publisher", - "Puddle", - "Puke", - "Pull", - "Pulley", - "Pulp", - "Pulpit", - "Pulsation", - "Pulse", - "Pump", - "Pumpkin", - "Pun", - "Punch", - "Punchbowl", - "Puncher", - "Punctuality", - "Punctuation", - "Punditry", - "Pungency", - "Punishment", - "Punk", - "Punster", - "Pup", - "Pupil", - "Puppet", - "Puppy", - "Purchase", - "Purgation", - "Purgatory", - "Purge", - "Purification", - "Purism", - "Purity", - "Purple", - "Purpose", - "Purse", - "Pursuer", - "Pursuit", - "Purveyor", - "Push", - "Pussy", - "Pussycat", - "Putout", - "Putt", - "Putter", - "Putty", - "Puzzle", - "Puzzlement", - "Puzzler", - "Pynte", - "Pyorrhea", - "Pyramid", - "Pyre", - "Pyrometer", - "Pyrophosphate", - "Pyschiatrist", - "Python", - "Qiblah", - "Quack", - "Quackery", - "Quacksalver", - "Quad", - "Quadcopter", - "Quadrangle", - "Quadrant", - "Quadric", - "Quadriceps", - "Quadrille", - "Quadruped", - "Quaff", - "Quagmire", - "Quail", - "Quaintise", - "Quaintisiness", - "Quake", - "Quaker", - "Qualification", - "Qualifier", - "Quality", - "Qualm", - "Quandary", - "Quantity", - "Quantum", - "Quarantine", - "Quark", - "Quarrel", - "Quarry", - "Quarrymen", - "Quart", - "Quarter", - "Quarterback", - "Quarterfinal", - "Quartermaster", - "Quartet", - "Quartz", - "Quatrain", - "Quaver", - "Quay", - "Queasiness", - "Queen", - "Queenhood", - "Queerness", - "Querist", - "Quern", - "Query", - "Quest", - "Quester", - "Question", - "Questionaire", - "Questioner", - "Questionnaire", - "Quetzal", - "Queue", - "Quibble", - "Quibbler", - "Quiche", - "Quick", - "Quickie", - "Quickness", - "Quicksand", - "Quicksilver", - "Quickstep", - "Quid", - "Quidditch", - "Quiddity", - "Quiet", - "Quietness", - "Quietude", - "Quill", - "Quillet", - "Quilt", - "Quince", - "Quinine", - "Quinoa", - "Quinsy", - "Quintain", - "Quintessence", - "Quintet", - "Quintuplets", - "Quip", - "Quire", - "Quirk", - "Quirt", - "Quitter", - "Quiver", - "Quixotism", - "Quiz", - "Quod", - "Quoit", - "Quorum", - "Quota", - "Quotation", - "Quote", - "Quotient", - "Quran", - "Rabbi", - "Rabbit", - "Rabble", - "Race", - "Racetrack", - "Rack", - "Racket", - "Racketeer", - "Raconteur", - "Radar", - "Radiance", - "Radiant", - "Radiation", - "Radiator", - "Radical", - "Radicalism", - "Radii", - "Radio", - "Radioactivity", - "Radiocarbon", - "Radiochlorine", - "Radioclast", - "Radiography", - "Radiomen", - "Radiopasteurization", - "Radiosterilization", - "Radish", - "Raft", - "Rag", - "Rage", - "Raid", - "Rail", - "Railhead", - "Raillery", - "Railroad", - "Railroader", - "Railway", - "Rain", - "Rain-maker", - "Rainbow", - "Rainfall", - "Rainstorm", - "Raise", - "Raiser", - "Raisin", - "Rajah", - "Rake", - "Rally", - "Ram", - "Ramification", - "Ramp", - "Rampage", - "Rampart", - "Ranch", - "Rancher", - "Rancho", - "Rancidity", - "Rancor", - "Random", - "Randomization", - "Range", - "Rank", - "Ransom", - "Rap", - "Rape", - "Rapidity", - "Rapier", - "Rapport", - "Rapprochement", - "Rapture", - "Rarity", - "Rascal", - "Rasp", - "Rat", - "Rate", - "Ratification", - "Ratio", - "Ration", - "Rationale", - "Rationalism", - "Rationalist", - "Rationality", - "Rationalization", - "Rator", - "Rattail", - "Rattle", - "Rattler", - "Rattlesnake", - "Rawhide", - "Ray", - "Razor", - "Razorback", - "Reaction", - "Reader", - "Realist", - "Reality", - "Realization", - "Reason", - "Rebuttal", - "Recalcitrant", - "Receiver", - "Reception", - "Recidivism", - "Recipe", - "Reciprocal", - "Recollection", - "Recommendation", - "Reconciliation", - "Reconnaissance", - "Recourse", - "Recreant", - "Recruitment", - "Rectitude", - "Recuperation", - "Reform", - "Regatta", - "Regimen", - "Region", - "Regulator", - "Rejoinder", - "Rejuvenation", - "Relationship", - "Relaxation", - "Release", - "Relic", - "Relief", - "Reliever", - "Religion", - "Reminiscence", - "Remnant", - "Renegade", - "Renovation", - "Rent", - "Repartee", - "Repast", - "Repeal", - "Report", - "Reprobate", - "Repugnance", - "Reputation", - "Request", - "Research", - "Resemblance", - "Resource", - "Respect", - "Response", - "Responsibility", - "Rest", - "Restaurant", - "Restitution", - "Restoration", - "Result", - "Reunion", - "Revelry", - "Reverence", - "Reverie", - "Revulsion", - "Reward", - "Rhapsody", - "Rice", - "Riddle", - "Right", - "Rise", - "Road", - "Robe", - "Rod", - "Rodomontade", - "Roll", - "Romantic", - "Romanticism", - "Romeo", - "Room", - "Rooter", - "Rope", - "Rose", - "Route", - "Rug", - "Ruler", - "Rumor", - "Run", - "Runner", - "Saami", - "Saber", - "Sable", - "Sabotage", - "Sabre", - "Sac", - "Sachet", - "Sack", - "Sacker", - "Sacrament", - "Sacrifice", - "Sacrilege", - "Saddle", - "Sadism", - "Sadist", - "Sadness", - "Safari", - "Safe", - "Safeguard", - "Safety", - "Saffron", - "Saga", - "Sage", - "Sagebrush", - "Sago", - "Sail", - "Sailboat", - "Sailor", - "Saint", - "Sainthood", - "Sake", - "Salad", - "Salamander", - "Salami", - "Salary", - "Sale", - "Salesgirl", - "Saleslady", - "Salesman", - "Salesmanship", - "Salesmen", - "Salient", - "Saline", - "Saliva", - "Salmon", - "Salon", - "Saloon", - "Saloonkeeper", - "Salt", - "Saltbush", - "Saltiness", - "Salubrity", - "Salutation", - "Salute", - "Salvage", - "Salvation", - "Salve", - "Salvo", - "Sambur", - "Samovar", - "Sample", - "Sanatorium", - "Sanction", - "Sanctity", - "Sanctuary", - "Sand", - "Sandalwood", - "Sander", - "Sandpaper", - "Sandstorm", - "Sandwich", - "Sangaree", - "Sanhedrin", - "Sanipractor", - "Sanitarium", - "Sanitation", - "Sanity", - "Santa", - "Sap", - "Sarcasm", - "Sari", - "Sash", - "Sashimi", - "Satellite", - "Satiety", - "Satin", - "Satire", - "Satirist", - "Satisfaction", - "Satsuma", - "Saturation", - "Sauce", - "Saucepan", - "Sauerkraut", - "Sausage", - "Savant", - "Saver", - "Savior", - "Savor", - "Savory", - "Savvy", - "Saw", - "Sawdust", - "Sawmill", - "Sawtimber", - "Sax", - "Saxophone", - "Saxophonist", - "Say", - "Sba", - "Scabbard", - "Scaffold", - "Scale", - "Scalp", - "Scan", - "Scandal", - "Scapegoat", - "Scar", - "Scarcity", - "Scare", - "Scarf", - "Scarlet", - "Scatter", - "Scattergun", - "Scavenger", - "Scenario", - "Scene", - "Scenery", - "Scent", - "Scepticism", - "Schedule", - "Schema", - "Schemata", - "Scheme", - "Schemer", - "Scherzo", - "Schism", - "Schizophrenic", - "Scholar", - "Scholarship", - "School", - "Schoolboy", - "Schoolchildren", - "Schoolgirl", - "Schoolhouse", - "Schoolmaster", - "Schoolmate", - "Schoolroom", - "Schoolwork", - "Schooner", - "Sciatica", - "Science", - "Scientist", - "Scimitar", - "Scion", - "Scoop", - "Scop", - "Scope", - "Scorcher", - "Score", - "Scoreboard", - "Scorecard", - "Scorn", - "Scoundrel", - "Scourge", - "Scout", - "Scramble", - "Scrap", - "Scrapbook", - "Scrape", - "Scratch", - "Scream", - "Screech", - "Screen", - "Screenland", - "Screenplay", - "Screw", - "Screwball", - "Scribe", - "Scrim", - "Scrimmage", - "Script", - "Scripter", - "Scripture", - "Scrivener", - "Scrub", - "Scrupulosity", - "Scrutiny", - "Scuffle", - "Sculptor", - "Sculpture", - "Scurvy", - "Sea", - "Seacoast", - "Seafood", - "Seahorse", - "Seal", - "Seam", - "Seaman", - "Seamanship", - "Seamen", - "Seaquake", - "Search", - "Searchlight", - "Seashore", - "Seaside", - "Season", - "Seat", - "Seato", - "Seaweed", - "Secant", - "Secession", - "Secessionist", - "Seclusion", - "Second", - "Secondhand", - "Secrecy", - "Secret", - "Secretary", - "Secretion", - "Sect", - "Section", - "Sector", - "Secular", - "Secularism", - "Security", - "Sedan", - "Sedative", - "Sediment", - "Sedimentation", - "Sedition", - "Seducer", - "Seduction", - "Seed", - "Seedbed", - "Seedcoat", - "Seeker", - "Seepage", - "Seersucker", - "Segment", - "Segregation", - "Segregationist", - "Seismograph", - "Seizure", - "Select", - "Selection", - "Selectivity", - "Self", - "Self-acceptance", - "Self-belief", - "Self-confidence", - "Self-discipline", - "Self-esteem", - "Self-help", - "Self-starter", - "Selfishness", - "Sell", - "Seller", - "Sellout", - "Semblance", - "Semester", - "Seminar", - "Seminary", - "Semitrance", - "Senate", - "Senator", - "Senior", - "Seniority", - "Senora", - "Sensation", - "Sensationalism", - "Sense", - "Sensibility", - "Sensitivity", - "Sensor", - "Sensuality", - "Sentence", - "Sentiment", - "Sentimentality", - "Sentinel", - "Sentry", - "Separation", - "Sepia", - "Septa", - "Septation", - "September", - "Septum", - "Sequel", - "Sequence", - "Sequestration", - "Sera", - "Seraphim", - "Serenade", - "Serendipity", - "Serene", - "Serenity", - "Serge", - "Sergeant", - "Serial", - "Serloin", - "Sermon", - "Serpent", - "Serum", - "Servant", - "Server", - "Service", - "Servicemen", - "Servo", - "Sesame", - "Session", - "Set", - "Setback", - "Setsw", - "Settlement", - "Settler", - "Setup", - "Severalty", - "Severity", - "Sewage", - "Sewer", - "Sforzando", - "Shack", - "Shade", - "Shadow", - "Shaft", - "Shag", - "Shake", - "Shaker", - "Sham", - "Shame", - "Shampoo", - "Shamrock", - "Shank", - "Shanty", - "Shape", - "Share", - "Sharecrop", - "Shareholder", - "Shaver", - "Shawl", - "Shea", - "Sheaf", - "Shear", - "Sheath", - "Shed", - "Sheen", - "Sheep", - "Sheepe", - "Sheepskin", - "Sheet", - "Sheik", - "Shelf", - "Shell", - "Shelter", - "Shepherd", - "Sheriff", - "Sherry", - "Shewe", - "Shibboleth", - "Shield", - "Shift", - "Shill", - "Shimmer", - "Shin", - "Shinbone", - "Shine", - "Ship", - "Shipboard", - "Shipmate", - "Shipment", - "Shipper", - "Shipwreck", - "Shirt", - "Shirtfront", - "Shirtsleeve", - "Shish", - "Shit", - "Shiver", - "Shock", - "Shocker", - "Shockwave", - "Shoe", - "Shoelace", - "Shoji", - "Shoot", - "Shooter", - "Shop", - "Shopper", - "Shore", - "Shoreline", - "Shortage", - "Shortcut", - "Shorthand", - "Shortstop", - "Shot", - "Shotgun", - "Shoulder", - "Shout", - "Shovel", - "Show", - "Showcase", - "Showdown", - "Shower", - "Showerhead", - "Showman", - "Showmanship", - "Showmen", - "Showpiece", - "Showroom", - "Shrapnel", - "Shred", - "Shredder", - "Shriek", - "Shrimp", - "Shrine", - "Shrinkage", - "Shrub", - "Shrubbery", - "Shrug", - "Shuffle", - "Shunt", - "Shutdown", - "Shutter", - "Sickroom", - "Side", - "Sideboard", - "Sidelight", - "Sideline", - "Sidemen", - "Sideshow", - "Sidewalk", - "Sidewinder", - "Siege", - "Sienna", - "Siesta", - "Sieve", - "Sigh", - "Sight", - "Sign", - "Signal", - "Signature", - "Signboard", - "Significance", - "Signpost", - "Sih", - "Silence", - "Silhouette", - "Silica", - "Silicon", - "Silicone", - "Silk", - "Silke", - "Sill", - "Silo", - "Silver", - "Similarity", - "Simile", - "Similitude", - "Simpleton", - "Simplicitude", - "Simplicity", - "Simulation", - "Sin", - "Sincerity", - "Sine", - "Sinew", - "Singer", - "Single", - "Singularity", - "Sink", - "Sinkhole", - "Sinner", - "Sip", - "Sir", - "Sire", - "Siren", - "Sister", - "Site", - "Sitter", - "Situation", - "Size", - "Skeet", - "Skeleton", - "Skepticism", - "Sketch", - "Sketchbook", - "Skewer", - "Ski", - "Skid", - "Skiff", - "Skill", - "Skillet", - "Skin", - "Skipper", - "Skirmish", - "Skirt", - "Skit", - "Skull", - "Skullcap", - "Sky", - "Skylight", - "Skyline", - "Skyscraper", - "Skywave", - "Slab", - "Slack", - "Sladang", - "Slander", - "Slanderer", - "Slang", - "Slant", - "Slapstick", - "Slat", - "Slate", - "Slaughter", - "Slave", - "Slavery", - "Sleek", - "Sleep", - "Sleepwalker", - "Sleet", - "Sleeve", - "Slice", - "Slick", - "Slicker", - "Slide", - "Slight", - "Slingshot", - "Slip", - "Slippage", - "Slipper", - "Slipstream", - "Slit", - "Slitter", - "Slob", - "Sloe", - "Slogan", - "Sloop", - "Slop", - "Slope", - "Slot", - "Slouch", - "Sludge", - "Slug", - "Slugger", - "Sluice", - "Sluicehouse", - "Slum", - "Slumber", - "Slump", - "Small", - "Smallpox", - "Smalltime", - "Smash", - "Smear", - "Smell", - "Smile", - "Smirk", - "Smithy", - "Smog", - "Smoke", - "Smokehouse", - "Smoker", - "Smokescreen", - "Smoothbore", - "Smoothie", - "Smu", - "Smudge", - "Snack", - "Snail", - "Snake", - "Snakestrike", - "Snap", - "Snapback", - "Snapper", - "Snare", - "Sneak", - "Sneaker", - "Sneakiness", - "Sneer", - "Sneeze", - "Snick", - "Sniper", - "Snobbery", - "Snore", - "Snorkle", - "Snort", - "Snout", - "Snow", - "Snowball", - "Snowfall", - "Snowstorm", - "Snuffer", - "Snuggle", - "Soap", - "Soar", - "Sobriety", - "Sobriquet", - "Soccer", - "Sociability", - "Sociable", - "Social", - "Socialism", - "Socialist", - "Sociality", - "Socialization", - "Socializer", - "Society", - "Sociologist", - "Sociology", - "Sock", - "Socket", - "Sod", - "Soda", - "Sodium", - "Sofa", - "Softener", - "Softwood", - "Soil", - "Sojourn", - "Sojourner", - "Sol", - "Solace", - "Solder", - "Soldier", - "Soldiery", - "Sole", - "Solemnity", - "Solenoid", - "Solicitor", - "Solicitude", - "Solid", - "Solidarity", - "Solidity", - "Solipsism", - "Solitary", - "Solitude", - "Solo", - "Soloist", - "Solstice", - "Solution", - "Solvency", - "Solvent", - "Soma", - "Someplace", - "Somersault", - "Somewhere", - "Sommelier", - "Somnolence", - "Son", - "Sonar", - "Sonata", - "Song", - "Songbook", - "Sonnet", - "Sonny", - "Sonofabitch", - "Sonogram", - "Sonority", - "Soot", - "Sop", - "Sophisticate", - "Sophistication", - "Sophomore", - "Soprano", - "Sorghum", - "Sorority", - "Sorption", - "Sorrel", - "Sorrow", - "Sort", - "Sortie", - "Soubriquet", - "Souffle", - "Soul", - "Soulmate", - "Sound", - "Soup", - "Source", - "Sourdough", - "Soutane", - "Southpaw", - "Souvenir", - "Sovereign", - "Sovereignty", - "Soviet", - "Sowbelly", - "Soy", - "Soybean", - "Spa", - "Space", - "Spacecraft", - "Spacer", - "Spaceship", - "Spacesuit", - "Spade", - "Spaghetti", - "Span", - "Spangle", - "Spark", - "Sparkle", - "Spasm", - "Spat", - "Spate", - "Spatiality", - "Spatter", - "Speaker", - "Spear", - "Special", - "Specialist", - "Specialization", - "Specialty", - "Specification", - "Specificity", - "Specimen", - "Specimentalia", - "Speck", - "Spectacle", - "Spectacular", - "Spectator", - "Specter", - "Spectra", - "Spectre", - "Spectrometer", - "Spectrophotometer", - "Spectroscopy", - "Spectrum", - "Speculation", - "Speculator", - "Speech", - "Speed", - "Speedboat", - "Speedometer", - "Spell", - "Sphere", - "Spice", - "Spider", - "Spike", - "Spin", - "Spinach", - "Spindle", - "Spine", - "Spinnability", - "Spinneret", - "Spiral", - "Spire", - "Spirit", - "Spiritual", - "Spirituality", - "Spit", - "Spite", - "Spittle", - "Splash", - "Spleen", - "Splendor", - "Splenomegaly", - "Splice", - "Splinter", - "Split", - "Splurge", - "Spoilage", - "Spoke", - "Spokesman", - "Spokesmen", - "Sponge", - "Sponsor", - "Sponsorship", - "Spontaneity", - "Spoof", - "Spoon", - "Spoonful", - "Sport", - "Sportsman", - "Sportsmanship", - "Sportsmen", - "Sportswriter", - "Spot", - "Spotlight", - "Spouse", - "Spout", - "Sprawl", - "Spray", - "Spread", - "Spreader", - "Spree", - "Sprig", - "Springboard", - "Springtime", - "Sprinkle", - "Sprite", - "Sprout", - "Spruce", - "Sprue", - "Spume", - "Spur", - "Spurt", - "Sputnik", - "Spy", - "Squad", - "Squadron", - "Squadroom", - "Squall", - "Square", - "Squash", - "Squat", - "Squaw", - "Squeak", - "Squeal", - "Squeeze", - "Squire", - "Squirrel", - "Squirt", - "Squishiness", - "Srelease", - "Sreserve", - "Stab", - "Stability", - "Stabilization", - "Stable", - "Stableman", - "Staccato", - "Stack", - "Stadium", - "Staff", - "Stag", - "Stage", - "Stagecoach", - "Stager", - "Stagnation", - "Stain", - "Stair", - "Staircase", - "Stairway", - "Stake", - "Stalemate", - "Stall", - "Stallion", - "Stalwart", - "Stamina", - "Stamp", - "Stampede", - "Stance", - "Stand", - "Standard", - "Standby", - "Standpoint", - "Standstill", - "Staple", - "Star", - "Starch", - "Stardom", - "Stare", - "Starlet", - "Starlight", - "Starre", - "Start", - "Starter", - "Starvation", - "State", - "State-of-the-art", - "Statement", - "Stateroom", - "Statesman", - "Statesmanship", - "Statesmen", - "Static", - "Station", - "Stationery", - "Stationmaster", - "Stator", - "Statuary", - "Statue", - "Statuette", - "Stature", - "Statute", - "Stay", - "Stead", - "Steady", - "Steak", - "Stealer", - "Stealth", - "Steam", - "Steamboat", - "Steamer", - "Steamship", - "Steed", - "Steel", - "Steelmaker", - "Steep", - "Steeple", - "Steer", - "Stein", - "Stem", - "Stench", - "Stenography", - "Step", - "Stepchild", - "Stepmother", - "Steprelationship", - "Stepson", - "Stereo", - "Stereotype", - "Sterility", - "Sterilization", - "Stern", - "Sternum", - "Steroid", - "Stethoscope", - "Stevedore", - "Stew", - "Steward", - "Stewardship", - "Stick", - "Stickler", - "Stickman", - "Stickpin", - "Stiff", - "Stigma", - "Stigmata", - "Stiletto", - "Still", - "Stimulant", - "Stimulation", - "Stimuli", - "Stink", - "Stint", - "Stipend", - "Stipendiary", - "Stipulation", - "Stir", - "Stirrup", - "Stitch", - "Stock", - "Stockade", - "Stockbroker", - "Stockholder", - "Stockroom", - "Stoicism", - "Stoker", - "Stomach", - "Stomack", - "Stone", - "Stoneware", - "Stool", - "Stoop", - "Stop", - "Stopover", - "Stoppage", - "Stopper", - "Storage", - "Store", - "Storefront", - "Storehouse", - "Storeroom", - "Storm", - "Story", - "Storyline", - "Storyteller", - "Stove", - "Straightaway", - "Strain", - "Strait", - "Stramonium", - "Strand", - "Stranger", - "Strangulation", - "Strap", - "Strata", - "Stratagem", - "Strategist", - "Strategy", - "Stratification", - "Stratosphere", - "Stratum", - "Straw", - "Stray", - "Streak", - "Stream", - "Streamer", - "Streamliner", - "Streamside", - "Street", - "Streetcar", - "Streetlight", - "Strength", - "Stretch", - "Stretcher", - "Stride", - "Strife", - "Strike", - "Strip", - "Stripe", - "Striptease", - "Strive", - "Stroke", - "Stroll", - "Stronghold", - "Strophe", - "Structure", - "Struggle", - "Strut", - "Strychnine", - "Stub", - "Stubble", - "Stucco", - "Stud", - "Student", - "Studio", - "Study", - "Stuff", - "Stump", - "Stumpage", - "Stupidity", - "Stupor", - "Sturgeon", - "Style", - "Stylemark", - "Stylist", - "Stylization", - "Styrene", - "Suability", - "Suavity", - "Sub", - "Subaltern", - "Subcommittee", - "Subcontinent", - "Subdivision", - "Subhumanity", - "Subject", - "Subjectivist", - "Subjectivity", - "Subjugation", - "Sublease", - "Sublimate", - "Sublime", - "Submarine", - "Submission", - "Submucosa", - "Subordinate", - "Subordinator", - "Subparagraph", - "Subrogation", - "Subroutine", - "Subscription", - "Subsection", - "Subservience", - "Subsidiary", - "Subsidy", - "Subsistence", - "Subsoil", - "Subspace", - "Substance", - "Substantiation", - "Substitute", - "Substitution", - "Substrate", - "Substratum", - "Substructure", - "Subsystem", - "Subtlety", - "Subtraction", - "Subtype", - "Suburb", - "Suburbanite", - "Suburbia", - "Subversion", - "Subway", - "Success", - "Succession", - "Successor", - "Successorship", - "Succor", - "Suction", - "Sudden", - "Suey", - "Sufferer", - "Sufficiency", - "Suffix", - "Suffocation", - "Suffrage", - "Sugar", - "Suggestibility", - "Suggestion", - "Suicide", - "Suit", - "Suitability", - "Suitcase", - "Suite", - "Suitor", - "Sulfaquinoxaline", - "Sulfide", - "Sulfur", - "Sulphur", - "Sum", - "Sumac", - "Summarization", - "Summary", - "Summation", - "Summer", - "Summertime", - "Summit", - "Summitry", - "Sun", - "Sunbonnet", - "Sunburn", - "Sundown", - "Sunlight", - "Sunrise", - "Sunset", - "Sunshield", - "Sunshine", - "Sunspot", - "Suntan", - "Super", - "Superego", - "Superficiality", - "Superintendent", - "Superior", - "Superiority", - "Superlative", - "Supermachine", - "Superman", - "Supermarket", - "Supernatant", - "Supernatural", - "Supernaturalism", - "Superposition", - "Superstition", - "Superstructure", - "Supervision", - "Supervisor", - "Superwoman", - "Supper", - "Supplement", - "Supplier", - "Supply", - "Support", - "Supporter", - "Suppression", - "Supranationalism", - "Supremacy", - "Surcease", - "Surety", - "Surf", - "Surface", - "Surfactant", - "Surge", - "Surgeon", - "Surgery", - "Surname", - "Surprise", - "Surrealism", - "Surrender", - "Surtout", - "Surveillance", - "Survey", - "Surveyor", - "Survivability", - "Survival", - "Survivalist", - "Survivor", - "Susceptibility", - "Suspect", - "Suspense", - "Suspension", - "Suspensor", - "Suspicion", - "Sustenance", - "Suzerain", - "Suzerainty", - "Swain", - "Swallow", - "Swami", - "Swamp", - "Swan", - "Swao", - "Swarm", - "Swastika", - "Swath", - "Sway", - "Swearinge", - "Sweat", - "Sweatband", - "Sweater", - "Sweatshirt", - "Sweep", - "Sweetheart", - "Sweetness", - "Swell", - "Swerve", - "Swig", - "Swim", - "Swimsuit", - "Swine", - "Swipe", - "Swirl", - "Switch", - "Switchblade", - "Switchboard", - "Switchgear", - "Swivel", - "Swoop", - "Sword", - "Sworde", - "Syllabicity", - "Syllable", - "Symbol", - "Symbolism", - "Symmetry", - "Sympathy", - "Symphony", - "Symposium", - "Symptom", - "Synagogue", - "Synchronism", - "Synchrony", - "Syndicate", - "Syndication", - "Syndrome", - "Synergism", - "Synergy", - "Synonym", - "Synonymy", - "Syntax", - "Synthesizine", - "Syringa", - "Syringe", - "Syrup", - "System", - "Systematization", - "Systemization", - "Tab", - "Tabac", - "Table", - "Tableau", - "Tableland", - "Tablespoon", - "Tablespoonful", - "Tablet", - "Taboo", - "Tabulation", - "Tack", - "Tackle", - "Tact", - "Tactic", - "Taffeta", - "Taffy", - "Tag", - "Tagua", - "Tail", - "Tailback", - "Tailgate", - "Tailor", - "Taint", - "Take", - "Takeoff", - "Takeover", - "Tale", - "Talent", - "Talk", - "Talker", - "Tallow", - "Tally", - "Tallyho", - "Tamale", - "Tambourine", - "Tan", - "Tandem", - "Tang", - "Tangency", - "Tangent", - "Tangle", - "Tango", - "Tank", - "Tannin", - "Tansy", - "Tantrum", - "Tap", - "Tapdance", - "Tape", - "Taper", - "Tapestry", - "Tappet", - "Tar", - "Target", - "Tariff", - "Tarpaulin", - "Tarpon", - "Tart", - "Task", - "Taskmaster", - "Taste", - "Taunt", - "Tavern", - "Tax", - "Taxation", - "Taxi", - "Taxicab", - "Taxpayer", - "Tea", - "Teacart", - "Teacher", - "Teahouse", - "Teakettle", - "Teakwood", - "Team", - "Teammate", - "Teamster", - "Teamwork", - "Tear", - "Teardrop", - "Tease", - "Teaspoon", - "Teaspoonful", - "Technician", - "Technique", - "Technology", - "Teddy", - "Tedium", - "Tee", - "Teen", - "Teenager", - "Teeth", - "Teetotaler", - "Tektite", - "Telegram", - "Telegraph", - "Telegrapher", - "Telegraphy", - "Teleology", - "Telepathy", - "Telephone", - "Telescope", - "Teletype", - "Television", - "Temerity", - "Temper", - "Tempera", - "Temperament", - "Temperance", - "Temperature", - "Tempest", - "Template", - "Temple", - "Tempo", - "Temptation", - "Tenacity", - "Tenancy", - "Tenant", - "Tendency", - "Tender", - "Tenderfoot", - "Tenement", - "Tenor", - "Tense", - "Tension", - "Tenspot", - "Tent", - "Tentacle", - "Tenure", - "Term", - "Terminal", - "Termination", - "Termini", - "Terminology", - "Terrace", - "Terrain", - "Terrier", - "Territory", - "Terror", - "Terry", - "Tertian", - "Test", - "Testament", - "Testator", - "Testicle", - "Testimonial", - "Testimony", - "Tetrachloride", - "Tetrasodium", - "Text", - "Textbook", - "Textile", - "Texture", - "Thanks", - "Thanksgiving", - "Thaw", - "Theaf", - "Theater", - "Theatergoer", - "Theatre", - "Theatregoer", - "Theft", - "Theme", - "Theocracy", - "Theologian", - "Theology", - "Theorem", - "Theory", - "Therapist", - "Therapy", - "Thermistor", - "Thermocouple", - "Thermometer", - "Thermometry", - "Thermopile", - "Thermoplastic", - "Thermostat", - "Thiamin", - "Thick", - "Thicket", - "Thief", - "Thigh", - "Thiihng", - "Thimble", - "Thinker", - "Thiouracil", - "Third", - "Thirst", - "Thong", - "Thorn", - "Thoroughfare", - "Thought", - "Thread", - "Threat", - "Threesome", - "Threshhold", - "Threshold", - "Thrill", - "Throat", - "Thrombi", - "Throne", - "Throng", - "Throttle", - "Throughput", - "Throw", - "Thrower", - "Thrush", - "Thrust", - "Thruway", - "Thud", - "Thug", - "Thumb", - "Thumbnail", - "Thump", - "Thunder", - "Thunk", - "Thwack", - "Thwart", - "Thwump", - "Thyratron", - "Thyroglobulin", - "Thyroid", - "Thyronine", - "Thyroxine", - "Tick", - "Ticket", - "Ticklebrush", - "Tidbit", - "Tide", - "Tidewater", - "Tie", - "Tiger", - "Tile", - "Tiller", - "Tilt", - "Tilth", - "Timber", - "Timbre", - "Time", - "Timepiece", - "Timesaver", - "Timetable", - "Timidity", - "Tin", - "Tincture", - "Tinder", - "Tinsel", - "Tint", - "Tintype", - "Tip", - "Tiptop", - "Tire", - "Tissue", - "Titanium", - "Titer", - "Title", - "Titleholder", - "Titration", - "Toad", - "Toadyism", - "Toast", - "Tobacco", - "Today", - "Toe", - "Toffee", - "Toil", - "Toilet", - "Token", - "Tole", - "Tolerance", - "Toleration", - "Toll", - "Tollgate", - "Tollhouse", - "Tolylene", - "Tomato", - "Tomb", - "Tombstone", - "Ton", - "Tone", - "Toner", - "Tongue", - "Tonic", - "Tonsil", - "Tool", - "Toolmaker", - "Tooth", - "Toothbrush", - "Toothpaste", - "Tootsie", - "Top", - "Topcoat", - "Topgallant", - "Topic", - "Topnotch", - "Topography", - "Topsoil", - "Torch", - "Torment", - "Tornado", - "Torpedo", - "Torpor", - "Torque", - "Torquer", - "Torrent", - "Torsion", - "Torso", - "Tortoise", - "Torture", - "Tot", - "Total", - "Totalitarianism", - "Totality", - "Touch", - "Touchdown", - "Touchstone", - "Tour", - "Tourist", - "Tournament", - "Tout", - "Tow", - "Towel", - "Tower", - "Town", - "Towne", - "Township", - "Townsman", - "Townsmen", - "Toxin", - "Toy", - "Trace", - "Trachea", - "Track", - "Tract", - "Tractor", - "Trade", - "Trademark", - "Trader", - "Tradesmen", - "Tradition", - "Traditionalism", - "Traditionalist", - "Traffic", - "Tragedy", - "Trail", - "Trailblazer", - "Trailer", - "Train", - "Training", - "Trainman", - "Trait", - "Traitor", - "Trajectory", - "Tramp", - "Tramway", - "Trance", - "Tranquility", - "Tranquilizer", - "Tranquillity", - "Transaction", - "Transaminase", - "Transcendence", - "Transcendent", - "Transcript", - "Transcription", - "Transducer", - "Transfer", - "Transferee", - "Transference", - "Transferor", - "Transferral", - "Transformation", - "Transformer", - "Transgression", - "Transience", - "Transient", - "Transistor", - "Transit", - "Transition", - "Translation", - "Translator", - "Translucence", - "Translucency", - "Transmission", - "Transmitter", - "Transmutation", - "Transom", - "Transparency", - "Transpiration", - "Transport", - "Transportation", - "Transposition", - "Transshipment", - "Transvestitism", - "Trap", - "Trapdoor", - "Trapezoid", - "Trapper", - "Trash", - "Trauma", - "Travel", - "Traveler", - "Traveller", - "Travelogue", - "Trawler", - "Tray", - "Tread", - "Treadmill", - "Treason", - "Treasure", - "Treasurer", - "Treasury", - "Treat", - "Treatise", - "Treatment", - "Treaty", - "Treble", - "Tree", - "Trek", - "Tremor", - "Trench", - "Trenchermen", - "Trend", - "Trestle", - "Triad", - "Trial", - "Triamcinolone", - "Triangle", - "Tribe", - "Tribesmen", - "Tribulation", - "Tribunal", - "Tribute", - "Trick", - "Trickle", - "Trickster", - "Tricolor", - "Trifle", - "Trill", - "Trilogy", - "Trim", - "Trimester", - "Trinket", - "Trio", - "Triol", - "Trip", - "Triphenylarsine", - "Triphenylphosphine", - "Triphenylstibine", - "Triphosphopyridine", - "Triple", - "Triplet", - "Triplication", - "Tripod", - "Tripolyphosphate", - "Triptych", - "Triservice", - "Trisodium", - "Triumph", - "Trivia", - "Triviality", - "Trolley", - "Trollop", - "Trombonist", - "Troop", - "Trooper", - "Troopship", - "Trophy", - "Tropidoclonion", - "Tropocollagen", - "Trot", - "Trotter", - "Troubie", - "Trouble", - "Troubleshooter", - "Trough", - "Troup", - "Troupe", - "Trouser", - "Trout", - "Truce", - "Truck", - "Truckdriver", - "Trucker", - "Truculence", - "Truism", - "Trump", - "Trumpet", - "Trumpeter", - "Trundle", - "Trunk", - "Trust", - "Trustee", - "Trusteeship", - "Trusty", - "Truth", - "Try", - "Tsunami", - "Tub", - "Tuba", - "Tube", - "Tug", - "Tuition", - "Tularemia", - "Tulip", - "Tulle", - "Tumble", - "Tumbler", - "Tumor", - "Tune", - "Tung", - "Tungsten", - "Tunic", - "Tunnel", - "Turban", - "Turbine", - "Turbofan", - "Turbulence", - "Turf", - "Turkey", - "Turmoil", - "Turn", - "Turnaround", - "Turnery", - "Turnoff", - "Turnout", - "Turnover", - "Turnpike", - "Turntable", - "Turpentine", - "Turquoise", - "Turret", - "Turtle", - "Turtleneck", - "Tutor", - "Tweed", - "Twilight", - "Twin", - "Twinge", - "Twinkle", - "Twirler", - "Twist", - "Twister", - "Twitch", - "Twitter", - "Twosome", - "Tycoon", - "Tyme", - "Type", - "Typescript", - "Typewriter", - "Typhoid", - "Typhoon", - "Typicality", - "Typography", - "Typology", - "Tyranny", - "Tyrant", - "Tyrosine", - "Uberty", - "Ubiquitary", - "Udder", - "Uganda", - "Ugliness", - "Ukulele", - "Ulcer", - "Ultimate", - "Ultimation", - "Ultimatum", - "Ultracentrifugation", - "Ultracentrifuge", - "Ultrasound", - "Umber", - "Umbrage", - "Umbrella", - "Umpire", - "Unacceptability", - "Unaffordability", - "Unambiguity", - "Unanimity", - "Unavailability", - "Unawareness", - "Unbalance", - "Uncertainty", - "Unchastity", - "Uncircumcision", - "Uncle", - "Unconcern", - "Unconsciousness", - "Unconventionality", - "Unction", - "Underachievement", - "Underarm", - "Underbelly", - "Underbrush", - "Underclassman", - "Undercurrent", - "Undercut", - "Underdog", - "Undergraduate", - "Underground", - "Undergrowth", - "Underpayment", - "Undershirt", - "Underside", - "Understatement", - "Understructure", - "Understudy", - "Undertaker", - "Undertone", - "Undertow", - "Underwear", - "Underworld", - "Underwriter", - "Unease", - "Uneasiness", - "Unemployment", - "Unevenness", - "Unfairness", - "Unfoldment", - "Unfortunate", - "Unhappiness", - "Unicorn", - "Unicycle", - "Unification", - "Uniform", - "Uniformity", - "Unimportance", - "Uninitiate", - "Union", - "Unique", - "Uniqueness", - "Unison", - "Unit", - "Unity", - "Universal", - "Universality", - "Universe", - "University", - "Unknown", - "Unlikelihood", - "Unpleasantness", - "Unpredictability", - "Unrealism", - "Unreality", - "Unreason", - "Unreliability", - "Unrest", - "Untruth", - "Upbeat", - "Update", - "Upgrade", - "Upheaval", - "Upholder", - "Upholstery", - "Upkeep", - "Uplift", - "Upperclassmen", - "Uppercut", - "Upright", - "Uproar", - "Upset", - "Upshot", - "Upside", - "Upsurge", - "Uptake", - "Uptown", - "Uptrend", - "Upturn", - "Uranium", - "Uranyl", - "Urbanism", - "Urbanization", - "Urea", - "Uremia", - "Urethane", - "Urethra", - "Urge", - "Urgency", - "Urine", - "Urn", - "Usage", - "Use", - "Usefulness", - "User", - "Usher", - "Utensil", - "Utility", - "Utilization", - "Utmost", - "Utopia", - "Utopian", - "Utopianism", - "Utterance", - "Uttermost", - "Vacancy", - "Vacation", - "Vacationland", - "Vaccination", - "Vaccine", - "Vacuolization", - "Vacuum", - "Vagabond", - "Vagina", - "Vaginal", - "Valedictorian", - "Valet", - "Valewe", - "Valiant", - "Validation", - "Validator", - "Validity", - "Valley", - "Valor", - "Valuable", - "Valuation", - "Value", - "Valve", - "Van", - "Vandalism", - "Vanguard", - "Vanilla", - "Vanity", - "Vantage", - "Vapor", - "Vaporization", - "Vaquero", - "Variability", - "Variable", - "Variance", - "Variant", - "Variation", - "Variety", - "Varmint", - "Varnish", - "Vasa", - "Vase", - "Vasorum", - "Vassal", - "Vast", - "Vaudeville", - "Vault", - "Vaulter", - "Veal", - "Vector", - "Vegan", - "Vegetable", - "Vegetarian", - "Vegetation", - "Vehemence", - "Vehicle", - "Veil", - "Vein", - "Veldt", - "Vellum", - "Velocity", - "Velour", - "Velvet", - "Vendor", - "Veneer", - "Veneration", - "Vengeance", - "Venison", - "Venom", - "Vent", - "Ventilation", - "Ventilator", - "Ventricle", - "Venture", - "Venue", - "Veracity", - "Veranda", - "Verandah", - "Verb", - "Verdict", - "Verge", - "Verification", - "Verisimilitude", - "Verity", - "Vermilion", - "Vermouth", - "Vernacular", - "Vernier", - "Veronica", - "Versatility", - "Verse", - "Version", - "Vertebrae", - "Vertebrate", - "Vertex", - "Vertigo", - "Verve", - "Vessel", - "Vest", - "Vestal", - "Vestibule", - "Vestige", - "Vet", - "Veteran", - "Veterinarian", - "Veto", - "Viability", - "Vibrancy", - "Vibration", - "Vibrato", - "Vicar", - "Vice", - "Vicinity", - "Victim", - "Victor", - "Victory", - "Video", - "View", - "Viewer", - "Viewpoint", - "Vigil", - "Vigilance", - "Vigilantism", - "Vignette", - "Vigor", - "Villa", - "Village", - "Villager", - "Villain", - "Vindication", - "Vine", - "Vinegar", - "Vineyard", - "Vintage", - "Vintner", - "Vinyl", - "Vioiln", - "Violation", - "Violence", - "Violet", - "Violin", - "Violinist", - "Vip", - "Virgin", - "Virginity", - "Virility", - "Virtue", - "Virtuosity", - "Virtuoso", - "Virulence", - "Virus", - "Visa", - "Visage", - "Viscera", - "Viscoelasticity", - "Viscometer", - "Viscosity", - "Vise", - "Visibility", - "Vision", - "Visionary", - "Visit", - "Visitor", - "Vista", - "Visualization", - "Vitality", - "Vitamin", - "Vitriol", - "Vitro", - "Vivacity", - "Vivo", - "Vocabulary", - "Vocalism", - "Vocalist", - "Vocalization", - "Vocation", - "Vocational", - "Vogue", - "Voice", - "Void", - "Volatilization", - "Volcano", - "Volition", - "Volley", - "Volleyball", - "Voltage", - "Voltmeter", - "Volume", - "Volunteer", - "Vomica", - "Voodoo", - "Vortex", - "Votary", - "Vote", - "Voter", - "Voume", - "Vow", - "Vowel", - "Voyage", - "Voyager", - "Vtol", - "Vuhranduh", - "Vulnerability", - "Vulture", - "Wage", - "Wager", - "Wagon", - "Wahtahm", - "Wail", - "Waist", - "Waistcoat", - "Wait", - "Waiter", - "Wake", - "Walk", - "Walker", - "Walkout", - "Walkover", - "Wall", - "Wallboard", - "Wallet", - "Wallop", - "Wallpaper", - "Walnut", - "Waltz", - "Wand", - "Wanderer", - "Want", - "War", - "Ward", - "Warden", - "Wardrobe", - "Wardroom", - "Ware", - "Warehouse", - "Warfare", - "Warfront", - "Warhead", - "Warmth", - "Warmup", - "Warp", - "Warrant", - "Warrantee", - "Warrantor", - "Warranty", - "Warren", - "Warrior", - "Wart", - "Wartime", - "Wash", - "Washbasin", - "Washboard", - "Washbowl", - "Washer", - "Wasp", - "Wastage", - "Waste", - "Wastebasket", - "Wasteland", - "Wastewater", - "Wastrel", - "Watch", - "Watchdog", - "Watchmaker", - "Watchmen", - "Water", - "Watercolor", - "Watercolorist", - "Waterfall", - "Waterfront", - "Waterline", - "Watermelon", - "Watershed", - "Waterside", - "Waterway", - "Watt", - "Wave", - "Wavelength", - "Waver", - "Wax", - "Way", - "Wayside", - "Wbai", - "Weakness", - "Wealth", - "Weapon", - "Weaponry", - "Wear", - "Weasel", - "Weather", - "Weave", - "Web", - "Website", - "Wedding", - "Wedge", - "Wedlock", - "Week", - "Weekday", - "Weekend", - "Weekly", - "Weight", - "Weir", - "Weirdy", - "Welcome", - "Welfare", - "Well", - "Well-being", - "Well-wisher", - "Wellspring", - "Welter", - "West", - "Whack", - "Wharf", - "Wheat", - "Wheel", - "Wheeler-dealer", - "Whiff", - "While", - "Whim", - "Whine", - "Whinny", - "Whip", - "Whiplash", - "Whir", - "Whirl", - "Whirlwind", - "Whiskey", - "Whisky", - "Whisper", - "Whistle", - "Whit", - "White", - "Whiteface", - "Whitetail", - "Whiz", - "Whiz-bang", - "Whodunnit", - "Whole", - "Wholewheat", - "Whoop", - "Whore", - "Wick", - "Wicker", - "Wicket", - "Widegrip", - "Widow", - "Widower", - "Widowhood", - "Width", - "Wielder", - "Wife", - "Wig", - "Wiggle", - "Wigmaker", - "Wildcat", - "Wildcatter", - "Wildlife", - "Will", - "William", - "Willow", - "Willpower", - "Wilt", - "Win", - "Wind", - "Windbag", - "Winder", - "Windfall", - "Windmill", - "Window", - "Windshield", - "Windstorm", - "Windup", - "Wine", - "Winehead", - "Wing", - "Wingback", - "Wingman", - "Wink", - "Winner", - "Winter", - "Wintertime", - "Wire", - "Wireless", - "Wisdom", - "Wisenheimer", - "Wish", - "Wisp", - "Wit", - "Witch", - "Withdrawal", - "Witness", - "Wizard", - "Wlib", - "Woe", - "Wolf", - "Woman", - "Womanhood", - "Womb", - "Women", - "Wonder", - "Wonderment", - "Wood", - "Woodcarver", - "Woodland", - "Woodpecker", - "Woodshed", - "Woodsmoke", - "Woodwind", - "Woodwork", - "Wooer", - "Wool", - "Woolen", - "Woomera", - "Wooooosh", - "Word", - "Wording", - "Wordsmith", - "Work", - "Workbench", - "Workday", - "Worker", - "Workforce", - "Workhorse", - "Workingmen", - "Workman", - "Workmanship", - "Workmate", - "Workmen", - "Workout", - "Workpiece", - "Workplace", - "Worksheet", - "Workshop", - "Worktable", - "World", - "Worm", - "Worry", - "Worship", - "Worshipper", - "Worsted", - "Worth", - "Wound", - "Wrack", - "Wrangler", - "Wrapper", - "Wrath", - "Wreath", - "Wreck", - "Wreckage", - "Wretch", - "Wrinkle", - "Wrist", - "Wristwatch", - "Writ", - "Writer", - "Writing", - "Wrong", - "Wrongdoer", - "Wrongdoing", - "Wunderkind", - "X", - "X-axis", - "X-factor", - "X-mas", - "X-ray", - "X-wing", - "Xalam", - "Xanthamide", - "Xanthan", - "Xanthate", - "Xanthelasma", - "Xanthide", - "Xanthidium", - "Xanthin", - "Xanthine", - "Xanthinine", - "Xanthippe", - "Xanthium", - "Xanthochroi", - "Xanthogen", - "Xanthogenate", - "Xanthoma", - "Xanthophane", - "Xanthophyll", - "Xanthoprotein", - "Xanthopuccine", - "Xanthorhamnin", - "Xanthorhiza", - "Xanthorhoea", - "Xanthorrhoea", - "Xanthose", - "Xanthosis", - "Xanthoxylene", - "Xanthoxylum", - "Xd", - "Xebec", - "Xeme", - "Xenagogue", - "Xenelasia", - "Xenium", - "Xenobiotic", - "Xenocrysts", - "Xenodocheionology", - "Xenodochium", - "Xenodochy", - "Xenogamy", - "Xenogenesis", - "Xenograft", - "Xenografts", - "Xenolith", - "Xenoliths", - "Xenomania", - "Xenomi", - "Xenon", - "Xenophile", - "Xenophilia", - "Xenophobe", - "Xenophobia", - "Xenopterygii", - "Xenotime", - "Xenurine", - "Xenyl", - "Xeraphim", - "Xeres", - "Xerif", - "Xeriff", - "Xeroderma", - "Xeronate", - "Xerophagy", - "Xerophthalmia", - "Xerophthalmy", - "Xerophyte", - "Xerostomia", - "Xesturgy", - "Xfactor", - "Xiphias", - "Xiphidium", - "Xiphiplastron", - "Xiphisternum", - "Xiphius", - "Xiphodon", - "Xiphosura", - "Xiphura", - "Xoanon", - "Xu", - "Xylamide", - "Xylanthrax", - "Xylate", - "Xylem", - "Xylene", - "Xylenol", - "Xylidine", - "Xylindein", - "Xylite", - "Xylitol", - "Xylitone", - "Xylobalsamum", - "Xylocopa", - "Xylogen", - "Xylograph", - "Xylographer", - "Xylography", - "Xyloidin", - "Xylol", - "Xylonite", - "Xylophaga", - "Xylophagan", - "Xylophagides", - "Xylophilan", - "Xylophone", - "Xylopyrography", - "Xyloquinone", - "Xylorcin", - "Xylose", - "Xylostein", - "Xylotile", - "Xylotrya", - "Xylyl", - "Xylylene", - "Xyris", - "Xyst", - "Xystarch", - "Xyster", - "Xystus", - "Y-axis", - "Ya", - "Yacare", - "Yacca", - "Yacht", - "Yachtel", - "Yachter", - "Yachtman", - "Yachtsman", - "Yachtsmen", - "Yachtswoman", - "Yadda", - "Yaffingale", - "Yaffle", - "Yager", - "Yaguarundi", - "Yahoo", - "Yajur-veda", - "Yak", - "Yakamilk", - "Yakare", - "Yakin", - "Yakoots", - "Yaksha", - "Yakuza", - "Yalah", - "Yam", - "Yama", - "Yamma", - "Yamp", - "Yang", - "Yank", - "Yankee", - "Yankee-doodle", - "Yankeeism", - "Yankees", - "Yaourt", - "Yapock", - "Yapok", - "Yapon", - "Yard", - "Yardage", - "Yardages", - "Yardarm", - "Yarded", - "Yardful", - "Yardland", - "Yardstick", - "Yardsticks", - "Yardwand", - "Yare", - "Yarke", - "Yarmulka", - "Yarn", - "Yarnut", - "Yarrow", - "Yarwhip", - "Yashmak", - "Yataghan", - "Yate", - "Yaud", - "Yaul", - "Yaup", - "Yauper", - "Yaupon", - "Yaw", - "Yaw-weed", - "Yawd", - "Yawl", - "Yawn", - "Yawp", - "Yaws", - "Yay", - "Ye", - "Yeah", - "Year", - "Yeara", - "Yearbook", - "Yearend", - "Yearlings", - "Yearnings", - "Yearth", - "Yeast", - "Yeastiness", - "Yeel", - "Yeldhall", - "Yeldrin", - "Yeldrine", - "Yelk", - "Yell", - "Yeller", - "Yellow", - "Yellow-golds", - "Yellowammer", - "Yellowbill", - "Yellowbird", - "Yellowfin", - "Yellowfish", - "Yellowhammer", - "Yellowlegs", - "Yellowness", - "Yellowroot", - "Yellows", - "Yellowseed", - "Yellowshanks", - "Yellowshins", - "Yellowtail", - "Yellowthroat", - "Yellowtop", - "Yellowwood", - "Yellowwort", - "Yelp", - "Yelper", - "Yeman", - "Yen", - "Yenite", - "Yens", - "Yeoman", - "Yeomanry", - "Yeomen", - "Yerba", - "Yerd", - "Yerk", - "Yernut", - "Yes", - "Yes-man", - "Yeshiva", - "Yeshivah", - "Yest", - "Yestereve", - "Yestermorn", - "Yesternight", - "Yesternoon", - "Yesterweek", - "Yesteryear", - "Yestreen", - "Yet", - "Yeti", - "Yeve", - "Yew", - "Yezdi", - "Yezidee", - "Yezidi", - "Ygdrasyl", - "Yghe", - "Yi", - "Yid", - "Yiddish", - "Yield", - "Yieldance", - "Yift", - "Yin", - "Yip", - "Yis", - "Yite", - "Yle", - "Yllanraton", - "Ynambu", - "Yo", - "Yo-yo", - "Yob", - "Yobbo", - "Yockel", - "Yodel", - "Yodle", - "Yodler", - "Yoga", - "Yoghourt", - "Yoghurt", - "Yogi", - "Yogis", - "Yogurt", - "Yohimbine", - "Yoit", - "Yojan", - "Yoke", - "Yokeage", - "Yokefellow", - "Yokel", - "Yokelet", - "Yokels", - "Yokemate", - "Yolk", - "Yolkless", - "Yolks", - "Yolky", - "Yoncopin", - "Yoni", - "Yonker", - "Yore", - "Yorker", - "Yorkshire", - "Young", - "Youngger", - "Youngman", - "Youngness", - "Youngster", - "Youngth", - "Youpon", - "Youth", - "Youthfulness", - "Youthhood", - "Youze", - "Yow", - "Yowe", - "Yowley", - "Yoyos", - "Ypocras", - "Yren", - "Ytterbium", - "Yttria", - "Yttrium", - "Yttro-cerite", - "Yttro-columbite", - "Yttro-tantalite", - "Yu", - "Yuan", - "Yucca", - "Yuckel", - "Yuen", - "Yufts", - "Yug", - "Yuga", - "Yugoslav", - "Yuk", - "Yulan", - "Yule", - "Yuletide", - "Yumas", - "Yumminess", - "Yunx", - "Yupon", - "Yuppie", - "Yuppies", - "Yuppy", - "Yurt", - "Yux", - "Z-axis", - "Z-score", - "Za", - "Zabaglione", - "Zabaism", - "Zabian", - "Zabism", - "Zacco", - "Zachun", - "Zaerthe", - "Zaffer", - "Zag", - "Zaibatsu", - "Zaim", - "Zaimet", - "Zain", - "Zakat", - "Zalambdodont", - "Zamang", - "Zambo", - "Zamia", - "Zamindar", - "Zamindari", - "Zamindary", - "Zamite", - "Zamouse", - "Zampogna", - "Zander", - "Zandmole", - "Zaniness", - "Zante", - "Zantewood", - "Zantiot", - "Zany", - "Zanyism", - "Zap", - "Zaphara", - "Zaphrentis", - "Zapotilla", - "Zaptiah", - "Zarathustrism", - "Zaratite", - "Zareba", - "Zarf", - "Zarnich", - "Zarthe", - "Zati", - "Zauschneria", - "Zax", - "Zayat", - "Ze", - "Zea", - "Zeal", - "Zealant", - "Zealot", - "Zealotism", - "Zealotist", - "Zealotry", - "Zeaxanthin", - "Zebec", - "Zebra", - "Zebrafish", - "Zebrawood", - "Zebu", - "Zebub", - "Zechin", - "Zechstein", - "Zed", - "Zedoary", - "Zeds", - "Zee", - "Zeekoe", - "Zegedine", - "Zehner", - "Zein", - "Zeitgeist", - "Zemindar", - "Zemindari", - "Zemindary", - "Zemni", - "Zemstvo", - "Zemstvos", - "Zen", - "Zenana", - "Zenanas", - "Zend", - "Zend-avesta", - "Zendik", - "Zenick", - "Zenik", - "Zenith", - "Zeolite", - "Zeolites", - "Zephyr", - "Zephyrus", - "Zeppelin", - "Zequin", - "Zerda", - "Zeriba", - "Zero", - "Zest", - "Zeta", - "Zetetic", - "Zeuglodon", - "Zeuglodonta", - "Zeugma", - "Zeugmatic", - "Zeugobranchiata", - "Zeus", - "Zeuzerian", - "Zeylanite", - "Zibeline", - "Zibet", - "Zibeth", - "Ziega", - "Zietrisikite", - "Zif", - "Zig", - "Ziggurat", - "Zigzag", - "Zigzaggery", - "Zilch", - "Zilla", - "Zillah", - "Zillion", - "Zillionaire", - "Zimb", - "Ziment-water", - "Zinc", - "Zincane", - "Zincide", - "Zincification", - "Zincite", - "Zincode", - "Zincographer", - "Zincography", - "Zine", - "Zinfandel", - "Zing", - "Zingaro", - "Zingel", - "Zinger", - "Zink", - "Zinkenite", - "Zinnia", - "Zinnwaldite", - "Zinsang", - "Zion", - "Zionism", - "Zionist", - "Zip", - "Ziphioid", - "Zipline", - "Ziploc", - "Zipped", - "Zipper", - "Zircofluoride", - "Zircon", - "Zircona", - "Zirconate", - "Zirconia", - "Zirconium", - "Zirconoid", - "Zit", - "Zither", - "Ziti", - "Zittern", - "Zizania", - "Zizel", - "Zloty", - "Zoanthacea", - "Zoantharia", - "Zoantharian", - "Zoanthodeme", - "Zoanthropy", - "Zoanthus", - "Zobo", - "Zocco", - "Zoccolo", - "Zocle", - "Zodiac", - "Zodiacs", - "Zoea", - "Zoetrope", - "Zohar", - "Zoide", - "Zoilism", - "Zoisite", - "Zokor", - "Zollverein", - "Zombie", - "Zombies", - "Zomboruk", - "Zona", - "Zonar", - "Zonaria", - "Zonation", - "Zone", - "Zoned", - "Zonnar", - "Zonule", - "Zonulet", - "Zonure", - "Zoo", - "Zoochemistry", - "Zoochemy", - "Zoochlorella", - "Zoocyst", - "Zoocytium", - "Zoodendrium", - "Zooecium", - "Zooerythrine", - "Zoogamy", - "Zoogeny", - "Zoogeographical", - "Zoogeography", - "Zoogloea", - "Zoogony", - "Zoographer", - "Zoographist", - "Zoography", - "Zooid", - "Zooids", - "Zookeeper", - "Zookeepers", - "Zoolatry", - "Zoologer", - "Zoologist", - "Zoology", - "Zoomelanin", - "Zoomorphism", - "Zoon", - "Zoonite", - "Zoonomy", - "Zoonoses", - "Zoonotic", - "Zoonule", - "Zoopathology", - "Zoophaga", - "Zoophagan", - "Zoophilist", - "Zoophily", - "Zoophite", - "Zoophorous", - "Zoophyta", - "Zoophytology", - "Zooplankton", - "Zoopraxiscope", - "Zoopsychology", - "Zoos", - "Zoosperm", - "Zoosporangium", - "Zoospore", - "Zoot", - "Zootomist", - "Zootomy", - "Zoozoo", - "Zope", - "Zopilote", - "Zoril", - "Zorilla", - "Zoroastrian", - "Zoroastrianism", - "Zoroastrism", - "Zoster", - "Zostera", - "Zosterops", - "Zouave", - "Zu/is", - "Zubr", - "Zucchini", - "Zuche", - "Zuchetto", - "Zufolo", - "Zuisin", - "Zulus", - "Zumbooruk", - "Zumic", - "Zumological", - "Zumology", - "Zumometer", - "Zunyite", - "Zwanziger", - "Zwitterionic", - "Zydeco", - "Zygantrum", - "Zygapophysis", - "Zygenid", - "Zygobranchia", - "Zygodactyl", - "Zygodactylae", - "Zygodactyle", - "Zygodactyli", - "Zygoma", - "Zygosis", - "Zygosity", - "Zygosperm", - "Zygosphene", - "Zygospore", - "Zygote", - "Zylonite", - "Zymase", - "Zyme", - "Zymogen", - "Zymogene", - "Zymologist", - "Zymology", - "Zymome", - "Zymometer", - "Zymophyte", - "Zymose", - "Zymosimeter", - "Zymosis", - "Zyophyte", - "Zythem", - "Zythepsary", - "Zythum", - "A", - "Ability", - "Abroad", - "Abuse", - "Access", - "Accident", - "Account", - "Act", - "Action", - "Active", - "Activity", - "Actor", - "Ad", - "Addition", - "Address", - "Administration", - "Adult", - "Advance", - "Advantage", - "Advertising", - "Advice", - "Affair", - "Affect", - "Afternoon", - "Age", - "Agency", - "Agent", - "Agreement", - "Air", - "Airline", - "Airport", - "Alarm", - "Alcohol", - "Alternative", - "Ambition", - "Amount", - "Analysis", - "Analyst", - "Anger", - "Angle", - "Animal", - "Annual", - "Answer", - "Anxiety", - "Anybody", - "Anything", - "Anywhere", - "Apartment", - "Appeal", - "Appearance", - "Apple", - "Application", - "Appointment", - "Area", - "Argument", - "Arm", - "Army", - "Arrival", - "Art", - "Article", - "Aside", - "Ask", - "Aspect", - "Assignment", - "Assist", - "Assistance", - "Assistant", - "Associate", - "Association", - "Assumption", - "Atmosphere", - "Attack", - "Attempt", - "Attention", - "Attitude", - "Audience", - "Author", - "Average", - "Award", - "Awareness", - "Baby", - "Back", - "Background", - "Bad", - "Bag", - "Bake", - "Balance", - "Ball", - "Band", - "Bank", - "Bar", - "Base", - "Baseball", - "Basis", - "Basket", - "Bat", - "Bath", - "Bathroom", - "Battle", - "Beach", - "Bear", - "Beat", - "Beautiful", - "Bed", - "Bedroom", - "Beer", - "Beginning", - "Being", - "Bell", - "Belt", - "Bench", - "Bend", - "Benefit", - "Bet", - "Beyond", - "Bicycle", - "Bid", - "Big", - "Bike", - "Bill", - "Bird", - "Birth", - "Birthday", - "Bit", - "Bite", - "Bitter", - "Black", - "Blame", - "Blank", - "Blind", - "Block", - "Blood", - "Blow", - "Blue", - "Board", - "Boat", - "Body", - "Bone", - "Bonus", - "Book", - "Boot", - "Border", - "Boss", - "Bother", - "Bottle", - "Bottom", - "Bowl", - "Box", - "Boy", - "Boyfriend", - "Brain", - "Branch", - "Brave", - "Bread", - "Break", - "Breakfast", - "Breast", - "Breath", - "Brick", - "Bridge", - "Brief", - "Brilliant", - "Broad", - "Brother", - "Brown", - "Brush", - "Buddy", - "Budget", - "Bug", - "Building", - "Bunch", - "Burn", - "Bus", - "Business", - "Button", - "Buy", - "Buyer", - "Cabinet", - "Cable", - "Cake", - "Calendar", - "Call", - "Calm", - "Camera", - "Camp", - "Campaign", - "Can", - "Cancel", - "Cancer", - "Candidate", - "Candle", - "Candy", - "Cap", - "Capital", - "Car", - "Card", - "Care", - "Career", - "Carpet", - "Carry", - "Case", - "Cash", - "Cat", - "Catch", - "Category", - "Cause", - "Celebration", - "Cell", - "Chain", - "Chair", - "Challenge", - "Champion", - "Championship", - "Chance", - "Change", - "Channel", - "Chapter", - "Character", - "Charge", - "Charity", - "Chart", - "Check", - "Cheek", - "Chemical", - "Chemistry", - "Chest", - "Chicken", - "Child", - "Childhood", - "Chip", - "Chocolate", - "Choice", - "Church", - "Cigarette", - "City", - "Claim", - "Class", - "Classic", - "Classroom", - "Clerk", - "Click", - "Client", - "Climate", - "Clock", - "Closet", - "Clothes", - "Cloud", - "Club", - "Clue", - "Coach", - "Coast", - "Coat", - "Code", - "Coffee", - "Cold", - "Collar", - "Collection", - "College", - "Combination", - "Combine", - "Comfort", - "Comfortable", - "Command", - "Comment", - "Commercial", - "Commission", - "Committee", - "Common", - "Communication", - "Community", - "Company", - "Comparison", - "Competition", - "Complaint", - "Complex", - "Computer", - "Concentrate", - "Concept", - "Concern", - "Concert", - "Conclusion", - "Condition", - "Conference", - "Confidence", - "Conflict", - "Confusion", - "Connection", - "Consequence", - "Consideration", - "Consist", - "Constant", - "Construction", - "Contact", - "Contest", - "Context", - "Contract", - "Contribution", - "Control", - "Conversation", - "Convert", - "Cook", - "Cookie", - "Copy", - "Corner", - "Cost", - "Count", - "Counter", - "Country", - "County", - "Couple", - "Courage", - "Course", - "Court", - "Cousin", - "Cover", - "Cow", - "Crack", - "Craft", - "Crash", - "Crazy", - "Cream", - "Creative", - "Credit", - "Crew", - "Criticism", - "Cross", - "Cry", - "Culture", - "Cup", - "Currency", - "Current", - "Curve", - "Customer", - "Cut", - "Cycle", - "Dad", - "Damage", - "Dance", - "Dare", - "Dark", - "Data", - "Database", - "Date", - "Daughter", - "Day", - "Dead", - "Deal", - "Dealer", - "Dear", - "Death", - "Debate", - "Debt", - "Decision", - "Deep", - "Definition", - "Degree", - "Delay", - "Delivery", - "Demand", - "Department", - "Departure", - "Dependent", - "Deposit", - "Depression", - "Depth", - "Description", - "Design", - "Designer", - "Desire", - "Desk", - "Detail", - "Development", - "Device", - "Devil", - "Diamond", - "Diet", - "Difference", - "Difficulty", - "Dig", - "Dimension", - "Dinner", - "Direction", - "Director", - "Dirt", - "Disaster", - "Discipline", - "Discount", - "Discussion", - "Disease", - "Dish", - "Disk", - "Display", - "Distance", - "Distribution", - "District", - "Divide", - "Doctor", - "Document", - "Dog", - "Door", - "Dot", - "Double", - "Doubt", - "Draft", - "Drag", - "Drama", - "Draw", - "Drawer", - "Drawing", - "Dream", - "Dress", - "Drink", - "Drive", - "Driver", - "Drop", - "Drunk", - "Due", - "Dump", - "Dust", - "Duty", - "Ear", - "Earth", - "Ease", - "East", - "Eat", - "Economics", - "Economy", - "Edge", - "Editor", - "Education", - "Effect", - "Effective", - "Efficiency", - "Effort", - "Egg", - "Election", - "Elevator", - "Emergency", - "Emotion", - "Emphasis", - "Employ", - "Employee", - "Employer", - "Employment", - "End", - "Energy", - "Engine", - "Engineer", - "Engineering", - "Entertainment", - "Enthusiasm", - "Entrance", - "Entry", - "Environment", - "Equal", - "Equipment", - "Equivalent", - "Error", - "Escape", - "Essay", - "Establishment", - "Estate", - "Estimate", - "Evening", - "Event", - "Evidence", - "Exam", - "Examination", - "Example", - "Exchange", - "Excitement", - "Excuse", - "Exercise", - "Exit", - "Experience", - "Expert", - "Explanation", - "Expression", - "Extension", - "Extent", - "External", - "Extreme", - "Eye", - "Face", - "Fact", - "Factor", - "Fail", - "Failure", - "Fall", - "Familiar", - "Family", - "Fan", - "Farm", - "Farmer", - "Fat", - "Father", - "Fault", - "Fear", - "Feature", - "Fee", - "Feed", - "Feedback", - "Feel", - "Feeling", - "Female", - "Few", - "Field", - "Fight", - "Figure", - "File", - "Fill", - "Film", - "Final", - "Finance", - "Finding", - "Finger", - "Finish", - "Fire", - "Fish", - "Fishing", - "Fix", - "Flight", - "Floor", - "Flow", - "Flower", - "Fly", - "Focus", - "Fold", - "Following", - "Food", - "Foot", - "Football", - "Force", - "Forever", - "Form", - "Formal", - "Fortune", - "Foundation", - "Frame", - "Freedom", - "Friend", - "Friendship", - "Front", - "Fruit", - "Fuel", - "Fun", - "Function", - "Funeral", - "Funny", - "Future", - "Gain", - "Game", - "Gap", - "Garage", - "Garbage", - "Garden", - "Gas", - "Gate", - "Gather", - "Gear", - "Gene", - "General", - "Gift", - "Girl", - "Girlfriend", - "Give", - "Glad", - "Glass", - "Glove", - "Go", - "Goal", - "God", - "Gold", - "Golf", - "Good", - "Government", - "Grab", - "Grade", - "Grand", - "Grandfather", - "Grandmother", - "Grass", - "Great", - "Green", - "Grocery", - "Ground", - "Group", - "Growth", - "Guarantee", - "Guard", - "Guess", - "Guest", - "Guidance", - "Guide", - "Guitar", - "Guy", - "Habit", - "Hair", - "Half", - "Hall", - "Hand", - "Handle", - "Hang", - "Harm", - "Hat", - "Hate", - "Head", - "Health", - "Hearing", - "Heart", - "Heat", - "Heavy", - "Height", - "Hell", - "Hello", - "Help", - "Hide", - "High", - "Highlight", - "Highway", - "Hire", - "Historian", - "History", - "Hit", - "Hold", - "Hole", - "Holiday", - "Home", - "Homework", - "Honey", - "Hook", - "Hope", - "Horror", - "Horse", - "Hospital", - "Host", - "Hotel", - "Hour", - "House", - "Housing", - "Human", - "Hunt", - "Hurry", - "Hurt", - "Husband", - "Ice", - "Idea", - "Ideal", - "If", - "Illegal", - "Image", - "Imagination", - "Impact", - "Implement", - "Importance", - "Impress", - "Impression", - "Improvement", - "Incident", - "Income", - "Increase", - "Independence", - "Independent", - "Indication", - "Individual", - "Industry", - "Inevitable", - "Inflation", - "Influence", - "Information", - "Initial", - "Initiative", - "Injury", - "Insect", - "Inside", - "Inspection", - "Inspector", - "Instance", - "Instruction", - "Insurance", - "Intention", - "Interaction", - "Interest", - "Internal", - "International", - "Internet", - "Interview", - "Introduction", - "Investment", - "Invite", - "Iron", - "Island", - "Issue", - "It", - "Item", - "Jacket", - "Job", - "Join", - "Joint", - "Joke", - "Judge", - "Judgment", - "Juice", - "Jump", - "Junior", - "Jury", - "Keep", - "Key", - "Kick", - "Kid", - "Kill", - "Kind", - "King", - "Kiss", - "Kitchen", - "Knee", - "Knife", - "Knowledge", - "Lab", - "Lack", - "Ladder", - "Lady", - "Lake", - "Land", - "Landscape", - "Language", - "Laugh", - "Law", - "Lawyer", - "Lay", - "Layer", - "Lead", - "Leader", - "Leadership", - "Leading", - "League", - "Leather", - "Leave", - "Lecture", - "Leg", - "Length", - "Lesson", - "Let", - "Letter", - "Level", - "Library", - "Lie", - "Life", - "Lift", - "Light", - "Limit", - "Line", - "Link", - "Lip", - "List", - "Listen", - "Literature", - "Living", - "Load", - "Loan", - "Local", - "Location", - "Lock", - "Log", - "Long", - "Look", - "Loss", - "Love", - "Low", - "Luck", - "Lunch", - "Machine", - "Magazine", - "Mail", - "Main", - "Maintenance", - "Major", - "Make", - "Male", - "Mall", - "Man", - "Management", - "Manager", - "Manner", - "Manufacturer", - "Many", - "Map", - "March", - "Mark", - "Market", - "Marketing", - "Marriage", - "Master", - "Match", - "Mate", - "Material", - "Math", - "Matter", - "Maximum", - "Maybe", - "Meal", - "Meaning", - "Measurement", - "Meat", - "Media", - "Medicine", - "Medium", - "Meet", - "Meeting", - "Member", - "Membership", - "Memory", - "Mention", - "Menu", - "Mess", - "Message", - "Metal", - "Method", - "Middle", - "Midnight", - "Might", - "Milk", - "Mind", - "Mine", - "Minimum", - "Minor", - "Minute", - "Mirror", - "Miss", - "Mission", - "Mistake", - "Mix", - "Mixture", - "Mobile", - "Mode", - "Model", - "Mom", - "Moment", - "Money", - "Monitor", - "Month", - "Mood", - "Morning", - "Mortgage", - "Most", - "Mother", - "Motor", - "Mountain", - "Mouse", - "Mouth", - "Move", - "Movie", - "Mud", - "Muscle", - "Music", - "Nail", - "Name", - "Nasty", - "Nation", - "National", - "Native", - "Natural", - "Nature", - "Neat", - "Necessary", - "Neck", - "Negative", - "Negotiation", - "Nerve", - "Net", - "Network", - "News", - "Newspaper", - "Night", - "Nobody", - "Noise", - "Normal", - "North", - "Nose", - "Note", - "Nothing", - "Notice", - "Novel", - "Number", - "Nurse", - "Object", - "Objective", - "Obligation", - "Occasion", - "Offer", - "Office", - "Officer", - "Official", - "Oil", - "One", - "Opening", - "Operation", - "Opinion", - "Opportunity", - "Opposite", - "Option", - "Orange", - "Order", - "Ordinary", - "Organization", - "Original", - "Other", - "Outcome", - "Outside", - "Oven", - "Owner", - "Pace", - "Pack", - "Package", - "Page", - "Pain", - "Paint", - "Painting", - "Pair", - "Panic", - "Paper", - "Parent", - "Park", - "Parking", - "Part", - "Particular", - "Partner", - "Party", - "Pass", - "Passage", - "Passenger", - "Passion", - "Past", - "Path", - "Patience", - "Patient", - "Pattern", - "Pause", - "Pay", - "Payment", - "Peace", - "Peak", - "Pen", - "Penalty", - "Pension", - "People", - "Percentage", - "Perception", - "Performance", - "Period", - "Permission", - "Permit", - "Person", - "Personal", - "Personality", - "Perspective", - "Phase", - "Philosophy", - "Phone", - "Photo", - "Phrase", - "Physical", - "Physics", - "Piano", - "Pick", - "Picture", - "Pie", - "Piece", - "Pin", - "Pipe", - "Pitch", - "Pizza", - "Place", - "Plan", - "Plane", - "Plant", - "Plastic", - "Plate", - "Platform", - "Play", - "Player", - "Pleasure", - "Plenty", - "Poem", - "Poet", - "Poetry", - "Point", - "Police", - "Policy", - "Politics", - "Pollution", - "Pool", - "Pop", - "Population", - "Position", - "Positive", - "Possession", - "Possibility", - "Possible", - "Post", - "Pot", - "Potato", - "Potential", - "Pound", - "Power", - "Practice", - "Preference", - "Preparation", - "Presence", - "Present", - "Presentation", - "President", - "Press", - "Pressure", - "Price", - "Pride", - "Priest", - "Primary", - "Principle", - "Print", - "Prior", - "Priority", - "Private", - "Prize", - "Problem", - "Procedure", - "Process", - "Produce", - "Product", - "Profession", - "Professional", - "Professor", - "Profile", - "Profit", - "Program", - "Progress", - "Project", - "Promise", - "Promotion", - "Prompt", - "Proof", - "Property", - "Proposal", - "Protection", - "Psychology", - "Public", - "Pull", - "Punch", - "Purchase", - "Purple", - "Purpose", - "Push", - "Put", - "Quality", - "Quantity", - "Quarter", - "Queen", - "Question", - "Quiet", - "Quit", - "Quote", - "Race", - "Radio", - "Rain", - "Raise", - "Range", - "Rate", - "Ratio", - "Raw", - "Reach", - "Reaction", - "Read", - "Reading", - "Reality", - "Reason", - "Reception", - "Recipe", - "Recognition", - "Recommendation", - "Record", - "Recording", - "Recover", - "Red", - "Reference", - "Reflection", - "Refrigerator", - "Refuse", - "Region", - "Register", - "Regret", - "Regular", - "Relation", - "Relationship", - "Relative", - "Release", - "Relief", - "Remote", - "Remove", - "Rent", - "Repair", - "Repeat", - "Replacement", - "Reply", - "Report", - "Representative", - "Republic", - "Reputation", - "Request", - "Requirement", - "Research", - "Reserve", - "Resident", - "Resist", - "Resolution", - "Resolve", - "Resort", - "Resource", - "Respect", - "Respond", - "Response", - "Responsibility", - "Rest", - "Restaurant", - "Result", - "Return", - "Reveal", - "Revenue", - "Review", - "Revolution", - "Reward", - "Rice", - "Rich", - "Ride", - "Ring", - "Rip", - "Rise", - "Risk", - "River", - "Road", - "Rock", - "Role", - "Roll", - "Roof", - "Room", - "Rope", - "Rough", - "Round", - "Routine", - "Row", - "Royal", - "Rub", - "Ruin", - "Rule", - "Run", - "Rush", - "Sad", - "Safe", - "Safety", - "Sail", - "Salad", - "Salary", - "Sale", - "Salt", - "Sample", - "Sand", - "Sandwich", - "Satisfaction", - "Satoshi", - "Save", - "Savings", - "Scale", - "Scene", - "Schedule", - "Scheme", - "School", - "Science", - "Score", - "Scratch", - "Screen", - "Screw", - "Script", - "Sea", - "Search", - "Season", - "Seat", - "Second", - "Secret", - "Secretary", - "Section", - "Sector", - "Security", - "Selection", - "Self", - "Sell", - "Senior", - "Sense", - "Sensitive", - "Sentence", - "Series", - "Serve", - "Service", - "Session", - "Set", - "Setting", - "Sex", - "Shake", - "Shame", - "Shape", - "Share", - "She", - "Shelter", - "Shift", - "Shine", - "Ship", - "Shirt", - "Shock", - "Shoe", - "Shoot", - "Shop", - "Shopping", - "Shot", - "Shoulder", - "Show", - "Shower", - "Sick", - "Side", - "Sign", - "Signal", - "Signature", - "Significance", - "Silly", - "Silver", - "Simple", - "Sing", - "Singer", - "Single", - "Sink", - "Sir", - "Sister", - "Site", - "Situation", - "Size", - "Skill", - "Skin", - "Skirt", - "Sky", - "Sleep", - "Slice", - "Slide", - "Slip", - "Smell", - "Smile", - "Smoke", - "Snow", - "Society", - "Sock", - "Soft", - "Software", - "Soil", - "Solid", - "Solution", - "Somewhere", - "Son", - "Song", - "Sort", - "Sound", - "Soup", - "Source", - "South", - "Space", - "Spare", - "Speaker", - "Special", - "Specialist", - "Specific", - "Speech", - "Speed", - "Spell", - "Spend", - "Spirit", - "Spiritual", - "Spite", - "Split", - "Sport", - "Spot", - "Spray", - "Spread", - "Spring", - "Square", - "Stable", - "Staff", - "Stage", - "Stand", - "Standard", - "Star", - "Start", - "State", - "Statement", - "Station", - "Status", - "Stay", - "Steak", - "Steal", - "Step", - "Stick", - "Still", - "Stock", - "Stomach", - "Stop", - "Storage", - "Store", - "Storm", - "Story", - "Strain", - "Stranger", - "Strategy", - "Street", - "Strength", - "Stress", - "Stretch", - "Strike", - "String", - "Strip", - "Stroke", - "Structure", - "Struggle", - "Student", - "Studio", - "Study", - "Stuff", - "Stupid", - "Style", - "Subject", - "Substance", - "Success", - "Suck", - "Sugar", - "Suggestion", - "Suit", - "Summer", - "Sun", - "Supermarket", - "Support", - "Surgery", - "Surprise", - "Surround", - "Survey", - "Suspect", - "Sweet", - "Swim", - "Swimming", - "Swing", - "Switch", - "Sympathy", - "System", - "Table", - "Tackle", - "Tale", - "Talk", - "Tank", - "Tap", - "Target", - "Task", - "Taste", - "Tax", - "Tea", - "Teach", - "Teacher", - "Teaching", - "Team", - "Tear", - "Technology", - "Telephone", - "Television", - "Tell", - "Temperature", - "Temporary", - "Tennis", - "Tension", - "Term", - "Test", - "Text", - "Thanks", - "Theme", - "Theory", - "Thing", - "Thought", - "Throat", - "Ticket", - "Tie", - "Till", - "Time", - "Tip", - "Title", - "Today", - "Toe", - "Tomorrow", - "Tone", - "Tongue", - "Tonight", - "Tool", - "Tooth", - "Top", - "Topic", - "Total", - "Touch", - "Tough", - "Tour", - "Tourist", - "Towel", - "Tower", - "Town", - "Track", - "Trade", - "Tradition", - "Traffic", - "Train", - "Trainer", - "Training", - "Transition", - "Transportation", - "Trash", - "Travel", - "Treat", - "Tree", - "Trick", - "Trip", - "Trouble", - "Truck", - "Trust", - "Truth", - "Try", - "Tune", - "Turn", - "Twist", - "Two", - "Type", - "Uncle", - "Understanding", - "Union", - "Unique", - "Unit", - "University", - "Upper", - "Upstairs", - "Use", - "User", - "Usual", - "Vacation", - "Valuable", - "Value", - "Variation", - "Variety", - "Vast", - "Vegetable", - "Vehicle", - "Version", - "Video", - "View", - "Village", - "Virus", - "Visit", - "Visual", - "Voice", - "Volume", - "Wait", - "Wake", - "Walk", - "Wall", - "War", - "Warning", - "Wash", - "Watch", - "Water", - "Wave", - "Way", - "Weakness", - "Wealth", - "Wear", - "Weather", - "Web", - "Wedding", - "Week", - "Weekend", - "Weight", - "Weird", - "Welcome", - "West", - "Western", - "Wheel", - "Whereas", - "While", - "White", - "Whole", - "Wife", - "Will", - "Win", - "Wind", - "Window", - "Wine", - "Wing", - "Winner", - "Winter", - "Wish", - "Witness", - "Woman", - "Wonder", - "Wood", - "Word", - "Work", - "Worker", - "Working", - "World", - "Worry", - "Worth", - "Wrap", - "Writer", - "Writing", - "Yard", - "Year", - "Yellow", - "Yesterday", - "You", - "Young", - "Youth", - "Zone", - "Zonkey", -] +nouns = [ + "Aardvark", + "Abandon", + "Abandonment", + "Abaringe", + "Abasement", + "Abbey", + "Abbot", + "Abbreviation", + "Abdomen", + "Abduction", + "Aberration", + "Abeyance", + "Ability", + "Abjection", + "Ablation", + "Abode", + "Abolition", + "Abolitionist", + "Aborigine", + "Abortion", + "Abreaction", + "Abridgment", + "Abscissa", + "Absence", + "Absentee", + "Absenteeism", + "Absentia", + "Absinthe", + "Absolute", + "Absolution", + "Absorbency", + "Absorber", + "Absorption", + "Abstention", + "Abstinence", + "Abstract", + "Abstraction", + "Abstractionism", + "Absurdity", + "Abundance", + "Abuse", + "Abyss", + "Acacia", + "Academeh", + "Academic", + "Academician", + "Academy", + "Acceleration", + "Accelerator", + "Accelerometer", + "Accent", + "Acceptability", + "Acceptance", + "Acceptor", + "Access", + "Accessibility", + "Accessory", + "Accident", + "Acclaim", + "Acclamation", + "Accolade", + "Accommodation", + "Accompaniment", + "Accompanist", + "Accomplice", + "Accomplishment", + "Accord", + "Accordance", + "Accordion", + "Account", + "Accountability", + "Accountant", + "Accreditation", + "Accretion", + "Acculturation", + "Accumulation", + "Accuracy", + "Accusation", + "Ace", + "Ace-in-the-hole", + "Acetate", + "Acetone", + "Acetonemia", + "Ache", + "Achievement", + "Achiever", + "Acid", + "Acidity", + "Acknowledgement", + "Acknowledgment", + "Acolyte", + "Aconte", + "Acquaintance", + "Acquiescence", + "Acquiesence", + "Acquisition", + "Acquittal", + "Acre", + "Acreage", + "Acrobacy", + "Acrylic", + "Act", + "Actinometer", + "Action", + "Activation", + "Active", + "Activism", + "Activity", + "Actor", + "Actuality", + "Acumen", + "Adage", + "Adagio", + "Adaptation", + "Adapter", + "Addiction", + "Addition", + "Additive", + "Address", + "Adequacy", + "Adherence", + "Adherent", + "Adhesion", + "Adhesive", + "Adjective", + "Adjournment", + "Adjudication", + "Adjunct", + "Adjustment", + "Adjutant", + "Administration", + "Administrator", + "Adminstration", + "Admiralty", + "Admiration", + "Admirer", + "Admission", + "Admittance", + "Admonition", + "Adobe", + "Adolescence", + "Adolescent", + "Adoption", + "Adorer", + "Adrenal", + "Adulation", + "Adult", + "Adultery", + "Adulthood", + "Advance", + "Advancement", + "Advantage", + "Advent", + "Adventure", + "Adverb", + "Adversary", + "Adversity", + "Advertisement", + "Advice", + "Advisability", + "Advisement", + "Adviser", + "Advisor", + "Advisory", + "Advocacy", + "Advocate", + "Aeon", + "Aeration", + "Aerator", + "Aerial", + "Aerosol", + "Aesthete", + "Aesthetic", + "Affair", + "Affect", + "Affectation", + "Affection", + "Affiliation", + "Affinity", + "Affirmation", + "Affliction", + "Affluence", + "Affront", + "Afghan", + "Aficionada", + "Aficionado", + "Aftermath", + "Afternoon", + "Age", + "Agency", + "Agenda", + "Agent", + "Agglomeration", + "Agglutination", + "Agglutinin", + "Aggregate", + "Aggregation", + "Aggression", + "Aggressor", + "Agility", + "Agitation", + "Agitator", + "Agnomen", + "Agony", + "Agrarian", + "Agreement", + "Agriculture", + "Ague", + "Aiche", + "Aid", + "Aide", + "Ailment", + "Aim", + "Air", + "Aircraft", + "Airfield", + "Airflow", + "Airframe", + "Airlift", + "Airline", + "Airlock", + "Airmail", + "Airmen", + "Airplane", + "Airport", + "Airspeed", + "Airstrip", + "Aisle", + "Aku", + "Alabaster", + "Alarm", + "Alaskan", + "Album", + "Albumin", + "Alchemy", + "Alcohol", + "Alcoholism", + "Alderman", + "Aldermen", + "Ale", + "Aleck", + "Alert", + "Alfresco", + "Algae", + "Algaecide", + "Algebra", + "Algorithm", + "Alibi", + "Alien", + "Alienation", + "Alignment", + "Alimony", + "Alizarin", + "Alkali", + "Allay", + "Allegiance", + "Allegory", + "Allergy", + "Alleviation", + "Alley", + "Alliance", + "Alligator", + "Alliteration", + "Allocation", + "Allotment", + "Allowance", + "Alloy", + "Allure", + "Allurement", + "Allusion", + "Ally", + "Almond", + "Almsgiver", + "Alpaca", + "Alphabet", + "Altar", + "Alteration", + "Altercation", + "Alternate", + "Alternation", + "Alternative", + "Altitude", + "Alto", + "Altruism", + "Altruist", + "Alum", + "Aluminum", + "Alumnae", + "Alumni", + "Alundum", + "Alveoli", + "Amalgamation", + "Amateur", + "Amazement", + "Ambassador", + "Ambiance", + "Ambiguity", + "Ambition", + "Ambivalence", + "Ambulance", + "Ambuscade", + "Ambush", + "Amendment", + "Amethystine", + "Amide", + "Amino", + "Amity", + "Ammo", + "Ammonium", + "Ammunition", + "Amorality", + "Amorist", + "Amortization", + "Amount", + "Amp", + "Amphibology", + "Amphitheater", + "Amplification", + "Amplifier", + "Amplitude", + "Amulet", + "Amusement", + "Anachronism", + "Anaconda", + "Anaesthesia", + "Anagram", + "Analogue", + "Analogy", + "Analyst", + "Analyticity", + "Anaprapath", + "Anarchist", + "Anarchy", + "Anatomical", + "Anatomy", + "Ancestor", + "Ancestry", + "Anchor", + "Anchorage", + "Anchoritism", + "Anchovy", + "Ancient", + "Andrena", + "Anecdote", + "Anemia", + "Anesthetic", + "Angel", + "Angelica", + "Anger", + "Angle", + "Anglophilia", + "Anglophobia", + "Anguish", + "Aniline", + "Animal", + "Animation", + "Animism", + "Animosity", + "Anion", + "Anise", + "Anisotropy", + "Ankle", + "Annihilation", + "Anniversary", + "Announcement", + "Announcer", + "Annoyance", + "Annual", + "Annum", + "Anode", + "Anomaly", + "Anomie", + "Anonymity", + "Anorexia", + "Answer", + "Ant", + "Antagonism", + "Antagonist", + "Ante", + "Anteater", + "Antecedent", + "Antelope", + "Antenna", + "Antennae", + "Anthology", + "Anthropologist", + "Anthropology", + "Antibiotic", + "Antibody", + "Anticipation", + "Anticoagulation", + "Antidote", + "Antifundamentalist", + "Antigen", + "Antipathy", + "Antique", + "Antiquity", + "Antiredeposition", + "Antiseptic", + "Antisera", + "Antiserum", + "Anvil", + "Anxiety", + "Aorta", + "Apartheid", + "Apartment", + "Apathy", + "Ape", + "Aperture", + "Apex", + "Aplomb", + "Apocalypse", + "Apogee", + "Apologetic", + "Apologist", + "Apology", + "Apostle", + "Apothecary", + "Appanage", + "Apparel", + "Apparency", + "Apparition", + "Appeal", + "Appearance", + "Appeasement", + "Appestat", + "Appetite", + "Applause", + "Apple", + "Applejack", + "Appliance", + "Applicability", + "Applicant", + "Application", + "Applicator", + "Appointee", + "Appointment", + "Apportionment", + "Appraisal", + "Appreciation", + "Appreciator", + "Apprehension", + "Apprentice", + "Apprenticeship", + "Approach", + "Appropriation", + "Approval", + "Approximation", + "Apricot", + "Apron", + "Aptitude", + "Aquarium", + "Aqueduct", + "Aquisition", + "Arabesque", + "Arak", + "Arbiter", + "Arbitration", + "Arc", + "Arcade", + "Arch", + "Archaeology", + "Archaism", + "Archbishop", + "Archdiocese", + "Archenemy", + "Archery", + "Archetype", + "Archfool", + "Archipelago", + "Architect", + "Architecture", + "Archtype", + "Ardor", + "Area", + "Arena", + "Areosol", + "Argentina", + "Argon", + "Argot", + "Argument", + "Argumentation", + "Aridity", + "Aristocracy", + "Arithmetic", + "Arm", + "Armadillo", + "Armament", + "Armchair", + "Armful", + "Armhole", + "Armistice", + "Armload", + "Armoire", + "Armor", + "Armpit", + "Army", + "Arnica", + "Aroma", + "Arousal", + "Arrack", + "Arrangement", + "Array", + "Arrest", + "Arrival", + "Arrogance", + "Arrow", + "Arroyo", + "Arsenal", + "Arsenic", + "Arside", + "Arson", + "Art", + "Artery", + "Article", + "Articulation", + "Artifice", + "Artificer", + "Artificiality", + "Artillerist", + "Artillery", + "Artisan", + "Artist", + "Artiste", + "Artistry", + "Aryl", + "Arylesterase", + "Ascendancy", + "Ascent", + "Ascetic", + "Asceticism", + "Asdic", + "Ash", + "Asme", + "Aspect", + "Aspen", + "Asphalt", + "Aspirant", + "Aspiration", + "Aspirin", + "Aspr", + "Assailant", + "Assassin", + "Assassination", + "Assault", + "Assay", + "Assemblage", + "Assembly", + "Assent", + "Assertion", + "Assesment", + "Assessment", + "Assessor", + "Asset", + "Assiduity", + "Assignee", + "Assigner", + "Assignment", + "Assimilation", + "Assist", + "Assistance", + "Assistant", + "Associate", + "Association", + "Assonance", + "Assortment", + "Assumption", + "Assurance", + "Asteroid", + "Asthma", + "Astonishment", + "Astringency", + "Astronaut", + "Astronomer", + "Astronomy", + "Asw", + "Asymmetry", + "Asynchrony", + "Athlete", + "Athleticism", + "Atm", + "Atmosphere", + "Atom", + "Atomisation", + "Atonement", + "Atp", + "Atrophy", + "Attachment", + "Attack", + "Attacker", + "Attainment", + "Attempt", + "Attendance", + "Attendant", + "Attention", + "Attic", + "Attire", + "Attitude", + "Attorney", + "Attraction", + "Attribute", + "Attrition", + "Auction", + "Auctioneer", + "Audacity", + "Audience", + "Audio", + "Audit", + "Audition", + "Auditor", + "Auditorium", + "Aunt", + "Aura", + "Austerity", + "Authentication", + "Authenticator", + "Authenticity", + "Author", + "Authoritarianism", + "Authority", + "Authorization", + "Authorship", + "Autism", + "Auto", + "Autobiography", + "Autocollimator", + "Autofluorescence", + "Autograph", + "Autoloader", + "Automatic", + "Automation", + "Automaton", + "Automobile", + "Autonavigator", + "Autonomy", + "Autopsy", + "Autosuggestibility", + "Autumn", + "Auxiliary", + "Avail", + "Availability", + "Avalanche", + "Avarice", + "Avenue", + "Average", + "Aversion", + "Aviary", + "Aviation", + "Aviator", + "Avidity", + "Avocado", + "Avocation", + "Avoidance", + "Avowal", + "Award", + "Awardee", + "Awe", + "Awkwardness", + "Awoc", + "Ax", + "Axe", + "Axiom", + "Axis", + "Axle", + "Aye", + "Azalea", + "Aztec", + "Azure", + "Babe", + "Babel", + "Baby", + "Babyhood", + "Bachelor", + "Back", + "Backbend", + "Backbone", + "Backdrop", + "Backer", + "Background", + "Backlash", + "Backlog", + "Backpack", + "Backside", + "Backstitch", + "Backup", + "Backyard", + "Bacon", + "Bacteria", + "Bad", + "Badge", + "Badinage", + "Badmen", + "Badminton", + "Bag", + "Baggage", + "Bagpipe", + "Bail", + "Baileefe", + "Bailiff", + "Bait", + "Baker", + "Bakery", + "Balance", + "Balcony", + "Bale", + "Ball", + "Ballad", + "Ballast", + "Ballerina", + "Ballet", + "Balletomane", + "Balloon", + "Ballot", + "Ballplayer", + "Ballroom", + "Balls", + "Ballyhoo", + "Ballyhooey", + "Balm", + "Balustrade", + "Ban", + "Banana", + "Band", + "Bandage", + "Bandit", + "Bandstand", + "Bandwagon", + "Bandwidth", + "Bang", + "Banishment", + "Banister", + "Banjo", + "Bank", + "Banker", + "Bankruptcy", + "Banner", + "Banns", + "Banquet", + "Banshee", + "Banter", + "Baptism", + "Baptistery", + "Bar", + "Barb", + "Barbarian", + "Barbecue", + "Barbell", + "Barber", + "Barbital", + "Barbiturate", + "Bard", + "Bargain", + "Barge", + "Baritone", + "Barium", + "Bark", + "Barkeep", + "Barley", + "Barn", + "Barnsful", + "Barnstormer", + "Barnyard", + "Baron", + "Barony", + "Baroreceptor", + "Barrack", + "Barrage", + "Barrel", + "Barricade", + "Barrier", + "Bartender", + "Base", + "Baseball", + "Baseballight", + "Baseline", + "Baseman", + "Basement", + "Basin", + "Basis", + "Basket", + "Basketball", + "Bassinet", + "Bastard", + "Bastion", + "Bat", + "Batch", + "Bateau", + "Bath", + "Bathrobe", + "Bathroom", + "Bathtub", + "Baton", + "Battalion", + "Batten", + "Batter", + "Batterie", + "Battery", + "Battle", + "Battlefield", + "Battlefront", + "Battleground", + "Bauble", + "Bawh", + "Bay", + "Bayleefe", + "Bayly", + "Bayonet", + "Bazaar", + "Beach", + "Beachhead", + "Beacon", + "Bead", + "Beadle", + "Beadsman", + "Beaker", + "Beam", + "Bean", + "Bear", + "Beard", + "Bearer", + "Beast", + "Beat", + "Beatification", + "Beatitude", + "Beatnik", + "Beau", + "Beauty", + "Beaver", + "Beavertail", + "Bebop", + "Beckon", + "Bed", + "Bedazzlement", + "Bedground", + "Bedlam", + "Bedpost", + "Bedroom", + "Bedside", + "Bedspread", + "Bedstraw", + "Bedtime", + "Bee", + "Beebread", + "Beech", + "Beef", + "Beefsteak", + "Beehive", + "Beep", + "Beer", + "Begetter", + "Beggar", + "Beggary", + "Beginner", + "Behalf", + "Behavior", + "Behaviour", + "Behind", + "Belch", + "Belfry", + "Belief", + "Believer", + "Bell", + "Bellboy", + "Bellicosity", + "Belligerence", + "Bellow", + "Belly", + "Bellyfull", + "Belt", + "Bench", + "Benchmark", + "Bend", + "Benediction", + "Benefaction", + "Benefactor", + "Benefactress", + "Beneficence", + "Beneficiary", + "Benefit", + "Benevolence", + "Bent", + "Benzene", + "Bequest", + "Bereavement", + "Beriberi", + "Berry", + "Berth", + "Beryllium", + "Best", + "Bestowal", + "Bestower", + "Bestseller", + "Bet", + "Betrayal", + "Betrayer", + "Betrothal", + "Better", + "Betterment", + "Beverage", + "Bevy", + "Bewilderment", + "Bewitchment", + "Bias", + "Bib", + "Bibliography", + "Bicarbonate", + "Bicep", + "Bich", + "Bicycle", + "Bid", + "Bidder", + "Biennial", + "Biennium", + "Bigot", + "Bigotry", + "Bigwig", + "Bijou", + "Bike", + "Bile", + "Bilge", + "Bill", + "Billboard", + "Billet", + "Billiard", + "Billion", + "Bin", + "Bind", + "Binder", + "Bindle", + "Binge", + "Biographer", + "Biography", + "Biologist", + "Biology", + "Biophysicist", + "Biopsy", + "Biplane", + "Birch", + "Bird", + "Birdbath", + "Birdie", + "Birefringence", + "Birth", + "Birthcontrol", + "Birthday", + "Birthplace", + "Birthright", + "Biscuit", + "Bishop", + "Bishopry", + "Bison", + "Bisque", + "Bit", + "Bitch", + "Bite", + "Biter", + "Bivouac", + "Biz", + "Black", + "Blackberry", + "Blackboard", + "Blackjack", + "Blackmail", + "Blackmailer", + "Blackout", + "Blacksmith", + "Blade", + "Blame", + "Blank", + "Blanket", + "Blasphemy", + "Blast", + "Blastdown", + "Blatancy", + "Blaze", + "Blazer", + "Bleat", + "Blemish", + "Blend", + "Blight", + "Blind", + "Blink", + "Bliss", + "Blister", + "Blitheness", + "Blitz", + "Blizzard", + "Bloat", + "Blob", + "Bloc", + "Block", + "Blockade", + "Blockhouse", + "Blog", + "Bloke", + "Blonde", + "Blood", + "Bloodlust", + "Bloodroot", + "Bloodshed", + "Bloodstream", + "Bloom", + "Blossom", + "Blot", + "Blouse", + "Blow", + "Blower", + "Blowfish", + "Blowup", + "Blubber", + "Bludgeon", + "Blue", + "Blue-ribbon", + "Blueberry", + "Bluebook", + "Bluebush", + "Bluefish", + "Blueprint", + "Bluff", + "Blunder", + "Blur", + "Bluster", + "Boa", + "Boar", + "Board", + "Boarder", + "Boast", + "Boat", + "Boatel", + "Boatload", + "Boatman", + "Boatmen", + "Boatsmen", + "Boatswain", + "Bobby", + "Bod", + "Bodice", + "Body", + "Bodybuilder", + "Bodyguard", + "Bodyweight", + "Bogey", + "Bogeymen", + "Bogy", + "Boil", + "Boiler", + "Boldness", + "Bolo", + "Bologna", + "Bolster", + "Bolt", + "Bomb", + "Bombardment", + "Bomber", + "Bonanza", + "Bond", + "Bondage", + "Bondsman", + "Bone", + "Bonfire", + "Bongo", + "Bonnet", + "Bonus", + "Booboo", + "Booby", + "Boogie", + "Book", + "Bookcase", + "Booker", + "Booklet", + "Bookseller", + "Bookshelf", + "Boom", + "Boomerang", + "Boomtown", + "Boon", + "Boost", + "Booster", + "Boot", + "Booth", + "Bootlegger", + "Booty", + "Booze", + "Bop", + "Borax", + "Border", + "Borderline", + "Bore", + "Boredom", + "Borer", + "Borough", + "Borrower", + "Bosom", + "Boss", + "Bossman", + "Botany", + "Bottle", + "Bottleneck", + "Bottom", + "Boucle", + "Bough", + "Boulder", + "Boulevard", + "Bounce", + "Bound", + "Boundary", + "Bounty", + "Bouquet", + "Bourbon", + "Bourgeoisie", + "Bout", + "Boutonniere", + "Bovine", + "Bow", + "Bower", + "Bowl", + "Box", + "Boxcar", + "Boxer", + "Boy", + "Boycott", + "Boyhood", + "Brace", + "Bracelet", + "Brachii", + "Bracket", + "Brad", + "Brag", + "Braggadocio", + "Brain", + "Brake", + "Bran", + "Branch", + "Brand", + "Brandy", + "Brass", + "Brassiere", + "Bravado", + "Brave", + "Bravery", + "Bravura", + "Brawl", + "Brawle", + "Brawn", + "Brazier", + "Brazil", + "Breach", + "Bread", + "Breadth", + "Break", + "Breakage", + "Breakaway", + "Breakdown", + "Breaker", + "Breakfast", + "Breakoff", + "Breakthrough", + "Breakup", + "Breakwater", + "Breast", + "Breath", + "Breather", + "Breed", + "Breeze", + "Brethren", + "Brevity", + "Brew", + "Brewery", + "Brick", + "Bridal", + "Bride", + "Bridegroom", + "Bridesmaid", + "Bridge", + "Bridgehead", + "Bridgework", + "Bridle", + "Brief", + "Briefcase", + "Brig", + "Brigade", + "Brigadier", + "Brightness", + "Brilliance", + "Brilliant", + "Brim", + "Brindle", + "Brink", + "Brinkmanship", + "Brio", + "Bristle", + "Broadcast", + "Broadside", + "Brocade", + "Broccoli", + "Brochure", + "Brockle", + "Broil", + "Broiler", + "Broker", + "Brokerage", + "Bromphenol", + "Bronc", + "Bronchi", + "Bronchiole", + "Bronze", + "Brood", + "Brook", + "Broom", + "Broth", + "Brothel", + "Brother", + "Brotherhood", + "Brow", + "Brown", + "Bruise", + "Brunt", + "Brush", + "Brushcut", + "Brushfire", + "Brushwork", + "Brutality", + "Brute", + "Bubble", + "Bubbly", + "Buck", + "Buckboard", + "Bucket", + "Buckle", + "Buckshot", + "Buckskin", + "Buckwheat", + "Bud", + "Buddy", + "Budget", + "Buff", + "Buffalo", + "Buffer", + "Buffet", + "Buffoon", + "Bug", + "Buggy", + "Bugle", + "Bugler", + "Build", + "Builder", + "Buildup", + "Built", + "Bulb", + "Bulge", + "Bulk", + "Bulkhead", + "Bull", + "Bullet", + "Bulletin", + "Bullhide", + "Bullshit", + "Bully", + "Bulwark", + "Bum", + "Bumblebee", + "Bump", + "Bumper", + "Bun", + "Bunch", + "Buncha", + "Bundle", + "Bungalow", + "Bunk", + "Bunker", + "Bunkmate", + "Bunt", + "Bunter", + "Buoy", + "Buoyancy", + "Burden", + "Bureau", + "Bureaucracy", + "Bureaucrat", + "Bureaucratization", + "Burgeon", + "Burglar", + "Burglary", + "Burial", + "Burl", + "Burlesque", + "Burley", + "Burn", + "Burnish", + "Burr", + "Burrow", + "Burst", + "Busboy", + "Bush", + "Bushel", + "Business", + "Businessman", + "Businessmen", + "Buss", + "Bust", + "Bustle", + "Butane", + "Butcher", + "Butchery", + "Butler", + "Butt", + "Butter", + "Butterfat", + "Butterfly", + "Butternut", + "Button", + "Butyrate", + "Buy", + "Buyer", + "Buzz", + "Byinge", + "Byline", + "Byproduct", + "Bystander", + "Byword", + "Cab", + "Cabana", + "Cabaret", + "Cabbage", + "Cabdriver", + "Cabin", + "Cabinet", + "Cable", + "Cacao", + "Cache", + "Cacophonist", + "Cacophony", + "Cadaver", + "Cadence", + "Cadenza", + "Cadet", + "Cadmium", + "Cadre", + "Cafe", + "Cafeteria", + "Cage", + "Cake", + "Calamity", + "Calcification", + "Calcium", + "Calculation", + "Calculi", + "Calendar", + "Calf", + "Calfskin", + "Caliber", + "Calibration", + "Calibre", + "Calico", + "Calinda", + "Caliper", + "Call", + "Caller", + "Calligraphy", + "Calm", + "Calorie", + "Calorimeter", + "Calumny", + "Calypso", + "Camaraderie", + "Camel", + "Camera", + "Cameramen", + "Camouflage", + "Camp", + "Campaign", + "Campaigner", + "Camper", + "Campfire", + "Campground", + "Campmate", + "Can", + "Cancellation", + "Cancer", + "Candidacy", + "Candidate", + "Candle", + "Candlewick", + "Candor", + "Candour", + "Candy", + "Cane", + "Canine", + "Canister", + "Canker", + "Cannery", + "Cannon", + "Cannonball", + "Canoe", + "Canon", + "Canopy", + "Cant", + "Cantaloupe", + "Canteen", + "Canter", + "Cantonment", + "Canyon", + "Canyonside", + "Cap", + "Capability", + "Capacitance", + "Capacitor", + "Capacity", + "Cape", + "Caper", + "Capercailzie", + "Capillary", + "Capita", + "Capital", + "Capitalism", + "Capitalist", + "Capitol", + "Capitulation", + "Capsicum", + "Capstan", + "Capsule", + "Captain", + "Captaincy", + "Captive", + "Captivity", + "Capture", + "Car", + "Caramel", + "Caravan", + "Caraway", + "Carbide", + "Carbine", + "Carbohydrate", + "Carbon", + "Carbonyl", + "Carborundum", + "Carboxymethyl", + "Carcinoma", + "Card", + "Cardamom", + "Cardboard", + "Cardinal", + "Cardiomegaly", + "Care", + "Career", + "Careerism", + "Caretaker", + "Cargo", + "Caricature", + "Caricaturist", + "Carload", + "Carnality", + "Carnival", + "Carpenter", + "Carpentry", + "Carpet", + "Carport", + "Carreer", + "Carriage", + "Carrier", + "Carrot", + "Carryover", + "Cart", + "Carte", + "Cartilage", + "Cartoon", + "Cartoonist", + "Cartridge", + "Carver", + "Case", + "Casebook", + "Casein", + "Casework", + "Cash", + "Cashmere", + "Casino", + "Cask", + "Cast", + "Caste", + "Castigation", + "Castle", + "Castor", + "Castorbean", + "Casualty", + "Cat", + "Catalog", + "Catalogue", + "Catalyst", + "Catastrophe", + "Catch", + "Catcher", + "Catchup", + "Catechism", + "Category", + "Caterpillar", + "Cathedral", + "Catheter", + "Cathode", + "Catkin", + "Catsup", + "Cattaloe", + "Cattle", + "Cattlemen", + "Cauliflower", + "Cause", + "Caution", + "Cavalry", + "Cavalrymen", + "Cave", + "Caveat", + "Cavemen", + "Cavern", + "Caviar", + "Cavity", + "Cayenne", + "Celebrant", + "Celebration", + "Celebrator", + "Celebrity", + "Celerity", + "Celery", + "Celestial", + "Cell", + "Cellar", + "Cellist", + "Cellophane", + "Cellulose", + "Cement", + "Cemetery", + "Censorship", + "Censure", + "Cent", + "Centenary", + "Centennial", + "Center", + "Centerline", + "Centimeter", + "Centralization", + "Centre", + "Centrifugation", + "Centrifuge", + "Centrist", + "Centum", + "Century", + "Ceo", + "Cereal", + "Cerebellum", + "Ceremony", + "Certainty", + "Certificate", + "Certification", + "Certiorari", + "Cervelat", + "Cessation", + "Cession", + "Cfo", + "Chagrin", + "Chain", + "Chair", + "Chairman", + "Chairmanship", + "Chairmen", + "Chairperson", + "Chaise", + "Chalk", + "Challenge", + "Challenger", + "Chamber", + "Chamberlain", + "Chambermaid", + "Chamfer", + "Champ", + "Champagne", + "Champion", + "Championship", + "Chance", + "Chancel", + "Chancellor", + "Chancery", + "Chandelier", + "Change", + "Channel", + "Chant", + "Chanter", + "Chantey", + "Chap", + "Chapel", + "Chaperon", + "Chaperone", + "Chaplain", + "Chapter", + "Character", + "Characteristic", + "Characterization", + "Charcoal", + "Charge", + "Chariot", + "Charisma", + "Charity", + "Charlotte", + "Charm", + "Charmer", + "Chart", + "Charter", + "Chartist", + "Chartroom", + "Chase", + "Chasm", + "Chastisement", + "Chastity", + "Chat", + "Chatter", + "Chauffeur", + "Chaulmoogra", + "Chaw", + "Check", + "Checkbook", + "Checker", + "Checklist", + "Checkup", + "Cheek", + "Cheekbone", + "Cheer", + "Cheers", + "Cheese", + "Cheesecloth", + "Cheetah", + "Cheetal", + "Chef", + "Chemical", + "Chemise", + "Chemistry", + "Cherry", + "Cherubim", + "Chest", + "Chestnut", + "Chicanery", + "Chick", + "Chicken", + "Chief", + "Chiefdom", + "Chieftain", + "Chignon", + "Child", + "Childbirth", + "Childhood", + "Children", + "Chili", + "Chill", + "Chimney", + "Chin", + "China", + "Chip", + "Chiropractor", + "Chisel", + "Chivalry", + "Chive", + "Chloride", + "Chlorine", + "Chlorothiazide", + "Chlorpromazine", + "Chlortetracycline", + "Chocolate", + "Choice", + "Choir", + "Cholera", + "Cholesterol", + "Cholinesterase", + "Chomp", + "Chop", + "Chopper", + "Chord", + "Chore", + "Choreographer", + "Choreography", + "Chortle", + "Chosen", + "Chouise", + "Chow", + "Chowder", + "Christmas", + "Chromatogram", + "Chromatography", + "Chrome", + "Chromium", + "Chronicle", + "Chronology", + "Chuck", + "Chuckle", + "Chum", + "Chump", + "Chunk", + "Church", + "Churchmen", + "Churchyard", + "Chute", + "Chutney", + "Cider", + "Cigar", + "Cigaret", + "Cigarette", + "Cilia", + "Cinch", + "Cinder", + "Cinema", + "Circle", + "Circuit", + "Circuitry", + "Circular", + "Circularity", + "Circulation", + "Circumcision", + "Circumference", + "Circumlocution", + "Circumspection", + "Circumstance", + "Cistern", + "Citation", + "Citizen", + "Citizenry", + "Citizenship", + "Citron", + "City", + "Civilian", + "Civility", + "Civilization", + "Claim", + "Claimant", + "Clairvoyance", + "Clairvoyant", + "Clam", + "Clamor", + "Clamshell", + "Clan", + "Clang", + "Clap", + "Claret", + "Clarification", + "Clarinet", + "Clarity", + "Clash", + "Class", + "Classic", + "Classification", + "Classmate", + "Classroom", + "Clatter", + "Clause", + "Claustrophobia", + "Claw", + "Clay", + "Cleaner", + "Clear", + "Clearance", + "Cleat", + "Cleft", + "Clemency", + "Clergy", + "Clergyman", + "Clergymen", + "Cleric", + "Clerk", + "Cliche", + "Click", + "Client", + "Clientele", + "Cliff", + "Climate", + "Climax", + "Climb", + "Climber", + "Clincher", + "Clinic", + "Clip", + "Clique", + "Cloak", + "Clock", + "Clockwork", + "Clod", + "Close", + "Closet", + "Closure", + "Clot", + "Cloth", + "Clothesbrush", + "Clotheshorse", + "Clothesline", + "Clothier", + "Cloture", + "Cloud", + "Cloudburst", + "Clout", + "Clove", + "Clover", + "Clown", + "Club", + "Clubhouse", + "Cluck", + "Clue", + "Clump", + "Cluster", + "Clutch", + "Clutter", + "Co-worker", + "Coach", + "Coachman", + "Coachmen", + "Coachwork", + "Coadjutant", + "Coadjutor", + "Coahr", + "Coahse", + "Coal", + "Coalescence", + "Coalition", + "Coast", + "Coastline", + "Coat", + "Cobalt", + "Cobblestone", + "Cobra", + "Cocaine", + "Cocao", + "Cochannel", + "Cock", + "Cockatoo", + "Cockpit", + "Cocktail", + "Coco", + "Cocoa", + "Coconut", + "Cocoon", + "Cocopalm", + "Cod", + "Code", + "Codedtf", + "Codfish", + "Codification", + "Coed", + "Coefficient", + "Coequal", + "Coercion", + "Coexistence", + "Coffee", + "Coffeecup", + "Coffeepot", + "Coffin", + "Cognac", + "Cognizance", + "Coherence", + "Cohesion", + "Coiffure", + "Coil", + "Coin", + "Coincidence", + "Coiner", + "Coke", + "Colchicum", + "Cold", + "Colh", + "Collaboration", + "Collaborator", + "Collage", + "Collagen", + "Collapse", + "Collar", + "Collarbone", + "Collation", + "Colleague", + "Collection", + "Collective", + "Collector", + "College", + "Collie", + "Collision", + "Colloquium", + "Colloquy", + "Collusion", + "Colon", + "Colonel", + "Colonialism", + "Colonialist", + "Colonnade", + "Colony", + "Color", + "Coloration", + "Coloratura", + "Colt", + "Column", + "Columnist", + "Comb", + "Combat", + "Combatant", + "Combination", + "Combine", + "Combo", + "Combustion", + "Comeback", + "Comedian", + "Comedy", + "Comer", + "Comet", + "Comfort", + "Comforter", + "Comic", + "Comma", + "Command", + "Commandant", + "Commander", + "Commandment", + "Commando", + "Commencement", + "Commendation", + "Commendatory", + "Comment", + "Commentary", + "Commentator", + "Commerce", + "Commercial", + "Commercialism", + "Commercialization", + "Commissary", + "Commission", + "Commissioner", + "Commitment", + "Committee", + "Committeemen", + "Committeewoman", + "Committment", + "Commodity", + "Common", + "Commonplace", + "Commonwealth", + "Commotion", + "Commune", + "Communication", + "Communicator", + "Communion", + "Communism", + "Communist", + "Community", + "Commutation", + "Commuter", + "Compact", + "Companion", + "Companionship", + "Companionway", + "Company", + "Comparison", + "Compartment", + "Compassion", + "Compatability", + "Compatriot", + "Compendium", + "Compensation", + "Competence", + "Competency", + "Competition", + "Competitor", + "Compilation", + "Compiler", + "Complacency", + "Complainant", + "Complaint", + "Complaisance", + "Complection", + "Complement", + "Completion", + "Complex", + "Complexion", + "Complexity", + "Compliance", + "Complication", + "Complicity", + "Compliment", + "Component", + "Comportment", + "Composer", + "Composite", + "Composition", + "Compost", + "Composure", + "Compote", + "Compound", + "Comprehension", + "Compressibility", + "Compression", + "Compressor", + "Compromise", + "Compulsion", + "Compulsivity", + "Computation", + "Computer", + "Comrade", + "Comradeship", + "Con", + "Concealment", + "Concentrate", + "Concentration", + "Concept", + "Conception", + "Conceptuality", + "Conceptualization", + "Concern", + "Concert", + "Concerti", + "Concertina", + "Concertmaster", + "Concerto", + "Concession", + "Concessionaire", + "Concierge", + "Conciliator", + "Conclave", + "Conclusion", + "Concrete", + "Concurrence", + "Concussion", + "Condemnation", + "Condensation", + "Condenser", + "Condescension", + "Condition", + "Conditioner", + "Condolence", + "Conduct", + "Conduction", + "Conductivity", + "Conductor", + "Cone", + "Conelrad", + "Confabulation", + "Confederacy", + "Confederate", + "Confederation", + "Conference", + "Confession", + "Confessional", + "Confessor", + "Confidant", + "Confidante", + "Confidence", + "Confidentiality", + "Configuration", + "Confinement", + "Confirmation", + "Conflagration", + "Conflict", + "Conformance", + "Conformation", + "Conformational", + "Conformist", + "Conformity", + "Confrontation", + "Confusion", + "Congeniality", + "Congestion", + "Congratulation", + "Congregation", + "Congressman", + "Congressmen", + "Congruence", + "Conic", + "Conjecture", + "Conjugate", + "Conjugation", + "Conjunction", + "Connection", + "Connective", + "Connexion", + "Connivance", + "Conniver", + "Connoisseur", + "Connotation", + "Conqueror", + "Conquest", + "Consanguinity", + "Conscience", + "Consciousness", + "Conscript", + "Conscription", + "Consecration", + "Consent", + "Consequence", + "Conservation", + "Conservationist", + "Conservatism", + "Conservative", + "Conservator", + "Conservatory", + "Consideration", + "Consistence", + "Consistency", + "Consolation", + "Consoler", + "Consolidation", + "Consonance", + "Consonant", + "Conspiracy", + "Constancy", + "Constant", + "Constatation", + "Consternation", + "Constituency", + "Constituent", + "Constitution", + "Constitutional", + "Constraint", + "Constriction", + "Constrictor", + "Construction", + "Consul", + "Consulate", + "Consultant", + "Consultation", + "Consumer", + "Consummation", + "Consumption", + "Contact", + "Contagion", + "Container", + "Containment", + "Contamination", + "Contemplation", + "Contemporary", + "Contempt", + "Contender", + "Content", + "Contention", + "Contentment", + "Contest", + "Context", + "Continence", + "Continent", + "Contingency", + "Contingent", + "Continuance", + "Continuation", + "Continuity", + "Continuum", + "Contortion", + "Contour", + "Contraband", + "Contraception", + "Contract", + "Contraction", + "Contractor", + "Contradiction", + "Contradistinction", + "Contralto", + "Contrary", + "Contrast", + "Contribution", + "Contributor", + "Contrition", + "Control", + "Controller", + "Controversy", + "Convalescence", + "Convection", + "Convenience", + "Convent", + "Convention", + "Conventionality", + "Conversant", + "Conversation", + "Converse", + "Conversion", + "Convert", + "Convertible", + "Convexity", + "Conveyance", + "Conveyor", + "Convict", + "Conviction", + "Convoy", + "Cook", + "Cookfire", + "Cookie", + "Cool", + "Coolant", + "Cooler", + "Coop", + "Cooperation", + "Cooperative", + "Cooperator", + "Coordinate", + "Coordination", + "Coordinator", + "Cop", + "Cope", + "Copper", + "Copra", + "Copy", + "Copywriter", + "Coquette", + "Coral", + "Cord", + "Cordon", + "Corduroy", + "Core", + "Coriander", + "Cork", + "Corkscrew", + "Corn", + "Cornbread", + "Corne", + "Corner", + "Cornerstone", + "Cornfield", + "Cornmeal", + "Cornstarch", + "Cornucopia", + "Corollary", + "Corona", + "Coronary", + "Coroner", + "Corporal", + "Corporation", + "Corporeality", + "Corpse", + "Corpsman", + "Corpulence", + "Corral", + "Correction", + "Correlation", + "Correspondence", + "Correspondent", + "Corridor", + "Corrosion", + "Corrupter", + "Corruption", + "Corsage", + "Cortege", + "Cortex", + "Corticotropin", + "Cosec", + "Cosmetic", + "Cosmology", + "Cosmopolitanism", + "Cost", + "Costume", + "Cotillion", + "Cottage", + "Cotter", + "Cotton", + "Cottonmouth", + "Cottonseed", + "Couch", + "Cough", + "Council", + "Councillor", + "Counsel", + "Counselor", + "Count", + "Countenance", + "Counter", + "Counterattack", + "Counterbalance", + "Counterman", + "Counterpart", + "Counterpoint", + "Counterproposal", + "Countian", + "Countrey", + "Countriman", + "Country", + "Countryman", + "Countrymen", + "Countryside", + "County", + "Coup", + "Coupe", + "Couple", + "Coupler", + "Coupon", + "Courage", + "Course", + "Court", + "Courtesan", + "Courtesy", + "Courthouse", + "Courtier", + "Courtroom", + "Courtship", + "Courtyard", + "Cousin", + "Cove", + "Covenant", + "Cover", + "Coverage", + "Coverall", + "Coverlet", + "Cow", + "Coward", + "Cowardice", + "Cowbird", + "Cowboy", + "Cowhand", + "Cowhide", + "Cowman", + "Cowpony", + "Cowpuncher", + "Coyote", + "Crabapple", + "Crack", + "Crackerjack", + "Crackle", + "Crackpot", + "Cradle", + "Craft", + "Crafter", + "Craftsman", + "Craftsmanship", + "Craftsmen", + "Craftsperson", + "Cramp", + "Crank", + "Crankshaft", + "Crap", + "Crash", + "Crasher", + "Crate", + "Crater", + "Crawl", + "Crawlspace", + "Craze", + "Creak", + "Cream", + "Creamer", + "Crease", + "Creation", + "Creativity", + "Creator", + "Creature", + "Creche", + "Credential", + "Credibility", + "Credit", + "Credo", + "Credulity", + "Creed", + "Creek", + "Creep", + "Creeper", + "Crepe", + "Crescendo", + "Crescent", + "Crest", + "Crevice", + "Crew", + "Crewcut", + "Crewel", + "Crewmen", + "Crib", + "Cricket", + "Crime", + "Criminal", + "Criminality", + "Crimson", + "Cripple", + "Crisp", + "Criteria", + "Criterion", + "Critic", + "Criticism", + "Critique", + "Critter", + "Croak", + "Crocodile", + "Crone", + "Crook", + "Crop", + "Crossover", + "Crosswalk", + "Crouch", + "Croupier", + "Crow", + "Crowbait", + "Crowd", + "Crowd-pleaser", + "Crown", + "Crucifix", + "Crucifixion", + "Crudity", + "Cruelty", + "Cruise", + "Cruiser", + "Crunch", + "Crupper", + "Crusade", + "Crusader", + "Crush", + "Crusher", + "Crust", + "Crutch", + "Crux", + "Cry", + "Cryostat", + "Crypt", + "Crystal", + "Crystallite", + "Crystallization", + "Crystallography", + "Cta", + "Ctca", + "Cubbyhole", + "Cube", + "Cubist", + "Cud", + "Cuff", + "Culmination", + "Culprit", + "Cult", + "Cultist", + "Cultivation", + "Culture", + "Cumara", + "Cumin", + "Cup", + "Cupboard", + "Cupful", + "Cur", + "Curator", + "Curb", + "Curbside", + "Curd", + "Cure", + "Curettage", + "Curio", + "Curiosity", + "Currant", + "Currency", + "Current", + "Curricula", + "Curriculum", + "Curry", + "Curse", + "Curtain", + "Curvature", + "Curve", + "Cushion", + "Cusp", + "Custodian", + "Custody", + "Custom", + "Customer", + "Cut", + "Cutback", + "Cutoff", + "Cutter", + "Cutthroat", + "Cycle", + "Cyclist", + "Cyclohexanol", + "Cyclorama", + "Cylinder", + "Cynicism", + "Cytoplasm", + "Dabbler", + "Dad", + "Daddy", + "Daffodil", + "Daggerman", + "Dainty", + "Dairy", + "Dam", + "Damage", + "Dame", + "Damn", + "Damnation", + "Damsel", + "Dance", + "Dancer", + "Dandelion", + "Danger", + "Danseur", + "Darbuka", + "Dark", + "Darkness", + "Darling", + "Darn", + "Dash", + "Dashboard", + "Data", + "Date", + "Datum", + "Daughter", + "Dauphin", + "Davenport", + "Dawn", + "Day", + "Daybed", + "Daybreak", + "Daydream", + "Daylight", + "Daytime", + "Dazzler", + "Deacon", + "Deactivation", + "Dead", + "Deadline", + "Deadlock", + "Deadweight", + "Deae", + "Deal", + "Dealer", + "Dean", + "Dear", + "Dearth", + "Death", + "Deathbed", + "Debacle", + "Debate", + "Debauchery", + "Debility", + "Debt", + "Debut", + "Debutante", + "Decade", + "Decadence", + "Decay", + "Deceased", + "Decedent", + "Deceit", + "Deceleration", + "Decency", + "Decentralization", + "Deception", + "Decimal", + "Decision", + "Deck", + "Declaration", + "Declarative", + "Decline", + "Declivity", + "Decolletage", + "Decomposition", + "Decompression", + "Decor", + "Decoration", + "Decorator", + "Decorum", + "Decrease", + "Decree", + "Decrement", + "Dedication", + "Deductibility", + "Deduction", + "Deed", + "Deep", + "Deer", + "Default", + "Defeat", + "Defeatism", + "Defect", + "Defection", + "Defence", + "Defendant", + "Defender", + "Defense", + "Deference", + "Deferent", + "Deferment", + "Defiance", + "Deficiency", + "Deficit", + "Definite", + "Definition", + "Deformation", + "Deformity", + "Degeneration", + "Degradation", + "Degree", + "Dehydration", + "Deification", + "Deity", + "Dejection", + "Delay", + "Delectable", + "Delectation", + "Delegate", + "Delegation", + "Deliberation", + "Delicacy", + "Delight", + "Delineation", + "Delinquency", + "Delinquent", + "Delirium", + "Deliverance", + "Delivery", + "Dell", + "Deltoid", + "Deluge", + "Delusion", + "Deluxer", + "Demage", + "Demagnification", + "Demand", + "Demander", + "Demarcation", + "Demeanor", + "Demineralization", + "Demise", + "Democracy", + "Democratization", + "Demography", + "Demolition", + "Demon", + "Demonstration", + "Demoralization", + "Demulcent", + "Demurrer", + "Demythologization", + "Den", + "Denial", + "Denomination", + "Denouement", + "Densitometry", + "Density", + "Dent", + "Dentist", + "Dentistry", + "Denunciation", + "Department", + "Departure", + "Dependable", + "Dependence", + "Dependency", + "Dependent", + "Depersonalization", + "Depiction", + "Depletion", + "Deployment", + "Deposit", + "Deposition", + "Depot", + "Depravity", + "Depreciation", + "Depression", + "Deprivation", + "Depth", + "Deputy", + "Derangement", + "Derby", + "Derelict", + "Dereliction", + "Derision", + "Derivation", + "Derivative", + "Derrick", + "Derriere", + "Descendant", + "Descent", + "Description", + "Desecration", + "Desegregation", + "Desert", + "Desertion", + "Design", + "Designate", + "Designation", + "Designer", + "Desirability", + "Desirable", + "Desire", + "Desk", + "Desolation", + "Despair", + "Desperation", + "Despondency", + "Despot", + "Despotism", + "Dessert", + "Destination", + "Destiny", + "Destroyer", + "Destruction", + "Desuetude", + "Detachment", + "Detail", + "Detection", + "Detective", + "Detector", + "Detente", + "Detention", + "Detergency", + "Detergent", + "Deterioration", + "Determinability", + "Determinant", + "Determination", + "Determinism", + "Deterrence", + "Deterrent", + "Detestation", + "Detonation", + "Detour", + "Detractor", + "Detriment", + "Devastation", + "Developer", + "Development", + "Deviance", + "Deviation", + "Device", + "Devil", + "Devisee", + "Devisor", + "Devotee", + "Devotion", + "Devotional", + "Devout", + "Dew", + "Dexamethasone", + "Dexterity", + "Diagnometer", + "Diagnostic", + "Diagram", + "Dial", + "Dialect", + "Dialectic", + "Dialogue", + "Diam", + "Diameter", + "Diamond", + "Diaphragm", + "Diarrhea", + "Diarrhoea", + "Diary", + "Diathermy", + "Dice", + "Dichondra", + "Dichotomy", + "Dictator", + "Dictatorship", + "Diction", + "Dictionary", + "Dictum", + "Didactic", + "Die", + "Diem", + "Diesel", + "Diet", + "Diethylaminoethyl", + "Diethylstilbestrol", + "Diety", + "Difference", + "Differentiability", + "Differential", + "Differentiation", + "Difficulty", + "Diffidence", + "Diffraction", + "Diffrunce", + "Diffusion", + "Dig", + "Digest", + "Digit", + "Digitalization", + "Dignity", + "Diisocyanate", + "Dilatation", + "Dilation", + "Dilemma", + "Dilettante", + "Diligence", + "Dill", + "Dilution", + "Dime", + "Dimension", + "Dimethylglyoxime", + "Diminution", + "Din", + "Dinghy", + "Dingo", + "Dinner", + "Dinnertime", + "Dinnerware", + "Dinosaur", + "Diocese", + "Diorah", + "Dioxalate", + "Dioxide", + "Dip", + "Diphosphopyridine", + "Diplomacy", + "Diplomat", + "Dipper", + "Direction", + "Directionality", + "Directive", + "Directivity", + "Director", + "Directorate", + "Directorship", + "Directory", + "Dirge", + "Dirt", + "Disability", + "Disadvantage", + "Disaffection", + "Disagreement", + "Disappearance", + "Disappointment", + "Disapprobation", + "Disapproval", + "Disarmament", + "Disarray", + "Disassembly", + "Disaster", + "Disbelief", + "Disbursement", + "Disc", + "Discernment", + "Discharge", + "Disciple", + "Discipleship", + "Discipline", + "Disclaimer", + "Disclosure", + "Discomfort", + "Discontent", + "Discontinuance", + "Discontinuity", + "Discord", + "Discount", + "Discouragement", + "Discourse", + "Discoverer", + "Discovery", + "Discredit", + "Discrepancy", + "Discretion", + "Discrimination", + "Discussant", + "Discussion", + "Disdain", + "Disease", + "Disenfranchisement", + "Disengagement", + "Disfavor", + "Disgrace", + "Disguise", + "Disgust", + "Dish", + "Disharmony", + "Dishonesty", + "Dishonor", + "Dishwater", + "Disillusionment", + "Disinclination", + "Disintegration", + "Disinterest", + "Disk", + "Dislike", + "Dislocation", + "Disloyalty", + "Dismay", + "Dismemberment", + "Dismissal", + "Disobedience", + "Disorder", + "Disorganization", + "Disparagement", + "Disparity", + "Dispatch", + "Dispensary", + "Dispensation", + "Dispenser", + "Dispersal", + "Dispersement", + "Dispersion", + "Displacement", + "Display", + "Displeasure", + "Disposal", + "Disposition", + "Dispossession", + "Dispute", + "Disquiet", + "Disquietude", + "Disregard", + "Disrepair", + "Disrepute", + "Disrespect", + "Disruption", + "Dissatisfaction", + "Dissection", + "Dissemination", + "Dissension", + "Dissent", + "Dissenter", + "Disservice", + "Dissimulation", + "Dissociation", + "Dissolution", + "Dissolve", + "Distance", + "Distaste", + "Distension", + "Distillation", + "Distiller", + "Distinction", + "Distortion", + "Distraction", + "Distribution", + "Distributor", + "Distributorship", + "District", + "Distrust", + "Disturbance", + "Disturber", + "Disunion", + "Disunity", + "Ditch", + "Ditcher", + "Ditty", + "Diva", + "Divan", + "Dive", + "Diver", + "Divergence", + "Diversification", + "Diversion", + "Diversity", + "Divertimento", + "Divestiture", + "Dividend", + "Divider", + "Divination", + "Divine", + "Divinity", + "Division", + "Divorce", + "Divorcee", + "Dline", + "Dock", + "Dockside", + "Doctor", + "Doctorate", + "Doctrinaire", + "Doctrine", + "Document", + "Documentary", + "Documentation", + "Dodge", + "Doer", + "Dog", + "Doghouse", + "Dogleg", + "Dogma", + "Dogmatism", + "Dogtrot", + "Dogwood", + "Doll", + "Dollar", + "Dollarette", + "Dollop", + "Dolphin", + "Domain", + "Dome", + "Domestic", + "Domesticity", + "Domicile", + "Dominance", + "Domination", + "Dominion", + "Don", + "Donation", + "Donee", + "Donkey", + "Donor", + "Doom", + "Doomsday", + "Door", + "Doorbell", + "Doorkeeper", + "Doorknob", + "Doorman", + "Doormen", + "Doorstep", + "Doorway", + "Dope", + "Dormitory", + "Dosage", + "Dose", + "Dot", + "Double", + "Doubleheader", + "Doubloon", + "Doubt", + "Doubte", + "Dough", + "Dove", + "Dowel", + "Dower", + "Down", + "Downfall", + "Downpayment", + "Downpour", + "Downtrend", + "Downturn", + "Dowry", + "Doyen", + "Doyenne", + "Dozen", + "Draft", + "Draftee", + "Drag", + "Dragger", + "Dragnet", + "Dragon", + "Drain", + "Drainage", + "Dram", + "Drama", + "Dramatist", + "Dramatization", + "Draper", + "Drapery", + "Draught", + "Draw", + "Drawback", + "Drawbridge", + "Drawer", + "Drawl", + "Dread", + "Dream", + "Dreamboat", + "Dreamer", + "Dresser", + "Drier", + "Drift", + "Drill", + "Drink", + "Drinker", + "Drip", + "Drive", + "Driver", + "Driveway", + "Drizzle", + "Dromozoa", + "Drone", + "Drop", + "Drought", + "Drouth", + "Drove", + "Drudgery", + "Drug", + "Drugstore", + "Drum", + "Drumlin", + "Drummer", + "Drunk", + "Drunkard", + "Dryer", + "Drywall", + "Dualism", + "Duck", + "Duct", + "Ductwork", + "Dud", + "Due", + "Duel", + "Duet", + "Duf", + "Duffel", + "Duffer", + "Dugout", + "Duke", + "Dumbbell", + "Dump", + "Dun", + "Dune", + "Dung", + "Dungeon", + "Duo", + "Duplicate", + "Duplication", + "Durability", + "Duration", + "Dusk", + "Dust", + "Dustbin", + "Duty", + "Dwarf", + "Dweller", + "Dyerear", + "Dynamic", + "Dynamite", + "Dynamo", + "Dynasty", + "Dysentery", + "Dysplasia", + "Dystopia", + "Dystrophy", + "Eagerness", + "Eagle", + "Ear", + "Earache", + "Earl", + "Earnest", + "Earnestness", + "Earth", + "Earthenware", + "Earthquake", + "Earthworm", + "Ease", + "Easel", + "Easement", + "Easter", + "Eave", + "Ebony", + "Eccentric", + "Eccentricity", + "Echelon", + "Echo", + "Eclat", + "Eclipse", + "Ecliptic", + "Economics", + "Economist", + "Economy", + "Ecstasy", + "Ecstatic", + "Ecumenist", + "Edema", + "Edge", + "Edginess", + "Edifice", + "Edition", + "Editor", + "Editorial", + "Editorialist", + "Editorship", + "Education", + "Educator", + "Eel", + "Eeriness", + "Effect", + "Effectinge", + "Efficacy", + "Efficiency", + "Efficient", + "Effluent", + "Effluvium", + "Effort", + "Egalitarianism", + "Egg", + "Egghead", + "Eggshell", + "Ego", + "Egotism", + "Egotist", + "Egret", + "Egyptian", + "Eiderdown", + "Einstein", + "Ejection", + "Ejector", + "Elaboration", + "Elan", + "Elasticity", + "Elation", + "Elbow", + "Elder", + "Elderberry", + "Election", + "Electorate", + "Electric", + "Electricity", + "Electrocardiogram", + "Electrocardiograph", + "Electrode", + "Electromagnet", + "Electromyography", + "Electron", + "Electronography", + "Electroshock", + "Electrotherapist", + "Elegance", + "Elegy", + "Element", + "Elephant", + "Elevation", + "Elevator", + "Eligibility", + "Eligible", + "Elimination", + "Elite", + "Elk", + "Ell", + "Ellipsoid", + "Elm", + "Elongation", + "Eloquence", + "Elsewhere", + "Eluate", + "Elucidation", + "Elution", + "Emanation", + "Emancipation", + "Emasculation", + "Embankment", + "Embargo", + "Embarrassment", + "Embassy", + "Embellishment", + "Embezzlement", + "Embodiment", + "Embouchure", + "Embrace", + "Embroidery", + "Embryo", + "Emcee", + "Emerald", + "Emergence", + "Emergency", + "Emigration", + "Eminence", + "Emissary", + "Emission", + "Emotion", + "Emotionalism", + "Emotionality", + "Empathy", + "Emperor", + "Emphysema", + "Empire", + "Empiricism", + "Employ", + "Employe", + "Employee", + "Employer", + "Employment", + "Emulsion", + "Enactment", + "Enamel", + "Encampment", + "Enchanter", + "Enchantment", + "Enchantress", + "Enclosure", + "Encounter", + "Encouragement", + "Encourager", + "Encroachment", + "Encyclopedia", + "Encylopedia", + "End", + "Endearment", + "Endeavor", + "Endeavour", + "Endevor", + "Endgame", + "Endogamy", + "Endorsement", + "Endorser", + "Endosperm", + "Endowment", + "Endurance", + "Enemy", + "Energy", + "Enervation", + "Enforcement", + "Engagement", + "Engine", + "Engineer", + "Engraver", + "Engrg", + "Enigma", + "Enjoinder", + "Enjoyment", + "Enlargement", + "Enlightenment", + "Enlistment", + "Enmity", + "Enormity", + "Enough", + "Enrage", + "Enrichment", + "Enrollment", + "Ensemble", + "Enslavement", + "Entanglement", + "Enterotoxemia", + "Enterprise", + "Entertainer", + "Entertainment", + "Enthalpy", + "Enthusiasm", + "Enthusiast", + "Entirety", + "Entity", + "Entomologist", + "Entourage", + "Entrance", + "Entranceway", + "Entrant", + "Entrepreneur", + "Entropy", + "Entry", + "Enumeration", + "Enunciation", + "Envelope", + "Environment", + "Envy", + "Enzyme", + "Epic", + "Epicenter", + "Epicure", + "Epicurean", + "Epicycle", + "Epidemic", + "Epigraph", + "Epilogue", + "Epiphany", + "Episode", + "Epistemology", + "Epitaph", + "Epithet", + "Epitome", + "Epoch", + "Epoxy", + "Epsom", + "Equal", + "Equality", + "Equalization", + "Equanimity", + "Equation", + "Equator", + "Equilibrium", + "Equine", + "Equipment", + "Equity", + "Equivalence", + "Equivalent", + "Era", + "Eradication", + "Eraser", + "Erection", + "Erosion", + "Erotica", + "Errand", + "Error", + "Erudition", + "Eruption", + "Escalation", + "Escapade", + "Escape", + "Escapism", + "Escapist", + "Escheat", + "Escort", + "Escritoire", + "Escutcheon", + "Espionage", + "Esplanade", + "Espousal", + "Essay", + "Essence", + "Essential", + "Establishment", + "Estate", + "Esteem", + "Estimate", + "Estimation", + "Estrangement", + "Eternal", + "Eternity", + "Ethanol", + "Ethic", + "Ethicist", + "Ethyl", + "Etiquette", + "Euphemism", + "Euphoria", + "Europeanization", + "Eutectic", + "Evacuation", + "Evaluation", + "Evangelism", + "Evangelist", + "Evaporation", + "Evasion", + "Eve", + "Evensong", + "Event", + "Eventuality", + "Everywhere", + "Evidence", + "Evil", + "Evocation", + "Evolution", + "Exacerbation", + "Exaggeration", + "Exaltation", + "Examiantion", + "Examination", + "Examiner", + "Example", + "Exasperation", + "Exboyfriend", + "Excavation", + "Excellence", + "Excelsin", + "Excelsior", + "Exception", + "Excerpt", + "Exchange", + "Exchequer", + "Excise", + "Excitability", + "Excitement", + "Exclamation", + "Exclusion", + "Exclusive", + "Excretion", + "Excursion", + "Excuse", + "Exec", + "Execution", + "Executioner", + "Executive", + "Executor", + "Exemplar", + "Exemplary", + "Exemption", + "Exercise", + "Exertion", + "Exhaust", + "Exhaustion", + "Exhibit", + "Exhibition", + "Exhusband", + "Exile", + "Existence", + "Existent", + "Existentialist", + "Exit", + "Exogamy", + "Exoneration", + "Expanse", + "Expansion", + "Expansionist", + "Expectancy", + "Expectation", + "Expediency", + "Expedient", + "Expedition", + "Expenditure", + "Expense", + "Experience", + "Experiment", + "Experimentalism", + "Experimentation", + "Experimenter", + "Expert", + "Expertise", + "Expiation", + "Expiration", + "Explanation", + "Exploit", + "Exploitation", + "Exploration", + "Explorer", + "Explosion", + "Explosive", + "Exponent", + "Export", + "Expose", + "Exposition", + "Exposure", + "Expression", + "Expressionism", + "Expressionist", + "Expressway", + "Expulsion", + "Expurgation", + "Extension", + "Extent", + "Exterior", + "Extermination", + "Extern", + "Externalization", + "Extinction", + "Extolment", + "Extract", + "Extraction", + "Extrapolation", + "Extrema", + "Extreme", + "Extremity", + "Extrovert", + "Extruder", + "Exuberance", + "Exultation", + "Eye", + "Eyeball", + "Eyebrow", + "Eyeful", + "Eyelash", + "Eyelid", + "Eyepiece", + "Eyesight", + "Eyeteeth", + "Fable", + "Fabric", + "Fabrication", + "Facade", + "Face", + "Facet", + "Facility", + "Facsimile", + "Facsiport", + "Fact", + "Faction", + "Factor", + "Factory", + "Faculty", + "Fad", + "Fade", + "Fadeout", + "Faery", + "Failure", + "Fair", + "Fairway", + "Fairy", + "Faith", + "Faithful", + "Fake", + "Faker", + "Falcon", + "Fall", + "Fallacy", + "Falloff", + "Fallout", + "Falsehood", + "Falsity", + "Fame", + "Familarity", + "Familiarity", + "Family", + "Famine", + "Fan", + "Fanaticism", + "Fancy", + "Fanfare", + "Fantasia", + "Fantasist", + "Fantasy", + "Farce", + "Fare", + "Farewell", + "Farm", + "Farmer", + "Farmhouse", + "Farmland", + "Faro", + "Fascination", + "Fascinator", + "Fashion", + "Fashioner", + "Fast", + "Fat", + "Fatality", + "Fate", + "Father", + "Fathuh", + "Fatigue", + "Faucet", + "Fault", + "Fauna", + "Fauteuil", + "Favor", + "Favorer", + "Favorite", + "Favoritism", + "Favour", + "Fawn", + "Fealty", + "Fear", + "Feare", + "Feasibility", + "Feast", + "Feat", + "Feather", + "Feature", + "Fecundity", + "Federalism", + "Federation", + "Fedora", + "Fee", + "Feed", + "Feedback", + "Feeder", + "Feel", + "Feet", + "Feint", + "Fela", + "Feler", + "Felicity", + "Fella", + "Feller", + "Fellow", + "Fellowship", + "Felon", + "Felony", + "Felt", + "Female", + "Femininity", + "Feminist", + "Fence", + "Fender", + "Fennel", + "Fenugreek", + "Ferment", + "Fermentation", + "Fern", + "Fernery", + "Ferocity", + "Ferry", + "Fertility", + "Fertilizer", + "Fervor", + "Festival", + "Fetish", + "Feud", + "Feudalism", + "Fever", + "Few", + "Fiance", + "Fiance", + "Fiasco", + "Fiat", + "Fiber", + "Fibrin", + "Fiction", + "Fiddle", + "Fidelity", + "Fiefdom", + "Field", + "Fielder", + "Fieldmice", + "Fieldstone", + "Fieldwork", + "Fiend", + "Fiesta", + "Fig", + "Fight", + "Fighter", + "Figment", + "Figure", + "Filagree", + "Filament", + "Filbert", + "File", + "Filibuster", + "Filigree", + "Filler", + "Fillip", + "Filly", + "Film", + "Filter", + "Filth", + "Fin", + "Final", + "Finale", + "Finalist", + "Finality", + "Finance", + "Financier", + "Find", + "Finder", + "Fine", + "Finger", + "Fingerprint", + "Finial", + "Finish", + "Finisher", + "Finite", + "Fir", + "Fire", + "Fireball", + "Firebug", + "Firecracker", + "Firelight", + "Fireman", + "Firemen", + "Fireplace", + "Firepower", + "Firm", + "First", + "Firsthand", + "Fish", + "Fisherman", + "Fishermen", + "Fishery", + "Fishpond", + "Fission", + "Fist", + "Fit", + "Five", + "Fix", + "Fixture", + "Flag", + "Flagellation", + "Flageolet", + "Flail", + "Flair", + "Flame", + "Flange", + "Flank", + "Flannel", + "Flapper", + "Flare", + "Flash", + "Flashback", + "Flashlight", + "Flask", + "Flat", + "Flathead", + "Flatiron", + "Flatland", + "Flattery", + "Flatulence", + "Flautist", + "Flavor", + "Flaw", + "Flax", + "Flaxseed", + "Fleawort", + "Fleck", + "Fleet", + "Flesh", + "Flex", + "Flexibility", + "Flick", + "Flicker", + "Flier", + "Flight", + "Flint", + "Flirtation", + "Floater", + "Floc", + "Flocculation", + "Flock", + "Floe", + "Flood", + "Floodlight", + "Floor", + "Floorshow", + "Flop", + "Flora", + "Florist", + "Flour", + "Flourish", + "Flow", + "Flower", + "Flowerpot", + "Flu", + "Fluency", + "Fluff", + "Fluid", + "Fluidity", + "Fluke", + "Fluorescein", + "Fluorescence", + "Fluoride", + "Fluorine", + "Flurry", + "Flush", + "Flute", + "Flutist", + "Flutter", + "Flux", + "Fly", + "Flyer", + "Foal", + "Foam", + "Foci", + "Fodder", + "Foe", + "Fog", + "Fogy", + "Foil", + "Fold", + "Folder", + "Foliage", + "Folk", + "Folklore", + "Folks", + "Follower", + "Folly", + "Fontanel", + "Food", + "Foodie", + "Fool", + "Foot", + "Footage", + "Football", + "Footbridge", + "Footfall", + "Foothill", + "Footman", + "Footnote", + "Footpath", + "Footstep", + "Footstool", + "Footwear", + "Footwork", + "Fop", + "For", + "Forage", + "Foray", + "Forbear", + "Force", + "Fore", + "Forearm", + "Forecast", + "Forefather", + "Forefeet", + "Forefinger", + "Foreground", + "Forehead", + "Foreigner", + "Foreknowledge", + "Foreleg", + "Foreman", + "Forepart", + "Forerunner", + "Foresight", + "Forest", + "Forestry", + "Forethought", + "Forever", + "Forge", + "Forgery", + "Forgiveness", + "Fork", + "Forklift", + "Form", + "Forma", + "Formability", + "Formalism", + "Formality", + "Format", + "Formation", + "Formative", + "Former", + "Formula", + "Formulae", + "Formulation", + "Fort", + "Forte", + "Fortitude", + "Fortnight", + "Fortune", + "Forty", + "Forum", + "Foundation", + "Founder", + "Fountain", + "Fountainhead", + "Four", + "Foursome", + "Fowl", + "Fox", + "Foyer", + "Fraction", + "Fractionation", + "Fracture", + "Fragment", + "Fragmentation", + "Fragrance", + "Frambesia", + "Frame", + "Framer", + "Framework", + "Franc", + "Franchise", + "Frangipani", + "Frank", + "Frankfurter", + "Fraternisation", + "Fraternity", + "Frau", + "Fraud", + "Fray", + "Freak", + "Freedmen", + "Freedom", + "Freeman", + "Freethinker", + "Freeway", + "Freeze", + "Freezer", + "Freight", + "Freighter", + "Frenzy", + "Frequency", + "Fresco", + "Freshman", + "Freshmen", + "Friction", + "Friend", + "Friendship", + "Frieze", + "Fright", + "Fringe", + "Frivolity", + "Frock", + "Frog", + "Frolic", + "Front", + "Frontage", + "Frontier", + "Frontiersmen", + "Frost", + "Frostbite", + "Froth", + "Frugality", + "Fruit", + "Fruition", + "Frustration", + "Fuchsia", + "Fuel", + "Fueloil", + "Fugitive", + "Fulfillment", + "Full", + "Fullback", + "Fumble", + "Fun", + "Function", + "Functional", + "Functionalism", + "Functionary", + "Fund", + "Fundamentalism", + "Fundamentalist", + "Funds", + "Funeral", + "Funnel", + "Fur", + "Furlough", + "Furnace", + "Furniture", + "Furor", + "Furrow", + "Fury", + "Fuse", + "Fuselage", + "Fusion", + "Fuss", + "Futility", + "Future", + "Fuzz", + "Gab", + "Gabardine", + "Gabble", + "Gable", + "Gadfly", + "Gadget", + "Gadgetry", + "Gag", + "Gage", + "Gaggle", + "Gagline", + "Gaiety", + "Gain", + "Gainer", + "Gait", + "Gal", + "Gala", + "Galahad", + "Galaxy", + "Gale", + "Gall", + "Gallant", + "Gallantry", + "Gallbladder", + "Gallery", + "Galley", + "Gallium", + "Gallon", + "Gallonage", + "Gallop", + "Gallstone", + "Galvanism", + "Gambit", + "Gamble", + "Game", + "Gamebird", + "Gamma", + "Gamut", + "Gang", + "Gangland", + "Gangplank", + "Gangster", + "Gangway", + "Gantlet", + "Gap", + "Gapt", + "Garage", + "Garb", + "Garbage", + "Garden", + "Gardener", + "Gardenia", + "Gargle", + "Garland", + "Garlic", + "Garment", + "Garnet", + "Garnish", + "Garrison", + "Garter", + "Gas", + "Gash", + "Gasket", + "Gasoline", + "Gasp", + "Gasser", + "Gastronome", + "Gastronomy", + "Gate", + "Gateway", + "Gather", + "Gaucherie", + "Gauge", + "Gauntlet", + "Gauze", + "Gayety", + "Gaze", + "Gazelle", + "Gazer", + "Gear", + "Gee", + "Geese", + "Gel", + "Gem", + "Gender", + "Genera", + "General", + "Generalist", + "Generality", + "Generalization", + "Generation", + "Generativity", + "Generator", + "Generosity", + "Genesis", + "Geneticist", + "Genie", + "Genii", + "Genius", + "Genre", + "Gentian", + "Gentile", + "Gentility", + "Gentle", + "Gentlefolk", + "Gentleman", + "Gentlemen", + "Gentlewoman", + "Gentry", + "Geocentricism", + "Geochemistry", + "Geography", + "Geologist", + "Geology", + "Geometry", + "Germ", + "Germanium", + "Gesture", + "Getaway", + "Ghetto", + "Ghost", + "Ghoul", + "Giant", + "Gibbet", + "Gibe", + "Giblet", + "Gift", + "Gig", + "Giggle", + "Gilt", + "Gin", + "Ginger", + "Gingham", + "Ginkgo", + "Ginmill", + "Girdle", + "Girl", + "Girlfriend", + "Girlie", + "Girth", + "Gist", + "Give", + "Giveaway", + "Giver", + "Glacier", + "Glad-hand", + "Gladiator", + "Glamor", + "Glamour", + "Glance", + "Gland", + "Glare", + "Glass", + "Glaucoma", + "Glaze", + "Gleam", + "Glee", + "Glen", + "Glimmer", + "Glimpse", + "Glint", + "Glissade", + "Glisten", + "Glister", + "Glitter", + "Glitterati", + "Glitz", + "Globe", + "Globetrotter", + "Globulin", + "Gloom", + "Glorification", + "Glory", + "Gloss", + "Glossary", + "Glossy", + "Glottochronology", + "Glove", + "Glover", + "Glow", + "Glue", + "Glum", + "Glycerin", + "Glycerine", + "Glycerol", + "Glycol", + "Gnome", + "Gnomon", + "Go-getter", + "Goad", + "Goal", + "Goat", + "Gob", + "Gobbledygook", + "God", + "Goddess", + "Godhead", + "Godparent", + "Godsend", + "Goitre", + "Goitrogen", + "Golconda", + "Gold", + "Goldfish", + "Goldsmith", + "Golf", + "Golfer", + "Good", + "Goodbye", + "Goodness", + "Goodwill", + "Goody", + "Goose", + "Gop", + "Gorge", + "Gorgeousness", + "Gospel", + "Gossamer", + "Gossip", + "Gourd", + "Gourmet", + "Gout", + "Government", + "Governor", + "Gown", + "Grab", + "Grace", + "Gracility", + "Graciousness", + "Grad", + "Grade", + "Grader", + "Gradient", + "Gradualist", + "Graduate", + "Graduation", + "Graffiti", + "Graft", + "Graham", + "Grain", + "Gram", + "Grammar", + "Granary", + "Grandchildren", + "Granddaughter", + "Grandee", + "Grandeur", + "Grandfather", + "Grandma", + "Grandmaster", + "Grandmother", + "Grandson", + "Grandstand", + "Granite", + "Grant", + "Grantee", + "Grantor", + "Grape", + "Grapefruit", + "Grapevine", + "Graph", + "Graphite", + "Grasp", + "Grass", + "Grassfire", + "Grassland", + "Grate", + "Gratefulness", + "Gratification", + "Gratitude", + "Grave", + "Gravel", + "Gravestone", + "Graveyard", + "Gravitation", + "Gravity", + "Gravy", + "Gray", + "Graybeard", + "Grazer", + "Grease", + "Great", + "Greatcoat", + "Greatness", + "Greed", + "Green", + "Greenhouse", + "Greensward", + "Greenware", + "Grenade", + "Grey", + "Grid", + "Grief", + "Grievance", + "Grill", + "Grille", + "Grillework", + "Grillwork", + "Grimace", + "Grin", + "Grindstone", + "Grip", + "Grist", + "Gristmill", + "Grit", + "Grizzly", + "Groan", + "Grocer", + "Grocery", + "Groin", + "Groom", + "Groomsmen", + "Groove", + "Ground", + "Grounder", + "Groundwave", + "Groundwork", + "Group", + "Grove", + "Grower", + "Growl", + "Growth", + "Grub", + "Grubstake", + "Grudge", + "Grumble", + "Grunt", + "Guanidine", + "Guar", + "Guarantee", + "Guarantor", + "Guaranty", + "Guard", + "Guardhouse", + "Guardian", + "Guerilla", + "Guerrilla", + "Guest", + "Guffaw", + "Guidance", + "Guide", + "Guidebook", + "Guild", + "Guile", + "Guilt", + "Guinea", + "Guise", + "Guitar", + "Guitarist", + "Gulf", + "Gull", + "Gullet", + "Gulley", + "Gullibility", + "Gully", + "Gulp", + "Gum", + "Gumption", + "Gun", + "Gunbarrel", + "Gunfighter", + "Gunfire", + "Gunflint", + "Gunk", + "Gunman", + "Gunmen", + "Gunner", + "Gunplay", + "Gunpowder", + "Gunslinger", + "Gurgle", + "Guru", + "Gush", + "Gusher", + "Gust", + "Gusto", + "Gut", + "Gutter", + "Guy", + "Gym", + "Gymnast", + "Gymnastic", + "Gynecologist", + "Gypsum", + "Gypsy", + "Gyration", + "Gyro", + "Haberdashery", + "Habit", + "Habitat", + "Hack", + "Hacksaw", + "Hackwork", + "Haddock", + "Haggle", + "Hail", + "Hailstorm", + "Hair", + "Haircut", + "Hairpin", + "Hairshirt", + "Hairtonic", + "Hale", + "Half", + "Halfback", + "Halftime", + "Hall", + "Hallmark", + "Hallway", + "Halo", + "Halt", + "Halter", + "Halvah", + "Ham", + "Hamburger", + "Hamlet", + "Hammer", + "Hammock", + "Hamper", + "Hand", + "Handbag", + "Handbook", + "Handclasp", + "Hande", + "Hander", + "Handful", + "Handgun", + "Handhold", + "Handicap", + "Handicraftsman", + "Handiwork", + "Handkerchief", + "Handle", + "Handler", + "Handmaiden", + "Handshake", + "Handstand", + "Handyman", + "Handymen", + "Hangar", + "Hangman", + "Hangover", + "Hansom", + "Happenstance", + "Happiness", + "Harbor", + "Hardbake", + "Hardboard", + "Hardener", + "Hardship", + "Hardtack", + "Hardware", + "Hare", + "Harem", + "Harm", + "Harmonization", + "Harmony", + "Harp", + "Harpsichord", + "Harpsichordist", + "Harrassment", + "Harvest", + "Hash", + "Hasher", + "Hassle", + "Haste", + "Hat", + "Hatch", + "Hatchet", + "Hatchway", + "Hate", + "Hatred", + "Haul", + "Haulage", + "Haunt", + "Haven", + "Havoc", + "Hawk", + "Hawker", + "Hay", + "Haystack", + "Hazard", + "Haze", + "Hazel", + "Hbo", + "Head", + "Headache", + "Headboard", + "Heade", + "Header", + "Heading", + "Headland", + "Headline", + "Headlinese", + "Headman", + "Headmaster", + "Headquarter", + "Headroom", + "Headsman", + "Headstand", + "Healer", + "Health", + "Healthcare", + "Heap", + "Hearer", + "Hearsay", + "Hearse", + "Heart", + "Heartbeat", + "Heartbreak", + "Hearth", + "Heartthrob", + "Heat", + "Heater", + "Heather", + "Heave", + "Heaven", + "Hecatomb", + "Heck", + "Hedge", + "Hedonism", + "Heed", + "Heel", + "Hegemony", + "Height", + "Heir", + "Heiress", + "Hel", + "Helicopter", + "Helion", + "Heliotrope", + "Helium", + "Hell", + "Hellfire", + "Hello", + "Helm", + "Helmet", + "Helmsman", + "Help", + "Helper", + "Helpmate", + "Hem", + "Hemisphere", + "Hemoglobin", + "Hemorrhage", + "Hemosiderin", + "Hen", + "Henchman", + "Henchmen", + "Heptachlor", + "Herb", + "Herd", + "Heredity", + "Heresy", + "Heritage", + "Hero", + "Heroin", + "Heroine", + "Heroism", + "Herpetologist", + "Herpetology", + "Herringbone", + "Hesitance", + "Hesitancy", + "Hesitation", + "Heuristic", + "Hex", + "Hexagon", + "Hexameter", + "Heyday", + "Hibachi", + "Hick", + "Hickory", + "Hide", + "Hideaway", + "Hideout", + "Hierarchy", + "High", + "Highball", + "Highboard", + "Highboy", + "Highflier", + "Highland", + "Highlight", + "Highpoint", + "Highroad", + "Highschool", + "Highway", + "Highwayman", + "Hike", + "Hilarity", + "Hill", + "Hillbilly", + "Hillside", + "Hilt", + "Hilum", + "Hindsight", + "Hinge", + "Hint", + "Hip", + "Hipline", + "Hipster", + "Histology", + "Historian", + "Historicism", + "Historicity", + "Historiography", + "History", + "Hit", + "Hitch", + "Hitter", + "Hive", + "Hob", + "Hobby", + "Hobo", + "Hockey", + "Hodgepodge", + "Hog", + "Hold", + "Holder", + "Holdup", + "Hole", + "Holiday", + "Hollow", + "Hollowware", + "Hollyhock", + "Holocaust", + "Holster", + "Holy", + "Homage", + "Home", + "Homefolk", + "Homeland", + "Homemaker", + "Homer", + "Homerun", + "Homestead", + "Homicide", + "Homogenate", + "Homogeneity", + "Homogenization", + "Hon", + "Honesty", + "Honey", + "Honeybee", + "Honeymoon", + "Honeysuckle", + "Honor", + "Honoree", + "Honour", + "Hooch", + "Hood", + "Hoodlum", + "Hoof", + "Hook", + "Hookup", + "Hookworm", + "Hooliganism", + "Hoop", + "Hooray", + "Hoosegow", + "Hoot", + "Hop", + "Hope", + "Hopper", + "Hopscotch", + "Horde", + "Horizon", + "Hormone", + "Horn", + "Horoscope", + "Horror", + "Horse", + "Horseback", + "Horsedom", + "Horseflesh", + "Horsehair", + "Horseman", + "Horsemanship", + "Horsemen", + "Horseplay", + "Horsepower", + "Horsewoman", + "Hose", + "Hospital", + "Hospitality", + "Hospitalization", + "Host", + "Hostage", + "Hoste", + "Hostility", + "Hostler", + "Hotbed", + "Hotel", + "Hothouse", + "Hotrod", + "Hotshot", + "Hound", + "Hour", + "House", + "Household", + "Householder", + "Housekeeper", + "Housepaint", + "Housewife", + "Housework", + "Hovel", + "Howl", + "Howse", + "Hub", + "Hubbub", + "Hubby", + "Huckster", + "Huddle", + "Hue", + "Hug", + "Hulk", + "Hull", + "Hum", + "Human", + "Humanism", + "Humanist", + "Humanitarian", + "Humanity", + "Humidity", + "Humilation", + "Humiliation", + "Humility", + "Humor", + "Humour", + "Hunch", + "Hundred", + "Hunger", + "Hunk", + "Hunt", + "Hunter", + "Hurdle", + "Hurler", + "Hurley", + "Hurricane", + "Hurry", + "Hurt", + "Husband", + "Husbandry", + "Husbun", + "Hush", + "Hustler", + "Hut", + "Hutment", + "Hyaline", + "Hyalinization", + "Hybrid", + "Hydride", + "Hydrido", + "Hydrocarbon", + "Hydrochemistry", + "Hydrochloride", + "Hydrogen", + "Hydrophobia", + "Hydroxazine", + "Hydroxylation", + "Hyena", + "Hygiene", + "Hymen", + "Hymn", + "Hype", + "Hyperbole", + "Hypercellularity", + "Hyperemia", + "Hyperplasia", + "Hypertrophy", + "Hypervelocity", + "Hypoadrenocorticism", + "Hypocellularity", + "Hypocrisy", + "Hypocrite", + "Hypostatization", + "Hypothyroidism", + "Hysterectomy", + "Hysteria", + "Ibex", + "Ibis", + "Ice", + "Iceberg", + "Icebox", + "Icecap", + "Icicle", + "Icon", + "Iconoclasm", + "Idea", + "Ideal", + "Idealism", + "Idealist", + "Idealization", + "Identification", + "Identity", + "Ideologist", + "Ideology", + "Idiocy", + "Idiom", + "Idiot", + "Idleness", + "Idler", + "Idol", + "Idolatry", + "Idolizer", + "Idyll", + "Igloo", + "Ignition", + "Ignorance", + "Iguana", + "Ileum", + "Ill", + "Illegal", + "Illegitimacy", + "Illiteracy", + "Illness", + "Illumination", + "Illusion", + "Illustration", + "Illustrator", + "Image", + "Imagery", + "Imagination", + "Imagineer", + "Imagnation", + "Imbalance", + "Imbecile", + "Imbroglio", + "Imitation", + "Imitator", + "Immaturity", + "Immediacy", + "Immensity", + "Immersion", + "Immigrant", + "Immigration", + "Imminence", + "Immobility", + "Immodesty", + "Immorality", + "Immortality", + "Immunity", + "Immunization", + "Impact", + "Impairment", + "Impartiality", + "Impasse", + "Impatience", + "Impediment", + "Imperative", + "Imperfectability", + "Imperfection", + "Imperialism", + "Imperialist", + "Impersonation", + "Impiety", + "Implant", + "Implement", + "Implementation", + "Implication", + "Import", + "Importance", + "Importation", + "Imposition", + "Impossibility", + "Impotence", + "Impotency", + "Impresario", + "Impresser", + "Impression", + "Impressionist", + "Imprimatur", + "Imprisonment", + "Impromptu", + "Impropriety", + "Improvement", + "Improvisation", + "Improviser", + "Impudence", + "Impulse", + "Impunity", + "Impurity", + "Imputation", + "Inability", + "Inaccuracy", + "Inaction", + "Inactivation", + "Inactivity", + "Inadequacy", + "Inadvertence", + "Inamorata", + "Inamorato", + "Inaugural", + "Inauguration", + "Incantation", + "Incapacity", + "Incarnation", + "Incense", + "Incentive", + "Inception", + "Inceptor", + "Inch", + "Incidence", + "Incident", + "Incinerator", + "Incipience", + "Incipiency", + "Incitement", + "Inclination", + "Incline", + "Inclusion", + "Income", + "Incompatibility", + "Incompetence", + "Incomprehension", + "Incongruity", + "Inconsistency", + "Inconvenience", + "Incorporation", + "Incorruptibility", + "Increase", + "Incredulity", + "Incubation", + "Incubi", + "Inculcation", + "Incursion", + "Ind", + "Indecision", + "Indefinite", + "Indefinity", + "Indemnity", + "Indenture", + "Independence", + "Independent", + "Index", + "Indication", + "Indicator", + "Indictment", + "Indifference", + "Indigation", + "Indigestion", + "Indignation", + "Indirection", + "Indisposition", + "Indium", + "Individual", + "Individualism", + "Individualist", + "Individuality", + "Individuation", + "Indivisibility", + "Indivisible", + "Indoctrination", + "Indolence", + "Inducement", + "Induction", + "Indulgence", + "Industralization", + "Industrialism", + "Industrialist", + "Industrialization", + "Industry", + "Inefficiency", + "Inequality", + "Inertia", + "Inevitability", + "Inexperience", + "Infamy", + "Infancy", + "Infant", + "Infantry", + "Infantryman", + "Infantrymen", + "Infarct", + "Infarction", + "Infatuation", + "Infection", + "Inference", + "Inferiority", + "Inferno", + "Infestation", + "Infidelity", + "Infield", + "Infiltration", + "Infinite", + "Infinitive", + "Infinity", + "Infirmary", + "Infirmity", + "Inflammation", + "Inflation", + "Inflection", + "Infliction", + "Inflow", + "Influence", + "Influent", + "Influenza", + "Influx", + "Informality", + "Informant", + "Information", + "Infraction", + "Infrared", + "Infringement", + "Infuriation", + "Infusion", + "Ingenuity", + "Ingestion", + "Ingratitoode", + "Ingratitude", + "Ingredient", + "Inhabitation", + "Inhalation", + "Inheritance", + "Inheritor", + "Inhibition", + "Inhibitor", + "Initiation", + "Initiative", + "Initiator", + "Injection", + "Injunction", + "Injury", + "Injustice", + "Ink", + "Inlet", + "Inmate", + "Inn", + "Innocence", + "Innovation", + "Innovator", + "Innuendo", + "Inoculation", + "Inpost", + "Input", + "Inquest", + "Inquiry", + "Inquisitor", + "Insanity", + "Inscription", + "Inscrutability", + "Insect", + "Insecticide", + "Insecurity", + "Insemination", + "Insert", + "Insertion", + "Inset", + "Inside", + "Insight", + "Insignificance", + "Insinuation", + "Insistence", + "Insolence", + "Insomnia", + "Insouciance", + "Inspection", + "Inspector", + "Inspiration", + "Instability", + "Installation", + "Installment", + "Instance", + "Instancy", + "Instant", + "Instigation", + "Instigator", + "Instillation", + "Instinct", + "Institute", + "Institution", + "Institutionalization", + "Institutor", + "Instruction", + "Instructor", + "Instrument", + "Instrumentation", + "Insubordination", + "Insularity", + "Insulation", + "Insulator", + "Insulin", + "Insult", + "Insurance", + "Insurgence", + "Insurrection", + "Intake", + "Integer", + "Integral", + "Integration", + "Integrity", + "Intellect", + "Intellectual", + "Intellectuality", + "Intelligence", + "Intelligentsia", + "Intemperance", + "Intendant", + "Intensification", + "Intensifier", + "Intensity", + "Intent", + "Intention", + "Interaction", + "Intercept", + "Interceptor", + "Interchange", + "Intercourse", + "Interdependence", + "Intereference", + "Interest", + "Interface", + "Interference", + "Interferometer", + "Interim", + "Interior", + "Interlocutor", + "Interlude", + "Intermarriage", + "Interment", + "Intermission", + "Intern", + "International", + "Interne", + "Interplay", + "Interpolation", + "Interposition", + "Interpretation", + "Interpreter", + "Interpretor", + "Interregnum", + "Interrelation", + "Interrelationship", + "Interrogation", + "Interrogator", + "Interruption", + "Intersection", + "Interval", + "Intervention", + "Interview", + "Interviewee", + "Interviewer", + "Intestine", + "Intima", + "Intimacy", + "Intimate", + "Intimidation", + "Intolerance", + "Intonation", + "Intransigence", + "Intrigue", + "Introduction", + "Introject", + "Introspection", + "Intruder", + "Intrusion", + "Intuition", + "Invader", + "Invalid", + "Invalidism", + "Invasion", + "Invention", + "Inventor", + "Inventory", + "Inverse", + "Inversion", + "Investigation", + "Investigator", + "Investment", + "Investor", + "Invigoration", + "Inviolability", + "Invitation", + "Invite", + "Invitee", + "Invocation", + "Involution", + "Involvement", + "Invulnerability", + "Iodide", + "Iodination", + "Iodine", + "Iodoamino", + "Iodoprotein", + "Ion", + "Ionosphere", + "Iota", + "Ire", + "Iridium", + "Irish", + "Iron", + "Irony", + "Irradiation", + "Irrationality", + "Irredentism", + "Irregular", + "Irregularity", + "Irreproducibility", + "Irresolution", + "Irresponsibility", + "Irreverence", + "Irrigation", + "Irritability", + "Irritant", + "Irritation", + "Irsac", + "Island", + "Isle", + "Isocyanate", + "Isolation", + "Isolationism", + "Issuance", + "Issue", + "Itch", + "Item", + "Itemization", + "Itinerary", + "Ity", + "Ivory", + "Ivy", + "Jab", + "Jabberwock", + "Jackal", + "Jacket", + "Jackpot", + "Jade", + "Jag", + "Jail", + "Jalapeno", + "Jalopy", + "Jam", + "Jamb", + "Jamboree", + "Janitor", + "Jape", + "Japonica", + "Jar", + "Jargon", + "Jasper", + "Java", + "Jaw", + "Jawbone", + "Jay", + "Jaywalker", + "Jazz", + "Jazzmen", + "Jealousy", + "Jeans", + "Jedec", + "Jeep", + "Jejunum", + "Jelly", + "Jellyfish", + "Jeopardy", + "Jerk", + "Jerkiness", + "Jersey", + "Jest", + "Jester", + "Jet", + "Jetsetter", + "Jewel", + "Jeweler", + "Jewelry", + "Jiffy", + "Jig", + "Jigger", + "Jigsaw", + "Jim-dandy", + "Jingle", + "Jingo", + "Jink", + "Jinx", + "Jitter", + "Jitterbug", + "Jive", + "Job", + "Joblot", + "Jockey", + "Jockstrap", + "Jogger", + "John", + "Join", + "Joiner", + "Joinery", + "Joint", + "Joist", + "Joke", + "Joker", + "Jolt", + "Josh", + "Jot", + "Journal", + "Journalese", + "Journalism", + "Journalist", + "Journey", + "Journeyman", + "Joust", + "Joviality", + "Jowl", + "Joy", + "Joyfulness", + "Joyride", + "Joyrider", + "Joystick", + "Jubilation", + "Jubilee", + "Judge", + "Judgement", + "Judgeship", + "Judgment", + "Judicature", + "Judiciary", + "Judo", + "Jug", + "Juggernaut", + "Juggler", + "Juice", + "Juicer", + "Juju", + "Jujube", + "Juke", + "Jukebox", + "Julep", + "Jumble", + "Jumbo", + "Jump", + "Jumper", + "Jumpsuit", + "Junction", + "Juncture", + "June", + "Jungle", + "Junior", + "Juniper", + "Junk", + "Junket", + "Junkyard", + "Junta", + "Jurisdiction", + "Jurisprudence", + "Jurist", + "Juror", + "Jury", + "Justice", + "Justiciary", + "Justification", + "Jute", + "Juvenile", + "Juxtaposition", + "Kahuna", + "Kale", + "Kaleidoscope", + "Kangaroo", + "Karl", + "Karma", + "Kava", + "Kayak", + "Kazoo", + "Kebob", + "Kedgeree", + "Keel", + "Keelson", + "Keenness", + "Keep", + "Keeper", + "Keepsake", + "Keg", + "Kegful", + "Kelp", + "Ken", + "Kennel", + "Keno", + "Kenya", + "Kerbside", + "Kerchief", + "Kerfuffle", + "Kernel", + "Kerosene", + "Kerygma", + "Kestrel", + "Ketchup", + "Kettle", + "Key", + "Keyboard", + "Keychain", + "Keyhole", + "Keynote", + "Khaki", + "Khan", + "Kibbutzim", + "Kick", + "Kickback", + "Kicker", + "Kickoff", + "Kid", + "Kidnaper", + "Kidnapper", + "Kidney", + "Kill", + "Killer", + "Kiln", + "Kilogram", + "Kilometer", + "Kiloton", + "Kilowatt", + "Kilt", + "Kimono", + "Kin", + "Kind", + "Kindergarten", + "Kindness", + "Kindred", + "King", + "Kingdom", + "Kingpin", + "Kinship", + "Kiosk", + "Kiss", + "Kit", + "Kitchen", + "Kitchenette", + "Kite", + "Kitten", + "Klaxon", + "Kleptocracy", + "Kleptomania", + "Klutz", + "Knack", + "Knackwurst", + "Knee", + "Kneecap", + "Kneejerk", + "Knife", + "Knight", + "Knob", + "Knock", + "Knockdown", + "Knockout", + "Knoll", + "Knot", + "Knott", + "Know", + "Know-how", + "Knowledge", + "Knuckle", + "Knuckleball", + "Koala", + "Kob", + "Kola", + "Konga", + "Korean", + "Kqed", + "Kraft", + "Kraut", + "Kudos", + "Kumquat", + "Lab", + "Label", + "Labor", + "Laboratory", + "Laborer", + "Labour", + "Labyrinth", + "Lace", + "Lack", + "Lacquer", + "Lactate", + "Lad", + "Ladder", + "Ladle", + "Lady", + "Lag", + "Lagoon", + "Laity", + "Lake", + "Lamb", + "Lament", + "Laminate", + "Lamp", + "Lamplight", + "Lance", + "Land", + "Landau", + "Landlord", + "Landmark", + "Landscape", + "Landslide", + "Lane", + "Language", + "Lantern", + "Lanthanum", + "Lap", + "Lapel", + "Lapidary", + "Lapse", + "Larceny", + "Lard", + "Larder", + "Large", + "Largesse", + "Lark", + "Larkspur", + "Larvae", + "Laser", + "Lash", + "Lasso", + "Last", + "Latch", + "Latex", + "Lath", + "Lathe", + "Lather", + "Latitude", + "Latitudinarian", + "Lattice", + "Laudanum", + "Laugh", + "Laughter", + "Launch", + "Launcher", + "Laundry", + "Laureate", + "Laurel", + "Lava", + "Lavatory", + "Lavender", + "Law", + "Lawman", + "Lawmen", + "Lawn", + "Lawsuit", + "Lawyer", + "Laxative", + "Layer", + "Layette", + "Layman", + "Laymen", + "Layout", + "Lead", + "Leader", + "Leadership", + "Leadsman", + "Leaf", + "Leafhopper", + "Leaflet", + "Leafmold", + "League", + "Leaguer", + "Leak", + "Leakage", + "Leap", + "Leapfrog", + "Lease", + "Leash", + "Least", + "Leasure", + "Leather", + "Leave", + "Lebensraum", + "Lecher", + "Lecture", + "Lecturer", + "Ledge", + "Ledger", + "Leeway", + "Left", + "Leftfield", + "Lefthander", + "Leftist", + "Leg", + "Legacy", + "Legality", + "Legatee", + "Legation", + "Legato", + "Legator", + "Legend", + "Legibility", + "Legion", + "Legislation", + "Legislator", + "Legislature", + "Legitimacy", + "Legume", + "Leisure", + "Lemon", + "Lemonade", + "Length", + "Lens", + "Leprae", + "Leprosy", + "Lesion", + "Lesson", + "Let", + "Lethality", + "Lethargy", + "Letter", + "Letterhead", + "Letterman", + "Lettermen", + "Leukemia", + "Levee", + "Level", + "Lever", + "Leverage", + "Levitation", + "Levity", + "Levy", + "Lexicon", + "Liability", + "Liaison", + "Liar", + "Libel", + "Liberal", + "Liberalism", + "Liberality", + "Liberation", + "Libertarian", + "Libertie", + "Libertine", + "Liberty", + "Libido", + "Librarian", + "Library", + "Libretto", + "Lice", + "License", + "Licensee", + "Lid", + "Lie", + "Lieder", + "Lien", + "Lieu", + "Lieutenant", + "Life", + "Lifeblood", + "Lifeboat", + "Lifer", + "Lifestyle", + "Lifetime", + "Lift", + "Ligament", + "Ligand", + "Light", + "Lighter", + "Lightning", + "Lightweight", + "Lignite", + "Like", + "Likelihood", + "Lilt", + "Limb", + "Limber", + "Limbo", + "Lime", + "Limelight", + "Limit", + "Limitation", + "Limousine", + "Limp", + "Linden", + "Line", + "Lineage", + "Lineback", + "Lineman", + "Linen", + "Liner", + "Lineup", + "Lingerie", + "Lingo", + "Linguist", + "Liniment", + "Link", + "Linkage", + "Linoleum", + "Lint", + "Lion", + "Lionheart", + "Lip", + "Lipstick", + "Liqueur", + "Liquid", + "Liquidation", + "Liquidity", + "Liquor", + "Lise", + "List", + "Listener", + "Lit", + "Liter", + "Literalism", + "Literate", + "Literature", + "Lithograph", + "Litigant", + "Litigation", + "Litorigin", + "Litter", + "Litterbug", + "Livability", + "Livelihood", + "Liver", + "Livery", + "Livestock", + "Load", + "Loader", + "Loaf", + "Loan", + "Lobby", + "Lobe", + "Loblolly", + "Lobo", + "Lobscouse", + "Lobster", + "Lobularity", + "Lobule", + "Loc", + "Local", + "Locale", + "Locality", + "Localization", + "Location", + "Lock", + "Locker", + "Lockup", + "Locomotive", + "Locust", + "Lodge", + "Lodgment", + "Loft", + "Log", + "Logarithm", + "Logger", + "Logic", + "Logo", + "Loin", + "Loincloth", + "Longevity", + "Longhand", + "Longhorn", + "Longitude", + "Longrun", + "Longshoremen", + "Longshot", + "Longtime", + "Look", + "Lookout", + "Lookup", + "Loom", + "Loon", + "Loop", + "Loophole", + "Loose", + "Loot", + "Lope", + "Loquacity", + "Lord", + "Lordship", + "Lore", + "Loser", + "Loss", + "Lot", + "Lotion", + "Lots", + "Loudspeaker", + "Lounge", + "Louse", + "Love", + "Lover", + "Lovie", + "Low", + "Loyalist", + "Loyalty", + "Lubricant", + "Lubrication", + "Lucidity", + "Luck", + "Lucy", + "Lug", + "Luggage", + "Lull", + "Lullaby", + "Lulu", + "Lumber", + "Lumen", + "Luminescence", + "Luminosity", + "Lummox", + "Lump", + "Lunation", + "Lunch", + "Luncheon", + "Lunchroom", + "Lunchtime", + "Lung", + "Lurch", + "Lure", + "Lust", + "Luster", + "Lustre", + "Lute", + "Luxuriance", + "Luxury", + "Lymph", + "Lymphoma", + "Lyric", + "Lyricism", + "Lyricist", + "Lyriist", + "Machine", + "Machinegun", + "Machinery", + "Machinist", + "Mackerel", + "Mackinaw", + "Mackintosh", + "Mad", + "Madam", + "Madhouse", + "Madman", + "Madmen", + "Madrigal", + "Maelstrom", + "Maestro", + "Magazine", + "Maget", + "Magic", + "Magician", + "Magistrate", + "Magnanimity", + "Magnate", + "Magnet", + "Magnetism", + "Magnification", + "Magnificence", + "Magnitude", + "Magnolia", + "Magnum", + "Mahogany", + "Mahua", + "Maid", + "Maiden", + "Maiestie", + "Mail", + "Mailbox", + "Mailman", + "Main", + "Mainland", + "Mainstream", + "Maintenance", + "Majesty", + "Major", + "Major-domo", + "Majority", + "Majuh", + "Make", + "Maker", + "Makeup", + "Maladjustment", + "Malady", + "Malaise", + "Malapropism", + "Malaria", + "Male", + "Malediction", + "Malevolence", + "Malfeasant", + "Malice", + "Malignancy", + "Mall", + "Malnutrition", + "Malocclusion", + "Malt", + "Mama", + "Mammal", + "Man", + "Mana", + "Management", + "Manager", + "Mandate", + "Mandrel", + "Maneuver", + "Maneuverability", + "Manganese", + "Manhood", + "Mania", + "Maniac", + "Manifestation", + "Manifold", + "Manikin", + "Manila", + "Manipulation", + "Mankind", + "Mannequin", + "Manner", + "Mannerism", + "Manometer", + "Manor", + "Manpower", + "Manse", + "Manservant", + "Mansion", + "Manslaughter", + "Mantel", + "Mantle", + "Mantlepiece", + "Mantrap", + "Manual", + "Manufacture", + "Manufacturer", + "Manumission", + "Manure", + "Manuscript", + "Manzanita", + "Map", + "Maple", + "Marathon", + "Marble", + "March", + "Mare", + "Margin", + "Marginality", + "Marijuana", + "Marimba", + "Marina", + "Marinade", + "Marine", + "Mariner", + "Mark", + "Marker", + "Market", + "Marketability", + "Marketing", + "Marketplace", + "Marksman", + "Marksmanship", + "Marmalade", + "Marriage", + "Marrow", + "Marshal", + "Martingale", + "Martini", + "Martyr", + "Martyrdom", + "Marvel", + "Mascara", + "Masculine", + "Masculinity", + "Mash", + "Mask", + "Masonry", + "Masquerade", + "Massage", + "Masseur", + "Massuh", + "Mast", + "Master", + "Mastermind", + "Masterpiece", + "Mastery", + "Mastic", + "Mastiff", + "Mat", + "Match", + "Matchmaker", + "Mate", + "Material", + "Materialism", + "Materiel", + "Math", + "Mathematician", + "Matriarch", + "Matrimony", + "Matrix", + "Matron", + "Matt", + "Matter", + "Maturation", + "Maturity", + "Mauler", + "Mausoleum", + "Maverick", + "Maw", + "Maxim", + "Maximization", + "Maximum", + "Mayhem", + "Mayonnaise", + "Mayor", + "Mayorship", + "Maze", + "Mazurka", + "Meadow", + "Meal", + "Mealtime", + "Mealynose", + "Mean", + "Meaning", + "Meantime", + "Measure", + "Measurement", + "Meat", + "Mechanic", + "Mechanism", + "Mechanist", + "Mechanization", + "Medal", + "Media", + "Mediaevalist", + "Median", + "Medication", + "Medicine", + "Mediocrity", + "Meditation", + "Medium", + "Mediumship", + "Medley", + "Meet", + "Meeting", + "Megalomania", + "Megaton", + "Megawatt", + "Melancholy", + "Melange", + "Melee", + "Melioration", + "Melodrama", + "Melody", + "Melon", + "Melting", + "Member", + "Membership", + "Membrane", + "Memento", + "Memo", + "Memoir", + "Memorabilia", + "Memorial", + "Memorization", + "Memory", + "Men", + "Menace", + "Menarche", + "Menfolk", + "Menstruation", + "Mentality", + "Mention", + "Mentor", + "Menu", + "Mercer", + "Merchandise", + "Merchant", + "Mercury", + "Mercy", + "Merger", + "Merit", + "Mermaid", + "Merriment", + "Mesh", + "Message", + "Messenger", + "Messhall", + "Metabolism", + "Metabolite", + "Metal", + "Metaphor", + "Metaphysic", + "Meteor", + "Meteorite", + "Meter", + "Methacrylate", + "Method", + "Methodology", + "Methyl", + "Metrazol", + "Metre", + "Metronome", + "Metropolitanization", + "Mettle", + "Mezzo", + "Mica", + "Mice", + "Micelle", + "Microchemistry", + "Microcosm", + "Microcytochemistry", + "Microfilm", + "Micrometeorite", + "Micrometer", + "Microorganism", + "Microphone", + "Microscope", + "Microscopy", + "Microwave", + "Midair", + "Midday", + "Middle", + "Midnight", + "Midpoint", + "Midshipmen", + "Midst", + "Midstream", + "Midsummer", + "Midway", + "Midweek", + "Midwife", + "Mien", + "Might", + "Migration", + "Mike", + "Mildew", + "Mile", + "Mileage", + "Milestone", + "Milieu", + "Militant", + "Militarism", + "Militarist", + "Military", + "Militia", + "Milk", + "Mill", + "Millenarianism", + "Millenium", + "Millennia", + "Millennium", + "Millidegree", + "Milligram", + "Milliliter", + "Millimeter", + "Millinery", + "Million", + "Millionaire", + "Millivoltmeter", + "Milquetoast", + "Min", + "Mind", + "Minder", + "Mine", + "Miner", + "Mineral", + "Mineralogy", + "Miniature", + "Minikin", + "Minimum", + "Minister", + "Ministry", + "Mink", + "Minor", + "Minority", + "Minstrel", + "Mint", + "Minter", + "Minuet", + "Minute", + "Minutes", + "Minutiae", + "Miracle", + "Mirror", + "Mirth", + "Misalignment", + "Misanthrope", + "Misbehavior", + "Miscalculation", + "Miscegenation", + "Miscellany", + "Mischief", + "Misconception", + "Misconstruction", + "Miscount", + "Miscreant", + "Misdemeanor", + "Misery", + "Misfortune", + "Mishap", + "Misinformation", + "Misinterpretation", + "Misnomer", + "Misogynist", + "Mispronunciation", + "Misrepresentation", + "Missile", + "Mission", + "Missionary", + "Missive", + "Misstep", + "Missy", + "Mist", + "Mistake", + "Mistletoe", + "Mistrial", + "Mistrust", + "Misuse", + "Mitigation", + "Mitre", + "Mix", + "Mixer", + "Mixture", + "Mlle", + "Mob", + "Mobility", + "Mobilization", + "Mockery", + "Modality", + "Mode", + "Model", + "Moderation", + "Moderator", + "Modern", + "Modernism", + "Modernity", + "Modernization", + "Modesty", + "Modicum", + "Modification", + "Modifier", + "Modulation", + "Moire", + "Moisture", + "Molar", + "Mold", + "Moldboard", + "Mole", + "Molecule", + "Mollycoddle", + "Mom", + "Moment", + "Momentum", + "Monacle", + "Monarch", + "Monastery", + "Monasticism", + "Monei", + "Money", + "Monitor", + "Monk", + "Monkey", + "Monogamy", + "Monograph", + "Monolith", + "Monologist", + "Monologue", + "Monomer", + "Monopolization", + "Monopoly", + "Monosyllable", + "Monotony", + "Monsoon", + "Monster", + "Monstrosity", + "Month", + "Monument", + "Monumentality", + "Mood", + "Moon", + "Moonlight", + "Moontrack", + "Mop", + "Moppet", + "Moral", + "Morale", + "Moralist", + "Morality", + "Moratorium", + "Morgue", + "Morning", + "Morphine", + "Morphology", + "Morrow", + "Morsel", + "Mortality", + "Mortar", + "Mortgage", + "Mortification", + "Mosaic", + "Mosque", + "Mosquito", + "Motel", + "Motet", + "Moth", + "Mother", + "Motherhood", + "Motherland", + "Motif", + "Motion", + "Motivation", + "Motivator", + "Motive", + "Motor", + "Motorist", + "Motto", + "Mough", + "Mound", + "Mount", + "Mountain", + "Mountainside", + "Mouse", + "Moustache", + "Mouth", + "Mouthful", + "Mouthpiece", + "Move", + "Movement", + "Mover", + "Movie", + "Mrad", + "Much", + "Mucilage", + "Muck", + "Mucker", + "Mucosa", + "Mud", + "Mudguard", + "Mudwagon", + "Muezzin", + "Muff", + "Muffler", + "Mug", + "Mulch", + "Mule", + "Mullah", + "Multifigure", + "Multimillionaire", + "Multipactor", + "Multiplication", + "Multiplicity", + "Multistage", + "Multitude", + "Multiversity", + "Mumble", + "Municipality", + "Mural", + "Murder", + "Murderer", + "Murmur", + "Muscle", + "Musclemen", + "Musculature", + "Muse", + "Museum", + "Mushroom", + "Music", + "Musical", + "Musicality", + "Musician", + "Musicianship", + "Muskadell", + "Musket", + "Must", + "Mustache", + "Mustard", + "Muster", + "Mutilation", + "Mutineer", + "Mutiny", + "Mutton", + "Mutuality", + "Muzzle", + "Mycobacteria", + "Mycology", + "Myocardium", + "Myofibrillae", + "Myopia", + "Myosin", + "Myriad", + "Myrrh", + "Myrtle", + "Mystery", + "Mystic", + "Mysticism", + "Mystification", + "Mystique", + "Myth", + "Mythology", + "Nab", + "Nabit", + "Nacho", + "Nadir", + "Naebm", + "Nahb", + "Nail", + "Nair", + "Nairo", + "Naivete", + "Nakamoto", + "Name", + "Namesake", + "Nanometer", + "Nap", + "Napkin", + "Narcissism", + "Narcotic", + "Nareb", + "Narration", + "Narrative", + "Narrator", + "Narrowness", + "Nascency", + "Nastiness", + "Natation", + "Nation", + "National", + "Nationalism", + "Nationalist", + "Nationality", + "Nationhood", + "Native", + "Nato", + "Naturalism", + "Naturalist", + "Nature", + "Naturopath", + "Nausea", + "Navel", + "Navigation", + "Navigator", + "Navy", + "Neatness", + "Nebula", + "Necessity", + "Neck", + "Necklace", + "Neckline", + "Necktie", + "Necropsy", + "Nectar", + "Need", + "Neediness", + "Needle", + "Negation", + "Negative", + "Negativism", + "Negativity", + "Neglect", + "Negligence", + "Negoce", + "Negotiation", + "Negotiator", + "Neighbor", + "Neighborhood", + "Neighbourhood", + "Nemesis", + "Neocortex", + "Neon", + "Neonate", + "Neoteric", + "Nephew", + "Nerve", + "Nest", + "Nester", + "Nestling", + "Net", + "Network", + "Neuralgia", + "Neurasthenic", + "Neurologist", + "Neuron", + "Neuropathology", + "Neurotic", + "Neutralism", + "Neutralist", + "Neutrality", + "Neutralization", + "Neutron", + "Newborn", + "Newcomer", + "Newel", + "Newlywed", + "Newsboy", + "Newsletter", + "Newsman", + "Newsmen", + "Newspaper", + "Newspaperman", + "Newspapermen", + "Newsreel", + "Newsstand", + "Newt", + "Niceness", + "Nicety", + "Niche", + "Nickel", + "Nickname", + "Niece", + "Night", + "Nightclub", + "Nightfall", + "Nightingale", + "Nightmare", + "Nightshirt", + "Nihilism", + "Nihilist", + "Nil", + "Nimblewit", + "Nimbus", + "Nip", + "Nipper", + "Nirvana", + "Nitrate", + "Nitrogen", + "Nitroglycerine", + "Nitwit", + "Nobility", + "Nobleman", + "Noblesse", + "Nod", + "Node", + "Noise", + "Noisiness", + "Nomad", + "Nomenclature", + "Nomination", + "Nominee", + "Nonce", + "Noncompliance", + "Nonconformist", + "Nondefeatist", + "Nondriver", + "Nonequivalence", + "Nonfiction", + "Nonfood", + "Nonism", + "Nonoccurrence", + "Nonogenarian", + "Nonpareil", + "Nonpayment", + "Nonreactivity", + "Nonsense", + "Nonstop", + "Noodle", + "Noon", + "Noontime", + "Noose", + "Nop", + "Norad", + "Noradrenalin", + "Norethandrolone", + "Norm", + "Normal", + "Normalcy", + "North", + "Northerner", + "Norwegian", + "Nose", + "Nosebag", + "Nosebleed", + "Nostalgia", + "Nostril", + "Notable", + "Notation", + "Notch", + "Note", + "Notebook", + "Notice", + "Notification", + "Notion", + "Notoriety", + "Noun", + "Nourishment", + "Novel", + "Novelist", + "Novelty", + "Novice", + "Novitiate", + "Nowhere", + "Nozzle", + "Nuance", + "Nuclei", + "Nucleoli", + "Nucleotide", + "Nuclide", + "Nudge", + "Nudism", + "Nudist", + "Nudity", + "Nugget", + "Nuisance", + "Null", + "Nullity", + "Number", + "Numbness", + "Numeracy", + "Numerology", + "Nun", + "Nurse", + "Nursery", + "Nursling", + "Nurture", + "Nurturer", + "Nut", + "Nutmeg", + "Nutrition", + "Nutshell", + "Nuttiness", + "Nux", + "Nylon", + "Nymph", + "Nymphomaniac", + "Oaf", + "Oak", + "Oasis", + "Oath", + "Oathe", + "Oatmeal", + "Obedience", + "Obelisk", + "Obesity", + "Object", + "Objectification", + "Objection", + "Objective", + "Objectivity", + "Objector", + "Obligation", + "Oblige", + "Obliteration", + "Oblivion", + "Oblong", + "Oboist", + "Obscenity", + "Obscurity", + "Observance", + "Observation", + "Observer", + "Obsession", + "Obsidian", + "Obstacle", + "Obstructionist", + "Obverse", + "Ocarina", + "Occasion", + "Occlusion", + "Occupancy", + "Occupant", + "Occupation", + "Occurrence", + "Ocean", + "Oceanography", + "Ocelot", + "Ocher", + "Ochre", + "Octagon", + "Octahedron", + "October", + "Octopus", + "Octoroon", + "Ode", + "Odor", + "Odyssey", + "Oep", + "Offal", + "Offender", + "Offense", + "Offer", + "Offering", + "Offersey", + "Office", + "Officer", + "Official", + "Officialdom", + "Offing", + "Offshoot", + "Offspring", + "Ogre", + "Oil", + "Oilcloth", + "Oiliness", + "Oilseed", + "Ointment", + "Oiticica", + "Oleomargarine", + "Olive", + "Olympian", + "Ome", + "Omelet", + "Omen", + "Omission", + "Ommission", + "Omnipotence", + "Omnipotent", + "Omnivore", + "Oneupmanship", + "Onion", + "Onlooker", + "Onrush", + "Onset", + "Onslaught", + "Oodles", + "Ooh", + "Oomph", + "Ooze", + "Opal", + "Open", + "Opener", + "Opening", + "Openness", + "Opera", + "Operand", + "Operation", + "Operator", + "Operetta", + "Opinion", + "Opium", + "Opponent", + "Opportunism", + "Opportunity", + "Opposite", + "Opposition", + "Oppression", + "Opprobrium", + "Optimality", + "Optimism", + "Optimist", + "Optimization", + "Optimum", + "Option", + "Oracle", + "Oral", + "Orange", + "Oration", + "Orator", + "Oratorio", + "Oratory", + "Orb", + "Orbit", + "Orchard", + "Orchestra", + "Orchestration", + "Orchestrator", + "Ordeal", + "Order", + "Orderly", + "Ordinance", + "Ordinary", + "Ordnance", + "Organ", + "Organdy", + "Organification", + "Organism", + "Organist", + "Organization", + "Organizer", + "Orgasm", + "Orgone", + "Orgy", + "Orientation", + "Origin", + "Original", + "Originality", + "Origination", + "Originator", + "Ornament", + "Ornamental", + "Ornamentation", + "Orphan", + "Orphanage", + "Orthicon", + "Orthodontist", + "Orthography", + "Orthophosphate", + "Oscillation", + "Oscillator", + "Osmium", + "Ossification", + "Ostracism", + "Ostrich", + "Otter", + "Ounce", + "Ouster", + "Outback", + "Outbreak", + "Outburst", + "Outcast", + "Outcome", + "Outcry", + "Outfield", + "Outfielder", + "Outfit", + "Outflow", + "Outgrowth", + "Outhouse", + "Outing", + "Outlaw", + "Outlawry", + "Outlay", + "Outlet", + "Outline", + "Outlook", + "Outpatient", + "Outpost", + "Output", + "Outrage", + "Outreach", + "Outset", + "Outside", + "Outsider", + "Oval", + "Ovation", + "Oven", + "Overall", + "Overcast", + "Overcoat", + "Overestimation", + "Overexploitation", + "Overflow", + "Overhang", + "Overhaul", + "Overhead", + "Overlay", + "Overload", + "Overnight", + "Overpayment", + "Overpopulation", + "Overpressure", + "Overprotection", + "Overrun", + "Overseer", + "Oversight", + "Oversimplification", + "Overthrow", + "Overtime", + "Overture", + "Overweight", + "Owi", + "Owl", + "Owner", + "Ownership", + "Oxalate", + "Oxcart", + "Oxen", + "Oxidation", + "Oxide", + "Oxygen", + "Oxytetracycline", + "Oyster", + "Ozone", + "Paba", + "Pace", + "Pacemaker", + "Pacer", + "Pacifier", + "Pacifism", + "Pacifist", + "Pack", + "Package", + "Packet", + "Pact", + "Pad", + "Paddock", + "Padlock", + "Paean", + "Pagan", + "Paganism", + "Page", + "Pageant", + "Pageantry", + "Pagoda", + "Pail", + "Pain", + "Paint", + "Paintbrush", + "Painter", + "Painting", + "Pair", + "Pajama", + "Pal", + "Palace", + "Palatability", + "Palate", + "Palazzo", + "Pale", + "Paleoexplosion", + "Palette", + "Pall", + "Palladium", + "Pallet", + "Pallor", + "Palm", + "Palsy", + "Pamphlet", + "Pan", + "Pandemic", + "Pane", + "Panel", + "Panelization", + "Panic", + "Panjandrum", + "Panorama", + "Pansy", + "Pantheist", + "Pantheon", + "Pantomime", + "Pantry", + "Pap", + "Paper", + "Paperback", + "Paperweight", + "Paprika", + "Par", + "Parable", + "Parachute", + "Parade", + "Paradigm", + "Paradise", + "Paradox", + "Paragon", + "Paragraph", + "Paralanguage", + "Parallel", + "Parallelism", + "Paramagnet", + "Parameter", + "Paramount", + "Paranoiac", + "Paraoxon", + "Parapet", + "Paraphernalia", + "Paraphrase", + "Parapsychology", + "Parasite", + "Parasol", + "Parcel", + "Parchment", + "Pard", + "Pardon", + "Parenchyma", + "Parent", + "Parentage", + "Parenthood", + "Pariah", + "Parish", + "Parisology", + "Park", + "Parkway", + "Parlance", + "Parliament", + "Parlor", + "Parody", + "Parole", + "Parquet", + "Parsimony", + "Parsley", + "Parson", + "Parsonage", + "Part", + "Partaker", + "Participant", + "Participation", + "Particle", + "Particular", + "Particularity", + "Partisan", + "Partition", + "Partner", + "Partnership", + "Party", + "Passage", + "Passageway", + "Passenger", + "Passerby", + "Passion", + "Passivity", + "Passport", + "Past", + "Paste", + "Pastel", + "Pasteurization", + "Pastime", + "Pastor", + "Pastry", + "Pasture", + "Pat", + "Patch", + "Patchwork", + "Pate", + "Patent", + "Paternalism", + "Path", + "Pathfinder", + "Pathologist", + "Pathology", + "Patience", + "Patient", + "Patina", + "Patio", + "Patriarch", + "Patriarchy", + "Patrician", + "Patriot", + "Patriotism", + "Patrol", + "Patrolman", + "Patrolmen", + "Patron", + "Patronage", + "Patsy", + "Patter", + "Pattern", + "Paucity", + "Paunch", + "Pause", + "Pavement", + "Pavilion", + "Paw", + "Pawn", + "Pawnshop", + "Pay", + "Paycheck", + "Payday", + "Paymaster", + "Payment", + "Payoff", + "Payroll", + "Peace", + "Peacekeeper", + "Peacetime", + "Peach", + "Peacock", + "Peak", + "Peanut", + "Pear", + "Pearl", + "Peasant", + "Peasanthood", + "Pebble", + "Pecan", + "Peck", + "Peculiarity", + "Pedagogue", + "Pedal", + "Peddler", + "Pedestal", + "Pedestrian", + "Pedigree", + "Peer", + "Peg", + "Pegboard", + "Pellagra", + "Peltry", + "Pemmican", + "Pen", + "Penalty", + "Penance", + "Penchant", + "Pencil", + "Pendulum", + "Penetration", + "Penicillin", + "Peninsula", + "Penman", + "Pennant", + "Penny", + "Pension", + "Pensioner", + "Pentagon", + "Penthouse", + "Penury", + "People", + "Pep", + "Pepper", + "Pepperoni", + "Peptide", + "Percent", + "Percentage", + "Perception", + "Percolator", + "Percussion", + "Perfectability", + "Perfectibility", + "Perfection", + "Perfectionism", + "Perfectionist", + "Performance", + "Performer", + "Perfume", + "Perfumery", + "Perfusion", + "Peril", + "Perilla", + "Perimeter", + "Period", + "Periodical", + "Periodicity", + "Periphery", + "Perjury", + "Permanence", + "Permissibility", + "Permission", + "Permit", + "Peroxide", + "Perpetration", + "Perpetrator", + "Perpetuation", + "Perplexity", + "Persecution", + "Perseverance", + "Persiflage", + "Persistence", + "Persistent", + "Person", + "Persona", + "Personae", + "Personage", + "Personality", + "Personification", + "Personnel", + "Perspective", + "Perspiration", + "Persuasion", + "Pertinence", + "Perturbation", + "Perusal", + "Pervaporation", + "Pessimism", + "Pest", + "Pet", + "Petition", + "Petitioner", + "Petroleum", + "Petulance", + "Pfennig", + "Phalanx", + "Phantasy", + "Phantom", + "Pharmacist", + "Pharmacy", + "Phase", + "Pheasant", + "Phenomena", + "Phenomenon", + "Phenonenon", + "Phenothiazine", + "Philanthropist", + "Philanthropy", + "Philantrophy", + "Philharmonic", + "Philology", + "Philosopher", + "Philosophy", + "Phloem", + "Phone", + "Phonograph", + "Phonology", + "Phony", + "Phosgene", + "Phosphate", + "Phosphide", + "Phosphor", + "Photo", + "Photocathode", + "Photograph", + "Photographer", + "Photography", + "Photoluminescence", + "Photomicrograph", + "Photomicrography", + "Photorealism", + "Phrase", + "Phraseology", + "Phthalate", + "Phyla", + "Physician", + "Physicist", + "Physiognomy", + "Physiologist", + "Physiology", + "Physiotherapist", + "Physique", + "Pianism", + "Pianist", + "Piano", + "Piazza", + "Pick", + "Pickaxe", + "Picker", + "Picket", + "Pickle", + "Pickoff", + "Pickup", + "Picnic", + "Picture", + "Pidgin", + "Pie", + "Piece", + "Pier", + "Piety", + "Piezoelectricity", + "Pig", + "Pigen", + "Pigeon", + "Pigeonhole", + "Pigment", + "Pigskin", + "Pike", + "Pile", + "Pilgrim", + "Pilgrimage", + "Pill", + "Pillage", + "Pillar", + "Pillow", + "Pilot", + "Pimp", + "Pin", + "Pin-up", + "Pinball", + "Pinch", + "Pine", + "Pineapple", + "Pinhead", + "Pink", + "Pinnacle", + "Pinochle", + "Pinpoint", + "Pint", + "Pinto", + "Pioneer", + "Pip", + "Pipe", + "Pipeline", + "Pique", + "Piracy", + "Pirate", + "Pirouette", + "Pistachio", + "Pistol", + "Piston", + "Pit", + "Pitch", + "Pitcher", + "Pitchfork", + "Pitfall", + "Pith", + "Pituitary", + "Pity", + "Pivot", + "Pizza", + "Pizzicato", + "Place", + "Placement", + "Plagiarism", + "Plague", + "Plaid", + "Plain", + "Plaintiff", + "Plan", + "Plane", + "Planeload", + "Planer", + "Planet", + "Planetarium", + "Planetoid", + "Plank", + "Planner", + "Plant", + "Plantain", + "Plantation", + "Planter", + "Plaque", + "Plasm", + "Plasma", + "Plaster", + "Plasterer", + "Plastic", + "Plasticity", + "Plate", + "Plateau", + "Platform", + "Platinum", + "Platoon", + "Platter", + "Play", + "Playback", + "Playboy", + "Player", + "Playground", + "Playmate", + "Playoff", + "Playroom", + "Playtime", + "Playwright", + "Plea", + "Pleader", + "Pleasance", + "Pleasant", + "Pleasure", + "Pledge", + "Plenipotentiary", + "Plenitude", + "Plenty", + "Pleura", + "Plight", + "Plot", + "Plow", + "Pluck", + "Plug", + "Plugugly", + "Plum", + "Plumb", + "Plumber", + "Plume", + "Plunder", + "Plunge", + "Pluralism", + "Plush", + "Plywood", + "Pneumonia", + "Poark", + "Pocket", + "Pocketbook", + "Pocketful", + "Podium", + "Poem", + "Poet", + "Poetry", + "Poignancy", + "Point", + "Pointer", + "Poise", + "Poison", + "Poker", + "Polarity", + "Polarization", + "Pole", + "Polecat", + "Polemic", + "Police", + "Policeman", + "Policemen", + "Policy", + "Polio", + "Polish", + "Politician", + "Politico", + "Polity", + "Polka", + "Poll", + "Pollen", + "Pollution", + "Polo", + "Polonaise", + "Polybutene", + "Polyester", + "Polyether", + "Polyethylene", + "Polyisobutylene", + "Polyisocyanate", + "Polymer", + "Polymerization", + "Polynomial", + "Polyphosphate", + "Polypropylene", + "Polystyrene", + "Pomp", + "Poncho", + "Pond", + "Pony", + "Poodle", + "Pool", + "Pop", + "Pope", + "Poplar", + "Poplin", + "Poppy", + "Poppyseed", + "Populace", + "Popularity", + "Population", + "Porcelain", + "Porch", + "Pore", + "Pork", + "Porosity", + "Porridge", + "Port", + "Portal", + "Porter", + "Portfolio", + "Portico", + "Portion", + "Portrait", + "Portraiture", + "Portrayal", + "Pose", + "Poseur", + "Position", + "Positive", + "Positivism", + "Positivist", + "Posse", + "Posseman", + "Possemen", + "Possession", + "Possessive", + "Possessor", + "Possibility", + "Possum", + "Post", + "Postcard", + "Poster", + "Posterity", + "Postgraduate", + "Postman", + "Postmark", + "Postmen", + "Postponement", + "Postscript", + "Postulant", + "Posture", + "Pot", + "Potassium", + "Potato", + "Potboiler", + "Potency", + "Potential", + "Potentiality", + "Potentiometer", + "Pothole", + "Potpourri", + "Pottery", + "Pouch", + "Poultice", + "Poultry", + "Pound", + "Pout", + "Poverty", + "Pow", + "Powder", + "Powderpuff", + "Power", + "Practicability", + "Practicality", + "Practice", + "Practitioner", + "Pragmatic", + "Pragmatism", + "Prairie", + "Praise", + "Pram", + "Pranha", + "Prank", + "Prayer", + "Preacher", + "Preamble", + "Precaution", + "Precedence", + "Precedent", + "Precept", + "Prechlorination", + "Precinct", + "Precipice", + "Precipitate", + "Precipitin", + "Precision", + "Precocity", + "Precondition", + "Predecessor", + "Predicament", + "Predicator", + "Predictability", + "Prediction", + "Predisposition", + "Prednisone", + "Predominance", + "Predomination", + "Preemption", + "Preface", + "Preference", + "Preferment", + "Pregnancy", + "Prejudice", + "Preliminary", + "Prelude", + "Premier", + "Premiere", + "Premise", + "Premium", + "Premix", + "Premonition", + "Preoccupation", + "Preordainment", + "Prep", + "Preparation", + "Prepayment", + "Prepolymer", + "Preponderance", + "Preposition", + "Prepublication", + "Preradiation", + "Prerequisite", + "Prerogative", + "Prescription", + "Presence", + "Present", + "Presentation", + "Presenter", + "Preservation", + "Preserve", + "Presidency", + "President", + "Press", + "Pressure", + "Prestidigitator", + "Prestige", + "Presumption", + "Presupposition", + "Pretence", + "Pretense", + "Pretext", + "Pretty", + "Prevalence", + "Prevention", + "Preview", + "Prevision", + "Prey", + "Price", + "Prick", + "Pride", + "Priest", + "Primacy", + "Primary", + "Prime", + "Primitive", + "Primitivism", + "Primogenitor", + "Prince", + "Princess", + "Princesse", + "Principal", + "Principle", + "Print", + "Printer", + "Priority", + "Prison", + "Prisoner", + "Privacy", + "Private", + "Privet", + "Privilege", + "Privy", + "Prize", + "Pro", + "Probability", + "Probate", + "Probation", + "Probe", + "Probity", + "Problem", + "Procaine", + "Procedure", + "Process", + "Procession", + "Processional", + "Processor", + "Proclamation", + "Proconsul", + "Procrastination", + "Procreation", + "Procreativity", + "Procreator", + "Proctor", + "Procurement", + "Procurer", + "Prod", + "Prodigy", + "Produce", + "Producer", + "Product", + "Production", + "Productivity", + "Profanity", + "Profession", + "Professional", + "Professionalism", + "Professor", + "Professorship", + "Profet", + "Proficiency", + "Profile", + "Profit", + "Profitability", + "Profoundity", + "Profundity", + "Profusion", + "Progandist", + "Progenitor", + "Progeny", + "Prognostication", + "Prognosticator", + "Program", + "Programmer", + "Progress", + "Progression", + "Progressive", + "Progressivism", + "Prohibition", + "Prohibiton", + "Project", + "Projectile", + "Projection", + "Projector", + "Prolepsis", + "Proletariat", + "Proliferation", + "Prolixity", + "Prolongation", + "Prolusion", + "Promazine", + "Promenade", + "Prominence", + "Promise", + "Promoter", + "Promotion", + "Promulgator", + "Pronoun", + "Pronouncement", + "Proof", + "Prop", + "Propaganda", + "Propagandist", + "Propagation", + "Propeller", + "Property", + "Prophecy", + "Prophet", + "Propionate", + "Proponent", + "Proportion", + "Proportionality", + "Proposal", + "Proposer", + "Proposition", + "Proprieter", + "Proprietor", + "Proprietorship", + "Propriety", + "Propulsion", + "Propylthiouracil", + "Proscription", + "Prose", + "Prosecution", + "Prosecutor", + "Prospect", + "Prospective", + "Prosperity", + "Prostate", + "Prostitute", + "Prostitution", + "Protagonist", + "Protease", + "Protection", + "Protective", + "Protector", + "Protege", + "Protein", + "Protest", + "Protocol", + "Proton", + "Protoplasm", + "Prototype", + "Protozoa", + "Protrusion", + "Protuberance", + "Provenance", + "Proverb", + "Providence", + "Provider", + "Province", + "Provincialism", + "Provision", + "Proviso", + "Provocation", + "Provocative", + "Prow", + "Prowl", + "Proximity", + "Proxy", + "Prudence", + "Prune", + "Psalm", + "Psalmist", + "Pseudonym", + "Pseudophloem", + "Pseudynom", + "Psi", + "Psyche", + "Psychiatrist", + "Psychiatry", + "Psychoanalyst", + "Psychologist", + "Psychology", + "Psychopath", + "Psychopomp", + "Psychotherapy", + "Psyllium", + "Pterygia", + "Pub", + "Puberty", + "Public", + "Publication", + "Publicity", + "Publisher", + "Puddle", + "Puke", + "Pull", + "Pulley", + "Pulp", + "Pulpit", + "Pulsation", + "Pulse", + "Pump", + "Pumpkin", + "Pun", + "Punch", + "Punchbowl", + "Puncher", + "Punctuality", + "Punctuation", + "Punditry", + "Pungency", + "Punishment", + "Punk", + "Punster", + "Pup", + "Pupil", + "Puppet", + "Puppy", + "Purchase", + "Purgation", + "Purgatory", + "Purge", + "Purification", + "Purism", + "Purity", + "Purple", + "Purpose", + "Purse", + "Pursuer", + "Pursuit", + "Purveyor", + "Push", + "Pussy", + "Pussycat", + "Putout", + "Putt", + "Putter", + "Putty", + "Puzzle", + "Puzzlement", + "Puzzler", + "Pynte", + "Pyorrhea", + "Pyramid", + "Pyre", + "Pyrometer", + "Pyrophosphate", + "Pyschiatrist", + "Python", + "Qiblah", + "Quack", + "Quackery", + "Quacksalver", + "Quad", + "Quadcopter", + "Quadrangle", + "Quadrant", + "Quadric", + "Quadriceps", + "Quadrille", + "Quadruped", + "Quaff", + "Quagmire", + "Quail", + "Quaintise", + "Quaintisiness", + "Quake", + "Quaker", + "Qualification", + "Qualifier", + "Quality", + "Qualm", + "Quandary", + "Quantity", + "Quantum", + "Quarantine", + "Quark", + "Quarrel", + "Quarry", + "Quarrymen", + "Quart", + "Quarter", + "Quarterback", + "Quarterfinal", + "Quartermaster", + "Quartet", + "Quartz", + "Quatrain", + "Quaver", + "Quay", + "Queasiness", + "Queen", + "Queenhood", + "Queerness", + "Querist", + "Quern", + "Query", + "Quest", + "Quester", + "Question", + "Questionaire", + "Questioner", + "Questionnaire", + "Quetzal", + "Queue", + "Quibble", + "Quibbler", + "Quiche", + "Quick", + "Quickie", + "Quickness", + "Quicksand", + "Quicksilver", + "Quickstep", + "Quid", + "Quidditch", + "Quiddity", + "Quiet", + "Quietness", + "Quietude", + "Quill", + "Quillet", + "Quilt", + "Quince", + "Quinine", + "Quinoa", + "Quinsy", + "Quintain", + "Quintessence", + "Quintet", + "Quintuplets", + "Quip", + "Quire", + "Quirk", + "Quirt", + "Quitter", + "Quiver", + "Quixotism", + "Quiz", + "Quod", + "Quoit", + "Quorum", + "Quota", + "Quotation", + "Quote", + "Quotient", + "Quran", + "Rabbi", + "Rabbit", + "Rabble", + "Race", + "Racetrack", + "Rack", + "Racket", + "Racketeer", + "Raconteur", + "Radar", + "Radiance", + "Radiant", + "Radiation", + "Radiator", + "Radical", + "Radicalism", + "Radii", + "Radio", + "Radioactivity", + "Radiocarbon", + "Radiochlorine", + "Radioclast", + "Radiography", + "Radiomen", + "Radiopasteurization", + "Radiosterilization", + "Radish", + "Raft", + "Rag", + "Rage", + "Raid", + "Rail", + "Railhead", + "Raillery", + "Railroad", + "Railroader", + "Railway", + "Rain", + "Rain-maker", + "Rainbow", + "Rainfall", + "Rainstorm", + "Raise", + "Raiser", + "Raisin", + "Rajah", + "Rake", + "Rally", + "Ram", + "Ramification", + "Ramp", + "Rampage", + "Rampart", + "Ranch", + "Rancher", + "Rancho", + "Rancidity", + "Rancor", + "Random", + "Randomization", + "Range", + "Rank", + "Ransom", + "Rap", + "Rape", + "Rapidity", + "Rapier", + "Rapport", + "Rapprochement", + "Rapture", + "Rarity", + "Rascal", + "Rasp", + "Rat", + "Rate", + "Ratification", + "Ratio", + "Ration", + "Rationale", + "Rationalism", + "Rationalist", + "Rationality", + "Rationalization", + "Rator", + "Rattail", + "Rattle", + "Rattler", + "Rattlesnake", + "Rawhide", + "Ray", + "Razor", + "Razorback", + "Reaction", + "Reader", + "Realist", + "Reality", + "Realization", + "Reason", + "Rebuttal", + "Recalcitrant", + "Receiver", + "Reception", + "Recidivism", + "Recipe", + "Reciprocal", + "Recollection", + "Recommendation", + "Reconciliation", + "Reconnaissance", + "Recourse", + "Recreant", + "Recruitment", + "Rectitude", + "Recuperation", + "Reform", + "Regatta", + "Regimen", + "Region", + "Regulator", + "Rejoinder", + "Rejuvenation", + "Relationship", + "Relaxation", + "Release", + "Relic", + "Relief", + "Reliever", + "Religion", + "Reminiscence", + "Remnant", + "Renegade", + "Renovation", + "Rent", + "Repartee", + "Repast", + "Repeal", + "Report", + "Reprobate", + "Repugnance", + "Reputation", + "Request", + "Research", + "Resemblance", + "Resource", + "Respect", + "Response", + "Responsibility", + "Rest", + "Restaurant", + "Restitution", + "Restoration", + "Result", + "Reunion", + "Revelry", + "Reverence", + "Reverie", + "Revulsion", + "Reward", + "Rhapsody", + "Rice", + "Riddle", + "Right", + "Rise", + "Road", + "Robe", + "Rod", + "Rodomontade", + "Roll", + "Romantic", + "Romanticism", + "Romeo", + "Room", + "Rooter", + "Rope", + "Rose", + "Route", + "Rug", + "Ruler", + "Rumor", + "Run", + "Runner", + "Saami", + "Saber", + "Sable", + "Sabotage", + "Sabre", + "Sac", + "Sachet", + "Sack", + "Sacker", + "Sacrament", + "Sacrifice", + "Sacrilege", + "Saddle", + "Sadism", + "Sadist", + "Sadness", + "Safari", + "Safe", + "Safeguard", + "Safety", + "Saffron", + "Saga", + "Sage", + "Sagebrush", + "Sago", + "Sail", + "Sailboat", + "Sailor", + "Saint", + "Sainthood", + "Sake", + "Salad", + "Salamander", + "Salami", + "Salary", + "Sale", + "Salesgirl", + "Saleslady", + "Salesman", + "Salesmanship", + "Salesmen", + "Salient", + "Saline", + "Saliva", + "Salmon", + "Salon", + "Saloon", + "Saloonkeeper", + "Salt", + "Saltbush", + "Saltiness", + "Salubrity", + "Salutation", + "Salute", + "Salvage", + "Salvation", + "Salve", + "Salvo", + "Sambur", + "Samovar", + "Sample", + "Sanatorium", + "Sanction", + "Sanctity", + "Sanctuary", + "Sand", + "Sandalwood", + "Sander", + "Sandpaper", + "Sandstorm", + "Sandwich", + "Sangaree", + "Sanhedrin", + "Sanipractor", + "Sanitarium", + "Sanitation", + "Sanity", + "Santa", + "Sap", + "Sarcasm", + "Sari", + "Sash", + "Sashimi", + "Satellite", + "Satiety", + "Satin", + "Satire", + "Satirist", + "Satisfaction", + "Satsuma", + "Saturation", + "Sauce", + "Saucepan", + "Sauerkraut", + "Sausage", + "Savant", + "Saver", + "Savior", + "Savor", + "Savory", + "Savvy", + "Saw", + "Sawdust", + "Sawmill", + "Sawtimber", + "Sax", + "Saxophone", + "Saxophonist", + "Say", + "Sba", + "Scabbard", + "Scaffold", + "Scale", + "Scalp", + "Scan", + "Scandal", + "Scapegoat", + "Scar", + "Scarcity", + "Scare", + "Scarf", + "Scarlet", + "Scatter", + "Scattergun", + "Scavenger", + "Scenario", + "Scene", + "Scenery", + "Scent", + "Scepticism", + "Schedule", + "Schema", + "Schemata", + "Scheme", + "Schemer", + "Scherzo", + "Schism", + "Schizophrenic", + "Scholar", + "Scholarship", + "School", + "Schoolboy", + "Schoolchildren", + "Schoolgirl", + "Schoolhouse", + "Schoolmaster", + "Schoolmate", + "Schoolroom", + "Schoolwork", + "Schooner", + "Sciatica", + "Science", + "Scientist", + "Scimitar", + "Scion", + "Scoop", + "Scop", + "Scope", + "Scorcher", + "Score", + "Scoreboard", + "Scorecard", + "Scorn", + "Scoundrel", + "Scourge", + "Scout", + "Scramble", + "Scrap", + "Scrapbook", + "Scrape", + "Scratch", + "Scream", + "Screech", + "Screen", + "Screenland", + "Screenplay", + "Screw", + "Screwball", + "Scribe", + "Scrim", + "Scrimmage", + "Script", + "Scripter", + "Scripture", + "Scrivener", + "Scrub", + "Scrupulosity", + "Scrutiny", + "Scuffle", + "Sculptor", + "Sculpture", + "Scurvy", + "Sea", + "Seacoast", + "Seafood", + "Seahorse", + "Seal", + "Seam", + "Seaman", + "Seamanship", + "Seamen", + "Seaquake", + "Search", + "Searchlight", + "Seashore", + "Seaside", + "Season", + "Seat", + "Seato", + "Seaweed", + "Secant", + "Secession", + "Secessionist", + "Seclusion", + "Second", + "Secondhand", + "Secrecy", + "Secret", + "Secretary", + "Secretion", + "Sect", + "Section", + "Sector", + "Secular", + "Secularism", + "Security", + "Sedan", + "Sedative", + "Sediment", + "Sedimentation", + "Sedition", + "Seducer", + "Seduction", + "Seed", + "Seedbed", + "Seedcoat", + "Seeker", + "Seepage", + "Seersucker", + "Segment", + "Segregation", + "Segregationist", + "Seismograph", + "Seizure", + "Select", + "Selection", + "Selectivity", + "Self", + "Self-acceptance", + "Self-belief", + "Self-confidence", + "Self-discipline", + "Self-esteem", + "Self-help", + "Self-starter", + "Selfishness", + "Sell", + "Seller", + "Sellout", + "Semblance", + "Semester", + "Seminar", + "Seminary", + "Semitrance", + "Senate", + "Senator", + "Senior", + "Seniority", + "Senora", + "Sensation", + "Sensationalism", + "Sense", + "Sensibility", + "Sensitivity", + "Sensor", + "Sensuality", + "Sentence", + "Sentiment", + "Sentimentality", + "Sentinel", + "Sentry", + "Separation", + "Sepia", + "Septa", + "Septation", + "September", + "Septum", + "Sequel", + "Sequence", + "Sequestration", + "Sera", + "Seraphim", + "Serenade", + "Serendipity", + "Serene", + "Serenity", + "Serge", + "Sergeant", + "Serial", + "Serloin", + "Sermon", + "Serpent", + "Serum", + "Servant", + "Server", + "Service", + "Servicemen", + "Servo", + "Sesame", + "Session", + "Set", + "Setback", + "Setsw", + "Settlement", + "Settler", + "Setup", + "Severalty", + "Severity", + "Sewage", + "Sewer", + "Sforzando", + "Shack", + "Shade", + "Shadow", + "Shaft", + "Shag", + "Shake", + "Shaker", + "Sham", + "Shame", + "Shampoo", + "Shamrock", + "Shank", + "Shanty", + "Shape", + "Share", + "Sharecrop", + "Shareholder", + "Shaver", + "Shawl", + "Shea", + "Sheaf", + "Shear", + "Sheath", + "Shed", + "Sheen", + "Sheep", + "Sheepe", + "Sheepskin", + "Sheet", + "Sheik", + "Shelf", + "Shell", + "Shelter", + "Shepherd", + "Sheriff", + "Sherry", + "Shewe", + "Shibboleth", + "Shield", + "Shift", + "Shill", + "Shimmer", + "Shin", + "Shinbone", + "Shine", + "Ship", + "Shipboard", + "Shipmate", + "Shipment", + "Shipper", + "Shipwreck", + "Shirt", + "Shirtfront", + "Shirtsleeve", + "Shish", + "Shit", + "Shiver", + "Shock", + "Shocker", + "Shockwave", + "Shoe", + "Shoelace", + "Shoji", + "Shoot", + "Shooter", + "Shop", + "Shopper", + "Shore", + "Shoreline", + "Shortage", + "Shortcut", + "Shorthand", + "Shortstop", + "Shot", + "Shotgun", + "Shoulder", + "Shout", + "Shovel", + "Show", + "Showcase", + "Showdown", + "Shower", + "Showerhead", + "Showman", + "Showmanship", + "Showmen", + "Showpiece", + "Showroom", + "Shrapnel", + "Shred", + "Shredder", + "Shriek", + "Shrimp", + "Shrine", + "Shrinkage", + "Shrub", + "Shrubbery", + "Shrug", + "Shuffle", + "Shunt", + "Shutdown", + "Shutter", + "Sickroom", + "Side", + "Sideboard", + "Sidelight", + "Sideline", + "Sidemen", + "Sideshow", + "Sidewalk", + "Sidewinder", + "Siege", + "Sienna", + "Siesta", + "Sieve", + "Sigh", + "Sight", + "Sign", + "Signal", + "Signature", + "Signboard", + "Significance", + "Signpost", + "Sih", + "Silence", + "Silhouette", + "Silica", + "Silicon", + "Silicone", + "Silk", + "Silke", + "Sill", + "Silo", + "Silver", + "Similarity", + "Simile", + "Similitude", + "Simpleton", + "Simplicitude", + "Simplicity", + "Simulation", + "Sin", + "Sincerity", + "Sine", + "Sinew", + "Singer", + "Single", + "Singularity", + "Sink", + "Sinkhole", + "Sinner", + "Sip", + "Sir", + "Sire", + "Siren", + "Sister", + "Site", + "Sitter", + "Situation", + "Size", + "Skeet", + "Skeleton", + "Skepticism", + "Sketch", + "Sketchbook", + "Skewer", + "Ski", + "Skid", + "Skiff", + "Skill", + "Skillet", + "Skin", + "Skipper", + "Skirmish", + "Skirt", + "Skit", + "Skull", + "Skullcap", + "Sky", + "Skylight", + "Skyline", + "Skyscraper", + "Skywave", + "Slab", + "Slack", + "Sladang", + "Slander", + "Slanderer", + "Slang", + "Slant", + "Slapstick", + "Slat", + "Slate", + "Slaughter", + "Slave", + "Slavery", + "Sleek", + "Sleep", + "Sleepwalker", + "Sleet", + "Sleeve", + "Slice", + "Slick", + "Slicker", + "Slide", + "Slight", + "Slingshot", + "Slip", + "Slippage", + "Slipper", + "Slipstream", + "Slit", + "Slitter", + "Slob", + "Sloe", + "Slogan", + "Sloop", + "Slop", + "Slope", + "Slot", + "Slouch", + "Sludge", + "Slug", + "Slugger", + "Sluice", + "Sluicehouse", + "Slum", + "Slumber", + "Slump", + "Small", + "Smallpox", + "Smalltime", + "Smash", + "Smear", + "Smell", + "Smile", + "Smirk", + "Smithy", + "Smog", + "Smoke", + "Smokehouse", + "Smoker", + "Smokescreen", + "Smoothbore", + "Smoothie", + "Smu", + "Smudge", + "Snack", + "Snail", + "Snake", + "Snakestrike", + "Snap", + "Snapback", + "Snapper", + "Snare", + "Sneak", + "Sneaker", + "Sneakiness", + "Sneer", + "Sneeze", + "Snick", + "Sniper", + "Snobbery", + "Snore", + "Snorkle", + "Snort", + "Snout", + "Snow", + "Snowball", + "Snowfall", + "Snowstorm", + "Snuffer", + "Snuggle", + "Soap", + "Soar", + "Sobriety", + "Sobriquet", + "Soccer", + "Sociability", + "Sociable", + "Social", + "Socialism", + "Socialist", + "Sociality", + "Socialization", + "Socializer", + "Society", + "Sociologist", + "Sociology", + "Sock", + "Socket", + "Sod", + "Soda", + "Sodium", + "Sofa", + "Softener", + "Softwood", + "Soil", + "Sojourn", + "Sojourner", + "Sol", + "Solace", + "Solder", + "Soldier", + "Soldiery", + "Sole", + "Solemnity", + "Solenoid", + "Solicitor", + "Solicitude", + "Solid", + "Solidarity", + "Solidity", + "Solipsism", + "Solitary", + "Solitude", + "Solo", + "Soloist", + "Solstice", + "Solution", + "Solvency", + "Solvent", + "Soma", + "Someplace", + "Somersault", + "Somewhere", + "Sommelier", + "Somnolence", + "Son", + "Sonar", + "Sonata", + "Song", + "Songbook", + "Sonnet", + "Sonny", + "Sonofabitch", + "Sonogram", + "Sonority", + "Soot", + "Sop", + "Sophisticate", + "Sophistication", + "Sophomore", + "Soprano", + "Sorghum", + "Sorority", + "Sorption", + "Sorrel", + "Sorrow", + "Sort", + "Sortie", + "Soubriquet", + "Souffle", + "Soul", + "Soulmate", + "Sound", + "Soup", + "Source", + "Sourdough", + "Soutane", + "Southpaw", + "Souvenir", + "Sovereign", + "Sovereignty", + "Soviet", + "Sowbelly", + "Soy", + "Soybean", + "Spa", + "Space", + "Spacecraft", + "Spacer", + "Spaceship", + "Spacesuit", + "Spade", + "Spaghetti", + "Span", + "Spangle", + "Spark", + "Sparkle", + "Spasm", + "Spat", + "Spate", + "Spatiality", + "Spatter", + "Speaker", + "Spear", + "Special", + "Specialist", + "Specialization", + "Specialty", + "Specification", + "Specificity", + "Specimen", + "Specimentalia", + "Speck", + "Spectacle", + "Spectacular", + "Spectator", + "Specter", + "Spectra", + "Spectre", + "Spectrometer", + "Spectrophotometer", + "Spectroscopy", + "Spectrum", + "Speculation", + "Speculator", + "Speech", + "Speed", + "Speedboat", + "Speedometer", + "Spell", + "Sphere", + "Spice", + "Spider", + "Spike", + "Spin", + "Spinach", + "Spindle", + "Spine", + "Spinnability", + "Spinneret", + "Spiral", + "Spire", + "Spirit", + "Spiritual", + "Spirituality", + "Spit", + "Spite", + "Spittle", + "Splash", + "Spleen", + "Splendor", + "Splenomegaly", + "Splice", + "Splinter", + "Split", + "Splurge", + "Spoilage", + "Spoke", + "Spokesman", + "Spokesmen", + "Sponge", + "Sponsor", + "Sponsorship", + "Spontaneity", + "Spoof", + "Spoon", + "Spoonful", + "Sport", + "Sportsman", + "Sportsmanship", + "Sportsmen", + "Sportswriter", + "Spot", + "Spotlight", + "Spouse", + "Spout", + "Sprawl", + "Spray", + "Spread", + "Spreader", + "Spree", + "Sprig", + "Springboard", + "Springtime", + "Sprinkle", + "Sprite", + "Sprout", + "Spruce", + "Sprue", + "Spume", + "Spur", + "Spurt", + "Sputnik", + "Spy", + "Squad", + "Squadron", + "Squadroom", + "Squall", + "Square", + "Squash", + "Squat", + "Squaw", + "Squeak", + "Squeal", + "Squeeze", + "Squire", + "Squirrel", + "Squirt", + "Squishiness", + "Srelease", + "Sreserve", + "Stab", + "Stability", + "Stabilization", + "Stable", + "Stableman", + "Staccato", + "Stack", + "Stadium", + "Staff", + "Stag", + "Stage", + "Stagecoach", + "Stager", + "Stagnation", + "Stain", + "Stair", + "Staircase", + "Stairway", + "Stake", + "Stalemate", + "Stall", + "Stallion", + "Stalwart", + "Stamina", + "Stamp", + "Stampede", + "Stance", + "Stand", + "Standard", + "Standby", + "Standpoint", + "Standstill", + "Staple", + "Star", + "Starch", + "Stardom", + "Stare", + "Starlet", + "Starlight", + "Starre", + "Start", + "Starter", + "Starvation", + "State", + "State-of-the-art", + "Statement", + "Stateroom", + "Statesman", + "Statesmanship", + "Statesmen", + "Static", + "Station", + "Stationery", + "Stationmaster", + "Stator", + "Statuary", + "Statue", + "Statuette", + "Stature", + "Statute", + "Stay", + "Stead", + "Steady", + "Steak", + "Stealer", + "Stealth", + "Steam", + "Steamboat", + "Steamer", + "Steamship", + "Steed", + "Steel", + "Steelmaker", + "Steep", + "Steeple", + "Steer", + "Stein", + "Stem", + "Stench", + "Stenography", + "Step", + "Stepchild", + "Stepmother", + "Steprelationship", + "Stepson", + "Stereo", + "Stereotype", + "Sterility", + "Sterilization", + "Stern", + "Sternum", + "Steroid", + "Stethoscope", + "Stevedore", + "Stew", + "Steward", + "Stewardship", + "Stick", + "Stickler", + "Stickman", + "Stickpin", + "Stiff", + "Stigma", + "Stigmata", + "Stiletto", + "Still", + "Stimulant", + "Stimulation", + "Stimuli", + "Stink", + "Stint", + "Stipend", + "Stipendiary", + "Stipulation", + "Stir", + "Stirrup", + "Stitch", + "Stock", + "Stockade", + "Stockbroker", + "Stockholder", + "Stockroom", + "Stoicism", + "Stoker", + "Stomach", + "Stomack", + "Stone", + "Stoneware", + "Stool", + "Stoop", + "Stop", + "Stopover", + "Stoppage", + "Stopper", + "Storage", + "Store", + "Storefront", + "Storehouse", + "Storeroom", + "Storm", + "Story", + "Storyline", + "Storyteller", + "Stove", + "Straightaway", + "Strain", + "Strait", + "Stramonium", + "Strand", + "Stranger", + "Strangulation", + "Strap", + "Strata", + "Stratagem", + "Strategist", + "Strategy", + "Stratification", + "Stratosphere", + "Stratum", + "Straw", + "Stray", + "Streak", + "Stream", + "Streamer", + "Streamliner", + "Streamside", + "Street", + "Streetcar", + "Streetlight", + "Strength", + "Stretch", + "Stretcher", + "Stride", + "Strife", + "Strike", + "Strip", + "Stripe", + "Striptease", + "Strive", + "Stroke", + "Stroll", + "Stronghold", + "Strophe", + "Structure", + "Struggle", + "Strut", + "Strychnine", + "Stub", + "Stubble", + "Stucco", + "Stud", + "Student", + "Studio", + "Study", + "Stuff", + "Stump", + "Stumpage", + "Stupidity", + "Stupor", + "Sturgeon", + "Style", + "Stylemark", + "Stylist", + "Stylization", + "Styrene", + "Suability", + "Suavity", + "Sub", + "Subaltern", + "Subcommittee", + "Subcontinent", + "Subdivision", + "Subhumanity", + "Subject", + "Subjectivist", + "Subjectivity", + "Subjugation", + "Sublease", + "Sublimate", + "Sublime", + "Submarine", + "Submission", + "Submucosa", + "Subordinate", + "Subordinator", + "Subparagraph", + "Subrogation", + "Subroutine", + "Subscription", + "Subsection", + "Subservience", + "Subsidiary", + "Subsidy", + "Subsistence", + "Subsoil", + "Subspace", + "Substance", + "Substantiation", + "Substitute", + "Substitution", + "Substrate", + "Substratum", + "Substructure", + "Subsystem", + "Subtlety", + "Subtraction", + "Subtype", + "Suburb", + "Suburbanite", + "Suburbia", + "Subversion", + "Subway", + "Success", + "Succession", + "Successor", + "Successorship", + "Succor", + "Suction", + "Sudden", + "Suey", + "Sufferer", + "Sufficiency", + "Suffix", + "Suffocation", + "Suffrage", + "Sugar", + "Suggestibility", + "Suggestion", + "Suicide", + "Suit", + "Suitability", + "Suitcase", + "Suite", + "Suitor", + "Sulfaquinoxaline", + "Sulfide", + "Sulfur", + "Sulphur", + "Sum", + "Sumac", + "Summarization", + "Summary", + "Summation", + "Summer", + "Summertime", + "Summit", + "Summitry", + "Sun", + "Sunbonnet", + "Sunburn", + "Sundown", + "Sunlight", + "Sunrise", + "Sunset", + "Sunshield", + "Sunshine", + "Sunspot", + "Suntan", + "Super", + "Superego", + "Superficiality", + "Superintendent", + "Superior", + "Superiority", + "Superlative", + "Supermachine", + "Superman", + "Supermarket", + "Supernatant", + "Supernatural", + "Supernaturalism", + "Superposition", + "Superstition", + "Superstructure", + "Supervision", + "Supervisor", + "Superwoman", + "Supper", + "Supplement", + "Supplier", + "Supply", + "Support", + "Supporter", + "Suppression", + "Supranationalism", + "Supremacy", + "Surcease", + "Surety", + "Surf", + "Surface", + "Surfactant", + "Surge", + "Surgeon", + "Surgery", + "Surname", + "Surprise", + "Surrealism", + "Surrender", + "Surtout", + "Surveillance", + "Survey", + "Surveyor", + "Survivability", + "Survival", + "Survivalist", + "Survivor", + "Susceptibility", + "Suspect", + "Suspense", + "Suspension", + "Suspensor", + "Suspicion", + "Sustenance", + "Suzerain", + "Suzerainty", + "Swain", + "Swallow", + "Swami", + "Swamp", + "Swan", + "Swao", + "Swarm", + "Swastika", + "Swath", + "Sway", + "Swearinge", + "Sweat", + "Sweatband", + "Sweater", + "Sweatshirt", + "Sweep", + "Sweetheart", + "Sweetness", + "Swell", + "Swerve", + "Swig", + "Swim", + "Swimsuit", + "Swine", + "Swipe", + "Swirl", + "Switch", + "Switchblade", + "Switchboard", + "Switchgear", + "Swivel", + "Swoop", + "Sword", + "Sworde", + "Syllabicity", + "Syllable", + "Symbol", + "Symbolism", + "Symmetry", + "Sympathy", + "Symphony", + "Symposium", + "Symptom", + "Synagogue", + "Synchronism", + "Synchrony", + "Syndicate", + "Syndication", + "Syndrome", + "Synergism", + "Synergy", + "Synonym", + "Synonymy", + "Syntax", + "Synthesizine", + "Syringa", + "Syringe", + "Syrup", + "System", + "Systematization", + "Systemization", + "Tab", + "Tabac", + "Table", + "Tableau", + "Tableland", + "Tablespoon", + "Tablespoonful", + "Tablet", + "Taboo", + "Tabulation", + "Tack", + "Tackle", + "Tact", + "Tactic", + "Taffeta", + "Taffy", + "Tag", + "Tagua", + "Tail", + "Tailback", + "Tailgate", + "Tailor", + "Taint", + "Take", + "Takeoff", + "Takeover", + "Tale", + "Talent", + "Talk", + "Talker", + "Tallow", + "Tally", + "Tallyho", + "Tamale", + "Tambourine", + "Tan", + "Tandem", + "Tang", + "Tangency", + "Tangent", + "Tangle", + "Tango", + "Tank", + "Tannin", + "Tansy", + "Tantrum", + "Tap", + "Tapdance", + "Tape", + "Taper", + "Tapestry", + "Tappet", + "Tar", + "Target", + "Tariff", + "Tarpaulin", + "Tarpon", + "Tart", + "Task", + "Taskmaster", + "Taste", + "Taunt", + "Tavern", + "Tax", + "Taxation", + "Taxi", + "Taxicab", + "Taxpayer", + "Tea", + "Teacart", + "Teacher", + "Teahouse", + "Teakettle", + "Teakwood", + "Team", + "Teammate", + "Teamster", + "Teamwork", + "Tear", + "Teardrop", + "Tease", + "Teaspoon", + "Teaspoonful", + "Technician", + "Technique", + "Technology", + "Teddy", + "Tedium", + "Tee", + "Teen", + "Teenager", + "Teeth", + "Teetotaler", + "Tektite", + "Telegram", + "Telegraph", + "Telegrapher", + "Telegraphy", + "Teleology", + "Telepathy", + "Telephone", + "Telescope", + "Teletype", + "Television", + "Temerity", + "Temper", + "Tempera", + "Temperament", + "Temperance", + "Temperature", + "Tempest", + "Template", + "Temple", + "Tempo", + "Temptation", + "Tenacity", + "Tenancy", + "Tenant", + "Tendency", + "Tender", + "Tenderfoot", + "Tenement", + "Tenor", + "Tense", + "Tension", + "Tenspot", + "Tent", + "Tentacle", + "Tenure", + "Term", + "Terminal", + "Termination", + "Termini", + "Terminology", + "Terrace", + "Terrain", + "Terrier", + "Territory", + "Terror", + "Terry", + "Tertian", + "Test", + "Testament", + "Testator", + "Testicle", + "Testimonial", + "Testimony", + "Tetrachloride", + "Tetrasodium", + "Text", + "Textbook", + "Textile", + "Texture", + "Thanks", + "Thanksgiving", + "Thaw", + "Theaf", + "Theater", + "Theatergoer", + "Theatre", + "Theatregoer", + "Theft", + "Theme", + "Theocracy", + "Theologian", + "Theology", + "Theorem", + "Theory", + "Therapist", + "Therapy", + "Thermistor", + "Thermocouple", + "Thermometer", + "Thermometry", + "Thermopile", + "Thermoplastic", + "Thermostat", + "Thiamin", + "Thick", + "Thicket", + "Thief", + "Thigh", + "Thiihng", + "Thimble", + "Thinker", + "Thiouracil", + "Third", + "Thirst", + "Thong", + "Thorn", + "Thoroughfare", + "Thought", + "Thread", + "Threat", + "Threesome", + "Threshhold", + "Threshold", + "Thrill", + "Throat", + "Thrombi", + "Throne", + "Throng", + "Throttle", + "Throughput", + "Throw", + "Thrower", + "Thrush", + "Thrust", + "Thruway", + "Thud", + "Thug", + "Thumb", + "Thumbnail", + "Thump", + "Thunder", + "Thunk", + "Thwack", + "Thwart", + "Thwump", + "Thyratron", + "Thyroglobulin", + "Thyroid", + "Thyronine", + "Thyroxine", + "Tick", + "Ticket", + "Ticklebrush", + "Tidbit", + "Tide", + "Tidewater", + "Tie", + "Tiger", + "Tile", + "Tiller", + "Tilt", + "Tilth", + "Timber", + "Timbre", + "Time", + "Timepiece", + "Timesaver", + "Timetable", + "Timidity", + "Tin", + "Tincture", + "Tinder", + "Tinsel", + "Tint", + "Tintype", + "Tip", + "Tiptop", + "Tire", + "Tissue", + "Titanium", + "Titer", + "Title", + "Titleholder", + "Titration", + "Toad", + "Toadyism", + "Toast", + "Tobacco", + "Today", + "Toe", + "Toffee", + "Toil", + "Toilet", + "Token", + "Tole", + "Tolerance", + "Toleration", + "Toll", + "Tollgate", + "Tollhouse", + "Tolylene", + "Tomato", + "Tomb", + "Tombstone", + "Ton", + "Tone", + "Toner", + "Tongue", + "Tonic", + "Tonsil", + "Tool", + "Toolmaker", + "Tooth", + "Toothbrush", + "Toothpaste", + "Tootsie", + "Top", + "Topcoat", + "Topgallant", + "Topic", + "Topnotch", + "Topography", + "Topsoil", + "Torch", + "Torment", + "Tornado", + "Torpedo", + "Torpor", + "Torque", + "Torquer", + "Torrent", + "Torsion", + "Torso", + "Tortoise", + "Torture", + "Tot", + "Total", + "Totalitarianism", + "Totality", + "Touch", + "Touchdown", + "Touchstone", + "Tour", + "Tourist", + "Tournament", + "Tout", + "Tow", + "Towel", + "Tower", + "Town", + "Towne", + "Township", + "Townsman", + "Townsmen", + "Toxin", + "Toy", + "Trace", + "Trachea", + "Track", + "Tract", + "Tractor", + "Trade", + "Trademark", + "Trader", + "Tradesmen", + "Tradition", + "Traditionalism", + "Traditionalist", + "Traffic", + "Tragedy", + "Trail", + "Trailblazer", + "Trailer", + "Train", + "Training", + "Trainman", + "Trait", + "Traitor", + "Trajectory", + "Tramp", + "Tramway", + "Trance", + "Tranquility", + "Tranquilizer", + "Tranquillity", + "Transaction", + "Transaminase", + "Transcendence", + "Transcendent", + "Transcript", + "Transcription", + "Transducer", + "Transfer", + "Transferee", + "Transference", + "Transferor", + "Transferral", + "Transformation", + "Transformer", + "Transgression", + "Transience", + "Transient", + "Transistor", + "Transit", + "Transition", + "Translation", + "Translator", + "Translucence", + "Translucency", + "Transmission", + "Transmitter", + "Transmutation", + "Transom", + "Transparency", + "Transpiration", + "Transport", + "Transportation", + "Transposition", + "Transshipment", + "Transvestitism", + "Trap", + "Trapdoor", + "Trapezoid", + "Trapper", + "Trash", + "Trauma", + "Travel", + "Traveler", + "Traveller", + "Travelogue", + "Trawler", + "Tray", + "Tread", + "Treadmill", + "Treason", + "Treasure", + "Treasurer", + "Treasury", + "Treat", + "Treatise", + "Treatment", + "Treaty", + "Treble", + "Tree", + "Trek", + "Tremor", + "Trench", + "Trenchermen", + "Trend", + "Trestle", + "Triad", + "Trial", + "Triamcinolone", + "Triangle", + "Tribe", + "Tribesmen", + "Tribulation", + "Tribunal", + "Tribute", + "Trick", + "Trickle", + "Trickster", + "Tricolor", + "Trifle", + "Trill", + "Trilogy", + "Trim", + "Trimester", + "Trinket", + "Trio", + "Triol", + "Trip", + "Triphenylarsine", + "Triphenylphosphine", + "Triphenylstibine", + "Triphosphopyridine", + "Triple", + "Triplet", + "Triplication", + "Tripod", + "Tripolyphosphate", + "Triptych", + "Triservice", + "Trisodium", + "Triumph", + "Trivia", + "Triviality", + "Trolley", + "Trollop", + "Trombonist", + "Troop", + "Trooper", + "Troopship", + "Trophy", + "Tropidoclonion", + "Tropocollagen", + "Trot", + "Trotter", + "Troubie", + "Trouble", + "Troubleshooter", + "Trough", + "Troup", + "Troupe", + "Trouser", + "Trout", + "Truce", + "Truck", + "Truckdriver", + "Trucker", + "Truculence", + "Truism", + "Trump", + "Trumpet", + "Trumpeter", + "Trundle", + "Trunk", + "Trust", + "Trustee", + "Trusteeship", + "Trusty", + "Truth", + "Try", + "Tsunami", + "Tub", + "Tuba", + "Tube", + "Tug", + "Tuition", + "Tularemia", + "Tulip", + "Tulle", + "Tumble", + "Tumbler", + "Tumor", + "Tune", + "Tung", + "Tungsten", + "Tunic", + "Tunnel", + "Turban", + "Turbine", + "Turbofan", + "Turbulence", + "Turf", + "Turkey", + "Turmoil", + "Turn", + "Turnaround", + "Turnery", + "Turnoff", + "Turnout", + "Turnover", + "Turnpike", + "Turntable", + "Turpentine", + "Turquoise", + "Turret", + "Turtle", + "Turtleneck", + "Tutor", + "Tweed", + "Twilight", + "Twin", + "Twinge", + "Twinkle", + "Twirler", + "Twist", + "Twister", + "Twitch", + "Twitter", + "Twosome", + "Tycoon", + "Tyme", + "Type", + "Typescript", + "Typewriter", + "Typhoid", + "Typhoon", + "Typicality", + "Typography", + "Typology", + "Tyranny", + "Tyrant", + "Tyrosine", + "Uberty", + "Ubiquitary", + "Udder", + "Uganda", + "Ugliness", + "Ukulele", + "Ulcer", + "Ultimate", + "Ultimation", + "Ultimatum", + "Ultracentrifugation", + "Ultracentrifuge", + "Ultrasound", + "Umber", + "Umbrage", + "Umbrella", + "Umpire", + "Unacceptability", + "Unaffordability", + "Unambiguity", + "Unanimity", + "Unavailability", + "Unawareness", + "Unbalance", + "Uncertainty", + "Unchastity", + "Uncircumcision", + "Uncle", + "Unconcern", + "Unconsciousness", + "Unconventionality", + "Unction", + "Underachievement", + "Underarm", + "Underbelly", + "Underbrush", + "Underclassman", + "Undercurrent", + "Undercut", + "Underdog", + "Undergraduate", + "Underground", + "Undergrowth", + "Underpayment", + "Undershirt", + "Underside", + "Understatement", + "Understructure", + "Understudy", + "Undertaker", + "Undertone", + "Undertow", + "Underwear", + "Underworld", + "Underwriter", + "Unease", + "Uneasiness", + "Unemployment", + "Unevenness", + "Unfairness", + "Unfoldment", + "Unfortunate", + "Unhappiness", + "Unicorn", + "Unicycle", + "Unification", + "Uniform", + "Uniformity", + "Unimportance", + "Uninitiate", + "Union", + "Unique", + "Uniqueness", + "Unison", + "Unit", + "Unity", + "Universal", + "Universality", + "Universe", + "University", + "Unknown", + "Unlikelihood", + "Unpleasantness", + "Unpredictability", + "Unrealism", + "Unreality", + "Unreason", + "Unreliability", + "Unrest", + "Untruth", + "Upbeat", + "Update", + "Upgrade", + "Upheaval", + "Upholder", + "Upholstery", + "Upkeep", + "Uplift", + "Upperclassmen", + "Uppercut", + "Upright", + "Uproar", + "Upset", + "Upshot", + "Upside", + "Upsurge", + "Uptake", + "Uptown", + "Uptrend", + "Upturn", + "Uranium", + "Uranyl", + "Urbanism", + "Urbanization", + "Urea", + "Uremia", + "Urethane", + "Urethra", + "Urge", + "Urgency", + "Urine", + "Urn", + "Usage", + "Use", + "Usefulness", + "User", + "Usher", + "Utensil", + "Utility", + "Utilization", + "Utmost", + "Utopia", + "Utopian", + "Utopianism", + "Utterance", + "Uttermost", + "Vacancy", + "Vacation", + "Vacationland", + "Vaccination", + "Vaccine", + "Vacuolization", + "Vacuum", + "Vagabond", + "Vagina", + "Vaginal", + "Valedictorian", + "Valet", + "Valewe", + "Valiant", + "Validation", + "Validator", + "Validity", + "Valley", + "Valor", + "Valuable", + "Valuation", + "Value", + "Valve", + "Van", + "Vandalism", + "Vanguard", + "Vanilla", + "Vanity", + "Vantage", + "Vapor", + "Vaporization", + "Vaquero", + "Variability", + "Variable", + "Variance", + "Variant", + "Variation", + "Variety", + "Varmint", + "Varnish", + "Vasa", + "Vase", + "Vasorum", + "Vassal", + "Vast", + "Vaudeville", + "Vault", + "Vaulter", + "Veal", + "Vector", + "Vegan", + "Vegetable", + "Vegetarian", + "Vegetation", + "Vehemence", + "Vehicle", + "Veil", + "Vein", + "Veldt", + "Vellum", + "Velocity", + "Velour", + "Velvet", + "Vendor", + "Veneer", + "Veneration", + "Vengeance", + "Venison", + "Venom", + "Vent", + "Ventilation", + "Ventilator", + "Ventricle", + "Venture", + "Venue", + "Veracity", + "Veranda", + "Verandah", + "Verb", + "Verdict", + "Verge", + "Verification", + "Verisimilitude", + "Verity", + "Vermilion", + "Vermouth", + "Vernacular", + "Vernier", + "Veronica", + "Versatility", + "Verse", + "Version", + "Vertebrae", + "Vertebrate", + "Vertex", + "Vertigo", + "Verve", + "Vessel", + "Vest", + "Vestal", + "Vestibule", + "Vestige", + "Vet", + "Veteran", + "Veterinarian", + "Veto", + "Viability", + "Vibrancy", + "Vibration", + "Vibrato", + "Vicar", + "Vice", + "Vicinity", + "Victim", + "Victor", + "Victory", + "Video", + "View", + "Viewer", + "Viewpoint", + "Vigil", + "Vigilance", + "Vigilantism", + "Vignette", + "Vigor", + "Villa", + "Village", + "Villager", + "Villain", + "Vindication", + "Vine", + "Vinegar", + "Vineyard", + "Vintage", + "Vintner", + "Vinyl", + "Vioiln", + "Violation", + "Violence", + "Violet", + "Violin", + "Violinist", + "Vip", + "Virgin", + "Virginity", + "Virility", + "Virtue", + "Virtuosity", + "Virtuoso", + "Virulence", + "Virus", + "Visa", + "Visage", + "Viscera", + "Viscoelasticity", + "Viscometer", + "Viscosity", + "Vise", + "Visibility", + "Vision", + "Visionary", + "Visit", + "Visitor", + "Vista", + "Visualization", + "Vitality", + "Vitamin", + "Vitriol", + "Vitro", + "Vivacity", + "Vivo", + "Vocabulary", + "Vocalism", + "Vocalist", + "Vocalization", + "Vocation", + "Vocational", + "Vogue", + "Voice", + "Void", + "Volatilization", + "Volcano", + "Volition", + "Volley", + "Volleyball", + "Voltage", + "Voltmeter", + "Volume", + "Volunteer", + "Vomica", + "Voodoo", + "Vortex", + "Votary", + "Vote", + "Voter", + "Voume", + "Vow", + "Vowel", + "Voyage", + "Voyager", + "Vtol", + "Vuhranduh", + "Vulnerability", + "Vulture", + "Wage", + "Wager", + "Wagon", + "Wahtahm", + "Wail", + "Waist", + "Waistcoat", + "Wait", + "Waiter", + "Wake", + "Walk", + "Walker", + "Walkout", + "Walkover", + "Wall", + "Wallboard", + "Wallet", + "Wallop", + "Wallpaper", + "Walnut", + "Waltz", + "Wand", + "Wanderer", + "Want", + "War", + "Ward", + "Warden", + "Wardrobe", + "Wardroom", + "Ware", + "Warehouse", + "Warfare", + "Warfront", + "Warhead", + "Warmth", + "Warmup", + "Warp", + "Warrant", + "Warrantee", + "Warrantor", + "Warranty", + "Warren", + "Warrior", + "Wart", + "Wartime", + "Wash", + "Washbasin", + "Washboard", + "Washbowl", + "Washer", + "Wasp", + "Wastage", + "Waste", + "Wastebasket", + "Wasteland", + "Wastewater", + "Wastrel", + "Watch", + "Watchdog", + "Watchmaker", + "Watchmen", + "Water", + "Watercolor", + "Watercolorist", + "Waterfall", + "Waterfront", + "Waterline", + "Watermelon", + "Watershed", + "Waterside", + "Waterway", + "Watt", + "Wave", + "Wavelength", + "Waver", + "Wax", + "Way", + "Wayside", + "Wbai", + "Weakness", + "Wealth", + "Weapon", + "Weaponry", + "Wear", + "Weasel", + "Weather", + "Weave", + "Web", + "Website", + "Wedding", + "Wedge", + "Wedlock", + "Week", + "Weekday", + "Weekend", + "Weekly", + "Weight", + "Weir", + "Weirdy", + "Welcome", + "Welfare", + "Well", + "Well-being", + "Well-wisher", + "Wellspring", + "Welter", + "West", + "Whack", + "Wharf", + "Wheat", + "Wheel", + "Wheeler-dealer", + "Whiff", + "While", + "Whim", + "Whine", + "Whinny", + "Whip", + "Whiplash", + "Whir", + "Whirl", + "Whirlwind", + "Whiskey", + "Whisky", + "Whisper", + "Whistle", + "Whit", + "White", + "Whiteface", + "Whitetail", + "Whiz", + "Whiz-bang", + "Whodunnit", + "Whole", + "Wholewheat", + "Whoop", + "Whore", + "Wick", + "Wicker", + "Wicket", + "Widegrip", + "Widow", + "Widower", + "Widowhood", + "Width", + "Wielder", + "Wife", + "Wig", + "Wiggle", + "Wigmaker", + "Wildcat", + "Wildcatter", + "Wildlife", + "Will", + "William", + "Willow", + "Willpower", + "Wilt", + "Win", + "Wind", + "Windbag", + "Winder", + "Windfall", + "Windmill", + "Window", + "Windshield", + "Windstorm", + "Windup", + "Wine", + "Winehead", + "Wing", + "Wingback", + "Wingman", + "Wink", + "Winner", + "Winter", + "Wintertime", + "Wire", + "Wireless", + "Wisdom", + "Wisenheimer", + "Wish", + "Wisp", + "Wit", + "Witch", + "Withdrawal", + "Witness", + "Wizard", + "Wlib", + "Woe", + "Wolf", + "Woman", + "Womanhood", + "Womb", + "Women", + "Wonder", + "Wonderment", + "Wood", + "Woodcarver", + "Woodland", + "Woodpecker", + "Woodshed", + "Woodsmoke", + "Woodwind", + "Woodwork", + "Wooer", + "Wool", + "Woolen", + "Woomera", + "Wooooosh", + "Word", + "Wording", + "Wordsmith", + "Work", + "Workbench", + "Workday", + "Worker", + "Workforce", + "Workhorse", + "Workingmen", + "Workman", + "Workmanship", + "Workmate", + "Workmen", + "Workout", + "Workpiece", + "Workplace", + "Worksheet", + "Workshop", + "Worktable", + "World", + "Worm", + "Worry", + "Worship", + "Worshipper", + "Worsted", + "Worth", + "Wound", + "Wrack", + "Wrangler", + "Wrapper", + "Wrath", + "Wreath", + "Wreck", + "Wreckage", + "Wretch", + "Wrinkle", + "Wrist", + "Wristwatch", + "Writ", + "Writer", + "Writing", + "Wrong", + "Wrongdoer", + "Wrongdoing", + "Wunderkind", + "X", + "X-axis", + "X-factor", + "X-mas", + "X-ray", + "X-wing", + "Xalam", + "Xanthamide", + "Xanthan", + "Xanthate", + "Xanthelasma", + "Xanthide", + "Xanthidium", + "Xanthin", + "Xanthine", + "Xanthinine", + "Xanthippe", + "Xanthium", + "Xanthochroi", + "Xanthogen", + "Xanthogenate", + "Xanthoma", + "Xanthophane", + "Xanthophyll", + "Xanthoprotein", + "Xanthopuccine", + "Xanthorhamnin", + "Xanthorhiza", + "Xanthorhoea", + "Xanthorrhoea", + "Xanthose", + "Xanthosis", + "Xanthoxylene", + "Xanthoxylum", + "Xd", + "Xebec", + "Xeme", + "Xenagogue", + "Xenelasia", + "Xenium", + "Xenobiotic", + "Xenocrysts", + "Xenodocheionology", + "Xenodochium", + "Xenodochy", + "Xenogamy", + "Xenogenesis", + "Xenograft", + "Xenografts", + "Xenolith", + "Xenoliths", + "Xenomania", + "Xenomi", + "Xenon", + "Xenophile", + "Xenophilia", + "Xenophobe", + "Xenophobia", + "Xenopterygii", + "Xenotime", + "Xenurine", + "Xenyl", + "Xeraphim", + "Xeres", + "Xerif", + "Xeriff", + "Xeroderma", + "Xeronate", + "Xerophagy", + "Xerophthalmia", + "Xerophthalmy", + "Xerophyte", + "Xerostomia", + "Xesturgy", + "Xfactor", + "Xiphias", + "Xiphidium", + "Xiphiplastron", + "Xiphisternum", + "Xiphius", + "Xiphodon", + "Xiphosura", + "Xiphura", + "Xoanon", + "Xu", + "Xylamide", + "Xylanthrax", + "Xylate", + "Xylem", + "Xylene", + "Xylenol", + "Xylidine", + "Xylindein", + "Xylite", + "Xylitol", + "Xylitone", + "Xylobalsamum", + "Xylocopa", + "Xylogen", + "Xylograph", + "Xylographer", + "Xylography", + "Xyloidin", + "Xylol", + "Xylonite", + "Xylophaga", + "Xylophagan", + "Xylophagides", + "Xylophilan", + "Xylophone", + "Xylopyrography", + "Xyloquinone", + "Xylorcin", + "Xylose", + "Xylostein", + "Xylotile", + "Xylotrya", + "Xylyl", + "Xylylene", + "Xyris", + "Xyst", + "Xystarch", + "Xyster", + "Xystus", + "Y-axis", + "Ya", + "Yacare", + "Yacca", + "Yacht", + "Yachtel", + "Yachter", + "Yachtman", + "Yachtsman", + "Yachtsmen", + "Yachtswoman", + "Yadda", + "Yaffingale", + "Yaffle", + "Yager", + "Yaguarundi", + "Yahoo", + "Yajur-veda", + "Yak", + "Yakamilk", + "Yakare", + "Yakin", + "Yakoots", + "Yaksha", + "Yakuza", + "Yalah", + "Yam", + "Yama", + "Yamma", + "Yamp", + "Yang", + "Yank", + "Yankee", + "Yankee-doodle", + "Yankeeism", + "Yankees", + "Yaourt", + "Yapock", + "Yapok", + "Yapon", + "Yard", + "Yardage", + "Yardages", + "Yardarm", + "Yarded", + "Yardful", + "Yardland", + "Yardstick", + "Yardsticks", + "Yardwand", + "Yare", + "Yarke", + "Yarmulka", + "Yarn", + "Yarnut", + "Yarrow", + "Yarwhip", + "Yashmak", + "Yataghan", + "Yate", + "Yaud", + "Yaul", + "Yaup", + "Yauper", + "Yaupon", + "Yaw", + "Yaw-weed", + "Yawd", + "Yawl", + "Yawn", + "Yawp", + "Yaws", + "Yay", + "Ye", + "Yeah", + "Year", + "Yeara", + "Yearbook", + "Yearend", + "Yearlings", + "Yearnings", + "Yearth", + "Yeast", + "Yeastiness", + "Yeel", + "Yeldhall", + "Yeldrin", + "Yeldrine", + "Yelk", + "Yell", + "Yeller", + "Yellow", + "Yellow-golds", + "Yellowammer", + "Yellowbill", + "Yellowbird", + "Yellowfin", + "Yellowfish", + "Yellowhammer", + "Yellowlegs", + "Yellowness", + "Yellowroot", + "Yellows", + "Yellowseed", + "Yellowshanks", + "Yellowshins", + "Yellowtail", + "Yellowthroat", + "Yellowtop", + "Yellowwood", + "Yellowwort", + "Yelp", + "Yelper", + "Yeman", + "Yen", + "Yenite", + "Yens", + "Yeoman", + "Yeomanry", + "Yeomen", + "Yerba", + "Yerd", + "Yerk", + "Yernut", + "Yes", + "Yes-man", + "Yeshiva", + "Yeshivah", + "Yest", + "Yestereve", + "Yestermorn", + "Yesternight", + "Yesternoon", + "Yesterweek", + "Yesteryear", + "Yestreen", + "Yet", + "Yeti", + "Yeve", + "Yew", + "Yezdi", + "Yezidee", + "Yezidi", + "Ygdrasyl", + "Yghe", + "Yi", + "Yid", + "Yiddish", + "Yield", + "Yieldance", + "Yift", + "Yin", + "Yip", + "Yis", + "Yite", + "Yle", + "Yllanraton", + "Ynambu", + "Yo", + "Yo-yo", + "Yob", + "Yobbo", + "Yockel", + "Yodel", + "Yodle", + "Yodler", + "Yoga", + "Yoghourt", + "Yoghurt", + "Yogi", + "Yogis", + "Yogurt", + "Yohimbine", + "Yoit", + "Yojan", + "Yoke", + "Yokeage", + "Yokefellow", + "Yokel", + "Yokelet", + "Yokels", + "Yokemate", + "Yolk", + "Yolkless", + "Yolks", + "Yolky", + "Yoncopin", + "Yoni", + "Yonker", + "Yore", + "Yorker", + "Yorkshire", + "Young", + "Youngger", + "Youngman", + "Youngness", + "Youngster", + "Youngth", + "Youpon", + "Youth", + "Youthfulness", + "Youthhood", + "Youze", + "Yow", + "Yowe", + "Yowley", + "Yoyos", + "Ypocras", + "Yren", + "Ytterbium", + "Yttria", + "Yttrium", + "Yttro-cerite", + "Yttro-columbite", + "Yttro-tantalite", + "Yu", + "Yuan", + "Yucca", + "Yuckel", + "Yuen", + "Yufts", + "Yug", + "Yuga", + "Yugoslav", + "Yuk", + "Yulan", + "Yule", + "Yuletide", + "Yumas", + "Yumminess", + "Yunx", + "Yupon", + "Yuppie", + "Yuppies", + "Yuppy", + "Yurt", + "Yux", + "Z-axis", + "Z-score", + "Za", + "Zabaglione", + "Zabaism", + "Zabian", + "Zabism", + "Zacco", + "Zachun", + "Zaerthe", + "Zaffer", + "Zag", + "Zaibatsu", + "Zaim", + "Zaimet", + "Zain", + "Zakat", + "Zalambdodont", + "Zamang", + "Zambo", + "Zamia", + "Zamindar", + "Zamindari", + "Zamindary", + "Zamite", + "Zamouse", + "Zampogna", + "Zander", + "Zandmole", + "Zaniness", + "Zante", + "Zantewood", + "Zantiot", + "Zany", + "Zanyism", + "Zap", + "Zaphara", + "Zaphrentis", + "Zapotilla", + "Zaptiah", + "Zarathustrism", + "Zaratite", + "Zareba", + "Zarf", + "Zarnich", + "Zarthe", + "Zati", + "Zauschneria", + "Zax", + "Zayat", + "Ze", + "Zea", + "Zeal", + "Zealant", + "Zealot", + "Zealotism", + "Zealotist", + "Zealotry", + "Zeaxanthin", + "Zebec", + "Zebra", + "Zebrafish", + "Zebrawood", + "Zebu", + "Zebub", + "Zechin", + "Zechstein", + "Zed", + "Zedoary", + "Zeds", + "Zee", + "Zeekoe", + "Zegedine", + "Zehner", + "Zein", + "Zeitgeist", + "Zemindar", + "Zemindari", + "Zemindary", + "Zemni", + "Zemstvo", + "Zemstvos", + "Zen", + "Zenana", + "Zenanas", + "Zend", + "Zend-avesta", + "Zendik", + "Zenick", + "Zenik", + "Zenith", + "Zeolite", + "Zeolites", + "Zephyr", + "Zephyrus", + "Zeppelin", + "Zequin", + "Zerda", + "Zeriba", + "Zero", + "Zest", + "Zeta", + "Zetetic", + "Zeuglodon", + "Zeuglodonta", + "Zeugma", + "Zeugmatic", + "Zeugobranchiata", + "Zeus", + "Zeuzerian", + "Zeylanite", + "Zibeline", + "Zibet", + "Zibeth", + "Ziega", + "Zietrisikite", + "Zif", + "Zig", + "Ziggurat", + "Zigzag", + "Zigzaggery", + "Zilch", + "Zilla", + "Zillah", + "Zillion", + "Zillionaire", + "Zimb", + "Ziment-water", + "Zinc", + "Zincane", + "Zincide", + "Zincification", + "Zincite", + "Zincode", + "Zincographer", + "Zincography", + "Zine", + "Zinfandel", + "Zing", + "Zingaro", + "Zingel", + "Zinger", + "Zink", + "Zinkenite", + "Zinnia", + "Zinnwaldite", + "Zinsang", + "Zion", + "Zionism", + "Zionist", + "Zip", + "Ziphioid", + "Zipline", + "Ziploc", + "Zipped", + "Zipper", + "Zircofluoride", + "Zircon", + "Zircona", + "Zirconate", + "Zirconia", + "Zirconium", + "Zirconoid", + "Zit", + "Zither", + "Ziti", + "Zittern", + "Zizania", + "Zizel", + "Zloty", + "Zoanthacea", + "Zoantharia", + "Zoantharian", + "Zoanthodeme", + "Zoanthropy", + "Zoanthus", + "Zobo", + "Zocco", + "Zoccolo", + "Zocle", + "Zodiac", + "Zodiacs", + "Zoea", + "Zoetrope", + "Zohar", + "Zoide", + "Zoilism", + "Zoisite", + "Zokor", + "Zollverein", + "Zombie", + "Zombies", + "Zomboruk", + "Zona", + "Zonar", + "Zonaria", + "Zonation", + "Zone", + "Zoned", + "Zonnar", + "Zonule", + "Zonulet", + "Zonure", + "Zoo", + "Zoochemistry", + "Zoochemy", + "Zoochlorella", + "Zoocyst", + "Zoocytium", + "Zoodendrium", + "Zooecium", + "Zooerythrine", + "Zoogamy", + "Zoogeny", + "Zoogeographical", + "Zoogeography", + "Zoogloea", + "Zoogony", + "Zoographer", + "Zoographist", + "Zoography", + "Zooid", + "Zooids", + "Zookeeper", + "Zookeepers", + "Zoolatry", + "Zoologer", + "Zoologist", + "Zoology", + "Zoomelanin", + "Zoomorphism", + "Zoon", + "Zoonite", + "Zoonomy", + "Zoonoses", + "Zoonotic", + "Zoonule", + "Zoopathology", + "Zoophaga", + "Zoophagan", + "Zoophilist", + "Zoophily", + "Zoophite", + "Zoophorous", + "Zoophyta", + "Zoophytology", + "Zooplankton", + "Zoopraxiscope", + "Zoopsychology", + "Zoos", + "Zoosperm", + "Zoosporangium", + "Zoospore", + "Zoot", + "Zootomist", + "Zootomy", + "Zoozoo", + "Zope", + "Zopilote", + "Zoril", + "Zorilla", + "Zoroastrian", + "Zoroastrianism", + "Zoroastrism", + "Zoster", + "Zostera", + "Zosterops", + "Zouave", + "Zu/is", + "Zubr", + "Zucchini", + "Zuche", + "Zuchetto", + "Zufolo", + "Zuisin", + "Zulus", + "Zumbooruk", + "Zumic", + "Zumological", + "Zumology", + "Zumometer", + "Zunyite", + "Zwanziger", + "Zwitterionic", + "Zydeco", + "Zygantrum", + "Zygapophysis", + "Zygenid", + "Zygobranchia", + "Zygodactyl", + "Zygodactylae", + "Zygodactyle", + "Zygodactyli", + "Zygoma", + "Zygosis", + "Zygosity", + "Zygosperm", + "Zygosphene", + "Zygospore", + "Zygote", + "Zylonite", + "Zymase", + "Zyme", + "Zymogen", + "Zymogene", + "Zymologist", + "Zymology", + "Zymome", + "Zymometer", + "Zymophyte", + "Zymose", + "Zymosimeter", + "Zymosis", + "Zyophyte", + "Zythem", + "Zythepsary", + "Zythum", + "A", + "Ability", + "Abroad", + "Abuse", + "Access", + "Accident", + "Account", + "Act", + "Action", + "Active", + "Activity", + "Actor", + "Ad", + "Addition", + "Address", + "Administration", + "Adult", + "Advance", + "Advantage", + "Advertising", + "Advice", + "Affair", + "Affect", + "Afternoon", + "Age", + "Agency", + "Agent", + "Agreement", + "Air", + "Airline", + "Airport", + "Alarm", + "Alcohol", + "Alternative", + "Ambition", + "Amount", + "Analysis", + "Analyst", + "Anger", + "Angle", + "Animal", + "Annual", + "Answer", + "Anxiety", + "Anybody", + "Anything", + "Anywhere", + "Apartment", + "Appeal", + "Appearance", + "Apple", + "Application", + "Appointment", + "Area", + "Argument", + "Arm", + "Army", + "Arrival", + "Art", + "Article", + "Aside", + "Ask", + "Aspect", + "Assignment", + "Assist", + "Assistance", + "Assistant", + "Associate", + "Association", + "Assumption", + "Atmosphere", + "Attack", + "Attempt", + "Attention", + "Attitude", + "Audience", + "Author", + "Average", + "Award", + "Awareness", + "Baby", + "Back", + "Background", + "Bad", + "Bag", + "Bake", + "Balance", + "Ball", + "Band", + "Bank", + "Bar", + "Base", + "Baseball", + "Basis", + "Basket", + "Bat", + "Bath", + "Bathroom", + "Battle", + "Beach", + "Bear", + "Beat", + "Beautiful", + "Bed", + "Bedroom", + "Beer", + "Beginning", + "Being", + "Bell", + "Belt", + "Bench", + "Bend", + "Benefit", + "Bet", + "Beyond", + "Bicycle", + "Bid", + "Big", + "Bike", + "Bill", + "Bird", + "Birth", + "Birthday", + "Bit", + "Bite", + "Bitter", + "Black", + "Blame", + "Blank", + "Blind", + "Block", + "Blood", + "Blow", + "Blue", + "Board", + "Boat", + "Body", + "Bone", + "Bonus", + "Book", + "Boot", + "Border", + "Boss", + "Bother", + "Bottle", + "Bottom", + "Bowl", + "Box", + "Boy", + "Boyfriend", + "Brain", + "Branch", + "Brave", + "Bread", + "Break", + "Breakfast", + "Breast", + "Breath", + "Brick", + "Bridge", + "Brief", + "Brilliant", + "Broad", + "Brother", + "Brown", + "Brush", + "Buddy", + "Budget", + "Bug", + "Building", + "Bunch", + "Burn", + "Bus", + "Business", + "Button", + "Buy", + "Buyer", + "Cabinet", + "Cable", + "Cake", + "Calendar", + "Call", + "Calm", + "Camera", + "Camp", + "Campaign", + "Can", + "Cancel", + "Cancer", + "Candidate", + "Candle", + "Candy", + "Cap", + "Capital", + "Car", + "Card", + "Care", + "Career", + "Carpet", + "Carry", + "Case", + "Cash", + "Cat", + "Catch", + "Category", + "Cause", + "Celebration", + "Cell", + "Chain", + "Chair", + "Challenge", + "Champion", + "Championship", + "Chance", + "Change", + "Channel", + "Chapter", + "Character", + "Charge", + "Charity", + "Chart", + "Check", + "Cheek", + "Chemical", + "Chemistry", + "Chest", + "Chicken", + "Child", + "Childhood", + "Chip", + "Chocolate", + "Choice", + "Church", + "Cigarette", + "City", + "Claim", + "Class", + "Classic", + "Classroom", + "Clerk", + "Click", + "Client", + "Climate", + "Clock", + "Closet", + "Clothes", + "Cloud", + "Club", + "Clue", + "Coach", + "Coast", + "Coat", + "Code", + "Coffee", + "Cold", + "Collar", + "Collection", + "College", + "Combination", + "Combine", + "Comfort", + "Comfortable", + "Command", + "Comment", + "Commercial", + "Commission", + "Committee", + "Common", + "Communication", + "Community", + "Company", + "Comparison", + "Competition", + "Complaint", + "Complex", + "Computer", + "Concentrate", + "Concept", + "Concern", + "Concert", + "Conclusion", + "Condition", + "Conference", + "Confidence", + "Conflict", + "Confusion", + "Connection", + "Consequence", + "Consideration", + "Consist", + "Constant", + "Construction", + "Contact", + "Contest", + "Context", + "Contract", + "Contribution", + "Control", + "Conversation", + "Convert", + "Cook", + "Cookie", + "Copy", + "Corner", + "Cost", + "Count", + "Counter", + "Country", + "County", + "Couple", + "Courage", + "Course", + "Court", + "Cousin", + "Cover", + "Cow", + "Crack", + "Craft", + "Crash", + "Crazy", + "Cream", + "Creative", + "Credit", + "Crew", + "Criticism", + "Cross", + "Cry", + "Culture", + "Cup", + "Currency", + "Current", + "Curve", + "Customer", + "Cut", + "Cycle", + "Dad", + "Damage", + "Dance", + "Dare", + "Dark", + "Data", + "Database", + "Date", + "Daughter", + "Day", + "Dead", + "Deal", + "Dealer", + "Dear", + "Death", + "Debate", + "Debt", + "Decision", + "Deep", + "Definition", + "Degree", + "Delay", + "Delivery", + "Demand", + "Department", + "Departure", + "Dependent", + "Deposit", + "Depression", + "Depth", + "Description", + "Design", + "Designer", + "Desire", + "Desk", + "Detail", + "Development", + "Device", + "Devil", + "Diamond", + "Diet", + "Difference", + "Difficulty", + "Dig", + "Dimension", + "Dinner", + "Direction", + "Director", + "Dirt", + "Disaster", + "Discipline", + "Discount", + "Discussion", + "Disease", + "Dish", + "Disk", + "Display", + "Distance", + "Distribution", + "District", + "Divide", + "Doctor", + "Document", + "Dog", + "Door", + "Dot", + "Double", + "Doubt", + "Draft", + "Drag", + "Drama", + "Draw", + "Drawer", + "Drawing", + "Dream", + "Dress", + "Drink", + "Drive", + "Driver", + "Drop", + "Drunk", + "Due", + "Dump", + "Dust", + "Duty", + "Ear", + "Earth", + "Ease", + "East", + "Eat", + "Economics", + "Economy", + "Edge", + "Editor", + "Education", + "Effect", + "Effective", + "Efficiency", + "Effort", + "Egg", + "Election", + "Elevator", + "Emergency", + "Emotion", + "Emphasis", + "Employ", + "Employee", + "Employer", + "Employment", + "End", + "Energy", + "Engine", + "Engineer", + "Engineering", + "Entertainment", + "Enthusiasm", + "Entrance", + "Entry", + "Environment", + "Equal", + "Equipment", + "Equivalent", + "Error", + "Escape", + "Essay", + "Establishment", + "Estate", + "Estimate", + "Evening", + "Event", + "Evidence", + "Exam", + "Examination", + "Example", + "Exchange", + "Excitement", + "Excuse", + "Exercise", + "Exit", + "Experience", + "Expert", + "Explanation", + "Expression", + "Extension", + "Extent", + "External", + "Extreme", + "Eye", + "Face", + "Fact", + "Factor", + "Fail", + "Failure", + "Fall", + "Familiar", + "Family", + "Fan", + "Farm", + "Farmer", + "Fat", + "Father", + "Fault", + "Fear", + "Feature", + "Fee", + "Feed", + "Feedback", + "Feel", + "Feeling", + "Female", + "Few", + "Field", + "Fight", + "Figure", + "File", + "Fill", + "Film", + "Final", + "Finance", + "Finding", + "Finger", + "Finish", + "Fire", + "Fish", + "Fishing", + "Fix", + "Flight", + "Floor", + "Flow", + "Flower", + "Fly", + "Focus", + "Fold", + "Following", + "Food", + "Foot", + "Football", + "Force", + "Forever", + "Form", + "Formal", + "Fortune", + "Foundation", + "Frame", + "Freedom", + "Friend", + "Friendship", + "Front", + "Fruit", + "Fuel", + "Fun", + "Function", + "Funeral", + "Funny", + "Future", + "Gain", + "Game", + "Gap", + "Garage", + "Garbage", + "Garden", + "Gas", + "Gate", + "Gather", + "Gear", + "Gene", + "General", + "Gift", + "Girl", + "Girlfriend", + "Give", + "Glad", + "Glass", + "Glove", + "Go", + "Goal", + "God", + "Gold", + "Golf", + "Good", + "Government", + "Grab", + "Grade", + "Grand", + "Grandfather", + "Grandmother", + "Grass", + "Great", + "Green", + "Grocery", + "Ground", + "Group", + "Growth", + "Guarantee", + "Guard", + "Guess", + "Guest", + "Guidance", + "Guide", + "Guitar", + "Guy", + "Habit", + "Hair", + "Half", + "Hall", + "Hand", + "Handle", + "Hang", + "Harm", + "Hat", + "Hate", + "Head", + "Health", + "Hearing", + "Heart", + "Heat", + "Heavy", + "Height", + "Hell", + "Hello", + "Help", + "Hide", + "High", + "Highlight", + "Highway", + "Hire", + "Historian", + "History", + "Hit", + "Hold", + "Hole", + "Holiday", + "Home", + "Homework", + "Honey", + "Hook", + "Hope", + "Horror", + "Horse", + "Hospital", + "Host", + "Hotel", + "Hour", + "House", + "Housing", + "Human", + "Hunt", + "Hurry", + "Hurt", + "Husband", + "Ice", + "Idea", + "Ideal", + "If", + "Illegal", + "Image", + "Imagination", + "Impact", + "Implement", + "Importance", + "Impress", + "Impression", + "Improvement", + "Incident", + "Income", + "Increase", + "Independence", + "Independent", + "Indication", + "Individual", + "Industry", + "Inevitable", + "Inflation", + "Influence", + "Information", + "Initial", + "Initiative", + "Injury", + "Insect", + "Inside", + "Inspection", + "Inspector", + "Instance", + "Instruction", + "Insurance", + "Intention", + "Interaction", + "Interest", + "Internal", + "International", + "Internet", + "Interview", + "Introduction", + "Investment", + "Invite", + "Iron", + "Island", + "Issue", + "It", + "Item", + "Jacket", + "Job", + "Join", + "Joint", + "Joke", + "Judge", + "Judgment", + "Juice", + "Jump", + "Junior", + "Jury", + "Keep", + "Key", + "Kick", + "Kid", + "Kill", + "Kind", + "King", + "Kiss", + "Kitchen", + "Knee", + "Knife", + "Knowledge", + "Lab", + "Lack", + "Ladder", + "Lady", + "Lake", + "Land", + "Landscape", + "Language", + "Laugh", + "Law", + "Lawyer", + "Lay", + "Layer", + "Lead", + "Leader", + "Leadership", + "Leading", + "League", + "Leather", + "Leave", + "Lecture", + "Leg", + "Length", + "Lesson", + "Let", + "Letter", + "Level", + "Library", + "Lie", + "Life", + "Lift", + "Light", + "Limit", + "Line", + "Link", + "Lip", + "List", + "Listen", + "Literature", + "Living", + "Load", + "Loan", + "Local", + "Location", + "Lock", + "Log", + "Long", + "Look", + "Loss", + "Love", + "Low", + "Luck", + "Lunch", + "Machine", + "Magazine", + "Mail", + "Main", + "Maintenance", + "Major", + "Make", + "Male", + "Mall", + "Man", + "Management", + "Manager", + "Manner", + "Manufacturer", + "Many", + "Map", + "March", + "Mark", + "Market", + "Marketing", + "Marriage", + "Master", + "Match", + "Mate", + "Material", + "Math", + "Matter", + "Maximum", + "Maybe", + "Meal", + "Meaning", + "Measurement", + "Meat", + "Media", + "Medicine", + "Medium", + "Meet", + "Meeting", + "Member", + "Membership", + "Memory", + "Mention", + "Menu", + "Mess", + "Message", + "Metal", + "Method", + "Middle", + "Midnight", + "Might", + "Milk", + "Mind", + "Mine", + "Minimum", + "Minor", + "Minute", + "Mirror", + "Miss", + "Mission", + "Mistake", + "Mix", + "Mixture", + "Mobile", + "Mode", + "Model", + "Mom", + "Moment", + "Money", + "Monitor", + "Month", + "Mood", + "Morning", + "Mortgage", + "Most", + "Mother", + "Motor", + "Mountain", + "Mouse", + "Mouth", + "Move", + "Movie", + "Mud", + "Muscle", + "Music", + "Nail", + "Name", + "Nasty", + "Nation", + "National", + "Native", + "Natural", + "Nature", + "Neat", + "Necessary", + "Neck", + "Negative", + "Negotiation", + "Nerve", + "Net", + "Network", + "News", + "Newspaper", + "Night", + "Nobody", + "Noise", + "Normal", + "North", + "Nose", + "Note", + "Nothing", + "Notice", + "Novel", + "Number", + "Nurse", + "Object", + "Objective", + "Obligation", + "Occasion", + "Offer", + "Office", + "Officer", + "Official", + "Oil", + "One", + "Opening", + "Operation", + "Opinion", + "Opportunity", + "Opposite", + "Option", + "Orange", + "Order", + "Ordinary", + "Organization", + "Original", + "Other", + "Outcome", + "Outside", + "Oven", + "Owner", + "Pace", + "Pack", + "Package", + "Page", + "Pain", + "Paint", + "Painting", + "Pair", + "Panic", + "Paper", + "Parent", + "Park", + "Parking", + "Part", + "Particular", + "Partner", + "Party", + "Pass", + "Passage", + "Passenger", + "Passion", + "Past", + "Path", + "Patience", + "Patient", + "Pattern", + "Pause", + "Pay", + "Payment", + "Peace", + "Peak", + "Pen", + "Penalty", + "Pension", + "People", + "Percentage", + "Perception", + "Performance", + "Period", + "Permission", + "Permit", + "Person", + "Personal", + "Personality", + "Perspective", + "Phase", + "Philosophy", + "Phone", + "Photo", + "Phrase", + "Physical", + "Physics", + "Piano", + "Pick", + "Picture", + "Pie", + "Piece", + "Pin", + "Pipe", + "Pitch", + "Pizza", + "Place", + "Plan", + "Plane", + "Plant", + "Plastic", + "Plate", + "Platform", + "Play", + "Player", + "Pleasure", + "Plenty", + "Poem", + "Poet", + "Poetry", + "Point", + "Police", + "Policy", + "Politics", + "Pollution", + "Pool", + "Pop", + "Population", + "Position", + "Positive", + "Possession", + "Possibility", + "Possible", + "Post", + "Pot", + "Potato", + "Potential", + "Pound", + "Power", + "Practice", + "Preference", + "Preparation", + "Presence", + "Present", + "Presentation", + "President", + "Press", + "Pressure", + "Price", + "Pride", + "Priest", + "Primary", + "Principle", + "Print", + "Prior", + "Priority", + "Private", + "Prize", + "Problem", + "Procedure", + "Process", + "Produce", + "Product", + "Profession", + "Professional", + "Professor", + "Profile", + "Profit", + "Program", + "Progress", + "Project", + "Promise", + "Promotion", + "Prompt", + "Proof", + "Property", + "Proposal", + "Protection", + "Psychology", + "Public", + "Pull", + "Punch", + "Purchase", + "Purple", + "Purpose", + "Push", + "Put", + "Quality", + "Quantity", + "Quarter", + "Queen", + "Question", + "Quiet", + "Quit", + "Quote", + "Race", + "Radio", + "Rain", + "Raise", + "Range", + "Rate", + "Ratio", + "Raw", + "Reach", + "Reaction", + "Read", + "Reading", + "Reality", + "Reason", + "Reception", + "Recipe", + "Recognition", + "Recommendation", + "Record", + "Recording", + "Recover", + "Red", + "Reference", + "Reflection", + "Refrigerator", + "Refuse", + "Region", + "Register", + "Regret", + "Regular", + "Relation", + "Relationship", + "Relative", + "Release", + "Relief", + "Remote", + "Remove", + "Rent", + "Repair", + "Repeat", + "Replacement", + "Reply", + "Report", + "Representative", + "Republic", + "Reputation", + "Request", + "Requirement", + "Research", + "Reserve", + "Resident", + "Resist", + "Resolution", + "Resolve", + "Resort", + "Resource", + "Respect", + "Respond", + "Response", + "Responsibility", + "Rest", + "Restaurant", + "Result", + "Return", + "Reveal", + "Revenue", + "Review", + "Revolution", + "Reward", + "Rice", + "Rich", + "Ride", + "Ring", + "Rip", + "Rise", + "Risk", + "River", + "Road", + "Rock", + "Role", + "Roll", + "Roof", + "Room", + "Rope", + "Rough", + "Round", + "Routine", + "Row", + "Royal", + "Rub", + "Ruin", + "Rule", + "Run", + "Rush", + "Sad", + "Safe", + "Safety", + "Sail", + "Salad", + "Salary", + "Sale", + "Salt", + "Sample", + "Sand", + "Sandwich", + "Satisfaction", + "Satoshi", + "Save", + "Savings", + "Scale", + "Scene", + "Schedule", + "Scheme", + "School", + "Science", + "Score", + "Scratch", + "Screen", + "Screw", + "Script", + "Sea", + "Search", + "Season", + "Seat", + "Second", + "Secret", + "Secretary", + "Section", + "Sector", + "Security", + "Selection", + "Self", + "Sell", + "Senior", + "Sense", + "Sensitive", + "Sentence", + "Series", + "Serve", + "Service", + "Session", + "Set", + "Setting", + "Sex", + "Shake", + "Shame", + "Shape", + "Share", + "She", + "Shelter", + "Shift", + "Shine", + "Ship", + "Shirt", + "Shock", + "Shoe", + "Shoot", + "Shop", + "Shopping", + "Shot", + "Shoulder", + "Show", + "Shower", + "Sick", + "Side", + "Sign", + "Signal", + "Signature", + "Significance", + "Silly", + "Silver", + "Simple", + "Sing", + "Singer", + "Single", + "Sink", + "Sir", + "Sister", + "Site", + "Situation", + "Size", + "Skill", + "Skin", + "Skirt", + "Sky", + "Sleep", + "Slice", + "Slide", + "Slip", + "Smell", + "Smile", + "Smoke", + "Snow", + "Society", + "Sock", + "Soft", + "Software", + "Soil", + "Solid", + "Solution", + "Somewhere", + "Son", + "Song", + "Sort", + "Sound", + "Soup", + "Source", + "South", + "Space", + "Spare", + "Speaker", + "Special", + "Specialist", + "Specific", + "Speech", + "Speed", + "Spell", + "Spend", + "Spirit", + "Spiritual", + "Spite", + "Split", + "Sport", + "Spot", + "Spray", + "Spread", + "Spring", + "Square", + "Stable", + "Staff", + "Stage", + "Stand", + "Standard", + "Star", + "Start", + "State", + "Statement", + "Station", + "Status", + "Stay", + "Steak", + "Steal", + "Step", + "Stick", + "Still", + "Stock", + "Stomach", + "Stop", + "Storage", + "Store", + "Storm", + "Story", + "Strain", + "Stranger", + "Strategy", + "Street", + "Strength", + "Stress", + "Stretch", + "Strike", + "String", + "Strip", + "Stroke", + "Structure", + "Struggle", + "Student", + "Studio", + "Study", + "Stuff", + "Stupid", + "Style", + "Subject", + "Substance", + "Success", + "Suck", + "Sugar", + "Suggestion", + "Suit", + "Summer", + "Sun", + "Supermarket", + "Support", + "Surgery", + "Surprise", + "Surround", + "Survey", + "Suspect", + "Sweet", + "Swim", + "Swimming", + "Swing", + "Switch", + "Sympathy", + "System", + "Table", + "Tackle", + "Tale", + "Talk", + "Tank", + "Tap", + "Target", + "Task", + "Taste", + "Tax", + "Tea", + "Teach", + "Teacher", + "Teaching", + "Team", + "Tear", + "Technology", + "Telephone", + "Television", + "Tell", + "Temperature", + "Temporary", + "Tennis", + "Tension", + "Term", + "Test", + "Text", + "Thanks", + "Theme", + "Theory", + "Thing", + "Thought", + "Throat", + "Ticket", + "Tie", + "Till", + "Time", + "Tip", + "Title", + "Today", + "Toe", + "Tomorrow", + "Tone", + "Tongue", + "Tonight", + "Tool", + "Tooth", + "Top", + "Topic", + "Total", + "Touch", + "Tough", + "Tour", + "Tourist", + "Towel", + "Tower", + "Town", + "Track", + "Trade", + "Tradition", + "Traffic", + "Train", + "Trainer", + "Training", + "Transition", + "Transportation", + "Trash", + "Travel", + "Treat", + "Tree", + "Trick", + "Trip", + "Trouble", + "Truck", + "Trust", + "Truth", + "Try", + "Tune", + "Turn", + "Twist", + "Two", + "Type", + "Uncle", + "Understanding", + "Union", + "Unique", + "Unit", + "University", + "Upper", + "Upstairs", + "Use", + "User", + "Usual", + "Vacation", + "Valuable", + "Value", + "Variation", + "Variety", + "Vast", + "Vegetable", + "Vehicle", + "Version", + "Video", + "View", + "Village", + "Virus", + "Visit", + "Visual", + "Voice", + "Volume", + "Wait", + "Wake", + "Walk", + "Wall", + "War", + "Warning", + "Wash", + "Watch", + "Water", + "Wave", + "Way", + "Weakness", + "Wealth", + "Wear", + "Weather", + "Web", + "Wedding", + "Week", + "Weekend", + "Weight", + "Weird", + "Welcome", + "West", + "Western", + "Wheel", + "Whereas", + "While", + "White", + "Whole", + "Wife", + "Will", + "Win", + "Wind", + "Window", + "Wine", + "Wing", + "Winner", + "Winter", + "Wish", + "Witness", + "Woman", + "Wonder", + "Wood", + "Word", + "Work", + "Worker", + "Working", + "World", + "Worry", + "Worth", + "Wrap", + "Writer", + "Writing", + "Yard", + "Year", + "Yellow", + "Yesterday", + "You", + "Young", + "Youth", + "Zone", + "Zonkey", +] diff --git a/api/nick_generator/dicts/es/adjectives.py b/api/nick_generator/dicts/es/adjectives.py index 1ba91760..ed167345 100755 --- a/api/nick_generator/dicts/es/adjectives.py +++ b/api/nick_generator/dicts/es/adjectives.py @@ -1,11643 +1,11643 @@ -adjectives = [ - "Aaronita", - "Aarónico", - "Abacal", - "Abacanado", - "Abacera", - "Abacero", - "Abacial", - "Abacteriano", - "Abadengo", - "Abadernado", - "Abadí", - "Abajado", - "Abajeño", - "Abalado", - "Abalanzadizo", - "Abalaustrado", - "Abalconado", - "Abaleable", - "Abameo", - "Abancayno", - "Abancaíno", - "Abanderado", - "Abanderizador", - "Abandonado", - "Abandonista", - "Abanillero", - "Abanquino", - "Abanto", - "Abaptisto", - "Abarcable", - "Abarcado", - "Abarcador", - "Abaritonado", - "Abarquero", - "Abarquillado", - "Abarrado", - "Abarrajado", - "Abarrocado", - "Abascano", - "Abasida", - "Abastante", - "Abastecedor", - "Abasí", - "Abatanado", - "Abatible", - "Abatido", - "Abayado", - "Abbevilliense", - "Abderitano", - "Abdicador", - "Abdicativo", - "Abdominal", - "Abductor", - "Abecedariano", - "Abejuno", - "Abellacado", - "Abellotado", - "Abemolado", - "Aberenjenado", - "Aberrante", - "Abertal", - "Abertzale", - "Aberzale", - "Abestiado", - "Abestializado", - "Abetunado", - "Abierto", - "Abietino", - "Abietáceo", - "Abietíneo", - "Abigarrado", - "Abigotado", - "Abil", - "Abiológico", - "Abipón", - "Abirritado", - "Abirritante", - "Abisal", - "Abisinio", - "Abismado", - "Abismal", - "Abismático", - "Abizcochado", - "Abiótico", - "Abjasio", - "Abjurable", - "Ablandabrevas", - "Ablandador", - "Ablandahígos", - "Ablandante", - "Ablandativo", - "Ablaqueador", - "Ablativo", - "Ablatorio", - "Abluente", - "Ablusado", - "Abluído", - "Abnegado", - "Abnegadísimo", - "Abobado", - "Abocado", - "Abocardado", - "Abocelado", - "Abocetado", - "Abochornado", - "Abochornante", - "Abocinado", - "Aboense", - "Abofado", - "Abofeteador", - "Abogadesco", - "Abogadil", - "Abogado", - "Abogador", - "Abohetado", - "Abolicionista", - "Abollable", - "Abollado", - "Abolsado", - "Abombado", - "Abominable", - "Abonable", - "Abonado", - "Abonador", - "Abondado", - "Abondoso", - "Aboquillado", - "Aboral", - "Abordable", - "Abordador", - "Aborigen", - "Aborlonado", - "Aborrachado", - "Aborrazado", - "Aborrecedero", - "Aborrecedor", - "Aborrecible", - "Aborrecido", - "Aborregado", - "Aborrible", - "Abortivo", - "Abotinado", - "Abotonado", - "Abovedado", - "Aboyado", - "Abracadabrante", - "Abrahámico", - "Abranquio", - "Abrasador", - "Abrasilado", - "Abrasivo", - "Abrazable", - "Abrazadero", - "Abrazador", - "Abrerano", - "Abrevador", - "Abreviado", - "Abreviador", - "Abriboca", - "Abribonado", - "Abridero", - "Abridor", - "Abrigado", - "Abrigador", - "Abrileño", - "Abrillantador", - "Abrochado", - "Abrogable", - "Abromado", - "Abroquelado", - "Abrucense", - "Abrumado", - "Abrumador", - "Abrupto", - "Abrutado", - "Abruzo", - "Abrómico", - "Absente", - "Absentista", - "Absidal", - "Absintado", - "Absintiano", - "Absolutista", - "Absoluto", - "Absolutorio", - "Absolvedor", - "Absorbedor", - "Absorbente", - "Absorbible", - "Absorto", - "Abstemio", - "Abstencionista", - "Abstergente", - "Abstersivo", - "Abstinente", - "Abstractivo", - "Abstracto", - "Abstraído", - "Abstruso", - "Absuelto", - "Absurdo", - "Abucardo", - "Abudabí", - "Abuhado", - "Abuhardillado", - "Abulense", - "Abultado", - "Abundado", - "Abundancial", - "Abundante", - "Abundantísimo", - "Abundoso", - "Aburelado", - "Aburrado", - "Aburrido", - "Aburridor", - "Abusado", - "Abusador", - "Abusionero", - "Abusivo", - "Abusón", - "Abuñolado", - "Abuñuelado", - "Abyecto", - "Abúlico", - "Acabable", - "Acabado", - "Acabador", - "Acaballado", - "Acaballerado", - "Acabangado", - "Acabdillador", - "Acabellado", - "Acabronado", - "Acachado", - "Acacharpado", - "Acaciano", - "Academicista", - "Acadio", - "Académico", - "Acaecedero", - "Acalefo", - "Acalicino", - "Acallador", - "Acalorado", - "Acalumniador", - "Acalórico", - "Acamado", - "Acambarense", - "Acambrayado", - "Acamellado", - "Acampanado", - "Acamuzado", - "Acanalado", - "Acanalador", - "Acanallado", - "Acandilado", - "Acanelado", - "Acanillado", - "Acano", - "Acantilado", - "Acantinflado", - "Acantocarpo", - "Acantoclado", - "Acantopterigio", - "Acantáceo", - "Acantóforo", - "Acapaneca", - "Acaparador", - "Acaparrosado", - "Acaponado", - "Acapulqueño", - "Acaracolado", - "Acarambanado", - "Acariciador", - "Acariciante", - "Acaricida", - "Acariota", - "Acarminado", - "Acarnerado", - "Acarpo", - "Acarrascado", - "Acarreadizo", - "Acarreado", - "Acarreador", - "Acartonado", - "Acasamatado", - "Acasarado", - "Acastañado", - "Acastillado", - "Acastorado", - "Acatable", - "Acatalecto", - "Acataléctico", - "Acateca", - "Acatólico", - "Acaudalado", - "Acaudalador", - "Acaudillador", - "Acaule", - "Acañutado", - "Accelerando", - "Accesible", - "Accesional", - "Accesorio", - "Accidentado", - "Accidental", - "Accidentario", - "Accionable", - "Accionarial", - "Accionario", - "Accitano", - "Acebeño", - "Acebollado", - "Acebrado", - "Acebuchal", - "Acebucheno", - "Acechador", - "Acechante", - "Acechón", - "Acedo", - "Aceitera", - "Aceitero", - "Aceitoso", - "Aceitunado", - "Aceitunero", - "Aceitunil", - "Acelajado", - "Acelerado", - "Acelerador", - "Acelomado", - "Acemilado", - "Acemilar", - "Acemilero", - "Acendrado", - "Acentuado", - "Acentual", - "Aceptable", - "Aceptador", - "Acepto", - "Acerado", - "Acerbo", - "Acercador", - "Acerino", - "Aceroso", - "Acertado", - "Acertador", - "Acertajón", - "Acertante", - "Aceráceo", - "Aceríneo", - "Acescente", - "Acetoso", - "Acezante", - "Acezoso", - "Achacable", - "Achacoso", - "Achajuanado", - "Achambergado", - "Achampanado", - "Achampañado", - "Achaparrado", - "Achaquiento", - "Acharolado", - "Achará", - "Achenés", - "Achicado", - "Achicador", - "Achicopalado", - "Achinado", - "Achinelado", - "Achiotero", - "Achiquillado", - "Achocado", - "Achocolatado", - "Acholado", - "Achorado", - "Achuchable", - "Achuchado", - "Achulado", - "Achunchado", - "Achurado", - "Aché", - "Aciago", - "Acicalado", - "Acicalador", - "Acicular", - "Acidalio", - "Acidioso", - "Acidorresistente", - "Acidulante", - "Acientífico", - "Aciguatado", - "Acijado", - "Acijoso", - "Cilo", - "Acimutal", - "Acinético", - "Acipado", - "Acitano", - "Aclamado", - "Aclamador", - "Aclamídeo", - "Aclarable", - "Aclarada", - "Aclarado", - "Aclarador", - "Aclarante", - "Aclarativo", - "Aclaratorio", - "Aclavelado", - "Acleido", - "Aclimatable", - "Aclinal", - "Aclorhídrico", - "Aclorófilo", - "Acobardado", - "Acobrado", - "Acoceador", - "Acochinado", - "Acodillado", - "Acogedizo", - "Acogedor", - "Acogedorcísimo", - "Acogullado", - "Acojonante", - "Acolchonado", - "Acolitado", - "Acollarado", - "Acolmillado", - "Acomedido", - "Acometedor", - "Acomodable", - "Acomodadizo", - "Acomodador", - "Acomodaticio", - "Acompasado", - "Acompañado", - "Acompañador", - "Acompañante", - "Acomplejado", - "Acomplexionado", - "Aconcagüino", - "Acondicionado", - "Acondicionador", - "Acondroplásico", - "Aconfesional", - "Acongojador", - "Aconsejabilísimo", - "Aconsejable", - "Aconsejador", - "Acontecedero", - "Acontiado", - "Acopetado", - "Acopiador", - "Acoplador", - "Acorazonado", - "Acordante", - "Acorde", - "Acorneador", - "Acorredor", - "Acosador", - "Acostumbrado", - "Acotado", - "Acotiledón", - "Acotiledóneo", - "Acratópoto", - "Acre", - "Acrecentador", - "Acreditativo", - "Acreedor", - "Acrescente", - "Acribador", - "Acriminador", - "Acriollado", - "Acrisionio", - "Acrisolador", - "Acristianado", - "Acroamático", - "Acrobático", - "Acrocárpico", - "Acrocéntrico", - "Acrodendrófilo", - "Acromado", - "Acromegálico", - "Acromial", - "Acromiano", - "Acromático", - "Acrático", - "Acrídido", - "Acrílico", - "Acrítico", - "Acróginos", - "Acrónico", - "Acróstico", - "Actinomorfo", - "Actinométrico", - "Activador", - "Activista", - "Activo", - "Actual", - "Actualizador", - "Actuante", - "Actuaria", - "Actuarial", - "Actuario", - "Actuoso", - "Actínico", - "Actínido", - "Acuache", - "Acuachi", - "Acuarelístico", - "Acuario", - "Acubado", - "Acucharado", - "Acuchillador", - "Acuciador", - "Acuciante", - "Acucioso", - "Acuerpado", - "Aculado", - "Aculebrinado", - "Aculturado", - "Acultural", - "Acuminado", - "Acuminoso", - "Acumulable", - "Acumulador", - "Acumulativo", - "Acuoso", - "Acupuntor", - "Acurado", - "Acusable", - "Acusado", - "Acusador", - "Acusatorio", - "Acuseta", - "Acusetas", - "Acusete", - "Acusica", - "Acusique", - "Acusmático", - "Acusón", - "Acutángulo", - "Acuático", - "Acuátil", - "Acuícola", - "Acuífero", - "Acuñador", - "Acuñense", - "Acárido", - "Acéfalo", - "Acérrimo", - "Acético", - "Acíclico", - "Acídulo", - "Acústico", - "Adagial", - "Adamantino", - "Adamita", - "Adanida", - "Adaptable", - "Adaptado", - "Adaptador", - "Adaptativo", - "Adecuado", - "Adefesiero", - "Adefesioso", - "Adelantable", - "Adelantadillo", - "Adelantado", - "Adelantador", - "Adelantadísimo", - "Adelgazador", - "Adelgazante", - "Adenoideo", - "Adenoso", - "Adepto", - "Adesivo", - "Adestrador", - "Adherente", - "Adhesivo", - "Adiabático", - "Adiamantado", - "Adiano", - "Adicionador", - "Adicional", - "Adictivo", - "Adicto", - "Adiestrador", - "Adimensional", - "Adinerado", - "Adintelado", - "Adinámico", - "Adiposo", - "Aditicio", - "Aditivo", - "Adivinador", - "Adivinatorio", - "Adjetivable", - "Adjetival", - "Adjetivo", - "Adjudicador", - "Adjunto", - "Adjurable", - "Adjurado", - "Adjutor", - "Adlátere", - "Administrado", - "Administrador", - "Administrativista", - "Administrativo", - "Administratorio", - "Admirabilísimo", - "Admirable", - "Admirado", - "Admirador", - "Admirativo", - "Admisible", - "Admonitor", - "Admonitorio", - "Adnado", - "Adnato", - "Adobador", - "Adocenado", - "Adoctrinador", - "Adoleciente", - "Adolescente", - "Adolorado", - "Adolorido", - "Adonado", - "Adopcionista", - "Adoptable", - "Adoptado", - "Adoptador", - "Adoptante", - "Adoptivo", - "Adorabilísimo", - "Adorable", - "Adorador", - "Adoratriz", - "Adormecedor", - "Adornador", - "Adovelado", - "Adquirente", - "Adquirible", - "Adquiridor", - "Adquiriente", - "Adquisidor", - "Adquisitivo", - "Adragante", - "Adrenal", - "Adrenérgico", - "Adreño", - "Adriático", - "Adrollero", - "Adsorbente", - "Adstringente", - "Aduanal", - "Aduanero", - "Aductor", - "Aduendado", - "Adulador", - "Adulatorio", - "Adulete", - "Adulterador", - "Adulterante", - "Adulterino", - "Adultescente", - "Adulón", - "Adunco", - "Adustible", - "Adustivo", - "Adusto", - "Advenedizo", - "Advenidero", - "Adventicio", - "Adventista", - "Adventual", - "Adverbial", - "Adversativo", - "Adverso", - "Advocatorio", - "Adyacente", - "Adyuvante", - "Adzario", - "Adámico", - "Adánico", - "Adélfico", - "Adónico", - "Adúltero", - "Aeriforme", - "Aeritos", - "Aerobio", - "Aerocriptográfico", - "Aerodinámico", - "Aeroespacial", - "Aerogastro", - "Aerolítico", - "Aeromodelista", - "Aeromántico", - "Aeronato", - "Aeronaval", - "Aeronáutico", - "Aeroportuario", - "Aeropostal", - "Aerostático", - "Aeroterrestre", - "Aerotécnico", - "Aerotérmico", - "Aerífero", - "Aerívoro", - "Aeróbico", - "Aerófobo", - "Aeta", - "Afabilísimo", - "Afable", - "Afaccionado", - "Afanador", - "Afanoso", - "Afaníptero", - "Afarallonado", - "Afarolado", - "Afeador", - "Afebril", - "Afecho", - "Afectable", - "Afectado", - "Afectador", - "Afectivo", - "Afecto", - "Afectuoso", - "Afectuosísimo", - "Afeitado", - "Afeitador", - "Afelandro", - "Afeminado", - "Aferente", - "Aferidor", - "Aferrador", - "Aferruzado", - "Afestonado", - "Afficionado", - "Afgano", - "Afianzador", - "Aficionado", - "Aficionador", - "Afijado", - "Afijo", - "Afilado", - "Afilador", - "Afilo", - "Afilosofado", - "Afinador", - "Afirmador", - "Afirmativo", - "Aflamencado", - "Aflechado", - "Afleo", - "Aflictivo", - "Aflicto", - "Aflictísimo", - "Afligible", - "Afligido", - "Aflojador", - "Afluente", - "Afluyente", - "Aforador", - "Aforrador", - "Aforrecho", - "Afortunado", - "Aforístico", - "Afrancesado", - "Afranjado", - "Afrentador", - "Afrentoso", - "Afresado", - "Africado", - "Africanista", - "Africano", - "Afrikáner", - "Afrisonado", - "Afro", - "Afroamericano", - "Afroantillano", - "Afroasiático", - "Afrocaribeño", - "Afrocubano", - "Afrodescendiente", - "Afrodisiaco", - "Afrodisíaco", - "Afrodita", - "Afronegro", - "Afrutado", - "Aftoso", - "Afuciado", - "Afuereño", - "Afuerino", - "Afásico", - "Afín", - "Afónico", - "Afótico", - "Agace", - "Agachadito", - "Agachado", - "Agachón", - "Agalbanado", - "Agallegado", - "Agallento", - "Agallonado", - "Agalludo", - "Agamuzado", - "Aganipeo", - "Agarabatado", - "Agareno", - "Agaricáceo", - "Agarrado", - "Agarrador", - "Agarrafador", - "Agarrochador", - "Agasajable", - "Agasajado", - "Agasajador", - "Agatino", - "Agatoideo", - "Agenciero", - "Agencioso", - "Agente", - "Agestado", - "Agible", - "Agilado", - "Agilísimo", - "Agiotador", - "Agitable", - "Agitado", - "Agitador", - "Agitante", - "Aglomerado", - "Aglomerante", - "Aglutinante", - "Agnado", - "Agnaticio", - "Agnósico", - "Agnóstico", - "Agobiador", - "Agobiante", - "Agonal", - "Agonioso", - "Agonista", - "Agonizante", - "Agonístico", - "Agorador", - "Agorero", - "Agostador", - "Agostero", - "Agosteño", - "Agostizo", - "Agotable", - "Agotado", - "Agotador", - "Agote", - "Agozcado", - "Agracero", - "Agraceño", - "Agraciado", - "Agradabilísimo", - "Agradable", - "Agradador", - "Agradecido", - "Agramador", - "Agramatical", - "Agramontino", - "Agramontés", - "Agranujado", - "Agrario", - "Agrarista", - "Agravador", - "Agravante", - "Agravatorio", - "Agraviado", - "Agraviador", - "Agraviante", - "Agravioso", - "Agraz", - "Agre", - "Agregativo", - "Agresivo", - "Agresor", - "Agreste", - "Agreta", - "Agridulce", - "Agrifada", - "Agrio", - "Agripado", - "Agripadísimo", - "Agrisado", - "Agrisetado", - "Agro", - "Agroalimentario", - "Agroforestal", - "Agroindustrial", - "Agrológico", - "Agronómico", - "Agropecuario", - "Agroquímico", - "Agrupable", - "Agrupador", - "Agrícola", - "Agrónomo", - "Aguacatero", - "Aguachento", - "Aguadero", - "Aguafiestas", - "Aguaitador", - "Aguajero", - "Aguamarina", - "Aguamelado", - "Aguanoso", - "Aguantable", - "Aguantador", - "Aguantadora", - "Aguantón", - "Aguardador", - "Aguardentera", - "Aguardenteras", - "Aguardentero", - "Aguardenteros", - "Aguardentoso", - "Aguardientero", - "Aguardillado", - "Aguascalentense", - "Aguayo", - "Aguazoso", - "Agucioso", - "Agudeño", - "Agudo", - "Agudísimo", - "Aguerrido", - "Aguijador", - "Aguijoneador", - "Aguileño", - "Aguoso", - "Agárico", - "Ahacado", - "Ahechador", - "Ahilado", - "Ahistórico", - "Ahogadero", - "Ahogado", - "Ahorrador", - "Ahuevonado", - "Ahíto", - "Aimara", - "Ainu", - "Airado", - "Airón", - "Aisenino", - "Aislado", - "Aislador", - "Aislante", - "Ajedrecístico", - "Ajedrezado", - "Ajeno", - "Ajimezado", - "Ajobera", - "Ajobero", - "Ajudiado", - "Ajuno", - "Ajustable", - "Ajustadito", - "Ajustado", - "Ajustadísimo", - "Alabable", - "Alabado", - "Alabador", - "Alabancero", - "Alabancioso", - "Alabardado", - "Alabastrado", - "Alabastrino", - "Alabeado", - "Alacalufe", - "Alagadizo", - "Alajuelense", - "Alanceador", - "Alandés", - "Alantoides", - "Alaraco", - "Alarbe", - "Alarconiano", - "Alargado", - "Alargadísimo", - "Alarmado", - "Alarmador", - "Alarmante", - "Alastador", - "Alativo", - "Alavense", - "Alavés", - "Alazán", - "Alba", - "Albacetense", - "Albaceteño", - "Albanchelero", - "Albano", - "Albanés", - "Albense", - "Albino", - "Albo", - "Albojense", - "Alborotadizo", - "Alborotado", - "Alborotador", - "Alborotero", - "Alborotista", - "Alborotoso", - "Alcahuete", - "Alcalaeño", - "Alcalareño", - "Alcalaíno", - "Alcalescente", - "Alcalificable", - "Alcalificante", - "Alcalimétrico", - "Alcalino", - "Alcalizado", - "Alcalífero", - "Alcalínulo", - "Alcantareño", - "Alcantarino", - "Alcanzable", - "Alcanzadizo", - "Alcanzado", - "Alcanzador", - "Alcanzativo", - "Alcaparrado", - "Alcaraceño", - "Alcarreño", - "Alcazareño", - "Alcañizano", - "Alcireño", - "Alcista", - "Alcohólica", - "Alcohólico", - "Alcoleano", - "Alcorconero", - "Alcornoque", - "Alcoyano", - "Alcozareño", - "Alcuditense", - "Aldeano", - "Aldino", - "Aleatorias", - "Aleatorio", - "Aleatorios", - "Aleccionador", - "Aledaño", - "Alegador", - "Alegatorio", - "Alegrante", - "Alegre", - "Alegrete", - "Alegroso", - "Alegrísimo", - "Alegórico", - "Aleirodeo", - "Alejado", - "Alejadísimo", - "Alejandrino", - "Alelomórfico", - "Alemán", - "Alemánico", - "Aleonado", - "Alergénico", - "Alerta", - "Alfabeto", - "Alfabético", - "Alfar", - "Algabeño", - "Algarabío", - "Algarivo", - "Algebraico", - "Algecireño", - "Algoso", - "Algotro", - "Alguno", - "Algún", - "Alhameño", - "Alhaurino", - "Aliabierto", - "Aliacanado", - "Aliado", - "Aliadófilo", - "Aliancista", - "Alible", - "Alicantino", - "Alicaído", - "Alicorto", - "Alicuanta", - "Alicunero", - "Alienado", - "Alienígena", - "Alienígeno", - "Alifático", - "Alimanisco", - "Alimentario", - "Alimenticio", - "Alimentista", - "Alimentoso", - "Aliñado", - "Aliñador", - "Aliñadísimo", - "Aliñoso", - "Allanador", - "Allendista", - "Almacenador", - "Almagre", - "Almagrero", - "Almagreño", - "Almagrista", - "Almenado", - "Almeriense", - "Almicantarad", - "Almicantarat", - "Almicántara", - "Almociteño", - "Almodovareño", - "Almorraniento", - "Almorzado", - "Almucantarad", - "Almucantarat", - "Almucántara", - "Almuercero", - "Alobadado", - "Alobrógico", - "Alobunado", - "Alomado", - "Alongado", - "Alopático", - "Alopécico", - "Alotrópico", - "Aloético", - "Alpargatado", - "Alpino", - "Alquiladizo", - "Alquitranado", - "Alquímico", - "Alsaciano", - "Alsinense", - "Altanero", - "Alternativa", - "Alternativo", - "Alteroso", - "Altillo", - "Altilocuente", - "Altimétrico", - "Altiplánico", - "Altisonante", - "Altitonante", - "Altivo", - "Alto", - "Altruista", - "Alturado", - "Altílocuo", - "Altímetro", - "Altísimo", - "Altísono", - "Alucinado", - "Alucinante", - "Aludido", - "Alvaradeño", - "Alvearense", - "Alveolado", - "Alveolar", - "Alzado", - "Alárabe", - "Alérgico", - "Alícuota", - "Alífero", - "Alígero", - "Alóctono", - "Alófono", - "Amabeo", - "Amabilísimo", - "Amable", - "Amachado", - "Amado", - "Amador", - "Amadísimo", - "Amaestrador", - "Amamantador", - "Amanerado", - "Amante", - "Amarditado", - "Amargado", - "Amargante", - "Amargas", - "Amargo", - "Amariconado", - "Amarillento", - "Amarillista", - "Amarillito", - "Amarillo", - "Amariposado", - "Amarrete", - "Amasado", - "Amasador", - "Amateur", - "Amazonense", - "Amazonio", - "Amazónico", - "Ambagioso", - "Ambicioso", - "Ambidextro", - "Ambidiestro", - "Ambiente", - "Ambiguo", - "Ambilátero", - "Ambivalente", - "Amblador", - "Ambos", - "Ambulacral", - "Ambulante", - "Ambulativo", - "Ambulatorio", - "Amedrentador", - "Ameno", - "Americanista", - "Americano", - "Amerindio", - "Amermelado", - "Ametralladorista", - "Amicísimo", - "Amigabilísimo", - "Amigable", - "Amigo", - "Amiguero", - "Amiguísimo", - "Amistoso", - "Amistosísimo", - "Amniótico", - "Amogotado", - "Amojamado", - "Amolado", - "Amontillado", - "Amoral", - "Amoratado", - "Amorfo", - "Amoroso", - "Amorosísimo", - "Amorreo", - "Amos", - "Amostazado", - "Ampliativo", - "Amplificador", - "Amplificativo", - "Amplio", - "Amplísimo", - "Ampuloso", - "Amínico", - "Amónico", - "Anacorético", - "Anacrónico", - "Anaerobio", - "Anaeróbico", - "Anafiláctico", - "Anafórico", - "Anal", - "Analfabeto", - "Analgésico", - "Analítico", - "Analógico", - "Anapéstico", - "Anaranjado", - "Anarcocapitalista", - "Anarquista", - "Anarquizante", - "Anastomosado", - "Anatolio", - "Anatomopatológico", - "Ancashino", - "Ancestral", - "Anchicorto", - "Ancho", - "Anchuroso", - "Anchísimo", - "Anciano", - "Ancilar", - "Ancuditano", - "Andador", - "Andalucense", - "Andalusí", - "Andaluz", - "Andante", - "Andantesco", - "Andino", - "Andorrano", - "Andrajoso", - "Androgénico", - "Andromedano", - "Andrógino", - "Anecdótico", - "Anecúmene", - "Anegadizo", - "Anejo", - "Anemográfico", - "Anemométrico", - "Anexo", - "Anfibio", - "Anfictiónico", - "Anfractuoso", - "Anfídromo", - "Angelino", - "Angloamericanista", - "Angloamericano", - "Anglohablante", - "Angloparlante", - "Anglosajón", - "Anglófilo", - "Anglófono", - "Angoleño", - "Angolino", - "Angosto", - "Angostísimo", - "Anguilano", - "Anguilense", - "Angular", - "Angurrientista", - "Angurriento", - "Angustiante", - "Angustioso", - "Anhelante", - "Anhidro", - "Animadísimo", - "Animal", - "Aniquilador", - "Anisado", - "Anisotrópico", - "Aniñado", - "Anodino", - "Anormal", - "Anoréxica", - "Anoréxicas", - "Anoréxico", - "Anoréxicos", - "Anotérico", - "Anquilosado", - "Anseriforme", - "Anseático", - "Ansiolítico", - "Ansioso", - "Antagonista", - "Antecedente", - "Antecesor", - "Anteco", - "Antedicho", - "Antediluviano", - "Antemeridiano", - "Anteojudo", - "Antepasado", - "Antepenúltimo", - "Antequerano", - "Anterior", - "Antes", - "Anteúltimo", - "Anti", - "Antiarrugas", - "Antiartístico", - "Antibiótico", - "Antibritánico", - "Anticatólico", - "Anticientífico", - "Anticipador", - "Anticipatorio", - "Anticlinal", - "Anticoagulante", - "Anticongelante", - "Anticorrupción", - "Anticrético", - "Anticuado", - "Anticuario", - "Antidiurético", - "Antidroga", - "Antieconómico", - "Antiguano", - "Antiguo", - "Antihelmíntico", - "Antiheroico", - "Antihistamínico", - "Antijuridico", - "Antillano", - "Antimisógino", - "Antimonárquico", - "Antinatalista", - "Antinatural", - "Antioqueña", - "Antioqueño", - "Antipapa", - "Antiparabólico", - "Antiparasitario", - "Antipirético", - "Antipático", - "Antiquísimo", - "Antirreumático", - "Antiscio", - "Antisocial", - "Antiséptico", - "Antofagastino", - "Antojadizo", - "Antojado", - "Antropofílico", - "Antropoide", - "Antropológico", - "Antropomorfo", - "Antropomórfico", - "Antropófago", - "Antrópico", - "Antuerpiense", - "Antuso", - "Antártico", - "Antípoda", - "Anual", - "Anular", - "Anzoateguiense", - "Anzoatiguense", - "Anádromo", - "Análogo", - "Anárquico", - "Anómalo", - "Anónimo", - "Anóxico", - "Aonikenk", - "Aovado", - "Apacible", - "Apagado", - "Apagón", - "Apampichao", - "Apanado", - "Aparador", - "Aparatoso", - "Apareado", - "Aparencial", - "Aparentador", - "Aparente", - "Aparrado", - "Aparroquiado", - "Aparroquiador", - "Aparroquianado", - "Aparroquianador", - "Apartadizo", - "Apartado", - "Apartadísimo", - "Aparte", - "Apasionado", - "Apasionadísimo", - "Apasionante", - "Apazcuado", - "Apazguado", - "Apelativo", - "Apellinado", - "Apenado", - "Apercancado", - "Aperitivo", - "Apetecible", - "Apetitoso", - "Apical", - "Apirético", - "Aplacable", - "Aplacible", - "Aplastante", - "Apoclamídeo", - "Apofántico", - "Apologética", - "Apologético", - "Apolítico", - "Apostado", - "Apostólico", - "Apotropaico", - "Apreciable", - "Aprendedor", - "Aprendiente", - "Aprendiz", - "Apretado", - "Aprobado", - "Apropiado", - "Aproximado", - "Apto", - "Aptísimo", - "Apuesta", - "Apuesto", - "Apuntador", - "Apurado", - "Apurador", - "Apuradísimo", - "Apurativo", - "Apureño", - "Apátrida", - "Apícola", - "Apócrifo", - "Aquejoso", - "Aquel", - "Aquesse", - "Aqueste", - "Aquiescente", - "Aquilino", - "Aquincense", - "Arabesco", - "Arabio", - "Arachán", - "Aracnológico", - "Arador", - "Aragonés", - "Aragüeño", - "Arameo", - "Arancetano", - "Arandino", - "Aranero", - "Araucano", - "Arañento", - "Arbitrable", - "Arbitrador", - "Arbitral", - "Arbitrario", - "Arboleano", - "Arborescente", - "Arborícola", - "Arbustivo", - "Arbóreo", - "Arcaico", - "Arcaizante", - "Arcano", - "Archivológico", - "Ardentísimo", - "Ardid", - "Ardido", - "Ardiente", - "Ardientísimo", - "Ardoroso", - "Arduo", - "Arengador", - "Arenoso", - "Arequipeño", - "Aretalógico", - "Aretino", - "Areóstilo", - "Argel", - "Argelino", - "Argentado", - "Argentador", - "Argentino", - "Argentinísimo", - "Argento", - "Argentoso", - "Argentífero", - "Argumentador", - "Argumental", - "Arietino", - "Ariqueño", - "Arisco", - "Aristocrático", - "Aristofánico", - "Aristotélico", - "Aritmético", - "Arjonero", - "Armamentístico", - "Armenio", - "Armonioso", - "Armoniquista", - "Armuñés", - "Armífero", - "Armígero", - "Armónico", - "Aromoso", - "Aromosísimo", - "Aromático", - "Arqueológico", - "Arquetípico", - "Arquitectural", - "Arquitectónica", - "Arquitectónico", - "Arquitrabado", - "Arrabalero", - "Arrabillado", - "Arrancador", - "Arrasado", - "Arrasador", - "Arrastrado", - "Arratonado", - "Arrecho", - "Arreglado", - "Arregladísimo", - "Arrendatario", - "Arrepentido", - "Arrepiso", - "Arrepollado", - "Arrepticio", - "Arrequejado", - "Arrequesonado", - "Arrestado", - "Arrevesado", - "Arriacense", - "Arriscadillo", - "Arrocero", - "Arrogante", - "Arrojadizo", - "Arrostrado", - "Arrufado", - "Arrufianado", - "Arrugable", - "Arrítmico", - "Arterial", - "Arteriolar", - "Arteriosclerósico", - "Arteriosclerótico", - "Arterioso", - "Arteriovenoso", - "Artero", - "Artesanal", - "Artesano", - "Artesonado", - "Articular", - "Artificial", - "Artiguense", - "Artillero", - "Artiodáctilo", - "Artista", - "Artocárpeo", - "Artístico", - "Arubeño", - "Arundense", - "Arábico", - "Arábigo", - "Arácnido", - "Arévaco", - "Asacador", - "Asado", - "Asaeteador", - "Asativo", - "Asaz", - "Ascendiente", - "Ascensional", - "Ascomicete", - "Ascético", - "Aseado", - "Asequible", - "Aserpenteado", - "Aserrable", - "Aserradizo", - "Aserrado", - "Asertivo", - "Asertorio", - "Asesado", - "Asesinito", - "Asesino", - "Asexual", - "Asfíctico", - "Ashkenazi", - "Ashkenazí", - "Asiduo", - "Asimétrico", - "Asinino", - "Asintomático", - "Asistente", - "Asistidor", - "Asistidora", - "Asistólico", - "Asiático", - "Askenazí", - "Asmadero", - "Asmático", - "Asnal", - "Asocado", - "Asolador", - "Asombradizo", - "Asombroso", - "Asombrosos", - "Asonante", - "Aspaventero", - "Aspaventoso", - "Aspergiano", - "Aspérrimo", - "Asquenazí", - "Asqueroso", - "Asquiento", - "Astigitano", - "Astigmático", - "Astilloso", - "Astorgano", - "Astral", - "Astrictivo", - "Astringente", - "Astrológico", - "Astronáutico", - "Astronómico", - "Astrífero", - "Astucioso", - "Astur", - "Asturiano", - "Asturicense", - "Asturleonés", - "Astuto", - "Astático", - "Asunceno", - "Asunceño", - "Asuntito", - "Asustadizo", - "Asustado", - "Asustador", - "Asustadísimo", - "Asépalo", - "Aséptico", - "Así", - "Asónico", - "Atabanado", - "Atacameño", - "Atado", - "Atal", - "Atarantado", - "Atarbán", - "Atarvana", - "Atarván", - "Atañedero", - "Atemorizador", - "Atemperador", - "Atenazador", - "Ateniense", - "Atento", - "Atentísimo", - "Atenuado", - "Atenuador", - "Atenuante", - "Ateo", - "Aterciopelado", - "Aterido", - "Aterrador", - "Atigrado", - "Atizador", - "Atlanticense", - "Atlántico", - "Atmosférico", - "Atomístico", - "Atontado", - "Atontolinado", - "Atormentador", - "Atorrante", - "Atosigador", - "Atractivo", - "Atrasado", - "Atrasador", - "Atravesado", - "Atrevido", - "Atreviente", - "Atronador", - "Atropellador", - "Atroz", - "Atrófico", - "Atípico", - "Atómico", - "Atónito", - "Audaz", - "Audible", - "Audino", - "Audiovisual", - "Auditivo", - "Aulagueño", - "Aumentativo", - "Aunador", - "Aurgitano", - "Auricular", - "Auriense", - "Aurífero", - "Aurífico", - "Aurífluo", - "Aurígero", - "Aurívoro", - "Ausente", - "Ausetano", - "Ausonense", - "Austero", - "Austral", - "Australiano", - "Austriaco", - "Austrohúngaro", - "Austríaco", - "Autarca", - "Autenticador", - "Autista", - "Autobiográfico", - "Autocrítico", - "Autodestructor", - "Autodidacta", - "Autoglotónimo", - "Automotor", - "Autoproclamado", - "Autopropulsado", - "Autoritario", - "Autoritativo", - "Autosuficiente", - "Autárquico", - "Auténtica", - "Auténtico", - "Autóctono", - "Autógena", - "Autógrafo", - "Autónimo", - "Autónomo", - "Autótrofa", - "Autótrofas", - "Autótrofo", - "Autótrofos", - "Auxenato", - "Auxenorinco", - "Auxenóptero", - "Auxiliante", - "Auxiliar", - "Auxiliativo", - "Auxiliatorio", - "Auxométrico", - "Avalador", - "Avaluador", - "Avaluadora", - "Avandicho", - "Avariento", - "Avaro", - "Avellanedense", - "Aventurado", - "Avergonzado", - "Avetado", - "Aviar", - "Aviario", - "Avidísimo", - "Avieso", - "Avilesino", - "Avileño", - "Avilés", - "Avisador", - "Avispado", - "Avispadísimo", - "Avéstico", - "Avícola", - "Ayacuchense", - "Ayamontino", - "Aymara", - "Ayudador", - "Ayudante", - "Azabachado", - "Azafranado", - "Azaroso", - "Azerbaijano", - "Azerbaiyano", - "Azerbayano", - "Azerí", - "Azimutal", - "Azotable", - "Azteca", - "Azuayo", - "Azucarado", - "Azucarera", - "Azucarero", - "Azudense", - "Azul", - "Azulejo", - "Azuleño", - "Azulito", - "Azur", - "Aéreo", - "Añal", - "Añejo", - "Añero", - "Añil", - "Añino", - "Añoso", - "Aórtico", - "Baalita", - "Babazorro", - "Babeante", - "Babilonia", - "Babilonio", - "Babilónico", - "Baboso", - "Babosísimo", - "Bacana", - "Bacano", - "Bacante", - "Bacareño", - "Bachatera", - "Bachatero", - "Bachicha", - "Bacteriano", - "Bactericida", - "Bacteriológico", - "Bacteriostático", - "Baculario", - "Bacán", - "Badajocense", - "Badajoceño", - "Badana", - "Bagdadí", - "Bagual", - "Bahameño", - "Bahamés", - "Bahiano", - "Bahiense", - "Bahreiní", - "Bailador", - "Bailarín", - "Bailongo", - "Bajacaliforniano", - "Bajista", - "Bajo", - "Bajísimo", - "Bajón", - "Baladí", - "Balancanense", - "Balanceador", - "Balanegrense", - "Balcarceño", - "Balear", - "Balermero", - "Baleárico", - "Ballenero", - "Balmacedista", - "Balompédico", - "Balsa", - "Balurdo", - "Balustre", - "Banal", - "Banana", - "Bancario", - "Bandarra", - "Banderizo", - "Bangladeshí", - "Bangladesí", - "Bantú", - "Baqueano", - "Baqueteado", - "Baquetón", - "Barata", - "Barato", - "Baratísimo", - "Barbadense", - "Barbado", - "Barbastrense", - "Barbastrino", - "Barbicano", - "Barbirrubio", - "Barbirrucio", - "Barbitaheño", - "Barbudo", - "Barcelonés", - "Barcense", - "Barcino", - "Barilochense", - "Barinés", - "Bariónico", - "Barloventeño", - "Barquense", - "Barqueño", - "Barquisimetano", - "Barrado", - "Barragán", - "Barramejo", - "Barranquillero", - "Barranquista", - "Barriotero", - "Barsa", - "Barí", - "Bascoso", - "Basial", - "Basifijo", - "Basilado", - "Basilar", - "Basiliense", - "Basilio", - "Basoto", - "Basta", - "Bastante", - "Bastanteado", - "Bastantísimo", - "Bastardilla", - "Bastardillo", - "Bastardo", - "Basto", - "Basuriento", - "Basípeto", - "Bata", - "Batanado", - "Baturro", - "Bautismal", - "Bautista", - "Bayarquero", - "Bayarquino", - "Bayo", - "Bazo", - "Bañador", - "Bañezano", - "Beamontés", - "Beato", - "Beatífico", - "Beatón", - "Bebedero", - "Bebedor", - "Bebé", - "Beduino", - "Befo", - "Beirenco", - "Beirense", - "Beirutí", - "Beis", - "Bel", - "Belga", - "Beliceño", - "Belicoso", - "Beligerante", - "Bellaco", - "Bellissimo", - "Bello", - "Bellorio", - "Bemba", - "Bemol", - "Benaducense", - "Benefactor", - "Beneficentísimo", - "Beneficiario", - "Benefientísimo", - "Benevolentísimo", - "Benevolísimo", - "Benezurrino", - "Bengalí", - "Benigno", - "Beninero", - "Beninés", - "Benizalonense", - "Bentariqueño", - "Benéfico", - "Benévolo", - "Beocio", - "Beodo", - "Berazateguense", - "Beritense", - "Berlinés", - "Bermejo", - "Bermellón", - "Bermudeño", - "Bernés", - "Berraco", - "Berreta", - "Berzas", - "Berzotas", - "Besucón", - "Betabloqueante", - "Betlehemita", - "Betlehemítico", - "Betlemita", - "Betlemítico", - "Bianual", - "Bibliomántico", - "Bibliotecológico", - "Bibliófilo", - "Bibliómano", - "Bicarpelar", - "Biconvexo", - "Bicéfalo", - "Bicóncavo", - "Bidentado", - "Bidente", - "Bidireccional", - "Bielorruso", - "Biempensante", - "Bienal", - "Bienechor", - "Bienhablado", - "Bienhechor", - "Bienvenido", - "Bienviviente", - "Biespigada", - "Biespigado", - "Bifacial", - "Bifaz", - "Biferruginoso", - "Biflor", - "Bifloral", - "Bifoliado", - "Bifoliatado", - "Biforada", - "Biforado", - "Biforme", - "Bifronte", - "Biférrico", - "Bigardo", - "Bigotudo", - "Bilabial", - "Bilateral", - "Bilbaíno", - "Bilbilitano", - "Biliar", - "Bilingüe", - "Bilítero", - "Bimensual", - "Bimestral", - "Binario", - "Biní", - "Biográfico", - "Biológico", - "Biomecánica", - "Biomecánico", - "Biométrico", - "Biotipológico", - "Biparietal", - "Bipartito", - "Bipectinado", - "Bipeltado", - "Bipolar", - "Birmano", - "Birrectangular", - "Bisexual", - "Bisiesto", - "Bisojo", - "Bisoño", - "Bisílabo", - "Bitonal", - "Bituminoso", - "Bizantino", - "Bizarro", - "Bizcocho", - "Biónico", - "Biótico", - "Blanca", - "Blanco", - "Blando", - "Blanquecino", - "Blanquillo", - "Bloquista", - "Blusero", - "Bobalicón", - "Bobo", - "Bocas", - "Bocatoreño", - "Bocazas", - "Bochinche", - "Bochinchero", - "Bochornoso", - "Bogotano", - "Bohemia", - "Bohemio", - "Bohemo", - "Bolacero", - "Bolche", - "Bolchevique", - "Bolero", - "Boleta", - "Boliguayo", - "Bolillero", - "Bolita", - "Bolivarense", - "Bolivariano", - "Boliviano", - "Bollera", - "Bollullero", - "Bolo", - "Bolonio", - "Boludo", - "Bombo", - "Bonachón", - "Bonaerense", - "Bonancible", - "Bonchón", - "Bondadoso", - "Bondadosísimo", - "Bonito", - "Bonísimo", - "Bootleg", - "Boquense", - "Boquiabierto", - "Boquirrubio", - "Boquisucio", - "Borbonista", - "Borbónico", - "Bordado", - "Bordador", - "Borde", - "Bordelés", - "Bordido", - "Bordonado", - "Bordoneado", - "Bordonero", - "Boreal", - "Boricua", - "Borincano", - "Borinqueño", - "Borracho", - "Borrachísimo", - "Borrador", - "Borrascoso", - "Borrasquero", - "Borravino", - "Borreguero", - "Borreguil", - "Borrica", - "Boscoso", - "Boscosísimo", - "Bosniaco", - "Bosniano", - "Bosnio", - "Bosníaco", - "Bosqueril", - "Bostero", - "Bostoniano", - "Botsuano", - "Botsuanés", - "Botánico", - "Bovino", - "Boyacense", - "Boyero", - "Bracero", - "Bracicorto", - "Bragado", - "Braquicéfalo", - "Brasilero", - "Brasileño", - "Bravo", - "Bravísimo", - "Breca", - "Bremense", - "Bretón", - "Breve", - "Brevete", - "Brevipenne", - "Brevísimo", - "Breñoso", - "Briboncísimo", - "Brigantino", - "Brillante", - "Brindador", - "Brioso", - "Britano", - "Británico", - "Bromatológico", - "Bromista", - "Bronceado", - "Bronceador", - "Bronco", - "Broncíneo", - "Bronquial", - "Brujo", - "Brumoso", - "Brumosísimo", - "Bruneano", - "Brutal", - "Bruto", - "Brutísimo", - "Brígido", - "Buceador", - "Buchón", - "Bucólico", - "Buen", - "Buenas", - "Buenmozo", - "Bueno", - "Buenísimo", - "Buitragueño", - "Bujarra", - "Bullanguero", - "Bullente", - "Bullicioso", - "Bullidor", - "Bulloso", - "Bulímico", - "Bumangués", - "Burbujeante", - "Burdelesco", - "Burdigalense", - "Burdo", - "Burgalés", - "Buriel", - "Burkinabé", - "Burkinés", - "Burloncísimo", - "Burlón", - "Burocrático", - "Burriciego", - "Bursátil", - "Burundiano", - "Burundés", - "Buscador", - "Buscapleitos", - "Buscarruidos", - "Buscón", - "Busnó", - "Bustrofedónico", - "Bustronel", - "Bustrófedo", - "Butanés", - "Buzo", - "Báltico", - "Bárbaro", - "Básico", - "Bávara", - "Bávaro", - "Bélico", - "Bético", - "Bíblico", - "Bífero", - "Bífido", - "Bípedo", - "Bóer", - "Bóvido", - "Búdico", - "Búlgaro", - "Cabal", - "Cabalico", - "Cabalista", - "Caballa", - "Caballar", - "Caballeresco", - "Caballero", - "Caballeroso", - "Caballo", - "Caballuno", - "Cabalístico", - "Cabañal", - "Cabañero", - "Cabeciancho", - "Cabeciduro", - "Cabelludo", - "Cabezadura", - "Cabezón", - "Cabilio", - "Cabizbajo", - "Cabizcaído", - "Cabizcubierto", - "Cablegráfico", - "Cablero", - "Caboverdiano", - "Cabreado", - "Cabreadísimo", - "Cabrero", - "Cabrileño", - "Cabronazo", - "Cabroncísimo", - "Cabruno", - "Cabrío", - "Cabrón", - "Cabulero", - "Cacarizo", - "Cacereño", - "Cachaciento", - "Cachado", - "Cachanchán", - "Cachanilla", - "Cachemirano", - "Cachemirí", - "Cachero", - "Cachivachero", - "Cachudo", - "Cachurero", - "Cachuso", - "Cachuzo", - "Cacofónico", - "Cacológico", - "Cada", - "Caducifolio", - "Cafre", - "Café", - "Cagado", - "Cagador", - "Cagoncete", - "Cagueta", - "Cagón", - "Cahuinero", - "Caimanés", - "Cainita", - "Cairota", - "Calabrés", - "Calagurritano", - "Calahorrano", - "Calahorreño", - "Calameño", - "Calar", - "Calato", - "Calatravo", - "Calchento", - "Calcográfico", - "Calculador", - "Calculadora", - "Calcáreo", - "Caldense", - "Caldeo", - "Calderoniano", - "Caldoche", - "Caldoso", - "Calefactor", - "Calentador", - "Calentito", - "Caleño", - "Caliciforme", - "Caliente", - "Califa", - "Calificativo", - "Californiano", - "Californio", - "Califórnico", - "Caligráfico", - "Calinoso", - "Calipédico", - "Callado", - "Callampero", - "Callanudo", - "Callialto", - "Calloso", - "Calluzo", - "Calmuco", - "Calofilo", - "Calorro", - "Calumniador", - "Caluroso", - "Calurosísimo", - "Calvinista", - "Calvo", - "Calé", - "Caló", - "Camaldulense", - "Camaleónico", - "Camandulense", - "Camandulero", - "Camariento", - "Camaronero", - "Camastrón", - "Cambiadizo", - "Cambiante", - "Cambileño", - "Camboyano", - "Camerunés", - "Caminante", - "Caminero", - "Campaniforme", - "Campasperano", - "Campeador", - "Campechana", - "Campechano", - "Campero", - "Campesino", - "Campestre", - "Camponarayés", - "Cana", - "Canaco", - "Canadiense", - "Canalla", - "Canariense", - "Canario", - "Canarión", - "Canberrano", - "Cancerológico", - "Cancerígeno", - "Cancunense", - "Cancón", - "Candajón", - "Candela", - "Canelonense", - "Cani", - "Canijo", - "Canillado", - "Canilludo", - "Canino", - "Cano", - "Canonical", - "Canoso", - "Canosísimo", - "Cansado", - "Cansador", - "Cansadísimo", - "Cansino", - "Cansoncísimo", - "Cansón", - "Cantabrigense", - "Cantabrio", - "Cantante", - "Cantitativo", - "Cantonera", - "Cantonero", - "Cantonés", - "Cantoriano", - "Canyengue", - "Caníbal", - "Canónico", - "Capadocio", - "Capaz", - "Capicúa", - "Capilar", - "Capital", - "Capitalista", - "Capitulable", - "Caporal", - "Capotímigo", - "Caprichoso", - "Caprichudo", - "Caprifoliáceo", - "Caprino", - "Captor", - "Caputbovense", - "Caquetense", - "Caqueteño", - "Caqui", - "Carabobeño", - "Caracense", - "Carachai", - "Característico", - "Carambanado", - "Carapacho", - "Caraqueño", - "Caraquista", - "Carbonero", - "Carbonífero", - "Carboxílico", - "Carbuncoso", - "Carbónico", - "Carca", - "Carcelario", - "Carcelero", - "Carcinológico", - "Carcinomatoso", - "Carcinógeno", - "Carcomiento", - "Carcunda", - "Cardenalicio", - "Cardiaco", - "Cardinal", - "Cardiopulmonar", - "Cardiorrespiratorio", - "Cardiovascular", - "Cardiálgico", - "Cardíaco", - "Cardítico", - "Carente", - "Careta", - "Cargante", - "Cari", - "Cariacontecido", - "Caribeño", - "Caricaturesco", - "Carioca", - "Cariogénico", - "Carismático", - "Carita", - "Cariño", - "Cariñoso", - "Cariñosísimo", - "Carmelitano", - "Carmesí", - "Carminativo", - "Carnavalesco", - "Carnaválico", - "Carnaza", - "Carnicero", - "Carnosa", - "Carnoso", - "Carnívoro", - "Caro", - "Carpelar", - "Carpetovetónico", - "Carrascoso", - "Carrasqueño", - "Carrañoso", - "Carrerista", - "Carroñero", - "Cartagenero", - "Cartagenino", - "Cartaginés", - "Cartesiano", - "Cartilaginoso", - "Cartográfico", - "Cartomántico", - "Cartucho", - "Cartujo", - "Carísimo", - "Casable", - "Casadero", - "Casado", - "Casanareño", - "Cascajento", - "Cascajuelo", - "Cascarero", - "Cascarrabias", - "Cascarriento", - "Casposo", - "Castaña", - "Castaño", - "Castañuelo", - "Castellano", - "Castellanoleonés", - "Castellanomanchego", - "Castellonense", - "Castizo", - "Casto", - "Castrable", - "Castrador", - "Castreño", - "Castrista", - "Castísimo", - "Casual", - "Casuista", - "Casuística", - "Casuístico", - "Catafórico", - "Catalán", - "Catalítico", - "Catamarqueño", - "Catapléctico", - "Catarinense", - "Catarriento", - "Catarroso", - "Catarí", - "Catastral", - "Catastrofista", - "Catastrófico", - "Catatónico", - "Catedralicio", - "Categórico", - "Catete", - "Catinga", - "Catorce", - "Catorceavo", - "Catorzavo", - "Catorzeno", - "Catracho", - "Catrín", - "Catádromo", - "Catódico", - "Católico", - "Caucano", - "Caudado", - "Caudal", - "Caudato", - "Cauque", - "Cauriense", - "Causal", - "Causativo", - "Cautelar", - "Cauteloso", - "Cautelosísimo", - "Cautivo", - "Cauto", - "Cavernícola", - "Cavicornio", - "Caviloso", - "Cavilosísimo", - "Cavo", - "Cazable", - "Cazado", - "Cazcarriento", - "Cazorleño", - "Cazurro", - "Caído", - "Caídos", - "Cañaílla", - "Cañoneado", - "Cañí", - "Cañón", - "Caótico", - "Caú", - "Cearense", - "Cebada", - "Cebado", - "Cebador", - "Cebolla", - "Cebollero", - "Cebrado", - "Cebreado", - "Cebruno", - "Cebuano", - "Cecal", - "Cedente", - "Cedrino", - "Cefalorraquídeo", - "Cefalálgico", - "Cefalópodo", - "Cegato", - "Ceilandés", - "Ceilanés", - "Cejijunto", - "Celada", - "Celebradísimo", - "Celebérrimo", - "Celeste", - "Celestial", - "Celestino", - "Celoriano", - "Celoso", - "Celta", - "Celular", - "Cementero", - "Cenagoso", - "Cencido", - "Cenicienta", - "Ceniciento", - "Cenizo", - "Cenobial", - "Cenobita", - "Cenobítico", - "Cenoso", - "Cenozoico", - "Censor", - "Centavo", - "Centavos", - "Centenario", - "Centeno", - "Central", - "Centrifugadora", - "Centroafricano", - "Centroamericano", - "Centrípeto", - "Centésimo", - "Cercano", - "Cerdoso", - "Cereal", - "Cerebeloso", - "Cerebral", - "Cernícalo", - "Cero", - "Ceromático", - "Cerrado", - "Cerrador", - "Cerril", - "Cerrillano", - "Cerrolarguense", - "Certero", - "Certificado", - "Certísimo", - "Cervantesco", - "Cervantino", - "Cervecero", - "Cerúleo", - "Cesante", - "Cesaraugustano", - "Cesarense", - "Cesariña", - "Cespitoso", - "Cetrino", - "Ceutí", - "Chabacano", - "Chacabuquense", - "Chacarero", - "Chachahuanteco", - "Chachiguay", - "Chadiano", - "Chadiense", - "Chafa", - "Chajuanado", - "Chalado", - "Chaleca", - "Chalán", - "Chamagoso", - "Chambergo", - "Chambón", - "Chamoy", - "Champetuda", - "Champetudas", - "Champetudo", - "Champetudos", - "Champetúo", - "Champudo", - "Chamullento", - "Chamullero", - "Chamuyero", - "Chanchera", - "Chancho", - "Chango", - "Changuero", - "Chano", - "Chanta", - "Chantapufi", - "Chapaco", - "Chaparro", - "Chapucero", - "Chapín", - "Chaquetero", - "Chaqueto", - "Chaqueño", - "Charrasqueado", - "Charro", - "Charrán", - "Charrísimo", - "Chasca", - "Chascón", - "Chatarra", - "Chatera", - "Chatero", - "Chato", - "Chaucha", - "Chavista", - "Checheno", - "Chechén", - "Checo", - "Checoslovaco", - "Chegre", - "Chele", - "Chelo", - "Chepa", - "Cheposo", - "Chepudo", - "Chercheroso", - "Cherifiano", - "Cherkés", - "Cheroqui", - "Cheto", - "Chetumaleño", - "Chewa", - "Chiapaneco", - "Chibcha", - "Chibemba", - "Chic", - "Chicano", - "Chicha", - "Chicharrero", - "Chicharrón", - "Chichero", - "Chichonero", - "Chicloso", - "Chico", - "Chicoco", - "Chido", - "Chiflado", - "Chihuahuense", - "Chiita", - "Chilango", - "Chilenazo", - "Chileno", - "Chilensis", - "Chilenísimo", - "Chilido", - "Chillanejo", - "Chillanense", - "Chilota", - "Chilote", - "Chimbador", - "Chimbero", - "Chimbo", - "Chimbombo", - "Chimuelo", - "Chinche", - "Chinchento", - "Chinchorro", - "Chinchoso", - "Chinesco", - "Chingado", - "Chinganero", - "Chingón", - "Chinijo", - "Chino", - "Chinoca", - "Chipe", - "Chipriota", - "Chiquito", - "Chiricano", - "Chiripá", - "Chirivelense", - "Chiriveleño", - "Chirriado", - "Chirriante", - "Chismoso", - "Chisporroteante", - "Chistoso", - "Chistosísimo", - "Chitrulo", - "Chivato", - "Chivo", - "Chiwemba", - "Chií", - "Choapino", - "Choborra", - "Choca", - "Chocho", - "Chochoquero", - "Choclero", - "Choclón", - "Choco", - "Chocoana", - "Chocoano", - "Chocolate", - "Chocolateado", - "Chocolatero", - "Chocolatoso", - "Chol", - "Cholero", - "Cholo", - "Chongo", - "Chono", - "Chonque", - "Chontal", - "Chora", - "Choreada", - "Choreado", - "Choriflay", - "Choriza", - "Chorizo", - "Choro", - "Chorrerano", - "Chorrillano", - "Choto", - "Chucha", - "Chuchoquero", - "Chuchumeco", - "Chueco", - "Chukchi", - "Chulesco", - "Chuleta", - "Chulo", - "Chulísimo", - "Chumba", - "Chuncho", - "Chundo", - "Chungo", - "Chupón", - "Chura", - "Chure", - "Churriento", - "Churro", - "Chusco", - "Chusquero", - "Chuto", - "Chuvasio", - "Chuzo", - "Chuño", - "Chárter", - "Chévere", - "Chúcaro", - "Cian", - "Cibal", - "Cibercondríaco", - "Cicatero", - "Ciclista", - "Ciclotímico", - "Ciclópeo", - "Ciclópico", - "Ciconicida", - "Ciego", - "Cien", - "Cienoso", - "Cientañal", - "Ciente", - "Cienteñal", - "Ciento", - "Científico", - "Cierto", - "Ciertísimo", - "Cifontino", - "Cigomorfo", - "Ciliado", - "Cilíndrico", - "Cimarrero", - "Cimarrón", - "Cimbrio", - "Cimero", - "Cinco", - "Cincoañal", - "Cincuenta", - "Cinegético", - "Cinematográfico", - "Cinerítico", - "Cingalés", - "Cinzolino", - "Cinzolín", - "Circadiano", - "Circasiano", - "Circular", - "Circundante", - "Circunspecto", - "Circunstancial", - "Ciribulle", - "Cirrótico", - "Cirílico", - "Cisalpino", - "Ciscón", - "Cisgénero", - "Cismontano", - "Citable", - "Citadino", - "Citador", - "Citotóxico", - "Ciudadana", - "Ciudadano", - "Ciudadrealeño", - "Ciudarrealeño", - "Civil", - "Cizañador", - "Cizañero", - "Clamoroso", - "Clamoso", - "Clandestino", - "Claretiano", - "Claro", - "Clarífico", - "Clarísimo", - "Clave", - "Cleptómano", - "Clerical", - "Clignotante", - "Climatizador", - "Climatológico", - "Climatérico", - "Climático", - "Cliometrista", - "Cliométrico", - "Clorhídrico", - "Clorofluorocarbonado", - "Clueco", - "Cluniense", - "Clásico", - "Clástico", - "Clínico", - "Clítico", - "Coagulador", - "Coagulante", - "Coahuilense", - "Coalescente", - "Cobarde", - "Cobardón", - "Cobreado", - "Cobrizo", - "Cocainómano", - "Cocalero", - "Cochabambina", - "Cochabambino", - "Coche", - "Cochera", - "Cochero", - "Cochino", - "Cochinísimo", - "Cocho", - "Cocido", - "Cocinero", - "Coclesano", - "Codero", - "Codicilar", - "Codo", - "Coeficiente", - "Coercible", - "Coercitivo", - "Coetáneo", - "Coexistente", - "Cogitabundo", - "Cognado", - "Cognaticio", - "Cognitivo", - "Cognoscente", - "Cognoscible", - "Cognoscitivo", - "Coherente", - "Cohesivo", - "Cohibido", - "Coihaiquino", - "Cojedeño", - "Cojo", - "Cojonudo", - "Cojudo", - "Cola", - "Colado", - "Colchagüino", - "Colchonero", - "Coleado", - "Colecticio", - "Colectivo", - "Colector", - "Colegiada", - "Colegiado", - "Colegial", - "Colgado", - "Colicuativo", - "Coliguacho", - "Colimense", - "Colinario", - "Colista", - "Colla", - "Colmado", - "Colmenarete", - "Colocolino", - "Colombianista", - "Colombiano", - "Colombianísimo", - "Colombiche", - "Colombino", - "Colomín", - "Colonense", - "Colonial", - "Coloniense", - "Colonizador", - "Coloquial", - "Colorado", - "Coloradísimo", - "Coludo", - "Columbino", - "Columnario", - "Colérico", - "Comanditario", - "Comatoso", - "Combado", - "Combarcano", - "Combatiente", - "Combo", - "Combustible", - "Comedido", - "Comedor", - "Comejibias", - "Comensal", - "Comerciable", - "Comercial", - "Comerciante", - "Comestible", - "Cometario", - "Comible", - "Comilón", - "Comisionado", - "Comitativo", - "Comiteco", - "Comodino", - "Comorano", - "Comorense", - "Compacto", - "Compaginado", - "Comparable", - "Comparado", - "Comparador", - "Comparatista", - "Comparativista", - "Comparativo", - "Compasado", - "Competente", - "Competidor", - "Compilador", - "Complacedero", - "Complacedor", - "Complacible", - "Complaciente", - "Complejo", - "Completo", - "Complexionado", - "Complexivo", - "Complice", - "Complotador", - "Complutense", - "Compositivo", - "Compositor", - "Compostelano", - "Comprador", - "Comprante", - "Comprensible", - "Compresible", - "Compresor", - "Compuesto", - "Compulsivo", - "Compungido", - "Computable", - "Computacional", - "Comunal", - "Comunero", - "Comunicador", - "Comunicativo", - "Comunista", - "Comunitario", - "Comunísimo", - "Común", - "Concepcionero", - "Concepcionista", - "Conceptivo", - "Conceptual", - "Conceptuoso", - "Concerniente", - "Concesionario", - "Concheto", - "Concho", - "Conchudo", - "Concienzudo", - "Conciliable", - "Conciliador", - "Conciso", - "Concomitante", - "Concorde", - "Concreto", - "Concupiscente", - "Concurrida", - "Concurridas", - "Concurrido", - "Concurridos", - "Concurridísimo", - "Condecente", - "Condecentes", - "Condenabilísimo", - "Condenable", - "Condenatorio", - "Condescendiente", - "Condesil", - "Condicente", - "Condicentes", - "Condiciente", - "Condicientes", - "Condicionado", - "Condicional", - "Conejero", - "Conejuna", - "Conejuno", - "Confabulador", - "Confiable", - "Confiado", - "Confianzudo", - "Confidencial", - "Confidente", - "Conflictivo", - "Conforme", - "Confortabilísimo", - "Confortable", - "Confuso", - "Confutador", - "Confín", - "Congelable", - "Congelador", - "Congelante", - "Congestivo", - "Conglutinoso", - "Congoleño", - "Congolés", - "Congraciador", - "Congratulatorio", - "Congrio", - "Congénere", - "Congénito", - "Conjuntivo", - "Conmiserativo", - "Conmovedor", - "Connado", - "Connotativo", - "Conocedor", - "Conocible", - "Conocido", - "Conquense", - "Conqueridor", - "Conquiforme", - "Conquiso", - "Conquistable", - "Conquistador", - "Consabido", - "Consciente", - "Consecuente", - "Consecutivo", - "Consentido", - "Consentidor", - "Conservador", - "Conservante", - "Conservativo", - "Conservatorio", - "Considerabilísimo", - "Considerable", - "Considerado", - "Consiguiente", - "Consistente", - "Consolador", - "Consolidado", - "Consonante", - "Conspicuo", - "Conspirador", - "Constante", - "Constipado", - "Constipadísimo", - "Constitucional", - "Constrictor", - "Constructivo", - "Consubstancial", - "Consueto", - "Consuetudinario", - "Consumativo", - "Consumidor", - "Consumista", - "Consuntivo", - "Consustancial", - "Contable", - "Contado", - "Contagioso", - "Contemporáneo", - "Contencioso", - "Contenido", - "Contentable", - "Contentadizo", - "Contentible", - "Contentivo", - "Contento", - "Contentoso", - "Contentísimo", - "Contestable", - "Contestador", - "Contestani", - "Contestano", - "Contestario", - "Contestatario", - "Conteste", - "Contigioso", - "Contiguo", - "Continente", - "Contingente", - "Contingible", - "Continuista", - "Continuo", - "Contioso", - "Contornado", - "Contraalmenado", - "Contractual", - "Contracultural", - "Contralateral", - "Contraproducente", - "Contraria", - "Contrario", - "Contrarreloj", - "Contribuyente", - "Contrito", - "Controlador", - "Controladora", - "Controvertible", - "Contumaz", - "Contumelioso", - "Contumerioso", - "Contundente", - "Conturbado", - "Convaleciente", - "Convencional", - "Convencionalista", - "Conveniente", - "Conventillero", - "Convergente", - "Conversable", - "Convexo", - "Convincente", - "Conviviente", - "Convocatorio", - "Cooperativo", - "Coordenado", - "Coordinado", - "Coordinador", - "Coordinadísimo", - "Coordinante", - "Coordinativo", - "Copado", - "Copartidario", - "Copiable", - "Copiador", - "Copiapino", - "Copilador", - "Copioso", - "Copiosísimo", - "Copión", - "Coplanario", - "Coprológico", - "Coprófago", - "Coprófilo", - "Copto", - "Copuchento", - "Copudo", - "Coqueto", - "Coquimbano", - "Corajoso", - "Corajudo", - "Coral", - "Coralario", - "Coralino", - "Coralífero", - "Coralígeno", - "Corcovado", - "Cordiforme", - "Cordobense", - "Cordobés", - "Coreano", - "Coreográfico", - "Coriana", - "Coriano", - "Corintio", - "Corinto", - "Coriáceo", - "Cornalón", - "Corneador", - "Corniculado", - "Cornudo", - "Cornuto", - "Cornúpeto", - "Coroliflora", - "Coronario", - "Corporal", - "Corpulento", - "Corpóreo", - "Corradical", - "Correctivo", - "Correcto", - "Correctísimo", - "Correntino", - "Correspondiente", - "Correveidile", - "Corriente", - "Corrosivo", - "Corrugado", - "Corruptible", - "Corrupto", - "Corso", - "Cortado", - "Cortador", - "Cortante", - "Cortapuntos", - "Cortico", - "Cortito", - "Corto", - "Cortés", - "Cortísimo", - "Corusco", - "Coruñés", - "Corvo", - "Coríntico", - "Cosario", - "Coscoíno", - "Cosetano", - "Cositero", - "Cosmológico", - "Cosmopolita", - "Cosmético", - "Cosquilloso", - "Costal", - "Costamarfileño", - "Costarricense", - "Costeño", - "Costoso", - "Cotejable", - "Cotidiano", - "Cotilla", - "Cototo", - "Cototudo", - "Cotufero", - "Coxal", - "Coxofemoral", - "Coyhaiquino", - "Coño", - "Coñón", - "Cracoviano", - "Craneal", - "Craneoencefálico", - "Craso", - "Creador", - "Creativo", - "Crecedero", - "Crecido", - "Creduloso", - "Cree", - "Creedero", - "Creedor", - "Crema", - "Crematística", - "Crematístico", - "Cremonés", - "Cremoso", - "Cremosísimo", - "Crespo", - "Crestado", - "Crestudo", - "Cretino", - "Cretáceo", - "Cretácico", - "Crevillentino", - "Creyente", - "Creíble", - "Creído", - "Criadero", - "Criado", - "Criador", - "Criante", - "Cricoides", - "Criminal", - "Criminalista", - "Criminológico", - "Crinado", - "Criollo", - "Crispante", - "Cristalino", - "Cristiano", - "Criteriológico", - "Criticable", - "Criticador", - "Criticón", - "Croata", - "Crocante", - "Cromado", - "Cromolitográfico", - "Cromosómico", - "Cronogramático", - "Cronológico", - "Croto", - "Cruciforme", - "Crudelísimo", - "Crudio", - "Crudo", - "Crudísimo", - "Cruel", - "Cruelísimo", - "Cruento", - "Crujidero", - "Crujidor", - "Crujiente", - "Crural", - "Crustoso", - "Cruzado", - "Cruórico", - "Crédulo", - "Críptico", - "Crítico", - "Crónico", - "Cuadrado", - "Cuadragésimo", - "Cuadrilátero", - "Cuadringentésimo", - "Cuadro", - "Cuadrúpedo", - "Cual", - "Cualesquier", - "Cualesquiera", - "Cualitativo", - "Cualque", - "Cualquier", - "Cualquiera", - "Cualsequier", - "Cuamaño", - "Cuan", - "Cuantioso", - "Cuantitativo", - "Cuanto", - "Cuarenta", - "Cuarto", - "Cuaternario", - "Cuatezón", - "Cuatralbo", - "Cuatrilingüe", - "Cuatrimestral", - "Cuatro", - "Cuatrocientos", - "Cuautlense", - "Cubano", - "Cubanísimo", - "Cubierta", - "Cubierto", - "Cuchi", - "Cucho", - "Cuco", - "Cucufate", - "Cucuteño", - "Cuencano", - "Cuentadante", - "Cuentero", - "Cuerdo", - "Cuernavacense", - "Cuervo", - "Cuestionable", - "Cuevano", - "Cufifo", - "Cuico", - "Cuidadoso", - "Cuidadosísimo", - "Culeca", - "Culero", - "Culiacanense", - "Culiado", - "Culichi", - "Culinario", - "Culpable", - "Culposo", - "Culteranista", - "Culterano", - "Cultero", - "Cultiparlista", - "Cultipicaño", - "Cultivable", - "Cultivado", - "Cultivador", - "Culto", - "Cultor", - "Cultoso", - "Cultual", - "Cultural", - "Culturales", - "Cultureta", - "Culturista", - "Culturoso", - "Cultísimo", - "Cumanagoto", - "Cumanés", - "Cumbiero", - "Cumulador", - "Cumulativo", - "Cuna", - "Cundiboyacense", - "Cundinamarquesa", - "Cundinamarqués", - "Cuneiforme", - "Cunero", - "Cunicultor", - "Cupresáceo", - "Cuprífero", - "Curado", - "Curador", - "Curao", - "Curavío", - "Curco", - "Curcucho", - "Curcuncho", - "Curda", - "Curicano", - "Curiche", - "Curioso", - "Curro", - "Cursi", - "Cursiento", - "Cursilísimo", - "Cursiva", - "Cursivo", - "Curuchupa", - "Curul", - "Curuzucuateño", - "Curvilínea", - "Curvo", - "Cusco", - "Cuscurrudo", - "Cusita", - "Cuto", - "Cutre", - "Cutáneo", - "Cuyano", - "Cuzco", - "Cuzqueño", - "Cuádruple", - "Cuádruplo", - "Cuál", - "Cuántico", - "Cálido", - "Cámbrico", - "Cándido", - "Cánoro", - "Cántabro", - "Cárnico", - "Cáustico", - "Célebre", - "Célibe", - "Céltico", - "Céntrico", - "Céntuplo", - "Cíclico", - "Cíngaro", - "Cínico", - "Cístico", - "Cítrico", - "Cívico", - "Cólico", - "Cómico", - "Cómodo", - "Cóncavo", - "Cónico", - "Córneo", - "Cósmico", - "Dactilar", - "Dactilográfico", - "Dactilológico", - "Dada", - "Dado", - "Daguestano", - "Daguestanés", - "Daguestaní", - "Dahomeyano", - "Dai", - "Daliense", - "Dalieño", - "Dalmático", - "Daltoniano", - "Daltónico", - "Damnificado", - "Danubiano", - "Danzador", - "Danzarín", - "Danés", - "Darienita", - "Darriqueño", - "Data", - "Datilado", - "Dativa", - "Dativo", - "Dañino", - "Dañinísimo", - "Dañoso", - "Debianita", - "Debilitado", - "Debilitante", - "Debutante", - "Decagonal", - "Decano", - "Decapante", - "Decasílabo", - "Decenario", - "Decente", - "Decimoctavo", - "Decimocuarto", - "Decimonono", - "Decimonoveno", - "Decimonónico", - "Decimoprimero", - "Decimoquinto", - "Decimosegundo", - "Decimosexto", - "Decimoséptimo", - "Decimotercer", - "Decimotercero", - "Decimotercio", - "Decisivo", - "Declamador", - "Declamatorio", - "Declarativo", - "Decorativo", - "Decrepito", - "Decretorio", - "Decrépito", - "Decumbente", - "Decusado", - "Decuso", - "Deductivo", - "Defectivo", - "Defectuoso", - "Defensivo", - "Deferente", - "Defeño", - "Definitivo", - "Definito", - "Deflagrador", - "Defoliador", - "Defoliante", - "Deformable", - "Deforme", - "Degenerado", - "Degenerante", - "Degenerativo", - "Dehiscente", - "Dejadez", - "Dejado", - "Dejadísimo", - "Delal", - "Delantero", - "Delator", - "Deleble", - "Delegado", - "Deletreado", - "Deletreador", - "Deletéreo", - "Deleznable", - "Delgado", - "Delgadísimo", - "Deliberado", - "Deliberante", - "Deliberativo", - "Delicado", - "Delicioso", - "Deliciosísimo", - "Delicuescente", - "Delincuencial", - "Delincuente", - "Deltano", - "Demacrado", - "Demagogo", - "Demasiado", - "Demasiadísimo", - "Demente", - "Demergido", - "Demodé", - "Demoledor", - "Demonológico", - "Demorado", - "Demostrabilísimo", - "Demostrable", - "Demostrador", - "Demostrativo", - "Demulcente", - "Demás", - "Demócrata", - "Denario", - "Dendroide", - "Dendroideo", - "Dendrítico", - "Denegado", - "Denodado", - "Denotativo", - "Densifoliado", - "Densimétrico", - "Densirostro", - "Denso", - "Densífloro", - "Densísimo", - "Dental", - "Dentario", - "Dentífrico", - "Deontológico", - "Departamental", - "Dependente", - "Dependiente", - "Deplorable", - "Deponente", - "Deportista", - "Deportivo", - "Depravado", - "Depravador", - "Depravante", - "Depredador", - "Depurable", - "Depurado", - "Depurador", - "Depuradísimo", - "Depurativo", - "Depuratorio", - "Depurgativo", - "Depurgatorio", - "Derechista", - "Derecho", - "Derechísimo", - "Derivada", - "Derivativo", - "Dermatológico", - "Dermocáustico", - "Derogable", - "Derogador", - "Derogatorio", - "Derretido", - "Desaborido", - "Desaborío", - "Desabrido", - "Desabrigado", - "Desafecto", - "Desafiante", - "Desafilado", - "Desafortunado", - "Desagenario", - "Desagraciado", - "Desagradable", - "Desagradecido", - "Desaguerrido", - "Desalado", - "Desalentador", - "Desalinizador", - "Desaliñado", - "Desalmado", - "Desalmenado", - "Desamador", - "Desamparado", - "Desamparador", - "Desanimado", - "Desapacible", - "Desaparecido", - "Desapercibido", - "Desaplicado", - "Desarmado", - "Desaseado", - "Desatado", - "Desatento", - "Desbordante", - "Descabellado", - "Descalzo", - "Descapotable", - "Descarnada", - "Descastado", - "Descendiente", - "Descentralizador", - "Deschavetado", - "Descifrable", - "Descolorido", - "Descompresivo", - "Desconchiflado", - "Descongestionante", - "Descongestivo", - "Desconocedor", - "Desconocido", - "Descoordinado", - "Descortés", - "Descreído", - "Descriptivo", - "Descriptor", - "Descuajilotado", - "Descubierto", - "Descuidero", - "Desdeñable", - "Desdonado", - "Deseabilísimo", - "Desechable", - "Desemejable", - "Desemejado", - "Desemejante", - "Desempleado", - "Desencabalgado", - "Desencantado", - "Desencofrado", - "Desengañado", - "Desentendido", - "Deseoso", - "Deseosísimo", - "Desesperado", - "Desesperante", - "Desestimado", - "Desfavorable", - "Desgarbado", - "Desgraciado", - "Desgradecido", - "Deshabitado", - "Deshinchado", - "Deshonesto", - "Deshuesado", - "Desiderativo", - "Desidioso", - "Desigual", - "Desincentivador", - "Desincrustante", - "Desinencial", - "Desinfectante", - "Desinhibido", - "Desinsectador", - "Desjuiciado", - "Deslenguado", - "Deslizadero", - "Deslumbrante", - "Desmarrido", - "Desmentido", - "Desmentidor", - "Desmitificador", - "Desmoralizador", - "Desmoralizante", - "Desnortado", - "Desnublado", - "Desnudista", - "Desnudo", - "Desnutrido", - "Desodorizante", - "Desopilante", - "Desordenado", - "Desoxidante", - "Despachador", - "Despagado", - "Despavorido", - "Despectivo", - "Despejado", - "Despejadísimo", - "Despeluznante", - "Despenador", - "Despeñadizo", - "Despiadado", - "Despierto", - "Desplazado", - "Desposado", - "Desprecavido", - "Despreciable", - "Desproporcionado", - "Desprotegido", - "Destajador", - "Destilador", - "Destinatario", - "Destripador", - "Destrozador", - "Destrozón", - "Destructivo", - "Destructor", - "Destrísimo", - "Desubicado", - "Desusado", - "Desvalido", - "Desvanecido", - "Desvariado", - "Desventurado", - "Desvergonzado", - "Desértico", - "Detenido", - "Deterior", - "Determinado", - "Determinante", - "Determined", - "Determinista", - "Determinístico", - "Detestable", - "Detritívoro", - "Deudor", - "Deuterocanónico", - "Devastador", - "Deverbal", - "Devoraz", - "Devoto", - "Devónico", - "Dextrógiro", - "Deíctico", - "Deísta", - "Diabético", - "Diacrítico", - "Diacrónico", - "Diaforético", - "Diagonal", - "Dial", - "Dialogador", - "Dialogal", - "Dialogante", - "Dialogístico", - "Dialéctico", - "Dialógico", - "Diamantado", - "Diamantino", - "Diamantoide", - "Diamantífero", - "Diario", - "Diastólico", - "Diatópico", - "Diblástico", - "Dicaz", - "Dicho", - "Diclamídeo", - "Dicotiledónea", - "Dicótomo", - "Didascálico", - "Didáctico", - "Didáctilo", - "Diecinueve", - "Diecinueveavo", - "Dieciochavo", - "Dieciochero", - "Dieciocho", - "Dieciochoavo", - "Dieciseisavo", - "Diecisiete", - "Diecisieteavo", - "Dieciséis", - "Diego", - "Dieléctrico", - "Diestro", - "Diestrísimo", - "Diez", - "Diferente", - "Diferido", - "Dificilísimo", - "Dificultador", - "Dificultoso", - "Dificílimo", - "Difunto", - "Difuso", - "Difícil", - "Digeribilísimo", - "Digerible", - "Digestivo", - "Digital", - "Dignificable", - "Dignificante", - "Digno", - "Dignísimo", - "Dije", - "Dilatable", - "Dilecto", - "Diletante", - "Diligente", - "Dimensional", - "Diminutivo", - "Diminuto", - "Dinamarqués", - "Dinámico", - "Dinástico", - "Dioico", - "Diploide", - "Diplomático", - "Dipsomaniaco", - "Dipsomaníaco", - "Dipsómano", - "Dirceo", - "Directiva", - "Directivo", - "Directo", - "Director", - "Directoral", - "Directorial", - "Directorio", - "Directriz", - "Dirigente", - "Dirigible", - "Discente", - "Discolor", - "Discontinuo", - "Discorde", - "Discrepante", - "Discreto", - "Disculpable", - "Disculpador", - "Discutible", - "Discutidor", - "Disfuncional", - "Disgustoso", - "Disgustosísimo", - "Disidente", - "Disléxico", - "Disonante", - "Dispar", - "Disparado", - "Disparatado", - "Disparato", - "Disparejo", - "Dispendioso", - "Dispensador", - "Displicente", - "Displástico", - "Dispneico", - "Disponedor", - "Disponible", - "Dispositivo", - "Dispositorio", - "Dispuesto", - "Disruptivo", - "Distal", - "Distante", - "Distintivo", - "Distinto", - "Distraído", - "Distímico", - "Distópico", - "Disuasivo", - "Disuasorio", - "Disílabo", - "Ditirámbico", - "Diurético", - "Diva", - "Divergente", - "Diverso", - "Divertido", - "Divididero", - "Dividuo", - "Divinal", - "Divinativo", - "Divinatorio", - "Divinizable", - "Divinizador", - "Divino", - "Divisible", - "Divo", - "Diáfano", - "Dióptrico", - "Djaimita", - "Djaina", - "Djena", - "Doble", - "Doce", - "Doceavo", - "Doceañero", - "Doceañista", - "Docente", - "Doctiloco", - "Doctilocuo", - "Docto", - "Doctoral", - "Doctorcico", - "Doctorcillo", - "Doctorcito", - "Doctormorense", - "Doctífico", - "Doctísimo", - "Documental", - "Docético", - "Dodecafónico", - "Dodecagonal", - "Dodecasílabo", - "Dodecágono", - "Dogo", - "Dogon", - "Dolerítico", - "Dolicocéfalo", - "Doliente", - "Dolioso", - "Dolménico", - "Dolobu", - "Dolorido", - "Doloso", - "Domesticado", - "Dominguero", - "Dominical", - "Dominicano", - "Dominiqués", - "Doméstico", - "Donante", - "Donoso", - "Donostiarra", - "Dorado", - "Doradísimo", - "Dorio", - "Dormilón", - "Dorsal", - "Dorsoventral", - "Dos", - "Doscientos", - "Dozeno", - "Draconiano", - "Dramático", - "Drogadicto", - "Drogado", - "Drogodependiente", - "Druídico", - "Drástico", - "Dual", - "Dualístico", - "Dubitativo", - "Dublinés", - "Ducal", - "Ducentésimo", - "Ducho", - "Dudabilísimo", - "Dudoso", - "Dueño", - "Dulce", - "Dulceacuícola", - "Dulciacuícola", - "Dulcísimo", - "Dulzaino", - "Dulzón", - "Duodecagonal", - "Duodécimo", - "Duodécuplo", - "Duplo", - "Duradero", - "Duranguense", - "Duraznense", - "Durmiente", - "Duro", - "Durísimo", - "Dánico", - "Dárdano", - "Débil", - "Décimo", - "Décuple", - "Décuplo", - "Dérmico", - "Díscolo", - "Díspoto", - "Dócil", - "Dórico", - "Dúplex", - "Easonense", - "Ebrio", - "Ebrioso", - "Ebúrneo", - "Ecbólico", - "Ecdótico", - "Echadillo", - "Echadizo", - "Echado", - "Echador", - "Echón", - "Eclesiástico", - "Ecléctico", - "Eclíptico", - "Eclógico", - "Ecológico", - "Econométrico", - "Económico", - "Ectodérmico", - "Ectoparásito", - "Ecuatoguineano", - "Ecuatorial", - "Ecuatoriano", - "Ecuestre", - "Ecuménico", - "Ecuánime", - "Edafológico", - "Edificador", - "Edificante", - "Edificativo", - "Educacional", - "Educado", - "Educativo", - "Edulcorante", - "Edáfico", - "Edénico", - "Efectivo", - "Eferente", - "Efervescente", - "Eficaz", - "Eficiente", - "Efigiado", - "Efrateo", - "Efímero", - "Egabrense", - "Egetano", - "Egipcio", - "Egiptológico", - "Eglógico", - "Egolátrico", - "Egoísta", - "Egregio", - "Egómano", - "Eidético", - "Ejecutable", - "Ejecutante", - "Ejecutor", - "Ejemplar", - "Ejercitador", - "Ejercitante", - "Ejidense", - "Elaborable", - "Elativo", - "Eldense", - "Electivo", - "Electo", - "Elector", - "Electoral", - "Electrificante", - "Electrizante", - "Electroencefalográfico", - "Electrofisiológico", - "Electrolítico", - "Electromagnético", - "Electrónico", - "Elefantino", - "Elegante", - "Elegiano", - "Elegible", - "Elegio", - "Elegiógrafo", - "Elegíaco", - "Eleito", - "Elemental", - "Eleático", - "Eliminatoria", - "Elitista", - "Elocutivo", - "Elocutorio", - "Elodito", - "Elogiable", - "Elogiador", - "Elquino", - "Elucubrativo", - "Eludible", - "Eludórico", - "Elzeviriano", - "Elástico", - "Eléctrico", - "Elíptico", - "Emaciado", - "Emancipador", - "Emancipativo", - "Emancipatorio", - "Embadurnador", - "Embarazado", - "Embarazoso", - "Embaucador", - "Embellecedor", - "Embilejo", - "Embocinado", - "Embriológico", - "Embrocado", - "Embrollador", - "Embrutecedor", - "Embudista", - "Embustero", - "Emeritense", - "Emigrante", - "Eminente", - "Emisor", - "Emocionable", - "Emocional", - "Emocionante", - "Emoliente", - "Emotivo", - "Empalagoso", - "Empalagosísimo", - "Emparentado", - "Empecinado", - "Empedernido", - "Empedrado", - "Empercudido", - "Emperfumado", - "Empericado", - "Emperlado", - "Empernado", - "Empeñador", - "Empleable", - "Empleado", - "Empleador", - "Empleitero", - "Emplástico", - "Emponzoñador", - "Empotrable", - "Emprendedor", - "Empuntado", - "Empírico", - "Emérito", - "Emético", - "Enajenado", - "Enalmagrado", - "Enamoradizo", - "Enamorado", - "Enano", - "Enarmónico", - "Enastado", - "Encachado", - "Encantadero", - "Encantado", - "Encantador", - "Encapuchado", - "Encarecedor", - "Encargado", - "Encefálico", - "Encendedor", - "Enchochado", - "Enchufado", - "Enchulado", - "Enciclopedista", - "Enciclopédico", - "Encinta", - "Enclenque", - "Enclítico", - "Encogido", - "Encomiable", - "Encorbatado", - "Encorvadísimo", - "Encovado", - "Encrespado", - "Encrespador", - "Encrestado", - "Encubridizo", - "Enculado", - "Endebilísimo", - "Endeble", - "Endeblísimo", - "Endecasilábico", - "Endecasílabo", - "Endecágono", - "Endieciochado", - "Endocrino", - "Endocrinológico", - "Endogámico", - "Endoparásito", - "Endoplasmático", - "Endosable", - "Endosimbiótico", - "Endotelial", - "Endrino", - "Endurecido", - "Endémico", - "Ene", - "Eneagonal", - "Eneasílabo", - "Enemigo", - "Energético", - "Energúmena", - "Energúmeno", - "Eneágono", - "Enfadadizo", - "Enfadado", - "Enfadica", - "Enfermizo", - "Enfermiço", - "Enfermo", - "Enfermísimo", - "Enfierrado", - "Enfintoso", - "Enflechado", - "Enfriador", - "Enfático", - "Engallado", - "Engatusador", - "Engañoso", - "Engañosísimo", - "Engolosinador", - "Engorroso", - "Engorrosísimo", - "Engrapado", - "Engreído", - "Engrupidor", - "Enguatado", - "Engullidor", - "Engurriado", - "Enhiesto", - "Enigmático", - "Enixero", - "Enjuto", - "Enmarañador", - "Enojadizo", - "Enojado", - "Enojante", - "Enojoso", - "Enológico", - "Enorme", - "Enotécnico", - "Enredador", - "Enrevesado", - "Enrollable", - "Enrollado", - "Ensalmado", - "Ensalzador", - "Ensayístico", - "Ensenado", - "Enseñable", - "Enseñadero", - "Enseñado", - "Enseñador", - "Enseñante", - "Ensiforme", - "Ensolimanado", - "Ensordecedor", - "Ensoñador", - "Ensuciador", - "Enteco", - "Entelerío", - "Entendedero", - "Entendedor", - "Entendible", - "Entendido", - "Entero", - "Enterrador", - "Enteógeno", - "Entimemático", - "Entomológico", - "Entorchado", - "Entrador", - "Entrante", - "Entreabierto", - "Entregador", - "Entrego", - "Entregoteado", - "Entremetido", - "Entrerriano", - "Entretejedor", - "Entretenedor", - "Entrometido", - "Entruchón", - "Entrópico", - "Entusiasmado", - "Entusiasta", - "Entérico", - "Enunciable", - "Enunciativo", - "Envasador", - "Envejecido", - "Envenenado", - "Enviable", - "Enviadizo", - "Enviajado", - "Envidiabilísimo", - "Envidiable", - "Envidioso", - "Envolvente", - "Enzimático", - "Enérgico", - "Eoceno", - "Eocénico", - "Epentético", - "Epiceno", - "Epicíclico", - "Epidemiológico", - "Epidémico", - "Epifita", - "Epifito", - "Epigeo", - "Epigástrico", - "Epigénetico", - "Epilogal", - "Epiléptico", - "Epiparásito", - "Epirótico", - "Episcopal", - "Epispermático", - "Epispástico", - "Epistaminal", - "Epistamíneo", - "Epistemológico", - "Episternal", - "Episódico", - "Epitelial", - "Epoto", - "Epónimo", - "Equidistante", - "Equilátero", - "Equino", - "Equivalente", - "Equivocado", - "Equivoquista", - "Equívoco", - "Erario", - "Eremita", - "Eremítico", - "Ergonómico", - "Ergotista", - "Erguido", - "Erial", - "Eriazo", - "Eritematoso", - "Eritreo", - "Erizado", - "Erosivo", - "Erotómano", - "Erromintxela", - "Errático", - "Errátil", - "Erróneo", - "Erudito", - "Eréctil", - "Erógeno", - "Erótico", - "Esa", - "Esaborío", - "Esbafado", - "Esbelto", - "Escabio", - "Escabroso", - "Escalado", - "Escalador", - "Escalar", - "Escalariano", - "Escalariforme", - "Escalario", - "Escalofriante", - "Escalonado", - "Escandinavo", - "Escapular", - "Escaqueado", - "Escaramuzador", - "Escarbador", - "Escarlata", - "Escarpado", - "Escarpadísimo", - "Escaso", - "Escasísimo", - "Escatológico", - "Escavador", - "Escazonado", - "Escelerado", - "Esceloroso", - "Escenográfico", - "Escenógrafo", - "Escirroso", - "Escita", - "Esclarecedor", - "Esclavista", - "Esclavo", - "Esclerótico", - "Escocés", - "Escolástico", - "Escondido", - "Escopofílico", - "Escoptofílico", - "Escorbútico", - "Escota", - "Escotero", - "Escripto", - "Escrito", - "Escriturario", - "Escrutador", - "Escudriñable", - "Escudriñador", - "Escueto", - "Esculento", - "Escultista", - "Escultórico", - "Escuro", - "Escutiforme", - "Escénico", - "Escéptico", - "Esdrújulo", - "Esencial", - "Esfenoidal", - "Esferal", - "Esférico", - "Esgrimidor", - "Eslavo", - "Eslovaco", - "Esloveno", - "Esmerado", - "Esmeradísimo", - "Esmeralda", - "Esmeraldino", - "Esnob", - "Esofágico", - "Esotérico", - "Espacial", - "Espacioso", - "Espaldudo", - "Espartano", - "Espartiata", - "Español", - "Españolete", - "Especial", - "Especialista", - "Especialistas", - "Espectacular", - "Espectador", - "Espectral", - "Espejeño", - "Espejino", - "Espeleológico", - "Esperable", - "Esperador", - "Esperanzado", - "Espeso", - "Espesísimo", - "Espinal", - "Espinoso", - "Espinosísimo", - "Espinudo", - "Espiral", - "Espiritual", - "Espirituano", - "Esplendente", - "Esplendoroso", - "Esplenético", - "Espléndido", - "Esplénico", - "Espolonado", - "Esponjoso", - "Espontáneo", - "Esporádico", - "Espumoso", - "Espurio", - "Espínea", - "Espíneas", - "Espíneo", - "Espíneos", - "Esquelético", - "Esquenún", - "Esquimal", - "Esquinado", - "Esquirol", - "Esquivo", - "Esquizocárpico", - "Esquizofrénico", - "Essencial", - "Estabilizado", - "Estabilizador", - "Estabilísimo", - "Estable", - "Estadounidense", - "Estadístico", - "Estalinista", - "Estanquero", - "Estatal", - "Este", - "Estelar", - "Estelífero", - "Estenotermo", - "Estepario", - "Estereográfico", - "Esteticista", - "Esteño", - "Estigio", - "Estilístico", - "Estimabilísimo", - "Estimado", - "Estival", - "Estivo", - "Estocástico", - "Estoequiogénico", - "Estoequiológico", - "Estoequiométrico", - "Estofador", - "Estomacal", - "Estomatológico", - "Estonio", - "Estorboso", - "Estorbosísimo", - "Estrambótico", - "Estratosférico", - "Estrecho", - "Estrechísimo", - "Estrellar", - "Estrepitoso", - "Estreptocócico", - "Estresado", - "Estresadísimo", - "Estresante", - "Estricto", - "Estridente", - "Estropajoso", - "Estruendoso", - "Estucado", - "Estudiante", - "Estufado", - "Estufador", - "Estulto", - "Estuoso", - "Estupefaciente", - "Estupefactivo", - "Estupefacto", - "Estupendo", - "Estándar", - "Estéril", - "Estético", - "Estítico", - "Estúpido", - "Esvelto", - "Esópico", - "Etario", - "Eterno", - "Etimológico", - "Etiológico", - "Etmoides", - "Etnocéntrico", - "Etnoglotónimo", - "Etnográfico", - "Etológico", - "Etrusco", - "Etéreo", - "Etílico", - "Etíope", - "Eucariota", - "Eucarístico", - "Eucrático", - "Eufemístico", - "Eufónico", - "Eufórico", - "Eunuco", - "Eupátrida", - "Eupéptico", - "Euritermo", - "Europeo", - "Euskera", - "Eustilo", - "Eutrapélico", - "Eutropélico", - "Eutéctico", - "Evacuado", - "Evacuante", - "Evacuativo", - "Evacuatorio", - "Evaluador", - "Evaluativo", - "Evanescente", - "Evangelista", - "Evidente", - "Evitable", - "Eviterno", - "Ex", - "Exacto", - "Exagerado", - "Exagerador", - "Exagerativo", - "Exaltado", - "Exasperado", - "Excavador", - "Excedente", - "Excelente", - "Excellente", - "Excelso", - "Excepcional", - "Exceptador", - "Excepto", - "Excesivo", - "Excitante", - "Exclamativo", - "Exclamatorio", - "Exclusivo", - "Excluyente", - "Excéntrico", - "Execrabilísimo", - "Exegético", - "Exento", - "Exfoliante", - "Exhalador", - "Exhaustivo", - "Exhausto", - "Exhibicionista", - "Exhibidor", - "Exhortativo", - "Exhortatorio", - "Exigente", - "Exiguo", - "Eximia", - "Eximio", - "Existencial", - "Existencialista", - "Existente", - "Exocrino", - "Exorable", - "Expectante", - "Expectorante", - "Expedicionario", - "Expediente", - "Experimentado", - "Experto", - "Expiatorio", - "Explorador", - "Explosivo", - "Explotable", - "Explotador", - "Explícito", - "Expoliador", - "Expoliativo", - "Exponencial", - "Exponente", - "Exportador", - "Expresable", - "Expresivo", - "Expreso", - "Exprés", - "Expuesto", - "Expugnador", - "Expósito", - "Exquisito", - "Extensivo", - "Extenso", - "Extensor", - "Extenuante", - "Extenuantes", - "Extenuativo", - "Exterior", - "Externo", - "Extinguible", - "Extintivo", - "Extinto", - "Extra", - "Extraescolar", - "Extramatrimonial", - "Extramental", - "Extranjero", - "Extraoficial", - "Extraordinario", - "Extrasensorial", - "Extrasensorio", - "Extrasolar", - "Extraterrenal", - "Extraterreno", - "Extraterrestre", - "Extraterritorial", - "Extravagante", - "Extravertido", - "Extraíble", - "Extrañero", - "Extraño", - "Extrañísimo", - "Extremeño", - "Extremo", - "Extrovertido", - "Extrínseco", - "Extático", - "Exuberante", - "Exónimo", - "Eólico", - "Fabril", - "Fabuloso", - "Fabácea", - "Facado", - "Facatativeña", - "Facatativeño", - "Faccionario", - "Faccioso", - "Facha", - "Facho", - "Fachoso", - "Facial", - "Facilillo", - "Facilito", - "Facilitón", - "Facilongo", - "Facilísimo", - "Facilón", - "Factibilísimo", - "Factible", - "Facticio", - "Factorial", - "Facundo", - "Fadrubado", - "Faenero", - "Falaz", - "Falcado", - "Falciforme", - "Falconiano", - "Faldero", - "Falible", - "Fallido", - "Fallo", - "Falso", - "Faltante", - "Falto", - "Familiar", - "Famoso", - "Famosísimo", - "Famélico", - "Fanariota", - "Fanerófito", - "Fanfarrón", - "Fangoso", - "Fantaseador", - "Fantasiastes", - "Fantasioso", - "Fantasma", - "Fantasmagórico", - "Fantasmón", - "Fantástica", - "Fantástico", - "Fanático", - "Farandúlico", - "Farmacológico", - "Farmacéutico", - "Farrero", - "Farrista", - "Farruca", - "Farruco", - "Farruto", - "Farsi", - "Farsálico", - "Faríngeo", - "Fascinante", - "Fascista", - "Fatal", - "Fatalista", - "Fatigado", - "Fatigador", - "Fatigadísimo", - "Fatigante", - "Fatigoso", - "Fato", - "Fatuo", - "Fatídico", - "Fausto", - "Favorable", - "Favorecedor", - "Favorescedor", - "Favorido", - "Favorito", - "Fayumita", - "Fañoso", - "Febril", - "Febrífugo", - "Fecal", - "Feculento", - "Fecundable", - "Fecundador", - "Fecundativo", - "Fecundizador", - "Fecundo", - "Federal", - "Fehaciente", - "Felicitador", - "Felicitativo", - "Felicísimo", - "Felina", - "Felino", - "Felisario", - "Feliz", - "Felposo", - "Felón", - "Femenina", - "Femeninas", - "Femenino", - "Femeninos", - "Fementido", - "Feminazi", - "Feminista", - "Fenicio", - "Fenicuro", - "Fenicóptero", - "Fenológico", - "Fenígeno", - "Fenómeno", - "Feo", - "Feraz", - "Ferendario", - "Ferino", - "Fermiónico", - "Fernandino", - "Feroz", - "Feroés", - "Ferrolano", - "Ferromagnético", - "Ferroso", - "Ferroviario", - "Ferruco", - "Fertilizador", - "Fertilísimo", - "Ferventísimo", - "Ferviente", - "Fervientísimo", - "Fervoroso", - "Festivo", - "Fetichista", - "Feérico", - "Feísimo", - "Fiable", - "Fiado", - "Fibroso", - "Ficcional", - "Ficticio", - "Ficto", - "Fidedigno", - "Fidelísimo", - "Fiduciario", - "Fiebrudo", - "Fiel", - "Fiero", - "Fiestero", - "Figulino", - "Fijo", - "Filantrópico", - "Filatélico", - "Filial", - "Filiforme", - "Filipichín", - "Filipino", - "Filológico", - "Filoso", - "Filosísimo", - "Filosófico", - "Filudo", - "Filántropo", - "Filósofo", - "Fimbriado", - "Finado", - "Final", - "Finalista", - "Finalizable", - "Finalizador", - "Financiero", - "Fingidor", - "Finisecular", - "Finito", - "Finlandés", - "Fino", - "Finoli", - "Finés", - "Finísimo", - "Firmado", - "Firmante", - "Firme", - "Firmiano", - "Fiscal", - "Fisgador", - "Fisgón", - "Fisicoculturista", - "Fisiculturista", - "Fisiológico", - "Fisionable", - "Fistuloso", - "Fitosanitario", - "Fitozoogeográfico", - "Fiyiano", - "Fiñanero", - "Flaco", - "Flacuchento", - "Flacucho", - "Flagelado", - "Flagelador", - "Flagrante", - "Flamante", - "Flameante", - "Flamenco", - "Flaquito", - "Flavo", - "Flegmonoso", - "Flemonoso", - "Flemoso", - "Flemudo", - "Flemático", - "Flexibilísimo", - "Flexible", - "Flexivo", - "Flipado", - "Flipante", - "Flojo", - "Floral", - "Florentino", - "Floresino", - "Floridano", - "Floridense", - "Florido", - "Florífero", - "Florígero", - "Flotante", - "Fluido", - "Fluminense", - "Fláccido", - "Flácido", - "Flámeo", - "Flébil", - "Focal", - "Fofo", - "Fogoso", - "Folclorista", - "Folclórico", - "Foliar", - "Folicular", - "Folívoro", - "Fome", - "Fondeado", - "Fondonero", - "Fonje", - "Fonográfico", - "Fonológico", - "Fonético", - "Foquista", - "Forano", - "Forastero", - "Forcejudo", - "Forestal", - "Formable", - "Formador", - "Formal", - "Formalista", - "Formativo", - "Formatriz", - "Formenterano", - "Formidabilísimo", - "Formidable", - "Formáceo", - "Fornecino", - "Fornido", - "Fornidísimo", - "Forro", - "Fortachón", - "Fortalecedor", - "Fortuito", - "Fortunado", - "Fortunal", - "Fortuno", - "Fortunoso", - "Fortísimo", - "Forzado", - "Foráneo", - "Fosco", - "Fosforescente", - "Fotocopiador", - "Fotográfico", - "Fotolitográfico", - "Fotosensible", - "Fotónico", - "Fraccionario", - "Fragante", - "Fragrante", - "Frailero", - "Frailesco", - "Fraileño", - "Frailuno", - "Francano", - "Franchute", - "Franciscano", - "Franco", - "Francolino", - "Francoparlante", - "Francorrinconense", - "Francés", - "Francófilo", - "Francófobo", - "Francófono", - "Franquista", - "Fraseológico", - "Fraternal", - "Fraterno", - "Fraudulento", - "Fraybentino", - "Freaky", - "Frecuente", - "Frecuentísimo", - "Fregado", - "Frenológico", - "Frenopático", - "Frentón", - "Fresa", - "Fresco", - "Fresnillense", - "Freísta", - "Friable", - "Fricativo", - "Frigidísimo", - "Frigorífico", - "Friki", - "Frio", - "Friolento", - "Friolera", - "Friolero", - "Friqui", - "Frisón", - "Frito", - "Friulano", - "Friísimo", - "Frondoso", - "Frontal", - "Fructuoso", - "Fructífero", - "Frugal", - "Frugívoro", - "Frutal", - "Frutero", - "Frutífero", - "Frágil", - "Frígido", - "Frío", - "Frívolo", - "Fucsia", - "Fueguino", - "Fuenlabreño", - "Fuerano", - "Fuerero", - "Fuereño", - "Fuerte", - "Fuertísimo", - "Fufurufa", - "Fugaz", - "Fulastre", - "Fulgente", - "Fulgoroso", - "Fulgurante", - "Fulguroso", - "Fulgúreo", - "Fuliginoso", - "Fullero", - "Fulminante", - "Fumador", - "Fumante", - "Fumoso", - "Funado", - "Funcional", - "Fundador", - "Fundamental", - "Funebrero", - "Funeral", - "Funerario", - "Funero", - "Funesto", - "Fungible", - "Fungicida", - "Funicular", - "Furibundo", - "Furioso", - "Furiosísimo", - "Furtivo", - "Fusible", - "Fusiforme", - "Fustal", - "Futbolístico", - "Futura", - "Futurista", - "Futuro", - "Fuñido", - "Fuñingue", - "Fácil", - "Fálico", - "Fásico", - "Félido", - "Férreo", - "Fértil", - "Fétido", - "Físico", - "Físil", - "Fóbico", - "Fócido", - "Fúnebre", - "Fútil", - "Gabacho", - "Gabonés", - "Gacho", - "Gachupín", - "Gaditano", - "Gadorense", - "Gafe", - "Gafo", - "Gago", - "Gagá", - "Gaita", - "Galactófago", - "Galaico", - "Galano", - "Galante", - "Galanteador", - "Galardonador", - "Galardoneador", - "Galbanado", - "Galbanero", - "Galbanoso", - "Galdudo", - "Galeado", - "Galeato", - "Galenista", - "Galenso", - "Galgueño", - "Galicado", - "Galiciano", - "Galicoso", - "Galindo", - "Galla", - "Gallardo", - "Gallego", - "Gallina", - "Gallofero", - "Gallonado", - "Gallístico", - "Galo", - "Galorromano", - "Galénico", - "Galés", - "Galófobo", - "Gamba", - "Gamberro", - "Gambiano", - "Gambitero", - "Gamuza", - "Gamuzado", - "Ganable", - "Ganadero", - "Ganado", - "Ganador", - "Ganancial", - "Gananciero", - "Ganancioso", - "Ganato", - "Gandalla", - "Gandul", - "Ganglionar", - "Gangoso", - "Gangosísimo", - "Ganoso", - "Ganso", - "Gara", - "Garante", - "Garantizador", - "Garboso", - "Garca", - "Garigoleado", - "Garliteño", - "Garrafal", - "Garrochista", - "Garruchero", - "Garzo", - "Gasajoso", - "Gaseoso", - "Gasolero", - "Gastronómico", - "Gateado", - "Gatera", - "Gateril", - "Gatero", - "Gatomuso", - "Gatuno", - "Gaucho", - "Gay", - "Gayo", - "Gayón", - "Gaznápiro", - "Gaélico", - "Gaúcho", - "Gelatinosa", - "Gelatinosas", - "Gelatinoso", - "Gelatinosos", - "Gemebundo", - "Gemela", - "Gemelado", - "Gemelas", - "Gemelo", - "Gemelos", - "Gemológico", - "Generador", - "General", - "Generalizable", - "Generalizador", - "Generalísimo", - "Generoso", - "Generosísimo", - "Genetliaco", - "Genetlíaco", - "Genial", - "Geniano", - "Geniculado", - "Geniculífloro", - "Genicúleo", - "Genital", - "Genovisco", - "Genovés", - "Gentil", - "Gentilicio", - "Gentilísimo", - "Gentílico", - "Genuino", - "Genérico", - "Genésico", - "Genético", - "Geocéntrico", - "Geocíclico", - "Geodésico", - "Geográfico", - "Geológico", - "Geométrico", - "Georgiano", - "Gerencial", - "Gergaleño", - "Germano", - "Germanoparlante", - "Gerundense", - "Gesellino", - "Gestante", - "Gestatorio", - "Gestero", - "Gesticulador", - "Gesticulante", - "Gesticular", - "Gesticuloso", - "Gestor", - "Gestual", - "Gestudo", - "Ghanés", - "Gibraltareño", - "Giennense", - "Gigante", - "Giganteo", - "Gigantesco", - "Gigántico", - "Gijonense", - "Gijonés", - "Gil", - "Gilipollas", - "Gilvo", - "Gimnospermo", - "Gimnástico", - "Ginebrino", - "Ginebrés", - "Gironés", - "Gitano", - "Glabro", - "Glacial", - "Glaciar", - "Glaciológico", - "Glamoroso", - "Glamouroso", - "Glamuroso", - "Glanduloso", - "Glaseado", - "Glauco", - "Global", - "Glocal", - "Glosador", - "Glotón", - "Glutinoso", - "Glífico", - "Glótico", - "Glúteo", - "Gnoseológico", - "Gnóstico", - "Gobernable", - "Gobernador", - "Gobernante", - "Gobernativo", - "Gobernoso", - "Gocho", - "Godible", - "Godo", - "Godojeño", - "Goleador", - "Golfa", - "Golfante", - "Golfo", - "Goliardo", - "Goloso", - "Golpista", - "Goma", - "Gomellano", - "Gomero", - "Gomezpalatino", - "Gordinflón", - "Gordo", - "Gordísimo", - "Gorjeador", - "Gorrino", - "Gortinio", - "Gourmet", - "Gozoso", - "Graciable", - "Graciado", - "Graciano", - "Gracioso", - "Graduado", - "Grafitero", - "Grafológico", - "Gramatical", - "Graminoide", - "Gran", - "Granadina", - "Granadino", - "Granadí", - "Granate", - "Grancanario", - "Grancolombiano", - "Grande", - "Grandilocuente", - "Grandioso", - "Grandote", - "Grandílocuo", - "Grandísimo", - "Granujado", - "Granular", - "Granuloso", - "Grasa", - "Grasiento", - "Graso", - "Grasoso", - "Gratificador", - "Gratificante", - "Gratinado", - "Gratis", - "Gratisdato", - "Grato", - "Gratuito", - "Gratísimo", - "Grave", - "Gravitacional", - "Gravitatorio", - "Graznador", - "Gregario", - "Grencho", - "Grenchudo", - "Greñudo", - "Griego", - "Grietoso", - "Grifo", - "Gringo", - "Gris", - "Grisáceo", - "Gritador", - "Gritoncísimo", - "Gritón", - "Groenlandés", - "Groggy", - "Grogui", - "Grosero", - "Groserísimo", - "Grosísimo", - "Grotesco", - "Grueso", - "Gruesísimo", - "Grumoso", - "Grumosísimo", - "Grupal", - "Grupiento", - "Grácil", - "Gráfico", - "Guachaca", - "Guache", - "Guachi", - "Guacho", - "Guachuchero", - "Guaco", - "Guadalajarense", - "Guadalajareño", - "Guadalupano", - "Guadalupense", - "Guadalupeño", - "Guaguaro", - "Guainiano", - "Guaireño", - "Guairista", - "Guajira", - "Guajiro", - "Gualda", - "Guambiano", - "Guameño", - "Guaminense", - "Guanacasteco", - "Guanaco", - "Guanaeño", - "Guanajo", - "Guanajuatense", - "Guanareño", - "Guanche", - "Guapetón", - "Guapo", - "Guaraní", - "Guarao", - "Guaraúno", - "Guardable", - "Guardado", - "Guardador", - "Guardoso", - "Guariqueño", - "Guarismo", - "Guarnecedor", - "Guarnío", - "Guaroso", - "Guarro", - "Guasón", - "Guateado", - "Guatemalteco", - "Guatoco", - "Guatón", - "Guaviarense", - "Guay", - "Guayanés", - "Guayaquileño", - "Guaymallino", - "Guaymense", - "Guaymeño", - "Guayu", - "Guaú", - "Gubernamental", - "Gubernativo", - "Guerniquense", - "Guerreador", - "Guerreante", - "Guerrerense", - "Guerrero", - "Guerrillero", - "Guijarroso", - "Guijuelense", - "Guineano", - "Guineo", - "Guion", - "Guipuzcoano", - "Guisero", - "Guito", - "Guión", - "Guna", - "Gurbio", - "Gurro", - "Gustativo", - "Gustoso", - "Gustosísimo", - "Guyanés", - "Gálico", - "Gástrico", - "Gélido", - "Géminis", - "Gótico", - "Güero", - "Güey", - "Güiña", - "Habado", - "Habanero", - "Habano", - "Habilidoso", - "Habilidosísimo", - "Habilitador", - "Habiloso", - "Habitado", - "Habitante", - "Habitual", - "Hablachento", - "Hablado", - "Hablador", - "Hablante", - "Hacendado", - "Hacendoso", - "Hagacomitense", - "Haida", - "Haitiano", - "Halagadísimo", - "Halagüeño", - "Halconero", - "Haliéutico", - "Hallado", - "Hambriento", - "Hamburgués", - "Hampesco", - "Hampón", - "Hanoveriano", - "Hanseático", - "Haploide", - "Haragan", - "Haragán", - "Hardcore", - "Harense", - "Hartible", - "Harto", - "Hartío", - "Hawaiano", - "Hayense", - "Hebreo", - "Hechizo", - "Hecho", - "Hediondo", - "Hegeliano", - "Hegemónico", - "Helable", - "Helado", - "Helador", - "Helante", - "Helenista", - "Helenizante", - "Helenizantes", - "Heleno", - "Helenístico", - "Heliocéntrico", - "Helmintológico", - "Helsinguino", - "Helvecio", - "Helvético", - "Helénico", - "Helófilo", - "Hematológico", - "Hemisférico", - "Hepatico", - "Heptagonal", - "Heptasilábico", - "Heptasílabo", - "Heptágono", - "Hepático", - "Heraclida", - "Herbaceo", - "Herbicida", - "Herbácea", - "Herbáceo", - "Herbívoro", - "Heredero", - "Herediano", - "Herido", - "Heridísimo", - "Hermafrodita", - "Hermosillense", - "Hermoso", - "Hermético", - "Heroico", - "Heroificador", - "Heroinómano", - "Heroizante", - "Heroísta", - "Herpetológico", - "Herrerano", - "Herreño", - "Herrumbroso", - "Herético", - "Hespañol", - "Hespéride", - "Heteroclamídeo", - "Heterodoxo", - "Heterogenérico", - "Heteroglotónimo", - "Heterogéneo", - "Heterosemántico", - "Heterosexual", - "Heterotónico", - "Heteróclito", - "Heterónimo", - "Heterótrofo", - "Heurística", - "Heurístico", - "Hexadecimal", - "Hexagonal", - "Hexasílabo", - "Hexaédrico", - "Hialino", - "Hibernio", - "Hidalgo", - "Hidalguense", - "Hidden", - "Hidratante", - "Hidrocarbonado", - "Hidroclórico", - "Hidrocálido", - "Hidroeléctrico", - "Hidrofóbico", - "Hidráulico", - "Hidrófita", - "Hiemal", - "Hierosolimitano", - "Higroscópico", - "Hilachoso", - "Hiligaynon", - "Hinchado", - "Hinchapelotas", - "Hindú", - "Hinnible", - "Hioideo", - "Hiperboloide", - "Hiperbólico", - "Hiperbóreo", - "Hiperclorhídrico", - "Hipersalino", - "Hipersónico", - "Hipertermofílico", - "Hipertrófico", - "Hipetro", - "Hipnagógico", - "Hipoclorhídrico", - "Hipocondriaco", - "Hipocondríaco", - "Hipogeo", - "Hipoglucemiante", - "Hipotecario", - "Hipotético", - "Hipócrita", - "Hiriente", - "Hirsuto", - "Hirviente", - "Hispalense", - "Hispano", - "Hispanoamericano", - "Hispanounidense", - "Hispánico", - "Histamínico", - "Histológico", - "Historiable", - "Historiado", - "Historial", - "Historicista", - "Historiográfico", - "Histriónico", - "Histórico", - "Hitita", - "Holandés", - "Holgazán", - "Holoceno", - "Holístico", - "Homeotermo", - "Homeotérmico", - "Homilético", - "Homoclamídeo", - "Homofóbico", - "Homogéneo", - "Homolateral", - "Homosexual", - "Homérico", - "Homófono", - "Homógrafo", - "Homólogo", - "Homónimo", - "Hondo", - "Hondureño", - "Hondísimo", - "Honesto", - "Hongkonés", - "Honorable", - "Honrado", - "Horario", - "Horeo", - "Horizontal", - "Hormiguero", - "Hormiguiento", - "Hornero", - "Horribilísimo", - "Horrible", - "Horro", - "Horroroso", - "Horrísono", - "Hortelano", - "Hosco", - "Hospedador", - "Hospital", - "Hospitalense", - "Hostelero", - "Hostigador", - "Hostil", - "Hoza", - "Huachuchero", - "Hualpenino", - "Huancavelicano", - "Huancaíno", - "Huanimarense", - "Huaso", - "Huecijero", - "Hueco", - "Huejutlense", - "Huele", - "Huelveño", - "Huema", - "Huercalense", - "Huesudo", - "Huevón", - "Huidizo", - "Huido", - "Huilense", - "Huiliento", - "Huilliche", - "Huinca", - "Huiña", - "Humano", - "Humilde", - "Humillante", - "Huno", - "Huraño", - "Hurrita", - "Husita", - "Huácala", - "Huérfana", - "Huérfano", - "Hábil", - "Héctico", - "Hético", - "Híbrido", - "Híspido", - "Húmedo", - "Húngaro", - "Iatrogénico", - "Iberoamericano", - "Ibicenco", - "Ibicense", - "Ibiecano", - "Ibérico", - "Iconoclasta", - "Ictiológico", - "Ictiófago", - "Ictérico", - "Icónico", - "Ideal", - "Idealista", - "Idealizador", - "Identificador", - "Ideo", - "Ideoléxico", - "Ideológico", - "Ideático", - "Idiopático", - "Idiota", - "Idishe", - "Ido", - "Idéntico", - "Idólatra", - "Idóneo", - "Ignominioso", - "Ignorante", - "Ignoto", - "Ignífugo", - "Igual", - "Igualadino", - "Igualado", - "Igualador", - "Igualatorio", - "Igualitario", - "Igualito", - "Igualteco", - "Igualón", - "Iguazo", - "Iguánido", - "Ilacerable", - "Ilacerado", - "Ilativo", - "Ilegal", - "Ilegible", - "Ilegítimo", - "Ilerdense", - "Ileso", - "Iletrado", - "Iliberitano", - "Ilicitano", - "Iliense", - "Ilimitado", - "Ilirio", - "Iliturgitano", - "Illícola", - "Ilocano", - "Iluminado", - "Iluminador", - "Iluminativo", - "Iluso", - "Ilustrador", - "Ilustre", - "Ilíaco", - "Ilícito", - "Imaginacionista", - "Imaginador", - "Imaginativo", - "Imbabureño", - "Imbele", - "Imberbe", - "Imbrífero", - "Imbécil", - "Imitador", - "Impaciente", - "Impajaritable", - "Impalpable", - "Imparable", - "Imparcial", - "Impasible", - "Impelente", - "Impenitente", - "Impensabilísimo", - "Impensable", - "Impensado", - "Imperativo", - "Imperdonable", - "Imperecedero", - "Imperfectivo", - "Imperfecto", - "Imperial", - "Imperialista", - "Imperioso", - "Imperito", - "Impermeabilísimo", - "Impermeable", - "Impersonal", - "Impertinente", - "Impertérrito", - "Impetuoso", - "Implacable", - "Implosivo", - "Implícito", - "Impoluto", - "Imponente", - "Impopular", - "Importante", - "Importuna", - "Importuno", - "Importunísimo", - "Imposibilitado", - "Imposibilísimo", - "Imposible", - "Impostor", - "Impreciso", - "Impregnable", - "Imprescindible", - "Impresentable", - "Impresionante", - "Impresionista", - "Impresor", - "Imprestable", - "Imprevisible", - "Imprevisor", - "Imprevisto", - "Imprimador", - "Imprimidor", - "Improbable", - "Improcedente", - "Improductivo", - "Improfanable", - "Improlongable", - "Impronunciable", - "Impropio", - "Improporcionado", - "Improprio", - "Improrrogable", - "Improsulto", - "Improvisador", - "Improvisto", - "Imprudente", - "Impróspero", - "Impróvido", - "Impudente", - "Impuesto", - "Impugnable", - "Impugnador", - "Impugnativo", - "Impulsivo", - "Impulsor", - "Impune", - "Impunido", - "Impuntual", - "Impuro", - "Imputable", - "Imputador", - "Imputrescible", - "Imputrible", - "Impávido", - "Impío", - "Impíreo", - "Impúber", - "Impúbero", - "Impúdico", - "Inabarcable", - "Inabordable", - "Inacabable", - "Inacabado", - "Inaccesible", - "Inacceso", - "Inacentuado", - "Inaceptable", - "Inactivo", - "Inadaptable", - "Inadaptado", - "Inadecuado", - "Inadmisible", - "Inadoptable", - "Inadvertido", - "Inafectado", - "Inagotable", - "Inaguantable", - "Inal", - "Inalcanzable", - "Inalienabilísimo", - "Inalienable", - "Inalterable", - "Inalterado", - "Inalámbrico", - "Inameno", - "Inamible", - "Inamisible", - "Inamovible", - "Inanalizable", - "Inane", - "Inanimado", - "Inapagable", - "Inapeable", - "Inapelable", - "Inapetente", - "Inaplazable", - "Inaplicable", - "Inaplicado", - "Inapreciable", - "Inaprensible", - "Inaprensivo", - "Inapropiable", - "Inapropiado", - "Inaprovechado", - "Inarmónico", - "Inarrugable", - "Inarticulable", - "Inarticulado", - "Inartificioso", - "Inasequible", - "Inasible", - "Inasistente", - "Inastillable", - "Inatacable", - "Inatento", - "Inaudible", - "Inaudito", - "Inaugurador", - "Inaugural", - "Inautorizado", - "Inaveriguable", - "Inaveriguado", - "Inca", - "Incachable", - "Incaico", - "Incalculable", - "Incalificable", - "Incalmable", - "Incalumniable", - "Incandescente", - "Incansable", - "Incantable", - "Incapaz", - "Incasable", - "Incasto", - "Incauto", - "Incendiario", - "Incendioso", - "Incensivo", - "Incensurable", - "Incentivo", - "Incertísimo", - "Incesable", - "Incesante", - "Incesto", - "Incestuoso", - "Incidental", - "Inciente", - "Incierto", - "Incinerable", - "Incinerador", - "Incipiente", - "Incircunciso", - "Incircunscripto", - "Incircunscrito", - "Incisivo", - "Inciso", - "Incisorio", - "Incitador", - "Incitante", - "Incitativo", - "Incivil", - "Incivilidad", - "Incivilizado", - "Inclasificable", - "Inclemente", - "Inclinado", - "Inclinador", - "Inclinativo", - "Inclusa", - "Inclusero", - "Inclusivo", - "Incluso", - "Incluyente", - "Incoativo", - "Incobrable", - "Incoercible", - "Incogitado", - "Incognoscible", - "Incoherente", - "Incoloro", - "Incombinable", - "Incombustible", - "Incombusto", - "Incomerciable", - "Incomestible", - "Incomible", - "Incomodador", - "Incomparable", - "Incomparado", - "Incompartible", - "Incompasible", - "Incompasivo", - "Incompatible", - "Incompensable", - "Incompetente", - "Incomplejo", - "Incompleto", - "Incomplexo", - "Incomponible", - "Incomportable", - "Incomposibilidad", - "Incomposible", - "Incomposición", - "Incomprehensible", - "Incomprendido", - "Incomprensible", - "Incomprensivo", - "Incompresible", - "Incomprobable", - "Incompuesto", - "Incomunicable", - "Inconcebible", - "Inconceptualizable", - "Inconciliable", - "Inconcino", - "Inconcluso", - "Inconcreto", - "Inconcuso", - "Incondicionado", - "Incondicional", - "Inconducente", - "Inconexo", - "Inconfesable", - "Inconfeso", - "Inconfidente", - "Inconfundible", - "Incongruente", - "Incongruo", - "Inconmensurable", - "Inconmovible", - "Inconmutable", - "Inconquistable", - "Inconsciente", - "Inconsecuente", - "Inconsiderado", - "Inconsiguiente", - "Inconsistente", - "Inconsolable", - "Inconstante", - "Inconstitucional", - "Inconstruible", - "Inconsulto", - "Inconsútil", - "Incontable", - "Incontaminado", - "Incontenible", - "Incontestable", - "Incontinente", - "Incontinuo", - "Incontrarrestable", - "Incontrastable", - "Incontratable", - "Incontrito", - "Incontrolable", - "Incontrolado", - "Incontrovertible", - "Inconvencible", - "Inconvenible", - "Inconveniente", - "Inconversable", - "Inconvertible", - "Incorporal", - "Incorpóreo", - "Incorrecto", - "Incorregible", - "Incorruptible", - "Incorrupto", - "Incrasante", - "Increado", - "Increpador", - "Increíble", - "Incristalizable", - "Incruento", - "Incrustante", - "Incrédulo", - "Incuestionable", - "Inculcador", - "Inculpable", - "Inculpado", - "Incultivable", - "Incultivado", - "Inculto", - "Incultísimo", - "Incunable", - "Incurable", - "Incásico", - "Incólume", - "Incómodo", - "Indebido", - "Indecible", - "Indecidible", - "Indeciso", - "Indefectible", - "Indefenso", - "Indefinido", - "Indefinito", - "Indehiscente", - "Indeleble", - "Indemne", - "Independentista", - "Independiente", - "Indescriptible", - "Indeseable", - "Indeterminado", - "Indevoto", - "Indiano", - "Indicador", - "Indicante", - "Indicativo", - "Indiciado", - "Indiferente", - "Indigente", - "Indigerible", - "Indigesto", - "Indignado", - "Indignadísimo", - "Indignante", - "Indigno", - "Indio", - "Indiscreto", - "Indisculpable", - "Indispensable", - "Indisponible", - "Indistinto", - "Individual", - "Individualista", - "Individuo", - "Indoamericano", - "Indoeuropeo", - "Indolente", - "Indomable", - "Indomeñable", - "Indonesio", - "Inductivo", - "Indudabilísimo", - "Indulgente", - "Industrial", - "Indígena", - "Indómito", - "Inecesario", - "Ineducado", - "Inefable", - "Ineluctable", - "Inenarrable", - "Inepto", - "Inerme", - "Inescrutabilísimo", - "Inescrutable", - "Inescudriñable", - "Inesivo", - "Inesperado", - "Inestabilísimo", - "Inestable", - "Inevitable", - "Inexistente", - "Inexorable", - "Inexperto", - "Inexplicabilísimo", - "Inexpresable", - "Inexpresivo", - "Inextinguible", - "Infalible", - "Infantil", - "Infatigable", - "Infeccioso", - "Infecundo", - "Infeliz", - "Inferior", - "Infernal", - "Infijo", - "Infinitesimal", - "Infinito", - "Inflamabilísimo", - "Inflamable", - "Inflamador", - "Inflamante", - "Inflamatorio", - "Inflexible", - "Informado", - "Informador", - "Informal", - "Informe", - "Informático", - "Infortunado", - "Infortuno", - "Infraglótico", - "Infrahumano", - "Inframaxilar", - "Infrecuente", - "Infructuoso", - "Infructífero", - "Infumable", - "Infuncional", - "Infuso", - "Infértil", - "Ingenioso", - "Ingeniosísimo", - "Ingente", - "Ingenuo", - "Ingenuísimo", - "Inglés", - "Ingrato", - "Inhabitado", - "Inherente", - "Inhibitorio", - "Inhumano", - "Inhóspito", - "Iniciado", - "Iniciador", - "Inicial", - "Inicuo", - "Inigualable", - "Inigualado", - "Inimputable", - "Ininflamable", - "Ininteligente", - "Ininteligible", - "Inintencional", - "Ininterrumpido", - "Injuriador", - "Injuriante", - "Injurioso", - "Injuriosísimo", - "Injustificable", - "Injustificado", - "Injusto", - "Inllevable", - "Inmaduro", - "Inmarcesible", - "Inmaterial", - "Inmediato", - "Inmemorable", - "Inmemorial", - "Inmenso", - "Inmerecido", - "Inmeritorio", - "Inmigrante", - "Inminente", - "Inmiscible", - "Inmisericorde", - "Inmoral", - "Inmundo", - "Inmune", - "Inmunitario", - "Inmunodepresor", - "Inmunológico", - "Inmunosupresor", - "Inmutabilísimo", - "Inmutable", - "Inmérito", - "Inmóvil", - "Innato", - "Innecesario", - "Innegable", - "Innobilísimo", - "Innoble", - "Innocuo", - "Innovador", - "Inocente", - "Inocuo", - "Inodoro", - "Inofensivo", - "Inolvidable", - "Inopinado", - "Inoportuno", - "Inoxidable", - "Inquieto", - "Inquiridor", - "Insaciable", - "Insalubre", - "Insanable", - "Insano", - "Inscrutable", - "Insectívoro", - "Inseguro", - "Insensato", - "Insensible", - "Inseparable", - "Insepulto", - "Insidioso", - "Insignes", - "Insignificante", - "Insinuador", - "Insinuante", - "Insinuativo", - "Insipiente", - "Insistente", - "Insolvente", - "Insomne", - "Inspeccionable", - "Inspector", - "Inspiracional", - "Instable", - "Instante", - "Instintivo", - "Institucional", - "Instructivo", - "Instrumental", - "Insuficiente", - "Insufrible", - "Insular", - "Insulso", - "Insurgente", - "Insustancial", - "Insípido", - "Insólito", - "Intangible", - "Integrador", - "Integral", - "Integrante", - "Integrista", - "Integérrimo", - "Intelectivo", - "Intelectual", - "Inteligente", - "Inteligible", - "Intencional", - "Intensivo", - "Intenso", - "Intensísimo", - "Intentable", - "Intento", - "Interamericano", - "Intercadente", - "Interesable", - "Interesado", - "Interesadísimo", - "Interesal", - "Interesante", - "Interescapular", - "Interesente", - "Interfecto", - "Interfijo", - "Intergaláctico", - "Interino", - "Interior", - "Interjectivo", - "Intermaxilar", - "Intermediario", - "Intermitente", - "Internacional", - "Interno", - "Interplataforma", - "Interracial", - "Interrogado", - "Interrogador", - "Interrogante", - "Interrogativo", - "Intersexual", - "Intestinal", - "Intimista", - "Intocable", - "Intolerante", - "Intonso", - "Intracelular", - "Intradía", - "Intransitivo", - "Intratable", - "Introspectivo", - "Intruso", - "Intrépido", - "Intrínseco", - "Intuitivo", - "Intumescente", - "Inuit", - "Inupiaq", - "Invariable", - "Invasor", - "Invencible", - "Inventador", - "Inventivo", - "Inverecundo", - "Inverisímil", - "Invernal", - "Inverosímil", - "Inverso", - "Invertebrado", - "Invertido", - "Investigador", - "Inviabilísimo", - "Inviable", - "Invicto", - "Invisible", - "Invitable", - "Invitado", - "Invitativo", - "Invitatorio", - "Invito", - "Invocable", - "Invocatorio", - "Involcable", - "Involuntario", - "Inválido", - "Inútil", - "Iolillo", - "Ipsilateral", - "Iquiqueño", - "Iracundo", - "Iraní", - "Iraquí", - "Irascente", - "Irascible", - "Irlandés", - "Irracionable", - "Irracional", - "Irrazonable", - "Irrebatible", - "Irreconocible", - "Irreflexivo", - "Irrefutable", - "Irregular", - "Irrelevante", - "Irreparable", - "Irrepetible", - "Irrespetuoso", - "Irresponsable", - "Irreverente", - "Irritabilísimo", - "Irritable", - "Irritado", - "Irritador", - "Irritadísimo", - "Irritante", - "Irritativo", - "Irónico", - "Iscariote", - "Isentrópico", - "Islamista", - "Islamita", - "Islandés", - "Isleño", - "Islámico", - "Ismaelita", - "Isocórico", - "Isoentrópico", - "Isoperímetro", - "Isotrópico", - "Isquémico", - "Israelita", - "Israelí", - "Istriado", - "Isócora", - "Isócrono", - "Isómero", - "Isósceles", - "Italiano", - "Iterativo", - "Iteróparo", - "Itálico", - "Izquierda", - "Izquierdista", - "Izquierdo", - "Iónico", - "Jabado", - "Jabegote", - "Jacetano", - "Jactancioso", - "Jaculatorio", - "Jaenero", - "Jaenés", - "Jalapeño", - "Jalisciense", - "Jamaicano", - "Jamaiquino", - "Japonés", - "Jaraiceño", - "Jarandillano", - "Jaranero", - "Jarcio", - "Jarda", - "Jardo", - "Jaredí", - "Jarioso", - "Jarocho", - "Jarote", - "Jarrero", - "Jartón", - "Jaujino", - "Javanés", - "Javo", - "Jazzero", - "Jazzista", - "Jebuseo", - "Jelkide", - "Jemer", - "Jergal", - "Jerifiano", - "Jerosolamita", - "Jerosolimitano", - "Jesuita", - "Jesuítico", - "Jeta", - "Jetudo", - "Jibia", - "Jibiesco", - "Jicho", - "Jienense", - "Jiennense", - "Jijonense", - "Jimador", - "Jipi", - "Jispián", - "Jockey", - "Jocoso", - "Jodedor", - "Jodido", - "Jodidísimo", - "Jomado", - "Jonio", - "Jordano", - "Jorobado", - "Jorobeta", - "Joronche", - "Josefino", - "Jote", - "Joven", - "Jovencísimo", - "Jovial", - "Joviano", - "Joya", - "Joyante", - "Jubilar", - "Jubiloso", - "Juca", - "Juco", - "Judeocristiano", - "Judicial", - "Judío", - "Juerguista", - "Jugador", - "Jugadora", - "Juglaresco", - "Jugoso", - "Jugosísimo", - "Juicioso", - "Juilón", - "Jujeño", - "Julero", - "Juma", - "Juninense", - "Juntado", - "Juntador", - "Junto", - "Jurador", - "Juramentador", - "Juratoria", - "Juratorio", - "Jurásico", - "Jurídico", - "Justiniano", - "Justo", - "Justísimo", - "Juvenil", - "Jíbaro", - "Jónico", - "Kabaschir", - "Kackchiquel", - "Kafkiano", - "Kaki", - "Kantiano", - "Karachai", - "Karateka", - "Karkén", - "Kawésqar", - "Kazajo", - "Kazako", - "Kaíd", - "Kaíncico", - "Kelper", - "Kenchi", - "Keniano", - "Keniata", - "Keremiense", - "Kieveño", - "Kiliwa", - "Kinés", - "Kirguís", - "Kiribatiano", - "Kiribatí", - "Kitsch", - "Kobmendense", - "Kofer", - "Kol", - "Kosher", - "Kosovar", - "Kuna", - "Kurdo", - "Kuwaití", - "Kárstico", - "Laberíntico", - "Laborable", - "Laboral", - "Laborioso", - "Labrado", - "Labrador", - "Labrantío", - "Labrero", - "Lacedemonio", - "Lacho", - "Lacio", - "Lactante", - "Lactífero", - "Lacustre", - "Lacónico", - "Ladino", - "Ladroncísimo", - "Ladrón", - "Lagartero", - "Lagartijero", - "Lagarto", - "Lagartón", - "Lagañoso", - "Lagrimoso", - "Lagrimón", - "Laico", - "Lambiscón", - "Lambucio", - "Lambuso", - "Lamentable", - "Lamentador", - "Lamentante", - "Lamentoso", - "Laminar", - "Lampiño", - "Lana", - "Lanceolado", - "Lancero", - "Lancinante", - "Langreano", - "Lantadillense", - "Lantánido", - "Lanusense", - "Lanza", - "Lanzaroteño", - "Lanífero", - "Lao", - "Laosiano", - "Lapidario", - "Lapidífico", - "Larense", - "Largo", - "Larguísimo", - "Laringal", - "Lascivo", - "Lascivoso", - "Lasherino", - "Lastimero", - "Lastimoso", - "Lastimosísimo", - "Lateral", - "Latero", - "Latino", - "Latinoamericano", - "Latizal", - "Latizo", - "Latoso", - "Lauchero", - "Laudabilísimo", - "Laudable", - "Laudatorio", - "Laujareño", - "Laureado", - "Laurenciano", - "Lava", - "Lavable", - "Lavacoches", - "Lavado", - "Lavallino", - "Lavanda", - "Lavativo", - "Laxante", - "Laxitud", - "Leal", - "Lebulense", - "Lechar", - "Lechero", - "Lechoso", - "Lechuza", - "Lechuzo", - "Lector", - "Legal", - "Legato", - "Legañoso", - "Legible", - "Legionario", - "Legionense", - "Legislador", - "Lego", - "Leguleyo", - "Legítimo", - "Lejano", - "Lejanísimo", - "Lejas", - "Lejísimos", - "Lelo", - "Lenguaraz", - "Leninista", - "Lenitivo", - "Lenteja", - "Lento", - "Lentísimo", - "Leonado", - "Leonero", - "Leonino", - "Leonés", - "Leopardado", - "Leopoliense", - "Leopolitano", - "Lepidóptero", - "Leporino", - "Leproso", - "Leptosomático", - "Lerdo", - "Lerdísimo", - "Lerense", - "Leridano", - "Lesionador", - "Lesivo", - "Leso", - "Lesotense", - "Lesothense", - "Lestrigón", - "Letal", - "Leticiano", - "Letrado", - "Letárgico", - "Letón", - "Leucofeo", - "Leucoflegmásico", - "Leucoflegmático", - "Leucopogo", - "Leudes", - "Levantino", - "Levantisco", - "Leve", - "Levítico", - "Levógiro", - "Lexical", - "Lexicalizado", - "Lexicográfico", - "Lexicológico", - "Leñoso", - "Liador", - "Libanés", - "Liberiano", - "Libertado", - "Libertador", - "Libertario", - "Liberticida", - "Libidinoso", - "Libio", - "Libra", - "Libre", - "Librepensador", - "Libreril", - "Librero", - "Libresco", - "Libérrimo", - "Licnobio", - "Liechtensteiniano", - "Liego", - "Liento", - "Lieve", - "Ligamentoso", - "Ligero", - "Ligerísimo", - "Liguero", - "Ligur", - "Ligón", - "Limburgués", - "Limeño", - "Limitado", - "Limitadísimo", - "Limitáneo", - "Limonense", - "Limosnadero", - "Limosnero", - "Limpio", - "Limítrofe", - "Linarense", - "Lindo", - "Lindísimo", - "Linear", - "Linense", - "Linfático", - "Lingual", - "Lingüístico", - "Linneano", - "Linqueño", - "Lipofílico", - "Lisboeta", - "Lisbonense", - "Lisbonés", - "Liso", - "Lisonjeador", - "Lisonjero", - "Listado", - "Listador", - "Listeado", - "Listillo", - "Listo", - "Listoco", - "Listonado", - "Listísimo", - "Listón", - "Literario", - "Litigante", - "Litográfico", - "Lituano", - "Liviano", - "Llagoso", - "Llagostense", - "Llamador", - "Llamativo", - "Llanero", - "Llanisco", - "Llanito", - "Llano", - "Llecho", - "Lleco", - "Llegado", - "Lleno", - "Llenísimo", - "Lleulle", - "Llevadero", - "Lloroso", - "Llueca", - "Lluvioso", - "Loabilísimo", - "Loable", - "Loberense", - "Lobero", - "Loboso", - "Lobotómico", - "Lobuno", - "Local", - "Localizable", - "Locativo", - "Loco", - "Locomotor", - "Locuaz", - "Lodoso", - "Logistórico", - "Logogrífico", - "Logomáquico", - "Logrado", - "Logradísimo", - "Logroñés", - "Logística", - "Logístico", - "Logósofo", - "Lola", - "Lolailo", - "Lolo", - "Lombardo", - "Lomense", - "Lomudo", - "Loncochino", - "Londinense", - "Longilíneo", - "Longividente", - "Longuísimo", - "Loperano", - "Loquito", - "Lorenés", - "Lousamense", - "Lozano", - "Loíno", - "Lubricípedo", - "Lubrinense", - "Lucainense", - "Lucareño", - "Lucense", - "Lucentino", - "Luchador", - "Lucio", - "Lucrifacio", - "Lucroniense", - "Lucrífilo", - "Lucrífugo", - "Luctuoso", - "Lucífero", - "Lucífugo", - "Ludovicense", - "Lujoso", - "Lujosísimo", - "Lujurioso", - "Lumbar", - "Luminoso", - "Lumpen", - "Lumínico", - "Lunar", - "Lunarejo", - "Luniforme", - "Lunista", - "Lunático", - "Lunícola", - "Lunífero", - "Luqués", - "Lusaciano", - "Lusco", - "Lusitano", - "Luso", - "Luterano", - "Lutherano", - "Luxemburgués", - "Luzio", - "Lábil", - "Lácteo", - "Láctico", - "Lánguido", - "Láurico", - "Léxico", - "Líbero", - "Lícito", - "Límbico", - "Límpido", - "Líquido", - "Lírico", - "Lítico", - "Lívido", - "Lóbrego", - "Lógico", - "Lúbrico", - "Lúdico", - "Lúgubre", - "Macabeo", - "Macabro", - "Macaca", - "Macaco", - "Macaelense", - "Macaense", - "Macanudo", - "Macaquero", - "Macarra", - "Macarrónico", - "Macedonio", - "Macedón", - "Macedónico", - "Maceta", - "Machista", - "Macho", - "Machucho", - "Macilento", - "Macizo", - "Macquero", - "Macróptero", - "Macuco", - "Maderable", - "Madrileño", - "Madrugador", - "Maduro", - "Madurísimo", - "Maestro", - "Mafioso", - "Magallánico", - "Magdalenense", - "Magdalénico", - "Magiar", - "Magnifentísimo", - "Magno", - "Magnánimo", - "Magnético", - "Magnífico", - "Magrebí", - "Magro", - "Magufo", - "Maguntino", - "Mahometano", - "Mahonés", - "Maipino", - "Maipucino", - "Majadero", - "Maje", - "Majestoso", - "Majestuoso", - "Majo", - "Majorero", - "Majunche", - "Mal", - "Malabar", - "Malabárico", - "Malacara", - "Malacitano", - "Malacológico", - "Malacostumbrado", - "Malacófago", - "Maladito", - "Malafortunado", - "Malagache", - "Malagradecido", - "Malagueño", - "Malagués", - "Malaje", - "Malandro", - "Malandrín", - "Malargüino", - "Malasio", - "Malauiano", - "Malavenido", - "Malaventurado", - "Malawiano", - "Malayo", - "Maldadoso", - "Maldecidor", - "Maldicho", - "Maldiciente", - "Maldicto", - "Maldita", - "Maldito", - "Maldivo", - "Maleabilísimo", - "Maleante", - "Malejo", - "Maletero", - "Malgache", - "Malhablado", - "Malhechor", - "Malhumorado", - "Maliayés", - "Malicioso", - "Maliense", - "Maligno", - "Malinformado", - "Malito", - "Mallorquín", - "Malnutrida", - "Malnutridas", - "Malnutrido", - "Malnutridos", - "Malo", - "Maloliente", - "Malpensado", - "Malsano", - "Maltratado", - "Maltratante", - "Maltés", - "Maluco", - "Malvado", - "Malversador", - "Malvinense", - "Malvinero", - "Malviviente", - "Malí", - "Malísimo", - "Mamada", - "Mamagallismo", - "Mamagallista", - "Mamagüevo", - "Mamario", - "Mambero", - "Mambí", - "Mamerto", - "Mamiferológico", - "Mamporrero", - "Mamífero", - "Mamón", - "Manacorí", - "Manazas", - "Mancebo", - "Manchego", - "Manchú", - "Manco", - "Mandarín", - "Mandinga", - "Mandria", - "Manganzón", - "Mangorrero", - "Maniaco", - "Manialbo", - "Manifestable", - "Manifestador", - "Manifestativo", - "Manifiesto", - "Manileño", - "Maniqueo", - "Maniqueísta", - "Manizaleño", - "Maniático", - "Manresano", - "Mansalino", - "Mansejón", - "Manso", - "Mansuefacto", - "Mansueto", - "Mansurrón", - "Mansísimo", - "Manta", - "Mantecosa", - "Mantecoso", - "Mantenedor", - "Mantuano", - "Mantudo", - "Manual", - "Manuscrito", - "Manzanado", - "Manés", - "Maníaco", - "Maorés", - "Maorí", - "Maoísta", - "Mapochino", - "Mapuche", - "Maqui", - "Marabino", - "Marabunta", - "Maraca", - "Maracaibero", - "Maracayero", - "Maracucho", - "Maragato", - "Maravilloso", - "Marbellí", - "Marburgués", - "Marcador", - "Marcescente", - "Marchante", - "Marchitable", - "Marchito", - "Marcial", - "Marciano", - "Mardaschida", - "Marengo", - "Marfileño", - "Marfilino", - "Margariteño", - "Marginado", - "Marginal", - "Marginalista", - "Margoso", - "Mariano", - "Marica", - "Maricantunga", - "Marico", - "Maricona", - "Maricueca", - "Maricón", - "Maridable", - "Marihuanero", - "Marinero", - "Marinesco", - "Marino", - "Marmoleño", - "Marmolino", - "Marmóreo", - "Marplatense", - "Marrano", - "Marroquí", - "Marroquín", - "Marrueco", - "Marrullero", - "Marsellés", - "Marshalés", - "Martiniqués", - "Marxista", - "Marítimo", - "Mascareño", - "Masculina", - "Masculinas", - "Masculino", - "Masculinos", - "Mascón", - "Masiliense", - "Masivo", - "Maslo", - "Masoca", - "Masorético", - "Mastozoológico", - "Masónico", - "Matancero", - "Mate", - "Matemático", - "Mateo", - "Material", - "Matoso", - "Matrero", - "Matriarcal", - "Maturinés", - "Maturrango", - "Matutino", - "Mauriciano", - "Mauritano", - "Maxilar", - "Maya", - "Mayestático", - "Mayor", - "Mayorazguista", - "Mayorcico", - "Mayorcillo", - "Mayorcito", - "Mayordomo", - "Mayotense", - "Mayúsculo", - "Mazacotudo", - "Mazatleco", - "Maño", - "Mañoso", - "Mañosísimo", - "Mecanográfico", - "Mechón", - "Mecánico", - "Medalaganario", - "Medellinense", - "Media", - "Mediador", - "Mediano", - "Mediante", - "Medicamentoso", - "Medieval", - "Medio", - "Mediocre", - "Meditabundo", - "Meditador", - "Meditativo", - "Mediterráneo", - "Mediático", - "Medo", - "Medroso", - "Medular", - "Mefítico", - "Megalesiano", - "Megalítico", - "Megalómano", - "Megarense", - "Megariano", - "Megárico", - "Mejicano", - "Mejor", - "Melado", - "Melancólico", - "Melense", - "Melifluo", - "Melillense", - "Melimeta", - "Melindroso", - "Melipillano", - "Melífero", - "Melómano", - "Membranoso", - "Membranáceo", - "Memo", - "Memorabilísimo", - "Memorable", - "Memoratísimo", - "Memorialesco", - "Memorioso", - "Mendaz", - "Mendicante", - "Mendigante", - "Mendocino", - "Menguante", - "Menipeo", - "Menopáusica", - "Menor", - "Menorquín", - "Menospreciable", - "Mensajero", - "Mensana", - "Menso", - "Menstrual", - "Mensual", - "Mental", - "Mentalizado", - "Mentecato", - "Mentepollo", - "Mentiroso", - "Menudo", - "Menudísimo", - "Meoncete", - "Mercadero", - "Mercante", - "Mercantesco", - "Mercantil", - "Mercantilista", - "Mercenario", - "Mercurial", - "Mercuriano", - "Merdoso", - "Merdúceo", - "Merecedor", - "Merecido", - "Merengue", - "Meridano", - "Merideño", - "Meridiano", - "Meritocrático", - "Meritorio", - "Meritísimo", - "Mero", - "Merovingio", - "Mesapio", - "Mesenio", - "Mesmo", - "Mesoamericano", - "Mesonero", - "Mesoscópico", - "Mesozoico", - "Mestizo", - "Metabólico", - "Metalero", - "Metalingüístico", - "Metalino", - "Metalífero", - "Metatarsiano", - "Meteco", - "Metedor", - "Metejoneado", - "Metelinense", - "Metense", - "Meteorológico", - "Metepequense", - "Meterete", - "Meticuloso", - "Metodista", - "Metodológico", - "Metonímico", - "Metálico", - "Metódico", - "Mexicalense", - "Mexicano", - "Mexicanísimo", - "Mexiquense", - "Mezclado", - "Mezquino", - "Meñique", - "Meón", - "Mi", - "Micenio", - "Michoacano", - "Microbiológico", - "Microbusero", - "Micronesio", - "Microtonal", - "Micénico", - "Micótico", - "Miedosísimo", - "Mielgo", - "Mierense", - "Migoso", - "Migratorio", - "Migueleño", - "Mil", - "Milanesa", - "Milanés", - "Milesio", - "Mileurista", - "Miliaria", - "Miliciano", - "Milimétrico", - "Militar", - "Miliunanochesco", - "Millo", - "Millonario", - "Milpaneco", - "Milpatense", - "Milésima", - "Milésimo", - "Mimbroso", - "Mimosácea", - "Mindoniense", - "Mineral", - "Minero", - "Mineromedicinal", - "Minetero", - "Mingitorio", - "Ministerial", - "Ministrador", - "Minuano", - "Minucioso", - "Minuto", - "Minúsculo", - "Mioceno", - "Mirado", - "Mirador", - "Miraflorino", - "Mirandino", - "Mirandés", - "Mirobrigense", - "Mironcísimo", - "Mirrado", - "Mirtino", - "Mirón", - "Misanteco", - "Miscible", - "Miserabilísimo", - "Miserable", - "Misericordioso", - "Miserioso", - "Mishio", - "Misho", - "Misio", - "Misionado", - "Mismo", - "Mistongo", - "Misérrimo", - "Misógino", - "Mitificador", - "Mitocondrial", - "Mitológico", - "Mitral", - "Mituano", - "Mitómano", - "Mitótico", - "Mixe", - "Mixteco", - "Mixtilíneo", - "Mixto", - "Miéchica", - "Mnemónico", - "Moabita", - "Mocha", - "Moche", - "Mocho", - "Mocoano", - "Mocoso", - "Modelo", - "Modenés", - "Moderado", - "Modernista", - "Modernito", - "Modernizador", - "Moderno", - "Modificador", - "Modoso", - "Modular", - "Modélico", - "Mofletudo", - "Mogollón", - "Mohoso", - "Mojado", - "Mojaquero", - "Mojigato", - "Mojonero", - "Molar", - "Moldavo", - "Moldeado", - "Moldovo", - "Mole", - "Molecular", - "Molendero", - "Molestador", - "Molesto", - "Molido", - "Molidísimo", - "Moloso", - "Momio", - "Monaguense", - "Monegasco", - "Monetario", - "Monfortino", - "Mongol", - "Mongólico", - "Mono", - "Monoaural", - "Monocarpelar", - "Monoclamídeo", - "Monoclínico", - "Monocromo", - "Monofisita", - "Monoico", - "Monolingüe", - "Monono", - "Monospermo", - "Monostrófico", - "Monosílabo", - "Monoteico", - "Monotelita", - "Monoteísta", - "Monotremo", - "Monotálamo", - "Monotético", - "Monrubense", - "Monstruoso", - "Monstrígeno", - "Montado", - "Montalbeño", - "Montaraz", - "Montañoso", - "Montañés", - "Montehermoseño", - "Montejano", - "Montenegrino", - "Monteriano", - "Montero", - "Montevideano", - "Montoreño", - "Montserratense", - "Montserratino", - "Monumental", - "Monárquico", - "Monísimo", - "Monódico", - "Monóptero", - "Monótomo", - "Monótono", - "Monótrofo", - "Morado", - "Morador", - "Moral", - "Moralista", - "Moralizador", - "Moralizante", - "Moravo", - "Morboso", - "Morbosísimo", - "Morcillón", - "Mordaz", - "Morelense", - "Moreliana", - "Moreliano", - "Morena", - "Morenillo", - "Moreno", - "Morfológico", - "Morfón", - "Morlaco", - "Mormoso", - "Moro", - "Morocho", - "Moroleonés", - "Moroso", - "Morrocotudo", - "Morrongo", - "Mortal", - "Mortuorio", - "Mortífero", - "Mosaico", - "Mosca", - "Moscovita", - "Mosquicida", - "Mostoleño", - "Mostoso", - "Mostrenco", - "Moto", - "Motor", - "Motorio", - "Motrileño", - "Motriz", - "Movible", - "Movidito", - "Mozambiqueño", - "Mozo", - "Mozárabe", - "Muchacho", - "Muchas", - "Mucho", - "Muchos", - "Muchísimo", - "Mucilaginoso", - "Mucoso", - "Mucre", - "Mucronado", - "Mucronato", - "Mucroniforme", - "Mucronífero", - "Mucróneo", - "Mucífero", - "Mudable", - "Mudo", - "Mueble", - "Muelle", - "Muerto", - "Mufado", - "Mugriento", - "Muhadiz", - "Muisca", - "Mujeriego", - "Mujo", - "Mula", - "Muladí", - "Multicaule", - "Multicolor", - "Multicopista", - "Multicultural", - "Multilateral", - "Multilenguaje", - "Multilingüe", - "Multimedia", - "Multinacional", - "Multioficios", - "Multiorgásmica", - "Multitudinario", - "Mumar", - "Mundano", - "Mundial", - "Municipal", - "Munificente", - "Muniqués", - "Munífico", - "Muradita", - "Murador", - "Mural", - "Murciano", - "Murmurador", - "Murmurón", - "Musarela", - "Muscular", - "Musculoso", - "Museológico", - "Musical", - "Muslime", - "Muso", - "Musulmán", - "Mutante", - "Mutual", - "Mutualista", - "Mutuo", - "Muyahid", - "Muyahidín", - "Muzarela", - "Muérgano", - "Muñidor", - "Myanma", - "Myanmar", - "Mágico", - "Máncer", - "Mántico", - "Máximo", - "Médico", - "Méndigo", - "Mérito", - "Métrico", - "Mínimo", - "Mío", - "Mísero", - "Místico", - "Mítico", - "Mórbido", - "Móvil", - "Móviles", - "Múltiple", - "Múltiplo", - "Múrido", - "Nabo", - "Nacarado", - "Nacho", - "Nacianceno", - "Nacida", - "Nacido", - "Naciente", - "Nacimentero", - "Nacional", - "Nacionalpopulista", - "Naco", - "Naif", - "Nalgudo", - "Nalgón", - "Namibio", - "Nanay", - "Naonato", - "Napolitano", - "Naranja", - "Narco", - "Narcotizador", - "Narcotraficante", - "Narigudo", - "Narigueta", - "Narigón", - "Nariñense", - "Narrativa", - "Nasa", - "Nasal", - "Natal", - "Natalicio", - "Natalino", - "Natatorio", - "Nativo", - "Nato", - "Natural", - "Nauruano", - "Nauseabundo", - "Navajo", - "Naval", - "Navarrense", - "Navarro", - "Navegador", - "Navegante", - "Navero", - "Navideño", - "Naviero", - "Naviforme", - "Navita", - "Navífrago", - "Nayarita", - "Nazareno", - "Nazi", - "Naíf", - "Naóforo", - "Nebulizador", - "Nebuloso", - "Necesario", - "Necesitado", - "Necio", - "Necochense", - "Necromántico", - "Necroscópico", - "Necrófilo", - "Necrópsico", - "Nectónico", - "Neerlandesa", - "Neerlandés", - "Nefalista", - "Nefando", - "Nefasto", - "Nefelegereta", - "Nefelibata", - "Nefrológico", - "Negable", - "Negado", - "Negador", - "Negante", - "Negativo", - "Negligente", - "Negociable", - "Negociado", - "Negociador", - "Negra", - "Negrero", - "Negrillo", - "Negrizco", - "Negro", - "Negruzco", - "Negrísimo", - "Neivano", - "Nejo", - "Nemátodo", - "Nemónico", - "Nenito", - "Nenuco", - "Neocaledonio", - "Neoespartano", - "Neogranadino", - "Neoleonés", - "Neolítico", - "Neomexicano", - "Neotestamentario", - "Neoyorkino", - "Neoyorquino", - "Neozelandés", - "Neozoico", - "Nepalés", - "Nepalí", - "Neptuniano", - "Neptúneo", - "Neroniano", - "Neroniense", - "Nervado", - "Nerval", - "Nervimotor", - "Nervino", - "Nervioso", - "Nerviosísimo", - "Nervoso", - "Nervudo", - "Nerónico", - "Neseo", - "Nestoriano", - "Neumológico", - "Neumática", - "Neumático", - "Neuquino", - "Neurobiológico", - "Neuronal", - "Neurotípico", - "Neurálgico", - "Neutral", - "Neutro", - "Neutrínico", - "Nevada", - "Nevado", - "Nevoso", - "Neófito", - "Neógeno", - "Nicaragüense", - "Nicolaíta", - "Nicoleño", - "Nicolita", - "Nictálope", - "Nicótico", - "Nigeriano", - "Nigerino", - "Nigromántico", - "Nigérrimo", - "Nihilista", - "Nijareño", - "Nimboso", - "Nimio", - "Ningun", - "Ninguno", - "Ningún", - "Nipón", - "Niuano", - "Niueño", - "Nizarí", - "Nobiliario", - "Nobilísimo", - "Noble", - "Nocebo", - "Nocharniego", - "Nocherniego", - "Nochero", - "Nocivo", - "Nocturnino", - "Nocturno", - "Noctámbulo", - "Noctívago", - "Nominal", - "Nominalizador", - "Nominalizante", - "Nominativo", - "Nonagenario", - "Nonagonal", - "Nonagésimo", - "Nonato", - "Noningentésimo", - "Nonnato", - "Nono", - "Nonágono", - "Noológico", - "Norcoreano", - "Norirlandés", - "Normal", - "Normalista", - "Normando", - "Normativo", - "Norsantandereano", - "Norteamericano", - "Nortesantandereano", - "Norteño", - "Nortino", - "Noruego", - "Norvietnamita", - "Nosológico", - "Notabilísimo", - "Notable", - "Novato", - "Novecientos", - "Novedoso", - "Novelesco", - "Novelista", - "Noveno", - "Noventa", - "Novo", - "Novísimo", - "Noxal", - "Nublado", - "Nubladísimo", - "Nuboso", - "Nuclear", - "Nudista", - "Nudo", - "Nuef", - "Nuesa", - "Nueso", - "Nuestra", - "Nuestras", - "Nuestro", - "Nuestros", - "Nueve", - "Nuevejuliense", - "Nuevo", - "Nuevísimo", - "Nulo", - "Numantino", - "Numeral", - "Numérico", - "Numífero", - "Nupturiente", - "Nutable", - "Nutrible", - "Nutriente", - "Nutritivo", - "Nuyorriqueño", - "Náufrago", - "Náutico", - "Néfrico", - "Nérveo", - "Nítido", - "Nítrico", - "Nómada", - "Nónuple", - "Nónuplo", - "Nórdico", - "Núbil", - "O'higginiano", - "O'higginista", - "Oaxaqueño", - "Obcecado", - "Obedecedor", - "Obediente", - "Obeso", - "Objetable", - "Objetivo", - "Oblicuo", - "Obligado", - "Obligadísimo", - "Obligante", - "Obligativo", - "Obligatorio", - "Obliquo", - "Oblongo", - "Obovado", - "Oboval", - "Obrador", - "Obregonense", - "Obrero", - "Obsceno", - "Obscuro", - "Obsecuente", - "Obsecuentísimo", - "Observador", - "Obsesivo", - "Obseso", - "Obsoleto", - "Obstinado", - "Obstruccionista", - "Obtentor", - "Obtuso", - "Obtusángulo", - "Obventicio", - "Obverso", - "Obviable", - "Obvio", - "Obyecto", - "Ocal", - "Occidental", - "Occiso", - "Occitano", - "Oceanográfico", - "Oceánico", - "Ochenta", - "Ocho", - "Ochocientos", - "Ocioso", - "Oclusivo", - "Ocre", - "Octagonal", - "Octal", - "Octavo", - "Octaédrico", - "Octingentésimo", - "Octogenario", - "Octogonal", - "Octogésimo", - "Octosílabo", - "Octágono", - "Octógono", - "Ocular", - "Oculomotor", - "Oculto", - "Ocupado", - "Ocupadísimo", - "Ocurrido", - "Odioso", - "Odiosísimo", - "Odontológico", - "Odontálgico", - "Odorable", - "Odorante", - "Odorífero", - "Odorífico", - "Ofendido", - "Ofensivo", - "Oficial", - "Ofrecedor", - "Oftalmológico", - "Ofuscado", - "Ofuscadísimo", - "Ohanense", - "Ojeado", - "Ojete", - "Ojiazul", - "Ojinegro", - "Ojizarco", - "Olavarriense", - "Oleaginoso", - "Oledero", - "Oledor", - "Oleoso", - "Olfactorio", - "Olfativo", - "Olfatorio", - "Oliente", - "Oligoceno", - "Oligofrénico", - "Oligotrófico", - "Oligárquico", - "Olimareño", - "Olisipano", - "Olisipiense", - "Oliváceo", - "Olorino", - "Olorioso", - "Olorosillo", - "Oloroso", - "Olorosísimo", - "Olorífero", - "Olulense", - "Olvidable", - "Olvidadero", - "Olvidadizo", - "Olvidado", - "Olvidadísimo", - "Olvidoso", - "Olímpico", - "Olívico", - "Ológrafo", - "Omaní", - "Ominoso", - "Omnipotente", - "Omnipresente", - "Omnisapiente", - "Omnisciente", - "Omniscio", - "Omnímodo", - "Omnívoro", - "Ona", - "Onanista", - "Once", - "Onceavo", - "Onceno", - "Oncogénico", - "Oncológico", - "Ondeante", - "Ondulante", - "Ondulatorio", - "Oneroso", - "Onomasiológico", - "Onomatopéyico", - "Ontogénico", - "Ontológico", - "Onubense", - "Onírico", - "Opcional", - "Operable", - "Operador", - "Operativo", - "Operatorio", - "Operculado", - "Opercular", - "Operculariado", - "Operculiforme", - "Operculífero", - "Operoso", - "Operático", - "Opilable", - "Opilativo", - "Opimo", - "Opinable", - "Opinado", - "Opinador", - "Opinadora", - "Opinativo", - "Opinionista", - "Opinático", - "Opiáceo", - "Oponente", - "Oportuno", - "Opositor", - "Optimista", - "Optimizable", - "Opuesto", - "Opulento", - "Oral", - "Orate", - "Orbital", - "Ordenada", - "Ordenado", - "Ordenador", - "Ordinario", - "Ordovicense", - "Ordovícico", - "Oreja", - "Orejano", - "Orejero", - "Orejón", - "Orensano", - "Organizable", - "Organizado", - "Organizador", - "Organísmico", - "Orgulloso", - "Orgánico", - "Orgástico", - "Orialeño", - "Oriental", - "Original", - "Originario", - "Origámico", - "Oriniento", - "Oriolano", - "Oriundo", - "Orizabeño", - "Ornamental", - "Orniento", - "Ornitológico", - "Orogénico", - "Orquestal", - "Orre", - "Ortiva", - "Ortivo", - "Ortodoxo", - "Ortodrómico", - "Ortofónica", - "Ortofónico", - "Ortogonal", - "Ortológico", - "Ortopédico", - "Osado", - "Osasquense", - "Oscense", - "Osco", - "Oscuro", - "Oscurísimo", - "Oseta", - "Osiánico", - "Osmanlí", - "Osmótico", - "Oso", - "Osornino", - "Ostensible", - "Ostensivo", - "Ostentador", - "Ostentativo", - "Ostentoso", - "Osteológico", - "Ostreiforme", - "Ostrogodo", - "Otaku", - "Otario", - "Otológico", - "Otomano", - "Otomí", - "Otoñal", - "Otoñizo", - "Otro", - "Ovado", - "Ovalado", - "Ovejero", - "Overo", - "Ovetense", - "Ovino", - "Ovoide", - "Ovovivíparo", - "Ovular", - "Ovulatorio", - "Ovíparo", - "Oxoniense", - "Oxítono", - "Pacense", - "Paceño", - "Pachacho", - "Pacho", - "Pachorrudo", - "Pachucho", - "Pachuqueño", - "Pachón", - "Paciente", - "Paco", - "Pacuso", - "Pacífico", - "Padre", - "Paduano", - "Pagable", - "Pagadero", - "Pagado", - "Pagador", - "Pagadora", - "Pagafantas", - "Paganini", - "Pagano", - "Pagarca", - "Pagaseo", - "Pagánico", - "Paidológico", - "Paidófilo", - "Pailón", - "Paisa", - "Paisajista", - "Paisajístico", - "Paisano", - "Paisista", - "Paja", - "Pajarero", - "Pajero", - "Pajillero", - "Pajúo", - "Pakistaní", - "Paladino", - "Palao", - "Palatino", - "Palauano", - "Palentino", - "Paleoceno", - "Paleográfico", - "Paleolítico", - "Paleontográfico", - "Paleontológico", - "Paleozoico", - "Palermitano", - "Palestino", - "Paleta", - "Paleógeno", - "Paliativo", - "Palingenésico", - "Palmareño", - "Palmario", - "Palmense", - "Palmera", - "Palmerino", - "Palmero", - "Palmesano", - "Palmeño", - "Palmirano", - "Palmireño", - "Palomino", - "Paloseco", - "Palpabilísimo", - "Palpable", - "Palpebral", - "Palta", - "Palurdo", - "Palustre", - "Paléstrico", - "Palúdico", - "Pambolero", - "Pampa", - "Pamplonica", - "Pamplonés", - "Panamericano", - "Panameño", - "Pancarpíneo", - "Pancho", - "Pancista", - "Pancreático", - "Pancromático", - "Panda", - "Pandémico", - "Pangaré", - "Pangola", - "Panhelenista", - "Panhelénico", - "Panoli", - "Pantallero", - "Pantanoso", - "Panteísta", - "Pantomímico", - "Paná", - "Papal", - "Papandujo", - "Paparulo", - "Papaverado", - "Papaveráceo", - "Papavéreo", - "Papayáceo", - "Papiamento", - "Papimano", - "Papirofléxico", - "Papista", - "Papuso", - "Papú", - "Papúa", - "Paquete", - "Paquistaní", - "Par", - "Parabólico", - "Paracaidista", - "Parado", - "Parador", - "Paradójico", - "Parafínico", - "Paragua", - "Paraguayo", - "Paragógico", - "Paralelo", - "Paramilitar", - "Paramédico", - "Paranasal", - "Paranormal", - "Parapsicológico", - "Parasicológico", - "Parasitario", - "Parasiticida", - "Parasítico", - "Paratiroideo", - "Paratiroides", - "Parcelable", - "Parcelario", - "Parchita", - "Parco", - "Pardal", - "Pardo", - "Parecido", - "Paredaño", - "Parejero", - "Paremiológico", - "Parental", - "Parenteral", - "Parentero", - "Paria", - "Pariente", - "Pariguayo", - "Pario", - "Parisiense", - "Parisino", - "Pariversal", - "Parlante", - "Parmesano", - "Paro", - "Paroliento", - "Paronomástico", - "Paroxítono", - "Parpadeante", - "Parralense", - "Parricida", - "Parroquial", - "Parroquiano", - "Parsimonioso", - "Partalobero", - "Partenopeo", - "Participativo", - "Particular", - "Partidario", - "Partido", - "Partitivo", - "Parto", - "Parturienta", - "Partusero", - "Parásito", - "Parónimo", - "Pasable", - "Pasadero", - "Pasado", - "Pasador", - "Pasajero", - "Pasatista", - "Pascuense", - "Paseriforme", - "Pasional", - "Pasivo", - "Pasmoso", - "Paso", - "Pasota", - "Pastel", - "Pastelero", - "Pastense", - "Pastopolitano", - "Pastuso", - "Patagüino", - "Pataiperro", - "Patavino", - "Pateador", - "Patelar", - "Patente", - "Paternal", - "Patero", - "Patidifuso", - "Patiperro", - "Patituerto", - "Patizambo", - "Pato", - "Patojo", - "Patológico", - "Patotero", - "Patriarcal", - "Patricio", - "Patrimonial", - "Patriotero", - "Patriótico", - "Patronímico", - "Patrística", - "Patucho", - "Patudo", - "Patuleco", - "Patán", - "Paté", - "Patético", - "Patógeno", - "Patón", - "Paulatino", - "Paulista", - "Paulistano", - "Paupérrimo", - "Pavo", - "Pavote", - "Paya", - "Payanés", - "Payaso", - "Payo", - "Pazguato", - "Peatón", - "Pecadorizo", - "Pechinero", - "Pechocho", - "Pecoso", - "Pecosísimo", - "Pecuario", - "Peculiar", - "Pecuniario", - "Pedagógico", - "Pedante", - "Pedestre", - "Pedigón", - "Pedigüeño", - "Pediátrico", - "Pedo", - "Pedorro", - "Pedregoso", - "Pedrizo", - "Pedromartinero", - "Pedófilo", - "Pegajoso", - "Pehuenche", - "Pejiguera", - "Pejiguero", - "Pekinista", - "Pekinés", - "Pelado", - "Pelador", - "Peladísimo", - "Pelagroso", - "Peliagudo", - "Peliazabache", - "Peliblanco", - "Pelicorto", - "Peliento", - "Peligroso", - "Peligrosísimo", - "Pelilargo", - "Pelinegro", - "Pelirrojo", - "Pelirrubio", - "Pellizcador", - "Pelotense", - "Pelotera", - "Pelotudo", - "Peludo", - "Pelágico", - "Pelásgico", - "Penal", - "Penca", - "Penco", - "Pencón", - "Pendejo", - "Pendiente", - "Peneque", - "Penetrante", - "Penitente", - "Penoso", - "Penquista", - "Pensabilísimo", - "Pensable", - "Pensado", - "Pensador", - "Pensante", - "Pensativo", - "Pentadecágono", - "Pentagonal", - "Pentalingüe", - "Pentasílabo", - "Pentecostal", - "Penígero", - "Penúltimo", - "Peonco", - "Peor", - "Peorro", - "Pepero", - "Peptídico", - "Pequeñito", - "Pequeño", - "Pequeñuelo", - "Pequeñísimo", - "Pequinense", - "Pequinista", - "Pequinés", - "Percherón", - "Percutor", - "Perdible", - "Perdical", - "Perdidizo", - "Perdido", - "Perdidoso", - "Perdonable", - "Perecedero", - "Perecoso", - "Perecosísimo", - "Peregrino", - "Perenne", - "Perennifolio", - "Perezoso", - "Pereçoso", - "Perfeccionador", - "Perfeccionista", - "Perfecho", - "Perfectible", - "Perfectivo", - "Perfecto", - "Perfectísimo", - "Perfeto", - "Perficiente", - "Perfilado", - "Perfluente", - "Perforador", - "Perfumadísimo", - "Perfunctorio", - "Pergameno", - "Pergaminense", - "Pergamíneo", - "Perico", - "Pericón", - "Perillán", - "Perimetral", - "Perimido", - "Perimétrico", - "Perinatal", - "Peripatética", - "Peripatético", - "Peristáltico", - "Perita", - "Perito", - "Periódico", - "Perjudicial", - "Permisado", - "Permisivo", - "Permitidor", - "Pernambucano", - "Pernicioso", - "Peronista", - "Perpendicular", - "Perpendiculares", - "Perquén", - "Perroflauta", - "Perruno", - "Persa", - "Perseverante", - "Persistente", - "Personal", - "Perspicaz", - "Persuadidor", - "Persuasible", - "Persuasivo", - "Persuasor", - "Persuasorio", - "Perteneciente", - "Pertinace", - "Pertinaz", - "Pertinente", - "Peruano", - "Peruanísimo", - "Perulero", - "Peruviano", - "Perverso", - "Pervertido", - "Períptero", - "Pesado", - "Pesaroso", - "Pescadero", - "Pescador", - "Pesetero", - "Pesimista", - "Pesticida", - "Pestilente", - "Pestífero", - "Pesudo", - "Petero", - "Petiso", - "Petizo", - "Petresano", - "Petulante", - "Peyorativo", - "Peñaflorino", - "Peñascoso", - "Piamontés", - "Pianístico", - "Picacero", - "Picado", - "Picante", - "Picaral", - "Picarazado", - "Picardo", - "Picaresco", - "Picaril", - "Picazo", - "Picaño", - "Pichanguero", - "Pichaza", - "Piche", - "Pichi", - "Pichicatero", - "Pichirre", - "Pichiruche", - "Pichurria", - "Picnostilos", - "Pictórico", - "Picuí", - "Pidón", - "Piedro", - "Pierna", - "Pignoraticio", - "Pija", - "Pije", - "Pijo", - "Pijotero", - "Pilcahue", - "Pililiento", - "Pillador", - "Pillo", - "Pilonero", - "Piloso", - "Pilosísimo", - "Piltrafiento", - "Pilucho", - "Pimpante", - "Pincha", - "Pincharratas", - "Pinche", - "Pinciano", - "Pindongo", - "Pinero", - "Pingüino", - "Pinjante", - "Pinnado", - "Pinochetista", - "Pinolero", - "Pinto", - "Piojento", - "Piojoso", - "Piola", - "Pion", - "Pipiolo", - "Pipón", - "Pique", - "Piquetero", - "Pirado", - "Piragüero", - "Pirata", - "Pirenaico", - "Piriforme", - "Pirinaico", - "Pirineo", - "Piripi", - "Pirobólico", - "Pirático", - "Pirómano", - "Piscívoro", - "Pitarroso", - "Pitañoso", - "Piti", - "Piticiego", - "Pitio", - "Pito", - "Pituco", - "Pizarreño", - "Pizarroso", - "Pizzero", - "Piñeliento", - "Piñeniento", - "Piñufla", - "Piñufle", - "Pión", - "Placentero", - "Placible", - "Placiente", - "Placodermo", - "Placoso", - "Plagiador", - "Plagoso", - "Plaguicida", - "Plana", - "Planchado", - "Planctónico", - "Planetario", - "Plano", - "Plantígrado", - "Planísimo", - "Plasmático", - "Plasta", - "Plata", - "Plateado", - "Platense", - "Platero", - "Platicable", - "Platinífero", - "Platusa", - "Plausibile", - "Plausibilísimo", - "Plausible", - "Playo", - "Plebeyo", - "Plegable", - "Plegadizo", - "Pleistoceno", - "Pleno", - "Pletórico", - "Pleural", - "Pleurocarpo", - "Pleurocárpico", - "Pleuronectiforme", - "Plioceno", - "Plomizo", - "Plomo", - "Plumado", - "Plumaria", - "Plumífero", - "Plural", - "Pluricelular", - "Plurilingüe", - "Pluriprovincial", - "Plutocrático", - "Plutoniano", - "Plutónico", - "Pluviométrico", - "Pluvioso", - "Plácido", - "Plástico", - "Plúmbeo", - "Poblacional", - "Poblano", - "Pobre", - "Pobrísimo", - "Pocho", - "Pochocho", - "Pocholo", - "Poco", - "Podador", - "Poderoso", - "Podrido", - "Poiquilotermo", - "Poiquilotérmico", - "Polaco", - "Polar", - "Policarpelar", - "Polideportivo", - "Poligloto", - "Polilingüe", - "Polinesio", - "Polinífero", - "Politeísta", - "Polleruda", - "Pollerudo", - "Polludo", - "Pololo", - "Polvoriento", - "Polémica", - "Polémico", - "Políglota", - "Polígloto", - "Polígono", - "Polínico", - "Política", - "Político", - "Pomológico", - "Pomífero", - "Ponchado", - "Ponderable", - "Ponferradino", - "Poniente", - "Ponja", - "Pontevedrés", - "Pontificio", - "Ponzoñoso", - "Popayanejo", - "Popel", - "Popular", - "Popularísimo", - "Porcino", - "Porcunense", - "Porcunero", - "Pordiosero", - "Porfiado", - "Porfiadísimo", - "Porno", - "Pornográfico", - "Poronguero", - "Poroso", - "Porosísimo", - "Poroto", - "Porro", - "Porrudo", - "Porrúo", - "Portada", - "Portaliano", - "Porteño", - "Portorriqueño", - "Portuario", - "Portuense", - "Portugalujo", - "Portugalés", - "Portuguense", - "Portugueseño", - "Portugueño", - "Portugués", - "Portátil", - "Posadeño", - "Posado", - "Posero", - "Posesivo", - "Poseso", - "Poseído", - "Posibilísimo", - "Posible", - "Positivo", - "Positrónico", - "Posmeridiano", - "Posmodernista", - "Posmoderno", - "Posta", - "Postal", - "Posterior", - "Postmodernista", - "Postmoderno", - "Postre", - "Postrer", - "Postrero", - "Potable", - "Potencial", - "Potente", - "Potoco", - "Potosino", - "Potosí", - "Poético", - "Practicable", - "Practicador", - "Practicante", - "Pragmático", - "Pravo", - "Precavido", - "Precedente", - "Preceptoril", - "Preciado", - "Precioso", - "Preciosísimo", - "Precipitable", - "Precipitado", - "Precipitoso", - "Precipuo", - "Precisado", - "Precisivo", - "Preciso", - "Precitable", - "Precitado", - "Precito", - "Precordial", - "Precámbrico", - "Precípite", - "Predecesor", - "Predecible", - "Predilecto", - "Predominante", - "Preeminente", - "Preexistente", - "Prefijo", - "Prefrontal", - "Prefulgente", - "Pregonero", - "Preguntador", - "Prehelénico", - "Prehistórico", - "Prelaticio", - "Preliminar", - "Premamá", - "Prensil", - "Preocupado", - "Preocupadísimo", - "Prepo", - "Preponderante", - "Preposicional", - "Prepositivo", - "Prepotente", - "Prepóstero", - "Presbiope", - "Presbiteriano", - "Presente", - "Presidencial", - "Presidente", - "Preso", - "Presocrático", - "Presto", - "Presumido", - "Presuncioso", - "Presuntuoso", - "Presupuestal", - "Presupuestario", - "Presuroso", - "Pretendiente", - "Pretérito", - "Prevaleciente", - "Prevalente", - "Prevaricador", - "Preventivo", - "Previo", - "Preñado", - "Prieta", - "Prima", - "Primate", - "Primatológico", - "Primavera", - "Primaveral", - "Primer", - "Primera", - "Primero", - "Primigenio", - "Primitivo", - "Primo", - "Primogénito", - "Primoroso", - "Principal", - "Principiante", - "Pringado", - "Prior", - "Prioral", - "Prioritario", - "Priscilianista", - "Prisciliano", - "Prisionera", - "Prisionero", - "Privado", - "Privilegiado", - "Privilegiativo", - "Prnl", - "Probabilísimo", - "Probabilístico", - "Probable", - "Problemático", - "Probritánico", - "Procarionte", - "Procariota", - "Procaz", - "Procedente", - "Proceloso", - "Procesado", - "Procesador", - "Proclítico", - "Proctológico", - "Procústeo", - "Prodrómico", - "Producente", - "Productivo", - "Proel", - "Proemial", - "Profano", - "Profesional", - "Profundo", - "Profundísimo", - "Profuso", - "Profético", - "Prognato", - "Programable", - "Progre", - "Progresista", - "Progresivo", - "Prohibido", - "Prohibitivo", - "Prohibitorio", - "Prolativo", - "Proletario", - "Prolijo", - "Prolongado", - "Prolongador", - "Prolongadísimo", - "Prolífico", - "Prometedor", - "Promiscuo", - "Promisorio", - "Promotor", - "Promovedor", - "Promulgador", - "Pronominal", - "Pronto", - "Prontísimo", - "Propagador", - "Propagandista", - "Propagandístico", - "Propalador", - "Proparoxítono", - "Propedéutico", - "Propiciador", - "Propicio", - "Propietario", - "Propio", - "Proporcionable", - "Proporcionado", - "Proporcional", - "Proprio", - "Prosaico", - "Proscripto", - "Proscrito", - "Prosificador", - "Prostibulario", - "Prosódico", - "Protagonista", - "Proteccionista", - "Protector", - "Protegida", - "Protervo", - "Protestante", - "Proteínico", - "Protocolar", - "Protoplanetario", - "Protráctil", - "Protónico", - "Provechoso", - "Provecto", - "Proveedor", - "Provenzal", - "Providencial", - "Provinciano", - "Provisional", - "Provocador", - "Proyectador", - "Proyectante", - "Proyectista", - "Proyectivo", - "Proyecto", - "Prudente", - "Prusiano", - "Práctica", - "Práctico", - "Prángana", - "Présbita", - "Présbite", - "Príncipe", - "Prístino", - "Prócer", - "Pródigo", - "Próspero", - "Próstilo", - "Próximo", - "Pseudocientífico", - "Pseudodíptero", - "Pseudoepígrafo", - "Pseudoperíptero", - "Psicológico", - "Psicosomático", - "Psicoterapéutico", - "Psicotrópico", - "Psicótico", - "Psitácido", - "Psycológico", - "Psíquico", - "Ptolemaico", - "Pubescente", - "Publicador", - "Publicitario", - "Pucallpino", - "Pucelana", - "Pucelano", - "Pucheriento", - "Puchungo", - "Puchunguita", - "Puchunguitas", - "Puchunguito", - "Puchunguitos", - "Pudibundo", - "Pudiente", - "Pudoroso", - "Puelche", - "Puentealtino", - "Puerco", - "Pueril", - "Puertomontino", - "Puertorrealeño", - "Puertorriqueño", - "Puesto", - "Pugnaz", - "Pujante", - "Pukina", - "Pulcro", - "Pulcrísimo", - "Pulento", - "Pulguiento", - "Pulido", - "Pulmonar", - "Pulpileño", - "Pulquero", - "Pulquérrimo", - "Pulsista", - "Puneño", - "Punga", - "Punitivo", - "Puntal", - "Puntarenense", - "Puntero", - "Puntiagudo", - "Puntilloso", - "Puntual", - "Punzante", - "Puquina", - "Purchenero", - "Purgable", - "Purgador", - "Purgante", - "Purgativo", - "Purgatorio", - "Purisimense", - "Puro", - "Purépecha", - "Purísimo", - "Pusilánime", - "Puta", - "Putativo", - "Putañero", - "Putero", - "Putito", - "Puto", - "Putrefacto", - "Putrescible", - "Putumayense", - "Pálida", - "Pálido", - "Pánfilo", - "Pánico", - "Pático", - "Pávido", - "Péndex", - "Pérfidiado", - "Pérfido", - "Pérmico", - "Pésimo", - "Pétreo", - "Pícaro", - "Pícnico", - "Pío", - "Pírico", - "Pítico", - "Pómez", - "Póstumo", - "Púber", - "Púbico", - "Público", - "Púnico", - "Púrpura", - "Pútrido", - "Qatarí", - "Qaysí", - "Quadrúplex", - "Qual", - "Quarto", - "Quatro", - "Quebequés", - "Quedado", - "Quejica", - "Quejicoso", - "Quejilloso", - "Quejumbroso", - "Quelonio", - "Quemado", - "Quemarropa", - "Quemero", - "Quenchi", - "Quequenense", - "Querencial", - "Querencioso", - "Querendona", - "Querendón", - "Queretano", - "Querida", - "Querido", - "Queridísimo", - "Queriente", - "Queriria", - "Quevedesco", - "Quibdoano", - "Quibdoseño", - "Quibdoseños", - "Quichicientos", - "Quiescente", - "Quietito", - "Quieto", - "Quietísimo", - "Quijarudo", - "Quijotesco", - "Quillotano", - "Quilmeño", - "Quilométrico", - "Quilpueíno", - "Quimerista", - "Quimérico", - "Quinado", - "Quince", - "Quinceavo", - "Quinceañera", - "Quinceañero", - "Quincenal", - "Quincenario", - "Quinceno", - "Quincuagésimo", - "Quindiano", - "Quinesiológico", - "Quinesioterápico", - "Quinesiterápico", - "Quingentésimo", - "Quinielístico", - "Quinientos", - "Quinquelingüe", - "Quintanarroense", - "Quintillizo", - "Quinto", - "Quiral", - "Quiromántico", - "Quirquincho", - "Quirúrgico", - "Quisqueyano", - "Quisquilloso", - "Quisto", - "Quiteño", - "Quía", - "Química", - "Químico", - "Quíntuple", - "Quíntuplo", - "Rabicorto", - "Rabioso", - "Rabudo", - "Rabínico", - "Rabón", - "Racial", - "Racinguista", - "Racional", - "Racionalista", - "Racista", - "Radiactivo", - "Radical", - "Radicoso", - "Radiográfico", - "Radiológico", - "Radiotelegráfico", - "Rafaelino", - "Ragueño", - "Rajable", - "Rajado", - "Ralo", - "Ramnáceo", - "Ramoso", - "Ramosísimo", - "Rampante", - "Ramplón", - "Rana", - "Rancagüino", - "Rancio", - "Rante", - "Rantifuso", - "Rapante", - "Rapanui", - "Rapaz", - "Rapidísimo", - "Rapsódico", - "Raptor", - "Rara", - "Raro", - "Rarísimo", - "Rasca", - "Rascatinajas", - "Rascuache", - "Rasgado", - "Rasgador", - "Raso", - "Ratero", - "Rato", - "Raudo", - "Rayado", - "Razonable", - "Razonado", - "Reactivo", - "Real", - "Realista", - "Rebatible", - "Rebelde", - "Rebuscado", - "Rebuscador", - "Rebuznador", - "Recalcador", - "Recalcitrante", - "Recargable", - "Recatón", - "Recauchador", - "Recentísimo", - "Receptor", - "Rechazable", - "Rechoncho", - "Reciente", - "Recientísimo", - "Recio", - "Recipiente", - "Reclamante", - "Reconocedor", - "Reconocible", - "Reconocido", - "Recopilado", - "Recortado", - "Recreativo", - "Rectangular", - "Recto", - "Reculiado", - "Recuperable", - "Recuperativo", - "Recurrente", - "Recursivo", - "Recurvifoliado", - "Recusable", - "Recusativo", - "Recíproco", - "Recóndito", - "Redentor", - "Redituable", - "Redivivo", - "Redomado", - "Redomón", - "Redondeado", - "Redondo", - "Reduccionista", - "Reducible", - "Reducido", - "Redundante", - "Redutable", - "Referente", - "Refitolero", - "Reflejo", - "Reflexivo", - "Refractario", - "Refractivo", - "Refranero", - "Refrescante", - "Refugiado", - "Refulgente", - "Refutable", - "Regadío", - "Regalón", - "Regante", - "Regañón", - "Regio", - "Regiomontano", - "Regional", - "Registrable", - "Registrado", - "Registrador", - "Regloso", - "Regordido", - "Regresivo", - "Regruñidor", - "Regular", - "Rehecho", - "Reincidente", - "Reiterativo", - "Rejuvenecedor", - "Relajable", - "Relajado", - "Relajador", - "Relajante", - "Relamido", - "Relapso", - "Relativista", - "Relativo", - "Relenco", - "Relevante", - "Relevista", - "Relicto", - "Religioso", - "Relleno", - "Remachado", - "Remaldito", - "Remasterizado", - "Remedador", - "Remilgado", - "Remolón", - "Remoto", - "Remotísimo", - "Renal", - "Renano", - "Renegado", - "Renegador", - "Renegón", - "Rengo", - "Renitente", - "Renombrado", - "Renovador", - "Rentable", - "Rentístico", - "Renuente", - "Reo", - "Reparable", - "Reparador", - "Reparón", - "Repe", - "Repentino", - "Repeor", - "Repetitivo", - "Repleto", - "Reportable", - "Reportado", - "Reportero", - "Reposado", - "Reprehensible", - "Reprensible", - "Representante", - "Represor", - "Reprobable", - "Reproductivo", - "Reproductor", - "Reptador", - "Repuesto", - "Repugnante", - "Repulsivo", - "Requerido", - "Requeridor", - "Requeriente", - "Requesado", - "Requesonera", - "Requesonero", - "Requintable", - "Requisitado", - "Resarcible", - "Resbaloso", - "Resentido", - "Resfriado", - "Residente", - "Residual", - "Resistente", - "Respectivo", - "Respetabilísimo", - "Respetable", - "Respetador", - "Respetivo", - "Respetoso", - "Respetuoso", - "Respetuosísimo", - "Respirador", - "Resplandeciente", - "Responsable", - "Ressonante", - "Resultante", - "Retardatorio", - "Retardatriz", - "Reticente", - "Retorrománico", - "Retrasado", - "Retrosexual", - "Retrospectiva", - "Retráctil", - "Retrógrado", - "Retórico", - "Reumatológico", - "Reumático", - "Reunionés", - "Revelable", - "Revelada", - "Revelado", - "Revelador", - "Revelandero", - "Reventado", - "Reventón", - "Reverendo", - "Revesado", - "Revoltoso", - "Revolucionario", - "Revuelto", - "Reynosense", - "Rhodesiano", - "Riberense", - "Ribereño", - "Riblanco", - "Ribosomal", - "Ribosómico", - "Rico", - "Ricotero", - "Ridiculoso", - "Ridiculísimo", - "Ridículo", - "Rifeño", - "Rigoroso", - "Riguroso", - "Rigurosísimo", - "Rijoso", - "Rimbombante", - "Riocuartense", - "Riojano", - "Riojeño", - "Riondo", - "Rionegrense", - "Rionegrino", - "Rioplatense", - "Riosellano", - "Ripario", - "Ripiento", - "Ripioso", - "Riquísimo", - "Risaraldense", - "Risaraldeño", - "Risaraldita", - "Risible", - "Risueño", - "Ritual", - "Rival", - "Riverense", - "Riverplatense", - "Robustecedor", - "Robusto", - "Rocalloso", - "Rocambolesco", - "Rochense", - "Rociano", - "Rociero", - "Rocoso", - "Rodado", - "Rodante", - "Rodense", - "Rodesiano", - "Rodeño", - "Rojiblanco", - "Rojito", - "Rojizo", - "Rojo", - "Rojísimo", - "Rom", - "Roma", - "Romana", - "Romance", - "Romano", - "Romaní", - "Romanófilo", - "Romanófono", - "Romero", - "Romo", - "Rompible", - "Románico", - "Romántico", - "Ronco", - "Rondeño", - "Roquense", - "Roqueperense", - "Roquero", - "Roquetero", - "Roqueño", - "Rosa", - "Rosado", - "Rosarino", - "Rosillo", - "Rotatorio", - "Roterodamense", - "Roto", - "Rotoso", - "Rotular", - "Rotuliano", - "Roya", - "Royo", - "Rozagante", - "Ruanco", - "Ruandés", - "Ruano", - "Rubefaciente", - "Rubicundo", - "Rubio", - "Rubro", - "Rubí", - "Ruca", - "Rucio", - "Ruco", - "Ruderal", - "Rudo", - "Ruedita", - "Rufo", - "Rugidor", - "Rugiente", - "Rugoso", - "Ruidoso", - "Ruidosísimo", - "Ruin", - "Ruinoso", - "Rulenco", - "Rulengo", - "Rumano", - "Rumiante", - "Rupestre", - "Rural", - "Ruso", - "Rusojaponés", - "Rutinario", - "Rutáceo", - "Rábico", - "Ráculo", - "Rápido", - "Réprobo", - "Rígida", - "Rígido", - "Ríspido", - "Rítmico", - "Rótico", - "Rúnico", - "Rústico", - "Sabadellense", - "Sabalero", - "Sabandija", - "Sabedor", - "Sabelotodo", - "Sabihondo", - "Sabio", - "Sabiondo", - "Sable", - "Saboteador", - "Sabroso", - "Sabrosísimo", - "Sabático", - "Sacarífero", - "Sachbezogen", - "Sacratísimo", - "Sacro", - "Sacrolumbar", - "Sacrosanto", - "Sacudido", - "Sacudidor", - "Sadomasoquista", - "Saduceo", - "Sagaz", - "Sagital", - "Sagrado", - "Sagradísimo", - "Saguntino", - "Saharaui", - "Sahariano", - "Sahuayense", - "Sahárico", - "Saladillense", - "Salado", - "Salador", - "Salamanquino", - "Salamanqués", - "Salamantino", - "Salareño", - "Salarial", - "Saldubense", - "Saleroso", - "Salerosísimo", - "Saliente", - "Salino", - "Salitrado", - "Salitral", - "Salitrero", - "Salitroso", - "Salival", - "Salivar", - "Salmanticense", - "Salmantino", - "Salmonado", - "Salmón", - "Salobre", - "Salomonense", - "Salomónico", - "Saltante", - "Salteño", - "Saltígrado", - "Salubre", - "Salubérrimo", - "Saludabilísimo", - "Saludable", - "Salutífero", - "Salvable", - "Salvador", - "Salvadoreño", - "Salvaja", - "Salvaje", - "Salvajino", - "Salvante", - "Salvo", - "Salvático", - "Sambernardino", - "Samoano", - "Sampedrino", - "Sampetrino", - "San", - "Sanagustinero", - "Sanandrecino", - "Sanandresano", - "Sancarleño", - "Sancirole", - "Sancristobalense", - "Sancristobaleño", - "Sandinista", - "Sandio", - "Sanducero", - "Saneado", - "Sanfelipeño", - "Sanfernandino", - "Sangrante", - "Sangriento", - "Sangrón", - "Sanguinario", - "Sanguífero", - "Sanguíneo", - "Sanisidrense", - "Sanjuanense", - "Sanjuanero", - "Sanluisino", - "Sanluqueño", - "Sanmarinense", - "Sanmiguelino", - "Sannicoleño", - "Sano", - "Sanrafaelino", - "Sansirolé", - "Santafereño", - "Santafesino", - "Santalucense", - "Santandereano", - "Santanderino", - "Santeño", - "Santiaguero", - "Santiagueño", - "Santiaguino", - "Santo", - "Santotomense", - "Santísimo", - "Sanvicentino", - "Sanísimo", - "Sapientísimo", - "Sapiosexual", - "Sapo", - "Saprofito", - "Saprofítico", - "Saprófito", - "Sara", - "Saramacano", - "Sarasa", - "Sardino", - "Sardo", - "Sarmático", - "Sarnoso", - "Sarraceno", - "Sarracina", - "Sarracino", - "Sarracín", - "Satisfactorio", - "Saturniano", - "Satírico", - "Saudí", - "Sañudo", - "Sciográfico", - "Sebiento", - "Seco", - "Secretaria", - "Secretario", - "Secreto", - "Secretísimo", - "Sectario", - "Secuaz", - "Secuenciador", - "Secuencial", - "Secuestrable", - "Secuestrador", - "Secuestrario", - "Secular", - "Secularizable", - "Secularizador", - "Secundable", - "Secundario", - "Secundo", - "Securiforme", - "Secutivo", - "Secutor", - "Sedante", - "Sedativo", - "Sedentario", - "Sedente", - "Sedero", - "Sedeño", - "Sedicente", - "Sedicioso", - "Sediento", - "Sedoso", - "Sedosísimo", - "Seductor", - "Sedáceo", - "Sefardí", - "Segisamonense", - "Seglar", - "Segobricense", - "Segobrigense", - "Segorbino", - "Segoviano", - "Segoviense", - "Seguido", - "Segunda", - "Segundo", - "Seguro", - "Segurísimo", - "Seis", - "Seiscientos", - "Selar", - "Selenita", - "Selenográfico", - "Sellable", - "Selvático", - "Seléucida", - "Semblante", - "Sembradío", - "Semejable", - "Semejado", - "Semejante", - "Semestral", - "Semiconductor", - "Semidormido", - "Semiforme", - "Seminario", - "Sempiterno", - "Semántico", - "Semélparo", - "Sencillo", - "Sendos", - "Senegalés", - "Senil", - "Sensacional", - "Sensato", - "Sensibilísimo", - "Sensible", - "Sensorial", - "Sensorio", - "Sensual", - "Sentado", - "Sentido", - "Sentimental", - "Separativo", - "Septembrino", - "Septentrional", - "Septingentésimo", - "Septuaginta", - "Septuagésimo", - "Sepulto", - "Sepulturera", - "Sepulturero", - "Serbio", - "Serenense", - "Sereno", - "Serenísimo", - "Serio", - "Seroso", - "Serrano", - "Servicial", - "Servidor", - "Servil", - "Servio", - "Serísimo", - "Seseante", - "Sesenta", - "Sesgado", - "Sesgo", - "Sesquipedal", - "Setecientos", - "Setenta", - "Seudocientífico", - "Severo", - "Severísimo", - "Sevillana", - "Sevillano", - "Sexagésimo", - "Sexcentésimo", - "Sexitano", - "Sexomne", - "Sexquipedal", - "Sexto", - "Sexual", - "Sexómano", - "Seychelense", - "Seychellense", - "Señor", - "Señoreable", - "Señorial", - "Señoril", - "Seños", - "Shiita", - "Shiome", - "Shií", - "Shome", - "Shomería", - "Shona", - "Shusheta", - "Sibarita", - "Sicalíptico", - "Sicano", - "Siciliano", - "Sicotrópico", - "Sidoso", - "Sierraleonés", - "Siervo", - "Sieso", - "Siete", - "Sifrino", - "Sigiloso", - "Sigilosísimo", - "Sigmoide", - "Signatario", - "Significable", - "Significado", - "Significador", - "Significante", - "Significativo", - "Siguiente", - "Sij", - "Sikh", - "Silencioso", - "Silente", - "Silesio", - "Silvestre", - "Silábico", - "Silúrico", - "Simbiótico", - "Simbólico", - "Simia", - "Similar", - "Similitudinario", - "Simpatizante", - "Simple", - "Simplicísimo", - "Simplista", - "Simplón", - "Simulador", - "Simultáneo", - "Simétrico", - "Sinaloense", - "Sincelejano", - "Sincero", - "Sincronológico", - "Sincronístico", - "Sincrónico", - "Sindhi", - "Sinfónico", - "Singapurense", - "Singidunense", - "Single", - "Singuango", - "Singular", - "Siniestrado", - "Siniestro", - "Sinsorgo", - "Sinterizable", - "Sinterizador", - "Sintomático", - "Sintáctico", - "Sintético", - "Sinuoso", - "Sinvergüenza", - "Sináptico", - "Sinónimo", - "Siome", - "Sirio", - "Siro", - "Sirviente", - "Siríaco", - "Sismológico", - "Sistemática", - "Sistólico", - "Sito", - "Siútico", - "Skinhead", - "Snob", - "Sobaleras", - "Sobalevas", - "Soberano", - "Soberbia", - "Sobrado", - "Sobrante", - "Sobrecogedor", - "Sobreentendido", - "Sobreesdrújulo", - "Sobreestimado", - "Sobreimpreso", - "Sobrenatural", - "Sobrentendido", - "Sobresaliente", - "Sobresdrújulo", - "Sobrestimado", - "Sobrevividor", - "Sobreviviente", - "Sobrio", - "Socarrón", - "Sociable", - "Social", - "Socialista", - "Socioeconómico", - "Sociológico", - "Sociométrico", - "Sociópata", - "Socorrido", - "Socrático", - "Sodomita", - "Sodomítico", - "Soez", - "Sofisticado", - "Soflamero", - "Sofocante", - "Solapado", - "Solapador", - "Solapadísimo", - "Solar", - "Solemne", - "Solenoidal", - "Solferino", - "Solicitador", - "Solimitano", - "Solitario", - "Sollozante", - "Solo", - "Soltero", - "Solterón", - "Solubilísimo", - "Soluble", - "Soluto", - "Solvente", - "Solánico", - "Solícito", - "Solísimo", - "Somalí", - "Somasco", - "Sombreador", - "Somero", - "Somnoliento", - "Somnámbulo", - "Somnífero", - "Somnílocuo", - "Somontinero", - "Somático", - "Somético", - "Sonorense", - "Sonoro", - "Sonso", - "Sonto", - "Sonámbulo", - "Soperutano", - "Soporoso", - "Soportano", - "Soporífero", - "Sorabo", - "Sorbeño", - "Sorbible", - "Sorbil", - "Sorbio", - "Sordo", - "Sordomudo", - "Sorete", - "Sorianense", - "Soriano", - "Sorvilanero", - "Sosegable", - "Sosegado", - "Sosero", - "Soso", - "Sospechable", - "Sospechoso", - "Sostenido", - "Soteriológico", - "Soterrado", - "Sotreta", - "Soviético", - "Soñador", - "Soñoliento", - "Strapless", - "Stripper", - "Su", - "Suabo", - "Suave", - "Suavísimo", - "Suazi", - "Suazilandés", - "Subatómico", - "Subconsciente", - "Subcontratado", - "Subcutáneo", - "Subdirector", - "Subestimado", - "Subjetivo", - "Sublime", - "Sublimidad", - "Sublingual", - "Submandibular", - "Submarinista", - "Submarino", - "Submúltiplo", - "Subnormal", - "Subordinado", - "Subrepticia", - "Subrepticio", - "Substantivo", - "Substractivo", - "Subsónico", - "Subterráneo", - "Subtil", - "Subtitulado", - "Subtriplo", - "Subulado", - "Suburbano", - "Subyacente", - "Sucedáneo", - "Sucesivo", - "Sucesor", - "Suche", - "Sucinto", - "Sucio", - "Sucrense", - "Sucreña", - "Sucreño", - "Suculento", - "Sucursal", - "Sudaca", - "Sudafricano", - "Sudamericano", - "Sudanés", - "Sudcaliforniano", - "Sudorífico", - "Sueco", - "Suelto", - "Suevo", - "Suficiente", - "Suficientísimo", - "Sufijado", - "Sufijo", - "Sufrible", - "Sufridero", - "Sufrido", - "Sugerente", - "Sugerible", - "Sugestionable", - "Sugoso", - "Suicida", - "Suizo", - "Sujalé", - "Sujeto", - "Sulfurado", - "Sulfuradísimo", - "Sumario", - "Sumerio", - "Sumiso", - "Sumo", - "Sunco", - "Sundanés", - "Suntuario", - "Suntuoso", - "Superable", - "Superabundante", - "Superante", - "Superativo", - "Superbioso", - "Superbo", - "Superchero", - "Superciliar", - "Supereminente", - "Supererogatorio", - "Superficial", - "Superfluo", - "Superior", - "Superlativo", - "Supersticioso", - "Supersónico", - "Superviviente", - "Superádito", - "Supino", - "Supletorio", - "Suponedor", - "Supositicio", - "Supositivo", - "Supralumínico", - "Supramaxilar", - "Supranacional", - "Suprarrenal", - "Supraterrenal", - "Supraterritorial", - "Supremo", - "Supuesto", - "Supérstite", - "Suramericano", - "Surcano", - "Surcoreano", - "Surculoso", - "Surero", - "Sureño", - "Surinamés", - "Survietnamita", - "Susceptible", - "Susodicho", - "Suspicaz", - "Sustantivador", - "Sustantivante", - "Sustantivo", - "Sustractivo", - "Susurrador", - "Susurrante", - "Susurrón", - "Sute", - "Sutesulario", - "Sutil", - "Sutilizable", - "Sutilísimo", - "Sutorio", - "Sutriple", - "Suturable", - "Suturoso", - "Sutúreo", - "Suversivo", - "Suzerano", - "Suízaro", - "Swinger", - "Sádico", - "Sánscrito", - "Sápido", - "Sármata", - "Sátiro", - "Sáxeo", - "Séptimo", - "Séptuple", - "Séptuplo", - "Sésil", - "Séxtuple", - "Séxtuplo", - "Símil", - "Síncrono", - "Sínico", - "Sístilo", - "Sólido", - "Sólito", - "Sónico", - "Sórabo", - "Sórdido", - "Súbdito", - "Súbito", - "Súper", - "Súpero", - "Tabacalero", - "Tabaco", - "Tabasqueño", - "Tabernense", - "Tabernero", - "Tableado", - "Tablero", - "Tableño", - "Tabulador", - "Tabular", - "Tabífico", - "Tabú", - "Tacaño", - "Tacañísimo", - "Tachable", - "Tachirense", - "Taciturno", - "Tacneño", - "Tacuaco", - "Tacuara", - "Tacuaremboense", - "Tacuareño", - "Tagalo", - "Tahitiano", - "Tahúr", - "Tailandés", - "Taimado", - "Taimadísimo", - "Taiwanés", - "Tajante", - "Tal", - "Talabricense", - "Talachero", - "Talar", - "Talaverano", - "Talcahuino", - "Talentoso", - "Talibán", - "Tallado", - "Talmúdico", - "Talonario", - "Talonesco", - "Talquino", - "Tamaulipeco", - "Tamaño", - "Tambera", - "Tamil", - "Tamizado", - "Tampiqueño", - "Tandero", - "Tandilense", - "Tangente", - "Tangerino", - "Tangible", - "Tano", - "Tanto", - "Tanzano", - "Tapatío", - "Taquigráfico", - "Taquillero", - "Taquimétrico", - "Tarabuqueño", - "Tarado", - "Taradísimo", - "Taramundés", - "Tarasco", - "Tarateño", - "Tardío", - "Tarraconense", - "Tarrasense", - "Tartamudo", - "Tartufo", - "Tarugo", - "Tasador", - "Tatengue", - "Taumatúrgico", - "Tauro", - "Tautológico", - "Taxativo", - "Tayik", - "Tayiko", - "Taíno", - "Tebano", - "Tecnocrático", - "Tecnológico", - "Tecnosexual", - "Tectónico", - "Tegucigalpense", - "Tehuacanero", - "Tehuelche", - "Tejano", - "Tejido", - "Telaviví", - "Telegráfico", - "Teleológico", - "Telepático", - "Televisivo", - "Telúrico", - "Temblador", - "Temblante", - "Tembleque", - "Tembloroso", - "Tembloso", - "Temblón", - "Temerario", - "Temeroso", - "Temoso", - "Temperado", - "Temperlino", - "Tempestuoso", - "Templado", - "Temporal", - "Temporalizable", - "Temporario", - "Temporero", - "Temporizador", - "Temporáneo", - "Tempranal", - "Tempranero", - "Temprano", - "Temucano", - "Temuquense", - "Temática", - "Tenaz", - "Tendido", - "Tenebroso", - "Teneño", - "Tensor", - "Tentador", - "Tentativo", - "Tenue", - "Tenuísimo", - "Tenífugo", - "Teocrático", - "Teofórico", - "Teogónico", - "Teológico", - "Teorético", - "Teosófico", - "Tepicense", - "Teporocho", - "Tequeño", - "Tequileño", - "Terapéutica", - "Terapéutico", - "Terarca", - "Teratologista", - "Teratológico", - "Teratóloga", - "Teratólogo", - "Tercer", - "Tercero", - "Terciodécuplo", - "Terciopersonal", - "Terco", - "Tereso", - "Teriológico", - "Termal", - "Terminador", - "Terminal", - "Termodinámico", - "Termoiónico", - "Termolábil", - "Ternilloso", - "Ternísimo", - "Terqueño", - "Terrenal", - "Terreno", - "Terrestre", - "Terribilísimo", - "Terrible", - "Territorial", - "Terrorista", - "Terrorífico", - "Terroso", - "Terráqueo", - "Terrícola", - "Terrífico", - "Terso", - "Tesinés", - "Testarudo", - "Teto", - "Tetona", - "Tetrabrick", - "Tetragonal", - "Tetralingüe", - "Tetrasílabo", - "Tetraédrico", - "Tetro", - "Teucro", - "Teutón", - "Texano", - "Textil", - "Teándrico", - "Teísta", - "Teólogo", - "Teórico", - "Tibetano", - "Tibio", - "Tico", - "Tierno", - "Tiernísimo", - "Tierrúo", - "Tieso", - "Tiesto", - "Tiflológico", - "Tifoideo", - "Tigrense", - "Tijoleño", - "Tijuanense", - "Tikrití", - "Timbero", - "Timorato", - "Timorense", - "Tincado", - "Tinerfeño", - "Tingitano", - "Tinto", - "Tiplisonante", - "Tipo", - "Tipográfico", - "Tiquismiquis", - "Tiranino", - "Tirano", - "Tirante", - "Tirillento", - "Tirio", - "Tiroides", - "Tiránico", - "Tiránido", - "Tisiológico", - "Tisular", - "Titánico", - "Tiznado", - "Tiznero", - "Tiñoso", - "Tlaxcalteca", - "Tobiano", - "Toboseño", - "Tobosino", - "Tocado", - "Tocario", - "Toche", - "Tochibí", - "Tocho", - "Todo", - "Todopoderoso", - "Todoterreno", - "Togolés", - "Tokelauano", - "Tokelaués", - "Tokiota", - "Toledano", - "Tolemaico", - "Tolerable", - "Tolerante", - "Tolete", - "Tolimense", - "Tolkieniano", - "Tololo", - "Toluqueño", - "Tomador", - "Tomeseño", - "Tongano", - "Tontaina", - "Tontarrón", - "Tontito", - "Tonto", - "Tontolaba", - "Tontolculo", - "Tontolnabo", - "Tontopollas", - "Tontorrón", - "Tontísimo", - "Top", - "Topográfico", - "Topológico", - "Toponímico", - "Torbo", - "Torcaz", - "Torcido", - "Tordillo", - "Torera", - "Torero", - "Toresano", - "Tornadizo", - "Tornátil", - "Torpe", - "Torrefacto", - "Torreonense", - "Torticero", - "Tortuoso", - "Toruno", - "Torvo", - "Torácico", - "Toráxico", - "Toscana", - "Toscano", - "Tosco", - "Tostado", - "Total", - "Totémico", - "Toxicológico", - "Toxicómano", - "Tozudo", - "Trabajado", - "Trabajadorcísimo", - "Trabajólico", - "Tracio", - "Tradicional", - "Traducible", - "Traductor", - "Traedizo", - "Traedor", - "Traficante", - "Tragado", - "Tragón", - "Traidor", - "Trajeado", - "Trajinante", - "Trajinista", - "Tramposo", - "Tranca", - "Tranqueador", - "Tranqui", - "Tranquilo", - "Transalpino", - "Transatlántico", - "Transdigital", - "Transdisciplinario", - "Transero", - "Transexual", - "Transeúnte", - "Transformador", - "Transfretano", - "Transgresivo", - "Transgresor", - "Transgénero", - "Transgénico", - "Transitivo", - "Transitorio", - "Transjoviano", - "Translaminar", - "Translativo", - "Transluciente", - "Translúcido", - "Transoceánico", - "Transparente", - "Transpirenaico", - "Transportador", - "Transversal", - "Traqueteador", - "Traquetera", - "Traquetero", - "Traqueto", - "Trascendental", - "Trascendente", - "Trasegador", - "Trasero", - "Trasformador", - "Trasformativo", - "Trasfretano", - "Trasgresor", - "Trasguero", - "Traslativo", - "Trasluciente", - "Traslúcido", - "Trasnochado", - "Trasnochador", - "Trasnochadísimo", - "Trasparente", - "Trastornable", - "Trastornador", - "Tratado", - "Traumado", - "Traumatizado", - "Traumatológico", - "Traumatólogo", - "Traumático", - "Travesero", - "Traveso", - "Travesío", - "Travieso", - "Trazable", - "Trazado", - "Trazador", - "Trece", - "Treceavo", - "Treinta", - "Treintañal", - "Trekkie", - "Tremendo", - "Tremolante", - "Tremoso", - "Tremulante", - "Tremulento", - "Tremuloso", - "Trenado", - "Trepa", - "Trepador", - "Trepante", - "Tres", - "Trezeno", - "Trianero", - "Triangular", - "Tribal", - "Tricarpelar", - "Tricentésimo", - "Tricolor", - "Tricornio", - "Tridimensional", - "Trigonal", - "Trigonométrico", - "Trigémino", - "Trigésimo", - "Trilingüe", - "Trillizo", - "Trimensual", - "Trimestral", - "Trimotor", - "Trinacrio", - "Trinitario", - "Trinitense", - "Tripartito", - "Triple", - "Triplo", - "Triste", - "Tristísimo", - "Trisílabo", - "Trivial", - "Triásico", - "Troglodita", - "Trombolítico", - "Trompetero", - "Tronco", - "Tropero", - "Tropical", - "Tropismo", - "Tropológico", - "Trovador", - "Trovadora", - "Trovadoresco", - "Troyano", - "Trubieco", - "Trucho", - "Truhan", - "Truhán", - "Trujillano", - "Trujuyano", - "Truncable", - "Truncado", - "Trunco", - "Trácala", - "Trágico", - "Trémulo", - "Trímero", - "Trópico", - "Tu", - "Tuareg", - "Tubular", - "Tucupiteño", - "Tudesco", - "Tuerca", - "Tuerto", - "Tufarro", - "Tuitero", - "Tuki", - "Tullido", - "Tumbero", - "Tumbesino", - "Tumoroso", - "Tumultuario", - "Tumultuoso", - "Tunante", - "Tunebo", - "Tunecino", - "Tunecí", - "Tunjano", - "Tunoso", - "Tupinambá", - "Tupío", - "Turaniano", - "Turbativo", - "Turbio", - "Turbulento", - "Turco", - "Turcomano", - "Turista", - "Turkmenio", - "Turkmeno", - "Turolense", - "Turquesa", - "Turquesado", - "Turquesco", - "Turquino", - "Turqués", - "Turquí", - "Turífero", - "Turístico", - "Tusado", - "Tusco", - "Tuso", - "Tusígeno", - "Tutelar", - "Tuvaluano", - "Tuvalés", - "Tuydo", - "Tácito", - "Táctico", - "Táctil", - "Tártaro", - "Técnico", - "Térmico", - "Tímido", - "Típico", - "Tísico", - "Tónico", - "Tópico", - "Tórrido", - "Tóxico", - "Túrquico", - "Uaránido", - "Ubiado", - "Ubicado", - "Ubicuitario", - "Ubicuo", - "Ubiquitario", - "Ubérrimo", - "Ucraniano", - "Ucranio", - "Ucrónico", - "Ucubitano", - "Ufano", - "Ugandés", - "Ugarítico", - "Uigur", - "Uleilense", - "Ulonato", - "Ulterior", - "Ultimado", - "Ultor", - "Ultraligero", - "Ultraísta", - "Ultroso", - "Umami", - "Umbilical", - "Umbro", - "Umbroso", - "Umbría", - "Un", - "Uncial", - "Undecagonal", - "Undecágono", - "Undécimo", - "Undécuplo", - "Undívago", - "Ungido", - "Unguiculado", - "Ungulado", - "Unible", - "Unicarpelar", - "Unicejo", - "Unicelular", - "Unidimensional", - "Unidísimo", - "Unifoliado", - "Uniformado", - "Uniforme", - "Unifuncional", - "Unigénito", - "Unilateral", - "Unilingüe", - "Unilocal", - "Unimembre", - "Unionista", - "Unipede", - "Unipersonal", - "Unipolar", - "Uniprovincial", - "Unipétalo", - "Unisex", - "Unisexuado", - "Unitario", - "Universal", - "Universitario", - "Uno", - "Unos", - "Untuoso", - "Unánime", - "Unígamo", - "Unímano", - "Uníparo", - "Unípede", - "Unísono", - "Unívoco", - "Upeliento", - "Uranita", - "Urbanista", - "Urbano", - "Urcitano", - "Urdidor", - "Urdu", - "Urgenciólogo", - "Urgente", - "Urgentísimo", - "Uriangatense", - "Urinario", - "Urodelo", - "Urológico", - "Urraqueño", - "Úrsido", - "Uruguayo", - "Uránico", - "Usabilidad", - "Usado", - "Usagreño", - "Usamericano", - "Useño", - "Usual", - "Usufructuario", - "Usurero", - "Usurpador", - "Útil", - "Utilitario", - "Utilizable", - "Utilísimo", - "Uvular", - "Uxoricida", - "Uzbeco", - "Uzbego", - "Uzbeko", - "V", - "Vaca", - "Vacante", - "Vaciadizo", - "Vacilante", - "Vacuno", - "Vacuo", - "Vacío", - "Vagabundo", - "Vaginal", - "Vago", - "Valdiviano", - "Valduparense", - "Valenciano", - "Valentísimo", - "Valeroso", - "Valerosísimo", - "Valetudinario", - "Valido", - "Valiente", - "Valioso", - "Valiosísimo", - "Valisosísimo", - "Vallecaucano", - "Vallenato", - "Vallisoletano", - "Valluno", - "Valorativo", - "Valorizador", - "Valpostano", - "Valuador", - "Valuadora", - "Valón", - "Vancouverita", - "Vanguardista", - "Vanidoso", - "Vanidosísimo", - "Vano", - "Vanuatense", - "Vanuatuense", - "Vanílocuo", - "Vaporizable", - "Varguense", - "Variabilísimo", - "Variable", - "Variante", - "Variegado", - "Varietal", - "Vario", - "Variolado", - "Variolar", - "Variolariado", - "Variolario", - "Varioloide", - "Varioloso", - "Variopinto", - "Varios", - "Varonil", - "Varsoviano", - "Vasallo", - "Vasco", - "Vascohablante", - "Vascongado", - "Vascuence", - "Vascular", - "Vascón", - "Vascónico", - "Vasoactivo", - "Vasodilatador", - "Vasto", - "Vaticano", - "Vaupense", - "Vecinal", - "Vecino", - "Vectorial", - "Vegano", - "Vegetal", - "Vegetariano", - "Vehemente", - "Veinte", - "Veinteavo", - "Veinticinco", - "Veinticuatro", - "Veintidós", - "Veintinueve", - "Veintiocho", - "Veintisiete", - "Veintiséis", - "Veintitrés", - "Veintiuno", - "Velador", - "Velar", - "Velero", - "Veleta", - "Velezano", - "Vellorio", - "Velloso", - "Velludo", - "Veloce", - "Velocipédico", - "Veloz", - "Venal", - "Vencedor", - "Vendedor", - "Veneciana", - "Veneciano", - "Venenoso", - "Venenosísimo", - "Venenífero", - "Venerabilísimo", - "Venereológico", - "Venezolano", - "Vengador", - "Venial", - "Venoso", - "Ventral", - "Ventricular", - "Ventrílocuo", - "Venturado", - "Venturoso", - "Venusino", - "Venusto", - "Venéreo", - "Vera", - "Veracruzanas", - "Veracruzano", - "Veracruzanos", - "Verado", - "Veragüense", - "Veranal", - "Veraneador", - "Veranero", - "Veraniego", - "Veratense", - "Veraz", - "Verbalizador", - "Verbalizante", - "Verdadero", - "Verde", - "Verdeador", - "Verdecito", - "Verderón", - "Verdinegro", - "Verdoso", - "Vergarense", - "Vergonzoso", - "Vergón", - "Verijón", - "Verisímil", - "Vermicida", - "Verminoso", - "Vernáculo", - "Vero", - "Veros", - "Verosímil", - "Verpertino", - "Verrionda", - "Verriondo", - "Versal", - "Versero", - "Versátil", - "Vertebrado", - "Vertical", - "Verátrico", - "Verídico", - "Vesicante", - "Vespertino", - "Vestido", - "Vesánico", - "Vetarro", - "Veterinario", - "Vetusto", - "Viable", - "Viador", - "Viajero", - "Viatoreño", - "Vibrador", - "Vibrante", - "Vibratorio", - "Vibrátil", - "Vicario", - "Vicense", - "Vichadense", - "Victoriano", - "Vicuñense", - "Vidriado", - "Viejo", - "Viejísimo", - "Vienense", - "Vienés", - "Vietnamita", - "Vigente", - "Vigesimotercero", - "Vigilante", - "Vigitano", - "Vigoroso", - "Vigorosísimo", - "Vigués", - "Vigésimo", - "Vikingo", - "Vil", - "Vilamoviciano", - "Villahermosino", - "Villero", - "Vinatero", - "Vinculable", - "Vinculante", - "Vincular", - "Vindicativo", - "Vino", - "Vinícola", - "Vinífero", - "Violado", - "Violento", - "Violeta", - "Violinista", - "Violáceo", - "Viral", - "Virgen", - "Virginal", - "Virgitano", - "Virgo", - "Viril", - "Virreinal", - "Virtual", - "Virtuoso", - "Virulento", - "Visajero", - "Visceral", - "Viscoso", - "Viscosísimo", - "Visibilísimo", - "Visible", - "Visigodo", - "Visigótico", - "Visionario", - "Visitable", - "Visitador", - "Visitante", - "Visitero", - "Visorio", - "Vistasoleño", - "Visto", - "Vistoso", - "Vistosísimo", - "Visual", - "Vital", - "Vitalicio", - "Vitalista", - "Vitoriano", - "Vitoriense", - "Vitorino", - "Vitriólico", - "Vituperable", - "Viudo", - "Vivaracho", - "Vivaz", - "Vividero", - "Vividor", - "Viviente", - "Vivo", - "Vivísimo", - "Vizcaíno", - "Viñamarino", - "Vocal", - "Voladizo", - "Volado", - "Volador", - "Volandero", - "Volante", - "Volantín", - "Volcánico", - "Volitivo", - "Voltario", - "Voltiarepas", - "Volubilísimo", - "Voluble", - "Voluminoso", - "Volumétrico", - "Voluntario", - "Voluntarioso", - "Vomitorio", - "Vorace", - "Voraz", - "Votante", - "Vulcanal", - "Vulcaniano", - "Vulcanio", - "Vulcánico", - "Vulgar", - "Vulnerabilísimo", - "Vulnerario", - "Válido", - "Véneto", - "Vírico", - "Vítreo", - "Vívido", - "Vómico", - "Wagneriano", - "Warao", - "Washingtoniano", - "Wayúu", - "Wellingtoniano", - "Wemba", - "Weón", - "Whiskero", - "Wolof", - "Xalapeño", - "Xeneise", - "Xeneize", - "Xenófobo", - "Xerográfico", - "Xeromórfico", - "Xerófilo", - "Xifoideo", - "Xiloideo", - "Xilófago", - "Xochimilca", - "Xochimilquense", - "Yaguané", - "Yagán", - "Yana", - "Yanacona", - "Yanqui", - "Yaqui", - "Yaracuyano", - "Yaritagüeño", - "Yeguarizo", - "Yemení", - "Yermo", - "Yerto", - "Yibutiano", - "Yibutiense", - "Yoruba", - "Yorugua", - "Yoyega", - "Yucateco", - "Yugoslavo", - "Yugular", - "Yuto", - "Yuxtapuesto", - "Yuyero", - "Yámana", - "Yídish", - "Z", - "Zacatecano", - "Zacateco", - "Zafa", - "Zafio", - "Zafo", - "Zaguero", - "Zahareño", - "Zaino", - "Zaireño", - "Zalamero", - "Zambiano", - "Zambo", - "Zambullidor", - "Zamorano", - "Zancudo", - "Zangandongo", - "Zangandullo", - "Zangandungo", - "Zangolotino", - "Zanguango", - "Zanqueado", - "Zanquivano", - "Zaparrastroso", - "Zapatera", - "Zapatero", - "Zapatudo", - "Zapoteca", - "Zapoteco", - "Zarabandista", - "Zarabando", - "Zarabutero", - "Zaragatero", - "Zaragocí", - "Zaragozano", - "Zaragutero", - "Zaraza", - "Zarazo", - "Zarceño", - "Zarco", - "Zariano", - "Zarista", - "Zarrapastroso", - "Zarrapastrón", - "Zarriento", - "Zarzaleño", - "Zarzoso", - "Zato", - "Zebrado", - "Zeneise", - "Zeneize", - "Zigomorfo", - "Zimbabuense", - "Zoantrópico", - "Zocato", - "Zoco", - "Zodiacal", - "Zoico", - "Zonal", - "Zonzo", - "Zoológico", - "Zoomorfo", - "Zootécnico", - "Zopenco", - "Zorra", - "Zorro", - "Zorruno", - "Zoántropo", - "Zueco", - "Zuliano", - "Zulú", - "Zumiento", - "Zumoso", - "Zunco", - "Zurdo", - "Zurgenero", - "Zuriqués", - "Zurrador", - "Zurrapiento", - "Zurraposo", - "Zutuhil", - "Zutujil", - "Zámbigo", - "Zíngaro", - "Ácido", - "Ácimo", - "Ácrata", - "Áfilo", - "Ágil", - "Ágrafo", - "Álgico", - "Ámbar", - "Ápodo", - "Árabe", - "Árido", - "Ártabro", - "Áspero", - "Ático", - "Átono", - "Áureo", - "Ávaro", - "Ávido", - "Élego", - "Épico", - "Ético", - "Étnico", - "Éuscaro", - "Íctico", - "Ígneo", - "Ímprobo", - "Ínclito", - "Índigo", - "Ínfimo", - "Ínsito", - "Íntegro", - "Íntimo", - "Írrito", - "Ñanga", - "Ñangado", - "Ñango", - "Ñangotado", - "Ñapango", - "Ñaruso", - "Ñata", - "Ñato", - "Ñaupa", - "Ñaño", - "Ñeca", - "Ñecla", - "Ñecle", - "Ñeco", - "Ñeembucuense", - "Ñengo", - "Ñengue", - "Ñero", - "Ñifle", - "Ñiña", - "Ñiño", - "Ñoco", - "Ñongo", - "Ñoño", - "Ñublado", - "Ñublense", - "Ñublino", - "Ñubloso", - "Ñudoso", - "Ñurdo", - "Ñuridito", - "Ñuto", - "Ñuñoíno", - "Ñácaro", - "Ñáñigo", - "Óctuple", - "Óctuplo", - "Ópimo", - "Óptico", - "Óptimo", - "Óseo", - "Ótico", - "Óvido", - "Úber", - "Último", - "Única", - "Único", -] +adjectives = [ + "Aaronita", + "Aarónico", + "Abacal", + "Abacanado", + "Abacera", + "Abacero", + "Abacial", + "Abacteriano", + "Abadengo", + "Abadernado", + "Abadí", + "Abajado", + "Abajeño", + "Abalado", + "Abalanzadizo", + "Abalaustrado", + "Abalconado", + "Abaleable", + "Abameo", + "Abancayno", + "Abancaíno", + "Abanderado", + "Abanderizador", + "Abandonado", + "Abandonista", + "Abanillero", + "Abanquino", + "Abanto", + "Abaptisto", + "Abarcable", + "Abarcado", + "Abarcador", + "Abaritonado", + "Abarquero", + "Abarquillado", + "Abarrado", + "Abarrajado", + "Abarrocado", + "Abascano", + "Abasida", + "Abastante", + "Abastecedor", + "Abasí", + "Abatanado", + "Abatible", + "Abatido", + "Abayado", + "Abbevilliense", + "Abderitano", + "Abdicador", + "Abdicativo", + "Abdominal", + "Abductor", + "Abecedariano", + "Abejuno", + "Abellacado", + "Abellotado", + "Abemolado", + "Aberenjenado", + "Aberrante", + "Abertal", + "Abertzale", + "Aberzale", + "Abestiado", + "Abestializado", + "Abetunado", + "Abierto", + "Abietino", + "Abietáceo", + "Abietíneo", + "Abigarrado", + "Abigotado", + "Abil", + "Abiológico", + "Abipón", + "Abirritado", + "Abirritante", + "Abisal", + "Abisinio", + "Abismado", + "Abismal", + "Abismático", + "Abizcochado", + "Abiótico", + "Abjasio", + "Abjurable", + "Ablandabrevas", + "Ablandador", + "Ablandahígos", + "Ablandante", + "Ablandativo", + "Ablaqueador", + "Ablativo", + "Ablatorio", + "Abluente", + "Ablusado", + "Abluído", + "Abnegado", + "Abnegadísimo", + "Abobado", + "Abocado", + "Abocardado", + "Abocelado", + "Abocetado", + "Abochornado", + "Abochornante", + "Abocinado", + "Aboense", + "Abofado", + "Abofeteador", + "Abogadesco", + "Abogadil", + "Abogado", + "Abogador", + "Abohetado", + "Abolicionista", + "Abollable", + "Abollado", + "Abolsado", + "Abombado", + "Abominable", + "Abonable", + "Abonado", + "Abonador", + "Abondado", + "Abondoso", + "Aboquillado", + "Aboral", + "Abordable", + "Abordador", + "Aborigen", + "Aborlonado", + "Aborrachado", + "Aborrazado", + "Aborrecedero", + "Aborrecedor", + "Aborrecible", + "Aborrecido", + "Aborregado", + "Aborrible", + "Abortivo", + "Abotinado", + "Abotonado", + "Abovedado", + "Aboyado", + "Abracadabrante", + "Abrahámico", + "Abranquio", + "Abrasador", + "Abrasilado", + "Abrasivo", + "Abrazable", + "Abrazadero", + "Abrazador", + "Abrerano", + "Abrevador", + "Abreviado", + "Abreviador", + "Abriboca", + "Abribonado", + "Abridero", + "Abridor", + "Abrigado", + "Abrigador", + "Abrileño", + "Abrillantador", + "Abrochado", + "Abrogable", + "Abromado", + "Abroquelado", + "Abrucense", + "Abrumado", + "Abrumador", + "Abrupto", + "Abrutado", + "Abruzo", + "Abrómico", + "Absente", + "Absentista", + "Absidal", + "Absintado", + "Absintiano", + "Absolutista", + "Absoluto", + "Absolutorio", + "Absolvedor", + "Absorbedor", + "Absorbente", + "Absorbible", + "Absorto", + "Abstemio", + "Abstencionista", + "Abstergente", + "Abstersivo", + "Abstinente", + "Abstractivo", + "Abstracto", + "Abstraído", + "Abstruso", + "Absuelto", + "Absurdo", + "Abucardo", + "Abudabí", + "Abuhado", + "Abuhardillado", + "Abulense", + "Abultado", + "Abundado", + "Abundancial", + "Abundante", + "Abundantísimo", + "Abundoso", + "Aburelado", + "Aburrado", + "Aburrido", + "Aburridor", + "Abusado", + "Abusador", + "Abusionero", + "Abusivo", + "Abusón", + "Abuñolado", + "Abuñuelado", + "Abyecto", + "Abúlico", + "Acabable", + "Acabado", + "Acabador", + "Acaballado", + "Acaballerado", + "Acabangado", + "Acabdillador", + "Acabellado", + "Acabronado", + "Acachado", + "Acacharpado", + "Acaciano", + "Academicista", + "Acadio", + "Académico", + "Acaecedero", + "Acalefo", + "Acalicino", + "Acallador", + "Acalorado", + "Acalumniador", + "Acalórico", + "Acamado", + "Acambarense", + "Acambrayado", + "Acamellado", + "Acampanado", + "Acamuzado", + "Acanalado", + "Acanalador", + "Acanallado", + "Acandilado", + "Acanelado", + "Acanillado", + "Acano", + "Acantilado", + "Acantinflado", + "Acantocarpo", + "Acantoclado", + "Acantopterigio", + "Acantáceo", + "Acantóforo", + "Acapaneca", + "Acaparador", + "Acaparrosado", + "Acaponado", + "Acapulqueño", + "Acaracolado", + "Acarambanado", + "Acariciador", + "Acariciante", + "Acaricida", + "Acariota", + "Acarminado", + "Acarnerado", + "Acarpo", + "Acarrascado", + "Acarreadizo", + "Acarreado", + "Acarreador", + "Acartonado", + "Acasamatado", + "Acasarado", + "Acastañado", + "Acastillado", + "Acastorado", + "Acatable", + "Acatalecto", + "Acataléctico", + "Acateca", + "Acatólico", + "Acaudalado", + "Acaudalador", + "Acaudillador", + "Acaule", + "Acañutado", + "Accelerando", + "Accesible", + "Accesional", + "Accesorio", + "Accidentado", + "Accidental", + "Accidentario", + "Accionable", + "Accionarial", + "Accionario", + "Accitano", + "Acebeño", + "Acebollado", + "Acebrado", + "Acebuchal", + "Acebucheno", + "Acechador", + "Acechante", + "Acechón", + "Acedo", + "Aceitera", + "Aceitero", + "Aceitoso", + "Aceitunado", + "Aceitunero", + "Aceitunil", + "Acelajado", + "Acelerado", + "Acelerador", + "Acelomado", + "Acemilado", + "Acemilar", + "Acemilero", + "Acendrado", + "Acentuado", + "Acentual", + "Aceptable", + "Aceptador", + "Acepto", + "Acerado", + "Acerbo", + "Acercador", + "Acerino", + "Aceroso", + "Acertado", + "Acertador", + "Acertajón", + "Acertante", + "Aceráceo", + "Aceríneo", + "Acescente", + "Acetoso", + "Acezante", + "Acezoso", + "Achacable", + "Achacoso", + "Achajuanado", + "Achambergado", + "Achampanado", + "Achampañado", + "Achaparrado", + "Achaquiento", + "Acharolado", + "Achará", + "Achenés", + "Achicado", + "Achicador", + "Achicopalado", + "Achinado", + "Achinelado", + "Achiotero", + "Achiquillado", + "Achocado", + "Achocolatado", + "Acholado", + "Achorado", + "Achuchable", + "Achuchado", + "Achulado", + "Achunchado", + "Achurado", + "Aché", + "Aciago", + "Acicalado", + "Acicalador", + "Acicular", + "Acidalio", + "Acidioso", + "Acidorresistente", + "Acidulante", + "Acientífico", + "Aciguatado", + "Acijado", + "Acijoso", + "Cilo", + "Acimutal", + "Acinético", + "Acipado", + "Acitano", + "Aclamado", + "Aclamador", + "Aclamídeo", + "Aclarable", + "Aclarada", + "Aclarado", + "Aclarador", + "Aclarante", + "Aclarativo", + "Aclaratorio", + "Aclavelado", + "Acleido", + "Aclimatable", + "Aclinal", + "Aclorhídrico", + "Aclorófilo", + "Acobardado", + "Acobrado", + "Acoceador", + "Acochinado", + "Acodillado", + "Acogedizo", + "Acogedor", + "Acogedorcísimo", + "Acogullado", + "Acojonante", + "Acolchonado", + "Acolitado", + "Acollarado", + "Acolmillado", + "Acomedido", + "Acometedor", + "Acomodable", + "Acomodadizo", + "Acomodador", + "Acomodaticio", + "Acompasado", + "Acompañado", + "Acompañador", + "Acompañante", + "Acomplejado", + "Acomplexionado", + "Aconcagüino", + "Acondicionado", + "Acondicionador", + "Acondroplásico", + "Aconfesional", + "Acongojador", + "Aconsejabilísimo", + "Aconsejable", + "Aconsejador", + "Acontecedero", + "Acontiado", + "Acopetado", + "Acopiador", + "Acoplador", + "Acorazonado", + "Acordante", + "Acorde", + "Acorneador", + "Acorredor", + "Acosador", + "Acostumbrado", + "Acotado", + "Acotiledón", + "Acotiledóneo", + "Acratópoto", + "Acre", + "Acrecentador", + "Acreditativo", + "Acreedor", + "Acrescente", + "Acribador", + "Acriminador", + "Acriollado", + "Acrisionio", + "Acrisolador", + "Acristianado", + "Acroamático", + "Acrobático", + "Acrocárpico", + "Acrocéntrico", + "Acrodendrófilo", + "Acromado", + "Acromegálico", + "Acromial", + "Acromiano", + "Acromático", + "Acrático", + "Acrídido", + "Acrílico", + "Acrítico", + "Acróginos", + "Acrónico", + "Acróstico", + "Actinomorfo", + "Actinométrico", + "Activador", + "Activista", + "Activo", + "Actual", + "Actualizador", + "Actuante", + "Actuaria", + "Actuarial", + "Actuario", + "Actuoso", + "Actínico", + "Actínido", + "Acuache", + "Acuachi", + "Acuarelístico", + "Acuario", + "Acubado", + "Acucharado", + "Acuchillador", + "Acuciador", + "Acuciante", + "Acucioso", + "Acuerpado", + "Aculado", + "Aculebrinado", + "Aculturado", + "Acultural", + "Acuminado", + "Acuminoso", + "Acumulable", + "Acumulador", + "Acumulativo", + "Acuoso", + "Acupuntor", + "Acurado", + "Acusable", + "Acusado", + "Acusador", + "Acusatorio", + "Acuseta", + "Acusetas", + "Acusete", + "Acusica", + "Acusique", + "Acusmático", + "Acusón", + "Acutángulo", + "Acuático", + "Acuátil", + "Acuícola", + "Acuífero", + "Acuñador", + "Acuñense", + "Acárido", + "Acéfalo", + "Acérrimo", + "Acético", + "Acíclico", + "Acídulo", + "Acústico", + "Adagial", + "Adamantino", + "Adamita", + "Adanida", + "Adaptable", + "Adaptado", + "Adaptador", + "Adaptativo", + "Adecuado", + "Adefesiero", + "Adefesioso", + "Adelantable", + "Adelantadillo", + "Adelantado", + "Adelantador", + "Adelantadísimo", + "Adelgazador", + "Adelgazante", + "Adenoideo", + "Adenoso", + "Adepto", + "Adesivo", + "Adestrador", + "Adherente", + "Adhesivo", + "Adiabático", + "Adiamantado", + "Adiano", + "Adicionador", + "Adicional", + "Adictivo", + "Adicto", + "Adiestrador", + "Adimensional", + "Adinerado", + "Adintelado", + "Adinámico", + "Adiposo", + "Aditicio", + "Aditivo", + "Adivinador", + "Adivinatorio", + "Adjetivable", + "Adjetival", + "Adjetivo", + "Adjudicador", + "Adjunto", + "Adjurable", + "Adjurado", + "Adjutor", + "Adlátere", + "Administrado", + "Administrador", + "Administrativista", + "Administrativo", + "Administratorio", + "Admirabilísimo", + "Admirable", + "Admirado", + "Admirador", + "Admirativo", + "Admisible", + "Admonitor", + "Admonitorio", + "Adnado", + "Adnato", + "Adobador", + "Adocenado", + "Adoctrinador", + "Adoleciente", + "Adolescente", + "Adolorado", + "Adolorido", + "Adonado", + "Adopcionista", + "Adoptable", + "Adoptado", + "Adoptador", + "Adoptante", + "Adoptivo", + "Adorabilísimo", + "Adorable", + "Adorador", + "Adoratriz", + "Adormecedor", + "Adornador", + "Adovelado", + "Adquirente", + "Adquirible", + "Adquiridor", + "Adquiriente", + "Adquisidor", + "Adquisitivo", + "Adragante", + "Adrenal", + "Adrenérgico", + "Adreño", + "Adriático", + "Adrollero", + "Adsorbente", + "Adstringente", + "Aduanal", + "Aduanero", + "Aductor", + "Aduendado", + "Adulador", + "Adulatorio", + "Adulete", + "Adulterador", + "Adulterante", + "Adulterino", + "Adultescente", + "Adulón", + "Adunco", + "Adustible", + "Adustivo", + "Adusto", + "Advenedizo", + "Advenidero", + "Adventicio", + "Adventista", + "Adventual", + "Adverbial", + "Adversativo", + "Adverso", + "Advocatorio", + "Adyacente", + "Adyuvante", + "Adzario", + "Adámico", + "Adánico", + "Adélfico", + "Adónico", + "Adúltero", + "Aeriforme", + "Aeritos", + "Aerobio", + "Aerocriptográfico", + "Aerodinámico", + "Aeroespacial", + "Aerogastro", + "Aerolítico", + "Aeromodelista", + "Aeromántico", + "Aeronato", + "Aeronaval", + "Aeronáutico", + "Aeroportuario", + "Aeropostal", + "Aerostático", + "Aeroterrestre", + "Aerotécnico", + "Aerotérmico", + "Aerífero", + "Aerívoro", + "Aeróbico", + "Aerófobo", + "Aeta", + "Afabilísimo", + "Afable", + "Afaccionado", + "Afanador", + "Afanoso", + "Afaníptero", + "Afarallonado", + "Afarolado", + "Afeador", + "Afebril", + "Afecho", + "Afectable", + "Afectado", + "Afectador", + "Afectivo", + "Afecto", + "Afectuoso", + "Afectuosísimo", + "Afeitado", + "Afeitador", + "Afelandro", + "Afeminado", + "Aferente", + "Aferidor", + "Aferrador", + "Aferruzado", + "Afestonado", + "Afficionado", + "Afgano", + "Afianzador", + "Aficionado", + "Aficionador", + "Afijado", + "Afijo", + "Afilado", + "Afilador", + "Afilo", + "Afilosofado", + "Afinador", + "Afirmador", + "Afirmativo", + "Aflamencado", + "Aflechado", + "Afleo", + "Aflictivo", + "Aflicto", + "Aflictísimo", + "Afligible", + "Afligido", + "Aflojador", + "Afluente", + "Afluyente", + "Aforador", + "Aforrador", + "Aforrecho", + "Afortunado", + "Aforístico", + "Afrancesado", + "Afranjado", + "Afrentador", + "Afrentoso", + "Afresado", + "Africado", + "Africanista", + "Africano", + "Afrikáner", + "Afrisonado", + "Afro", + "Afroamericano", + "Afroantillano", + "Afroasiático", + "Afrocaribeño", + "Afrocubano", + "Afrodescendiente", + "Afrodisiaco", + "Afrodisíaco", + "Afrodita", + "Afronegro", + "Afrutado", + "Aftoso", + "Afuciado", + "Afuereño", + "Afuerino", + "Afásico", + "Afín", + "Afónico", + "Afótico", + "Agace", + "Agachadito", + "Agachado", + "Agachón", + "Agalbanado", + "Agallegado", + "Agallento", + "Agallonado", + "Agalludo", + "Agamuzado", + "Aganipeo", + "Agarabatado", + "Agareno", + "Agaricáceo", + "Agarrado", + "Agarrador", + "Agarrafador", + "Agarrochador", + "Agasajable", + "Agasajado", + "Agasajador", + "Agatino", + "Agatoideo", + "Agenciero", + "Agencioso", + "Agente", + "Agestado", + "Agible", + "Agilado", + "Agilísimo", + "Agiotador", + "Agitable", + "Agitado", + "Agitador", + "Agitante", + "Aglomerado", + "Aglomerante", + "Aglutinante", + "Agnado", + "Agnaticio", + "Agnósico", + "Agnóstico", + "Agobiador", + "Agobiante", + "Agonal", + "Agonioso", + "Agonista", + "Agonizante", + "Agonístico", + "Agorador", + "Agorero", + "Agostador", + "Agostero", + "Agosteño", + "Agostizo", + "Agotable", + "Agotado", + "Agotador", + "Agote", + "Agozcado", + "Agracero", + "Agraceño", + "Agraciado", + "Agradabilísimo", + "Agradable", + "Agradador", + "Agradecido", + "Agramador", + "Agramatical", + "Agramontino", + "Agramontés", + "Agranujado", + "Agrario", + "Agrarista", + "Agravador", + "Agravante", + "Agravatorio", + "Agraviado", + "Agraviador", + "Agraviante", + "Agravioso", + "Agraz", + "Agre", + "Agregativo", + "Agresivo", + "Agresor", + "Agreste", + "Agreta", + "Agridulce", + "Agrifada", + "Agrio", + "Agripado", + "Agripadísimo", + "Agrisado", + "Agrisetado", + "Agro", + "Agroalimentario", + "Agroforestal", + "Agroindustrial", + "Agrológico", + "Agronómico", + "Agropecuario", + "Agroquímico", + "Agrupable", + "Agrupador", + "Agrícola", + "Agrónomo", + "Aguacatero", + "Aguachento", + "Aguadero", + "Aguafiestas", + "Aguaitador", + "Aguajero", + "Aguamarina", + "Aguamelado", + "Aguanoso", + "Aguantable", + "Aguantador", + "Aguantadora", + "Aguantón", + "Aguardador", + "Aguardentera", + "Aguardenteras", + "Aguardentero", + "Aguardenteros", + "Aguardentoso", + "Aguardientero", + "Aguardillado", + "Aguascalentense", + "Aguayo", + "Aguazoso", + "Agucioso", + "Agudeño", + "Agudo", + "Agudísimo", + "Aguerrido", + "Aguijador", + "Aguijoneador", + "Aguileño", + "Aguoso", + "Agárico", + "Ahacado", + "Ahechador", + "Ahilado", + "Ahistórico", + "Ahogadero", + "Ahogado", + "Ahorrador", + "Ahuevonado", + "Ahíto", + "Aimara", + "Ainu", + "Airado", + "Airón", + "Aisenino", + "Aislado", + "Aislador", + "Aislante", + "Ajedrecístico", + "Ajedrezado", + "Ajeno", + "Ajimezado", + "Ajobera", + "Ajobero", + "Ajudiado", + "Ajuno", + "Ajustable", + "Ajustadito", + "Ajustado", + "Ajustadísimo", + "Alabable", + "Alabado", + "Alabador", + "Alabancero", + "Alabancioso", + "Alabardado", + "Alabastrado", + "Alabastrino", + "Alabeado", + "Alacalufe", + "Alagadizo", + "Alajuelense", + "Alanceador", + "Alandés", + "Alantoides", + "Alaraco", + "Alarbe", + "Alarconiano", + "Alargado", + "Alargadísimo", + "Alarmado", + "Alarmador", + "Alarmante", + "Alastador", + "Alativo", + "Alavense", + "Alavés", + "Alazán", + "Alba", + "Albacetense", + "Albaceteño", + "Albanchelero", + "Albano", + "Albanés", + "Albense", + "Albino", + "Albo", + "Albojense", + "Alborotadizo", + "Alborotado", + "Alborotador", + "Alborotero", + "Alborotista", + "Alborotoso", + "Alcahuete", + "Alcalaeño", + "Alcalareño", + "Alcalaíno", + "Alcalescente", + "Alcalificable", + "Alcalificante", + "Alcalimétrico", + "Alcalino", + "Alcalizado", + "Alcalífero", + "Alcalínulo", + "Alcantareño", + "Alcantarino", + "Alcanzable", + "Alcanzadizo", + "Alcanzado", + "Alcanzador", + "Alcanzativo", + "Alcaparrado", + "Alcaraceño", + "Alcarreño", + "Alcazareño", + "Alcañizano", + "Alcireño", + "Alcista", + "Alcohólica", + "Alcohólico", + "Alcoleano", + "Alcorconero", + "Alcornoque", + "Alcoyano", + "Alcozareño", + "Alcuditense", + "Aldeano", + "Aldino", + "Aleatorias", + "Aleatorio", + "Aleatorios", + "Aleccionador", + "Aledaño", + "Alegador", + "Alegatorio", + "Alegrante", + "Alegre", + "Alegrete", + "Alegroso", + "Alegrísimo", + "Alegórico", + "Aleirodeo", + "Alejado", + "Alejadísimo", + "Alejandrino", + "Alelomórfico", + "Alemán", + "Alemánico", + "Aleonado", + "Alergénico", + "Alerta", + "Alfabeto", + "Alfabético", + "Alfar", + "Algabeño", + "Algarabío", + "Algarivo", + "Algebraico", + "Algecireño", + "Algoso", + "Algotro", + "Alguno", + "Algún", + "Alhameño", + "Alhaurino", + "Aliabierto", + "Aliacanado", + "Aliado", + "Aliadófilo", + "Aliancista", + "Alible", + "Alicantino", + "Alicaído", + "Alicorto", + "Alicuanta", + "Alicunero", + "Alienado", + "Alienígena", + "Alienígeno", + "Alifático", + "Alimanisco", + "Alimentario", + "Alimenticio", + "Alimentista", + "Alimentoso", + "Aliñado", + "Aliñador", + "Aliñadísimo", + "Aliñoso", + "Allanador", + "Allendista", + "Almacenador", + "Almagre", + "Almagrero", + "Almagreño", + "Almagrista", + "Almenado", + "Almeriense", + "Almicantarad", + "Almicantarat", + "Almicántara", + "Almociteño", + "Almodovareño", + "Almorraniento", + "Almorzado", + "Almucantarad", + "Almucantarat", + "Almucántara", + "Almuercero", + "Alobadado", + "Alobrógico", + "Alobunado", + "Alomado", + "Alongado", + "Alopático", + "Alopécico", + "Alotrópico", + "Aloético", + "Alpargatado", + "Alpino", + "Alquiladizo", + "Alquitranado", + "Alquímico", + "Alsaciano", + "Alsinense", + "Altanero", + "Alternativa", + "Alternativo", + "Alteroso", + "Altillo", + "Altilocuente", + "Altimétrico", + "Altiplánico", + "Altisonante", + "Altitonante", + "Altivo", + "Alto", + "Altruista", + "Alturado", + "Altílocuo", + "Altímetro", + "Altísimo", + "Altísono", + "Alucinado", + "Alucinante", + "Aludido", + "Alvaradeño", + "Alvearense", + "Alveolado", + "Alveolar", + "Alzado", + "Alárabe", + "Alérgico", + "Alícuota", + "Alífero", + "Alígero", + "Alóctono", + "Alófono", + "Amabeo", + "Amabilísimo", + "Amable", + "Amachado", + "Amado", + "Amador", + "Amadísimo", + "Amaestrador", + "Amamantador", + "Amanerado", + "Amante", + "Amarditado", + "Amargado", + "Amargante", + "Amargas", + "Amargo", + "Amariconado", + "Amarillento", + "Amarillista", + "Amarillito", + "Amarillo", + "Amariposado", + "Amarrete", + "Amasado", + "Amasador", + "Amateur", + "Amazonense", + "Amazonio", + "Amazónico", + "Ambagioso", + "Ambicioso", + "Ambidextro", + "Ambidiestro", + "Ambiente", + "Ambiguo", + "Ambilátero", + "Ambivalente", + "Amblador", + "Ambos", + "Ambulacral", + "Ambulante", + "Ambulativo", + "Ambulatorio", + "Amedrentador", + "Ameno", + "Americanista", + "Americano", + "Amerindio", + "Amermelado", + "Ametralladorista", + "Amicísimo", + "Amigabilísimo", + "Amigable", + "Amigo", + "Amiguero", + "Amiguísimo", + "Amistoso", + "Amistosísimo", + "Amniótico", + "Amogotado", + "Amojamado", + "Amolado", + "Amontillado", + "Amoral", + "Amoratado", + "Amorfo", + "Amoroso", + "Amorosísimo", + "Amorreo", + "Amos", + "Amostazado", + "Ampliativo", + "Amplificador", + "Amplificativo", + "Amplio", + "Amplísimo", + "Ampuloso", + "Amínico", + "Amónico", + "Anacorético", + "Anacrónico", + "Anaerobio", + "Anaeróbico", + "Anafiláctico", + "Anafórico", + "Anal", + "Analfabeto", + "Analgésico", + "Analítico", + "Analógico", + "Anapéstico", + "Anaranjado", + "Anarcocapitalista", + "Anarquista", + "Anarquizante", + "Anastomosado", + "Anatolio", + "Anatomopatológico", + "Ancashino", + "Ancestral", + "Anchicorto", + "Ancho", + "Anchuroso", + "Anchísimo", + "Anciano", + "Ancilar", + "Ancuditano", + "Andador", + "Andalucense", + "Andalusí", + "Andaluz", + "Andante", + "Andantesco", + "Andino", + "Andorrano", + "Andrajoso", + "Androgénico", + "Andromedano", + "Andrógino", + "Anecdótico", + "Anecúmene", + "Anegadizo", + "Anejo", + "Anemográfico", + "Anemométrico", + "Anexo", + "Anfibio", + "Anfictiónico", + "Anfractuoso", + "Anfídromo", + "Angelino", + "Angloamericanista", + "Angloamericano", + "Anglohablante", + "Angloparlante", + "Anglosajón", + "Anglófilo", + "Anglófono", + "Angoleño", + "Angolino", + "Angosto", + "Angostísimo", + "Anguilano", + "Anguilense", + "Angular", + "Angurrientista", + "Angurriento", + "Angustiante", + "Angustioso", + "Anhelante", + "Anhidro", + "Animadísimo", + "Animal", + "Aniquilador", + "Anisado", + "Anisotrópico", + "Aniñado", + "Anodino", + "Anormal", + "Anoréxica", + "Anoréxicas", + "Anoréxico", + "Anoréxicos", + "Anotérico", + "Anquilosado", + "Anseriforme", + "Anseático", + "Ansiolítico", + "Ansioso", + "Antagonista", + "Antecedente", + "Antecesor", + "Anteco", + "Antedicho", + "Antediluviano", + "Antemeridiano", + "Anteojudo", + "Antepasado", + "Antepenúltimo", + "Antequerano", + "Anterior", + "Antes", + "Anteúltimo", + "Anti", + "Antiarrugas", + "Antiartístico", + "Antibiótico", + "Antibritánico", + "Anticatólico", + "Anticientífico", + "Anticipador", + "Anticipatorio", + "Anticlinal", + "Anticoagulante", + "Anticongelante", + "Anticorrupción", + "Anticrético", + "Anticuado", + "Anticuario", + "Antidiurético", + "Antidroga", + "Antieconómico", + "Antiguano", + "Antiguo", + "Antihelmíntico", + "Antiheroico", + "Antihistamínico", + "Antijuridico", + "Antillano", + "Antimisógino", + "Antimonárquico", + "Antinatalista", + "Antinatural", + "Antioqueña", + "Antioqueño", + "Antipapa", + "Antiparabólico", + "Antiparasitario", + "Antipirético", + "Antipático", + "Antiquísimo", + "Antirreumático", + "Antiscio", + "Antisocial", + "Antiséptico", + "Antofagastino", + "Antojadizo", + "Antojado", + "Antropofílico", + "Antropoide", + "Antropológico", + "Antropomorfo", + "Antropomórfico", + "Antropófago", + "Antrópico", + "Antuerpiense", + "Antuso", + "Antártico", + "Antípoda", + "Anual", + "Anular", + "Anzoateguiense", + "Anzoatiguense", + "Anádromo", + "Análogo", + "Anárquico", + "Anómalo", + "Anónimo", + "Anóxico", + "Aonikenk", + "Aovado", + "Apacible", + "Apagado", + "Apagón", + "Apampichao", + "Apanado", + "Aparador", + "Aparatoso", + "Apareado", + "Aparencial", + "Aparentador", + "Aparente", + "Aparrado", + "Aparroquiado", + "Aparroquiador", + "Aparroquianado", + "Aparroquianador", + "Apartadizo", + "Apartado", + "Apartadísimo", + "Aparte", + "Apasionado", + "Apasionadísimo", + "Apasionante", + "Apazcuado", + "Apazguado", + "Apelativo", + "Apellinado", + "Apenado", + "Apercancado", + "Aperitivo", + "Apetecible", + "Apetitoso", + "Apical", + "Apirético", + "Aplacable", + "Aplacible", + "Aplastante", + "Apoclamídeo", + "Apofántico", + "Apologética", + "Apologético", + "Apolítico", + "Apostado", + "Apostólico", + "Apotropaico", + "Apreciable", + "Aprendedor", + "Aprendiente", + "Aprendiz", + "Apretado", + "Aprobado", + "Apropiado", + "Aproximado", + "Apto", + "Aptísimo", + "Apuesta", + "Apuesto", + "Apuntador", + "Apurado", + "Apurador", + "Apuradísimo", + "Apurativo", + "Apureño", + "Apátrida", + "Apícola", + "Apócrifo", + "Aquejoso", + "Aquel", + "Aquesse", + "Aqueste", + "Aquiescente", + "Aquilino", + "Aquincense", + "Arabesco", + "Arabio", + "Arachán", + "Aracnológico", + "Arador", + "Aragonés", + "Aragüeño", + "Arameo", + "Arancetano", + "Arandino", + "Aranero", + "Araucano", + "Arañento", + "Arbitrable", + "Arbitrador", + "Arbitral", + "Arbitrario", + "Arboleano", + "Arborescente", + "Arborícola", + "Arbustivo", + "Arbóreo", + "Arcaico", + "Arcaizante", + "Arcano", + "Archivológico", + "Ardentísimo", + "Ardid", + "Ardido", + "Ardiente", + "Ardientísimo", + "Ardoroso", + "Arduo", + "Arengador", + "Arenoso", + "Arequipeño", + "Aretalógico", + "Aretino", + "Areóstilo", + "Argel", + "Argelino", + "Argentado", + "Argentador", + "Argentino", + "Argentinísimo", + "Argento", + "Argentoso", + "Argentífero", + "Argumentador", + "Argumental", + "Arietino", + "Ariqueño", + "Arisco", + "Aristocrático", + "Aristofánico", + "Aristotélico", + "Aritmético", + "Arjonero", + "Armamentístico", + "Armenio", + "Armonioso", + "Armoniquista", + "Armuñés", + "Armífero", + "Armígero", + "Armónico", + "Aromoso", + "Aromosísimo", + "Aromático", + "Arqueológico", + "Arquetípico", + "Arquitectural", + "Arquitectónica", + "Arquitectónico", + "Arquitrabado", + "Arrabalero", + "Arrabillado", + "Arrancador", + "Arrasado", + "Arrasador", + "Arrastrado", + "Arratonado", + "Arrecho", + "Arreglado", + "Arregladísimo", + "Arrendatario", + "Arrepentido", + "Arrepiso", + "Arrepollado", + "Arrepticio", + "Arrequejado", + "Arrequesonado", + "Arrestado", + "Arrevesado", + "Arriacense", + "Arriscadillo", + "Arrocero", + "Arrogante", + "Arrojadizo", + "Arrostrado", + "Arrufado", + "Arrufianado", + "Arrugable", + "Arrítmico", + "Arterial", + "Arteriolar", + "Arteriosclerósico", + "Arteriosclerótico", + "Arterioso", + "Arteriovenoso", + "Artero", + "Artesanal", + "Artesano", + "Artesonado", + "Articular", + "Artificial", + "Artiguense", + "Artillero", + "Artiodáctilo", + "Artista", + "Artocárpeo", + "Artístico", + "Arubeño", + "Arundense", + "Arábico", + "Arábigo", + "Arácnido", + "Arévaco", + "Asacador", + "Asado", + "Asaeteador", + "Asativo", + "Asaz", + "Ascendiente", + "Ascensional", + "Ascomicete", + "Ascético", + "Aseado", + "Asequible", + "Aserpenteado", + "Aserrable", + "Aserradizo", + "Aserrado", + "Asertivo", + "Asertorio", + "Asesado", + "Asesinito", + "Asesino", + "Asexual", + "Asfíctico", + "Ashkenazi", + "Ashkenazí", + "Asiduo", + "Asimétrico", + "Asinino", + "Asintomático", + "Asistente", + "Asistidor", + "Asistidora", + "Asistólico", + "Asiático", + "Askenazí", + "Asmadero", + "Asmático", + "Asnal", + "Asocado", + "Asolador", + "Asombradizo", + "Asombroso", + "Asombrosos", + "Asonante", + "Aspaventero", + "Aspaventoso", + "Aspergiano", + "Aspérrimo", + "Asquenazí", + "Asqueroso", + "Asquiento", + "Astigitano", + "Astigmático", + "Astilloso", + "Astorgano", + "Astral", + "Astrictivo", + "Astringente", + "Astrológico", + "Astronáutico", + "Astronómico", + "Astrífero", + "Astucioso", + "Astur", + "Asturiano", + "Asturicense", + "Asturleonés", + "Astuto", + "Astático", + "Asunceno", + "Asunceño", + "Asuntito", + "Asustadizo", + "Asustado", + "Asustador", + "Asustadísimo", + "Asépalo", + "Aséptico", + "Así", + "Asónico", + "Atabanado", + "Atacameño", + "Atado", + "Atal", + "Atarantado", + "Atarbán", + "Atarvana", + "Atarván", + "Atañedero", + "Atemorizador", + "Atemperador", + "Atenazador", + "Ateniense", + "Atento", + "Atentísimo", + "Atenuado", + "Atenuador", + "Atenuante", + "Ateo", + "Aterciopelado", + "Aterido", + "Aterrador", + "Atigrado", + "Atizador", + "Atlanticense", + "Atlántico", + "Atmosférico", + "Atomístico", + "Atontado", + "Atontolinado", + "Atormentador", + "Atorrante", + "Atosigador", + "Atractivo", + "Atrasado", + "Atrasador", + "Atravesado", + "Atrevido", + "Atreviente", + "Atronador", + "Atropellador", + "Atroz", + "Atrófico", + "Atípico", + "Atómico", + "Atónito", + "Audaz", + "Audible", + "Audino", + "Audiovisual", + "Auditivo", + "Aulagueño", + "Aumentativo", + "Aunador", + "Aurgitano", + "Auricular", + "Auriense", + "Aurífero", + "Aurífico", + "Aurífluo", + "Aurígero", + "Aurívoro", + "Ausente", + "Ausetano", + "Ausonense", + "Austero", + "Austral", + "Australiano", + "Austriaco", + "Austrohúngaro", + "Austríaco", + "Autarca", + "Autenticador", + "Autista", + "Autobiográfico", + "Autocrítico", + "Autodestructor", + "Autodidacta", + "Autoglotónimo", + "Automotor", + "Autoproclamado", + "Autopropulsado", + "Autoritario", + "Autoritativo", + "Autosuficiente", + "Autárquico", + "Auténtica", + "Auténtico", + "Autóctono", + "Autógena", + "Autógrafo", + "Autónimo", + "Autónomo", + "Autótrofa", + "Autótrofas", + "Autótrofo", + "Autótrofos", + "Auxenato", + "Auxenorinco", + "Auxenóptero", + "Auxiliante", + "Auxiliar", + "Auxiliativo", + "Auxiliatorio", + "Auxométrico", + "Avalador", + "Avaluador", + "Avaluadora", + "Avandicho", + "Avariento", + "Avaro", + "Avellanedense", + "Aventurado", + "Avergonzado", + "Avetado", + "Aviar", + "Aviario", + "Avidísimo", + "Avieso", + "Avilesino", + "Avileño", + "Avilés", + "Avisador", + "Avispado", + "Avispadísimo", + "Avéstico", + "Avícola", + "Ayacuchense", + "Ayamontino", + "Aymara", + "Ayudador", + "Ayudante", + "Azabachado", + "Azafranado", + "Azaroso", + "Azerbaijano", + "Azerbaiyano", + "Azerbayano", + "Azerí", + "Azimutal", + "Azotable", + "Azteca", + "Azuayo", + "Azucarado", + "Azucarera", + "Azucarero", + "Azudense", + "Azul", + "Azulejo", + "Azuleño", + "Azulito", + "Azur", + "Aéreo", + "Añal", + "Añejo", + "Añero", + "Añil", + "Añino", + "Añoso", + "Aórtico", + "Baalita", + "Babazorro", + "Babeante", + "Babilonia", + "Babilonio", + "Babilónico", + "Baboso", + "Babosísimo", + "Bacana", + "Bacano", + "Bacante", + "Bacareño", + "Bachatera", + "Bachatero", + "Bachicha", + "Bacteriano", + "Bactericida", + "Bacteriológico", + "Bacteriostático", + "Baculario", + "Bacán", + "Badajocense", + "Badajoceño", + "Badana", + "Bagdadí", + "Bagual", + "Bahameño", + "Bahamés", + "Bahiano", + "Bahiense", + "Bahreiní", + "Bailador", + "Bailarín", + "Bailongo", + "Bajacaliforniano", + "Bajista", + "Bajo", + "Bajísimo", + "Bajón", + "Baladí", + "Balancanense", + "Balanceador", + "Balanegrense", + "Balcarceño", + "Balear", + "Balermero", + "Baleárico", + "Ballenero", + "Balmacedista", + "Balompédico", + "Balsa", + "Balurdo", + "Balustre", + "Banal", + "Banana", + "Bancario", + "Bandarra", + "Banderizo", + "Bangladeshí", + "Bangladesí", + "Bantú", + "Baqueano", + "Baqueteado", + "Baquetón", + "Barata", + "Barato", + "Baratísimo", + "Barbadense", + "Barbado", + "Barbastrense", + "Barbastrino", + "Barbicano", + "Barbirrubio", + "Barbirrucio", + "Barbitaheño", + "Barbudo", + "Barcelonés", + "Barcense", + "Barcino", + "Barilochense", + "Barinés", + "Bariónico", + "Barloventeño", + "Barquense", + "Barqueño", + "Barquisimetano", + "Barrado", + "Barragán", + "Barramejo", + "Barranquillero", + "Barranquista", + "Barriotero", + "Barsa", + "Barí", + "Bascoso", + "Basial", + "Basifijo", + "Basilado", + "Basilar", + "Basiliense", + "Basilio", + "Basoto", + "Basta", + "Bastante", + "Bastanteado", + "Bastantísimo", + "Bastardilla", + "Bastardillo", + "Bastardo", + "Basto", + "Basuriento", + "Basípeto", + "Bata", + "Batanado", + "Baturro", + "Bautismal", + "Bautista", + "Bayarquero", + "Bayarquino", + "Bayo", + "Bazo", + "Bañador", + "Bañezano", + "Beamontés", + "Beato", + "Beatífico", + "Beatón", + "Bebedero", + "Bebedor", + "Bebé", + "Beduino", + "Befo", + "Beirenco", + "Beirense", + "Beirutí", + "Beis", + "Bel", + "Belga", + "Beliceño", + "Belicoso", + "Beligerante", + "Bellaco", + "Bellissimo", + "Bello", + "Bellorio", + "Bemba", + "Bemol", + "Benaducense", + "Benefactor", + "Beneficentísimo", + "Beneficiario", + "Benefientísimo", + "Benevolentísimo", + "Benevolísimo", + "Benezurrino", + "Bengalí", + "Benigno", + "Beninero", + "Beninés", + "Benizalonense", + "Bentariqueño", + "Benéfico", + "Benévolo", + "Beocio", + "Beodo", + "Berazateguense", + "Beritense", + "Berlinés", + "Bermejo", + "Bermellón", + "Bermudeño", + "Bernés", + "Berraco", + "Berreta", + "Berzas", + "Berzotas", + "Besucón", + "Betabloqueante", + "Betlehemita", + "Betlehemítico", + "Betlemita", + "Betlemítico", + "Bianual", + "Bibliomántico", + "Bibliotecológico", + "Bibliófilo", + "Bibliómano", + "Bicarpelar", + "Biconvexo", + "Bicéfalo", + "Bicóncavo", + "Bidentado", + "Bidente", + "Bidireccional", + "Bielorruso", + "Biempensante", + "Bienal", + "Bienechor", + "Bienhablado", + "Bienhechor", + "Bienvenido", + "Bienviviente", + "Biespigada", + "Biespigado", + "Bifacial", + "Bifaz", + "Biferruginoso", + "Biflor", + "Bifloral", + "Bifoliado", + "Bifoliatado", + "Biforada", + "Biforado", + "Biforme", + "Bifronte", + "Biférrico", + "Bigardo", + "Bigotudo", + "Bilabial", + "Bilateral", + "Bilbaíno", + "Bilbilitano", + "Biliar", + "Bilingüe", + "Bilítero", + "Bimensual", + "Bimestral", + "Binario", + "Biní", + "Biográfico", + "Biológico", + "Biomecánica", + "Biomecánico", + "Biométrico", + "Biotipológico", + "Biparietal", + "Bipartito", + "Bipectinado", + "Bipeltado", + "Bipolar", + "Birmano", + "Birrectangular", + "Bisexual", + "Bisiesto", + "Bisojo", + "Bisoño", + "Bisílabo", + "Bitonal", + "Bituminoso", + "Bizantino", + "Bizarro", + "Bizcocho", + "Biónico", + "Biótico", + "Blanca", + "Blanco", + "Blando", + "Blanquecino", + "Blanquillo", + "Bloquista", + "Blusero", + "Bobalicón", + "Bobo", + "Bocas", + "Bocatoreño", + "Bocazas", + "Bochinche", + "Bochinchero", + "Bochornoso", + "Bogotano", + "Bohemia", + "Bohemio", + "Bohemo", + "Bolacero", + "Bolche", + "Bolchevique", + "Bolero", + "Boleta", + "Boliguayo", + "Bolillero", + "Bolita", + "Bolivarense", + "Bolivariano", + "Boliviano", + "Bollera", + "Bollullero", + "Bolo", + "Bolonio", + "Boludo", + "Bombo", + "Bonachón", + "Bonaerense", + "Bonancible", + "Bonchón", + "Bondadoso", + "Bondadosísimo", + "Bonito", + "Bonísimo", + "Bootleg", + "Boquense", + "Boquiabierto", + "Boquirrubio", + "Boquisucio", + "Borbonista", + "Borbónico", + "Bordado", + "Bordador", + "Borde", + "Bordelés", + "Bordido", + "Bordonado", + "Bordoneado", + "Bordonero", + "Boreal", + "Boricua", + "Borincano", + "Borinqueño", + "Borracho", + "Borrachísimo", + "Borrador", + "Borrascoso", + "Borrasquero", + "Borravino", + "Borreguero", + "Borreguil", + "Borrica", + "Boscoso", + "Boscosísimo", + "Bosniaco", + "Bosniano", + "Bosnio", + "Bosníaco", + "Bosqueril", + "Bostero", + "Bostoniano", + "Botsuano", + "Botsuanés", + "Botánico", + "Bovino", + "Boyacense", + "Boyero", + "Bracero", + "Bracicorto", + "Bragado", + "Braquicéfalo", + "Brasilero", + "Brasileño", + "Bravo", + "Bravísimo", + "Breca", + "Bremense", + "Bretón", + "Breve", + "Brevete", + "Brevipenne", + "Brevísimo", + "Breñoso", + "Briboncísimo", + "Brigantino", + "Brillante", + "Brindador", + "Brioso", + "Britano", + "Británico", + "Bromatológico", + "Bromista", + "Bronceado", + "Bronceador", + "Bronco", + "Broncíneo", + "Bronquial", + "Brujo", + "Brumoso", + "Brumosísimo", + "Bruneano", + "Brutal", + "Bruto", + "Brutísimo", + "Brígido", + "Buceador", + "Buchón", + "Bucólico", + "Buen", + "Buenas", + "Buenmozo", + "Bueno", + "Buenísimo", + "Buitragueño", + "Bujarra", + "Bullanguero", + "Bullente", + "Bullicioso", + "Bullidor", + "Bulloso", + "Bulímico", + "Bumangués", + "Burbujeante", + "Burdelesco", + "Burdigalense", + "Burdo", + "Burgalés", + "Buriel", + "Burkinabé", + "Burkinés", + "Burloncísimo", + "Burlón", + "Burocrático", + "Burriciego", + "Bursátil", + "Burundiano", + "Burundés", + "Buscador", + "Buscapleitos", + "Buscarruidos", + "Buscón", + "Busnó", + "Bustrofedónico", + "Bustronel", + "Bustrófedo", + "Butanés", + "Buzo", + "Báltico", + "Bárbaro", + "Básico", + "Bávara", + "Bávaro", + "Bélico", + "Bético", + "Bíblico", + "Bífero", + "Bífido", + "Bípedo", + "Bóer", + "Bóvido", + "Búdico", + "Búlgaro", + "Cabal", + "Cabalico", + "Cabalista", + "Caballa", + "Caballar", + "Caballeresco", + "Caballero", + "Caballeroso", + "Caballo", + "Caballuno", + "Cabalístico", + "Cabañal", + "Cabañero", + "Cabeciancho", + "Cabeciduro", + "Cabelludo", + "Cabezadura", + "Cabezón", + "Cabilio", + "Cabizbajo", + "Cabizcaído", + "Cabizcubierto", + "Cablegráfico", + "Cablero", + "Caboverdiano", + "Cabreado", + "Cabreadísimo", + "Cabrero", + "Cabrileño", + "Cabronazo", + "Cabroncísimo", + "Cabruno", + "Cabrío", + "Cabrón", + "Cabulero", + "Cacarizo", + "Cacereño", + "Cachaciento", + "Cachado", + "Cachanchán", + "Cachanilla", + "Cachemirano", + "Cachemirí", + "Cachero", + "Cachivachero", + "Cachudo", + "Cachurero", + "Cachuso", + "Cachuzo", + "Cacofónico", + "Cacológico", + "Cada", + "Caducifolio", + "Cafre", + "Café", + "Cagado", + "Cagador", + "Cagoncete", + "Cagueta", + "Cagón", + "Cahuinero", + "Caimanés", + "Cainita", + "Cairota", + "Calabrés", + "Calagurritano", + "Calahorrano", + "Calahorreño", + "Calameño", + "Calar", + "Calato", + "Calatravo", + "Calchento", + "Calcográfico", + "Calculador", + "Calculadora", + "Calcáreo", + "Caldense", + "Caldeo", + "Calderoniano", + "Caldoche", + "Caldoso", + "Calefactor", + "Calentador", + "Calentito", + "Caleño", + "Caliciforme", + "Caliente", + "Califa", + "Calificativo", + "Californiano", + "Californio", + "Califórnico", + "Caligráfico", + "Calinoso", + "Calipédico", + "Callado", + "Callampero", + "Callanudo", + "Callialto", + "Calloso", + "Calluzo", + "Calmuco", + "Calofilo", + "Calorro", + "Calumniador", + "Caluroso", + "Calurosísimo", + "Calvinista", + "Calvo", + "Calé", + "Caló", + "Camaldulense", + "Camaleónico", + "Camandulense", + "Camandulero", + "Camariento", + "Camaronero", + "Camastrón", + "Cambiadizo", + "Cambiante", + "Cambileño", + "Camboyano", + "Camerunés", + "Caminante", + "Caminero", + "Campaniforme", + "Campasperano", + "Campeador", + "Campechana", + "Campechano", + "Campero", + "Campesino", + "Campestre", + "Camponarayés", + "Cana", + "Canaco", + "Canadiense", + "Canalla", + "Canariense", + "Canario", + "Canarión", + "Canberrano", + "Cancerológico", + "Cancerígeno", + "Cancunense", + "Cancón", + "Candajón", + "Candela", + "Canelonense", + "Cani", + "Canijo", + "Canillado", + "Canilludo", + "Canino", + "Cano", + "Canonical", + "Canoso", + "Canosísimo", + "Cansado", + "Cansador", + "Cansadísimo", + "Cansino", + "Cansoncísimo", + "Cansón", + "Cantabrigense", + "Cantabrio", + "Cantante", + "Cantitativo", + "Cantonera", + "Cantonero", + "Cantonés", + "Cantoriano", + "Canyengue", + "Caníbal", + "Canónico", + "Capadocio", + "Capaz", + "Capicúa", + "Capilar", + "Capital", + "Capitalista", + "Capitulable", + "Caporal", + "Capotímigo", + "Caprichoso", + "Caprichudo", + "Caprifoliáceo", + "Caprino", + "Captor", + "Caputbovense", + "Caquetense", + "Caqueteño", + "Caqui", + "Carabobeño", + "Caracense", + "Carachai", + "Característico", + "Carambanado", + "Carapacho", + "Caraqueño", + "Caraquista", + "Carbonero", + "Carbonífero", + "Carboxílico", + "Carbuncoso", + "Carbónico", + "Carca", + "Carcelario", + "Carcelero", + "Carcinológico", + "Carcinomatoso", + "Carcinógeno", + "Carcomiento", + "Carcunda", + "Cardenalicio", + "Cardiaco", + "Cardinal", + "Cardiopulmonar", + "Cardiorrespiratorio", + "Cardiovascular", + "Cardiálgico", + "Cardíaco", + "Cardítico", + "Carente", + "Careta", + "Cargante", + "Cari", + "Cariacontecido", + "Caribeño", + "Caricaturesco", + "Carioca", + "Cariogénico", + "Carismático", + "Carita", + "Cariño", + "Cariñoso", + "Cariñosísimo", + "Carmelitano", + "Carmesí", + "Carminativo", + "Carnavalesco", + "Carnaválico", + "Carnaza", + "Carnicero", + "Carnosa", + "Carnoso", + "Carnívoro", + "Caro", + "Carpelar", + "Carpetovetónico", + "Carrascoso", + "Carrasqueño", + "Carrañoso", + "Carrerista", + "Carroñero", + "Cartagenero", + "Cartagenino", + "Cartaginés", + "Cartesiano", + "Cartilaginoso", + "Cartográfico", + "Cartomántico", + "Cartucho", + "Cartujo", + "Carísimo", + "Casable", + "Casadero", + "Casado", + "Casanareño", + "Cascajento", + "Cascajuelo", + "Cascarero", + "Cascarrabias", + "Cascarriento", + "Casposo", + "Castaña", + "Castaño", + "Castañuelo", + "Castellano", + "Castellanoleonés", + "Castellanomanchego", + "Castellonense", + "Castizo", + "Casto", + "Castrable", + "Castrador", + "Castreño", + "Castrista", + "Castísimo", + "Casual", + "Casuista", + "Casuística", + "Casuístico", + "Catafórico", + "Catalán", + "Catalítico", + "Catamarqueño", + "Catapléctico", + "Catarinense", + "Catarriento", + "Catarroso", + "Catarí", + "Catastral", + "Catastrofista", + "Catastrófico", + "Catatónico", + "Catedralicio", + "Categórico", + "Catete", + "Catinga", + "Catorce", + "Catorceavo", + "Catorzavo", + "Catorzeno", + "Catracho", + "Catrín", + "Catádromo", + "Catódico", + "Católico", + "Caucano", + "Caudado", + "Caudal", + "Caudato", + "Cauque", + "Cauriense", + "Causal", + "Causativo", + "Cautelar", + "Cauteloso", + "Cautelosísimo", + "Cautivo", + "Cauto", + "Cavernícola", + "Cavicornio", + "Caviloso", + "Cavilosísimo", + "Cavo", + "Cazable", + "Cazado", + "Cazcarriento", + "Cazorleño", + "Cazurro", + "Caído", + "Caídos", + "Cañaílla", + "Cañoneado", + "Cañí", + "Cañón", + "Caótico", + "Caú", + "Cearense", + "Cebada", + "Cebado", + "Cebador", + "Cebolla", + "Cebollero", + "Cebrado", + "Cebreado", + "Cebruno", + "Cebuano", + "Cecal", + "Cedente", + "Cedrino", + "Cefalorraquídeo", + "Cefalálgico", + "Cefalópodo", + "Cegato", + "Ceilandés", + "Ceilanés", + "Cejijunto", + "Celada", + "Celebradísimo", + "Celebérrimo", + "Celeste", + "Celestial", + "Celestino", + "Celoriano", + "Celoso", + "Celta", + "Celular", + "Cementero", + "Cenagoso", + "Cencido", + "Cenicienta", + "Ceniciento", + "Cenizo", + "Cenobial", + "Cenobita", + "Cenobítico", + "Cenoso", + "Cenozoico", + "Censor", + "Centavo", + "Centavos", + "Centenario", + "Centeno", + "Central", + "Centrifugadora", + "Centroafricano", + "Centroamericano", + "Centrípeto", + "Centésimo", + "Cercano", + "Cerdoso", + "Cereal", + "Cerebeloso", + "Cerebral", + "Cernícalo", + "Cero", + "Ceromático", + "Cerrado", + "Cerrador", + "Cerril", + "Cerrillano", + "Cerrolarguense", + "Certero", + "Certificado", + "Certísimo", + "Cervantesco", + "Cervantino", + "Cervecero", + "Cerúleo", + "Cesante", + "Cesaraugustano", + "Cesarense", + "Cesariña", + "Cespitoso", + "Cetrino", + "Ceutí", + "Chabacano", + "Chacabuquense", + "Chacarero", + "Chachahuanteco", + "Chachiguay", + "Chadiano", + "Chadiense", + "Chafa", + "Chajuanado", + "Chalado", + "Chaleca", + "Chalán", + "Chamagoso", + "Chambergo", + "Chambón", + "Chamoy", + "Champetuda", + "Champetudas", + "Champetudo", + "Champetudos", + "Champetúo", + "Champudo", + "Chamullento", + "Chamullero", + "Chamuyero", + "Chanchera", + "Chancho", + "Chango", + "Changuero", + "Chano", + "Chanta", + "Chantapufi", + "Chapaco", + "Chaparro", + "Chapucero", + "Chapín", + "Chaquetero", + "Chaqueto", + "Chaqueño", + "Charrasqueado", + "Charro", + "Charrán", + "Charrísimo", + "Chasca", + "Chascón", + "Chatarra", + "Chatera", + "Chatero", + "Chato", + "Chaucha", + "Chavista", + "Checheno", + "Chechén", + "Checo", + "Checoslovaco", + "Chegre", + "Chele", + "Chelo", + "Chepa", + "Cheposo", + "Chepudo", + "Chercheroso", + "Cherifiano", + "Cherkés", + "Cheroqui", + "Cheto", + "Chetumaleño", + "Chewa", + "Chiapaneco", + "Chibcha", + "Chibemba", + "Chic", + "Chicano", + "Chicha", + "Chicharrero", + "Chicharrón", + "Chichero", + "Chichonero", + "Chicloso", + "Chico", + "Chicoco", + "Chido", + "Chiflado", + "Chihuahuense", + "Chiita", + "Chilango", + "Chilenazo", + "Chileno", + "Chilensis", + "Chilenísimo", + "Chilido", + "Chillanejo", + "Chillanense", + "Chilota", + "Chilote", + "Chimbador", + "Chimbero", + "Chimbo", + "Chimbombo", + "Chimuelo", + "Chinche", + "Chinchento", + "Chinchorro", + "Chinchoso", + "Chinesco", + "Chingado", + "Chinganero", + "Chingón", + "Chinijo", + "Chino", + "Chinoca", + "Chipe", + "Chipriota", + "Chiquito", + "Chiricano", + "Chiripá", + "Chirivelense", + "Chiriveleño", + "Chirriado", + "Chirriante", + "Chismoso", + "Chisporroteante", + "Chistoso", + "Chistosísimo", + "Chitrulo", + "Chivato", + "Chivo", + "Chiwemba", + "Chií", + "Choapino", + "Choborra", + "Choca", + "Chocho", + "Chochoquero", + "Choclero", + "Choclón", + "Choco", + "Chocoana", + "Chocoano", + "Chocolate", + "Chocolateado", + "Chocolatero", + "Chocolatoso", + "Chol", + "Cholero", + "Cholo", + "Chongo", + "Chono", + "Chonque", + "Chontal", + "Chora", + "Choreada", + "Choreado", + "Choriflay", + "Choriza", + "Chorizo", + "Choro", + "Chorrerano", + "Chorrillano", + "Choto", + "Chucha", + "Chuchoquero", + "Chuchumeco", + "Chueco", + "Chukchi", + "Chulesco", + "Chuleta", + "Chulo", + "Chulísimo", + "Chumba", + "Chuncho", + "Chundo", + "Chungo", + "Chupón", + "Chura", + "Chure", + "Churriento", + "Churro", + "Chusco", + "Chusquero", + "Chuto", + "Chuvasio", + "Chuzo", + "Chuño", + "Chárter", + "Chévere", + "Chúcaro", + "Cian", + "Cibal", + "Cibercondríaco", + "Cicatero", + "Ciclista", + "Ciclotímico", + "Ciclópeo", + "Ciclópico", + "Ciconicida", + "Ciego", + "Cien", + "Cienoso", + "Cientañal", + "Ciente", + "Cienteñal", + "Ciento", + "Científico", + "Cierto", + "Ciertísimo", + "Cifontino", + "Cigomorfo", + "Ciliado", + "Cilíndrico", + "Cimarrero", + "Cimarrón", + "Cimbrio", + "Cimero", + "Cinco", + "Cincoañal", + "Cincuenta", + "Cinegético", + "Cinematográfico", + "Cinerítico", + "Cingalés", + "Cinzolino", + "Cinzolín", + "Circadiano", + "Circasiano", + "Circular", + "Circundante", + "Circunspecto", + "Circunstancial", + "Ciribulle", + "Cirrótico", + "Cirílico", + "Cisalpino", + "Ciscón", + "Cisgénero", + "Cismontano", + "Citable", + "Citadino", + "Citador", + "Citotóxico", + "Ciudadana", + "Ciudadano", + "Ciudadrealeño", + "Ciudarrealeño", + "Civil", + "Cizañador", + "Cizañero", + "Clamoroso", + "Clamoso", + "Clandestino", + "Claretiano", + "Claro", + "Clarífico", + "Clarísimo", + "Clave", + "Cleptómano", + "Clerical", + "Clignotante", + "Climatizador", + "Climatológico", + "Climatérico", + "Climático", + "Cliometrista", + "Cliométrico", + "Clorhídrico", + "Clorofluorocarbonado", + "Clueco", + "Cluniense", + "Clásico", + "Clástico", + "Clínico", + "Clítico", + "Coagulador", + "Coagulante", + "Coahuilense", + "Coalescente", + "Cobarde", + "Cobardón", + "Cobreado", + "Cobrizo", + "Cocainómano", + "Cocalero", + "Cochabambina", + "Cochabambino", + "Coche", + "Cochera", + "Cochero", + "Cochino", + "Cochinísimo", + "Cocho", + "Cocido", + "Cocinero", + "Coclesano", + "Codero", + "Codicilar", + "Codo", + "Coeficiente", + "Coercible", + "Coercitivo", + "Coetáneo", + "Coexistente", + "Cogitabundo", + "Cognado", + "Cognaticio", + "Cognitivo", + "Cognoscente", + "Cognoscible", + "Cognoscitivo", + "Coherente", + "Cohesivo", + "Cohibido", + "Coihaiquino", + "Cojedeño", + "Cojo", + "Cojonudo", + "Cojudo", + "Cola", + "Colado", + "Colchagüino", + "Colchonero", + "Coleado", + "Colecticio", + "Colectivo", + "Colector", + "Colegiada", + "Colegiado", + "Colegial", + "Colgado", + "Colicuativo", + "Coliguacho", + "Colimense", + "Colinario", + "Colista", + "Colla", + "Colmado", + "Colmenarete", + "Colocolino", + "Colombianista", + "Colombiano", + "Colombianísimo", + "Colombiche", + "Colombino", + "Colomín", + "Colonense", + "Colonial", + "Coloniense", + "Colonizador", + "Coloquial", + "Colorado", + "Coloradísimo", + "Coludo", + "Columbino", + "Columnario", + "Colérico", + "Comanditario", + "Comatoso", + "Combado", + "Combarcano", + "Combatiente", + "Combo", + "Combustible", + "Comedido", + "Comedor", + "Comejibias", + "Comensal", + "Comerciable", + "Comercial", + "Comerciante", + "Comestible", + "Cometario", + "Comible", + "Comilón", + "Comisionado", + "Comitativo", + "Comiteco", + "Comodino", + "Comorano", + "Comorense", + "Compacto", + "Compaginado", + "Comparable", + "Comparado", + "Comparador", + "Comparatista", + "Comparativista", + "Comparativo", + "Compasado", + "Competente", + "Competidor", + "Compilador", + "Complacedero", + "Complacedor", + "Complacible", + "Complaciente", + "Complejo", + "Completo", + "Complexionado", + "Complexivo", + "Complice", + "Complotador", + "Complutense", + "Compositivo", + "Compositor", + "Compostelano", + "Comprador", + "Comprante", + "Comprensible", + "Compresible", + "Compresor", + "Compuesto", + "Compulsivo", + "Compungido", + "Computable", + "Computacional", + "Comunal", + "Comunero", + "Comunicador", + "Comunicativo", + "Comunista", + "Comunitario", + "Comunísimo", + "Común", + "Concepcionero", + "Concepcionista", + "Conceptivo", + "Conceptual", + "Conceptuoso", + "Concerniente", + "Concesionario", + "Concheto", + "Concho", + "Conchudo", + "Concienzudo", + "Conciliable", + "Conciliador", + "Conciso", + "Concomitante", + "Concorde", + "Concreto", + "Concupiscente", + "Concurrida", + "Concurridas", + "Concurrido", + "Concurridos", + "Concurridísimo", + "Condecente", + "Condecentes", + "Condenabilísimo", + "Condenable", + "Condenatorio", + "Condescendiente", + "Condesil", + "Condicente", + "Condicentes", + "Condiciente", + "Condicientes", + "Condicionado", + "Condicional", + "Conejero", + "Conejuna", + "Conejuno", + "Confabulador", + "Confiable", + "Confiado", + "Confianzudo", + "Confidencial", + "Confidente", + "Conflictivo", + "Conforme", + "Confortabilísimo", + "Confortable", + "Confuso", + "Confutador", + "Confín", + "Congelable", + "Congelador", + "Congelante", + "Congestivo", + "Conglutinoso", + "Congoleño", + "Congolés", + "Congraciador", + "Congratulatorio", + "Congrio", + "Congénere", + "Congénito", + "Conjuntivo", + "Conmiserativo", + "Conmovedor", + "Connado", + "Connotativo", + "Conocedor", + "Conocible", + "Conocido", + "Conquense", + "Conqueridor", + "Conquiforme", + "Conquiso", + "Conquistable", + "Conquistador", + "Consabido", + "Consciente", + "Consecuente", + "Consecutivo", + "Consentido", + "Consentidor", + "Conservador", + "Conservante", + "Conservativo", + "Conservatorio", + "Considerabilísimo", + "Considerable", + "Considerado", + "Consiguiente", + "Consistente", + "Consolador", + "Consolidado", + "Consonante", + "Conspicuo", + "Conspirador", + "Constante", + "Constipado", + "Constipadísimo", + "Constitucional", + "Constrictor", + "Constructivo", + "Consubstancial", + "Consueto", + "Consuetudinario", + "Consumativo", + "Consumidor", + "Consumista", + "Consuntivo", + "Consustancial", + "Contable", + "Contado", + "Contagioso", + "Contemporáneo", + "Contencioso", + "Contenido", + "Contentable", + "Contentadizo", + "Contentible", + "Contentivo", + "Contento", + "Contentoso", + "Contentísimo", + "Contestable", + "Contestador", + "Contestani", + "Contestano", + "Contestario", + "Contestatario", + "Conteste", + "Contigioso", + "Contiguo", + "Continente", + "Contingente", + "Contingible", + "Continuista", + "Continuo", + "Contioso", + "Contornado", + "Contraalmenado", + "Contractual", + "Contracultural", + "Contralateral", + "Contraproducente", + "Contraria", + "Contrario", + "Contrarreloj", + "Contribuyente", + "Contrito", + "Controlador", + "Controladora", + "Controvertible", + "Contumaz", + "Contumelioso", + "Contumerioso", + "Contundente", + "Conturbado", + "Convaleciente", + "Convencional", + "Convencionalista", + "Conveniente", + "Conventillero", + "Convergente", + "Conversable", + "Convexo", + "Convincente", + "Conviviente", + "Convocatorio", + "Cooperativo", + "Coordenado", + "Coordinado", + "Coordinador", + "Coordinadísimo", + "Coordinante", + "Coordinativo", + "Copado", + "Copartidario", + "Copiable", + "Copiador", + "Copiapino", + "Copilador", + "Copioso", + "Copiosísimo", + "Copión", + "Coplanario", + "Coprológico", + "Coprófago", + "Coprófilo", + "Copto", + "Copuchento", + "Copudo", + "Coqueto", + "Coquimbano", + "Corajoso", + "Corajudo", + "Coral", + "Coralario", + "Coralino", + "Coralífero", + "Coralígeno", + "Corcovado", + "Cordiforme", + "Cordobense", + "Cordobés", + "Coreano", + "Coreográfico", + "Coriana", + "Coriano", + "Corintio", + "Corinto", + "Coriáceo", + "Cornalón", + "Corneador", + "Corniculado", + "Cornudo", + "Cornuto", + "Cornúpeto", + "Coroliflora", + "Coronario", + "Corporal", + "Corpulento", + "Corpóreo", + "Corradical", + "Correctivo", + "Correcto", + "Correctísimo", + "Correntino", + "Correspondiente", + "Correveidile", + "Corriente", + "Corrosivo", + "Corrugado", + "Corruptible", + "Corrupto", + "Corso", + "Cortado", + "Cortador", + "Cortante", + "Cortapuntos", + "Cortico", + "Cortito", + "Corto", + "Cortés", + "Cortísimo", + "Corusco", + "Coruñés", + "Corvo", + "Coríntico", + "Cosario", + "Coscoíno", + "Cosetano", + "Cositero", + "Cosmológico", + "Cosmopolita", + "Cosmético", + "Cosquilloso", + "Costal", + "Costamarfileño", + "Costarricense", + "Costeño", + "Costoso", + "Cotejable", + "Cotidiano", + "Cotilla", + "Cototo", + "Cototudo", + "Cotufero", + "Coxal", + "Coxofemoral", + "Coyhaiquino", + "Coño", + "Coñón", + "Cracoviano", + "Craneal", + "Craneoencefálico", + "Craso", + "Creador", + "Creativo", + "Crecedero", + "Crecido", + "Creduloso", + "Cree", + "Creedero", + "Creedor", + "Crema", + "Crematística", + "Crematístico", + "Cremonés", + "Cremoso", + "Cremosísimo", + "Crespo", + "Crestado", + "Crestudo", + "Cretino", + "Cretáceo", + "Cretácico", + "Crevillentino", + "Creyente", + "Creíble", + "Creído", + "Criadero", + "Criado", + "Criador", + "Criante", + "Cricoides", + "Criminal", + "Criminalista", + "Criminológico", + "Crinado", + "Criollo", + "Crispante", + "Cristalino", + "Cristiano", + "Criteriológico", + "Criticable", + "Criticador", + "Criticón", + "Croata", + "Crocante", + "Cromado", + "Cromolitográfico", + "Cromosómico", + "Cronogramático", + "Cronológico", + "Croto", + "Cruciforme", + "Crudelísimo", + "Crudio", + "Crudo", + "Crudísimo", + "Cruel", + "Cruelísimo", + "Cruento", + "Crujidero", + "Crujidor", + "Crujiente", + "Crural", + "Crustoso", + "Cruzado", + "Cruórico", + "Crédulo", + "Críptico", + "Crítico", + "Crónico", + "Cuadrado", + "Cuadragésimo", + "Cuadrilátero", + "Cuadringentésimo", + "Cuadro", + "Cuadrúpedo", + "Cual", + "Cualesquier", + "Cualesquiera", + "Cualitativo", + "Cualque", + "Cualquier", + "Cualquiera", + "Cualsequier", + "Cuamaño", + "Cuan", + "Cuantioso", + "Cuantitativo", + "Cuanto", + "Cuarenta", + "Cuarto", + "Cuaternario", + "Cuatezón", + "Cuatralbo", + "Cuatrilingüe", + "Cuatrimestral", + "Cuatro", + "Cuatrocientos", + "Cuautlense", + "Cubano", + "Cubanísimo", + "Cubierta", + "Cubierto", + "Cuchi", + "Cucho", + "Cuco", + "Cucufate", + "Cucuteño", + "Cuencano", + "Cuentadante", + "Cuentero", + "Cuerdo", + "Cuernavacense", + "Cuervo", + "Cuestionable", + "Cuevano", + "Cufifo", + "Cuico", + "Cuidadoso", + "Cuidadosísimo", + "Culeca", + "Culero", + "Culiacanense", + "Culiado", + "Culichi", + "Culinario", + "Culpable", + "Culposo", + "Culteranista", + "Culterano", + "Cultero", + "Cultiparlista", + "Cultipicaño", + "Cultivable", + "Cultivado", + "Cultivador", + "Culto", + "Cultor", + "Cultoso", + "Cultual", + "Cultural", + "Culturales", + "Cultureta", + "Culturista", + "Culturoso", + "Cultísimo", + "Cumanagoto", + "Cumanés", + "Cumbiero", + "Cumulador", + "Cumulativo", + "Cuna", + "Cundiboyacense", + "Cundinamarquesa", + "Cundinamarqués", + "Cuneiforme", + "Cunero", + "Cunicultor", + "Cupresáceo", + "Cuprífero", + "Curado", + "Curador", + "Curao", + "Curavío", + "Curco", + "Curcucho", + "Curcuncho", + "Curda", + "Curicano", + "Curiche", + "Curioso", + "Curro", + "Cursi", + "Cursiento", + "Cursilísimo", + "Cursiva", + "Cursivo", + "Curuchupa", + "Curul", + "Curuzucuateño", + "Curvilínea", + "Curvo", + "Cusco", + "Cuscurrudo", + "Cusita", + "Cuto", + "Cutre", + "Cutáneo", + "Cuyano", + "Cuzco", + "Cuzqueño", + "Cuádruple", + "Cuádruplo", + "Cuál", + "Cuántico", + "Cálido", + "Cámbrico", + "Cándido", + "Cánoro", + "Cántabro", + "Cárnico", + "Cáustico", + "Célebre", + "Célibe", + "Céltico", + "Céntrico", + "Céntuplo", + "Cíclico", + "Cíngaro", + "Cínico", + "Cístico", + "Cítrico", + "Cívico", + "Cólico", + "Cómico", + "Cómodo", + "Cóncavo", + "Cónico", + "Córneo", + "Cósmico", + "Dactilar", + "Dactilográfico", + "Dactilológico", + "Dada", + "Dado", + "Daguestano", + "Daguestanés", + "Daguestaní", + "Dahomeyano", + "Dai", + "Daliense", + "Dalieño", + "Dalmático", + "Daltoniano", + "Daltónico", + "Damnificado", + "Danubiano", + "Danzador", + "Danzarín", + "Danés", + "Darienita", + "Darriqueño", + "Data", + "Datilado", + "Dativa", + "Dativo", + "Dañino", + "Dañinísimo", + "Dañoso", + "Debianita", + "Debilitado", + "Debilitante", + "Debutante", + "Decagonal", + "Decano", + "Decapante", + "Decasílabo", + "Decenario", + "Decente", + "Decimoctavo", + "Decimocuarto", + "Decimonono", + "Decimonoveno", + "Decimonónico", + "Decimoprimero", + "Decimoquinto", + "Decimosegundo", + "Decimosexto", + "Decimoséptimo", + "Decimotercer", + "Decimotercero", + "Decimotercio", + "Decisivo", + "Declamador", + "Declamatorio", + "Declarativo", + "Decorativo", + "Decrepito", + "Decretorio", + "Decrépito", + "Decumbente", + "Decusado", + "Decuso", + "Deductivo", + "Defectivo", + "Defectuoso", + "Defensivo", + "Deferente", + "Defeño", + "Definitivo", + "Definito", + "Deflagrador", + "Defoliador", + "Defoliante", + "Deformable", + "Deforme", + "Degenerado", + "Degenerante", + "Degenerativo", + "Dehiscente", + "Dejadez", + "Dejado", + "Dejadísimo", + "Delal", + "Delantero", + "Delator", + "Deleble", + "Delegado", + "Deletreado", + "Deletreador", + "Deletéreo", + "Deleznable", + "Delgado", + "Delgadísimo", + "Deliberado", + "Deliberante", + "Deliberativo", + "Delicado", + "Delicioso", + "Deliciosísimo", + "Delicuescente", + "Delincuencial", + "Delincuente", + "Deltano", + "Demacrado", + "Demagogo", + "Demasiado", + "Demasiadísimo", + "Demente", + "Demergido", + "Demodé", + "Demoledor", + "Demonológico", + "Demorado", + "Demostrabilísimo", + "Demostrable", + "Demostrador", + "Demostrativo", + "Demulcente", + "Demás", + "Demócrata", + "Denario", + "Dendroide", + "Dendroideo", + "Dendrítico", + "Denegado", + "Denodado", + "Denotativo", + "Densifoliado", + "Densimétrico", + "Densirostro", + "Denso", + "Densífloro", + "Densísimo", + "Dental", + "Dentario", + "Dentífrico", + "Deontológico", + "Departamental", + "Dependente", + "Dependiente", + "Deplorable", + "Deponente", + "Deportista", + "Deportivo", + "Depravado", + "Depravador", + "Depravante", + "Depredador", + "Depurable", + "Depurado", + "Depurador", + "Depuradísimo", + "Depurativo", + "Depuratorio", + "Depurgativo", + "Depurgatorio", + "Derechista", + "Derecho", + "Derechísimo", + "Derivada", + "Derivativo", + "Dermatológico", + "Dermocáustico", + "Derogable", + "Derogador", + "Derogatorio", + "Derretido", + "Desaborido", + "Desaborío", + "Desabrido", + "Desabrigado", + "Desafecto", + "Desafiante", + "Desafilado", + "Desafortunado", + "Desagenario", + "Desagraciado", + "Desagradable", + "Desagradecido", + "Desaguerrido", + "Desalado", + "Desalentador", + "Desalinizador", + "Desaliñado", + "Desalmado", + "Desalmenado", + "Desamador", + "Desamparado", + "Desamparador", + "Desanimado", + "Desapacible", + "Desaparecido", + "Desapercibido", + "Desaplicado", + "Desarmado", + "Desaseado", + "Desatado", + "Desatento", + "Desbordante", + "Descabellado", + "Descalzo", + "Descapotable", + "Descarnada", + "Descastado", + "Descendiente", + "Descentralizador", + "Deschavetado", + "Descifrable", + "Descolorido", + "Descompresivo", + "Desconchiflado", + "Descongestionante", + "Descongestivo", + "Desconocedor", + "Desconocido", + "Descoordinado", + "Descortés", + "Descreído", + "Descriptivo", + "Descriptor", + "Descuajilotado", + "Descubierto", + "Descuidero", + "Desdeñable", + "Desdonado", + "Deseabilísimo", + "Desechable", + "Desemejable", + "Desemejado", + "Desemejante", + "Desempleado", + "Desencabalgado", + "Desencantado", + "Desencofrado", + "Desengañado", + "Desentendido", + "Deseoso", + "Deseosísimo", + "Desesperado", + "Desesperante", + "Desestimado", + "Desfavorable", + "Desgarbado", + "Desgraciado", + "Desgradecido", + "Deshabitado", + "Deshinchado", + "Deshonesto", + "Deshuesado", + "Desiderativo", + "Desidioso", + "Desigual", + "Desincentivador", + "Desincrustante", + "Desinencial", + "Desinfectante", + "Desinhibido", + "Desinsectador", + "Desjuiciado", + "Deslenguado", + "Deslizadero", + "Deslumbrante", + "Desmarrido", + "Desmentido", + "Desmentidor", + "Desmitificador", + "Desmoralizador", + "Desmoralizante", + "Desnortado", + "Desnublado", + "Desnudista", + "Desnudo", + "Desnutrido", + "Desodorizante", + "Desopilante", + "Desordenado", + "Desoxidante", + "Despachador", + "Despagado", + "Despavorido", + "Despectivo", + "Despejado", + "Despejadísimo", + "Despeluznante", + "Despenador", + "Despeñadizo", + "Despiadado", + "Despierto", + "Desplazado", + "Desposado", + "Desprecavido", + "Despreciable", + "Desproporcionado", + "Desprotegido", + "Destajador", + "Destilador", + "Destinatario", + "Destripador", + "Destrozador", + "Destrozón", + "Destructivo", + "Destructor", + "Destrísimo", + "Desubicado", + "Desusado", + "Desvalido", + "Desvanecido", + "Desvariado", + "Desventurado", + "Desvergonzado", + "Desértico", + "Detenido", + "Deterior", + "Determinado", + "Determinante", + "Determined", + "Determinista", + "Determinístico", + "Detestable", + "Detritívoro", + "Deudor", + "Deuterocanónico", + "Devastador", + "Deverbal", + "Devoraz", + "Devoto", + "Devónico", + "Dextrógiro", + "Deíctico", + "Deísta", + "Diabético", + "Diacrítico", + "Diacrónico", + "Diaforético", + "Diagonal", + "Dial", + "Dialogador", + "Dialogal", + "Dialogante", + "Dialogístico", + "Dialéctico", + "Dialógico", + "Diamantado", + "Diamantino", + "Diamantoide", + "Diamantífero", + "Diario", + "Diastólico", + "Diatópico", + "Diblástico", + "Dicaz", + "Dicho", + "Diclamídeo", + "Dicotiledónea", + "Dicótomo", + "Didascálico", + "Didáctico", + "Didáctilo", + "Diecinueve", + "Diecinueveavo", + "Dieciochavo", + "Dieciochero", + "Dieciocho", + "Dieciochoavo", + "Dieciseisavo", + "Diecisiete", + "Diecisieteavo", + "Dieciséis", + "Diego", + "Dieléctrico", + "Diestro", + "Diestrísimo", + "Diez", + "Diferente", + "Diferido", + "Dificilísimo", + "Dificultador", + "Dificultoso", + "Dificílimo", + "Difunto", + "Difuso", + "Difícil", + "Digeribilísimo", + "Digerible", + "Digestivo", + "Digital", + "Dignificable", + "Dignificante", + "Digno", + "Dignísimo", + "Dije", + "Dilatable", + "Dilecto", + "Diletante", + "Diligente", + "Dimensional", + "Diminutivo", + "Diminuto", + "Dinamarqués", + "Dinámico", + "Dinástico", + "Dioico", + "Diploide", + "Diplomático", + "Dipsomaniaco", + "Dipsomaníaco", + "Dipsómano", + "Dirceo", + "Directiva", + "Directivo", + "Directo", + "Director", + "Directoral", + "Directorial", + "Directorio", + "Directriz", + "Dirigente", + "Dirigible", + "Discente", + "Discolor", + "Discontinuo", + "Discorde", + "Discrepante", + "Discreto", + "Disculpable", + "Disculpador", + "Discutible", + "Discutidor", + "Disfuncional", + "Disgustoso", + "Disgustosísimo", + "Disidente", + "Disléxico", + "Disonante", + "Dispar", + "Disparado", + "Disparatado", + "Disparato", + "Disparejo", + "Dispendioso", + "Dispensador", + "Displicente", + "Displástico", + "Dispneico", + "Disponedor", + "Disponible", + "Dispositivo", + "Dispositorio", + "Dispuesto", + "Disruptivo", + "Distal", + "Distante", + "Distintivo", + "Distinto", + "Distraído", + "Distímico", + "Distópico", + "Disuasivo", + "Disuasorio", + "Disílabo", + "Ditirámbico", + "Diurético", + "Diva", + "Divergente", + "Diverso", + "Divertido", + "Divididero", + "Dividuo", + "Divinal", + "Divinativo", + "Divinatorio", + "Divinizable", + "Divinizador", + "Divino", + "Divisible", + "Divo", + "Diáfano", + "Dióptrico", + "Djaimita", + "Djaina", + "Djena", + "Doble", + "Doce", + "Doceavo", + "Doceañero", + "Doceañista", + "Docente", + "Doctiloco", + "Doctilocuo", + "Docto", + "Doctoral", + "Doctorcico", + "Doctorcillo", + "Doctorcito", + "Doctormorense", + "Doctífico", + "Doctísimo", + "Documental", + "Docético", + "Dodecafónico", + "Dodecagonal", + "Dodecasílabo", + "Dodecágono", + "Dogo", + "Dogon", + "Dolerítico", + "Dolicocéfalo", + "Doliente", + "Dolioso", + "Dolménico", + "Dolobu", + "Dolorido", + "Doloso", + "Domesticado", + "Dominguero", + "Dominical", + "Dominicano", + "Dominiqués", + "Doméstico", + "Donante", + "Donoso", + "Donostiarra", + "Dorado", + "Doradísimo", + "Dorio", + "Dormilón", + "Dorsal", + "Dorsoventral", + "Dos", + "Doscientos", + "Dozeno", + "Draconiano", + "Dramático", + "Drogadicto", + "Drogado", + "Drogodependiente", + "Druídico", + "Drástico", + "Dual", + "Dualístico", + "Dubitativo", + "Dublinés", + "Ducal", + "Ducentésimo", + "Ducho", + "Dudabilísimo", + "Dudoso", + "Dueño", + "Dulce", + "Dulceacuícola", + "Dulciacuícola", + "Dulcísimo", + "Dulzaino", + "Dulzón", + "Duodecagonal", + "Duodécimo", + "Duodécuplo", + "Duplo", + "Duradero", + "Duranguense", + "Duraznense", + "Durmiente", + "Duro", + "Durísimo", + "Dánico", + "Dárdano", + "Débil", + "Décimo", + "Décuple", + "Décuplo", + "Dérmico", + "Díscolo", + "Díspoto", + "Dócil", + "Dórico", + "Dúplex", + "Easonense", + "Ebrio", + "Ebrioso", + "Ebúrneo", + "Ecbólico", + "Ecdótico", + "Echadillo", + "Echadizo", + "Echado", + "Echador", + "Echón", + "Eclesiástico", + "Ecléctico", + "Eclíptico", + "Eclógico", + "Ecológico", + "Econométrico", + "Económico", + "Ectodérmico", + "Ectoparásito", + "Ecuatoguineano", + "Ecuatorial", + "Ecuatoriano", + "Ecuestre", + "Ecuménico", + "Ecuánime", + "Edafológico", + "Edificador", + "Edificante", + "Edificativo", + "Educacional", + "Educado", + "Educativo", + "Edulcorante", + "Edáfico", + "Edénico", + "Efectivo", + "Eferente", + "Efervescente", + "Eficaz", + "Eficiente", + "Efigiado", + "Efrateo", + "Efímero", + "Egabrense", + "Egetano", + "Egipcio", + "Egiptológico", + "Eglógico", + "Egolátrico", + "Egoísta", + "Egregio", + "Egómano", + "Eidético", + "Ejecutable", + "Ejecutante", + "Ejecutor", + "Ejemplar", + "Ejercitador", + "Ejercitante", + "Ejidense", + "Elaborable", + "Elativo", + "Eldense", + "Electivo", + "Electo", + "Elector", + "Electoral", + "Electrificante", + "Electrizante", + "Electroencefalográfico", + "Electrofisiológico", + "Electrolítico", + "Electromagnético", + "Electrónico", + "Elefantino", + "Elegante", + "Elegiano", + "Elegible", + "Elegio", + "Elegiógrafo", + "Elegíaco", + "Eleito", + "Elemental", + "Eleático", + "Eliminatoria", + "Elitista", + "Elocutivo", + "Elocutorio", + "Elodito", + "Elogiable", + "Elogiador", + "Elquino", + "Elucubrativo", + "Eludible", + "Eludórico", + "Elzeviriano", + "Elástico", + "Eléctrico", + "Elíptico", + "Emaciado", + "Emancipador", + "Emancipativo", + "Emancipatorio", + "Embadurnador", + "Embarazado", + "Embarazoso", + "Embaucador", + "Embellecedor", + "Embilejo", + "Embocinado", + "Embriológico", + "Embrocado", + "Embrollador", + "Embrutecedor", + "Embudista", + "Embustero", + "Emeritense", + "Emigrante", + "Eminente", + "Emisor", + "Emocionable", + "Emocional", + "Emocionante", + "Emoliente", + "Emotivo", + "Empalagoso", + "Empalagosísimo", + "Emparentado", + "Empecinado", + "Empedernido", + "Empedrado", + "Empercudido", + "Emperfumado", + "Empericado", + "Emperlado", + "Empernado", + "Empeñador", + "Empleable", + "Empleado", + "Empleador", + "Empleitero", + "Emplástico", + "Emponzoñador", + "Empotrable", + "Emprendedor", + "Empuntado", + "Empírico", + "Emérito", + "Emético", + "Enajenado", + "Enalmagrado", + "Enamoradizo", + "Enamorado", + "Enano", + "Enarmónico", + "Enastado", + "Encachado", + "Encantadero", + "Encantado", + "Encantador", + "Encapuchado", + "Encarecedor", + "Encargado", + "Encefálico", + "Encendedor", + "Enchochado", + "Enchufado", + "Enchulado", + "Enciclopedista", + "Enciclopédico", + "Encinta", + "Enclenque", + "Enclítico", + "Encogido", + "Encomiable", + "Encorbatado", + "Encorvadísimo", + "Encovado", + "Encrespado", + "Encrespador", + "Encrestado", + "Encubridizo", + "Enculado", + "Endebilísimo", + "Endeble", + "Endeblísimo", + "Endecasilábico", + "Endecasílabo", + "Endecágono", + "Endieciochado", + "Endocrino", + "Endocrinológico", + "Endogámico", + "Endoparásito", + "Endoplasmático", + "Endosable", + "Endosimbiótico", + "Endotelial", + "Endrino", + "Endurecido", + "Endémico", + "Ene", + "Eneagonal", + "Eneasílabo", + "Enemigo", + "Energético", + "Energúmena", + "Energúmeno", + "Eneágono", + "Enfadadizo", + "Enfadado", + "Enfadica", + "Enfermizo", + "Enfermiço", + "Enfermo", + "Enfermísimo", + "Enfierrado", + "Enfintoso", + "Enflechado", + "Enfriador", + "Enfático", + "Engallado", + "Engatusador", + "Engañoso", + "Engañosísimo", + "Engolosinador", + "Engorroso", + "Engorrosísimo", + "Engrapado", + "Engreído", + "Engrupidor", + "Enguatado", + "Engullidor", + "Engurriado", + "Enhiesto", + "Enigmático", + "Enixero", + "Enjuto", + "Enmarañador", + "Enojadizo", + "Enojado", + "Enojante", + "Enojoso", + "Enológico", + "Enorme", + "Enotécnico", + "Enredador", + "Enrevesado", + "Enrollable", + "Enrollado", + "Ensalmado", + "Ensalzador", + "Ensayístico", + "Ensenado", + "Enseñable", + "Enseñadero", + "Enseñado", + "Enseñador", + "Enseñante", + "Ensiforme", + "Ensolimanado", + "Ensordecedor", + "Ensoñador", + "Ensuciador", + "Enteco", + "Entelerío", + "Entendedero", + "Entendedor", + "Entendible", + "Entendido", + "Entero", + "Enterrador", + "Enteógeno", + "Entimemático", + "Entomológico", + "Entorchado", + "Entrador", + "Entrante", + "Entreabierto", + "Entregador", + "Entrego", + "Entregoteado", + "Entremetido", + "Entrerriano", + "Entretejedor", + "Entretenedor", + "Entrometido", + "Entruchón", + "Entrópico", + "Entusiasmado", + "Entusiasta", + "Entérico", + "Enunciable", + "Enunciativo", + "Envasador", + "Envejecido", + "Envenenado", + "Enviable", + "Enviadizo", + "Enviajado", + "Envidiabilísimo", + "Envidiable", + "Envidioso", + "Envolvente", + "Enzimático", + "Enérgico", + "Eoceno", + "Eocénico", + "Epentético", + "Epiceno", + "Epicíclico", + "Epidemiológico", + "Epidémico", + "Epifita", + "Epifito", + "Epigeo", + "Epigástrico", + "Epigénetico", + "Epilogal", + "Epiléptico", + "Epiparásito", + "Epirótico", + "Episcopal", + "Epispermático", + "Epispástico", + "Epistaminal", + "Epistamíneo", + "Epistemológico", + "Episternal", + "Episódico", + "Epitelial", + "Epoto", + "Epónimo", + "Equidistante", + "Equilátero", + "Equino", + "Equivalente", + "Equivocado", + "Equivoquista", + "Equívoco", + "Erario", + "Eremita", + "Eremítico", + "Ergonómico", + "Ergotista", + "Erguido", + "Erial", + "Eriazo", + "Eritematoso", + "Eritreo", + "Erizado", + "Erosivo", + "Erotómano", + "Erromintxela", + "Errático", + "Errátil", + "Erróneo", + "Erudito", + "Eréctil", + "Erógeno", + "Erótico", + "Esa", + "Esaborío", + "Esbafado", + "Esbelto", + "Escabio", + "Escabroso", + "Escalado", + "Escalador", + "Escalar", + "Escalariano", + "Escalariforme", + "Escalario", + "Escalofriante", + "Escalonado", + "Escandinavo", + "Escapular", + "Escaqueado", + "Escaramuzador", + "Escarbador", + "Escarlata", + "Escarpado", + "Escarpadísimo", + "Escaso", + "Escasísimo", + "Escatológico", + "Escavador", + "Escazonado", + "Escelerado", + "Esceloroso", + "Escenográfico", + "Escenógrafo", + "Escirroso", + "Escita", + "Esclarecedor", + "Esclavista", + "Esclavo", + "Esclerótico", + "Escocés", + "Escolástico", + "Escondido", + "Escopofílico", + "Escoptofílico", + "Escorbútico", + "Escota", + "Escotero", + "Escripto", + "Escrito", + "Escriturario", + "Escrutador", + "Escudriñable", + "Escudriñador", + "Escueto", + "Esculento", + "Escultista", + "Escultórico", + "Escuro", + "Escutiforme", + "Escénico", + "Escéptico", + "Esdrújulo", + "Esencial", + "Esfenoidal", + "Esferal", + "Esférico", + "Esgrimidor", + "Eslavo", + "Eslovaco", + "Esloveno", + "Esmerado", + "Esmeradísimo", + "Esmeralda", + "Esmeraldino", + "Esnob", + "Esofágico", + "Esotérico", + "Espacial", + "Espacioso", + "Espaldudo", + "Espartano", + "Espartiata", + "Español", + "Españolete", + "Especial", + "Especialista", + "Especialistas", + "Espectacular", + "Espectador", + "Espectral", + "Espejeño", + "Espejino", + "Espeleológico", + "Esperable", + "Esperador", + "Esperanzado", + "Espeso", + "Espesísimo", + "Espinal", + "Espinoso", + "Espinosísimo", + "Espinudo", + "Espiral", + "Espiritual", + "Espirituano", + "Esplendente", + "Esplendoroso", + "Esplenético", + "Espléndido", + "Esplénico", + "Espolonado", + "Esponjoso", + "Espontáneo", + "Esporádico", + "Espumoso", + "Espurio", + "Espínea", + "Espíneas", + "Espíneo", + "Espíneos", + "Esquelético", + "Esquenún", + "Esquimal", + "Esquinado", + "Esquirol", + "Esquivo", + "Esquizocárpico", + "Esquizofrénico", + "Essencial", + "Estabilizado", + "Estabilizador", + "Estabilísimo", + "Estable", + "Estadounidense", + "Estadístico", + "Estalinista", + "Estanquero", + "Estatal", + "Este", + "Estelar", + "Estelífero", + "Estenotermo", + "Estepario", + "Estereográfico", + "Esteticista", + "Esteño", + "Estigio", + "Estilístico", + "Estimabilísimo", + "Estimado", + "Estival", + "Estivo", + "Estocástico", + "Estoequiogénico", + "Estoequiológico", + "Estoequiométrico", + "Estofador", + "Estomacal", + "Estomatológico", + "Estonio", + "Estorboso", + "Estorbosísimo", + "Estrambótico", + "Estratosférico", + "Estrecho", + "Estrechísimo", + "Estrellar", + "Estrepitoso", + "Estreptocócico", + "Estresado", + "Estresadísimo", + "Estresante", + "Estricto", + "Estridente", + "Estropajoso", + "Estruendoso", + "Estucado", + "Estudiante", + "Estufado", + "Estufador", + "Estulto", + "Estuoso", + "Estupefaciente", + "Estupefactivo", + "Estupefacto", + "Estupendo", + "Estándar", + "Estéril", + "Estético", + "Estítico", + "Estúpido", + "Esvelto", + "Esópico", + "Etario", + "Eterno", + "Etimológico", + "Etiológico", + "Etmoides", + "Etnocéntrico", + "Etnoglotónimo", + "Etnográfico", + "Etológico", + "Etrusco", + "Etéreo", + "Etílico", + "Etíope", + "Eucariota", + "Eucarístico", + "Eucrático", + "Eufemístico", + "Eufónico", + "Eufórico", + "Eunuco", + "Eupátrida", + "Eupéptico", + "Euritermo", + "Europeo", + "Euskera", + "Eustilo", + "Eutrapélico", + "Eutropélico", + "Eutéctico", + "Evacuado", + "Evacuante", + "Evacuativo", + "Evacuatorio", + "Evaluador", + "Evaluativo", + "Evanescente", + "Evangelista", + "Evidente", + "Evitable", + "Eviterno", + "Ex", + "Exacto", + "Exagerado", + "Exagerador", + "Exagerativo", + "Exaltado", + "Exasperado", + "Excavador", + "Excedente", + "Excelente", + "Excellente", + "Excelso", + "Excepcional", + "Exceptador", + "Excepto", + "Excesivo", + "Excitante", + "Exclamativo", + "Exclamatorio", + "Exclusivo", + "Excluyente", + "Excéntrico", + "Execrabilísimo", + "Exegético", + "Exento", + "Exfoliante", + "Exhalador", + "Exhaustivo", + "Exhausto", + "Exhibicionista", + "Exhibidor", + "Exhortativo", + "Exhortatorio", + "Exigente", + "Exiguo", + "Eximia", + "Eximio", + "Existencial", + "Existencialista", + "Existente", + "Exocrino", + "Exorable", + "Expectante", + "Expectorante", + "Expedicionario", + "Expediente", + "Experimentado", + "Experto", + "Expiatorio", + "Explorador", + "Explosivo", + "Explotable", + "Explotador", + "Explícito", + "Expoliador", + "Expoliativo", + "Exponencial", + "Exponente", + "Exportador", + "Expresable", + "Expresivo", + "Expreso", + "Exprés", + "Expuesto", + "Expugnador", + "Expósito", + "Exquisito", + "Extensivo", + "Extenso", + "Extensor", + "Extenuante", + "Extenuantes", + "Extenuativo", + "Exterior", + "Externo", + "Extinguible", + "Extintivo", + "Extinto", + "Extra", + "Extraescolar", + "Extramatrimonial", + "Extramental", + "Extranjero", + "Extraoficial", + "Extraordinario", + "Extrasensorial", + "Extrasensorio", + "Extrasolar", + "Extraterrenal", + "Extraterreno", + "Extraterrestre", + "Extraterritorial", + "Extravagante", + "Extravertido", + "Extraíble", + "Extrañero", + "Extraño", + "Extrañísimo", + "Extremeño", + "Extremo", + "Extrovertido", + "Extrínseco", + "Extático", + "Exuberante", + "Exónimo", + "Eólico", + "Fabril", + "Fabuloso", + "Fabácea", + "Facado", + "Facatativeña", + "Facatativeño", + "Faccionario", + "Faccioso", + "Facha", + "Facho", + "Fachoso", + "Facial", + "Facilillo", + "Facilito", + "Facilitón", + "Facilongo", + "Facilísimo", + "Facilón", + "Factibilísimo", + "Factible", + "Facticio", + "Factorial", + "Facundo", + "Fadrubado", + "Faenero", + "Falaz", + "Falcado", + "Falciforme", + "Falconiano", + "Faldero", + "Falible", + "Fallido", + "Fallo", + "Falso", + "Faltante", + "Falto", + "Familiar", + "Famoso", + "Famosísimo", + "Famélico", + "Fanariota", + "Fanerófito", + "Fanfarrón", + "Fangoso", + "Fantaseador", + "Fantasiastes", + "Fantasioso", + "Fantasma", + "Fantasmagórico", + "Fantasmón", + "Fantástica", + "Fantástico", + "Fanático", + "Farandúlico", + "Farmacológico", + "Farmacéutico", + "Farrero", + "Farrista", + "Farruca", + "Farruco", + "Farruto", + "Farsi", + "Farsálico", + "Faríngeo", + "Fascinante", + "Fascista", + "Fatal", + "Fatalista", + "Fatigado", + "Fatigador", + "Fatigadísimo", + "Fatigante", + "Fatigoso", + "Fato", + "Fatuo", + "Fatídico", + "Fausto", + "Favorable", + "Favorecedor", + "Favorescedor", + "Favorido", + "Favorito", + "Fayumita", + "Fañoso", + "Febril", + "Febrífugo", + "Fecal", + "Feculento", + "Fecundable", + "Fecundador", + "Fecundativo", + "Fecundizador", + "Fecundo", + "Federal", + "Fehaciente", + "Felicitador", + "Felicitativo", + "Felicísimo", + "Felina", + "Felino", + "Felisario", + "Feliz", + "Felposo", + "Felón", + "Femenina", + "Femeninas", + "Femenino", + "Femeninos", + "Fementido", + "Feminazi", + "Feminista", + "Fenicio", + "Fenicuro", + "Fenicóptero", + "Fenológico", + "Fenígeno", + "Fenómeno", + "Feo", + "Feraz", + "Ferendario", + "Ferino", + "Fermiónico", + "Fernandino", + "Feroz", + "Feroés", + "Ferrolano", + "Ferromagnético", + "Ferroso", + "Ferroviario", + "Ferruco", + "Fertilizador", + "Fertilísimo", + "Ferventísimo", + "Ferviente", + "Fervientísimo", + "Fervoroso", + "Festivo", + "Fetichista", + "Feérico", + "Feísimo", + "Fiable", + "Fiado", + "Fibroso", + "Ficcional", + "Ficticio", + "Ficto", + "Fidedigno", + "Fidelísimo", + "Fiduciario", + "Fiebrudo", + "Fiel", + "Fiero", + "Fiestero", + "Figulino", + "Fijo", + "Filantrópico", + "Filatélico", + "Filial", + "Filiforme", + "Filipichín", + "Filipino", + "Filológico", + "Filoso", + "Filosísimo", + "Filosófico", + "Filudo", + "Filántropo", + "Filósofo", + "Fimbriado", + "Finado", + "Final", + "Finalista", + "Finalizable", + "Finalizador", + "Financiero", + "Fingidor", + "Finisecular", + "Finito", + "Finlandés", + "Fino", + "Finoli", + "Finés", + "Finísimo", + "Firmado", + "Firmante", + "Firme", + "Firmiano", + "Fiscal", + "Fisgador", + "Fisgón", + "Fisicoculturista", + "Fisiculturista", + "Fisiológico", + "Fisionable", + "Fistuloso", + "Fitosanitario", + "Fitozoogeográfico", + "Fiyiano", + "Fiñanero", + "Flaco", + "Flacuchento", + "Flacucho", + "Flagelado", + "Flagelador", + "Flagrante", + "Flamante", + "Flameante", + "Flamenco", + "Flaquito", + "Flavo", + "Flegmonoso", + "Flemonoso", + "Flemoso", + "Flemudo", + "Flemático", + "Flexibilísimo", + "Flexible", + "Flexivo", + "Flipado", + "Flipante", + "Flojo", + "Floral", + "Florentino", + "Floresino", + "Floridano", + "Floridense", + "Florido", + "Florífero", + "Florígero", + "Flotante", + "Fluido", + "Fluminense", + "Fláccido", + "Flácido", + "Flámeo", + "Flébil", + "Focal", + "Fofo", + "Fogoso", + "Folclorista", + "Folclórico", + "Foliar", + "Folicular", + "Folívoro", + "Fome", + "Fondeado", + "Fondonero", + "Fonje", + "Fonográfico", + "Fonológico", + "Fonético", + "Foquista", + "Forano", + "Forastero", + "Forcejudo", + "Forestal", + "Formable", + "Formador", + "Formal", + "Formalista", + "Formativo", + "Formatriz", + "Formenterano", + "Formidabilísimo", + "Formidable", + "Formáceo", + "Fornecino", + "Fornido", + "Fornidísimo", + "Forro", + "Fortachón", + "Fortalecedor", + "Fortuito", + "Fortunado", + "Fortunal", + "Fortuno", + "Fortunoso", + "Fortísimo", + "Forzado", + "Foráneo", + "Fosco", + "Fosforescente", + "Fotocopiador", + "Fotográfico", + "Fotolitográfico", + "Fotosensible", + "Fotónico", + "Fraccionario", + "Fragante", + "Fragrante", + "Frailero", + "Frailesco", + "Fraileño", + "Frailuno", + "Francano", + "Franchute", + "Franciscano", + "Franco", + "Francolino", + "Francoparlante", + "Francorrinconense", + "Francés", + "Francófilo", + "Francófobo", + "Francófono", + "Franquista", + "Fraseológico", + "Fraternal", + "Fraterno", + "Fraudulento", + "Fraybentino", + "Freaky", + "Frecuente", + "Frecuentísimo", + "Fregado", + "Frenológico", + "Frenopático", + "Frentón", + "Fresa", + "Fresco", + "Fresnillense", + "Freísta", + "Friable", + "Fricativo", + "Frigidísimo", + "Frigorífico", + "Friki", + "Frio", + "Friolento", + "Friolera", + "Friolero", + "Friqui", + "Frisón", + "Frito", + "Friulano", + "Friísimo", + "Frondoso", + "Frontal", + "Fructuoso", + "Fructífero", + "Frugal", + "Frugívoro", + "Frutal", + "Frutero", + "Frutífero", + "Frágil", + "Frígido", + "Frío", + "Frívolo", + "Fucsia", + "Fueguino", + "Fuenlabreño", + "Fuerano", + "Fuerero", + "Fuereño", + "Fuerte", + "Fuertísimo", + "Fufurufa", + "Fugaz", + "Fulastre", + "Fulgente", + "Fulgoroso", + "Fulgurante", + "Fulguroso", + "Fulgúreo", + "Fuliginoso", + "Fullero", + "Fulminante", + "Fumador", + "Fumante", + "Fumoso", + "Funado", + "Funcional", + "Fundador", + "Fundamental", + "Funebrero", + "Funeral", + "Funerario", + "Funero", + "Funesto", + "Fungible", + "Fungicida", + "Funicular", + "Furibundo", + "Furioso", + "Furiosísimo", + "Furtivo", + "Fusible", + "Fusiforme", + "Fustal", + "Futbolístico", + "Futura", + "Futurista", + "Futuro", + "Fuñido", + "Fuñingue", + "Fácil", + "Fálico", + "Fásico", + "Félido", + "Férreo", + "Fértil", + "Fétido", + "Físico", + "Físil", + "Fóbico", + "Fócido", + "Fúnebre", + "Fútil", + "Gabacho", + "Gabonés", + "Gacho", + "Gachupín", + "Gaditano", + "Gadorense", + "Gafe", + "Gafo", + "Gago", + "Gagá", + "Gaita", + "Galactófago", + "Galaico", + "Galano", + "Galante", + "Galanteador", + "Galardonador", + "Galardoneador", + "Galbanado", + "Galbanero", + "Galbanoso", + "Galdudo", + "Galeado", + "Galeato", + "Galenista", + "Galenso", + "Galgueño", + "Galicado", + "Galiciano", + "Galicoso", + "Galindo", + "Galla", + "Gallardo", + "Gallego", + "Gallina", + "Gallofero", + "Gallonado", + "Gallístico", + "Galo", + "Galorromano", + "Galénico", + "Galés", + "Galófobo", + "Gamba", + "Gamberro", + "Gambiano", + "Gambitero", + "Gamuza", + "Gamuzado", + "Ganable", + "Ganadero", + "Ganado", + "Ganador", + "Ganancial", + "Gananciero", + "Ganancioso", + "Ganato", + "Gandalla", + "Gandul", + "Ganglionar", + "Gangoso", + "Gangosísimo", + "Ganoso", + "Ganso", + "Gara", + "Garante", + "Garantizador", + "Garboso", + "Garca", + "Garigoleado", + "Garliteño", + "Garrafal", + "Garrochista", + "Garruchero", + "Garzo", + "Gasajoso", + "Gaseoso", + "Gasolero", + "Gastronómico", + "Gateado", + "Gatera", + "Gateril", + "Gatero", + "Gatomuso", + "Gatuno", + "Gaucho", + "Gay", + "Gayo", + "Gayón", + "Gaznápiro", + "Gaélico", + "Gaúcho", + "Gelatinosa", + "Gelatinosas", + "Gelatinoso", + "Gelatinosos", + "Gemebundo", + "Gemela", + "Gemelado", + "Gemelas", + "Gemelo", + "Gemelos", + "Gemológico", + "Generador", + "General", + "Generalizable", + "Generalizador", + "Generalísimo", + "Generoso", + "Generosísimo", + "Genetliaco", + "Genetlíaco", + "Genial", + "Geniano", + "Geniculado", + "Geniculífloro", + "Genicúleo", + "Genital", + "Genovisco", + "Genovés", + "Gentil", + "Gentilicio", + "Gentilísimo", + "Gentílico", + "Genuino", + "Genérico", + "Genésico", + "Genético", + "Geocéntrico", + "Geocíclico", + "Geodésico", + "Geográfico", + "Geológico", + "Geométrico", + "Georgiano", + "Gerencial", + "Gergaleño", + "Germano", + "Germanoparlante", + "Gerundense", + "Gesellino", + "Gestante", + "Gestatorio", + "Gestero", + "Gesticulador", + "Gesticulante", + "Gesticular", + "Gesticuloso", + "Gestor", + "Gestual", + "Gestudo", + "Ghanés", + "Gibraltareño", + "Giennense", + "Gigante", + "Giganteo", + "Gigantesco", + "Gigántico", + "Gijonense", + "Gijonés", + "Gil", + "Gilipollas", + "Gilvo", + "Gimnospermo", + "Gimnástico", + "Ginebrino", + "Ginebrés", + "Gironés", + "Gitano", + "Glabro", + "Glacial", + "Glaciar", + "Glaciológico", + "Glamoroso", + "Glamouroso", + "Glamuroso", + "Glanduloso", + "Glaseado", + "Glauco", + "Global", + "Glocal", + "Glosador", + "Glotón", + "Glutinoso", + "Glífico", + "Glótico", + "Glúteo", + "Gnoseológico", + "Gnóstico", + "Gobernable", + "Gobernador", + "Gobernante", + "Gobernativo", + "Gobernoso", + "Gocho", + "Godible", + "Godo", + "Godojeño", + "Goleador", + "Golfa", + "Golfante", + "Golfo", + "Goliardo", + "Goloso", + "Golpista", + "Goma", + "Gomellano", + "Gomero", + "Gomezpalatino", + "Gordinflón", + "Gordo", + "Gordísimo", + "Gorjeador", + "Gorrino", + "Gortinio", + "Gourmet", + "Gozoso", + "Graciable", + "Graciado", + "Graciano", + "Gracioso", + "Graduado", + "Grafitero", + "Grafológico", + "Gramatical", + "Graminoide", + "Gran", + "Granadina", + "Granadino", + "Granadí", + "Granate", + "Grancanario", + "Grancolombiano", + "Grande", + "Grandilocuente", + "Grandioso", + "Grandote", + "Grandílocuo", + "Grandísimo", + "Granujado", + "Granular", + "Granuloso", + "Grasa", + "Grasiento", + "Graso", + "Grasoso", + "Gratificador", + "Gratificante", + "Gratinado", + "Gratis", + "Gratisdato", + "Grato", + "Gratuito", + "Gratísimo", + "Grave", + "Gravitacional", + "Gravitatorio", + "Graznador", + "Gregario", + "Grencho", + "Grenchudo", + "Greñudo", + "Griego", + "Grietoso", + "Grifo", + "Gringo", + "Gris", + "Grisáceo", + "Gritador", + "Gritoncísimo", + "Gritón", + "Groenlandés", + "Groggy", + "Grogui", + "Grosero", + "Groserísimo", + "Grosísimo", + "Grotesco", + "Grueso", + "Gruesísimo", + "Grumoso", + "Grumosísimo", + "Grupal", + "Grupiento", + "Grácil", + "Gráfico", + "Guachaca", + "Guache", + "Guachi", + "Guacho", + "Guachuchero", + "Guaco", + "Guadalajarense", + "Guadalajareño", + "Guadalupano", + "Guadalupense", + "Guadalupeño", + "Guaguaro", + "Guainiano", + "Guaireño", + "Guairista", + "Guajira", + "Guajiro", + "Gualda", + "Guambiano", + "Guameño", + "Guaminense", + "Guanacasteco", + "Guanaco", + "Guanaeño", + "Guanajo", + "Guanajuatense", + "Guanareño", + "Guanche", + "Guapetón", + "Guapo", + "Guaraní", + "Guarao", + "Guaraúno", + "Guardable", + "Guardado", + "Guardador", + "Guardoso", + "Guariqueño", + "Guarismo", + "Guarnecedor", + "Guarnío", + "Guaroso", + "Guarro", + "Guasón", + "Guateado", + "Guatemalteco", + "Guatoco", + "Guatón", + "Guaviarense", + "Guay", + "Guayanés", + "Guayaquileño", + "Guaymallino", + "Guaymense", + "Guaymeño", + "Guayu", + "Guaú", + "Gubernamental", + "Gubernativo", + "Guerniquense", + "Guerreador", + "Guerreante", + "Guerrerense", + "Guerrero", + "Guerrillero", + "Guijarroso", + "Guijuelense", + "Guineano", + "Guineo", + "Guion", + "Guipuzcoano", + "Guisero", + "Guito", + "Guión", + "Guna", + "Gurbio", + "Gurro", + "Gustativo", + "Gustoso", + "Gustosísimo", + "Guyanés", + "Gálico", + "Gástrico", + "Gélido", + "Géminis", + "Gótico", + "Güero", + "Güey", + "Güiña", + "Habado", + "Habanero", + "Habano", + "Habilidoso", + "Habilidosísimo", + "Habilitador", + "Habiloso", + "Habitado", + "Habitante", + "Habitual", + "Hablachento", + "Hablado", + "Hablador", + "Hablante", + "Hacendado", + "Hacendoso", + "Hagacomitense", + "Haida", + "Haitiano", + "Halagadísimo", + "Halagüeño", + "Halconero", + "Haliéutico", + "Hallado", + "Hambriento", + "Hamburgués", + "Hampesco", + "Hampón", + "Hanoveriano", + "Hanseático", + "Haploide", + "Haragan", + "Haragán", + "Hardcore", + "Harense", + "Hartible", + "Harto", + "Hartío", + "Hawaiano", + "Hayense", + "Hebreo", + "Hechizo", + "Hecho", + "Hediondo", + "Hegeliano", + "Hegemónico", + "Helable", + "Helado", + "Helador", + "Helante", + "Helenista", + "Helenizante", + "Helenizantes", + "Heleno", + "Helenístico", + "Heliocéntrico", + "Helmintológico", + "Helsinguino", + "Helvecio", + "Helvético", + "Helénico", + "Helófilo", + "Hematológico", + "Hemisférico", + "Hepatico", + "Heptagonal", + "Heptasilábico", + "Heptasílabo", + "Heptágono", + "Hepático", + "Heraclida", + "Herbaceo", + "Herbicida", + "Herbácea", + "Herbáceo", + "Herbívoro", + "Heredero", + "Herediano", + "Herido", + "Heridísimo", + "Hermafrodita", + "Hermosillense", + "Hermoso", + "Hermético", + "Heroico", + "Heroificador", + "Heroinómano", + "Heroizante", + "Heroísta", + "Herpetológico", + "Herrerano", + "Herreño", + "Herrumbroso", + "Herético", + "Hespañol", + "Hespéride", + "Heteroclamídeo", + "Heterodoxo", + "Heterogenérico", + "Heteroglotónimo", + "Heterogéneo", + "Heterosemántico", + "Heterosexual", + "Heterotónico", + "Heteróclito", + "Heterónimo", + "Heterótrofo", + "Heurística", + "Heurístico", + "Hexadecimal", + "Hexagonal", + "Hexasílabo", + "Hexaédrico", + "Hialino", + "Hibernio", + "Hidalgo", + "Hidalguense", + "Hidden", + "Hidratante", + "Hidrocarbonado", + "Hidroclórico", + "Hidrocálido", + "Hidroeléctrico", + "Hidrofóbico", + "Hidráulico", + "Hidrófita", + "Hiemal", + "Hierosolimitano", + "Higroscópico", + "Hilachoso", + "Hiligaynon", + "Hinchado", + "Hinchapelotas", + "Hindú", + "Hinnible", + "Hioideo", + "Hiperboloide", + "Hiperbólico", + "Hiperbóreo", + "Hiperclorhídrico", + "Hipersalino", + "Hipersónico", + "Hipertermofílico", + "Hipertrófico", + "Hipetro", + "Hipnagógico", + "Hipoclorhídrico", + "Hipocondriaco", + "Hipocondríaco", + "Hipogeo", + "Hipoglucemiante", + "Hipotecario", + "Hipotético", + "Hipócrita", + "Hiriente", + "Hirsuto", + "Hirviente", + "Hispalense", + "Hispano", + "Hispanoamericano", + "Hispanounidense", + "Hispánico", + "Histamínico", + "Histológico", + "Historiable", + "Historiado", + "Historial", + "Historicista", + "Historiográfico", + "Histriónico", + "Histórico", + "Hitita", + "Holandés", + "Holgazán", + "Holoceno", + "Holístico", + "Homeotermo", + "Homeotérmico", + "Homilético", + "Homoclamídeo", + "Homofóbico", + "Homogéneo", + "Homolateral", + "Homosexual", + "Homérico", + "Homófono", + "Homógrafo", + "Homólogo", + "Homónimo", + "Hondo", + "Hondureño", + "Hondísimo", + "Honesto", + "Hongkonés", + "Honorable", + "Honrado", + "Horario", + "Horeo", + "Horizontal", + "Hormiguero", + "Hormiguiento", + "Hornero", + "Horribilísimo", + "Horrible", + "Horro", + "Horroroso", + "Horrísono", + "Hortelano", + "Hosco", + "Hospedador", + "Hospital", + "Hospitalense", + "Hostelero", + "Hostigador", + "Hostil", + "Hoza", + "Huachuchero", + "Hualpenino", + "Huancavelicano", + "Huancaíno", + "Huanimarense", + "Huaso", + "Huecijero", + "Hueco", + "Huejutlense", + "Huele", + "Huelveño", + "Huema", + "Huercalense", + "Huesudo", + "Huevón", + "Huidizo", + "Huido", + "Huilense", + "Huiliento", + "Huilliche", + "Huinca", + "Huiña", + "Humano", + "Humilde", + "Humillante", + "Huno", + "Huraño", + "Hurrita", + "Husita", + "Huácala", + "Huérfana", + "Huérfano", + "Hábil", + "Héctico", + "Hético", + "Híbrido", + "Híspido", + "Húmedo", + "Húngaro", + "Iatrogénico", + "Iberoamericano", + "Ibicenco", + "Ibicense", + "Ibiecano", + "Ibérico", + "Iconoclasta", + "Ictiológico", + "Ictiófago", + "Ictérico", + "Icónico", + "Ideal", + "Idealista", + "Idealizador", + "Identificador", + "Ideo", + "Ideoléxico", + "Ideológico", + "Ideático", + "Idiopático", + "Idiota", + "Idishe", + "Ido", + "Idéntico", + "Idólatra", + "Idóneo", + "Ignominioso", + "Ignorante", + "Ignoto", + "Ignífugo", + "Igual", + "Igualadino", + "Igualado", + "Igualador", + "Igualatorio", + "Igualitario", + "Igualito", + "Igualteco", + "Igualón", + "Iguazo", + "Iguánido", + "Ilacerable", + "Ilacerado", + "Ilativo", + "Ilegal", + "Ilegible", + "Ilegítimo", + "Ilerdense", + "Ileso", + "Iletrado", + "Iliberitano", + "Ilicitano", + "Iliense", + "Ilimitado", + "Ilirio", + "Iliturgitano", + "Illícola", + "Ilocano", + "Iluminado", + "Iluminador", + "Iluminativo", + "Iluso", + "Ilustrador", + "Ilustre", + "Ilíaco", + "Ilícito", + "Imaginacionista", + "Imaginador", + "Imaginativo", + "Imbabureño", + "Imbele", + "Imberbe", + "Imbrífero", + "Imbécil", + "Imitador", + "Impaciente", + "Impajaritable", + "Impalpable", + "Imparable", + "Imparcial", + "Impasible", + "Impelente", + "Impenitente", + "Impensabilísimo", + "Impensable", + "Impensado", + "Imperativo", + "Imperdonable", + "Imperecedero", + "Imperfectivo", + "Imperfecto", + "Imperial", + "Imperialista", + "Imperioso", + "Imperito", + "Impermeabilísimo", + "Impermeable", + "Impersonal", + "Impertinente", + "Impertérrito", + "Impetuoso", + "Implacable", + "Implosivo", + "Implícito", + "Impoluto", + "Imponente", + "Impopular", + "Importante", + "Importuna", + "Importuno", + "Importunísimo", + "Imposibilitado", + "Imposibilísimo", + "Imposible", + "Impostor", + "Impreciso", + "Impregnable", + "Imprescindible", + "Impresentable", + "Impresionante", + "Impresionista", + "Impresor", + "Imprestable", + "Imprevisible", + "Imprevisor", + "Imprevisto", + "Imprimador", + "Imprimidor", + "Improbable", + "Improcedente", + "Improductivo", + "Improfanable", + "Improlongable", + "Impronunciable", + "Impropio", + "Improporcionado", + "Improprio", + "Improrrogable", + "Improsulto", + "Improvisador", + "Improvisto", + "Imprudente", + "Impróspero", + "Impróvido", + "Impudente", + "Impuesto", + "Impugnable", + "Impugnador", + "Impugnativo", + "Impulsivo", + "Impulsor", + "Impune", + "Impunido", + "Impuntual", + "Impuro", + "Imputable", + "Imputador", + "Imputrescible", + "Imputrible", + "Impávido", + "Impío", + "Impíreo", + "Impúber", + "Impúbero", + "Impúdico", + "Inabarcable", + "Inabordable", + "Inacabable", + "Inacabado", + "Inaccesible", + "Inacceso", + "Inacentuado", + "Inaceptable", + "Inactivo", + "Inadaptable", + "Inadaptado", + "Inadecuado", + "Inadmisible", + "Inadoptable", + "Inadvertido", + "Inafectado", + "Inagotable", + "Inaguantable", + "Inal", + "Inalcanzable", + "Inalienabilísimo", + "Inalienable", + "Inalterable", + "Inalterado", + "Inalámbrico", + "Inameno", + "Inamible", + "Inamisible", + "Inamovible", + "Inanalizable", + "Inane", + "Inanimado", + "Inapagable", + "Inapeable", + "Inapelable", + "Inapetente", + "Inaplazable", + "Inaplicable", + "Inaplicado", + "Inapreciable", + "Inaprensible", + "Inaprensivo", + "Inapropiable", + "Inapropiado", + "Inaprovechado", + "Inarmónico", + "Inarrugable", + "Inarticulable", + "Inarticulado", + "Inartificioso", + "Inasequible", + "Inasible", + "Inasistente", + "Inastillable", + "Inatacable", + "Inatento", + "Inaudible", + "Inaudito", + "Inaugurador", + "Inaugural", + "Inautorizado", + "Inaveriguable", + "Inaveriguado", + "Inca", + "Incachable", + "Incaico", + "Incalculable", + "Incalificable", + "Incalmable", + "Incalumniable", + "Incandescente", + "Incansable", + "Incantable", + "Incapaz", + "Incasable", + "Incasto", + "Incauto", + "Incendiario", + "Incendioso", + "Incensivo", + "Incensurable", + "Incentivo", + "Incertísimo", + "Incesable", + "Incesante", + "Incesto", + "Incestuoso", + "Incidental", + "Inciente", + "Incierto", + "Incinerable", + "Incinerador", + "Incipiente", + "Incircunciso", + "Incircunscripto", + "Incircunscrito", + "Incisivo", + "Inciso", + "Incisorio", + "Incitador", + "Incitante", + "Incitativo", + "Incivil", + "Incivilidad", + "Incivilizado", + "Inclasificable", + "Inclemente", + "Inclinado", + "Inclinador", + "Inclinativo", + "Inclusa", + "Inclusero", + "Inclusivo", + "Incluso", + "Incluyente", + "Incoativo", + "Incobrable", + "Incoercible", + "Incogitado", + "Incognoscible", + "Incoherente", + "Incoloro", + "Incombinable", + "Incombustible", + "Incombusto", + "Incomerciable", + "Incomestible", + "Incomible", + "Incomodador", + "Incomparable", + "Incomparado", + "Incompartible", + "Incompasible", + "Incompasivo", + "Incompatible", + "Incompensable", + "Incompetente", + "Incomplejo", + "Incompleto", + "Incomplexo", + "Incomponible", + "Incomportable", + "Incomposibilidad", + "Incomposible", + "Incomposición", + "Incomprehensible", + "Incomprendido", + "Incomprensible", + "Incomprensivo", + "Incompresible", + "Incomprobable", + "Incompuesto", + "Incomunicable", + "Inconcebible", + "Inconceptualizable", + "Inconciliable", + "Inconcino", + "Inconcluso", + "Inconcreto", + "Inconcuso", + "Incondicionado", + "Incondicional", + "Inconducente", + "Inconexo", + "Inconfesable", + "Inconfeso", + "Inconfidente", + "Inconfundible", + "Incongruente", + "Incongruo", + "Inconmensurable", + "Inconmovible", + "Inconmutable", + "Inconquistable", + "Inconsciente", + "Inconsecuente", + "Inconsiderado", + "Inconsiguiente", + "Inconsistente", + "Inconsolable", + "Inconstante", + "Inconstitucional", + "Inconstruible", + "Inconsulto", + "Inconsútil", + "Incontable", + "Incontaminado", + "Incontenible", + "Incontestable", + "Incontinente", + "Incontinuo", + "Incontrarrestable", + "Incontrastable", + "Incontratable", + "Incontrito", + "Incontrolable", + "Incontrolado", + "Incontrovertible", + "Inconvencible", + "Inconvenible", + "Inconveniente", + "Inconversable", + "Inconvertible", + "Incorporal", + "Incorpóreo", + "Incorrecto", + "Incorregible", + "Incorruptible", + "Incorrupto", + "Incrasante", + "Increado", + "Increpador", + "Increíble", + "Incristalizable", + "Incruento", + "Incrustante", + "Incrédulo", + "Incuestionable", + "Inculcador", + "Inculpable", + "Inculpado", + "Incultivable", + "Incultivado", + "Inculto", + "Incultísimo", + "Incunable", + "Incurable", + "Incásico", + "Incólume", + "Incómodo", + "Indebido", + "Indecible", + "Indecidible", + "Indeciso", + "Indefectible", + "Indefenso", + "Indefinido", + "Indefinito", + "Indehiscente", + "Indeleble", + "Indemne", + "Independentista", + "Independiente", + "Indescriptible", + "Indeseable", + "Indeterminado", + "Indevoto", + "Indiano", + "Indicador", + "Indicante", + "Indicativo", + "Indiciado", + "Indiferente", + "Indigente", + "Indigerible", + "Indigesto", + "Indignado", + "Indignadísimo", + "Indignante", + "Indigno", + "Indio", + "Indiscreto", + "Indisculpable", + "Indispensable", + "Indisponible", + "Indistinto", + "Individual", + "Individualista", + "Individuo", + "Indoamericano", + "Indoeuropeo", + "Indolente", + "Indomable", + "Indomeñable", + "Indonesio", + "Inductivo", + "Indudabilísimo", + "Indulgente", + "Industrial", + "Indígena", + "Indómito", + "Inecesario", + "Ineducado", + "Inefable", + "Ineluctable", + "Inenarrable", + "Inepto", + "Inerme", + "Inescrutabilísimo", + "Inescrutable", + "Inescudriñable", + "Inesivo", + "Inesperado", + "Inestabilísimo", + "Inestable", + "Inevitable", + "Inexistente", + "Inexorable", + "Inexperto", + "Inexplicabilísimo", + "Inexpresable", + "Inexpresivo", + "Inextinguible", + "Infalible", + "Infantil", + "Infatigable", + "Infeccioso", + "Infecundo", + "Infeliz", + "Inferior", + "Infernal", + "Infijo", + "Infinitesimal", + "Infinito", + "Inflamabilísimo", + "Inflamable", + "Inflamador", + "Inflamante", + "Inflamatorio", + "Inflexible", + "Informado", + "Informador", + "Informal", + "Informe", + "Informático", + "Infortunado", + "Infortuno", + "Infraglótico", + "Infrahumano", + "Inframaxilar", + "Infrecuente", + "Infructuoso", + "Infructífero", + "Infumable", + "Infuncional", + "Infuso", + "Infértil", + "Ingenioso", + "Ingeniosísimo", + "Ingente", + "Ingenuo", + "Ingenuísimo", + "Inglés", + "Ingrato", + "Inhabitado", + "Inherente", + "Inhibitorio", + "Inhumano", + "Inhóspito", + "Iniciado", + "Iniciador", + "Inicial", + "Inicuo", + "Inigualable", + "Inigualado", + "Inimputable", + "Ininflamable", + "Ininteligente", + "Ininteligible", + "Inintencional", + "Ininterrumpido", + "Injuriador", + "Injuriante", + "Injurioso", + "Injuriosísimo", + "Injustificable", + "Injustificado", + "Injusto", + "Inllevable", + "Inmaduro", + "Inmarcesible", + "Inmaterial", + "Inmediato", + "Inmemorable", + "Inmemorial", + "Inmenso", + "Inmerecido", + "Inmeritorio", + "Inmigrante", + "Inminente", + "Inmiscible", + "Inmisericorde", + "Inmoral", + "Inmundo", + "Inmune", + "Inmunitario", + "Inmunodepresor", + "Inmunológico", + "Inmunosupresor", + "Inmutabilísimo", + "Inmutable", + "Inmérito", + "Inmóvil", + "Innato", + "Innecesario", + "Innegable", + "Innobilísimo", + "Innoble", + "Innocuo", + "Innovador", + "Inocente", + "Inocuo", + "Inodoro", + "Inofensivo", + "Inolvidable", + "Inopinado", + "Inoportuno", + "Inoxidable", + "Inquieto", + "Inquiridor", + "Insaciable", + "Insalubre", + "Insanable", + "Insano", + "Inscrutable", + "Insectívoro", + "Inseguro", + "Insensato", + "Insensible", + "Inseparable", + "Insepulto", + "Insidioso", + "Insignes", + "Insignificante", + "Insinuador", + "Insinuante", + "Insinuativo", + "Insipiente", + "Insistente", + "Insolvente", + "Insomne", + "Inspeccionable", + "Inspector", + "Inspiracional", + "Instable", + "Instante", + "Instintivo", + "Institucional", + "Instructivo", + "Instrumental", + "Insuficiente", + "Insufrible", + "Insular", + "Insulso", + "Insurgente", + "Insustancial", + "Insípido", + "Insólito", + "Intangible", + "Integrador", + "Integral", + "Integrante", + "Integrista", + "Integérrimo", + "Intelectivo", + "Intelectual", + "Inteligente", + "Inteligible", + "Intencional", + "Intensivo", + "Intenso", + "Intensísimo", + "Intentable", + "Intento", + "Interamericano", + "Intercadente", + "Interesable", + "Interesado", + "Interesadísimo", + "Interesal", + "Interesante", + "Interescapular", + "Interesente", + "Interfecto", + "Interfijo", + "Intergaláctico", + "Interino", + "Interior", + "Interjectivo", + "Intermaxilar", + "Intermediario", + "Intermitente", + "Internacional", + "Interno", + "Interplataforma", + "Interracial", + "Interrogado", + "Interrogador", + "Interrogante", + "Interrogativo", + "Intersexual", + "Intestinal", + "Intimista", + "Intocable", + "Intolerante", + "Intonso", + "Intracelular", + "Intradía", + "Intransitivo", + "Intratable", + "Introspectivo", + "Intruso", + "Intrépido", + "Intrínseco", + "Intuitivo", + "Intumescente", + "Inuit", + "Inupiaq", + "Invariable", + "Invasor", + "Invencible", + "Inventador", + "Inventivo", + "Inverecundo", + "Inverisímil", + "Invernal", + "Inverosímil", + "Inverso", + "Invertebrado", + "Invertido", + "Investigador", + "Inviabilísimo", + "Inviable", + "Invicto", + "Invisible", + "Invitable", + "Invitado", + "Invitativo", + "Invitatorio", + "Invito", + "Invocable", + "Invocatorio", + "Involcable", + "Involuntario", + "Inválido", + "Inútil", + "Iolillo", + "Ipsilateral", + "Iquiqueño", + "Iracundo", + "Iraní", + "Iraquí", + "Irascente", + "Irascible", + "Irlandés", + "Irracionable", + "Irracional", + "Irrazonable", + "Irrebatible", + "Irreconocible", + "Irreflexivo", + "Irrefutable", + "Irregular", + "Irrelevante", + "Irreparable", + "Irrepetible", + "Irrespetuoso", + "Irresponsable", + "Irreverente", + "Irritabilísimo", + "Irritable", + "Irritado", + "Irritador", + "Irritadísimo", + "Irritante", + "Irritativo", + "Irónico", + "Iscariote", + "Isentrópico", + "Islamista", + "Islamita", + "Islandés", + "Isleño", + "Islámico", + "Ismaelita", + "Isocórico", + "Isoentrópico", + "Isoperímetro", + "Isotrópico", + "Isquémico", + "Israelita", + "Israelí", + "Istriado", + "Isócora", + "Isócrono", + "Isómero", + "Isósceles", + "Italiano", + "Iterativo", + "Iteróparo", + "Itálico", + "Izquierda", + "Izquierdista", + "Izquierdo", + "Iónico", + "Jabado", + "Jabegote", + "Jacetano", + "Jactancioso", + "Jaculatorio", + "Jaenero", + "Jaenés", + "Jalapeño", + "Jalisciense", + "Jamaicano", + "Jamaiquino", + "Japonés", + "Jaraiceño", + "Jarandillano", + "Jaranero", + "Jarcio", + "Jarda", + "Jardo", + "Jaredí", + "Jarioso", + "Jarocho", + "Jarote", + "Jarrero", + "Jartón", + "Jaujino", + "Javanés", + "Javo", + "Jazzero", + "Jazzista", + "Jebuseo", + "Jelkide", + "Jemer", + "Jergal", + "Jerifiano", + "Jerosolamita", + "Jerosolimitano", + "Jesuita", + "Jesuítico", + "Jeta", + "Jetudo", + "Jibia", + "Jibiesco", + "Jicho", + "Jienense", + "Jiennense", + "Jijonense", + "Jimador", + "Jipi", + "Jispián", + "Jockey", + "Jocoso", + "Jodedor", + "Jodido", + "Jodidísimo", + "Jomado", + "Jonio", + "Jordano", + "Jorobado", + "Jorobeta", + "Joronche", + "Josefino", + "Jote", + "Joven", + "Jovencísimo", + "Jovial", + "Joviano", + "Joya", + "Joyante", + "Jubilar", + "Jubiloso", + "Juca", + "Juco", + "Judeocristiano", + "Judicial", + "Judío", + "Juerguista", + "Jugador", + "Jugadora", + "Juglaresco", + "Jugoso", + "Jugosísimo", + "Juicioso", + "Juilón", + "Jujeño", + "Julero", + "Juma", + "Juninense", + "Juntado", + "Juntador", + "Junto", + "Jurador", + "Juramentador", + "Juratoria", + "Juratorio", + "Jurásico", + "Jurídico", + "Justiniano", + "Justo", + "Justísimo", + "Juvenil", + "Jíbaro", + "Jónico", + "Kabaschir", + "Kackchiquel", + "Kafkiano", + "Kaki", + "Kantiano", + "Karachai", + "Karateka", + "Karkén", + "Kawésqar", + "Kazajo", + "Kazako", + "Kaíd", + "Kaíncico", + "Kelper", + "Kenchi", + "Keniano", + "Keniata", + "Keremiense", + "Kieveño", + "Kiliwa", + "Kinés", + "Kirguís", + "Kiribatiano", + "Kiribatí", + "Kitsch", + "Kobmendense", + "Kofer", + "Kol", + "Kosher", + "Kosovar", + "Kuna", + "Kurdo", + "Kuwaití", + "Kárstico", + "Laberíntico", + "Laborable", + "Laboral", + "Laborioso", + "Labrado", + "Labrador", + "Labrantío", + "Labrero", + "Lacedemonio", + "Lacho", + "Lacio", + "Lactante", + "Lactífero", + "Lacustre", + "Lacónico", + "Ladino", + "Ladroncísimo", + "Ladrón", + "Lagartero", + "Lagartijero", + "Lagarto", + "Lagartón", + "Lagañoso", + "Lagrimoso", + "Lagrimón", + "Laico", + "Lambiscón", + "Lambucio", + "Lambuso", + "Lamentable", + "Lamentador", + "Lamentante", + "Lamentoso", + "Laminar", + "Lampiño", + "Lana", + "Lanceolado", + "Lancero", + "Lancinante", + "Langreano", + "Lantadillense", + "Lantánido", + "Lanusense", + "Lanza", + "Lanzaroteño", + "Lanífero", + "Lao", + "Laosiano", + "Lapidario", + "Lapidífico", + "Larense", + "Largo", + "Larguísimo", + "Laringal", + "Lascivo", + "Lascivoso", + "Lasherino", + "Lastimero", + "Lastimoso", + "Lastimosísimo", + "Lateral", + "Latero", + "Latino", + "Latinoamericano", + "Latizal", + "Latizo", + "Latoso", + "Lauchero", + "Laudabilísimo", + "Laudable", + "Laudatorio", + "Laujareño", + "Laureado", + "Laurenciano", + "Lava", + "Lavable", + "Lavacoches", + "Lavado", + "Lavallino", + "Lavanda", + "Lavativo", + "Laxante", + "Laxitud", + "Leal", + "Lebulense", + "Lechar", + "Lechero", + "Lechoso", + "Lechuza", + "Lechuzo", + "Lector", + "Legal", + "Legato", + "Legañoso", + "Legible", + "Legionario", + "Legionense", + "Legislador", + "Lego", + "Leguleyo", + "Legítimo", + "Lejano", + "Lejanísimo", + "Lejas", + "Lejísimos", + "Lelo", + "Lenguaraz", + "Leninista", + "Lenitivo", + "Lenteja", + "Lento", + "Lentísimo", + "Leonado", + "Leonero", + "Leonino", + "Leonés", + "Leopardado", + "Leopoliense", + "Leopolitano", + "Lepidóptero", + "Leporino", + "Leproso", + "Leptosomático", + "Lerdo", + "Lerdísimo", + "Lerense", + "Leridano", + "Lesionador", + "Lesivo", + "Leso", + "Lesotense", + "Lesothense", + "Lestrigón", + "Letal", + "Leticiano", + "Letrado", + "Letárgico", + "Letón", + "Leucofeo", + "Leucoflegmásico", + "Leucoflegmático", + "Leucopogo", + "Leudes", + "Levantino", + "Levantisco", + "Leve", + "Levítico", + "Levógiro", + "Lexical", + "Lexicalizado", + "Lexicográfico", + "Lexicológico", + "Leñoso", + "Liador", + "Libanés", + "Liberiano", + "Libertado", + "Libertador", + "Libertario", + "Liberticida", + "Libidinoso", + "Libio", + "Libra", + "Libre", + "Librepensador", + "Libreril", + "Librero", + "Libresco", + "Libérrimo", + "Licnobio", + "Liechtensteiniano", + "Liego", + "Liento", + "Lieve", + "Ligamentoso", + "Ligero", + "Ligerísimo", + "Liguero", + "Ligur", + "Ligón", + "Limburgués", + "Limeño", + "Limitado", + "Limitadísimo", + "Limitáneo", + "Limonense", + "Limosnadero", + "Limosnero", + "Limpio", + "Limítrofe", + "Linarense", + "Lindo", + "Lindísimo", + "Linear", + "Linense", + "Linfático", + "Lingual", + "Lingüístico", + "Linneano", + "Linqueño", + "Lipofílico", + "Lisboeta", + "Lisbonense", + "Lisbonés", + "Liso", + "Lisonjeador", + "Lisonjero", + "Listado", + "Listador", + "Listeado", + "Listillo", + "Listo", + "Listoco", + "Listonado", + "Listísimo", + "Listón", + "Literario", + "Litigante", + "Litográfico", + "Lituano", + "Liviano", + "Llagoso", + "Llagostense", + "Llamador", + "Llamativo", + "Llanero", + "Llanisco", + "Llanito", + "Llano", + "Llecho", + "Lleco", + "Llegado", + "Lleno", + "Llenísimo", + "Lleulle", + "Llevadero", + "Lloroso", + "Llueca", + "Lluvioso", + "Loabilísimo", + "Loable", + "Loberense", + "Lobero", + "Loboso", + "Lobotómico", + "Lobuno", + "Local", + "Localizable", + "Locativo", + "Loco", + "Locomotor", + "Locuaz", + "Lodoso", + "Logistórico", + "Logogrífico", + "Logomáquico", + "Logrado", + "Logradísimo", + "Logroñés", + "Logística", + "Logístico", + "Logósofo", + "Lola", + "Lolailo", + "Lolo", + "Lombardo", + "Lomense", + "Lomudo", + "Loncochino", + "Londinense", + "Longilíneo", + "Longividente", + "Longuísimo", + "Loperano", + "Loquito", + "Lorenés", + "Lousamense", + "Lozano", + "Loíno", + "Lubricípedo", + "Lubrinense", + "Lucainense", + "Lucareño", + "Lucense", + "Lucentino", + "Luchador", + "Lucio", + "Lucrifacio", + "Lucroniense", + "Lucrífilo", + "Lucrífugo", + "Luctuoso", + "Lucífero", + "Lucífugo", + "Ludovicense", + "Lujoso", + "Lujosísimo", + "Lujurioso", + "Lumbar", + "Luminoso", + "Lumpen", + "Lumínico", + "Lunar", + "Lunarejo", + "Luniforme", + "Lunista", + "Lunático", + "Lunícola", + "Lunífero", + "Luqués", + "Lusaciano", + "Lusco", + "Lusitano", + "Luso", + "Luterano", + "Lutherano", + "Luxemburgués", + "Luzio", + "Lábil", + "Lácteo", + "Láctico", + "Lánguido", + "Láurico", + "Léxico", + "Líbero", + "Lícito", + "Límbico", + "Límpido", + "Líquido", + "Lírico", + "Lítico", + "Lívido", + "Lóbrego", + "Lógico", + "Lúbrico", + "Lúdico", + "Lúgubre", + "Macabeo", + "Macabro", + "Macaca", + "Macaco", + "Macaelense", + "Macaense", + "Macanudo", + "Macaquero", + "Macarra", + "Macarrónico", + "Macedonio", + "Macedón", + "Macedónico", + "Maceta", + "Machista", + "Macho", + "Machucho", + "Macilento", + "Macizo", + "Macquero", + "Macróptero", + "Macuco", + "Maderable", + "Madrileño", + "Madrugador", + "Maduro", + "Madurísimo", + "Maestro", + "Mafioso", + "Magallánico", + "Magdalenense", + "Magdalénico", + "Magiar", + "Magnifentísimo", + "Magno", + "Magnánimo", + "Magnético", + "Magnífico", + "Magrebí", + "Magro", + "Magufo", + "Maguntino", + "Mahometano", + "Mahonés", + "Maipino", + "Maipucino", + "Majadero", + "Maje", + "Majestoso", + "Majestuoso", + "Majo", + "Majorero", + "Majunche", + "Mal", + "Malabar", + "Malabárico", + "Malacara", + "Malacitano", + "Malacológico", + "Malacostumbrado", + "Malacófago", + "Maladito", + "Malafortunado", + "Malagache", + "Malagradecido", + "Malagueño", + "Malagués", + "Malaje", + "Malandro", + "Malandrín", + "Malargüino", + "Malasio", + "Malauiano", + "Malavenido", + "Malaventurado", + "Malawiano", + "Malayo", + "Maldadoso", + "Maldecidor", + "Maldicho", + "Maldiciente", + "Maldicto", + "Maldita", + "Maldito", + "Maldivo", + "Maleabilísimo", + "Maleante", + "Malejo", + "Maletero", + "Malgache", + "Malhablado", + "Malhechor", + "Malhumorado", + "Maliayés", + "Malicioso", + "Maliense", + "Maligno", + "Malinformado", + "Malito", + "Mallorquín", + "Malnutrida", + "Malnutridas", + "Malnutrido", + "Malnutridos", + "Malo", + "Maloliente", + "Malpensado", + "Malsano", + "Maltratado", + "Maltratante", + "Maltés", + "Maluco", + "Malvado", + "Malversador", + "Malvinense", + "Malvinero", + "Malviviente", + "Malí", + "Malísimo", + "Mamada", + "Mamagallismo", + "Mamagallista", + "Mamagüevo", + "Mamario", + "Mambero", + "Mambí", + "Mamerto", + "Mamiferológico", + "Mamporrero", + "Mamífero", + "Mamón", + "Manacorí", + "Manazas", + "Mancebo", + "Manchego", + "Manchú", + "Manco", + "Mandarín", + "Mandinga", + "Mandria", + "Manganzón", + "Mangorrero", + "Maniaco", + "Manialbo", + "Manifestable", + "Manifestador", + "Manifestativo", + "Manifiesto", + "Manileño", + "Maniqueo", + "Maniqueísta", + "Manizaleño", + "Maniático", + "Manresano", + "Mansalino", + "Mansejón", + "Manso", + "Mansuefacto", + "Mansueto", + "Mansurrón", + "Mansísimo", + "Manta", + "Mantecosa", + "Mantecoso", + "Mantenedor", + "Mantuano", + "Mantudo", + "Manual", + "Manuscrito", + "Manzanado", + "Manés", + "Maníaco", + "Maorés", + "Maorí", + "Maoísta", + "Mapochino", + "Mapuche", + "Maqui", + "Marabino", + "Marabunta", + "Maraca", + "Maracaibero", + "Maracayero", + "Maracucho", + "Maragato", + "Maravilloso", + "Marbellí", + "Marburgués", + "Marcador", + "Marcescente", + "Marchante", + "Marchitable", + "Marchito", + "Marcial", + "Marciano", + "Mardaschida", + "Marengo", + "Marfileño", + "Marfilino", + "Margariteño", + "Marginado", + "Marginal", + "Marginalista", + "Margoso", + "Mariano", + "Marica", + "Maricantunga", + "Marico", + "Maricona", + "Maricueca", + "Maricón", + "Maridable", + "Marihuanero", + "Marinero", + "Marinesco", + "Marino", + "Marmoleño", + "Marmolino", + "Marmóreo", + "Marplatense", + "Marrano", + "Marroquí", + "Marroquín", + "Marrueco", + "Marrullero", + "Marsellés", + "Marshalés", + "Martiniqués", + "Marxista", + "Marítimo", + "Mascareño", + "Masculina", + "Masculinas", + "Masculino", + "Masculinos", + "Mascón", + "Masiliense", + "Masivo", + "Maslo", + "Masoca", + "Masorético", + "Mastozoológico", + "Masónico", + "Matancero", + "Mate", + "Matemático", + "Mateo", + "Material", + "Matoso", + "Matrero", + "Matriarcal", + "Maturinés", + "Maturrango", + "Matutino", + "Mauriciano", + "Mauritano", + "Maxilar", + "Maya", + "Mayestático", + "Mayor", + "Mayorazguista", + "Mayorcico", + "Mayorcillo", + "Mayorcito", + "Mayordomo", + "Mayotense", + "Mayúsculo", + "Mazacotudo", + "Mazatleco", + "Maño", + "Mañoso", + "Mañosísimo", + "Mecanográfico", + "Mechón", + "Mecánico", + "Medalaganario", + "Medellinense", + "Media", + "Mediador", + "Mediano", + "Mediante", + "Medicamentoso", + "Medieval", + "Medio", + "Mediocre", + "Meditabundo", + "Meditador", + "Meditativo", + "Mediterráneo", + "Mediático", + "Medo", + "Medroso", + "Medular", + "Mefítico", + "Megalesiano", + "Megalítico", + "Megalómano", + "Megarense", + "Megariano", + "Megárico", + "Mejicano", + "Mejor", + "Melado", + "Melancólico", + "Melense", + "Melifluo", + "Melillense", + "Melimeta", + "Melindroso", + "Melipillano", + "Melífero", + "Melómano", + "Membranoso", + "Membranáceo", + "Memo", + "Memorabilísimo", + "Memorable", + "Memoratísimo", + "Memorialesco", + "Memorioso", + "Mendaz", + "Mendicante", + "Mendigante", + "Mendocino", + "Menguante", + "Menipeo", + "Menopáusica", + "Menor", + "Menorquín", + "Menospreciable", + "Mensajero", + "Mensana", + "Menso", + "Menstrual", + "Mensual", + "Mental", + "Mentalizado", + "Mentecato", + "Mentepollo", + "Mentiroso", + "Menudo", + "Menudísimo", + "Meoncete", + "Mercadero", + "Mercante", + "Mercantesco", + "Mercantil", + "Mercantilista", + "Mercenario", + "Mercurial", + "Mercuriano", + "Merdoso", + "Merdúceo", + "Merecedor", + "Merecido", + "Merengue", + "Meridano", + "Merideño", + "Meridiano", + "Meritocrático", + "Meritorio", + "Meritísimo", + "Mero", + "Merovingio", + "Mesapio", + "Mesenio", + "Mesmo", + "Mesoamericano", + "Mesonero", + "Mesoscópico", + "Mesozoico", + "Mestizo", + "Metabólico", + "Metalero", + "Metalingüístico", + "Metalino", + "Metalífero", + "Metatarsiano", + "Meteco", + "Metedor", + "Metejoneado", + "Metelinense", + "Metense", + "Meteorológico", + "Metepequense", + "Meterete", + "Meticuloso", + "Metodista", + "Metodológico", + "Metonímico", + "Metálico", + "Metódico", + "Mexicalense", + "Mexicano", + "Mexicanísimo", + "Mexiquense", + "Mezclado", + "Mezquino", + "Meñique", + "Meón", + "Mi", + "Micenio", + "Michoacano", + "Microbiológico", + "Microbusero", + "Micronesio", + "Microtonal", + "Micénico", + "Micótico", + "Miedosísimo", + "Mielgo", + "Mierense", + "Migoso", + "Migratorio", + "Migueleño", + "Mil", + "Milanesa", + "Milanés", + "Milesio", + "Mileurista", + "Miliaria", + "Miliciano", + "Milimétrico", + "Militar", + "Miliunanochesco", + "Millo", + "Millonario", + "Milpaneco", + "Milpatense", + "Milésima", + "Milésimo", + "Mimbroso", + "Mimosácea", + "Mindoniense", + "Mineral", + "Minero", + "Mineromedicinal", + "Minetero", + "Mingitorio", + "Ministerial", + "Ministrador", + "Minuano", + "Minucioso", + "Minuto", + "Minúsculo", + "Mioceno", + "Mirado", + "Mirador", + "Miraflorino", + "Mirandino", + "Mirandés", + "Mirobrigense", + "Mironcísimo", + "Mirrado", + "Mirtino", + "Mirón", + "Misanteco", + "Miscible", + "Miserabilísimo", + "Miserable", + "Misericordioso", + "Miserioso", + "Mishio", + "Misho", + "Misio", + "Misionado", + "Mismo", + "Mistongo", + "Misérrimo", + "Misógino", + "Mitificador", + "Mitocondrial", + "Mitológico", + "Mitral", + "Mituano", + "Mitómano", + "Mitótico", + "Mixe", + "Mixteco", + "Mixtilíneo", + "Mixto", + "Miéchica", + "Mnemónico", + "Moabita", + "Mocha", + "Moche", + "Mocho", + "Mocoano", + "Mocoso", + "Modelo", + "Modenés", + "Moderado", + "Modernista", + "Modernito", + "Modernizador", + "Moderno", + "Modificador", + "Modoso", + "Modular", + "Modélico", + "Mofletudo", + "Mogollón", + "Mohoso", + "Mojado", + "Mojaquero", + "Mojigato", + "Mojonero", + "Molar", + "Moldavo", + "Moldeado", + "Moldovo", + "Mole", + "Molecular", + "Molendero", + "Molestador", + "Molesto", + "Molido", + "Molidísimo", + "Moloso", + "Momio", + "Monaguense", + "Monegasco", + "Monetario", + "Monfortino", + "Mongol", + "Mongólico", + "Mono", + "Monoaural", + "Monocarpelar", + "Monoclamídeo", + "Monoclínico", + "Monocromo", + "Monofisita", + "Monoico", + "Monolingüe", + "Monono", + "Monospermo", + "Monostrófico", + "Monosílabo", + "Monoteico", + "Monotelita", + "Monoteísta", + "Monotremo", + "Monotálamo", + "Monotético", + "Monrubense", + "Monstruoso", + "Monstrígeno", + "Montado", + "Montalbeño", + "Montaraz", + "Montañoso", + "Montañés", + "Montehermoseño", + "Montejano", + "Montenegrino", + "Monteriano", + "Montero", + "Montevideano", + "Montoreño", + "Montserratense", + "Montserratino", + "Monumental", + "Monárquico", + "Monísimo", + "Monódico", + "Monóptero", + "Monótomo", + "Monótono", + "Monótrofo", + "Morado", + "Morador", + "Moral", + "Moralista", + "Moralizador", + "Moralizante", + "Moravo", + "Morboso", + "Morbosísimo", + "Morcillón", + "Mordaz", + "Morelense", + "Moreliana", + "Moreliano", + "Morena", + "Morenillo", + "Moreno", + "Morfológico", + "Morfón", + "Morlaco", + "Mormoso", + "Moro", + "Morocho", + "Moroleonés", + "Moroso", + "Morrocotudo", + "Morrongo", + "Mortal", + "Mortuorio", + "Mortífero", + "Mosaico", + "Mosca", + "Moscovita", + "Mosquicida", + "Mostoleño", + "Mostoso", + "Mostrenco", + "Moto", + "Motor", + "Motorio", + "Motrileño", + "Motriz", + "Movible", + "Movidito", + "Mozambiqueño", + "Mozo", + "Mozárabe", + "Muchacho", + "Muchas", + "Mucho", + "Muchos", + "Muchísimo", + "Mucilaginoso", + "Mucoso", + "Mucre", + "Mucronado", + "Mucronato", + "Mucroniforme", + "Mucronífero", + "Mucróneo", + "Mucífero", + "Mudable", + "Mudo", + "Mueble", + "Muelle", + "Muerto", + "Mufado", + "Mugriento", + "Muhadiz", + "Muisca", + "Mujeriego", + "Mujo", + "Mula", + "Muladí", + "Multicaule", + "Multicolor", + "Multicopista", + "Multicultural", + "Multilateral", + "Multilenguaje", + "Multilingüe", + "Multimedia", + "Multinacional", + "Multioficios", + "Multiorgásmica", + "Multitudinario", + "Mumar", + "Mundano", + "Mundial", + "Municipal", + "Munificente", + "Muniqués", + "Munífico", + "Muradita", + "Murador", + "Mural", + "Murciano", + "Murmurador", + "Murmurón", + "Musarela", + "Muscular", + "Musculoso", + "Museológico", + "Musical", + "Muslime", + "Muso", + "Musulmán", + "Mutante", + "Mutual", + "Mutualista", + "Mutuo", + "Muyahid", + "Muyahidín", + "Muzarela", + "Muérgano", + "Muñidor", + "Myanma", + "Myanmar", + "Mágico", + "Máncer", + "Mántico", + "Máximo", + "Médico", + "Méndigo", + "Mérito", + "Métrico", + "Mínimo", + "Mío", + "Mísero", + "Místico", + "Mítico", + "Mórbido", + "Móvil", + "Móviles", + "Múltiple", + "Múltiplo", + "Múrido", + "Nabo", + "Nacarado", + "Nacho", + "Nacianceno", + "Nacida", + "Nacido", + "Naciente", + "Nacimentero", + "Nacional", + "Nacionalpopulista", + "Naco", + "Naif", + "Nalgudo", + "Nalgón", + "Namibio", + "Nanay", + "Naonato", + "Napolitano", + "Naranja", + "Narco", + "Narcotizador", + "Narcotraficante", + "Narigudo", + "Narigueta", + "Narigón", + "Nariñense", + "Narrativa", + "Nasa", + "Nasal", + "Natal", + "Natalicio", + "Natalino", + "Natatorio", + "Nativo", + "Nato", + "Natural", + "Nauruano", + "Nauseabundo", + "Navajo", + "Naval", + "Navarrense", + "Navarro", + "Navegador", + "Navegante", + "Navero", + "Navideño", + "Naviero", + "Naviforme", + "Navita", + "Navífrago", + "Nayarita", + "Nazareno", + "Nazi", + "Naíf", + "Naóforo", + "Nebulizador", + "Nebuloso", + "Necesario", + "Necesitado", + "Necio", + "Necochense", + "Necromántico", + "Necroscópico", + "Necrófilo", + "Necrópsico", + "Nectónico", + "Neerlandesa", + "Neerlandés", + "Nefalista", + "Nefando", + "Nefasto", + "Nefelegereta", + "Nefelibata", + "Nefrológico", + "Negable", + "Negado", + "Negador", + "Negante", + "Negativo", + "Negligente", + "Negociable", + "Negociado", + "Negociador", + "Negra", + "Negrero", + "Negrillo", + "Negrizco", + "Negro", + "Negruzco", + "Negrísimo", + "Neivano", + "Nejo", + "Nemátodo", + "Nemónico", + "Nenito", + "Nenuco", + "Neocaledonio", + "Neoespartano", + "Neogranadino", + "Neoleonés", + "Neolítico", + "Neomexicano", + "Neotestamentario", + "Neoyorkino", + "Neoyorquino", + "Neozelandés", + "Neozoico", + "Nepalés", + "Nepalí", + "Neptuniano", + "Neptúneo", + "Neroniano", + "Neroniense", + "Nervado", + "Nerval", + "Nervimotor", + "Nervino", + "Nervioso", + "Nerviosísimo", + "Nervoso", + "Nervudo", + "Nerónico", + "Neseo", + "Nestoriano", + "Neumológico", + "Neumática", + "Neumático", + "Neuquino", + "Neurobiológico", + "Neuronal", + "Neurotípico", + "Neurálgico", + "Neutral", + "Neutro", + "Neutrínico", + "Nevada", + "Nevado", + "Nevoso", + "Neófito", + "Neógeno", + "Nicaragüense", + "Nicolaíta", + "Nicoleño", + "Nicolita", + "Nictálope", + "Nicótico", + "Nigeriano", + "Nigerino", + "Nigromántico", + "Nigérrimo", + "Nihilista", + "Nijareño", + "Nimboso", + "Nimio", + "Ningun", + "Ninguno", + "Ningún", + "Nipón", + "Niuano", + "Niueño", + "Nizarí", + "Nobiliario", + "Nobilísimo", + "Noble", + "Nocebo", + "Nocharniego", + "Nocherniego", + "Nochero", + "Nocivo", + "Nocturnino", + "Nocturno", + "Noctámbulo", + "Noctívago", + "Nominal", + "Nominalizador", + "Nominalizante", + "Nominativo", + "Nonagenario", + "Nonagonal", + "Nonagésimo", + "Nonato", + "Noningentésimo", + "Nonnato", + "Nono", + "Nonágono", + "Noológico", + "Norcoreano", + "Norirlandés", + "Normal", + "Normalista", + "Normando", + "Normativo", + "Norsantandereano", + "Norteamericano", + "Nortesantandereano", + "Norteño", + "Nortino", + "Noruego", + "Norvietnamita", + "Nosológico", + "Notabilísimo", + "Notable", + "Novato", + "Novecientos", + "Novedoso", + "Novelesco", + "Novelista", + "Noveno", + "Noventa", + "Novo", + "Novísimo", + "Noxal", + "Nublado", + "Nubladísimo", + "Nuboso", + "Nuclear", + "Nudista", + "Nudo", + "Nuef", + "Nuesa", + "Nueso", + "Nuestra", + "Nuestras", + "Nuestro", + "Nuestros", + "Nueve", + "Nuevejuliense", + "Nuevo", + "Nuevísimo", + "Nulo", + "Numantino", + "Numeral", + "Numérico", + "Numífero", + "Nupturiente", + "Nutable", + "Nutrible", + "Nutriente", + "Nutritivo", + "Nuyorriqueño", + "Náufrago", + "Náutico", + "Néfrico", + "Nérveo", + "Nítido", + "Nítrico", + "Nómada", + "Nónuple", + "Nónuplo", + "Nórdico", + "Núbil", + "O'higginiano", + "O'higginista", + "Oaxaqueño", + "Obcecado", + "Obedecedor", + "Obediente", + "Obeso", + "Objetable", + "Objetivo", + "Oblicuo", + "Obligado", + "Obligadísimo", + "Obligante", + "Obligativo", + "Obligatorio", + "Obliquo", + "Oblongo", + "Obovado", + "Oboval", + "Obrador", + "Obregonense", + "Obrero", + "Obsceno", + "Obscuro", + "Obsecuente", + "Obsecuentísimo", + "Observador", + "Obsesivo", + "Obseso", + "Obsoleto", + "Obstinado", + "Obstruccionista", + "Obtentor", + "Obtuso", + "Obtusángulo", + "Obventicio", + "Obverso", + "Obviable", + "Obvio", + "Obyecto", + "Ocal", + "Occidental", + "Occiso", + "Occitano", + "Oceanográfico", + "Oceánico", + "Ochenta", + "Ocho", + "Ochocientos", + "Ocioso", + "Oclusivo", + "Ocre", + "Octagonal", + "Octal", + "Octavo", + "Octaédrico", + "Octingentésimo", + "Octogenario", + "Octogonal", + "Octogésimo", + "Octosílabo", + "Octágono", + "Octógono", + "Ocular", + "Oculomotor", + "Oculto", + "Ocupado", + "Ocupadísimo", + "Ocurrido", + "Odioso", + "Odiosísimo", + "Odontológico", + "Odontálgico", + "Odorable", + "Odorante", + "Odorífero", + "Odorífico", + "Ofendido", + "Ofensivo", + "Oficial", + "Ofrecedor", + "Oftalmológico", + "Ofuscado", + "Ofuscadísimo", + "Ohanense", + "Ojeado", + "Ojete", + "Ojiazul", + "Ojinegro", + "Ojizarco", + "Olavarriense", + "Oleaginoso", + "Oledero", + "Oledor", + "Oleoso", + "Olfactorio", + "Olfativo", + "Olfatorio", + "Oliente", + "Oligoceno", + "Oligofrénico", + "Oligotrófico", + "Oligárquico", + "Olimareño", + "Olisipano", + "Olisipiense", + "Oliváceo", + "Olorino", + "Olorioso", + "Olorosillo", + "Oloroso", + "Olorosísimo", + "Olorífero", + "Olulense", + "Olvidable", + "Olvidadero", + "Olvidadizo", + "Olvidado", + "Olvidadísimo", + "Olvidoso", + "Olímpico", + "Olívico", + "Ológrafo", + "Omaní", + "Ominoso", + "Omnipotente", + "Omnipresente", + "Omnisapiente", + "Omnisciente", + "Omniscio", + "Omnímodo", + "Omnívoro", + "Ona", + "Onanista", + "Once", + "Onceavo", + "Onceno", + "Oncogénico", + "Oncológico", + "Ondeante", + "Ondulante", + "Ondulatorio", + "Oneroso", + "Onomasiológico", + "Onomatopéyico", + "Ontogénico", + "Ontológico", + "Onubense", + "Onírico", + "Opcional", + "Operable", + "Operador", + "Operativo", + "Operatorio", + "Operculado", + "Opercular", + "Operculariado", + "Operculiforme", + "Operculífero", + "Operoso", + "Operático", + "Opilable", + "Opilativo", + "Opimo", + "Opinable", + "Opinado", + "Opinador", + "Opinadora", + "Opinativo", + "Opinionista", + "Opinático", + "Opiáceo", + "Oponente", + "Oportuno", + "Opositor", + "Optimista", + "Optimizable", + "Opuesto", + "Opulento", + "Oral", + "Orate", + "Orbital", + "Ordenada", + "Ordenado", + "Ordenador", + "Ordinario", + "Ordovicense", + "Ordovícico", + "Oreja", + "Orejano", + "Orejero", + "Orejón", + "Orensano", + "Organizable", + "Organizado", + "Organizador", + "Organísmico", + "Orgulloso", + "Orgánico", + "Orgástico", + "Orialeño", + "Oriental", + "Original", + "Originario", + "Origámico", + "Oriniento", + "Oriolano", + "Oriundo", + "Orizabeño", + "Ornamental", + "Orniento", + "Ornitológico", + "Orogénico", + "Orquestal", + "Orre", + "Ortiva", + "Ortivo", + "Ortodoxo", + "Ortodrómico", + "Ortofónica", + "Ortofónico", + "Ortogonal", + "Ortológico", + "Ortopédico", + "Osado", + "Osasquense", + "Oscense", + "Osco", + "Oscuro", + "Oscurísimo", + "Oseta", + "Osiánico", + "Osmanlí", + "Osmótico", + "Oso", + "Osornino", + "Ostensible", + "Ostensivo", + "Ostentador", + "Ostentativo", + "Ostentoso", + "Osteológico", + "Ostreiforme", + "Ostrogodo", + "Otaku", + "Otario", + "Otológico", + "Otomano", + "Otomí", + "Otoñal", + "Otoñizo", + "Otro", + "Ovado", + "Ovalado", + "Ovejero", + "Overo", + "Ovetense", + "Ovino", + "Ovoide", + "Ovovivíparo", + "Ovular", + "Ovulatorio", + "Ovíparo", + "Oxoniense", + "Oxítono", + "Pacense", + "Paceño", + "Pachacho", + "Pacho", + "Pachorrudo", + "Pachucho", + "Pachuqueño", + "Pachón", + "Paciente", + "Paco", + "Pacuso", + "Pacífico", + "Padre", + "Paduano", + "Pagable", + "Pagadero", + "Pagado", + "Pagador", + "Pagadora", + "Pagafantas", + "Paganini", + "Pagano", + "Pagarca", + "Pagaseo", + "Pagánico", + "Paidológico", + "Paidófilo", + "Pailón", + "Paisa", + "Paisajista", + "Paisajístico", + "Paisano", + "Paisista", + "Paja", + "Pajarero", + "Pajero", + "Pajillero", + "Pajúo", + "Pakistaní", + "Paladino", + "Palao", + "Palatino", + "Palauano", + "Palentino", + "Paleoceno", + "Paleográfico", + "Paleolítico", + "Paleontográfico", + "Paleontológico", + "Paleozoico", + "Palermitano", + "Palestino", + "Paleta", + "Paleógeno", + "Paliativo", + "Palingenésico", + "Palmareño", + "Palmario", + "Palmense", + "Palmera", + "Palmerino", + "Palmero", + "Palmesano", + "Palmeño", + "Palmirano", + "Palmireño", + "Palomino", + "Paloseco", + "Palpabilísimo", + "Palpable", + "Palpebral", + "Palta", + "Palurdo", + "Palustre", + "Paléstrico", + "Palúdico", + "Pambolero", + "Pampa", + "Pamplonica", + "Pamplonés", + "Panamericano", + "Panameño", + "Pancarpíneo", + "Pancho", + "Pancista", + "Pancreático", + "Pancromático", + "Panda", + "Pandémico", + "Pangaré", + "Pangola", + "Panhelenista", + "Panhelénico", + "Panoli", + "Pantallero", + "Pantanoso", + "Panteísta", + "Pantomímico", + "Paná", + "Papal", + "Papandujo", + "Paparulo", + "Papaverado", + "Papaveráceo", + "Papavéreo", + "Papayáceo", + "Papiamento", + "Papimano", + "Papirofléxico", + "Papista", + "Papuso", + "Papú", + "Papúa", + "Paquete", + "Paquistaní", + "Par", + "Parabólico", + "Paracaidista", + "Parado", + "Parador", + "Paradójico", + "Parafínico", + "Paragua", + "Paraguayo", + "Paragógico", + "Paralelo", + "Paramilitar", + "Paramédico", + "Paranasal", + "Paranormal", + "Parapsicológico", + "Parasicológico", + "Parasitario", + "Parasiticida", + "Parasítico", + "Paratiroideo", + "Paratiroides", + "Parcelable", + "Parcelario", + "Parchita", + "Parco", + "Pardal", + "Pardo", + "Parecido", + "Paredaño", + "Parejero", + "Paremiológico", + "Parental", + "Parenteral", + "Parentero", + "Paria", + "Pariente", + "Pariguayo", + "Pario", + "Parisiense", + "Parisino", + "Pariversal", + "Parlante", + "Parmesano", + "Paro", + "Paroliento", + "Paronomástico", + "Paroxítono", + "Parpadeante", + "Parralense", + "Parricida", + "Parroquial", + "Parroquiano", + "Parsimonioso", + "Partalobero", + "Partenopeo", + "Participativo", + "Particular", + "Partidario", + "Partido", + "Partitivo", + "Parto", + "Parturienta", + "Partusero", + "Parásito", + "Parónimo", + "Pasable", + "Pasadero", + "Pasado", + "Pasador", + "Pasajero", + "Pasatista", + "Pascuense", + "Paseriforme", + "Pasional", + "Pasivo", + "Pasmoso", + "Paso", + "Pasota", + "Pastel", + "Pastelero", + "Pastense", + "Pastopolitano", + "Pastuso", + "Patagüino", + "Pataiperro", + "Patavino", + "Pateador", + "Patelar", + "Patente", + "Paternal", + "Patero", + "Patidifuso", + "Patiperro", + "Patituerto", + "Patizambo", + "Pato", + "Patojo", + "Patológico", + "Patotero", + "Patriarcal", + "Patricio", + "Patrimonial", + "Patriotero", + "Patriótico", + "Patronímico", + "Patrística", + "Patucho", + "Patudo", + "Patuleco", + "Patán", + "Paté", + "Patético", + "Patógeno", + "Patón", + "Paulatino", + "Paulista", + "Paulistano", + "Paupérrimo", + "Pavo", + "Pavote", + "Paya", + "Payanés", + "Payaso", + "Payo", + "Pazguato", + "Peatón", + "Pecadorizo", + "Pechinero", + "Pechocho", + "Pecoso", + "Pecosísimo", + "Pecuario", + "Peculiar", + "Pecuniario", + "Pedagógico", + "Pedante", + "Pedestre", + "Pedigón", + "Pedigüeño", + "Pediátrico", + "Pedo", + "Pedorro", + "Pedregoso", + "Pedrizo", + "Pedromartinero", + "Pedófilo", + "Pegajoso", + "Pehuenche", + "Pejiguera", + "Pejiguero", + "Pekinista", + "Pekinés", + "Pelado", + "Pelador", + "Peladísimo", + "Pelagroso", + "Peliagudo", + "Peliazabache", + "Peliblanco", + "Pelicorto", + "Peliento", + "Peligroso", + "Peligrosísimo", + "Pelilargo", + "Pelinegro", + "Pelirrojo", + "Pelirrubio", + "Pellizcador", + "Pelotense", + "Pelotera", + "Pelotudo", + "Peludo", + "Pelágico", + "Pelásgico", + "Penal", + "Penca", + "Penco", + "Pencón", + "Pendejo", + "Pendiente", + "Peneque", + "Penetrante", + "Penitente", + "Penoso", + "Penquista", + "Pensabilísimo", + "Pensable", + "Pensado", + "Pensador", + "Pensante", + "Pensativo", + "Pentadecágono", + "Pentagonal", + "Pentalingüe", + "Pentasílabo", + "Pentecostal", + "Penígero", + "Penúltimo", + "Peonco", + "Peor", + "Peorro", + "Pepero", + "Peptídico", + "Pequeñito", + "Pequeño", + "Pequeñuelo", + "Pequeñísimo", + "Pequinense", + "Pequinista", + "Pequinés", + "Percherón", + "Percutor", + "Perdible", + "Perdical", + "Perdidizo", + "Perdido", + "Perdidoso", + "Perdonable", + "Perecedero", + "Perecoso", + "Perecosísimo", + "Peregrino", + "Perenne", + "Perennifolio", + "Perezoso", + "Pereçoso", + "Perfeccionador", + "Perfeccionista", + "Perfecho", + "Perfectible", + "Perfectivo", + "Perfecto", + "Perfectísimo", + "Perfeto", + "Perficiente", + "Perfilado", + "Perfluente", + "Perforador", + "Perfumadísimo", + "Perfunctorio", + "Pergameno", + "Pergaminense", + "Pergamíneo", + "Perico", + "Pericón", + "Perillán", + "Perimetral", + "Perimido", + "Perimétrico", + "Perinatal", + "Peripatética", + "Peripatético", + "Peristáltico", + "Perita", + "Perito", + "Periódico", + "Perjudicial", + "Permisado", + "Permisivo", + "Permitidor", + "Pernambucano", + "Pernicioso", + "Peronista", + "Perpendicular", + "Perpendiculares", + "Perquén", + "Perroflauta", + "Perruno", + "Persa", + "Perseverante", + "Persistente", + "Personal", + "Perspicaz", + "Persuadidor", + "Persuasible", + "Persuasivo", + "Persuasor", + "Persuasorio", + "Perteneciente", + "Pertinace", + "Pertinaz", + "Pertinente", + "Peruano", + "Peruanísimo", + "Perulero", + "Peruviano", + "Perverso", + "Pervertido", + "Períptero", + "Pesado", + "Pesaroso", + "Pescadero", + "Pescador", + "Pesetero", + "Pesimista", + "Pesticida", + "Pestilente", + "Pestífero", + "Pesudo", + "Petero", + "Petiso", + "Petizo", + "Petresano", + "Petulante", + "Peyorativo", + "Peñaflorino", + "Peñascoso", + "Piamontés", + "Pianístico", + "Picacero", + "Picado", + "Picante", + "Picaral", + "Picarazado", + "Picardo", + "Picaresco", + "Picaril", + "Picazo", + "Picaño", + "Pichanguero", + "Pichaza", + "Piche", + "Pichi", + "Pichicatero", + "Pichirre", + "Pichiruche", + "Pichurria", + "Picnostilos", + "Pictórico", + "Picuí", + "Pidón", + "Piedro", + "Pierna", + "Pignoraticio", + "Pija", + "Pije", + "Pijo", + "Pijotero", + "Pilcahue", + "Pililiento", + "Pillador", + "Pillo", + "Pilonero", + "Piloso", + "Pilosísimo", + "Piltrafiento", + "Pilucho", + "Pimpante", + "Pincha", + "Pincharratas", + "Pinche", + "Pinciano", + "Pindongo", + "Pinero", + "Pingüino", + "Pinjante", + "Pinnado", + "Pinochetista", + "Pinolero", + "Pinto", + "Piojento", + "Piojoso", + "Piola", + "Pion", + "Pipiolo", + "Pipón", + "Pique", + "Piquetero", + "Pirado", + "Piragüero", + "Pirata", + "Pirenaico", + "Piriforme", + "Pirinaico", + "Pirineo", + "Piripi", + "Pirobólico", + "Pirático", + "Pirómano", + "Piscívoro", + "Pitarroso", + "Pitañoso", + "Piti", + "Piticiego", + "Pitio", + "Pito", + "Pituco", + "Pizarreño", + "Pizarroso", + "Pizzero", + "Piñeliento", + "Piñeniento", + "Piñufla", + "Piñufle", + "Pión", + "Placentero", + "Placible", + "Placiente", + "Placodermo", + "Placoso", + "Plagiador", + "Plagoso", + "Plaguicida", + "Plana", + "Planchado", + "Planctónico", + "Planetario", + "Plano", + "Plantígrado", + "Planísimo", + "Plasmático", + "Plasta", + "Plata", + "Plateado", + "Platense", + "Platero", + "Platicable", + "Platinífero", + "Platusa", + "Plausibile", + "Plausibilísimo", + "Plausible", + "Playo", + "Plebeyo", + "Plegable", + "Plegadizo", + "Pleistoceno", + "Pleno", + "Pletórico", + "Pleural", + "Pleurocarpo", + "Pleurocárpico", + "Pleuronectiforme", + "Plioceno", + "Plomizo", + "Plomo", + "Plumado", + "Plumaria", + "Plumífero", + "Plural", + "Pluricelular", + "Plurilingüe", + "Pluriprovincial", + "Plutocrático", + "Plutoniano", + "Plutónico", + "Pluviométrico", + "Pluvioso", + "Plácido", + "Plástico", + "Plúmbeo", + "Poblacional", + "Poblano", + "Pobre", + "Pobrísimo", + "Pocho", + "Pochocho", + "Pocholo", + "Poco", + "Podador", + "Poderoso", + "Podrido", + "Poiquilotermo", + "Poiquilotérmico", + "Polaco", + "Polar", + "Policarpelar", + "Polideportivo", + "Poligloto", + "Polilingüe", + "Polinesio", + "Polinífero", + "Politeísta", + "Polleruda", + "Pollerudo", + "Polludo", + "Pololo", + "Polvoriento", + "Polémica", + "Polémico", + "Políglota", + "Polígloto", + "Polígono", + "Polínico", + "Política", + "Político", + "Pomológico", + "Pomífero", + "Ponchado", + "Ponderable", + "Ponferradino", + "Poniente", + "Ponja", + "Pontevedrés", + "Pontificio", + "Ponzoñoso", + "Popayanejo", + "Popel", + "Popular", + "Popularísimo", + "Porcino", + "Porcunense", + "Porcunero", + "Pordiosero", + "Porfiado", + "Porfiadísimo", + "Porno", + "Pornográfico", + "Poronguero", + "Poroso", + "Porosísimo", + "Poroto", + "Porro", + "Porrudo", + "Porrúo", + "Portada", + "Portaliano", + "Porteño", + "Portorriqueño", + "Portuario", + "Portuense", + "Portugalujo", + "Portugalés", + "Portuguense", + "Portugueseño", + "Portugueño", + "Portugués", + "Portátil", + "Posadeño", + "Posado", + "Posero", + "Posesivo", + "Poseso", + "Poseído", + "Posibilísimo", + "Posible", + "Positivo", + "Positrónico", + "Posmeridiano", + "Posmodernista", + "Posmoderno", + "Posta", + "Postal", + "Posterior", + "Postmodernista", + "Postmoderno", + "Postre", + "Postrer", + "Postrero", + "Potable", + "Potencial", + "Potente", + "Potoco", + "Potosino", + "Potosí", + "Poético", + "Practicable", + "Practicador", + "Practicante", + "Pragmático", + "Pravo", + "Precavido", + "Precedente", + "Preceptoril", + "Preciado", + "Precioso", + "Preciosísimo", + "Precipitable", + "Precipitado", + "Precipitoso", + "Precipuo", + "Precisado", + "Precisivo", + "Preciso", + "Precitable", + "Precitado", + "Precito", + "Precordial", + "Precámbrico", + "Precípite", + "Predecesor", + "Predecible", + "Predilecto", + "Predominante", + "Preeminente", + "Preexistente", + "Prefijo", + "Prefrontal", + "Prefulgente", + "Pregonero", + "Preguntador", + "Prehelénico", + "Prehistórico", + "Prelaticio", + "Preliminar", + "Premamá", + "Prensil", + "Preocupado", + "Preocupadísimo", + "Prepo", + "Preponderante", + "Preposicional", + "Prepositivo", + "Prepotente", + "Prepóstero", + "Presbiope", + "Presbiteriano", + "Presente", + "Presidencial", + "Presidente", + "Preso", + "Presocrático", + "Presto", + "Presumido", + "Presuncioso", + "Presuntuoso", + "Presupuestal", + "Presupuestario", + "Presuroso", + "Pretendiente", + "Pretérito", + "Prevaleciente", + "Prevalente", + "Prevaricador", + "Preventivo", + "Previo", + "Preñado", + "Prieta", + "Prima", + "Primate", + "Primatológico", + "Primavera", + "Primaveral", + "Primer", + "Primera", + "Primero", + "Primigenio", + "Primitivo", + "Primo", + "Primogénito", + "Primoroso", + "Principal", + "Principiante", + "Pringado", + "Prior", + "Prioral", + "Prioritario", + "Priscilianista", + "Prisciliano", + "Prisionera", + "Prisionero", + "Privado", + "Privilegiado", + "Privilegiativo", + "Prnl", + "Probabilísimo", + "Probabilístico", + "Probable", + "Problemático", + "Probritánico", + "Procarionte", + "Procariota", + "Procaz", + "Procedente", + "Proceloso", + "Procesado", + "Procesador", + "Proclítico", + "Proctológico", + "Procústeo", + "Prodrómico", + "Producente", + "Productivo", + "Proel", + "Proemial", + "Profano", + "Profesional", + "Profundo", + "Profundísimo", + "Profuso", + "Profético", + "Prognato", + "Programable", + "Progre", + "Progresista", + "Progresivo", + "Prohibido", + "Prohibitivo", + "Prohibitorio", + "Prolativo", + "Proletario", + "Prolijo", + "Prolongado", + "Prolongador", + "Prolongadísimo", + "Prolífico", + "Prometedor", + "Promiscuo", + "Promisorio", + "Promotor", + "Promovedor", + "Promulgador", + "Pronominal", + "Pronto", + "Prontísimo", + "Propagador", + "Propagandista", + "Propagandístico", + "Propalador", + "Proparoxítono", + "Propedéutico", + "Propiciador", + "Propicio", + "Propietario", + "Propio", + "Proporcionable", + "Proporcionado", + "Proporcional", + "Proprio", + "Prosaico", + "Proscripto", + "Proscrito", + "Prosificador", + "Prostibulario", + "Prosódico", + "Protagonista", + "Proteccionista", + "Protector", + "Protegida", + "Protervo", + "Protestante", + "Proteínico", + "Protocolar", + "Protoplanetario", + "Protráctil", + "Protónico", + "Provechoso", + "Provecto", + "Proveedor", + "Provenzal", + "Providencial", + "Provinciano", + "Provisional", + "Provocador", + "Proyectador", + "Proyectante", + "Proyectista", + "Proyectivo", + "Proyecto", + "Prudente", + "Prusiano", + "Práctica", + "Práctico", + "Prángana", + "Présbita", + "Présbite", + "Príncipe", + "Prístino", + "Prócer", + "Pródigo", + "Próspero", + "Próstilo", + "Próximo", + "Pseudocientífico", + "Pseudodíptero", + "Pseudoepígrafo", + "Pseudoperíptero", + "Psicológico", + "Psicosomático", + "Psicoterapéutico", + "Psicotrópico", + "Psicótico", + "Psitácido", + "Psycológico", + "Psíquico", + "Ptolemaico", + "Pubescente", + "Publicador", + "Publicitario", + "Pucallpino", + "Pucelana", + "Pucelano", + "Pucheriento", + "Puchungo", + "Puchunguita", + "Puchunguitas", + "Puchunguito", + "Puchunguitos", + "Pudibundo", + "Pudiente", + "Pudoroso", + "Puelche", + "Puentealtino", + "Puerco", + "Pueril", + "Puertomontino", + "Puertorrealeño", + "Puertorriqueño", + "Puesto", + "Pugnaz", + "Pujante", + "Pukina", + "Pulcro", + "Pulcrísimo", + "Pulento", + "Pulguiento", + "Pulido", + "Pulmonar", + "Pulpileño", + "Pulquero", + "Pulquérrimo", + "Pulsista", + "Puneño", + "Punga", + "Punitivo", + "Puntal", + "Puntarenense", + "Puntero", + "Puntiagudo", + "Puntilloso", + "Puntual", + "Punzante", + "Puquina", + "Purchenero", + "Purgable", + "Purgador", + "Purgante", + "Purgativo", + "Purgatorio", + "Purisimense", + "Puro", + "Purépecha", + "Purísimo", + "Pusilánime", + "Puta", + "Putativo", + "Putañero", + "Putero", + "Putito", + "Puto", + "Putrefacto", + "Putrescible", + "Putumayense", + "Pálida", + "Pálido", + "Pánfilo", + "Pánico", + "Pático", + "Pávido", + "Péndex", + "Pérfidiado", + "Pérfido", + "Pérmico", + "Pésimo", + "Pétreo", + "Pícaro", + "Pícnico", + "Pío", + "Pírico", + "Pítico", + "Pómez", + "Póstumo", + "Púber", + "Púbico", + "Público", + "Púnico", + "Púrpura", + "Pútrido", + "Qatarí", + "Qaysí", + "Quadrúplex", + "Qual", + "Quarto", + "Quatro", + "Quebequés", + "Quedado", + "Quejica", + "Quejicoso", + "Quejilloso", + "Quejumbroso", + "Quelonio", + "Quemado", + "Quemarropa", + "Quemero", + "Quenchi", + "Quequenense", + "Querencial", + "Querencioso", + "Querendona", + "Querendón", + "Queretano", + "Querida", + "Querido", + "Queridísimo", + "Queriente", + "Queriria", + "Quevedesco", + "Quibdoano", + "Quibdoseño", + "Quibdoseños", + "Quichicientos", + "Quiescente", + "Quietito", + "Quieto", + "Quietísimo", + "Quijarudo", + "Quijotesco", + "Quillotano", + "Quilmeño", + "Quilométrico", + "Quilpueíno", + "Quimerista", + "Quimérico", + "Quinado", + "Quince", + "Quinceavo", + "Quinceañera", + "Quinceañero", + "Quincenal", + "Quincenario", + "Quinceno", + "Quincuagésimo", + "Quindiano", + "Quinesiológico", + "Quinesioterápico", + "Quinesiterápico", + "Quingentésimo", + "Quinielístico", + "Quinientos", + "Quinquelingüe", + "Quintanarroense", + "Quintillizo", + "Quinto", + "Quiral", + "Quiromántico", + "Quirquincho", + "Quirúrgico", + "Quisqueyano", + "Quisquilloso", + "Quisto", + "Quiteño", + "Quía", + "Química", + "Químico", + "Quíntuple", + "Quíntuplo", + "Rabicorto", + "Rabioso", + "Rabudo", + "Rabínico", + "Rabón", + "Racial", + "Racinguista", + "Racional", + "Racionalista", + "Racista", + "Radiactivo", + "Radical", + "Radicoso", + "Radiográfico", + "Radiológico", + "Radiotelegráfico", + "Rafaelino", + "Ragueño", + "Rajable", + "Rajado", + "Ralo", + "Ramnáceo", + "Ramoso", + "Ramosísimo", + "Rampante", + "Ramplón", + "Rana", + "Rancagüino", + "Rancio", + "Rante", + "Rantifuso", + "Rapante", + "Rapanui", + "Rapaz", + "Rapidísimo", + "Rapsódico", + "Raptor", + "Rara", + "Raro", + "Rarísimo", + "Rasca", + "Rascatinajas", + "Rascuache", + "Rasgado", + "Rasgador", + "Raso", + "Ratero", + "Rato", + "Raudo", + "Rayado", + "Razonable", + "Razonado", + "Reactivo", + "Real", + "Realista", + "Rebatible", + "Rebelde", + "Rebuscado", + "Rebuscador", + "Rebuznador", + "Recalcador", + "Recalcitrante", + "Recargable", + "Recatón", + "Recauchador", + "Recentísimo", + "Receptor", + "Rechazable", + "Rechoncho", + "Reciente", + "Recientísimo", + "Recio", + "Recipiente", + "Reclamante", + "Reconocedor", + "Reconocible", + "Reconocido", + "Recopilado", + "Recortado", + "Recreativo", + "Rectangular", + "Recto", + "Reculiado", + "Recuperable", + "Recuperativo", + "Recurrente", + "Recursivo", + "Recurvifoliado", + "Recusable", + "Recusativo", + "Recíproco", + "Recóndito", + "Redentor", + "Redituable", + "Redivivo", + "Redomado", + "Redomón", + "Redondeado", + "Redondo", + "Reduccionista", + "Reducible", + "Reducido", + "Redundante", + "Redutable", + "Referente", + "Refitolero", + "Reflejo", + "Reflexivo", + "Refractario", + "Refractivo", + "Refranero", + "Refrescante", + "Refugiado", + "Refulgente", + "Refutable", + "Regadío", + "Regalón", + "Regante", + "Regañón", + "Regio", + "Regiomontano", + "Regional", + "Registrable", + "Registrado", + "Registrador", + "Regloso", + "Regordido", + "Regresivo", + "Regruñidor", + "Regular", + "Rehecho", + "Reincidente", + "Reiterativo", + "Rejuvenecedor", + "Relajable", + "Relajado", + "Relajador", + "Relajante", + "Relamido", + "Relapso", + "Relativista", + "Relativo", + "Relenco", + "Relevante", + "Relevista", + "Relicto", + "Religioso", + "Relleno", + "Remachado", + "Remaldito", + "Remasterizado", + "Remedador", + "Remilgado", + "Remolón", + "Remoto", + "Remotísimo", + "Renal", + "Renano", + "Renegado", + "Renegador", + "Renegón", + "Rengo", + "Renitente", + "Renombrado", + "Renovador", + "Rentable", + "Rentístico", + "Renuente", + "Reo", + "Reparable", + "Reparador", + "Reparón", + "Repe", + "Repentino", + "Repeor", + "Repetitivo", + "Repleto", + "Reportable", + "Reportado", + "Reportero", + "Reposado", + "Reprehensible", + "Reprensible", + "Representante", + "Represor", + "Reprobable", + "Reproductivo", + "Reproductor", + "Reptador", + "Repuesto", + "Repugnante", + "Repulsivo", + "Requerido", + "Requeridor", + "Requeriente", + "Requesado", + "Requesonera", + "Requesonero", + "Requintable", + "Requisitado", + "Resarcible", + "Resbaloso", + "Resentido", + "Resfriado", + "Residente", + "Residual", + "Resistente", + "Respectivo", + "Respetabilísimo", + "Respetable", + "Respetador", + "Respetivo", + "Respetoso", + "Respetuoso", + "Respetuosísimo", + "Respirador", + "Resplandeciente", + "Responsable", + "Ressonante", + "Resultante", + "Retardatorio", + "Retardatriz", + "Reticente", + "Retorrománico", + "Retrasado", + "Retrosexual", + "Retrospectiva", + "Retráctil", + "Retrógrado", + "Retórico", + "Reumatológico", + "Reumático", + "Reunionés", + "Revelable", + "Revelada", + "Revelado", + "Revelador", + "Revelandero", + "Reventado", + "Reventón", + "Reverendo", + "Revesado", + "Revoltoso", + "Revolucionario", + "Revuelto", + "Reynosense", + "Rhodesiano", + "Riberense", + "Ribereño", + "Riblanco", + "Ribosomal", + "Ribosómico", + "Rico", + "Ricotero", + "Ridiculoso", + "Ridiculísimo", + "Ridículo", + "Rifeño", + "Rigoroso", + "Riguroso", + "Rigurosísimo", + "Rijoso", + "Rimbombante", + "Riocuartense", + "Riojano", + "Riojeño", + "Riondo", + "Rionegrense", + "Rionegrino", + "Rioplatense", + "Riosellano", + "Ripario", + "Ripiento", + "Ripioso", + "Riquísimo", + "Risaraldense", + "Risaraldeño", + "Risaraldita", + "Risible", + "Risueño", + "Ritual", + "Rival", + "Riverense", + "Riverplatense", + "Robustecedor", + "Robusto", + "Rocalloso", + "Rocambolesco", + "Rochense", + "Rociano", + "Rociero", + "Rocoso", + "Rodado", + "Rodante", + "Rodense", + "Rodesiano", + "Rodeño", + "Rojiblanco", + "Rojito", + "Rojizo", + "Rojo", + "Rojísimo", + "Rom", + "Roma", + "Romana", + "Romance", + "Romano", + "Romaní", + "Romanófilo", + "Romanófono", + "Romero", + "Romo", + "Rompible", + "Románico", + "Romántico", + "Ronco", + "Rondeño", + "Roquense", + "Roqueperense", + "Roquero", + "Roquetero", + "Roqueño", + "Rosa", + "Rosado", + "Rosarino", + "Rosillo", + "Rotatorio", + "Roterodamense", + "Roto", + "Rotoso", + "Rotular", + "Rotuliano", + "Roya", + "Royo", + "Rozagante", + "Ruanco", + "Ruandés", + "Ruano", + "Rubefaciente", + "Rubicundo", + "Rubio", + "Rubro", + "Rubí", + "Ruca", + "Rucio", + "Ruco", + "Ruderal", + "Rudo", + "Ruedita", + "Rufo", + "Rugidor", + "Rugiente", + "Rugoso", + "Ruidoso", + "Ruidosísimo", + "Ruin", + "Ruinoso", + "Rulenco", + "Rulengo", + "Rumano", + "Rumiante", + "Rupestre", + "Rural", + "Ruso", + "Rusojaponés", + "Rutinario", + "Rutáceo", + "Rábico", + "Ráculo", + "Rápido", + "Réprobo", + "Rígida", + "Rígido", + "Ríspido", + "Rítmico", + "Rótico", + "Rúnico", + "Rústico", + "Sabadellense", + "Sabalero", + "Sabandija", + "Sabedor", + "Sabelotodo", + "Sabihondo", + "Sabio", + "Sabiondo", + "Sable", + "Saboteador", + "Sabroso", + "Sabrosísimo", + "Sabático", + "Sacarífero", + "Sachbezogen", + "Sacratísimo", + "Sacro", + "Sacrolumbar", + "Sacrosanto", + "Sacudido", + "Sacudidor", + "Sadomasoquista", + "Saduceo", + "Sagaz", + "Sagital", + "Sagrado", + "Sagradísimo", + "Saguntino", + "Saharaui", + "Sahariano", + "Sahuayense", + "Sahárico", + "Saladillense", + "Salado", + "Salador", + "Salamanquino", + "Salamanqués", + "Salamantino", + "Salareño", + "Salarial", + "Saldubense", + "Saleroso", + "Salerosísimo", + "Saliente", + "Salino", + "Salitrado", + "Salitral", + "Salitrero", + "Salitroso", + "Salival", + "Salivar", + "Salmanticense", + "Salmantino", + "Salmonado", + "Salmón", + "Salobre", + "Salomonense", + "Salomónico", + "Saltante", + "Salteño", + "Saltígrado", + "Salubre", + "Salubérrimo", + "Saludabilísimo", + "Saludable", + "Salutífero", + "Salvable", + "Salvador", + "Salvadoreño", + "Salvaja", + "Salvaje", + "Salvajino", + "Salvante", + "Salvo", + "Salvático", + "Sambernardino", + "Samoano", + "Sampedrino", + "Sampetrino", + "San", + "Sanagustinero", + "Sanandrecino", + "Sanandresano", + "Sancarleño", + "Sancirole", + "Sancristobalense", + "Sancristobaleño", + "Sandinista", + "Sandio", + "Sanducero", + "Saneado", + "Sanfelipeño", + "Sanfernandino", + "Sangrante", + "Sangriento", + "Sangrón", + "Sanguinario", + "Sanguífero", + "Sanguíneo", + "Sanisidrense", + "Sanjuanense", + "Sanjuanero", + "Sanluisino", + "Sanluqueño", + "Sanmarinense", + "Sanmiguelino", + "Sannicoleño", + "Sano", + "Sanrafaelino", + "Sansirolé", + "Santafereño", + "Santafesino", + "Santalucense", + "Santandereano", + "Santanderino", + "Santeño", + "Santiaguero", + "Santiagueño", + "Santiaguino", + "Santo", + "Santotomense", + "Santísimo", + "Sanvicentino", + "Sanísimo", + "Sapientísimo", + "Sapiosexual", + "Sapo", + "Saprofito", + "Saprofítico", + "Saprófito", + "Sara", + "Saramacano", + "Sarasa", + "Sardino", + "Sardo", + "Sarmático", + "Sarnoso", + "Sarraceno", + "Sarracina", + "Sarracino", + "Sarracín", + "Satisfactorio", + "Saturniano", + "Satírico", + "Saudí", + "Sañudo", + "Sciográfico", + "Sebiento", + "Seco", + "Secretaria", + "Secretario", + "Secreto", + "Secretísimo", + "Sectario", + "Secuaz", + "Secuenciador", + "Secuencial", + "Secuestrable", + "Secuestrador", + "Secuestrario", + "Secular", + "Secularizable", + "Secularizador", + "Secundable", + "Secundario", + "Secundo", + "Securiforme", + "Secutivo", + "Secutor", + "Sedante", + "Sedativo", + "Sedentario", + "Sedente", + "Sedero", + "Sedeño", + "Sedicente", + "Sedicioso", + "Sediento", + "Sedoso", + "Sedosísimo", + "Seductor", + "Sedáceo", + "Sefardí", + "Segisamonense", + "Seglar", + "Segobricense", + "Segobrigense", + "Segorbino", + "Segoviano", + "Segoviense", + "Seguido", + "Segunda", + "Segundo", + "Seguro", + "Segurísimo", + "Seis", + "Seiscientos", + "Selar", + "Selenita", + "Selenográfico", + "Sellable", + "Selvático", + "Seléucida", + "Semblante", + "Sembradío", + "Semejable", + "Semejado", + "Semejante", + "Semestral", + "Semiconductor", + "Semidormido", + "Semiforme", + "Seminario", + "Sempiterno", + "Semántico", + "Semélparo", + "Sencillo", + "Sendos", + "Senegalés", + "Senil", + "Sensacional", + "Sensato", + "Sensibilísimo", + "Sensible", + "Sensorial", + "Sensorio", + "Sensual", + "Sentado", + "Sentido", + "Sentimental", + "Separativo", + "Septembrino", + "Septentrional", + "Septingentésimo", + "Septuaginta", + "Septuagésimo", + "Sepulto", + "Sepulturera", + "Sepulturero", + "Serbio", + "Serenense", + "Sereno", + "Serenísimo", + "Serio", + "Seroso", + "Serrano", + "Servicial", + "Servidor", + "Servil", + "Servio", + "Serísimo", + "Seseante", + "Sesenta", + "Sesgado", + "Sesgo", + "Sesquipedal", + "Setecientos", + "Setenta", + "Seudocientífico", + "Severo", + "Severísimo", + "Sevillana", + "Sevillano", + "Sexagésimo", + "Sexcentésimo", + "Sexitano", + "Sexomne", + "Sexquipedal", + "Sexto", + "Sexual", + "Sexómano", + "Seychelense", + "Seychellense", + "Señor", + "Señoreable", + "Señorial", + "Señoril", + "Seños", + "Shiita", + "Shiome", + "Shií", + "Shome", + "Shomería", + "Shona", + "Shusheta", + "Sibarita", + "Sicalíptico", + "Sicano", + "Siciliano", + "Sicotrópico", + "Sidoso", + "Sierraleonés", + "Siervo", + "Sieso", + "Siete", + "Sifrino", + "Sigiloso", + "Sigilosísimo", + "Sigmoide", + "Signatario", + "Significable", + "Significado", + "Significador", + "Significante", + "Significativo", + "Siguiente", + "Sij", + "Sikh", + "Silencioso", + "Silente", + "Silesio", + "Silvestre", + "Silábico", + "Silúrico", + "Simbiótico", + "Simbólico", + "Simia", + "Similar", + "Similitudinario", + "Simpatizante", + "Simple", + "Simplicísimo", + "Simplista", + "Simplón", + "Simulador", + "Simultáneo", + "Simétrico", + "Sinaloense", + "Sincelejano", + "Sincero", + "Sincronológico", + "Sincronístico", + "Sincrónico", + "Sindhi", + "Sinfónico", + "Singapurense", + "Singidunense", + "Single", + "Singuango", + "Singular", + "Siniestrado", + "Siniestro", + "Sinsorgo", + "Sinterizable", + "Sinterizador", + "Sintomático", + "Sintáctico", + "Sintético", + "Sinuoso", + "Sinvergüenza", + "Sináptico", + "Sinónimo", + "Siome", + "Sirio", + "Siro", + "Sirviente", + "Siríaco", + "Sismológico", + "Sistemática", + "Sistólico", + "Sito", + "Siútico", + "Skinhead", + "Snob", + "Sobaleras", + "Sobalevas", + "Soberano", + "Soberbia", + "Sobrado", + "Sobrante", + "Sobrecogedor", + "Sobreentendido", + "Sobreesdrújulo", + "Sobreestimado", + "Sobreimpreso", + "Sobrenatural", + "Sobrentendido", + "Sobresaliente", + "Sobresdrújulo", + "Sobrestimado", + "Sobrevividor", + "Sobreviviente", + "Sobrio", + "Socarrón", + "Sociable", + "Social", + "Socialista", + "Socioeconómico", + "Sociológico", + "Sociométrico", + "Sociópata", + "Socorrido", + "Socrático", + "Sodomita", + "Sodomítico", + "Soez", + "Sofisticado", + "Soflamero", + "Sofocante", + "Solapado", + "Solapador", + "Solapadísimo", + "Solar", + "Solemne", + "Solenoidal", + "Solferino", + "Solicitador", + "Solimitano", + "Solitario", + "Sollozante", + "Solo", + "Soltero", + "Solterón", + "Solubilísimo", + "Soluble", + "Soluto", + "Solvente", + "Solánico", + "Solícito", + "Solísimo", + "Somalí", + "Somasco", + "Sombreador", + "Somero", + "Somnoliento", + "Somnámbulo", + "Somnífero", + "Somnílocuo", + "Somontinero", + "Somático", + "Somético", + "Sonorense", + "Sonoro", + "Sonso", + "Sonto", + "Sonámbulo", + "Soperutano", + "Soporoso", + "Soportano", + "Soporífero", + "Sorabo", + "Sorbeño", + "Sorbible", + "Sorbil", + "Sorbio", + "Sordo", + "Sordomudo", + "Sorete", + "Sorianense", + "Soriano", + "Sorvilanero", + "Sosegable", + "Sosegado", + "Sosero", + "Soso", + "Sospechable", + "Sospechoso", + "Sostenido", + "Soteriológico", + "Soterrado", + "Sotreta", + "Soviético", + "Soñador", + "Soñoliento", + "Strapless", + "Stripper", + "Su", + "Suabo", + "Suave", + "Suavísimo", + "Suazi", + "Suazilandés", + "Subatómico", + "Subconsciente", + "Subcontratado", + "Subcutáneo", + "Subdirector", + "Subestimado", + "Subjetivo", + "Sublime", + "Sublimidad", + "Sublingual", + "Submandibular", + "Submarinista", + "Submarino", + "Submúltiplo", + "Subnormal", + "Subordinado", + "Subrepticia", + "Subrepticio", + "Substantivo", + "Substractivo", + "Subsónico", + "Subterráneo", + "Subtil", + "Subtitulado", + "Subtriplo", + "Subulado", + "Suburbano", + "Subyacente", + "Sucedáneo", + "Sucesivo", + "Sucesor", + "Suche", + "Sucinto", + "Sucio", + "Sucrense", + "Sucreña", + "Sucreño", + "Suculento", + "Sucursal", + "Sudaca", + "Sudafricano", + "Sudamericano", + "Sudanés", + "Sudcaliforniano", + "Sudorífico", + "Sueco", + "Suelto", + "Suevo", + "Suficiente", + "Suficientísimo", + "Sufijado", + "Sufijo", + "Sufrible", + "Sufridero", + "Sufrido", + "Sugerente", + "Sugerible", + "Sugestionable", + "Sugoso", + "Suicida", + "Suizo", + "Sujalé", + "Sujeto", + "Sulfurado", + "Sulfuradísimo", + "Sumario", + "Sumerio", + "Sumiso", + "Sumo", + "Sunco", + "Sundanés", + "Suntuario", + "Suntuoso", + "Superable", + "Superabundante", + "Superante", + "Superativo", + "Superbioso", + "Superbo", + "Superchero", + "Superciliar", + "Supereminente", + "Supererogatorio", + "Superficial", + "Superfluo", + "Superior", + "Superlativo", + "Supersticioso", + "Supersónico", + "Superviviente", + "Superádito", + "Supino", + "Supletorio", + "Suponedor", + "Supositicio", + "Supositivo", + "Supralumínico", + "Supramaxilar", + "Supranacional", + "Suprarrenal", + "Supraterrenal", + "Supraterritorial", + "Supremo", + "Supuesto", + "Supérstite", + "Suramericano", + "Surcano", + "Surcoreano", + "Surculoso", + "Surero", + "Sureño", + "Surinamés", + "Survietnamita", + "Susceptible", + "Susodicho", + "Suspicaz", + "Sustantivador", + "Sustantivante", + "Sustantivo", + "Sustractivo", + "Susurrador", + "Susurrante", + "Susurrón", + "Sute", + "Sutesulario", + "Sutil", + "Sutilizable", + "Sutilísimo", + "Sutorio", + "Sutriple", + "Suturable", + "Suturoso", + "Sutúreo", + "Suversivo", + "Suzerano", + "Suízaro", + "Swinger", + "Sádico", + "Sánscrito", + "Sápido", + "Sármata", + "Sátiro", + "Sáxeo", + "Séptimo", + "Séptuple", + "Séptuplo", + "Sésil", + "Séxtuple", + "Séxtuplo", + "Símil", + "Síncrono", + "Sínico", + "Sístilo", + "Sólido", + "Sólito", + "Sónico", + "Sórabo", + "Sórdido", + "Súbdito", + "Súbito", + "Súper", + "Súpero", + "Tabacalero", + "Tabaco", + "Tabasqueño", + "Tabernense", + "Tabernero", + "Tableado", + "Tablero", + "Tableño", + "Tabulador", + "Tabular", + "Tabífico", + "Tabú", + "Tacaño", + "Tacañísimo", + "Tachable", + "Tachirense", + "Taciturno", + "Tacneño", + "Tacuaco", + "Tacuara", + "Tacuaremboense", + "Tacuareño", + "Tagalo", + "Tahitiano", + "Tahúr", + "Tailandés", + "Taimado", + "Taimadísimo", + "Taiwanés", + "Tajante", + "Tal", + "Talabricense", + "Talachero", + "Talar", + "Talaverano", + "Talcahuino", + "Talentoso", + "Talibán", + "Tallado", + "Talmúdico", + "Talonario", + "Talonesco", + "Talquino", + "Tamaulipeco", + "Tamaño", + "Tambera", + "Tamil", + "Tamizado", + "Tampiqueño", + "Tandero", + "Tandilense", + "Tangente", + "Tangerino", + "Tangible", + "Tano", + "Tanto", + "Tanzano", + "Tapatío", + "Taquigráfico", + "Taquillero", + "Taquimétrico", + "Tarabuqueño", + "Tarado", + "Taradísimo", + "Taramundés", + "Tarasco", + "Tarateño", + "Tardío", + "Tarraconense", + "Tarrasense", + "Tartamudo", + "Tartufo", + "Tarugo", + "Tasador", + "Tatengue", + "Taumatúrgico", + "Tauro", + "Tautológico", + "Taxativo", + "Tayik", + "Tayiko", + "Taíno", + "Tebano", + "Tecnocrático", + "Tecnológico", + "Tecnosexual", + "Tectónico", + "Tegucigalpense", + "Tehuacanero", + "Tehuelche", + "Tejano", + "Tejido", + "Telaviví", + "Telegráfico", + "Teleológico", + "Telepático", + "Televisivo", + "Telúrico", + "Temblador", + "Temblante", + "Tembleque", + "Tembloroso", + "Tembloso", + "Temblón", + "Temerario", + "Temeroso", + "Temoso", + "Temperado", + "Temperlino", + "Tempestuoso", + "Templado", + "Temporal", + "Temporalizable", + "Temporario", + "Temporero", + "Temporizador", + "Temporáneo", + "Tempranal", + "Tempranero", + "Temprano", + "Temucano", + "Temuquense", + "Temática", + "Tenaz", + "Tendido", + "Tenebroso", + "Teneño", + "Tensor", + "Tentador", + "Tentativo", + "Tenue", + "Tenuísimo", + "Tenífugo", + "Teocrático", + "Teofórico", + "Teogónico", + "Teológico", + "Teorético", + "Teosófico", + "Tepicense", + "Teporocho", + "Tequeño", + "Tequileño", + "Terapéutica", + "Terapéutico", + "Terarca", + "Teratologista", + "Teratológico", + "Teratóloga", + "Teratólogo", + "Tercer", + "Tercero", + "Terciodécuplo", + "Terciopersonal", + "Terco", + "Tereso", + "Teriológico", + "Termal", + "Terminador", + "Terminal", + "Termodinámico", + "Termoiónico", + "Termolábil", + "Ternilloso", + "Ternísimo", + "Terqueño", + "Terrenal", + "Terreno", + "Terrestre", + "Terribilísimo", + "Terrible", + "Territorial", + "Terrorista", + "Terrorífico", + "Terroso", + "Terráqueo", + "Terrícola", + "Terrífico", + "Terso", + "Tesinés", + "Testarudo", + "Teto", + "Tetona", + "Tetrabrick", + "Tetragonal", + "Tetralingüe", + "Tetrasílabo", + "Tetraédrico", + "Tetro", + "Teucro", + "Teutón", + "Texano", + "Textil", + "Teándrico", + "Teísta", + "Teólogo", + "Teórico", + "Tibetano", + "Tibio", + "Tico", + "Tierno", + "Tiernísimo", + "Tierrúo", + "Tieso", + "Tiesto", + "Tiflológico", + "Tifoideo", + "Tigrense", + "Tijoleño", + "Tijuanense", + "Tikrití", + "Timbero", + "Timorato", + "Timorense", + "Tincado", + "Tinerfeño", + "Tingitano", + "Tinto", + "Tiplisonante", + "Tipo", + "Tipográfico", + "Tiquismiquis", + "Tiranino", + "Tirano", + "Tirante", + "Tirillento", + "Tirio", + "Tiroides", + "Tiránico", + "Tiránido", + "Tisiológico", + "Tisular", + "Titánico", + "Tiznado", + "Tiznero", + "Tiñoso", + "Tlaxcalteca", + "Tobiano", + "Toboseño", + "Tobosino", + "Tocado", + "Tocario", + "Toche", + "Tochibí", + "Tocho", + "Todo", + "Todopoderoso", + "Todoterreno", + "Togolés", + "Tokelauano", + "Tokelaués", + "Tokiota", + "Toledano", + "Tolemaico", + "Tolerable", + "Tolerante", + "Tolete", + "Tolimense", + "Tolkieniano", + "Tololo", + "Toluqueño", + "Tomador", + "Tomeseño", + "Tongano", + "Tontaina", + "Tontarrón", + "Tontito", + "Tonto", + "Tontolaba", + "Tontolculo", + "Tontolnabo", + "Tontopollas", + "Tontorrón", + "Tontísimo", + "Top", + "Topográfico", + "Topológico", + "Toponímico", + "Torbo", + "Torcaz", + "Torcido", + "Tordillo", + "Torera", + "Torero", + "Toresano", + "Tornadizo", + "Tornátil", + "Torpe", + "Torrefacto", + "Torreonense", + "Torticero", + "Tortuoso", + "Toruno", + "Torvo", + "Torácico", + "Toráxico", + "Toscana", + "Toscano", + "Tosco", + "Tostado", + "Total", + "Totémico", + "Toxicológico", + "Toxicómano", + "Tozudo", + "Trabajado", + "Trabajadorcísimo", + "Trabajólico", + "Tracio", + "Tradicional", + "Traducible", + "Traductor", + "Traedizo", + "Traedor", + "Traficante", + "Tragado", + "Tragón", + "Traidor", + "Trajeado", + "Trajinante", + "Trajinista", + "Tramposo", + "Tranca", + "Tranqueador", + "Tranqui", + "Tranquilo", + "Transalpino", + "Transatlántico", + "Transdigital", + "Transdisciplinario", + "Transero", + "Transexual", + "Transeúnte", + "Transformador", + "Transfretano", + "Transgresivo", + "Transgresor", + "Transgénero", + "Transgénico", + "Transitivo", + "Transitorio", + "Transjoviano", + "Translaminar", + "Translativo", + "Transluciente", + "Translúcido", + "Transoceánico", + "Transparente", + "Transpirenaico", + "Transportador", + "Transversal", + "Traqueteador", + "Traquetera", + "Traquetero", + "Traqueto", + "Trascendental", + "Trascendente", + "Trasegador", + "Trasero", + "Trasformador", + "Trasformativo", + "Trasfretano", + "Trasgresor", + "Trasguero", + "Traslativo", + "Trasluciente", + "Traslúcido", + "Trasnochado", + "Trasnochador", + "Trasnochadísimo", + "Trasparente", + "Trastornable", + "Trastornador", + "Tratado", + "Traumado", + "Traumatizado", + "Traumatológico", + "Traumatólogo", + "Traumático", + "Travesero", + "Traveso", + "Travesío", + "Travieso", + "Trazable", + "Trazado", + "Trazador", + "Trece", + "Treceavo", + "Treinta", + "Treintañal", + "Trekkie", + "Tremendo", + "Tremolante", + "Tremoso", + "Tremulante", + "Tremulento", + "Tremuloso", + "Trenado", + "Trepa", + "Trepador", + "Trepante", + "Tres", + "Trezeno", + "Trianero", + "Triangular", + "Tribal", + "Tricarpelar", + "Tricentésimo", + "Tricolor", + "Tricornio", + "Tridimensional", + "Trigonal", + "Trigonométrico", + "Trigémino", + "Trigésimo", + "Trilingüe", + "Trillizo", + "Trimensual", + "Trimestral", + "Trimotor", + "Trinacrio", + "Trinitario", + "Trinitense", + "Tripartito", + "Triple", + "Triplo", + "Triste", + "Tristísimo", + "Trisílabo", + "Trivial", + "Triásico", + "Troglodita", + "Trombolítico", + "Trompetero", + "Tronco", + "Tropero", + "Tropical", + "Tropismo", + "Tropológico", + "Trovador", + "Trovadora", + "Trovadoresco", + "Troyano", + "Trubieco", + "Trucho", + "Truhan", + "Truhán", + "Trujillano", + "Trujuyano", + "Truncable", + "Truncado", + "Trunco", + "Trácala", + "Trágico", + "Trémulo", + "Trímero", + "Trópico", + "Tu", + "Tuareg", + "Tubular", + "Tucupiteño", + "Tudesco", + "Tuerca", + "Tuerto", + "Tufarro", + "Tuitero", + "Tuki", + "Tullido", + "Tumbero", + "Tumbesino", + "Tumoroso", + "Tumultuario", + "Tumultuoso", + "Tunante", + "Tunebo", + "Tunecino", + "Tunecí", + "Tunjano", + "Tunoso", + "Tupinambá", + "Tupío", + "Turaniano", + "Turbativo", + "Turbio", + "Turbulento", + "Turco", + "Turcomano", + "Turista", + "Turkmenio", + "Turkmeno", + "Turolense", + "Turquesa", + "Turquesado", + "Turquesco", + "Turquino", + "Turqués", + "Turquí", + "Turífero", + "Turístico", + "Tusado", + "Tusco", + "Tuso", + "Tusígeno", + "Tutelar", + "Tuvaluano", + "Tuvalés", + "Tuydo", + "Tácito", + "Táctico", + "Táctil", + "Tártaro", + "Técnico", + "Térmico", + "Tímido", + "Típico", + "Tísico", + "Tónico", + "Tópico", + "Tórrido", + "Tóxico", + "Túrquico", + "Uaránido", + "Ubiado", + "Ubicado", + "Ubicuitario", + "Ubicuo", + "Ubiquitario", + "Ubérrimo", + "Ucraniano", + "Ucranio", + "Ucrónico", + "Ucubitano", + "Ufano", + "Ugandés", + "Ugarítico", + "Uigur", + "Uleilense", + "Ulonato", + "Ulterior", + "Ultimado", + "Ultor", + "Ultraligero", + "Ultraísta", + "Ultroso", + "Umami", + "Umbilical", + "Umbro", + "Umbroso", + "Umbría", + "Un", + "Uncial", + "Undecagonal", + "Undecágono", + "Undécimo", + "Undécuplo", + "Undívago", + "Ungido", + "Unguiculado", + "Ungulado", + "Unible", + "Unicarpelar", + "Unicejo", + "Unicelular", + "Unidimensional", + "Unidísimo", + "Unifoliado", + "Uniformado", + "Uniforme", + "Unifuncional", + "Unigénito", + "Unilateral", + "Unilingüe", + "Unilocal", + "Unimembre", + "Unionista", + "Unipede", + "Unipersonal", + "Unipolar", + "Uniprovincial", + "Unipétalo", + "Unisex", + "Unisexuado", + "Unitario", + "Universal", + "Universitario", + "Uno", + "Unos", + "Untuoso", + "Unánime", + "Unígamo", + "Unímano", + "Uníparo", + "Unípede", + "Unísono", + "Unívoco", + "Upeliento", + "Uranita", + "Urbanista", + "Urbano", + "Urcitano", + "Urdidor", + "Urdu", + "Urgenciólogo", + "Urgente", + "Urgentísimo", + "Uriangatense", + "Urinario", + "Urodelo", + "Urológico", + "Urraqueño", + "Úrsido", + "Uruguayo", + "Uránico", + "Usabilidad", + "Usado", + "Usagreño", + "Usamericano", + "Useño", + "Usual", + "Usufructuario", + "Usurero", + "Usurpador", + "Útil", + "Utilitario", + "Utilizable", + "Utilísimo", + "Uvular", + "Uxoricida", + "Uzbeco", + "Uzbego", + "Uzbeko", + "V", + "Vaca", + "Vacante", + "Vaciadizo", + "Vacilante", + "Vacuno", + "Vacuo", + "Vacío", + "Vagabundo", + "Vaginal", + "Vago", + "Valdiviano", + "Valduparense", + "Valenciano", + "Valentísimo", + "Valeroso", + "Valerosísimo", + "Valetudinario", + "Valido", + "Valiente", + "Valioso", + "Valiosísimo", + "Valisosísimo", + "Vallecaucano", + "Vallenato", + "Vallisoletano", + "Valluno", + "Valorativo", + "Valorizador", + "Valpostano", + "Valuador", + "Valuadora", + "Valón", + "Vancouverita", + "Vanguardista", + "Vanidoso", + "Vanidosísimo", + "Vano", + "Vanuatense", + "Vanuatuense", + "Vanílocuo", + "Vaporizable", + "Varguense", + "Variabilísimo", + "Variable", + "Variante", + "Variegado", + "Varietal", + "Vario", + "Variolado", + "Variolar", + "Variolariado", + "Variolario", + "Varioloide", + "Varioloso", + "Variopinto", + "Varios", + "Varonil", + "Varsoviano", + "Vasallo", + "Vasco", + "Vascohablante", + "Vascongado", + "Vascuence", + "Vascular", + "Vascón", + "Vascónico", + "Vasoactivo", + "Vasodilatador", + "Vasto", + "Vaticano", + "Vaupense", + "Vecinal", + "Vecino", + "Vectorial", + "Vegano", + "Vegetal", + "Vegetariano", + "Vehemente", + "Veinte", + "Veinteavo", + "Veinticinco", + "Veinticuatro", + "Veintidós", + "Veintinueve", + "Veintiocho", + "Veintisiete", + "Veintiséis", + "Veintitrés", + "Veintiuno", + "Velador", + "Velar", + "Velero", + "Veleta", + "Velezano", + "Vellorio", + "Velloso", + "Velludo", + "Veloce", + "Velocipédico", + "Veloz", + "Venal", + "Vencedor", + "Vendedor", + "Veneciana", + "Veneciano", + "Venenoso", + "Venenosísimo", + "Venenífero", + "Venerabilísimo", + "Venereológico", + "Venezolano", + "Vengador", + "Venial", + "Venoso", + "Ventral", + "Ventricular", + "Ventrílocuo", + "Venturado", + "Venturoso", + "Venusino", + "Venusto", + "Venéreo", + "Vera", + "Veracruzanas", + "Veracruzano", + "Veracruzanos", + "Verado", + "Veragüense", + "Veranal", + "Veraneador", + "Veranero", + "Veraniego", + "Veratense", + "Veraz", + "Verbalizador", + "Verbalizante", + "Verdadero", + "Verde", + "Verdeador", + "Verdecito", + "Verderón", + "Verdinegro", + "Verdoso", + "Vergarense", + "Vergonzoso", + "Vergón", + "Verijón", + "Verisímil", + "Vermicida", + "Verminoso", + "Vernáculo", + "Vero", + "Veros", + "Verosímil", + "Verpertino", + "Verrionda", + "Verriondo", + "Versal", + "Versero", + "Versátil", + "Vertebrado", + "Vertical", + "Verátrico", + "Verídico", + "Vesicante", + "Vespertino", + "Vestido", + "Vesánico", + "Vetarro", + "Veterinario", + "Vetusto", + "Viable", + "Viador", + "Viajero", + "Viatoreño", + "Vibrador", + "Vibrante", + "Vibratorio", + "Vibrátil", + "Vicario", + "Vicense", + "Vichadense", + "Victoriano", + "Vicuñense", + "Vidriado", + "Viejo", + "Viejísimo", + "Vienense", + "Vienés", + "Vietnamita", + "Vigente", + "Vigesimotercero", + "Vigilante", + "Vigitano", + "Vigoroso", + "Vigorosísimo", + "Vigués", + "Vigésimo", + "Vikingo", + "Vil", + "Vilamoviciano", + "Villahermosino", + "Villero", + "Vinatero", + "Vinculable", + "Vinculante", + "Vincular", + "Vindicativo", + "Vino", + "Vinícola", + "Vinífero", + "Violado", + "Violento", + "Violeta", + "Violinista", + "Violáceo", + "Viral", + "Virgen", + "Virginal", + "Virgitano", + "Virgo", + "Viril", + "Virreinal", + "Virtual", + "Virtuoso", + "Virulento", + "Visajero", + "Visceral", + "Viscoso", + "Viscosísimo", + "Visibilísimo", + "Visible", + "Visigodo", + "Visigótico", + "Visionario", + "Visitable", + "Visitador", + "Visitante", + "Visitero", + "Visorio", + "Vistasoleño", + "Visto", + "Vistoso", + "Vistosísimo", + "Visual", + "Vital", + "Vitalicio", + "Vitalista", + "Vitoriano", + "Vitoriense", + "Vitorino", + "Vitriólico", + "Vituperable", + "Viudo", + "Vivaracho", + "Vivaz", + "Vividero", + "Vividor", + "Viviente", + "Vivo", + "Vivísimo", + "Vizcaíno", + "Viñamarino", + "Vocal", + "Voladizo", + "Volado", + "Volador", + "Volandero", + "Volante", + "Volantín", + "Volcánico", + "Volitivo", + "Voltario", + "Voltiarepas", + "Volubilísimo", + "Voluble", + "Voluminoso", + "Volumétrico", + "Voluntario", + "Voluntarioso", + "Vomitorio", + "Vorace", + "Voraz", + "Votante", + "Vulcanal", + "Vulcaniano", + "Vulcanio", + "Vulcánico", + "Vulgar", + "Vulnerabilísimo", + "Vulnerario", + "Válido", + "Véneto", + "Vírico", + "Vítreo", + "Vívido", + "Vómico", + "Wagneriano", + "Warao", + "Washingtoniano", + "Wayúu", + "Wellingtoniano", + "Wemba", + "Weón", + "Whiskero", + "Wolof", + "Xalapeño", + "Xeneise", + "Xeneize", + "Xenófobo", + "Xerográfico", + "Xeromórfico", + "Xerófilo", + "Xifoideo", + "Xiloideo", + "Xilófago", + "Xochimilca", + "Xochimilquense", + "Yaguané", + "Yagán", + "Yana", + "Yanacona", + "Yanqui", + "Yaqui", + "Yaracuyano", + "Yaritagüeño", + "Yeguarizo", + "Yemení", + "Yermo", + "Yerto", + "Yibutiano", + "Yibutiense", + "Yoruba", + "Yorugua", + "Yoyega", + "Yucateco", + "Yugoslavo", + "Yugular", + "Yuto", + "Yuxtapuesto", + "Yuyero", + "Yámana", + "Yídish", + "Z", + "Zacatecano", + "Zacateco", + "Zafa", + "Zafio", + "Zafo", + "Zaguero", + "Zahareño", + "Zaino", + "Zaireño", + "Zalamero", + "Zambiano", + "Zambo", + "Zambullidor", + "Zamorano", + "Zancudo", + "Zangandongo", + "Zangandullo", + "Zangandungo", + "Zangolotino", + "Zanguango", + "Zanqueado", + "Zanquivano", + "Zaparrastroso", + "Zapatera", + "Zapatero", + "Zapatudo", + "Zapoteca", + "Zapoteco", + "Zarabandista", + "Zarabando", + "Zarabutero", + "Zaragatero", + "Zaragocí", + "Zaragozano", + "Zaragutero", + "Zaraza", + "Zarazo", + "Zarceño", + "Zarco", + "Zariano", + "Zarista", + "Zarrapastroso", + "Zarrapastrón", + "Zarriento", + "Zarzaleño", + "Zarzoso", + "Zato", + "Zebrado", + "Zeneise", + "Zeneize", + "Zigomorfo", + "Zimbabuense", + "Zoantrópico", + "Zocato", + "Zoco", + "Zodiacal", + "Zoico", + "Zonal", + "Zonzo", + "Zoológico", + "Zoomorfo", + "Zootécnico", + "Zopenco", + "Zorra", + "Zorro", + "Zorruno", + "Zoántropo", + "Zueco", + "Zuliano", + "Zulú", + "Zumiento", + "Zumoso", + "Zunco", + "Zurdo", + "Zurgenero", + "Zuriqués", + "Zurrador", + "Zurrapiento", + "Zurraposo", + "Zutuhil", + "Zutujil", + "Zámbigo", + "Zíngaro", + "Ácido", + "Ácimo", + "Ácrata", + "Áfilo", + "Ágil", + "Ágrafo", + "Álgico", + "Ámbar", + "Ápodo", + "Árabe", + "Árido", + "Ártabro", + "Áspero", + "Ático", + "Átono", + "Áureo", + "Ávaro", + "Ávido", + "Élego", + "Épico", + "Ético", + "Étnico", + "Éuscaro", + "Íctico", + "Ígneo", + "Ímprobo", + "Ínclito", + "Índigo", + "Ínfimo", + "Ínsito", + "Íntegro", + "Íntimo", + "Írrito", + "Ñanga", + "Ñangado", + "Ñango", + "Ñangotado", + "Ñapango", + "Ñaruso", + "Ñata", + "Ñato", + "Ñaupa", + "Ñaño", + "Ñeca", + "Ñecla", + "Ñecle", + "Ñeco", + "Ñeembucuense", + "Ñengo", + "Ñengue", + "Ñero", + "Ñifle", + "Ñiña", + "Ñiño", + "Ñoco", + "Ñongo", + "Ñoño", + "Ñublado", + "Ñublense", + "Ñublino", + "Ñubloso", + "Ñudoso", + "Ñurdo", + "Ñuridito", + "Ñuto", + "Ñuñoíno", + "Ñácaro", + "Ñáñigo", + "Óctuple", + "Óctuplo", + "Ópimo", + "Óptico", + "Óptimo", + "Óseo", + "Ótico", + "Óvido", + "Úber", + "Último", + "Única", + "Único", +] diff --git a/api/nick_generator/dicts/es/adverbs.py b/api/nick_generator/dicts/es/adverbs.py index 18fd42d7..65dcfd78 100755 --- a/api/nick_generator/dicts/es/adverbs.py +++ b/api/nick_generator/dicts/es/adverbs.py @@ -1,902 +1,902 @@ -adverbs = [ - "Bien", - "Mal", - "Despacio", - "Deprisa", - "Como", - "Mucho", - "Poco", - "Muy", - "Casi", - "Todo", - "Nada", - "Algo", - "Medio", - "Demasiado", - "Bastante", - "Más", - "Menos", - "Además", - "Incluso", - "También", - "Mucho", - "Poco", - "Muy", - "Casi", - "Todo", - "Nada", - "Algo", - "Medio", - "Demasiado", - "Bastante", - "Más", - "Menos", - "Además", - "Incluso", - "También", - "Tampoco", - "Jamás", - "Nunca", - "Acaso", - "Quizá", - "Quizás", - "Rápidamente", - "Adrede", - "Lento", - "Bajo", - "Conforme", - "Mal", - "Bien", - "Igual", - "Mejor", - "Suavemente", - "Regular", - "Lento", - "Rápidamente", - "Fuerte", - "Velozmente", - "Apasionadamente", - "Ligero", - "Tiernamente", - "Amable", - "Claro", - "Extremadamente", - "Justo", - "Tanto", - "Demasiado", - "Mucho", - "Bastante", - "Mitad", - "Absolutamente", - "Casi", - "Tan", - "Nada", - "Solo", - "Terriblemente", - "Excesivamente", - "Apenas", - "Todo", - "Mayormente", - "Aproximadamente", - "Poco", - "Posiblemente", - "Acaso", - "Probablemente", - "Quizá", - "Seguramente", - "Aparentemente", - "Eventualmente", - "Indudablemente", - "No", - "Ni", - "Nunca", - "Jamás", - "Tampoco", - "Nadie", - "Nada", - "Ningún", - "Ninguno", - "Ninguna", - "Quién", - "Cómo", - "Cuán", - "Cuándo", - "Cuál", - "Qué", - "Quiénes", - "Cuánto", - "Cuántos", - "Abajo", - "Abaldonadamente", - "Abarrisco", - "Abastadamente", - "Abastanza", - "Abasto", - "Abatidamente", - "Abdicativamente", - "Abemoladamente", - "Abiertamente", - "Abnegadamente", - "Abominablemente", - "Abondadamente", - "Abondo", - "Abondosamente", - "Aborreciblemente", - "Abrasadamente", - "Abreviadamente", - "Absolutamente", - "Abundadamente", - "Abundantemente", - "Abundo", - "Aburridamente", - "Abés", - "Acabadamente", - "Acabdilladamente", - "Académicamente", - "Acaloradamente", - "Acatadamente", - "Accesoriamente", - "Accidentadamente", - "Accidentalmente", - "Accidentariamente", - "Acedamente", - "Aceleradamente", - "Acentuadamente", - "Aceptablemente", - "Aceptadamente", - "Aceradamente", - "Acerbamente", - "Acerca", - "Aclaratoriamente", - "Acogedoramente", - "Acomodadamente", - "Acompasadamente", - "Acordablemente", - "Acordadamente", - "Acordantemente", - "Acostumbradamente", - "Acremente", - "Acrisoladamente", - "Activamente", - "Actualmente", - "Acuciadamente", - "Acuciosamente", - "Acullá", - "Acá", - "Adagietto", - "Adagio", - "Adecuadamente", - "Adelant", - "Adelantadamente", - "Adelante", - "Adelantre", - "Además", - "Adentro", - "Adonde", - "Adrede", - "Afuera", - "Agradablemente", - "Agravantemente", - "Agraviadamente", - "Agresivamente", - "Ajoba", - "Ajustadamente", - "Alarmadamente", - "Alarmantemente", - "Alborozadamente", - "Alcalizablemente", - "Alcalizadamente", - "Alegremente", - "Alerta", - "Algo", - "Allende", - "Allá", - "Allí", - "Alocadamente", - "Alrededor", - "Altamente", - "Alternativamente", - "Altimétricamente", - "Altruistamente", - "Altruísticamente", - "Altísimamente", - "Alzadamente", - "Ambiguamente", - "Ambulatoriamente", - "Amenguadamente", - "Amigablemente", - "Amistosamente", - "Amorosamente", - "Ampliamente", - "Analíticamente", - "Analógicamente", - "Anatómicamente", - "Anchamente", - "Andante", - "Angostamente", - "Animadamente", - "Aniñadamente", - "Anoche", - "Antaño", - "Anteayer", - "Antedía", - "Antemano", - "Antemeridiano", - "Anteriormente", - "Antes", - "Anticipadamente", - "Antier", - "Antiguamente", - "Análogamente", - "Aparentemente", - "Apartadamente", - "Aparte", - "Apasionadamente", - "Apegadamente", - "Apenas", - "Aposta", - "Apostadamente", - "Aproximadamente", - "Apuestamente", - "Apuesto", - "Apuradamente", - "Aquende", - "Aquí", - "Ardorosamente", - "Armoniosamente", - "Arraigadamente", - "Arrebatadamente", - "Arregladamente", - "Arregladísimamente", - "Arriba", - "Categoría:Adverbios", - "Asaz", - "Asertivamente", - "Asimismo", - "Asmadamente", - "Astrosamente", - "Asumadamente", - "Atentamente", - "Atrasadamente", - "Atrasmano", - "Atriqui", - "Atroden", - "Atrodén", - "Atrás", - "Aun", - "Auténticamente", - "Ayuso", - "Aína", - "Aúna", - "Bacano", - "Bacán", - "Bastadamente", - "Bastante", - "Bastantemente", - "Bastantísimamente", - "Bellacamente", - "Bellamente", - "Bien", - "Bulliciosamente", - "Básicamente", - "Caballerescamente", - "Caballerosamente", - "Cachada", - "Cachá", - "Caleta", - "Calorosamente", - "Calumniosamente", - "Calurosamente", - "Cansadamente", - "Cantidad", - "Capitularmente", - "Carnalmente", - "Caro", - "Casi", - "Castigadamente", - "Categóricamente", - "Católicamente", - "Cavilosamente", - "Cañón", - "Celadamente", - "Cerca", - "Chistosamente", - "Chévere", - "Cientemente", - "Científicamente", - "Ciertamente", - "Cierto", - "Clandestinamente", - "Claramente", - "Claro", - "Clericalmente", - "Clínicamente", - "Comercialmente", - "Compaginadamente", - "Compasadamente", - "Completamente", - "Comúnmente", - "Concienzudamente", - "Confidencialmente", - "Confidentemente", - "Conforme", - "Connotativamente", - "Conscientemente", - "Considerablemente", - "Contentamente", - "Contiguamente", - "Contimás", - "Contumazmente", - "Convencionalmente", - "Convincentemente", - "Coordinadamente", - "Copiosamente", - "Correctamente", - "Corriente", - "Crecidamente", - "Creíblemente", - "Cronológicamente", - "Crudamente", - "Cruelmente", - "Cruentamente", - "Crédulamente", - "Cual", - "Cuando", - "Cuantimás", - "Cuantiosamente", - "Cuanto", - "Cuidadosamente", - "Curiosamente", - "Cuándo", - "Cínicamente", - "Cómicamente", - "Cómo", - "Daquén", - "Debajo", - "Decididamente", - "Decisivamente", - "Definitivamente", - "Delant", - "Delante", - "Delicadamente", - "Demasiadamente", - "Demasiado", - "Demás", - "Denantes", - "Denotativamente", - "Densuno", - "Dentro", - "Dependientemente", - "Deprisa", - "Depurablemente", - "Depuradamente", - "Desafortunadamente", - "Desafrancesadamente", - "Desagarradamente", - "Desagora", - "Desagradablemente", - "Desahuciadamente", - "Desaladamente", - "Desalentadamente", - "Desamparadamente", - "Desapasionadamente", - "Desapercibidamente", - "Desaseadamente", - "Descaradamente", - "Descarnadamente", - "Descaudilladamente", - "Descoordinadamente", - "Descubiertamente", - "Descuidadamente", - "Desdeñosamente", - "Desencantadamente", - "Desfavorablemente", - "Despacio", - "Despectivamente", - "Despegadamente", - "Despiertamente", - "Después", - "Desvergonzadamente", - "Detrás", - "Dichosamente", - "Didácticamente", - "Difícilmente", - "Directamente", - "Categoría:Adverbios", - "Discretamente", - "Disculpablemente", - "Disculpadamente", - "Disparadamente", - "Disparatadamente", - "Dispositivamente", - "Divinalmente", - "Divinamente", - "Doble", - "Doctamente", - "Doctoralmente", - "Doctísimamente", - "Dolientemente", - "Doliosamente", - "Donde", - "Dondequiera", - "Doquiera", - "Dorsoventralmente", - "Dramáticamente", - "Dulce", - "Durante", - "Dónde", - "Eficientemente", - "Elásticamente", - "Embarazadamente", - "Embarazosamente", - "Embrolladamente", - "Eminencialmente", - "Eminentemente", - "Emocionalmente", - "Emotivamente", - "Empeñadamente", - "Empíricamente", - "Enamoradamente", - "Enatíamente", - "Encarecidamente", - "Encargadamente", - "Encumbradamente", - "Ende", - "Endenantes", - "Enderezadamente", - "Endiabladamente", - "Endurecidamente", - "Enemigablemente", - "Enemigamente", - "Enfadosamente", - "Enfermamente", - "Enfrente", - "Enfáticamente", - "Engañosamente", - "Enigmáticamente", - "Enojadamente", - "Enojosamente", - "Enormemente", - "Enseguida", - "Enseñadamente", - "Entendidamente", - "Enteramente", - "Enternecidamente", - "Entesadamente", - "Entonce", - "Entonces", - "Entrañablemente", - "Entrañalmente", - "Entregadamente", - "Entregamientre", - "Entretanto", - "Entricadamente", - "Enérgicamente", - "Equivocadamente", - "Equívocamente", - "Erróneamente", - "Escabrosamente", - "Escandalosamente", - "Escarnecidamente", - "Escasamente", - "Escenográficamente", - "Escientemente", - "Escondidamente", - "Escuderilmente", - "Escuetamente", - "Escépticamente", - "Esencialmente", - "Esforzadamente", - "Esmeradamente", - "Especialmente", - "Esporádicamente", - "Esto", - "Estonces", - "Estrechamente", - "Estrechísimamente", - "Estrictamente", - "Estultamente", - "Estupendamente", - "Estéticamente", - "Evidentemente", - "Exactamente", - "Excepto", - "Excesivamente", - "Exclusivamente", - "Expeditamente", - "Extendidamente", - "Extensamente", - "Extensivamente", - "Extraodinariamente", - "Extraordinariamente", - "Extravagantemente", - "Extrañamente", - "Extremadamente", - "Fabuloso", - "Familiarmente", - "Fantasmagóricamente", - "Fantásticamente", - "Fatal", - "Fatalmente", - "Favorablemente", - "Favorecidamente", - "Feamente", - "Febrilmente", - "Fecundamente", - "Festivamente", - "Fieramente", - "Filatélicamente", - "Filosóficamente", - "Finalmente", - "Firme", - "Firmemente", - "Flexiblemente", - "Formalmente", - "Francamente", - "Frecuentemente", - "Freqüentemente", - "Fuera", - "Fuertemente", - "Fácilmente", - "Fóbicamente", - "Galantemente", - "Gallardamente", - "Gananciosamente", - "Ganosamente", - "Garbosamente", - "Garridamente", - "Generalmente", - "Genialmente", - "Gentilmente", - "Gloriosamente", - "Gramaticalmente", - "Grandemente", - "Gratarola", - "Gratis", - "Gravitacionalmente", - "Guardadamente", - "Gubernativamente", - "Guerreramente", - "Hartamente", - "Harto", - "Heurísticamente", - "Hogaño", - "Honestamente", - "Hábilmente", - "Ibídem", - "Idénticamente", - "Ilegalmente", - "Imbécilmente", - "Impajaritablemente", - "Importunadamente", - "Importunamente", - "Imposiblemente", - "Improbablemente", - "Incendiariamente", - "Categoría:Adverbios", - "Inclusivamente", - "Inclusive", - "Inconscientemente", - "Inconsideradamente", - "Increíblemente", - "Incruentamente", - "Indevotamente", - "Indignamente", - "Indirectamente", - "Indudablemente", - "Inevitablemente", - "Inexplicablemente", - "Infaliblemente", - "Infernalmente", - "Informadamente", - "Ingeniosamente", - "Inmediatamente", - "Inmensamente", - "Inopinadamente", - "Insistentemente", - "Inspeccionadamente", - "Intensamente", - "Intensivamente", - "Interesadamente", - "Intrincadamente", - "Intrépidamente", - "Invariablemente", - "Invisiblemente", - "Invitadamente", - "Invocadamente", - "Involuntariamente", - "Inútilmente", - "Irregularmente", - "Irrespetuosamente", - "Jovialmente", - "Juntamente", - "Junto", - "Justiniano", - "Justo", - "Lamentablemente", - "Lascivamente", - "Lastimeramente", - "Lastimosamente", - "Lealmente", - "Legato", - "Lentamente", - "Lento", - "Lexicalmente", - "Lexicográficamente", - "Lexicológicamente", - "Libertadamente", - "Ligeramente", - "Lingüísticamente", - "Listamente", - "Llenamente", - "Localmente", - "Lujosamente", - "Léxicamente", - "Líberamente", - "Líricamente", - "Majestuosamente", - "Malavez", - "Malavés", - "Maldecidamente", - "Maldicientemente", - "Malditamente", - "Mansamente", - "Mansito", - "Maravillosamente", - "Marrulleramente", - "Matacaballo", - "Materialmente", - "Mayormente", - "Mayormientre", - "Mañana", - "Meditativamente", - "Mejor", - "Menos", - "Merecidamente", - "Mezcladamente", - "Mientra", - "Mientras", - "Mientre", - "Ministerialmente", - "Minuciosamente", - "Mismo", - "Mitad", - "Mogollón", - "Molestamente", - "Monstruosamente", - "Monótonamente", - "Mucho", - "Muchísimo", - "Muellemente", - "Mutualmente", - "Mutuamente", - "Muy", - "Más", - "Nacionalmente", - "Nada", - "Natural", - "Negativamente", - "Nerviosamente", - "Normalmente", - "Novelísticamente", - "Nuevamente", - "Nunca", - "Obligatoriamente", - "Obstinadamente", - "Obviamente", - "Ocasionalmente", - "Oficialmente", - "Ogaño", - "Oralmente", - "Organizadamente", - "Ostensiblemente", - "Pan-", - "Papalmente", - "Paremiológicamente", - "Partidamente", - "Pasaderamente", - "Paulatinamente", - "Pedagógicamente", - "Peor", - "Pequeñamente", - "Perdidamente", - "Perfectamente", - "Perfectiblemente", - "Perfecto", - "Perfetamente", - "Permisivamente", - "Pero", - "Personalmente", - "Persuasivamente", - "Persécula", - "Petulantemente", - "Piano", - "Picantemente", - "Picarescamente", - "Poco", - "Posiblemente", - "Posmeridiano", - "Posta", - "Potencialmente", - "Poéticamente", - "Precipitosamente", - "Precipuamente", - "Precisamente", - "Preocupadamente", - "Prestamente", - "Primero", - "Principalmente", - "Privado", - "Probablemente", - "Profundamente", - "Prontamente", - "Prontísimamente", - "Provechosamente", - "Prudentemente", - "Prácticamente", - "Pues", - "Puntualmente", - "Pérfidamente", - "Pésimamente", - "Pícaramente", - "Públicamente", - "Quedamente", - "Quedito", - "Quietamente", - "Quizá", - "Quizás", - "Rateramente", - "Razonadamente", - "Realmente", - "Rechazadamente", - "Reciamente", - "Recientemente", - "Recio", - "Recién", - "Recuperadamente", - "Redro", - "Reflexivamente", - "Regresivamente", - "Reiteradamente", - "Relajadamente", - "Religiosamente", - "Remilgadamente", - "Repente", - "Repentinamente", - "Repeor", - "Repetidamente", - "Reportadamente", - "Reposadamente", - "Reservadamente", - "Resolutamente", - "Resolutivamente", - "Resueltamente", - "Retenidamente", - "Retóricamente", - "Revocablemente", - "Rigorosamente", - "Rigurosamente", - "Ritualmente", - "Rotundamente", - "Rápidamente", - "Rápido", - "Sacrosantamente", - "Saludablemente", - "Salutíferamente", - "Salvajemente", - "Salvamente", - "Salvante", - "Salvo", - "Satisfactoriamente", - "Secularmente", - "Secundariamente", - "Secundo", - "Sedativamente", - "Seguidamente", - "Seguramente", - "Seguro", - "Según", - "Sensatamente", - "Sentado", - "Separadamente", - "Seriamente", - "Severamente", - "Severely", - "Señaladamente", - "Señorilmente", - "Sic", - "Sicológicamente", - "Siempre", - "Sigilosamente", - "Significantemente", - "Significativamente", - "Simbólicamente", - "Simplemente", - "Soberbiamente", - "Sobrado", - "Sobrenaturalmente", - "Socorridamente", - "Solamente", - "Solo", - "Sosegadamente", - "Sospechosamente", - "Suave", - "Suavemente", - "Subitáneamente", - "Suficientemente", - "Suficientísimamente", - "Sumamente", - "Superabundantemente", - "Superbamente", - "Supereminentemente", - "Supersticiosamente", - "Supuestamente", - "Sutilmente", - "Sólo", - "Súper", - "Tacataca", - "Talvez", - "Tampoco", - "Tangiblemente", - "Tanto", - "Tarde", - "Temporalmente", - "Tempranamente", - "Temprano", - "Tentativamente", - "Tercamente", - "Terriblemente", - "Tiranamente", - "Tiranizadamente", - "Tiránicamente", - "Todavía", - "Tolerablemente", - "Topográficamente", - "Torcidamente", - "Toscamente", - "Total", - "Totalmente", - "Tradicionalmente", - "Trasca", - "Trascartón", - "Triangularmente", - "Trimestralmente", - "Triunfalmente", - "Triunfantemente", - "Truncadamente", - "Tumultuosamente", - "Turísticamente", - "Tímidamente", - "Ulteriormente", - "Ultimadamente", - "Unidamente", - "Uniformemente", - "Unilateralmente", - "Unipersonalmente", - "Usualmente", - "Valientemente", - "Velozmente", - "Veramente", - "Verazmente", - "Verbigracia", - "Verdaderamente", - "Viceversa", - "Vilmente", - "Violentamente", - "Virtuosamente", - "Visiblemente", - "Vistosamente", - "Visualmente", - "Vivamente", - "Vivazmente", - "Volando", - "Vulgo", - "Yuso", - "Zafiamente", - "Zarrapastrosamente", - "Zonzamente", - "Ágilmente", - "Ásperamente", - "Épicamente", - "Éticamente", -] +adverbs = [ + "Bien", + "Mal", + "Despacio", + "Deprisa", + "Como", + "Mucho", + "Poco", + "Muy", + "Casi", + "Todo", + "Nada", + "Algo", + "Medio", + "Demasiado", + "Bastante", + "Más", + "Menos", + "Además", + "Incluso", + "También", + "Mucho", + "Poco", + "Muy", + "Casi", + "Todo", + "Nada", + "Algo", + "Medio", + "Demasiado", + "Bastante", + "Más", + "Menos", + "Además", + "Incluso", + "También", + "Tampoco", + "Jamás", + "Nunca", + "Acaso", + "Quizá", + "Quizás", + "Rápidamente", + "Adrede", + "Lento", + "Bajo", + "Conforme", + "Mal", + "Bien", + "Igual", + "Mejor", + "Suavemente", + "Regular", + "Lento", + "Rápidamente", + "Fuerte", + "Velozmente", + "Apasionadamente", + "Ligero", + "Tiernamente", + "Amable", + "Claro", + "Extremadamente", + "Justo", + "Tanto", + "Demasiado", + "Mucho", + "Bastante", + "Mitad", + "Absolutamente", + "Casi", + "Tan", + "Nada", + "Solo", + "Terriblemente", + "Excesivamente", + "Apenas", + "Todo", + "Mayormente", + "Aproximadamente", + "Poco", + "Posiblemente", + "Acaso", + "Probablemente", + "Quizá", + "Seguramente", + "Aparentemente", + "Eventualmente", + "Indudablemente", + "No", + "Ni", + "Nunca", + "Jamás", + "Tampoco", + "Nadie", + "Nada", + "Ningún", + "Ninguno", + "Ninguna", + "Quién", + "Cómo", + "Cuán", + "Cuándo", + "Cuál", + "Qué", + "Quiénes", + "Cuánto", + "Cuántos", + "Abajo", + "Abaldonadamente", + "Abarrisco", + "Abastadamente", + "Abastanza", + "Abasto", + "Abatidamente", + "Abdicativamente", + "Abemoladamente", + "Abiertamente", + "Abnegadamente", + "Abominablemente", + "Abondadamente", + "Abondo", + "Abondosamente", + "Aborreciblemente", + "Abrasadamente", + "Abreviadamente", + "Absolutamente", + "Abundadamente", + "Abundantemente", + "Abundo", + "Aburridamente", + "Abés", + "Acabadamente", + "Acabdilladamente", + "Académicamente", + "Acaloradamente", + "Acatadamente", + "Accesoriamente", + "Accidentadamente", + "Accidentalmente", + "Accidentariamente", + "Acedamente", + "Aceleradamente", + "Acentuadamente", + "Aceptablemente", + "Aceptadamente", + "Aceradamente", + "Acerbamente", + "Acerca", + "Aclaratoriamente", + "Acogedoramente", + "Acomodadamente", + "Acompasadamente", + "Acordablemente", + "Acordadamente", + "Acordantemente", + "Acostumbradamente", + "Acremente", + "Acrisoladamente", + "Activamente", + "Actualmente", + "Acuciadamente", + "Acuciosamente", + "Acullá", + "Acá", + "Adagietto", + "Adagio", + "Adecuadamente", + "Adelant", + "Adelantadamente", + "Adelante", + "Adelantre", + "Además", + "Adentro", + "Adonde", + "Adrede", + "Afuera", + "Agradablemente", + "Agravantemente", + "Agraviadamente", + "Agresivamente", + "Ajoba", + "Ajustadamente", + "Alarmadamente", + "Alarmantemente", + "Alborozadamente", + "Alcalizablemente", + "Alcalizadamente", + "Alegremente", + "Alerta", + "Algo", + "Allende", + "Allá", + "Allí", + "Alocadamente", + "Alrededor", + "Altamente", + "Alternativamente", + "Altimétricamente", + "Altruistamente", + "Altruísticamente", + "Altísimamente", + "Alzadamente", + "Ambiguamente", + "Ambulatoriamente", + "Amenguadamente", + "Amigablemente", + "Amistosamente", + "Amorosamente", + "Ampliamente", + "Analíticamente", + "Analógicamente", + "Anatómicamente", + "Anchamente", + "Andante", + "Angostamente", + "Animadamente", + "Aniñadamente", + "Anoche", + "Antaño", + "Anteayer", + "Antedía", + "Antemano", + "Antemeridiano", + "Anteriormente", + "Antes", + "Anticipadamente", + "Antier", + "Antiguamente", + "Análogamente", + "Aparentemente", + "Apartadamente", + "Aparte", + "Apasionadamente", + "Apegadamente", + "Apenas", + "Aposta", + "Apostadamente", + "Aproximadamente", + "Apuestamente", + "Apuesto", + "Apuradamente", + "Aquende", + "Aquí", + "Ardorosamente", + "Armoniosamente", + "Arraigadamente", + "Arrebatadamente", + "Arregladamente", + "Arregladísimamente", + "Arriba", + "Categoría:Adverbios", + "Asaz", + "Asertivamente", + "Asimismo", + "Asmadamente", + "Astrosamente", + "Asumadamente", + "Atentamente", + "Atrasadamente", + "Atrasmano", + "Atriqui", + "Atroden", + "Atrodén", + "Atrás", + "Aun", + "Auténticamente", + "Ayuso", + "Aína", + "Aúna", + "Bacano", + "Bacán", + "Bastadamente", + "Bastante", + "Bastantemente", + "Bastantísimamente", + "Bellacamente", + "Bellamente", + "Bien", + "Bulliciosamente", + "Básicamente", + "Caballerescamente", + "Caballerosamente", + "Cachada", + "Cachá", + "Caleta", + "Calorosamente", + "Calumniosamente", + "Calurosamente", + "Cansadamente", + "Cantidad", + "Capitularmente", + "Carnalmente", + "Caro", + "Casi", + "Castigadamente", + "Categóricamente", + "Católicamente", + "Cavilosamente", + "Cañón", + "Celadamente", + "Cerca", + "Chistosamente", + "Chévere", + "Cientemente", + "Científicamente", + "Ciertamente", + "Cierto", + "Clandestinamente", + "Claramente", + "Claro", + "Clericalmente", + "Clínicamente", + "Comercialmente", + "Compaginadamente", + "Compasadamente", + "Completamente", + "Comúnmente", + "Concienzudamente", + "Confidencialmente", + "Confidentemente", + "Conforme", + "Connotativamente", + "Conscientemente", + "Considerablemente", + "Contentamente", + "Contiguamente", + "Contimás", + "Contumazmente", + "Convencionalmente", + "Convincentemente", + "Coordinadamente", + "Copiosamente", + "Correctamente", + "Corriente", + "Crecidamente", + "Creíblemente", + "Cronológicamente", + "Crudamente", + "Cruelmente", + "Cruentamente", + "Crédulamente", + "Cual", + "Cuando", + "Cuantimás", + "Cuantiosamente", + "Cuanto", + "Cuidadosamente", + "Curiosamente", + "Cuándo", + "Cínicamente", + "Cómicamente", + "Cómo", + "Daquén", + "Debajo", + "Decididamente", + "Decisivamente", + "Definitivamente", + "Delant", + "Delante", + "Delicadamente", + "Demasiadamente", + "Demasiado", + "Demás", + "Denantes", + "Denotativamente", + "Densuno", + "Dentro", + "Dependientemente", + "Deprisa", + "Depurablemente", + "Depuradamente", + "Desafortunadamente", + "Desafrancesadamente", + "Desagarradamente", + "Desagora", + "Desagradablemente", + "Desahuciadamente", + "Desaladamente", + "Desalentadamente", + "Desamparadamente", + "Desapasionadamente", + "Desapercibidamente", + "Desaseadamente", + "Descaradamente", + "Descarnadamente", + "Descaudilladamente", + "Descoordinadamente", + "Descubiertamente", + "Descuidadamente", + "Desdeñosamente", + "Desencantadamente", + "Desfavorablemente", + "Despacio", + "Despectivamente", + "Despegadamente", + "Despiertamente", + "Después", + "Desvergonzadamente", + "Detrás", + "Dichosamente", + "Didácticamente", + "Difícilmente", + "Directamente", + "Categoría:Adverbios", + "Discretamente", + "Disculpablemente", + "Disculpadamente", + "Disparadamente", + "Disparatadamente", + "Dispositivamente", + "Divinalmente", + "Divinamente", + "Doble", + "Doctamente", + "Doctoralmente", + "Doctísimamente", + "Dolientemente", + "Doliosamente", + "Donde", + "Dondequiera", + "Doquiera", + "Dorsoventralmente", + "Dramáticamente", + "Dulce", + "Durante", + "Dónde", + "Eficientemente", + "Elásticamente", + "Embarazadamente", + "Embarazosamente", + "Embrolladamente", + "Eminencialmente", + "Eminentemente", + "Emocionalmente", + "Emotivamente", + "Empeñadamente", + "Empíricamente", + "Enamoradamente", + "Enatíamente", + "Encarecidamente", + "Encargadamente", + "Encumbradamente", + "Ende", + "Endenantes", + "Enderezadamente", + "Endiabladamente", + "Endurecidamente", + "Enemigablemente", + "Enemigamente", + "Enfadosamente", + "Enfermamente", + "Enfrente", + "Enfáticamente", + "Engañosamente", + "Enigmáticamente", + "Enojadamente", + "Enojosamente", + "Enormemente", + "Enseguida", + "Enseñadamente", + "Entendidamente", + "Enteramente", + "Enternecidamente", + "Entesadamente", + "Entonce", + "Entonces", + "Entrañablemente", + "Entrañalmente", + "Entregadamente", + "Entregamientre", + "Entretanto", + "Entricadamente", + "Enérgicamente", + "Equivocadamente", + "Equívocamente", + "Erróneamente", + "Escabrosamente", + "Escandalosamente", + "Escarnecidamente", + "Escasamente", + "Escenográficamente", + "Escientemente", + "Escondidamente", + "Escuderilmente", + "Escuetamente", + "Escépticamente", + "Esencialmente", + "Esforzadamente", + "Esmeradamente", + "Especialmente", + "Esporádicamente", + "Esto", + "Estonces", + "Estrechamente", + "Estrechísimamente", + "Estrictamente", + "Estultamente", + "Estupendamente", + "Estéticamente", + "Evidentemente", + "Exactamente", + "Excepto", + "Excesivamente", + "Exclusivamente", + "Expeditamente", + "Extendidamente", + "Extensamente", + "Extensivamente", + "Extraodinariamente", + "Extraordinariamente", + "Extravagantemente", + "Extrañamente", + "Extremadamente", + "Fabuloso", + "Familiarmente", + "Fantasmagóricamente", + "Fantásticamente", + "Fatal", + "Fatalmente", + "Favorablemente", + "Favorecidamente", + "Feamente", + "Febrilmente", + "Fecundamente", + "Festivamente", + "Fieramente", + "Filatélicamente", + "Filosóficamente", + "Finalmente", + "Firme", + "Firmemente", + "Flexiblemente", + "Formalmente", + "Francamente", + "Frecuentemente", + "Freqüentemente", + "Fuera", + "Fuertemente", + "Fácilmente", + "Fóbicamente", + "Galantemente", + "Gallardamente", + "Gananciosamente", + "Ganosamente", + "Garbosamente", + "Garridamente", + "Generalmente", + "Genialmente", + "Gentilmente", + "Gloriosamente", + "Gramaticalmente", + "Grandemente", + "Gratarola", + "Gratis", + "Gravitacionalmente", + "Guardadamente", + "Gubernativamente", + "Guerreramente", + "Hartamente", + "Harto", + "Heurísticamente", + "Hogaño", + "Honestamente", + "Hábilmente", + "Ibídem", + "Idénticamente", + "Ilegalmente", + "Imbécilmente", + "Impajaritablemente", + "Importunadamente", + "Importunamente", + "Imposiblemente", + "Improbablemente", + "Incendiariamente", + "Categoría:Adverbios", + "Inclusivamente", + "Inclusive", + "Inconscientemente", + "Inconsideradamente", + "Increíblemente", + "Incruentamente", + "Indevotamente", + "Indignamente", + "Indirectamente", + "Indudablemente", + "Inevitablemente", + "Inexplicablemente", + "Infaliblemente", + "Infernalmente", + "Informadamente", + "Ingeniosamente", + "Inmediatamente", + "Inmensamente", + "Inopinadamente", + "Insistentemente", + "Inspeccionadamente", + "Intensamente", + "Intensivamente", + "Interesadamente", + "Intrincadamente", + "Intrépidamente", + "Invariablemente", + "Invisiblemente", + "Invitadamente", + "Invocadamente", + "Involuntariamente", + "Inútilmente", + "Irregularmente", + "Irrespetuosamente", + "Jovialmente", + "Juntamente", + "Junto", + "Justiniano", + "Justo", + "Lamentablemente", + "Lascivamente", + "Lastimeramente", + "Lastimosamente", + "Lealmente", + "Legato", + "Lentamente", + "Lento", + "Lexicalmente", + "Lexicográficamente", + "Lexicológicamente", + "Libertadamente", + "Ligeramente", + "Lingüísticamente", + "Listamente", + "Llenamente", + "Localmente", + "Lujosamente", + "Léxicamente", + "Líberamente", + "Líricamente", + "Majestuosamente", + "Malavez", + "Malavés", + "Maldecidamente", + "Maldicientemente", + "Malditamente", + "Mansamente", + "Mansito", + "Maravillosamente", + "Marrulleramente", + "Matacaballo", + "Materialmente", + "Mayormente", + "Mayormientre", + "Mañana", + "Meditativamente", + "Mejor", + "Menos", + "Merecidamente", + "Mezcladamente", + "Mientra", + "Mientras", + "Mientre", + "Ministerialmente", + "Minuciosamente", + "Mismo", + "Mitad", + "Mogollón", + "Molestamente", + "Monstruosamente", + "Monótonamente", + "Mucho", + "Muchísimo", + "Muellemente", + "Mutualmente", + "Mutuamente", + "Muy", + "Más", + "Nacionalmente", + "Nada", + "Natural", + "Negativamente", + "Nerviosamente", + "Normalmente", + "Novelísticamente", + "Nuevamente", + "Nunca", + "Obligatoriamente", + "Obstinadamente", + "Obviamente", + "Ocasionalmente", + "Oficialmente", + "Ogaño", + "Oralmente", + "Organizadamente", + "Ostensiblemente", + "Pan-", + "Papalmente", + "Paremiológicamente", + "Partidamente", + "Pasaderamente", + "Paulatinamente", + "Pedagógicamente", + "Peor", + "Pequeñamente", + "Perdidamente", + "Perfectamente", + "Perfectiblemente", + "Perfecto", + "Perfetamente", + "Permisivamente", + "Pero", + "Personalmente", + "Persuasivamente", + "Persécula", + "Petulantemente", + "Piano", + "Picantemente", + "Picarescamente", + "Poco", + "Posiblemente", + "Posmeridiano", + "Posta", + "Potencialmente", + "Poéticamente", + "Precipitosamente", + "Precipuamente", + "Precisamente", + "Preocupadamente", + "Prestamente", + "Primero", + "Principalmente", + "Privado", + "Probablemente", + "Profundamente", + "Prontamente", + "Prontísimamente", + "Provechosamente", + "Prudentemente", + "Prácticamente", + "Pues", + "Puntualmente", + "Pérfidamente", + "Pésimamente", + "Pícaramente", + "Públicamente", + "Quedamente", + "Quedito", + "Quietamente", + "Quizá", + "Quizás", + "Rateramente", + "Razonadamente", + "Realmente", + "Rechazadamente", + "Reciamente", + "Recientemente", + "Recio", + "Recién", + "Recuperadamente", + "Redro", + "Reflexivamente", + "Regresivamente", + "Reiteradamente", + "Relajadamente", + "Religiosamente", + "Remilgadamente", + "Repente", + "Repentinamente", + "Repeor", + "Repetidamente", + "Reportadamente", + "Reposadamente", + "Reservadamente", + "Resolutamente", + "Resolutivamente", + "Resueltamente", + "Retenidamente", + "Retóricamente", + "Revocablemente", + "Rigorosamente", + "Rigurosamente", + "Ritualmente", + "Rotundamente", + "Rápidamente", + "Rápido", + "Sacrosantamente", + "Saludablemente", + "Salutíferamente", + "Salvajemente", + "Salvamente", + "Salvante", + "Salvo", + "Satisfactoriamente", + "Secularmente", + "Secundariamente", + "Secundo", + "Sedativamente", + "Seguidamente", + "Seguramente", + "Seguro", + "Según", + "Sensatamente", + "Sentado", + "Separadamente", + "Seriamente", + "Severamente", + "Severely", + "Señaladamente", + "Señorilmente", + "Sic", + "Sicológicamente", + "Siempre", + "Sigilosamente", + "Significantemente", + "Significativamente", + "Simbólicamente", + "Simplemente", + "Soberbiamente", + "Sobrado", + "Sobrenaturalmente", + "Socorridamente", + "Solamente", + "Solo", + "Sosegadamente", + "Sospechosamente", + "Suave", + "Suavemente", + "Subitáneamente", + "Suficientemente", + "Suficientísimamente", + "Sumamente", + "Superabundantemente", + "Superbamente", + "Supereminentemente", + "Supersticiosamente", + "Supuestamente", + "Sutilmente", + "Sólo", + "Súper", + "Tacataca", + "Talvez", + "Tampoco", + "Tangiblemente", + "Tanto", + "Tarde", + "Temporalmente", + "Tempranamente", + "Temprano", + "Tentativamente", + "Tercamente", + "Terriblemente", + "Tiranamente", + "Tiranizadamente", + "Tiránicamente", + "Todavía", + "Tolerablemente", + "Topográficamente", + "Torcidamente", + "Toscamente", + "Total", + "Totalmente", + "Tradicionalmente", + "Trasca", + "Trascartón", + "Triangularmente", + "Trimestralmente", + "Triunfalmente", + "Triunfantemente", + "Truncadamente", + "Tumultuosamente", + "Turísticamente", + "Tímidamente", + "Ulteriormente", + "Ultimadamente", + "Unidamente", + "Uniformemente", + "Unilateralmente", + "Unipersonalmente", + "Usualmente", + "Valientemente", + "Velozmente", + "Veramente", + "Verazmente", + "Verbigracia", + "Verdaderamente", + "Viceversa", + "Vilmente", + "Violentamente", + "Virtuosamente", + "Visiblemente", + "Vistosamente", + "Visualmente", + "Vivamente", + "Vivazmente", + "Volando", + "Vulgo", + "Yuso", + "Zafiamente", + "Zarrapastrosamente", + "Zonzamente", + "Ágilmente", + "Ásperamente", + "Épicamente", + "Éticamente", +] diff --git a/api/nick_generator/nick_generator.py b/api/nick_generator/nick_generator.py index dfdd23f1..bf40fa8a 100755 --- a/api/nick_generator/nick_generator.py +++ b/api/nick_generator/nick_generator.py @@ -1,225 +1,225 @@ -from .utils import human_format - -import hashlib -import time - -""" -Deterministic nick generator from SHA256 hash. - -It builds Nicknames as: -Adverb + Adjective + Noun + Numeric(0-999) - -With the current English dictionaries there -is a total of to 450*4800*12500*1000 = -28 Trillion deterministic nicks -""" - - -class NickGenerator: - def __init__( - self, - lang="English", - use_adv=True, - use_adj=True, - use_noun=True, - max_num=999, - verbose=False, - ): - """ - used_adv: bool , True if adverbs are used in the nick. - used_adj: bool , True if adjectives are used in the nick. - use_noun: bool , True if nouns are used in the nick. - max_num: int, max integer to be used in nick (at least 1) - """ - if lang == "English": - from .dicts.en.adverbs import adverbs - from .dicts.en.adjectives import adjectives - from .dicts.en.nouns import nouns - elif lang == "Spanish": - from .dicts.es.adverbs import adverbs - from .dicts.es.adjectives import adjectives - from .dicts.es.nouns import nouns - else: - raise ValueError("Language not implemented.") - - if verbose: - print( - f"{lang} SHA256 Nick Generator initialized with:" - + f"\nUp to {len(adverbs)} adverbs." - + f"\nUp to {len(adjectives)} adjectives." - + f"\nUp to {len(nouns)} nouns." - + f"\nUp to {max_num+1} numerics.\n" - ) - - self.use_adv = use_adv - self.use_adj = use_adj - self.use_noun = use_noun - self.max_num = max_num - self.verbose = verbose - self.adverbs = adverbs - self.adjectives = adjectives - self.nouns = nouns - - def from_SHA256(self, hash=None): - """ - Converts hash to int, min-max scales it - to the pool size of nicks, uses it as - index to construct the nick element by - element. - - hash; SHA256 hash as bytes - """ - - # Get size of dictionaries for each element - num_adv = len(self.adverbs) if self.use_adv else 1 - num_adj = len(self.adjectives) if self.use_adj else 1 - num_nouns = len(self.nouns) if self.use_noun else 1 - - # Compute pool size by combinatorics - pool_size = self.max_num * num_nouns * num_adj * num_adv - - # Min-Max scale the hash relative to the pool size - max_int_hash = 2**256 - int_hash = int(hash, 16) - nick_id = int((int_hash / max_int_hash) * pool_size) - - # Compute adverb id - if self.use_adv: - adv_id = int(nick_id / (self.max_num * num_nouns * num_adj)) - adv = self.adverbs[adv_id] - remainder = nick_id - adv_id * self.max_num * num_nouns * num_adj - if self.verbose: - print(f"Adverb: {adv}, id {adv_id}.") - else: - adv_id, adv, remainder = 0, "", nick_id - - # Compute adjective id - if self.use_adj: - adj_id = int(remainder / (self.max_num * num_nouns)) - adj = self.adjectives[adj_id] - remainder = remainder - adj_id * self.max_num * num_nouns - if self.verbose: - print(f"Adjective: {adj}, id {adj_id}.") - else: - adj_id, adj = 0, "" - - # Compute noun id - if self.use_noun: - noun_id = int(remainder / self.max_num) - noun = self.nouns[noun_id] - if self.verbose: - print(f"Noun: {noun}, id {noun_id}.\n") - else: - noun_id, noun = 0, "" - - # Remainder is the numeric element - if self.max_num > 0: - num_id = remainder - noun_id * self.max_num - number = str(num_id) - else: - num_id, number = 0, "" - - # Build nick - nick = adv + adj + noun + number - - return nick, nick_id, pool_size - - def short_from_SHA256( - self, - primer_hash=None, - max_length=25, - max_iter=10000, - ): - """ - Generates Nicks that are short. - - Iterates trough hashes deterministically - until it finds a nick that satisfies - the lenght restriction. - """ - hash = primer_hash - i = 0 - while i < max_iter: - nick, nick_id, pool_size = self.from_SHA256(hash) - if len(nick) <= max_length: - return nick, nick_id, pool_size, i - else: - string = str(hash) + str(42) - hash = hashlib.sha256(str.encode(string)).hexdigest() - i = i + 1 - return "", 0, 0, i - - def compute_pool_size_loss(self, max_length=22, max_iter=1000000, num_runs=5000): - """ - Computes median an average loss of - nick pool diversity due to max_lenght - restrictions. - """ - - import random - import statistics - - attempts = [] - for i in range(num_runs): - - string = str(random.uniform(0, 1000000)) - hash = hashlib.sha256(str.encode(string)).hexdigest() - - _, _, pool_size, tries = self.short_from_SHA256(hash, max_length) - attempts.append(tries) - - median = statistics.median(attempts) - mean = statistics.mean(attempts) - - print(f"\nFor max_length of {max_length}:") - print(f"Median loss of entropy factor is {median}.") - print(f"Mean loss of entropy factor is {mean}.") - print( - f"Approximate real pool is {human_format( int(pool_size/(mean+1)))} nicks in size." - ) - - -if __name__ == "__main__": - - # Just for code timming - t0 = time.time() - - # Hardcoded example text and hashing - nick_lang = "English" # Spanish - hash = hashlib.sha256(b"No one expected such cool nick!!").hexdigest() - max_length = 22 - max_iter = 100000000 - - # Initialized nick generator - GenNick = NickGenerator(lang=nick_lang) - - # Generates a short nick with length limit from SHA256 - nick, nick_id, pool_size, iterations = GenNick.short_from_SHA256( - hash, max_length, max_iter - ) - - # Output - print( - f"Nick number {nick_id} has been selected among" - + f" {human_format(pool_size)} possible nicks.\n" - + f"Needed {iterations} iterations to find one " - + f"this short.\nYour nick is {nick} !\n" - ) - print(f"Nick lenght is {len(nick)} characters.") - print(f"Nick landed at height {nick_id/(pool_size+1)} on the pool.") - print(f"Took {time.time()-t0} secs.\n") - - # Print many nicks - import random - - random.seed(1) - - for i in range(100): - string = str(random.uniform(0, 1000000)) - hash = hashlib.sha256(str.encode(string)).hexdigest() - print( - GenNick.short_from_SHA256(hash, max_length=max_length, max_iter=max_iter)[0] - ) - - # Other analysis - GenNick.compute_pool_size_loss(max_length, max_iter, 200) +import hashlib +import time + +from .utils import human_format + +""" +Deterministic nick generator from SHA256 hash. + +It builds Nicknames as: +Adverb + Adjective + Noun + Numeric(0-999) + +With the current English dictionaries there +is a total of to 450*4800*12500*1000 = +28 Trillion deterministic nicks +""" + + +class NickGenerator: + def __init__( + self, + lang="English", + use_adv=True, + use_adj=True, + use_noun=True, + max_num=999, + verbose=False, + ): + """ + used_adv: bool , True if adverbs are used in the nick. + used_adj: bool , True if adjectives are used in the nick. + use_noun: bool , True if nouns are used in the nick. + max_num: int, max integer to be used in nick (at least 1) + """ + if lang == "English": + from .dicts.en.adjectives import adjectives + from .dicts.en.adverbs import adverbs + from .dicts.en.nouns import nouns + elif lang == "Spanish": + from .dicts.es.adjectives import adjectives + from .dicts.es.adverbs import adverbs + from .dicts.es.nouns import nouns + else: + raise ValueError("Language not implemented.") + + if verbose: + print( + f"{lang} SHA256 Nick Generator initialized with:" + + f"\nUp to {len(adverbs)} adverbs." + + f"\nUp to {len(adjectives)} adjectives." + + f"\nUp to {len(nouns)} nouns." + + f"\nUp to {max_num+1} numerics.\n" + ) + + self.use_adv = use_adv + self.use_adj = use_adj + self.use_noun = use_noun + self.max_num = max_num + self.verbose = verbose + self.adverbs = adverbs + self.adjectives = adjectives + self.nouns = nouns + + def from_SHA256(self, hash=None): + """ + Converts hash to int, min-max scales it + to the pool size of nicks, uses it as + index to construct the nick element by + element. + + hash; SHA256 hash as bytes + """ + + # Get size of dictionaries for each element + num_adv = len(self.adverbs) if self.use_adv else 1 + num_adj = len(self.adjectives) if self.use_adj else 1 + num_nouns = len(self.nouns) if self.use_noun else 1 + + # Compute pool size by combinatorics + pool_size = self.max_num * num_nouns * num_adj * num_adv + + # Min-Max scale the hash relative to the pool size + max_int_hash = 2**256 + int_hash = int(hash, 16) + nick_id = int((int_hash / max_int_hash) * pool_size) + + # Compute adverb id + if self.use_adv: + adv_id = int(nick_id / (self.max_num * num_nouns * num_adj)) + adv = self.adverbs[adv_id] + remainder = nick_id - adv_id * self.max_num * num_nouns * num_adj + if self.verbose: + print(f"Adverb: {adv}, id {adv_id}.") + else: + adv_id, adv, remainder = 0, "", nick_id + + # Compute adjective id + if self.use_adj: + adj_id = int(remainder / (self.max_num * num_nouns)) + adj = self.adjectives[adj_id] + remainder = remainder - adj_id * self.max_num * num_nouns + if self.verbose: + print(f"Adjective: {adj}, id {adj_id}.") + else: + adj_id, adj = 0, "" + + # Compute noun id + if self.use_noun: + noun_id = int(remainder / self.max_num) + noun = self.nouns[noun_id] + if self.verbose: + print(f"Noun: {noun}, id {noun_id}.\n") + else: + noun_id, noun = 0, "" + + # Remainder is the numeric element + if self.max_num > 0: + num_id = remainder - noun_id * self.max_num + number = str(num_id) + else: + num_id, number = 0, "" + + # Build nick + nick = adv + adj + noun + number + + return nick, nick_id, pool_size + + def short_from_SHA256( + self, + primer_hash=None, + max_length=25, + max_iter=10000, + ): + """ + Generates Nicks that are short. + + Iterates trough hashes deterministically + until it finds a nick that satisfies + the lenght restriction. + """ + hash = primer_hash + i = 0 + while i < max_iter: + nick, nick_id, pool_size = self.from_SHA256(hash) + if len(nick) <= max_length: + return nick, nick_id, pool_size, i + else: + string = str(hash) + str(42) + hash = hashlib.sha256(str.encode(string)).hexdigest() + i = i + 1 + return "", 0, 0, i + + def compute_pool_size_loss(self, max_length=22, max_iter=1000000, num_runs=5000): + """ + Computes median an average loss of + nick pool diversity due to max_lenght + restrictions. + """ + + import random + import statistics + + attempts = [] + for i in range(num_runs): + + string = str(random.uniform(0, 1000000)) + hash = hashlib.sha256(str.encode(string)).hexdigest() + + _, _, pool_size, tries = self.short_from_SHA256(hash, max_length) + attempts.append(tries) + + median = statistics.median(attempts) + mean = statistics.mean(attempts) + + print(f"\nFor max_length of {max_length}:") + print(f"Median loss of entropy factor is {median}.") + print(f"Mean loss of entropy factor is {mean}.") + print( + f"Approximate real pool is {human_format( int(pool_size/(mean+1)))} nicks in size." + ) + + +if __name__ == "__main__": + + # Just for code timming + t0 = time.time() + + # Hardcoded example text and hashing + nick_lang = "English" # Spanish + hash = hashlib.sha256(b"No one expected such cool nick!!").hexdigest() + max_length = 22 + max_iter = 100000000 + + # Initialized nick generator + GenNick = NickGenerator(lang=nick_lang) + + # Generates a short nick with length limit from SHA256 + nick, nick_id, pool_size, iterations = GenNick.short_from_SHA256( + hash, max_length, max_iter + ) + + # Output + print( + f"Nick number {nick_id} has been selected among" + + f" {human_format(pool_size)} possible nicks.\n" + + f"Needed {iterations} iterations to find one " + + f"this short.\nYour nick is {nick} !\n" + ) + print(f"Nick lenght is {len(nick)} characters.") + print(f"Nick landed at height {nick_id/(pool_size+1)} on the pool.") + print(f"Took {time.time()-t0} secs.\n") + + # Print many nicks + import random + + random.seed(1) + + for i in range(100): + string = str(random.uniform(0, 1000000)) + hash = hashlib.sha256(str.encode(string)).hexdigest() + print( + GenNick.short_from_SHA256(hash, max_length=max_length, max_iter=max_iter)[0] + ) + + # Other analysis + GenNick.compute_pool_size_loss(max_length, max_iter, 200) diff --git a/api/nick_generator/utils.py b/api/nick_generator/utils.py index 0786ca93..8b7599de 100755 --- a/api/nick_generator/utils.py +++ b/api/nick_generator/utils.py @@ -1,8 +1,8 @@ -from math import log, floor - - -def human_format(number): - units = ["", " Thousand", " Million", " Billion", " Trillion", " Quatrillion"] - k = 1000.0 - magnitude = int(floor(log(number, k))) - return "%.2f%s" % (number / k**magnitude, units[magnitude]) +from math import floor, log + + +def human_format(number): + units = ["", " Thousand", " Million", " Billion", " Trillion", " Quatrillion"] + k = 1000.0 + magnitude = int(floor(log(number, k))) + return "%.2f%s" % (number / k**magnitude, units[magnitude]) diff --git a/api/serializers.py b/api/serializers.py index d12c150f..327eb23a 100644 --- a/api/serializers.py +++ b/api/serializers.py @@ -1,6 +1,7 @@ -from rest_framework import serializers -from .models import MarketTick, Order from decouple import config +from rest_framework import serializers + +from .models import MarketTick, Order RETRY_TIME = int(config("RETRY_TIME")) MIN_PUBLIC_ORDER_DURATION_SECS = 60 * 60 * float(config("MIN_PUBLIC_ORDER_DURATION")) diff --git a/api/tasks.py b/api/tasks.py index f0cfcb47..4a6fc57b 100644 --- a/api/tasks.py +++ b/api/tasks.py @@ -6,12 +6,14 @@ def users_cleansing(): """ Deletes users never used 12 hours after creation """ + from datetime import timedelta + from django.contrib.auth.models import User from django.db.models import Q - from api.logics import Logics - from datetime import timedelta from django.utils import timezone + from api.logics import Logics + # Users who's last login has not been in the last 6 hours active_time_range = (timezone.now() - timedelta(hours=6), timezone.now()) queryset = User.objects.filter(~Q(last_login__range=active_time_range)) @@ -75,11 +77,12 @@ def give_rewards(): def follow_send_payment(hash): """Sends sats to buyer, continuous update""" - from decouple import config - from django.utils import timezone from datetime import timedelta - from api.lightning.node import LNNode, MACAROON + from decouple import config + from django.utils import timezone + + from api.lightning.node import MACAROON, LNNode from api.models import LNPayment, Order lnpayment = LNPayment.objects.get(payment_hash=hash) @@ -188,12 +191,13 @@ def payments_cleansing(): Deletes 'cancelled' or 'create' onchain_payments """ - from django.db.models import Q - from api.models import LNPayment - from api.models import OnchainPayment from datetime import timedelta + + from django.db.models import Q from django.utils import timezone + from api.models import LNPayment, OnchainPayment + # Orders that have expired more than -3 days ago # Usually expiry is 1 day for every finished order. So ~4 days until # a never locked hodl invoice is removed. @@ -244,11 +248,11 @@ def payments_cleansing(): @shared_task(name="cache_external_market_prices", ignore_result=True) def cache_market(): + from django.utils import timezone + from .models import Currency from .utils import get_exchange_rates - from django.utils import timezone - currency_codes = list(Currency.currency_dict.values()) exchange_rates = get_exchange_rates(currency_codes) diff --git a/api/urls.py b/api/urls.py index d893508c..9e7f8d37 100644 --- a/api/urls.py +++ b/api/urls.py @@ -1,19 +1,21 @@ from django.urls import path +from drf_spectacular.views import SpectacularAPIView, SpectacularRedocView + +from chat.views import ChatView + from .views import ( + BookView, + HistoricalView, + InfoView, + LimitView, MakerView, OrderView, - UserView, - BookView, - InfoView, - RewardView, PriceView, - LimitView, - HistoricalView, - TickView, + RewardView, StealthView, + TickView, + UserView, ) -from drf_spectacular.views import SpectacularAPIView, SpectacularRedocView -from chat.views import ChatView urlpatterns = [ path("schema/", SpectacularAPIView.as_view(), name="schema"), diff --git a/api/views.py b/api/views.py index 92b8c113..4478e43c 100644 --- a/api/views.py +++ b/api/views.py @@ -1,12 +1,26 @@ -from django.db.models import Sum, Q +import hashlib +from datetime import datetime, timedelta +from math import log2 +from pathlib import Path +from secrets import token_urlsafe + +from decouple import config +from django.conf import settings +from django.contrib.auth import authenticate, login, logout +from django.contrib.auth.models import User +from django.db.models import Q, Sum +from django.utils import timezone from drf_spectacular.utils import extend_schema from rest_framework import status, viewsets from rest_framework.generics import CreateAPIView, ListAPIView, UpdateAPIView -from rest_framework.views import APIView from rest_framework.response import Response +from rest_framework.views import APIView +from robohash import Robohash +from scipy.stats import entropy -from django.contrib.auth import authenticate, login, logout -from django.contrib.auth.models import User +from api.logics import Logics +from api.messages import Telegram +from api.models import Currency, LNPayment, MarketTick, OnchainPayment, Order, Profile from api.oas_schemas import ( BookViewSchema, HistoricalViewSchema, @@ -20,43 +34,29 @@ from api.oas_schemas import ( TickViewSchema, UserViewSchema, ) - -from chat.views import ChatView from api.serializers import ( + ClaimRewardSerializer, InfoSerializer, ListOrderSerializer, MakeOrderSerializer, OrderPublicSerializer, - UpdateOrderSerializer, - ClaimRewardSerializer, PriceSerializer, - UserGenSerializer, - TickSerializer, StealthSerializer, + TickSerializer, + UpdateOrderSerializer, + UserGenSerializer, ) -from api.models import LNPayment, MarketTick, OnchainPayment, Order, Currency, Profile -from control.models import AccountingDay, BalanceLog -from api.logics import Logics -from api.messages import Telegram -from secrets import token_urlsafe from api.utils import ( + compute_avg_premium, + compute_premium_percentile, get_lnd_version, get_robosats_commit, get_robosats_version, - compute_premium_percentile, - compute_avg_premium, ) +from chat.views import ChatView +from control.models import AccountingDay, BalanceLog from .nick_generator.nick_generator import NickGenerator -from robohash import Robohash -from scipy.stats import entropy -from math import log2 -import hashlib -from pathlib import Path -from datetime import timedelta, datetime -from django.utils import timezone -from django.conf import settings -from decouple import config EXP_MAKER_BOND_INVOICE = int(config("EXP_MAKER_BOND_INVOICE")) RETRY_TIME = int(config("RETRY_TIME")) diff --git a/chat/admin.py b/chat/admin.py index 96c01a28..b688791c 100644 --- a/chat/admin.py +++ b/chat/admin.py @@ -1,5 +1,6 @@ from django.contrib import admin from django_admin_relation_links import AdminChangeLinksMixin + from chat.models import ChatRoom, Message # Register your models here. diff --git a/chat/consumers.py b/chat/consumers.py index c5ca8643..6c2686af 100644 --- a/chat/consumers.py +++ b/chat/consumers.py @@ -1,10 +1,11 @@ -from channels.generic.websocket import AsyncWebsocketConsumer +import json + from channels.db import database_sync_to_async +from channels.generic.websocket import AsyncWebsocketConsumer + from api.models import Order from chat.models import ChatRoom, Message -import json - class ChatRoomConsumer(AsyncWebsocketConsumer): @database_sync_to_async diff --git a/chat/models.py b/chat/models.py index 0eabb64b..41c361fa 100644 --- a/chat/models.py +++ b/chat/models.py @@ -1,7 +1,8 @@ from django.db import models -from api.models import User, Order from django.utils import timezone +from api.models import Order, User + class ChatRoom(models.Model): """ diff --git a/chat/routing.py b/chat/routing.py index 43ffec36..e99ffef1 100644 --- a/chat/routing.py +++ b/chat/routing.py @@ -1,4 +1,5 @@ from django.urls import re_path + from . import consumers websocket_urlpatterns = [ diff --git a/chat/serializers.py b/chat/serializers.py index 7e39142b..76d95454 100644 --- a/chat/serializers.py +++ b/chat/serializers.py @@ -1,4 +1,5 @@ from rest_framework import serializers + from chat.models import Message diff --git a/chat/tasks.py b/chat/tasks.py index 9bf4efea..e923d276 100644 --- a/chat/tasks.py +++ b/chat/tasks.py @@ -8,10 +8,12 @@ def chatrooms_cleansing(): that have completely finished more than 3 days ago. """ + from datetime import timedelta + + from django.utils import timezone + from api.models import Order from chat.models import ChatRoom - from datetime import timedelta - from django.utils import timezone finished_states = [ Order.Status.SUC, diff --git a/chat/views.py b/chat/views.py index 01c542a4..1b11617d 100644 --- a/chat/views.py +++ b/chat/views.py @@ -1,13 +1,14 @@ -from rest_framework import status, viewsets -from chat.serializers import ChatSerializer, PostMessageSerializer -from chat.models import Message, ChatRoom -from api.models import Order, User -from rest_framework.response import Response from datetime import timedelta -from django.utils import timezone from asgiref.sync import async_to_sync from channels.layers import get_channel_layer +from django.utils import timezone +from rest_framework import status, viewsets +from rest_framework.response import Response + +from api.models import Order, User +from chat.models import ChatRoom, Message +from chat.serializers import ChatSerializer, PostMessageSerializer class ChatView(viewsets.ViewSet): diff --git a/control/admin.py b/control/admin.py index 3d1aea5a..5bfd2299 100755 --- a/control/admin.py +++ b/control/admin.py @@ -1,7 +1,8 @@ from django.contrib import admin -from control.models import AccountingDay, BalanceLog from import_export.admin import ImportExportModelAdmin +from control.models import AccountingDay, BalanceLog + # Register your models here. diff --git a/control/tasks.py b/control/tasks.py index 44a5ac04..8f7ddf3c 100644 --- a/control/tasks.py +++ b/control/tasks.py @@ -7,12 +7,14 @@ def do_accounting(): Does all accounting from the beginning of time """ - from api.models import Order, LNPayment, OnchainPayment, Profile, MarketTick - from control.models import AccountingDay - from django.utils import timezone from datetime import timedelta - from django.db.models import Sum + from decouple import config + from django.db.models import Sum + from django.utils import timezone + + from api.models import LNPayment, MarketTick, OnchainPayment, Order, Profile + from control.models import AccountingDay all_payments = LNPayment.objects.all() all_ticks = MarketTick.objects.all() diff --git a/docker-compose.yml b/docker-compose.yml index 06835035..49e8f423 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: volumes: - .:/usr/src/robosats command: bash -c "cd /usr/src/robosats/docs/ - && bundle install + && bundle install && bundle exec jekyll serve --force_polling -H 0.0.0.0 -P 4000" ports: - 4000:4000 @@ -105,7 +105,7 @@ services: - redis network_mode: service:tor - celery-beat: + celery-beat: image: backend container_name: cele-beat-dev restart: always @@ -174,7 +174,7 @@ services: - ./node/tor/data:/var/lib/tor:ro - ./node/tor/config:/etc/tor:ro - ./node/bitcoin:/home/bitcoin/.bitcoin - + postgres: image: postgres:14.2-alpine container_name: sql-dev diff --git a/docs/_config.yml b/docs/_config.yml index bd097609..078d8dd0 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -28,9 +28,9 @@ teaser : # path of fallback teaser image, e.g. "/assets/images logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" masthead_title : # overrides the website title displayed in the masthead, use " " for no title # breadcrumbs : false # true, false (default) -words_per_minute : +words_per_minute : robosats: - node_id : 0282eb467bc073833a039940392592bf10cf338a830ba4e392c1667d7697654c7e + node_id : 0282eb467bc073833a039940392592bf10cf338a830ba4e392c1667d7697654c7e donation_address : bc1qj3p8k9dufx8f9r4hc5dmls2letgcya48q2jart maker_fee : 0.025 # In percent (%) taker_fee : 0.175 # In percent (%) diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index 554c1f5f..d989f679 100644 --- a/docs/_data/navigation.yml +++ b/docs/_data/navigation.yml @@ -63,7 +63,7 @@ docs: - title: '  API' url: /docs/api-v0.1/ - - title: 'Best Practices' + - title: 'Best Practices' url: /docs/best-practices/ children: - title: '  PGP Encryption' @@ -100,7 +100,7 @@ tutorial: url: "/read/es/" - title: '   Deutsch' url: "/read/de/" - + contribute: - title: 'Contribute' url: /contribute/ diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index c5986b0b..8f948ed8 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -19,18 +19,18 @@ -You will be prompt to enter the passphrase of the private key. We use our *supersecret* robot **token** to decrypt it, you are the only one who knows the robot token. +You will be prompt to enter the passphrase of the private key. We use our *supersecret* robot **token** to decrypt it, you are the only one who knows the robot token.
@@ -59,7 +59,7 @@ echo "" | gpg --import
-We are all set. We have imported our encrypted private key and our peer's public key into GPG. So far everything seems to be right. +We are all set. We have imported our encrypted private key and our peer's public key into GPG. So far everything seems to be right. ### Decrypting and verifying messages with GnuPG #### Decrypt message @@ -94,7 +94,7 @@ Voilà! Here it is. We can be guaranteed that: Since messages are signed by the robots keeping the log our robot token is very useful in case of a dispute. If your peer tries to cheat on you and then lies to the staff that is in charge of solving the dispute, you can prove it! It is useful to export the full chat log as Json (click export button) or, at least conserve your robot token. With those you can provide very excellent evidence that he said something different in the private chat with you. -The frontend application of RoboSats that runs on your browser does the job of encrypting, decrypting an verifying every message. But in this tutorial we have independently verified it works as intended: we have verified that **only the person with access to the robot token can read (decrypt) and sign messages** during a RoboSats trade. +The frontend application of RoboSats that runs on your browser does the job of encrypting, decrypting an verifying every message. But in this tutorial we have independently verified it works as intended: we have verified that **only the person with access to the robot token can read (decrypt) and sign messages** during a RoboSats trade. **ProTip:** In order to independently verify that your token is absolutely secret and never sent to a third party you will need to run a HTTP request packet sniffer. You can also check by yourself the [frontend source code](https://github.com/Reckless-Satoshi/robosats/tree/main/frontend/src). {: .notice--secondary} diff --git a/docs/_pages/docs/01-best-practices/01-pgp-guide_es.md b/docs/_pages/docs/01-best-practices/01-pgp-guide_es.md index 7226f4fd..3df8fd7e 100644 --- a/docs/_pages/docs/01-best-practices/01-pgp-guide_es.md +++ b/docs/_pages/docs/01-best-practices/01-pgp-guide_es.md @@ -8,7 +8,7 @@ sidebar: title: 'Encriptación PGP' nav: docs src: "_pages/docs/01-best-practices/01-pgp-guide_es.md" ---- +--- Cómo usar OpenKeychain para cifrar datos sensibles al usar RoboSats. diff --git a/docs/_pages/docs/01-best-practices/02-payment-methods.md b/docs/_pages/docs/01-best-practices/02-payment-methods.md index cfb8a983..a87e9556 100644 --- a/docs/_pages/docs/01-best-practices/02-payment-methods.md +++ b/docs/_pages/docs/01-best-practices/02-payment-methods.md @@ -8,7 +8,7 @@ sidebar: title: 'Fiat Best Practices' nav: docs src: "_pages/docs/01-best-practices/02-payment-methods.md" ---- +--- Currently, there are no restrictions on the fiat payment method. You can pay with any method that both you and your peer agree on. This includes the higher risk method such as PayPal, Venmo, and Cash apps. However, the payment method with lower risk is recommended, you can learn more details about the characteristics and differences of each fiat payment method from Bisq wiki. The Bisq guidelines apply as the default guidelines for RoboSats. @@ -55,7 +55,7 @@ Find more details on [Amazon eGift card Bisq guidelines](https://bisq.wiki/Amazo The best practice for users trying to transact with a payment method with a high risk of losing funds is discussed in this section. ### Paypal -Paypal is one of the widely used fiat payment methods. However, with PayPal buyer protection policy, buyer can do fraudulent action by creating a refund request in PayPal after the trading process in RoboSats is finished and therefore taking both fiat and bitcoin all by themselves. +Paypal is one of the widely used fiat payment methods. However, with PayPal buyer protection policy, buyer can do fraudulent action by creating a refund request in PayPal after the trading process in RoboSats is finished and therefore taking both fiat and bitcoin all by themselves. This fraud can be prevented by agreeing with the buyer to have them send money using the “send money to a friend or family member” option. This will make the buyer become the one liable for the transaction fee and make it less likely for them to request a refund. diff --git a/docs/_pages/docs/01-best-practices/03-proxy-wallets.md b/docs/_pages/docs/01-best-practices/03-proxy-wallets.md index b0ffe0bf..a80d7a68 100644 --- a/docs/_pages/docs/01-best-practices/03-proxy-wallets.md +++ b/docs/_pages/docs/01-best-practices/03-proxy-wallets.md @@ -6,6 +6,6 @@ sidebar: title: 'Proxy Wallets' nav: docs src: "_pages/docs/01-best-practices/03-proxy-wallets.md" ---- +--- {% include wip %} \ No newline at end of file diff --git a/docs/_pages/docs/01-best-practices/04-channels.md b/docs/_pages/docs/01-best-practices/04-channels.md index 85d1b005..80df042f 100644 --- a/docs/_pages/docs/01-best-practices/04-channels.md +++ b/docs/_pages/docs/01-best-practices/04-channels.md @@ -6,7 +6,7 @@ sidebar: title: 'Lightning Channels' nav: docs src: "_pages/docs/01-best-practices/04-channels.md" ---- +--- diff --git a/docs/_pages/docs/02-features/01-private.md b/docs/_pages/docs/02-features/01-private.md index 33fe5bcc..ccfde5fe 100644 --- a/docs/_pages/docs/02-features/01-private.md +++ b/docs/_pages/docs/02-features/01-private.md @@ -25,7 +25,7 @@ The combination of these features makes trading in RoboSats as private as it can -Only your trading peer can get to know things about you while you chat. Keep the chat short and concise and avoid providing more information than strictly necessary for the fiat exchange. +Only your trading peer can get to know things about you while you chat. Keep the chat short and concise and avoid providing more information than strictly necessary for the fiat exchange. **ProTip** You can step up your privacy by using a lightning [proxy wallet](/docs/proxy-wallets/) when you buy Sats in RoboSats. {: .notice--primary} diff --git a/docs/_pages/docs/03-understand/01-trade-pipeline.md b/docs/_pages/docs/03-understand/01-trade-pipeline.md index e1f3f385..c18a88bf 100644 --- a/docs/_pages/docs/03-understand/01-trade-pipeline.md +++ b/docs/_pages/docs/03-understand/01-trade-pipeline.md @@ -7,7 +7,7 @@ sidebar: title: 'Trade Pipeline' nav: docs src: "_pages/docs/03-understand/01-trade-pipeline.md" ---- +--- Alice wants to buy Sats privately. This is step-by-step what happens when she buys using RoboSats. diff --git a/docs/_pages/docs/03-understand/03-premium.md b/docs/_pages/docs/03-understand/03-premium.md index 4c317b47..41803aaf 100644 --- a/docs/_pages/docs/03-understand/03-premium.md +++ b/docs/_pages/docs/03-understand/03-premium.md @@ -31,7 +31,7 @@ If buying bitcoin, then a higher premium increases the chances an order is fulfi In short: * **Positive** premium: trade BTC at an overprice with respect to the average price in centralized exchanges. * **Negative** premium: trade BTC at a discount with respect to the average price in centralized exchanges. -* **Zero** premium: trade BTC at no price difference with respect to the average price in centralized exchanges. +* **Zero** premium: trade BTC at no price difference with respect to the average price in centralized exchanges. * **Relative** pricing method: let the price premium move with the bitcoin-fiat market rate. * **Explicit** pricing method: set a price premium using a fixed amount of satoshis. * **Premium Rank**: indicates how your order premium ranks among all public orders with the same currency, ranging from 0% (smallest premium) to 100% (largest premium). diff --git a/docs/_pages/docs/03-understand/04-bonds.md b/docs/_pages/docs/03-understand/04-bonds.md index 721a9ad8..8413f300 100644 --- a/docs/_pages/docs/03-understand/04-bonds.md +++ b/docs/_pages/docs/03-understand/04-bonds.md @@ -32,7 +32,7 @@ After the trade is completed and both robots are satisfied, the maker and taker Your wallet may take a while for funds to show as unlocked on your account balance. Some wallets have difficulty with recognizing the Lightning hold invoice as a temporary hold on your funds. -If the issue persists, please reach out to the RoboSats Telegram group; but beware of scammers that may directly contact you and impersonate RoboSats staff! RoboSats staff will never directly contact you first. See [Contribute > Code > Communication Channels](https://learn.robosats.com/contribute/code/#communication-channels) for available Telegram groups. +If the issue persists, please reach out to the RoboSats Telegram group; but beware of scammers that may directly contact you and impersonate RoboSats staff! RoboSats staff will never directly contact you first. See [Contribute > Code > Communication Channels](https://learn.robosats.com/contribute/code/#communication-channels) for available Telegram groups. ## **Losing Your Bond** @@ -53,7 +53,7 @@ If you received fiat but neglect to click "Confirm Fiat Received" on your end, t Due to the time limits involved in the order process, it is recommended to use instant fiat payment methods which help reduce the chances of losing your bond. Refer to [Best Practices > Payment Methods](https://learn.robosats.com/docs/payment-methods/) for additional information. -Opening a dispute just to cancel an order is not recommended because one of the two traders will lose their fidelity bond, barring exceptional cases that are up to the discretion of the RoboSats staff. +Opening a dispute just to cancel an order is not recommended because one of the two traders will lose their fidelity bond, barring exceptional cases that are up to the discretion of the RoboSats staff. As a sidenote, if RoboSats suddenly vanished or was shutdown, then bonds are automatically unlocked since they technically never left your wallet. diff --git a/docs/_pages/docs/03-understand/07-wallets.md b/docs/_pages/docs/03-understand/07-wallets.md index 3982b134..06e4c3ad 100644 --- a/docs/_pages/docs/03-understand/07-wallets.md +++ b/docs/_pages/docs/03-understand/07-wallets.md @@ -74,7 +74,7 @@ It is an interface to LND, CLN and Eclair. It works as expected. It is extremely Muun plays same nicely with hold invoices as Blixt or LND. You can be a seller in RoboSats using Muun and the user experience will be great. However, in order to be a buyer, you need to submit an onchain address for the payout, a lightning invoice won't work. Muun is _fee siphoning attacking_ any sender to Muun wallet. There is a mandatory hop trough a private channel with a fee of +1500ppm. RoboSats will strictly not route a buyer payout for a net loss. Given that RoboSats trading fees are 0.2% and it needs to cover the routing fees, **RoboSats will never find a suitable route to a Muun wallet user**. At the moment, RoboSats will scan your invoice for routing hints that can potentially encode a _fee siphoning attack_.If this trick is found, the invoice will be rejected: submit an onchain address instead for an on-the-fly swap. ### Phoenix (Mobile) -Phoenix works very well as an order taker. Phoenix will also work well as an order maker as long as the order settings `public duration` + `deposit duration` are lower than 10 hours. Otherwise you might have problems locking the maker bond. If the total duraton of bonds/escrow invoices exceeds 450 blocks, Phoenix will not allow users to lock the bond (`Cannot add htlc (...) reason=expiry too big`). +Phoenix works very well as an order taker. Phoenix will also work well as an order maker as long as the order settings `public duration` + `deposit duration` are lower than 10 hours. Otherwise you might have problems locking the maker bond. If the total duraton of bonds/escrow invoices exceeds 450 blocks, Phoenix will not allow users to lock the bond (`Cannot add htlc (...) reason=expiry too big`). ### Bluewallet (Mobile) It works well. But they are having issues in the custodial mode. Escrows that RoboSats returns are charged to users (so Bluewallet is keeping that balance?). Bonds that are slashed...are charged twice by Blue! More info once they reply to us. EDIT: Blue has confirmed they are working to soon solve these accounting bugs! diff --git a/docs/_pages/home.md b/docs/_pages/home.md index f58d7121..97bebb4a 100644 --- a/docs/_pages/home.md +++ b/docs/_pages/home.md @@ -54,7 +54,7 @@ feature_row: excerpt: 'RoboSats is fully open source and will always be. Built by Robots just like you!{::nomarkdown}

{:/nomarkdown}' url: "https://github.com/Reckless-Satoshi/robosats/blob/main/LICENSE" btn_class: "btn--primary" - btn_label: "See License" + btn_label: "See License" --- {% include feature_row %} diff --git a/docs/_pages/stats.md b/docs/_pages/stats.md index 9fc81bbe..b5cf9039 100644 --- a/docs/_pages/stats.md +++ b/docs/_pages/stats.md @@ -7,7 +7,7 @@ sidebar: title: ' Stats' nav: docs src: "_pages/stats.md" ---- +---
Maintained by [AntonopulosL](https://twitter.com/antonopulosl) \ No newline at end of file diff --git a/docs/_pages/tutorials/read/how-to-use.md b/docs/_pages/tutorials/read/how-to-use.md index 9cd9d2c7..63d2b07a 100644 --- a/docs/_pages/tutorials/read/how-to-use.md +++ b/docs/_pages/tutorials/read/how-to-use.md @@ -8,7 +8,7 @@ excerpt: "Guide: How to use RoboSats. A complete walkthrough RoboSats P2P Exchan sidebar: title: 'How to use' nav: tutorial ---- +--- Full tutorial in tweets by @simplestBTCbook

Enjoy this detailed new @RoboSats Tutorial! pic.twitter.com/CiizGINQ4f

— SimplestBitcoinBook -Get ur 🔑's into Cold Storage (@SimplestBTCBook) October 23, 2022
@@ -30,14 +30,14 @@ RoboSats welcomes you right away with your unique robot avatar. The robot is det The tokens are generated in your own browser. However, if you do not trust your machine randomness, you can also input your own entropy token. *Note that low entropy tokens are not valid.* I was really not happy of being "HomelessCash"! :D So I just click on the dice icon to generate a new token and tap "Generate avatar" to get a new one - +
-Ah, "JoyfulPain", so much better!! :) -The token will live in your browser memory for some time, so you still might have a chance to copy it later by tapping in the profile icon in the bottom left corner. However, your browser will forget your token if you refresh or close it! - +Ah, "JoyfulPain", so much better!! :) +The token will live in your browser memory for some time, so you still might have a chance to copy it later by tapping in the profile icon in the bottom left corner. However, your browser will forget your token if you refresh or close it! +
@@ -98,7 +98,7 @@ Every order has an expiration counter. By default, in RoboSats v0.1.0 new orders ### Walkthrough-1: Taking an order as a buyer -When you are decided for an order to take simply tap the "Take Order" button. You will see the contract box. Follow the contract box indications until you complete the trade! :) +When you are decided for an order to take simply tap the "Take Order" button. You will see the contract box. Follow the contract box indications until you complete the trade! :) First thing is to lock a small fidelity bond (just {{site.robosats.default_bond_size}}% of the trade amount by default), so the seller knows you can be trusted. The satoshis in this bond will just freeze in your wallet. If you try to cheat or cancel unilaterally, you will lose the satoshis locked in the bond. @@ -112,13 +112,13 @@ Scan or copy the invoice into your lightning wallet. It might show as a payment -As soon as our bond is locked, RoboSats will ask you to provide a lightning invoice to send you the satoshis. Generate an invoice with the exact amount in your lightning wallet and submit it. +As soon as our bond is locked, RoboSats will ask you to provide a lightning invoice to send you the satoshis. Generate an invoice with the exact amount in your lightning wallet and submit it.
-While you are submitting your payout invoice, the seller is asked to lock the trade escrow hold invoice. If you are faster than him, you would have to wait. Otherwise, you would already be able to chat with him. +While you are submitting your payout invoice, the seller is asked to lock the trade escrow hold invoice. If you are faster than him, you would have to wait. Otherwise, you would already be able to chat with him. There is a time limit of 3 hours to submit the invoice (buyer) and lock the trade escrow (seller). If the time runs out, the order will expire and the robot who did not follow with the contract obligations will lose the bond. This is a mechanism that helps prevent fake order spamming, wasting time of counterparts and DDOSing the order book. @@ -127,7 +127,7 @@ There is a time limit of 3 hours to submit the invoice (buyer) and lock the trad As soon as the seller locks the satoshis, it is safe to send the fiat currency! As a buyer, you will have to ask the seller for the details to send fiat. Only share the strictly needed information about yourself to not compromise your privacy. Remember, in RoboSats v0.1.0 this chat is memoryless, so the conversation will be lost if you refresh the browser. - +
@@ -145,13 +145,13 @@ Rating the platform and leaving tips for improvement in our Telegram group or Gi ### Walkthrough-2: Making an order as a seller It might happen that there are no active orders for the positioning and currency you want. In this case, there is no orders to SELL bitcoin for GBP. - +
-We can create the order exactly has we want it. But mind that you need to publish an order that others want to take too! - +We can create the order exactly has we want it. But mind that you need to publish an order that others want to take too! +
@@ -214,7 +214,7 @@ All done!! :D ## Collaborative cancellation -After the trade escrow has been posted and before the buyer confirms he sent the fiat it is possible to cancel the order. It might just happen that you both do not have a common way to send and receive fiat after all. You can agree to tap on the "Collaborative cancel" button. After the "Fiat sent" button is pressed by the buyer, the only way to cancel an order is by opening a dispute and involving the staff. +After the trade escrow has been posted and before the buyer confirms he sent the fiat it is possible to cancel the order. It might just happen that you both do not have a common way to send and receive fiat after all. You can agree to tap on the "Collaborative cancel" button. After the "Fiat sent" button is pressed by the buyer, the only way to cancel an order is by opening a dispute and involving the staff.
@@ -224,7 +224,7 @@ This is totally not recommended, one of the two traders would lose his fidelity ## Disputes -Misunderstandings happen. But also, there might be people willing to try to scam others. In this case *MakeshiftSource875* thought he could get away by not confirming he received the fiat, as if he was going to be able to keep the satoshis. +Misunderstandings happen. But also, there might be people willing to try to scam others. In this case *MakeshiftSource875* thought he could get away by not confirming he received the fiat, as if he was going to be able to keep the satoshis.
diff --git a/docs/_pages/tutorials/read/how-to-use_de.md b/docs/_pages/tutorials/read/how-to-use_de.md index c03d30a2..4b1c7b89 100644 --- a/docs/_pages/tutorials/read/how-to-use_de.md +++ b/docs/_pages/tutorials/read/how-to-use_de.md @@ -7,7 +7,7 @@ toc_sticky: true sidebar: title: 'Wie benutzt' nav: tutorial ---- +--- RoboSats ist auf Benutzerfreundlichkeit ausgerichtet. Die Plattform ist im Prinzip selbsterklärend, so dass man sagen könnte, ein Tutorial ist wirklich nicht notwendig. Allerdings hilft es wirklich, sich beim Handel wohl zu fühlen, wenn du bereits weißt was die nächsten Schritte sind, so dass dich nichts überrascht. Schließlich sind Bitcoin-P2P-Börsen sehr einschüchternd! Keine Angst, RoboSats hält es wirklich einfach und du kannst einfach nichts falsch machen! :D @@ -27,14 +27,14 @@ RoboSats begrüßt dich sofort mit deinem einzigartigen Roboter-Avatar. Der Robo Die Token werden in deinem eigenen Browser generiert. Wenn du jedoch der Zufälligkeit deines Rechners nicht traust, kannst du auch deinen eigenen Entropie-Token eingeben. *Beachte, dass Token mit geringer Entropie nicht gültig sind. Ich war wirklich nicht glücklich darüber, "HomelessCash" zu sein :D Also klicke ich einfach auf das Würfelsymbol, um einen neuen Token zu generieren, und tippe auf "Avatar generieren", um einen neuen zu bekommen. - +
-Ah, "JoyfulPain", so viel besser!! :) -Der Token bleibt einige Zeit im Speicher deines Browsers, du kannst ihn also später noch kopieren, indem du auf das Profilsymbol in der unteren linken Ecke tippst. Allerdings vergisst dein Browser dein Token, wenn du ihn aktualisierst oder schließt! - +Ah, "JoyfulPain", so viel besser!! :) +Der Token bleibt einige Zeit im Speicher deines Browsers, du kannst ihn also später noch kopieren, indem du auf das Profilsymbol in der unteren linken Ecke tippst. Allerdings vergisst dein Browser dein Token, wenn du ihn aktualisierst oder schließt! +
@@ -95,7 +95,7 @@ Jedes Angebot hat einen Verfallszähler. In RoboSats v0.1.0 bleiben neue Angebot ### Beispiel-1: Ein Angebot als Käufer annehmen -Wenn du dich für ein Angebot entschieden hast, tippe einfach auf die Schaltfläche "Take Order". Du siehst dann die Kontraktbox. Folge den Anweisungen der Kontraktbox, bis du den Handel abgeschlossen hast! :) +Wenn du dich für ein Angebot entschieden hast, tippe einfach auf die Schaltfläche "Take Order". Du siehst dann die Kontraktbox. Folge den Anweisungen der Kontraktbox, bis du den Handel abgeschlossen hast! :) Als erstes musst du eine kleine Kaution hinterlegen (nur {{site.robosats.default_bond_size}}% des Handelsbetrags), damit der Verkäufer weiß, dass du vertrauenswürdig bist. Die Satoshis in dieser Kaution werden einfach in deiner Wallet eingefroren. Wenn du versuchst zu betrügen oder einseitig zu kündigen, verlierst du die in der Kaution enthaltenen Satoshis. @@ -109,13 +109,13 @@ Scanne oder kopiere die Invoice in deine Lightning Wallet. Sie könnte als Zahlu
-Sobald deine Kaution gesperrt ist, wird RoboSats dich bitten, eine Lightning-Invoice zu erstellen, um dir die Satoshis zu schicken. Erstelle eine Invoice mit dem genauen Betrag in deiner Lightning Wallet und schicke sie ab. +Sobald deine Kaution gesperrt ist, wird RoboSats dich bitten, eine Lightning-Invoice zu erstellen, um dir die Satoshis zu schicken. Erstelle eine Invoice mit dem genauen Betrag in deiner Lightning Wallet und schicke sie ab.
-Während du deine Auszahlungsinvoice einreichst, wird der Verkäufer aufgefordert, die Invoice für den Handelskredit zu sperren. Wenn Sie schneller sind als er, müssen Sie warten. Ansonsten können Sie bereits mit ihm chatten. +Während du deine Auszahlungsinvoice einreichst, wird der Verkäufer aufgefordert, die Invoice für den Handelskredit zu sperren. Wenn Sie schneller sind als er, müssen Sie warten. Ansonsten können Sie bereits mit ihm chatten. Es gibt ein Zeitlimit von 3 Stunden, um die Invoice einzureichen (Käufer) und das Treuhandkonto zu schließen (Verkäufer). Läuft die Zeit ab, verfällt die Bestellung und der Roboter, der sich nicht an die Vertragsverpflichtungen gehalten hat, verliert die Kaution. Dies ist ein Mechanismus, der dazu beiträgt, das Spammen von gefälschten Aufträgen, die Zeitverschwendung der Gegenparteien und das DDOSing des Auftragsbuchs zu verhindern. @@ -124,7 +124,7 @@ Es gibt ein Zeitlimit von 3 Stunden, um die Invoice einzureichen (Käufer) und d
Sobald der Verkäufer die Satoshis sperrt, ist es sicher, die Fiat-Währung zu senden! Als Käufer musst du den Verkäufer nach den Details zum senden des Fiats fragen. Gib nur die unbedingt notwendigen Informationen über dich weiter, um deine Privatsphäre nicht zu gefährden. Denkt daran, dass in RoboSats v0.1.0 der Chat ohne Speicher funktioniert, so dass die Unterhaltung verloren geht, wenn ihr den Browser aktualisiert. - +
@@ -142,13 +142,13 @@ Die Plattform zu bewerten und Tipps zur Verbesserung in unserer Telegram-Gruppe ### Beispiel-2: Ein Angebot als Verkäufer aufgeben Es kann vorkommen, dass es keine aktiven Angebote für die gewünschte Position und Währung gibt. In diesem Fall gibt es keine Angebote zum VERKAUF von Bitcoin für GBP. - +
-Wir können das Angebot genau so erstellen, wie wir es haben wollen. Aber denke daran, dass du ein Angebot veröffentlichen solltest, das die andere auch annehmen wollen! - +Wir können das Angebot genau so erstellen, wie wir es haben wollen. Aber denke daran, dass du ein Angebot veröffentlichen solltest, das die andere auch annehmen wollen! +
@@ -211,7 +211,7 @@ All done!! :D ## Kollaborative Stornierung -Nach der Buchung der Handelskaution und bevor der Käufer bestätigt, dass er das Fiat geschickt hat, ist es möglich, die Order zu stornieren. Es könnte ja sein, dass ihr beide doch keine gemeinsame Methode zum Senden und Empfangen von Fiat habt. Du kannst dich darauf einigen, auf die Schaltfläche " Collaborative cancel " zu tippen. Nachdem der Käufer auf die Schaltfläche "Fiat sent" (Fiat gesendet) geklickt hat, ist die einzige Möglichkeit, einen Handel zu stornieren, die Eröffnung eines Streitfalls und die Einschaltung des Teams. +Nach der Buchung der Handelskaution und bevor der Käufer bestätigt, dass er das Fiat geschickt hat, ist es möglich, die Order zu stornieren. Es könnte ja sein, dass ihr beide doch keine gemeinsame Methode zum Senden und Empfangen von Fiat habt. Du kannst dich darauf einigen, auf die Schaltfläche " Collaborative cancel " zu tippen. Nachdem der Käufer auf die Schaltfläche "Fiat sent" (Fiat gesendet) geklickt hat, ist die einzige Möglichkeit, einen Handel zu stornieren, die Eröffnung eines Streitfalls und die Einschaltung des Teams.
@@ -221,7 +221,7 @@ Dies ist absolut nicht empfehlenswert, da einer der beiden Händler seine Kautio ## Rechtsstreitigkeiten -Missverständnisse kommen vor. Es kann aber auch Leute geben, die versuchen, andere zu betrügen. In diesem Fall dachte *MakeshiftSource875*, er käme davon, indem er den Erhalt des Fiats nicht bestätigte und er die Satoshis behalten könnte. +Missverständnisse kommen vor. Es kann aber auch Leute geben, die versuchen, andere zu betrügen. In diesem Fall dachte *MakeshiftSource875*, er käme davon, indem er den Erhalt des Fiats nicht bestätigte und er die Satoshis behalten könnte.
diff --git a/docs/_pages/tutorials/read/how-to-use_es.md b/docs/_pages/tutorials/read/how-to-use_es.md index da344134..2295d722 100644 --- a/docs/_pages/tutorials/read/how-to-use_es.md +++ b/docs/_pages/tutorials/read/how-to-use_es.md @@ -7,7 +7,7 @@ toc_sticky: true sidebar: title: 'Tutorial' nav: tutorial ---- +--- Uno de los puntos en los que se centra RoboSats es la facilidad de uso. La plataforma es totalmente autoexplicativa, por lo que se podría decir que no es necesario un tutorial. Sin embargo, este tutorial te ayudará a sentirse más cómodo. Después de todo, las plataformas p2p de bitcoin intimidan muchísimo. ¡Sin miedo! RoboSats es superfácil y con este tutorial serás todo un experto :D Este documento contiene dos compraventas completas: 1) como comprador y tomador de una orden; 2) como vendedor y creador de la orden. Ya que la plataforma explica todo en los menús, voy a dedicar algunas líneas por todo el documento para dar trucos y consejos para que te mantengas seguro y anónimo. @@ -165,7 +165,7 @@ Debes copiar o escanear la factura con tu billetera lightning para bloquear tu f
-Tu orden permanecerá publicada durante {{site.robosats.hours_public_default}} horas por defecto. Puedes comprobar cuánto tiempo le queda consultando la pestaña "Order". Se puede cancelar en cualquier momento sin penalización antes de que otro robot tome tu orden. Mantén abierta la pestaña del contrato para recibir notificaciones [con este sonido](https://github.com/Reckless-Satoshi/robosats/raw/main/frontend/static/assets/sounds/taker-found.mp3). Es aconsejable hacer esto en un ordenador o portátil con el volumen encendido para enterarte cuando alguien tome tu orden porque puede transcurrir bastante tiempo. ¡Quizás incluso olvides que tienes publicada una orden! También puedes activar las notificaciones de telegram. Simplemente pulsa en "Enable Telegram Notifications" y presiona "Start" en la conversación con el bot de RoboSats. Te llegará un mensaje de bienvenida y cuando alguien tome la orden te avisará con un mensaje. +Tu orden permanecerá publicada durante {{site.robosats.hours_public_default}} horas por defecto. Puedes comprobar cuánto tiempo le queda consultando la pestaña "Order". Se puede cancelar en cualquier momento sin penalización antes de que otro robot tome tu orden. Mantén abierta la pestaña del contrato para recibir notificaciones [con este sonido](https://github.com/Reckless-Satoshi/robosats/raw/main/frontend/static/assets/sounds/taker-found.mp3). Es aconsejable hacer esto en un ordenador o portátil con el volumen encendido para enterarte cuando alguien tome tu orden porque puede transcurrir bastante tiempo. ¡Quizás incluso olvides que tienes publicada una orden! También puedes activar las notificaciones de telegram. Simplemente pulsa en "Enable Telegram Notifications" y presiona "Start" en la conversación con el bot de RoboSats. Te llegará un mensaje de bienvenida y cuando alguien tome la orden te avisará con un mensaje. *Nota: Si no estás pendiente de tu orden y un robot la toma y bloquea su fianza, corres el riesgo de perder tu fianza por no cumplir con los siguientes pasos del contrato.* diff --git a/docs/_posts/2022-05-19-welcome-to-learn-robosats.md b/docs/_posts/2022-05-19-welcome-to-learn-robosats.md index 7e616d2e..2f4c17c9 100644 --- a/docs/_posts/2022-05-19-welcome-to-learn-robosats.md +++ b/docs/_posts/2022-05-19-welcome-to-learn-robosats.md @@ -5,6 +5,6 @@ title: "Welcome to Learn.RoboSats!" date: 2022-05-18 06:28:14 -0500 categories: robosats update --- -Sovereignty is scary at first, then liberating. Buying your first Sats from a peer might seem intimidating, but it is very empowering. In Learn.RoboSats you can find all of the documentation and resources so you feel comfortable using the RoboSats P2P exchange. From easy to follow video tutorials, to technical deep-dives into how the exchange works. +Sovereignty is scary at first, then liberating. Buying your first Sats from a peer might seem intimidating, but it is very empowering. In Learn.RoboSats you can find all of the documentation and resources so you feel comfortable using the RoboSats P2P exchange. From easy to follow video tutorials, to technical deep-dives into how the exchange works. This site is under construction, just like the exchange itself. Check around, you probably can write up and complete some of the missing pages. Have fun! diff --git a/docs/assets/js/plugins/jquery.ba-throttle-debounce.js b/docs/assets/js/plugins/jquery.ba-throttle-debounce.js index fa30bdff..f39717c1 100644 --- a/docs/assets/js/plugins/jquery.ba-throttle-debounce.js +++ b/docs/assets/js/plugins/jquery.ba-throttle-debounce.js @@ -1,7 +1,7 @@ /*! * jQuery throttle / debounce - v1.1 - 3/7/2010 * http://benalman.com/projects/jquery-throttle-debounce-plugin/ - * + * * Copyright (c) 2010 "Cowboy" Ben Alman * Dual licensed under the MIT and GPL licenses. * http://benalman.com/about/license/ @@ -10,51 +10,51 @@ // Script: jQuery throttle / debounce: Sometimes, less is more! // // *Version: 1.1, Last updated: 3/7/2010* -// +// // Project Home - http://benalman.com/projects/jquery-throttle-debounce-plugin/ // GitHub - http://github.com/cowboy/jquery-throttle-debounce/ // Source - http://github.com/cowboy/jquery-throttle-debounce/raw/master/jquery.ba-throttle-debounce.js // (Minified) - http://github.com/cowboy/jquery-throttle-debounce/raw/master/jquery.ba-throttle-debounce.min.js (0.7kb) -// +// // About: License -// +// // Copyright (c) 2010 "Cowboy" Ben Alman, // Dual licensed under the MIT and GPL licenses. // http://benalman.com/about/license/ -// +// // About: Examples -// +// // These working examples, complete with fully commented code, illustrate a few // ways in which this plugin can be used. -// +// // Throttle - http://benalman.com/code/projects/jquery-throttle-debounce/examples/throttle/ // Debounce - http://benalman.com/code/projects/jquery-throttle-debounce/examples/debounce/ -// +// // About: Support and Testing -// +// // Information about what version or versions of jQuery this plugin has been // tested with, what browsers it has been tested in, and where the unit tests // reside (so you can test it yourself). -// +// // jQuery Versions - none, 1.3.2, 1.4.2 // Browsers Tested - Internet Explorer 6-8, Firefox 2-3.6, Safari 3-4, Chrome 4-5, Opera 9.6-10.1. // Unit Tests - http://benalman.com/code/projects/jquery-throttle-debounce/unit/ -// +// // About: Release History -// +// // 1.1 - (3/7/2010) Fixed a bug in where trailing callbacks // executed later than they should. Reworked a fair amount of internal // logic as well. // 1.0 - (3/6/2010) Initial release as a stand-alone project. Migrated over // from jquery-misc repo v0.4 to jquery-throttle repo v1.0, added the // no_trailing throttle parameter and debounce functionality. -// +// // Topic: Note for non-jQuery users -// +// // jQuery isn't actually required for this plugin, because nothing internal // uses any jQuery methods or properties. jQuery is just used as a namespace // under which these methods can exist. -// +// // Since jQuery isn't actually required for this plugin, if jQuery doesn't exist // when this plugin is loaded, the method described below will be created in // the `Cowboy` namespace. Usage will be exactly the same, but instead of @@ -62,47 +62,47 @@ (function(window,undefined){ '$:nomunge'; // Used by YUI compressor. - + // Since jQuery really isn't required for this plugin, use `jQuery` as the // namespace only if it already exists, otherwise use the `Cowboy` namespace, // creating it if necessary. var $ = window.jQuery || window.Cowboy || ( window.Cowboy = {} ), - + // Internal method reference. jq_throttle; - + // Method: jQuery.throttle - // + // // Throttle execution of a function. Especially useful for rate limiting // execution of handlers on events like resize and scroll. If you want to // rate-limit execution of a function to a single time, see the // method. - // + // // In this visualization, | is a throttled-function call and X is the actual // callback execution: - // + // // > Throttled with `no_trailing` specified as false or unspecified: // > ||||||||||||||||||||||||| (pause) ||||||||||||||||||||||||| // > X X X X X X X X X X X X - // > + // > // > Throttled with `no_trailing` specified as true: // > ||||||||||||||||||||||||| (pause) ||||||||||||||||||||||||| // > X X X X X X X X X X - // + // // Usage: - // + // // > var throttled = jQuery.throttle( delay, [ no_trailing, ] callback ); - // > + // > // > jQuery('selector').bind( 'someevent', throttled ); // > jQuery('selector').unbind( 'someevent', throttled ); - // + // // This also works in jQuery 1.4+: - // + // // > jQuery('selector').bind( 'someevent', jQuery.throttle( delay, [ no_trailing, ] callback ) ); // > jQuery('selector').unbind( 'someevent', callback ); - // + // // Arguments: - // + // // delay - (Number) A zero-or-greater delay in milliseconds. For event // callbacks, values around 100 or 250 (or even higher) are most useful. // no_trailing - (Boolean) Optional, defaults to false. If no_trailing is @@ -114,27 +114,27 @@ // callback - (Function) A function to be executed after delay milliseconds. // The `this` context and all arguments are passed through, as-is, to // `callback` when the throttled-function is executed. - // + // // Returns: - // + // // (Function) A new, throttled, function. - + $.throttle = jq_throttle = function( delay, no_trailing, callback, debounce_mode ) { // After wrapper has stopped being called, this timeout ensures that // `callback` is executed at the proper times in `throttle` and `end` // debounce modes. var timeout_id, - + // Keep track of the last time `callback` was executed. last_exec = 0; - + // `no_trailing` defaults to falsy. if ( typeof no_trailing !== 'boolean' ) { debounce_mode = callback; callback = no_trailing; no_trailing = undefined; } - + // The `wrapper` function encapsulates all of the throttling / debouncing // functionality and when executed will limit the rate at which `callback` // is executed. @@ -142,91 +142,91 @@ var that = this, elapsed = +new Date() - last_exec, args = arguments; - + // Execute `callback` and update the `last_exec` timestamp. function exec() { last_exec = +new Date(); callback.apply( that, args ); }; - + // If `debounce_mode` is true (at_begin) this is used to clear the flag // to allow future `callback` executions. function clear() { timeout_id = undefined; }; - + if ( debounce_mode && !timeout_id ) { // Since `wrapper` is being called for the first time and // `debounce_mode` is true (at_begin), execute `callback`. exec(); } - + // Clear any existing timeout. timeout_id && clearTimeout( timeout_id ); - + if ( debounce_mode === undefined && elapsed > delay ) { // In throttle mode, if `delay` time has been exceeded, execute // `callback`. exec(); - + } else if ( no_trailing !== true ) { // In trailing throttle mode, since `delay` time has not been // exceeded, schedule `callback` to execute `delay` ms after most // recent execution. - // + // // If `debounce_mode` is true (at_begin), schedule `clear` to execute // after `delay` ms. - // + // // If `debounce_mode` is false (at end), schedule `callback` to // execute after `delay` ms. timeout_id = setTimeout( debounce_mode ? clear : exec, debounce_mode === undefined ? delay - elapsed : delay ); } }; - + // Set the guid of `wrapper` function to the same of original callback, so // it can be removed in jQuery 1.4+ .unbind or .die by using the original // callback as a reference. if ( $.guid ) { wrapper.guid = callback.guid = callback.guid || $.guid++; } - + // Return the wrapper function. return wrapper; }; - + // Method: jQuery.debounce - // + // // Debounce execution of a function. Debouncing, unlike throttling, // guarantees that a function is only executed a single time, either at the // very beginning of a series of calls, or at the very end. If you want to // simply rate-limit execution of a function, see the // method. - // + // // In this visualization, | is a debounced-function call and X is the actual // callback execution: - // + // // > Debounced with `at_begin` specified as false or unspecified: // > ||||||||||||||||||||||||| (pause) ||||||||||||||||||||||||| // > X X - // > + // > // > Debounced with `at_begin` specified as true: // > ||||||||||||||||||||||||| (pause) ||||||||||||||||||||||||| // > X X - // + // // Usage: - // + // // > var debounced = jQuery.debounce( delay, [ at_begin, ] callback ); - // > + // > // > jQuery('selector').bind( 'someevent', debounced ); // > jQuery('selector').unbind( 'someevent', debounced ); - // + // // This also works in jQuery 1.4+: - // + // // > jQuery('selector').bind( 'someevent', jQuery.debounce( delay, [ at_begin, ] callback ) ); // > jQuery('selector').unbind( 'someevent', callback ); - // + // // Arguments: - // + // // delay - (Number) A zero-or-greater delay in milliseconds. For event // callbacks, values around 100 or 250 (or even higher) are most useful. // at_begin - (Boolean) Optional, defaults to false. If at_begin is false or @@ -238,15 +238,15 @@ // callback - (Function) A function to be executed after delay milliseconds. // The `this` context and all arguments are passed through, as-is, to // `callback` when the debounced-function is executed. - // + // // Returns: - // + // // (Function) A new, debounced, function. - + $.debounce = function( delay, at_begin, callback ) { return callback === undefined ? jq_throttle( delay, at_begin, false ) : jq_throttle( delay, callback, at_begin !== false ); }; - + })(this); diff --git a/docs/assets/vector/german.svg b/docs/assets/vector/german.svg index 65e9a01a..44204702 100644 --- a/docs/assets/vector/german.svg +++ b/docs/assets/vector/german.svg @@ -1,9 +1,9 @@ - - - - Flag of Germany - - - - + + + + Flag of Germany + + + + diff --git a/docs/assets/vector/portuguese.svg b/docs/assets/vector/portuguese.svg index 5c19329c..e6c9264b 100644 --- a/docs/assets/vector/portuguese.svg +++ b/docs/assets/vector/portuguese.svg @@ -1,67 +1,124 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/assets/vector/spanish.svg b/docs/assets/vector/spanish.svg index fba167dd..f08296f9 100644 --- a/docs/assets/vector/spanish.svg +++ b/docs/assets/vector/spanish.svg @@ -1,406 +1,406 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/docker-compose.yml b/docs/docker-compose.yml index 100e5943..f9573ed5 100644 --- a/docs/docker-compose.yml +++ b/docs/docker-compose.yml @@ -7,7 +7,7 @@ services: volumes: - .:/usr/src/docs command: bash -c "cd /usr/src/docs/ - && bundle install + && bundle install && bundle exec jekyll serve --force_polling -H 0.0.0.0 -P 4000" ports: - 4000:4000 \ No newline at end of file diff --git a/frontend/src/components/Icons/BuySats.tsx b/frontend/src/components/Icons/BuySats.tsx index f2c6952d..d9d71cdd 100644 --- a/frontend/src/components/Icons/BuySats.tsx +++ b/frontend/src/components/Icons/BuySats.tsx @@ -7,20 +7,20 @@ export default function BuySatsIcon(props) { @@ -38,20 +38,20 @@ export default function BuySatsIcon(props) { /> @@ -69,17 +69,17 @@ export default function BuySatsIcon(props) { /> diff --git a/frontend/src/components/Icons/Gold.tsx b/frontend/src/components/Icons/Gold.tsx index e7a31c28..df1ec61f 100644 --- a/frontend/src/components/Icons/Gold.tsx +++ b/frontend/src/components/Icons/Gold.tsx @@ -6,7 +6,7 @@ export default function GoldIcon(props) { @@ -37,20 +37,20 @@ export default function SellSatsIcon(props) { /> @@ -68,17 +68,17 @@ export default function SellSatsIcon(props) { /> @@ -92,7 +92,7 @@ export default function SellSatsIcon(props) { /> - - - - - - - - - - - + + + + + + + + + + + + diff --git a/frontend/static/assets/vector/R.svg b/frontend/static/assets/vector/R.svg index f4f0062b..949feb8d 100644 --- a/frontend/static/assets/vector/R.svg +++ b/frontend/static/assets/vector/R.svg @@ -1,78 +1,78 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/static/assets/vector/Robosats.svg b/frontend/static/assets/vector/Robosats.svg index 9073aa90..ab6666df 100644 --- a/frontend/static/assets/vector/Robosats.svg +++ b/frontend/static/assets/vector/Robosats.svg @@ -1,73 +1,73 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/static/assets/vector/buy-icon-2.svg b/frontend/static/assets/vector/buy-icon-2.svg index 7d623e6b..15536e8f 100644 --- a/frontend/static/assets/vector/buy-icon-2.svg +++ b/frontend/static/assets/vector/buy-icon-2.svg @@ -1,114 +1,114 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/static/assets/vector/buy-selected-icon-2.svg b/frontend/static/assets/vector/buy-selected-icon-2.svg index 8458368b..330c0a8e 100644 --- a/frontend/static/assets/vector/buy-selected-icon-2.svg +++ b/frontend/static/assets/vector/buy-selected-icon-2.svg @@ -1,128 +1,128 @@ - - - - - + + + + + <<<<<<< HEAD - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + ======= - - - - - - - + + + + + + + >>>>>>> add-art-0.1.2 - - + + diff --git a/frontend/static/assets/vector/receive-icon-1.svg b/frontend/static/assets/vector/receive-icon-1.svg index ed211eba..7e25c24c 100644 --- a/frontend/static/assets/vector/receive-icon-1.svg +++ b/frontend/static/assets/vector/receive-icon-1.svg @@ -1,17 +1,17 @@ - - - - - - - - + + + + + + + + diff --git a/frontend/static/assets/vector/sell-icon-2.svg b/frontend/static/assets/vector/sell-icon-2.svg index cef3cc1c..bff4eed1 100644 --- a/frontend/static/assets/vector/sell-icon-2.svg +++ b/frontend/static/assets/vector/sell-icon-2.svg @@ -1,199 +1,199 @@ - - - - - + + + + + <<<<<<< HEAD - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + ======= - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + >>>>>>> add-art-0.1.2 - - + + diff --git a/frontend/static/assets/vector/sell-selected-icon-2.svg b/frontend/static/assets/vector/sell-selected-icon-2.svg index d2fe792d..90355d26 100644 --- a/frontend/static/assets/vector/sell-selected-icon-2.svg +++ b/frontend/static/assets/vector/sell-selected-icon-2.svg @@ -1,285 +1,285 @@ - - - - - + + + + + <<<<<<< HEAD - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + ======= - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + >>>>>>> add-art-0.1.2 - - + + diff --git a/frontend/static/assets/vector/send-icon-1.svg b/frontend/static/assets/vector/send-icon-1.svg index 558ade3f..1752b07a 100644 --- a/frontend/static/assets/vector/send-icon-1.svg +++ b/frontend/static/assets/vector/send-icon-1.svg @@ -1,16 +1,16 @@ - - - - - - - - + + + + + + + + diff --git a/frontend/static/locales/CONTRIBUTING.MD b/frontend/static/locales/CONTRIBUTING.MD index 194a98b5..dbb575f5 100644 --- a/frontend/static/locales/CONTRIBUTING.MD +++ b/frontend/static/locales/CONTRIBUTING.MD @@ -5,13 +5,13 @@ There isn't a lot of text in RoboSats, however it might be bst to split the work ## How to contribute a new translation. -Simply create a new translation file in `frontend/src/locales` (Same folder where you are reading these instructions). In `locales` there is a single file with a json dictionary for every language. In order to create a new translation, simply copy `en.json` (the master text) into a new file named after the language's [ISO 639 two character code](https://www.loc.gov/standards/iso639-2/php/English_list.php). +Simply create a new translation file in `frontend/src/locales` (Same folder where you are reading these instructions). In `locales` there is a single file with a json dictionary for every language. In order to create a new translation, simply copy `en.json` (the master text) into a new file named after the language's [ISO 639 two character code](https://www.loc.gov/standards/iso639-2/php/English_list.php). ## Guidelines Each language .json dictionary contains pairs of keys and values in the following format { "key1":"value1", "key2":"value2", ...}. Most keys are the literal English sentence. These simply have to be translated on the right side, for example, in order to translate the `Make Order` button to Spanish we edit the json file to look like this `{... "Make Order":"Crear Orden",...}`. -1. **Not all keys are explicit sentences.** Some keys are not the English senstence but a variable names e.g. "phone_unsafe_alert". In this case you must take a look at the value originally in `en.json`. +1. **Not all keys are explicit sentences.** Some keys are not the English senstence but a variable names e.g. "phone_unsafe_alert". In this case you must take a look at the value originally in `en.json`. 2. **The language dictionary is split into 9 sections.** The first key of each section is a reference and does not need to be translated. For example, the second section starts with the key:value `"USER GENERATION PAGE - UserGenPage.js": "Landing Page and User Generation"` . It does not need to be translated, it is just information for the translator to understand what part of the app he will be working on. diff --git a/frontend/static/locales/ca.json b/frontend/static/locales/ca.json index e151611c..0cb5c280 100644 --- a/frontend/static/locales/ca.json +++ b/frontend/static/locales/ca.json @@ -1,15 +1,14 @@ { "UNSAFE ALERT - UnsafeAlert.js": "Alert that shows on top when browsing from the unsafe clearnet sites", - "You are not using RoboSats privately": "No estàs emprant RoboSats de forma privada", - "desktop_unsafe_alert": "Algunes funcions (com el xat) estan deshabilitades per protegir i sense elles no podràs completar un intercanvi. Per protegir la teva privacitat i habilitar RoboSats per complet, fes servir <1>Tor Browser i visita el <3>Onion site.", - "phone_unsafe_alert": "No podràs completar un intercanvi. Fes servir <1>Tor Browser i vista el <3>Onion site.", + "You are not using RoboSats privately": "No est\u00e0s emprant RoboSats de forma privada", + "desktop_unsafe_alert": "Algunes funcions (com el xat) estan deshabilitades per protegir i sense elles no podr\u00e0s completar un intercanvi. Per protegir la teva privacitat i habilitar RoboSats per complet, fes servir <1>Tor Browser i visita el <3>Onion site.", + "phone_unsafe_alert": "No podr\u00e0s completar un intercanvi. Fes servir <1>Tor Browser i vista el <3>Onion site.", "Hide": "Amagar", - "You are self-hosting RoboSats": "Estàs hostejant RoboSats", - "RoboSats client is served from your own node granting you the strongest security and privacy.": "El client RoboSats és servit pel teu propi node, gaudeixes de la major seguretat i privacitat.", - + "You are self-hosting RoboSats": "Est\u00e0s hostejant RoboSats", + "RoboSats client is served from your own node granting you the strongest security and privacy.": "El client RoboSats \u00e9s servit pel teu propi node, gaudeixes de la major seguretat i privacitat.", "USER GENERATION PAGE - UserGenPage.js": "Landing Page and User Generation", - "Simple and Private LN P2P Exchange": "Intercanvi LN P2P Fàcil y Privat", - "This is your trading avatar": "Aquest és el teu Robot de compravenda", + "Simple and Private LN P2P Exchange": "Intercanvi LN P2P F\u00e0cil y Privat", + "This is your trading avatar": "Aquest \u00e9s el teu Robot de compravenda", "Store your token safely": "Guarda el teu token de manera segura", "A robot avatar was found, welcome back!": "S'ha trobat un Robot, benvingut de nou!", "Copied!": "Copiat!", @@ -19,11 +18,10 @@ "Make Order": "Crear ordre", "Info": "Info", "View Book": "Veure Llibre", - "Learn RoboSats": "Aprèn RoboSats", - "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Visitaràs la pàgina Learn RoboSats. Ha estat construïda per la comunitat i conté tutorials i documentació que t'ajudarà a aprendre como s'utilitza RoboSats i a entendre com funciona.", + "Learn RoboSats": "Apr\u00e8n RoboSats", + "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Visitar\u00e0s la p\u00e0gina Learn RoboSats. Ha estat constru\u00efda per la comunitat i cont\u00e9 tutorials i documentaci\u00f3 que t'ajudar\u00e0 a aprendre como s'utilitza RoboSats i a entendre com funciona.", "Let's go!": "Som-hi!", "Save token and PGP credentials to file": "Guardar arxiu amb token y credencials PGP", - "MAKER PAGE - MakerPage.js": "This is the page where users can create new orders", "Order": "Ordre", "Customize": "Personalitzar", @@ -32,16 +30,16 @@ "Sell": "Vendre", "Amount": "Suma", "Amount of fiat to exchange for bitcoin": "Suma de fiat a canviar per bitcoin", - "Invalid": "No vàlid", - "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "Introdueix els teus mètodes de pagament. Es recomanen encaridament mètodes ràpids.", - "Must be shorter than 65 characters": "Ha de tenir menys de 65 caràcters", - "Swap Destination(s)": "Destí(ns) del Swap", - "Fiat Payment Method(s)": "Mètode(s) de Pagament Fiat", - "You can add any method": "Pots afegir nous mètodes", + "Invalid": "No v\u00e0lid", + "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "Introdueix els teus m\u00e8todes de pagament. Es recomanen encaridament m\u00e8todes r\u00e0pids.", + "Must be shorter than 65 characters": "Ha de tenir menys de 65 car\u00e0cters", + "Swap Destination(s)": "Dest\u00ed(ns) del Swap", + "Fiat Payment Method(s)": "M\u00e8tode(s) de Pagament Fiat", + "You can add any method": "Pots afegir nous m\u00e8todes", "Add New": "Afegir nou", "Choose a Pricing Method": "Escull com Establir el Preu", "Relative": "Relatiu", - "Let the price move with the market": "El preu es mourà relatiu al mercat", + "Let the price move with the market": "El preu es mour\u00e0 relatiu al mercat", "Premium over Market (%)": "Prima sobre el mercat (%)", "Explicit": "Fix", "Set a fix amount of satoshis": "Estableix una suma fixa de Sats", @@ -49,18 +47,18 @@ "Fixed price:": "Preu fix:", "Order current rate:": "Preu actual:", "Your order fixed exchange rate": "La tasa de canvi fixa de la teva ordre", - "Your order's current exchange rate. Rate will move with the market.": "La taxa de canvi de la teva ordre just en aquests moments. Es mourà relativa al mercat.", - "Let the taker chose an amount within the range": "Permet que el prenedor triï una suma dins el rang", + "Your order's current exchange rate. Rate will move with the market.": "La taxa de canvi de la teva ordre just en aquests moments. Es mour\u00e0 relativa al mercat.", + "Let the taker chose an amount within the range": "Permet que el prenedor tri\u00ef una suma dins el rang", "Enable Amount Range": "Activar Suma amb Rang", "From": "Des de", "to": "fins a", "Expiry Timers": "Temporitzadors", - "Public Duration (HH:mm)": "Duració pública (HH:mm)", - "Escrow Deposit Time-Out (HH:mm)": "Termini límit dipòsit (HH:mm)", - "Set the skin-in-the-game, increase for higher safety assurance": "Estableix la implicació requerida (augmentar per a més seguretat)", - "Fidelity Bond Size": "Grandària de la fiança", - "Allow bondless takers": "Permetre prenendors sense fiança", - "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "PRÒXIMAMENT - Alt risc! Limitat a {{limitSats}}K Sats", + "Public Duration (HH:mm)": "Duraci\u00f3 p\u00fablica (HH:mm)", + "Escrow Deposit Time-Out (HH:mm)": "Termini l\u00edmit dip\u00f2sit (HH:mm)", + "Set the skin-in-the-game, increase for higher safety assurance": "Estableix la implicaci\u00f3 requerida (augmentar per a m\u00e9s seguretat)", + "Fidelity Bond Size": "Grand\u00e0ria de la fian\u00e7a", + "Allow bondless takers": "Permetre prenendors sense fian\u00e7a", + "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "PR\u00d2XIMAMENT - Alt risc! Limitat a {{limitSats}}K Sats", "You must fill the order correctly": "Has d'omplir l'ordre correctament", "Create Order": "Crear ordre", "Back": "Tornar", @@ -72,23 +70,21 @@ " at a {{premium}}% premium": " amb una prima del {{premium}}%", " at a {{discount}}% discount": " amb descompte del {{discount}}%", "Must be less than {{max}}%": "Ha de ser menys del {{max}}%", - "Must be more than {{min}}%": "Ha de ser més del {{min}}%", + "Must be more than {{min}}%": "Ha de ser m\u00e9s del {{min}}%", "Must be less than {{maxSats}": "Ha de ser menys de {{maxSats}}", - "Must be more than {{minSats}}": "Ha de ser més de {{minSats}}", + "Must be more than {{minSats}}": "Ha de ser m\u00e9s de {{minSats}}", "Store your robot token": "Guarda el teu token", - "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "Pot ser que necessitis recuperar el teu avatar robot al futur: fes còpia de seguretat del token. Pots simplement copiar-ho a una altra aplicació.", + "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "Pot ser que necessitis recuperar el teu avatar robot al futur: fes c\u00f2pia de seguretat del token. Pots simplement copiar-ho a una altra aplicaci\u00f3.", "Done": "Fet", "You do not have a robot avatar": "No tens un avatar robot", "You need to generate a robot avatar in order to become an order maker": "Necessites generar un avatar robot abans de crear una ordre", - "PAYMENT METHODS - autocompletePayments.js": "Payment method strings", "not specified": "Sense especificar", - "Instant SEPA": "SEPA Instantània", + "Instant SEPA": "SEPA Instant\u00e0nia", "Amazon GiftCard": "Targeta Regal d'Amazon", "Google Play Gift Code": "Targeta Regal de Google Play", "Cash F2F": "Efectiu en persona", "On-Chain BTC": "On-Chain BTC", - "BOOK PAGE - BookPage.js": "The Book Order page", "Seller": "Ven", "Buyer": "Compra", @@ -102,15 +98,15 @@ "and use": "i fer servir", "Select Payment Currency": "Selecciona moneda de pagament", "Robot": "Robot", - "Is": "És", + "Is": "\u00c9s", "Currency": "Moneda", - "Payment Method": "Mètode de pagament", + "Payment Method": "M\u00e8tode de pagament", "Pay": "Pagar", "Price": "Preu", "Premium": "Prima", "You are SELLING BTC for {{currencyCode}}": "VENDRE bitcoin per {{currencyCode}}", "You are BUYING BTC for {{currencyCode}}": "COMPRAR bitcoin per {{currencyCode}}", - "You are looking at all": "Estàs veient-ho tot", + "You are looking at all": "Est\u00e0s veient-ho tot", "No orders found to sell BTC for {{currencyCode}}": "No hi ha ordres per vendre bitcoin per {{currencyCode}}", "No orders found to buy BTC for {{currencyCode}}": "No hi ha ordres per comprar bitcoin per {{currencyCode}}", "Filter has no results": "No hi ha resultats per aquest filtre", @@ -128,29 +124,29 @@ "Hide all": "Ocultar totes", "Add filter": "Afegir filtre", "Delete": "Eliminar", - "Logic operator": "Operador lògic", + "Logic operator": "Operador l\u00f2gic", "Operator": "Operador", "And": "I", "Or": "O", "Value": "Valor", "Filter value": "Filtrar valor", - "contains": "conté", + "contains": "cont\u00e9", "equals": "igual a", - "starts with": "comença amb", + "starts with": "comen\u00e7a amb", "ends with": "acaba amb", - "is": "és", - "is not": "no és", - "is after": "està darrere", - "is on or after": "està a o darrere", - "is before": "està davant", - "is on or before": "està a o davant", - "is empty": "està buit", - "is not empty": "no està buit", - "is any of": "és algun de", + "is": "\u00e9s", + "is not": "no \u00e9s", + "is after": "est\u00e0 darrere", + "is on or after": "est\u00e0 a o darrere", + "is before": "est\u00e0 davant", + "is on or before": "est\u00e0 a o davant", + "is empty": "est\u00e0 buit", + "is not empty": "no est\u00e0 buit", + "is any of": "\u00e9s algun de", "any": "algun", "true": "veritat", "false": "fals", - "Menu": "Menú", + "Menu": "Men\u00fa", "Show columns": "Mostrar columnes", "Filter": "Filtrar", "Unsort": "Desordenar", @@ -160,27 +156,26 @@ "Show filters": "Mostrar filtres", "yes": "si", "no": "no", - "Depth chart": "Gràfic de profunditat", - "Chart": "Gràfic", - + "Depth chart": "Gr\u00e0fic de profunditat", + "Chart": "Gr\u00e0fic", "BOTTOM BAR AND MISC - BottomBar.js": "Bottom Bar user profile and miscellaneous dialogs", - "Stats For Nerds": "Estadístiques per a nerds", - "LND version": "Versió LND", - "Currently running commit hash": "Hash de la versió actual", + "Stats For Nerds": "Estad\u00edstiques per a nerds", + "LND version": "Versi\u00f3 LND", + "Currently running commit hash": "Hash de la versi\u00f3 actual", "24h contracted volume": "Volum contractat en 24h", "Lifetime contracted volume": "Volum contractat total", "Made with": "Fet amb", "and": "i", "... somewhere on Earth!": "... en algun indret de la Terra!", "Community": "Comunitat", - "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Només s’ofereix suport a través de canals públics. Uneix-te a la nostra comunitat de Telegram si tens preguntes o vols passar l’estona amb altres Robots genials. Si us plau, utilitza el nostre Github per notificar un error o proposar noves funcionalitats.", + "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Nom\u00e9s s\u2019ofereix suport a trav\u00e9s de canals p\u00fablics. Uneix-te a la nostra comunitat de Telegram si tens preguntes o vols passar l\u2019estona amb altres Robots genials. Si us plau, utilitza el nostre Github per notificar un error o proposar noves funcionalitats.", "Follow RoboSats in Twitter": "Segueix RoboSats a Twitter", "Twitter Official Account": "Compte oficial a Twitter", "RoboSats Telegram Communities": "Comunitats de RoboSats a Telegram", "Join RoboSats Spanish speaking community!": "Uneix-te a la nostra comunitat de RoboSats en espanyol!", "Join RoboSats Russian speaking community!": "Uneix-te a la nostra comunitat de RoboSats en rus!", - "Join RoboSats Chinese speaking community!": "Uneix-te a la nostra comunitat de RoboSats en xinès!", - "Join RoboSats English speaking community!": "Uneix-te a la nostra comunitat de RoboSats en anglès!", + "Join RoboSats Chinese speaking community!": "Uneix-te a la nostra comunitat de RoboSats en xin\u00e8s!", + "Join RoboSats English speaking community!": "Uneix-te a la nostra comunitat de RoboSats en angl\u00e8s!", "Tell us about a new feature or a bug": "Proposa funcionalitats o notifica errors", "Github Issues - The Robotic Satoshis Open Source Project": "Issues de Github - The Robotic Satoshis Open Source Project", "Your Profile": "El teu perfil", @@ -188,53 +183,52 @@ "One active order #{{orderID}}": "Anar a ordre activa #{{orderID}}", "Your current order": "La teva ordre actual", "No active orders": "No hi ha ordres actives", - "Your token (will not remain here)": "El teu token (no romandrà aquí)", + "Your token (will not remain here)": "El teu token (no romandr\u00e0 aqu\u00ed)", "Back it up!": "Guarda-ho!", "Cannot remember": "No es pot recordar", "Rewards and compensations": "Recompenses i compensacions", "Share to earn 100 Sats per trade": "Comparteix per a guanyar 100 Sats por intercanvi", - "Your referral link": "El teu enllaç de referits", + "Your referral link": "El teu enlla\u00e7 de referits", "Your earned rewards": "Les teves recompenses guanyades", "Claim": "Retirar", "Invoice for {{amountSats}} Sats": "Factura per {{amountSats}} Sats", "Submit": "Enviar", - "There it goes, thank you!🥇": "Aquí va, gràcies!🥇", + "There it goes, thank you!\ud83e\udd47": "Aqu\u00ed va, gr\u00e0cies!\ud83e\udd47", "You have an active order": "Tens una ordre activa", "You can claim satoshis!": "Pots retirar Sats!", "Public Buy Orders": "Ordres de compra", "Public Sell Orders": "Ordres de venda", "Today Active Robots": "Robots actius avui", "24h Avg Premium": "Prima mitjana en 24h", - "Trade Fee": "Comissió", - "Show community and support links": "Mostrar enllaços de comunitat i suport", - "Show stats for nerds": "Mostrar estadístiques per a nerds", + "Trade Fee": "Comissi\u00f3", + "Show community and support links": "Mostrar enlla\u00e7os de comunitat i suport", + "Show stats for nerds": "Mostrar estad\u00edstiques per a nerds", "Exchange Summary": "Resum de l'Exchange", - "Public buy orders": "Ordres de compra públiques", - "Public sell orders": "Ordres de venta públiques", + "Public buy orders": "Ordres de compra p\u00fabliques", + "Public sell orders": "Ordres de venta p\u00fabliques", "Book liquidity": "Liquiditat en el llibre", "Today active robots": "Robots actius avui", "24h non-KYC bitcoin premium": "Prima de bitcoin sense KYC en 24h", - "Maker fee": "Comissió del creador", - "Taker fee": "Comissió del prenedor", - "Number of public BUY orders": "Nº d'ordres públiques de COMPRA", - "Number of public SELL orders": "Nº d'ordres públiques de VENDA", - "Your last order #{{orderID}}": "La teva última ordre #{{orderID}}", + "Maker fee": "Comissi\u00f3 del creador", + "Taker fee": "Comissi\u00f3 del prenedor", + "Number of public BUY orders": "N\u00ba d'ordres p\u00fabliques de COMPRA", + "Number of public SELL orders": "N\u00ba d'ordres p\u00fabliques de VENDA", + "Your last order #{{orderID}}": "La teva \u00faltima ordre #{{orderID}}", "Inactive order": "Ordre inactiva", - "You do not have previous orders": "No tens ordres prèvies", + "You do not have previous orders": "No tens ordres pr\u00e8vies", "Join RoboSats' Subreddit": "Uneix-te al subreddit de RoboSats", "RoboSats in Reddit": "RoboSats a Reddit", "Current onchain payout fee": "Cost actual de rebre onchain", - "Use stealth invoices": "Factures sigil·loses", - "Stealth lightning invoices do not contain details about the trade except an order reference. Enable this setting if you don't want to disclose details to a custodial lightning wallet.": "Les factures sigil·loses no contenen informació sobre la teva ordre excepte una referència a la mateixa. Activa-les per no revelar informació al teu proveïdor de wallet custodial.", + "Use stealth invoices": "Factures sigil\u00b7loses", + "Stealth lightning invoices do not contain details about the trade except an order reference. Enable this setting if you don't want to disclose details to a custodial lightning wallet.": "Les factures sigil\u00b7loses no contenen informaci\u00f3 sobre la teva ordre excepte una refer\u00e8ncia a la mateixa. Activa-les per no revelar informaci\u00f3 al teu prove\u00efdor de wallet custodial.", "Update your RoboSats client": "Actualitza el teu client RoboSats", - "The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "El coordinador de RoboSats és a la versió {{coordinatorVersion}}, però la app del teu client és {{clientVersion}}. Aquesta discrepància de versió pot provocar una mala experiència d'usuari.", + "The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "El coordinador de RoboSats \u00e9s a la versi\u00f3 {{coordinatorVersion}}, per\u00f2 la app del teu client \u00e9s {{clientVersion}}. Aquesta discrep\u00e0ncia de versi\u00f3 pot provocar una mala experi\u00e8ncia d'usuari.", "Download RoboSats {{coordinatorVersion}} APK from Github releases": "Descarrega RoboSats {{coordinatorVersion}} APK de les versions de Github", - "On Android RoboSats app": "A l'aplicació d'Android RoboSats", + "On Android RoboSats app": "A l'aplicaci\u00f3 d'Android RoboSats", "Check your node's store or update the Docker image yourself": "Comproveu la botiga del vostre node o actualitzeu vosaltres mateixos la imatge del Docker.", - "On your own sovereign node": "Al teu propi node sobirà", + "On your own sovereign node": "Al teu propi node sobir\u00e0", "Simply refresh your Tor Browser tab (or press Ctrl+Shift+R)": "Simplement actualitzeu la pestanya del navegador Tor (o premeu Ctrl+Shift+R)", "On remotely served client via web": "Al client servit de forma remota via web", - "ORDER PAGE - OrderPage.js": "Order details page", "Order Box": "Ordre", "Contract": "Contracte", @@ -247,27 +241,27 @@ "Order taker": "Prenedor", "Order Details": "Detalls", "Order status": "Estat de l'ordre", - "Waiting for maker bond": "Esperant la fiança del creador", - "Public": "Pública", - "Waiting for taker bond": "Esperant la fiança del prenedor", - "Cancelled": "Cancel·lada", + "Waiting for maker bond": "Esperant la fian\u00e7a del creador", + "Public": "P\u00fablica", + "Waiting for taker bond": "Esperant la fian\u00e7a del prenedor", + "Cancelled": "Cancel\u00b7lada", "Expired": "Expirada", - "Waiting for trade collateral and buyer invoice": "Esperant el col·lateral i la factura del comprador", - "Waiting only for seller trade collateral": "Esperant el col·lateral del vendedor", + "Waiting for trade collateral and buyer invoice": "Esperant el col\u00b7lateral i la factura del comprador", + "Waiting only for seller trade collateral": "Esperant el col\u00b7lateral del vendedor", "Waiting only for buyer invoice": "Esperant la factura del comprador", "Sending fiat - In chatroom": "Enviant el fiat - Al xat", "Fiat sent - In chatroom": "Fiat enviat - Al xat", "In dispute": "En disputa", - "Collaboratively cancelled": "Cancel·lada col·laborativament", + "Collaboratively cancelled": "Cancel\u00b7lada col\u00b7laborativament", "Sending satoshis to buyer": "Enviant Sats al comprador", - "Sucessful trade": "Intercanvi exitós", + "Sucessful trade": "Intercanvi exit\u00f3s", "Failed lightning network routing": "Enrutament fallit en la xarxa Lightning", - "Wait for dispute resolution": "Espera a la resolució de la disputa", + "Wait for dispute resolution": "Espera a la resoluci\u00f3 de la disputa", "Maker lost dispute": "El creador ha perdut la disputa", "Taker lost dispute": "El prenedor ha perdut la disputa", "Amount range": "Rang de la suma", - "Swap destination": "Destí del swap", - "Accepted payment methods": "Mètodes de pagament acceptats", + "Swap destination": "Dest\u00ed del swap", + "Accepted payment methods": "M\u00e8todes de pagament acceptats", "Others": "Altres", "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Prima: {{premium}}%", "Price and Premium": "Preu i prima", @@ -276,12 +270,12 @@ "Order ID": "ID de l'ordre", "Deposit timer": "Per a dipositar", "Expires in": "Expira en", - "{{nickname}} is asking for a collaborative cancel": "{{nickname}} sol·licita cancel·lar col·laborativament", - "You asked for a collaborative cancellation": "Has sol·licitat cancel·lar col·laborativament", - "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Factura caducada: no vas confirmar la publicació de l'ordre a temps. Pots crear una nova ordre.", - "This order has been cancelled by the maker": "El creador ha cancel·lat aquesta ordre", + "{{nickname}} is asking for a collaborative cancel": "{{nickname}} sol\u00b7licita cancel\u00b7lar col\u00b7laborativament", + "You asked for a collaborative cancellation": "Has sol\u00b7licitat cancel\u00b7lar col\u00b7laborativament", + "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Factura caducada: no vas confirmar la publicaci\u00f3 de l'ordre a temps. Pots crear una nova ordre.", + "This order has been cancelled by the maker": "El creador ha cancel\u00b7lat aquesta ordre", "Invoice expired. You did not confirm taking the order in time.": "La factura retinguda ha expirat. No has confirmat prendre l'ordre a temps.", - "Penalty lifted, good to go!": "Sanció revocada, som-hi!", + "Penalty lifted, good to go!": "Sanci\u00f3 revocada, som-hi!", "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "Encara no pots prendre cap ordre! Espera {{timeMin}}m {{timeSec}}s", "Too low": "Massa baix", "Too high": "Massa alt", @@ -290,26 +284,25 @@ "You must specify an amount first": "Primer has d'especificar la suma", "Take Order": "Prendre ordre", "Wait until you can take an order": "Espera fins poder prendre una ordre", - "Cancel the order?": "Cancel·lar l'ordre?", - "If the order is cancelled now you will lose your bond.": "Si cancel·les ara l'ordre perdràs la teva fiança.", - "Confirm Cancel": "Confirmar cancel·lació", - "The maker is away": "El creador està ausent", - "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Prenent aquesta ordre corres el risc de perdre el temps. Si el creador no procedeix a temps, se't compensarà en Sats amb el 50% de la fiança del creador.", - "Collaborative cancel the order?": "Cancel·lar l'ordre col·laborativament?", - "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Donat que el col·lateral està bloquejat, l'ordre només pot cancel·lar-se si tant creador com prenendor ho acorden.", - "Ask for Cancel": "Sol·licitar cancel·lació", - "Cancel": "Cancel·lar", - "Collaborative Cancel": "Cancel·lació col·laborativa", - "Invalid Order Id": "ID d'ordre no vàlida", + "Cancel the order?": "Cancel\u00b7lar l'ordre?", + "If the order is cancelled now you will lose your bond.": "Si cancel\u00b7les ara l'ordre perdr\u00e0s la teva fian\u00e7a.", + "Confirm Cancel": "Confirmar cancel\u00b7laci\u00f3", + "The maker is away": "El creador est\u00e0 ausent", + "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Prenent aquesta ordre corres el risc de perdre el temps. Si el creador no procedeix a temps, se't compensar\u00e0 en Sats amb el 50% de la fian\u00e7a del creador.", + "Collaborative cancel the order?": "Cancel\u00b7lar l'ordre col\u00b7laborativament?", + "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Donat que el col\u00b7lateral est\u00e0 bloquejat, l'ordre nom\u00e9s pot cancel\u00b7lar-se si tant creador com prenendor ho acorden.", + "Ask for Cancel": "Sol\u00b7licitar cancel\u00b7laci\u00f3", + "Cancel": "Cancel\u00b7lar", + "Collaborative Cancel": "Cancel\u00b7laci\u00f3 col\u00b7laborativa", + "Invalid Order Id": "ID d'ordre no v\u00e0lida", "You must have a robot avatar to see the order details": "Has de tenir un Robot per veure els detalls de l'ordre", - "This order has been cancelled collaborativelly": "Aquesta ordre s'ha cancel·lat col·laborativament", - "You are not allowed to see this order": "No tens permís per a veure aquesta ordre", - "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Els Satoshis Robòtics del magatzem no t'han entès. Si us plau, omple un Bug Issue a Github https://github.com/reckless-satoshi/robosats/issues", + "This order has been cancelled collaborativelly": "Aquesta ordre s'ha cancel\u00b7lat col\u00b7laborativament", + "You are not allowed to see this order": "No tens perm\u00eds per a veure aquesta ordre", + "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Els Satoshis Rob\u00f2tics del magatzem no t'han ent\u00e8s. Si us plau, omple un Bug Issue a Github https://github.com/reckless-satoshi/robosats/issues", "WebLN": "WebLN", "Payment not received, please check your WebLN wallet.": "No s'ha rebut el pagament, fes un cop d'ull a la teva wallet WebLN.", "Invoice not received, please check your WebLN wallet.": "No s'ha rebut la factura, fes un cop d'ull a la teva wallet WebLN.", "You can close now your WebLN wallet popup.": "Ara pots tancar el popup de la teva wallet WebLN.", - "CHAT BOX - Chat.js": "Finestra del xat", "You": "Tu", "Peer": "Ell", @@ -322,16 +315,16 @@ "Audit PGP": "Auditar", "Save full log as a JSON file (messages and credentials)": "Guardar el log complet com JSON (credencials i missatges)", "Export": "Exporta", - "Don't trust, verify": "No confiïs, verifica", - "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "La teva comunicació s'encripta de punta-a-punta amb OpenPGP. Pots verificar la privacitat d'aquest xat amb qualsevol eina de tercer basada en l'estàndard PGP.", - "Learn how to verify": "Aprèn a verificar", - "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "Aquesta és la teva clau pública PGP. La teva contrapart la fa servir per encriptar missatges que només tu pots llegir.", - "Your public key": "La teva clau pública", - "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "La clau pública PGP de la teva contrapart. La fas servir per encriptar missatges que només ell pot llegir i verificar que és ell qui va signar els missatges que reps.", - "Peer public key": "Clau pública de la teva contrapart", - "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "La teva clau privada PGP encriptada. La fas servir per desencriptar els missatges que la teva contrapart t'envia. També la fas servir per signar els missatges que li envies.", + "Don't trust, verify": "No confi\u00efs, verifica", + "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "La teva comunicaci\u00f3 s'encripta de punta-a-punta amb OpenPGP. Pots verificar la privacitat d'aquest xat amb qualsevol eina de tercer basada en l'est\u00e0ndard PGP.", + "Learn how to verify": "Apr\u00e8n a verificar", + "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "Aquesta \u00e9s la teva clau p\u00fablica PGP. La teva contrapart la fa servir per encriptar missatges que nom\u00e9s tu pots llegir.", + "Your public key": "La teva clau p\u00fablica", + "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "La clau p\u00fablica PGP de la teva contrapart. La fas servir per encriptar missatges que nom\u00e9s ell pot llegir i verificar que \u00e9s ell qui va signar els missatges que reps.", + "Peer public key": "Clau p\u00fablica de la teva contrapart", + "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "La teva clau privada PGP encriptada. La fas servir per desencriptar els missatges que la teva contrapart t'envia. Tamb\u00e9 la fas servir per signar els missatges que li envies.", "Your encrypted private key": "La teva clau privada encriptada", - "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "La contrasenya per desencriptar la teva clau privada. Només tu la saps! Mantingues-la en secret. També és el token del teu robot.", + "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "La contrasenya per desencriptar la teva clau privada. Nom\u00e9s tu la saps! Mantingues-la en secret. Tamb\u00e9 \u00e9s el token del teu robot.", "Your private key passphrase (keep secure!)": "La contrasenya de la teva clau privada (Mantenir segura!)", "Save credentials as a JSON file": "Guardar credencials com arxiu JSON", "Keys": "Claus", @@ -339,122 +332,121 @@ "Messages": "Missatges", "Verified signature by {{nickname}}": "Signatura de {{nickname}} verificada", "Cannot verify signature of {{nickname}}": "No s'ha pogut verificar la signatura de {{nickname}}", - "CONTRACT BOX - TradeBox.js": "The Contract Box that guides users trough the whole trade pipeline", "Contract Box": "Contracte", - "Robots show commitment to their peers": "Els Robots han de mostrar el seu compromís", + "Robots show commitment to their peers": "Els Robots han de mostrar el seu comprom\u00eds", "Lock {{amountSats}} Sats to PUBLISH order": "Bloqueja {{amountSats}} Sats per a PUBLICAR", "Lock {{amountSats}} Sats to TAKE order": "Bloqueja {{amountSats}} Sats per a PRENDRE", - "Lock {{amountSats}} Sats as collateral": "Bloqueja {{amountSats}} Sats com a col·lateral", + "Lock {{amountSats}} Sats as collateral": "Bloqueja {{amountSats}} Sats com a col\u00b7lateral", "Copy to clipboard": "Copiar al portapapers", - "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Això és una factura retinguda, els Sats es bloquegen a la teva cartera. Només es cobrarà si cancel·les o si perds una disputa.", - "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Això és una factura retinguda, els Sats es bloquegen a la teva cartera. Serà alliberada al comprador al confirmar que has rebut {{currencyCode}}.", - "Your maker bond is locked": "La teva fiança de creador està bloquejada", - "Your taker bond is locked": "La teva fiança de prenedor està bloquejada", - "Your maker bond was settled": "La teva fiança s'ha cobrat", - "Your taker bond was settled": "La teva fiança s'ha cobrat", - "Your maker bond was unlocked": "La teva fiança s'ha desbloquejat", - "Your taker bond was unlocked": "La teva fiança s'ha desbloquejat", - "Your order is public": "La teva ordre és pública", - "Be patient while robots check the book. This box will ring 🔊 once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Sigues pacient fins que un robot prengui la teva ordre. Aquesta finestra sonarà 🔊 un cop algun robot prengui la teva ordre. Llavors tindràs {{deposit_timer_hours}}h {{deposit_timer_minutes}}m per respondre, si no respons t'arrisques a perdre la fiança.", - "If the order expires untaken, your bond will return to you (no action needed).": "Si la teva oferta expira sense ser presa, la teva fiança serà desbloquejada a la teva cartera automàticament.", + "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Aix\u00f2 \u00e9s una factura retinguda, els Sats es bloquegen a la teva cartera. Nom\u00e9s es cobrar\u00e0 si cancel\u00b7les o si perds una disputa.", + "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Aix\u00f2 \u00e9s una factura retinguda, els Sats es bloquegen a la teva cartera. Ser\u00e0 alliberada al comprador al confirmar que has rebut {{currencyCode}}.", + "Your maker bond is locked": "La teva fian\u00e7a de creador est\u00e0 bloquejada", + "Your taker bond is locked": "La teva fian\u00e7a de prenedor est\u00e0 bloquejada", + "Your maker bond was settled": "La teva fian\u00e7a s'ha cobrat", + "Your taker bond was settled": "La teva fian\u00e7a s'ha cobrat", + "Your maker bond was unlocked": "La teva fian\u00e7a s'ha desbloquejat", + "Your taker bond was unlocked": "La teva fian\u00e7a s'ha desbloquejat", + "Your order is public": "La teva ordre \u00e9s p\u00fablica", + "Be patient while robots check the book. This box will ring \ud83d\udd0a once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Sigues pacient fins que un robot prengui la teva ordre. Aquesta finestra sonar\u00e0 \ud83d\udd0a un cop algun robot prengui la teva ordre. Llavors tindr\u00e0s {{deposit_timer_hours}}h {{deposit_timer_minutes}}m per respondre, si no respons t'arrisques a perdre la fian\u00e7a.", + "If the order expires untaken, your bond will return to you (no action needed).": "Si la teva oferta expira sense ser presa, la teva fian\u00e7a ser\u00e0 desbloquejada a la teva cartera autom\u00e0ticament.", "Enable Telegram Notifications": "Notificar en Telegram", "Enable TG Notifications": "Activar Notificacions TG", - "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Seràs dut a un xat amb el bot de Telegram de Robosats. Simplement prem Començar. Tingues en compte que si actives les notificaciones de Telegram reduiràs el teu anonimat.", + "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Ser\u00e0s dut a un xat amb el bot de Telegram de Robosats. Simplement prem Comen\u00e7ar. Tingues en compte que si actives les notificaciones de Telegram reduir\u00e0s el teu anonimat.", "Go back": "Tornar", "Enable": "Activar", "Telegram enabled": "Telegram activat", - "Public orders for {{currencyCode}}": "Ordres públiques per {{currencyCode}}", + "Public orders for {{currencyCode}}": "Ordres p\u00fabliques per {{currencyCode}}", "Premium rank": "Percentil de la prima", - "Among public {{currencyCode}} orders (higher is cheaper)": "Entre les ordres públiques de {{currencyCode}} (més alt, més barat)", + "Among public {{currencyCode}} orders (higher is cheaper)": "Entre les ordres p\u00fabliques de {{currencyCode}} (m\u00e9s alt, m\u00e9s barat)", "A taker has been found!": "S'ha trobat un prenedor!", - "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Si us plau, espera a que el prenedor bloquegi la seva fiança. Si no ho fa a temps, l'ordre serà pública de nou.", + "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Si us plau, espera a que el prenedor bloquegi la seva fian\u00e7a. Si no ho fa a temps, l'ordre ser\u00e0 p\u00fablica de nou.", "Payout Lightning Invoice": "Factura Lightning", - "Your info looks good!": "La teva factura és bona!", - "We are waiting for the seller lock the trade amount.": "Esperant a que el venedor bloquegi el col·lateral.", - "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Espera un moment. Si el venedor no diposita, recuperaràs la teva fiança automàticament. A més, rebràs una compensació (comprova les recompenses al teu perfil).", - "The trade collateral is locked!": "El col·lateral està bloquejat!", - "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "Estem esperant a que el comprador enviï una factura Lightning. Quan ho faci, podràs comunicar-li directament els detalls del pagament en fiat.", - "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Espera un moment. Si el comprador no coopera, se't retornarà el col·lateral i la teva fiança automàticament. A més, rebràs una compensació (comprova les recompenses al teu perfil).", + "Your info looks good!": "La teva factura \u00e9s bona!", + "We are waiting for the seller lock the trade amount.": "Esperant a que el venedor bloquegi el col\u00b7lateral.", + "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Espera un moment. Si el venedor no diposita, recuperar\u00e0s la teva fian\u00e7a autom\u00e0ticament. A m\u00e9s, rebr\u00e0s una compensaci\u00f3 (comprova les recompenses al teu perfil).", + "The trade collateral is locked!": "El col\u00b7lateral est\u00e0 bloquejat!", + "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "Estem esperant a que el comprador envi\u00ef una factura Lightning. Quan ho faci, podr\u00e0s comunicar-li directament els detalls del pagament en fiat.", + "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Espera un moment. Si el comprador no coopera, se't retornar\u00e0 el col\u00b7lateral i la teva fian\u00e7a autom\u00e0ticament. A m\u00e9s, rebr\u00e0s una compensaci\u00f3 (comprova les recompenses al teu perfil).", "Confirm {{amount}} {{currencyCode}} sent": "Confirmar {{amount}} {{currencyCode}} enviat", "Confirm {{amount}} {{currencyCode}} received": "Confirmar {{amount}} {{currencyCode}} rebut", "Open Dispute": "Obrir Disputa", "The order has expired": "L'ordre ha expirat", "Chat with the buyer": "Parla amb el comprador", "Chat with the seller": "Parla amb el venedor", - "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Digues hola! Sigues clar i concís. Escriu-li com pot enviarte {{amount}} {{currencyCode}}.", + "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Digues hola! Sigues clar i conc\u00eds. Escriu-li com pot enviarte {{amount}} {{currencyCode}}.", "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "El comprador a enviat el fiat. Presiona 'Confirmar rebut' quan ho hagis rebut.", "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "Digues hola! Demana els detalls de pagament i prem 'Confirmar enviat' en quant paguis.", "Wait for the seller to confirm he has received the payment.": "Espera a que el vendedor confirmi que ha rebut el pagament.", "Confirm you received {{amount}} {{currencyCode}}?": "Confirmes que has rebut {{amount}} {{currencyCode}}?", - "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Confirmant que has rebut el fiat finalitzarà l'intercanvi. Els Sats del collateral s'enviaran al comparador. Confirma només després d'assegurar que t'hagi arribat {{amount}} {{currencyCode}}. A més, si ho has rebut {{currencyCode}} i no confirmes la recepció, t'arriesques a perdre la teva fiança.", + "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Confirmant que has rebut el fiat finalitzar\u00e0 l'intercanvi. Els Sats del collateral s'enviaran al comparador. Confirma nom\u00e9s despr\u00e9s d'assegurar que t'hagi arribat {{amount}} {{currencyCode}}. A m\u00e9s, si ho has rebut {{currencyCode}} i no confirmes la recepci\u00f3, t'arriesques a perdre la teva fian\u00e7a.", "Confirm": "Confirmar", "Trade finished!": "Intercanvi finalitzat!", - "rate_robosats": "Què opines de <1>RoboSats?", - "Thank you! RoboSats loves you too ❤️": "Moltes gràcies! RoboSats també t'estima ❤️", - "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats millora amb més liquiditat i usuaris. Explica-li a un amic bitcoiner sobre RoboSats!", - "Thank you for using Robosats!": "Gràcies per fer servir RoboSats!", + "rate_robosats": "Qu\u00e8 opines de <1>RoboSats?", + "Thank you! RoboSats loves you too \u2764\ufe0f": "Moltes gr\u00e0cies! RoboSats tamb\u00e9 t'estima \u2764\ufe0f", + "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats millora amb m\u00e9s liquiditat i usuaris. Explica-li a un amic bitcoiner sobre RoboSats!", + "Thank you for using Robosats!": "Gr\u00e0cies per fer servir RoboSats!", "let_us_know_hot_to_improve": "Diga'ns com podria millorar la plataforma (<1>Telegram / <3>Github)", - "Start Again": "Començar de nou", + "Start Again": "Comen\u00e7ar de nou", "Attempting Lightning Payment": "Intentant el pagament Lightning", - "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats està intentant pagar la teva factura de Lightning. Recorda que els nodes Lightning han d'estar en línia per rebre pagaments.", + "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats est\u00e0 intentant pagar la teva factura de Lightning. Recorda que els nodes Lightning han d'estar en l\u00ednia per rebre pagaments.", "Retrying!": "Reintentant!", "Lightning Routing Failed": "Ha fallat l'enrutament Lightning", - "Your invoice has expired or more than 3 payment attempts have been made. Muun wallet is not recommended. ": "La teva factura ha expirat o s'han fet més de 3 intents de pagament. La cartera Muun no està recomanada. ", + "Your invoice has expired or more than 3 payment attempts have been made. Muun wallet is not recommended. ": "La teva factura ha expirat o s'han fet m\u00e9s de 3 intents de pagament. La cartera Muun no est\u00e0 recomanada. ", "Check the list of compatible wallets": "Mira la llista de carteres compatibles", - "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats intentarà pagar la teva factura 3 cops cada 1 minut. Si segueix fallant, podràs presentar una nova factura. Comprova si tens suficient liquiditat entrant. Recorda que els nodes de Lightning han d'estar en línia per poder rebre pagaments.", + "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats intentar\u00e0 pagar la teva factura 3 cops cada 1 minut. Si segueix fallant, podr\u00e0s presentar una nova factura. Comprova si tens suficient liquiditat entrant. Recorda que els nodes de Lightning han d'estar en l\u00ednia per poder rebre pagaments.", "Next attempt in": "Proper intent en", "Do you want to open a dispute?": "Vols obrir una disputa?", - "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "L'equip de RoboSats examinarà les declaracions i evidències presentades. Com l'equip no pot llegir el xat necessites escriure una declaració completa i exhaustiva. És millor donar un mètode de contacte d'usar i llençar amb la teva declaració. Els Sats del col·lateral seran enviats al guanyador de la disputa, mientres que el perdedor perderà la seva fiança.", + "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "L'equip de RoboSats examinar\u00e0 les declaracions i evid\u00e8ncies presentades. Com l'equip no pot llegir el xat necessites escriure una declaraci\u00f3 completa i exhaustiva. \u00c9s millor donar un m\u00e8tode de contacte d'usar i llen\u00e7ar amb la teva declaraci\u00f3. Els Sats del col\u00b7lateral seran enviats al guanyador de la disputa, mientres que el perdedor perder\u00e0 la seva fian\u00e7a.", "Disagree": "Tornar", "Agree and open dispute": "Obrir disputa", "A dispute has been opened": "Una disputa ha estat oberta", - "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Si us plau, presenta la teva declaració. Sigues clar i concís sobre que ja passat i entrega l'evidència necessària. HAS DE donar un mètode de contacte per comunicar-te amb l'equip: mètode de contacte d'usar i llençar, XMPP o usuari de Telegram. Les disputes són resoltes amb la discreció dels Robots reals (també coneguts com humans), així doncs ajuda en el possible per assegurar un resultat just. 5000 caràcters màx.", - "Submit dispute statement": "Presentar declaració", - "We have received your statement": "Hem rebut la teva declaració", - "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Estem esperant la declaració del teu company. Si tens dubtes de l'estat de la disputa o si vols afegir més informació, contacta amb robosats@protonmail.com.", - "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Si us plau, guarda l'informació necessària per identificar la teva ordre i pagaments: ID de l'ordre; claus del pagament de la fiança o el col·lateral (comprova la teva cartera Lightning); quantitat exacta de Sats; i nom del Robot. Tindràs que identificar-te com l'usuari involucrat en aquest intercanvi per email (o altre mètode de contacte).", - "We have the statements": "Tenim la declaració", - "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Ambdues declaracions se'han rebut, espera a que l'equipo resolgui la disputa. Si tens dubtes de l'estat de la disputa o si vols afegir més informació, contacta amb robosats@protonmail.com. Si no vas donar un mètode de contacte, o dubtes de si ho vas escriure bé, escriu-nos immediatament.", + "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Si us plau, presenta la teva declaraci\u00f3. Sigues clar i conc\u00eds sobre que ja passat i entrega l'evid\u00e8ncia necess\u00e0ria. HAS DE donar un m\u00e8tode de contacte per comunicar-te amb l'equip: m\u00e8tode de contacte d'usar i llen\u00e7ar, XMPP o usuari de Telegram. Les disputes s\u00f3n resoltes amb la discreci\u00f3 dels Robots reals (tamb\u00e9 coneguts com humans), aix\u00ed doncs ajuda en el possible per assegurar un resultat just. 5000 car\u00e0cters m\u00e0x.", + "Submit dispute statement": "Presentar declaraci\u00f3", + "We have received your statement": "Hem rebut la teva declaraci\u00f3", + "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Estem esperant la declaraci\u00f3 del teu company. Si tens dubtes de l'estat de la disputa o si vols afegir m\u00e9s informaci\u00f3, contacta amb robosats@protonmail.com.", + "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Si us plau, guarda l'informaci\u00f3 necess\u00e0ria per identificar la teva ordre i pagaments: ID de l'ordre; claus del pagament de la fian\u00e7a o el col\u00b7lateral (comprova la teva cartera Lightning); quantitat exacta de Sats; i nom del Robot. Tindr\u00e0s que identificar-te com l'usuari involucrat en aquest intercanvi per email (o altre m\u00e8tode de contacte).", + "We have the statements": "Tenim la declaraci\u00f3", + "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Ambdues declaracions se'han rebut, espera a que l'equipo resolgui la disputa. Si tens dubtes de l'estat de la disputa o si vols afegir m\u00e9s informaci\u00f3, contacta amb robosats@protonmail.com. Si no vas donar un m\u00e8tode de contacte, o dubtes de si ho vas escriure b\u00e9, escriu-nos immediatament.", "You have won the dispute": "Has guanyat la disputa", - "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Pots retirar la quantitat de la resolució de la disputa (fiança i col·lateral) des de les recompenses del teu perfil. Si creus que l'equip pot fer alguna cosa més, no dubtis a contactar amb robosats@protonmail.com (o a través del mètode de contacte d'usar i llençar que vas especificar).", + "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Pots retirar la quantitat de la resoluci\u00f3 de la disputa (fian\u00e7a i col\u00b7lateral) des de les recompenses del teu perfil. Si creus que l'equip pot fer alguna cosa m\u00e9s, no dubtis a contactar amb robosats@protonmail.com (o a trav\u00e9s del m\u00e8tode de contacte d'usar i llen\u00e7ar que vas especificar).", "You have lost the dispute": "Has perdut la disputa", - "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Desafortunadament has perdut la disputa. Si penses que és un error també pots demanar reobrir el cas per email a robosats@protonmail.com. De todas formes, les probabilitats de ser investigat de nou són baixes.", + "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Desafortunadament has perdut la disputa. Si penses que \u00e9s un error tamb\u00e9 pots demanar reobrir el cas per email a robosats@protonmail.com. De todas formes, les probabilitats de ser investigat de nou s\u00f3n baixes.", "Expired not taken": "Expirada sense ser presa", - "Maker bond not locked": "La fiança del creador no va ser bloquejada", - "Escrow not locked": "El dipòsit de garantia no va ser bloquejat", + "Maker bond not locked": "La fian\u00e7a del creador no va ser bloquejada", + "Escrow not locked": "El dip\u00f2sit de garantia no va ser bloquejat", "Invoice not submitted": "No es va entregar la factura del comprat", - "Neither escrow locked or invoice submitted": "Ni el dipòsit de garantía va ser bloquejat ni es va entregar factura comprador", + "Neither escrow locked or invoice submitted": "Ni el dip\u00f2sit de garant\u00eda va ser bloquejat ni es va entregar factura comprador", "Renew Order": "Renovar Ordre", - "Pause the public order": "Pausar l'ordre pública", - "Your order is paused": "La teva ordre està pausada", - "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "La teva ordre pública va ser pausada. Ara mateix, l'ordre no pot ser vista ni presa per altres robots. Pots tornar a activarla quan desitgis.", + "Pause the public order": "Pausar l'ordre p\u00fablica", + "Your order is paused": "La teva ordre est\u00e0 pausada", + "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "La teva ordre p\u00fablica va ser pausada. Ara mateix, l'ordre no pot ser vista ni presa per altres robots. Pots tornar a activarla quan desitgis.", "Unpause Order": "Activar Ordre", - "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "Si no bloqueges el col·lateral t'arrisques a perdre la teva fiança. Disposes en total de {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.", + "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "Si no bloqueges el col\u00b7lateral t'arrisques a perdre la teva fian\u00e7a. Disposes en total de {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.", "See Compatible Wallets": "Veure bitlleteres compatibles", - "Failure reason:": "Raó de la fallada:", + "Failure reason:": "Ra\u00f3 de la fallada:", "Payment isn't failed (yet)": "El pagament no ha fallat encara", - "There are more routes to try, but the payment timeout was exceeded.": "Queden rutes per provar, però el temps màxim de l'intent ha estat excedit.", + "There are more routes to try, but the payment timeout was exceeded.": "Queden rutes per provar, per\u00f2 el temps m\u00e0xim de l'intent ha estat excedit.", "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "Totes les rutes possibles han estat provades i han fallat de forma permanent. O potser no hi havia cap ruta.", - "A non-recoverable error has occurred.": "S'ha produït un error no recuperable.", - "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "Els detalls del pagament són incorrectes (hash desconegut, quantitat invàlida o CLTV delta final invàlid).", - "Insufficient unlocked balance in RoboSats' node.": "Balanç lliure de ser utilitzat al node de RoboSats insuficient.", - "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "La factura entregada sembla tenir només rutes ocultes molt cares, estàs fent servir una bitlletera incomptable (Potser Muun?). Fes un cop d'ull a la llista de bitlleteres compatibles a wallets.robosats.com", - "The invoice provided has no explicit amount": "La factura entregada no conté una quantitat explícita", - "Does not look like a valid lightning invoice": "No sembla ser una factura lightning vàlida", + "A non-recoverable error has occurred.": "S'ha produ\u00eft un error no recuperable.", + "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "Els detalls del pagament s\u00f3n incorrectes (hash desconegut, quantitat inv\u00e0lida o CLTV delta final inv\u00e0lid).", + "Insufficient unlocked balance in RoboSats' node.": "Balan\u00e7 lliure de ser utilitzat al node de RoboSats insuficient.", + "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "La factura entregada sembla tenir nom\u00e9s rutes ocultes molt cares, est\u00e0s fent servir una bitlletera incomptable (Potser Muun?). Fes un cop d'ull a la llista de bitlleteres compatibles a wallets.robosats.com", + "The invoice provided has no explicit amount": "La factura entregada no cont\u00e9 una quantitat expl\u00edcita", + "Does not look like a valid lightning invoice": "No sembla ser una factura lightning v\u00e0lida", "The invoice provided has already expired": "La factura que has entregat ja ha caducat", - "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Assegura't d' EXPORTAR el registre del xat. Els administradors poden demanar-te elregistre del xat en cas de discrepàncies. És la teva responsabilitat proveir-ho.", - "Invalid address": "Direcció invàlida", - "Unable to validate address, check bitcoind backend": "No ha estat possible validar l'adreça, comprovar el backend bitcoind", + "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Assegura't d' EXPORTAR el registre del xat. Els administradors poden demanar-te elregistre del xat en cas de discrep\u00e0ncies. \u00c9s la teva responsabilitat proveir-ho.", + "Invalid address": "Direcci\u00f3 inv\u00e0lida", + "Unable to validate address, check bitcoind backend": "No ha estat possible validar l'adre\u00e7a, comprovar el backend bitcoind", "Submit payout info for {{amountSats}} Sats": "Envia info per rebre {{amountSats}} Sats", "Submit a valid invoice for {{amountSats}} Satoshis.": "Envia una factura per {{amountSats}} Sats", "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Abans de deixar-te enviar {{amountFiat}} {{currencyCode}}, volem assegurar-nos que pots rebre BTC.", - "RoboSats will do a swap and send the Sats to your onchain address.": "RoboSats farà un swap i enviarà els Sats a la teva adreça a la cadena.", - "Swap fee": "Comissió del swap", - "Mining fee": "Comissió minera", - "Mining Fee": "Comissió Minera", - "Final amount you will receive": "Suma final que rebràs", - "Bitcoin Address": "Direcció Bitcoin", + "RoboSats will do a swap and send the Sats to your onchain address.": "RoboSats far\u00e0 un swap i enviar\u00e0 els Sats a la teva adre\u00e7a a la cadena.", + "Swap fee": "Comissi\u00f3 del swap", + "Mining fee": "Comissi\u00f3 minera", + "Mining Fee": "Comissi\u00f3 Minera", + "Final amount you will receive": "Suma final que rebr\u00e0s", + "Bitcoin Address": "Direcci\u00f3 Bitcoin", "Your TXID": "El teu TXID", "Lightning": "Lightning", "Onchain": "Onchain", @@ -462,19 +454,19 @@ "Trade Summary": "Resum de l'intercanvi", "Maker": "Creador", "Taker": "Prenedor", - "User role": "Operació", + "User role": "Operaci\u00f3", "Sent": "Enviat", "Received": "Rebut", "BTC received": "BTC rebut", "BTC sent": "BTC enviat", "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)", - "Trade fee": "Comisión", + "Trade fee": "Comisi\u00f3n", "{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Sats ({{swapFeePercent}}%)", "Onchain swap fee": "Cost swap onchain", "{{miningFeeSats}} Sats": "{{miningFeeSats}} Sats", "{{bondSats}} Sats ({{bondPercent}}%)": "{{bondSats}} Sats ({{bondPercent}}%)", - "Maker bond": "Fiança de creador", - "Taker bond": "Fiança de prenedor", + "Maker bond": "Fian\u00e7a de creador", + "Taker bond": "Fian\u00e7a de prenedor", "Unlocked": "Desbloquejada", "{{revenueSats}} Sats": "{{revenueSats}} Sats", "Platform trade revenue": "Benefici de la plataforma", @@ -483,45 +475,44 @@ "Timestamp": "Marca d'hora", "Completed in": "Completat en", "Contract exchange rate": "Taxa de canvi del contracte", - "INFO DIALOG - InfoDiagog.js": "App information and clarifications and terms of use", "Close": "Tancar", - "What is RoboSats?": "Què és RoboSats?", - "It is a BTC/FIAT peer-to-peer exchange over lightning.": "És un exchange P2P que facilita intercanvis bitcoin/fiat sobre Lightning.", - "RoboSats is an open source project ": "RoboSats és un projecte de codi obert ", - "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "Simplifica l'emparellament i minimitza la necessitat de confiança. RoboSats es centra en la privacitat i la velocitat.", + "What is RoboSats?": "Qu\u00e8 \u00e9s RoboSats?", + "It is a BTC/FIAT peer-to-peer exchange over lightning.": "\u00c9s un exchange P2P que facilita intercanvis bitcoin/fiat sobre Lightning.", + "RoboSats is an open source project ": "RoboSats \u00e9s un projecte de codi obert ", + "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "Simplifica l'emparellament i minimitza la necessitat de confian\u00e7a. RoboSats es centra en la privacitat i la velocitat.", "(GitHub).": "(GitHub).", "How does it work?": "Com funciona?", - "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 vol vendre bitcoin. Ella publica una ordre de venda. BafflingBob02 vol comprar bitcoin i escull l'ordre d'Alicia. Tots dos han de bloquejar una petita fiança en Lightning per provar que són veritables Robots. Després, Alicia envia el col·lateral fent ús també d'una factura de Lightning. RoboSats bloqueja la factura fins que Alicia confirma haver rebut el fiat, després el bitcoin s'allibera i s'envia a Bob. Gaudeix el teu bitcoin, Bob!", - "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "En cap moment AnonymousAlice01 ni BafflingBob02 han de confiar els fons de bitcoin a l'altra part. En cas de conflicte, el personal de RoboSats ajudarà a resoldre la disputa.", - "You can find a step-by-step description of the trade pipeline in ": "Pots trobar una descripció pas a pas dels intercanvis a ", + "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 vol vendre bitcoin. Ella publica una ordre de venda. BafflingBob02 vol comprar bitcoin i escull l'ordre d'Alicia. Tots dos han de bloquejar una petita fian\u00e7a en Lightning per provar que s\u00f3n veritables Robots. Despr\u00e9s, Alicia envia el col\u00b7lateral fent \u00fas tamb\u00e9 d'una factura de Lightning. RoboSats bloqueja la factura fins que Alicia confirma haver rebut el fiat, despr\u00e9s el bitcoin s'allibera i s'envia a Bob. Gaudeix el teu bitcoin, Bob!", + "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "En cap moment AnonymousAlice01 ni BafflingBob02 han de confiar els fons de bitcoin a l'altra part. En cas de conflicte, el personal de RoboSats ajudar\u00e0 a resoldre la disputa.", + "You can find a step-by-step description of the trade pipeline in ": "Pots trobar una descripci\u00f3 pas a pas dels intercanvis a ", "How it works": "Com funciona", - "You can also check the full guide in ": "També pots revisar la guia sencera a ", + "You can also check the full guide in ": "Tamb\u00e9 pots revisar la guia sencera a ", "How to use": "Com utilizar", - "What payment methods are accepted?": "Quins mètodes de pagament s'accepten?", - "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Tots sempre que siguin ràpids. Pots escriure a sota el teu mètode de pagament preferit(s). Hauràs de trobar un company que accepti aquest mètode. El pas per intercanviar el fiat té un temps d'expiració de 24 hores abans no s'obri una disputa automàticament. Et recomanem mètodes d'enviament de fiat.", - "Are there trade limits?": "Hi ha límit d'intercanvis?", - "What are the fees?": "Quines són les comissions?", - "RoboSats total fee for an order is {{tradeFee}}%. This fee is split to be covered by both: the order maker ({{makerFee}}%) and the order taker ({{takerFee}}%). In case an onchain address is used to received the Sats a variable swap fee applies. Check the exchange details by tapping on the bottom bar icon to see the current swap fee.": "La comissió total d'un intercanvi és {{tradeFee}}%. Aquesta comissió es divideix en: creador de l'ordre ({{makerFee}}%) i prenedor de l'ordre ({{takerFee}}%). En cas de que s'utilitzi una adreça onchain per rebre els Sats també existeix una comissió variable per a cobrir el cost del swap (veure les estadístiques de l'exchange clickant a sota per veure el cost actual del swap).", - "Be aware your fiat payment provider might charge extra fees. In any case, the buyer bears the costs of sending fiat. That includes banking charges, transfer fees and foreign exchange spreads. The seller must receive exactly the amount stated in the order details.": "Tingues en compte que la teva pasarel·la de pagaments fiat pot cobrar-te comissions extra. En qualsevol cas, aquests costos sempre són coberts pel comprador. Això inclou. comissions de transferència, costos bancaris i forquilla d'intercavis de divises. El venedor ha de rebre la quantitat exacte que es detalla a l'ordre.", - "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "Per minimitzar problemes a l'enrutament Lightning, el màxim per intercanvi és de {{maxAmount}} Sats. No hi ha límit d'intercanvis en el temps. Tot i que un Robot només pot intervenir una ordre a la vegada, pots fer servir varis Robots a diferents navegadors (recorda guardar els tokens dels teus Robots!).", - "Is RoboSats private?": "És privat RoboSats?", - "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats no custòdia els teus fons i no recol·lecta o custòdia cap dada personal, doncs no li importa qui ets. RoboSats mai et preguntarà pel teu nom, país o número de document. Per millorar la teva privacitat, fes ús del Navegador Tor i visita el lloc ceba.", - "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "El teu company d'intercanvi és l'únic que pot potencialment esbrinar quelcom sobre tu. Mantingues una conversa curta i concisa. Evita donar dades que no siguin estrictament necessàries pel pagament del fiat.", - "What are the risks?": "Quins són els riscos?", - "This is an experimental application, things could go wrong. Trade small amounts!": "Aquesta és una aplicació experimental, quelcom pot no sortir bé. Intercanvia petites quantitats!", - "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "El venedor té els mateixos riscos de devolució que amb qualsevol altre servei P2P. PayPal o targetes de crèdit no són recomanades.", - "What is the trust model?": "Quin és el model de confiança?", - "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "Comprador i venedor mai han de confiar l'un en l'altre. Una mínima confiança en RoboSats és necessària, doncs és l'enllaç entre la fiança del venedor i el pagament del comprador, que no és atòmic (encara). A més, les disputes es resolen pel personal de RoboSats.", - "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "Amb total claredat, els requeriments de confiança són minimitzats. No obstant, encara hi ha una manera de que RoboSats fugi amb els teus Sats: no enviant-li al comprador. Es podria argumentar que aquest moviment malmetria la reputació de RoboSats per només un petit import. De totes formes, hauries de dubtar i només intercanviar petites sumes cada cop. Per grans sumes fes servir un exchange de primera capa com Bisq", - "You can build more trust on RoboSats by inspecting the source code.": "Pots augmentar la confiança en RoboSats inspeccionant el codi font.", + "What payment methods are accepted?": "Quins m\u00e8todes de pagament s'accepten?", + "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Tots sempre que siguin r\u00e0pids. Pots escriure a sota el teu m\u00e8tode de pagament preferit(s). Haur\u00e0s de trobar un company que accepti aquest m\u00e8tode. El pas per intercanviar el fiat t\u00e9 un temps d'expiraci\u00f3 de 24 hores abans no s'obri una disputa autom\u00e0ticament. Et recomanem m\u00e8todes d'enviament de fiat.", + "Are there trade limits?": "Hi ha l\u00edmit d'intercanvis?", + "What are the fees?": "Quines s\u00f3n les comissions?", + "RoboSats total fee for an order is {{tradeFee}}%. This fee is split to be covered by both: the order maker ({{makerFee}}%) and the order taker ({{takerFee}}%). In case an onchain address is used to received the Sats a variable swap fee applies. Check the exchange details by tapping on the bottom bar icon to see the current swap fee.": "La comissi\u00f3 total d'un intercanvi \u00e9s {{tradeFee}}%. Aquesta comissi\u00f3 es divideix en: creador de l'ordre ({{makerFee}}%) i prenedor de l'ordre ({{takerFee}}%). En cas de que s'utilitzi una adre\u00e7a onchain per rebre els Sats tamb\u00e9 existeix una comissi\u00f3 variable per a cobrir el cost del swap (veure les estad\u00edstiques de l'exchange clickant a sota per veure el cost actual del swap).", + "Be aware your fiat payment provider might charge extra fees. In any case, the buyer bears the costs of sending fiat. That includes banking charges, transfer fees and foreign exchange spreads. The seller must receive exactly the amount stated in the order details.": "Tingues en compte que la teva pasarel\u00b7la de pagaments fiat pot cobrar-te comissions extra. En qualsevol cas, aquests costos sempre s\u00f3n coberts pel comprador. Aix\u00f2 inclou. comissions de transfer\u00e8ncia, costos bancaris i forquilla d'intercavis de divises. El venedor ha de rebre la quantitat exacte que es detalla a l'ordre.", + "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "Per minimitzar problemes a l'enrutament Lightning, el m\u00e0xim per intercanvi \u00e9s de {{maxAmount}} Sats. No hi ha l\u00edmit d'intercanvis en el temps. Tot i que un Robot nom\u00e9s pot intervenir una ordre a la vegada, pots fer servir varis Robots a diferents navegadors (recorda guardar els tokens dels teus Robots!).", + "Is RoboSats private?": "\u00c9s privat RoboSats?", + "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats no cust\u00f2dia els teus fons i no recol\u00b7lecta o cust\u00f2dia cap dada personal, doncs no li importa qui ets. RoboSats mai et preguntar\u00e0 pel teu nom, pa\u00eds o n\u00famero de document. Per millorar la teva privacitat, fes \u00fas del Navegador Tor i visita el lloc ceba.", + "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "El teu company d'intercanvi \u00e9s l'\u00fanic que pot potencialment esbrinar quelcom sobre tu. Mantingues una conversa curta i concisa. Evita donar dades que no siguin estrictament necess\u00e0ries pel pagament del fiat.", + "What are the risks?": "Quins s\u00f3n els riscos?", + "This is an experimental application, things could go wrong. Trade small amounts!": "Aquesta \u00e9s una aplicaci\u00f3 experimental, quelcom pot no sortir b\u00e9. Intercanvia petites quantitats!", + "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "El venedor t\u00e9 els mateixos riscos de devoluci\u00f3 que amb qualsevol altre servei P2P. PayPal o targetes de cr\u00e8dit no s\u00f3n recomanades.", + "What is the trust model?": "Quin \u00e9s el model de confian\u00e7a?", + "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "Comprador i venedor mai han de confiar l'un en l'altre. Una m\u00ednima confian\u00e7a en RoboSats \u00e9s necess\u00e0ria, doncs \u00e9s l'enlla\u00e7 entre la fian\u00e7a del venedor i el pagament del comprador, que no \u00e9s at\u00f2mic (encara). A m\u00e9s, les disputes es resolen pel personal de RoboSats.", + "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "Amb total claredat, els requeriments de confian\u00e7a s\u00f3n minimitzats. No obstant, encara hi ha una manera de que RoboSats fugi amb els teus Sats: no enviant-li al comprador. Es podria argumentar que aquest moviment malmetria la reputaci\u00f3 de RoboSats per nom\u00e9s un petit import. De totes formes, hauries de dubtar i nom\u00e9s intercanviar petites sumes cada cop. Per grans sumes fes servir un exchange de primera capa com Bisq", + "You can build more trust on RoboSats by inspecting the source code.": "Pots augmentar la confian\u00e7a en RoboSats inspeccionant el codi font.", "Project source code": "Codi font del projecte", - "What happens if RoboSats suddenly disappears?": "Què passaria si RoboSats desaparegués?", - "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "Els teus Sats et seran retornats. Qualsevol factura no assentada serà automàticament retornada encara que RoboSats desaparegui. Això és cert tant per fiances com pels col·laterals. De totes formes, des de que el venedor confirma haver rebut el fiat i el comprador rep els Sats, hi ha un temps d'aprox. 1 segon en que los fons podrien perdre's si RoboSats desaparegués. Assegura't de tenir suficient liquiditat entrant per evitar errors d'enrutament. Si tens algun problema, busca als canals públics de RoboSats.", - "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "A molts països utilitzar RoboSats no és diferent a fer servir Ebay o WallaPop. La teva regulació pot variar, és responsabilitat teva el seu compliment.", - "Is RoboSats legal in my country?": "És RoboSats legal al meu país?", - "Disclaimer": "Avís", - "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Aquesta aplicació de Lightning està en desenvolupament continu i s'entrega tal qual: intercanvia amb la màxima precaució. No hi ha suport privat. El suport s'ofereix només a canals públics.", + "What happens if RoboSats suddenly disappears?": "Qu\u00e8 passaria si RoboSats desaparegu\u00e9s?", + "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "Els teus Sats et seran retornats. Qualsevol factura no assentada ser\u00e0 autom\u00e0ticament retornada encara que RoboSats desaparegui. Aix\u00f2 \u00e9s cert tant per fiances com pels col\u00b7laterals. De totes formes, des de que el venedor confirma haver rebut el fiat i el comprador rep els Sats, hi ha un temps d'aprox. 1 segon en que los fons podrien perdre's si RoboSats desaparegu\u00e9s. Assegura't de tenir suficient liquiditat entrant per evitar errors d'enrutament. Si tens algun problema, busca als canals p\u00fablics de RoboSats.", + "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "A molts pa\u00efsos utilitzar RoboSats no \u00e9s diferent a fer servir Ebay o WallaPop. La teva regulaci\u00f3 pot variar, \u00e9s responsabilitat teva el seu compliment.", + "Is RoboSats legal in my country?": "\u00c9s RoboSats legal al meu pa\u00eds?", + "Disclaimer": "Av\u00eds", + "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Aquesta aplicaci\u00f3 de Lightning est\u00e0 en desenvolupament continu i s'entrega tal qual: intercanvia amb la m\u00e0xima precauci\u00f3. No hi ha suport privat. El suport s'ofereix nom\u00e9s a canals p\u00fablics.", "(Telegram)": "(Telegram)", - ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats mai et contactarà. RoboSats mai et preguntarà pel token del teu Robot." + ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats mai et contactar\u00e0. RoboSats mai et preguntar\u00e0 pel token del teu Robot." } diff --git a/frontend/static/locales/cs.json b/frontend/static/locales/cs.json index 2b1a7286..76c57aff 100644 --- a/frontend/static/locales/cs.json +++ b/frontend/static/locales/cs.json @@ -1,504 +1,495 @@ { "UNSAFE ALERT - UnsafeAlert.js": "Alert that shows on top when browsing from the unsafe clearnet sites", - "You are not using RoboSats privately": "Nepoužíváš Robosats bezpečně.", - "desktop_unsafe_alert": "Některé funkce byly vypnuty pro tvou bezpečnost (např. chat) bez níchž nebudeš moct dokončit obchod. Abys využil všechny funkce a ochranil své soukromí, použij <1>Tor Browser a navšťiv <3>Onion stránku.", - "phone_unsafe_alert": "Nebudeš moct dokončit obchod. Použij <1>Tor Browser a navšťiv <3>Onion stránku.", - "Hide": "Skrýt", - + "You are not using RoboSats privately": "Nepou\u017e\u00edv\u00e1\u0161 Robosats bezpe\u010dn\u011b.", + "desktop_unsafe_alert": "N\u011bkter\u00e9 funkce byly vypnuty pro tvou bezpe\u010dnost (nap\u0159. chat) bez n\u00edch\u017e nebude\u0161 moct dokon\u010dit obchod. Abys vyu\u017eil v\u0161echny funkce a ochranil sv\u00e9 soukrom\u00ed, pou\u017eij <1>Tor Browser a nav\u0161\u0165iv <3>Onion str\u00e1nku.", + "phone_unsafe_alert": "Nebude\u0161 moct dokon\u010dit obchod. Pou\u017eij <1>Tor Browser a nav\u0161\u0165iv <3>Onion str\u00e1nku.", + "Hide": "Skr\u00fdt", "USER GENERATION PAGE - UserGenPage.js": "Landing Page and User Generation", - "Simple and Private LN P2P Exchange": "Jednoduchá LN P2P burza", - "This is your trading avatar": "Toto je tvůj uživatelský avatar", - "Store your token safely": "Ulož si svůj token bezpečně", - "A robot avatar was found, welcome back!": "Uživatelský avatar byl nalezen, vítej zpět!", - "Copied!": "Zkopirováno!!", - "Generate a new token": "Generovat nový token", + "Simple and Private LN P2P Exchange": "Jednoduch\u00e1 LN P2P burza", + "This is your trading avatar": "Toto je tv\u016fj u\u017eivatelsk\u00fd avatar", + "Store your token safely": "Ulo\u017e si sv\u016fj token bezpe\u010dn\u011b", + "A robot avatar was found, welcome back!": "U\u017eivatelsk\u00fd avatar byl nalezen, v\u00edtej zp\u011bt!", + "Copied!": "Zkopirov\u00e1no!!", + "Generate a new token": "Generovat nov\u00fd token", "Generate Robot": "Generovat Robota", - "You must enter a new token first": "Nejprvne musíš vložit nový token", - "Make Order": "Vytvořit nabídku", + "You must enter a new token first": "Nejprvne mus\u00ed\u0161 vlo\u017eit nov\u00fd token", + "Make Order": "Vytvo\u0159it nab\u00eddku", "Info": "Info", - "View Book": "Zobrazit nabídky", - "Learn RoboSats": "Více o RoboSats", - "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Chystáš se navštívit výukovou stránku RoboSats. Stránka obsahuje tutoriály a dokumentaci, které ti pomohou pochopit jak funguje RoboSats.", - "Let's go!": "Navštívit!", - "Save token and PGP credentials to file": "Uložit soubor s tokenem a PGP klíčem", - + "View Book": "Zobrazit nab\u00eddky", + "Learn RoboSats": "V\u00edce o RoboSats", + "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Chyst\u00e1\u0161 se nav\u0161t\u00edvit v\u00fdukovou str\u00e1nku RoboSats. Str\u00e1nka obsahuje tutori\u00e1ly a dokumentaci, kter\u00e9 ti pomohou pochopit jak funguje RoboSats.", + "Let's go!": "Nav\u0161t\u00edvit!", + "Save token and PGP credentials to file": "Ulo\u017eit soubor s tokenem a PGP kl\u00ed\u010dem", "MAKER PAGE - MakerPage.js": "This is the page where users can create new orders", - "Order": "Nabídka", - "Customize": "Přizpůsobit", - "Buy or Sell Bitcoin?": "Nákup nebo prodej Bitcoinu?", - "Buy": "Nákup", + "Order": "Nab\u00eddka", + "Customize": "P\u0159izp\u016fsobit", + "Buy or Sell Bitcoin?": "N\u00e1kup nebo prodej Bitcoinu?", + "Buy": "N\u00e1kup", "Sell": "Prodej", - "Amount": "Částka", - "Amount of fiat to exchange for bitcoin": "Částka fiat měny za bitcoin", - "Invalid": "Neplatné", - "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "Zadej preferovaný způsob platby. Doporučujeme okamžité platby.", - "Must be shorter than 65 characters": "Maximálně 65 znaků", + "Amount": "\u010c\u00e1stka", + "Amount of fiat to exchange for bitcoin": "\u010c\u00e1stka fiat m\u011bny za bitcoin", + "Invalid": "Neplatn\u00e9", + "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "Zadej preferovan\u00fd zp\u016fsob platby. Doporu\u010dujeme okam\u017eit\u00e9 platby.", + "Must be shorter than 65 characters": "Maxim\u00e1ln\u011b 65 znak\u016f", "Swap Destination(s)": "Swap adresa", - "Fiat Payment Method(s)": "Možnosti fiat plateb", - "You can add any method": "Můžeš přidat jakýkoliv způsob platby", - "Add New": "Přidat", - "Choose a Pricing Method": "Vyber metodu stanovení ceny", - "Relative": "Plovoucí", + "Fiat Payment Method(s)": "Mo\u017enosti fiat plateb", + "You can add any method": "M\u016f\u017ee\u0161 p\u0159idat jak\u00fdkoliv zp\u016fsob platby", + "Add New": "P\u0159idat", + "Choose a Pricing Method": "Vyber metodu stanoven\u00ed ceny", + "Relative": "Plovouc\u00ed", "Let the price move with the market": "Nech cenu pohybovat se s trhem", - "Premium over Market (%)": "Prémium vůči tržní ceně (%)", - "Explicit": "Pevně daná", - "Set a fix amount of satoshis": "Nastavit fixní částku satoshi ", + "Premium over Market (%)": "Pr\u00e9mium v\u016f\u010di tr\u017en\u00ed cen\u011b (%)", + "Explicit": "Pevn\u011b dan\u00e1", + "Set a fix amount of satoshis": "Nastavit fixn\u00ed \u010d\u00e1stku satoshi ", "Satoshis": "Satoshi", - "Fixed price:": "Fixní cena:", - "Order current rate:": "Aktuální kurz nabídky:", - "Your order fixed exchange rate": "Pevný směnný kurz tvé nabídky", - "Your order's current exchange rate. Rate will move with the market.": "Kurz tvé nabídky. Kurz se bude pohybovat s trhem.", - "Let the taker chose an amount within the range": "Nech příjemce vybrat částku v rámci rozmezí", - "Enable Amount Range": "Povolit rozmezí částky", + "Fixed price:": "Fixn\u00ed cena:", + "Order current rate:": "Aktu\u00e1ln\u00ed kurz nab\u00eddky:", + "Your order fixed exchange rate": "Pevn\u00fd sm\u011bnn\u00fd kurz tv\u00e9 nab\u00eddky", + "Your order's current exchange rate. Rate will move with the market.": "Kurz tv\u00e9 nab\u00eddky. Kurz se bude pohybovat s trhem.", + "Let the taker chose an amount within the range": "Nech p\u0159\u00edjemce vybrat \u010d\u00e1stku v r\u00e1mci rozmez\u00ed", + "Enable Amount Range": "Povolit rozmez\u00ed \u010d\u00e1stky", "From": "Od", "to": "do", - "Expiry Timers": "Časovače vypršení platnosti", - "Public Duration (HH:mm)": "Doba zveřejnění (HH:mm)", - "Escrow Deposit Time-Out (HH:mm)": "Časový limit pro vložení do úschovy (HH:mm)", - "Set the skin-in-the-game, increase for higher safety assurance": "Nastavení kauce, zvyš pro vyšší bezpečnost ", + "Expiry Timers": "\u010casova\u010de vypr\u0161en\u00ed platnosti", + "Public Duration (HH:mm)": "Doba zve\u0159ejn\u011bn\u00ed (HH:mm)", + "Escrow Deposit Time-Out (HH:mm)": "\u010casov\u00fd limit pro vlo\u017een\u00ed do \u00faschovy (HH:mm)", + "Set the skin-in-the-game, increase for higher safety assurance": "Nastaven\u00ed kauce, zvy\u0161 pro vy\u0161\u0161\u00ed bezpe\u010dnost ", "Fidelity Bond Size": "Velikost kauce", "Allow bondless takers": "Povolit protistranu bez kauce", - "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "JIŽ BRZY - Vysoce riskantní! Maximálně do {{limitSats}}K Sats", - "You must fill the order correctly": "Objednávku je nutné vyplnit správně", - "Create Order": "Vytvořit nabídku", - "Back": "Zpět", - "Create an order for ": "Vytvořit nabídku za ", - "Create a BTC buy order for ": "Vytvořit nabídku na koupi BTC za ", - "Create a BTC sell order for ": "Vytvořit nabídku na prodej BTC za ", + "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "JI\u017d BRZY - Vysoce riskantn\u00ed! Maxim\u00e1ln\u011b do {{limitSats}}K Sats", + "You must fill the order correctly": "Objedn\u00e1vku je nutn\u00e9 vyplnit spr\u00e1vn\u011b", + "Create Order": "Vytvo\u0159it nab\u00eddku", + "Back": "Zp\u011bt", + "Create an order for ": "Vytvo\u0159it nab\u00eddku za ", + "Create a BTC buy order for ": "Vytvo\u0159it nab\u00eddku na koupi BTC za ", + "Create a BTC sell order for ": "Vytvo\u0159it nab\u00eddku na prodej BTC za ", " of {{satoshis}} Satoshis": " {{satoshis}} Satoshi", - " at market price": " tržní ceny", - " at a {{premium}}% premium": " za {{premium}}% přirážku", + " at market price": " tr\u017en\u00ed ceny", + " at a {{premium}}% premium": " za {{premium}}% p\u0159ir\u00e1\u017eku", " at a {{discount}}% discount": " za {{discount}}% slevu", - "Must be less than {{max}}%": "Musí být méně než {{max}}%", - "Must be more than {{min}}%": "Musí být více než {{min}}%", - "Must be less than {{maxSats}": "Musí být méně než {{maxSats}}", - "Must be more than {{minSats}}": "Musí být více než {{minSats}}", - "Store your robot token": "Ulož si svůj robot token", - "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "Ulož si bezpečně svůj token jednoduše zkopírováním do jiné aplikace. V budoucnu ho možná budeš potřebovat v případě obnovy robota.", + "Must be less than {{max}}%": "Mus\u00ed b\u00fdt m\u00e9n\u011b ne\u017e {{max}}%", + "Must be more than {{min}}%": "Mus\u00ed b\u00fdt v\u00edce ne\u017e {{min}}%", + "Must be less than {{maxSats}": "Mus\u00ed b\u00fdt m\u00e9n\u011b ne\u017e {{maxSats}}", + "Must be more than {{minSats}}": "Mus\u00ed b\u00fdt v\u00edce ne\u017e {{minSats}}", + "Store your robot token": "Ulo\u017e si sv\u016fj robot token", + "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "Ulo\u017e si bezpe\u010dn\u011b sv\u016fj token jednodu\u0161e zkop\u00edrov\u00e1n\u00edm do jin\u00e9 aplikace. V budoucnu ho mo\u017en\u00e1 bude\u0161 pot\u0159ebovat v p\u0159\u00edpad\u011b obnovy robota.", "Done": "Hotovo", - "You do not have a robot avatar": "Nemáš robota a avatar", - "You need to generate a robot avatar in order to become an order maker": "Aby si se mohl stát tvůrcem nabídky musíš si vygenerovat avatar a robota", - + "You do not have a robot avatar": "Nem\u00e1\u0161 robota a avatar", + "You need to generate a robot avatar in order to become an order maker": "Aby si se mohl st\u00e1t tv\u016frcem nab\u00eddky mus\u00ed\u0161 si vygenerovat avatar a robota", "PAYMENT METHODS - autocompletePayments.js": "Payment method strings", - "not specified": "nespecifikováno", - "Instant SEPA": "Okamžitá SEPA", - "Amazon GiftCard": "Amazon dárková karta", - "Google Play Gift Code": "Google Play dárkový kod", - "Cash F2F": "Hotovost v tváří v tvář", + "not specified": "nespecifikov\u00e1no", + "Instant SEPA": "Okam\u017eit\u00e1 SEPA", + "Amazon GiftCard": "Amazon d\u00e1rkov\u00e1 karta", + "Google Play Gift Code": "Google Play d\u00e1rkov\u00fd kod", + "Cash F2F": "Hotovost v tv\u00e1\u0159\u00ed v tv\u00e1\u0159", "On-Chain BTC": "On-Chain BTC", - "BOOK PAGE - BookPage.js": "The Book Order page", - "Seller": "Prodavající", - "Buyer": "Kupující", - "I want to": "Já chci", - "Select Order Type": "Vybrat druh nabídky", - "ANY": "VŠE", - "BUY": "KOUPĚ", + "Seller": "Prodavaj\u00edc\u00ed", + "Buyer": "Kupuj\u00edc\u00ed", + "I want to": "J\u00e1 chci", + "Select Order Type": "Vybrat druh nab\u00eddky", + "ANY": "V\u0160E", + "BUY": "KOUP\u011a", "SELL": "PRODEJ", - "and receive": "získat", + "and receive": "z\u00edskat", "and pay with": "zaplatit s", - "and use": "použít", - "Select Payment Currency": "Vybrat měnu platby", + "and use": "pou\u017e\u00edt", + "Select Payment Currency": "Vybrat m\u011bnu platby", "Robot": "Robot", "Is": "Je", - "Currency": "Měna", - "Payment Method": "Platební metoda", + "Currency": "M\u011bna", + "Payment Method": "Platebn\u00ed metoda", "Pay": "Platba", "Price": "Cena", - "Premium": "Přirážka", - "You are SELLING BTC for {{currencyCode}}": "PRODÁVAŠ BTC za {{currencyCode}}", - "You are BUYING BTC for {{currencyCode}}": "KUPUJEŠ BTC za {{currencyCode}}", - "You are looking at all": "Prohlížíš si všechny", - "No orders found to sell BTC for {{currencyCode}}": "Žádné nabídky na prodej BTC za {{currencyCode}}", - "No orders found to buy BTC for {{currencyCode}}": "Žádné nabídky na koupi BTC za {{currencyCode}}", - "Filter has no results": "Filtr nemá žádné výsledky", - "Be the first one to create an order": "Buď první, kdo vytvoří nabídku", - "Orders per page:": "Nabídky na stránku:", - "No rows": "Žádné řádky", - "No results found.": "Nebyly nalezeny žádné výsledky.", - "An error occurred.": "Došlo k chybě.", + "Premium": "P\u0159ir\u00e1\u017eka", + "You are SELLING BTC for {{currencyCode}}": "PROD\u00c1VA\u0160 BTC za {{currencyCode}}", + "You are BUYING BTC for {{currencyCode}}": "KUPUJE\u0160 BTC za {{currencyCode}}", + "You are looking at all": "Prohl\u00ed\u017e\u00ed\u0161 si v\u0161echny", + "No orders found to sell BTC for {{currencyCode}}": "\u017d\u00e1dn\u00e9 nab\u00eddky na prodej BTC za {{currencyCode}}", + "No orders found to buy BTC for {{currencyCode}}": "\u017d\u00e1dn\u00e9 nab\u00eddky na koupi BTC za {{currencyCode}}", + "Filter has no results": "Filtr nem\u00e1 \u017e\u00e1dn\u00e9 v\u00fdsledky", + "Be the first one to create an order": "Bu\u010f prvn\u00ed, kdo vytvo\u0159\u00ed nab\u00eddku", + "Orders per page:": "Nab\u00eddky na str\u00e1nku:", + "No rows": "\u017d\u00e1dn\u00e9 \u0159\u00e1dky", + "No results found.": "Nebyly nalezeny \u017e\u00e1dn\u00e9 v\u00fdsledky.", + "An error occurred.": "Do\u0161lo k chyb\u011b.", "Columns": "Sloupce", "Select columns": "Vybrat sloupce", - "Find column": "Najít sloupec", - "Column title": "Název sloupce", - "Reorder column": "Změna pořadí sloupce", - "Show all": "Ukázat vše", - "Hide all": "Schovat vše", - "Add filter": "Přidat filter", + "Find column": "Naj\u00edt sloupec", + "Column title": "N\u00e1zev sloupce", + "Reorder column": "Zm\u011bna po\u0159ad\u00ed sloupce", + "Show all": "Uk\u00e1zat v\u0161e", + "Hide all": "Schovat v\u0161e", + "Add filter": "P\u0159idat filter", "Delete": "Smazat", - "Logic operator": "Logický operátor", - "Operator": "Operátor", + "Logic operator": "Logick\u00fd oper\u00e1tor", + "Operator": "Oper\u00e1tor", "And": "A", "Or": "Nebo", "Value": "Hodnota", "Filter value": "Filter hodnoty", "contains": "obsahuje", "equals": "rovno", - "starts with": "začína s", - "ends with": "končí s", + "starts with": "za\u010d\u00edna s", + "ends with": "kon\u010d\u00ed s", "is": "je", - "is not": "není", - "is after": "následuje po", - "is on or after": "je zapnuto nebo později", - "is before": "se nachází před ", - "is on or before": "je zapnuto nebo dříve", - "is empty": "je prázdný", - "is not empty": "není prázdný", - "is any of": "je některý z", - "any": "jakýkoliv", - "true": "správný", - "false": "nesprávný", + "is not": "nen\u00ed", + "is after": "n\u00e1sleduje po", + "is on or after": "je zapnuto nebo pozd\u011bji", + "is before": "se nach\u00e1z\u00ed p\u0159ed ", + "is on or before": "je zapnuto nebo d\u0159\u00edve", + "is empty": "je pr\u00e1zdn\u00fd", + "is not empty": "nen\u00ed pr\u00e1zdn\u00fd", + "is any of": "je n\u011bkter\u00fd z", + "any": "jak\u00fdkoliv", + "true": "spr\u00e1vn\u00fd", + "false": "nespr\u00e1vn\u00fd", "Menu": "Menu", - "Show columns": "Ukázat sloupce", + "Show columns": "Uk\u00e1zat sloupce", "Filter": "Filtrovat", - "Unsort": "Zrušení řazení", - "Sort by ASC": "Řazení podle ASC", - "Sort by DESC": "Řazení podle DESC", - "Sort": "Řazení", - "Show filters": "Ukázat filtry", + "Unsort": "Zru\u0161en\u00ed \u0159azen\u00ed", + "Sort by ASC": "\u0158azen\u00ed podle ASC", + "Sort by DESC": "\u0158azen\u00ed podle DESC", + "Sort": "\u0158azen\u00ed", + "Show filters": "Uk\u00e1zat filtry", "yes": "ano", "no": "ne", - "BOTTOM BAR AND MISC - BottomBar.js": "Bottom Bar user profile and miscellaneous dialogs", "Stats For Nerds": "Statistiky pro nerdy", "LND version": "LND verze", - "Currently running commit hash": "Aktuálně běží commit hash", - "24h contracted volume": "Zobchodované množství za 24h", - "Lifetime contracted volume": "Zobchodované množství od spuštění", - "Made with": "Vytvořeno s", + "Currently running commit hash": "Aktu\u00e1ln\u011b b\u011b\u017e\u00ed commit hash", + "24h contracted volume": "Zobchodovan\u00e9 mno\u017estv\u00ed za 24h", + "Lifetime contracted volume": "Zobchodovan\u00e9 mno\u017estv\u00ed od spu\u0161t\u011bn\u00ed", + "Made with": "Vytvo\u0159eno s", "and": "a", - "... somewhere on Earth!": "... někde na Zemi!", + "... somewhere on Earth!": "... n\u011bkde na Zemi!", "Community": "Komunity", - "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Podpora je poskytována pouze na veřejných kanálech. Přidej se k naší Telegram komunitě, pokud máš otázku nebo se setkat s dalšími cool roboty. Našel jsi bug nebo novou funkci? Navštiv prosím naše Github Issues.", + "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Podpora je poskytov\u00e1na pouze na ve\u0159ejn\u00fdch kan\u00e1lech. P\u0159idej se k na\u0161\u00ed Telegram komunit\u011b, pokud m\u00e1\u0161 ot\u00e1zku nebo se setkat s dal\u0161\u00edmi cool roboty. Na\u0161el jsi bug nebo novou funkci? Nav\u0161tiv pros\u00edm na\u0161e Github Issues.", "Follow RoboSats in Twitter": "Sleduj RoboSats na Twitteru", - "Twitter Official Account": "Oficiální Twitter účet", + "Twitter Official Account": "Ofici\u00e1ln\u00ed Twitter \u00fa\u010det", "RoboSats Telegram Communities": "RoboSats Telegram komunity", - "Join RoboSats Spanish speaking community!": "Přidej se k španělsky mluvící RoboSats komunitě!", - "Join RoboSats Russian speaking community!": "Přidej se k rusky mluvící RoboSats komunitě!", - "Join RoboSats Chinese speaking community!": "Přidej se k čínsky mluvící RoboSats komunitě!", - "Join RoboSats English speaking community!": "Přidej se k anglicky mluvící RoboSats komunitě!", - "Tell us about a new feature or a bug": "Našel jsi bug nebo novou funkci? Napiš nám ", + "Join RoboSats Spanish speaking community!": "P\u0159idej se k \u0161pan\u011blsky mluv\u00edc\u00ed RoboSats komunit\u011b!", + "Join RoboSats Russian speaking community!": "P\u0159idej se k rusky mluv\u00edc\u00ed RoboSats komunit\u011b!", + "Join RoboSats Chinese speaking community!": "P\u0159idej se k \u010d\u00ednsky mluv\u00edc\u00ed RoboSats komunit\u011b!", + "Join RoboSats English speaking community!": "P\u0159idej se k anglicky mluv\u00edc\u00ed RoboSats komunit\u011b!", + "Tell us about a new feature or a bug": "Na\u0161el jsi bug nebo novou funkci? Napi\u0161 n\u00e1m ", "Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - The Robotic Satoshis Open Source Project", - "Your Profile": "Tvůj profil", - "Your robot": "Tvůj robot", - "One active order #{{orderID}}": "Jedná aktivní nabídka #{{orderID}}", - "Your current order": "Tvá aktuální nabídka", - "No active orders": "Žádné aktivní nabídky", - "Your token (will not remain here)": "Tvůj token (nezůstane zde)", - "Back it up!": "Zálohuj to!", + "Your Profile": "Tv\u016fj profil", + "Your robot": "Tv\u016fj robot", + "One active order #{{orderID}}": "Jedn\u00e1 aktivn\u00ed nab\u00eddka #{{orderID}}", + "Your current order": "Tv\u00e1 aktu\u00e1ln\u00ed nab\u00eddka", + "No active orders": "\u017d\u00e1dn\u00e9 aktivn\u00ed nab\u00eddky", + "Your token (will not remain here)": "Tv\u016fj token (nez\u016fstane zde)", + "Back it up!": "Z\u00e1lohuj to!", "Cannot remember": "Nepamatuje si", - "Rewards and compensations": "Odměny a kompezace", - "Share to earn 100 Sats per trade": "Sdílej a získej za každý obchod 100 Satů", - "Your referral link": "Tvůj referral odkaz", - "Your earned rewards": "Tvé odměny", + "Rewards and compensations": "Odm\u011bny a kompezace", + "Share to earn 100 Sats per trade": "Sd\u00edlej a z\u00edskej za ka\u017ed\u00fd obchod 100 Sat\u016f", + "Your referral link": "Tv\u016fj referral odkaz", + "Your earned rewards": "Tv\u00e9 odm\u011bny", "Claim": "Vybrat", - "Invoice for {{amountSats}} Sats": "Invoice pro {{amountSats}} Satů", + "Invoice for {{amountSats}} Sats": "Invoice pro {{amountSats}} Sat\u016f", "Submit": "Odeslat", - "There it goes, thank you!🥇": "Tak je to správně, děkujeme!🥇", - "You have an active order": "Máš aktivní nabídku", - "You can claim satoshis!": "Můžeš si vybrat satoshi!", - "Public Buy Orders": "Veřejné nákupní nabídky", - "Public Sell Orders": "Veřejné prodejní nabídky", - "Today Active Robots": "Dnešní aktivní Roboti", - "24h Avg Premium": "Průměrná přirážka za 24h", + "There it goes, thank you!\ud83e\udd47": "Tak je to spr\u00e1vn\u011b, d\u011bkujeme!\ud83e\udd47", + "You have an active order": "M\u00e1\u0161 aktivn\u00ed nab\u00eddku", + "You can claim satoshis!": "M\u016f\u017ee\u0161 si vybrat satoshi!", + "Public Buy Orders": "Ve\u0159ejn\u00e9 n\u00e1kupn\u00ed nab\u00eddky", + "Public Sell Orders": "Ve\u0159ejn\u00e9 prodejn\u00ed nab\u00eddky", + "Today Active Robots": "Dne\u0161n\u00ed aktivn\u00ed Roboti", + "24h Avg Premium": "Pr\u016fm\u011brn\u00e1 p\u0159ir\u00e1\u017eka za 24h", "Trade Fee": "Poplatek", - "Show community and support links": "Ukázat odkazy na komunity a podporu", - "Show stats for nerds": "Ukázat statistiky pro nerdy", - "Exchange Summary": "Shrnutí burzy", - "Public buy orders": "Veřejné nákupní nabídky", - "Public sell orders": "Veřejné prodejní nabídky", - "Book liquidity": "Dostupná likvidita", - "Today active robots": "Dnešní aktivní roboti", - "24h non-KYC bitcoin premium": "24h no-KYC bitcoin přirážka", - "Maker fee": "Poplatek tvůrce", - "Taker fee": "Poplatek příjemce", - "Number of public BUY orders": "Množství veřejných nákupních nabídek", - "Number of public SELL orders": "Množství veřejných prodejních nabídek", - "Your last order #{{orderID}}": "Tvá poslední nabídka #{{orderID}}", - "Inactive order": "Neaktivní nabídka", - "You do not have previous orders": "Nemáš předchozí objednávky", - "Join RoboSats' Subreddit": "Přidej se k Subredditu RoboSats", + "Show community and support links": "Uk\u00e1zat odkazy na komunity a podporu", + "Show stats for nerds": "Uk\u00e1zat statistiky pro nerdy", + "Exchange Summary": "Shrnut\u00ed burzy", + "Public buy orders": "Ve\u0159ejn\u00e9 n\u00e1kupn\u00ed nab\u00eddky", + "Public sell orders": "Ve\u0159ejn\u00e9 prodejn\u00ed nab\u00eddky", + "Book liquidity": "Dostupn\u00e1 likvidita", + "Today active robots": "Dne\u0161n\u00ed aktivn\u00ed roboti", + "24h non-KYC bitcoin premium": "24h no-KYC bitcoin p\u0159ir\u00e1\u017eka", + "Maker fee": "Poplatek tv\u016frce", + "Taker fee": "Poplatek p\u0159\u00edjemce", + "Number of public BUY orders": "Mno\u017estv\u00ed ve\u0159ejn\u00fdch n\u00e1kupn\u00edch nab\u00eddek", + "Number of public SELL orders": "Mno\u017estv\u00ed ve\u0159ejn\u00fdch prodejn\u00edch nab\u00eddek", + "Your last order #{{orderID}}": "Tv\u00e1 posledn\u00ed nab\u00eddka #{{orderID}}", + "Inactive order": "Neaktivn\u00ed nab\u00eddka", + "You do not have previous orders": "Nem\u00e1\u0161 p\u0159edchoz\u00ed objedn\u00e1vky", + "Join RoboSats' Subreddit": "P\u0159idej se k Subredditu RoboSats", "RoboSats in Reddit": "RoboSats na Redditu", - "Current onchain payout fee": "Současný poplatek za vyplacení na onchain ", - + "Current onchain payout fee": "Sou\u010dasn\u00fd poplatek za vyplacen\u00ed na onchain ", "ORDER PAGE - OrderPage.js": "Order details page", - "Order Box": "Shrnutí nabídky", - "Contract": "Průvodce obchodem", - "Active": "Aktivní", - "Seen recently": "Viděn nedávno", - "Inactive": "Neaktivní", - "(Seller)": "(Prodavající)", - "(Buyer)": "(Kupující)", - "Order maker": "Tvůrce nabídky", - "Order taker": "Příjemce nabídky", - "Order Details": "Detaily nabídky", - "Order status": "Stav nabídky", - "Waiting for maker bond": "Čeká se na kauci tvůrce", - "Public": "Veřejné", - "Waiting for taker bond": "Čeká se na kauci příjemce", - "Cancelled": "Zrušeno", - "Expired": "Vypršela platnost", - "Waiting for trade collateral and buyer invoice": "Čeká se na kolaterál a kupujícího invoice", - "Waiting only for seller trade collateral": "Čeká se na kolaterál od prodavajícího ", - "Waiting only for buyer invoice": "Čeká se na kupujícího invoice", - "Sending fiat - In chatroom": "Odeslání fiat - V chatu", - "Fiat sent - In chatroom": "Fiat odeslán - V chatu", + "Order Box": "Shrnut\u00ed nab\u00eddky", + "Contract": "Pr\u016fvodce obchodem", + "Active": "Aktivn\u00ed", + "Seen recently": "Vid\u011bn ned\u00e1vno", + "Inactive": "Neaktivn\u00ed", + "(Seller)": "(Prodavaj\u00edc\u00ed)", + "(Buyer)": "(Kupuj\u00edc\u00ed)", + "Order maker": "Tv\u016frce nab\u00eddky", + "Order taker": "P\u0159\u00edjemce nab\u00eddky", + "Order Details": "Detaily nab\u00eddky", + "Order status": "Stav nab\u00eddky", + "Waiting for maker bond": "\u010cek\u00e1 se na kauci tv\u016frce", + "Public": "Ve\u0159ejn\u00e9", + "Waiting for taker bond": "\u010cek\u00e1 se na kauci p\u0159\u00edjemce", + "Cancelled": "Zru\u0161eno", + "Expired": "Vypr\u0161ela platnost", + "Waiting for trade collateral and buyer invoice": "\u010cek\u00e1 se na kolater\u00e1l a kupuj\u00edc\u00edho invoice", + "Waiting only for seller trade collateral": "\u010cek\u00e1 se na kolater\u00e1l od prodavaj\u00edc\u00edho ", + "Waiting only for buyer invoice": "\u010cek\u00e1 se na kupuj\u00edc\u00edho invoice", + "Sending fiat - In chatroom": "Odesl\u00e1n\u00ed fiat - V chatu", + "Fiat sent - In chatroom": "Fiat odesl\u00e1n - V chatu", "In dispute": "Ve sporu", - "Collaboratively cancelled": "Oboustraně zrušeno", - "Sending satoshis to buyer": "Odeslat satoshi kupujícímu", - "Sucessful trade": "Úspěšný obchod", - "Failed lightning network routing": "Neúspěšný lightning network routing", - "Wait for dispute resolution": "Vyčkej na vyřešení sporu", - "Maker lost dispute": "Tvůrce prohrál spor", - "Taker lost dispute": "Příjemce prohrál spor", - "Amount range": "Rozmezí částky", + "Collaboratively cancelled": "Oboustran\u011b zru\u0161eno", + "Sending satoshis to buyer": "Odeslat satoshi kupuj\u00edc\u00edmu", + "Sucessful trade": "\u00dasp\u011b\u0161n\u00fd obchod", + "Failed lightning network routing": "Ne\u00fasp\u011b\u0161n\u00fd lightning network routing", + "Wait for dispute resolution": "Vy\u010dkej na vy\u0159e\u0161en\u00ed sporu", + "Maker lost dispute": "Tv\u016frce prohr\u00e1l spor", + "Taker lost dispute": "P\u0159\u00edjemce prohr\u00e1l spor", + "Amount range": "Rozmez\u00ed \u010d\u00e1stky", "Swap destination": "Swap adresa", - "Accepted payment methods": "Akceptované platební metody", - "Others": "Ostatní", - "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Přirážka: {{premium}}%", - "Price and Premium": "Cena a přirážka", - "Amount of Satoshis": "Částka Satoshi", - "Premium over market price": "Přirážka oproti tržní ceně", - "Order ID": "Číslo nabídky", - "Deposit timer": "Časovač vkladu", - "Expires in": "Vyprší za", - "{{nickname}} is asking for a collaborative cancel": "{{nickname}} žáda o oboustrané zrušení obchodu", - "You asked for a collaborative cancellation": "Žádaš o oboustarné zrušení obchodu", - "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Invoice vypršela platnost. Zveřejnění objednávky jsi nepotvrdil včas. Proveď novou objednávku.", - "This order has been cancelled by the maker": "Tato nabídka byla zrušena tvůrcem", - "Invoice expired. You did not confirm taking the order in time.": "Invoice vypršela platnost. Přijmutí objednávky jsi nepotvrdil včas.", - "Penalty lifted, good to go!": "Pokuta zrušena, lze pokračovat!", - "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "Nabídku nemůžeš zatím příjmout! Počkej {{timeMin}}m {{timeSec}}s", - "Too low": "Nízko", + "Accepted payment methods": "Akceptovan\u00e9 platebn\u00ed metody", + "Others": "Ostatn\u00ed", + "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - P\u0159ir\u00e1\u017eka: {{premium}}%", + "Price and Premium": "Cena a p\u0159ir\u00e1\u017eka", + "Amount of Satoshis": "\u010c\u00e1stka Satoshi", + "Premium over market price": "P\u0159ir\u00e1\u017eka oproti tr\u017en\u00ed cen\u011b", + "Order ID": "\u010c\u00edslo nab\u00eddky", + "Deposit timer": "\u010casova\u010d vkladu", + "Expires in": "Vypr\u0161\u00ed za", + "{{nickname}} is asking for a collaborative cancel": "{{nickname}} \u017e\u00e1da o oboustran\u00e9 zru\u0161en\u00ed obchodu", + "You asked for a collaborative cancellation": "\u017d\u00e1da\u0161 o oboustarn\u00e9 zru\u0161en\u00ed obchodu", + "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Invoice vypr\u0161ela platnost. Zve\u0159ejn\u011bn\u00ed objedn\u00e1vky jsi nepotvrdil v\u010das. Prove\u010f novou objedn\u00e1vku.", + "This order has been cancelled by the maker": "Tato nab\u00eddka byla zru\u0161ena tv\u016frcem", + "Invoice expired. You did not confirm taking the order in time.": "Invoice vypr\u0161ela platnost. P\u0159ijmut\u00ed objedn\u00e1vky jsi nepotvrdil v\u010das.", + "Penalty lifted, good to go!": "Pokuta zru\u0161ena, lze pokra\u010dovat!", + "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "Nab\u00eddku nem\u016f\u017ee\u0161 zat\u00edm p\u0159\u00edjmout! Po\u010dkej {{timeMin}}m {{timeSec}}s", + "Too low": "N\u00edzko", "Too high": "Vysoko", - "Enter amount of fiat to exchange for bitcoin": "Zadej částku fiat, kterou chceš vyměnit za bitcoin. ", - "Amount {{currencyCode}}": "Částka {{currencyCode}}", - "You must specify an amount first": "Nejprve je třeba zadat částku", - "Take Order": "Příjmout nabídku", - "Wait until you can take an order": "Počkej, až budeš moci přijmout nabídku", - "Cancel the order?": "Zrušit objendávku?", - "If the order is cancelled now you will lose your bond.": "Pokud bude objednávka nyní zrušena, tvoje kauce propadne.", - "Confirm Cancel": "Potvrdit zrušení", - "The maker is away": "Tvůrce není přítomen", - "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Příjmutím této nabídky riskuješ ztrátu času. Pokud protistrana nedorazí včas, získáš kompezaci v podobě 50% tvůrcovi kauce.", - "Collaborative cancel the order?": "Oboustraně zrušit obchod?", - "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Satoshi jsou v úschově. Objednávku lze zrušit pouze v případě, že se na zrušení dohodnou jak tvůrce, tak přijemce.", - "Ask for Cancel": "Požádat o zrušení", - "Cancel": "Zrušit", - "Collaborative Cancel": "Oboustrané zrušení", - "Invalid Order Id": "Neplatné číslo nabídky", - "You must have a robot avatar to see the order details": "K zobrazení podrobností je třeba avatar a robot.", - "This order has been cancelled collaborativelly": "Tato objednávka byla společně zrušena", - "This order is not available": "Tato nabídka není dostupná", - "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Robotický Satoshi ti nerozumí. Prosím vyplň Github Bug Issue https://github.com/reckless-satoshi/robosats/issues", - + "Enter amount of fiat to exchange for bitcoin": "Zadej \u010d\u00e1stku fiat, kterou chce\u0161 vym\u011bnit za bitcoin. ", + "Amount {{currencyCode}}": "\u010c\u00e1stka {{currencyCode}}", + "You must specify an amount first": "Nejprve je t\u0159eba zadat \u010d\u00e1stku", + "Take Order": "P\u0159\u00edjmout nab\u00eddku", + "Wait until you can take an order": "Po\u010dkej, a\u017e bude\u0161 moci p\u0159ijmout nab\u00eddku", + "Cancel the order?": "Zru\u0161it objend\u00e1vku?", + "If the order is cancelled now you will lose your bond.": "Pokud bude objedn\u00e1vka nyn\u00ed zru\u0161ena, tvoje kauce propadne.", + "Confirm Cancel": "Potvrdit zru\u0161en\u00ed", + "The maker is away": "Tv\u016frce nen\u00ed p\u0159\u00edtomen", + "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "P\u0159\u00edjmut\u00edm t\u00e9to nab\u00eddky riskuje\u0161 ztr\u00e1tu \u010dasu. Pokud protistrana nedoraz\u00ed v\u010das, z\u00edsk\u00e1\u0161 kompezaci v podob\u011b 50% tv\u016frcovi kauce.", + "Collaborative cancel the order?": "Oboustran\u011b zru\u0161it obchod?", + "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Satoshi jsou v \u00faschov\u011b. Objedn\u00e1vku lze zru\u0161it pouze v p\u0159\u00edpad\u011b, \u017ee se na zru\u0161en\u00ed dohodnou jak tv\u016frce, tak p\u0159ijemce.", + "Ask for Cancel": "Po\u017e\u00e1dat o zru\u0161en\u00ed", + "Cancel": "Zru\u0161it", + "Collaborative Cancel": "Oboustran\u00e9 zru\u0161en\u00ed", + "Invalid Order Id": "Neplatn\u00e9 \u010d\u00edslo nab\u00eddky", + "You must have a robot avatar to see the order details": "K zobrazen\u00ed podrobnost\u00ed je t\u0159eba avatar a robot.", + "This order has been cancelled collaborativelly": "Tato objedn\u00e1vka byla spole\u010dn\u011b zru\u0161ena", + "This order is not available": "Tato nab\u00eddka nen\u00ed dostupn\u00e1", + "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Robotick\u00fd Satoshi ti nerozum\u00ed. Pros\u00edm vypl\u0148 Github Bug Issue https://github.com/reckless-satoshi/robosats/issues", "CHAT BOX - Chat.js": "Chat Box", "You": "Ty", "Peer": "Protistrana", - "connected": "připojen", + "connected": "p\u0159ipojen", "disconnected": "odpojen", - "Type a message": "Napiš zprávu", - "Connecting...": "Připojování...", + "Type a message": "Napi\u0161 zpr\u00e1vu", + "Connecting...": "P\u0159ipojov\u00e1n\u00ed...", "Send": "Odeslat", - "Verify your privacy": "Ověř svou ochranu soukromí", + "Verify your privacy": "Ov\u011b\u0159 svou ochranu soukrom\u00ed", "Audit PGP": "Audit PGP", - "Save full log as a JSON file (messages and credentials)": "Uložit celý log jako soubor JSON (zprávy a údaje))", + "Save full log as a JSON file (messages and credentials)": "Ulo\u017eit cel\u00fd log jako soubor JSON (zpr\u00e1vy a \u00fadaje))", "Export": "Exportovat", - "Don't trust, verify": "Nedůvěřuj, ověřuj", - "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "Vaše komunikace je šifrována end-to-end pomocí protokolu OpenPGP. Soukromí tohoto chatu můžeš ověřit pomocí libovolného nástroje založeného na standardu OpenPGP.", - "Learn how to verify": "Naučit se, jak ověřovat", - "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "Tvůj veřejný PGP klíč. Tvoje protistrana ho používá k šifrování zpráv, které můžeš číst pouze ty.", - "Your public key": "Tvůj veřejný klíč", - "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "Veřejný PGP klíč protistrany. Používáš jej k šifrování zpráv, které může číst pouze on, a k ověření, zda protistrana podepsala příchozí zprávy.", - "Peer public key": "Veřejný klíč protistrany", - "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "Tvůj zašifrovaný soukromí klíč. Používáš jej k rozšifrování příchozích zpráv, určených pro tebe, a k zašifrování odeslaných zpráv.", - "Your encrypted private key": "Tvůj zašifrovaný soukromý klíč", - "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "Tvůj robot token, který znáš pouze ty, slouží jako passphrase též k rozšifrování tvého soukromého klíče, proto ho nikde nesdílej.", - "Your private key passphrase (keep secure!)": "Tvůj soukromí klíč a passphrase (drž v bezpečí!)", - "Save credentials as a JSON file": "Uložit údaje jako JSON sobour", - "Keys": "Klíče", - "Save messages as a JSON file": "Uložit zprávy jako JSON soubor", - "Messages": "Zprávy", - "Verified signature by {{nickname}}": "Ověřený podpis {{nickname}}", - "Cannot verify signature of {{nickname}}": "Nelze ověřit podpis {{nickname}}", - + "Don't trust, verify": "Ned\u016fv\u011b\u0159uj, ov\u011b\u0159uj", + "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "Va\u0161e komunikace je \u0161ifrov\u00e1na end-to-end pomoc\u00ed protokolu OpenPGP. Soukrom\u00ed tohoto chatu m\u016f\u017ee\u0161 ov\u011b\u0159it pomoc\u00ed libovoln\u00e9ho n\u00e1stroje zalo\u017een\u00e9ho na standardu OpenPGP.", + "Learn how to verify": "Nau\u010dit se, jak ov\u011b\u0159ovat", + "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "Tv\u016fj ve\u0159ejn\u00fd PGP kl\u00ed\u010d. Tvoje protistrana ho pou\u017e\u00edv\u00e1 k \u0161ifrov\u00e1n\u00ed zpr\u00e1v, kter\u00e9 m\u016f\u017ee\u0161 \u010d\u00edst pouze ty.", + "Your public key": "Tv\u016fj ve\u0159ejn\u00fd kl\u00ed\u010d", + "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "Ve\u0159ejn\u00fd PGP kl\u00ed\u010d protistrany. Pou\u017e\u00edv\u00e1\u0161 jej k \u0161ifrov\u00e1n\u00ed zpr\u00e1v, kter\u00e9 m\u016f\u017ee \u010d\u00edst pouze on, a k ov\u011b\u0159en\u00ed, zda protistrana podepsala p\u0159\u00edchoz\u00ed zpr\u00e1vy.", + "Peer public key": "Ve\u0159ejn\u00fd kl\u00ed\u010d protistrany", + "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "Tv\u016fj za\u0161ifrovan\u00fd soukrom\u00ed kl\u00ed\u010d. Pou\u017e\u00edv\u00e1\u0161 jej k roz\u0161ifrov\u00e1n\u00ed p\u0159\u00edchoz\u00edch zpr\u00e1v, ur\u010den\u00fdch pro tebe, a k za\u0161ifrov\u00e1n\u00ed odeslan\u00fdch zpr\u00e1v.", + "Your encrypted private key": "Tv\u016fj za\u0161ifrovan\u00fd soukrom\u00fd kl\u00ed\u010d", + "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "Tv\u016fj robot token, kter\u00fd zn\u00e1\u0161 pouze ty, slou\u017e\u00ed jako passphrase t\u00e9\u017e k roz\u0161ifrov\u00e1n\u00ed tv\u00e9ho soukrom\u00e9ho kl\u00ed\u010de, proto ho nikde nesd\u00edlej.", + "Your private key passphrase (keep secure!)": "Tv\u016fj soukrom\u00ed kl\u00ed\u010d a passphrase (dr\u017e v bezpe\u010d\u00ed!)", + "Save credentials as a JSON file": "Ulo\u017eit \u00fadaje jako JSON sobour", + "Keys": "Kl\u00ed\u010de", + "Save messages as a JSON file": "Ulo\u017eit zpr\u00e1vy jako JSON soubor", + "Messages": "Zpr\u00e1vy", + "Verified signature by {{nickname}}": "Ov\u011b\u0159en\u00fd podpis {{nickname}}", + "Cannot verify signature of {{nickname}}": "Nelze ov\u011b\u0159it podpis {{nickname}}", "CONTRACT BOX - TradeBox.js": "The Contract Box that guides users trough the whole trade pipeline", - "Contract Box": "Průvodce obchodem", - "Robots show commitment to their peers": "Roboti dávají najevo oddanost svým společníkum", - "Lock {{amountSats}} Sats to PUBLISH order": "Uzamknout {{amountSats}} Satů a ZVEŘEJNIT nabídku", - "Lock {{amountSats}} Sats to TAKE order": "Uzamknout {{amountSats}} Satů a PŘIJMOUT nabídku", - "Lock {{amountSats}} Sats as collateral": "Uzamknout {{amountSats}} Satů jako kolaterál", - "Copy to clipboard": "Zkopírovat do schránky", - "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Jedná se o hodl invoice, která ti zamrzne v peněžence. Bude vypořádán pouze v případě zrušení nebo prohry sporu.", - "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Jedná se o hodl invoice, která ti zamrzne v peněžence. Bude vypořadána ke kupujícímu jakmile potvrdíš příjem {{currencyCode}}.", - "Your maker bond is locked": "Tvoje kauce tvůrce je uzamčena", - "Your taker bond is locked": "Tvoje kauce příjemce je uzamčena", - "Your maker bond was settled": "Tvoje kauce tvůrce byla vypořadána", - "Your taker bond was settled": "Tvoje kauce příjemce byla vypořadána", - "Your maker bond was unlocked": "Tvoje kauce tvůrce byla odemčena", - "Your taker bond was unlocked": "Tvoje kauce příjemce byla odemčena", - "Your order is public": "Tvoje nabídka je veřejná", - "Be patient while robots check the book. This box will ring 🔊 once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Buď trpělivý, zatímco roboti kontrolují nabídky. Tato nabídka jednou zazvoní 🔊 pokud robot přijme tvoji nabídku, potom budeš mít {{deposit_timer_hours}}h {{deposit_timer_minutes}}m k odpovědi. Pokud neodpovíš, riskuješ ztrátu kauce.", - "If the order expires untaken, your bond will return to you (no action needed).": "Pokud nabídka vyprší nepříjmuta, tak kauce se ti vrátí (není potřeba žádné akce).", + "Contract Box": "Pr\u016fvodce obchodem", + "Robots show commitment to their peers": "Roboti d\u00e1vaj\u00ed najevo oddanost sv\u00fdm spole\u010dn\u00edkum", + "Lock {{amountSats}} Sats to PUBLISH order": "Uzamknout {{amountSats}} Sat\u016f a ZVE\u0158EJNIT nab\u00eddku", + "Lock {{amountSats}} Sats to TAKE order": "Uzamknout {{amountSats}} Sat\u016f a P\u0158IJMOUT nab\u00eddku", + "Lock {{amountSats}} Sats as collateral": "Uzamknout {{amountSats}} Sat\u016f jako kolater\u00e1l", + "Copy to clipboard": "Zkop\u00edrovat do schr\u00e1nky", + "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Jedn\u00e1 se o hodl invoice, kter\u00e1 ti zamrzne v pen\u011b\u017eence. Bude vypo\u0159\u00e1d\u00e1n pouze v p\u0159\u00edpad\u011b zru\u0161en\u00ed nebo prohry sporu.", + "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Jedn\u00e1 se o hodl invoice, kter\u00e1 ti zamrzne v pen\u011b\u017eence. Bude vypo\u0159ad\u00e1na ke kupuj\u00edc\u00edmu jakmile potvrd\u00ed\u0161 p\u0159\u00edjem {{currencyCode}}.", + "Your maker bond is locked": "Tvoje kauce tv\u016frce je uzam\u010dena", + "Your taker bond is locked": "Tvoje kauce p\u0159\u00edjemce je uzam\u010dena", + "Your maker bond was settled": "Tvoje kauce tv\u016frce byla vypo\u0159ad\u00e1na", + "Your taker bond was settled": "Tvoje kauce p\u0159\u00edjemce byla vypo\u0159ad\u00e1na", + "Your maker bond was unlocked": "Tvoje kauce tv\u016frce byla odem\u010dena", + "Your taker bond was unlocked": "Tvoje kauce p\u0159\u00edjemce byla odem\u010dena", + "Your order is public": "Tvoje nab\u00eddka je ve\u0159ejn\u00e1", + "Be patient while robots check the book. This box will ring \ud83d\udd0a once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Bu\u010f trp\u011bliv\u00fd, zat\u00edmco roboti kontroluj\u00ed nab\u00eddky. Tato nab\u00eddka jednou zazvon\u00ed \ud83d\udd0a pokud robot p\u0159ijme tvoji nab\u00eddku, potom bude\u0161 m\u00edt {{deposit_timer_hours}}h {{deposit_timer_minutes}}m k odpov\u011bdi. Pokud neodpov\u00ed\u0161, riskuje\u0161 ztr\u00e1tu kauce.", + "If the order expires untaken, your bond will return to you (no action needed).": "Pokud nab\u00eddka vypr\u0161\u00ed nep\u0159\u00edjmuta, tak kauce se ti vr\u00e1t\u00ed (nen\u00ed pot\u0159eba \u017e\u00e1dn\u00e9 akce).", "Enable Telegram Notifications": "Povolit Telegram notifikace", "Enable TG Notifications": "Povolit TG notifikace", - "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Budeš přesměrován do chatu s RoboSats telegram botem. Jednoduše otevři chat a zmáčkni Start. Měj na paměti, že povolením telegram notifikací máš nížší úroveň anonymity.", - "Go back": "Jít zpět", + "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Bude\u0161 p\u0159esm\u011brov\u00e1n do chatu s RoboSats telegram botem. Jednodu\u0161e otev\u0159i chat a zm\u00e1\u010dkni Start. M\u011bj na pam\u011bti, \u017ee povolen\u00edm telegram notifikac\u00ed m\u00e1\u0161 n\u00ed\u017e\u0161\u00ed \u00farove\u0148 anonymity.", + "Go back": "J\u00edt zp\u011bt", "Enable": "Povolit", "Telegram enabled": "Telegram povolen", - "Public orders for {{currencyCode}}": "Veřejné nabídky pro {{currencyCode}}", - "Premium rank": "Úroveň přirážky", - "Among public {{currencyCode}} orders (higher is cheaper)": "Mezi veřejnými {{currencyCode}} nabídkami (vyšší je levnější)", - "A taker has been found!": "Byl nalezen příjemce!", - "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Vyčkej, až příjemce uzamkne kauci. Pokud příjemce neuzamkne kauci včas, nabídka se znovu zveřejní.", + "Public orders for {{currencyCode}}": "Ve\u0159ejn\u00e9 nab\u00eddky pro {{currencyCode}}", + "Premium rank": "\u00darove\u0148 p\u0159ir\u00e1\u017eky", + "Among public {{currencyCode}} orders (higher is cheaper)": "Mezi ve\u0159ejn\u00fdmi {{currencyCode}} nab\u00eddkami (vy\u0161\u0161\u00ed je levn\u011bj\u0161\u00ed)", + "A taker has been found!": "Byl nalezen p\u0159\u00edjemce!", + "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Vy\u010dkej, a\u017e p\u0159\u00edjemce uzamkne kauci. Pokud p\u0159\u00edjemce neuzamkne kauci v\u010das, nab\u00eddka se znovu zve\u0159ejn\u00ed.", "Payout Lightning Invoice": "Vyplatit Lightning invoice", - "Your info looks good!": "Tvé údaje vypadají dobře!", - "We are waiting for the seller to lock the trade amount.": "Čekáme, až prodavající uzamkne satoshi .", - "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Vydrž chvíli. Pokud prodavající neprovede vklad, kauce se ti automaticky vrátí. Kromě toho obdržíš kompenzaci (zkontroluj odměny ve svém profilu).", - "The trade collateral is locked!": "Satoshi jsou uzamknuté!", - "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "Čekáme, až kupující vloží lightning invoice. Jakmile tak učiní, budeš moct se s ním moct dohodnout fiat platbě.", - "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Vydrž chvíli. Pokud kupující nespolupracuje, automaticky získáš zpět svojí kauci a předmět obchodu satoshi. Kromě toho obdržíš kompenzaci (zkontroluj odměny ve svém profilu).", - "Confirm {{amount}} {{currencyCode}} sent": "Potvrdit odeslání {{amount}} {{currencyCode}}", - "Confirm {{amount}} {{currencyCode}} received": "Potvrdit příjmutí {{amount}} {{currencyCode}}", - "Open Dispute": "Otevřít spor", - "The order has expired": "Nabídka vypršela", - "Chat with the buyer": "Chat s kupujícím", - "Chat with the seller": "Chat s prodavajícím", - "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Pozdrav! Buď vstřícný a stručný. Dej mu vědět, jak ti poslat {{amount}} {{currencyCode}}.", - "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "Kupující odeslal fiat. Po obdržení fiatu klikni na 'Potvrdit příjmutí'.", - "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "Pozdrav! Požádej o platební údaje a klikni na 'Potvrdit odeslání' jakmile bude platba odeslaná.", - "Wait for the seller to confirm he has received the payment.": "Počkej na potvzení, že prodavající obdržel platbu.", - "Confirm you received {{amount}} {{currencyCode}}?": "Potvrdit obdržení {{amount}} {{currencyCode}}?", - "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Potvrzením, že jsi obdržel fiat se dokončí obchod. Satoshis v úschově se odešlou kupujícímu. Potvrď pouze pokud jsi obdržel {{amount}} {{currencyCode}} na svůj účet. V případě obdržení {{currencyCode}} a nepotvrzení riskuješ ztrátu kauce.", + "Your info looks good!": "Tv\u00e9 \u00fadaje vypadaj\u00ed dob\u0159e!", + "We are waiting for the seller to lock the trade amount.": "\u010cek\u00e1me, a\u017e prodavaj\u00edc\u00ed uzamkne satoshi .", + "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Vydr\u017e chv\u00edli. Pokud prodavaj\u00edc\u00ed neprovede vklad, kauce se ti automaticky vr\u00e1t\u00ed. Krom\u011b toho obdr\u017e\u00ed\u0161 kompenzaci (zkontroluj odm\u011bny ve sv\u00e9m profilu).", + "The trade collateral is locked!": "Satoshi jsou uzamknut\u00e9!", + "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "\u010cek\u00e1me, a\u017e kupuj\u00edc\u00ed vlo\u017e\u00ed lightning invoice. Jakmile tak u\u010din\u00ed, bude\u0161 moct se s n\u00edm moct dohodnout fiat platb\u011b.", + "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Vydr\u017e chv\u00edli. Pokud kupuj\u00edc\u00ed nespolupracuje, automaticky z\u00edsk\u00e1\u0161 zp\u011bt svoj\u00ed kauci a p\u0159edm\u011bt obchodu satoshi. Krom\u011b toho obdr\u017e\u00ed\u0161 kompenzaci (zkontroluj odm\u011bny ve sv\u00e9m profilu).", + "Confirm {{amount}} {{currencyCode}} sent": "Potvrdit odesl\u00e1n\u00ed {{amount}} {{currencyCode}}", + "Confirm {{amount}} {{currencyCode}} received": "Potvrdit p\u0159\u00edjmut\u00ed {{amount}} {{currencyCode}}", + "Open Dispute": "Otev\u0159\u00edt spor", + "The order has expired": "Nab\u00eddka vypr\u0161ela", + "Chat with the buyer": "Chat s kupuj\u00edc\u00edm", + "Chat with the seller": "Chat s prodavaj\u00edc\u00edm", + "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Pozdrav! Bu\u010f vst\u0159\u00edcn\u00fd a stru\u010dn\u00fd. Dej mu v\u011bd\u011bt, jak ti poslat {{amount}} {{currencyCode}}.", + "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "Kupuj\u00edc\u00ed odeslal fiat. Po obdr\u017een\u00ed fiatu klikni na 'Potvrdit p\u0159\u00edjmut\u00ed'.", + "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "Pozdrav! Po\u017e\u00e1dej o platebn\u00ed \u00fadaje a klikni na 'Potvrdit odesl\u00e1n\u00ed' jakmile bude platba odeslan\u00e1.", + "Wait for the seller to confirm he has received the payment.": "Po\u010dkej na potvzen\u00ed, \u017ee prodavaj\u00edc\u00ed obdr\u017eel platbu.", + "Confirm you received {{amount}} {{currencyCode}}?": "Potvrdit obdr\u017een\u00ed {{amount}} {{currencyCode}}?", + "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Potvrzen\u00edm, \u017ee jsi obdr\u017eel fiat se dokon\u010d\u00ed obchod. Satoshis v \u00faschov\u011b se ode\u0161lou kupuj\u00edc\u00edmu. Potvr\u010f pouze pokud jsi obdr\u017eel {{amount}} {{currencyCode}} na sv\u016fj \u00fa\u010det. V p\u0159\u00edpad\u011b obdr\u017een\u00ed {{currencyCode}} a nepotvrzen\u00ed riskuje\u0161 ztr\u00e1tu kauce.", "Confirm": "Potvrdit", - "Trade finished!": "Obchod dokončen!", - "rate_robosats": "Co si myslíš o <1>RoboSats?", - "Thank you! RoboSats loves you too ❤️": "Děkujeme! RoboSats tě má rád ❤️", - "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats bude lepší s větší likviditou a uživateli. Pověz svým přátelům o Robosats!", - "Thank you for using Robosats!": "Děkujeme, že používáš Robosats!", - "let_us_know_hot_to_improve": "Dej nám vědět jak vylepšit platformu (<1>Telegram / <3>Github)", - "Start Again": "Začít znovu", - "Attempting Lightning Payment": "Pokoušíme se o Lightning platbu", - "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats se snaží zaplatit tvůj lightning invoice. Nezapomeň, že lightning nody musí být online, aby mohl přijímat platby.", - "Retrying!": "Opakování pokusu!", + "Trade finished!": "Obchod dokon\u010den!", + "rate_robosats": "Co si mysl\u00ed\u0161 o <1>RoboSats?", + "Thank you! RoboSats loves you too \u2764\ufe0f": "D\u011bkujeme! RoboSats t\u011b m\u00e1 r\u00e1d \u2764\ufe0f", + "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats bude lep\u0161\u00ed s v\u011bt\u0161\u00ed likviditou a u\u017eivateli. Pov\u011bz sv\u00fdm p\u0159\u00e1tel\u016fm o Robosats!", + "Thank you for using Robosats!": "D\u011bkujeme, \u017ee pou\u017e\u00edv\u00e1\u0161 Robosats!", + "let_us_know_hot_to_improve": "Dej n\u00e1m v\u011bd\u011bt jak vylep\u0161it platformu (<1>Telegram / <3>Github)", + "Start Again": "Za\u010d\u00edt znovu", + "Attempting Lightning Payment": "Pokou\u0161\u00edme se o Lightning platbu", + "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats se sna\u017e\u00ed zaplatit tv\u016fj lightning invoice. Nezapome\u0148, \u017ee lightning nody mus\u00ed b\u00fdt online, aby mohl p\u0159ij\u00edmat platby.", + "Retrying!": "Opakov\u00e1n\u00ed pokusu!", "Lightning Routing Failed": "Lightning Routing selhalo", - "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Tvůj invoice vypršel nebo selhali pokusy o 3 platby. Nahraj nový invoice.", - "Check the list of compatible wallets": "Zkotrolovat seznam kompatibilních peněženek", - "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats se pokusí zaplatit invoice třikrát s minutivými pauzami. V případě neúspěchu bude třeba nahrát nový invoice. Zkontroluj, zda máš dostatek inbound likvidity. Nezapomeň, že lightning nody musí být online, aby mohl přijímat platby.", - "Next attempt in": "Další pokus za", - "Do you want to open a dispute?": "Chceš otevřít spor?", - "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Personál RoboSats prověří předložená vyjádření a důkazy. Musíš vytvořit ucelený důkazní materiál, protože personál nemůže číst chat. Nejlépe spolu s výpovědí uvést jednorázový kontakt. Satoshi v úschově budou zaslány vítězi sporu, zatímco poražený ve sporu přijde o kauci.", + "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Tv\u016fj invoice vypr\u0161el nebo selhali pokusy o 3 platby. Nahraj nov\u00fd invoice.", + "Check the list of compatible wallets": "Zkotrolovat seznam kompatibiln\u00edch pen\u011b\u017eenek", + "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats se pokus\u00ed zaplatit invoice t\u0159ikr\u00e1t s minutiv\u00fdmi pauzami. V p\u0159\u00edpad\u011b ne\u00fasp\u011bchu bude t\u0159eba nahr\u00e1t nov\u00fd invoice. Zkontroluj, zda m\u00e1\u0161 dostatek inbound likvidity. Nezapome\u0148, \u017ee lightning nody mus\u00ed b\u00fdt online, aby mohl p\u0159ij\u00edmat platby.", + "Next attempt in": "Dal\u0161\u00ed pokus za", + "Do you want to open a dispute?": "Chce\u0161 otev\u0159\u00edt spor?", + "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Person\u00e1l RoboSats prov\u011b\u0159\u00ed p\u0159edlo\u017een\u00e1 vyj\u00e1d\u0159en\u00ed a d\u016fkazy. Mus\u00ed\u0161 vytvo\u0159it ucelen\u00fd d\u016fkazn\u00ed materi\u00e1l, proto\u017ee person\u00e1l nem\u016f\u017ee \u010d\u00edst chat. Nejl\u00e9pe spolu s v\u00fdpov\u011bd\u00ed uv\u00e9st jednor\u00e1zov\u00fd kontakt. Satoshi v \u00faschov\u011b budou zasl\u00e1ny v\u00edt\u011bzi sporu, zat\u00edmco pora\u017een\u00fd ve sporu p\u0159ijde o kauci.", "Disagree": "Nesouhlasit", - "Agree and open dispute": "Souhlasit a otevřít spor", - "A dispute has been opened": "Spor byl otevřen", - "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Prosím, předlož své důkazy. Jasně a stručně popiš, co se stalo a předlož důkazy. MUSÍŠ uvést kontatní údaje: jednorázový email, XMPP nebo telegram přezdívku ke komunikaci s personálem. Spory se řeší podle uvážení skutečných robotů (neboli lidé), buď co nejvíce nápomocný, abys zajistil spravedlivý výsledek. Maximálně 5000 znaků.", - "Submit dispute statement": "Odeslat vyjádření", - "We have received your statement": "Obdrželi jsme tvé vyjádření", - "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Čekáme na vyjádření protistrany. Pokud si nejsi jist stavem sporu nebo chceš doplnit další informace, kontaktuj robosats@protonmail.com.", - "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": " Uložte si prosím informace potřebné k identifikaci tvé nabídky a tvých plateb: číslo nabídky; hash platby kauce nebo úschovy (zkontroluj si lightning peněženku); přesná částka satoshi; a robot přezdívku. V komunikaci emailem(nebo jinak) se představíš jako zúčastněna strana.", - "We have the statements": "Máme prohlášení", - "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Získali jsme obě prohlášení, počkej na vyřešení sporu personálem. Pokud si nejsi jist stavem sporu nebo chceš doplnit další informace, kontaktuj robosats@protonmail.com. Pokud jsi neposkytl kontaktní údaje nebo nejsi si jist, zda jsi to napsal správně okamžitě nás kontaktuj.", - "You have won the dispute": "Vyhrál jsi spor", - "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Satoshi z vyřešeného sporů (z úschovy a kauce) si můžeš vybrat z odměn ve svém profilu. Pokud ti personál může s něčím pomoci, neváhej a kontaktuj nás na robosats@protonmail.com (nebo jiný způsob komunikace).", - "You have lost the dispute": "Prohrál jsi spor", - "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Bohužel jsi prohrál spor. Pokud se domníváš, že se jedná o chybu, můžeš požádat o opětovné otevření sporu na robosats@protonmail.com. Ačkoliv šance znovuotevření je malá.", - "Expired not taken": "Vypršené nepřijmuto", - "Maker bond not locked": "Kauce tvůrce není uzamknuta", - "Escrow not locked": "Není uzamknuta úschova", - "Invoice not submitted": "Není předložen invoice", - "Neither escrow locked or invoice submitted": "Nebyla uzamčena úschova ani předložen invoice", - "Renew Order": "Opakovat nabídku", - "Pause the public order": "Pozastavit zveřejnění nabídky", - "Your order is paused": "Tvá nabídka je pozastavena", - "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Tvá veřejná nabídka je pozastavena. V tuto chvíli ji nemohou vidět ani přijmout jiní roboti. Pozastavení můžeš kdykoliv zrušit.", - "Unpause Order": "Zrušit pozastavení nabídky", - "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "Riskujuš ztrátu kauce, pokud neuzamkneš satoshi do úschovy. Zbývá {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.", - "See Compatible Wallets": "Robrazit kompatibilní peněženky", - "Failure reason:": "Důvod selhání:", - "Payment isn't failed (yet)": "Platba neselhala (zatím)", - "There are more routes to try, but the payment timeout was exceeded.": "Je možné vyzkoušet další platební trasy, ale časový limit pro platbu byl překročen.", - "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "Všechny možné trasy byly vyzkoušeny a trvale selhaly. Nebo k cíli nevedou vůbec žádné trasy.", - "A non-recoverable error has occurred.": "Došlo k neopravitelné chybě.", - "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "Platební údaje jsou nesprávné (neznámy hash, špatná částka nebo chybné final CLTV delta).", - "Insufficient unlocked balance in RoboSats' node.": "Nedostatečný odemknutý zůstatek na RoboSats nodu.", - "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "Odeslaný invoice vede skrz drahé trasy, použiváš nekompatibilní peněženku (možná Muun?). Zkontroluj náš seznam kompatibilních peněženek na wallets.robosats.com", - "The invoice provided has no explicit amount": "Odeslaný invoice obsahuje špatnou částku", - "Does not look like a valid lightning invoice": "Poskytnutý lightning invoice nevypadá platně", - "The invoice provided has already expired": "Platnost poskytnutého lightning invoice vypršel", - "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Nezapomeň EXPORTOVAT log chatu. Personál si může vyžádat exportovaný log chatu ve formátu JSON, aby mohl vyřešit nesrovnalosti. Je tvou odpovědností jej uložit.", - "Does not look like a valid address": "Nevypdá to jako platná adresa", - "This is not a bitcoin mainnet address": "Toto není bitcoin mainnet adresa", - "This is not a bitcoin testnet address": "Toto není bitcoin testnet adresa", - "Submit payout info for {{amountSats}} Sats": "Odeslat údaje na vyplacení {{amountSats}} Satů", - "Submit a valid invoice for {{amountSats}} Satoshis.": "Odeslat platný invoice pro {{amountSats}} Satoshi.", - "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Předtím než tě necháme odeslat {{amountFiat}} {{currencyCode}}, chceme se nechat ujistit, že jsi schopen příjmout BTC.", - "RoboSats will do a swap and send the Sats to your onchain address.": "RoboSats provede swap Satů na tvou onchain adresu.", + "Agree and open dispute": "Souhlasit a otev\u0159\u00edt spor", + "A dispute has been opened": "Spor byl otev\u0159en", + "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Pros\u00edm, p\u0159edlo\u017e sv\u00e9 d\u016fkazy. Jasn\u011b a stru\u010dn\u011b popi\u0161, co se stalo a p\u0159edlo\u017e d\u016fkazy. MUS\u00cd\u0160 uv\u00e9st kontatn\u00ed \u00fadaje: jednor\u00e1zov\u00fd email, XMPP nebo telegram p\u0159ezd\u00edvku ke komunikaci s person\u00e1lem. Spory se \u0159e\u0161\u00ed podle uv\u00e1\u017een\u00ed skute\u010dn\u00fdch robot\u016f (neboli lid\u00e9), bu\u010f co nejv\u00edce n\u00e1pomocn\u00fd, abys zajistil spravedliv\u00fd v\u00fdsledek. Maxim\u00e1ln\u011b 5000 znak\u016f.", + "Submit dispute statement": "Odeslat vyj\u00e1d\u0159en\u00ed", + "We have received your statement": "Obdr\u017eeli jsme tv\u00e9 vyj\u00e1d\u0159en\u00ed", + "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "\u010cek\u00e1me na vyj\u00e1d\u0159en\u00ed protistrany. Pokud si nejsi jist stavem sporu nebo chce\u0161 doplnit dal\u0161\u00ed informace, kontaktuj robosats@protonmail.com.", + "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": " Ulo\u017ete si pros\u00edm informace pot\u0159ebn\u00e9 k identifikaci tv\u00e9 nab\u00eddky a tv\u00fdch plateb: \u010d\u00edslo nab\u00eddky; hash platby kauce nebo \u00faschovy (zkontroluj si lightning pen\u011b\u017eenku); p\u0159esn\u00e1 \u010d\u00e1stka satoshi; a robot p\u0159ezd\u00edvku. V komunikaci emailem(nebo jinak) se p\u0159edstav\u00ed\u0161 jako z\u00fa\u010dastn\u011bna strana.", + "We have the statements": "M\u00e1me prohl\u00e1\u0161en\u00ed", + "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Z\u00edskali jsme ob\u011b prohl\u00e1\u0161en\u00ed, po\u010dkej na vy\u0159e\u0161en\u00ed sporu person\u00e1lem. Pokud si nejsi jist stavem sporu nebo chce\u0161 doplnit dal\u0161\u00ed informace, kontaktuj robosats@protonmail.com. Pokud jsi neposkytl kontaktn\u00ed \u00fadaje nebo nejsi si jist, zda jsi to napsal spr\u00e1vn\u011b okam\u017eit\u011b n\u00e1s kontaktuj.", + "You have won the dispute": "Vyhr\u00e1l jsi spor", + "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Satoshi z vy\u0159e\u0161en\u00e9ho spor\u016f (z \u00faschovy a kauce) si m\u016f\u017ee\u0161 vybrat z odm\u011bn ve sv\u00e9m profilu. Pokud ti person\u00e1l m\u016f\u017ee s n\u011b\u010d\u00edm pomoci, nev\u00e1hej a kontaktuj n\u00e1s na robosats@protonmail.com (nebo jin\u00fd zp\u016fsob komunikace).", + "You have lost the dispute": "Prohr\u00e1l jsi spor", + "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Bohu\u017eel jsi prohr\u00e1l spor. Pokud se domn\u00edv\u00e1\u0161, \u017ee se jedn\u00e1 o chybu, m\u016f\u017ee\u0161 po\u017e\u00e1dat o op\u011btovn\u00e9 otev\u0159en\u00ed sporu na robosats@protonmail.com. A\u010dkoliv \u0161ance znovuotev\u0159en\u00ed je mal\u00e1.", + "Expired not taken": "Vypr\u0161en\u00e9 nep\u0159ijmuto", + "Maker bond not locked": "Kauce tv\u016frce nen\u00ed uzamknuta", + "Escrow not locked": "Nen\u00ed uzamknuta \u00faschova", + "Invoice not submitted": "Nen\u00ed p\u0159edlo\u017een invoice", + "Neither escrow locked or invoice submitted": "Nebyla uzam\u010dena \u00faschova ani p\u0159edlo\u017een invoice", + "Renew Order": "Opakovat nab\u00eddku", + "Pause the public order": "Pozastavit zve\u0159ejn\u011bn\u00ed nab\u00eddky", + "Your order is paused": "Tv\u00e1 nab\u00eddka je pozastavena", + "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Tv\u00e1 ve\u0159ejn\u00e1 nab\u00eddka je pozastavena. V tuto chv\u00edli ji nemohou vid\u011bt ani p\u0159ijmout jin\u00ed roboti. Pozastaven\u00ed m\u016f\u017ee\u0161 kdykoliv zru\u0161it.", + "Unpause Order": "Zru\u0161it pozastaven\u00ed nab\u00eddky", + "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "Riskuju\u0161 ztr\u00e1tu kauce, pokud neuzamkne\u0161 satoshi do \u00faschovy. Zb\u00fdv\u00e1 {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.", + "See Compatible Wallets": "Robrazit kompatibiln\u00ed pen\u011b\u017eenky", + "Failure reason:": "D\u016fvod selh\u00e1n\u00ed:", + "Payment isn't failed (yet)": "Platba neselhala (zat\u00edm)", + "There are more routes to try, but the payment timeout was exceeded.": "Je mo\u017en\u00e9 vyzkou\u0161et dal\u0161\u00ed platebn\u00ed trasy, ale \u010dasov\u00fd limit pro platbu byl p\u0159ekro\u010den.", + "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "V\u0161echny mo\u017en\u00e9 trasy byly vyzkou\u0161eny a trvale selhaly. Nebo k c\u00edli nevedou v\u016fbec \u017e\u00e1dn\u00e9 trasy.", + "A non-recoverable error has occurred.": "Do\u0161lo k neopraviteln\u00e9 chyb\u011b.", + "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "Platebn\u00ed \u00fadaje jsou nespr\u00e1vn\u00e9 (nezn\u00e1my hash, \u0161patn\u00e1 \u010d\u00e1stka nebo chybn\u00e9 final CLTV delta).", + "Insufficient unlocked balance in RoboSats' node.": "Nedostate\u010dn\u00fd odemknut\u00fd z\u016fstatek na RoboSats nodu.", + "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "Odeslan\u00fd invoice vede skrz drah\u00e9 trasy, pou\u017eiv\u00e1\u0161 nekompatibiln\u00ed pen\u011b\u017eenku (mo\u017en\u00e1 Muun?). Zkontroluj n\u00e1\u0161 seznam kompatibiln\u00edch pen\u011b\u017eenek na wallets.robosats.com", + "The invoice provided has no explicit amount": "Odeslan\u00fd invoice obsahuje \u0161patnou \u010d\u00e1stku", + "Does not look like a valid lightning invoice": "Poskytnut\u00fd lightning invoice nevypad\u00e1 platn\u011b", + "The invoice provided has already expired": "Platnost poskytnut\u00e9ho lightning invoice vypr\u0161el", + "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Nezapome\u0148 EXPORTOVAT log chatu. Person\u00e1l si m\u016f\u017ee vy\u017e\u00e1dat exportovan\u00fd log chatu ve form\u00e1tu JSON, aby mohl vy\u0159e\u0161it nesrovnalosti. Je tvou odpov\u011bdnost\u00ed jej ulo\u017eit.", + "Does not look like a valid address": "Nevypd\u00e1 to jako platn\u00e1 adresa", + "This is not a bitcoin mainnet address": "Toto nen\u00ed bitcoin mainnet adresa", + "This is not a bitcoin testnet address": "Toto nen\u00ed bitcoin testnet adresa", + "Submit payout info for {{amountSats}} Sats": "Odeslat \u00fadaje na vyplacen\u00ed {{amountSats}} Sat\u016f", + "Submit a valid invoice for {{amountSats}} Satoshis.": "Odeslat platn\u00fd invoice pro {{amountSats}} Satoshi.", + "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "P\u0159edt\u00edm ne\u017e t\u011b nech\u00e1me odeslat {{amountFiat}} {{currencyCode}}, chceme se nechat ujistit, \u017ee jsi schopen p\u0159\u00edjmout BTC.", + "RoboSats will do a swap and send the Sats to your onchain address.": "RoboSats provede swap Sat\u016f na tvou onchain adresu.", "Swap fee": "Swap poplatek", - "Mining fee": "Těžební poplatek", - "Mining Fee": "Těžební poplatek", - "Final amount you will receive": "Konečná částka, kterou získáš", + "Mining fee": "T\u011b\u017eebn\u00ed poplatek", + "Mining Fee": "T\u011b\u017eebn\u00ed poplatek", + "Final amount you will receive": "Kone\u010dn\u00e1 \u010d\u00e1stka, kterou z\u00edsk\u00e1\u0161", "Bitcoin Address": "Bitcoin adresa", - "Your TXID": "Tvé TXID", + "Your TXID": "Tv\u00e9 TXID", "Lightning": "Lightning", "Onchain": "Onchain", - "open_dispute": "Chceš-li otevřít spor, musíš počkat <1><1/>", - "Trade Summary": "Shrnutí obchodu", - "Maker": "Tvůrce", - "Taker": "Příjemce", - "User role": "Uživatelská role", - "Sent": "Odesláno", - "Received": "Příjmuto", - "BTC received": "BTC příjmuto", - "BTC sent": "BTC odesláno", - "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Satů ({{tradeFeePercent}}%)", - "Trade fee": "Obchodní poplatek", - "{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Satů ({{swapFeePercent}}%)", + "open_dispute": "Chce\u0161-li otev\u0159\u00edt spor, mus\u00ed\u0161 po\u010dkat <1><1/>", + "Trade Summary": "Shrnut\u00ed obchodu", + "Maker": "Tv\u016frce", + "Taker": "P\u0159\u00edjemce", + "User role": "U\u017eivatelsk\u00e1 role", + "Sent": "Odesl\u00e1no", + "Received": "P\u0159\u00edjmuto", + "BTC received": "BTC p\u0159\u00edjmuto", + "BTC sent": "BTC odesl\u00e1no", + "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Sat\u016f ({{tradeFeePercent}}%)", + "Trade fee": "Obchodn\u00ed poplatek", + "{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Sat\u016f ({{swapFeePercent}}%)", "Onchain swap fee": "Onchain swap poplatek", - "{{miningFeeSats}} Sats": "{{miningFeeSats}} Satů", - "{{bondSats}} Sats ({{bondPercent}}%)": "{{bondSats}} Satů ({{bondPercent}}%)", - "Maker bond": "Kauce tvůrce", - "Taker bond": "Kauce příjemce", - "Unlocked": "Odemčeno", - "{{revenueSats}} Sats": "{{revenueSats}} Satů", - "Platform trade revenue": "Odměna pro platformu", - "{{routingFeeSats}} MiliSats": "{{routingFeeSats}} MiliSatů", - "Platform covered routing fee": "Poplatek za routing hrazený platformou", - + "{{miningFeeSats}} Sats": "{{miningFeeSats}} Sat\u016f", + "{{bondSats}} Sats ({{bondPercent}}%)": "{{bondSats}} Sat\u016f ({{bondPercent}}%)", + "Maker bond": "Kauce tv\u016frce", + "Taker bond": "Kauce p\u0159\u00edjemce", + "Unlocked": "Odem\u010deno", + "{{revenueSats}} Sats": "{{revenueSats}} Sat\u016f", + "Platform trade revenue": "Odm\u011bna pro platformu", + "{{routingFeeSats}} MiliSats": "{{routingFeeSats}} MiliSat\u016f", + "Platform covered routing fee": "Poplatek za routing hrazen\u00fd platformou", "INFO DIALOG - InfoDiagog.js": "App information and clarifications and terms of use", - "Close": "Zavřít", + "Close": "Zav\u0159\u00edt", "What is RoboSats?": "Co je RoboSats?", - "It is a BTC/FIAT peer-to-peer exchange over lightning.": "Je to BTC/FIAT peer-to-peer burza přes lightning.", + "It is a BTC/FIAT peer-to-peer exchange over lightning.": "Je to BTC/FIAT peer-to-peer burza p\u0159es lightning.", "RoboSats is an open source project ": "RoboSats je open source projekt ", - "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "Zjednodušuje schodu nabídky s poptávkou a potřebu důvěry. RoboSats se zaměřuje na ochranu soukromí a rychlost.", + "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "Zjednodu\u0161uje schodu nab\u00eddky s popt\u00e1vkou a pot\u0159ebu d\u016fv\u011bry. RoboSats se zam\u011b\u0159uje na ochranu soukrom\u00ed a rychlost.", "(GitHub).": "(GitHub).", "How does it work?": "Jak to funguje?", - "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymníAlice01 chce prodat bitcoin. Zveřejní nabídku k prodeji. BystrýBob02 chce koupit bitcoin a proto příjme Alicinu nabídku. Oba musí složit malou kauci přes lightning aby dokázali, že jsou skuteční roboti. Nato Alice přes lightning a hodl invoice vloží do úschovy kolaterál. RoboSats uzamkne invoice, dokud Alice nepotvrdí, že obdržela fiat, pak jsou satoshi uvolněny Bobobi. Užij si své satoshi, Bobe!", - "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "V žádném bodě, AnonymníAlice01 a BystrýBob02 nemuseli svěřit své bitcoiny tomu druhému. V případě sporu by jim ho pomohl vyřešit personál RoboSats.", - "You can find a step-by-step description of the trade pipeline in ": "Popis obchodu krok za krokem najdeš na", + "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "Anonymn\u00edAlice01 chce prodat bitcoin. Zve\u0159ejn\u00ed nab\u00eddku k prodeji. Bystr\u00fdBob02 chce koupit bitcoin a proto p\u0159\u00edjme Alicinu nab\u00eddku. Oba mus\u00ed slo\u017eit malou kauci p\u0159es lightning aby dok\u00e1zali, \u017ee jsou skute\u010dn\u00ed roboti. Nato Alice p\u0159es lightning a hodl invoice vlo\u017e\u00ed do \u00faschovy kolater\u00e1l. RoboSats uzamkne invoice, dokud Alice nepotvrd\u00ed, \u017ee obdr\u017eela fiat, pak jsou satoshi uvoln\u011bny Bobobi. U\u017eij si sv\u00e9 satoshi, Bobe!", + "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "V \u017e\u00e1dn\u00e9m bod\u011b, Anonymn\u00edAlice01 a Bystr\u00fdBob02 nemuseli sv\u011b\u0159it sv\u00e9 bitcoiny tomu druh\u00e9mu. V p\u0159\u00edpad\u011b sporu by jim ho pomohl vy\u0159e\u0161it person\u00e1l RoboSats.", + "You can find a step-by-step description of the trade pipeline in ": "Popis obchodu krok za krokem najde\u0161 na", "How it works": "Jak to funguje", - "You can also check the full guide in ": "Taky se můžeš podívat na návod", - "How to use": "Jak se používá", - "What payment methods are accepted?": "Jaké jsou akceptované platební metody?", - "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Všechny, pokud jsou rychlé. Vždy můžeš dopsat svou preferovanou platební metodu, jenom bude muset být protistrana, která jí příjme. Část s odesláním fiatu má limit 24h, potom se automaticky otevře spor. Doporučujeme použití okamžitých platebních metod.", - "Are there trade limits?": "Je nějaký obchodní limit?", - "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "Maximální velikost obchodu je {{maxAmount}} Satoshi, aby byl minimalizován neúspěch lightning routing. Denní limit obchodu není, pouze robot může mít vždy pouze jednu nabídku. Ale součastně je možné mít více robotu v různých prohlížečích (nezapoměň na zálohu tokenů robotů).", - "Is RoboSats private?": "Narušuje RoboSats soukromí?", - "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats nikdy nežádá o soukromé údaje jako jméno, bydliště a doklady totožnosti. RoboSats nespravuje žádné prostředky a nezajímá se kdo jsi. RoboSats nesbírá a nespravuje osobní informace. Pro větší anonymitu použij Tor Browser a .onion adresu.", - "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "Jediný kdo může o tobě poteciálně cokoliv zjistit je protistrana obchodu. Udrž chat krátký a stručný. Vyhni se všemu co není důležité pro fiat platbu.", - "What are the risks?": "Jaké jsou rizika?", - "This is an experimental application, things could go wrong. Trade small amounts!": "Toto je experimentální aplikace, věci se mohou pokazit. Obchoduj s malými částkami!", - "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "Prodejce čelí riziku vratky platby jako v každé peer-to-peer službě. Paypal nebo platební karty nejsou doporučené.", - "What is the trust model?": "Jaký je model důvěry?", - "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "Kupující a prodavající si nemusí věřit. Trochu se musí důvěřovat RoboSats, protože propojuje hodl invoice prodavajícího a platba kupujícímu není atomic (zatím). Kromě toho, spory jsou řešeny personálem RoboSats.", - "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "Aby jsem si to shrnuli, potřeba důvěry je minimalizována. Přesto existuje jedna cesta jak RoboSats může utéct se satoshi: neuvolnit je kupujícímu. Dalo by se namítnout, že takový krok není v zájmu RoboSats, kvůli malé platbě si zničit reputaci. Z toho důvodu bys měl obchodovat pouze s malými částkami najednou. Pro větší částky použij onchain aplikace jako Bisq.", - "You can build more trust on RoboSats by inspecting the source code.": "Můžeš si vybudovat větší důvěru v RoboSats zkontrolováním zdrojového kódu.", - "Project source code": "Zdrojový kód projektu", - "What happens if RoboSats suddenly disappears?": "Co se stane pokud RoboSats náhle zmizí?", - "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "Tvé saty se ti vrátí. Jakýkoliv hold invoice, který není vypořádán se automaticky vrací i v případě trvalého konce RoboSats. Toto platí pro kauce i úschovu. Přesto je malé okno mezi potvrzením od prodavajícího FIAT OBDRŽEN a momentem kdy kupující obdrží své satoshi, by mohli být navždy ztraceny v případě zmizení RoboSats. Okno je dlouhé 1 vteřinu. Z toho důvodu měj dostatečnou inbound likviditu aby byl vyloučeno routing selhání. Pokud máš jakýkoliv problém obrať se na nás prostřednictvým veřejných RoboSats kanálu.", - "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "V mnoha zemích není rozdíl mezi používáním RoboSats a Ebay nebo Craiglistu. Regulace jsou různé, je tvá povinnost jim vyhovět.", - "Is RoboSats legal in my country?": "Je RoboSats legální v mé zemi?", - "Disclaimer": "Zřeknutí se odpovědnosti", - "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Tato lightning aplikace se poskytuje jak je. V aktivním vývoji: obchoduj s maximální opatrností. Neexistuje žádná soukromá podpora. Podpora se poskytuje pouze na veřejných kanálech.", + "You can also check the full guide in ": "Taky se m\u016f\u017ee\u0161 pod\u00edvat na n\u00e1vod", + "How to use": "Jak se pou\u017e\u00edv\u00e1", + "What payment methods are accepted?": "Jak\u00e9 jsou akceptovan\u00e9 platebn\u00ed metody?", + "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "V\u0161echny, pokud jsou rychl\u00e9. V\u017edy m\u016f\u017ee\u0161 dopsat svou preferovanou platebn\u00ed metodu, jenom bude muset b\u00fdt protistrana, kter\u00e1 j\u00ed p\u0159\u00edjme. \u010c\u00e1st s odesl\u00e1n\u00edm fiatu m\u00e1 limit 24h, potom se automaticky otev\u0159e spor. Doporu\u010dujeme pou\u017eit\u00ed okam\u017eit\u00fdch platebn\u00edch metod.", + "Are there trade limits?": "Je n\u011bjak\u00fd obchodn\u00ed limit?", + "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "Maxim\u00e1ln\u00ed velikost obchodu je {{maxAmount}} Satoshi, aby byl minimalizov\u00e1n ne\u00fasp\u011bch lightning routing. Denn\u00ed limit obchodu nen\u00ed, pouze robot m\u016f\u017ee m\u00edt v\u017edy pouze jednu nab\u00eddku. Ale sou\u010dastn\u011b je mo\u017en\u00e9 m\u00edt v\u00edce robotu v r\u016fzn\u00fdch prohl\u00ed\u017ee\u010d\u00edch (nezapom\u011b\u0148 na z\u00e1lohu token\u016f robot\u016f).", + "Is RoboSats private?": "Naru\u0161uje RoboSats soukrom\u00ed?", + "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats nikdy ne\u017e\u00e1d\u00e1 o soukrom\u00e9 \u00fadaje jako jm\u00e9no, bydli\u0161t\u011b a doklady toto\u017enosti. RoboSats nespravuje \u017e\u00e1dn\u00e9 prost\u0159edky a nezaj\u00edm\u00e1 se kdo jsi. RoboSats nesb\u00edr\u00e1 a nespravuje osobn\u00ed informace. Pro v\u011bt\u0161\u00ed anonymitu pou\u017eij Tor Browser a .onion adresu.", + "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "Jedin\u00fd kdo m\u016f\u017ee o tob\u011b poteci\u00e1ln\u011b cokoliv zjistit je protistrana obchodu. Udr\u017e chat kr\u00e1tk\u00fd a stru\u010dn\u00fd. Vyhni se v\u0161emu co nen\u00ed d\u016fle\u017eit\u00e9 pro fiat platbu.", + "What are the risks?": "Jak\u00e9 jsou rizika?", + "This is an experimental application, things could go wrong. Trade small amounts!": "Toto je experiment\u00e1ln\u00ed aplikace, v\u011bci se mohou pokazit. Obchoduj s mal\u00fdmi \u010d\u00e1stkami!", + "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "Prodejce \u010del\u00ed riziku vratky platby jako v ka\u017ed\u00e9 peer-to-peer slu\u017eb\u011b. Paypal nebo platebn\u00ed karty nejsou doporu\u010den\u00e9.", + "What is the trust model?": "Jak\u00fd je model d\u016fv\u011bry?", + "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "Kupuj\u00edc\u00ed a prodavaj\u00edc\u00ed si nemus\u00ed v\u011b\u0159it. Trochu se mus\u00ed d\u016fv\u011b\u0159ovat RoboSats, proto\u017ee propojuje hodl invoice prodavaj\u00edc\u00edho a platba kupuj\u00edc\u00edmu nen\u00ed atomic (zat\u00edm). Krom\u011b toho, spory jsou \u0159e\u0161eny person\u00e1lem RoboSats.", + "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "Aby jsem si to shrnuli, pot\u0159eba d\u016fv\u011bry je minimalizov\u00e1na. P\u0159esto existuje jedna cesta jak RoboSats m\u016f\u017ee ut\u00e9ct se satoshi: neuvolnit je kupuj\u00edc\u00edmu. Dalo by se nam\u00edtnout, \u017ee takov\u00fd krok nen\u00ed v z\u00e1jmu RoboSats, kv\u016fli mal\u00e9 platb\u011b si zni\u010dit reputaci. Z toho d\u016fvodu bys m\u011bl obchodovat pouze s mal\u00fdmi \u010d\u00e1stkami najednou. Pro v\u011bt\u0161\u00ed \u010d\u00e1stky pou\u017eij onchain aplikace jako Bisq.", + "You can build more trust on RoboSats by inspecting the source code.": "M\u016f\u017ee\u0161 si vybudovat v\u011bt\u0161\u00ed d\u016fv\u011bru v RoboSats zkontrolov\u00e1n\u00edm zdrojov\u00e9ho k\u00f3du.", + "Project source code": "Zdrojov\u00fd k\u00f3d projektu", + "What happens if RoboSats suddenly disappears?": "Co se stane pokud RoboSats n\u00e1hle zmiz\u00ed?", + "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "Tv\u00e9 saty se ti vr\u00e1t\u00ed. Jak\u00fdkoliv hold invoice, kter\u00fd nen\u00ed vypo\u0159\u00e1d\u00e1n se automaticky vrac\u00ed i v p\u0159\u00edpad\u011b trval\u00e9ho konce RoboSats. Toto plat\u00ed pro kauce i \u00faschovu. P\u0159esto je mal\u00e9 okno mezi potvrzen\u00edm od prodavaj\u00edc\u00edho FIAT OBDR\u017dEN a momentem kdy kupuj\u00edc\u00ed obdr\u017e\u00ed sv\u00e9 satoshi, by mohli b\u00fdt nav\u017edy ztraceny v p\u0159\u00edpad\u011b zmizen\u00ed RoboSats. Okno je dlouh\u00e9 1 vte\u0159inu. Z toho d\u016fvodu m\u011bj dostate\u010dnou inbound likviditu aby byl vylou\u010deno routing selh\u00e1n\u00ed. Pokud m\u00e1\u0161 jak\u00fdkoliv probl\u00e9m obra\u0165 se na n\u00e1s prost\u0159ednictv\u00fdm ve\u0159ejn\u00fdch RoboSats kan\u00e1lu.", + "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "V mnoha zem\u00edch nen\u00ed rozd\u00edl mezi pou\u017e\u00edv\u00e1n\u00edm RoboSats a Ebay nebo Craiglistu. Regulace jsou r\u016fzn\u00e9, je tv\u00e1 povinnost jim vyhov\u011bt.", + "Is RoboSats legal in my country?": "Je RoboSats leg\u00e1ln\u00ed v m\u00e9 zemi?", + "Disclaimer": "Z\u0159eknut\u00ed se odpov\u011bdnosti", + "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Tato lightning aplikace se poskytuje jak je. V aktivn\u00edm v\u00fdvoji: obchoduj s maxim\u00e1ln\u00ed opatrnost\u00ed. Neexistuje \u017e\u00e1dn\u00e1 soukrom\u00e1 podpora. Podpora se poskytuje pouze na ve\u0159ejn\u00fdch kan\u00e1lech.", "(Telegram)": "(Telegram)", - ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats tě nikdy nebude kontaktovat. RoboSats tě nikdy nepožáda o tvůj robot token." + ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats t\u011b nikdy nebude kontaktovat. RoboSats t\u011b nikdy nepo\u017e\u00e1da o tv\u016fj robot token." } diff --git a/frontend/static/locales/de.json b/frontend/static/locales/de.json index d2737af4..8cb06033 100644 --- a/frontend/static/locales/de.json +++ b/frontend/static/locales/de.json @@ -1,15 +1,14 @@ { "UNSAFE ALERT - UnsafeAlert.js": "Alert that shows on top when browsing from the unsafe clearnet sites", "You are not using RoboSats privately": "Du nutzt RoboSats nicht privat", - "desktop_unsafe_alert": "Einige Funktionen sind zu deinem Schutz deaktiviert (z.B. der Chat) und du kannst ohne sie keinen Handel abschließen. Um deine Privatsphäre zu schützen und RoboSats vollständig zu nutzen, verwende <1>Tor Browser und besuche die <3>Onion Seite.", - "phone_unsafe_alert": "Du wirst nicht in der Lage sein, einen Handel abzuschließen. Benutze <1>Tor Browser und besuche die <3>Onion Seite.", + "desktop_unsafe_alert": "Einige Funktionen sind zu deinem Schutz deaktiviert (z.B. der Chat) und du kannst ohne sie keinen Handel abschlie\u00dfen. Um deine Privatsph\u00e4re zu sch\u00fctzen und RoboSats vollst\u00e4ndig zu nutzen, verwende <1>Tor Browser und besuche die <3>Onion Seite.", + "phone_unsafe_alert": "Du wirst nicht in der Lage sein, einen Handel abzuschlie\u00dfen. Benutze <1>Tor Browser und besuche die <3>Onion Seite.", "Hide": "Ausblenden", - "USER GENERATION PAGE - UserGenPage.js": "Landing Page and User Generation", - "Simple and Private LN P2P Exchange": "Einfache und private LN P2P-Börse", + "Simple and Private LN P2P Exchange": "Einfache und private LN P2P-B\u00f6rse", "This is your trading avatar": "Dies ist dein Handelsavatar", "Store your token safely": "Verwahre deinen Token sicher", - "A robot avatar was found, welcome back!": "Der Roboter-Avatar wurde gefunden, willkommen zurück!", + "A robot avatar was found, welcome back!": "Der Roboter-Avatar wurde gefunden, willkommen zur\u00fcck!", "Copied!": "Kopiert!", "Generate a new token": "Generiere einen neuen Token", "Generate Robot": "Roboter generieren", @@ -21,8 +20,7 @@ "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Du bist dabei die Website 'lerne RoboSats kennen' zu besuchen. Hier findest du Tutorials und Dokumentationen, die dir helfen RoboSats zu benutzen und zu verstehen wie es funktioniert.", "Let's go!": "Los gehts!", "Save token and PGP credentials to file": "Token und PGP-Anmeldeinformationen in einer Datei speichern", - - "MAKER PAGE - MakerPage.js": "Dies ist die Seite, auf der Benutzer neue Angebote erstellen können", + "MAKER PAGE - MakerPage.js": "Dies ist die Seite, auf der Benutzer neue Angebote erstellen k\u00f6nnen", "Order": "Order", "Customize": "Anpassen", "Buy or Sell Bitcoin?": "Bitcoin kaufen oder verkaufen?", @@ -30,14 +28,14 @@ "Sell": "Verkaufen", "Amount": "Menge", "Amount of fiat to exchange for bitcoin": "Fiat-Betrag zum Austausch in Bitcoin", - "Invalid": "Ungültig", + "Invalid": "Ung\u00fcltig", "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "Gib deine bevorzugten Fiat-Zahlungsweisen an. Schnelle Methoden werden dringend empfohlen.", - "Must be shorter than 65 characters": "Muss kürzer als 65 Zeichen sein", + "Must be shorter than 65 characters": "Muss k\u00fcrzer als 65 Zeichen sein", "Swap Destination(s)": "austausch Ziel(e)", "Fiat Payment Method(s)": "Fiat Zahlungsmethode(n)", - "You can add new methods": "Du kannst neue Methoden hinzufügen", - "Add New": "Neu hinzufügen", - "Choose a Pricing Method": "Wähle eine Preismethode", + "You can add new methods": "Du kannst neue Methoden hinzuf\u00fcgen", + "Add New": "Neu hinzuf\u00fcgen", + "Choose a Pricing Method": "W\u00e4hle eine Preismethode", "Relative": "Relativ", "Let the price move with the market": "Passe den Preis konstant dem Markt an", "Premium over Market (%)": "Marktpreis Aufschlag (%)", @@ -47,25 +45,25 @@ "Fixed price:": "Fixer Preis:", "Order current rate:": "Aktueller Order-Kurs:", "Your order fixed exchange rate": "Dein fixierter Order-Kurs", - "Your order's current exchange rate. Rate will move with the market.": "Der aktuelle Wechselkurs für deine Order. Der Kurs wird sich mit dem Markt verändern.", - "Let the taker chose an amount within the range": "Lasse den Taker einen Betrag innerhalb der Spanne wählen", + "Your order's current exchange rate. Rate will move with the market.": "Der aktuelle Wechselkurs f\u00fcr deine Order. Der Kurs wird sich mit dem Markt ver\u00e4ndern.", + "Let the taker chose an amount within the range": "Lasse den Taker einen Betrag innerhalb der Spanne w\u00e4hlen", "Enable Amount Range": "Betragsbereich einschalten", "From": "Von", "to": "bis", "Expiry Timers": "Ablauf-Timer", "Public Duration (HH:mm)": "Angebotslaufzeit (HH:mm)", "Escrow Deposit Time-Out (HH:mm)": "Treuhand-Einzahlungs-Timeout (HH:mm)", - "Set the skin-in-the-game, increase for higher safety assurance": "Lege die Kaution fest, erhöhen für mehr Sicherheit", - "Fidelity Bond Size": "Höhe der Kaution", + "Set the skin-in-the-game, increase for higher safety assurance": "Lege die Kaution fest, erh\u00f6hen f\u00fcr mehr Sicherheit", + "Fidelity Bond Size": "H\u00f6he der Kaution", "Allow bondless takers": "Erlaube kautionslose Taker", - "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "BALD VERFÜGBAR - Hohes Risiko! Limit: {{limitSats}}K Sats", - "You must fill the order correctly": "Du musst die Order korrekt ausfüllen", + "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "BALD VERF\u00dcGBAR - Hohes Risiko! Limit: {{limitSats}}K Sats", + "You must fill the order correctly": "Du musst die Order korrekt ausf\u00fcllen", "Create Order": "Order erstellen", - "Back": "Zurück", - "Create an order for ": "Erstelle eine Order für ", - "Create a BTC buy order for ": "Erstelle ein BTC-Kaufangebot für ", - "Create a BTC sell order for ": "Erstelle ein BTC-Verkaufsaufangebot für ", - " of {{satoshis}} Satoshis": " für {{satoshis}} Satoshis", + "Back": "Zur\u00fcck", + "Create an order for ": "Erstelle eine Order f\u00fcr ", + "Create a BTC buy order for ": "Erstelle ein BTC-Kaufangebot f\u00fcr ", + "Create a BTC sell order for ": "Erstelle ein BTC-Verkaufsaufangebot f\u00fcr ", + " of {{satoshis}} Satoshis": " f\u00fcr {{satoshis}} Satoshis", " at market price": " zum Marktpreis", " at a {{premium}}% premium": " mit einem {{premium}}% Aufschlag", " at a {{discount}}% discount": " mit einem {{discount}}% Rabatt", @@ -78,7 +76,6 @@ "Done": "Fertig", "You do not have a robot avatar": "Du hast keinen Roboter-Avatar", "You need to generate a robot avatar in order to become an order maker": "Du musst einen Roboter-Avatar erstellen, um ein Maker zu werden.", - "PAYMENT METHODS - autocompletePayments.js": "Payment method strings", "not specified": "Nicht definiert", "Instant SEPA": "Instant SEPA", @@ -86,36 +83,34 @@ "Google Play Gift Code": "Google Play Gutschein", "Cash F2F": "Cash F2F", "On-Chain BTC": "On-Chain BTC", - "BOOK PAGE - BookPage.js": "The Book Order page", - "Seller": "Verkäufer", - "Buyer": "Käufer", - "I want to": "Ich möchte", - "Select Order Type": "Order Typ auswählen", + "Seller": "Verk\u00e4ufer", + "Buyer": "K\u00e4ufer", + "I want to": "Ich m\u00f6chte", + "Select Order Type": "Order Typ ausw\u00e4hlen", "ANY": "ALLE", "BUY": "KAUFEN", "SELL": "VERKAUFEN", "and receive": "und erhalte", "and pay with": "und zahlen mit", "and use": "und verwende", - "Select Payment Currency": "Währung auswählen", + "Select Payment Currency": "W\u00e4hrung ausw\u00e4hlen", "Robot": "Roboter", "Is": "Ist", - "Currency": "Währung", + "Currency": "W\u00e4hrung", "Payment Method": "Zahlungsweise", "Pay": "Bezahlung", "Price": "Preis", "Premium": "Aufschlag", - "You are SELLING BTC for {{currencyCode}}": "Du VERKAUFST BTC für {{currencyCode}}", - "You are BUYING BTC for {{currencyCode}}": "Du KAUFST BTC für {{currencyCode}}", + "You are SELLING BTC for {{currencyCode}}": "Du VERKAUFST BTC f\u00fcr {{currencyCode}}", + "You are BUYING BTC for {{currencyCode}}": "Du KAUFST BTC f\u00fcr {{currencyCode}}", "You are looking at all": "Alle werden angezeigt", - "No orders found to sell BTC for {{currencyCode}}": "Keine BTC-Verkaufsangebote für {{currencyCode}} gefunden", - "No orders found to buy BTC for {{currencyCode}}": "Keine BTC-Kaufsangebote für {{currencyCode}} gefunden", + "No orders found to sell BTC for {{currencyCode}}": "Keine BTC-Verkaufsangebote f\u00fcr {{currencyCode}} gefunden", + "No orders found to buy BTC for {{currencyCode}}": "Keine BTC-Kaufsangebote f\u00fcr {{currencyCode}} gefunden", "Filter has no results": "Filter hat keine Ergebnisse", "Be the first one to create an order": "Sei der Erste, der ein Angebot erstellt", - "BOTTOM BAR AND MISC - BottomBar.js": "Bottom Bar user profile and miscellaneous dialogs", - "Stats For Nerds": "Statistiken für Nerds", + "Stats For Nerds": "Statistiken f\u00fcr Nerds", "LND version": "LND-Version", "Currently running commit hash": "Aktuell laufender Commit-Hash", "24h contracted volume": "24h Handelsvolumen", @@ -124,7 +119,7 @@ "and": "und", "... somewhere on Earth!": "... irgendwo auf der Erde!", "Community": "Community", - "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support wird nur über öffentliche Kanäle angeboten. Tritt unserer Telegram-Community bei, wenn du Fragen hast oder dich mit anderen coolen Robotern austauschen möchtest. Bitte nutze unsere Github Issues, wenn du einen Fehler findest oder neue Funktionen sehen willst!", + "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support wird nur \u00fcber \u00f6ffentliche Kan\u00e4le angeboten. Tritt unserer Telegram-Community bei, wenn du Fragen hast oder dich mit anderen coolen Robotern austauschen m\u00f6chtest. Bitte nutze unsere Github Issues, wenn du einen Fehler findest oder neue Funktionen sehen willst!", "Follow RoboSats in Twitter": "Folge RoboSats auf Twitter", "Twitter Official Account": "Offizieller Twitter-Account", "RoboSats Telegram Communities": "RoboSats Telegram Gruppen", @@ -132,7 +127,7 @@ "Join RoboSats Russian speaking community!": "Tritt der Russischen RoboSats-Gruppe bei!", "Join RoboSats Chinese speaking community!": "Tritt der Chinesischen RoboSats-Gruppe bei!", "Join RoboSats English speaking community!": "Tritt der Englischen RoboSats-Gruppe bei!", - "Tell us about a new feature or a bug": "Erzähle uns von neuen Funktionen oder einem Fehler", + "Tell us about a new feature or a bug": "Erz\u00e4hle uns von neuen Funktionen oder einem Fehler", "Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - Das Roboter-Satoshi Open-Source-Projekt", "Your Profile": "Dein Profil", "Your robot": "Dein Roboter", @@ -142,45 +137,44 @@ "Your token (will not remain here)": "Dein Token (wird hier nicht gespeichert)", "Back it up!": "Speicher ihn ab!", "Cannot remember": "Kann mich nicht erinnern", - "Rewards and compensations": "Belohnungen und Entschädigungen", + "Rewards and compensations": "Belohnungen und Entsch\u00e4digungen", "Share to earn 100 Sats per trade": "Teilen, um 100 Sats pro Handel zu verdienen", "Your referral link": "Dein Empfehlungslink", "Your earned rewards": "Deine verdienten Belohnungen", "Claim": "Erhalten", - "Invoice for {{amountSats}} Sats": "Invoice für {{amountSats}} Sats", - "Submit": "Bestätigen", - "There it goes, thank you!🥇": "Das war's, vielen Dank!🥇", + "Invoice for {{amountSats}} Sats": "Invoice f\u00fcr {{amountSats}} Sats", + "Submit": "Best\u00e4tigen", + "There it goes, thank you!\ud83e\udd47": "Das war's, vielen Dank!\ud83e\udd47", "You have an active order": "Du hast eine aktive Order", "You can claim satoshis!": "Du kannst Satoshis abholen!", - "Public Buy Orders": "Öffentliche Kaufangebote", - "Public Sell Orders": "Öffentliche Verkaufsangebote", + "Public Buy Orders": "\u00d6ffentliche Kaufangebote", + "Public Sell Orders": "\u00d6ffentliche Verkaufsangebote", "Today Active Robots": "Heute aktive Roboter", "24h Avg Premium": "24h Durchschnittsaufschlag", - "Trade Fee": "Handelsgebühr", + "Trade Fee": "Handelsgeb\u00fchr", "Show community and support links": "Community- und Support-Links anzeigen", - "Show stats for nerds": "Statistiken für Nerds anzeigen", - "Exchange Summary": "Börsen-Zusammenfassung", - "Public buy orders": "Öffentliche Kaufangebote", - "Public sell orders": "Öffentliche Verkaufsangebote", - "Book liquidity": "Marktplatz-Liquidität", + "Show stats for nerds": "Statistiken f\u00fcr Nerds anzeigen", + "Exchange Summary": "B\u00f6rsen-Zusammenfassung", + "Public buy orders": "\u00d6ffentliche Kaufangebote", + "Public sell orders": "\u00d6ffentliche Verkaufsangebote", + "Book liquidity": "Marktplatz-Liquidit\u00e4t", "Today active robots": "Heute aktive Roboter", "24h non-KYC bitcoin premium": "24h non-KYC Bitcoin-Aufschlag", - "Maker fee": "Makergebühr", - "Taker fee": "Takergebühr", - "Number of public BUY orders": "Anzahl der öffentlichen KAUF-Angebote", - "Number of public SELL orders": "Anzahl der öffentlichen VERKAUFS-Angebote", + "Maker fee": "Makergeb\u00fchr", + "Taker fee": "Takergeb\u00fchr", + "Number of public BUY orders": "Anzahl der \u00f6ffentlichen KAUF-Angebote", + "Number of public SELL orders": "Anzahl der \u00f6ffentlichen VERKAUFS-Angebote", "Your last order #{{orderID}}": "Deine letzte Order #{{orderID}}", "Inactive order": "Inaktive Order", "You do not have previous orders": "Du hast keine vorherige Order", - "ORDER PAGE - OrderPage.js": "Order details page", "Order Box": "Angebots-Box", "Contract": "Vertrag", "Active": "Activ", - "Seen recently": "Kürzlich gesehen", + "Seen recently": "K\u00fcrzlich gesehen", "Inactive": "Inactiv", - "(Seller)": "(Verkäufer)", - "(Buyer)": "(Käufer)", + "(Seller)": "(Verk\u00e4ufer)", + "(Buyer)": "(K\u00e4ufer)", "Order maker": "Order-Maker", "Order taker": "Order-Taker", "Order Details": "Order-Details", @@ -190,14 +184,14 @@ "Waiting for taker bond": "Warten auf Taker-Kaution", "Cancelled": "Abgebrochen", "Expired": "Abgelaufen", - "Waiting for trade collateral and buyer invoice": "Warten auf Handels-Kaution und Käufer-Invoice", - "Waiting only for seller trade collateral": "Auf Kaution des Verkäufers warten", - "Waiting only for buyer invoice": "Warten auf Käufer-Invoice", + "Waiting for trade collateral and buyer invoice": "Warten auf Handels-Kaution und K\u00e4ufer-Invoice", + "Waiting only for seller trade collateral": "Auf Kaution des Verk\u00e4ufers warten", + "Waiting only for buyer invoice": "Warten auf K\u00e4ufer-Invoice", "Sending fiat - In chatroom": "Fiat senden - Im Chatroom", "Fiat sent - In chatroom": "Fiat bezahlt - Im Chatroom", "In dispute": "Offener Streitfall", "Collaboratively cancelled": "Gemeinsam abgebrochen", - "Sending satoshis to buyer": "Sende Satoshis an den Käufer", + "Sending satoshis to buyer": "Sende Satoshis an den K\u00e4ufer", "Sucessful trade": "Erfolgreicher Handel", "Failed lightning network routing": "Weiterleitung im Lightning-Netzwerk fehlgeschlagen", "Wait for dispute resolution": "Warten auf Streitschlichtung", @@ -210,40 +204,39 @@ "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Aufschlag: {{premium}}%", "Price and Premium": "Preis und Aufschlag", "Amount of Satoshis": "Anzahl Satoshis", - "Premium over market price": "Aufschlag über dem Marktpreis", + "Premium over market price": "Aufschlag \u00fcber dem Marktpreis", "Order ID": "Order-ID", "Deposit timer": "Einzahlungstimer", - "Expires in": "Läuft ab in", + "Expires in": "L\u00e4uft ab in", "{{nickname}} is asking for a collaborative cancel": "{{nickname}} bittet um gemeinsamen Abbruch", "You asked for a collaborative cancellation": "Du hast um einen gemeinsamen Abbruch gebeten", - "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Die Invoice ist abgelaufen. Du hast die Veröffentlichung der Order nicht rechtzeitig bestätigt. Erstelle eine neue Order.", + "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Die Invoice ist abgelaufen. Du hast die Ver\u00f6ffentlichung der Order nicht rechtzeitig best\u00e4tigt. Erstelle eine neue Order.", "This order has been cancelled by the maker": "Diese Order wurde vom Maker storniert", - "Invoice expired. You did not confirm taking the order in time.": "Die Invoice ist abgelaufen. Du hast die Annahme der Order nicht rechtzeitig bestätigt.", + "Invoice expired. You did not confirm taking the order in time.": "Die Invoice ist abgelaufen. Du hast die Annahme der Order nicht rechtzeitig best\u00e4tigt.", "Penalty lifted, good to go!": "Die Strafe ist aufgehoben, es kann losgehen!", "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "Du kannst noch keine Order annehmen! Warte {{timeMin}}m {{timeSec}}s", "Too low": "Zu niedrig", "Too high": "Zu hoch", - "Enter amount of fiat to exchange for bitcoin": "Fiat-Betrag für den Umtausch in Bitcoin eingeben", + "Enter amount of fiat to exchange for bitcoin": "Fiat-Betrag f\u00fcr den Umtausch in Bitcoin eingeben", "Amount {{currencyCode}}": "Betrag {{currencyCode}}", "You must specify an amount first": "Du musst zuerst einen Betrag angeben", "Take Order": "Order annehmen", "Wait until you can take an order": "Warte, bis du eine Order annehmen kannst", "Cancel the order?": "Order abbrechen?", "If the order is cancelled now you will lose your bond.": "Wenn die Order jetzt storniert wird, verlierst du deine Kaution.", - "Confirm Cancel": "Abbruch bestätigen", + "Confirm Cancel": "Abbruch best\u00e4tigen", "The maker is away": "Der Maker ist abwesend", - "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Wenn du diese Order annimmst, riskierst du, deine Zeit zu verschwenden. Wenn der Maker nicht rechtzeitig handelt, erhältst du eine Entschädigung in Satoshis in Höhe von 50 % der Maker-Kaution.", + "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Wenn du diese Order annimmst, riskierst du, deine Zeit zu verschwenden. Wenn der Maker nicht rechtzeitig handelt, erh\u00e4ltst du eine Entsch\u00e4digung in Satoshis in H\u00f6he von 50 % der Maker-Kaution.", "Collaborative cancel the order?": "Order gemeinsam abbrechen?", - "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Der Trade wurde veröffentlicht. Die Order kann nur storniert werden, wenn Maker und Taker der Stornierung gemeinsam zustimmen.", + "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Der Trade wurde ver\u00f6ffentlicht. Die Order kann nur storniert werden, wenn Maker und Taker der Stornierung gemeinsam zustimmen.", "Ask for Cancel": "Bitte um Abbruch", "Cancel": "Abbrechen", "Collaborative Cancel": "Gemeinsamer Abbruch", - "Invalid Order Id": "Ungültige Order-ID", + "Invalid Order Id": "Ung\u00fcltige Order-ID", "You must have a robot avatar to see the order details": "Du musst einen Roboter-Avatar besitzen, um die Orderdetails zu sehen", "This order has been cancelled collaborativelly": "Diese Order wurde gemeinsam abgebrochen", "You are not allowed to see this order": "Du darfst diese Order nicht sehen", - "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Die Roboter-Satoshis, die im Lager arbeiten, haben dich nicht verstanden. Bitte, melde den Fehler über Github https://github.com/reckless-satoshi/robosats/issues", - + "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Die Roboter-Satoshis, die im Lager arbeiten, haben dich nicht verstanden. Bitte, melde den Fehler \u00fcber Github https://github.com/reckless-satoshi/robosats/issues", "CHAT BOX - Chat.js": "Chat Box", "You": "Du", "Peer": "Partner", @@ -252,108 +245,107 @@ "Type a message": "Schreibe eine Nachricht", "Connecting...": "Verdinden...", "Send": "Senden", - "Verify your privacy": "Überprüfe deine Privatsphäre", + "Verify your privacy": "\u00dcberpr\u00fcfe deine Privatsph\u00e4re", "Audit PGP": "Audit PGP", - "Save full log as a JSON file (messages and credentials)": "Vollständiges Protokoll als JSON-Datei speichern ( Nachrichten und Anmeldeinformationen)", + "Save full log as a JSON file (messages and credentials)": "Vollst\u00e4ndiges Protokoll als JSON-Datei speichern ( Nachrichten und Anmeldeinformationen)", "Export": "Exportieren", "Don't trust, verify": "Don't trust, verify", - "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "Deine Kommunikation wird Ende-zu-Ende mit OpenPGP verschlüsselt. Du kannst die Vertraulichkeit dieses Chats mit jedem OpenPGP-Standard Tool überprüfen.", + "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "Deine Kommunikation wird Ende-zu-Ende mit OpenPGP verschl\u00fcsselt. Du kannst die Vertraulichkeit dieses Chats mit jedem OpenPGP-Standard Tool \u00fcberpr\u00fcfen.", "Learn how to verify": "Learn how to verify", - "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "Dein öffentlicher PGP-Schlüssel. Dein Chatpartner verwendet ihn für das Verschlüsseln der Nachrichten, damit nur du sie lesen kannst.", - "Your public key": "Dein öffentlicher Schlüssel", - "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "Der öffentliche PGP-Schlüssel deines Chatpartners. Du verwendest ihn um Nachrichten zu verschlüsseln, die nur er lesen kann und um zu überprüfen, ob dein Gegenüber die eingehenden Nachrichten signiert hat.", - "Peer public key": "Öffentlicher Schlüssel des Partners", - "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "Dein verschlüsselter privater Schlüssel. Du verwendest ihn um die Nachrichten zu entschlüsseln, die dein Peer für dich verschlüsselt hat. Außerdem signierst du mit ihm die Nachrichten die du sendest.", - "Your encrypted private key": "Dein verschlüsselter privater Schlüssel", - "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "Die Passphrase zur Entschlüsselung deines privaten Schlüssels. Nur du kennst sie! Bitte nicht weitergeben. Sie ist auch dein Benutzer-Token für den Roboter-Avatar.", - "Your private key passphrase (keep secure!)": "Deine Passphrase für den privaten Schlüssel (sicher aufbewahren!)", + "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "Dein \u00f6ffentlicher PGP-Schl\u00fcssel. Dein Chatpartner verwendet ihn f\u00fcr das Verschl\u00fcsseln der Nachrichten, damit nur du sie lesen kannst.", + "Your public key": "Dein \u00f6ffentlicher Schl\u00fcssel", + "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "Der \u00f6ffentliche PGP-Schl\u00fcssel deines Chatpartners. Du verwendest ihn um Nachrichten zu verschl\u00fcsseln, die nur er lesen kann und um zu \u00fcberpr\u00fcfen, ob dein Gegen\u00fcber die eingehenden Nachrichten signiert hat.", + "Peer public key": "\u00d6ffentlicher Schl\u00fcssel des Partners", + "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "Dein verschl\u00fcsselter privater Schl\u00fcssel. Du verwendest ihn um die Nachrichten zu entschl\u00fcsseln, die dein Peer f\u00fcr dich verschl\u00fcsselt hat. Au\u00dferdem signierst du mit ihm die Nachrichten die du sendest.", + "Your encrypted private key": "Dein verschl\u00fcsselter privater Schl\u00fcssel", + "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "Die Passphrase zur Entschl\u00fcsselung deines privaten Schl\u00fcssels. Nur du kennst sie! Bitte nicht weitergeben. Sie ist auch dein Benutzer-Token f\u00fcr den Roboter-Avatar.", + "Your private key passphrase (keep secure!)": "Deine Passphrase f\u00fcr den privaten Schl\u00fcssel (sicher aufbewahren!)", "Save credentials as a JSON file": "Anmeldeinformationen als JSON-Datei speichern", - "Keys": "Schlüssel", + "Keys": "Schl\u00fcssel", "Save messages as a JSON file": "Nachrichten als JSON-Datei speichern", "Messages": "Nachrichten", - "CONTRACT BOX - TradeBox.js": "The Contract Box that guides users trough the whole trade pipeline", "Contract Box": "Vertrags-Box", - "Robots show commitment to their peers": "Roboter verpflichten sich ihren Gegenübern", - "Lock {{amountSats}} Sats to PUBLISH order": "Sperre {{amountSats}} Sats zum VERÖFFENTLICHEN", + "Robots show commitment to their peers": "Roboter verpflichten sich ihren Gegen\u00fcbern", + "Lock {{amountSats}} Sats to PUBLISH order": "Sperre {{amountSats}} Sats zum VER\u00d6FFENTLICHEN", "Lock {{amountSats}} Sats to TAKE order": "Sperre {{amountSats}} Sats zum ANNEHMEN", "Lock {{amountSats}} Sats as collateral": "Sperre {{amountSats}} Sats als Sicherheit", "Copy to clipboard": "In Zwischenablage kopieren", "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Diese Invoice wird in deiner Wallet eingefroren. Sie wird nur belastet, wenn du abbrichst oder einen Streitfall verlierst.", - "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Diese Invoice wird in deiner Wallet eingefroren. Sie wird erst durchgeführt sobald du die {{currencyCode}}-Zahlung bestätigst.", + "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Diese Invoice wird in deiner Wallet eingefroren. Sie wird erst durchgef\u00fchrt sobald du die {{currencyCode}}-Zahlung best\u00e4tigst.", "Your maker bond is locked": "Deine Maker-Kaution ist gesperrt", "Your taker bond is locked": "Deine Taker-Kaution ist gesperrt", "Your maker bond was settled": "Deine Maker-Kaution wurde bezahlt", "Your taker bond was settled": "Deine Taker-Kaution wurde bezahlt.", "Your maker bond was unlocked": "Deine Maker-Kaution wurde freigegeben", "Your taker bond was unlocked": "Deine Taker-Kaution wurde freigegeben.", - "Your order is public": "Deine Order ist öffentlich", - "Be patient while robots check the book. This box will ring 🔊 once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Sei geduldig, während die Roboter das Buch ansehen. Diese Box läutet 🔊, sobald ein Roboter deine Order annimmt, dann hast du {{deposit_timer_hours}} Stunden {{deposit_timer_minutes}} Minuten Zeit zu antworten. Wenn du nicht antwortest, riskierst du den Verlust deiner Kaution.", - "If the order expires untaken, your bond will return to you (no action needed).": "Wenn die Order nicht angenommen wird und abläuft, erhältst du die Kaution zurück (keine Aktion erforderlich).", + "Your order is public": "Deine Order ist \u00f6ffentlich", + "Be patient while robots check the book. This box will ring \ud83d\udd0a once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Sei geduldig, w\u00e4hrend die Roboter das Buch ansehen. Diese Box l\u00e4utet \ud83d\udd0a, sobald ein Roboter deine Order annimmt, dann hast du {{deposit_timer_hours}} Stunden {{deposit_timer_minutes}} Minuten Zeit zu antworten. Wenn du nicht antwortest, riskierst du den Verlust deiner Kaution.", + "If the order expires untaken, your bond will return to you (no action needed).": "Wenn die Order nicht angenommen wird und abl\u00e4uft, erh\u00e4ltst du die Kaution zur\u00fcck (keine Aktion erforderlich).", "Enable Telegram Notifications": "Telegram-Benachrichtigungen aktivieren", "Enable TG Notifications": "Aktiviere TG-Benachrichtigungen", - "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Du wirst zu einem Chat mit dem RoboSats-Telegram-Bot weitergeleitet. Öffne einfach den Chat und drücke auf Start. Beachte, dass du deine Anonymität verringern könntest, wenn du Telegram-Benachrichtigungen aktivierst.", - "Go back": "Zurück", + "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Du wirst zu einem Chat mit dem RoboSats-Telegram-Bot weitergeleitet. \u00d6ffne einfach den Chat und dr\u00fccke auf Start. Beachte, dass du deine Anonymit\u00e4t verringern k\u00f6nntest, wenn du Telegram-Benachrichtigungen aktivierst.", + "Go back": "Zur\u00fcck", "Enable": "Aktivieren", "Telegram enabled": "Telegram aktiviert", - "Public orders for {{currencyCode}}": "Öffentliche Order für {{currencyCode}}", + "Public orders for {{currencyCode}}": "\u00d6ffentliche Order f\u00fcr {{currencyCode}}", "Premium rank": "Aufschlags-Rang", - "Among public {{currencyCode}} orders (higher is cheaper)": "Anzahl öffentlicher {{currencyCode}} Order (höher ist günstiger)", + "Among public {{currencyCode}} orders (higher is cheaper)": "Anzahl \u00f6ffentlicher {{currencyCode}} Order (h\u00f6her ist g\u00fcnstiger)", "A taker has been found!": "Ein Taker wurde gefunden", - "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Bitte warte auf den Taker, um eine Kaution zu sperren. Wenn der Taker nicht rechtzeitig eine Kaution sperrt, wird die Order erneut veröffentlicht.", - "Submit an invoice for {{amountSats}} Sats": "Füge eine Invoice über {{amountSats}} Sats ein", - "The taker is committed! Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC. Please provide a valid invoice for {{amountSats}} Satoshis.": "Der Taker ist bereit! Bevor du {{amountFiat}} {{currencyCode}} sendest, möchten wir sicherstellen, dass du in der Lage bist, die BTC zu erhalten. Bitte füge eine gültige Invoice über {{amountSats}} Satoshis ein", + "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Bitte warte auf den Taker, um eine Kaution zu sperren. Wenn der Taker nicht rechtzeitig eine Kaution sperrt, wird die Order erneut ver\u00f6ffentlicht.", + "Submit an invoice for {{amountSats}} Sats": "F\u00fcge eine Invoice \u00fcber {{amountSats}} Sats ein", + "The taker is committed! Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC. Please provide a valid invoice for {{amountSats}} Satoshis.": "Der Taker ist bereit! Bevor du {{amountFiat}} {{currencyCode}} sendest, m\u00f6chten wir sicherstellen, dass du in der Lage bist, die BTC zu erhalten. Bitte f\u00fcge eine g\u00fcltige Invoice \u00fcber {{amountSats}} Satoshis ein", "Payout Lightning Invoice": "Lightning-Auszahlungs-Invoice", "Your invoice looks good!": "Deine Invoice sieht gut aus!", - "We are waiting for the seller to lock the trade amount.": "Wir warten darauf, dass der Verkäufer den Handelsbetrag sperrt.", - "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Warte einen Moment. Wenn der Verkäufer den Handelsbetrag nicht hinterlegt, bekommst du deine Kaution automatisch zurück. Darüber hinaus erhältst du eine Entschädigung (siehe die Belohnungen in deinem Profil).", + "We are waiting for the seller to lock the trade amount.": "Wir warten darauf, dass der Verk\u00e4ufer den Handelsbetrag sperrt.", + "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Warte einen Moment. Wenn der Verk\u00e4ufer den Handelsbetrag nicht hinterlegt, bekommst du deine Kaution automatisch zur\u00fcck. Dar\u00fcber hinaus erh\u00e4ltst du eine Entsch\u00e4digung (siehe die Belohnungen in deinem Profil).", "The trade collateral is locked!": "Der Handelsbetrag ist gesperrt!", - "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "Wir warten darauf, dass der Käufer eine Lightning-Invoice einreicht. Sobald er dies tut, kannst du ihm die Details der Fiat-Zahlung mitteilen.", - "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Warte einen Moment. Wenn der Käufer nicht kooperiert, bekommst du seine und deine Kaution automatisch zurück. Außerdem erhältst du eine Entschädigung (siehe die Belohnungen in deinem Profil).", - "Confirm {{amount}} {{currencyCode}} sent": "Bestätige {{amount}} {{currencyCode}} gesendet", - "Confirm {{amount}} {{currencyCode}} received": "Bestätige {{amount}} {{currencyCode}} erhalten", - "Open Dispute": "Streitfall eröffnen", + "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "Wir warten darauf, dass der K\u00e4ufer eine Lightning-Invoice einreicht. Sobald er dies tut, kannst du ihm die Details der Fiat-Zahlung mitteilen.", + "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Warte einen Moment. Wenn der K\u00e4ufer nicht kooperiert, bekommst du seine und deine Kaution automatisch zur\u00fcck. Au\u00dferdem erh\u00e4ltst du eine Entsch\u00e4digung (siehe die Belohnungen in deinem Profil).", + "Confirm {{amount}} {{currencyCode}} sent": "Best\u00e4tige {{amount}} {{currencyCode}} gesendet", + "Confirm {{amount}} {{currencyCode}} received": "Best\u00e4tige {{amount}} {{currencyCode}} erhalten", + "Open Dispute": "Streitfall er\u00f6ffnen", "The order has expired": "Die Order ist abgelaufen", - "Chat with the buyer": "Chatte mit dem Käufer", - "Chat with the seller": "Chatte mit dem Verkäufer", - "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Sag Hallo! Sei hilfreich und präzise. Lass ihn wissen, wie er dir {{amount}} {{currencyCode}} schicken kann.", - "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "Der Käufer hat das Geld geschickt. Klicke auf 'Bestätige FIAT erhalten', sobald du es erhalten hast.", - "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "Sag Hallo! Frag nach den Zahlungsdetails und klicke auf 'Bestätige FIAT gesendet' sobald die Zahlung unterwegs ist.", - "Wait for the seller to confirm he has received the payment.": "Warte, bis der Verkäufer die Zahlung bestätigt.", - "Confirm you received {{amount}} {{currencyCode}}?": "Bestätige den Erhalt von {{amount}} {{currencyCode}}", - "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Nach dem Bestätigen der Zahlung, wird der Trade beendet. Die hinterlegten Satoshi gehen an den Käufer. Bestätige nur, wenn die {{amount}} {{currencyCode}}-Zahlung angekommen ist. Falls du die {{currencyCode}}-Zahlung erhalten hast und dies nicht bestätigst, verlierst du ggf. deine Kaution und die Handelssumme.", - "Confirm": "Bestätigen", + "Chat with the buyer": "Chatte mit dem K\u00e4ufer", + "Chat with the seller": "Chatte mit dem Verk\u00e4ufer", + "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Sag Hallo! Sei hilfreich und pr\u00e4zise. Lass ihn wissen, wie er dir {{amount}} {{currencyCode}} schicken kann.", + "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "Der K\u00e4ufer hat das Geld geschickt. Klicke auf 'Best\u00e4tige FIAT erhalten', sobald du es erhalten hast.", + "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "Sag Hallo! Frag nach den Zahlungsdetails und klicke auf 'Best\u00e4tige FIAT gesendet' sobald die Zahlung unterwegs ist.", + "Wait for the seller to confirm he has received the payment.": "Warte, bis der Verk\u00e4ufer die Zahlung best\u00e4tigt.", + "Confirm you received {{amount}} {{currencyCode}}?": "Best\u00e4tige den Erhalt von {{amount}} {{currencyCode}}", + "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Nach dem Best\u00e4tigen der Zahlung, wird der Trade beendet. Die hinterlegten Satoshi gehen an den K\u00e4ufer. Best\u00e4tige nur, wenn die {{amount}} {{currencyCode}}-Zahlung angekommen ist. Falls du die {{currencyCode}}-Zahlung erhalten hast und dies nicht best\u00e4tigst, verlierst du ggf. deine Kaution und die Handelssumme.", + "Confirm": "Best\u00e4tigen", "Trade finished!": "Trade abgeschlossen!", - "rate_robosats": "Was hältst du von <1>RoboSats?", - "Thank you! RoboSats loves you too ❤️": "Danke! RoboSats liebt dich auch ❤️", - "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats wird noch besser mit mehr Nutzern und Liquidität. Erzähl einem Bitcoin-Freund von uns!", + "rate_robosats": "Was h\u00e4ltst du von <1>RoboSats?", + "Thank you! RoboSats loves you too \u2764\ufe0f": "Danke! RoboSats liebt dich auch \u2764\ufe0f", + "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats wird noch besser mit mehr Nutzern und Liquidit\u00e4t. Erz\u00e4hl einem Bitcoin-Freund von uns!", "Thank you for using Robosats!": "Danke, dass du Robosats benutzt hast!", - "let_us_know_hot_to_improve": "Sag uns, was wir verbessern können (<1>Telegram / <3>Github)", + "let_us_know_hot_to_improve": "Sag uns, was wir verbessern k\u00f6nnen (<1>Telegram / <3>Github)", "Start Again": "Nochmal", "Attempting Lightning Payment": "Versuche Lightning-Zahlung", "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats versucht deine Lightning-Invoice zu bezahlen. Denk daran, dass deine Lightning-Node erreichbar sein muss, um die Zahlung zu erhalten.", "Retrying!": "Erneut versuchen!", "Lightning Routing Failed": "Lightning-Weiterleitung fehlgeschlagen", "Your invoice has expired or more than 3 payment attempts have been made.": "Deine Invoice ist abgelaufen oder mehr als 3 Zahlungs-Versuche sind fehlgeschlagen. Reiche eine neue Invoice ein", - "Check the list of compatible wallets": "Prüfe die Liste mit kompatiblen Wallets", - "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats wird alle eine Minute 3 mal versuchen, deine Invoice auszuzahlen. Wenn es weiter fehlschlägt, kannst du eine neue Invoice einfügen. Prüfe deine Inbound-Liquidität. Denk daran, dass deine Lightning-Node erreichbar sein muss, um die Zahlung zu erhalten.Denk daran, dass deine Lightning-Node erreichbar sein muss, um die Zahlung zu erhalten.", - "Next attempt in": "Nächster Versuch in", - "Do you want to open a dispute?": "Möchtest du einen Fall eröffnen?", - "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Das RoboSats-Team wird die Aussagen und Beweise prüfen. Du musst die vollständige Situation erklären, wir können den Chat nicht sehen. Benutze am besten Wegwerf-Kontakt-Infos. Die hinterlegten Satoshis gehen an den Fall-Gewinner, der Verlierer verliert seine Kaution.", + "Check the list of compatible wallets": "Pr\u00fcfe die Liste mit kompatiblen Wallets", + "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats wird alle eine Minute 3 mal versuchen, deine Invoice auszuzahlen. Wenn es weiter fehlschl\u00e4gt, kannst du eine neue Invoice einf\u00fcgen. Pr\u00fcfe deine Inbound-Liquidit\u00e4t. Denk daran, dass deine Lightning-Node erreichbar sein muss, um die Zahlung zu erhalten.Denk daran, dass deine Lightning-Node erreichbar sein muss, um die Zahlung zu erhalten.", + "Next attempt in": "N\u00e4chster Versuch in", + "Do you want to open a dispute?": "M\u00f6chtest du einen Fall er\u00f6ffnen?", + "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Das RoboSats-Team wird die Aussagen und Beweise pr\u00fcfen. Du musst die vollst\u00e4ndige Situation erkl\u00e4ren, wir k\u00f6nnen den Chat nicht sehen. Benutze am besten Wegwerf-Kontakt-Infos. Die hinterlegten Satoshis gehen an den Fall-Gewinner, der Verlierer verliert seine Kaution.", "Disagree": "Ablehnen", - "Agree and open dispute": "Akzeptieren und Fall eröffnen", - "A dispute has been opened": "Ein Fall wurde eröffnet", - "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Bitte übermittle deine Aussage. Sei präzise und deutlich darüber, was vorgefallen ist und bring entsprechende Beweise vor. Du musst eine Kontaktmöglichkeit übermitteln: Wegwerfemail, XMPP oder Telegram-Nutzername zum Kontakt durch unser Team. Fälle werden von echten Robotern (aka Menschen) bearbeiten, also sei kooperativ für eine faire Entscheidung. Max. 5000 Zeichen.", - "Submit dispute statement": "Übermittle Fall-Aussage", + "Agree and open dispute": "Akzeptieren und Fall er\u00f6ffnen", + "A dispute has been opened": "Ein Fall wurde er\u00f6ffnet", + "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Bitte \u00fcbermittle deine Aussage. Sei pr\u00e4zise und deutlich dar\u00fcber, was vorgefallen ist und bring entsprechende Beweise vor. Du musst eine Kontaktm\u00f6glichkeit \u00fcbermitteln: Wegwerfemail, XMPP oder Telegram-Nutzername zum Kontakt durch unser Team. F\u00e4lle werden von echten Robotern (aka Menschen) bearbeiten, also sei kooperativ f\u00fcr eine faire Entscheidung. Max. 5000 Zeichen.", + "Submit dispute statement": "\u00dcbermittle Fall-Aussage", "We have received your statement": "Wir haben deine Aussage erhalten", - "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Wir warten auf die Aussage deines Gegenübers. Wenn du Fragen zum Fall hast oder weitere Informationen übermitteln möchtest, kontaktiere robosats@protonmail.com.", - "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Bitte bewahre die Informationen die deine Order und Zahlungsweise identifizieren auf: Order-ID; Zahlungs-Hashes der Kaution oder Sicherheit (siehe dein Lightning-Wallet); exakte Anzahl an Satoshis; und dein Roboter-Avatar. Du musst dich als der involvierte Nutzer identifizieren könenn, über E-Mail (oder andere Kontaktarten).", + "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Wir warten auf die Aussage deines Gegen\u00fcbers. Wenn du Fragen zum Fall hast oder weitere Informationen \u00fcbermitteln m\u00f6chtest, kontaktiere robosats@protonmail.com.", + "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Bitte bewahre die Informationen die deine Order und Zahlungsweise identifizieren auf: Order-ID; Zahlungs-Hashes der Kaution oder Sicherheit (siehe dein Lightning-Wallet); exakte Anzahl an Satoshis; und dein Roboter-Avatar. Du musst dich als der involvierte Nutzer identifizieren k\u00f6nenn, \u00fcber E-Mail (oder andere Kontaktarten).", "We have the statements": "Wir haben die Aussagen erhalten", - "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Wir haben beide Aussagen erhalten, warte auf das Team, den Fall zu klären. Wenn du Fragen zum Fall hast oder weitere Informationen übermitteln möchtest, kontaktiere robosats@protonmail.com. Wenn du keine Kontaktdaten angegeben hast oder dir unsicher bist, kontaktiere uns sofort.", + "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Wir haben beide Aussagen erhalten, warte auf das Team, den Fall zu kl\u00e4ren. Wenn du Fragen zum Fall hast oder weitere Informationen \u00fcbermitteln m\u00f6chtest, kontaktiere robosats@protonmail.com. Wenn du keine Kontaktdaten angegeben hast oder dir unsicher bist, kontaktiere uns sofort.", "You have won the dispute": "Du hast den Fall gewonnen", - "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Du kannst die Satoshis (Sicherheit und Kaution) in deinem Profil finden. Wenn unser Team dir bei etwas helfen kann, zögere nicht, uns zu kontaktieren: robosats@protonmail.com (oder über deine Wegwerf-Kontaktdaten).", + "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Du kannst die Satoshis (Sicherheit und Kaution) in deinem Profil finden. Wenn unser Team dir bei etwas helfen kann, z\u00f6gere nicht, uns zu kontaktieren: robosats@protonmail.com (oder \u00fcber deine Wegwerf-Kontaktdaten).", "You have lost the dispute": "Du hast den Fall verloren", - "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Leider hast du diesen Fall verloren. Falls du denkst, dies war ein Fehler, kontaktieren uns über robosats@protonmail.com. Aber die Chancen, dass der Fall neu eröfffnet wird, sind gering.", + "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Leider hast du diesen Fall verloren. Falls du denkst, dies war ein Fehler, kontaktieren uns \u00fcber robosats@protonmail.com. Aber die Chancen, dass der Fall neu er\u00f6fffnet wird, sind gering.", "Expired not taken": "Abgelaufen, nicht angenommen", "Maker bond not locked": "Maker-Kaution nicht gesperrt", "Escrow not locked": "Treuhandkonto nicht gesperrt", @@ -362,57 +354,56 @@ "Renew Order": "Order erneuern", "Pause the public order": "Order pausieren", "Your order is paused": "Deine Order ist pausiert", - "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Deine öffentliche Order wurde pausiert. Im Moment kann sie von anderen Robotern weder gesehen noch angenommen werden. Du kannst sie jederzeit wieder aktivieren.", + "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Deine \u00f6ffentliche Order wurde pausiert. Im Moment kann sie von anderen Robotern weder gesehen noch angenommen werden. Du kannst sie jederzeit wieder aktivieren.", "Unpause Order": "Order aktivieren", - "You risk losing your bond if you do not lock the collateral. Total time to available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "Du riskierst den Verlust deiner Kaution, wenn du die Sicherheiten nicht sperrst. Die insgesamt zur Verfügung stehende Zeit beträgt {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.", + "You risk losing your bond if you do not lock the collateral. Total time to available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "Du riskierst den Verlust deiner Kaution, wenn du die Sicherheiten nicht sperrst. Die insgesamt zur Verf\u00fcgung stehende Zeit betr\u00e4gt {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.", "See Compatible Wallets": "Kompatible Wallets ansehen", "Failure reason:": "Fehlerursache:", "Payment isn't failed (yet)": "Zahlung ist (noch) nicht gescheitert", - "There are more routes to try, but the payment timeout was exceeded.": "Es gibt noch weitere Routen, aber das Zeitlimit für die Zahlung wurde überschritten.", - "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "Alle möglichen Routen wurden ausprobiert und scheiterten permanent. Oder es gab überhaupt keine Routen zum Ziel.", + "There are more routes to try, but the payment timeout was exceeded.": "Es gibt noch weitere Routen, aber das Zeitlimit f\u00fcr die Zahlung wurde \u00fcberschritten.", + "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "Alle m\u00f6glichen Routen wurden ausprobiert und scheiterten permanent. Oder es gab \u00fcberhaupt keine Routen zum Ziel.", "A non-recoverable error has occurred.": "Es ist ein nicht behebbarer Fehler aufgetreten.", - "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "Die Zahlungsdetails sind falsch (unbekannter Hash, ungültiger Betrag oder ungültiges CLTV-Delta).", + "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "Die Zahlungsdetails sind falsch (unbekannter Hash, ung\u00fcltiger Betrag oder ung\u00fcltiges CLTV-Delta).", "Insufficient unlocked balance in RoboSats' node.": "Unzureichendes freigeschaltetes Guthaben auf der Node von RoboSats.", - "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "Die eingereichte Invoice enthält nur teure Routing-Hinweise, du verwendest eine inkompatible Wallet (wahrscheinlich Muun?). Prüfe den Leitfaden zur Kompatibilität von Wallets unter wallets.robosats.com", - "The invoice provided has no explicit amount": "Die vorgelegte Invoice enthält keinen expliziten Betrag", - "Does not look like a valid lightning invoice": "Sieht nicht nach einer gültigen Lightning-Invoice aus", + "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "Die eingereichte Invoice enth\u00e4lt nur teure Routing-Hinweise, du verwendest eine inkompatible Wallet (wahrscheinlich Muun?). Pr\u00fcfe den Leitfaden zur Kompatibilit\u00e4t von Wallets unter wallets.robosats.com", + "The invoice provided has no explicit amount": "Die vorgelegte Invoice enth\u00e4lt keinen expliziten Betrag", + "Does not look like a valid lightning invoice": "Sieht nicht nach einer g\u00fcltigen Lightning-Invoice aus", "The invoice provided has already expired": "Die angegebene Invoice ist bereits abgelaufen", - "INFO DIALOG - InfoDiagog.js": "App information and clarifications and terms of use", - "Close": "Schließen", + "Close": "Schlie\u00dfen", "What is RoboSats?": "Was ist RoboSats?", - "It is a BTC/FIAT peer-to-peer exchange over lightning.": "Es ist ein privater BTC/FIAT Handelsplatz über Lightning.", + "It is a BTC/FIAT peer-to-peer exchange over lightning.": "Es ist ein privater BTC/FIAT Handelsplatz \u00fcber Lightning.", "RoboSats is an open source project ": "RoboSats ist ein Open-Source-Projekt ", - "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "Es vereinfacht das Zusammenfinden und minimiert das nötige Vertrauen. RoboSats steht für Privatsphäre und Schnelligkeit.", + "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "Es vereinfacht das Zusammenfinden und minimiert das n\u00f6tige Vertrauen. RoboSats steht f\u00fcr Privatsph\u00e4re und Schnelligkeit.", "(GitHub).": "(GitHub).", "How does it work?": "Wie funktioniert es?", - "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 will Bitcoin verkaufen. Sie veröffentlich eine Verkaufs-Order. BafflingBob02 will Bitcoin kaufen und nimmt die Order an. Beide müssen eine kleine Kaution hinterlegen, um zu beweisen, dass sie echte Roboter sind. Dann schickt Alice die Handelssumme ebenfalls als Sicherheit. RoboSats sperrt diese, bis Alice den Zahlungserhalt bestätigt, dann werden die Satoshis an Bob geschickt. Genieße deine Satoshis, Bob!", - "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "Zu keinem Zeitpunkt müssen AnonymousAlice01 und BafflingBob02 sich direkt ihre Satoshis anvertrauen. Im Fall eines Konflikts wird das RoboSats-Team bei der Klärung helfen.", - "You can find a step-by-step description of the trade pipeline in ": "Du findest eine Schritt-für-Schritt-Erklärung des Handelablaufs hier ", + "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 will Bitcoin verkaufen. Sie ver\u00f6ffentlich eine Verkaufs-Order. BafflingBob02 will Bitcoin kaufen und nimmt die Order an. Beide m\u00fcssen eine kleine Kaution hinterlegen, um zu beweisen, dass sie echte Roboter sind. Dann schickt Alice die Handelssumme ebenfalls als Sicherheit. RoboSats sperrt diese, bis Alice den Zahlungserhalt best\u00e4tigt, dann werden die Satoshis an Bob geschickt. Genie\u00dfe deine Satoshis, Bob!", + "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "Zu keinem Zeitpunkt m\u00fcssen AnonymousAlice01 und BafflingBob02 sich direkt ihre Satoshis anvertrauen. Im Fall eines Konflikts wird das RoboSats-Team bei der Kl\u00e4rung helfen.", + "You can find a step-by-step description of the trade pipeline in ": "Du findest eine Schritt-f\u00fcr-Schritt-Erkl\u00e4rung des Handelablaufs hier ", "How it works": "Wie es funktioniert", - "You can also check the full guide in ": "Außerdem kannst du hier einen vollständigen Ratgeber finden ", + "You can also check the full guide in ": "Au\u00dferdem kannst du hier einen vollst\u00e4ndigen Ratgeber finden ", "How to use": "Wie wir es benutzt", - "What payment methods are accepted?": "Welche Zahlungsweisen stehen zur Verfügung?", - "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Alle, wenn sie schnell genug sind. Du legst deine Zahlungsweisen selber fest. Du musst einen Gegenüber finden, der diese Zahlungsweise ebenfalls akzeptiert. Der Schritt der Fiat-Zahlung darf bis zu 24 Stunden dauern, bis automatisch ein Fall eröffnet wird. Wir empfehlen dringend, sofortige Zahlungsweisen zu verwenden.", - "Are there trade limits?": "Gibt es Handel-Beschränkungen?", - "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "Die maximale Höhe einer Order beträgt {{maxAmount}} Satoshis um Weiterleitungsprobleme zu vermeiden. Es gibt keine Beschränkung für die Anzahl an Trades. Ein Roboter kann nur eine Order gleichzeitig veröffentlichen. Aber du kannst mehrere Roboter in mehreren Browser haben (denk an das Speichern deines Tokens!).", + "What payment methods are accepted?": "Welche Zahlungsweisen stehen zur Verf\u00fcgung?", + "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Alle, wenn sie schnell genug sind. Du legst deine Zahlungsweisen selber fest. Du musst einen Gegen\u00fcber finden, der diese Zahlungsweise ebenfalls akzeptiert. Der Schritt der Fiat-Zahlung darf bis zu 24 Stunden dauern, bis automatisch ein Fall er\u00f6ffnet wird. Wir empfehlen dringend, sofortige Zahlungsweisen zu verwenden.", + "Are there trade limits?": "Gibt es Handel-Beschr\u00e4nkungen?", + "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "Die maximale H\u00f6he einer Order betr\u00e4gt {{maxAmount}} Satoshis um Weiterleitungsprobleme zu vermeiden. Es gibt keine Beschr\u00e4nkung f\u00fcr die Anzahl an Trades. Ein Roboter kann nur eine Order gleichzeitig ver\u00f6ffentlichen. Aber du kannst mehrere Roboter in mehreren Browser haben (denk an das Speichern deines Tokens!).", "Is RoboSats private?": "Ist RoboSats privat?", - "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats wird nie nach deinem Namen, Land oder ID fragen. Robosats verwahrt nicht dein Guthaben oder interessiert sich für deine Identität. RoboSats sammelt oder speichert keine persönlichen Daten. Für bestmögliche Privatsphäre nutze den Tor-Browser und verwende den .onion Hidden-Service.", - "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "Dein Handelpartner ist der einzige, der Informationen über dich erhalten kann. Halte es kurz und präzise. Vermeide Informationen, die nicht für die Zahlung zwingend notwendig sind.", + "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats wird nie nach deinem Namen, Land oder ID fragen. Robosats verwahrt nicht dein Guthaben oder interessiert sich f\u00fcr deine Identit\u00e4t. RoboSats sammelt oder speichert keine pers\u00f6nlichen Daten. F\u00fcr bestm\u00f6gliche Privatsph\u00e4re nutze den Tor-Browser und verwende den .onion Hidden-Service.", + "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "Dein Handelpartner ist der einzige, der Informationen \u00fcber dich erhalten kann. Halte es kurz und pr\u00e4zise. Vermeide Informationen, die nicht f\u00fcr die Zahlung zwingend notwendig sind.", "What are the risks?": "Gibt es Risiken?", - "This is an experimental application, things could go wrong. Trade small amounts!": "Dieses Projekt ist ein Experiment, Dinge können schiefgehen. Handle mit kleinen Summen!", - "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "Der Verkäufer hat das gleiche Rückbuchungsrisiko wie bei anderen Privatgeschäften. Paypal oder Kreditkarten werden nicht empfohlen.", - "What is the trust model?": "Muss man dem Gegenüber vertrauen?", - "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "Käufer und Verkäufer müssen sich nie vertrauen. Etwas Vertrauen in RoboSats ist notwendig, da die Verknüpfung zwischen Verkäufer- und Käufer-Invoice (noch) nicht 'atomic' ist. Außerdem entscheidet das RoboSats-Team über Streitigkeiten.", - "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "Um dass klarzustellen. Das nötige Vetrauen wird minimalisiert. Trotzdem gibt es einen Weg für RoboSats, deine Satoshi zu behalten: indem sie nicht an den Käufer weitergeleitet werden. Man kann behaupten, dass das nicht in RoboSats' Interesse wäre, da es die Reputation für eine geringe Summe beschädigen würde. Aber du solltest trotzdem vorsichtig sein und nur kleine Handel durchführen. Für größere Summen nutze On-Chain-Escrow-Services wie BISQ.", - "You can build more trust on RoboSats by inspecting the source code.": "Du kannst den RoboSats Source-Code selbst überprüfen um dich sicherer zu fühlen.", + "This is an experimental application, things could go wrong. Trade small amounts!": "Dieses Projekt ist ein Experiment, Dinge k\u00f6nnen schiefgehen. Handle mit kleinen Summen!", + "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "Der Verk\u00e4ufer hat das gleiche R\u00fcckbuchungsrisiko wie bei anderen Privatgesch\u00e4ften. Paypal oder Kreditkarten werden nicht empfohlen.", + "What is the trust model?": "Muss man dem Gegen\u00fcber vertrauen?", + "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "K\u00e4ufer und Verk\u00e4ufer m\u00fcssen sich nie vertrauen. Etwas Vertrauen in RoboSats ist notwendig, da die Verkn\u00fcpfung zwischen Verk\u00e4ufer- und K\u00e4ufer-Invoice (noch) nicht 'atomic' ist. Au\u00dferdem entscheidet das RoboSats-Team \u00fcber Streitigkeiten.", + "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "Um dass klarzustellen. Das n\u00f6tige Vetrauen wird minimalisiert. Trotzdem gibt es einen Weg f\u00fcr RoboSats, deine Satoshi zu behalten: indem sie nicht an den K\u00e4ufer weitergeleitet werden. Man kann behaupten, dass das nicht in RoboSats' Interesse w\u00e4re, da es die Reputation f\u00fcr eine geringe Summe besch\u00e4digen w\u00fcrde. Aber du solltest trotzdem vorsichtig sein und nur kleine Handel durchf\u00fchren. F\u00fcr gr\u00f6\u00dfere Summen nutze On-Chain-Escrow-Services wie BISQ.", + "You can build more trust on RoboSats by inspecting the source code.": "Du kannst den RoboSats Source-Code selbst \u00fcberpr\u00fcfen um dich sicherer zu f\u00fchlen.", "Project source code": "Source-Code des Projekts", - "What happens if RoboSats suddenly disappears?": "Was passiert, wenn RoboSats plötzlich verschwindet?", - "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "Deine Sats gehen an dich zurück. Jede Sperrtransaktion wird selbst dann wieder freigegeben, wenn RoboSats für immer offline geht. Das gilt für Käufer- und Verkäufer-Kautionen. Trotzdem gibt es ein kurzes Zeitfenster zwischen Fiat-Zahlungsbestätigung und durchführung der Lightning-Transaktion, in dem die Summe für immer verloren gehen kann. Dies ist ungefähr 1 Sekunde. Stelle sicher, dass du genug Inbound-Liquidität hast. Bei Problemen melde dich über RoboSats' öffentliche Kanäle", - "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "In vielen Ländern ist RoboSats wie Ebay oder Craigslist. Deine Rechtslage weicht vielleicht ab, das liegt in deiner Verantwortung.", + "What happens if RoboSats suddenly disappears?": "Was passiert, wenn RoboSats pl\u00f6tzlich verschwindet?", + "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "Deine Sats gehen an dich zur\u00fcck. Jede Sperrtransaktion wird selbst dann wieder freigegeben, wenn RoboSats f\u00fcr immer offline geht. Das gilt f\u00fcr K\u00e4ufer- und Verk\u00e4ufer-Kautionen. Trotzdem gibt es ein kurzes Zeitfenster zwischen Fiat-Zahlungsbest\u00e4tigung und durchf\u00fchrung der Lightning-Transaktion, in dem die Summe f\u00fcr immer verloren gehen kann. Dies ist ungef\u00e4hr 1 Sekunde. Stelle sicher, dass du genug Inbound-Liquidit\u00e4t hast. Bei Problemen melde dich \u00fcber RoboSats' \u00f6ffentliche Kan\u00e4le", + "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "In vielen L\u00e4ndern ist RoboSats wie Ebay oder Craigslist. Deine Rechtslage weicht vielleicht ab, das liegt in deiner Verantwortung.", "Is RoboSats legal in my country?": "Ist RoboSats in meinem Land erlaubt?", "Disclaimer": "Hinweise", - "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Dieses Lightning-Projekt ist wie es ist. Es befindet sich in der Entwicklung: Handle mit äußerster Vorsicht. Es gibt keine private Unterstützung. Hilfe wird nur über die öffentlichen Kanäle angeboten ", + "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Dieses Lightning-Projekt ist wie es ist. Es befindet sich in der Entwicklung: Handle mit \u00e4u\u00dferster Vorsicht. Es gibt keine private Unterst\u00fctzung. Hilfe wird nur \u00fcber die \u00f6ffentlichen Kan\u00e4le angeboten ", "(Telegram)": "(Telegram)", ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats wird dich nie kontaktieren. RoboSats fragt definitiv nie nach deinem Roboter-Token." } diff --git a/frontend/static/locales/en.json b/frontend/static/locales/en.json index edd0ee79..8c55db31 100644 --- a/frontend/static/locales/en.json +++ b/frontend/static/locales/en.json @@ -6,12 +6,10 @@ "Hide": "Hide", "You are self-hosting RoboSats": "You are self-hosting RoboSats", "RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSats client is served from your own node granting you the strongest security and privacy.", - "Initializing TOR daemon": "Initializing TOR daemon", "Connecting to TOR network": "Connecting to TOR network", "Connected to TOR network": "Connected to TOR network", "Connection error": "Connection error", - "USER GENERATION PAGE - UserGenPage.js": "Landing Page and User Generation", "Simple and Private LN P2P Exchange": "Simple and Private LN P2P Exchange", "This is your trading avatar": "This is your trading avatar", @@ -28,7 +26,6 @@ "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.", "Let's go!": "Let's go!", "Save token and PGP credentials to file": "Save token and PGP credentials to file", - "MAKER PAGE - MakerPage.js": "This is the page where users can create new orders", "Order": "Order", "Customize": "Customize", @@ -87,7 +84,6 @@ "Existing orders match yours!": "Existing orders match yours!", "Enable advanced options": "Enable advanced options", "Clear form": "Clear form", - "PAYMENT METHODS - autocompletePayments.js": "Payment method strings", "not specified": "Not specified", "Instant SEPA": "Instant SEPA", @@ -95,7 +91,6 @@ "Google Play Gift Code": "Google Play Gift Code", "Cash F2F": "Cash F2F", "On-Chain BTC": "On-Chain BTC", - "BOOK PAGE - BookPage": "The Book Order page", "Seller": "Seller", "Buyer": "Buyer", @@ -175,7 +170,6 @@ "swap to": "swap to", "DESTINATION": "DESTINATION", "METHOD": "METHOD", - "BOTTOM BAR AND MISC - BottomBar.js": "Bottom Bar user profile and miscellaneous dialogs", "Stats For Nerds": "Stats For Nerds", "LND version": "LND version", @@ -212,7 +206,7 @@ "Claim": "Claim", "Invoice for {{amountSats}} Sats": "Invoice for {{amountSats}} Sats", "Submit": "Submit", - "There it goes, thank you!🥇": "There it goes, thank you!🥇", + "There it goes, thank you!\ud83e\udd47": "There it goes, thank you!\ud83e\udd47", "You have an active order": "You have an active order", "You can claim satoshis!": "You can claim satoshis!", "Public Buy Orders": "Public Buy Orders", @@ -252,7 +246,6 @@ "Coordinator": "Coordinator", "RoboSats version": "RoboSats version", "LN Node": "LN Node", - "ORDER PAGE - OrderPage.js": "Order details page", "Order Box": "Order Box", "Contract": "Contract", @@ -327,7 +320,6 @@ "Payment not received, please check your WebLN wallet.": "Payment not received, please check your WebLN wallet.", "Invoice not received, please check your WebLN wallet.": "Invoice not received, please check your WebLN wallet.", "Payment detected, you can close now your WebLN wallet popup.": "Payment detected, you can close now your WebLN wallet popup.", - "CHAT BOX - Chat.js": "Chat Box", "You": "You", "Peer": "Peer", @@ -357,7 +349,6 @@ "Messages": "Messages", "Verified signature by {{nickname}}": "Verified signature by {{nickname}}", "Cannot verify signature of {{nickname}}": "Cannot verify signature of {{nickname}}", - "CONTRACT BOX - TradeBox.js": "The Contract Box that guides users trough the whole trade pipeline", "Contract Box": "Contract Box", "Robots show commitment to their peers": "Robots show commitment to their peers", @@ -374,7 +365,7 @@ "Your maker bond was unlocked": "Your maker bond was unlocked", "Your taker bond was unlocked": "Your taker bond was unlocked", "Your order is public": "Your order is public", - "Be patient while robots check the book. This box will ring 🔊 once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Be patient while robots check the book. This box will ring 🔊 once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.", + "Be patient while robots check the book. This box will ring \ud83d\udd0a once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Be patient while robots check the book. This box will ring \ud83d\udd0a once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.", "If the order expires untaken, your bond will return to you (no action needed).": "If the order expires untaken, your bond will return to you (no action needed).", "Enable Telegram Notifications": "Enable Telegram Notifications", "Enable TG Notifications": "Enable TG Notifications", @@ -409,7 +400,7 @@ "Confirm": "Confirm", "Trade finished!": "Trade finished!", "rate_robosats": "What do you think of <1>RoboSats?", - "Thank you! RoboSats loves you too ❤️": "Thank you! RoboSats loves you too ❤️", + "Thank you! RoboSats loves you too \u2764\ufe0f": "Thank you! RoboSats loves you too \u2764\ufe0f", "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!", "Thank you for using Robosats!": "Thank you for using Robosats!", "let_us_know_hot_to_improve": "Let us know how the platform could improve (<1>Telegram / <3>Github)", @@ -501,7 +492,6 @@ "Timestamp": "Timestamp", "Completed in": "Completed in", "Contract exchange rate": "Contract exchange rate", - "INFO DIALOG - InfoDiagog.js": "App information and clarifications and terms of use", "Close": "Close", "What is RoboSats?": "What is RoboSats?", diff --git a/frontend/static/locales/es.json b/frontend/static/locales/es.json index a557695b..8d37e9b2 100644 --- a/frontend/static/locales/es.json +++ b/frontend/static/locales/es.json @@ -1,18 +1,17 @@ { "UNSAFE-ALERT": "Alert that shows on top when browsing from the unsafe clearnet sites", "You are not using RoboSats privately": "No usas RoboSats de forma privada", - "desktop_unsafe_alert": "Algunas funciones (como el chat) están deshabilitadas para protegerte y sin ellas no podrás completar un intercambio. Para proteger tu privacidad y habilitar RoboSats por completo, usa el <1>Navegador Tor y visita el <3>sitio cebolla.", - "phone_unsafe_alert": "No podrás completar un intercambio. Usa el <1>Navegador Tor y visita el <3>sitio cebolla.", + "desktop_unsafe_alert": "Algunas funciones (como el chat) est\u00e1n deshabilitadas para protegerte y sin ellas no podr\u00e1s completar un intercambio. Para proteger tu privacidad y habilitar RoboSats por completo, usa el <1>Navegador Tor y visita el <3>sitio cebolla.", + "phone_unsafe_alert": "No podr\u00e1s completar un intercambio. Usa el <1>Navegador Tor y visita el <3>sitio cebolla.", "Hide": "Ocultar", - "You are self-hosting RoboSats": "Estás hosteando RoboSats", + "You are self-hosting RoboSats": "Est\u00e1s hosteando RoboSats", "RoboSats client is served from your own node granting you the strongest security and privacy.": "El cliente RoboSats es servido por tu propio nodo, gozas de la mayor seguridad y privacidad.", - "UserGenPage": "User Generation Page and Landing Page", - "Simple and Private LN P2P Exchange": "Intercambio LN P2P Fácil y Privado", + "Simple and Private LN P2P Exchange": "Intercambio LN P2P F\u00e1cil y Privado", "This is your trading avatar": "Este es tu Robot de compraventa", "Store your token safely": "Guarda tu token de forma segura", - "A robot avatar was found, welcome back!": "Se encontró un Robot, ¡bienvenido de nuevo!", - "Copied!": "¡Copiado!", + "A robot avatar was found, welcome back!": "Se encontr\u00f3 un Robot, \u00a1bienvenido de nuevo!", + "Copied!": "\u00a1Copiado!", "Generate a new token": "Genera un nuevo token", "Generate Robot": "Generar Robot", "You must enter a new token first": "Primero introduce un nuevo token", @@ -20,28 +19,27 @@ "Info": "Info", "View Book": "Ver libro", "Learn RoboSats": "Aprende RoboSats", - "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Vas a visitar la página Learn RoboSats. Ha sido construida por la comunidad y contiene tutoriales y documentación que te ayudará a aprender como se usa RoboSats y a entender como funciona.", - "Let's go!": "¡Vamos!", + "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Vas a visitar la p\u00e1gina Learn RoboSats. Ha sido construida por la comunidad y contiene tutoriales y documentaci\u00f3n que te ayudar\u00e1 a aprender como se usa RoboSats y a entender como funciona.", + "Let's go!": "\u00a1Vamos!", "Save token and PGP credentials to file": "Guardar archivo con token y credenciales PGP", - "MAKER PAGE - MakerPage.js": "This is the page where users can create new orders", "Order": "Orden", "Customize": "Personalizar", - "Buy or Sell Bitcoin?": "¿Comprar o vender bitcoin?", + "Buy or Sell Bitcoin?": "\u00bfComprar o vender bitcoin?", "Buy": "Comprar", "Sell": "Vender", "Amount": "Monto", "Amount of fiat to exchange for bitcoin": "Monto de fiat a cambiar por bitcoin", - "Invalid": "No válido", - "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "Introduce tus métodos de pago. Se recomiendan encarecidamente métodos rápidos.", + "Invalid": "No v\u00e1lido", + "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "Introduce tus m\u00e9todos de pago. Se recomiendan encarecidamente m\u00e9todos r\u00e1pidos.", "Must be shorter than 65 characters": "Debe tener menos de 65 caracteres", "Swap Destination(s)": "Destino(s) del swap", - "Fiat Payment Method(s)": "Método(s) de pago en fiat", - "You can add new methods": "Puedes añadir nuevos métodos", - "Add New": "Añadir nuevo", - "Choose a Pricing Method": "Elige cómo establecer el precio", + "Fiat Payment Method(s)": "M\u00e9todo(s) de pago en fiat", + "You can add new methods": "Puedes a\u00f1adir nuevos m\u00e9todos", + "Add New": "A\u00f1adir nuevo", + "Choose a Pricing Method": "Elige c\u00f3mo establecer el precio", "Relative": "Relativo", - "Let the price move with the market": "El precio se moverá relativo al mercado", + "Let the price move with the market": "El precio se mover\u00e1 relativo al mercado", "Premium over Market (%)": "Prima sobre el mercado (%)", "Explicit": "Fijo", "Set a fix amount of satoshis": "Establece un monto fijo de Sats", @@ -49,18 +47,18 @@ "Fixed price:": "Precio fijo:", "Order current rate:": "Precio actual:", "Your order fixed exchange rate": "La tasa de cambio fija de tu orden", - "Your order's current exchange rate. Rate will move with the market.": "La tasa de cambio de tu orden justo en estos momentos. Se moverá relativa al mercado.", + "Your order's current exchange rate. Rate will move with the market.": "La tasa de cambio de tu orden justo en estos momentos. Se mover\u00e1 relativa al mercado.", "Let the taker chose an amount within the range": "Permite que el tomador elija un monto dentro del rango.", "Enable Amount Range": "Activar monto con rango", "From": "Desde", "to": "a ", "Expiry Timers": "Temporizadores", - "Public Duration (HH:mm)": "Duración pública (HH:mm)", - "Escrow/Invoice Timer (HH:mm)": "Plazo depósito/factura (HH:mm)", - "Set the skin-in-the-game, increase for higher safety assurance": "Establece la implicación requerida (aumentar para mayor seguridad)", - "Fidelity Bond Size": "Tamaño de la fianza", + "Public Duration (HH:mm)": "Duraci\u00f3n p\u00fablica (HH:mm)", + "Escrow/Invoice Timer (HH:mm)": "Plazo dep\u00f3sito/factura (HH:mm)", + "Set the skin-in-the-game, increase for higher safety assurance": "Establece la implicaci\u00f3n requerida (aumentar para mayor seguridad)", + "Fidelity Bond Size": "Tama\u00f1o de la fianza", "Allow bondless takers": "Permitir tomadores sin fianza", - "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "PRÓXIMAMENTE - ¡Alto riesgo! Limitado a {{limitSats}}K Sats", + "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "PR\u00d3XIMAMENTE - \u00a1Alto riesgo! Limitado a {{limitSats}}K Sats", "You must fill the order correctly": "Debes rellenar la orden correctamente", "Create Order": "Crear orden", "Back": "Volver", @@ -72,29 +70,27 @@ " at a {{premium}}% premium": " con una prima del {{premium}}%", " at a {{discount}}% discount": " con descuento del {{discount}}%", "Must be less than {{max}}%": "Debe ser menos del {{max}}%", - "Must be more than {{min}}%": "Debe ser más del {{min}}%", + "Must be more than {{min}}%": "Debe ser m\u00e1s del {{min}}%", "Must be less than {{maxSats}": "Debe ser menos de {{maxSats}}", - "Must be more than {{minSats}}": "Debe ser más de {{minSats}}", + "Must be more than {{minSats}}": "Debe ser m\u00e1s de {{minSats}}", "Store your robot token": "Guarda el token", - "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "Puede que necesites recuperar tu robot avatar en el futuro: haz una copia de seguridad del token. Puedes simplemente copiarlo en otra aplicación.", + "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "Puede que necesites recuperar tu robot avatar en el futuro: haz una copia de seguridad del token. Puedes simplemente copiarlo en otra aplicaci\u00f3n.", "Done": "Hecho", "You do not have a robot avatar": "No tienes un avatar robot", "You need to generate a robot avatar in order to become an order maker": "Necesitas generar un avatar robot antes de crear una orden", "Edit order": "Editar orden", - "Existing orders match yours!": "¡Existen órdenes que coinciden!", + "Existing orders match yours!": "\u00a1Existen \u00f3rdenes que coinciden!", "Enable advanced options": "Activar opciones avanzadas", "Clear form": "Borrar campos", - "PAYMENT METHODS - autocompletePayments.js": "Payment method strings", "not specified": "Sin especificar", - "Instant SEPA": "SEPA Instantánea", + "Instant SEPA": "SEPA Instant\u00e1nea", "Amazon GiftCard": "Amazon Tarjeta Regalo", "Amazon ES GiftCard": "Amazon ES Tarjeta Regalo", "Amazon MX GiftCard": "Amazon MX Tarjeta Regalo", "Google Play Gift Code": "Google Play Tarjeta Regalo", "Cash F2F": "Efectivo en persona", "On-Chain BTC": "On-Chain BTC", - "BOOK PAGE - BookPage.js": "The Book Order page", "Seller": "Vende", "Buyer": "Compra", @@ -110,18 +106,18 @@ "Robot": "Robot", "Is": "Es", "Currency": "Moneda", - "Payment Method": "Método de pago", + "Payment Method": "M\u00e9todo de pago", "Pay": "Pagar", "Price": "Precio", "Premium": "Prima", "You are SELLING BTC for {{currencyCode}}": "VENDER bitcoin por {{currencyCode}}", "You are BUYING BTC for {{currencyCode}}": "COMPRAR bitcoin por {{currencyCode}}", - "You are looking at all": "Estás viendo todo", - "No orders found to sell BTC for {{currencyCode}}": "No hay órdenes para vender bitcoin por {{currencyCode}}", - "No orders found to buy BTC for {{currencyCode}}": "No hay órdenes para comprar bitcoin por {{currencyCode}}", + "You are looking at all": "Est\u00e1s viendo todo", + "No orders found to sell BTC for {{currencyCode}}": "No hay \u00f3rdenes para vender bitcoin por {{currencyCode}}", + "No orders found to buy BTC for {{currencyCode}}": "No hay \u00f3rdenes para comprar bitcoin por {{currencyCode}}", "Filter has no results": "No hay resultados para este filtro", - "Be the first one to create an order": "Sé el primero en crear una orden", - "Orders per page:": "Órdenes por vista:", + "Be the first one to create an order": "S\u00e9 el primero en crear una orden", + "Orders per page:": "\u00d3rdenes por vista:", "No rows": "No hay filas", "No results found.": "No se encontraron resultados.", "An error occurred.": "Hubo un error.", @@ -132,9 +128,9 @@ "Reorder column": "Reordenar columnas", "Show all": "Mostrar todas", "Hide all": "Ocultar todas", - "Add filter": "Añadir filtro", + "Add filter": "A\u00f1adir filtro", "Delete": "Eliminar", - "Logic operator": "Operador lógico", + "Logic operator": "Operador l\u00f3gico", "Operator": "Operador", "And": "Y", "Or": "O", @@ -146,12 +142,12 @@ "ends with": "termina con", "is": "es", "is not": "no es", - "is after": "está detrás", - "is on or after": "está en o detrás", - "is before": "está delante", - "is on or before": "está en o delante", - "is empty": "está vacio", - "is not empty": "no está vacio", + "is after": "est\u00e1 detr\u00e1s", + "is on or after": "est\u00e1 en o detr\u00e1s", + "is before": "est\u00e1 delante", + "is on or before": "est\u00e1 en o delante", + "is empty": "est\u00e1 vacio", + "is not empty": "no est\u00e1 vacio", "is any of": "es alguno de", "any": "alguno", "true": "verdad", @@ -166,8 +162,8 @@ "Show filters": "Mostrar filtros", "yes": "si", "no": "no", - "Depth chart": "Gráfico de profundidad", - "Chart": "Gráfico", + "Depth chart": "Gr\u00e1fico de profundidad", + "Chart": "Gr\u00e1fico", "List": "Tabla", "pay with": "pagar con", "Timer": "Plazo", @@ -176,35 +172,34 @@ "Bond": "Fianza", "swap to": "swap a", "DESTINATION": "DESTINO", - "METHOD": "MÉTODO", - + "METHOD": "M\u00c9TODO", "BOTTOM BAR AND MISC - BottomBar.js": "Bottom Bar user profile and miscellaneous dialogs", - "Stats For Nerds": "Estadísticas para nerds", - "LND version": "Versión LND", - "Currently running commit hash": "Hash de la versión actual", + "Stats For Nerds": "Estad\u00edsticas para nerds", + "LND version": "Versi\u00f3n LND", + "Currently running commit hash": "Hash de la versi\u00f3n actual", "24h contracted volume": "Volumen contratado en 24h", "Lifetime contracted volume": "Volumen contratado total", "Made with": "Hecho con", "and": "y", - "... somewhere on Earth!": "... en algún lugar de la tierra!", + "... somewhere on Earth!": "... en alg\u00fan lugar de la tierra!", "Community": "Comunidad", - "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Sólo se ofrece soporte a través de canales públicos. Únete a nuestra comunidad de Telegram si tienes preguntas o quieres pasar el rato con otros Robots geniales. Por favor, utiliza nuestro GitHub para notificar un error o proponer nuevas funcionalidades.", + "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "S\u00f3lo se ofrece soporte a trav\u00e9s de canales p\u00fablicos. \u00danete a nuestra comunidad de Telegram si tienes preguntas o quieres pasar el rato con otros Robots geniales. Por favor, utiliza nuestro GitHub para notificar un error o proponer nuevas funcionalidades.", "Follow RoboSats in Twitter": "Sigue a RoboSats ", "Twitter Official Account": "Cuenta oficial en Twitter", - "Join RoboSats Spanish speaking community!": "¡Únete a la comunidad de RoboSats en español!", - "Join RoboSats Russian speaking community!": "¡Únete a la comunidad de RoboSats en ruso!", - "Join RoboSats Chinese speaking community!": "¡Únete a la comunidad de RoboSats en chino!", - "Join RoboSats English speaking community!": "¡Únete a la comunidad de RoboSats en inglés!", - "Tell us about a new feature or a bug": "Propón funcionalidades o notifica errores", + "Join RoboSats Spanish speaking community!": "\u00a1\u00danete a la comunidad de RoboSats en espa\u00f1ol!", + "Join RoboSats Russian speaking community!": "\u00a1\u00danete a la comunidad de RoboSats en ruso!", + "Join RoboSats Chinese speaking community!": "\u00a1\u00danete a la comunidad de RoboSats en chino!", + "Join RoboSats English speaking community!": "\u00a1\u00danete a la comunidad de RoboSats en ingl\u00e9s!", + "Tell us about a new feature or a bug": "Prop\u00f3n funcionalidades o notifica errores", "Github Issues - The Robotic Satoshis Open Source Project": "Issues de GitHub - The Robotic Satoshis Open Source Project", "Your Profile": "Tu perfil", "Your robot": "Tu Robot", "One active order #{{orderID}}": "Ir a orden activa #{{orderID}}", "Your current order": "Tu orden actual", - "No active orders": "No hay órdenes activas", - "Your token (will not remain here)": "Tu token (no permanecerá aquí)", - "Back it up!": "¡Guárdalo!", - "Cannot remember": "Se olvidó", + "No active orders": "No hay \u00f3rdenes activas", + "Your token (will not remain here)": "Tu token (no permanecer\u00e1 aqu\u00ed)", + "Back it up!": "\u00a1Gu\u00e1rdalo!", + "Cannot remember": "Se olvid\u00f3", "Rewards and compensations": "Recompensas y compensaciones", "Share to earn 100 Sats per trade": "Comparte para ganar 100 Sats por intercambio", "Your referral link": "Tu enlace de referidos", @@ -212,35 +207,34 @@ "Claim": "Retirar", "Invoice for {{amountSats}} Sats": "Factura por {{amountSats}} Sats", "Submit": "Enviar", - "There it goes, thank you!🥇": "Ahí va, ¡gracias!🥇", + "There it goes, thank you!\ud83e\udd47": "Ah\u00ed va, \u00a1gracias!\ud83e\udd47", "You have an active order": "Tienes una orden activa", - "You can claim satoshis!": "¡Puedes retirar Sats!", - "Public Buy Orders": "Órdenes de compra", - "Public Sell Orders": "Órdenes de venta", + "You can claim satoshis!": "\u00a1Puedes retirar Sats!", + "Public Buy Orders": "\u00d3rdenes de compra", + "Public Sell Orders": "\u00d3rdenes de venta", "Today Active Robots": "Robots activos hoy", "24h Avg Premium": "Prima media en 24h", - "Trade Fee": "Comisión", + "Trade Fee": "Comisi\u00f3n", "Show community and support links": "Mostrar enlaces de comunidad y soporte", - "Show stats for nerds": "Mostrar estadísticas para nerds", + "Show stats for nerds": "Mostrar estad\u00edsticas para nerds", "Exchange Summary": "Resumen del Exchange", - "Public buy orders": "Órdenes de compra públicas", - "Public sell orders": "Órdenes de venta públicas", + "Public buy orders": "\u00d3rdenes de compra p\u00fablicas", + "Public sell orders": "\u00d3rdenes de venta p\u00fablicas", "Book liquidity": "Liquidez en el libro", "Today active robots": "Robots activos hoy", "24h non-KYC bitcoin premium": "Prima de bitcoin sin KYC en 24h", - "Maker fee": "Comisión del creador", - "Taker fee": "Comisión del tomador", - "Number of public BUY orders": "Nº de órdenes públicas de COMPRA", - "Number of public SELL orders": "Nº de órdenes públicas de VENTA", - "Your last order #{{orderID}}": "Tu última orden #{{orderID}}", + "Maker fee": "Comisi\u00f3n del creador", + "Taker fee": "Comisi\u00f3n del tomador", + "Number of public BUY orders": "N\u00ba de \u00f3rdenes p\u00fablicas de COMPRA", + "Number of public SELL orders": "N\u00ba de \u00f3rdenes p\u00fablicas de VENTA", + "Your last order #{{orderID}}": "Tu \u00faltima orden #{{orderID}}", "Inactive order": "Orden inactiva", - "You do not have previous orders": "No tienes órdenes previas", - "Join RoboSats' Subreddit": "Únete al subreddit de RoboSats", + "You do not have previous orders": "No tienes \u00f3rdenes previas", + "Join RoboSats' Subreddit": "\u00danete al subreddit de RoboSats", "RoboSats in Reddit": "RoboSats en Reddit", "Current onchain payout fee": "Coste actual de recibir onchain", "Use stealth invoices": "Facturas sigilosas", - "Stealth lightning invoices do not contain details about the trade except an order reference. Enable this setting if you don't want to disclose details to a custodial lightning wallet.": "Las facturas sigilosas no contienen información sobre tu orden excepto una referencia a la misma. Activalas para no desvelar información a tu proveedor de wallet custodial.", - + "Stealth lightning invoices do not contain details about the trade except an order reference. Enable this setting if you don't want to disclose details to a custodial lightning wallet.": "Las facturas sigilosas no contienen informaci\u00f3n sobre tu orden excepto una referencia a la misma. Activalas para no desvelar informaci\u00f3n a tu proveedor de wallet custodial.", "ORDER PAGE - OrderPage.js": "Order details page", "Order Box": "Orden", "Contract": "Contrato", @@ -254,7 +248,7 @@ "Order Details": "Detalles", "Order status": "Estado de la orden", "Waiting for maker bond": "Esperando la fianza del creador", - "Public": "Pública", + "Public": "P\u00fablica", "Waiting for taker bond": "Esperando la fianza del tomador", "Cancelled": "Cancelada", "Expired": "Expirada", @@ -268,12 +262,12 @@ "Sending satoshis to buyer": "Enviando Sats al comprador", "Sucessful trade": "Intercambio exitoso", "Failed lightning network routing": "Enrutamiento fallido en la red Lightning", - "Wait for dispute resolution": "Espera a la resolución de la disputa", - "Maker lost dispute": "El creador perdió la disputa", - "Taker lost dispute": "El tomador perdió la disputa", + "Wait for dispute resolution": "Espera a la resoluci\u00f3n de la disputa", + "Maker lost dispute": "El creador perdi\u00f3 la disputa", + "Taker lost dispute": "El tomador perdi\u00f3 la disputa", "Amount range": "Rango del monto", "Swap destination": "Destino del swap", - "Accepted payment methods": "Métodos de pago aceptados", + "Accepted payment methods": "M\u00e9todos de pago aceptados", "Others": "Otros", "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Prima: {{premium}}%", "Price and Premium": "Precio y prima", @@ -284,11 +278,11 @@ "Expires in": "Expira en", "{{nickname}} is asking for a collaborative cancel": "{{nickname}} solicita cancelar colaborativamente", "You asked for a collaborative cancellation": "Solicitaste cancelar colaborativamente", - "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Factura caducada: no confirmaste la publicación de la orden a tiempo. Puedes crear una nueva orden.", + "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Factura caducada: no confirmaste la publicaci\u00f3n de la orden a tiempo. Puedes crear una nueva orden.", "This order has been cancelled by the maker": "El creador ha cancelado esta orden", "Invoice expired. You did not confirm taking the order in time.": "La factura retenida ha expirado. Al no bloquearla a tiempo, no has confirmado tomar la orden.", - "Penalty lifted, good to go!": "Sanción revocada, ¡vamos!", - "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "¡No puedes tomar una orden aún! Espera {{timeMin}}m {{timeSec}}s", + "Penalty lifted, good to go!": "Sanci\u00f3n revocada, \u00a1vamos!", + "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "\u00a1No puedes tomar una orden a\u00fan! Espera {{timeMin}}m {{timeSec}}s", "Too low": "Muy poco", "Too high": "Demasiado", "Enter amount of fiat to exchange for bitcoin": "Introduce el monto de fiat a cambiar por bitcoin", @@ -296,29 +290,28 @@ "You must specify an amount first": "Primero debes especificar el monto", "Take Order": "Tomar orden", "Wait until you can take an order": "Espera hasta poder tomar una orden", - "Cancel the order?": "¿Cancelar la orden?", - "If the order is cancelled now you will lose your bond.": "Si cancelas la orden ahora perderás tu fianza.", - "Confirm Cancel": "Confirmar cancelación", - "The maker is away": "El creador está ausente", - "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Tomando esta orden corres el riesgo de perder el tiempo. Si el creador no procede a tiempo, se te compensará en Sats con el 50% de la fianza del creador.", - "Collaborative cancel the order?": "¿Cancelar la orden colaborativamente?", - "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Dado que el colateral está bloqueado, la orden solo puede cancelarse si tanto el creador como el tomador lo acuerdan.", - "Ask for Cancel": "Solicitar cancelación", + "Cancel the order?": "\u00bfCancelar la orden?", + "If the order is cancelled now you will lose your bond.": "Si cancelas la orden ahora perder\u00e1s tu fianza.", + "Confirm Cancel": "Confirmar cancelaci\u00f3n", + "The maker is away": "El creador est\u00e1 ausente", + "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Tomando esta orden corres el riesgo de perder el tiempo. Si el creador no procede a tiempo, se te compensar\u00e1 en Sats con el 50% de la fianza del creador.", + "Collaborative cancel the order?": "\u00bfCancelar la orden colaborativamente?", + "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Dado que el colateral est\u00e1 bloqueado, la orden solo puede cancelarse si tanto el creador como el tomador lo acuerdan.", + "Ask for Cancel": "Solicitar cancelaci\u00f3n", "Cancel": "Cancelar", - "Collaborative Cancel": "Cancelación colaborativa", - "Invalid Order Id": "ID de orden no válida", + "Collaborative Cancel": "Cancelaci\u00f3n colaborativa", + "Invalid Order Id": "ID de orden no v\u00e1lida", "You must have a robot avatar to see the order details": "Debes tener un Robot para ver los detalles de la orden", "This order has been cancelled collaborativelly": "Esta orden se ha cancelado colaborativamente", - "This order is not available": "Esta orden no está disponible", - "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Los Satoshis Robóticos del almacén no te entendieron. Por favor rellena un Bug Issue en Github https://github.com/reckless-satoshi/robosats/issues", + "This order is not available": "Esta orden no est\u00e1 disponible", + "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Los Satoshis Rob\u00f3ticos del almac\u00e9n no te entendieron. Por favor rellena un Bug Issue en Github https://github.com/reckless-satoshi/robosats/issues", "WebLN": "WebLN", "Payment not received, please check your WebLN wallet.": "No se ha recibido el pago, echa un vistazo a tu wallet WebLN.", "Invoice not received, please check your WebLN wallet.": "No se ha recibido la factura, echa un vistazo a tu wallet WebLN.", "You can close now your WebLN wallet popup.": "Ahora puedes cerrar el popup de tu wallet WebLN.", - "CHAT BOX - Chat.js": "Ventana del chat", - "You": "Tú", - "Peer": "Él", + "You": "T\u00fa", + "Peer": "\u00c9l", "connected": "conectado", "disconnected": "desconectado", "Type a message": "Escribe un mensaje", @@ -328,24 +321,23 @@ "Audit PGP": "Auditar", "Save full log as a JSON file (messages and credentials)": "Guardar el log completo como JSON (credenciales y mensajes)", "Export": "Exporta", - "Don't trust, verify": "No confíes, verifica", - "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "Tu comunicación se encripta de punta-a-punta con OpenPGP. Puedes verificar la privacida de este chat con cualquier herramienta de tercero basada en el estandar PGP.", + "Don't trust, verify": "No conf\u00edes, verifica", + "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "Tu comunicaci\u00f3n se encripta de punta-a-punta con OpenPGP. Puedes verificar la privacida de este chat con cualquier herramienta de tercero basada en el estandar PGP.", "Learn how to verify": "Aprende a verificar", - "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "Esta es tu llave pública PGP. Tu contraparte la usa para encriptar mensajes que sólo tú puedes leer.", - "Your public key": "Tu llave pública", - "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "La llave pública PGP de tu contraparte. La usas para encriptar mensajes que solo él puede leer y verificar que es él quíen firmó los mensajes que recibes.", - "Peer public key": "Llave pública de tu contraparte", - "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "Tu llave privada PGP encriptada. La usas para desencriptar los mensajes que tu contraparte te envia. También la usas para firmar los mensajes que le envias.", + "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "Esta es tu llave p\u00fablica PGP. Tu contraparte la usa para encriptar mensajes que s\u00f3lo t\u00fa puedes leer.", + "Your public key": "Tu llave p\u00fablica", + "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "La llave p\u00fablica PGP de tu contraparte. La usas para encriptar mensajes que solo \u00e9l puede leer y verificar que es \u00e9l qu\u00eden firm\u00f3 los mensajes que recibes.", + "Peer public key": "Llave p\u00fablica de tu contraparte", + "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "Tu llave privada PGP encriptada. La usas para desencriptar los mensajes que tu contraparte te envia. Tambi\u00e9n la usas para firmar los mensajes que le envias.", "Your encrypted private key": "Tu llave privada encriptada", - "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "La contraseña para desencriptar tu llave privada. ¡Solo tú la sabes! Mantenla en secreto. También es el token de tu robot.", - "Your private key passphrase (keep secure!)": "La contraseña de tu llave privada ¡Mantener segura!", + "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "La contrase\u00f1a para desencriptar tu llave privada. \u00a1Solo t\u00fa la sabes! Mantenla en secreto. Tambi\u00e9n es el token de tu robot.", + "Your private key passphrase (keep secure!)": "La contrase\u00f1a de tu llave privada \u00a1Mantener segura!", "Save credentials as a JSON file": "Guardar credenciales como achivo JSON", "Keys": "Llaves", "Save messages as a JSON file": "Guardar mensajes como archivo JSON", "Messages": "Mensajes", "Verified signature by {{nickname}}": "Firma de {{nickname}} verificada", "Cannot verify signature of {{nickname}}": "No se pudo verificar la firma de {{nickname}}", - "CONTRACT BOX - TradeBox.js": "The Contract Box that guides users trough the whole trade pipeline", "Contract Box": "Contrato", "Robots show commitment to their peers": "Los Robots deben mostrar su compromiso", @@ -353,114 +345,114 @@ "Lock {{amountSats}} Sats to TAKE order": "Bloquea {{amountSats}} Sats para TOMAR", "Lock {{amountSats}} Sats as collateral": "Bloquea {{amountSats}} Sats como colateral", "Copy to clipboard": "Copiar al portapapeles", - "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Esto es una factura retenida, los Sats se bloquean en tu cartera. Solo se cobrará si cancelas o pierdes una disputa.", - "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Esto es una factura retenida, los Sats se bloquean en tu cartera. Será liberada al comprador al confirmar que has recibido {{currencyCode}}.", - "Your maker bond is locked": "Tu fianza de creador está bloqueada", - "Your taker bond is locked": "Tu fianza de tomador está bloqueada", + "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Esto es una factura retenida, los Sats se bloquean en tu cartera. Solo se cobrar\u00e1 si cancelas o pierdes una disputa.", + "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Esto es una factura retenida, los Sats se bloquean en tu cartera. Ser\u00e1 liberada al comprador al confirmar que has recibido {{currencyCode}}.", + "Your maker bond is locked": "Tu fianza de creador est\u00e1 bloqueada", + "Your taker bond is locked": "Tu fianza de tomador est\u00e1 bloqueada", "Your maker bond was settled": "Tu fianza se ha cobrado", "Your taker bond was settled": "Tu fianza se ha cobrado", "Your maker bond was unlocked": "Tu fianza se ha desbloqueado", "Your taker bond was unlocked": "Tu fianza se ha desbloqueado", - "Your order is public": "Tu orden es pública", - "Be patient while robots check the book. This box will ring 🔊 once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Se paciente hasta que un robot tome tu orden. Esta ventana sonará 🔊 una vez que algún Robot tome tu orden. Entonces tendrás {{deposit_timer_hours}}h {{deposit_timer_minutes}}min para responder, si no respondes te arriesgas a perder tu fianza.", - "If the order expires untaken, your bond will return to you (no action needed).": "Si tu oferta expira sin ser tomada, tu fianza será desbloqueada en tu cartera automáticamente.", + "Your order is public": "Tu orden es p\u00fablica", + "Be patient while robots check the book. This box will ring \ud83d\udd0a once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Se paciente hasta que un robot tome tu orden. Esta ventana sonar\u00e1 \ud83d\udd0a una vez que alg\u00fan Robot tome tu orden. Entonces tendr\u00e1s {{deposit_timer_hours}}h {{deposit_timer_minutes}}min para responder, si no respondes te arriesgas a perder tu fianza.", + "If the order expires untaken, your bond will return to you (no action needed).": "Si tu oferta expira sin ser tomada, tu fianza ser\u00e1 desbloqueada en tu cartera autom\u00e1ticamente.", "Enable Telegram Notifications": "Notificar en Telegram", "Enable TG Notifications": "Activar Notificaciones TG", - "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Serás llevado a un chat con el bot de Telegram de RoboSats. Simplemente pulsa Empezar. Ten en cuenta que si activas las notificaciones de Telegram reducirás tu anonimato.", + "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Ser\u00e1s llevado a un chat con el bot de Telegram de RoboSats. Simplemente pulsa Empezar. Ten en cuenta que si activas las notificaciones de Telegram reducir\u00e1s tu anonimato.", "Go back": "Volver", "Enable": "Activar", "Telegram enabled": "Telegram activado", - "Public orders for {{currencyCode}}": "Órdenes públicas por {{currencyCode}}", + "Public orders for {{currencyCode}}": "\u00d3rdenes p\u00fablicas por {{currencyCode}}", "Premium rank": "Percentil de la prima", - "Among public {{currencyCode}} orders (higher is cheaper)": "Entre las órdenes públicas de {{currencyCode}} (más alto, más barato)", - "A taker has been found!": "¡Un tomador ha sido encontrado!", - "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Por favor, espera a que el tomador bloquee su fianza. Si no lo hace a tiempo, la orden será pública de nuevo.", + "Among public {{currencyCode}} orders (higher is cheaper)": "Entre las \u00f3rdenes p\u00fablicas de {{currencyCode}} (m\u00e1s alto, m\u00e1s barato)", + "A taker has been found!": "\u00a1Un tomador ha sido encontrado!", + "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Por favor, espera a que el tomador bloquee su fianza. Si no lo hace a tiempo, la orden ser\u00e1 p\u00fablica de nuevo.", "Payout Lightning Invoice": "Factura Lightning", - "Your info looks good!": "¡Info del envio recibida!", + "Your info looks good!": "\u00a1Info del envio recibida!", "We are waiting for the seller lock the trade amount.": "Esperando a que el vendedor bloquee el colateral.", - "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Espera un momento. Si el vendedor no deposita, recuperarás tu fianza automáticamente. Además, recibirás una compensación (comprueba las recompensas en tu perfil).", - "The trade collateral is locked!": "¡El colateral está bloqueado!", - "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "Estamos esperando a que el comprador envíe una factura Lightning. Cuando lo haga, podrás comunicarle directamente los detalles del pago en fiat.", - "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Espera un momento. Si el comprador no coopera, se te devolverá el colateral y tu fianza automáticamente. Además, recibiras una compensación (comprueba las recompensas en tu perfil).", + "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Espera un momento. Si el vendedor no deposita, recuperar\u00e1s tu fianza autom\u00e1ticamente. Adem\u00e1s, recibir\u00e1s una compensaci\u00f3n (comprueba las recompensas en tu perfil).", + "The trade collateral is locked!": "\u00a1El colateral est\u00e1 bloqueado!", + "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "Estamos esperando a que el comprador env\u00ede una factura Lightning. Cuando lo haga, podr\u00e1s comunicarle directamente los detalles del pago en fiat.", + "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Espera un momento. Si el comprador no coopera, se te devolver\u00e1 el colateral y tu fianza autom\u00e1ticamente. Adem\u00e1s, recibiras una compensaci\u00f3n (comprueba las recompensas en tu perfil).", "Confirm {{amount}} {{currencyCode}} sent": "Confirmar {{amount}} {{currencyCode}} enviado", "Confirm {{amount}} {{currencyCode}} received": "Confirmar {{amount}} {{currencyCode}} recibido", "Open Dispute": "Abrir Disputa", "The order has expired": "La orden ha expirado", "Chat with the buyer": "Habla con el comprador", "Chat with the seller": "Habla con el vendedor", - "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "¡Di hola! Sé claro y conciso. Escríbele como puede enviarte {{amount}} {{currencyCode}}.", + "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "\u00a1Di hola! S\u00e9 claro y conciso. Escr\u00edbele como puede enviarte {{amount}} {{currencyCode}}.", "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "El comprador a enviado el fiat. Presiona 'Confirmar recibido' cuando lo hayas recibido.", - "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "¡Di hola! Pide los detalles de pago y pulsa 'Confirmar enviado' en cuanto pagues.", + "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "\u00a1Di hola! Pide los detalles de pago y pulsa 'Confirmar enviado' en cuanto pagues.", "Wait for the seller to confirm he has received the payment.": "Espera a que el vendedor confirme que ha recibido el pago.", - "Confirm you received {{amount}} {{currencyCode}}?": "¿Confirmas que has recibido {{amount}} {{currencyCode}}?", - "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Confirmando que has recibido el fiat finalizará el intercambio. Los Sats del colateral se enviarán al comparador. Confirma sólo después de asegurar que te ha llegado {{amount}} {{currencyCode}}. Además, si lo has recibido {{currencyCode}} y no confirmas la recepción, te arriesgas a perder tu fianza.", + "Confirm you received {{amount}} {{currencyCode}}?": "\u00bfConfirmas que has recibido {{amount}} {{currencyCode}}?", + "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Confirmando que has recibido el fiat finalizar\u00e1 el intercambio. Los Sats del colateral se enviar\u00e1n al comparador. Confirma s\u00f3lo despu\u00e9s de asegurar que te ha llegado {{amount}} {{currencyCode}}. Adem\u00e1s, si lo has recibido {{currencyCode}} y no confirmas la recepci\u00f3n, te arriesgas a perder tu fianza.", "Confirm": "Confirmar", - "Trade finished!": "¡Intercambio finalizado!", - "rate_robosats": "¿Qué opinas de <1>RoboSats?", - "Thank you! RoboSats loves you too ❤️": "¡Muchas gracias! RoboSats también te ❤️", - "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats mejora con más liquidez y usuarios. ¡Cuéntale a un amigo bitcoiner sobre RoboSats!", - "Thank you for using Robosats!": "¡Gracias por usar RoboSats!", - "let_us_know_hot_to_improve": "Dinos cómo podría mejorar la plataforma (<1>Telegram / <3>Github)", + "Trade finished!": "\u00a1Intercambio finalizado!", + "rate_robosats": "\u00bfQu\u00e9 opinas de <1>RoboSats?", + "Thank you! RoboSats loves you too \u2764\ufe0f": "\u00a1Muchas gracias! RoboSats tambi\u00e9n te \u2764\ufe0f", + "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats mejora con m\u00e1s liquidez y usuarios. \u00a1Cu\u00e9ntale a un amigo bitcoiner sobre RoboSats!", + "Thank you for using Robosats!": "\u00a1Gracias por usar RoboSats!", + "let_us_know_hot_to_improve": "Dinos c\u00f3mo podr\u00eda mejorar la plataforma (<1>Telegram / <3>Github)", "Start Again": "Empezar de nuevo", "Attempting Lightning Payment": "Intentando el pago Lightning", - "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats está intentando pagar tu factura de Lightning. Recuerda que los nodos Lightning deben estar en línea para recibir pagos.", - "Retrying!": "¡Reintentando!", + "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats est\u00e1 intentando pagar tu factura de Lightning. Recuerda que los nodos Lightning deben estar en l\u00ednea para recibir pagos.", + "Retrying!": "\u00a1Reintentando!", "Lightning Routing Failed": "Fallo en el enrutamiento de Lightning", - "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Tu factura ha expirado o se han hecho más de 3 intentos de pago. Entrega una nueva factura.", + "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Tu factura ha expirado o se han hecho m\u00e1s de 3 intentos de pago. Entrega una nueva factura.", "Check the list of compatible wallets": "Mira la lista de carteras compatibles", - "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats intentará pagar tu factura 3 veces con una pausa de un minuto entre intento. Si sigue fallando, podrás presentar una nueva factura. Comprueba si tienes suficiente liquidez entrante. Recuerda que los nodos de Lightning tienen que estar en línea para poder recibir pagos.", - "Next attempt in": "Próximo intento en", - "Do you want to open a dispute?": "¿Quieres abrir una disputa?", - "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "El equipo de RoboSats examinará las declaraciones y evidencias presentadas. Como el equipo no puede leer el chat, necesitas escribir una declaració completa y exhaustiva. Es mejor dar un método de contacto de usar y tirar con tu declaración. Los Sats del colateral serán enviados al ganador de la disputa, mientras que el perdedor perderá la fianza.", + "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats intentar\u00e1 pagar tu factura 3 veces con una pausa de un minuto entre intento. Si sigue fallando, podr\u00e1s presentar una nueva factura. Comprueba si tienes suficiente liquidez entrante. Recuerda que los nodos de Lightning tienen que estar en l\u00ednea para poder recibir pagos.", + "Next attempt in": "Pr\u00f3ximo intento en", + "Do you want to open a dispute?": "\u00bfQuieres abrir una disputa?", + "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "El equipo de RoboSats examinar\u00e1 las declaraciones y evidencias presentadas. Como el equipo no puede leer el chat, necesitas escribir una declaraci\u00f3 completa y exhaustiva. Es mejor dar un m\u00e9todo de contacto de usar y tirar con tu declaraci\u00f3n. Los Sats del colateral ser\u00e1n enviados al ganador de la disputa, mientras que el perdedor perder\u00e1 la fianza.", "Disagree": "Volver", "Agree and open dispute": "Abrir disputa", "A dispute has been opened": "Una disputa ha sido abierta", - "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Por favor, presenta tu declaración. Se claro y conciso sobre que pasó y entrega la evidencia necesaria. DEBES dar un metodo de contacto para comunicarte con el equipo: método de contacto de usar y tirar, XMPP o usuario de Telegram. Las disputas son resueltas con la discreción de los Robots reales (también conocidos como humanos), así que ayuda en lo posible para asegurar un resultado justo. 5000 caracteres máx.", - "Submit dispute statement": "Presentar declaración", - "We have received your statement": "Hemos recibido tu declaración", - "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Estamos esperando la declaración de tu compañero. Si dudas sobre el estado de la disputa o quieres añadir más información, contacta en robosats@protonmail.com.", - "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Por favor, guarda la información necesaria para identificar tu orden y tus pagos: ID de orden; claves del pago de la fianza o el colateral (comprueba tu cartera Lightning); cantidad exacta de Sats; y nombre del Robot. Tendrás que identificarte como el usuario involucrado en este intercambio por email (u otro método de contacto).", - "We have the statements": "Tenemos la declaración", - "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Ambas declaraciones se han recibido, espera a que el equipo resuelva la disputa. Si dudas sobre el estado de la disputa o quieres añadir información, contacta con robosats@protonmail.com. Si no diste un método de contacto, o dudas de si lo escribiste bien, escríbenos inmediatamente.", + "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Por favor, presenta tu declaraci\u00f3n. Se claro y conciso sobre que pas\u00f3 y entrega la evidencia necesaria. DEBES dar un metodo de contacto para comunicarte con el equipo: m\u00e9todo de contacto de usar y tirar, XMPP o usuario de Telegram. Las disputas son resueltas con la discreci\u00f3n de los Robots reales (tambi\u00e9n conocidos como humanos), as\u00ed que ayuda en lo posible para asegurar un resultado justo. 5000 caracteres m\u00e1x.", + "Submit dispute statement": "Presentar declaraci\u00f3n", + "We have received your statement": "Hemos recibido tu declaraci\u00f3n", + "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Estamos esperando la declaraci\u00f3n de tu compa\u00f1ero. Si dudas sobre el estado de la disputa o quieres a\u00f1adir m\u00e1s informaci\u00f3n, contacta en robosats@protonmail.com.", + "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Por favor, guarda la informaci\u00f3n necesaria para identificar tu orden y tus pagos: ID de orden; claves del pago de la fianza o el colateral (comprueba tu cartera Lightning); cantidad exacta de Sats; y nombre del Robot. Tendr\u00e1s que identificarte como el usuario involucrado en este intercambio por email (u otro m\u00e9todo de contacto).", + "We have the statements": "Tenemos la declaraci\u00f3n", + "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Ambas declaraciones se han recibido, espera a que el equipo resuelva la disputa. Si dudas sobre el estado de la disputa o quieres a\u00f1adir informaci\u00f3n, contacta con robosats@protonmail.com. Si no diste un m\u00e9todo de contacto, o dudas de si lo escribiste bien, escr\u00edbenos inmediatamente.", "You have won the dispute": "Has ganado la disputa", - "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Puedes retirar la cantidad de la resolución de la disputa (fianza y colateral) desde las recompensas de tu perfil. Si hay algo que el equipo pueda hacer, no dudes en contactar con robosats@protonmail.com (o a través del método de contacto de usar y tirar que especificaste).", + "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Puedes retirar la cantidad de la resoluci\u00f3n de la disputa (fianza y colateral) desde las recompensas de tu perfil. Si hay algo que el equipo pueda hacer, no dudes en contactar con robosats@protonmail.com (o a trav\u00e9s del m\u00e9todo de contacto de usar y tirar que especificaste).", "You have lost the dispute": "Has perdido la disputa", - "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Desafortunadamente has perdido la disputa. Si piensas que es un error también puedes pedir reabrir el caso por email a robosats@protonmail.com. De todas formas, las probabilidades de ser investigado de nuevo son bajas.", - "Expired not taken": "Expiró sin ser tomada", + "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Desafortunadamente has perdido la disputa. Si piensas que es un error tambi\u00e9n puedes pedir reabrir el caso por email a robosats@protonmail.com. De todas formas, las probabilidades de ser investigado de nuevo son bajas.", + "Expired not taken": "Expir\u00f3 sin ser tomada", "Maker bond not locked": "La fianza del creador no fue bloqueada", - "Escrow not locked": "El depósito de garantía no fue bloqueado", - "Invoice not submitted": "No se entregó factura del comprado", - "Neither escrow locked or invoice submitted": "Ni el depósito de garantía fue bloqueado ni se entregó factura del comprador", + "Escrow not locked": "El dep\u00f3sito de garant\u00eda no fue bloqueado", + "Invoice not submitted": "No se entreg\u00f3 factura del comprado", + "Neither escrow locked or invoice submitted": "Ni el dep\u00f3sito de garant\u00eda fue bloqueado ni se entreg\u00f3 factura del comprador", "Renew Order": "Renovar Orden", - "Pause the public order": "Pausar la orden pública", - "Your order is paused": "Tu orden está en pausa", - "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Tu orden pública fue pausada. Ahora mismo, la orden no puede ser vista ni tomada por otros robots. Puedes volver a activarla cuando desees.", + "Pause the public order": "Pausar la orden p\u00fablica", + "Your order is paused": "Tu orden est\u00e1 en pausa", + "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Tu orden p\u00fablica fue pausada. Ahora mismo, la orden no puede ser vista ni tomada por otros robots. Puedes volver a activarla cuando desees.", "Unpause Order": "Activar Orden", "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "Si no bloqueas el colateral te arriesgas a perder tu fianza. Dispones en total de {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.", "See Compatible Wallets": "Ver billeteras compatibles", - "Failure reason:": "Razón del fallo:", - "Payment isn't failed (yet)": "El pago no ha fallado aún", - "There are more routes to try, but the payment timeout was exceeded.": "Quedan rutas por probar, pero el tiempo máximo del intento ha sido excedido.", - "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "Todas las rutas posibles han sido probadas y han fallado de forma permanente. O quizá no había ninguna ruta.", + "Failure reason:": "Raz\u00f3n del fallo:", + "Payment isn't failed (yet)": "El pago no ha fallado a\u00fan", + "There are more routes to try, but the payment timeout was exceeded.": "Quedan rutas por probar, pero el tiempo m\u00e1ximo del intento ha sido excedido.", + "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "Todas las rutas posibles han sido probadas y han fallado de forma permanente. O quiz\u00e1 no hab\u00eda ninguna ruta.", "A non-recoverable error has occurred.": "A non-recoverable error has occurred.", - "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "Los detalles del pago son incorrectos (hash desconocido, cantidad inválida o CLTV delta final inválido).", + "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "Los detalles del pago son incorrectos (hash desconocido, cantidad inv\u00e1lida o CLTV delta final inv\u00e1lido).", "Insufficient unlocked balance in RoboSats' node.": "Balance libre de ser usado en el nodo de RoboSats insuficiente.", - "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "La factura entregada parece solo tener rutas ocultas muy caras, estas usando una billetera incomptable(¿Quizás Muun?). Echa un vistazo a la lista de billeteras compatibles en wallets.robosats.com", - "The invoice provided has no explicit amount": "La factura entregada no contiene una cantidad explícita", - "Does not look like a valid lightning invoice": "No parece ser una factura lightning válida", + "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "La factura entregada parece solo tener rutas ocultas muy caras, estas usando una billetera incomptable(\u00bfQuiz\u00e1s Muun?). Echa un vistazo a la lista de billeteras compatibles en wallets.robosats.com", + "The invoice provided has no explicit amount": "La factura entregada no contiene una cantidad expl\u00edcita", + "Does not look like a valid lightning invoice": "No parece ser una factura lightning v\u00e1lida", "The invoice provided has already expired": "La factura que has entregado ya ha caducado", "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Asegurate de EXPORTAR el registro del chat. Los administradores pueden pedirte el registro del chat en caso de discrepancias. Es tu responsabilidad proveerlo.", - "Invalid address": "Dirección inválida", - "Unable to validate address, check bitcoind backend": "No ha sido posible validar la dirección, comprobar el backend bitcoind", + "Invalid address": "Direcci\u00f3n inv\u00e1lida", + "Unable to validate address, check bitcoind backend": "No ha sido posible validar la direcci\u00f3n, comprobar el backend bitcoind", "Submit payout info for {{amountSats}} Sats": "Envia info para recibir {{amountSats}} Sats", - "Submit a valid invoice for {{amountSats}} Satoshis.": "Envía una factura por {{amountSats}} Sats", + "Submit a valid invoice for {{amountSats}} Satoshis.": "Env\u00eda una factura por {{amountSats}} Sats", "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Antes de dejarte enviar {{amountFiat}} {{currencyCode}}, queremos asegurarnos de que puedes recibir BTC.", - "RoboSats will do a swap and send the Sats to your onchain address.": "RoboSats hará un swap y enviará los Sats a tu dirección en la cadena.", - "Swap fee": "Comisión del swap", - "Mining fee": "Comisión minera", - "Mining Fee": "Comisión Minera", + "RoboSats will do a swap and send the Sats to your onchain address.": "RoboSats har\u00e1 un swap y enviar\u00e1 los Sats a tu direcci\u00f3n en la cadena.", + "Swap fee": "Comisi\u00f3n del swap", + "Mining fee": "Comisi\u00f3n minera", + "Mining Fee": "Comisi\u00f3n Minera", "Final amount you will receive": "Monto final que vas a recibir", - "Bitcoin Address": "Dirección Bitcoin", + "Bitcoin Address": "Direcci\u00f3n Bitcoin", "Your TXID": "Tu TXID", "Lightning": "Lightning", "Onchain": "Onchain", @@ -468,13 +460,13 @@ "Trade Summary": "Resumen del intercambio", "Maker": "Creador", "Taker": "Tomador", - "User role": "Operación", + "User role": "Operaci\u00f3n", "Sent": "Enviado", "Received": "Recibido", "BTC received": "BTC recibido", "BTC sent": "BTC enviado", "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)", - "Trade fee": "Comisión", + "Trade fee": "Comisi\u00f3n", "{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Sats ({{swapFeePercent}}%)", "Onchain swap fee": "Coste swap onchain", "{{miningFeeSats}} Sats": "{{miningFeeSats}} Sats", @@ -489,45 +481,44 @@ "Timestamp": "Marca de hora", "Completed in": "Completado en", "Contract exchange rate": "Tasa de cambio del contrato", - "INFO DIALOG - InfoDiagog.js": "App information and clarifications and terms of use", "Close": "Cerrar", - "What is RoboSats?": "¿Qué es RoboSats?", + "What is RoboSats?": "\u00bfQu\u00e9 es RoboSats?", "It is a BTC/FIAT peer-to-peer exchange over lightning.": "Es un exchange P2P que facilita intercambios bitcoin/fiat sobre Lightning.", - "RoboSats is an open source project ": "RoboSats es un proyecto de código abierto ", + "RoboSats is an open source project ": "RoboSats es un proyecto de c\u00f3digo abierto ", "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "Simplifica el emparejamiento y minimiza la necesidad de confianza. RoboSats se centra en la privacidad y la velocidad.", "(GitHub).": "(GitHub).", - "How does it work?": "¿Cómo funciona?", - "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 quiere vender bitcoin. Ella publica una orden de venta. BafflingBob02 quiere comprar bitcoin y escoge la orden de Alicia. Ambos tienen que bloquear una pequeña fianza en Lightning para probar que son verdaderos Robots. Después, Alicia envía el colateral también usando una factura de Lightning. RoboSats bloquea la factura hasta que Alicia confirma haber recibido el fiat, después el bitcoin se libera y envía a Bob. ¡Disfruta tu bitcoin, Bob!", - "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "En ningún momento AnonymousAlice01 ni BafflingBob02 tienen que confiar los fondos de bitcoin a la otra parte. En caso de conflicto, el personal de RoboSats ayudará a resolver la disputa.", - "You can find a step-by-step description of the trade pipeline in ": "Puedes encontrar una descripción paso a paso de los intercambios en ", - "How it works": "Cómo funciona", - "You can also check the full guide in ": "También puedes revisar la guía entera en ", - "How to use": "Cómo utilizar", - "What payment methods are accepted?": "¿Qué métodos de pago son aceptados?", - "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Todos siempre que sean rápidos. Puedes escribir abajo tu método de pago preferido(s). Tendrás que encontrar un compañero que acepte ese método. El paso para intercambiar el fiat tiene un tiempo de expiración de 24 horas antes de que se abra una disputa automáticamente. Te recomendamos métodos instantáneos de envío de fiat.", - "What are the fees?": "¿Cuales son las comisiones?", - "RoboSats total fee for an order is {{tradeFee}}%. This fee is split to be covered by both: the order maker ({{makerFee}}%) and the order taker ({{takerFee}}%). In case an onchain address is used to received the Sats a variable swap fee applies. Check the exchange details by tapping on the bottom bar icon to see the current swap fee.": "La comisión total de un intercambio es {{tradeFee}}%. Esta comisión se divide en: creador de la orden ({{makerFee}}%) y tomador de la order ({{takerFee}}%). En caso de que se utilize una dirección onchain para recibir los chats también exise una comisión variable para cubrir el coste del swap (ver las estadisticas del exchange clickando abajo para ver el coste actual del swap).", + "How does it work?": "\u00bfC\u00f3mo funciona?", + "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 quiere vender bitcoin. Ella publica una orden de venta. BafflingBob02 quiere comprar bitcoin y escoge la orden de Alicia. Ambos tienen que bloquear una peque\u00f1a fianza en Lightning para probar que son verdaderos Robots. Despu\u00e9s, Alicia env\u00eda el colateral tambi\u00e9n usando una factura de Lightning. RoboSats bloquea la factura hasta que Alicia confirma haber recibido el fiat, despu\u00e9s el bitcoin se libera y env\u00eda a Bob. \u00a1Disfruta tu bitcoin, Bob!", + "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "En ning\u00fan momento AnonymousAlice01 ni BafflingBob02 tienen que confiar los fondos de bitcoin a la otra parte. En caso de conflicto, el personal de RoboSats ayudar\u00e1 a resolver la disputa.", + "You can find a step-by-step description of the trade pipeline in ": "Puedes encontrar una descripci\u00f3n paso a paso de los intercambios en ", + "How it works": "C\u00f3mo funciona", + "You can also check the full guide in ": "Tambi\u00e9n puedes revisar la gu\u00eda entera en ", + "How to use": "C\u00f3mo utilizar", + "What payment methods are accepted?": "\u00bfQu\u00e9 m\u00e9todos de pago son aceptados?", + "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Todos siempre que sean r\u00e1pidos. Puedes escribir abajo tu m\u00e9todo de pago preferido(s). Tendr\u00e1s que encontrar un compa\u00f1ero que acepte ese m\u00e9todo. El paso para intercambiar el fiat tiene un tiempo de expiraci\u00f3n de 24 horas antes de que se abra una disputa autom\u00e1ticamente. Te recomendamos m\u00e9todos instant\u00e1neos de env\u00edo de fiat.", + "What are the fees?": "\u00bfCuales son las comisiones?", + "RoboSats total fee for an order is {{tradeFee}}%. This fee is split to be covered by both: the order maker ({{makerFee}}%) and the order taker ({{takerFee}}%). In case an onchain address is used to received the Sats a variable swap fee applies. Check the exchange details by tapping on the bottom bar icon to see the current swap fee.": "La comisi\u00f3n total de un intercambio es {{tradeFee}}%. Esta comisi\u00f3n se divide en: creador de la orden ({{makerFee}}%) y tomador de la order ({{takerFee}}%). En caso de que se utilize una direcci\u00f3n onchain para recibir los chats tambi\u00e9n exise una comisi\u00f3n variable para cubrir el coste del swap (ver las estadisticas del exchange clickando abajo para ver el coste actual del swap).", "Be aware your fiat payment provider might charge extra fees. In any case, the buyer bears the costs of sending fiat. That includes banking charges, transfer fees and foreign exchange spreads. The seller must receive exactly the amount stated in the order details.": "Ten en cuenta que tu pasarela de pagos fiat puede cobrarte comisiones extra. En cualquier caso, estos costes siempre son cubiertos por el comprador. Esto incluye, comsiones de transferencia, costes bancarios y horquilla de intercambio de divisas. El vendedor debe recibir la cantidad exacta que se detalla en la orden.", - "Are there trade limits?": "¿Hay límites de intercambios?", - "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "Para minimizar fallos en el enrutamiento Lightning, el máximo por intercambio es de {{maxAmount}} Sats. No hay límite de intercambios en el tiempo. Aunque un Robot solo puede intervenir en una orden a la vez, puedes usar varios Robots en diferentes navegadores (¡recuerda guardar los tokens de tus Robots!).", - "Is RoboSats private?": "¿RoboSats es privado?", - "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats no custodia tus fondos y no recolecta o custodia ningún dato personal, pues no le importa quien eres. RoboSats nunca te preguntará por tu nombre, país o número de documento. Para mejorar tu privacidad, usa el Navegador Tor y accede al enlace .onion.", - "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "Tu compañero de intercambio es el único que puede potencialmente adivinar algo sobre ti. Mantén tu conversación corta y concisa. Evita dar datos que no sean estrictamente necesarios para el pago del fiat.", - "What are the risks?": "¿Cuáles son los riesgos?", - "This is an experimental application, things could go wrong. Trade small amounts!": "Esta es una aplicación experimental, algo puede ir mal. ¡Intercambia en pequeñas cantidades!", - "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "El vendedor tiene los mismos riesgos de devolución como con cualquier servicio P2P. PayPal o tarjetas de crédito no están recomendadas.", - "What is the trust model?": "¿Cuál es el modelo de confianza?", - "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "El comprador y el vendedor nunca deben de confiar el uno en el otro. Una mínima confianza en RoboSats es necesaria, pues es el enlace entre la fianza del vendedor y el pago del comprador, que no es atómico (todavía). Además, las disputas se resuelven por el personal de RoboSats.", - "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "Con total claridad, los requerimentos de confianza son minimizados. De todas formas, todavía hay una forma en que RoboSats podría huir con tus Sats: no enviándoselos al comprador. Podría argumentarse que ese movimiento dañaría la reputación de RoboSats por un pequeño importe. De todas formas, deberías dudar y solo intercambiar pequeños montos cada vez. Para montos grandes usa un exchange de primera capa como Bisq", - "You can build more trust on RoboSats by inspecting the source code.": "Puedes aumentar la confianza en RoboSats inspeccionando el código fuente.", - "Project source code": "Código fuente del proyecto", - "What happens if RoboSats suddenly disappears?": "¿Qué pasaría si RoboSats desapareciera?", - "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "Tus Sats te serán devueltos. Cualquier factura que no se liquide será automaticamente devuelta incluso aunque RoboSats desaparezca. Esto es cierto tanto para las fianzas como para los colaterales. De todas formas, entre que el vendedor confirma haber recibido el fiat y el comprador recibe los Sats, hay un tiempo de aprox. 1 segundo en que los fondos podrían perderse si RoboSats desapareciera. Asegurate de tener suficiente liquidez entrante para evitar fallos de enrutamiento. Si tienes algún problema, busca en los canales públicos de RoboSats.", - "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "En muchos países usar RoboSats no es diferente a usar Ebay o WallaPop. Tu regulación puede variar, es tu responsabilidad su cumplimiento.", - "Is RoboSats legal in my country?": "¿Es RoboSats legal en mi país?", + "Are there trade limits?": "\u00bfHay l\u00edmites de intercambios?", + "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "Para minimizar fallos en el enrutamiento Lightning, el m\u00e1ximo por intercambio es de {{maxAmount}} Sats. No hay l\u00edmite de intercambios en el tiempo. Aunque un Robot solo puede intervenir en una orden a la vez, puedes usar varios Robots en diferentes navegadores (\u00a1recuerda guardar los tokens de tus Robots!).", + "Is RoboSats private?": "\u00bfRoboSats es privado?", + "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats no custodia tus fondos y no recolecta o custodia ning\u00fan dato personal, pues no le importa quien eres. RoboSats nunca te preguntar\u00e1 por tu nombre, pa\u00eds o n\u00famero de documento. Para mejorar tu privacidad, usa el Navegador Tor y accede al enlace .onion.", + "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "Tu compa\u00f1ero de intercambio es el \u00fanico que puede potencialmente adivinar algo sobre ti. Mant\u00e9n tu conversaci\u00f3n corta y concisa. Evita dar datos que no sean estrictamente necesarios para el pago del fiat.", + "What are the risks?": "\u00bfCu\u00e1les son los riesgos?", + "This is an experimental application, things could go wrong. Trade small amounts!": "Esta es una aplicaci\u00f3n experimental, algo puede ir mal. \u00a1Intercambia en peque\u00f1as cantidades!", + "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "El vendedor tiene los mismos riesgos de devoluci\u00f3n como con cualquier servicio P2P. PayPal o tarjetas de cr\u00e9dito no est\u00e1n recomendadas.", + "What is the trust model?": "\u00bfCu\u00e1l es el modelo de confianza?", + "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "El comprador y el vendedor nunca deben de confiar el uno en el otro. Una m\u00ednima confianza en RoboSats es necesaria, pues es el enlace entre la fianza del vendedor y el pago del comprador, que no es at\u00f3mico (todav\u00eda). Adem\u00e1s, las disputas se resuelven por el personal de RoboSats.", + "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "Con total claridad, los requerimentos de confianza son minimizados. De todas formas, todav\u00eda hay una forma en que RoboSats podr\u00eda huir con tus Sats: no envi\u00e1ndoselos al comprador. Podr\u00eda argumentarse que ese movimiento da\u00f1ar\u00eda la reputaci\u00f3n de RoboSats por un peque\u00f1o importe. De todas formas, deber\u00edas dudar y solo intercambiar peque\u00f1os montos cada vez. Para montos grandes usa un exchange de primera capa como Bisq", + "You can build more trust on RoboSats by inspecting the source code.": "Puedes aumentar la confianza en RoboSats inspeccionando el c\u00f3digo fuente.", + "Project source code": "C\u00f3digo fuente del proyecto", + "What happens if RoboSats suddenly disappears?": "\u00bfQu\u00e9 pasar\u00eda si RoboSats desapareciera?", + "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "Tus Sats te ser\u00e1n devueltos. Cualquier factura que no se liquide ser\u00e1 automaticamente devuelta incluso aunque RoboSats desaparezca. Esto es cierto tanto para las fianzas como para los colaterales. De todas formas, entre que el vendedor confirma haber recibido el fiat y el comprador recibe los Sats, hay un tiempo de aprox. 1 segundo en que los fondos podr\u00edan perderse si RoboSats desapareciera. Asegurate de tener suficiente liquidez entrante para evitar fallos de enrutamiento. Si tienes alg\u00fan problema, busca en los canales p\u00fablicos de RoboSats.", + "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "En muchos pa\u00edses usar RoboSats no es diferente a usar Ebay o WallaPop. Tu regulaci\u00f3n puede variar, es tu responsabilidad su cumplimiento.", + "Is RoboSats legal in my country?": "\u00bfEs RoboSats legal en mi pa\u00eds?", "Disclaimer": "Aviso", - "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Esta aplicación de Lightning está en continuo desarrollo y se entrega tal cual: intercambia con la máxima precaución. No hay soporte privado. El soporte se ofrece solo en canales públicos.", + "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Esta aplicaci\u00f3n de Lightning est\u00e1 en continuo desarrollo y se entrega tal cual: intercambia con la m\u00e1xima precauci\u00f3n. No hay soporte privado. El soporte se ofrece solo en canales p\u00fablicos.", "(Telegram)": "(Telegram)", - ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats nunca te contactará. RoboSats jamás te preguntará por el token de tu Robot." + ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats nunca te contactar\u00e1. RoboSats jam\u00e1s te preguntar\u00e1 por el token de tu Robot." } diff --git a/frontend/static/locales/eu.json b/frontend/static/locales/eu.json index 594d0131..1ac9eee1 100644 --- a/frontend/static/locales/eu.json +++ b/frontend/static/locales/eu.json @@ -6,7 +6,6 @@ "Hide": "Ezkutatu", "You are self-hosting RoboSats": "You are self-hosting RoboSats", "RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSats webgunea zure nodotik zerbitzatzen da beraz segurtasun eta pribatutasun sendoena eskaintzen dizu.", - "USER GENERATION PAGE - UserGenPage.js": "Landing Page and User Generation", "Simple and Private LN P2P Exchange": "LN P2P Exchange Sinple eta Pribatua", "This is your trading avatar": "Hau da zure salerosketa Robota", @@ -23,7 +22,6 @@ "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Learn Robosats bisitatu behar duzu. Bertan, Robosats erabiltzen ikasteko eta nola dabilen ulertzeko tutorialak eta dokumentazioa aurkituko dituzu.", "Let's go!": "Goazen!", "Save token and PGP credentials to file": "Gorde tokena eta PGP kredentzialak fitxategira", - "MAKER PAGE - MakerPage.js": "This is the page where users can create new orders", "Order": "Eskaera", "Customize": "Pertsonalizatu", @@ -80,7 +78,6 @@ "Done": "Prest", "You do not have a robot avatar": "Ez daukazu robot avatarrik", "You need to generate a robot avatar in order to become an order maker": "Robot avatar bat sortu behar duzu eskaera bat egin ahal izateko", - "PAYMENT METHODS - autocompletePayments.js": "Payment method strings", "not specified": "Zehaztu gabea", "Instant SEPA": "Bat-bateko SEPA", @@ -88,7 +85,6 @@ "Google Play Gift Code": "Google Play Opari Kodea", "Cash F2F": "Eskudirua aurrez-aurre", "On-Chain BTC": "On-Chain BTC", - "BOOK PAGE - BookPage.js": "The Book Order page", "Seller": "Saltzaile", "Buyer": "Erosle", @@ -162,7 +158,6 @@ "no": "ez", "Depth chart": "Eskaera grafikoa", "Chart": "Grafikoa", - "BOTTOM BAR AND MISC - BottomBar.js": "Bottom Bar user profile and miscellaneous dialogs", "Stats For Nerds": "Nerdentzako estatistikak", "LND version": "LND bersioa", @@ -198,7 +193,7 @@ "Claim": "Eskatu", "Invoice for {{amountSats}} Sats": "{{amountSats}} Sateko fakura", "Submit": "Bidali", - "There it goes, thank you!🥇": "Hor doa, mila esker!🥇", + "There it goes, thank you!\ud83e\udd47": "Hor doa, mila esker!\ud83e\udd47", "You have an active order": "Eskaera aktibo bat duzu", "You can claim satoshis!": "Satoshiak eska ditzakezu!", "Public Buy Orders": "Erosteko Eskaera Publikoak", @@ -238,7 +233,6 @@ "Coordinator": "Koordinatzailea", "RoboSats version": "RoboSats bersioa", "LN Node": "LN Nodoa", - "ORDER PAGE - OrderPage.js": "Order details page", "Order Box": "Eskaera", "Contract": "Kontratua", @@ -313,7 +307,6 @@ "Payment not received, please check your WebLN wallet.": "Ordainketa ez da jaso, mesedez begiratu zure WebLN kartera.", "Invoice not received, please check your WebLN wallet.": "Faktura ez da jaso, mesedez begiratu zure WebLN kartera.", "Payment detected, you can close now your WebLN wallet popup.": "Ordainketa detektatu da, orain zure WebLN karteraren popup itxi dezakezu.", - "CHAT BOX - Chat.js": "Chat Box", "You": "Zu", "Peer": "Bera", @@ -343,7 +336,6 @@ "Messages": "Mezuak", "Verified signature by {{nickname}}": "{{nickname}}ren egiaztatutako sinadura", "Cannot verify signature of {{nickname}}": "Ezin izan da {{nickname}}ren sinadura egiaztatu", - "CONTRACT BOX - TradeBox.js": "The Contract Box that guides users trough the whole trade pipeline", "Contract Box": "Kontratua", "Robots show commitment to their peers": "Robotek beren pareekiko konpromezua erakusten dute", @@ -360,7 +352,7 @@ "Your maker bond was unlocked": "Zure egile fidantza desblokeatu da", "Your taker bond was unlocked": "Zure hartzaile fidantza ordaindu da", "Your order is public": "Zure eskaera publikatu da", - "Be patient while robots check the book. This box will ring 🔊 once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Pazientzia izan robotek liburua aztertzen duten bitartean. Kutxa honek joko du 🔊 robot batek zure eskaera hartzen duenean, gero {{deposit_timer_hours}}h {{deposit_timer_minutes}}m izango dituzu erantzuteko. Ez baduzu erantzuten, zure fidantza galdu dezakezu.", + "Be patient while robots check the book. This box will ring \ud83d\udd0a once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Pazientzia izan robotek liburua aztertzen duten bitartean. Kutxa honek joko du \ud83d\udd0a robot batek zure eskaera hartzen duenean, gero {{deposit_timer_hours}}h {{deposit_timer_minutes}}m izango dituzu erantzuteko. Ez baduzu erantzuten, zure fidantza galdu dezakezu.", "If the order expires untaken, your bond will return to you (no action needed).": "Eskaera hartu gabe amaitzen bada, fidantza automatikoki itzuliko zaizu.", "Enable Telegram Notifications": "Baimendu Telegram Jakinarazpenak", "Enable TG Notifications": "Baimendu TG Jakinarazpenak", @@ -395,7 +387,7 @@ "Confirm": "Baieztatu", "Trade finished!": "Salerosketa amaitua!", "rate_robosats": "Zer iruditu zaizu <1>RoboSats?", - "Thank you! RoboSats loves you too ❤️": "Mila esker! RoboSatsek ere maite zaitu ❤️", + "Thank you! RoboSats loves you too \u2764\ufe0f": "Mila esker! RoboSatsek ere maite zaitu \u2764\ufe0f", "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats hobetu egiten da likidezia eta erabiltzaile gehiagorekin. Aipatu Robosats lagun bitcoiner bati!", "Thank you for using Robosats!": "Mila esker Robosats erabiltzeagatik!", "let_us_know_hot_to_improve": "Kontaiguzu nola hobetu dezakegun (<1>Telegram / <3>Github)", @@ -487,7 +479,6 @@ "Timestamp": "Amaiera ordua", "Completed in": "Igarotako denbora", "Contract exchange rate": "Kontratuaren truke-tasa", - "INFO DIALOG - InfoDiagog.js": "App information and clarifications and terms of use", "Close": "Itxi", "What is RoboSats?": "Zer da RoboSats?", diff --git a/frontend/static/locales/fr.json b/frontend/static/locales/fr.json index c5b81909..ca5828cf 100644 --- a/frontend/static/locales/fr.json +++ b/frontend/static/locales/fr.json @@ -1,23 +1,21 @@ { "UNSAFE ALERT - UnsafeAlert.js": "Alert that shows on top when browsing from the unsafe clearnet sites", - "You are not using RoboSats privately": "Vous n'utilisez pas RoboSats en privé", - "desktop_unsafe_alert": "Certaines fonctionnalités sont désactivées pour votre protection (e.g, le chat) et vous ne pourrez pas effectuer une transaction sans elles. Pour protéger votre vie privée et activer pleinement RoboSats, utilisez <1>Tor Browser et visitez le site <3>Onion.", - "phone_unsafe_alert": "Vous ne serez pas en mesure d'effectuer un échange. Utilisez <1>Tor Browser et visitez le site <3>Onion.", + "You are not using RoboSats privately": "Vous n'utilisez pas RoboSats en priv\u00e9", + "desktop_unsafe_alert": "Certaines fonctionnalit\u00e9s sont d\u00e9sactiv\u00e9es pour votre protection (e.g, le chat) et vous ne pourrez pas effectuer une transaction sans elles. Pour prot\u00e9ger votre vie priv\u00e9e et activer pleinement RoboSats, utilisez <1>Tor Browser et visitez le site <3>Onion.", + "phone_unsafe_alert": "Vous ne serez pas en mesure d'effectuer un \u00e9change. Utilisez <1>Tor Browser et visitez le site <3>Onion.", "Hide": "Cacher", - "USER GENERATION PAGE - UserGenPage.js": "Landing Page and User Generation", - "Simple and Private LN P2P Exchange": "Echange LN P2P simple et privé", - "This is your trading avatar": "Ceci est votre avatar d'échange", - "Store your token safely": "Stockez votre jeton en sécurité", - "A robot avatar was found, welcome back!": "Un avatar de robot a été trouvé, bienvenu", - "Copied!": "Copié!", - "Generate a new token": "Générer un nouveau jeton", - "Generate Robot": "Générer un robot", + "Simple and Private LN P2P Exchange": "Echange LN P2P simple et priv\u00e9", + "This is your trading avatar": "Ceci est votre avatar d'\u00e9change", + "Store your token safely": "Stockez votre jeton en s\u00e9curit\u00e9", + "A robot avatar was found, welcome back!": "Un avatar de robot a \u00e9t\u00e9 trouv\u00e9, bienvenu", + "Copied!": "Copi\u00e9!", + "Generate a new token": "G\u00e9n\u00e9rer un nouveau jeton", + "Generate Robot": "G\u00e9n\u00e9rer un robot", "You must enter a new token first": "Vous devez d'abord saisir un nouveau jeton", - "Make Order": "Créer un ordre", + "Make Order": "Cr\u00e9er un ordre", "Info": "Info", "View Book": "Voir livre", - "MAKER PAGE - MakerPage.js": "This is the page where users can create new orders", "Order": "Ordre", "Customize": "Personnaliser", @@ -25,57 +23,55 @@ "Buy": "Acheter", "Sell": "Vendre", "Amount": "Montant", - "Amount of fiat to exchange for bitcoin": "Montant de fiat à échanger contre bitcoin", + "Amount of fiat to exchange for bitcoin": "Montant de fiat \u00e0 \u00e9changer contre bitcoin", "Invalid": "Invalide", - "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "Entrez vos modes de paiement fiat préférées. Les modes rapides sont fortement recommandées.", - "Must be shorter than 65 characters": "Doit être plus court que 65 caractères", - "Swap Destination(s)": "Destination(s) de l'échange", + "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "Entrez vos modes de paiement fiat pr\u00e9f\u00e9r\u00e9es. Les modes rapides sont fortement recommand\u00e9es.", + "Must be shorter than 65 characters": "Doit \u00eatre plus court que 65 caract\u00e8res", + "Swap Destination(s)": "Destination(s) de l'\u00e9change", "Fiat Payment Method(s)": "Mode(s) de paiement Fiat", "You can add any method": "Vous pouvez ajouter n'importe quel mode", "Add New": "Ajouter nouveau", "Choose a Pricing Method": "Choisir un mode de tarification", "Relative": "Relative", - "Let the price move with the market": "Laisser le prix évoluer avec le marché", - "Premium over Market (%)": "Prime sur le marché (%)", + "Let the price move with the market": "Laisser le prix \u00e9voluer avec le march\u00e9", + "Premium over Market (%)": "Prime sur le march\u00e9 (%)", "Explicit": "Explicite", "Set a fix amount of satoshis": "Fixer un montant fixe de satoshis", "Satoshis": "Satoshis", "Let the taker chose an amount within the range": "Laisser le preneur choisir un montant dans la fourchette", "Enable Amount Range": "Activer la plage de montants", "From": "De", - "to": "à", - "Public Duration (HH:mm)": "Durée publique (HH:mm)", - "Set the skin-in-the-game, increase for higher safety assurance": "Définissez la peau en jeu, augmentez pour une meilleure assurance de sécurité", - "Fidelity Bond Size": "Taille de la garantie de fidélité", + "to": "\u00e0", + "Public Duration (HH:mm)": "Dur\u00e9e publique (HH:mm)", + "Set the skin-in-the-game, increase for higher safety assurance": "D\u00e9finissez la peau en jeu, augmentez pour une meilleure assurance de s\u00e9curit\u00e9", + "Fidelity Bond Size": "Taille de la garantie de fid\u00e9lit\u00e9", "Allow bondless takers": "Autoriser les preneurs sans caution", - "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "BIENTÔT DISPONIBLE - Haut risque! Limité à {{limitSats}}K Sats", + "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "BIENT\u00d4T DISPONIBLE - Haut risque! Limit\u00e9 \u00e0 {{limitSats}}K Sats", "You must fill the order correctly": "Vous devez remplir l'ordre correctement", - "Create Order": "Créer un ordre", + "Create Order": "Cr\u00e9er un ordre", "Back": "Retour", - "Create a BTC buy order for ": "Créer un ordre d'achat en BTC pour ", - "Create a BTC sell order for ": "Créer un ordre de vente de BTC pour ", + "Create a BTC buy order for ": "Cr\u00e9er un ordre d'achat en BTC pour ", + "Create a BTC sell order for ": "Cr\u00e9er un ordre de vente de BTC pour ", " of {{satoshis}} Satoshis": " de {{satoshis}} Satoshis", - " at market price": " au prix du marché", - " at a {{premium}}% premium": " à une prime de {{premium}}%", - " at a {{discount}}% discount": " à une remise de {{discount}}%", - "Must be less than {{max}}%": "Doit être moins que {{max}}%", - "Must be more than {{min}}%": "Doit être plus que {{min}}%", - "Must be less than {{maxSats}": "Doit être moins que {{maxSats}}", - "Must be more than {{minSats}}": "Doit être plus que {{minSats}}", - + " at market price": " au prix du march\u00e9", + " at a {{premium}}% premium": " \u00e0 une prime de {{premium}}%", + " at a {{discount}}% discount": " \u00e0 une remise de {{discount}}%", + "Must be less than {{max}}%": "Doit \u00eatre moins que {{max}}%", + "Must be more than {{min}}%": "Doit \u00eatre plus que {{min}}%", + "Must be less than {{maxSats}": "Doit \u00eatre moins que {{maxSats}}", + "Must be more than {{minSats}}": "Doit \u00eatre plus que {{minSats}}", "PAYMENT METHODS - autocompletePayments.js": "Payment method strings", - "not specified": "Non spécifié", + "not specified": "Non sp\u00e9cifi\u00e9", "Instant SEPA": "Instant SEPA", "Amazon GiftCard": "Carte cadeau Amazon", "Google Play Gift Code": "Code cadeau Google Play", - "Cash F2F": "En espèces face-à-face", + "Cash F2F": "En esp\u00e8ces face-\u00e0-face", "On-Chain BTC": "BTC on-Chain", - "BOOK PAGE - BookPage.js": "The Book Order page", "Seller": "Vendeur", "Buyer": "Acheteur", "I want to": "Je veux", - "Select Order Type": "Sélectionner le type d'ordre", + "Select Order Type": "S\u00e9lectionner le type d'ordre", "ANY_type": "TOUT", "ANY_currency": "TOUT", "BUY": "ACHETER", @@ -83,7 +79,7 @@ "and receive": "et recevoir", "and pay with": "et payer avec", "and use": "et utiliser", - "Select Payment Currency": "Sélectionner la devise de paiement", + "Select Payment Currency": "S\u00e9lectionner la devise de paiement", "Robot": "Robot", "Is": "Est", "Currency": "Devise", @@ -94,29 +90,28 @@ "You are SELLING BTC for {{currencyCode}}": "Vous VENDEZ des BTC pour {{currencyCode}}", "You are BUYING BTC for {{currencyCode}}": "Vous ACHETEZ des BTC pour {{currencyCode}}", "You are looking at all": "Vous regardez tout", - "No orders found to sell BTC for {{currencyCode}}": "Aucun ordre trouvé pour vendre des BTC pour {{currencyCode}}", - "No orders found to buy BTC for {{currencyCode}}": "Aucun ordre trouvé pour acheter des BTC pour {{currencyCode}}", - "Be the first one to create an order": "Soyez le premier à créer un ordre", - + "No orders found to sell BTC for {{currencyCode}}": "Aucun ordre trouv\u00e9 pour vendre des BTC pour {{currencyCode}}", + "No orders found to buy BTC for {{currencyCode}}": "Aucun ordre trouv\u00e9 pour acheter des BTC pour {{currencyCode}}", + "Be the first one to create an order": "Soyez le premier \u00e0 cr\u00e9er un ordre", "BOTTOM BAR AND MISC - BottomBar.js": "Bottom Bar user profile and miscellaneous dialogs", "Stats For Nerds": "Stats pour des geeks", "LND version": "Version", "Currently running commit hash": "Hachage de la version en cours", - "24h contracted volume": "Volume contracté en 24h", - "Lifetime contracted volume": "Volume contracté total", + "24h contracted volume": "Volume contract\u00e9 en 24h", + "Lifetime contracted volume": "Volume contract\u00e9 total", "Made with": "Construit avec", "and": "et", "... somewhere on Earth!": "... quelque part sur Terre!", - "Community": "Communauté", - "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Le support est uniquement offert via des canaux publics. Rejoignez notre communauté Telegram si vous avez des questions ou si vous voulez passer du temps avec d'autres robots sympas. Utilisez notre Github pour notifier un bug ou si vous voulez voir de nouvelles fonctionnalités!", + "Community": "Communaut\u00e9", + "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Le support est uniquement offert via des canaux publics. Rejoignez notre communaut\u00e9 Telegram si vous avez des questions ou si vous voulez passer du temps avec d'autres robots sympas. Utilisez notre Github pour notifier un bug ou si vous voulez voir de nouvelles fonctionnalit\u00e9s!", "Join the RoboSats group": "Rejoignez le groupe RoboSats", "Telegram (English / Main)": "Telegram (Anglais / Principal)", - "RoboSats Telegram Communities": "Communautés Telegram RoboSats", - "Join RoboSats Spanish speaking community!": "Rejoignez la communauté hispanophone de RoboSats!", - "Join RoboSats Russian speaking community!": "Rejoignez la communauté russophone de RoboSats!", - "Join RoboSats Chinese speaking community!": "Rejoignez la communauté chinoise de RoboSats!", - "Join RoboSats English speaking community!": "Rejoignez la communauté anglophone de RoboSats!", - "Tell us about a new feature or a bug": "Parlez-nous d'une nouvelle fonctionnalité ou d'un bug", + "RoboSats Telegram Communities": "Communaut\u00e9s Telegram RoboSats", + "Join RoboSats Spanish speaking community!": "Rejoignez la communaut\u00e9 hispanophone de RoboSats!", + "Join RoboSats Russian speaking community!": "Rejoignez la communaut\u00e9 russophone de RoboSats!", + "Join RoboSats Chinese speaking community!": "Rejoignez la communaut\u00e9 chinoise de RoboSats!", + "Join RoboSats English speaking community!": "Rejoignez la communaut\u00e9 anglophone de RoboSats!", + "Tell us about a new feature or a bug": "Parlez-nous d'une nouvelle fonctionnalit\u00e9 ou d'un bug", "Github Issues - The Robotic Satoshis Open Source Project": "Sujets de Github - Le Projet Open Source des Satoshis Robotiques", "Your Profile": "Votre profil", "Your robot": "Votre robot", @@ -126,234 +121,230 @@ "Your token (will not remain here)": "Votre jeton (ne restera pas ici)", "Back it up!": "Sauvegardez!", "Cannot remember": "Impossible de se souvenir", - "Rewards and compensations": "Récompenses et compensations", + "Rewards and compensations": "R\u00e9compenses et compensations", "Share to earn 100 Sats per trade": "Partagez pour gagner 100 Sats par transaction", "Your referral link": "Votre lien de parrainage", - "Your earned rewards": "Vos récompenses gagnées", - "Claim": "Réclamer", + "Your earned rewards": "Vos r\u00e9compenses gagn\u00e9es", + "Claim": "R\u00e9clamer", "Invoice for {{amountSats}} Sats": "Facture pour {{amountSats}} Sats", "Submit": "Soumettre", - "There it goes, thank you!🥇": "C'est parti, merci!🥇", + "There it goes, thank you!\ud83e\udd47": "C'est parti, merci!\ud83e\udd47", "You have an active order": "Vous avez un ordre actif", - "You can claim satoshis!": "Vous pouvez réclamer des satoshis!", + "You can claim satoshis!": "Vous pouvez r\u00e9clamer des satoshis!", "Public Buy Orders": "Ordres d'achat publics", "Public Sell Orders": "Ordres de vente publics", "Today Active Robots": "Robots actifs aujourd'hui", "24h Avg Premium": "Prime moyenne sur 24h", "Trade Fee": "Frais de transaction", - "Show community and support links": "Afficher les liens de la communauté et du support", + "Show community and support links": "Afficher les liens de la communaut\u00e9 et du support", "Show stats for nerds": "Afficher les stats pour les geeks", - "Exchange Summary": "Résumé de l'échange", + "Exchange Summary": "R\u00e9sum\u00e9 de l'\u00e9change", "Public buy orders": "Ordres d'achat publics", "Public sell orders": "Ordres de vente publics", - "Book liquidity": "Liquidité du livre", + "Book liquidity": "Liquidit\u00e9 du livre", "Today active robots": "Robots actifs aujourd'hui", "24h non-KYC bitcoin premium": "Prime bitcoin non-KYC 24h", "Maker fee": "Frais du createur", "Taker fee": "Frais du preneur", "Number of public BUY orders": "Nombre d'ordres d'ACHAT publics", "Number of public SELL orders": "Nombre d'ordres de VENTE publics", - "ORDER PAGE - OrderPage.js": "Order details page", "Order Box": "Ordres", "Contract": "Contrat", "Active": "Actif", - "Seen recently": "Vu récemment", + "Seen recently": "Vu r\u00e9cemment", "Inactive": "Inactif", "(Seller)": "(Vendeur)", "(Buyer)": "(Acheteur)", "Order maker": "Createur d'ordre", "Order taker": "Preneur d'ordre", - "Order Details": "Détails de l'ordre", + "Order Details": "D\u00e9tails de l'ordre", "Order status": "Etat de l'ordre", "Waiting for maker bond": "En attente de la caution du createur", "Public": "Public", "Waiting for taker bond": "En attente de la caution du preneur", - "Cancelled": "Annulé", - "Expired": "Expiré", + "Cancelled": "Annul\u00e9", + "Expired": "Expir\u00e9", "Waiting for trade collateral and buyer invoice": "En attente de la garantie et de la facture de l'acheteur", "Waiting only for seller trade collateral": "N'attendant que la garantie du vendeur", "Waiting only for buyer invoice": "N'attendant que la facture de l'acheteur", "Sending fiat - In chatroom": "Envoi de fiat - Dans le salon de discussion", - "Fiat sent - In chatroom": "Fiat envoyée - Dans le salon de discussion", + "Fiat sent - In chatroom": "Fiat envoy\u00e9e - Dans le salon de discussion", "In dispute": "En litige", - "Collaboratively cancelled": "Annulé en collaboration", - "Sending satoshis to buyer": "Envoi de satoshis à l'acheteur", - "Sucessful trade": "Transaction réussie", - "Failed lightning network routing": "Échec de routage du réseau lightning", - "Wait for dispute resolution": "Attendre la résolution du litige", - "Maker lost dispute": "Le createur à perdu le litige", - "Taker lost dispute": "Le preneur à perdu le litige", + "Collaboratively cancelled": "Annul\u00e9 en collaboration", + "Sending satoshis to buyer": "Envoi de satoshis \u00e0 l'acheteur", + "Sucessful trade": "Transaction r\u00e9ussie", + "Failed lightning network routing": "\u00c9chec de routage du r\u00e9seau lightning", + "Wait for dispute resolution": "Attendre la r\u00e9solution du litige", + "Maker lost dispute": "Le createur \u00e0 perdu le litige", + "Taker lost dispute": "Le preneur \u00e0 perdu le litige", "Amount range": "Fourchette de montants", - "Swap destination": "Destination de l'échange", - "Accepted payment methods": "Modes de paiement acceptés", + "Swap destination": "Destination de l'\u00e9change", + "Accepted payment methods": "Modes de paiement accept\u00e9s", "Others": "Autres", "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Prime: {{premium}}%", "Price and Premium": "Prix et prime", "Amount of Satoshis": "Montant de Satoshis", - "Premium over market price": "Prime sur le prix du marché", + "Premium over market price": "Prime sur le prix du march\u00e9", "Order ID": "ID de l'ordre", "Expires in": "Expire en", "{{nickname}} is asking for a collaborative cancel": "{{nickname}} demande une annulation collaborative", - "You asked for a collaborative cancellation": "Vous avez demandé une annulation collaborative", - "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Facture expirée. Vous n'avez pas confirmé la publication de l'ordre à temps. Faites un nouveau ordre.", - "This order has been cancelled by the maker": "Cette ordre a été annulée par le createur", - "Invoice expired. You did not confirm taking the order in time.": "La facture a expiré. Vous n'avez pas confirmé avoir pris l'ordre dans les temps.", - "Penalty lifted, good to go!": "Pénalité levée, vous pouvez y aller!", + "You asked for a collaborative cancellation": "Vous avez demand\u00e9 une annulation collaborative", + "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Facture expir\u00e9e. Vous n'avez pas confirm\u00e9 la publication de l'ordre \u00e0 temps. Faites un nouveau ordre.", + "This order has been cancelled by the maker": "Cette ordre a \u00e9t\u00e9 annul\u00e9e par le createur", + "Invoice expired. You did not confirm taking the order in time.": "La facture a expir\u00e9. Vous n'avez pas confirm\u00e9 avoir pris l'ordre dans les temps.", + "Penalty lifted, good to go!": "P\u00e9nalit\u00e9 lev\u00e9e, vous pouvez y aller!", "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "Vous ne pouvez pas encore prendre un ordre! Attendez {{timeMin}}m {{timeSec}}s", "Too low": "Trop bas", "Too high": "Trop haut", - "Enter amount of fiat to exchange for bitcoin": "Saisissez le montant de fiat à échanger contre des bitcoins", + "Enter amount of fiat to exchange for bitcoin": "Saisissez le montant de fiat \u00e0 \u00e9changer contre des bitcoins", "Amount {{currencyCode}}": "Montant {{currencyCode}}", - "You must specify an amount first": "Vous devez d'abord spécifier un montant", + "You must specify an amount first": "Vous devez d'abord sp\u00e9cifier un montant", "Take Order": "Prendre l'ordre", - "Wait until you can take an order": "Attendez jusqu'à ce que vous puissiez prendre un ordre", + "Wait until you can take an order": "Attendez jusqu'\u00e0 ce que vous puissiez prendre un ordre", "Cancel the order?": "Annuler l'ordre?", - "If the order is cancelled now you will lose your bond.": "Si l'ordre est annulé maintenant, vous perdrez votre caution", + "If the order is cancelled now you will lose your bond.": "Si l'ordre est annul\u00e9 maintenant, vous perdrez votre caution", "Confirm Cancel": "Confirmer l'annulation", "The maker is away": "Le createur est absent", - "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "En prenant cette ordre, vous risquez de perdre votre temps. Si le créateur ne procède pas dans les temps, vous serez compensé en satoshis à hauteur de 50% de la caution du créateur.", + "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "En prenant cette ordre, vous risquez de perdre votre temps. Si le cr\u00e9ateur ne proc\u00e8de pas dans les temps, vous serez compens\u00e9 en satoshis \u00e0 hauteur de 50% de la caution du cr\u00e9ateur.", "Collaborative cancel the order?": "Annuler l'ordre en collaboration?", - "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Le dépôt de transaction a été enregistré. L'ordre ne peut être annulé que si les deux parties, le createur et le preneur, sont d'accord pour l'annuler.", + "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Le d\u00e9p\u00f4t de transaction a \u00e9t\u00e9 enregistr\u00e9. L'ordre ne peut \u00eatre annul\u00e9 que si les deux parties, le createur et le preneur, sont d'accord pour l'annuler.", "Ask for Cancel": "Demande d'annulation", "Cancel": "Annuler", "Collaborative Cancel": "Annulation collaborative", "Invalid Order Id": "Id d'ordre invalide", - "You must have a robot avatar to see the order details": "Vous devez avoir un avatar de robot pour voir les détails de l'ordre", - "This order has been cancelled collaborativelly": "Cette ordre a été annulée en collaboration", - "You are not allowed to see this order": "Vous n'êtes pas autorisé à voir cette ordre", - "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Les Robots Satoshis travaillant dans l'entrepôt ne vous ont pas compris. Merci de remplir un probléme de bug en Github https://github.com/reckless-satoshi/robosats/issues", - + "You must have a robot avatar to see the order details": "Vous devez avoir un avatar de robot pour voir les d\u00e9tails de l'ordre", + "This order has been cancelled collaborativelly": "Cette ordre a \u00e9t\u00e9 annul\u00e9e en collaboration", + "You are not allowed to see this order": "Vous n'\u00eates pas autoris\u00e9 \u00e0 voir cette ordre", + "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Les Robots Satoshis travaillant dans l'entrep\u00f4t ne vous ont pas compris. Merci de remplir un probl\u00e9me de bug en Github https://github.com/reckless-satoshi/robosats/issues", "CHAT BOX - Chat.js": "Chat Box", "You": "Vous", "Peer": "Pair", - "connected": "connecté", - "disconnected": "déconnecté", + "connected": "connect\u00e9", + "disconnected": "d\u00e9connect\u00e9", "Type a message": "Ecrivez un message", "Connecting...": "Connexion...", "Send": "Envoyer", - "The chat has no memory: if you leave, messages are lost.": "Le chat n'a pas de mémoire : si vous le quittez, les messages sont perdus.", + "The chat has no memory: if you leave, messages are lost.": "Le chat n'a pas de m\u00e9moire : si vous le quittez, les messages sont perdus.", "Learn easy PGP encryption.": "Apprenez facilement le cryptage PGP.", "PGP_guide_url": "https://learn.robosats.com/docs/pgp-encryption/", - "CONTRACT BOX - TradeBox.js": "The Contract Box that guides users trough the whole trade pipeline", - "Contract Box": "Boîte de contrat", - "Robots show commitment to their peers": "Les robots s'engagent auprès de leurs pairs", - "Lock {{amountSats}} Sats to PUBLISH order": "Blocker {{amountSats}} Sats à l'ordre PUBLIER", - "Lock {{amountSats}} Sats to TAKE order": "Blocker {{amountSats}} Sats à l'ordre PRENDRE", + "Contract Box": "Bo\u00eete de contrat", + "Robots show commitment to their peers": "Les robots s'engagent aupr\u00e8s de leurs pairs", + "Lock {{amountSats}} Sats to PUBLISH order": "Blocker {{amountSats}} Sats \u00e0 l'ordre PUBLIER", + "Lock {{amountSats}} Sats to TAKE order": "Blocker {{amountSats}} Sats \u00e0 l'ordre PRENDRE", "Lock {{amountSats}} Sats as collateral": "Blocker {{amountSats}} Sats en garantie", "Copy to clipboard": "Copier dans le presse-papiers", - "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Cette facture est en attente, elle sera gelée dans votre portefeuille. Elle ne sera débitée que si vous annulez ou perdez un litige.", - "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Cette facture est en attente, elle sera gelée dans votre portefeuille. Elle sera remise à l'acheteur une fois que vous aurez confirmé avoir reçu les {{currencyCode}}.", - "Your maker bond is locked": "Votre obligation de createur est bloquée", - "Your taker bond is locked": "Votre obligation de preneur est bloquée", - "Your maker bond was settled": "Votre obligation de createur a été réglée", - "Your taker bond was settled": "Votre obligation de preneur a été réglée", - "Your maker bond was unlocked": "Votre obligation de createur a été déverrouillée", - "Your taker bond was unlocked": "Votre obligation de preneur a été déverrouillée", + "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Cette facture est en attente, elle sera gel\u00e9e dans votre portefeuille. Elle ne sera d\u00e9bit\u00e9e que si vous annulez ou perdez un litige.", + "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Cette facture est en attente, elle sera gel\u00e9e dans votre portefeuille. Elle sera remise \u00e0 l'acheteur une fois que vous aurez confirm\u00e9 avoir re\u00e7u les {{currencyCode}}.", + "Your maker bond is locked": "Votre obligation de createur est bloqu\u00e9e", + "Your taker bond is locked": "Votre obligation de preneur est bloqu\u00e9e", + "Your maker bond was settled": "Votre obligation de createur a \u00e9t\u00e9 r\u00e9gl\u00e9e", + "Your taker bond was settled": "Votre obligation de preneur a \u00e9t\u00e9 r\u00e9gl\u00e9e", + "Your maker bond was unlocked": "Votre obligation de createur a \u00e9t\u00e9 d\u00e9verrouill\u00e9e", + "Your taker bond was unlocked": "Votre obligation de preneur a \u00e9t\u00e9 d\u00e9verrouill\u00e9e", "Your order is public": "Votre ordre est publique", - "Be patient while robots check the book. This box will ring 🔊 once a robot takes your order, then you will have {{invoice_escrow_duration}} to reply. If you do not reply, you risk losing your bond.": "Soyez patient pendant que les robots vérifient le livre. Cette case sonnera 🔊 dès qu'un robot prendra votre ordre, puis vous aurez {{invoice_escrow_duration}} heures pour répondre. Si vous ne répondez pas, vous risquez de perdre votre caution", - "If the order expires untaken, your bond will return to you (no action needed).": "Si l'ordre expire sans être prise, votre caution vous sera rendue (aucune action n'est nécessaire).", + "Be patient while robots check the book. This box will ring \ud83d\udd0a once a robot takes your order, then you will have {{invoice_escrow_duration}} to reply. If you do not reply, you risk losing your bond.": "Soyez patient pendant que les robots v\u00e9rifient le livre. Cette case sonnera \ud83d\udd0a d\u00e8s qu'un robot prendra votre ordre, puis vous aurez {{invoice_escrow_duration}} heures pour r\u00e9pondre. Si vous ne r\u00e9pondez pas, vous risquez de perdre votre caution", + "If the order expires untaken, your bond will return to you (no action needed).": "Si l'ordre expire sans \u00eatre prise, votre caution vous sera rendue (aucune action n'est n\u00e9cessaire).", "Enable Telegram Notifications": "Activer les notifications Telegram", "Enable TG Notifications": "Activer notifications TG", - "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Vous serez redirigé vers une conversation avec le robot telegram RoboSats. Il suffit d'ouvrir le chat et d'appuyer sur Start. Notez qu'en activant les notifications Telegram, vous risquez de réduire votre niveau d'anonymat.", + "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Vous serez redirig\u00e9 vers une conversation avec le robot telegram RoboSats. Il suffit d'ouvrir le chat et d'appuyer sur Start. Notez qu'en activant les notifications Telegram, vous risquez de r\u00e9duire votre niveau d'anonymat.", "Go back": "Retourner", "Enable": "Activer", - "Telegram enabled": "Telegram activé", + "Telegram enabled": "Telegram activ\u00e9", "Public orders for {{currencyCode}}": "Ordres publics pour {{currencyCode}}", "Premium rank": "Centile de prime", - "Among public {{currencyCode}} orders (higher is cheaper)": "Parmi les ordres publics en {{currencyCode}} (la plus élevée est la moins chère)", - "A taker has been found!": "Un preneur a été trouvé!", - "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Veuillez attendre que le preneur verrouille une caution. Si le preneur ne verrouille pas la caution à temps, l'ordre sera rendue publique à nouveau", + "Among public {{currencyCode}} orders (higher is cheaper)": "Parmi les ordres publics en {{currencyCode}} (la plus \u00e9lev\u00e9e est la moins ch\u00e8re)", + "A taker has been found!": "Un preneur a \u00e9t\u00e9 trouv\u00e9!", + "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Veuillez attendre que le preneur verrouille une caution. Si le preneur ne verrouille pas la caution \u00e0 temps, l'ordre sera rendue publique \u00e0 nouveau", "Submit an invoice for {{amountSats}} Sats": "Soumettre une facture pour {{amountSats}} Sats", - "The taker is committed! Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC. Please provide a valid invoice for {{amountSats}} Satoshis.": "Le preneur est engagé! Avant de vous laisser envoyer {{amountFiat}} {{currencyCode}}, nous voulons nous assurer que vous êtes en mesure de recevoir le BTC. Veuillez fournir une facture valide de {{amountSats}} Satoshis.", + "The taker is committed! Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC. Please provide a valid invoice for {{amountSats}} Satoshis.": "Le preneur est engag\u00e9! Avant de vous laisser envoyer {{amountFiat}} {{currencyCode}}, nous voulons nous assurer que vous \u00eates en mesure de recevoir le BTC. Veuillez fournir une facture valide de {{amountSats}} Satoshis.", "Payout Lightning Invoice": "Facture lightning de paiement", "Your invoice looks good!": "Votre facture est correcte!", "We are waiting for the seller to lock the trade amount.": "Nous attendons que le vendeur verrouille le montant de la transaction.", - "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Patientez un instant. Si le vendeur n'effectue pas de dépôt, vous récupérez automatiquement votre caution. En outre, vous recevrez une compensation (vérifiez les récompenses dans votre profil).", - "The trade collateral is locked!": "La garantie est verrouillée!", - "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "Nous attendons que l'acheteur dépose une facture lightning. Dès qu'il l'aura fait, vous pourrez communiquer directement les détails du paiement fiat.", - "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Patientez un instant. Si l'acheteur ne coopère pas, vous récupérez automatiquement le dépôt de garantie et votre caution. En outre, vous recevrez une compensation (vérifiez les récompenses dans votre profil).", + "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Patientez un instant. Si le vendeur n'effectue pas de d\u00e9p\u00f4t, vous r\u00e9cup\u00e9rez automatiquement votre caution. En outre, vous recevrez une compensation (v\u00e9rifiez les r\u00e9compenses dans votre profil).", + "The trade collateral is locked!": "La garantie est verrouill\u00e9e!", + "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "Nous attendons que l'acheteur d\u00e9pose une facture lightning. D\u00e8s qu'il l'aura fait, vous pourrez communiquer directement les d\u00e9tails du paiement fiat.", + "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Patientez un instant. Si l'acheteur ne coop\u00e8re pas, vous r\u00e9cup\u00e9rez automatiquement le d\u00e9p\u00f4t de garantie et votre caution. En outre, vous recevrez une compensation (v\u00e9rifiez les r\u00e9compenses dans votre profil).", "Confirm {{amount}} {{currencyCode}} sent": "Confirmer l'envoi de {{amount}} {{currencyCode}}", - "Confirm {{amount}} {{currencyCode}} received": "Confirmer la réception de {{amount}} {{currencyCode}}", + "Confirm {{amount}} {{currencyCode}} received": "Confirmer la r\u00e9ception de {{amount}} {{currencyCode}}", "Open Dispute": "Ouvrir litige", - "The order has expired": "L'ordre a expiré", + "The order has expired": "L'ordre a expir\u00e9", "Chat with the buyer": "Chat avec l'acheteur", "Chat with the seller": "Chat avec le vendeur", "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Dites bonjour! Soyez utile et concis. Faites-leur savoir comment vous envoyer les {{amount}} {{currencyCode}}.", - "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "L'acheteur a envoyé le fiat. Cliquez sur 'Confirmer la réception' dès que vous l'aurez reçu.", - "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "Dites bonjour! Demandez les détails du paiement et cliquez sur 'Confirmé envoyé' dès que le paiement est envoyé.", - "Wait for the seller to confirm he has received the payment.": "Attendez que le vendeur confirme qu'il a reçu le paiement.", - "Confirm you received {{amount}} {{currencyCode}}?": "Confirmez que vous avez reçu les {{amount}} {{currencyCode}}?", - "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Confirmer que vous avez reçu le fiat finalisera la transaction. Les satoshis dans le dépôt seront libérés à l'acheteur. Ne confirmez qu'après que les {{amount}} {{currencyCode}} soit arrivés sur votre compte. En outre, si vous avez reçu les {{currencyCode}} et que vous ne confirmez pas la réception, vous risquez de perdre votre caution.", + "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "L'acheteur a envoy\u00e9 le fiat. Cliquez sur 'Confirmer la r\u00e9ception' d\u00e8s que vous l'aurez re\u00e7u.", + "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "Dites bonjour! Demandez les d\u00e9tails du paiement et cliquez sur 'Confirm\u00e9 envoy\u00e9' d\u00e8s que le paiement est envoy\u00e9.", + "Wait for the seller to confirm he has received the payment.": "Attendez que le vendeur confirme qu'il a re\u00e7u le paiement.", + "Confirm you received {{amount}} {{currencyCode}}?": "Confirmez que vous avez re\u00e7u les {{amount}} {{currencyCode}}?", + "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Confirmer que vous avez re\u00e7u le fiat finalisera la transaction. Les satoshis dans le d\u00e9p\u00f4t seront lib\u00e9r\u00e9s \u00e0 l'acheteur. Ne confirmez qu'apr\u00e8s que les {{amount}} {{currencyCode}} soit arriv\u00e9s sur votre compte. En outre, si vous avez re\u00e7u les {{currencyCode}} et que vous ne confirmez pas la r\u00e9ception, vous risquez de perdre votre caution.", "Confirm": "Confirmer", - "Trade finished!": "Transaction terminée!", + "Trade finished!": "Transaction termin\u00e9e!", "rate_robosats": "Que pensez-vous de <1>RoboSats?", - "Thank you! RoboSats loves you too ❤️": "Merci! RoboSats vous aime aussi ❤️", - "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats s'améliore avec plus de liquidité et d'utilisateurs. Parlez de Robosats à un ami bitcoiner!", + "Thank you! RoboSats loves you too \u2764\ufe0f": "Merci! RoboSats vous aime aussi \u2764\ufe0f", + "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats s'am\u00e9liore avec plus de liquidit\u00e9 et d'utilisateurs. Parlez de Robosats \u00e0 un ami bitcoiner!", "Thank you for using Robosats!": "Merci d'utiliser Robosats!", - "let_us_know_hot_to_improve": "Faites-nous savoir comment la plateforme pourrait être améliorée (<1>Telegram / <3>Github)", + "let_us_know_hot_to_improve": "Faites-nous savoir comment la plateforme pourrait \u00eatre am\u00e9lior\u00e9e (<1>Telegram / <3>Github)", "Start Again": "Recommencer", "Attempting Lightning Payment": "Tentative de paiement Lightning", - "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats tente de payer votre facture lightning. Rappelez-vous que les nœuds lightning doivent être en ligne pour recevoir des paiements.", + "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats tente de payer votre facture lightning. Rappelez-vous que les n\u0153uds lightning doivent \u00eatre en ligne pour recevoir des paiements.", "Retrying!": "Nouvelle tentative!", - "Lightning Routing Failed": "Échec du routage Lightning", - "Your invoice has expired or more than 3 payment attempts have been made.": "Votre facture a expiré ou plus de 3 tentatives de paiement ont été effectuées. Le porte-monnaie Muun n'est pas recommandé.", - "Check the list of compatible wallets": "Vérifier la liste des portefeuilles compatibles", - "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats essaiera de payer votre facture 3 fois toutes les 1 minute. S'il continue à échouer, vous pourrez soumettre une nouvelle facture. Vérifiez si vous avez suffisamment de liquidité entrante. N'oubliez pas que les nœuds lightning doivent être en ligne pour pouvoir recevoir des paiements.", + "Lightning Routing Failed": "\u00c9chec du routage Lightning", + "Your invoice has expired or more than 3 payment attempts have been made.": "Votre facture a expir\u00e9 ou plus de 3 tentatives de paiement ont \u00e9t\u00e9 effectu\u00e9es. Le porte-monnaie Muun n'est pas recommand\u00e9.", + "Check the list of compatible wallets": "V\u00e9rifier la liste des portefeuilles compatibles", + "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats essaiera de payer votre facture 3 fois toutes les 1 minute. S'il continue \u00e0 \u00e9chouer, vous pourrez soumettre une nouvelle facture. V\u00e9rifiez si vous avez suffisamment de liquidit\u00e9 entrante. N'oubliez pas que les n\u0153uds lightning doivent \u00eatre en ligne pour pouvoir recevoir des paiements.", "Next attempt in": "Prochaine tentative en", "Do you want to open a dispute?": "Voulez-vous ouvrir un litige?", - "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Le personnel de RoboSats examinera les déclarations et les preuves fournies. Vous devez constituer un dossier complet, car le personnel ne peut pas lire le chat. Il est préférable de fournir une méthode de contact jetable avec votre déclaration. Les satoshis dans le dépôt seront envoyés au gagnant du litige, tandis que le perdant du litige perdra la caution.", - "Disagree": "En désaccord", + "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Le personnel de RoboSats examinera les d\u00e9clarations et les preuves fournies. Vous devez constituer un dossier complet, car le personnel ne peut pas lire le chat. Il est pr\u00e9f\u00e9rable de fournir une m\u00e9thode de contact jetable avec votre d\u00e9claration. Les satoshis dans le d\u00e9p\u00f4t seront envoy\u00e9s au gagnant du litige, tandis que le perdant du litige perdra la caution.", + "Disagree": "En d\u00e9saccord", "Agree and open dispute": "Accepter et ouvrir un litige", - "A dispute has been opened": "Un litige a été ouvert", - "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Veuillez soumettre votre déclaration. Soyez clair et précis sur ce qui s'est passé et fournissez les preuves nécessaires. Vous DEVEZ fournir une méthode de contact: email jetable, XMPP ou nom d'utilisateur telegram pour assurer le suivi avec le personnel. Les litiges sont résolus à la discrétion de vrais robots (alias humains), alors soyez aussi utile que possible pour assurer un résultat équitable. Max 5000 caractères.", - "Submit dispute statement": "Soumettre une déclaration de litige", - "We have received your statement": "Nous avons reçu votre déclaration", - "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Nous attendons la déclaration de votre partenaire commercial. Si vous avez des doutes sur l'état du litige ou si vous souhaitez ajouter des informations supplémentaires, contactez robosats@protonmail.com.", - "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Veuillez enregistrer les informations nécessaires à l'identification de votre ordre et de vos paiements : ID de l'ordre; hachages de paiement des cautions ou des dépòts (vérifiez sur votre portefeuille lightning); montant exact des satoshis; et surnom du robot. Vous devrez vous identifier en tant qu'utilisateur impliqué dans cette transaction par e-mail (ou autres méthodes de contact).", - "We have the statements": "Nous avons les relevés", - "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Les deux déclarations ont été reçues, attendez que le personnel résolve le litige. Si vous avez des doutes sur l'état du litige ou si vous souhaitez ajouter des informations supplémentaires, contactez robosats@protonmail.com. Si vous n'avez pas fourni de méthode de contact, ou si vous n'êtes pas sûr de l'avoir bien écrit, écrivez-nous immédiatement.", - "You have won the dispute": "Vous avez gagné le litige", - "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Vous pouvez réclamer le montant de la résolution du litige (dépôt et garantie de fidélité) à partir des récompenses de votre profil. Si le personnel peut vous aider en quoi que ce soit, n'hésitez pas à nous contacter à l'adresse robosats@protonmail.com (ou via la méthode de contact jetable que vous avez fourni).", + "A dispute has been opened": "Un litige a \u00e9t\u00e9 ouvert", + "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Veuillez soumettre votre d\u00e9claration. Soyez clair et pr\u00e9cis sur ce qui s'est pass\u00e9 et fournissez les preuves n\u00e9cessaires. Vous DEVEZ fournir une m\u00e9thode de contact: email jetable, XMPP ou nom d'utilisateur telegram pour assurer le suivi avec le personnel. Les litiges sont r\u00e9solus \u00e0 la discr\u00e9tion de vrais robots (alias humains), alors soyez aussi utile que possible pour assurer un r\u00e9sultat \u00e9quitable. Max 5000 caract\u00e8res.", + "Submit dispute statement": "Soumettre une d\u00e9claration de litige", + "We have received your statement": "Nous avons re\u00e7u votre d\u00e9claration", + "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Nous attendons la d\u00e9claration de votre partenaire commercial. Si vous avez des doutes sur l'\u00e9tat du litige ou si vous souhaitez ajouter des informations suppl\u00e9mentaires, contactez robosats@protonmail.com.", + "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Veuillez enregistrer les informations n\u00e9cessaires \u00e0 l'identification de votre ordre et de vos paiements : ID de l'ordre; hachages de paiement des cautions ou des d\u00e9p\u00f2ts (v\u00e9rifiez sur votre portefeuille lightning); montant exact des satoshis; et surnom du robot. Vous devrez vous identifier en tant qu'utilisateur impliqu\u00e9 dans cette transaction par e-mail (ou autres m\u00e9thodes de contact).", + "We have the statements": "Nous avons les relev\u00e9s", + "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Les deux d\u00e9clarations ont \u00e9t\u00e9 re\u00e7ues, attendez que le personnel r\u00e9solve le litige. Si vous avez des doutes sur l'\u00e9tat du litige ou si vous souhaitez ajouter des informations suppl\u00e9mentaires, contactez robosats@protonmail.com. Si vous n'avez pas fourni de m\u00e9thode de contact, ou si vous n'\u00eates pas s\u00fbr de l'avoir bien \u00e9crit, \u00e9crivez-nous imm\u00e9diatement.", + "You have won the dispute": "Vous avez gagn\u00e9 le litige", + "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Vous pouvez r\u00e9clamer le montant de la r\u00e9solution du litige (d\u00e9p\u00f4t et garantie de fid\u00e9lit\u00e9) \u00e0 partir des r\u00e9compenses de votre profil. Si le personnel peut vous aider en quoi que ce soit, n'h\u00e9sitez pas \u00e0 nous contacter \u00e0 l'adresse robosats@protonmail.com (ou via la m\u00e9thode de contact jetable que vous avez fourni).", "You have lost the dispute": "Vous avez perdu le litige", - "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Vous avez malheureusement perdu le litige. Si vous pensez qu'il s'agit d'une erreur, vous pouvez demander à rouvrir le dossier en envoyant un email à robosats@protonmail.com. Toutefois, les chances qu'il soit réexaminé sont faibles.", - + "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Vous avez malheureusement perdu le litige. Si vous pensez qu'il s'agit d'une erreur, vous pouvez demander \u00e0 rouvrir le dossier en envoyant un email \u00e0 robosats@protonmail.com. Toutefois, les chances qu'il soit r\u00e9examin\u00e9 sont faibles.", "INFO DIALOG - InfoDiagog.js": "App information and clarifications and terms of use", "Close": "Fermer", "What is RoboSats?": "C'est quoi RoboSats?", - "It is a BTC/FIAT peer-to-peer exchange over lightning.": "Il s'agit d'un échange BTC/FIAT pair à pair via lightning.", + "It is a BTC/FIAT peer-to-peer exchange over lightning.": "Il s'agit d'un \u00e9change BTC/FIAT pair \u00e0 pair via lightning.", "RoboSats is an open source project ": "RoboSats est un projet open source", - "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "Il simplifie la mise en relation et minimise le besoin de confiance. RoboSats se concentre sur la confidentialité et la vitesse.", + "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "Il simplifie la mise en relation et minimise le besoin de confiance. RoboSats se concentre sur la confidentialit\u00e9 et la vitesse.", "(GitHub).": "(GitHub).", - "How does it work?": "Comment ça marche?", - "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 veut vendre des bitcoins. Elle poste un ordre de vente. BafflingBob02 veut acheter des bitcoins et il prend l'ordre d'Alice. Les deux doivent poster une petite caution en utilisant lightning pour prouver qu'ils sont de vrais robots. Ensuite, Alice publie la garantie en utilisant également une facture de retention Lightning. RoboSats verrouille la facture jusqu'à ce qu'Alice confirme avoir reçu les fonds fiat, puis les satoshis sont remis à Bob. Profitez de vos satoshis, Bob!", - "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "A aucun moment, AnonymousAlice01 et BafflingBob02 ne doivent se confier les fonds en bitcoin. En cas de conflit, le personnel de RoboSats aidera à résoudre le litige.", - "You can find a step-by-step description of the trade pipeline in ": "Vous pouvez trouver une description pas à pas des échanges en ", - "How it works": "Comment ça marche", - "You can also check the full guide in ": "Vous pouvez également consulter le guide complet sur ", + "How does it work?": "Comment \u00e7a marche?", + "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 veut vendre des bitcoins. Elle poste un ordre de vente. BafflingBob02 veut acheter des bitcoins et il prend l'ordre d'Alice. Les deux doivent poster une petite caution en utilisant lightning pour prouver qu'ils sont de vrais robots. Ensuite, Alice publie la garantie en utilisant \u00e9galement une facture de retention Lightning. RoboSats verrouille la facture jusqu'\u00e0 ce qu'Alice confirme avoir re\u00e7u les fonds fiat, puis les satoshis sont remis \u00e0 Bob. Profitez de vos satoshis, Bob!", + "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "A aucun moment, AnonymousAlice01 et BafflingBob02 ne doivent se confier les fonds en bitcoin. En cas de conflit, le personnel de RoboSats aidera \u00e0 r\u00e9soudre le litige.", + "You can find a step-by-step description of the trade pipeline in ": "Vous pouvez trouver une description pas \u00e0 pas des \u00e9changes en ", + "How it works": "Comment \u00e7a marche", + "You can also check the full guide in ": "Vous pouvez \u00e9galement consulter le guide complet sur ", "How to use": "Comment utiliser", - "What payment methods are accepted?": "Quels sont les modes de paiement acceptés?", - "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Tous, à condition qu'ils soient rapides. Vous pouvez noter vos modes de paiement préférés. Vous devrez vous mettre en relation avec un pair qui accepte également ce mode. L'étape d'échange de fiat a un délai d'expiration de 24 heures avant qu'un litige ne soit automatiquement ouvert. Nous vous recommandons vivement d'utiliser les rails de paiement instantané en fiat.", + "What payment methods are accepted?": "Quels sont les modes de paiement accept\u00e9s?", + "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Tous, \u00e0 condition qu'ils soient rapides. Vous pouvez noter vos modes de paiement pr\u00e9f\u00e9r\u00e9s. Vous devrez vous mettre en relation avec un pair qui accepte \u00e9galement ce mode. L'\u00e9tape d'\u00e9change de fiat a un d\u00e9lai d'expiration de 24 heures avant qu'un litige ne soit automatiquement ouvert. Nous vous recommandons vivement d'utiliser les rails de paiement instantan\u00e9 en fiat.", "Are there trade limits?": "Y a-t-il des limites de transaction?", - "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "La taille maximale d'une transaction unique est de {{maxAmount}} Satoshis pour minimiser l'échec de l'acheminement lightning. Il n'y a pas de limite au nombre de transactions par jour. Un robot ne peut avoir qu'un seul ordre à la fois. Toutefois, vous pouvez utiliser plusieurs robots simultanément dans différents navigateurs (n'oubliez pas de sauvegarder vos jetons de robot!).", - "Is RoboSats private?": "RoboSats est-il privé?", - "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats ne vous demandera jamais votre nom, votre pays ou votre identifiant. RoboSats ne garde pas vos fonds et ne se soucie pas de savoir qui vous êtes. RoboSats ne collecte ni conserve aucune donnée personnelle. Pour un meilleur anonymat, utilisez le navigateur Tor et accédez au service caché .onion.", - "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "Votre pair de transaction est le seul à pouvoir potentiellement deviner quoi que ce soit sur vous. Faites en sorte que votre chat soit court et concis. Évitez de fournir des informations non essentielles autres que celles strictement nécessaires au paiement fiat.", + "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "La taille maximale d'une transaction unique est de {{maxAmount}} Satoshis pour minimiser l'\u00e9chec de l'acheminement lightning. Il n'y a pas de limite au nombre de transactions par jour. Un robot ne peut avoir qu'un seul ordre \u00e0 la fois. Toutefois, vous pouvez utiliser plusieurs robots simultan\u00e9ment dans diff\u00e9rents navigateurs (n'oubliez pas de sauvegarder vos jetons de robot!).", + "Is RoboSats private?": "RoboSats est-il priv\u00e9?", + "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats ne vous demandera jamais votre nom, votre pays ou votre identifiant. RoboSats ne garde pas vos fonds et ne se soucie pas de savoir qui vous \u00eates. RoboSats ne collecte ni conserve aucune donn\u00e9e personnelle. Pour un meilleur anonymat, utilisez le navigateur Tor et acc\u00e9dez au service cach\u00e9 .onion.", + "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "Votre pair de transaction est le seul \u00e0 pouvoir potentiellement deviner quoi que ce soit sur vous. Faites en sorte que votre chat soit court et concis. \u00c9vitez de fournir des informations non essentielles autres que celles strictement n\u00e9cessaires au paiement fiat.", "What are the risks?": "Quels sont les risques?", - "This is an experimental application, things could go wrong. Trade small amounts!": "Ceci est une application expérimentale, les choses pourraient mal tourner. Échangez de petites sommes!", - "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "Le vendeur est confronté au même risque de rétrofacturation qu'avec n'importe quel autre service pair à pair. Paypal ou les cartes de crédit ne sont pas recommandés.", - "What is the trust model?": "Quel est le modèle de confiance?", - "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "L'acheteur et le vendeur ne doiven jamais se faire confiance. Une certaine confiance envers RoboSats est nécessaire puisque le lien entre la facture du vendeur et le paiement de l'acheteur n'est pas (encore) atomique. En outre, les litiges sont résolus par le personnel de RoboSats.", - "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq.": "Pour être tout à fait clair. Les exigences de confiance sont réduites au minimum. Cependant, il existe toujours un moyen pour RoboSats de s'enfuir avec vos satoshis: ne pas remettre les satoshis à l'acheteur. On pourrait argumenter qu'une telle décision n'est pas dans l'intérêt de RoboSats, car elle nuirait à sa réputation pour un petit paiement. Cependant, vous devriez hésiter et n'échanger que de petites quantités à la fois. Pour les gros montants, utilisez un service de dépôt onchain tel que Bisq", - "You can build more trust on RoboSats by inspecting the source code.": "Vous pouvez faire plus confiance à RoboSats en inspectant le code source.", + "This is an experimental application, things could go wrong. Trade small amounts!": "Ceci est une application exp\u00e9rimentale, les choses pourraient mal tourner. \u00c9changez de petites sommes!", + "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "Le vendeur est confront\u00e9 au m\u00eame risque de r\u00e9trofacturation qu'avec n'importe quel autre service pair \u00e0 pair. Paypal ou les cartes de cr\u00e9dit ne sont pas recommand\u00e9s.", + "What is the trust model?": "Quel est le mod\u00e8le de confiance?", + "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "L'acheteur et le vendeur ne doiven jamais se faire confiance. Une certaine confiance envers RoboSats est n\u00e9cessaire puisque le lien entre la facture du vendeur et le paiement de l'acheteur n'est pas (encore) atomique. En outre, les litiges sont r\u00e9solus par le personnel de RoboSats.", + "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq.": "Pour \u00eatre tout \u00e0 fait clair. Les exigences de confiance sont r\u00e9duites au minimum. Cependant, il existe toujours un moyen pour RoboSats de s'enfuir avec vos satoshis: ne pas remettre les satoshis \u00e0 l'acheteur. On pourrait argumenter qu'une telle d\u00e9cision n'est pas dans l'int\u00e9r\u00eat de RoboSats, car elle nuirait \u00e0 sa r\u00e9putation pour un petit paiement. Cependant, vous devriez h\u00e9siter et n'\u00e9changer que de petites quantit\u00e9s \u00e0 la fois. Pour les gros montants, utilisez un service de d\u00e9p\u00f4t onchain tel que Bisq", + "You can build more trust on RoboSats by inspecting the source code.": "Vous pouvez faire plus confiance \u00e0 RoboSats en inspectant le code source.", "Project source code": "Code source du projet", - "What happens if RoboSats suddenly disappears?": "Que se passe-t-il si RoboSats disparaît soudainement?", - "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "Vos satoshis vous seront rendus. Toute facture bloquée qui n'est pas réglée sera automatiquement retournée même si RoboSats disparaît pour toujours. Ceci est vrai pour les cautions verrouillées et les dépôts de transaction. Cependant, il y a une petite fenêtre entre le moment où le vendeur confirme FIAT REÇU et le moment où l'acheteur reçoit les satoshis où les fonds pourraient être définitivement perdus si RoboSats disparaît. Cette fenêtre dure environ une seconde. Assurez-vous d'avoir suffisamment de liquidité entrante pour éviter les échecs de routage. En cas de problème, contactez les canaux publics de RoboSats.", - "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "Dans de nombreux pays, l'utilisation de RoboSats n'est pas différente de celle d'Ebay ou de Craiglist. Votre réglementation peut varier. Il est de votre responsabilité de vous conformer.", - "Is RoboSats legal in my country?": "RoboSats est-il légal dans mon pays?", + "What happens if RoboSats suddenly disappears?": "Que se passe-t-il si RoboSats dispara\u00eet soudainement?", + "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "Vos satoshis vous seront rendus. Toute facture bloqu\u00e9e qui n'est pas r\u00e9gl\u00e9e sera automatiquement retourn\u00e9e m\u00eame si RoboSats dispara\u00eet pour toujours. Ceci est vrai pour les cautions verrouill\u00e9es et les d\u00e9p\u00f4ts de transaction. Cependant, il y a une petite fen\u00eatre entre le moment o\u00f9 le vendeur confirme FIAT RE\u00c7U et le moment o\u00f9 l'acheteur re\u00e7oit les satoshis o\u00f9 les fonds pourraient \u00eatre d\u00e9finitivement perdus si RoboSats dispara\u00eet. Cette fen\u00eatre dure environ une seconde. Assurez-vous d'avoir suffisamment de liquidit\u00e9 entrante pour \u00e9viter les \u00e9checs de routage. En cas de probl\u00e8me, contactez les canaux publics de RoboSats.", + "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "Dans de nombreux pays, l'utilisation de RoboSats n'est pas diff\u00e9rente de celle d'Ebay ou de Craiglist. Votre r\u00e9glementation peut varier. Il est de votre responsabilit\u00e9 de vous conformer.", + "Is RoboSats legal in my country?": "RoboSats est-il l\u00e9gal dans mon pays?", "Disclaimer": "Avertissement", - "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Cette application Lightning est fournie telle quelle. Elle est en cours de développement: négociez avec la plus grande prudence. Il n'y a pas de support privé. Le support est uniquement proposé via les canaux publics", + "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Cette application Lightning est fournie telle quelle. Elle est en cours de d\u00e9veloppement: n\u00e9gociez avec la plus grande prudence. Il n'y a pas de support priv\u00e9. Le support est uniquement propos\u00e9 via les canaux publics", "(Telegram)": "(Telegram)", ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats ne vous contactera jamais. RoboSats ne vous demandera certainement jamais votre jeton de robot." } diff --git a/frontend/static/locales/it.json b/frontend/static/locales/it.json index 27c6f1d6..6d662f68 100644 --- a/frontend/static/locales/it.json +++ b/frontend/static/locales/it.json @@ -1,13 +1,12 @@ { "UNSAFE ALERT - UnsafeAlert.js": "Alert that shows on top when browsing from the unsafe clearnet sites", "You are not using RoboSats privately": "Non stai usando RoboSats privatemente", - "desktop_unsafe_alert": "Alcune funzionalità (come la chat) sono disabilitate per le tua sicurezza e non sarai in grado di completare un'operazione senza di esse. Per proteggere la tua privacy e abilitare completamente RoboSats, usa <1>Tor Browser e visita il sito <3>Onion", + "desktop_unsafe_alert": "Alcune funzionalit\u00e0 (come la chat) sono disabilitate per le tua sicurezza e non sarai in grado di completare un'operazione senza di esse. Per proteggere la tua privacy e abilitare completamente RoboSats, usa <1>Tor Browser e visita il sito <3>Onion", "phone_unsafe_alert": "Non sarai in grado di completare un'operazione. Usa <1>Tor Browser e visita il sito <3>Onion", "Hide": "Nascondi", - "USER GENERATION PAGE - UserGenPage.js": "Landing Page and User Generation", "Simple and Private LN P2P Exchange": "Semplice e privata borsa di scambio LN P2P", - "This is your trading avatar": "Questo è il tuo Robottino", + "This is your trading avatar": "Questo \u00e8 il tuo Robottino", "Store your token safely": "Custodisci il tuo gettone in modo sicuro", "A robot avatar was found, welcome back!": "E' stato trovato un Robottino, bentornato!", "Copied!": "Copiato!", @@ -21,15 +20,14 @@ "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Stai per visitare la pagina Learn RoboSats. Troverai tutorial e documentazione per aiutarti ad imparare a usare RoboSats e capire come funziona.", "Let's go!": "Andiamo!", "Save token and PGP credentials to file": "Salva il gettone e le credenziali PGP in un file", - "MAKER PAGE - MakerPage.js": "This is the page where users can create new orders", "Order": "Ordina", "Customize": "Personalizza", "Buy or Sell Bitcoin?": "Compri o Vendi Bitcoin?", "Buy": "Comprare", "Sell": "Vendere", - "Amount": "Quantità", - "Amount of fiat to exchange for bitcoin": "Quantità fiat da cambiare in bitcoin", + "Amount": "Quantit\u00e0", + "Amount of fiat to exchange for bitcoin": "Quantit\u00e0 fiat da cambiare in bitcoin", "Invalid": "Invalido", "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "Inserisci il tuo metodo di pagamento fiat preferito. Sono raccomandati i metodi veloci.", "Must be shorter than 65 characters": "Deve essere meno di 65 caratteri", @@ -47,9 +45,9 @@ "Fixed price:": "Prezzo fisso:", "Order current rate:": "Ordina al prezzo corrente:", "Your order fixed exchange rate": "Il tasso di cambio fisso del tuo ordine", - "Your order's current exchange rate. Rate will move with the market.": "Il tasso di cambio corrente del tuo ordine. Il tasso fluttuerà con il mercato.", - "Let the taker chose an amount within the range": "Lascia che l'acquirente decida una quantità in questo intervallo", - "Enable Amount Range": "Attiva intervallo di quantità", + "Your order's current exchange rate. Rate will move with the market.": "Il tasso di cambio corrente del tuo ordine. Il tasso fluttuer\u00e0 con il mercato.", + "Let the taker chose an amount within the range": "Lascia che l'acquirente decida una quantit\u00e0 in questo intervallo", + "Enable Amount Range": "Attiva intervallo di quantit\u00e0", "From": "Da", "to": "a", "Expiry Timers": "Tempo alla scadenza", @@ -78,7 +76,6 @@ "Done": "Fatto", "You do not have a robot avatar": "Non hai un Robottino", "You need to generate a robot avatar in order to become an order maker": "Devi generare un Robottino prima di impostare un ordine", - "PAYMENT METHODS - autocompletePayments.js": "Payment method strings", "not specified": "Non specificato", "Instant SEPA": "SEPA istantaneo", @@ -86,7 +83,6 @@ "Google Play Gift Code": "Codice Regalo di Google Play", "Cash F2F": "Contante, faccia-a-faccia", "On-Chain BTC": "On-Chain BTC", - "BOOK PAGE - BookPage.js": "The Book Order page", "Seller": "Offerente", "Buyer": "Acquirente", @@ -100,7 +96,7 @@ "and use": "ed usa", "Select Payment Currency": "Seleziona valuta di pagamento", "Robot": "Robottino", - "Is": "è", + "Is": "\u00e8", "Currency": "Valuta", "Payment Method": "Metodo di pagamento", "Pay": "Paga", @@ -113,7 +109,6 @@ "No orders found to buy BTC for {{currencyCode}}": "Nessun ordine trovato per comprare BTC per {{currencyCode}}", "Filter has no results": "Il filtro corrente non ha risultati", "Be the first one to create an order": "Crea tu il primo ordine", - "BOTTOM BAR AND MISC - BottomBar.js": "Bottom Bar user profile and miscellaneous dialogs", "Stats For Nerds": "Statistiche per secchioni", "LND version": "Versione LND", @@ -123,24 +118,24 @@ "Made with": "Fatto con", "and": "e", "... somewhere on Earth!": "... da qualche parte sulla Terra!", - "Community": "Comunità", - "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "L'assistenza viene offerta solo attraverso i canali pubblici. Unisciti alla nostra comunità Telegram se hai domande o se vuoi interagire con altri Robottini fichissimi. Utilizza il nostro Github Issues se trovi un bug o chiedere nuove funzionalità!", + "Community": "Comunit\u00e0", + "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "L'assistenza viene offerta solo attraverso i canali pubblici. Unisciti alla nostra comunit\u00e0 Telegram se hai domande o se vuoi interagire con altri Robottini fichissimi. Utilizza il nostro Github Issues se trovi un bug o chiedere nuove funzionalit\u00e0!", "Follow RoboSats in Twitter": "Segui RoboSats su Twitter", "Twitter Official Account": "Account Twitter ufficiale", "RoboSats Telegram Communities": "RoboSats Telegram Communities", - "Join RoboSats Spanish speaking community!": "Unisciti alla comunità RoboSats che parla spagnolo!", - "Join RoboSats Russian speaking community!": "Unisciti alla comunità RoboSats che parla russo!", - "Join RoboSats Chinese speaking community!": "Unisciti alla comunità RoboSats che parla cinese!", - "Join RoboSats English speaking community!": "Unisciti alla comunità RoboSats che parla inglese!", - "Join RoboSats Italian speaking community!": "Unisciti alla comunità RoboSats che parla italiano!", - "Tell us about a new feature or a bug": "Comunicaci nuove funzionalità o bug", + "Join RoboSats Spanish speaking community!": "Unisciti alla comunit\u00e0 RoboSats che parla spagnolo!", + "Join RoboSats Russian speaking community!": "Unisciti alla comunit\u00e0 RoboSats che parla russo!", + "Join RoboSats Chinese speaking community!": "Unisciti alla comunit\u00e0 RoboSats che parla cinese!", + "Join RoboSats English speaking community!": "Unisciti alla comunit\u00e0 RoboSats che parla inglese!", + "Join RoboSats Italian speaking community!": "Unisciti alla comunit\u00e0 RoboSats che parla italiano!", + "Tell us about a new feature or a bug": "Comunicaci nuove funzionalit\u00e0 o bug", "Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - The Robotic Satoshis Open Source Project", "Your Profile": "Il tuo profilo", "Your robot": "Il tuo Robottino", "One active order #{{orderID}}": "Un ordine attivo #{{orderID}}", "Your current order": "Il tuo ordine attuale", "No active orders": "Nessun ordine attivo", - "Your token (will not remain here)": "Il tuo gettone (Non resterà qui)", + "Your token (will not remain here)": "Il tuo gettone (Non rester\u00e0 qui)", "Back it up!": "Salvalo!", "Cannot remember": "Dimenticato", "Rewards and compensations": "Ricompense e compensi", @@ -150,7 +145,7 @@ "Claim": "Riscatta", "Invoice for {{amountSats}} Sats": "Ricevuta per {{amountSats}} Sats", "Submit": "Invia", - "There it goes, thank you!🥇": "Inviato, grazie!🥇", + "There it goes, thank you!\ud83e\udd47": "Inviato, grazie!\ud83e\udd47", "You have an active order": "Hai un ordine attivo", "You can claim satoshis!": "Hai satoshi da riscattare!", "Public Buy Orders": "Ordini di acquisto pubblici", @@ -158,12 +153,12 @@ "Today Active Robots": "I Robottini attivi oggi", "24h Avg Premium": "Premio medio in 24h", "Trade Fee": "Commissione", - "Show community and support links": "Mostra i link della comunità e di supporto", + "Show community and support links": "Mostra i link della comunit\u00e0 e di supporto", "Show stats for nerds": "Mostra le statistiche per secchioni", "Exchange Summary": "Riassunto della transazione", "Public buy orders": "Ordini di acquisto pubblici", "Public sell orders": "Ordini di vendita pubblici", - "Book liquidity": "Registro della liquidità", + "Book liquidity": "Registro della liquidit\u00e0", "Today active robots": "I Robottini attivi oggi", "24h non-KYC bitcoin premium": "Premio bitcoin non-KYC 24h", "Maker fee": "Commissione dell'offerente", @@ -175,7 +170,6 @@ "You do not have previous orders": "Non hai ordini precedenti", "Join RoboSats' Subreddit": "Unisciti al subreddit di RoboSats", "RoboSats in Reddit": "RoboSats su Reddit", - "ORDER PAGE - OrderPage.js": "Order details page", "Order Box": "Ordine", "Contract": "Contratto", @@ -206,13 +200,13 @@ "Wait for dispute resolution": "In attesa della risoluzione della disputa", "Maker lost dispute": "L'offerente ha perso la disputa", "Taker lost dispute": "L'acquirente ha perso la disputa", - "Amount range": "Intervallo della quantità", + "Amount range": "Intervallo della quantit\u00e0", "Swap destination": "Destinazione di Swap", "Accepted payment methods": "Metodi di pagamento accettati", "Others": "Altro", "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Premio: {{premium}}%", "Price and Premium": "Prezzo e Premio", - "Amount of Satoshis": "Quantità di sats", + "Amount of Satoshis": "Quantit\u00e0 di sats", "Premium over market price": "Premio sul prezzo di mercato", "Order ID": "ID ordine", "Deposit timer": "Per depositare", @@ -220,33 +214,32 @@ "{{nickname}} is asking for a collaborative cancel": "{{nickname}} verrebbe annullare collaborativamente", "You asked for a collaborative cancellation": "Hai richiesto per un annullamento collaborativo", "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Ricevuta scaduta. Non hai confermato pubblicando l'ordine in tempo. Crea un nuovo ordine", - "This order has been cancelled by the maker": "Quest'ordine è stato cancellato dall'offerente", + "This order has been cancelled by the maker": "Quest'ordine \u00e8 stato cancellato dall'offerente", "Invoice expired. You did not confirm taking the order in time.": "Ricevuta scaduta. Non hai confermato accettando l'ordine in tempo.", - "Penalty lifted, good to go!": "Penalità rimossa, partiamo!", + "Penalty lifted, good to go!": "Penalit\u00e0 rimossa, partiamo!", "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "Non puoi ancora accettare un ordine! Aspetta {{timeMin}}m {{timeSec}}s", "Too low": "Troppo poco", "Too high": "Troppo", - "Enter amount of fiat to exchange for bitcoin": "Inserisci la quantità di fiat da scambiare per bitcoin", - "Amount {{currencyCode}}": "Quantità {{currencyCode}}", - "You must specify an amount first": "Devi prima specificare una quantità", + "Enter amount of fiat to exchange for bitcoin": "Inserisci la quantit\u00e0 di fiat da scambiare per bitcoin", + "Amount {{currencyCode}}": "Quantit\u00e0 {{currencyCode}}", + "You must specify an amount first": "Devi prima specificare una quantit\u00e0", "Take Order": "Accetta l'ordine", "Wait until you can take an order": "Aspetta fino a quando puoi accettare ordini", "Cancel the order?": "Annullare l'ordine?", "If the order is cancelled now you will lose your bond.": "Se l'ordine viene annullato adesso perderai la cauzione.", "Confirm Cancel": "Conferma l'annullamento", - "The maker is away": "L'offerente è assente", + "The maker is away": "L'offerente \u00e8 assente", "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Accettando questo ordine rischi di perdere tempo. Se l'offerente non procede in tempo, sarai ricompensato in sats per il 50% della cauzione dell'offerente.", "Collaborative cancel the order?": "Annullare collaborativamente l'ordine?", - "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Il deposito di transazione è stato registrato. L'ordine può solo essere cancellato se entrambe le parti sono d'accordo all'annullamento.", + "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Il deposito di transazione \u00e8 stato registrato. L'ordine pu\u00f2 solo essere cancellato se entrambe le parti sono d'accordo all'annullamento.", "Ask for Cancel": "Richiesta di annullamento", "Cancel": "Annulla", "Collaborative Cancel": "Annulla collaborativamente", "Invalid Order Id": "ID ordine invalido", "You must have a robot avatar to see the order details": "Devi avere un Robottino per vedere i dettagli dell'ordine", - "This order has been cancelled collaborativelly": "Quest'ordine è stato annullato collaborativamente", + "This order has been cancelled collaborativelly": "Quest'ordine \u00e8 stato annullato collaborativamente", "You are not allowed to see this order": "Non sei autorizzato a vedere quest'ordine", "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Il Satoshi Robot che lavora nel magazzino non ti ha capito. Per favore, inoltra un Bug Issue su Github https://github.com/reckless-satoshi/robosats/issues", - "CHAT BOX - Chat.js": "Chat Box", "You": "Tu", "Peer": "Pari", @@ -260,11 +253,11 @@ "Save full log as a JSON file (messages and credentials)": "Salva l'elenco completo come file JSON (messaggi e credenziali)", "Export": "Esporta", "Don't trust, verify": "Non fidarti, verifica", - "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "La tua comunicazione è cifrata end-to-end con OpenPGP. Puoi verificare la privacy di questa chat utilizzando qualunque strumento basato sull'OpenPGP standard.", + "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "La tua comunicazione \u00e8 cifrata end-to-end con OpenPGP. Puoi verificare la privacy di questa chat utilizzando qualunque strumento basato sull'OpenPGP standard.", "Learn how to verify": "Impara come verificare", "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "La tua chiave PGP pubblica. Il tuo pari la utilizza per cifrare i messaggi che solo tu puoi leggere.", "Your public key": "La tua chiave pubblica", - "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "La chiave PGP pubblica del tuo pari. La utilizzi per cifrare i messaggi che solo il tuo pari può leggere e per verificare che la firma del tuo pari nei messaggi che ricevi.", + "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "La chiave PGP pubblica del tuo pari. La utilizzi per cifrare i messaggi che solo il tuo pari pu\u00f2 leggere e per verificare che la firma del tuo pari nei messaggi che ricevi.", "Peer public key": "La chiave pubblica del tuo pari", "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "La tua chiave privata cifrata. La utilizzi per decifrare i messaggi che il tuo pari ha cifrato per te. La usi anche quando firmi i messaggi che invii.", "Your encrypted private key": "La tua chiave privata cifrata", @@ -275,8 +268,7 @@ "Save messages as a JSON file": "Salva i messaggi come file JSON", "Messages": "Messaggi", "Verified signature by {{nickname}}": "Verifica la firma di {{nickname}}", - "Cannot verify signature of {{nickname}}": "Non è possibile verificare la firma di {{nickname}}", - + "Cannot verify signature of {{nickname}}": "Non \u00e8 possibile verificare la firma di {{nickname}}", "CONTRACT BOX - TradeBox.js": "The Contract Box that guides users trough the whole trade pipeline", "Contract Box": "Contratto", "Robots show commitment to their peers": "I Robottini dimostrano dedizione verso i loro pari", @@ -284,20 +276,20 @@ "Lock {{amountSats}} Sats to TAKE order": "Blocca {{amountSats}} Sats per ACCETTARE l'ordine", "Lock {{amountSats}} Sats as collateral": "Blocca {{amountSats}} Sats come garanzia", "Copy to clipboard": "Copia", - "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Questa è una ricevuta di deposito, verrà congelata nel tuo wallet. Sarà riscossa solamente in caso di annullamento o perdita di una disputa.", - "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Questa è una ricevuta di deposito, verrà congelata nel tuo wallet. Sarà accreditata all'acquirente una volta tu abbia confermato di aver ricevuto {{currencyCode}}.", - "Your maker bond is locked": "La tua cauzione di offerente è stata bloccata", - "Your taker bond is locked": "La tua cauzione di acquirente è stata bloccata", - "Your maker bond was settled": "La tua cauzione di offerente è stata saldata", - "Your taker bond was settled": "La tua cauzione di acquirente è stata saldata", - "Your maker bond was unlocked": "La tua cauzione di offerente è stata sbloccata", - "Your taker bond was unlocked": "La tua cauzione di acquirente è stata sbloccata", - "Your order is public": "Il tuo ordine è pubblico", - "Be patient while robots check the book. This box will ring 🔊 once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Sii paziente mentre i robottini controllano il registro. Questo box squillerà 🔊 appena un robottino accetta il tuo ordine, dopodiché avrai {{deposit_timer_hours}}h {{deposit_timer_minutes}}m per rispondere. Se non rispondi, rischi di perdere la cauzione.", - "If the order expires untaken, your bond will return to you (no action needed).": "Se l'ordine scade senza venire accettato, la cauzione ti sarà restituita (nessun'azione richiesta).", + "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Questa \u00e8 una ricevuta di deposito, verr\u00e0 congelata nel tuo wallet. Sar\u00e0 riscossa solamente in caso di annullamento o perdita di una disputa.", + "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Questa \u00e8 una ricevuta di deposito, verr\u00e0 congelata nel tuo wallet. Sar\u00e0 accreditata all'acquirente una volta tu abbia confermato di aver ricevuto {{currencyCode}}.", + "Your maker bond is locked": "La tua cauzione di offerente \u00e8 stata bloccata", + "Your taker bond is locked": "La tua cauzione di acquirente \u00e8 stata bloccata", + "Your maker bond was settled": "La tua cauzione di offerente \u00e8 stata saldata", + "Your taker bond was settled": "La tua cauzione di acquirente \u00e8 stata saldata", + "Your maker bond was unlocked": "La tua cauzione di offerente \u00e8 stata sbloccata", + "Your taker bond was unlocked": "La tua cauzione di acquirente \u00e8 stata sbloccata", + "Your order is public": "Il tuo ordine \u00e8 pubblico", + "Be patient while robots check the book. This box will ring \ud83d\udd0a once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Sii paziente mentre i robottini controllano il registro. Questo box squiller\u00e0 \ud83d\udd0a appena un robottino accetta il tuo ordine, dopodich\u00e9 avrai {{deposit_timer_hours}}h {{deposit_timer_minutes}}m per rispondere. Se non rispondi, rischi di perdere la cauzione.", + "If the order expires untaken, your bond will return to you (no action needed).": "Se l'ordine scade senza venire accettato, la cauzione ti sar\u00e0 restituita (nessun'azione richiesta).", "Enable Telegram Notifications": "Attiva notifiche Telegram", "Enable TG Notifications": "Attiva notifiche TG", - "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Sarai introdotto in conversazione con il bot RoboSats su telegram. Apri semplicemente la chat e premi Start. Considera che attivando le notifiche telegram potresti ridurre il tuo livello di anonimità.", + "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Sarai introdotto in conversazione con il bot RoboSats su telegram. Apri semplicemente la chat e premi Start. Considera che attivando le notifiche telegram potresti ridurre il tuo livello di anonimit\u00e0.", "Go back": "Indietro", "Enable": "Attiva", "Telegram enabled": "Telegram attivato", @@ -305,33 +297,33 @@ "Premium rank": "Classifica del premio", "Among public {{currencyCode}} orders (higher is cheaper)": "Tra gli ordini pubblici in {{currencyCode}} (costo crescente)", "A taker has been found!": "E' stato trovato un acquirente!", - "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Aspetta che l'acquirente blocchi una cauzione. Se l'acquirente non blocca una cauzione in tempo, l'ordine verrà reso nuovamente pubblico.", + "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Aspetta che l'acquirente blocchi una cauzione. Se l'acquirente non blocca una cauzione in tempo, l'ordine verr\u00e0 reso nuovamente pubblico.", "Submit an invoice for {{amountSats}} Sats": "Invia una ricevuta per {{amountSats}} Sats", - "The taker is committed! Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC. Please provide a valid invoice for {{amountSats}} Satoshis.": "L'acquirente si è impegnato! Prima di lasciarti inviare {{amountFiat}} {{currencyCode}}, vogliamo assicurarci tu sia in grado di ricevere i BTC. Per favore invia una fattura valida per {{amountSats}} Sats.", + "The taker is committed! Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC. Please provide a valid invoice for {{amountSats}} Satoshis.": "L'acquirente si \u00e8 impegnato! Prima di lasciarti inviare {{amountFiat}} {{currencyCode}}, vogliamo assicurarci tu sia in grado di ricevere i BTC. Per favore invia una fattura valida per {{amountSats}} Sats.", "Payout Lightning Invoice": "Fattura di pagamento Lightning", "Your invoice looks good!": "La tua fattura va bene!", "We are waiting for the seller to lock the trade amount.": "Stiamo aspettando che l'offerente blocchi l'ammontare della transazione.", - "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Aspetta un attimo. Se l'offerente non effettua il deposito, riceverai indietro la cauzione automaticamente. In più, riceverai un compenso (controlla le ricompense sul tuo profilo).", - "The trade collateral is locked!": "La garanzia di transazione è stata bloccata!", + "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Aspetta un attimo. Se l'offerente non effettua il deposito, riceverai indietro la cauzione automaticamente. In pi\u00f9, riceverai un compenso (controlla le ricompense sul tuo profilo).", + "The trade collateral is locked!": "La garanzia di transazione \u00e8 stata bloccata!", "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "Stiamo aspettando che l'acquirente invii una fattura lightning. Appena fatto, sarai in grado di comunicare direttamente i dettagli di pagamento fiat.", - "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Aspetta un attimo. Se l'acquirente non collabora, ti verranno restituite automaticamente la garanzia di transazione e la cauzione. In più, riceverai un compenso (controlla le ricompense sul tuo profilo).", + "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Aspetta un attimo. Se l'acquirente non collabora, ti verranno restituite automaticamente la garanzia di transazione e la cauzione. In pi\u00f9, riceverai un compenso (controlla le ricompense sul tuo profilo).", "Confirm {{amount}} {{currencyCode}} sent": "Conferma l'invio di {{amount}} {{currencyCode}}", "Confirm {{amount}} {{currencyCode}} received": "Conferma la ricezione di {{amount}} {{currencyCode}}", "Open Dispute": "Apri una disputa", - "The order has expired": "L'ordine è scaduto", + "The order has expired": "L'ordine \u00e8 scaduto", "Chat with the buyer": "Chatta con l'acquirente", "Chat with the seller": "Chatta con l'offerente", "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Saluta! Sii utile e conciso. Fai sapere come inviarti {{amount}} {{currencyCode}}.", "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "L'acquirente ha inviato fiat. Clicca 'Conferma ricezione' appena li ricevi.", - "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "Saluta! Chiedi i dettagli di pagamento e clicca 'Confirma invio' appena il pagamento è inviato.", + "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "Saluta! Chiedi i dettagli di pagamento e clicca 'Confirma invio' appena il pagamento \u00e8 inviato.", "Wait for the seller to confirm he has received the payment.": "Aspetta che l'offerente confermi la ricezione del pagamento.", "Confirm you received {{amount}} {{currencyCode}}?": "Confermi la ricezione di {{amount}} {{currencyCode}}?", - "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Confermando la ricezione del fiat la transazione sarà finalizzata. I sats depositati saranno rilasciati all'acquirente. Conferma solamente dopo che {{amount}} {{currencyCode}} sono arrivati sul tuo conto. In più, se se hai ricevuto {{currencyCode}} e non procedi a confermare la ricezione, rischi di perdere la cauzione.", + "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Confermando la ricezione del fiat la transazione sar\u00e0 finalizzata. I sats depositati saranno rilasciati all'acquirente. Conferma solamente dopo che {{amount}} {{currencyCode}} sono arrivati sul tuo conto. In pi\u00f9, se se hai ricevuto {{currencyCode}} e non procedi a confermare la ricezione, rischi di perdere la cauzione.", "Confirm": "Conferma", "Trade finished!": "Transazione conclusa!", "rate_robosats": "Cosa pensi di <1>RoboSats?", - "Thank you! RoboSats loves you too ❤️": "Grazie! Anche +RoboSats ti ama ❤️", - "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats migliora se ha più liquidità ed utenti. Parla di Robosats ai tuoi amici bitcoiner!", + "Thank you! RoboSats loves you too \u2764\ufe0f": "Grazie! Anche +RoboSats ti ama \u2764\ufe0f", + "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats migliora se ha pi\u00f9 liquidit\u00e0 ed utenti. Parla di Robosats ai tuoi amici bitcoiner!", "Thank you for using Robosats!": "Grazie per aver usato Robosats!", "let_us_know_hot_to_improve": "Facci sapere come migliorare la piattaforma (<1>Telegram / <3>Github)", "Start Again": "Ricomincia", @@ -339,16 +331,16 @@ "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats sta provando a pagare la tua fattura lightning. Ricorda che i nodi lightning devono essere online per ricevere pagamenti.", "Retrying!": "Retrying!", "Lightning Routing Failed": "Instradamento lightning non riuscito", - "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "La tua fattura è scaduta o sono stati fatti più di 3 tentativi di pagamento. Invia una nuova fattura.", + "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "La tua fattura \u00e8 scaduta o sono stati fatti pi\u00f9 di 3 tentativi di pagamento. Invia una nuova fattura.", "Check the list of compatible wallets": "Controlla la lista di wallet compatibili", "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.", "Next attempt in": "Prossimo tentativo", "Do you want to open a dispute?": "Vuoi aprire una disputa?", - "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Lo staff di RoboSats esaminerà le dichiarazioni e le prove fornite. È necessario costruire un caso completo, poiché lo staff non può leggere la chat. È meglio fornire un metodo di contatto temporaneo insieme alla propria dichiarazione. I satoshi presenti nel deposito saranno inviati al vincitore della disputa, mentre il perdente perderà il deposito", + "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Lo staff di RoboSats esaminer\u00e0 le dichiarazioni e le prove fornite. \u00c8 necessario costruire un caso completo, poich\u00e9 lo staff non pu\u00f2 leggere la chat. \u00c8 meglio fornire un metodo di contatto temporaneo insieme alla propria dichiarazione. I satoshi presenti nel deposito saranno inviati al vincitore della disputa, mentre il perdente perder\u00e0 il deposito", "Disagree": "Non sono d'accordo", "Agree and open dispute": "Sono d'accordo e apri una disputa", "A dispute has been opened": "E' stata aperta una disputa", - "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Per favore, invia la tua dichiarazione. Sii chiaro e specifico sull'accaduto e fornisci le prove necessarie. DEVI fornire un metodo di contatto: email temporanea, nome utente XMPP o telegram per contattare lo staff. Le dispute vengono risolte a discrezione di veri robot (alias umani), quindi sii il più collaborativo possibile per garantire un esito equo. Massimo 5000 caratteri.", + "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Per favore, invia la tua dichiarazione. Sii chiaro e specifico sull'accaduto e fornisci le prove necessarie. DEVI fornire un metodo di contatto: email temporanea, nome utente XMPP o telegram per contattare lo staff. Le dispute vengono risolte a discrezione di veri robot (alias umani), quindi sii il pi\u00f9 collaborativo possibile per garantire un esito equo. Massimo 5000 caratteri.", "Submit dispute statement": "Dichiarazione inviata", "We have received your statement": "Abbiamo ricevuto la tua dichiarazione", "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Siamo in attesa della dichiarazione della controparte. Se hai dubbi sullo stato della disputa o vuoi aggiungere ulteriori informazioni, contatta robosats@protonmail.com.", @@ -356,69 +348,68 @@ "We have the statements": "Abbiamo ricevuto le dichiarazioni", "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Sono state ricevute entrambe le dichiarazioni, attendi che lo staff risolva la disputa. Se sei incerto sullo stato della controversia o vuoi aggiungere ulteriori informazioni, contatta robosats@protonmail.com. Se non hai fornito un metodo di contatto o non sei sicuro di aver scritto bene, scrivici immediatamente.", "You have won the dispute": "Hai vinto la disputa", - "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Puoi richiedere l'importo per la risoluzione delle controversie (deposito e cauzione) dalla sezione ricompense del tuo profilo. Se c'è qualcosa per cui lo staff può essere d'aiuto, non esitare a contattare robosats@protonmail.com (o tramite il metodo di contatto temporaneo fornito).", + "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Puoi richiedere l'importo per la risoluzione delle controversie (deposito e cauzione) dalla sezione ricompense del tuo profilo. Se c'\u00e8 qualcosa per cui lo staff pu\u00f2 essere d'aiuto, non esitare a contattare robosats@protonmail.com (o tramite il metodo di contatto temporaneo fornito).", "You have lost the dispute": "Hai perso la disputa", - "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Purtroppo hai perso la disputa. Se ritieni che si tratti di un errore, puoi chiedere di riaprire il caso inviando una email all'indirizzo robosats@protonmail.com. Tuttavia, le probabilità che il caso venga esaminato nuovamente sono basse.", + "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Purtroppo hai perso la disputa. Se ritieni che si tratti di un errore, puoi chiedere di riaprire il caso inviando una email all'indirizzo robosats@protonmail.com. Tuttavia, le probabilit\u00e0 che il caso venga esaminato nuovamente sono basse.", "Expired not taken": "Scaduto non accettato", "Maker bond not locked": "Cauzione dell'offerente non bloccata", "Escrow not locked": "Deposito non bloccato", "Invoice not submitted": "Fattura non inviata", - "Neither escrow locked or invoice submitted": "Nè deposito bloccato nè fattura inviata", + "Neither escrow locked or invoice submitted": "N\u00e8 deposito bloccato n\u00e8 fattura inviata", "Renew Order": "Rinnova l'ordine", "Pause the public order": "Sospendi l'ordine pubblico", - "Your order is paused": "Il tuo ordine è in sospeso", - "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Il tuo ordine pubblico è in sospeso. Al momento non può essere visto o accettato da altri robot. È possibile scegliere di toglierlo dalla pausa in qualsiasi momento", + "Your order is paused": "Il tuo ordine \u00e8 in sospeso", + "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Il tuo ordine pubblico \u00e8 in sospeso. Al momento non pu\u00f2 essere visto o accettato da altri robot. \u00c8 possibile scegliere di toglierlo dalla pausa in qualsiasi momento", "Unpause Order": "Rimuovi la pausa all'ordine", - "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "Rischi di perdere la tua cauzione se non blocchi la garanzia. Il tempo totale a disposizione è {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.", + "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "Rischi di perdere la tua cauzione se non blocchi la garanzia. Il tempo totale a disposizione \u00e8 {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.", "See Compatible Wallets": "Vedi wallet compatibili", "Failure reason:": "Ragione del fallimento:", - "Payment isn't failed (yet)": "Il pagamanto non è fallito (per adesso)", - "There are more routes to try, but the payment timeout was exceeded.": "Ci sono altri percorsi da tentare, ma il tempo massimo per il pagamento è stato superato.", + "Payment isn't failed (yet)": "Il pagamanto non \u00e8 fallito (per adesso)", + "There are more routes to try, but the payment timeout was exceeded.": "Ci sono altri percorsi da tentare, ma il tempo massimo per il pagamento \u00e8 stato superato.", "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "Tutti i percorsi possibili sono stati provati e hanno fallito definitivamente. Oppure non c'erano percorsi per raggiungere la destinazione.", "A non-recoverable error has occurred.": "E' avvenuto un errore non recuperabile.", "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "I dettagli del pagamento sono incorretti (hash sconosciuto, somma invalida o CLTV delta finale invalido).", "Insufficient unlocked balance in RoboSats' node.": "Saldo sbloccato nel nodo RoboSats insufficiente.", - "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "La fattura inviata ha solo indicazioni di instradamento costose, stai usando un wallet incompatibile (probabilmente Muun?). Controlla la guida alla compatibilità dei wallet su wallets.robosats.com", + "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "La fattura inviata ha solo indicazioni di instradamento costose, stai usando un wallet incompatibile (probabilmente Muun?). Controlla la guida alla compatibilit\u00e0 dei wallet su wallets.robosats.com", "The invoice provided has no explicit amount": "La fattura inviata non contiene una somma esplicita", "Does not look like a valid lightning invoice": "Non assomiglia a una fattura lightning valida", - "The invoice provided has already expired": "La fattura inviata è già scaduta", - "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Assicurati di esportare il log della chat. Lo staff potrebbe richiedere il file JSON di log della chat esportato per risolvere eventuali dispute. È tua responsabilità conservarlo.", - + "The invoice provided has already expired": "La fattura inviata \u00e8 gi\u00e0 scaduta", + "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Assicurati di esportare il log della chat. Lo staff potrebbe richiedere il file JSON di log della chat esportato per risolvere eventuali dispute. \u00c8 tua responsabilit\u00e0 conservarlo.", "INFO DIALOG - InfoDiagog.js": "App information and clarifications and terms of use", "Close": "Chiudi", - "What is RoboSats?": "Cos'è RoboSats?", + "What is RoboSats?": "Cos'\u00e8 RoboSats?", "It is a BTC/FIAT peer-to-peer exchange over lightning.": "E' una borsa di scambio BTC/FIAT peer-to-peer che utilizza lightning.", - "RoboSats is an open source project ": "RoboSats è un progetto open-source", - "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "Semplifica il coordinamento tra parti e riduce al minimo la necessità di fiducia. RoboSats si concentra su privacy e velocità.", + "RoboSats is an open source project ": "RoboSats \u00e8 un progetto open-source", + "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "Semplifica il coordinamento tra parti e riduce al minimo la necessit\u00e0 di fiducia. RoboSats si concentra su privacy e velocit\u00e0.", "(GitHub).": "(GitHub).", "How does it work?": "Come funziona?", - "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 vuole vendere bitcoin. Ella invia un ordine di vendita. BafflingBob02 vuole acquistare bitcoin e accetta l'ordine di Alice. Entrambi devono inviare una piccola cauzione utilizzando lightning per dimostrare di essere dei veri robot. Quindi, Alice invia la garanzia utilizzando ancora una fattura lightning. RoboSats blocca la fattura finché Alice non conferma di aver ricevuto il denaro fiat, quindi i satoshi vengono rilasciati a Bob. Goditi i tuoi Sats, Bob!", - "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "In nessun momento, AnonymousAlice01 e BafflingBob02 devono affidare i fondi bitcoin l'uno all'altro. In caso di conflitto, lo staff di RoboSats aiuterà a risolvere la disputa.", - "You can find a step-by-step description of the trade pipeline in ": "Una descrizione passo passo della pipeline di scambio è disponibile in ", + "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 vuole vendere bitcoin. Ella invia un ordine di vendita. BafflingBob02 vuole acquistare bitcoin e accetta l'ordine di Alice. Entrambi devono inviare una piccola cauzione utilizzando lightning per dimostrare di essere dei veri robot. Quindi, Alice invia la garanzia utilizzando ancora una fattura lightning. RoboSats blocca la fattura finch\u00e9 Alice non conferma di aver ricevuto il denaro fiat, quindi i satoshi vengono rilasciati a Bob. Goditi i tuoi Sats, Bob!", + "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "In nessun momento, AnonymousAlice01 e BafflingBob02 devono affidare i fondi bitcoin l'uno all'altro. In caso di conflitto, lo staff di RoboSats aiuter\u00e0 a risolvere la disputa.", + "You can find a step-by-step description of the trade pipeline in ": "Una descrizione passo passo della pipeline di scambio \u00e8 disponibile in ", "How it works": "Come funziona", "You can also check the full guide in ": "Puoi anche consultare la guida completa in ", "How to use": "Come usarlo", "What payment methods are accepted?": "Quali pagamenti sono accettati?", - "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Tutti, purchè siano veloci. Puoi indicare i tuoi metodi di pagamenti preferiti. Dovrai trovare un tuo pari che preferisce gli stessi metodi. Il passaggio di trasferimento di fiat ha una scadenza di 24 ore prima che una disputa sia aperta automaticamente. Raccomandiamo caldamente di usare canali di pagamento fiat instantanei.", + "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Tutti, purch\u00e8 siano veloci. Puoi indicare i tuoi metodi di pagamenti preferiti. Dovrai trovare un tuo pari che preferisce gli stessi metodi. Il passaggio di trasferimento di fiat ha una scadenza di 24 ore prima che una disputa sia aperta automaticamente. Raccomandiamo caldamente di usare canali di pagamento fiat instantanei.", "Are there trade limits?": "Ci sono limiti agli scambi?", - "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "La dimensione massima di una singola operazione è di {{maxAmount}} Sats per ridurre al minimo il fallimento del traffico su lightning. Non ci sono limiti al numero di operazioni al giorno. Un robot può avere un solo ordine alla volta. Tuttavia, è possibile utilizzare più robot contemporaneamente in browser diversi (ricordarsi di eseguire il backup dei gettoni dei robot!).", - "Is RoboSats private?": "RoboSats è privato?", - "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats non ti chiederà mai il nome, il paese o il documento d'identità. RoboSats non custodisce i tuoi fondi e non si interessa di chi sei. RoboSats non raccoglie né custodisce alcun dato personale. Per un migliore anonimato, usa il Tor Browser e accedi al servizio nascosto .onion.", - "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "Il tuo pari di trading è l'unico che può potenzialmente scoprire qualcosa su di te. Mantieni la chat breve e concisa. Evita di fornire informazioni non essenziali se non quelle strettamente necessarie per il pagamento in fiat.", + "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "La dimensione massima di una singola operazione \u00e8 di {{maxAmount}} Sats per ridurre al minimo il fallimento del traffico su lightning. Non ci sono limiti al numero di operazioni al giorno. Un robot pu\u00f2 avere un solo ordine alla volta. Tuttavia, \u00e8 possibile utilizzare pi\u00f9 robot contemporaneamente in browser diversi (ricordarsi di eseguire il backup dei gettoni dei robot!).", + "Is RoboSats private?": "RoboSats \u00e8 privato?", + "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats non ti chieder\u00e0 mai il nome, il paese o il documento d'identit\u00e0. RoboSats non custodisce i tuoi fondi e non si interessa di chi sei. RoboSats non raccoglie n\u00e9 custodisce alcun dato personale. Per un migliore anonimato, usa il Tor Browser e accedi al servizio nascosto .onion.", + "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "Il tuo pari di trading \u00e8 l'unico che pu\u00f2 potenzialmente scoprire qualcosa su di te. Mantieni la chat breve e concisa. Evita di fornire informazioni non essenziali se non quelle strettamente necessarie per il pagamento in fiat.", "What are the risks?": "Quali sono i rischi?", - "This is an experimental application, things could go wrong. Trade small amounts!": "Questa è un'applicazione sperimentale, le cose potrebbero andare male. Scambia piccole quantità!", - "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "L'offerente è soggetto allo stesso rischio di charge-back di qualsiasi altro servizio peer-to-peer. Paypal o le carte di credito non sono raccomandate.", - "What is the trust model?": "Qual è il modello di fiducia?", - "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "L'acquirente e l'offerente non devono mai avere fiducia l'uno nell'altro. È necessaria una certa fiducia nei confronti di RoboSats, poiché il collegamento tra la fattura di vendita e il pagamento dell'acquirente non è ancora atomico. Inoltre, le dispute sono risolte dallo staff di RoboSats.", - "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "Per essere chiari. I requisiti di fiducia sono ridotti al minimo. Tuttavia, c'è ancora un modo in cui RoboSats potrebbe scappare con i tuoi satoshi: non rilasciando i satoshs all'acquirente. Si potrebbe obiettare che questa mossa non è nell'interesse di RoboSats, in quanto ne danneggerebbe la reputazione per un piccolo guadagno. Tuttavia, dovresti indugiare e scambiare solo piccole quantità alla volta. Per grandi quantità, utilizzate un servizio di deposito a garanzia onchain come Bisq.", - "You can build more trust on RoboSats by inspecting the source code.": "È possibile ottenere maggiore fiducia in RoboSats ispezionando il codice sorgente.", + "This is an experimental application, things could go wrong. Trade small amounts!": "Questa \u00e8 un'applicazione sperimentale, le cose potrebbero andare male. Scambia piccole quantit\u00e0!", + "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "L'offerente \u00e8 soggetto allo stesso rischio di charge-back di qualsiasi altro servizio peer-to-peer. Paypal o le carte di credito non sono raccomandate.", + "What is the trust model?": "Qual \u00e8 il modello di fiducia?", + "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "L'acquirente e l'offerente non devono mai avere fiducia l'uno nell'altro. \u00c8 necessaria una certa fiducia nei confronti di RoboSats, poich\u00e9 il collegamento tra la fattura di vendita e il pagamento dell'acquirente non \u00e8 ancora atomico. Inoltre, le dispute sono risolte dallo staff di RoboSats.", + "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "Per essere chiari. I requisiti di fiducia sono ridotti al minimo. Tuttavia, c'\u00e8 ancora un modo in cui RoboSats potrebbe scappare con i tuoi satoshi: non rilasciando i satoshs all'acquirente. Si potrebbe obiettare che questa mossa non \u00e8 nell'interesse di RoboSats, in quanto ne danneggerebbe la reputazione per un piccolo guadagno. Tuttavia, dovresti indugiare e scambiare solo piccole quantit\u00e0 alla volta. Per grandi quantit\u00e0, utilizzate un servizio di deposito a garanzia onchain come Bisq.", + "You can build more trust on RoboSats by inspecting the source code.": "\u00c8 possibile ottenere maggiore fiducia in RoboSats ispezionando il codice sorgente.", "Project source code": "Codice sorgente del progetto", "What happens if RoboSats suddenly disappears?": "Cosa succede se RoboSats sparisce improvvisamente?", - "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "I tuoi sats torneranno a te. Qualsiasi fattura in sospeso non saldata sarà automaticamente restituita anche se RoboSats dovesse scomparire per sempre. Questo vale sia per le cauzioni bloccate che per i depositi. Tuttavia, c'è una piccola finestra tra il momento in cui l'offerente conferma il FIAT RICEVUTO e il momento in cui l'acquirente riceve i satoshi, in cui i fondi potrebbero essere persi in modo permanente se RoboSats scomparisse. Questa finestra dura circa 1 secondo. Assicuratevi di avere abbastanza liquidità in entrata per evitare errori di instradamento. In caso di problemi, contattare i canali pubblici di RoboSats.", - "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "In molti Paesi l'utilizzo di RoboSats non è diverso da quello di Ebay o Craiglist. Le normative possono variare. È tua responsabilità conformarti.", - "Is RoboSats legal in my country?": "RoboSats è legale nel mio Paese?", + "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "I tuoi sats torneranno a te. Qualsiasi fattura in sospeso non saldata sar\u00e0 automaticamente restituita anche se RoboSats dovesse scomparire per sempre. Questo vale sia per le cauzioni bloccate che per i depositi. Tuttavia, c'\u00e8 una piccola finestra tra il momento in cui l'offerente conferma il FIAT RICEVUTO e il momento in cui l'acquirente riceve i satoshi, in cui i fondi potrebbero essere persi in modo permanente se RoboSats scomparisse. Questa finestra dura circa 1 secondo. Assicuratevi di avere abbastanza liquidit\u00e0 in entrata per evitare errori di instradamento. In caso di problemi, contattare i canali pubblici di RoboSats.", + "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "In molti Paesi l'utilizzo di RoboSats non \u00e8 diverso da quello di Ebay o Craiglist. Le normative possono variare. \u00c8 tua responsabilit\u00e0 conformarti.", + "Is RoboSats legal in my country?": "RoboSats \u00e8 legale nel mio Paese?", "Disclaimer": "Avvertenza", - "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Questa applicazione lightning viene fornita così com'è. È in fase di sviluppo attivo: è opportuno utilizzarla con la massima cautela. Non esiste un supporto privato. Il supporto è offerto solo attraverso i canali pubblici ", + "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Questa applicazione lightning viene fornita cos\u00ec com'\u00e8. \u00c8 in fase di sviluppo attivo: \u00e8 opportuno utilizzarla con la massima cautela. Non esiste un supporto privato. Il supporto \u00e8 offerto solo attraverso i canali pubblici ", "(Telegram)": "(Telegram)", - ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats non ti contatterà mai. RoboSats non chiederà mai il gettone del tuo robot." + ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats non ti contatter\u00e0 mai. RoboSats non chieder\u00e0 mai il gettone del tuo robot." } diff --git a/frontend/static/locales/pl.json b/frontend/static/locales/pl.json index 1cf30ced..4310eecf 100644 --- a/frontend/static/locales/pl.json +++ b/frontend/static/locales/pl.json @@ -1,358 +1,349 @@ { "UNSAFE ALERT - UnsafeAlert.js": "Alert that shows on top when browsing from the unsafe clearnet sites", - "You are not using RoboSats privately": "Nie używasz Robosats prywatnie", - "desktop_unsafe_alert": "Niektóre funkcje są wyłączone dla Twojej ochrony (np. czat) i bez nich nie będziesz w stanie dokonać transakcji. Aby chronić swoją prywatność i w pełni włączyć RoboSats, użyj <1>Tor Browser i odwiedź <3>onion.", - "phone_unsafe_alert": "Nie będziesz w stanie sfinalizować transakcji. Użyj <1>Tor Browser i odwiedź witrynę <3>Onion.", - "Hide": "Ukryć", - + "You are not using RoboSats privately": "Nie u\u017cywasz Robosats prywatnie", + "desktop_unsafe_alert": "Niekt\u00f3re funkcje s\u0105 wy\u0142\u0105czone dla Twojej ochrony (np. czat) i bez nich nie b\u0119dziesz w stanie dokona\u0107 transakcji. Aby chroni\u0107 swoj\u0105 prywatno\u015b\u0107 i w pe\u0142ni w\u0142\u0105czy\u0107 RoboSats, u\u017cyj <1>Tor Browser i odwied\u017a <3>onion.", + "phone_unsafe_alert": "Nie b\u0119dziesz w stanie sfinalizowa\u0107 transakcji. U\u017cyj <1>Tor Browser i odwied\u017a witryn\u0119 <3>Onion.", + "Hide": "Ukry\u0107", "USER GENERATION PAGE - UserGenPage.js": "Landing Page and User Generation", - "Simple and Private LN P2P Exchange": "Łatwa i prywatna wymiana P2P LN", - "This is your trading avatar": "To jest twój awatar handlowy", - "Store your token safely": "Przechowuj swój token bezpiecznie", + "Simple and Private LN P2P Exchange": "\u0141atwa i prywatna wymiana P2P LN", + "This is your trading avatar": "To jest tw\u00f3j awatar handlowy", + "Store your token safely": "Przechowuj sw\u00f3j token bezpiecznie", "A robot avatar was found, welcome back!": "Znaleziono awatar robota, witamy ponownie!", "Copied!": "Skopiowane!", "Generate a new token": "Wygeneruj nowy token", "Generate Robot": "Generuj robota", - "You must enter a new token first": "Musisz najpierw wprowadzić nowy token", - "Make Order": "Złóż zamówienie", + "You must enter a new token first": "Musisz najpierw wprowadzi\u0107 nowy token", + "Make Order": "Z\u0142\u00f3\u017c zam\u00f3wienie", "Info": "Info", - "View Book": "Zobacz książkę", - - "MAKER PAGE - MakerPage.js": "To jest strona, na której użytkownicy mogą tworzyć nowe zamówienia", - "Order": "Zamówienie", + "View Book": "Zobacz ksi\u0105\u017ck\u0119", + "MAKER PAGE - MakerPage.js": "To jest strona, na kt\u00f3rej u\u017cytkownicy mog\u0105 tworzy\u0107 nowe zam\u00f3wienia", + "Order": "Zam\u00f3wienie", "Customize": "Dostosuj", - "Buy or Sell Bitcoin?": "Chcesz kupić lub sprzedać Bitcoin?", - "Buy": "Kupić", - "Sell": "Sprzedać", - "Amount": "Ilość", + "Buy or Sell Bitcoin?": "Chcesz kupi\u0107 lub sprzeda\u0107 Bitcoin?", + "Buy": "Kupi\u0107", + "Sell": "Sprzeda\u0107", + "Amount": "Ilo\u015b\u0107", "Amount of fiat to exchange for bitcoin": "Kwota fiat do wymiany na bitcoin", - "Invalid": "Nieważny", - "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "Wpisz swoje preferowane metody płatności fiat. Zdecydowanie zaleca się szybkie metody.", - "Must be shorter than 65 characters": "Musi być krótszy niż 65 znaków", + "Invalid": "Niewa\u017cny", + "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "Wpisz swoje preferowane metody p\u0142atno\u015bci fiat. Zdecydowanie zaleca si\u0119 szybkie metody.", + "Must be shorter than 65 characters": "Musi by\u0107 kr\u00f3tszy ni\u017c 65 znak\u00f3w", "Swap Destination(s)": "Swap miejsce/miejsca docelowe", - "Fiat Payment Method(s)": "Fiat Metoda/Metody płatności", - "You can add any method": "Możesz dodać dowolną metodę", + "Fiat Payment Method(s)": "Fiat Metoda/Metody p\u0142atno\u015bci", + "You can add any method": "Mo\u017cesz doda\u0107 dowoln\u0105 metod\u0119", "Add New": "Dodaj nowe", - "Choose a Pricing Method": "Wybierz metodę ustalania cen", - "Relative": "Względny", - "Let the price move with the market": "Niech cena porusza się wraz z rynkiem", + "Choose a Pricing Method": "Wybierz metod\u0119 ustalania cen", + "Relative": "Wzgl\u0119dny", + "Let the price move with the market": "Niech cena porusza si\u0119 wraz z rynkiem", "Premium over Market (%)": "Premia nad rynkiem (%)", "Explicit": "Sprecyzowany", - "Set a fix amount of satoshis": "Ustaw stałą ilość satoshi", + "Set a fix amount of satoshis": "Ustaw sta\u0142\u0105 ilo\u015b\u0107 satoshi", "Satoshis": "Satoshis", - "Let the taker chose an amount within the range": "Niech biorący wybierze kwotę z zakresu", - "Enable Amount Range": "Włącz zakres kwot", + "Let the taker chose an amount within the range": "Niech bior\u0105cy wybierze kwot\u0119 z zakresu", + "Enable Amount Range": "W\u0142\u0105cz zakres kwot", "From": "Od", "to": "do", "Public Duration (HH:mm)": "Czas trwania publicznego (HH:mm)", - "Set the skin-in-the-game, increase for higher safety assurance": "Ustaw skin-in-the-game, zwiększ, aby zapewnić większe bezpieczeństwo", - "Fidelity Bond Size": "Rozmiar obligacji wierności", - "Allow bondless takers": "Zezwól na osoby bez obligacji", - "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "WKRÓTCE - Wysokie ryzyko! Ograniczony do {{limitSats}}K Sats", - "You must fill the order correctly": "Musisz poprawnie wypełnić zamówienie", - "Create Order": "Utwórz zamówienie", + "Set the skin-in-the-game, increase for higher safety assurance": "Ustaw skin-in-the-game, zwi\u0119ksz, aby zapewni\u0107 wi\u0119ksze bezpiecze\u0144stwo", + "Fidelity Bond Size": "Rozmiar obligacji wierno\u015bci", + "Allow bondless takers": "Zezw\u00f3l na osoby bez obligacji", + "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "WKR\u00d3TCE - Wysokie ryzyko! Ograniczony do {{limitSats}}K Sats", + "You must fill the order correctly": "Musisz poprawnie wype\u0142ni\u0107 zam\u00f3wienie", + "Create Order": "Utw\u00f3rz zam\u00f3wienie", "Back": "Z powrotem", - "Create a BTC buy order for ": "Utwórz zlecenie kupna BTC dla ", - "Create a BTC sell order for ": "Utwórz zlecenie sprzedaży BTC dla ", + "Create a BTC buy order for ": "Utw\u00f3rz zlecenie kupna BTC dla ", + "Create a BTC sell order for ": "Utw\u00f3rz zlecenie sprzeda\u017cy BTC dla ", " of {{satoshis}} Satoshis": " z {{satoshis}} Satoshis", " at market price": " po cenie rynkowej", " at a {{premium}}% premium": " o godz {{premium}}% premia", - " at a {{discount}}% discount": " o godz {{discount}}% zniżka", - "Must be less than {{max}}%": "To musi być mniejsza niż {{max}}%", - "Must be more than {{min}}%": "To musi być więcej niż {{min}}%", - "Must be less than {{maxSats}": "To musi być mniej niż {{maxSats}}", - "Must be more than {{minSats}}": "To musi być więcej niż {{minSats}}", - - "PAYMENT METHODS - autocompletePayments.js": "Ciągi metod płatności", - "not specified": "Nieokreślony", + " at a {{discount}}% discount": " o godz {{discount}}% zni\u017cka", + "Must be less than {{max}}%": "To musi by\u0107 mniejsza ni\u017c {{max}}%", + "Must be more than {{min}}%": "To musi by\u0107 wi\u0119cej ni\u017c {{min}}%", + "Must be less than {{maxSats}": "To musi by\u0107 mniej ni\u017c {{maxSats}}", + "Must be more than {{minSats}}": "To musi by\u0107 wi\u0119cej ni\u017c {{minSats}}", + "PAYMENT METHODS - autocompletePayments.js": "Ci\u0105gi metod p\u0142atno\u015bci", + "not specified": "Nieokre\u015blony", "Instant SEPA": "Natychmiastowe SEPA", "Amazon GiftCard": "Amazon GiftCard", "Google Play Gift Code": "Google Play Gift Code", "Cash F2F": "Cash F2F", "On-Chain BTC": "On-Chain BTC", - - "BOOK PAGE - BookPage.js": "Strona Zamówienia książki", + "BOOK PAGE - BookPage.js": "Strona Zam\u00f3wienia ksi\u0105\u017cki", "Seller": "Sprzedawca", - "Buyer": "Kupujący", - "I want to": "chcę", - "Select Order Type": "Wybierz typ zamówienia", - "ANY": "KAŻDY", - "BUY": "KUPIĆ", - "SELL": "SPRZEDAĆ", + "Buyer": "Kupuj\u0105cy", + "I want to": "chc\u0119", + "Select Order Type": "Wybierz typ zam\u00f3wienia", + "ANY": "KA\u017bDY", + "BUY": "KUPI\u0106", + "SELL": "SPRZEDA\u0106", "and receive": "i odbierz", - "and pay with": "i zapłać", - "and use": "i użyć", - "Select Payment Currency": "Wybierz walutę płatności", + "and pay with": "i zap\u0142a\u0107", + "and use": "i u\u017cy\u0107", + "Select Payment Currency": "Wybierz walut\u0119 p\u0142atno\u015bci", "Robot": "Robot", "Is": "Jest", "Currency": "Waluta", - "Payment Method": "Metoda płatności", - "Pay": "Płacić", + "Payment Method": "Metoda p\u0142atno\u015bci", + "Pay": "P\u0142aci\u0107", "Price": "Cena", "Premium": "Premia", "You are SELLING BTC for {{currencyCode}}": "SPRZEDAJESZ BTC za {{currencyCode}}", "You are BUYING BTC for {{currencyCode}}": "KUPUJESZ BTC za {{currencyCode}}", "You are looking at all": "Patrzysz na wszystko", - "No orders found to sell BTC for {{currencyCode}}": "Nie znaleziono zleceń sprzedaży BTC za {{currencyCode}}", - "No orders found to buy BTC for {{currencyCode}}": "Nie znaleziono zamówień na zakup BTC za {{currencyCode}}", - "Be the first one to create an order": "Bądź pierwszą osobą, która utworzy zamówienie", - - "BOTTOM BAR AND MISC - BottomBar.js": "Profil użytkownika paska dolnego i różne okna dialogowe", - "Stats For Nerds": "Statystyki dla nerdów", + "No orders found to sell BTC for {{currencyCode}}": "Nie znaleziono zlece\u0144 sprzeda\u017cy BTC za {{currencyCode}}", + "No orders found to buy BTC for {{currencyCode}}": "Nie znaleziono zam\u00f3wie\u0144 na zakup BTC za {{currencyCode}}", + "Be the first one to create an order": "B\u0105d\u017a pierwsz\u0105 osob\u0105, kt\u00f3ra utworzy zam\u00f3wienie", + "BOTTOM BAR AND MISC - BottomBar.js": "Profil u\u017cytkownika paska dolnego i r\u00f3\u017cne okna dialogowe", + "Stats For Nerds": "Statystyki dla nerd\u00f3w", "LND version": "LND wersja", "Currently running commit hash": "Aktualnie uruchomiony hash zatwierdzenia", - "24h contracted volume": "Zakontraktowana objętość 24h", - "Lifetime contracted volume": "Zakontraktowana wielkość dożywotnia", + "24h contracted volume": "Zakontraktowana obj\u0119to\u015b\u0107 24h", + "Lifetime contracted volume": "Zakontraktowana wielko\u015b\u0107 do\u017cywotnia", "Made with": "Wykonana z", "and": "i", - "... somewhere on Earth!": "... gdzieś na Ziemi!", - "Community": "Społeczność", - "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Wsparcie jest oferowane wyłącznie za pośrednictwem kanałów publicznych. Dołącz do naszej społeczności Telegram, jeśli masz pytania lub chcesz spędzać czas z innymi fajnymi robotami. Proszę, skorzystaj z naszego Github Issues, jeśli znajdziesz błąd lub chcesz zobaczyć nowe funkcje!", - "Join the RoboSats group": "Dołącz do grupy RoboSats", + "... somewhere on Earth!": "... gdzie\u015b na Ziemi!", + "Community": "Spo\u0142eczno\u015b\u0107", + "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Wsparcie jest oferowane wy\u0142\u0105cznie za po\u015brednictwem kana\u0142\u00f3w publicznych. Do\u0142\u0105cz do naszej spo\u0142eczno\u015bci Telegram, je\u015bli masz pytania lub chcesz sp\u0119dza\u0107 czas z innymi fajnymi robotami. Prosz\u0119, skorzystaj z naszego Github Issues, je\u015bli znajdziesz b\u0142\u0105d lub chcesz zobaczy\u0107 nowe funkcje!", + "Join the RoboSats group": "Do\u0142\u0105cz do grupy RoboSats", "Telegram (English / Main)": "Telegram (English / Main)", "RoboSats Telegram Communities": "RoboSats Telegram Communities", - "Join RoboSats Spanish speaking community!": "Dołącz do hiszpańskojęzycznej społeczności RoboSats!", - "Join RoboSats Russian speaking community!": "Dołącz do rosyjskojęzycznej społeczności RoboSats!", - "Join RoboSats Chinese speaking community!": "Dołącz do chińskojęzycznej społeczności RoboSats!", - "Join RoboSats English speaking community!": "Dołącz do anglojęzycznej społeczności RoboSats!", - "Tell us about a new feature or a bug": "Poinformuj nas o nowej funkcji lub błędzie", - "Github Issues - The Robotic Satoshis Open Source Project": "Problemy z Githubem — projekt Robotic Satoshis Open Source", - "Your Profile": "Twój profil", - "Your robot": "Twój robot", - "One active order #{{orderID}}": "Jedno aktywne zamówienie #{{orderID}}", - "Your current order": "Twoje obecne zamówienie", - "No active orders": "Brak aktywnych zamówień", - "Your token (will not remain here)": "Twój token (nie pozostanie tutaj)", - "Back it up!": "Utwórz kopię zapasową!", - "Cannot remember": "niemożliwe do zapamiętania", + "Join RoboSats Spanish speaking community!": "Do\u0142\u0105cz do hiszpa\u0144skoj\u0119zycznej spo\u0142eczno\u015bci RoboSats!", + "Join RoboSats Russian speaking community!": "Do\u0142\u0105cz do rosyjskoj\u0119zycznej spo\u0142eczno\u015bci RoboSats!", + "Join RoboSats Chinese speaking community!": "Do\u0142\u0105cz do chi\u0144skoj\u0119zycznej spo\u0142eczno\u015bci RoboSats!", + "Join RoboSats English speaking community!": "Do\u0142\u0105cz do angloj\u0119zycznej spo\u0142eczno\u015bci RoboSats!", + "Tell us about a new feature or a bug": "Poinformuj nas o nowej funkcji lub b\u0142\u0119dzie", + "Github Issues - The Robotic Satoshis Open Source Project": "Problemy z Githubem \u2014 projekt Robotic Satoshis Open Source", + "Your Profile": "Tw\u00f3j profil", + "Your robot": "Tw\u00f3j robot", + "One active order #{{orderID}}": "Jedno aktywne zam\u00f3wienie #{{orderID}}", + "Your current order": "Twoje obecne zam\u00f3wienie", + "No active orders": "Brak aktywnych zam\u00f3wie\u0144", + "Your token (will not remain here)": "Tw\u00f3j token (nie pozostanie tutaj)", + "Back it up!": "Utw\u00f3rz kopi\u0119 zapasow\u0105!", + "Cannot remember": "niemo\u017cliwe do zapami\u0119tania", "Rewards and compensations": "Nagrody i rekompensaty", - "Share to earn 100 Sats per trade": "Udostępnij, aby zarobić 100 Sats na transakcję", - "Your referral link": "Twój link referencyjny", + "Share to earn 100 Sats per trade": "Udost\u0119pnij, aby zarobi\u0107 100 Sats na transakcj\u0119", + "Your referral link": "Tw\u00f3j link referencyjny", "Your earned rewards": "Twoje zarobione nagrody", "Claim": "Prawo", "Invoice for {{amountSats}} Sats": "Faktura za {{amountSats}} Sats", - "Submit": "Składać", - "There it goes, thank you!🥇": "No to idzie, Dziękuję!🥇", - "You have an active order": "Masz aktywne zamówienie", - "You can claim satoshis!": "Możesz ubiegać się o satoshi!", - "Public Buy Orders": "Publiczne zamówienia zakupu", - "Public Sell Orders": "Publiczne zlecenia sprzedaży", + "Submit": "Sk\u0142ada\u0107", + "There it goes, thank you!\ud83e\udd47": "No to idzie, Dzi\u0119kuj\u0119!\ud83e\udd47", + "You have an active order": "Masz aktywne zam\u00f3wienie", + "You can claim satoshis!": "Mo\u017cesz ubiega\u0107 si\u0119 o satoshi!", + "Public Buy Orders": "Publiczne zam\u00f3wienia zakupu", + "Public Sell Orders": "Publiczne zlecenia sprzeda\u017cy", "Today Active Robots": "Dzisiaj aktywne roboty", - "24h Avg Premium": "24h średnia premia", - "Trade Fee": "Opłata handlowa", - "Show community and support links": "Pokaż linki do społeczności i wsparcia", - "Show stats for nerds": "Pokaż statystyki dla nerdów", + "24h Avg Premium": "24h \u015brednia premia", + "Trade Fee": "Op\u0142ata handlowa", + "Show community and support links": "Poka\u017c linki do spo\u0142eczno\u015bci i wsparcia", + "Show stats for nerds": "Poka\u017c statystyki dla nerd\u00f3w", "Exchange Summary": "Podsumowanie wymiany", - "Public buy orders": "Publiczne zamówienia kupna", - "Public sell orders": "Zlecenia sprzedaży publicznej", - "Book liquidity": "Płynność księgowa", - "Today active robots": "Dziś aktywne roboty", + "Public buy orders": "Publiczne zam\u00f3wienia kupna", + "Public sell orders": "Zlecenia sprzeda\u017cy publicznej", + "Book liquidity": "P\u0142ynno\u015b\u0107 ksi\u0119gowa", + "Today active robots": "Dzi\u015b aktywne roboty", "24h non-KYC bitcoin premium": "24h premia bitcoin non-KYC", - "Maker fee": "Opłata producenta", - "Taker fee": "Opłata takera", - "Number of public BUY orders": "Liczba publicznych zamówień BUY", - "Number of public SELL orders": "Liczba publicznych zleceń SPRZEDAŻY", - - "ORDER PAGE - OrderPage.js": "Strona szczegółów zamówienia", - "Order Box": "Pole zamówienia", + "Maker fee": "Op\u0142ata producenta", + "Taker fee": "Op\u0142ata takera", + "Number of public BUY orders": "Liczba publicznych zam\u00f3wie\u0144 BUY", + "Number of public SELL orders": "Liczba publicznych zlece\u0144 SPRZEDA\u017bY", + "ORDER PAGE - OrderPage.js": "Strona szczeg\u00f3\u0142\u00f3w zam\u00f3wienia", + "Order Box": "Pole zam\u00f3wienia", "Contract": "Kontrakt", "Active": "Aktywny", "Seen recently": "Widziany niedawno", "Inactive": "Nieaktywny", "(Seller)": "(Sprzedawca)", - "(Buyer)": "(Kupujący)", - "Order maker": "Ekspres zamówienia", - "Order taker": "Przyjmujący zamówienia", - "Order Details": "Szczegóły zamówienia", - "Order status": "Status zamówienia", + "(Buyer)": "(Kupuj\u0105cy)", + "Order maker": "Ekspres zam\u00f3wienia", + "Order taker": "Przyjmuj\u0105cy zam\u00f3wienia", + "Order Details": "Szczeg\u00f3\u0142y zam\u00f3wienia", + "Order status": "Status zam\u00f3wienia", "Waiting for maker bond": "Oczekiwanie na maker bond", "Public": "Publiczny", "Waiting for taker bond": "Oczekiwanie na taker bond", "Cancelled": "Anulowane", - "Expired": "Wygasł", - "Waiting for trade collateral and buyer invoice": "Oczekiwanie na zabezpieczenie handlowe i fakturę kupującego", + "Expired": "Wygas\u0142", + "Waiting for trade collateral and buyer invoice": "Oczekiwanie na zabezpieczenie handlowe i faktur\u0119 kupuj\u0105cego", "Waiting only for seller trade collateral": "Oczekiwanie tylko na zabezpieczenie transakcji sprzedawcy", - "Waiting only for buyer invoice": "Oczekiwanie tylko na fakturę kupującego", - "Sending fiat - In chatroom": "Wysyłanie fiat - W czacie", - "Fiat sent - In chatroom": "Fiat wysłany - W czacie", + "Waiting only for buyer invoice": "Oczekiwanie tylko na faktur\u0119 kupuj\u0105cego", + "Sending fiat - In chatroom": "Wysy\u0142anie fiat - W czacie", + "Fiat sent - In chatroom": "Fiat wys\u0142any - W czacie", "In dispute": "W sporze", - "Collaboratively cancelled": "Anulowano wspólnie", - "Sending satoshis to buyer": "Wysyłanie satoshi do kupującego", + "Collaboratively cancelled": "Anulowano wsp\u00f3lnie", + "Sending satoshis to buyer": "Wysy\u0142anie satoshi do kupuj\u0105cego", "Sucessful trade": "Udany handel", "Failed lightning network routing": "Nieudane routingu lightning network", - "Wait for dispute resolution": "Poczekaj na rozstrzygnięcie sporu", - "Maker lost dispute": "Wytwórca przegrał spór", - "Taker lost dispute": "Taker przegrany spór", - "Amount range": "Przedział kwotowy", + "Wait for dispute resolution": "Poczekaj na rozstrzygni\u0119cie sporu", + "Maker lost dispute": "Wytw\u00f3rca przegra\u0142 sp\u00f3r", + "Taker lost dispute": "Taker przegrany sp\u00f3r", + "Amount range": "Przedzia\u0142 kwotowy", "Swap destination": "Miejsce docelowe Swap", - "Accepted payment methods": "Akceptowane metody płatności", + "Accepted payment methods": "Akceptowane metody p\u0142atno\u015bci", "Others": "Inni", "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Premia: {{premium}}%", "Price and Premium": "Cena i premia", - "Amount of Satoshis": "Ilość Satoshis", - "Premium over market price": "Premia ponad cenę rynkową", - "Order ID": "ID zamówienia", + "Amount of Satoshis": "Ilo\u015b\u0107 Satoshis", + "Premium over market price": "Premia ponad cen\u0119 rynkow\u0105", + "Order ID": "ID zam\u00f3wienia", "Expires in": "Wygasa za", - "{{nickname}} is asking for a collaborative cancel": "{{nickname}} prosi o anulowanie współpracy", - "You asked for a collaborative cancellation": "Poprosiłeś o wspólne anulowanie", - "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Faktura wygasła. Nie potwierdziłeś publikacji zamówienia na czas. Złóż nowe zamówienie.", - "This order has been cancelled by the maker": "To zamówienie zostało anulowane przez producenta", - "Invoice expired. You did not confirm taking the order in time.": "Faktura wygasła. Nie potwierdziłeś przyjęcia zamówienia na czas.", + "{{nickname}} is asking for a collaborative cancel": "{{nickname}} prosi o anulowanie wsp\u00f3\u0142pracy", + "You asked for a collaborative cancellation": "Poprosi\u0142e\u015b o wsp\u00f3lne anulowanie", + "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Faktura wygas\u0142a. Nie potwierdzi\u0142e\u015b publikacji zam\u00f3wienia na czas. Z\u0142\u00f3\u017c nowe zam\u00f3wienie.", + "This order has been cancelled by the maker": "To zam\u00f3wienie zosta\u0142o anulowane przez producenta", + "Invoice expired. You did not confirm taking the order in time.": "Faktura wygas\u0142a. Nie potwierdzi\u0142e\u015b przyj\u0119cia zam\u00f3wienia na czas.", "Penalty lifted, good to go!": "Kara zniesiona, gotowe!", - "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "Nie możesz jeszcze przyjąć zamówienia! Czekać {{timeMin}}m {{timeSec}}s", + "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "Nie mo\u017cesz jeszcze przyj\u0105\u0107 zam\u00f3wienia! Czeka\u0107 {{timeMin}}m {{timeSec}}s", "Too low": "Za nisko", "Too high": "Za wysoko", - "Enter amount of fiat to exchange for bitcoin": "Wprowadź kwotę fiat do wymiany na bitcoin", - "Amount {{currencyCode}}": "Ilość {{currencyCode}}", - "You must specify an amount first": "Musisz najpierw określić kwotę", - "Take Order": "Przyjąć zamówienie", - "Wait until you can take an order": "Poczekaj, aż będziesz mógł złożyć zamówienie", - "Cancel the order?": "Anulować zamówienie?", - "If the order is cancelled now you will lose your bond.": "Jeśli zamówienie zostanie teraz anulowane, stracisz kaucję.", - "Confirm Cancel": "Potwierdź Anuluj", - "The maker is away": "Twórcy nie ma", - "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Przyjmując to zamówienie, ryzykujesz zmarnowanie czasu. Jeśli twórca nie wywiąże się na czas, otrzymasz rekompensatę w satoshi za 50% kaucji producenta.", - "Collaborative cancel the order?": "Wspólnie anulować zamówienie?", - "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Depozyt transakcji został wysłany. Zamówienie można anulować tylko wtedy, gdy zarówno producent, jak i przyjmujący wyrażą zgodę na anulowanie.", - "Ask for Cancel": "Poproś o anulowanie", - "Cancel": "Anulować", - "Collaborative Cancel": "Wspólna Anuluj", - "Invalid Order Id": "Nieprawidłowy ID zamówienia", - "You must have a robot avatar to see the order details": "Aby zobaczyć szczegóły zamówienia, musisz mieć awatara robota", - "This order has been cancelled collaborativelly": "To zamówienie zostało anulowane wspólnie", - "You are not allowed to see this order": "Nie możesz zobaczyć tego zamówienia", - "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Robotyczne Satoshi pracujące w magazynie cię nie rozumiały. Proszę wypełnić problem z błędem na Github https://github.com/reckless-satoshi/robosats/issues", - + "Enter amount of fiat to exchange for bitcoin": "Wprowad\u017a kwot\u0119 fiat do wymiany na bitcoin", + "Amount {{currencyCode}}": "Ilo\u015b\u0107 {{currencyCode}}", + "You must specify an amount first": "Musisz najpierw okre\u015bli\u0107 kwot\u0119", + "Take Order": "Przyj\u0105\u0107 zam\u00f3wienie", + "Wait until you can take an order": "Poczekaj, a\u017c b\u0119dziesz m\u00f3g\u0142 z\u0142o\u017cy\u0107 zam\u00f3wienie", + "Cancel the order?": "Anulowa\u0107 zam\u00f3wienie?", + "If the order is cancelled now you will lose your bond.": "Je\u015bli zam\u00f3wienie zostanie teraz anulowane, stracisz kaucj\u0119.", + "Confirm Cancel": "Potwierd\u017a Anuluj", + "The maker is away": "Tw\u00f3rcy nie ma", + "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Przyjmuj\u0105c to zam\u00f3wienie, ryzykujesz zmarnowanie czasu. Je\u015bli tw\u00f3rca nie wywi\u0105\u017ce si\u0119 na czas, otrzymasz rekompensat\u0119 w satoshi za 50% kaucji producenta.", + "Collaborative cancel the order?": "Wsp\u00f3lnie anulowa\u0107 zam\u00f3wienie?", + "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Depozyt transakcji zosta\u0142 wys\u0142any. Zam\u00f3wienie mo\u017cna anulowa\u0107 tylko wtedy, gdy zar\u00f3wno producent, jak i przyjmuj\u0105cy wyra\u017c\u0105 zgod\u0119 na anulowanie.", + "Ask for Cancel": "Popro\u015b o anulowanie", + "Cancel": "Anulowa\u0107", + "Collaborative Cancel": "Wsp\u00f3lna Anuluj", + "Invalid Order Id": "Nieprawid\u0142owy ID zam\u00f3wienia", + "You must have a robot avatar to see the order details": "Aby zobaczy\u0107 szczeg\u00f3\u0142y zam\u00f3wienia, musisz mie\u0107 awatara robota", + "This order has been cancelled collaborativelly": "To zam\u00f3wienie zosta\u0142o anulowane wsp\u00f3lnie", + "You are not allowed to see this order": "Nie mo\u017cesz zobaczy\u0107 tego zam\u00f3wienia", + "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Robotyczne Satoshi pracuj\u0105ce w magazynie ci\u0119 nie rozumia\u0142y. Prosz\u0119 wype\u0142ni\u0107 problem z b\u0142\u0119dem na Github https://github.com/reckless-satoshi/robosats/issues", "CHAT BOX - Chat.js": "Pole czatu", "You": "Ty", "Peer": "Par", - "connected": "połączony", - "disconnected": "niepowiązany", - "Type a message": "Wpisz wiadomość", - "Connecting...": "Złączony...", - "Send": "Wysłać", - "The chat has no memory: if you leave, messages are lost.": "Czat nie ma pamięci: jeśli wyjdziesz, wiadomości zostaną utracone.", - "Learn easy PGP encryption.": "Naucz się łatwego szyfrowania PGP.", + "connected": "po\u0142\u0105czony", + "disconnected": "niepowi\u0105zany", + "Type a message": "Wpisz wiadomo\u015b\u0107", + "Connecting...": "Z\u0142\u0105czony...", + "Send": "Wys\u0142a\u0107", + "The chat has no memory: if you leave, messages are lost.": "Czat nie ma pami\u0119ci: je\u015bli wyjdziesz, wiadomo\u015bci zostan\u0105 utracone.", + "Learn easy PGP encryption.": "Naucz si\u0119 \u0142atwego szyfrowania PGP.", "PGP_guide_url": "https://learn.robosats.com/docs/pgp-encryption/", - - "CONTRACT BOX - TradeBox.js": "Skrzynka kontraktowa, która prowadzi użytkowników przez cały rurociąg handlowy", - "Contract Box": "Skrzynka kontraktów", - "Robots show commitment to their peers": "Roboty wykazują zaangażowanie w stosunku do rówieśników", - "Lock {{amountSats}} Sats to PUBLISH order": "Zablokuj {{amountSats}} Sats do PUBLIKOWANIA zamówienia", - "Lock {{amountSats}} Sats to TAKE order": "Zablokuj {{amountSats}} Sats aby PRZYJMOWAĆ zamówienie", + "CONTRACT BOX - TradeBox.js": "Skrzynka kontraktowa, kt\u00f3ra prowadzi u\u017cytkownik\u00f3w przez ca\u0142y ruroci\u0105g handlowy", + "Contract Box": "Skrzynka kontrakt\u00f3w", + "Robots show commitment to their peers": "Roboty wykazuj\u0105 zaanga\u017cowanie w stosunku do r\u00f3wie\u015bnik\u00f3w", + "Lock {{amountSats}} Sats to PUBLISH order": "Zablokuj {{amountSats}} Sats do PUBLIKOWANIA zam\u00f3wienia", + "Lock {{amountSats}} Sats to TAKE order": "Zablokuj {{amountSats}} Sats aby PRZYJMOWA\u0106 zam\u00f3wienie", "Lock {{amountSats}} Sats as collateral": "Zablokuj {{amountSats}} Sats jako zabezpieczenie", "Copy to clipboard": "Skopiuj do schowka", - "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "To jest faktura wstrzymana, zatrzyma się w Twoim portfelu. Opłata zostanie naliczona tylko wtedy, gdy anulujesz lub przegrasz spór.", - "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "To jest faktura wstrzymana, zatrzyma się w Twoim portfelu. Zostanie on przekazany kupującemu po potwierdzeniu otrzymania {{currencyCode}}.", - "Your maker bond is locked": "Twoja obligacja twórcy jest zablokowana", - "Your taker bond is locked": "Twoja więź przyjmującego jest zablokowana", - "Your maker bond was settled": "Twoja obligacja twórcy została uregulowana", - "Your taker bond was settled": "Twoja obligacja nabywcy została uregulowana", - "Your maker bond was unlocked": "Twoja obligacja twórcy została odblokowana", - "Your taker bond was unlocked": "Twoja więź przyjmującego została odblokowana", - "Your order is public": "Twoje zamówienie jest publiczne", - "Be patient while robots check the book. This box will ring 🔊 once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Bądź cierpliwy, gdy roboty sprawdzają książkę. To pole zadzwoni 🔊, gdy robot odbierze Twoje zamówienie, będziesz mieć {{deposit_timer_hours}}g {{deposit_timer_minutes}}m na odpowiedź. Jeśli nie odpowiesz, ryzykujesz utratę więzi.", - "If the order expires untaken, your bond will return to you (no action needed).": "Jeśli zamówienie wygaśnie i nie zostanie zrealizowane, Twoja kaucja zostanie Ci zwrócona (nie musisz nic robić).", - "Enable Telegram Notifications": "Włącz powiadomienia telegramu", - "Enable TG Notifications": "Włącz powiadomienia TG", - "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Zostaniesz przeniesiony do rozmowy z botem telegramowym RoboSats. Po prostu otwórz czat i naciśnij Start. Pamiętaj, że włączenie powiadomień telegramów może obniżyć poziom anonimowości.", - "Go back": "Wróć", - "Enable": "Włączyć", - "Telegram enabled": "Telegram włączony", - "Public orders for {{currencyCode}}": "Zamówienia publiczne dla {{currencyCode}}", + "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "To jest faktura wstrzymana, zatrzyma si\u0119 w Twoim portfelu. Op\u0142ata zostanie naliczona tylko wtedy, gdy anulujesz lub przegrasz sp\u00f3r.", + "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "To jest faktura wstrzymana, zatrzyma si\u0119 w Twoim portfelu. Zostanie on przekazany kupuj\u0105cemu po potwierdzeniu otrzymania {{currencyCode}}.", + "Your maker bond is locked": "Twoja obligacja tw\u00f3rcy jest zablokowana", + "Your taker bond is locked": "Twoja wi\u0119\u017a przyjmuj\u0105cego jest zablokowana", + "Your maker bond was settled": "Twoja obligacja tw\u00f3rcy zosta\u0142a uregulowana", + "Your taker bond was settled": "Twoja obligacja nabywcy zosta\u0142a uregulowana", + "Your maker bond was unlocked": "Twoja obligacja tw\u00f3rcy zosta\u0142a odblokowana", + "Your taker bond was unlocked": "Twoja wi\u0119\u017a przyjmuj\u0105cego zosta\u0142a odblokowana", + "Your order is public": "Twoje zam\u00f3wienie jest publiczne", + "Be patient while robots check the book. This box will ring \ud83d\udd0a once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "B\u0105d\u017a cierpliwy, gdy roboty sprawdzaj\u0105 ksi\u0105\u017ck\u0119. To pole zadzwoni \ud83d\udd0a, gdy robot odbierze Twoje zam\u00f3wienie, b\u0119dziesz mie\u0107 {{deposit_timer_hours}}g {{deposit_timer_minutes}}m na odpowied\u017a. Je\u015bli nie odpowiesz, ryzykujesz utrat\u0119 wi\u0119zi.", + "If the order expires untaken, your bond will return to you (no action needed).": "Je\u015bli zam\u00f3wienie wyga\u015bnie i nie zostanie zrealizowane, Twoja kaucja zostanie Ci zwr\u00f3cona (nie musisz nic robi\u0107).", + "Enable Telegram Notifications": "W\u0142\u0105cz powiadomienia telegramu", + "Enable TG Notifications": "W\u0142\u0105cz powiadomienia TG", + "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Zostaniesz przeniesiony do rozmowy z botem telegramowym RoboSats. Po prostu otw\u00f3rz czat i naci\u015bnij Start. Pami\u0119taj, \u017ce w\u0142\u0105czenie powiadomie\u0144 telegram\u00f3w mo\u017ce obni\u017cy\u0107 poziom anonimowo\u015bci.", + "Go back": "Wr\u00f3\u0107", + "Enable": "W\u0142\u0105czy\u0107", + "Telegram enabled": "Telegram w\u0142\u0105czony", + "Public orders for {{currencyCode}}": "Zam\u00f3wienia publiczne dla {{currencyCode}}", "Premium rank": "Ranga premium", - "Among public {{currencyCode}} orders (higher is cheaper)": "Wśród publicznych zamówień {{currencyCode}} (wyższy jest tańszy)", - "A taker has been found!": "Odnaleziono chętnego!", - "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Poczekaj, aż przyjmujący zablokuje obligację. Jeśli przyjmujący nie zablokuje obligacji na czas, zlecenie zostanie ponownie upublicznione.", - "Submit an invoice for {{amountSats}} Sats": "Prześlij fakturę za {{amountSats}} Sats", - "The taker is committed! Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC. Please provide a valid invoice for {{amountSats}} Satoshis.": "Przyjmujący jest zaangażowany! Zanim pozwolimy Ci wysłać {{amountFiat}} {{currencyCode}}, chcemy się upewnić, że możesz otrzymać BTC. Podaj prawidłową fakturę za {{amountSats}} Satoshis.", - "Payout Lightning Invoice": "Wypłata faktura Lightning", - "Your invoice looks good!": "Twoja faktura wygląda dobrze!", - "We are waiting for the seller to lock the trade amount.": "Czekamy, aż sprzedający zablokuje kwotę transakcji.", - "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Poczekaj chwilę. Jeśli sprzedający nie dokona depozytu, automatycznie otrzymasz zwrot kaucji. Dodatkowo otrzymasz rekompensatę (sprawdź nagrody w swoim profilu).", + "Among public {{currencyCode}} orders (higher is cheaper)": "W\u015br\u00f3d publicznych zam\u00f3wie\u0144 {{currencyCode}} (wy\u017cszy jest ta\u0144szy)", + "A taker has been found!": "Odnaleziono ch\u0119tnego!", + "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Poczekaj, a\u017c przyjmuj\u0105cy zablokuje obligacj\u0119. Je\u015bli przyjmuj\u0105cy nie zablokuje obligacji na czas, zlecenie zostanie ponownie upublicznione.", + "Submit an invoice for {{amountSats}} Sats": "Prze\u015blij faktur\u0119 za {{amountSats}} Sats", + "The taker is committed! Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC. Please provide a valid invoice for {{amountSats}} Satoshis.": "Przyjmuj\u0105cy jest zaanga\u017cowany! Zanim pozwolimy Ci wys\u0142a\u0107 {{amountFiat}} {{currencyCode}}, chcemy si\u0119 upewni\u0107, \u017ce mo\u017cesz otrzyma\u0107 BTC. Podaj prawid\u0142ow\u0105 faktur\u0119 za {{amountSats}} Satoshis.", + "Payout Lightning Invoice": "Wyp\u0142ata faktura Lightning", + "Your invoice looks good!": "Twoja faktura wygl\u0105da dobrze!", + "We are waiting for the seller to lock the trade amount.": "Czekamy, a\u017c sprzedaj\u0105cy zablokuje kwot\u0119 transakcji.", + "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Poczekaj chwil\u0119. Je\u015bli sprzedaj\u0105cy nie dokona depozytu, automatycznie otrzymasz zwrot kaucji. Dodatkowo otrzymasz rekompensat\u0119 (sprawd\u017a nagrody w swoim profilu).", "The trade collateral is locked!": "Zabezpieczenie transakcji jest zablokowane!", - "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "Czekamy, aż kupujący wyśle fakturę za błyskawicę. Gdy to zrobi, będziesz mógł bezpośrednio przekazać szczegóły płatności fiat.", + "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "Czekamy, a\u017c kupuj\u0105cy wy\u015ble faktur\u0119 za b\u0142yskawic\u0119. Gdy to zrobi, b\u0119dziesz m\u00f3g\u0142 bezpo\u015brednio przekaza\u0107 szczeg\u00f3\u0142y p\u0142atno\u015bci fiat.", "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).", - "Confirm {{amount}} {{currencyCode}} sent": "Potwierdź wysłanie {{amount}} {{currencyCode}}", - "Confirm {{amount}} {{currencyCode}} received": "Potwierdź otrzymanie {{amount}} {{currencyCode}}", + "Confirm {{amount}} {{currencyCode}} sent": "Potwierd\u017a wys\u0142anie {{amount}} {{currencyCode}}", + "Confirm {{amount}} {{currencyCode}} received": "Potwierd\u017a otrzymanie {{amount}} {{currencyCode}}", "Open Dispute": "Otwarta dyskusja", - "The order has expired": "Zamówienie wygasło", - "Chat with the buyer": "Porozmawiaj z kupującym", - "Chat with the seller": "Porozmawiaj ze sprzedającym", - "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Powiedz cześć! Bądź pomocny i zwięzły. Poinformuj ich, jak wysłać Ci {{amount}} {{currencyCode}}.", - "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "Kupujący wysłał fiat. Kliknij „Potwierdź otrzymanie” po jego otrzymaniu.", - "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "Powiedz cześć! Zapytaj o szczegóły płatności i kliknij „Potwierdź wysłanie”, gdy tylko płatność zostanie wysłana.", - "Wait for the seller to confirm he has received the payment.": "Poczekaj, aż sprzedawca potwierdzi, że otrzymał płatność.", - "Confirm you received {{amount}} {{currencyCode}}?": "Potwierdź otrzymanie {{amount}} {{currencyCode}}?", - "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Potwierdzenie otrzymania fiata sfinalizuje transakcję. Satoshi w depozycie zostaną wydane kupującemu. Potwierdź dopiero po otrzymaniu {{amount}} {{currencyCode}} na Twoje konto. Ponadto, jeśli otrzymałeś {{currencyCode}} i nie potwierdzisz odbioru, ryzykujesz utratę kaucji.", - "Confirm": "Potwierdzać", - "Trade finished!": "Handel zakończony!", - "rate_robosats": "Co myślisz o <1>RoboSats?", - "Thank you! RoboSats loves you too ❤️": "Dziękuję! RoboSats też cię kocha ❤️", - "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats staje się lepszy dzięki większej płynności i użytkownikom. Powiedz znajomemu bitcoinerowi o Robosats!", - "Thank you for using Robosats!": "Dziękujemy za korzystanie z Robosatów!", - "let_us_know_hot_to_improve": "Daj nam znać, jak platforma mogłaby się ulepszyć (<1>Telegram / <3>Github)", + "The order has expired": "Zam\u00f3wienie wygas\u0142o", + "Chat with the buyer": "Porozmawiaj z kupuj\u0105cym", + "Chat with the seller": "Porozmawiaj ze sprzedaj\u0105cym", + "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Powiedz cze\u015b\u0107! B\u0105d\u017a pomocny i zwi\u0119z\u0142y. Poinformuj ich, jak wys\u0142a\u0107 Ci {{amount}} {{currencyCode}}.", + "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "Kupuj\u0105cy wys\u0142a\u0142 fiat. Kliknij \u201ePotwierd\u017a otrzymanie\u201d po jego otrzymaniu.", + "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "Powiedz cze\u015b\u0107! Zapytaj o szczeg\u00f3\u0142y p\u0142atno\u015bci i kliknij \u201ePotwierd\u017a wys\u0142anie\u201d, gdy tylko p\u0142atno\u015b\u0107 zostanie wys\u0142ana.", + "Wait for the seller to confirm he has received the payment.": "Poczekaj, a\u017c sprzedawca potwierdzi, \u017ce otrzyma\u0142 p\u0142atno\u015b\u0107.", + "Confirm you received {{amount}} {{currencyCode}}?": "Potwierd\u017a otrzymanie {{amount}} {{currencyCode}}?", + "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Potwierdzenie otrzymania fiata sfinalizuje transakcj\u0119. Satoshi w depozycie zostan\u0105 wydane kupuj\u0105cemu. Potwierd\u017a dopiero po otrzymaniu {{amount}} {{currencyCode}} na Twoje konto. Ponadto, je\u015bli otrzyma\u0142e\u015b {{currencyCode}} i nie potwierdzisz odbioru, ryzykujesz utrat\u0119 kaucji.", + "Confirm": "Potwierdza\u0107", + "Trade finished!": "Handel zako\u0144czony!", + "rate_robosats": "Co my\u015blisz o <1>RoboSats?", + "Thank you! RoboSats loves you too \u2764\ufe0f": "Dzi\u0119kuj\u0119! RoboSats te\u017c ci\u0119 kocha \u2764\ufe0f", + "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats staje si\u0119 lepszy dzi\u0119ki wi\u0119kszej p\u0142ynno\u015bci i u\u017cytkownikom. Powiedz znajomemu bitcoinerowi o Robosats!", + "Thank you for using Robosats!": "Dzi\u0119kujemy za korzystanie z Robosat\u00f3w!", + "let_us_know_hot_to_improve": "Daj nam zna\u0107, jak platforma mog\u0142aby si\u0119 ulepszy\u0107 (<1>Telegram / <3>Github)", "Start Again": "Zacznij jeszcze raz", - "Attempting Lightning Payment": "Próba zapłaty Lightning", - "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats próbuje zapłacić fakturę za błyskawicę. Pamiętaj, że węzły pioruna muszą być online, aby otrzymywać płatności.", + "Attempting Lightning Payment": "Pr\u00f3ba zap\u0142aty Lightning", + "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats pr\u00f3buje zap\u0142aci\u0107 faktur\u0119 za b\u0142yskawic\u0119. Pami\u0119taj, \u017ce w\u0119z\u0142y pioruna musz\u0105 by\u0107 online, aby otrzymywa\u0107 p\u0142atno\u015bci.", "Retrying!": "Ponawianie!", "Lightning Routing Failed": "Lightning Niepowodzenie routingu", - "Your invoice has expired or more than 3 payment attempts have been made.": "Twoja faktura wygasła lub wykonano więcej niż 3 próby płatności. Muun Wallet nie jest zalecany. ", - "Check the list of compatible wallets": "Sprawdź listę kompatybilnych wallets", - "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats będzie próbował zapłacić fakturę 3 razy co 1 minut. Jeśli to się nie powiedzie, będziesz mógł wystawić nową fakturę. Sprawdź, czy masz wystarczającą płynność przychodzącą. Pamiętaj, że węzły pioruna muszą być online, aby otrzymywać płatności.", - "Next attempt in": "Następna próba za", - "Do you want to open a dispute?": "Chcesz otworzyć spór?", - "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Pracownicy RoboSats przeanalizują przedstawione oświadczenia i dowody. Musisz zbudować kompletną sprawę, ponieważ personel nie może czytać czatu. W oświadczeniu najlepiej podać metodę kontaktu z palnikiem. Satoshi w depozycie handlowym zostaną wysłane do zwycięzcy sporu, podczas gdy przegrany sporu straci obligację.", - "Disagree": "Nie zgadzać się", - "Agree and open dispute": "Zgadzam się i otwieram spór", - "A dispute has been opened": "Spór został otwarty", - "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Prosimy o przesłanie oświadczenia. Jasno i konkretnie opisz, co się stało, i przedstaw niezbędne dowody. MUSISZ podać metodę kontaktu: adres e-mail nagrywarki, XMPP lub nazwę użytkownika telegramu, aby skontaktować się z personelem. Spory są rozwiązywane według uznania prawdziwych robotów (czyli ludzi), więc bądź tak pomocny, jak to tylko możliwe, aby zapewnić sprawiedliwy wynik. Maksymalnie 5000 znaków.", - "Submit dispute statement": "Prześlij oświadczenie o sporze", - "We have received your statement": "Otrzymaliśmy Twoje oświadczenie", - "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Czekamy na wyciąg z Twojego odpowiednika handlowego. Jeśli wahasz się co do stanu sporu lub chcesz dodać więcej informacji, skontaktuj się z robosats@protonmail.com.", - "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Prosimy o zapisanie informacji potrzebnych do identyfikacji zamówienia i płatności: identyfikator zamówienia; skróty płatności obligacji lub escrow (sprawdź w swoim portfelu błyskawicy); dokładna ilość satoshi; i pseudonim robota. Będziesz musiał zidentyfikować się jako użytkownik zaangażowany w ten handel za pośrednictwem poczty elektronicznej (lub innych metod kontaktu).", + "Your invoice has expired or more than 3 payment attempts have been made.": "Twoja faktura wygas\u0142a lub wykonano wi\u0119cej ni\u017c 3 pr\u00f3by p\u0142atno\u015bci. Muun Wallet nie jest zalecany. ", + "Check the list of compatible wallets": "Sprawd\u017a list\u0119 kompatybilnych wallets", + "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats b\u0119dzie pr\u00f3bowa\u0142 zap\u0142aci\u0107 faktur\u0119 3 razy co 1 minut. Je\u015bli to si\u0119 nie powiedzie, b\u0119dziesz m\u00f3g\u0142 wystawi\u0107 now\u0105 faktur\u0119. Sprawd\u017a, czy masz wystarczaj\u0105c\u0105 p\u0142ynno\u015b\u0107 przychodz\u0105c\u0105. Pami\u0119taj, \u017ce w\u0119z\u0142y pioruna musz\u0105 by\u0107 online, aby otrzymywa\u0107 p\u0142atno\u015bci.", + "Next attempt in": "Nast\u0119pna pr\u00f3ba za", + "Do you want to open a dispute?": "Chcesz otworzy\u0107 sp\u00f3r?", + "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Pracownicy RoboSats przeanalizuj\u0105 przedstawione o\u015bwiadczenia i dowody. Musisz zbudowa\u0107 kompletn\u0105 spraw\u0119, poniewa\u017c personel nie mo\u017ce czyta\u0107 czatu. W o\u015bwiadczeniu najlepiej poda\u0107 metod\u0119 kontaktu z palnikiem. Satoshi w depozycie handlowym zostan\u0105 wys\u0142ane do zwyci\u0119zcy sporu, podczas gdy przegrany sporu straci obligacj\u0119.", + "Disagree": "Nie zgadza\u0107 si\u0119", + "Agree and open dispute": "Zgadzam si\u0119 i otwieram sp\u00f3r", + "A dispute has been opened": "Sp\u00f3r zosta\u0142 otwarty", + "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Prosimy o przes\u0142anie o\u015bwiadczenia. Jasno i konkretnie opisz, co si\u0119 sta\u0142o, i przedstaw niezb\u0119dne dowody. MUSISZ poda\u0107 metod\u0119 kontaktu: adres e-mail nagrywarki, XMPP lub nazw\u0119 u\u017cytkownika telegramu, aby skontaktowa\u0107 si\u0119 z personelem. Spory s\u0105 rozwi\u0105zywane wed\u0142ug uznania prawdziwych robot\u00f3w (czyli ludzi), wi\u0119c b\u0105d\u017a tak pomocny, jak to tylko mo\u017cliwe, aby zapewni\u0107 sprawiedliwy wynik. Maksymalnie 5000 znak\u00f3w.", + "Submit dispute statement": "Prze\u015blij o\u015bwiadczenie o sporze", + "We have received your statement": "Otrzymali\u015bmy Twoje o\u015bwiadczenie", + "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Czekamy na wyci\u0105g z Twojego odpowiednika handlowego. Je\u015bli wahasz si\u0119 co do stanu sporu lub chcesz doda\u0107 wi\u0119cej informacji, skontaktuj si\u0119 z robosats@protonmail.com.", + "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Prosimy o zapisanie informacji potrzebnych do identyfikacji zam\u00f3wienia i p\u0142atno\u015bci: identyfikator zam\u00f3wienia; skr\u00f3ty p\u0142atno\u015bci obligacji lub escrow (sprawd\u017a w swoim portfelu b\u0142yskawicy); dok\u0142adna ilo\u015b\u0107 satoshi; i pseudonim robota. B\u0119dziesz musia\u0142 zidentyfikowa\u0107 si\u0119 jako u\u017cytkownik zaanga\u017cowany w ten handel za po\u015brednictwem poczty elektronicznej (lub innych metod kontaktu).", "We have the statements": "We have the statements", - "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Oba oświadczenia wpłynęły, poczekaj, aż personel rozwiąże spór. Jeśli wahasz się co do stanu sporu lub chcesz dodać więcej informacji, skontaktuj się z robosats@protonmail.com. Jeśli nie podałeś metody kontaktu lub nie masz pewności, czy dobrze napisałeś, napisz do nas natychmiast.", + "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Oba o\u015bwiadczenia wp\u0142yn\u0119\u0142y, poczekaj, a\u017c personel rozwi\u0105\u017ce sp\u00f3r. Je\u015bli wahasz si\u0119 co do stanu sporu lub chcesz doda\u0107 wi\u0119cej informacji, skontaktuj si\u0119 z robosats@protonmail.com. Je\u015bli nie poda\u0142e\u015b metody kontaktu lub nie masz pewno\u015bci, czy dobrze napisa\u0142e\u015b, napisz do nas natychmiast.", "You have won the dispute": "You have won the dispute", - "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Możesz ubiegać się o kwotę rozstrzygnięcia sporu (depozyt i wierność) z nagród w swoim profilu. Jeśli jest coś, w czym personel może pomóc, nie wahaj się skontaktować się z robosats@protonmail.com (lub za pomocą dostarczonej metody kontaktu z palnikiem).", - "You have lost the dispute": "Przegrałeś spór", - "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Niestety przegrałeś spór. Jeśli uważasz, że to pomyłka, możesz poprosić o ponowne otwarcie sprawy za pośrednictwem poczty e-mail na adres robosats@protonmail.com. Jednak szanse na ponowne zbadanie sprawy są niewielkie.", - - "INFO DIALOG - InfoDiagog.js": "Informacje i wyjaśnienia dotyczące aplikacji oraz warunki użytkowania", + "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Mo\u017cesz ubiega\u0107 si\u0119 o kwot\u0119 rozstrzygni\u0119cia sporu (depozyt i wierno\u015b\u0107) z nagr\u00f3d w swoim profilu. Je\u015bli jest co\u015b, w czym personel mo\u017ce pom\u00f3c, nie wahaj si\u0119 skontaktowa\u0107 si\u0119 z robosats@protonmail.com (lub za pomoc\u0105 dostarczonej metody kontaktu z palnikiem).", + "You have lost the dispute": "Przegra\u0142e\u015b sp\u00f3r", + "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Niestety przegra\u0142e\u015b sp\u00f3r. Je\u015bli uwa\u017casz, \u017ce to pomy\u0142ka, mo\u017cesz poprosi\u0107 o ponowne otwarcie sprawy za po\u015brednictwem poczty e-mail na adres robosats@protonmail.com. Jednak szanse na ponowne zbadanie sprawy s\u0105 niewielkie.", + "INFO DIALOG - InfoDiagog.js": "Informacje i wyja\u015bnienia dotycz\u0105ce aplikacji oraz warunki u\u017cytkowania", "Close": "Blisko", "What is RoboSats?": "Czym jest RoboSats?", "It is a BTC/FIAT peer-to-peer exchange over lightning.": "Jest to wymiana peer-to-peer BTC/FIAT na lightning.", "RoboSats is an open source project ": "RoboSats to projekt open source ", "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.", "(GitHub).": "(GitHub).", - "How does it work?": "Jak to działa?", - "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 chce sprzedać bitcoiny. Ogłasza zamówienie sprzedaży. BafflingBob02 chce kupić bitcoiny i przyjmuje zamówienie Alice. Obaj muszą stworzyć małą więź za pomocą błyskawicy, aby udowodnić, że są prawdziwymi robotami. Następnie Alice księguje zabezpieczenie handlowe również za pomocą faktury za błyskawiczne wstrzymanie. RoboSats blokuje fakturę, dopóki Alice nie potwierdzi, że otrzymała fiat, a następnie satoshi są wydawane Bobowi. Ciesz się swoim satoshi, Bob!", - "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "W żadnym momencie AnonymousAlice01 i BafflingBob02 nie muszą powierzać sobie nawzajem funduszy bitcoin. W przypadku konfliktu pracownicy RoboSats pomogą rozwiązać spór.", - "You can find a step-by-step description of the trade pipeline in ": "Szczegółowy opis rurociągu handlowego znajdziesz w ", - "How it works": "Jak to działa", - "You can also check the full guide in ": "Możesz również sprawdzić pełny przewodnik w", - "How to use": "Jak używać", - "What payment methods are accepted?": "Jakie metody płatności są akceptowane?", - "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Wszystkie, o ile są szybkie. Możesz zapisać preferowane metody płatności. Będziesz musiał dopasować się do partnera, który również akceptuje tę metodę. Etap wymiany fiata ma czas wygaśnięcia wynoszący 24 godziny, zanim spór zostanie automatycznie otwarty. Gorąco polecamy korzystanie z szybkich kolejek płatniczych fiat.", + "How does it work?": "Jak to dzia\u0142a?", + "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 chce sprzeda\u0107 bitcoiny. Og\u0142asza zam\u00f3wienie sprzeda\u017cy. BafflingBob02 chce kupi\u0107 bitcoiny i przyjmuje zam\u00f3wienie Alice. Obaj musz\u0105 stworzy\u0107 ma\u0142\u0105 wi\u0119\u017a za pomoc\u0105 b\u0142yskawicy, aby udowodni\u0107, \u017ce s\u0105 prawdziwymi robotami. Nast\u0119pnie Alice ksi\u0119guje zabezpieczenie handlowe r\u00f3wnie\u017c za pomoc\u0105 faktury za b\u0142yskawiczne wstrzymanie. RoboSats blokuje faktur\u0119, dop\u00f3ki Alice nie potwierdzi, \u017ce otrzyma\u0142a fiat, a nast\u0119pnie satoshi s\u0105 wydawane Bobowi. Ciesz si\u0119 swoim satoshi, Bob!", + "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "W \u017cadnym momencie AnonymousAlice01 i BafflingBob02 nie musz\u0105 powierza\u0107 sobie nawzajem funduszy bitcoin. W przypadku konfliktu pracownicy RoboSats pomog\u0105 rozwi\u0105za\u0107 sp\u00f3r.", + "You can find a step-by-step description of the trade pipeline in ": "Szczeg\u00f3\u0142owy opis ruroci\u0105gu handlowego znajdziesz w ", + "How it works": "Jak to dzia\u0142a", + "You can also check the full guide in ": "Mo\u017cesz r\u00f3wnie\u017c sprawdzi\u0107 pe\u0142ny przewodnik w", + "How to use": "Jak u\u017cywa\u0107", + "What payment methods are accepted?": "Jakie metody p\u0142atno\u015bci s\u0105 akceptowane?", + "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Wszystkie, o ile s\u0105 szybkie. Mo\u017cesz zapisa\u0107 preferowane metody p\u0142atno\u015bci. B\u0119dziesz musia\u0142 dopasowa\u0107 si\u0119 do partnera, kt\u00f3ry r\u00f3wnie\u017c akceptuje t\u0119 metod\u0119. Etap wymiany fiata ma czas wyga\u015bni\u0119cia wynosz\u0105cy 24 godziny, zanim sp\u00f3r zostanie automatycznie otwarty. Gor\u0105co polecamy korzystanie z szybkich kolejek p\u0142atniczych fiat.", "Are there trade limits?": "Are there trade limits?", - "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "Maksymalny rozmiar pojedynczej transakcji to {{maxAmount}} Satoshis, aby zminimalizować błąd routingu błyskawicy. Nie ma ograniczeń co do liczby transakcji dziennie. Robot może mieć tylko jedno zamówienie na raz. Możesz jednak używać wielu robotów jednocześnie w różnych przeglądarkach (pamiętaj, aby wykonać kopię zapasową tokenów robota!).", + "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "Maksymalny rozmiar pojedynczej transakcji to {{maxAmount}} Satoshis, aby zminimalizowa\u0107 b\u0142\u0105d routingu b\u0142yskawicy. Nie ma ogranicze\u0144 co do liczby transakcji dziennie. Robot mo\u017ce mie\u0107 tylko jedno zam\u00f3wienie na raz. Mo\u017cesz jednak u\u017cywa\u0107 wielu robot\u00f3w jednocze\u015bnie w r\u00f3\u017cnych przegl\u0105darkach (pami\u0119taj, aby wykona\u0107 kopi\u0119 zapasow\u0105 token\u00f3w robota!).", "Is RoboSats private?": "Is RoboSats private?", - "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats nigdy nie zapyta Cię o Twoje imię i nazwisko, kraj lub dowód osobisty. RoboSats nie dba o twoje fundusze i nie dba o to, kim jesteś. RoboSats nie zbiera ani nie przechowuje żadnych danych osobowych. Aby uzyskać najlepszą anonimowość, użyj przeglądarki Tor i uzyskaj dostęp do ukrytej usługi .onion.", - "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "Twój partner handlowy jest jedynym, który może potencjalnie odgadnąć cokolwiek o Tobie. Niech Twój czat będzie krótki i zwięzły. Unikaj podawania nieistotnych informacji innych niż bezwzględnie konieczne do dokonania płatności fiducjarnej.", + "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats nigdy nie zapyta Ci\u0119 o Twoje imi\u0119 i nazwisko, kraj lub dow\u00f3d osobisty. RoboSats nie dba o twoje fundusze i nie dba o to, kim jeste\u015b. RoboSats nie zbiera ani nie przechowuje \u017cadnych danych osobowych. Aby uzyska\u0107 najlepsz\u0105 anonimowo\u015b\u0107, u\u017cyj przegl\u0105darki Tor i uzyskaj dost\u0119p do ukrytej us\u0142ugi .onion.", + "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "Tw\u00f3j partner handlowy jest jedynym, kt\u00f3ry mo\u017ce potencjalnie odgadn\u0105\u0107 cokolwiek o Tobie. Niech Tw\u00f3j czat b\u0119dzie kr\u00f3tki i zwi\u0119z\u0142y. Unikaj podawania nieistotnych informacji innych ni\u017c bezwzgl\u0119dnie konieczne do dokonania p\u0142atno\u015bci fiducjarnej.", "What are the risks?": "What are the risks?", - "This is an experimental application, things could go wrong. Trade small amounts!": "To jest eksperymentalna aplikacja, coś może pójść nie tak. Handluj małymi kwotami!", - "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "Sprzedający ponosi takie samo ryzyko obciążenia zwrotnego, jak w przypadku każdej innej usługi peer-to-peer. Paypal lub karty kredytowe nie są zalecane.", + "This is an experimental application, things could go wrong. Trade small amounts!": "To jest eksperymentalna aplikacja, co\u015b mo\u017ce p\u00f3j\u015b\u0107 nie tak. Handluj ma\u0142ymi kwotami!", + "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "Sprzedaj\u0105cy ponosi takie samo ryzyko obci\u0105\u017cenia zwrotnego, jak w przypadku ka\u017cdej innej us\u0142ugi peer-to-peer. Paypal lub karty kredytowe nie s\u0105 zalecane.", "What is the trust model?": "Jaki jest model zaufania?", - "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "Kupujący i sprzedający nigdy nie muszą sobie ufać. Potrzebne jest pewne zaufanie do RoboSatów, ponieważ powiązanie wstrzymanej faktury sprzedającego i płatności kupującego nie jest (jeszcze) atomowe. Ponadto spory są rozwiązywane przez pracowników RoboSats.", - "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "Aby być całkowicie jasnym. Wymagania dotyczące zaufania są zminimalizowane. Jednak wciąż jest jeden sposób, w jaki RoboSaty mogą uciec z twoim satoshi: nie udostępniając satoshi kupującemu. Można argumentować, że takie posunięcie nie leży w interesie RoboSatów, ponieważ zaszkodziłoby to reputacji za niewielką wypłatę. Jednak powinieneś się wahać i handlować tylko małymi ilościami na raz. W przypadku dużych kwot skorzystaj z usługi depozytowej onchain, takiej jak Bisq", - "You can build more trust on RoboSats by inspecting the source code.": "Możesz zbudować większe zaufanie do RoboSats, sprawdzając kod źródłowy.", - "Project source code": "Kod źródłowy projektu", - "What happens if RoboSats suddenly disappears?": "Co się stanie, jeśli RoboSats nagle znikną?", - "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "Twoje satelity powrócą do ciebie. Każda wstrzymana faktura, która nie zostanie rozliczona, zostanie automatycznie zwrócona, nawet jeśli RoboSats przestanie działać na zawsze. Dotyczy to zarówno obligacji zabezpieczonych, jak i depozytów handlowych. Istnieje jednak małe okno między sprzedającym potwierdzenie otrzymania FIATA a momentem, w którym kupujący otrzyma satoshi, kiedy środki mogą zostać trwale utracone, jeśli RoboSats zniknie. To okno trwa około 1 sekundy. Upewnij się, że masz wystarczającą płynność przychodzącą, aby uniknąć awarii routingu. Jeśli masz jakiś problem, skontaktuj się z publicznymi kanałami RoboSats.", - "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "W wielu krajach korzystanie z RoboSats nie różni się od korzystania z serwisu Ebay lub Craiglist. Twoje przepisy mogą się różnić. Twoim obowiązkiem jest przestrzegać.", + "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "Kupuj\u0105cy i sprzedaj\u0105cy nigdy nie musz\u0105 sobie ufa\u0107. Potrzebne jest pewne zaufanie do RoboSat\u00f3w, poniewa\u017c powi\u0105zanie wstrzymanej faktury sprzedaj\u0105cego i p\u0142atno\u015bci kupuj\u0105cego nie jest (jeszcze) atomowe. Ponadto spory s\u0105 rozwi\u0105zywane przez pracownik\u00f3w RoboSats.", + "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "Aby by\u0107 ca\u0142kowicie jasnym. Wymagania dotycz\u0105ce zaufania s\u0105 zminimalizowane. Jednak wci\u0105\u017c jest jeden spos\u00f3b, w jaki RoboSaty mog\u0105 uciec z twoim satoshi: nie udost\u0119pniaj\u0105c satoshi kupuj\u0105cemu. Mo\u017cna argumentowa\u0107, \u017ce takie posuni\u0119cie nie le\u017cy w interesie RoboSat\u00f3w, poniewa\u017c zaszkodzi\u0142oby to reputacji za niewielk\u0105 wyp\u0142at\u0119. Jednak powiniene\u015b si\u0119 waha\u0107 i handlowa\u0107 tylko ma\u0142ymi ilo\u015bciami na raz. W przypadku du\u017cych kwot skorzystaj z us\u0142ugi depozytowej onchain, takiej jak Bisq", + "You can build more trust on RoboSats by inspecting the source code.": "Mo\u017cesz zbudowa\u0107 wi\u0119ksze zaufanie do RoboSats, sprawdzaj\u0105c kod \u017ar\u00f3d\u0142owy.", + "Project source code": "Kod \u017ar\u00f3d\u0142owy projektu", + "What happens if RoboSats suddenly disappears?": "Co si\u0119 stanie, je\u015bli RoboSats nagle znikn\u0105?", + "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "Twoje satelity powr\u00f3c\u0105 do ciebie. Ka\u017cda wstrzymana faktura, kt\u00f3ra nie zostanie rozliczona, zostanie automatycznie zwr\u00f3cona, nawet je\u015bli RoboSats przestanie dzia\u0142a\u0107 na zawsze. Dotyczy to zar\u00f3wno obligacji zabezpieczonych, jak i depozyt\u00f3w handlowych. Istnieje jednak ma\u0142e okno mi\u0119dzy sprzedaj\u0105cym potwierdzenie otrzymania FIATA a momentem, w kt\u00f3rym kupuj\u0105cy otrzyma satoshi, kiedy \u015brodki mog\u0105 zosta\u0107 trwale utracone, je\u015bli RoboSats zniknie. To okno trwa oko\u0142o 1 sekundy. Upewnij si\u0119, \u017ce masz wystarczaj\u0105c\u0105 p\u0142ynno\u015b\u0107 przychodz\u0105c\u0105, aby unikn\u0105\u0107 awarii routingu. Je\u015bli masz jaki\u015b problem, skontaktuj si\u0119 z publicznymi kana\u0142ami RoboSats.", + "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "W wielu krajach korzystanie z RoboSats nie r\u00f3\u017cni si\u0119 od korzystania z serwisu Ebay lub Craiglist. Twoje przepisy mog\u0105 si\u0119 r\u00f3\u017cni\u0107. Twoim obowi\u0105zkiem jest przestrzega\u0107.", "Is RoboSats legal in my country?": "Czy RoboSats jest legalny w moim kraju?", - "Disclaimer": "Zastrzeżenie", - "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Ta aplikacja lightning jest dostarczana w takiej postaci, w jakiej jest. Jest w aktywnym rozwoju: handluje z najwyższą ostrożnością. Nie ma wsparcia prywatnego. Wsparcie jest oferowane wyłącznie za pośrednictwem kanałów publicznych ", + "Disclaimer": "Zastrze\u017cenie", + "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Ta aplikacja lightning jest dostarczana w takiej postaci, w jakiej jest. Jest w aktywnym rozwoju: handluje z najwy\u017csz\u0105 ostro\u017cno\u015bci\u0105. Nie ma wsparcia prywatnego. Wsparcie jest oferowane wy\u0142\u0105cznie za po\u015brednictwem kana\u0142\u00f3w publicznych ", "(Telegram)": "(Telegram)", - ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats nigdy się z tobą nie skontaktuje. RoboSats na pewno nigdy nie poprosi o token robota." + ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats nigdy si\u0119 z tob\u0105 nie skontaktuje. RoboSats na pewno nigdy nie poprosi o token robota." } diff --git a/frontend/static/locales/pt.json b/frontend/static/locales/pt.json index 2b2ffb9e..b55a572e 100644 --- a/frontend/static/locales/pt.json +++ b/frontend/static/locales/pt.json @@ -1,83 +1,83 @@ { - "UNSAFE ALERT - UnsafeAlert.js": "Alerta exibido no topo da tela ao navegar pelo site não seguro.", - "You are not using RoboSats privately": "Você não está utilizando o RoboSats de forma privada", - "desktop_unsafe_alert": "Alguns recursos estão desativados para sua proteção (por exemplo, chat) e você não poderá concluir uma negociação sem eles. Para proteger sua privacidade e utilizar todas as possibilidades do RoboSats, use o <1>Navegador Tor e visite o site <3>Onion.", - "phone_unsafe_alert": "Você não será capaz de concluir uma negociação. Use o <1>Navegador Tor e visite o site <3>Onion.", + "UNSAFE ALERT - UnsafeAlert.js": "Alerta exibido no topo da tela ao navegar pelo site n\u00e3o seguro.", + "You are not using RoboSats privately": "Voc\u00ea n\u00e3o est\u00e1 utilizando o RoboSats de forma privada", + "desktop_unsafe_alert": "Alguns recursos est\u00e3o desativados para sua prote\u00e7\u00e3o (por exemplo, chat) e voc\u00ea n\u00e3o poder\u00e1 concluir uma negocia\u00e7\u00e3o sem eles. Para proteger sua privacidade e utilizar todas as possibilidades do RoboSats, use o <1>Navegador Tor e visite o site <3>Onion.", + "phone_unsafe_alert": "Voc\u00ea n\u00e3o ser\u00e1 capaz de concluir uma negocia\u00e7\u00e3o. Use o <1>Navegador Tor e visite o site <3>Onion.", "Hide": "Esconder", - "USER GENERATION PAGE - UserGenPage.js": "Página inicial e geração de usuário", + "USER GENERATION PAGE - UserGenPage.js": "P\u00e1gina inicial e gera\u00e7\u00e3o de usu\u00e1rio", "Simple and Private LN P2P Exchange": "Privada e simples corretora LN P2P", - "This is your trading avatar": "Este é seu avatar para negociação", + "This is your trading avatar": "Este \u00e9 seu avatar para negocia\u00e7\u00e3o", "Store your token safely": "Guarde seu token de forma segura", - "A robot avatar was found, welcome back!": "Um avatar robô foi encontrado, bem vindo de volta!", + "A robot avatar was found, welcome back!": "Um avatar rob\u00f4 foi encontrado, bem vindo de volta!", "Copied!": "Copiado!", "Generate a new token": "Gerar um novo token", - "Generate Robot": "Gerar robô", - "You must enter a new token first": "Primeiramente você necessita inserir um novo token", - "Make Order": "Lançar ordem", + "Generate Robot": "Gerar rob\u00f4", + "You must enter a new token first": "Primeiramente voc\u00ea necessita inserir um novo token", + "Make Order": "Lan\u00e7ar ordem", "Info": "Info", "View Book": "Ver ofertas", "Learn RoboSats": "Aprender sobre o RoboSats", - "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Você está prestes a visitar o \"Learn RoboSats\"(Aprender sobre o RoboSats). Ele hospeda tutoriais e documentação para ajudá-lo a aprender como usar o RoboSats e entender como funciona.", - "Let's go!": "Vamos lá!", + "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Voc\u00ea est\u00e1 prestes a visitar o \"Learn RoboSats\"(Aprender sobre o RoboSats). Ele hospeda tutoriais e documenta\u00e7\u00e3o para ajud\u00e1-lo a aprender como usar o RoboSats e entender como funciona.", + "Let's go!": "Vamos l\u00e1!", "Save token and PGP credentials to file": "Salvar token e credenciais PGP no arquivo", - "MAKER PAGE - MakerPage.js": "Esta é a página onde os usuários podem criar novas ordens", + "MAKER PAGE - MakerPage.js": "Esta \u00e9 a p\u00e1gina onde os usu\u00e1rios podem criar novas ordens", "Order": "Ordem", "Customize": "Customizar", "Buy or Sell Bitcoin?": "Comprar ou vender Bitcoin?", "Buy": "Comprar", "Sell": "Vender", "Amount": "Quantidade", - "Amount of fiat to exchange for bitcoin": "Quantidade de moeda fiduciária(fiat) para trocar por bitcoin", - "Invalid": "Inválido", - "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "Insira seus métodos de pagamento fiduciários preferidos. Métodos rápidos são altamente recomendados.", + "Amount of fiat to exchange for bitcoin": "Quantidade de moeda fiduci\u00e1ria(fiat) para trocar por bitcoin", + "Invalid": "Inv\u00e1lido", + "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "Insira seus m\u00e9todos de pagamento fiduci\u00e1rios preferidos. M\u00e9todos r\u00e1pidos s\u00e3o altamente recomendados.", "Must be shorter than 65 characters": "Deve ter menos de 65 caracteres", "Swap Destination(s)": "Trocar Destino(s)", "Fiat Payment Method(s)": "Forma(s) de Pagamento Fiat", - "You can add any method": "Você pode adicionar qualquer método", + "You can add any method": "Voc\u00ea pode adicionar qualquer m\u00e9todo", "Add New": "Adicionar novo", - "Choose a Pricing Method": "Escolha um método de precificação", + "Choose a Pricing Method": "Escolha um m\u00e9todo de precifica\u00e7\u00e3o", "Relative": "Relativo", - "Let the price move with the market": "Deixe o preço se mover com o mercado", - "Premium over Market (%)": "Prêmio sobre o mercado (%)", - "Explicit": "Explícito", + "Let the price move with the market": "Deixe o pre\u00e7o se mover com o mercado", + "Premium over Market (%)": "Pr\u00eamio sobre o mercado (%)", + "Explicit": "Expl\u00edcito", "Set a fix amount of satoshis": "Defina uma quantidade fixa de satoshis", "Satoshis": "Satoshis", - "Fixed price:": "Preço fixo:", + "Fixed price:": "Pre\u00e7o fixo:", "Order current rate:": "Taxa atual do pedido:", - "Your order fixed exchange rate": "Taxa de câmbio fixa do seu pedido", - "Your order's current exchange rate. Rate will move with the market.": "A taxa de câmbio atual do seu pedido. A taxa vai se mover com o mercado.", + "Your order fixed exchange rate": "Taxa de c\u00e2mbio fixa do seu pedido", + "Your order's current exchange rate. Rate will move with the market.": "A taxa de c\u00e2mbio atual do seu pedido. A taxa vai se mover com o mercado.", "Let the taker chose an amount within the range": "Deixe o tomador escolher um valor dentro do intervalo", "Enable Amount Range": "Ativar intervalo de valores", "From": "De", "to": "Para", - "Expiry Timers": "Temporizadores de expiração", - "Public Duration (HH:mm)": "Duração Pública (HH:mm)", - "Escrow Deposit Time-Out (HH:mm)": "Tempo limite de depósito em caução (HH:mm)", - "Set the skin-in-the-game, increase for higher safety assurance": "Defina a skin-in-the-game(pele em risco), aumente para maior garantia de segurança", - "Fidelity Bond Size": "Tamanho do título de fidelidade", - "Allow bondless takers": "Permitir tomadores sem títulos", + "Expiry Timers": "Temporizadores de expira\u00e7\u00e3o", + "Public Duration (HH:mm)": "Dura\u00e7\u00e3o P\u00fablica (HH:mm)", + "Escrow Deposit Time-Out (HH:mm)": "Tempo limite de dep\u00f3sito em cau\u00e7\u00e3o (HH:mm)", + "Set the skin-in-the-game, increase for higher safety assurance": "Defina a skin-in-the-game(pele em risco), aumente para maior garantia de seguran\u00e7a", + "Fidelity Bond Size": "Tamanho do t\u00edtulo de fidelidade", + "Allow bondless takers": "Permitir tomadores sem t\u00edtulos", "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "EM BREVE - Alto risco! Limitado a {{limitSats}}K Sats", - "You must fill the order correctly": "Você deve preencher o pedido corretamente", + "You must fill the order correctly": "Voc\u00ea deve preencher o pedido corretamente", "Create Order": "Criar pedido", "Back": "Voltar", "Create an order for ": "Crie um pedido de ", "Create a BTC buy order for ": "Crie uma ordem de compra BTC para ", "Create a BTC sell order for ": "Crie uma ordem de venda BTC para ", " of {{satoshis}} Satoshis": " de {{satoshis}} Satoshis", - " at market price": " a preço de mercado", - " at a {{premium}}% premium": " com um prêmio de {{premium}}%", + " at market price": " a pre\u00e7o de mercado", + " at a {{premium}}% premium": " com um pr\u00eamio de {{premium}}%", " at a {{discount}}% discount": " com um desconto de {{discount}}%", "Must be less than {{max}}%": "Deve ser inferior a {{max}}%", "Must be more than {{min}}%": "Deve ser superior a {{min}}%", "Must be less than {{maxSats}": "Deve ser inferior a {{maxSats}}", "Must be more than {{minSats}}": "Deve ser superior a {{minSats}}", - "Store your robot token": "Armazene seu token de robô", - "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "Você pode precisar recuperar seu avatar de robô no futuro: armazene-o com segurança. Você pode simplesmente copiá-lo em outra aplicação.", + "Store your robot token": "Armazene seu token de rob\u00f4", + "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "Voc\u00ea pode precisar recuperar seu avatar de rob\u00f4 no futuro: armazene-o com seguran\u00e7a. Voc\u00ea pode simplesmente copi\u00e1-lo em outra aplica\u00e7\u00e3o.", "Done": "Feito", - "You do not have a robot avatar": "Você não tem um avatar de robô", - "You need to generate a robot avatar in order to become an order maker": "Você precisa gerar um avatar de robô para se tornar um fabricante de pedidos", - "PAYMENT METHODS - autocompletePayments.js": "Sequências de métodos de pagamento", - "not specified": "Não especificado", + "You do not have a robot avatar": "Voc\u00ea n\u00e3o tem um avatar de rob\u00f4", + "You need to generate a robot avatar in order to become an order maker": "Voc\u00ea precisa gerar um avatar de rob\u00f4 para se tornar um fabricante de pedidos", + "PAYMENT METHODS - autocompletePayments.js": "Sequ\u00eancias de m\u00e9todos de pagamento", + "not specified": "N\u00e3o especificado", "Instant SEPA": "Instant SEPA", "Amazon GiftCard": "Amazon GiftCard", "Google Play Gift Code": "Google Play Gift Code", @@ -95,82 +95,82 @@ "and pay with": "e pagar com", "and use": "e utilizar", "Select Payment Currency": "Selecione a moeda de pagamento", - "Robot": "Robô", - "Is": "É", + "Robot": "Rob\u00f4", + "Is": "\u00c9", "Currency": "Moeda", - "Payment Method": "método de pagamento", + "Payment Method": "m\u00e9todo de pagamento", "Pay": "Pagar", - "Price": "Preço", - "Premium": "Prêmio", - "You are SELLING BTC for {{currencyCode}}": "Você está VENDENDO BTC por {{currencyCode}}", - "You are BUYING BTC for {{currencyCode}}": "Você está COMPRANDO BTC por {{currencyCode}}", - "You are looking at all": "Você está olhando para todos", + "Price": "Pre\u00e7o", + "Premium": "Pr\u00eamio", + "You are SELLING BTC for {{currencyCode}}": "Voc\u00ea est\u00e1 VENDENDO BTC por {{currencyCode}}", + "You are BUYING BTC for {{currencyCode}}": "Voc\u00ea est\u00e1 COMPRANDO BTC por {{currencyCode}}", + "You are looking at all": "Voc\u00ea est\u00e1 olhando para todos", "No orders found to sell BTC for {{currencyCode}}": "Nenhum pedido encontrado para vender BTC por {{currencyCode}}", "No orders found to buy BTC for {{currencyCode}}": "Nenhum pedido encontrado para comprar BTC por {{currencyCode}}", - "Filter has no results": "O filtro não tem resultados", + "Filter has no results": "O filtro n\u00e3o tem resultados", "Be the first one to create an order": "Seja o primeiro a criar um pedido", - "BOTTOM BAR AND MISC - BottomBar.js": "Perfil de usuário da barra inferior e diálogos diversos", - "Stats For Nerds": "Estatísticas para nerds", - "LND version": "Versão da LND", + "BOTTOM BAR AND MISC - BottomBar.js": "Perfil de usu\u00e1rio da barra inferior e di\u00e1logos diversos", + "Stats For Nerds": "Estat\u00edsticas para nerds", + "LND version": "Vers\u00e3o da LND", "Currently running commit hash": "commit hash atual", "24h contracted volume": "Volume contratado em 24h", - "Lifetime contracted volume": "Volume contratado desde o princípio", + "Lifetime contracted volume": "Volume contratado desde o princ\u00edpio", "Made with": "Feito com", "and": "e", - "... somewhere on Earth!": "... alguém na terra!", + "... somewhere on Earth!": "... algu\u00e9m na terra!", "Community": "Comunidade", - "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "O suporte é oferecido apenas por meio de canais públicos. Junte-se à nossa comunidade no Telegram se você tiver dúvidas ou quiser sair com outros robôs legais. Por favor, use nossos issues do Github se você encontrar um bug ou quiser ver novos recursos!", + "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "O suporte \u00e9 oferecido apenas por meio de canais p\u00fablicos. Junte-se \u00e0 nossa comunidade no Telegram se voc\u00ea tiver d\u00favidas ou quiser sair com outros rob\u00f4s legais. Por favor, use nossos issues do Github se voc\u00ea encontrar um bug ou quiser ver novos recursos!", "Follow RoboSats in Twitter": "Siga RoboSats no Twitter", "Twitter Official Account": "Conta oficial no Twitter", "RoboSats Telegram Communities": "Comunidades do RoboSats no Telegram", - "Join RoboSats Spanish speaking community!": "Junte-se à comunidade RoboSats de língua espanhola!", - "Join RoboSats Russian speaking community!": "Junte-se à comunidade RoboSats de língua russa!", - "Join RoboSats Chinese speaking community!": "Junte-se à comunidade RoboSats de língua chinesa!", - "Join RoboSats English speaking community!": "Junte-se à comunidade RoboSats de língua inglesa!", + "Join RoboSats Spanish speaking community!": "Junte-se \u00e0 comunidade RoboSats de l\u00edngua espanhola!", + "Join RoboSats Russian speaking community!": "Junte-se \u00e0 comunidade RoboSats de l\u00edngua russa!", + "Join RoboSats Chinese speaking community!": "Junte-se \u00e0 comunidade RoboSats de l\u00edngua chinesa!", + "Join RoboSats English speaking community!": "Junte-se \u00e0 comunidade RoboSats de l\u00edngua inglesa!", "Tell us about a new feature or a bug": "Conte-nos sobre um novo recurso ou um bug", "Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - The Robotic Satoshis Open Source Project", "Your Profile": "Seu perfil", - "Your robot": "Seu robô", + "Your robot": "Seu rob\u00f4", "One active order #{{orderID}}": "Uma ordem ativa #{{orderID}}", "Your current order": "Sua ordem atual", "No active orders": "Nenhuma ordem ativa", - "Your token (will not remain here)": "Seu token (não permanecerá aqui)", + "Your token (will not remain here)": "Seu token (n\u00e3o permanecer\u00e1 aqui)", "Back it up!": "Apoia-la!", - "Cannot remember": "Não consigo lembrar", - "Rewards and compensations": "Recompensas e compensações", - "Share to earn 100 Sats per trade": "Compartilhe para ganhar 100 Sats por negociação", - "Your referral link": "Seu link de referência", + "Cannot remember": "N\u00e3o consigo lembrar", + "Rewards and compensations": "Recompensas e compensa\u00e7\u00f5es", + "Share to earn 100 Sats per trade": "Compartilhe para ganhar 100 Sats por negocia\u00e7\u00e3o", + "Your referral link": "Seu link de refer\u00eancia", "Your earned rewards": "Suas recompensas ganhas", "Claim": "Reinvindicar", "Invoice for {{amountSats}} Sats": "Invoice para {{amountSats}} Sats", "Submit": "Enviar", - "There it goes, thank you!🥇": "Pronto, obrigado! \uD83E\uDD47", - "You have an active order": "Você tem um pedido ativo", - "You can claim satoshis!": "Você pode reivindicar satoshis!", - "Public Buy Orders": "Pedidos de compra pública", - "Public Sell Orders": "Pedidos de venda pública", - "Today Active Robots": "Robôs ativos hoje", - "24h Avg Premium": "Premium médio nas últimas 24h", - "Trade Fee": "Taxa de negociação", + "There it goes, thank you!\ud83e\udd47": "Pronto, obrigado! \ud83e\udd47", + "You have an active order": "Voc\u00ea tem um pedido ativo", + "You can claim satoshis!": "Voc\u00ea pode reivindicar satoshis!", + "Public Buy Orders": "Pedidos de compra p\u00fablica", + "Public Sell Orders": "Pedidos de venda p\u00fablica", + "Today Active Robots": "Rob\u00f4s ativos hoje", + "24h Avg Premium": "Premium m\u00e9dio nas \u00faltimas 24h", + "Trade Fee": "Taxa de negocia\u00e7\u00e3o", "Show community and support links": "Mostrar links de comunidade e suporte", - "Show stats for nerds": "Mostrar estatísticas para nerds", + "Show stats for nerds": "Mostrar estat\u00edsticas para nerds", "Exchange Summary": "Resumo da troca", - "Public buy orders": "Ordens de compra públicas", - "Public sell orders": "Ordens de venda públicss", + "Public buy orders": "Ordens de compra p\u00fablicas", + "Public sell orders": "Ordens de venda p\u00fablicss", "Book liquidity": "Liquidez do livro", - "Today active robots": "Robôs ativos hoje", - "24h non-KYC bitcoin premium": "Prêmio de bitcoin não-KYC nas últimas 24 horas", + "Today active robots": "Rob\u00f4s ativos hoje", + "24h non-KYC bitcoin premium": "Pr\u00eamio de bitcoin n\u00e3o-KYC nas \u00faltimas 24 horas", "Maker fee": "Taxa do criador", "Taker fee": "Taxa do tomador", - "Number of public BUY orders": "Número de ordens públicos de COMPRA", - "Number of public SELL orders": "Número de ordens públicos de VENDA", - "Your last order #{{orderID}}": "Sua última ordem #{{orderID}}", + "Number of public BUY orders": "N\u00famero de ordens p\u00fablicos de COMPRA", + "Number of public SELL orders": "N\u00famero de ordens p\u00fablicos de VENDA", + "Your last order #{{orderID}}": "Sua \u00faltima ordem #{{orderID}}", "Inactive order": "Ordem inativa", - "You do not have previous orders": "Você não tem ordens anteriores", + "You do not have previous orders": "Voc\u00ea n\u00e3o tem ordens anteriores", "Join RoboSats' Subreddit": "Junte-se ao Subreddit do RoboSats", "RoboSats in Reddit": "RoboSats no Reddit", "Current onchain payout fee": "Taxa de pagamento onchain atual", - "ORDER PAGE - OrderPage.js": "Página de detalhes da ordem", + "ORDER PAGE - OrderPage.js": "P\u00e1gina de detalhes da ordem", "Order Box": "Caixa de ordem", "Contract": "Contrato", "Active": "Ativo", @@ -182,9 +182,9 @@ "Order taker": "Tomar ordem", "Order Details": "Detalhes da ordem", "Order status": "Status da ordem", - "Waiting for maker bond": "Aguardando o vínculo do criador", - "Public": "Público", - "Waiting for taker bond": "Aguardando o vínculo do tomador", + "Waiting for maker bond": "Aguardando o v\u00ednculo do criador", + "Public": "P\u00fablico", + "Waiting for taker bond": "Aguardando o v\u00ednculo do tomador", "Cancelled": "Cancelado", "Expired": "Expirado", "Waiting for trade collateral and buyer invoice": "Aguardando garantia comercial e fatura do comprador", @@ -195,53 +195,53 @@ "In dispute": "Em disputa", "Collaboratively cancelled": "Cancelado colaborativamente", "Sending satoshis to buyer": "Enviando satoshis para o comprador", - "Sucessful trade": "Negociação bem-sucedida", + "Sucessful trade": "Negocia\u00e7\u00e3o bem-sucedida", "Failed lightning network routing": "Falha no roteamento de rede Lightning", - "Wait for dispute resolution": "Aguarde a resolução da disputa", + "Wait for dispute resolution": "Aguarde a resolu\u00e7\u00e3o da disputa", "Maker lost dispute": "Criador perdeu disputa", "Taker lost dispute": "Tomador perdeu disputa", "Amount range": "Faixa de valores", "Swap destination": "Trocar destino", - "Accepted payment methods": "Métodos de pagamento aceitos", + "Accepted payment methods": "M\u00e9todos de pagamento aceitos", "Others": "Outros", - "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Prêmio: {{premium}}%", - "Price and Premium": "Preço e Prêmio", + "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Pr\u00eamio: {{premium}}%", + "Price and Premium": "Pre\u00e7o e Pr\u00eamio", "Amount of Satoshis": "Quantidade de Satoshis", - "Premium over market price": "Prêmio sobre o preço de mercado", + "Premium over market price": "Pr\u00eamio sobre o pre\u00e7o de mercado", "Order ID": "ID da ordem", - "Deposit timer": "Temporizador de depósito", + "Deposit timer": "Temporizador de dep\u00f3sito", "Expires in": "Expira em", - "{{nickname}} is asking for a collaborative cancel": "{{nickname}} está pedindo um cancelamento colaborativo", - "You asked for a collaborative cancellation": "Você solicitou um cancelamento colaborativo", - "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "A fatura expirou. Você não confirmou a publicação do pedido a tempo. Faça um novo pedido.", + "{{nickname}} is asking for a collaborative cancel": "{{nickname}} est\u00e1 pedindo um cancelamento colaborativo", + "You asked for a collaborative cancellation": "Voc\u00ea solicitou um cancelamento colaborativo", + "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "A fatura expirou. Voc\u00ea n\u00e3o confirmou a publica\u00e7\u00e3o do pedido a tempo. Fa\u00e7a um novo pedido.", "This order has been cancelled by the maker": "Este pedido foi cancelado pelo criador", - "Invoice expired. You did not confirm taking the order in time.": "Incoice expirado. Você não confirmou ter recebido o pedido a tempo.", + "Invoice expired. You did not confirm taking the order in time.": "Incoice expirado. Voc\u00ea n\u00e3o confirmou ter recebido o pedido a tempo.", "Penalty lifted, good to go!": "Penalidade levantada, pronto!", - "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "Você ainda não pode fazer um pedido! Espere {{timeMin}}m {{timeSec}}s", + "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "Voc\u00ea ainda n\u00e3o pode fazer um pedido! Espere {{timeMin}}m {{timeSec}}s", "Too low": "Muito baixo", "Too high": "Muito alto", - "Enter amount of fiat to exchange for bitcoin": "Insira o valor da moeda fiduciária para trocar por bitcoin", + "Enter amount of fiat to exchange for bitcoin": "Insira o valor da moeda fiduci\u00e1ria para trocar por bitcoin", "Amount {{currencyCode}}": "Quantidade {{currencyCode}}", - "You must specify an amount first": "Você deve especificar um valor primeiro", + "You must specify an amount first": "Voc\u00ea deve especificar um valor primeiro", "Take Order": "Tomar uma ordem", - "Wait until you can take an order": "Espere até que você possa fazer uma ordem", + "Wait until you can take an order": "Espere at\u00e9 que voc\u00ea possa fazer uma ordem", "Cancel the order?": "Cancelar a ordem?", - "If the order is cancelled now you will lose your bond.": "Se a ordem for cancelada agora, você perderá seu vínculo.", + "If the order is cancelled now you will lose your bond.": "Se a ordem for cancelada agora, voc\u00ea perder\u00e1 seu v\u00ednculo.", "Confirm Cancel": "Confirmar cancelamento", - "The maker is away": "O criador está ausente", - "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Ao aceitar esta ordem, você corre o risco de perder seu tempo. Se o criador não proceder a tempo, você será compensado em satoshis por 50% do título do criador.", + "The maker is away": "O criador est\u00e1 ausente", + "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Ao aceitar esta ordem, voc\u00ea corre o risco de perder seu tempo. Se o criador n\u00e3o proceder a tempo, voc\u00ea ser\u00e1 compensado em satoshis por 50% do t\u00edtulo do criador.", "Collaborative cancel the order?": "Cancelar o pedido colaborativamente?", - "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "O caução comercial foi postado. O pedido só pode ser cancelado se ambos, criador e tomador, concordarem em cancelar.", + "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "O cau\u00e7\u00e3o comercial foi postado. O pedido s\u00f3 pode ser cancelado se ambos, criador e tomador, concordarem em cancelar.", "Ask for Cancel": "Pedir para cancelar", "Cancel": "Cancelar", "Collaborative Cancel": "Cancelamento colaborativo", - "Invalid Order Id": "ID da ordem inválida", - "You must have a robot avatar to see the order details": "Você deve ter um avatar de robô para ver os detalhes da ordem", + "Invalid Order Id": "ID da ordem inv\u00e1lida", + "You must have a robot avatar to see the order details": "Voc\u00ea deve ter um avatar de rob\u00f4 para ver os detalhes da ordem", "This order has been cancelled collaborativelly": "Esta ordem foi cancelada de forma colaborativa", - "You are not allowed to see this order": "Você não tem permissão para ver esta ordem", - "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Os robôs Satoshis trabalhando no armazém não entenderam você. Por favor, preencha um Bug Issue no Github https://github.com/reckless-satoshi/robosats/issues", + "You are not allowed to see this order": "Voc\u00ea n\u00e3o tem permiss\u00e3o para ver esta ordem", + "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Os rob\u00f4s Satoshis trabalhando no armaz\u00e9m n\u00e3o entenderam voc\u00ea. Por favor, preencha um Bug Issue no Github https://github.com/reckless-satoshi/robosats/issues", "CHAT BOX - Chat.js": "Chat", - "You": "Você", + "You": "Voc\u00ea", "Peer": "Par", "connected": "conectado", "disconnected": "desconectado", @@ -252,177 +252,177 @@ "Audit PGP": "Auditar PGP", "Save full log as a JSON file (messages and credentials)": "Salvar log completo como um arquivo JSON (mensagens e credenciais)", "Export": "Exportar", - "Don't trust, verify": "Não confie, verifique", - "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "Sua comunicação é criptografada de ponta a ponta com OpenPGP. Você pode verificar a privacidade deste chat usando qualquer ferramenta baseada no padrão OpenPGP.", + "Don't trust, verify": "N\u00e3o confie, verifique", + "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "Sua comunica\u00e7\u00e3o \u00e9 criptografada de ponta a ponta com OpenPGP. Voc\u00ea pode verificar a privacidade deste chat usando qualquer ferramenta baseada no padr\u00e3o OpenPGP.", "Learn how to verify": "Saiba como verificar", - "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "Sua chave pública PGP. Seu par o usa para criptografar mensagens que só você pode ler.", - "Your public key": "Sua chave pública", - "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "Sua chave pública PGP de mesmo nível. Você o usa para criptografar mensagens que só ele pode ler e para verificar se seu par assinou as mensagens recebidas.", - "Peer public key": "Chave pública do par(peer)", - "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "Sua chave privada criptografada. Você o usa para descriptografar as mensagens que seu par criptografou para você. Você também o usa para assinar as mensagens que envia.", + "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "Sua chave p\u00fablica PGP. Seu par o usa para criptografar mensagens que s\u00f3 voc\u00ea pode ler.", + "Your public key": "Sua chave p\u00fablica", + "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "Sua chave p\u00fablica PGP de mesmo n\u00edvel. Voc\u00ea o usa para criptografar mensagens que s\u00f3 ele pode ler e para verificar se seu par assinou as mensagens recebidas.", + "Peer public key": "Chave p\u00fablica do par(peer)", + "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "Sua chave privada criptografada. Voc\u00ea o usa para descriptografar as mensagens que seu par criptografou para voc\u00ea. Voc\u00ea tamb\u00e9m o usa para assinar as mensagens que envia.", "Your encrypted private key": "Sua chave privada criptografada", - "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "A senha para descriptografar sua chave privada. Só você sabe! Não compartilhe. É também o seu token de usuário do avatar do robô.", - "Your private key passphrase (keep secure!)": "Sua senha de chave privada (mantenha a segurança!)", + "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "A senha para descriptografar sua chave privada. S\u00f3 voc\u00ea sabe! N\u00e3o compartilhe. \u00c9 tamb\u00e9m o seu token de usu\u00e1rio do avatar do rob\u00f4.", + "Your private key passphrase (keep secure!)": "Sua senha de chave privada (mantenha a seguran\u00e7a!)", "Save credentials as a JSON file": "Salvar credenciais como um arquivo JSON", "Keys": "Chaves", "Save messages as a JSON file": "Salvar mensagens como um arquivo JSON", "Messages": "Mensagens", "Verified signature by {{nickname}}": "Assinatura verificada por {{nickname}}", - "Cannot verify signature of {{nickname}}": "Não é possível verificar a assinatura de {{nickname}}", - "CONTRACT BOX - TradeBox.js": "A Caixa de Contrato que orienta os usuários por todo o pipeline comercial", + "Cannot verify signature of {{nickname}}": "N\u00e3o \u00e9 poss\u00edvel verificar a assinatura de {{nickname}}", + "CONTRACT BOX - TradeBox.js": "A Caixa de Contrato que orienta os usu\u00e1rios por todo o pipeline comercial", "Contract Box": "Caixa de contrato", - "Robots show commitment to their peers": "Robôs mostram compromisso com seus pares", + "Robots show commitment to their peers": "Rob\u00f4s mostram compromisso com seus pares", "Lock {{amountSats}} Sats to PUBLISH order": "Bloquear {{amountSats}} Sats para PUBLICAR ordem", "Lock {{amountSats}} Sats to TAKE order": "Bloquear {{amountSats}} Sats para TOMAR ordem", "Lock {{amountSats}} Sats as collateral": "Bloquear {{amountSats}} Sats como garantia", - "Copy to clipboard": "Copiar para área de transferência", - "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Esta é uma invoice de espera, ela será congelada em sua carteira. Será cobrado apenas se você cancelar ou perder uma disputa.", - "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Esta é uma invoice de espera, ela será congelada em sua carteira. Ele será liberado para o comprador assim que você confirmar o recebimento do {{currencyCode}}.", - "Your maker bond is locked": "Seu vínculo criador está bloqueado", - "Your taker bond is locked": "Seu vínculo tomador está bloqueado", - "Your maker bond was settled": "Seu vínculo criador foi liquidado", - "Your taker bond was settled": "Seu vínculo tomador foi liquidado", - "Your maker bond was unlocked": "Seu vínculo criador foi desbloqueado", - "Your taker bond was unlocked": "YSeu vínculo tomador foi desbloqueado", - "Your order is public": "Sua ordem é pública", - "Be patient while robots check the book. This box will ring 🔊 once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Seja paciente enquanto os robôs verificam o livro. Esta caixa tocará \uD83D\uDD0A assim que um robô receber seu pedido, então você terá {{deposit_timer_hours}}h {{deposit_timer_minutes}}m para responder. Se você não responder, corre o risco de perder seu vínculo.", - "If the order expires untaken, your bond will return to you (no action needed).": "Se o pedido expirar sem ser realizado, seu título retornará a você (sem necessidade de ação).", - "Enable Telegram Notifications": "Habilitar notificações do Telegram", - "Enable TG Notifications": "Habilitar notificações do TG", - "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Você será levado a uma conversa com o bot do Telegram RoboSats. Basta abrir o bate-papo e pressionar Iniciar. Observe que, ao ativar as notificações de Telegram, você pode diminuir seu nível de anonimato.", + "Copy to clipboard": "Copiar para \u00e1rea de transfer\u00eancia", + "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Esta \u00e9 uma invoice de espera, ela ser\u00e1 congelada em sua carteira. Ser\u00e1 cobrado apenas se voc\u00ea cancelar ou perder uma disputa.", + "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Esta \u00e9 uma invoice de espera, ela ser\u00e1 congelada em sua carteira. Ele ser\u00e1 liberado para o comprador assim que voc\u00ea confirmar o recebimento do {{currencyCode}}.", + "Your maker bond is locked": "Seu v\u00ednculo criador est\u00e1 bloqueado", + "Your taker bond is locked": "Seu v\u00ednculo tomador est\u00e1 bloqueado", + "Your maker bond was settled": "Seu v\u00ednculo criador foi liquidado", + "Your taker bond was settled": "Seu v\u00ednculo tomador foi liquidado", + "Your maker bond was unlocked": "Seu v\u00ednculo criador foi desbloqueado", + "Your taker bond was unlocked": "YSeu v\u00ednculo tomador foi desbloqueado", + "Your order is public": "Sua ordem \u00e9 p\u00fablica", + "Be patient while robots check the book. This box will ring \ud83d\udd0a once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Seja paciente enquanto os rob\u00f4s verificam o livro. Esta caixa tocar\u00e1 \ud83d\udd0a assim que um rob\u00f4 receber seu pedido, ent\u00e3o voc\u00ea ter\u00e1 {{deposit_timer_hours}}h {{deposit_timer_minutes}}m para responder. Se voc\u00ea n\u00e3o responder, corre o risco de perder seu v\u00ednculo.", + "If the order expires untaken, your bond will return to you (no action needed).": "Se o pedido expirar sem ser realizado, seu t\u00edtulo retornar\u00e1 a voc\u00ea (sem necessidade de a\u00e7\u00e3o).", + "Enable Telegram Notifications": "Habilitar notifica\u00e7\u00f5es do Telegram", + "Enable TG Notifications": "Habilitar notifica\u00e7\u00f5es do TG", + "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Voc\u00ea ser\u00e1 levado a uma conversa com o bot do Telegram RoboSats. Basta abrir o bate-papo e pressionar Iniciar. Observe que, ao ativar as notifica\u00e7\u00f5es de Telegram, voc\u00ea pode diminuir seu n\u00edvel de anonimato.", "Go back": "Voltar", "Enable": "Ativar", "Telegram enabled": "Telegram ativado", - "Public orders for {{currencyCode}}": "Ordens públicas para {{currencyCode}}", - "Premium rank": "Rank de prêmio", - "Among public {{currencyCode}} orders (higher is cheaper)": "Entre ordens públicas {{currencyCode}} (mais alto é mais barato)", + "Public orders for {{currencyCode}}": "Ordens p\u00fablicas para {{currencyCode}}", + "Premium rank": "Rank de pr\u00eamio", + "Among public {{currencyCode}} orders (higher is cheaper)": "Entre ordens p\u00fablicas {{currencyCode}} (mais alto \u00e9 mais barato)", "A taker has been found!": "Um comprador foi encontrado!", - "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Por favor, espere que o tomador bloqueie uma fiança. Se o tomador não fechar um vínculo a tempo, a ordem será tornada pública novamente.", + "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Por favor, espere que o tomador bloqueie uma fian\u00e7a. Se o tomador n\u00e3o fechar um v\u00ednculo a tempo, a ordem ser\u00e1 tornada p\u00fablica novamente.", "Payout Lightning Invoice": "Pagamento Lightning Invoice", - "Your info looks good!": "Suas informações parecem boas!", - "We are waiting for the seller to lock the trade amount.": "Estamos aguardando o vendedor bloquear o valor da negociação.", - "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Apenas espere um momento. Se o vendedor não depositar, você receberá seu título de volta automaticamente. Além disso, você receberá uma compensação (verifique as recompensas em seu perfil).", - "The trade collateral is locked!": "A garantia comercial está bloqueada!", - "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "Estamos aguardando o comprador postar uma lightning invoice. Uma vez que ele o faça, você poderá comunicar diretamente os detalhes do pagamento fiduciário.", - "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Apenas espere um momento. Se o comprador não cooperar, você receberá de volta a garantia comercial e seu título automaticamente. Além disso, você receberá uma compensação (verifique as recompensas em seu perfil).", + "Your info looks good!": "Suas informa\u00e7\u00f5es parecem boas!", + "We are waiting for the seller to lock the trade amount.": "Estamos aguardando o vendedor bloquear o valor da negocia\u00e7\u00e3o.", + "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Apenas espere um momento. Se o vendedor n\u00e3o depositar, voc\u00ea receber\u00e1 seu t\u00edtulo de volta automaticamente. Al\u00e9m disso, voc\u00ea receber\u00e1 uma compensa\u00e7\u00e3o (verifique as recompensas em seu perfil).", + "The trade collateral is locked!": "A garantia comercial est\u00e1 bloqueada!", + "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "Estamos aguardando o comprador postar uma lightning invoice. Uma vez que ele o fa\u00e7a, voc\u00ea poder\u00e1 comunicar diretamente os detalhes do pagamento fiduci\u00e1rio.", + "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Apenas espere um momento. Se o comprador n\u00e3o cooperar, voc\u00ea receber\u00e1 de volta a garantia comercial e seu t\u00edtulo automaticamente. Al\u00e9m disso, voc\u00ea receber\u00e1 uma compensa\u00e7\u00e3o (verifique as recompensas em seu perfil).", "Confirm {{amount}} {{currencyCode}} sent": "Confirmar o envio de {{amount}} {{currencyCode}}", "Confirm {{amount}} {{currencyCode}} received": "Confirmar que recebeu {{amount}} {{currencyCode}}", "Open Dispute": "Abrir disputa", "The order has expired": "A ordem expirou", "Chat with the buyer": "Converse com o comprador", "Chat with the seller": "Converse com o vendedor", - "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Diga oi! Seja útil e conciso. Deixe-os saber como enviar {{amount}} {{currencyCode}} para você.", - "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "O comprador enviou o fiat. Clique em 'Confirmar Recebido' assim que recebê-lo.", - "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "Diga oi! Peça os detalhes do pagamento e clique em 'Confirmar Enviado' assim que o pagamento for enviado.", + "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Diga oi! Seja \u00fatil e conciso. Deixe-os saber como enviar {{amount}} {{currencyCode}} para voc\u00ea.", + "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "O comprador enviou o fiat. Clique em 'Confirmar Recebido' assim que receb\u00ea-lo.", + "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "Diga oi! Pe\u00e7a os detalhes do pagamento e clique em 'Confirmar Enviado' assim que o pagamento for enviado.", "Wait for the seller to confirm he has received the payment.": "Aguarde o vendedor confirmar que recebeu o pagamento.", - "Confirm you received {{amount}} {{currencyCode}}?": "Confirme que você recebeu {{amount}} {{currencyCode}}?", - "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Confirmar que você recebeu o fiat finalizará a negociação. Os satoshis no depósito serão liberados para o comprador. Confirme apenas depois que o {{amount}} {{currencyCode}} chegar à sua conta. Além disso, se você recebeu {{currencyCode}} e não confirmar o recebimento, corre o risco de perder seu título.", + "Confirm you received {{amount}} {{currencyCode}}?": "Confirme que voc\u00ea recebeu {{amount}} {{currencyCode}}?", + "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Confirmar que voc\u00ea recebeu o fiat finalizar\u00e1 a negocia\u00e7\u00e3o. Os satoshis no dep\u00f3sito ser\u00e3o liberados para o comprador. Confirme apenas depois que o {{amount}} {{currencyCode}} chegar \u00e0 sua conta. Al\u00e9m disso, se voc\u00ea recebeu {{currencyCode}} e n\u00e3o confirmar o recebimento, corre o risco de perder seu t\u00edtulo.", "Confirm": "confirmar", - "Trade finished!": "Negociação finalizada!", - "rate_robosats": "O que você acha de <1>RoboSats?", - "Thank you! RoboSats loves you too ❤️": "Obrigada! RoboSats também te ama ❤️", - "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats fica melhor com mais liquidez e usuários. Conte a um amigo bitcoiner sobre Robosats!", + "Trade finished!": "Negocia\u00e7\u00e3o finalizada!", + "rate_robosats": "O que voc\u00ea acha de <1>RoboSats?", + "Thank you! RoboSats loves you too \u2764\ufe0f": "Obrigada! RoboSats tamb\u00e9m te ama \u2764\ufe0f", + "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats fica melhor com mais liquidez e usu\u00e1rios. Conte a um amigo bitcoiner sobre Robosats!", "Thank you for using Robosats!": "Obrigado por usar Robosats!", "let_us_know_hot_to_improve": "Deixe-nos saber como a plataforma pode melhorar (<1>Telegram / <3>Github)", "Start Again": "Comece de novo", "Attempting Lightning Payment": "Tentativa de pagamento lightning", - "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats está tentando pagar sua lightning invoice. Lembre-se de que os nós lightning devem estar online para receber pagamentos.", + "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats est\u00e1 tentando pagar sua lightning invoice. Lembre-se de que os n\u00f3s lightning devem estar online para receber pagamentos.", "Retrying!": "Tentando novamente!", "Lightning Routing Failed": "Falha no roteamento da Lightning", "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Sua invoice expirou ou foram feitas mais de 3 tentativas de pagamento. Envie uma nova invoice.", - "Check the list of compatible wallets": "Confira a lista de carteiras compatíveis", - "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "O RoboSats tentará pagar sua invoice 3 vezes com uma pausa de um minuto entre elas. Se continuar falhando, você poderá enviar uma nova fatura. Verifique se você tem liquidez de entrada suficiente. Lembre-se de que os nós lightning devem estar online para receber pagamentos.", - "Next attempt in": "Próxima tentativa em", + "Check the list of compatible wallets": "Confira a lista de carteiras compat\u00edveis", + "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "O RoboSats tentar\u00e1 pagar sua invoice 3 vezes com uma pausa de um minuto entre elas. Se continuar falhando, voc\u00ea poder\u00e1 enviar uma nova fatura. Verifique se voc\u00ea tem liquidez de entrada suficiente. Lembre-se de que os n\u00f3s lightning devem estar online para receber pagamentos.", + "Next attempt in": "Pr\u00f3xima tentativa em", "Do you want to open a dispute?": "Quer abrir uma disputa?", - "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "A equipe do RoboSats examinará as declarações e evidências fornecidas. Você precisa construir um caso completo, pois a equipe não pode ler o chat. É melhor fornecer um método de contato do queimador com sua declaração. Os satoshis no depósito de garantia serão enviados ao vencedor da disputa, enquanto o perdedor da disputa perderá o vínculo.", + "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "A equipe do RoboSats examinar\u00e1 as declara\u00e7\u00f5es e evid\u00eancias fornecidas. Voc\u00ea precisa construir um caso completo, pois a equipe n\u00e3o pode ler o chat. \u00c9 melhor fornecer um m\u00e9todo de contato do queimador com sua declara\u00e7\u00e3o. Os satoshis no dep\u00f3sito de garantia ser\u00e3o enviados ao vencedor da disputa, enquanto o perdedor da disputa perder\u00e1 o v\u00ednculo.", "Disagree": "Discordar", "Agree and open dispute": "Concordar e abrir disputa", "A dispute has been opened": "Uma disputa foi aberta", - "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Por favor, envie sua declaração. Seja claro e específico sobre o que aconteceu e forneça as evidências necessárias. Você DEVE fornecer um método de contato: e-mail do gravador, nome de usuário XMPP ou telegram para acompanhar a equipe. As disputas são resolvidas a critério de robôs reais (também conhecidos como humanos), portanto, seja o mais útil possível para garantir um resultado justo. Máximo de 5000 caracteres.", - "Submit dispute statement": "Enviar declaração de disputa", - "We have received your statement": "Recebemos sua declaração", - "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Estamos aguardando sua declaração de contrapartida comercial. Se você está hesitante sobre o estado da disputa ou deseja adicionar mais informações, entre em contato com robosats@protonmail.com.", - "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Por favor, salve as informações necessárias para identificar seu pedido e seus pagamentos: ID do pedido; hashes de pagamento dos títulos ou caução (verifique sua carteira relâmpago); quantidade exata de satoshis; e apelido de robô. Você terá que se identificar como o usuário envolvido nesta negociação por e-mail (ou outros métodos de contato).", - "We have the statements": "Temos as declarações", - "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Ambas as declarações foram recebidas, aguarde a equipe para resolver a disputa. Se você está hesitante sobre o estado da disputa ou deseja adicionar mais informações, entre em contato com robosats@protonmail.com. Se você não forneceu um método de contato ou não tem certeza se escreveu certo, escreva-nos imediatamente.", - "You have won the dispute": "Você ganhou a disputa", - "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Você pode reivindicar o valor da resolução de disputas (caução e fiança) das recompensas do seu perfil. Se houver algo que a equipe possa ajudar, não hesite em entrar em contato com robosats@protonmail.com (ou através do método de contato fornecido pelo gravador).", - "You have lost the dispute": "Você perdeu a disputa", - "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Infelizmente você perdeu a disputa. Se você acha que isso é um erro, você pode pedir para reabrir o caso por e-mail para robosats@protonmail.com. No entanto, as chances de ser investigado novamente são baixas.", - "Expired not taken": "Expirado não tomado", - "Maker bond not locked": "Vínculo do criador não bloqueado", - "Escrow not locked": "Custódia não bloqueado", - "Invoice not submitted": "Fatura não enviada", - "Neither escrow locked or invoice submitted": "Nenhum depósito bloqueado ou fatura enviada", + "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Por favor, envie sua declara\u00e7\u00e3o. Seja claro e espec\u00edfico sobre o que aconteceu e forne\u00e7a as evid\u00eancias necess\u00e1rias. Voc\u00ea DEVE fornecer um m\u00e9todo de contato: e-mail do gravador, nome de usu\u00e1rio XMPP ou telegram para acompanhar a equipe. As disputas s\u00e3o resolvidas a crit\u00e9rio de rob\u00f4s reais (tamb\u00e9m conhecidos como humanos), portanto, seja o mais \u00fatil poss\u00edvel para garantir um resultado justo. M\u00e1ximo de 5000 caracteres.", + "Submit dispute statement": "Enviar declara\u00e7\u00e3o de disputa", + "We have received your statement": "Recebemos sua declara\u00e7\u00e3o", + "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Estamos aguardando sua declara\u00e7\u00e3o de contrapartida comercial. Se voc\u00ea est\u00e1 hesitante sobre o estado da disputa ou deseja adicionar mais informa\u00e7\u00f5es, entre em contato com robosats@protonmail.com.", + "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Por favor, salve as informa\u00e7\u00f5es necess\u00e1rias para identificar seu pedido e seus pagamentos: ID do pedido; hashes de pagamento dos t\u00edtulos ou cau\u00e7\u00e3o (verifique sua carteira rel\u00e2mpago); quantidade exata de satoshis; e apelido de rob\u00f4. Voc\u00ea ter\u00e1 que se identificar como o usu\u00e1rio envolvido nesta negocia\u00e7\u00e3o por e-mail (ou outros m\u00e9todos de contato).", + "We have the statements": "Temos as declara\u00e7\u00f5es", + "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Ambas as declara\u00e7\u00f5es foram recebidas, aguarde a equipe para resolver a disputa. Se voc\u00ea est\u00e1 hesitante sobre o estado da disputa ou deseja adicionar mais informa\u00e7\u00f5es, entre em contato com robosats@protonmail.com. Se voc\u00ea n\u00e3o forneceu um m\u00e9todo de contato ou n\u00e3o tem certeza se escreveu certo, escreva-nos imediatamente.", + "You have won the dispute": "Voc\u00ea ganhou a disputa", + "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Voc\u00ea pode reivindicar o valor da resolu\u00e7\u00e3o de disputas (cau\u00e7\u00e3o e fian\u00e7a) das recompensas do seu perfil. Se houver algo que a equipe possa ajudar, n\u00e3o hesite em entrar em contato com robosats@protonmail.com (ou atrav\u00e9s do m\u00e9todo de contato fornecido pelo gravador).", + "You have lost the dispute": "Voc\u00ea perdeu a disputa", + "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Infelizmente voc\u00ea perdeu a disputa. Se voc\u00ea acha que isso \u00e9 um erro, voc\u00ea pode pedir para reabrir o caso por e-mail para robosats@protonmail.com. No entanto, as chances de ser investigado novamente s\u00e3o baixas.", + "Expired not taken": "Expirado n\u00e3o tomado", + "Maker bond not locked": "V\u00ednculo do criador n\u00e3o bloqueado", + "Escrow not locked": "Cust\u00f3dia n\u00e3o bloqueado", + "Invoice not submitted": "Fatura n\u00e3o enviada", + "Neither escrow locked or invoice submitted": "Nenhum dep\u00f3sito bloqueado ou fatura enviada", "Renew Order": "Renovar pedido", - "Pause the public order": "Pausar a ordem pública", - "Your order is paused": "Seu pedido está pausado", - "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Seu pedido público foi pausado. No momento não pode ser visto ou tomado por outros robôs. Você pode optar por retomá-lo a qualquer momento.", + "Pause the public order": "Pausar a ordem p\u00fablica", + "Your order is paused": "Seu pedido est\u00e1 pausado", + "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Seu pedido p\u00fablico foi pausado. No momento n\u00e3o pode ser visto ou tomado por outros rob\u00f4s. Voc\u00ea pode optar por retom\u00e1-lo a qualquer momento.", "Unpause Order": "Retomar pedido", - "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "Você corre o risco de perder seu título se não bloquear a garantia. O tempo total disponível é de {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.", - "See Compatible Wallets": "Ver Carteiras Compatíveis", + "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "Voc\u00ea corre o risco de perder seu t\u00edtulo se n\u00e3o bloquear a garantia. O tempo total dispon\u00edvel \u00e9 de {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.", + "See Compatible Wallets": "Ver Carteiras Compat\u00edveis", "Failure reason:": "Motivo da falha:", - "Payment isn't failed (yet)": "O pagamento não falhou (ainda)", - "There are more routes to try, but the payment timeout was exceeded.": "Há mais rotas para tentar, mas o tempo limite de pagamento foi excedido.", - "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "Todas as rotas possíveis foram tentadas e falharam permanentemente. Ou não havia nenhuma rota para o destino.", - "A non-recoverable error has occurred.": "Ocorreu um erro irrecuperável.", - "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "Os detalhes de pagamento estão incorretos (hash desconhecido, valor inválido ou delta CLTV final inválido).", - "Insufficient unlocked balance in RoboSats' node.": "Saldo desbloqueado insuficiente no nó do RoboSats.", - "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "A fatura enviada tem apenas dicas de roteamento caras, você está usando uma carteira incompatível (provavelmente Muun?). Verifique o guia de compatibilidade da carteira em wallets.robosats.com", - "The invoice provided has no explicit amount": "A invoice fornecida não tem valor explícito", - "Does not look like a valid lightning invoice": "Não parece uma lightning invoice válida", - "The invoice provided has already expired": "O invoice fornecido já expirou", - "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Certifique-se de EXPORTAR o log de bate-papo. A equipe pode solicitar seu JSON de log de bate-papo exportado para resolver discrepâncias. É sua responsabilidade armazená-lo.", - "Does not look like a valid address": "Não parece um endereço válido", - "This is not a bitcoin mainnet address": "Este não é um endereço da mainnet bitcoin", - "This is not a bitcoin testnet address": "Este não é um endereço da rede de teste bitcoin", - "Submit payout info for {{amountSats}} Sats": "Enviar informações de pagamento para {{amountSats}} Sats", - "Submit a valid invoice for {{amountSats}} Satoshis.": "Envie uma fatura válida para {{amountSats}} Satoshis.", - "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Antes de permitir que você envie {{amountFiat}} {{currencyCode}}, queremos ter certeza de que você pode receber o BTC.", - "RoboSats will do a swap and send the Sats to your onchain address.": "O RoboSats fará uma troca e enviará o Sats para o seu endereço onchain.", - "Swap fee": "Taxa de negociação", - "Mining fee": "Taxa de mineração", - "Mining Fee": "Taxa de mineração", - "Final amount you will receive": "Valor final que você receberá", - "Bitcoin Address": "Endereço Bitcoin", + "Payment isn't failed (yet)": "O pagamento n\u00e3o falhou (ainda)", + "There are more routes to try, but the payment timeout was exceeded.": "H\u00e1 mais rotas para tentar, mas o tempo limite de pagamento foi excedido.", + "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "Todas as rotas poss\u00edveis foram tentadas e falharam permanentemente. Ou n\u00e3o havia nenhuma rota para o destino.", + "A non-recoverable error has occurred.": "Ocorreu um erro irrecuper\u00e1vel.", + "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "Os detalhes de pagamento est\u00e3o incorretos (hash desconhecido, valor inv\u00e1lido ou delta CLTV final inv\u00e1lido).", + "Insufficient unlocked balance in RoboSats' node.": "Saldo desbloqueado insuficiente no n\u00f3 do RoboSats.", + "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "A fatura enviada tem apenas dicas de roteamento caras, voc\u00ea est\u00e1 usando uma carteira incompat\u00edvel (provavelmente Muun?). Verifique o guia de compatibilidade da carteira em wallets.robosats.com", + "The invoice provided has no explicit amount": "A invoice fornecida n\u00e3o tem valor expl\u00edcito", + "Does not look like a valid lightning invoice": "N\u00e3o parece uma lightning invoice v\u00e1lida", + "The invoice provided has already expired": "O invoice fornecido j\u00e1 expirou", + "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Certifique-se de EXPORTAR o log de bate-papo. A equipe pode solicitar seu JSON de log de bate-papo exportado para resolver discrep\u00e2ncias. \u00c9 sua responsabilidade armazen\u00e1-lo.", + "Does not look like a valid address": "N\u00e3o parece um endere\u00e7o v\u00e1lido", + "This is not a bitcoin mainnet address": "Este n\u00e3o \u00e9 um endere\u00e7o da mainnet bitcoin", + "This is not a bitcoin testnet address": "Este n\u00e3o \u00e9 um endere\u00e7o da rede de teste bitcoin", + "Submit payout info for {{amountSats}} Sats": "Enviar informa\u00e7\u00f5es de pagamento para {{amountSats}} Sats", + "Submit a valid invoice for {{amountSats}} Satoshis.": "Envie uma fatura v\u00e1lida para {{amountSats}} Satoshis.", + "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Antes de permitir que voc\u00ea envie {{amountFiat}} {{currencyCode}}, queremos ter certeza de que voc\u00ea pode receber o BTC.", + "RoboSats will do a swap and send the Sats to your onchain address.": "O RoboSats far\u00e1 uma troca e enviar\u00e1 o Sats para o seu endere\u00e7o onchain.", + "Swap fee": "Taxa de negocia\u00e7\u00e3o", + "Mining fee": "Taxa de minera\u00e7\u00e3o", + "Mining Fee": "Taxa de minera\u00e7\u00e3o", + "Final amount you will receive": "Valor final que voc\u00ea receber\u00e1", + "Bitcoin Address": "Endere\u00e7o Bitcoin", "Your TXID": "Sua TXID", "Lightning": "Lightning", "Onchain": "Onchain", - "INFO DIALOG - InfoDiagog.js": "Informações e esclarecimentos do aplicativo e termos de uso", + "INFO DIALOG - InfoDiagog.js": "Informa\u00e7\u00f5es e esclarecimentos do aplicativo e termos de uso", "Close": "Fechar", - "What is RoboSats?": "O que é RoboSats?", - "It is a BTC/FIAT peer-to-peer exchange over lightning.": "É uma troca peer-to-peer BTC/FIAT sobre lightning.", - "RoboSats is an open source project ": "RoboSats é um projeto de código aberto ", - "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "Simplifica o matchmaking e minimiza a necessidade de confiança. RoboSats se concentra em privacidade e velocidade.", + "What is RoboSats?": "O que \u00e9 RoboSats?", + "It is a BTC/FIAT peer-to-peer exchange over lightning.": "\u00c9 uma troca peer-to-peer BTC/FIAT sobre lightning.", + "RoboSats is an open source project ": "RoboSats \u00e9 um projeto de c\u00f3digo aberto ", + "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "Simplifica o matchmaking e minimiza a necessidade de confian\u00e7a. RoboSats se concentra em privacidade e velocidade.", "(GitHub).": "(GitHub).", "How does it work?": "Como funciona?", - "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 quer vender bitcoin. Ela publica uma ordem de venda. BafflingBob02 quer comprar bitcoin e recebe a ordem de Alice. Ambos têm que postar um pequeno vínculo usando a lightning para provar que são robôs reais. Em seguida, Alice lança a garantia comercial também usando uma fatura de retenção lightning. O RoboSats bloqueia a fatura até que Alice confirme que recebeu o fiat, então os satoshis são liberados para Bob. Aproveite seus satoshis, Bob!", - "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "Em nenhum momento, AnonymousAlice01 e BafflingBob02 precisam confiar os fundos de bitcoin um ao outro. Caso haja um conflito, a equipe da RoboSats ajudará a resolver a disputa.", - "You can find a step-by-step description of the trade pipeline in ": "Você pode encontrar uma descrição passo a passo do pipeline comercial em ", + "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 quer vender bitcoin. Ela publica uma ordem de venda. BafflingBob02 quer comprar bitcoin e recebe a ordem de Alice. Ambos t\u00eam que postar um pequeno v\u00ednculo usando a lightning para provar que s\u00e3o rob\u00f4s reais. Em seguida, Alice lan\u00e7a a garantia comercial tamb\u00e9m usando uma fatura de reten\u00e7\u00e3o lightning. O RoboSats bloqueia a fatura at\u00e9 que Alice confirme que recebeu o fiat, ent\u00e3o os satoshis s\u00e3o liberados para Bob. Aproveite seus satoshis, Bob!", + "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "Em nenhum momento, AnonymousAlice01 e BafflingBob02 precisam confiar os fundos de bitcoin um ao outro. Caso haja um conflito, a equipe da RoboSats ajudar\u00e1 a resolver a disputa.", + "You can find a step-by-step description of the trade pipeline in ": "Voc\u00ea pode encontrar uma descri\u00e7\u00e3o passo a passo do pipeline comercial em ", "How it works": "Como funciona", - "You can also check the full guide in ": "Você também pode conferir o guia completo em ", + "You can also check the full guide in ": "Voc\u00ea tamb\u00e9m pode conferir o guia completo em ", "How to use": "Como utilizar", - "What payment methods are accepted?": "Quais métodos de pagamento são aceitos?", - "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Todos eles, desde que sejam rápidos. Você pode anotar seu(s) método(s) de pagamento preferido(s). Você terá que combinar com um par que também aceite esse método. A etapa para trocar fiat tem um tempo de expiração de 24 horas antes que uma disputa seja aberta automaticamente. É altamente recomendável usar trilhos de pagamento fiduciário instantâneos.", - "Are there trade limits?": "Existem limites de negociações?", - "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "O tamanho máximo de uma única negociação é {{maxAmount}} Satoshis para minimizar a falha de roteamento relâmpago. Não há limites para o número de negociações por dia. Um robô só pode ter um pedido por vez. No entanto, você pode usar vários robôs simultaneamente em diferentes navegadores (lembre-se de fazer backup de seus tokens de robô!).", - "Is RoboSats private?": "O RoboSats é privado?", - "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats nunca pedirá seu nome, país ou ID. RoboSats não guarda seus fundos e não se importa com quem você é. A RoboSats não recolhe nem guarda quaisquer dados pessoais. Para melhor anonimato, use o Navegador Tor e acesse o serviço oculto .onion.", - "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "Seu colega de negociação é o único que pode adivinhar algo sobre você. Mantenha seu bate-papo curto e conciso. Evite fornecer informações não essenciais além do estritamente necessário para o pagamento fiduciário.", - "What are the risks?": "Quais são os riscos?", - "This is an experimental application, things could go wrong. Trade small amounts!": "Esta é uma aplicação experimental, as coisas podem dar errado. Negocie pequenas quantidades!", - "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "O vendedor enfrenta o mesmo risco de estorno de qualquer outro serviço ponto a ponto(peer-to-peer). Paypal ou cartões de crédito não são recomendados.", - "What is the trust model?": "Qual é o modelo de confiança?", - "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "O comprador e o vendedor nunca precisam confiar um no outro. É necessária alguma confiança no RoboSats, pois vincular a fatura de retenção do vendedor e o pagamento do comprador não é atômico (ainda). Além disso, as disputas são resolvidas pela equipe do RoboSats.", - "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "Para ser totalmente claro. Os requisitos de confiança são minimizados. No entanto, ainda há uma maneira pela qual o RoboSats pode fugir com seus satoshis: não liberando os satoshis para o comprador. Pode-se argumentar que tal movimento não é do interesse da RoboSats, pois prejudicaria a reputação de um pequeno pagamento. No entanto, você deve hesitar e negociar apenas pequenas quantidades de cada vez. Para grandes quantidades, use um serviço de custódia onchain, como Bisq", - "You can build more trust on RoboSats by inspecting the source code.": "Você pode construir mais confiança no RoboSats inspecionando o código-fonte.", - "Project source code": "Código fonte do projeto", + "What payment methods are accepted?": "Quais m\u00e9todos de pagamento s\u00e3o aceitos?", + "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Todos eles, desde que sejam r\u00e1pidos. Voc\u00ea pode anotar seu(s) m\u00e9todo(s) de pagamento preferido(s). Voc\u00ea ter\u00e1 que combinar com um par que tamb\u00e9m aceite esse m\u00e9todo. A etapa para trocar fiat tem um tempo de expira\u00e7\u00e3o de 24 horas antes que uma disputa seja aberta automaticamente. \u00c9 altamente recomend\u00e1vel usar trilhos de pagamento fiduci\u00e1rio instant\u00e2neos.", + "Are there trade limits?": "Existem limites de negocia\u00e7\u00f5es?", + "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "O tamanho m\u00e1ximo de uma \u00fanica negocia\u00e7\u00e3o \u00e9 {{maxAmount}} Satoshis para minimizar a falha de roteamento rel\u00e2mpago. N\u00e3o h\u00e1 limites para o n\u00famero de negocia\u00e7\u00f5es por dia. Um rob\u00f4 s\u00f3 pode ter um pedido por vez. No entanto, voc\u00ea pode usar v\u00e1rios rob\u00f4s simultaneamente em diferentes navegadores (lembre-se de fazer backup de seus tokens de rob\u00f4!).", + "Is RoboSats private?": "O RoboSats \u00e9 privado?", + "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats nunca pedir\u00e1 seu nome, pa\u00eds ou ID. RoboSats n\u00e3o guarda seus fundos e n\u00e3o se importa com quem voc\u00ea \u00e9. A RoboSats n\u00e3o recolhe nem guarda quaisquer dados pessoais. Para melhor anonimato, use o Navegador Tor e acesse o servi\u00e7o oculto .onion.", + "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "Seu colega de negocia\u00e7\u00e3o \u00e9 o \u00fanico que pode adivinhar algo sobre voc\u00ea. Mantenha seu bate-papo curto e conciso. Evite fornecer informa\u00e7\u00f5es n\u00e3o essenciais al\u00e9m do estritamente necess\u00e1rio para o pagamento fiduci\u00e1rio.", + "What are the risks?": "Quais s\u00e3o os riscos?", + "This is an experimental application, things could go wrong. Trade small amounts!": "Esta \u00e9 uma aplica\u00e7\u00e3o experimental, as coisas podem dar errado. Negocie pequenas quantidades!", + "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "O vendedor enfrenta o mesmo risco de estorno de qualquer outro servi\u00e7o ponto a ponto(peer-to-peer). Paypal ou cart\u00f5es de cr\u00e9dito n\u00e3o s\u00e3o recomendados.", + "What is the trust model?": "Qual \u00e9 o modelo de confian\u00e7a?", + "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "O comprador e o vendedor nunca precisam confiar um no outro. \u00c9 necess\u00e1ria alguma confian\u00e7a no RoboSats, pois vincular a fatura de reten\u00e7\u00e3o do vendedor e o pagamento do comprador n\u00e3o \u00e9 at\u00f4mico (ainda). Al\u00e9m disso, as disputas s\u00e3o resolvidas pela equipe do RoboSats.", + "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "Para ser totalmente claro. Os requisitos de confian\u00e7a s\u00e3o minimizados. No entanto, ainda h\u00e1 uma maneira pela qual o RoboSats pode fugir com seus satoshis: n\u00e3o liberando os satoshis para o comprador. Pode-se argumentar que tal movimento n\u00e3o \u00e9 do interesse da RoboSats, pois prejudicaria a reputa\u00e7\u00e3o de um pequeno pagamento. No entanto, voc\u00ea deve hesitar e negociar apenas pequenas quantidades de cada vez. Para grandes quantidades, use um servi\u00e7o de cust\u00f3dia onchain, como Bisq", + "You can build more trust on RoboSats by inspecting the source code.": "Voc\u00ea pode construir mais confian\u00e7a no RoboSats inspecionando o c\u00f3digo-fonte.", + "Project source code": "C\u00f3digo fonte do projeto", "What happens if RoboSats suddenly disappears?": "O que acontece se o RoboSats desaparecer de repente?", - "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "Seus sats retornarão para você. Qualquer fatura retida que não seja liquidada será automaticamente devolvida mesmo que o RoboSats fique inativo para sempre. Isso é verdade tanto para títulos bloqueados quanto para cauções comerciais. No entanto, há uma pequena janela entre o vendedor confirma o FIAT RECEBIDO e o momento em que o comprador recebe os satoshis, quando os fundos podem ser perdidos permanentemente se o RoboSats desaparecer. Esta janela tem cerca de 1 segundo de duração. Certifique-se de ter liquidez de entrada suficiente para evitar falhas de roteamento. Se você tiver algum problema, entre em contato pelos canais públicos do RoboSats.", - "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "Em muitos países, usar RoboSats não é diferente de usar Ebay ou Craigslist. A regulamentação pode variar. É sua responsabilidade cumprir.", - "Is RoboSats legal in my country?": "O RoboSats é legal no meu país?", + "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "Seus sats retornar\u00e3o para voc\u00ea. Qualquer fatura retida que n\u00e3o seja liquidada ser\u00e1 automaticamente devolvida mesmo que o RoboSats fique inativo para sempre. Isso \u00e9 verdade tanto para t\u00edtulos bloqueados quanto para cau\u00e7\u00f5es comerciais. No entanto, h\u00e1 uma pequena janela entre o vendedor confirma o FIAT RECEBIDO e o momento em que o comprador recebe os satoshis, quando os fundos podem ser perdidos permanentemente se o RoboSats desaparecer. Esta janela tem cerca de 1 segundo de dura\u00e7\u00e3o. Certifique-se de ter liquidez de entrada suficiente para evitar falhas de roteamento. Se voc\u00ea tiver algum problema, entre em contato pelos canais p\u00fablicos do RoboSats.", + "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "Em muitos pa\u00edses, usar RoboSats n\u00e3o \u00e9 diferente de usar Ebay ou Craigslist. A regulamenta\u00e7\u00e3o pode variar. \u00c9 sua responsabilidade cumprir.", + "Is RoboSats legal in my country?": "O RoboSats \u00e9 legal no meu pa\u00eds?", "Disclaimer": "Disclaimer", - "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Este aplicativo relâmpago é fornecido como está. Está em desenvolvimento ativo: negocie com a máxima cautela. Não há suporte privado. O suporte é oferecido apenas por meio de canais públicos ", + "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Este aplicativo rel\u00e2mpago \u00e9 fornecido como est\u00e1. Est\u00e1 em desenvolvimento ativo: negocie com a m\u00e1xima cautela. N\u00e3o h\u00e1 suporte privado. O suporte \u00e9 oferecido apenas por meio de canais p\u00fablicos ", "(Telegram)": "(Telegram)", - ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats nunca entrará em contato com você. O RoboSats definitivamente nunca pedirá seu token de robô." + ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats nunca entrar\u00e1 em contato com voc\u00ea. O RoboSats definitivamente nunca pedir\u00e1 seu token de rob\u00f4." } diff --git a/frontend/static/locales/ru.json b/frontend/static/locales/ru.json index 6737ef45..fdb261a5 100644 --- a/frontend/static/locales/ru.json +++ b/frontend/static/locales/ru.json @@ -1,514 +1,505 @@ { "UNSAFE ALERT - UnsafeAlert.js": "Alert that shows on top when browsing from the unsafe clearnet sites", - "You are not using RoboSats privately": "Вы не используете RoboSats приватно", - "desktop_unsafe_alert": "Некоторые функции отключены для Вашей безопасности (чат) и без них у Вас не будет возможности завершить сделку. Чтобы защитить Вашу конфиденциальность и полностью включить RoboSats, используйте <1>Tor Browser и посетите <3>Onion сайт.", - "phone_unsafe_alert": "У Вас не будет возможности завершить сделку. Используйте <1>Tor Browser и посетите <3>Onion сайт.", - "Hide": "Скрыть", - + "You are not using RoboSats privately": "\u0412\u044b \u043d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 RoboSats \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e", + "desktop_unsafe_alert": "\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0434\u043b\u044f \u0412\u0430\u0448\u0435\u0439 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0447\u0430\u0442) \u0438 \u0431\u0435\u0437 \u043d\u0438\u0445 \u0443 \u0412\u0430\u0441 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0441\u0434\u0435\u043b\u043a\u0443. \u0427\u0442\u043e\u0431\u044b \u0437\u0430\u0449\u0438\u0442\u0438\u0442\u044c \u0412\u0430\u0448\u0443 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0438 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c RoboSats, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 <1>Tor Browser \u0438 \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435 <3>Onion \u0441\u0430\u0439\u0442.", + "phone_unsafe_alert": "\u0423 \u0412\u0430\u0441 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0441\u0434\u0435\u043b\u043a\u0443. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 <1>Tor Browser \u0438 \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435 <3>Onion \u0441\u0430\u0439\u0442.", + "Hide": "\u0421\u043a\u0440\u044b\u0442\u044c", "USER GENERATION PAGE - UserGenPage.js": "Landing Page and User Generation", - "Simple and Private LN P2P Exchange": "Простой и Конфиденциальный LN P2P Обмен", - "This is your trading avatar": "Это Ваш торговый аватар", - "Store your token safely": "Храните Ваш токен в безопасности", - "A robot avatar was found, welcome back!": "Найден аватар робота, добро пожаловать!", - "Copied!": "Скопировано!", - "Generate a new token": "Создать новый токен", - "Generate Robot": "Создать Робота", - "You must enter a new token first": "Сначала необходимо ввести новый токен", - "Make Order": "Создать ордер", - "Info": "Инфо", - "View Book": "Книга Ордеров", - "Learn RoboSats": "Изучить RoboSats", - "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Вы собираетесь посетить Learn RoboSats. На нём размещены учебные пособия и документация, которые помогут Вам научиться использовать RoboSats и понять, как он работает.", - "Let's go!": "Поехали!", - "Save token and PGP credentials to file": "Сохранить токен и учетные данные PGP в файл", - + "Simple and Private LN P2P Exchange": "\u041f\u0440\u043e\u0441\u0442\u043e\u0439 \u0438 \u041a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 LN P2P \u041e\u0431\u043c\u0435\u043d", + "This is your trading avatar": "\u042d\u0442\u043e \u0412\u0430\u0448 \u0442\u043e\u0440\u0433\u043e\u0432\u044b\u0439 \u0430\u0432\u0430\u0442\u0430\u0440", + "Store your token safely": "\u0425\u0440\u0430\u043d\u0438\u0442\u0435 \u0412\u0430\u0448 \u0442\u043e\u043a\u0435\u043d \u0432 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438", + "A robot avatar was found, welcome back!": "\u041d\u0430\u0439\u0434\u0435\u043d \u0430\u0432\u0430\u0442\u0430\u0440 \u0440\u043e\u0431\u043e\u0442\u0430, \u0434\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c!", + "Copied!": "\u0421\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u043e!", + "Generate a new token": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0442\u043e\u043a\u0435\u043d", + "Generate Robot": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0420\u043e\u0431\u043e\u0442\u0430", + "You must enter a new token first": "\u0421\u043d\u0430\u0447\u0430\u043b\u0430 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u0432\u0435\u0441\u0442\u0438 \u043d\u043e\u0432\u044b\u0439 \u0442\u043e\u043a\u0435\u043d", + "Make Order": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043e\u0440\u0434\u0435\u0440", + "Info": "\u0418\u043d\u0444\u043e", + "View Book": "\u041a\u043d\u0438\u0433\u0430 \u041e\u0440\u0434\u0435\u0440\u043e\u0432", + "Learn RoboSats": "\u0418\u0437\u0443\u0447\u0438\u0442\u044c RoboSats", + "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "\u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u044c Learn RoboSats. \u041d\u0430 \u043d\u0451\u043c \u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u044b \u0443\u0447\u0435\u0431\u043d\u044b\u0435 \u043f\u043e\u0441\u043e\u0431\u0438\u044f \u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u043c\u043e\u0433\u0443\u0442 \u0412\u0430\u043c \u043d\u0430\u0443\u0447\u0438\u0442\u044c\u0441\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c RoboSats \u0438 \u043f\u043e\u043d\u044f\u0442\u044c, \u043a\u0430\u043a \u043e\u043d \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442.", + "Let's go!": "\u041f\u043e\u0435\u0445\u0430\u043b\u0438!", + "Save token and PGP credentials to file": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0442\u043e\u043a\u0435\u043d \u0438 \u0443\u0447\u0435\u0442\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 PGP \u0432 \u0444\u0430\u0439\u043b", "MAKER PAGE - MakerPage.js": "This is the page where users can create new orders", - "Order": "Ордер", - "Customize": "Настроить", - "Buy or Sell Bitcoin?": "Купить или Продать Биткойн?", - "Buy": "Купить", - "Sell": "Продать", - "Amount": "Сумма", - "Amount of fiat to exchange for bitcoin": "Количество фиата для обмена на Биткойн", - "Invalid": "Неверно", - "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "Введите предпочитаемые способы оплаты фиатными деньгами. Настоятельно рекомендуется использовать быстрые методы.", - "Must be shorter than 65 characters": "Должно быть короче 65и символов", - "Swap Destination(s)": "Поменять место(а) назначения", - "Fiat Payment Method(s)": "Способ(ы) оплаты", - "You can add any method": "Вы можете добавить любой метод", - "Add New": "Добавить новый", - "Choose a Pricing Method": "Выберите метод расчёта цен", - "Relative": "Относительный", - "Let the price move with the market": "Пусть цена движется вместе с рынком", - "Premium over Market (%)": "Наценка по сравнению с рынком (%)", - "Explicit": "Точный", - "Set a fix amount of satoshis": "Установить фиксированное количество Сатоши", - "Satoshis": "Сатоши", - "Fixed price:": "Фиксированная цена:", - "Order current rate:": "Текущий курс ордера:", - "Your order fixed exchange rate": "Фиксированный курс обмена Вашего ордера", - "Your order's current exchange rate. Rate will move with the market.": "Текущий обменный курс Вашего ордера. Курс будет меняться вместе с рынком.", - "Let the taker chose an amount within the range": "Позволить тейкеру выбрать сумму в пределах диапазона", - "Enable Amount Range": "Включить диапазон сумм", - "From": "От", - "to": "до", - "Expiry Timers": "Таймеры истечения срока", - "Public Duration (HH:mm)": "Публичная продолжительность (ЧЧ: мм)", - "Escrow Deposit Time-Out (HH:mm)": "Время ожидания эскроу (ЧЧ: мм)", - "Set the skin-in-the-game, increase for higher safety assurance": "Установите залог, увеличьте для большей безопасности.", - "Fidelity Bond Size": "Размер залога", - "Allow bondless takers": "Разрешить тейкеров без залога", - "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "СКОРО - Высокий риск! Ограничено до {{limitSats}} тысяч Сатоши", - "You must fill the order correctly": "Вы должны заполнить ордер правильно", - "Create Order": "Создать Ордер", - "Back": "Назад", - "Create an order for ": "Создать ордер на ", - "Create a BTC buy order for ": "Создать ордер на покупку BTC за ", - "Create a BTC sell order for ": "Создать ордер на продажу BTC за ", - " of {{satoshis}} Satoshis": " {{satoshis}} Сатоши", - " at market price": " по рыночной цене", - " at a {{premium}}% premium": " с наценкой {{premium}}%", - " at a {{discount}}% discount": " со скидкой {{discount}}%", - "Must be less than {{max}}%": "Должно быть меньше чем {{max}}%", - "Must be more than {{min}}%": "Должно быть больше чем {{min}}%", - "Must be less than {{maxSats}": "Должно быть меньше чем {{maxSats}}", - "Must be more than {{minSats}}": "Должно быть больше чем {{minSats}}", - "Store your robot token": "Сохранить токен робота", - "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "В будущем Вам может понадобиться восстановить аватар робота: сохраните его в безопасном месте. Вы можете просто скопировать его в другое приложение.", - "Done": "Готово", - "You do not have a robot avatar": "У Вас нет аватара робота", - "You need to generate a robot avatar in order to become an order maker": "Вам нужно сгенерировать аватар робота, чтобы стать мейкером ордеров", - + "Order": "\u041e\u0440\u0434\u0435\u0440", + "Customize": "\u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c", + "Buy or Sell Bitcoin?": "\u041a\u0443\u043f\u0438\u0442\u044c \u0438\u043b\u0438 \u041f\u0440\u043e\u0434\u0430\u0442\u044c \u0411\u0438\u0442\u043a\u043e\u0439\u043d?", + "Buy": "\u041a\u0443\u043f\u0438\u0442\u044c", + "Sell": "\u041f\u0440\u043e\u0434\u0430\u0442\u044c", + "Amount": "\u0421\u0443\u043c\u043c\u0430", + "Amount of fiat to exchange for bitcoin": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0444\u0438\u0430\u0442\u0430 \u0434\u043b\u044f \u043e\u0431\u043c\u0435\u043d\u0430 \u043d\u0430 \u0411\u0438\u0442\u043a\u043e\u0439\u043d", + "Invalid": "\u041d\u0435\u0432\u0435\u0440\u043d\u043e", + "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0435\u043c\u044b\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u043e\u043f\u043b\u0430\u0442\u044b \u0444\u0438\u0430\u0442\u043d\u044b\u043c\u0438 \u0434\u0435\u043d\u044c\u0433\u0430\u043c\u0438. \u041d\u0430\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u043d\u043e \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0431\u044b\u0441\u0442\u0440\u044b\u0435 \u043c\u0435\u0442\u043e\u0434\u044b.", + "Must be shorter than 65 characters": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043a\u043e\u0440\u043e\u0447\u0435 65\u0438 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432", + "Swap Destination(s)": "\u041f\u043e\u043c\u0435\u043d\u044f\u0442\u044c \u043c\u0435\u0441\u0442\u043e(\u0430) \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f", + "Fiat Payment Method(s)": "\u0421\u043f\u043e\u0441\u043e\u0431(\u044b) \u043e\u043f\u043b\u0430\u0442\u044b", + "You can add any method": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043b\u044e\u0431\u043e\u0439 \u043c\u0435\u0442\u043e\u0434", + "Add New": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439", + "Choose a Pricing Method": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043c\u0435\u0442\u043e\u0434 \u0440\u0430\u0441\u0447\u0451\u0442\u0430 \u0446\u0435\u043d", + "Relative": "\u041e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439", + "Let the price move with the market": "\u041f\u0443\u0441\u0442\u044c \u0446\u0435\u043d\u0430 \u0434\u0432\u0438\u0436\u0435\u0442\u0441\u044f \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 \u0440\u044b\u043d\u043a\u043e\u043c", + "Premium over Market (%)": "\u041d\u0430\u0446\u0435\u043d\u043a\u0430 \u043f\u043e \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044e \u0441 \u0440\u044b\u043d\u043a\u043e\u043c (%)", + "Explicit": "\u0422\u043e\u0447\u043d\u044b\u0439", + "Set a fix amount of satoshis": "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0421\u0430\u0442\u043e\u0448\u0438", + "Satoshis": "\u0421\u0430\u0442\u043e\u0448\u0438", + "Fixed price:": "\u0424\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u0446\u0435\u043d\u0430:", + "Order current rate:": "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u043a\u0443\u0440\u0441 \u043e\u0440\u0434\u0435\u0440\u0430:", + "Your order fixed exchange rate": "\u0424\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043a\u0443\u0440\u0441 \u043e\u0431\u043c\u0435\u043d\u0430 \u0412\u0430\u0448\u0435\u0433\u043e \u043e\u0440\u0434\u0435\u0440\u0430", + "Your order's current exchange rate. Rate will move with the market.": "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u043e\u0431\u043c\u0435\u043d\u043d\u044b\u0439 \u043a\u0443\u0440\u0441 \u0412\u0430\u0448\u0435\u0433\u043e \u043e\u0440\u0434\u0435\u0440\u0430. \u041a\u0443\u0440\u0441 \u0431\u0443\u0434\u0435\u0442 \u043c\u0435\u043d\u044f\u0442\u044c\u0441\u044f \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 \u0440\u044b\u043d\u043a\u043e\u043c.", + "Let the taker chose an amount within the range": "\u041f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u0442\u0435\u0439\u043a\u0435\u0440\u0443 \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u0441\u0443\u043c\u043c\u0443 \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0430", + "Enable Amount Range": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d \u0441\u0443\u043c\u043c", + "From": "\u041e\u0442", + "to": "\u0434\u043e", + "Expiry Timers": "\u0422\u0430\u0439\u043c\u0435\u0440\u044b \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u044f \u0441\u0440\u043e\u043a\u0430", + "Public Duration (HH:mm)": "\u041f\u0443\u0431\u043b\u0438\u0447\u043d\u0430\u044f \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c (\u0427\u0427: \u043c\u043c)", + "Escrow Deposit Time-Out (HH:mm)": "\u0412\u0440\u0435\u043c\u044f \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u044d\u0441\u043a\u0440\u043e\u0443 (\u0427\u0427: \u043c\u043c)", + "Set the skin-in-the-game, increase for higher safety assurance": "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u0437\u0430\u043b\u043e\u0433, \u0443\u0432\u0435\u043b\u0438\u0447\u044c\u0442\u0435 \u0434\u043b\u044f \u0431\u043e\u043b\u044c\u0448\u0435\u0439 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438.", + "Fidelity Bond Size": "\u0420\u0430\u0437\u043c\u0435\u0440 \u0437\u0430\u043b\u043e\u0433\u0430", + "Allow bondless takers": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0442\u0435\u0439\u043a\u0435\u0440\u043e\u0432 \u0431\u0435\u0437 \u0437\u0430\u043b\u043e\u0433\u0430", + "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "\u0421\u041a\u041e\u0420\u041e - \u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0440\u0438\u0441\u043a! \u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043e \u0434\u043e {{limitSats}} \u0442\u044b\u0441\u044f\u0447 \u0421\u0430\u0442\u043e\u0448\u0438", + "You must fill the order correctly": "\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043e\u0440\u0434\u0435\u0440 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e", + "Create Order": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u041e\u0440\u0434\u0435\u0440", + "Back": "\u041d\u0430\u0437\u0430\u0434", + "Create an order for ": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043e\u0440\u0434\u0435\u0440 \u043d\u0430 ", + "Create a BTC buy order for ": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043e\u0440\u0434\u0435\u0440 \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0443 BTC \u0437\u0430 ", + "Create a BTC sell order for ": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043e\u0440\u0434\u0435\u0440 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0443 BTC \u0437\u0430 ", + " of {{satoshis}} Satoshis": " {{satoshis}} \u0421\u0430\u0442\u043e\u0448\u0438", + " at market price": " \u043f\u043e \u0440\u044b\u043d\u043e\u0447\u043d\u043e\u0439 \u0446\u0435\u043d\u0435", + " at a {{premium}}% premium": " \u0441 \u043d\u0430\u0446\u0435\u043d\u043a\u043e\u0439 {{premium}}%", + " at a {{discount}}% discount": " \u0441\u043e \u0441\u043a\u0438\u0434\u043a\u043e\u0439 {{discount}}%", + "Must be less than {{max}}%": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043c\u0435\u043d\u044c\u0448\u0435 \u0447\u0435\u043c {{max}}%", + "Must be more than {{min}}%": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u0447\u0435\u043c {{min}}%", + "Must be less than {{maxSats}": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043c\u0435\u043d\u044c\u0448\u0435 \u0447\u0435\u043c {{maxSats}}", + "Must be more than {{minSats}}": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u0447\u0435\u043c {{minSats}}", + "Store your robot token": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0442\u043e\u043a\u0435\u043d \u0440\u043e\u0431\u043e\u0442\u0430", + "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "\u0412 \u0431\u0443\u0434\u0443\u0449\u0435\u043c \u0412\u0430\u043c \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u044c\u0441\u044f \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0430\u0432\u0430\u0442\u0430\u0440 \u0440\u043e\u0431\u043e\u0442\u0430: \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0435 \u0435\u0433\u043e \u0432 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u043c \u043c\u0435\u0441\u0442\u0435. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0435\u0433\u043e \u0432 \u0434\u0440\u0443\u0433\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.", + "Done": "\u0413\u043e\u0442\u043e\u0432\u043e", + "You do not have a robot avatar": "\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u0430\u0432\u0430\u0442\u0430\u0440\u0430 \u0440\u043e\u0431\u043e\u0442\u0430", + "You need to generate a robot avatar in order to become an order maker": "\u0412\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0430\u0432\u0430\u0442\u0430\u0440 \u0440\u043e\u0431\u043e\u0442\u0430, \u0447\u0442\u043e\u0431\u044b \u0441\u0442\u0430\u0442\u044c \u043c\u0435\u0439\u043a\u0435\u0440\u043e\u043c \u043e\u0440\u0434\u0435\u0440\u043e\u0432", "PAYMENT METHODS - autocompletePayments.js": "Payment method strings", - "not specified": "Не указано", - "Instant SEPA": "Мгновенный SEPA", - "Amazon GiftCard": "Подарочная карта Amazon", - "Google Play Gift Code": "Подарочный код Google Play", - "Cash F2F": "Наличные F2F", - "On-Chain BTC": "Ончейн BTC", - + "not specified": "\u041d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043e", + "Instant SEPA": "\u041c\u0433\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0439 SEPA", + "Amazon GiftCard": "\u041f\u043e\u0434\u0430\u0440\u043e\u0447\u043d\u0430\u044f \u043a\u0430\u0440\u0442\u0430 Amazon", + "Google Play Gift Code": "\u041f\u043e\u0434\u0430\u0440\u043e\u0447\u043d\u044b\u0439 \u043a\u043e\u0434 Google Play", + "Cash F2F": "\u041d\u0430\u043b\u0438\u0447\u043d\u044b\u0435 F2F", + "On-Chain BTC": "\u041e\u043d\u0447\u0435\u0439\u043d BTC", "BOOK PAGE - BookPage.js": "The Book Order page", - "Seller": "Продавец", - "Buyer": "Покупатель", - "I want to": "Я хочу", - "Select Order Type": "Выбрать тип ордера", - "ANY": "Любую валюту", - "BUY": "Купить", - "SELL": "Продать", - "and receive": "и получить", - "and pay with": "и оплатить", - "and use": "и использовать", - "Select Payment Currency": "Выбрать Валюту", - "Robot": "Робот", - "Is": "Кто", - "Currency": "Валюта", - "Payment Method": "Метод оплаты", - "Pay": "Платить", - "Price": "Цена", - "Premium": "Наценка", - "You are SELLING BTC for {{currencyCode}}": "Вы ПРОДАЁТЕ BTC за {{currencyCode}}", - "You are BUYING BTC for {{currencyCode}}": "Вы ПОКУПАЕТЕ BTC за {{currencyCode}}", - "You are looking at all": "Вы смотрите на все", - "No orders found to sell BTC for {{currencyCode}}": "Не найдено ордеров на продажу BTC за {{currencyCode}}", - "No orders found to buy BTC for {{currencyCode}}": "Не найдено ордеров на покупку BTC за {{currencyCode}}", - "Filter has no results": "Фильтр не дал результатов", - "Be the first one to create an order": "Будьте первым, кто создаст ордер", - "Orders per page:": "Заказов на страницу:", - "No rows": "Нет строк", - "No results found.": "Результаты не найдены.", - "An error occurred.": "Произошла ошибка.", - "Columns": "Столбцы", - "Select columns": "Выбрать столбцы", - "Find column": "Найти столбец", - "Column title": "Заголовок столбца", - "Reorder column": "Изменить порядок столбца", - "Show all": "Показать все", - "Hide all": "Скрыть все", - "Add filter": "Добавить фильтр", - "Delete": "Удалить", - "Logic operator": "Логический оператор", - "Operator": "Оператор", - "And": "И", - "Or": "Или", - "Value": "Значение", - "Filter value": "Значение фильтра", - "contains": "содержит", - "equals": "равно", - "starts with": "начинается с", - "ends with": "заканчивается на", - "is": "есть", - "is not": "не является", - "is after": "после", - "is on or after": "находится на или после", - "is before": "находится до", - "is on or before": "находится на или до", - "is empty": "пустой", - "is not empty": "не пустой", - "is any of": "является любым из", - "any": "любой", - "true": "верный", - "false": "ложный", - "Menu": "Меню", - "Show columns": "Показать столбцы", - "Filter": "Фильтр", - "Unsort": "Несортировать", - "Sort by ASC": "Сортировать по ВОСХ", - "Sort by DESC": "Сортировать по НИСХ", - "Sort": "Сортировать", - "Show filters": "Показать фильтры", - "yes": "да", - "no": "нет", - "Depth chart": "Схемами глубин", - "Chart": "Схемами", - + "Seller": "\u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446", + "Buyer": "\u041f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u044c", + "I want to": "\u042f \u0445\u043e\u0447\u0443", + "Select Order Type": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0442\u0438\u043f \u043e\u0440\u0434\u0435\u0440\u0430", + "ANY": "\u041b\u044e\u0431\u0443\u044e \u0432\u0430\u043b\u044e\u0442\u0443", + "BUY": "\u041a\u0443\u043f\u0438\u0442\u044c", + "SELL": "\u041f\u0440\u043e\u0434\u0430\u0442\u044c", + "and receive": "\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c", + "and pay with": "\u0438 \u043e\u043f\u043b\u0430\u0442\u0438\u0442\u044c", + "and use": "\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c", + "Select Payment Currency": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0412\u0430\u043b\u044e\u0442\u0443", + "Robot": "\u0420\u043e\u0431\u043e\u0442", + "Is": "\u041a\u0442\u043e", + "Currency": "\u0412\u0430\u043b\u044e\u0442\u0430", + "Payment Method": "\u041c\u0435\u0442\u043e\u0434 \u043e\u043f\u043b\u0430\u0442\u044b", + "Pay": "\u041f\u043b\u0430\u0442\u0438\u0442\u044c", + "Price": "\u0426\u0435\u043d\u0430", + "Premium": "\u041d\u0430\u0446\u0435\u043d\u043a\u0430", + "You are SELLING BTC for {{currencyCode}}": "\u0412\u044b \u041f\u0420\u041e\u0414\u0410\u0401\u0422\u0415 BTC \u0437\u0430 {{currencyCode}}", + "You are BUYING BTC for {{currencyCode}}": "\u0412\u044b \u041f\u041e\u041a\u0423\u041f\u0410\u0415\u0422\u0415 BTC \u0437\u0430 {{currencyCode}}", + "You are looking at all": "\u0412\u044b \u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u043d\u0430 \u0432\u0441\u0435", + "No orders found to sell BTC for {{currencyCode}}": "\u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e \u043e\u0440\u0434\u0435\u0440\u043e\u0432 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0443 BTC \u0437\u0430 {{currencyCode}}", + "No orders found to buy BTC for {{currencyCode}}": "\u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e \u043e\u0440\u0434\u0435\u0440\u043e\u0432 \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0443 BTC \u0437\u0430 {{currencyCode}}", + "Filter has no results": "\u0424\u0438\u043b\u044c\u0442\u0440 \u043d\u0435 \u0434\u0430\u043b \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432", + "Be the first one to create an order": "\u0411\u0443\u0434\u044c\u0442\u0435 \u043f\u0435\u0440\u0432\u044b\u043c, \u043a\u0442\u043e \u0441\u043e\u0437\u0434\u0430\u0441\u0442 \u043e\u0440\u0434\u0435\u0440", + "Orders per page:": "\u0417\u0430\u043a\u0430\u0437\u043e\u0432 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443:", + "No rows": "\u041d\u0435\u0442 \u0441\u0442\u0440\u043e\u043a", + "No results found.": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b.", + "An error occurred.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430.", + "Columns": "\u0421\u0442\u043e\u043b\u0431\u0446\u044b", + "Select columns": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0446\u044b", + "Find column": "\u041d\u0430\u0439\u0442\u0438 \u0441\u0442\u043e\u043b\u0431\u0435\u0446", + "Column title": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0441\u0442\u043e\u043b\u0431\u0446\u0430", + "Reorder column": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u0440\u044f\u0434\u043e\u043a \u0441\u0442\u043e\u043b\u0431\u0446\u0430", + "Show all": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0441\u0435", + "Hide all": "\u0421\u043a\u0440\u044b\u0442\u044c \u0432\u0441\u0435", + "Add filter": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440", + "Delete": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c", + "Logic operator": "\u041b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440", + "Operator": "\u041e\u043f\u0435\u0440\u0430\u0442\u043e\u0440", + "And": "\u0418", + "Or": "\u0418\u043b\u0438", + "Value": "\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435", + "Filter value": "\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0444\u0438\u043b\u044c\u0442\u0440\u0430", + "contains": "\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442", + "equals": "\u0440\u0430\u0432\u043d\u043e", + "starts with": "\u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f \u0441", + "ends with": "\u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u043d\u0430", + "is": "\u0435\u0441\u0442\u044c", + "is not": "\u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f", + "is after": "\u043f\u043e\u0441\u043b\u0435", + "is on or after": "\u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u043d\u0430 \u0438\u043b\u0438 \u043f\u043e\u0441\u043b\u0435", + "is before": "\u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0434\u043e", + "is on or before": "\u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u043d\u0430 \u0438\u043b\u0438 \u0434\u043e", + "is empty": "\u043f\u0443\u0441\u0442\u043e\u0439", + "is not empty": "\u043d\u0435 \u043f\u0443\u0441\u0442\u043e\u0439", + "is any of": "\u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043b\u044e\u0431\u044b\u043c \u0438\u0437", + "any": "\u043b\u044e\u0431\u043e\u0439", + "true": "\u0432\u0435\u0440\u043d\u044b\u0439", + "false": "\u043b\u043e\u0436\u043d\u044b\u0439", + "Menu": "\u041c\u0435\u043d\u044e", + "Show columns": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0446\u044b", + "Filter": "\u0424\u0438\u043b\u044c\u0442\u0440", + "Unsort": "\u041d\u0435\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c", + "Sort by ASC": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u0412\u041e\u0421\u0425", + "Sort by DESC": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u041d\u0418\u0421\u0425", + "Sort": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c", + "Show filters": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440\u044b", + "yes": "\u0434\u0430", + "no": "\u043d\u0435\u0442", + "Depth chart": "\u0421\u0445\u0435\u043c\u0430\u043c\u0438 \u0433\u043b\u0443\u0431\u0438\u043d", + "Chart": "\u0421\u0445\u0435\u043c\u0430\u043c\u0438", "BOTTOM BAR AND MISC - BottomBar.js": "Bottom Bar user profile and miscellaneous dialogs", - "Stats For Nerds": "Cтатистика для умников", - "LND version": "LND версия", - "Currently running commit hash": "Текущий хэш коммита", - "24h contracted volume": "Объём контрактов за 24 часа", - "Lifetime contracted volume": "Объём контрактов за всё время", - "Made with": "Сделано с", - "and": "и", - "... somewhere on Earth!": "... где-то на земле!", - "Community": "Сообщество", - "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Поддержка предоставляется только по публичным каналам. Присоединяйтесь к нашему сообществу в Telegram, если у Вас есть вопросы или Вы хотите пообщаться с другими крутыми роботами. Пожалуйста, используйте наши Github Issues, если Вы обнаружили ошибку или хотите увидеть новые функции!", - "Follow RoboSats in Twitter": "Подпиcаться на RoboSats в Twitter", - "Twitter Official Account": "Официальный аккаунт в Twitter", - "RoboSats Telegram Communities": "Сообщества RoboSats в Telegram", - "Join RoboSats Spanish speaking community!": "Присоединиться к испаноязычному сообществу RoboSats!", - "Join RoboSats Russian speaking community!": "Присоединиться к русскоязычному сообществу RoboSats!", - "Join RoboSats Chinese speaking community!": "Присоединиться к китайскоязычному сообществу RoboSats!", - "Join RoboSats English speaking community!": "Присоединиться к англоязычному сообществу RoboSats!", - "Tell us about a new feature or a bug": "Расскажите нам о новой функции или ошибке", - "Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - The Robotic Satoshis проект с открытым исходным кодом", - "Your Profile": "Ваш Профиль", - "Your robot": "Ваш Робот", - "One active order #{{orderID}}": "Один активный ордер #{{orderID}}", - "Your current order": "Ваш текущий ордер", - "No active orders": "Нет активных ордеров", - "Your token (will not remain here)": "Ваш токен (здесь не останется)", - "Back it up!": "Сохраните его!", - "Cannot remember": "Не могу вспомнить", - "Rewards and compensations": "Вознаграждения и компенсации", - "Share to earn 100 Sats per trade": "Поделись, чтобы заработать 100 Сатоши за сделку", - "Your referral link": "Ваша реферальная ссылка", - "Your earned rewards": "Ваши заработанные награды", - "Claim": "Запросить", - "Invoice for {{amountSats}} Sats": "Инвойс на {{amountSats}} Сатоши", - "Submit": "Отправить", - "There it goes, thank you!🥇": "Вот так вот, спасибо!🥇", - "You have an active order": "У Вас есть активный ордер", - "You can claim satoshis!": "Вы можете запросить Сатоши!", - "Public Buy Orders": "Ордера на покупку", - "Public Sell Orders": "Ордера на продажу", - "Today Active Robots": "Активных роботов сегодня", - "24h Avg Premium": "Средняя наценка за 24 часа", - "Trade Fee": "Комиссия", - "Show community and support links": "Показать ссылки на сообщество и поддержку", - "Show stats for nerds": "Показать статистику для умников", - "Exchange Summary": "Сводка по бирже", - "Public buy orders": "Ордера на покупку", - "Public sell orders": "Ордера на продажу", - "Book liquidity": "Ликвидность книги ордеров", - "Today active robots": "Сегодня активных роботов", - "24h non-KYC bitcoin premium": "Наценка на Биткойн без ЗСК за 24 часа", - "Maker fee": "Комиссия мейкера", - "Taker fee": "Комиссия тейкера", - "Number of public BUY orders": "Количество ордеров на ПОКУПКУ", - "Number of public SELL orders": "Количество ордеров на ПРОДАЖУ", - "Your last order #{{orderID}}": "Ваш последний ордер #{{orderID}}", - "Inactive order": "Неактивный ордер", - "You do not have previous orders": "У Вас нет предыдущих ордеров", - "Join RoboSats' Subreddit": "Присоединяйтесь к Сабреддиту RoboSats", - "RoboSats in Reddit": "RoboSats в Reddit", - "Current onchain payout fee": "Текущая комиссия за выплату ончейн", - "Use stealth invoices": "Использовать стелс инвойсы", - "Stealth lightning invoices do not contain details about the trade except an order reference. Enable this setting if you don't want to disclose details to a custodial lightning wallet.": "Стелс Лайтнинг инвойсы не содержат подробностей о сделке, кроме ссылки на ордер. Включите этот параметр, если Вы не хотите раскрывать детали кошельку Лайтнинг.", - + "Stats For Nerds": "C\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0434\u043b\u044f \u0443\u043c\u043d\u0438\u043a\u043e\u0432", + "LND version": "LND \u0432\u0435\u0440\u0441\u0438\u044f", + "Currently running commit hash": "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u0445\u044d\u0448 \u043a\u043e\u043c\u043c\u0438\u0442\u0430", + "24h contracted volume": "\u041e\u0431\u044a\u0451\u043c \u043a\u043e\u043d\u0442\u0440\u0430\u043a\u0442\u043e\u0432 \u0437\u0430 24 \u0447\u0430\u0441\u0430", + "Lifetime contracted volume": "\u041e\u0431\u044a\u0451\u043c \u043a\u043e\u043d\u0442\u0440\u0430\u043a\u0442\u043e\u0432 \u0437\u0430 \u0432\u0441\u0451 \u0432\u0440\u0435\u043c\u044f", + "Made with": "\u0421\u0434\u0435\u043b\u0430\u043d\u043e \u0441", + "and": "\u0438", + "... somewhere on Earth!": "... \u0433\u0434\u0435-\u0442\u043e \u043d\u0430 \u0437\u0435\u043c\u043b\u0435!", + "Community": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e", + "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u043e \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u043c \u043a\u0430\u043d\u0430\u043b\u0430\u043c. \u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u044f\u0439\u0442\u0435\u0441\u044c \u043a \u043d\u0430\u0448\u0435\u043c\u0443 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0443 \u0432 Telegram, \u0435\u0441\u043b\u0438 \u0443 \u0412\u0430\u0441 \u0435\u0441\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0438\u043b\u0438 \u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043e\u0431\u0449\u0430\u0442\u044c\u0441\u044f \u0441 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u043a\u0440\u0443\u0442\u044b\u043c\u0438 \u0440\u043e\u0431\u043e\u0442\u0430\u043c\u0438. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043d\u0430\u0448\u0438 Github Issues, \u0435\u0441\u043b\u0438 \u0412\u044b \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u043b\u0438 \u043e\u0448\u0438\u0431\u043a\u0443 \u0438\u043b\u0438 \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0438!", + "Follow RoboSats in Twitter": "\u041f\u043e\u0434\u043f\u0438c\u0430\u0442\u044c\u0441\u044f \u043d\u0430 RoboSats \u0432 Twitter", + "Twitter Official Account": "\u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0430\u043a\u043a\u0430\u0443\u043d\u0442 \u0432 Twitter", + "RoboSats Telegram Communities": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430 RoboSats \u0432 Telegram", + "Join RoboSats Spanish speaking community!": "\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0438\u0441\u043f\u0430\u043d\u043e\u044f\u0437\u044b\u0447\u043d\u043e\u043c\u0443 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0443 RoboSats!", + "Join RoboSats Russian speaking community!": "\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0440\u0443\u0441\u0441\u043a\u043e\u044f\u0437\u044b\u0447\u043d\u043e\u043c\u0443 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0443 RoboSats!", + "Join RoboSats Chinese speaking community!": "\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u043a\u0438\u0442\u0430\u0439\u0441\u043a\u043e\u044f\u0437\u044b\u0447\u043d\u043e\u043c\u0443 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0443 RoboSats!", + "Join RoboSats English speaking community!": "\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0430\u043d\u0433\u043b\u043e\u044f\u0437\u044b\u0447\u043d\u043e\u043c\u0443 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0443 RoboSats!", + "Tell us about a new feature or a bug": "\u0420\u0430\u0441\u0441\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0430\u043c \u043e \u043d\u043e\u0432\u043e\u0439 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 \u0438\u043b\u0438 \u043e\u0448\u0438\u0431\u043a\u0435", + "Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - The Robotic Satoshis \u043f\u0440\u043e\u0435\u043a\u0442 \u0441 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u043c \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u043c \u043a\u043e\u0434\u043e\u043c", + "Your Profile": "\u0412\u0430\u0448 \u041f\u0440\u043e\u0444\u0438\u043b\u044c", + "Your robot": "\u0412\u0430\u0448 \u0420\u043e\u0431\u043e\u0442", + "One active order #{{orderID}}": "\u041e\u0434\u0438\u043d \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u043e\u0440\u0434\u0435\u0440 #{{orderID}}", + "Your current order": "\u0412\u0430\u0448 \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u043e\u0440\u0434\u0435\u0440", + "No active orders": "\u041d\u0435\u0442 \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0445 \u043e\u0440\u0434\u0435\u0440\u043e\u0432", + "Your token (will not remain here)": "\u0412\u0430\u0448 \u0442\u043e\u043a\u0435\u043d (\u0437\u0434\u0435\u0441\u044c \u043d\u0435 \u043e\u0441\u0442\u0430\u043d\u0435\u0442\u0441\u044f)", + "Back it up!": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0435 \u0435\u0433\u043e!", + "Cannot remember": "\u041d\u0435 \u043c\u043e\u0433\u0443 \u0432\u0441\u043f\u043e\u043c\u043d\u0438\u0442\u044c", + "Rewards and compensations": "\u0412\u043e\u0437\u043d\u0430\u0433\u0440\u0430\u0436\u0434\u0435\u043d\u0438\u044f \u0438 \u043a\u043e\u043c\u043f\u0435\u043d\u0441\u0430\u0446\u0438\u0438", + "Share to earn 100 Sats per trade": "\u041f\u043e\u0434\u0435\u043b\u0438\u0441\u044c, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c 100 \u0421\u0430\u0442\u043e\u0448\u0438 \u0437\u0430 \u0441\u0434\u0435\u043b\u043a\u0443", + "Your referral link": "\u0412\u0430\u0448\u0430 \u0440\u0435\u0444\u0435\u0440\u0430\u043b\u044c\u043d\u0430\u044f \u0441\u0441\u044b\u043b\u043a\u0430", + "Your earned rewards": "\u0412\u0430\u0448\u0438 \u0437\u0430\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043d\u044b\u0435 \u043d\u0430\u0433\u0440\u0430\u0434\u044b", + "Claim": "\u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u044c", + "Invoice for {{amountSats}} Sats": "\u0418\u043d\u0432\u043e\u0439\u0441 \u043d\u0430 {{amountSats}} \u0421\u0430\u0442\u043e\u0448\u0438", + "Submit": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c", + "There it goes, thank you!\ud83e\udd47": "\u0412\u043e\u0442 \u0442\u0430\u043a \u0432\u043e\u0442, \u0441\u043f\u0430\u0441\u0438\u0431\u043e!\ud83e\udd47", + "You have an active order": "\u0423 \u0412\u0430\u0441 \u0435\u0441\u0442\u044c \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u043e\u0440\u0434\u0435\u0440", + "You can claim satoshis!": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u044c \u0421\u0430\u0442\u043e\u0448\u0438!", + "Public Buy Orders": "\u041e\u0440\u0434\u0435\u0440\u0430 \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0443", + "Public Sell Orders": "\u041e\u0440\u0434\u0435\u0440\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0443", + "Today Active Robots": "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0445 \u0440\u043e\u0431\u043e\u0442\u043e\u0432 \u0441\u0435\u0433\u043e\u0434\u043d\u044f", + "24h Avg Premium": "\u0421\u0440\u0435\u0434\u043d\u044f\u044f \u043d\u0430\u0446\u0435\u043d\u043a\u0430 \u0437\u0430 24 \u0447\u0430\u0441\u0430", + "Trade Fee": "\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f", + "Show community and support links": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443", + "Show stats for nerds": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0443 \u0434\u043b\u044f \u0443\u043c\u043d\u0438\u043a\u043e\u0432", + "Exchange Summary": "\u0421\u0432\u043e\u0434\u043a\u0430 \u043f\u043e \u0431\u0438\u0440\u0436\u0435", + "Public buy orders": "\u041e\u0440\u0434\u0435\u0440\u0430 \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0443", + "Public sell orders": "\u041e\u0440\u0434\u0435\u0440\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0443", + "Book liquidity": "\u041b\u0438\u043a\u0432\u0438\u0434\u043d\u043e\u0441\u0442\u044c \u043a\u043d\u0438\u0433\u0438 \u043e\u0440\u0434\u0435\u0440\u043e\u0432", + "Today active robots": "\u0421\u0435\u0433\u043e\u0434\u043d\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0445 \u0440\u043e\u0431\u043e\u0442\u043e\u0432", + "24h non-KYC bitcoin premium": "\u041d\u0430\u0446\u0435\u043d\u043a\u0430 \u043d\u0430 \u0411\u0438\u0442\u043a\u043e\u0439\u043d \u0431\u0435\u0437 \u0417\u0421\u041a \u0437\u0430 24 \u0447\u0430\u0441\u0430", + "Maker fee": "\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u043c\u0435\u0439\u043a\u0435\u0440\u0430", + "Taker fee": "\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u0442\u0435\u0439\u043a\u0435\u0440\u0430", + "Number of public BUY orders": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043e\u0440\u0434\u0435\u0440\u043e\u0432 \u043d\u0430 \u041f\u041e\u041a\u0423\u041f\u041a\u0423", + "Number of public SELL orders": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043e\u0440\u0434\u0435\u0440\u043e\u0432 \u043d\u0430 \u041f\u0420\u041e\u0414\u0410\u0416\u0423", + "Your last order #{{orderID}}": "\u0412\u0430\u0448 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u043e\u0440\u0434\u0435\u0440 #{{orderID}}", + "Inactive order": "\u041d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u043e\u0440\u0434\u0435\u0440", + "You do not have previous orders": "\u0423 \u0412\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0445 \u043e\u0440\u0434\u0435\u0440\u043e\u0432", + "Join RoboSats' Subreddit": "\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u044f\u0439\u0442\u0435\u0441\u044c \u043a \u0421\u0430\u0431\u0440\u0435\u0434\u0434\u0438\u0442\u0443 RoboSats", + "RoboSats in Reddit": "RoboSats \u0432 Reddit", + "Current onchain payout fee": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u0437\u0430 \u0432\u044b\u043f\u043b\u0430\u0442\u0443 \u043e\u043d\u0447\u0435\u0439\u043d", + "Use stealth invoices": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0435\u043b\u0441 \u0438\u043d\u0432\u043e\u0439\u0441\u044b", + "Stealth lightning invoices do not contain details about the trade except an order reference. Enable this setting if you don't want to disclose details to a custodial lightning wallet.": "\u0421\u0442\u0435\u043b\u0441 \u041b\u0430\u0439\u0442\u043d\u0438\u043d\u0433 \u0438\u043d\u0432\u043e\u0439\u0441\u044b \u043d\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0435\u0439 \u043e \u0441\u0434\u0435\u043b\u043a\u0435, \u043a\u0440\u043e\u043c\u0435 \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u043e\u0440\u0434\u0435\u0440. \u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u044d\u0442\u043e\u0442 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440, \u0435\u0441\u043b\u0438 \u0412\u044b \u043d\u0435 \u0445\u043e\u0442\u0438\u0442\u0435 \u0440\u0430\u0441\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u0434\u0435\u0442\u0430\u043b\u0438 \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0443 \u041b\u0430\u0439\u0442\u043d\u0438\u043d\u0433.", "ORDER PAGE - OrderPage.js": "Order details page", - "Order Box": "Окно ордера", - "Contract": "Контракт", - "Active": "Активный", - "Seen recently": "Был виден недавно", - "Inactive": "Неактивный", - "(Seller)": "(Продавец)", - "(Buyer)": "(Покупатель)", - "Order maker": "Мейкер ордера", - "Order taker": "Тейкер ордера", - "Order Details": "Детали ордера", - "Order status": "Статус ордера", - "Waiting for maker bond": "Ожидаем залог мейкера", - "Public": "Публичный", - "Waiting for taker bond": "Ожидаем залог тейкера", - "Cancelled": "Отменён", - "Expired": "Просрочен", - "Waiting for trade collateral and buyer invoice": "Ожидаем депозит сделки и инвойс покупателя", - "Waiting only for seller trade collateral": "Ожидаем только депозит продавца", - "Waiting only for buyer invoice": "Ожидаем только инвойс покупателя", - "Sending fiat - In chatroom": "Отправка фиата - В чате", - "Fiat sent - In chatroom": "Фиат отправлен - В чате", - "In dispute": "В диспуте", - "Collaboratively cancelled": "Совместно отменено", - "Sending satoshis to buyer": "Отправка Сатоши покупателю", - "Sucessful trade": "Успешная сделка", - "Failed lightning network routing": "Неудачный раутинг через Lightning", - "Wait for dispute resolution": "Подождите разрешения диспута", - "Maker lost dispute": "Мейкер проиграл диспут", - "Taker lost dispute": "Тейкер проиграл диспут", - "Amount range": "Диапазон сумм", - "Swap destination": "Поменять место назначения", - "Accepted payment methods": "Способ(ы) оплаты", - "Others": "Другие", - "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Наценка: {{premium}}%", - "Price and Premium": "Цена и Наценка", - "Amount of Satoshis": "Количество Сатоши", - "Premium over market price": "Наценка над рыночной ценой", - "Order ID": "ID ордера", - "Deposit timer": "Таймер депозита", - "Expires in": "Истекает через", - "{{nickname}} is asking for a collaborative cancel": "{{nickname}} запрашивает совместную отмену", - "You asked for a collaborative cancellation": "Вы запросили совместную отмену", - "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Срок действия инвойса истёк. Вы не подтвердили публикацию ордера вовремя. Создайте новый ордер.", - "This order has been cancelled by the maker": "Этот ордер был отменён мейкером", - "Invoice expired. You did not confirm taking the order in time.": "Срок действия инвойса истёк. Вы не подтвердили своевременный приём ордера.", - "Penalty lifted, good to go!": "Пенальти сняты, поехали!", - "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "Вы ещё не можете взять ордер! Подождите {{timeMin}}м {{timeSec}}с", - "Too low": "Слишком мало", - "Too high": "Слишком много", - "Enter amount of fiat to exchange for bitcoin": "Введите количество фиата для обмена на Биткойн", - "Amount {{currencyCode}}": "Сумма {{currencyCode}}", - "You must specify an amount first": "Сначала необходимо указать сумму", - "Take Order": "Взять ордер", - "Wait until you can take an order": "Подождите, пока Вы сможете взять ордер", - "Cancel the order?": "Отменить ордер?", - "If the order is cancelled now you will lose your bond.": "Если ордер будет отменён сейчас, Вы потеряете залог.", - "Confirm Cancel": "Подтвердить отмену", - "The maker is away": "Мейкера нет на месте", - "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Взяв этот ордер, Вы рискуете потратить своё время впустую. Если мейкер не появится вовремя, Вы получите компенсацию в Сатоши в размере 50% от залога мейкера", - "Collaborative cancel the order?": "Совместно отменить ордер?", - "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Эскроу сделки был опубликован. Ордер может быть отменен только в том случае, если оба, мейкер и тейкер, согласны на отмену.", - "Ask for Cancel": "Запросить отмену", - "Cancel": "Отменить", - "Collaborative Cancel": "Совместная отмена", - "Invalid Order Id": "Неверный ID ордера", - "You must have a robot avatar to see the order details": "У Вас должен быть аватар робота, чтобы увидеть детали ордера", - "This order has been cancelled collaborativelly": "Этот ордер был отменён совместно", - "You are not allowed to see this order": "Вы не можете увидеть этот ордер", - "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Роботизированные Сатоши, работающие на складе, не поняли Вас. Пожалуйста, заполните вопрос об ошибке в Github https://github.com/reckless-satoshi/robosats/issues", + "Order Box": "\u041e\u043a\u043d\u043e \u043e\u0440\u0434\u0435\u0440\u0430", + "Contract": "\u041a\u043e\u043d\u0442\u0440\u0430\u043a\u0442", + "Active": "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439", + "Seen recently": "\u0411\u044b\u043b \u0432\u0438\u0434\u0435\u043d \u043d\u0435\u0434\u0430\u0432\u043d\u043e", + "Inactive": "\u041d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439", + "(Seller)": "(\u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446)", + "(Buyer)": "(\u041f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u044c)", + "Order maker": "\u041c\u0435\u0439\u043a\u0435\u0440 \u043e\u0440\u0434\u0435\u0440\u0430", + "Order taker": "\u0422\u0435\u0439\u043a\u0435\u0440 \u043e\u0440\u0434\u0435\u0440\u0430", + "Order Details": "\u0414\u0435\u0442\u0430\u043b\u0438 \u043e\u0440\u0434\u0435\u0440\u0430", + "Order status": "\u0421\u0442\u0430\u0442\u0443\u0441 \u043e\u0440\u0434\u0435\u0440\u0430", + "Waiting for maker bond": "\u041e\u0436\u0438\u0434\u0430\u0435\u043c \u0437\u0430\u043b\u043e\u0433 \u043c\u0435\u0439\u043a\u0435\u0440\u0430", + "Public": "\u041f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0439", + "Waiting for taker bond": "\u041e\u0436\u0438\u0434\u0430\u0435\u043c \u0437\u0430\u043b\u043e\u0433 \u0442\u0435\u0439\u043a\u0435\u0440\u0430", + "Cancelled": "\u041e\u0442\u043c\u0435\u043d\u0451\u043d", + "Expired": "\u041f\u0440\u043e\u0441\u0440\u043e\u0447\u0435\u043d", + "Waiting for trade collateral and buyer invoice": "\u041e\u0436\u0438\u0434\u0430\u0435\u043c \u0434\u0435\u043f\u043e\u0437\u0438\u0442 \u0441\u0434\u0435\u043b\u043a\u0438 \u0438 \u0438\u043d\u0432\u043e\u0439\u0441 \u043f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u044f", + "Waiting only for seller trade collateral": "\u041e\u0436\u0438\u0434\u0430\u0435\u043c \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u0435\u043f\u043e\u0437\u0438\u0442 \u043f\u0440\u043e\u0434\u0430\u0432\u0446\u0430", + "Waiting only for buyer invoice": "\u041e\u0436\u0438\u0434\u0430\u0435\u043c \u0442\u043e\u043b\u044c\u043a\u043e \u0438\u043d\u0432\u043e\u0439\u0441 \u043f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u044f", + "Sending fiat - In chatroom": "\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u0444\u0438\u0430\u0442\u0430 - \u0412 \u0447\u0430\u0442\u0435", + "Fiat sent - In chatroom": "\u0424\u0438\u0430\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d - \u0412 \u0447\u0430\u0442\u0435", + "In dispute": "\u0412 \u0434\u0438\u0441\u043f\u0443\u0442\u0435", + "Collaboratively cancelled": "\u0421\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u043e", + "Sending satoshis to buyer": "\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u0421\u0430\u0442\u043e\u0448\u0438 \u043f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u044e", + "Sucessful trade": "\u0423\u0441\u043f\u0435\u0448\u043d\u0430\u044f \u0441\u0434\u0435\u043b\u043a\u0430", + "Failed lightning network routing": "\u041d\u0435\u0443\u0434\u0430\u0447\u043d\u044b\u0439 \u0440\u0430\u0443\u0442\u0438\u043d\u0433 \u0447\u0435\u0440\u0435\u0437 Lightning", + "Wait for dispute resolution": "\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0434\u0438\u0441\u043f\u0443\u0442\u0430", + "Maker lost dispute": "\u041c\u0435\u0439\u043a\u0435\u0440 \u043f\u0440\u043e\u0438\u0433\u0440\u0430\u043b \u0434\u0438\u0441\u043f\u0443\u0442", + "Taker lost dispute": "\u0422\u0435\u0439\u043a\u0435\u0440 \u043f\u0440\u043e\u0438\u0433\u0440\u0430\u043b \u0434\u0438\u0441\u043f\u0443\u0442", + "Amount range": "\u0414\u0438\u0430\u043f\u0430\u0437\u043e\u043d \u0441\u0443\u043c\u043c", + "Swap destination": "\u041f\u043e\u043c\u0435\u043d\u044f\u0442\u044c \u043c\u0435\u0441\u0442\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f", + "Accepted payment methods": "\u0421\u043f\u043e\u0441\u043e\u0431(\u044b) \u043e\u043f\u043b\u0430\u0442\u044b", + "Others": "\u0414\u0440\u0443\u0433\u0438\u0435", + "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - \u041d\u0430\u0446\u0435\u043d\u043a\u0430: {{premium}}%", + "Price and Premium": "\u0426\u0435\u043d\u0430 \u0438 \u041d\u0430\u0446\u0435\u043d\u043a\u0430", + "Amount of Satoshis": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0421\u0430\u0442\u043e\u0448\u0438", + "Premium over market price": "\u041d\u0430\u0446\u0435\u043d\u043a\u0430 \u043d\u0430\u0434 \u0440\u044b\u043d\u043e\u0447\u043d\u043e\u0439 \u0446\u0435\u043d\u043e\u0439", + "Order ID": "ID \u043e\u0440\u0434\u0435\u0440\u0430", + "Deposit timer": "\u0422\u0430\u0439\u043c\u0435\u0440 \u0434\u0435\u043f\u043e\u0437\u0438\u0442\u0430", + "Expires in": "\u0418\u0441\u0442\u0435\u043a\u0430\u0435\u0442 \u0447\u0435\u0440\u0435\u0437", + "{{nickname}} is asking for a collaborative cancel": "{{nickname}} \u0437\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0435\u0442 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u0443\u044e \u043e\u0442\u043c\u0435\u043d\u0443", + "You asked for a collaborative cancellation": "\u0412\u044b \u0437\u0430\u043f\u0440\u043e\u0441\u0438\u043b\u0438 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u0443\u044e \u043e\u0442\u043c\u0435\u043d\u0443", + "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "\u0421\u0440\u043e\u043a \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0438\u043d\u0432\u043e\u0439\u0441\u0430 \u0438\u0441\u0442\u0451\u043a. \u0412\u044b \u043d\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u043b\u0438 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u044e \u043e\u0440\u0434\u0435\u0440\u0430 \u0432\u043e\u0432\u0440\u0435\u043c\u044f. \u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u043d\u043e\u0432\u044b\u0439 \u043e\u0440\u0434\u0435\u0440.", + "This order has been cancelled by the maker": "\u042d\u0442\u043e\u0442 \u043e\u0440\u0434\u0435\u0440 \u0431\u044b\u043b \u043e\u0442\u043c\u0435\u043d\u0451\u043d \u043c\u0435\u0439\u043a\u0435\u0440\u043e\u043c", + "Invoice expired. You did not confirm taking the order in time.": "\u0421\u0440\u043e\u043a \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0438\u043d\u0432\u043e\u0439\u0441\u0430 \u0438\u0441\u0442\u0451\u043a. \u0412\u044b \u043d\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u043b\u0438 \u0441\u0432\u043e\u0435\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0439 \u043f\u0440\u0438\u0451\u043c \u043e\u0440\u0434\u0435\u0440\u0430.", + "Penalty lifted, good to go!": "\u041f\u0435\u043d\u0430\u043b\u044c\u0442\u0438 \u0441\u043d\u044f\u0442\u044b, \u043f\u043e\u0435\u0445\u0430\u043b\u0438!", + "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "\u0412\u044b \u0435\u0449\u0451 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0437\u044f\u0442\u044c \u043e\u0440\u0434\u0435\u0440! \u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 {{timeMin}}\u043c {{timeSec}}\u0441", + "Too low": "\u0421\u043b\u0438\u0448\u043a\u043e\u043c \u043c\u0430\u043b\u043e", + "Too high": "\u0421\u043b\u0438\u0448\u043a\u043e\u043c \u043c\u043d\u043e\u0433\u043e", + "Enter amount of fiat to exchange for bitcoin": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0444\u0438\u0430\u0442\u0430 \u0434\u043b\u044f \u043e\u0431\u043c\u0435\u043d\u0430 \u043d\u0430 \u0411\u0438\u0442\u043a\u043e\u0439\u043d", + "Amount {{currencyCode}}": "\u0421\u0443\u043c\u043c\u0430 {{currencyCode}}", + "You must specify an amount first": "\u0421\u043d\u0430\u0447\u0430\u043b\u0430 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0443\u043c\u043c\u0443", + "Take Order": "\u0412\u0437\u044f\u0442\u044c \u043e\u0440\u0434\u0435\u0440", + "Wait until you can take an order": "\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435, \u043f\u043e\u043a\u0430 \u0412\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0437\u044f\u0442\u044c \u043e\u0440\u0434\u0435\u0440", + "Cancel the order?": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043e\u0440\u0434\u0435\u0440?", + "If the order is cancelled now you will lose your bond.": "\u0415\u0441\u043b\u0438 \u043e\u0440\u0434\u0435\u0440 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043c\u0435\u043d\u0451\u043d \u0441\u0435\u0439\u0447\u0430\u0441, \u0412\u044b \u043f\u043e\u0442\u0435\u0440\u044f\u0435\u0442\u0435 \u0437\u0430\u043b\u043e\u0433.", + "Confirm Cancel": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u043e\u0442\u043c\u0435\u043d\u0443", + "The maker is away": "\u041c\u0435\u0439\u043a\u0435\u0440\u0430 \u043d\u0435\u0442 \u043d\u0430 \u043c\u0435\u0441\u0442\u0435", + "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "\u0412\u0437\u044f\u0432 \u044d\u0442\u043e\u0442 \u043e\u0440\u0434\u0435\u0440, \u0412\u044b \u0440\u0438\u0441\u043a\u0443\u0435\u0442\u0435 \u043f\u043e\u0442\u0440\u0430\u0442\u0438\u0442\u044c \u0441\u0432\u043e\u0451 \u0432\u0440\u0435\u043c\u044f \u0432\u043f\u0443\u0441\u0442\u0443\u044e. \u0415\u0441\u043b\u0438 \u043c\u0435\u0439\u043a\u0435\u0440 \u043d\u0435 \u043f\u043e\u044f\u0432\u0438\u0442\u0441\u044f \u0432\u043e\u0432\u0440\u0435\u043c\u044f, \u0412\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043a\u043e\u043c\u043f\u0435\u043d\u0441\u0430\u0446\u0438\u044e \u0432 \u0421\u0430\u0442\u043e\u0448\u0438 \u0432 \u0440\u0430\u0437\u043c\u0435\u0440\u0435 50% \u043e\u0442 \u0437\u0430\u043b\u043e\u0433\u0430 \u043c\u0435\u0439\u043a\u0435\u0440\u0430", + "Collaborative cancel the order?": "\u0421\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043e\u0440\u0434\u0435\u0440?", + "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "\u042d\u0441\u043a\u0440\u043e\u0443 \u0441\u0434\u0435\u043b\u043a\u0438 \u0431\u044b\u043b \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d. \u041e\u0440\u0434\u0435\u0440 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043c\u0435\u043d\u0435\u043d \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u0442\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435, \u0435\u0441\u043b\u0438 \u043e\u0431\u0430, \u043c\u0435\u0439\u043a\u0435\u0440 \u0438 \u0442\u0435\u0439\u043a\u0435\u0440, \u0441\u043e\u0433\u043b\u0430\u0441\u043d\u044b \u043d\u0430 \u043e\u0442\u043c\u0435\u043d\u0443.", + "Ask for Cancel": "\u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u044c \u043e\u0442\u043c\u0435\u043d\u0443", + "Cancel": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c", + "Collaborative Cancel": "\u0421\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0442\u043c\u0435\u043d\u0430", + "Invalid Order Id": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 ID \u043e\u0440\u0434\u0435\u0440\u0430", + "You must have a robot avatar to see the order details": "\u0423 \u0412\u0430\u0441 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0430\u0432\u0430\u0442\u0430\u0440 \u0440\u043e\u0431\u043e\u0442\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u0434\u0435\u0442\u0430\u043b\u0438 \u043e\u0440\u0434\u0435\u0440\u0430", + "This order has been cancelled collaborativelly": "\u042d\u0442\u043e\u0442 \u043e\u0440\u0434\u0435\u0440 \u0431\u044b\u043b \u043e\u0442\u043c\u0435\u043d\u0451\u043d \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e", + "You are not allowed to see this order": "\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u044d\u0442\u043e\u0442 \u043e\u0440\u0434\u0435\u0440", + "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "\u0420\u043e\u0431\u043e\u0442\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0421\u0430\u0442\u043e\u0448\u0438, \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0449\u0438\u0435 \u043d\u0430 \u0441\u043a\u043b\u0430\u0434\u0435, \u043d\u0435 \u043f\u043e\u043d\u044f\u043b\u0438 \u0412\u0430\u0441. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u0432\u043e\u043f\u0440\u043e\u0441 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0435 \u0432 Github https://github.com/reckless-satoshi/robosats/issues", "WebLN": "WebLN", - "Payment not received, please check your WebLN wallet.": "Платёж не получен. Пожалуйста, проверьте Ваш WebLN Кошелёк.", - "Invoice not received, please check your WebLN wallet.": "Платёж не получен. Пожалуйста, проверьте Ваш WebLN Кошелёк.", - "You can close now your WebLN wallet popup.": "Вы можете закрыть всплывающее окно WebLN Кошелька", - + "Payment not received, please check your WebLN wallet.": "\u041f\u043b\u0430\u0442\u0451\u0436 \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0412\u0430\u0448 WebLN \u041a\u043e\u0448\u0435\u043b\u0451\u043a.", + "Invoice not received, please check your WebLN wallet.": "\u041f\u043b\u0430\u0442\u0451\u0436 \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0412\u0430\u0448 WebLN \u041a\u043e\u0448\u0435\u043b\u0451\u043a.", + "You can close now your WebLN wallet popup.": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u0432\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0435\u0435 \u043e\u043a\u043d\u043e WebLN \u041a\u043e\u0448\u0435\u043b\u044c\u043a\u0430", "CHAT BOX - Chat.js": "Chat Box", - "You": "Вы", - "Peer": "Партнёр", - "connected": "подключен", - "disconnected": "отключен", - "Type a message": "Введите сообщение", - "Connecting...": "Подключаем...", - "Send": "Отправить", - "Verify your privacy": "Проверьте свою конфиденциальность", - "Audit PGP": "Аудит PGP", - "Save full log as a JSON file (messages and credentials)": "Сохранить все логи в виде JSON файла (сообщения и учётные данные)", - "Export": "Экспортировать", - "Don't trust, verify": "Не доверяй, проверяй", - "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "Ваше общение зашифровано сквозым шифрованием с помощью OpenPGP. Вы можете проверить конфиденциальность этого чата с помощью любого инструмента, основанного на стандарте OpenPGP.", - "Learn how to verify": "Узнайте, как проверить", - "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "Ваш публичный ключ PGP. Ваш партнёр использует его для шифрования сообщений, которые можете прочитать только Вы.", - "Your public key": "Ваш публичный ключ", - "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "Публичный ключ PGP Вашего партнёра. Вы используете его для шифрования сообщений, которые может читать только он, и для проверки того, что Ваш партнёр подписал входящие сообщения.", - "Peer public key": "Публичный ключ партнёра", - "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "Ваш зашифрованный приватный ключ. Вы используете его для расшифровки сообщений, зашифрованных для Вас вашим партнёром. Вы также используете его для подписи отправляемых Вами сообщений.", - "Your encrypted private key": "Ваш зашифрованный приватный ключ", - "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "Парольная фраза для расшифровки Вашего приватного ключа. Только Вы её знаете! Не делитесь ей ни с кем. Это также Ваш токен робота.", - "Your private key passphrase (keep secure!)": "Парольная фраза Вашего приватного ключа (храните в безопасности!)", - "Save credentials as a JSON file": "Сохранить учётные данные как файл JSON", - "Keys": "Ключи", - "Save messages as a JSON file": "Сохранить сообщения как файл JSON", - "Messages": "Сообщения", - "Verified signature by {{nickname}}": "Проверенная подпись пользователя {{nickname}}", - "Cannot verify signature of {{nickname}}": "Не удается проверить подпись {{nickname}}", - + "You": "\u0412\u044b", + "Peer": "\u041f\u0430\u0440\u0442\u043d\u0451\u0440", + "connected": "\u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d", + "disconnected": "\u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d", + "Type a message": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435", + "Connecting...": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0430\u0435\u043c...", + "Send": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c", + "Verify your privacy": "\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u0432\u043e\u044e \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c", + "Audit PGP": "\u0410\u0443\u0434\u0438\u0442 PGP", + "Save full log as a JSON file (messages and credentials)": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0432\u0441\u0435 \u043b\u043e\u0433\u0438 \u0432 \u0432\u0438\u0434\u0435 JSON \u0444\u0430\u0439\u043b\u0430 (\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0438 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435)", + "Export": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c", + "Don't trust, verify": "\u041d\u0435 \u0434\u043e\u0432\u0435\u0440\u044f\u0439, \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0439", + "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "\u0412\u0430\u0448\u0435 \u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043e \u0441\u043a\u0432\u043e\u0437\u044b\u043c \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e OpenPGP. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u0447\u0430\u0442\u0430 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043b\u044e\u0431\u043e\u0433\u043e \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430, \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u043d\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0435 OpenPGP.", + "Learn how to verify": "\u0423\u0437\u043d\u0430\u0439\u0442\u0435, \u043a\u0430\u043a \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c", + "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "\u0412\u0430\u0448 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0439 \u043a\u043b\u044e\u0447 PGP. \u0412\u0430\u0448 \u043f\u0430\u0440\u0442\u043d\u0451\u0440 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u0435\u0433\u043e \u0434\u043b\u044f \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0412\u044b.", + "Your public key": "\u0412\u0430\u0448 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0439 \u043a\u043b\u044e\u0447", + "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "\u041f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0439 \u043a\u043b\u044e\u0447 PGP \u0412\u0430\u0448\u0435\u0433\u043e \u043f\u0430\u0440\u0442\u043d\u0451\u0440\u0430. \u0412\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 \u0435\u0433\u043e \u0434\u043b\u044f \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0436\u0435\u0442 \u0447\u0438\u0442\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u043d, \u0438 \u0434\u043b\u044f \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e \u0412\u0430\u0448 \u043f\u0430\u0440\u0442\u043d\u0451\u0440 \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043b \u0432\u0445\u043e\u0434\u044f\u0449\u0438\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f.", + "Peer public key": "\u041f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0439 \u043a\u043b\u044e\u0447 \u043f\u0430\u0440\u0442\u043d\u0451\u0440\u0430", + "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "\u0412\u0430\u0448 \u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u044b\u0439 \u043a\u043b\u044e\u0447. \u0412\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 \u0435\u0433\u043e \u0434\u043b\u044f \u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439, \u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0434\u043b\u044f \u0412\u0430\u0441 \u0432\u0430\u0448\u0438\u043c \u043f\u0430\u0440\u0442\u043d\u0451\u0440\u043e\u043c. \u0412\u044b \u0442\u0430\u043a\u0436\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 \u0435\u0433\u043e \u0434\u043b\u044f \u043f\u043e\u0434\u043f\u0438\u0441\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0445 \u0412\u0430\u043c\u0438 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439.", + "Your encrypted private key": "\u0412\u0430\u0448 \u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u044b\u0439 \u043a\u043b\u044e\u0447", + "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "\u041f\u0430\u0440\u043e\u043b\u044c\u043d\u0430\u044f \u0444\u0440\u0430\u0437\u0430 \u0434\u043b\u044f \u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438 \u0412\u0430\u0448\u0435\u0433\u043e \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0433\u043e \u043a\u043b\u044e\u0447\u0430. \u0422\u043e\u043b\u044c\u043a\u043e \u0412\u044b \u0435\u0451 \u0437\u043d\u0430\u0435\u0442\u0435! \u041d\u0435 \u0434\u0435\u043b\u0438\u0442\u0435\u0441\u044c \u0435\u0439 \u043d\u0438 \u0441 \u043a\u0435\u043c. \u042d\u0442\u043e \u0442\u0430\u043a\u0436\u0435 \u0412\u0430\u0448 \u0442\u043e\u043a\u0435\u043d \u0440\u043e\u0431\u043e\u0442\u0430.", + "Your private key passphrase (keep secure!)": "\u041f\u0430\u0440\u043e\u043b\u044c\u043d\u0430\u044f \u0444\u0440\u0430\u0437\u0430 \u0412\u0430\u0448\u0435\u0433\u043e \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0433\u043e \u043a\u043b\u044e\u0447\u0430 (\u0445\u0440\u0430\u043d\u0438\u0442\u0435 \u0432 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438!)", + "Save credentials as a JSON file": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043a\u0430\u043a \u0444\u0430\u0439\u043b JSON", + "Keys": "\u041a\u043b\u044e\u0447\u0438", + "Save messages as a JSON file": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043a\u0430\u043a \u0444\u0430\u0439\u043b JSON", + "Messages": "\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f", + "Verified signature by {{nickname}}": "\u041f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u0430\u044f \u043f\u043e\u0434\u043f\u0438\u0441\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f {{nickname}}", + "Cannot verify signature of {{nickname}}": "\u041d\u0435 \u0443\u0434\u0430\u0435\u0442\u0441\u044f \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043f\u043e\u0434\u043f\u0438\u0441\u044c {{nickname}}", "CONTRACT BOX - TradeBox.js": "The Contract Box that guides users trough the whole trade pipeline", - "Contract Box": "Окно контракта", - "Robots show commitment to their peers": "Роботы демонстрируют приверженность к своим пирам", - "Lock {{amountSats}} Sats to PUBLISH order": "Заблокировать {{amountSats}} Сатоши для ПУБЛИКАЦИИ ордера", - "Lock {{amountSats}} Sats to TAKE order": "Заблокировать {{amountSats}} Сатоши чтобы ПРИНЯТЬ ордер", - "Lock {{amountSats}} Sats as collateral": "Заблокировать {{amountSats}} Сатоши в качестве депозита", - "Copy to clipboard": "Скопировать", - "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Этот инвойс заблокируется в Вашем кошельке. Он будет списан только в том случае, если Вы отмените сделку или проиграете диспут.", - "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Этот инвойс заблокируется в Вашем кошельке. Он будет передан покупателю, как только Вы подтвердите получение {{currencyCode}}.", - "Your maker bond is locked": "Ваш залог мейкера заблокирован", - "Your taker bond is locked": "Ваш залог тейкера заблокирован", - "Your maker bond was settled": "Ваш залог мейкера был урегулирован", - "Your taker bond was settled": "Ваш залог тейкера был урегулирован", - "Your maker bond was unlocked": "Ваш залог мейкера был разблокирован", - "Your taker bond was unlocked": "Ваш залог тейкера был разблокирован", - "Your order is public": "Ваш ордер опубликован", - "Be patient while robots check the book. This box will ring 🔊 once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Будьте терпеливы, пока роботы проверяют ордера. Это может занять некоторое время. Это окно прозвонит 🔊, как только робот примет Ваш ордер и тогда у Вас будет {{deposit_timer_hours}}ч {{deposit_timer_minutes}}м на ответ. Если Вы не ответите, Вы рискуете потерять залог.", - "If the order expires untaken, your bond will return to you (no action needed).": "Если Ваш ордер не будет принят и срок его действия истечёт, Ваша залог вернётся к Вам (никаких действий не требуется).", - "Enable Telegram Notifications": "Включить уведомления Telegram", - "Enable TG Notifications": "Включить уведомления TG", - "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Вы перейдёте к разговору с Telegram ботом RoboSats. Просто откройте чат и нажмите Старт. Обратите внимание, что включив уведомления Telegram, Вы можете снизить уровень анонимности.", - "Go back": "Вернуться", - "Enable": "Включить", - "Telegram enabled": "Telegram включен", - "Public orders for {{currencyCode}}": "Публичные ордера {{currencyCode}}", - "Premium rank": "Ранг наценки", - "Among public {{currencyCode}} orders (higher is cheaper)": "Среди публичных {{currencyCode}} ордеров (чем выше, тем дешевле)", - "A taker has been found!": "Найден тейкер!", - "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Пожалуйста, подождите, пока тейкер заблокирует залог. Если тейкер не заблокирует залог вовремя, ордер будет снова опубликован", - "Payout Lightning Invoice": "Счет на выплату Лайтнинг", - "Your invoice looks good!": "Ваш инвойс выглядит хорошо!", - "We are waiting for the seller to lock the trade amount.": " Мы ждём, пока продавец заблокирует сумму сделки.", - "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Просто немного подождите. Если продавец не внесёт депозит, залог вернётся к Вам автоматически. Кроме того, Вы получите компенсацию (проверьте вознаграждения в своем профиле)", - "The trade collateral is locked!": "Депозит заблокирован!", - "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "Мы ждём, пока покупатель разместит Lightning инвойс. Как только он это сделает, Вы сможете напрямую сообщить реквизиты фиатного платежа.", - "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Просто немного подождите. Если покупатель не будет сотрудничать, Вы автоматически вернёте свой депозит и залог. Кроме того, Вы получите компенсацию (проверьте вознаграждение в своем профиле).", - "Confirm {{amount}} {{currencyCode}} sent": "Подтвердить отправку {{amount}} {{currencyCode}}", - "Confirm {{amount}} {{currencyCode}} received": "Подтвердить получение {{amount}} {{currencyCode}}", - "Open Dispute": "Открыть диспут", - "The order has expired": "Срок действия ордера истёк", - "Chat with the buyer": "Чат с покупателем", - "Chat with the seller": "Чат с продавцом", - "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Скажите привет! Будьте доброжелательны и кратки. Сообщите, как отправить Вам {{amount}} {{currencyCode}}.", - "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "Покупатель отправил фиат. Нажмите 'Подтвердить Получение' после его получения.", - "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "Скажите привет! Запросите детали платежа и нажмите 'Подтвердить Отправку' как только платёж будет отправлен.", - "Wait for the seller to confirm he has received the payment.": "Подождите, пока продавец подтвердит, что он получил платёж.", - "Confirm you received {{amount}} {{currencyCode}}?": "Подтвердить получение {{amount}} {{currencyCode}}?", - "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Подтверждение того, что Вы получили фиатную валюту, завершит сделку. Сатоши в эскроу будут переданы покупателю. Подтвердите только после того, как {{amount}} {{currencyCode}} поступили на Ваш счёт. Кроме того, если Вы получили {{currencyCode}} и не подтвердите получение, Вы рискуете потерять свой залог.", - "Confirm": "Подтвердить", - "Trade finished!": "Торговля завершена!!", - "rate_robosats": "Что Вы думаете о <1>RoboSats?", - "Thank you! RoboSats loves you too ❤️": "Спасибо! RoboSats тоже Вас любит ❤️", - "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats становится лучше с большей ликвидностью и пользователями. Расскажите другу-биткойнеру о Robosat!", - "Thank you for using Robosats!": "Спасибо за использование Robosats!", - "let_us_know_hot_to_improve": "Сообщите нам, как можно улучшить платформу (<1>Telegram / <3>Github)", - "Start Again": "Начать Снова", - "Attempting Lightning Payment": "Попытка Lightning платежа", - "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats пытается оплатить Ваш Lightning инвойс. Помните, что ноды Lightning должны быть подключены к сети, чтобы получать платежи.", - "Retrying!": "Повторная попытка!", - "Lightning Routing Failed": "Раутинг через Lightning не удался", - "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Срок действия Вашего инвойса истёк или было сделано более трёх попыток оплаты. Отправьте новый инвойс.", - "Check the list of compatible wallets": "Проверьте список совместимых кошельков", - "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats будет пытаться оплатить Ваш инвойс 3и раза каждые 1ть минут. Если это не удастся, Вы сможете отправить новый инвойс. Проверьте, достаточно ли у Вас входящей ликвидности. Помните, что ноды Lightning должны быть подключены к сети, чтобы получать платежи.", - "Next attempt in": "Следующая попытка через", - "Do you want to open a dispute?": "Хотите ли Вы открыть диспут?", - "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Персонал RoboSats рассмотрит предоставленные заявления и доказательства. Вам необходимо построить полное дело, так как сотрудники не могут читать чат. Лучше всего указать одноразовый метод контакта вместе с Вашим заявлением. Сатоши в эскроу сделки будут отправлены победителю диспута, а проигравший в диспуте потеряет залог.", - "Disagree": "Не согласиться", - "Agree and open dispute": "Согласиться и открыть диспут", - "A dispute has been opened": "Диспут открыт", - "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Пожалуйста, отправьте своё заявление. Ясно и конкретно опишите, что произошло, и предоставьте необходимые доказательства. Чтобы связаться с персоналом Вы ДОЛЖНЫ указать способ связи: одноразовая электронная почта, XMPP или имя пользователя в Telegram. Споры решаются на усмотрение настоящих роботов (также известных как люди), поэтому будьте как можно более конструктивны, чтобы обеспечить справедливый результат. Максимум 5000 символов.", - "Submit dispute statement": "Отправить заявление о диспуте", - "We have received your statement": "Мы получили Ваше заявление", - "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Мы ждём заявление Вашего торгового партнёра. Если Вы сомневаетесь в состоянии диспута или хотите добавить дополнительную информацию, свяжитесь с robosats@protonmail.com.", - "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Пожалуйста, сохраните информацию, необходимую для идентификации Вашего ордера и Ваших платежей: ID ордера, хэши платежей залога или эскроу (проверьте свой кошелек Lightning), точную сумму Сатоши и псевдоним робота. Вам нужно будет идентифицировать себя как пользователя участвующего в этой сделке по электронной почте (или другим способом связи).", - "We have the statements": "У нас есть заявления", - "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Оба заявления получены, дождитесь разрешения диспута персоналом. Если Вы сомневаетесь в состоянии диспута или хотите добавить дополнительную информацию, свяжитесь с robosats@protonmail.com. Если Вы не указали способ связи, или не уверены, правильно ли Вы его написали, немедленно свяжитесь с нами.", - "You have won the dispute": "Вы выиграли диспут", - "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Вы можете запросить сумму разрешения диспута (эскроу и залог) из вознаграждений Вашего профиля. Если есть что-то, с чем персонал может Вам помочь, не стесняйтесь обращаться по адресу robosats@protonmail.com (или через предоставленный Вами одноразовый способ связи).", - "You have lost the dispute": "Вы проиграли диспут", - "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "К сожалению, Вы проиграли диспут. Если Вы считаете, что это ошибка, Вы можете попросить повторно открыть диспут по электронной почте robosats@protonmail.com. Однако шансы на то, что диспут будет расследован снова, невелики.", - "Expired not taken": "Просрочен не взят", - "Maker bond not locked": "Залог мейкера не заблокирован", - "Escrow not locked": "Эскроу не заблокирован", - "Invoice not submitted": "Инвойс не отправлен", - "Neither escrow locked or invoice submitted": "Эскроу не заблокирован и инвойс не отправлен", - "Renew Order": "Обновить ордер", - "Pause the public order": "Приостановить публичный ордер", - "Your order is paused": "Ваш ордер приостановлен", - "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Ваш публичный ордер приостановлен. В данный момент его не могут увидеть или принять другие роботы. Вы можете запустить его в любое время.", - "Unpause Order": "Запустить ордер", - "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "Вы рискуете потерять залог, если не заблокируете депозит. Доступное время составляет {{deposit_timer_hours}}ч {{deposit_timer_minutes}}м.", - "See Compatible Wallets": "Смотреть Совместимые Кошельки", - "Failure reason:": "Причина неудачи:", - "Payment isn't failed (yet)": "Платеж не провален (пока)", - "There are more routes to try, but the payment timeout was exceeded.": "Есть ещё маршруты, которые можно попробовать, но превышено время ожидания платежа.", - "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "Все возможные маршруты были испробованы и не удались. Возможно, что к месту назначения вообще не было маршрутов.", - "A non-recoverable error has occurred.": "Произошла неисправимая ошибка.", - "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "Платежные реквизиты неверны (неизвестный хэш, неверная сумма или неверная окончательная дельта CLTV ).", - "Insufficient unlocked balance in RoboSats' node.": "Недостаточно разблокированного баланса на ноде RoboSats.", - "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "Отправленный инвойс содержит только дорогие подсказки для раутинга, Вы используете несовместимый кошелек (вероятно, Muun?). Проверьте руководство по совместимости кошелька на wallets.robosats.com", - "The invoice provided has no explicit amount": "В предоставленном счете нет точной суммы", - "Does not look like a valid lightning invoice": "Не похоже на действительный Lightning инвойс", - "The invoice provided has already expired": "Срок действия предоставленного инвойса уже истёк", - "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Обязательно ЭКСПОРТИРУЙТЕ журнал чата. Персонал может запросить Ваш экспортированный журнал чата в формате JSON для устранения несоответствий. Вы несёте ответственность за его сохранение.", - "Invalid address": "Неверный адрес", - "Unable to validate address, check bitcoind backend": "Невозможно проверить адрес, проверить бэкэнд биткойна", - "Submit payout info for {{amountSats}} Sats": "Отправить информацию о выплате на {{amountSats}} Сатоши", - "Submit a valid invoice for {{amountSats}} Satoshis.": "Отправьте действительный инвойс на {{amountSats}} Сатоши.", - "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Прежде чем позволить Вам отправить {{amountFiat}} {{currencyCode}}, мы хотим убедиться, что Вы можете получить BTC.", - "RoboSats will do a swap and send the Sats to your onchain address.": "RoboSats произведёт своп и отправит Сатоши на Ваш ончейн адрес.", - "Swap fee": "Комиссия за своп", - "Mining fee": "Комиссия майнерам", - "Mining Fee": "Комиссия Майнерам", - "Final amount you will receive": "Окончательная сумма, которую Вы получите", - "Bitcoin Address": "Биткойн Адрес", - "Your TXID": "Ваш TXID", - "Lightning": "Лайтнинг", - "Onchain": "Ончейн", - "open_dispute": "Для открытия диспута нужно подождать <1><1/>", - "Trade Summary": "Сводка Сделки", - "Maker": "Мейкер", - "Taker": "Тейкер", - "User role": "Роль пользователя", - "Sent": "Отправлено", - "Received": "Получено", - "BTC received": "BTC получено", - "BTC sent": "BTC отправлено", - "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Сатоши ({{tradeFeePercent}}%)", - "Trade fee": "Комиссия сделки", - "{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Сатоши ({{swapFeePercent}}%)", - "Onchain swap fee": "Комиссия за ончйн своп", - "{{miningFeeSats}} Sats": "{{miningFeeSats}} Сатоши", - "{{bondSats}} Sats ({{bondPercent}}%)": "{{bondSats}} Сатоши ({{bondPercent}}%)", - "Maker bond": "Залог мейкера", - "Taker bond": "Залог тейкера", - "Unlocked": "Разблокировано", - "{{revenueSats}} Sats": "{{revenueSats}} Сатоши", - "Platform trade revenue": "Доход платформы от торговли", - "{{routingFeeSats}} MiliSats": "{{routingFeeSats}} МилиСатоши", - "Platform covered routing fee": "Плата за раутинг, покрываемая платформой", - "Timestamp": "Временная метка", - "Completed in": "Завершено за", - "Contract exchange rate": "Курс обмена контракта", - + "Contract Box": "\u041e\u043a\u043d\u043e \u043a\u043e\u043d\u0442\u0440\u0430\u043a\u0442\u0430", + "Robots show commitment to their peers": "\u0420\u043e\u0431\u043e\u0442\u044b \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0438\u0440\u0443\u044e\u0442 \u043f\u0440\u0438\u0432\u0435\u0440\u0436\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u043a \u0441\u0432\u043e\u0438\u043c \u043f\u0438\u0440\u0430\u043c", + "Lock {{amountSats}} Sats to PUBLISH order": "\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c {{amountSats}} \u0421\u0430\u0442\u043e\u0448\u0438 \u0434\u043b\u044f \u041f\u0423\u0411\u041b\u0418\u041a\u0410\u0426\u0418\u0418 \u043e\u0440\u0434\u0435\u0440\u0430", + "Lock {{amountSats}} Sats to TAKE order": "\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c {{amountSats}} \u0421\u0430\u0442\u043e\u0448\u0438 \u0447\u0442\u043e\u0431\u044b \u041f\u0420\u0418\u041d\u042f\u0422\u042c \u043e\u0440\u0434\u0435\u0440", + "Lock {{amountSats}} Sats as collateral": "\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c {{amountSats}} \u0421\u0430\u0442\u043e\u0448\u0438 \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0434\u0435\u043f\u043e\u0437\u0438\u0442\u0430", + "Copy to clipboard": "\u0421\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c", + "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "\u042d\u0442\u043e\u0442 \u0438\u043d\u0432\u043e\u0439\u0441 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0432 \u0412\u0430\u0448\u0435\u043c \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0435. \u041e\u043d \u0431\u0443\u0434\u0435\u0442 \u0441\u043f\u0438\u0441\u0430\u043d \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u0442\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435, \u0435\u0441\u043b\u0438 \u0412\u044b \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u0435 \u0441\u0434\u0435\u043b\u043a\u0443 \u0438\u043b\u0438 \u043f\u0440\u043e\u0438\u0433\u0440\u0430\u0435\u0442\u0435 \u0434\u0438\u0441\u043f\u0443\u0442.", + "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "\u042d\u0442\u043e\u0442 \u0438\u043d\u0432\u043e\u0439\u0441 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0432 \u0412\u0430\u0448\u0435\u043c \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0435. \u041e\u043d \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u0434\u0430\u043d \u043f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u044e, \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u0412\u044b \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 {{currencyCode}}.", + "Your maker bond is locked": "\u0412\u0430\u0448 \u0437\u0430\u043b\u043e\u0433 \u043c\u0435\u0439\u043a\u0435\u0440\u0430 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d", + "Your taker bond is locked": "\u0412\u0430\u0448 \u0437\u0430\u043b\u043e\u0433 \u0442\u0435\u0439\u043a\u0435\u0440\u0430 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d", + "Your maker bond was settled": "\u0412\u0430\u0448 \u0437\u0430\u043b\u043e\u0433 \u043c\u0435\u0439\u043a\u0435\u0440\u0430 \u0431\u044b\u043b \u0443\u0440\u0435\u0433\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d", + "Your taker bond was settled": "\u0412\u0430\u0448 \u0437\u0430\u043b\u043e\u0433 \u0442\u0435\u0439\u043a\u0435\u0440\u0430 \u0431\u044b\u043b \u0443\u0440\u0435\u0433\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d", + "Your maker bond was unlocked": "\u0412\u0430\u0448 \u0437\u0430\u043b\u043e\u0433 \u043c\u0435\u0439\u043a\u0435\u0440\u0430 \u0431\u044b\u043b \u0440\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d", + "Your taker bond was unlocked": "\u0412\u0430\u0448 \u0437\u0430\u043b\u043e\u0433 \u0442\u0435\u0439\u043a\u0435\u0440\u0430 \u0431\u044b\u043b \u0440\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d", + "Your order is public": "\u0412\u0430\u0448 \u043e\u0440\u0434\u0435\u0440 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d", + "Be patient while robots check the book. This box will ring \ud83d\udd0a once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "\u0411\u0443\u0434\u044c\u0442\u0435 \u0442\u0435\u0440\u043f\u0435\u043b\u0438\u0432\u044b, \u043f\u043e\u043a\u0430 \u0440\u043e\u0431\u043e\u0442\u044b \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u044e\u0442 \u043e\u0440\u0434\u0435\u0440\u0430. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u043d\u044f\u0442\u044c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0432\u0440\u0435\u043c\u044f. \u042d\u0442\u043e \u043e\u043a\u043d\u043e \u043f\u0440\u043e\u0437\u0432\u043e\u043d\u0438\u0442 \ud83d\udd0a, \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u0440\u043e\u0431\u043e\u0442 \u043f\u0440\u0438\u043c\u0435\u0442 \u0412\u0430\u0448 \u043e\u0440\u0434\u0435\u0440 \u0438 \u0442\u043e\u0433\u0434\u0430 \u0443 \u0412\u0430\u0441 \u0431\u0443\u0434\u0435\u0442 {{deposit_timer_hours}}\u0447 {{deposit_timer_minutes}}\u043c \u043d\u0430 \u043e\u0442\u0432\u0435\u0442. \u0415\u0441\u043b\u0438 \u0412\u044b \u043d\u0435 \u043e\u0442\u0432\u0435\u0442\u0438\u0442\u0435, \u0412\u044b \u0440\u0438\u0441\u043a\u0443\u0435\u0442\u0435 \u043f\u043e\u0442\u0435\u0440\u044f\u0442\u044c \u0437\u0430\u043b\u043e\u0433.", + "If the order expires untaken, your bond will return to you (no action needed).": "\u0415\u0441\u043b\u0438 \u0412\u0430\u0448 \u043e\u0440\u0434\u0435\u0440 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0438\u043d\u044f\u0442 \u0438 \u0441\u0440\u043e\u043a \u0435\u0433\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0438\u0441\u0442\u0435\u0447\u0451\u0442, \u0412\u0430\u0448\u0430 \u0437\u0430\u043b\u043e\u0433 \u0432\u0435\u0440\u043d\u0451\u0442\u0441\u044f \u043a \u0412\u0430\u043c (\u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f).", + "Enable Telegram Notifications": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f Telegram", + "Enable TG Notifications": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f TG", + "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "\u0412\u044b \u043f\u0435\u0440\u0435\u0439\u0434\u0451\u0442\u0435 \u043a \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440\u0443 \u0441 Telegram \u0431\u043e\u0442\u043e\u043c RoboSats. \u041f\u0440\u043e\u0441\u0442\u043e \u043e\u0442\u043a\u0440\u043e\u0439\u0442\u0435 \u0447\u0430\u0442 \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u0421\u0442\u0430\u0440\u0442. \u041e\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435, \u0447\u0442\u043e \u0432\u043a\u043b\u044e\u0447\u0438\u0432 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f Telegram, \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043d\u0438\u0437\u0438\u0442\u044c \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0430\u043d\u043e\u043d\u0438\u043c\u043d\u043e\u0441\u0442\u0438.", + "Go back": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f", + "Enable": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c", + "Telegram enabled": "Telegram \u0432\u043a\u043b\u044e\u0447\u0435\u043d", + "Public orders for {{currencyCode}}": "\u041f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0435 \u043e\u0440\u0434\u0435\u0440\u0430 {{currencyCode}}", + "Premium rank": "\u0420\u0430\u043d\u0433 \u043d\u0430\u0446\u0435\u043d\u043a\u0438", + "Among public {{currencyCode}} orders (higher is cheaper)": "\u0421\u0440\u0435\u0434\u0438 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0445 {{currencyCode}} \u043e\u0440\u0434\u0435\u0440\u043e\u0432 (\u0447\u0435\u043c \u0432\u044b\u0448\u0435, \u0442\u0435\u043c \u0434\u0435\u0448\u0435\u0432\u043b\u0435)", + "A taker has been found!": "\u041d\u0430\u0439\u0434\u0435\u043d \u0442\u0435\u0439\u043a\u0435\u0440!", + "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435, \u043f\u043e\u043a\u0430 \u0442\u0435\u0439\u043a\u0435\u0440 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0435\u0442 \u0437\u0430\u043b\u043e\u0433. \u0415\u0441\u043b\u0438 \u0442\u0435\u0439\u043a\u0435\u0440 \u043d\u0435 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0435\u0442 \u0437\u0430\u043b\u043e\u0433 \u0432\u043e\u0432\u0440\u0435\u043c\u044f, \u043e\u0440\u0434\u0435\u0440 \u0431\u0443\u0434\u0435\u0442 \u0441\u043d\u043e\u0432\u0430 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d", + "Payout Lightning Invoice": "\u0421\u0447\u0435\u0442 \u043d\u0430 \u0432\u044b\u043f\u043b\u0430\u0442\u0443 \u041b\u0430\u0439\u0442\u043d\u0438\u043d\u0433", + "Your invoice looks good!": "\u0412\u0430\u0448 \u0438\u043d\u0432\u043e\u0439\u0441 \u0432\u044b\u0433\u043b\u044f\u0434\u0438\u0442 \u0445\u043e\u0440\u043e\u0448\u043e!", + "We are waiting for the seller to lock the trade amount.": " \u041c\u044b \u0436\u0434\u0451\u043c, \u043f\u043e\u043a\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0435\u0446 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0435\u0442 \u0441\u0443\u043c\u043c\u0443 \u0441\u0434\u0435\u043b\u043a\u0438.", + "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "\u041f\u0440\u043e\u0441\u0442\u043e \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435. \u0415\u0441\u043b\u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0435\u0446 \u043d\u0435 \u0432\u043d\u0435\u0441\u0451\u0442 \u0434\u0435\u043f\u043e\u0437\u0438\u0442, \u0437\u0430\u043b\u043e\u0433 \u0432\u0435\u0440\u043d\u0451\u0442\u0441\u044f \u043a \u0412\u0430\u043c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438. \u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \u0412\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043a\u043e\u043c\u043f\u0435\u043d\u0441\u0430\u0446\u0438\u044e (\u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0432\u043e\u0437\u043d\u0430\u0433\u0440\u0430\u0436\u0434\u0435\u043d\u0438\u044f \u0432 \u0441\u0432\u043e\u0435\u043c \u043f\u0440\u043e\u0444\u0438\u043b\u0435)", + "The trade collateral is locked!": "\u0414\u0435\u043f\u043e\u0437\u0438\u0442 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d!", + "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "\u041c\u044b \u0436\u0434\u0451\u043c, \u043f\u043e\u043a\u0430 \u043f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u044c \u0440\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u0442 Lightning \u0438\u043d\u0432\u043e\u0439\u0441. \u041a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u043d \u044d\u0442\u043e \u0441\u0434\u0435\u043b\u0430\u0435\u0442, \u0412\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u044c \u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u044b \u0444\u0438\u0430\u0442\u043d\u043e\u0433\u043e \u043f\u043b\u0430\u0442\u0435\u0436\u0430.", + "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "\u041f\u0440\u043e\u0441\u0442\u043e \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435. \u0415\u0441\u043b\u0438 \u043f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u0447\u0430\u0442\u044c, \u0412\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0432\u0435\u0440\u043d\u0451\u0442\u0435 \u0441\u0432\u043e\u0439 \u0434\u0435\u043f\u043e\u0437\u0438\u0442 \u0438 \u0437\u0430\u043b\u043e\u0433. \u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \u0412\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043a\u043e\u043c\u043f\u0435\u043d\u0441\u0430\u0446\u0438\u044e (\u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0432\u043e\u0437\u043d\u0430\u0433\u0440\u0430\u0436\u0434\u0435\u043d\u0438\u0435 \u0432 \u0441\u0432\u043e\u0435\u043c \u043f\u0440\u043e\u0444\u0438\u043b\u0435).", + "Confirm {{amount}} {{currencyCode}} sent": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0443 {{amount}} {{currencyCode}}", + "Confirm {{amount}} {{currencyCode}} received": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 {{amount}} {{currencyCode}}", + "Open Dispute": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0434\u0438\u0441\u043f\u0443\u0442", + "The order has expired": "\u0421\u0440\u043e\u043a \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u043e\u0440\u0434\u0435\u0440\u0430 \u0438\u0441\u0442\u0451\u043a", + "Chat with the buyer": "\u0427\u0430\u0442 \u0441 \u043f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u0435\u043c", + "Chat with the seller": "\u0427\u0430\u0442 \u0441 \u043f\u0440\u043e\u0434\u0430\u0432\u0446\u043e\u043c", + "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "\u0421\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0440\u0438\u0432\u0435\u0442! \u0411\u0443\u0434\u044c\u0442\u0435 \u0434\u043e\u0431\u0440\u043e\u0436\u0435\u043b\u0430\u0442\u0435\u043b\u044c\u043d\u044b \u0438 \u043a\u0440\u0430\u0442\u043a\u0438. \u0421\u043e\u043e\u0431\u0449\u0438\u0442\u0435, \u043a\u0430\u043a \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0412\u0430\u043c {{amount}} {{currencyCode}}.", + "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "\u041f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b \u0444\u0438\u0430\u0442. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 '\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435' \u043f\u043e\u0441\u043b\u0435 \u0435\u0433\u043e \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f.", + "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "\u0421\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0440\u0438\u0432\u0435\u0442! \u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0435 \u0434\u0435\u0442\u0430\u043b\u0438 \u043f\u043b\u0430\u0442\u0435\u0436\u0430 \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 '\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0443' \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u043b\u0430\u0442\u0451\u0436 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d.", + "Wait for the seller to confirm he has received the payment.": "\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435, \u043f\u043e\u043a\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0435\u0446 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442, \u0447\u0442\u043e \u043e\u043d \u043f\u043e\u043b\u0443\u0447\u0438\u043b \u043f\u043b\u0430\u0442\u0451\u0436.", + "Confirm you received {{amount}} {{currencyCode}}?": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 {{amount}} {{currencyCode}}?", + "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e \u0412\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u0444\u0438\u0430\u0442\u043d\u0443\u044e \u0432\u0430\u043b\u044e\u0442\u0443, \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442 \u0441\u0434\u0435\u043b\u043a\u0443. \u0421\u0430\u0442\u043e\u0448\u0438 \u0432 \u044d\u0441\u043a\u0440\u043e\u0443 \u0431\u0443\u0434\u0443\u0442 \u043f\u0435\u0440\u0435\u0434\u0430\u043d\u044b \u043f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u044e. \u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e, \u043a\u0430\u043a {{amount}} {{currencyCode}} \u043f\u043e\u0441\u0442\u0443\u043f\u0438\u043b\u0438 \u043d\u0430 \u0412\u0430\u0448 \u0441\u0447\u0451\u0442. \u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \u0435\u0441\u043b\u0438 \u0412\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 {{currencyCode}} \u0438 \u043d\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435, \u0412\u044b \u0440\u0438\u0441\u043a\u0443\u0435\u0442\u0435 \u043f\u043e\u0442\u0435\u0440\u044f\u0442\u044c \u0441\u0432\u043e\u0439 \u0437\u0430\u043b\u043e\u0433.", + "Confirm": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c", + "Trade finished!": "\u0422\u043e\u0440\u0433\u043e\u0432\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430!!", + "rate_robosats": "\u0427\u0442\u043e \u0412\u044b \u0434\u0443\u043c\u0430\u0435\u0442\u0435 \u043e <1>RoboSats?", + "Thank you! RoboSats loves you too \u2764\ufe0f": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e! RoboSats \u0442\u043e\u0436\u0435 \u0412\u0430\u0441 \u043b\u044e\u0431\u0438\u0442 \u2764\ufe0f", + "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f \u043b\u0443\u0447\u0448\u0435 \u0441 \u0431\u043e\u043b\u044c\u0448\u0435\u0439 \u043b\u0438\u043a\u0432\u0438\u0434\u043d\u043e\u0441\u0442\u044c\u044e \u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438. \u0420\u0430\u0441\u0441\u043a\u0430\u0436\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u0443-\u0431\u0438\u0442\u043a\u043e\u0439\u043d\u0435\u0440\u0443 \u043e Robosat!", + "Thank you for using Robosats!": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 Robosats!", + "let_us_know_hot_to_improve": "\u0421\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043d\u0430\u043c, \u043a\u0430\u043a \u043c\u043e\u0436\u043d\u043e \u0443\u043b\u0443\u0447\u0448\u0438\u0442\u044c \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0443 (<1>Telegram / <3>Github)", + "Start Again": "\u041d\u0430\u0447\u0430\u0442\u044c \u0421\u043d\u043e\u0432\u0430", + "Attempting Lightning Payment": "\u041f\u043e\u043f\u044b\u0442\u043a\u0430 Lightning \u043f\u043b\u0430\u0442\u0435\u0436\u0430", + "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats \u043f\u044b\u0442\u0430\u0435\u0442\u0441\u044f \u043e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0412\u0430\u0448 Lightning \u0438\u043d\u0432\u043e\u0439\u0441. \u041f\u043e\u043c\u043d\u0438\u0442\u0435, \u0447\u0442\u043e \u043d\u043e\u0434\u044b Lightning \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u043a \u0441\u0435\u0442\u0438, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u043f\u043b\u0430\u0442\u0435\u0436\u0438.", + "Retrying!": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u0430\u044f \u043f\u043e\u043f\u044b\u0442\u043a\u0430!", + "Lightning Routing Failed": "\u0420\u0430\u0443\u0442\u0438\u043d\u0433 \u0447\u0435\u0440\u0435\u0437 Lightning \u043d\u0435 \u0443\u0434\u0430\u043b\u0441\u044f", + "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "\u0421\u0440\u043e\u043a \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0412\u0430\u0448\u0435\u0433\u043e \u0438\u043d\u0432\u043e\u0439\u0441\u0430 \u0438\u0441\u0442\u0451\u043a \u0438\u043b\u0438 \u0431\u044b\u043b\u043e \u0441\u0434\u0435\u043b\u0430\u043d\u043e \u0431\u043e\u043b\u0435\u0435 \u0442\u0440\u0451\u0445 \u043f\u043e\u043f\u044b\u0442\u043e\u043a \u043e\u043f\u043b\u0430\u0442\u044b. \u041e\u0442\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u043d\u043e\u0432\u044b\u0439 \u0438\u043d\u0432\u043e\u0439\u0441.", + "Check the list of compatible wallets": "\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u043f\u0438\u0441\u043e\u043a \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u044b\u0445 \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u043e\u0432", + "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats \u0431\u0443\u0434\u0435\u0442 \u043f\u044b\u0442\u0430\u0442\u044c\u0441\u044f \u043e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0412\u0430\u0448 \u0438\u043d\u0432\u043e\u0439\u0441 3\u0438 \u0440\u0430\u0437\u0430 \u043a\u0430\u0436\u0434\u044b\u0435 1\u0442\u044c \u043c\u0438\u043d\u0443\u0442. \u0415\u0441\u043b\u0438 \u044d\u0442\u043e \u043d\u0435 \u0443\u0434\u0430\u0441\u0442\u0441\u044f, \u0412\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0438\u043d\u0432\u043e\u0439\u0441. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435, \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043b\u0438 \u0443 \u0412\u0430\u0441 \u0432\u0445\u043e\u0434\u044f\u0449\u0435\u0439 \u043b\u0438\u043a\u0432\u0438\u0434\u043d\u043e\u0441\u0442\u0438. \u041f\u043e\u043c\u043d\u0438\u0442\u0435, \u0447\u0442\u043e \u043d\u043e\u0434\u044b Lightning \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u043a \u0441\u0435\u0442\u0438, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u043f\u043b\u0430\u0442\u0435\u0436\u0438.", + "Next attempt in": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u043f\u043e\u043f\u044b\u0442\u043a\u0430 \u0447\u0435\u0440\u0435\u0437", + "Do you want to open a dispute?": "\u0425\u043e\u0442\u0438\u0442\u0435 \u043b\u0438 \u0412\u044b \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0434\u0438\u0441\u043f\u0443\u0442?", + "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b RoboSats \u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0438\u0442 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u044f \u0438 \u0434\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u0430. \u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u043f\u043e\u043b\u043d\u043e\u0435 \u0434\u0435\u043b\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438 \u043d\u0435 \u043c\u043e\u0433\u0443\u0442 \u0447\u0438\u0442\u0430\u0442\u044c \u0447\u0430\u0442. \u041b\u0443\u0447\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u044b\u0439 \u043c\u0435\u0442\u043e\u0434 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430 \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 \u0412\u0430\u0448\u0438\u043c \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u0435\u043c. \u0421\u0430\u0442\u043e\u0448\u0438 \u0432 \u044d\u0441\u043a\u0440\u043e\u0443 \u0441\u0434\u0435\u043b\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u044b \u043f\u043e\u0431\u0435\u0434\u0438\u0442\u0435\u043b\u044e \u0434\u0438\u0441\u043f\u0443\u0442\u0430, \u0430 \u043f\u0440\u043e\u0438\u0433\u0440\u0430\u0432\u0448\u0438\u0439 \u0432 \u0434\u0438\u0441\u043f\u0443\u0442\u0435 \u043f\u043e\u0442\u0435\u0440\u044f\u0435\u0442 \u0437\u0430\u043b\u043e\u0433.", + "Disagree": "\u041d\u0435 \u0441\u043e\u0433\u043b\u0430\u0441\u0438\u0442\u044c\u0441\u044f", + "Agree and open dispute": "\u0421\u043e\u0433\u043b\u0430\u0441\u0438\u0442\u044c\u0441\u044f \u0438 \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0434\u0438\u0441\u043f\u0443\u0442", + "A dispute has been opened": "\u0414\u0438\u0441\u043f\u0443\u0442 \u043e\u0442\u043a\u0440\u044b\u0442", + "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0442\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u0441\u0432\u043e\u0451 \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u0435. \u042f\u0441\u043d\u043e \u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e \u043e\u043f\u0438\u0448\u0438\u0442\u0435, \u0447\u0442\u043e \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u043e, \u0438 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u0430. \u0427\u0442\u043e\u0431\u044b \u0441\u0432\u044f\u0437\u0430\u0442\u044c\u0441\u044f \u0441 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u043e\u043c \u0412\u044b \u0414\u041e\u041b\u0416\u041d\u042b \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043f\u043e\u0441\u043e\u0431 \u0441\u0432\u044f\u0437\u0438: \u043e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u0430\u044f \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430, XMPP \u0438\u043b\u0438 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0432 Telegram. \u0421\u043f\u043e\u0440\u044b \u0440\u0435\u0448\u0430\u044e\u0442\u0441\u044f \u043d\u0430 \u0443\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u0438\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0445 \u0440\u043e\u0431\u043e\u0442\u043e\u0432 (\u0442\u0430\u043a\u0436\u0435 \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0445 \u043a\u0430\u043a \u043b\u044e\u0434\u0438), \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0431\u0443\u0434\u044c\u0442\u0435 \u043a\u0430\u043a \u043c\u043e\u0436\u043d\u043e \u0431\u043e\u043b\u0435\u0435 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u0438\u0432\u043d\u044b, \u0447\u0442\u043e\u0431\u044b \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0442\u044c \u0441\u043f\u0440\u0430\u0432\u0435\u0434\u043b\u0438\u0432\u044b\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442. \u041c\u0430\u043a\u0441\u0438\u043c\u0443\u043c 5000 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432.", + "Submit dispute statement": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u0435 \u043e \u0434\u0438\u0441\u043f\u0443\u0442\u0435", + "We have received your statement": "\u041c\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u0412\u0430\u0448\u0435 \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u0435", + "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "\u041c\u044b \u0436\u0434\u0451\u043c \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u0435 \u0412\u0430\u0448\u0435\u0433\u043e \u0442\u043e\u0440\u0433\u043e\u0432\u043e\u0433\u043e \u043f\u0430\u0440\u0442\u043d\u0451\u0440\u0430. \u0415\u0441\u043b\u0438 \u0412\u044b \u0441\u043e\u043c\u043d\u0435\u0432\u0430\u0435\u0442\u0435\u0441\u044c \u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438 \u0434\u0438\u0441\u043f\u0443\u0442\u0430 \u0438\u043b\u0438 \u0445\u043e\u0442\u0438\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 robosats@protonmail.com.", + "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0443\u044e \u0434\u043b\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u0412\u0430\u0448\u0435\u0433\u043e \u043e\u0440\u0434\u0435\u0440\u0430 \u0438 \u0412\u0430\u0448\u0438\u0445 \u043f\u043b\u0430\u0442\u0435\u0436\u0435\u0439: ID \u043e\u0440\u0434\u0435\u0440\u0430, \u0445\u044d\u0448\u0438 \u043f\u043b\u0430\u0442\u0435\u0436\u0435\u0439 \u0437\u0430\u043b\u043e\u0433\u0430 \u0438\u043b\u0438 \u044d\u0441\u043a\u0440\u043e\u0443 (\u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u0432\u043e\u0439 \u043a\u043e\u0448\u0435\u043b\u0435\u043a Lightning), \u0442\u043e\u0447\u043d\u0443\u044e \u0441\u0443\u043c\u043c\u0443 \u0421\u0430\u0442\u043e\u0448\u0438 \u0438 \u043f\u0441\u0435\u0432\u0434\u043e\u043d\u0438\u043c \u0440\u043e\u0431\u043e\u0442\u0430. \u0412\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0435\u0431\u044f \u043a\u0430\u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0443\u0447\u0430\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0433\u043e \u0432 \u044d\u0442\u043e\u0439 \u0441\u0434\u0435\u043b\u043a\u0435 \u043f\u043e \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u0435 (\u0438\u043b\u0438 \u0434\u0440\u0443\u0433\u0438\u043c \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u043c \u0441\u0432\u044f\u0437\u0438).", + "We have the statements": "\u0423 \u043d\u0430\u0441 \u0435\u0441\u0442\u044c \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u044f", + "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "\u041e\u0431\u0430 \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u044b, \u0434\u043e\u0436\u0434\u0438\u0442\u0435\u0441\u044c \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0434\u0438\u0441\u043f\u0443\u0442\u0430 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u043e\u043c. \u0415\u0441\u043b\u0438 \u0412\u044b \u0441\u043e\u043c\u043d\u0435\u0432\u0430\u0435\u0442\u0435\u0441\u044c \u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438 \u0434\u0438\u0441\u043f\u0443\u0442\u0430 \u0438\u043b\u0438 \u0445\u043e\u0442\u0438\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 robosats@protonmail.com. \u0415\u0441\u043b\u0438 \u0412\u044b \u043d\u0435 \u0443\u043a\u0430\u0437\u0430\u043b\u0438 \u0441\u043f\u043e\u0441\u043e\u0431 \u0441\u0432\u044f\u0437\u0438, \u0438\u043b\u0438 \u043d\u0435 \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043b\u0438 \u0412\u044b \u0435\u0433\u043e \u043d\u0430\u043f\u0438\u0441\u0430\u043b\u0438, \u043d\u0435\u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043d\u0430\u043c\u0438.", + "You have won the dispute": "\u0412\u044b \u0432\u044b\u0438\u0433\u0440\u0430\u043b\u0438 \u0434\u0438\u0441\u043f\u0443\u0442", + "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u044c \u0441\u0443\u043c\u043c\u0443 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0434\u0438\u0441\u043f\u0443\u0442\u0430 (\u044d\u0441\u043a\u0440\u043e\u0443 \u0438 \u0437\u0430\u043b\u043e\u0433) \u0438\u0437 \u0432\u043e\u0437\u043d\u0430\u0433\u0440\u0430\u0436\u0434\u0435\u043d\u0438\u0439 \u0412\u0430\u0448\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f. \u0415\u0441\u043b\u0438 \u0435\u0441\u0442\u044c \u0447\u0442\u043e-\u0442\u043e, \u0441 \u0447\u0435\u043c \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b \u043c\u043e\u0436\u0435\u0442 \u0412\u0430\u043c \u043f\u043e\u043c\u043e\u0447\u044c, \u043d\u0435 \u0441\u0442\u0435\u0441\u043d\u044f\u0439\u0442\u0435\u0441\u044c \u043e\u0431\u0440\u0430\u0449\u0430\u0442\u044c\u0441\u044f \u043f\u043e \u0430\u0434\u0440\u0435\u0441\u0443 robosats@protonmail.com (\u0438\u043b\u0438 \u0447\u0435\u0440\u0435\u0437 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0439 \u0412\u0430\u043c\u0438 \u043e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u044b\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 \u0441\u0432\u044f\u0437\u0438).", + "You have lost the dispute": "\u0412\u044b \u043f\u0440\u043e\u0438\u0433\u0440\u0430\u043b\u0438 \u0434\u0438\u0441\u043f\u0443\u0442", + "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "\u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u0412\u044b \u043f\u0440\u043e\u0438\u0433\u0440\u0430\u043b\u0438 \u0434\u0438\u0441\u043f\u0443\u0442. \u0415\u0441\u043b\u0438 \u0412\u044b \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0435, \u0447\u0442\u043e \u044d\u0442\u043e \u043e\u0448\u0438\u0431\u043a\u0430, \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043f\u0440\u043e\u0441\u0438\u0442\u044c \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0434\u0438\u0441\u043f\u0443\u0442 \u043f\u043e \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u0435 robosats@protonmail.com. \u041e\u0434\u043d\u0430\u043a\u043e \u0448\u0430\u043d\u0441\u044b \u043d\u0430 \u0442\u043e, \u0447\u0442\u043e \u0434\u0438\u0441\u043f\u0443\u0442 \u0431\u0443\u0434\u0435\u0442 \u0440\u0430\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d \u0441\u043d\u043e\u0432\u0430, \u043d\u0435\u0432\u0435\u043b\u0438\u043a\u0438.", + "Expired not taken": "\u041f\u0440\u043e\u0441\u0440\u043e\u0447\u0435\u043d \u043d\u0435 \u0432\u0437\u044f\u0442", + "Maker bond not locked": "\u0417\u0430\u043b\u043e\u0433 \u043c\u0435\u0439\u043a\u0435\u0440\u0430 \u043d\u0435 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d", + "Escrow not locked": "\u042d\u0441\u043a\u0440\u043e\u0443 \u043d\u0435 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d", + "Invoice not submitted": "\u0418\u043d\u0432\u043e\u0439\u0441 \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d", + "Neither escrow locked or invoice submitted": "\u042d\u0441\u043a\u0440\u043e\u0443 \u043d\u0435 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d \u0438 \u0438\u043d\u0432\u043e\u0439\u0441 \u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d", + "Renew Order": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043e\u0440\u0434\u0435\u0440", + "Pause the public order": "\u041f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0439 \u043e\u0440\u0434\u0435\u0440", + "Your order is paused": "\u0412\u0430\u0448 \u043e\u0440\u0434\u0435\u0440 \u043f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d", + "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "\u0412\u0430\u0448 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0439 \u043e\u0440\u0434\u0435\u0440 \u043f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d. \u0412 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u0435\u0433\u043e \u043d\u0435 \u043c\u043e\u0433\u0443\u0442 \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u0438\u043b\u0438 \u043f\u0440\u0438\u043d\u044f\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0435 \u0440\u043e\u0431\u043e\u0442\u044b. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0435\u0433\u043e \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f.", + "Unpause Order": "\u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043e\u0440\u0434\u0435\u0440", + "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "\u0412\u044b \u0440\u0438\u0441\u043a\u0443\u0435\u0442\u0435 \u043f\u043e\u0442\u0435\u0440\u044f\u0442\u044c \u0437\u0430\u043b\u043e\u0433, \u0435\u0441\u043b\u0438 \u043d\u0435 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0435\u0442\u0435 \u0434\u0435\u043f\u043e\u0437\u0438\u0442. \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 {{deposit_timer_hours}}\u0447 {{deposit_timer_minutes}}\u043c.", + "See Compatible Wallets": "\u0421\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0421\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u044b\u0435 \u041a\u043e\u0448\u0435\u043b\u044c\u043a\u0438", + "Failure reason:": "\u041f\u0440\u0438\u0447\u0438\u043d\u0430 \u043d\u0435\u0443\u0434\u0430\u0447\u0438:", + "Payment isn't failed (yet)": "\u041f\u043b\u0430\u0442\u0435\u0436 \u043d\u0435 \u043f\u0440\u043e\u0432\u0430\u043b\u0435\u043d (\u043f\u043e\u043a\u0430)", + "There are more routes to try, but the payment timeout was exceeded.": "\u0415\u0441\u0442\u044c \u0435\u0449\u0451 \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c, \u043d\u043e \u043f\u0440\u0435\u0432\u044b\u0448\u0435\u043d\u043e \u0432\u0440\u0435\u043c\u044f \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u043f\u043b\u0430\u0442\u0435\u0436\u0430.", + "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "\u0412\u0441\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u044b \u0431\u044b\u043b\u0438 \u0438\u0441\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u043d\u044b \u0438 \u043d\u0435 \u0443\u0434\u0430\u043b\u0438\u0441\u044c. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u0447\u0442\u043e \u043a \u043c\u0435\u0441\u0442\u0443 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0432\u043e\u043e\u0431\u0449\u0435 \u043d\u0435 \u0431\u044b\u043b\u043e \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u043e\u0432.", + "A non-recoverable error has occurred.": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043d\u0435\u0438\u0441\u043f\u0440\u0430\u0432\u0438\u043c\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430.", + "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "\u041f\u043b\u0430\u0442\u0435\u0436\u043d\u044b\u0435 \u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u044b \u043d\u0435\u0432\u0435\u0440\u043d\u044b (\u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0439 \u0445\u044d\u0448, \u043d\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u0438\u043b\u0438 \u043d\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u043e\u043a\u043e\u043d\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0434\u0435\u043b\u044c\u0442\u0430 CLTV ).", + "Insufficient unlocked balance in RoboSats' node.": "\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0440\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u0431\u0430\u043b\u0430\u043d\u0441\u0430 \u043d\u0430 \u043d\u043e\u0434\u0435 RoboSats.", + "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0439 \u0438\u043d\u0432\u043e\u0439\u0441 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043e\u0440\u043e\u0433\u0438\u0435 \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438 \u0434\u043b\u044f \u0440\u0430\u0443\u0442\u0438\u043d\u0433\u0430, \u0412\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 \u043d\u0435\u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u044b\u0439 \u043a\u043e\u0448\u0435\u043b\u0435\u043a (\u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e, Muun?). \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0440\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0441\u0442\u0438 \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0430 \u043d\u0430 wallets.robosats.com", + "The invoice provided has no explicit amount": "\u0412 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u043c \u0441\u0447\u0435\u0442\u0435 \u043d\u0435\u0442 \u0442\u043e\u0447\u043d\u043e\u0439 \u0441\u0443\u043c\u043c\u044b", + "Does not look like a valid lightning invoice": "\u041d\u0435 \u043f\u043e\u0445\u043e\u0436\u0435 \u043d\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 Lightning \u0438\u043d\u0432\u043e\u0439\u0441", + "The invoice provided has already expired": "\u0421\u0440\u043e\u043a \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0438\u043d\u0432\u043e\u0439\u0441\u0430 \u0443\u0436\u0435 \u0438\u0441\u0442\u0451\u043a", + "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "\u041e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u042d\u041a\u0421\u041f\u041e\u0420\u0422\u0418\u0420\u0423\u0419\u0422\u0415 \u0436\u0443\u0440\u043d\u0430\u043b \u0447\u0430\u0442\u0430. \u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u044c \u0412\u0430\u0448 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0436\u0443\u0440\u043d\u0430\u043b \u0447\u0430\u0442\u0430 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 JSON \u0434\u043b\u044f \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043d\u0435\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0439. \u0412\u044b \u043d\u0435\u0441\u0451\u0442\u0435 \u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u0437\u0430 \u0435\u0433\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435.", + "Invalid address": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441", + "Unable to validate address, check bitcoind backend": "\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441, \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0431\u044d\u043a\u044d\u043d\u0434 \u0431\u0438\u0442\u043a\u043e\u0439\u043d\u0430", + "Submit payout info for {{amountSats}} Sats": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0432\u044b\u043f\u043b\u0430\u0442\u0435 \u043d\u0430 {{amountSats}} \u0421\u0430\u0442\u043e\u0448\u0438", + "Submit a valid invoice for {{amountSats}} Satoshis.": "\u041e\u0442\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0438\u043d\u0432\u043e\u0439\u0441 \u043d\u0430 {{amountSats}} \u0421\u0430\u0442\u043e\u0448\u0438.", + "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "\u041f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u0412\u0430\u043c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c {{amountFiat}} {{currencyCode}}, \u043c\u044b \u0445\u043e\u0442\u0438\u043c \u0443\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c BTC.", + "RoboSats will do a swap and send the Sats to your onchain address.": "RoboSats \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0451\u0442 \u0441\u0432\u043e\u043f \u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442 \u0421\u0430\u0442\u043e\u0448\u0438 \u043d\u0430 \u0412\u0430\u0448 \u043e\u043d\u0447\u0435\u0439\u043d \u0430\u0434\u0440\u0435\u0441.", + "Swap fee": "\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u0437\u0430 \u0441\u0432\u043e\u043f", + "Mining fee": "\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u043c\u0430\u0439\u043d\u0435\u0440\u0430\u043c", + "Mining Fee": "\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u041c\u0430\u0439\u043d\u0435\u0440\u0430\u043c", + "Final amount you will receive": "\u041e\u043a\u043e\u043d\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0441\u0443\u043c\u043c\u0430, \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0412\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435", + "Bitcoin Address": "\u0411\u0438\u0442\u043a\u043e\u0439\u043d \u0410\u0434\u0440\u0435\u0441", + "Your TXID": "\u0412\u0430\u0448 TXID", + "Lightning": "\u041b\u0430\u0439\u0442\u043d\u0438\u043d\u0433", + "Onchain": "\u041e\u043d\u0447\u0435\u0439\u043d", + "open_dispute": "\u0414\u043b\u044f \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f \u0434\u0438\u0441\u043f\u0443\u0442\u0430 \u043d\u0443\u0436\u043d\u043e \u043f\u043e\u0434\u043e\u0436\u0434\u0430\u0442\u044c <1><1/>", + "Trade Summary": "\u0421\u0432\u043e\u0434\u043a\u0430 \u0421\u0434\u0435\u043b\u043a\u0438", + "Maker": "\u041c\u0435\u0439\u043a\u0435\u0440", + "Taker": "\u0422\u0435\u0439\u043a\u0435\u0440", + "User role": "\u0420\u043e\u043b\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f", + "Sent": "\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e", + "Received": "\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043e", + "BTC received": "BTC \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043e", + "BTC sent": "BTC \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e", + "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} \u0421\u0430\u0442\u043e\u0448\u0438 ({{tradeFeePercent}}%)", + "Trade fee": "\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u0441\u0434\u0435\u043b\u043a\u0438", + "{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} \u0421\u0430\u0442\u043e\u0448\u0438 ({{swapFeePercent}}%)", + "Onchain swap fee": "\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u0437\u0430 \u043e\u043d\u0447\u0439\u043d \u0441\u0432\u043e\u043f", + "{{miningFeeSats}} Sats": "{{miningFeeSats}} \u0421\u0430\u0442\u043e\u0448\u0438", + "{{bondSats}} Sats ({{bondPercent}}%)": "{{bondSats}} \u0421\u0430\u0442\u043e\u0448\u0438 ({{bondPercent}}%)", + "Maker bond": "\u0417\u0430\u043b\u043e\u0433 \u043c\u0435\u0439\u043a\u0435\u0440\u0430", + "Taker bond": "\u0417\u0430\u043b\u043e\u0433 \u0442\u0435\u0439\u043a\u0435\u0440\u0430", + "Unlocked": "\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043e", + "{{revenueSats}} Sats": "{{revenueSats}} \u0421\u0430\u0442\u043e\u0448\u0438", + "Platform trade revenue": "\u0414\u043e\u0445\u043e\u0434 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u043e\u0442 \u0442\u043e\u0440\u0433\u043e\u0432\u043b\u0438", + "{{routingFeeSats}} MiliSats": "{{routingFeeSats}} \u041c\u0438\u043b\u0438\u0421\u0430\u0442\u043e\u0448\u0438", + "Platform covered routing fee": "\u041f\u043b\u0430\u0442\u0430 \u0437\u0430 \u0440\u0430\u0443\u0442\u0438\u043d\u0433, \u043f\u043e\u043a\u0440\u044b\u0432\u0430\u0435\u043c\u0430\u044f \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u043e\u0439", + "Timestamp": "\u0412\u0440\u0435\u043c\u0435\u043d\u043d\u0430\u044f \u043c\u0435\u0442\u043a\u0430", + "Completed in": "\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e \u0437\u0430", + "Contract exchange rate": "\u041a\u0443\u0440\u0441 \u043e\u0431\u043c\u0435\u043d\u0430 \u043a\u043e\u043d\u0442\u0440\u0430\u043a\u0442\u0430", "INFO DIALOG - InfoDiagog.js": "App information and clarifications and terms of use", - "Close": "Закрыть", - "What is RoboSats?": "Что такое RoboSats?", - "It is a BTC/FIAT peer-to-peer exchange over lightning.": "Это P2P обмен BTC/Фиат через Lightning.", - "RoboSats is an open source project ": "RoboSats — это проект с открытым исходным кодом.", - "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "Он упрощает поиск партнёров и сводит к минимуму потребность в доверии. RoboSats фокусируется на конфиденциальности и скорости.", + "Close": "\u0417\u0430\u043a\u0440\u044b\u0442\u044c", + "What is RoboSats?": "\u0427\u0442\u043e \u0442\u0430\u043a\u043e\u0435 RoboSats?", + "It is a BTC/FIAT peer-to-peer exchange over lightning.": "\u042d\u0442\u043e P2P \u043e\u0431\u043c\u0435\u043d BTC/\u0424\u0438\u0430\u0442 \u0447\u0435\u0440\u0435\u0437 Lightning.", + "RoboSats is an open source project ": "RoboSats \u2014 \u044d\u0442\u043e \u043f\u0440\u043e\u0435\u043a\u0442 \u0441 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u043c \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u043c \u043a\u043e\u0434\u043e\u043c.", + "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "\u041e\u043d \u0443\u043f\u0440\u043e\u0449\u0430\u0435\u0442 \u043f\u043e\u0438\u0441\u043a \u043f\u0430\u0440\u0442\u043d\u0451\u0440\u043e\u0432 \u0438 \u0441\u0432\u043e\u0434\u0438\u0442 \u043a \u043c\u0438\u043d\u0438\u043c\u0443\u043c\u0443 \u043f\u043e\u0442\u0440\u0435\u0431\u043d\u043e\u0441\u0442\u044c \u0432 \u0434\u043e\u0432\u0435\u0440\u0438\u0438. RoboSats \u0444\u043e\u043a\u0443\u0441\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043d\u0430 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u0438 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438.", "(GitHub).": "(GitHub).", - "How does it work?": "Как это работает?", - "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "Алиса01 хочет продать Биткойн. Она размещает ордер на продажу. Боб02 хочет купить Биткойн и принимает ордер Алисы. Оба должны разместить небольшой залог, используя Lightning, чтобы доказать, что они настоящие роботы. Затем Алиса размещает депозит, также используя Lightning холд инвойс. RoboSats блокирует инвойс до тех пор, пока Алиса не подтвердит, что она получила фиат, затем Сатоши передаются Бобу. Наслаждайся своими Сатоши, Боб!", - "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "Алиса01 и Боб02 не доверяют Биткойн средства друг другу ни на каком из этапов сделки. В случае возникновения конфликта персонал RoboSats поможет разрешить диспут.", - "You can find a step-by-step description of the trade pipeline in ": "Вы можете найти пошаговое описание этапов сделки в ", - "How it works": "Как это работает", - "You can also check the full guide in ": "Вы также можете ознакомиться с полным руководством в ", - "How to use": "Как использовать", - "What payment methods are accepted?": "Какие способы оплаты принимаются?", - "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Все, если они быстрые. Вы можете записать свой предпочитаемый способ(ы) оплаты. Ваш метод оплаты должен совпасть с методом оплаты Вашего партнёра. Этап по обмену фиатной валюты составляет 24 часа, перед тем как автоматически откроется диспут. Мы настоятельно рекомендуем использовать мгновенные фиатные платёжные системы.", - "Are there trade limits?": "Существуют ли ограничения торговли?", - "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "Максимальный размер одной сделки составляет {{maxAmount}} Сатоши, чтобы свести к минимуму сбои Lightning раутинга. Количество сделок в день не ограничено. Робот может иметь только один ордер за раз. Однако Вы можете использовать несколько роботов одновременно в разных браузерах (не забудьте сделать резервную копию токенов робота!).", - "Is RoboSats private?": "Является ли RoboSats конфиденциальным?", - "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats никогда не спросит Ваше имя, страну или идентификацию личности. RoboSats не хранит Ваши средства и не заботится о том, кто Вы. RoboSats не собирает и не хранит никаких личных данных. Для максимальной анонимности используйте браузер Tor и доступ к скрытому сервису .onion.", - "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "Ваш торговый партнёр — единственный, кто потенциально может узнать что-либо о Вас. Будьте краткими и лаконичными в чате. Избегайте предоставления второстепенной информации, кроме необходимой для платежа в фиатной валюте.", - "What are the risks?": "Каковы риски?", - "This is an experimental application, things could go wrong. Trade small amounts!": "Это экспериментальное приложение, что-то может пойти не так. Торгуйте небольшими суммами!", - "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "Продавец сталкивается с тем же риском возврата платежа, что и в случае с любым другим P2P сервисом. Paypal или кредитные карты не рекомендуются.", - "What is the trust model?": "Какова модель доверия?", - "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "Покупатель и продавец никогда не должны доверять друг другу. Некоторое доверие к RoboSats необходимо, поскольку соединение инвойса продавца с платежём покупателя не является атомным (пока). Кроме того, диспуты решаются персоналом RoboSats.", - "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "Для полной ясности. Требования к доверию сведены к минимуму. Тем не менее, есть ещё один способ как RoboSats может сбежать с Вашими Сатоши: не передать Сатоши покупателю. Можно утверждать, что такой шаг не в интересах RoboSats, поскольку вознаграждение не велико, но навсегда повредит репутации. Тем не менее, Вы должны призадуматься и торговать только небольшими суммами за раз. Для больших сумм используйте ончейн эскроу сервис, такой как Bisq.", - "You can build more trust on RoboSats by inspecting the source code.": "Вы можете повысить доверие к RoboSats, проверив исходный код.", - "Project source code": "Исходный код проекта", - "What happens if RoboSats suddenly disappears?": "Что произойдёт, если RoboSats внезапно исчезнет?", - "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "Ваши Сатоши вернутся к Вам. Любой неоплаченный инвойс будет автоматически возвращён, даже если RoboSats выйдет из строя навсегда. Это верно как для заблокированных залогов, так и для эскроу. Однако, есть небольшой промежуток времени между тем как продавец подтверждает ПОЛУЧЕНИЕ ФИАТА и тем как покупатель получает Cатоши, когда средства могут быть безвозвратно потеряны если RoboSats исчезнет. Это окно длится около 1ой секунды. Убедитесь, что у Вас достаточно входящей ликвидности, чтобы избежать сбоев раутинга. Если у Вас есть какие-либо проблемы, обратитесь к нам через публичные каналы RoboSats.", - "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "Во многих странах использование RoboSats не отличается от использования Ebay или Craiglist. Ваше законодательство может отличаться. Вы обязаны его соблюдать.", - "Is RoboSats legal in my country?": "Легален ли RoboSats в моей стране?", - "Disclaimer": "Дисклеймер", - "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Это приложение Lightning предоставляется как есть. Оно находится в активной разработке: торгуйте с максимальной осторожностью. Частной поддержки нет. Поддержка предлагается только по публичным каналам ", + "How does it work?": "\u041a\u0430\u043a \u044d\u0442\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442?", + "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "\u0410\u043b\u0438\u0441\u043001 \u0445\u043e\u0447\u0435\u0442 \u043f\u0440\u043e\u0434\u0430\u0442\u044c \u0411\u0438\u0442\u043a\u043e\u0439\u043d. \u041e\u043d\u0430 \u0440\u0430\u0437\u043c\u0435\u0449\u0430\u0435\u0442 \u043e\u0440\u0434\u0435\u0440 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0443. \u0411\u043e\u043102 \u0445\u043e\u0447\u0435\u0442 \u043a\u0443\u043f\u0438\u0442\u044c \u0411\u0438\u0442\u043a\u043e\u0439\u043d \u0438 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u0442 \u043e\u0440\u0434\u0435\u0440 \u0410\u043b\u0438\u0441\u044b. \u041e\u0431\u0430 \u0434\u043e\u043b\u0436\u043d\u044b \u0440\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u0437\u0430\u043b\u043e\u0433, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f Lightning, \u0447\u0442\u043e\u0431\u044b \u0434\u043e\u043a\u0430\u0437\u0430\u0442\u044c, \u0447\u0442\u043e \u043e\u043d\u0438 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0435 \u0440\u043e\u0431\u043e\u0442\u044b. \u0417\u0430\u0442\u0435\u043c \u0410\u043b\u0438\u0441\u0430 \u0440\u0430\u0437\u043c\u0435\u0449\u0430\u0435\u0442 \u0434\u0435\u043f\u043e\u0437\u0438\u0442, \u0442\u0430\u043a\u0436\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f Lightning \u0445\u043e\u043b\u0434 \u0438\u043d\u0432\u043e\u0439\u0441. RoboSats \u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0435\u0442 \u0438\u043d\u0432\u043e\u0439\u0441 \u0434\u043e \u0442\u0435\u0445 \u043f\u043e\u0440, \u043f\u043e\u043a\u0430 \u0410\u043b\u0438\u0441\u0430 \u043d\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442, \u0447\u0442\u043e \u043e\u043d\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0430 \u0444\u0438\u0430\u0442, \u0437\u0430\u0442\u0435\u043c \u0421\u0430\u0442\u043e\u0448\u0438 \u043f\u0435\u0440\u0435\u0434\u0430\u044e\u0442\u0441\u044f \u0411\u043e\u0431\u0443. \u041d\u0430\u0441\u043b\u0430\u0436\u0434\u0430\u0439\u0441\u044f \u0441\u0432\u043e\u0438\u043c\u0438 \u0421\u0430\u0442\u043e\u0448\u0438, \u0411\u043e\u0431!", + "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "\u0410\u043b\u0438\u0441\u043001 \u0438 \u0411\u043e\u043102 \u043d\u0435 \u0434\u043e\u0432\u0435\u0440\u044f\u044e\u0442 \u0411\u0438\u0442\u043a\u043e\u0439\u043d \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u0434\u0440\u0443\u0433 \u0434\u0440\u0443\u0433\u0443 \u043d\u0438 \u043d\u0430 \u043a\u0430\u043a\u043e\u043c \u0438\u0437 \u044d\u0442\u0430\u043f\u043e\u0432 \u0441\u0434\u0435\u043b\u043a\u0438. \u0412 \u0441\u043b\u0443\u0447\u0430\u0435 \u0432\u043e\u0437\u043d\u0438\u043a\u043d\u043e\u0432\u0435\u043d\u0438\u044f \u043a\u043e\u043d\u0444\u043b\u0438\u043a\u0442\u0430 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b RoboSats \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0434\u0438\u0441\u043f\u0443\u0442.", + "You can find a step-by-step description of the trade pipeline in ": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0439\u0442\u0438 \u043f\u043e\u0448\u0430\u0433\u043e\u0432\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u044d\u0442\u0430\u043f\u043e\u0432 \u0441\u0434\u0435\u043b\u043a\u0438 \u0432 ", + "How it works": "\u041a\u0430\u043a \u044d\u0442\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442", + "You can also check the full guide in ": "\u0412\u044b \u0442\u0430\u043a\u0436\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0437\u043d\u0430\u043a\u043e\u043c\u0438\u0442\u044c\u0441\u044f \u0441 \u043f\u043e\u043b\u043d\u044b\u043c \u0440\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e\u043c \u0432 ", + "How to use": "\u041a\u0430\u043a \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c", + "What payment methods are accepted?": "\u041a\u0430\u043a\u0438\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u043e\u043f\u043b\u0430\u0442\u044b \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e\u0442\u0441\u044f?", + "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "\u0412\u0441\u0435, \u0435\u0441\u043b\u0438 \u043e\u043d\u0438 \u0431\u044b\u0441\u0442\u0440\u044b\u0435. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0441\u0432\u043e\u0439 \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0435\u043c\u044b\u0439 \u0441\u043f\u043e\u0441\u043e\u0431(\u044b) \u043e\u043f\u043b\u0430\u0442\u044b. \u0412\u0430\u0448 \u043c\u0435\u0442\u043e\u0434 \u043e\u043f\u043b\u0430\u0442\u044b \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0432\u043f\u0430\u0441\u0442\u044c \u0441 \u043c\u0435\u0442\u043e\u0434\u043e\u043c \u043e\u043f\u043b\u0430\u0442\u044b \u0412\u0430\u0448\u0435\u0433\u043e \u043f\u0430\u0440\u0442\u043d\u0451\u0440\u0430. \u042d\u0442\u0430\u043f \u043f\u043e \u043e\u0431\u043c\u0435\u043d\u0443 \u0444\u0438\u0430\u0442\u043d\u043e\u0439 \u0432\u0430\u043b\u044e\u0442\u044b \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 24 \u0447\u0430\u0441\u0430, \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c \u043a\u0430\u043a \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043e\u0442\u043a\u0440\u043e\u0435\u0442\u0441\u044f \u0434\u0438\u0441\u043f\u0443\u0442. \u041c\u044b \u043d\u0430\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u043d\u043e \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043c\u0433\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435 \u0444\u0438\u0430\u0442\u043d\u044b\u0435 \u043f\u043b\u0430\u0442\u0451\u0436\u043d\u044b\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b.", + "Are there trade limits?": "\u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442 \u043b\u0438 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f \u0442\u043e\u0440\u0433\u043e\u0432\u043b\u0438?", + "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u043e\u0434\u043d\u043e\u0439 \u0441\u0434\u0435\u043b\u043a\u0438 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 {{maxAmount}} \u0421\u0430\u0442\u043e\u0448\u0438, \u0447\u0442\u043e\u0431\u044b \u0441\u0432\u0435\u0441\u0442\u0438 \u043a \u043c\u0438\u043d\u0438\u043c\u0443\u043c\u0443 \u0441\u0431\u043e\u0438 Lightning \u0440\u0430\u0443\u0442\u0438\u043d\u0433\u0430. \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0434\u0435\u043b\u043e\u043a \u0432 \u0434\u0435\u043d\u044c \u043d\u0435 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043e. \u0420\u043e\u0431\u043e\u0442 \u043c\u043e\u0436\u0435\u0442 \u0438\u043c\u0435\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u0438\u043d \u043e\u0440\u0434\u0435\u0440 \u0437\u0430 \u0440\u0430\u0437. \u041e\u0434\u043d\u0430\u043a\u043e \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0440\u043e\u0431\u043e\u0442\u043e\u0432 \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0432 \u0440\u0430\u0437\u043d\u044b\u0445 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u0445 (\u043d\u0435 \u0437\u0430\u0431\u0443\u0434\u044c\u0442\u0435 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u0443\u044e \u043a\u043e\u043f\u0438\u044e \u0442\u043e\u043a\u0435\u043d\u043e\u0432 \u0440\u043e\u0431\u043e\u0442\u0430!).", + "Is RoboSats private?": "\u042f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043b\u0438 RoboSats \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u043c?", + "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats \u043d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u0441\u043f\u0440\u043e\u0441\u0438\u0442 \u0412\u0430\u0448\u0435 \u0438\u043c\u044f, \u0441\u0442\u0440\u0430\u043d\u0443 \u0438\u043b\u0438 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044e \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438. RoboSats \u043d\u0435 \u0445\u0440\u0430\u043d\u0438\u0442 \u0412\u0430\u0448\u0438 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u0438 \u043d\u0435 \u0437\u0430\u0431\u043e\u0442\u0438\u0442\u0441\u044f \u043e \u0442\u043e\u043c, \u043a\u0442\u043e \u0412\u044b. RoboSats \u043d\u0435 \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442 \u0438 \u043d\u0435 \u0445\u0440\u0430\u043d\u0438\u0442 \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u043b\u0438\u0447\u043d\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445. \u0414\u043b\u044f \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0439 \u0430\u043d\u043e\u043d\u0438\u043c\u043d\u043e\u0441\u0442\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 Tor \u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0441\u043a\u0440\u044b\u0442\u043e\u043c\u0443 \u0441\u0435\u0440\u0432\u0438\u0441\u0443 .onion.", + "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "\u0412\u0430\u0448 \u0442\u043e\u0440\u0433\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u0442\u043d\u0451\u0440 \u2014 \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439, \u043a\u0442\u043e \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043c\u043e\u0436\u0435\u0442 \u0443\u0437\u043d\u0430\u0442\u044c \u0447\u0442\u043e-\u043b\u0438\u0431\u043e \u043e \u0412\u0430\u0441. \u0411\u0443\u0434\u044c\u0442\u0435 \u043a\u0440\u0430\u0442\u043a\u0438\u043c\u0438 \u0438 \u043b\u0430\u043a\u043e\u043d\u0438\u0447\u043d\u044b\u043c\u0438 \u0432 \u0447\u0430\u0442\u0435. \u0418\u0437\u0431\u0435\u0433\u0430\u0439\u0442\u0435 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0432\u0442\u043e\u0440\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438, \u043a\u0440\u043e\u043c\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0439 \u0434\u043b\u044f \u043f\u043b\u0430\u0442\u0435\u0436\u0430 \u0432 \u0444\u0438\u0430\u0442\u043d\u043e\u0439 \u0432\u0430\u043b\u044e\u0442\u0435.", + "What are the risks?": "\u041a\u0430\u043a\u043e\u0432\u044b \u0440\u0438\u0441\u043a\u0438?", + "This is an experimental application, things could go wrong. Trade small amounts!": "\u042d\u0442\u043e \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435, \u0447\u0442\u043e-\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0439\u0442\u0438 \u043d\u0435 \u0442\u0430\u043a. \u0422\u043e\u0440\u0433\u0443\u0439\u0442\u0435 \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u043c\u0438 \u0441\u0443\u043c\u043c\u0430\u043c\u0438!", + "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "\u041f\u0440\u043e\u0434\u0430\u0432\u0435\u0446 \u0441\u0442\u0430\u043b\u043a\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0441 \u0442\u0435\u043c \u0436\u0435 \u0440\u0438\u0441\u043a\u043e\u043c \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430 \u043f\u043b\u0430\u0442\u0435\u0436\u0430, \u0447\u0442\u043e \u0438 \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u0441 \u043b\u044e\u0431\u044b\u043c \u0434\u0440\u0443\u0433\u0438\u043c P2P \u0441\u0435\u0440\u0432\u0438\u0441\u043e\u043c. Paypal \u0438\u043b\u0438 \u043a\u0440\u0435\u0434\u0438\u0442\u043d\u044b\u0435 \u043a\u0430\u0440\u0442\u044b \u043d\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u044e\u0442\u0441\u044f.", + "What is the trust model?": "\u041a\u0430\u043a\u043e\u0432\u0430 \u043c\u043e\u0434\u0435\u043b\u044c \u0434\u043e\u0432\u0435\u0440\u0438\u044f?", + "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "\u041f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u044c \u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0435\u0446 \u043d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u0434\u043e\u043b\u0436\u043d\u044b \u0434\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u0434\u0440\u0443\u0433 \u0434\u0440\u0443\u0433\u0443. \u041d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0434\u043e\u0432\u0435\u0440\u0438\u0435 \u043a RoboSats \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0438\u043d\u0432\u043e\u0439\u0441\u0430 \u043f\u0440\u043e\u0434\u0430\u0432\u0446\u0430 \u0441 \u043f\u043b\u0430\u0442\u0435\u0436\u0451\u043c \u043f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u044f \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0430\u0442\u043e\u043c\u043d\u044b\u043c (\u043f\u043e\u043a\u0430). \u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \u0434\u0438\u0441\u043f\u0443\u0442\u044b \u0440\u0435\u0448\u0430\u044e\u0442\u0441\u044f \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u043e\u043c RoboSats.", + "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "\u0414\u043b\u044f \u043f\u043e\u043b\u043d\u043e\u0439 \u044f\u0441\u043d\u043e\u0441\u0442\u0438. \u0422\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u043a \u0434\u043e\u0432\u0435\u0440\u0438\u044e \u0441\u0432\u0435\u0434\u0435\u043d\u044b \u043a \u043c\u0438\u043d\u0438\u043c\u0443\u043c\u0443. \u0422\u0435\u043c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435, \u0435\u0441\u0442\u044c \u0435\u0449\u0451 \u043e\u0434\u0438\u043d \u0441\u043f\u043e\u0441\u043e\u0431 \u043a\u0430\u043a RoboSats \u043c\u043e\u0436\u0435\u0442 \u0441\u0431\u0435\u0436\u0430\u0442\u044c \u0441 \u0412\u0430\u0448\u0438\u043c\u0438 \u0421\u0430\u0442\u043e\u0448\u0438: \u043d\u0435 \u043f\u0435\u0440\u0435\u0434\u0430\u0442\u044c \u0421\u0430\u0442\u043e\u0448\u0438 \u043f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u044e. \u041c\u043e\u0436\u043d\u043e \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0442\u044c, \u0447\u0442\u043e \u0442\u0430\u043a\u043e\u0439 \u0448\u0430\u0433 \u043d\u0435 \u0432 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0430\u0445 RoboSats, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u0432\u043e\u0437\u043d\u0430\u0433\u0440\u0430\u0436\u0434\u0435\u043d\u0438\u0435 \u043d\u0435 \u0432\u0435\u043b\u0438\u043a\u043e, \u043d\u043e \u043d\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u043f\u043e\u0432\u0440\u0435\u0434\u0438\u0442 \u0440\u0435\u043f\u0443\u0442\u0430\u0446\u0438\u0438. \u0422\u0435\u043c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435, \u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u043f\u0440\u0438\u0437\u0430\u0434\u0443\u043c\u0430\u0442\u044c\u0441\u044f \u0438 \u0442\u043e\u0440\u0433\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u043c\u0438 \u0441\u0443\u043c\u043c\u0430\u043c\u0438 \u0437\u0430 \u0440\u0430\u0437. \u0414\u043b\u044f \u0431\u043e\u043b\u044c\u0448\u0438\u0445 \u0441\u0443\u043c\u043c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043e\u043d\u0447\u0435\u0439\u043d \u044d\u0441\u043a\u0440\u043e\u0443 \u0441\u0435\u0440\u0432\u0438\u0441, \u0442\u0430\u043a\u043e\u0439 \u043a\u0430\u043a Bisq.", + "You can build more trust on RoboSats by inspecting the source code.": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0432\u044b\u0441\u0438\u0442\u044c \u0434\u043e\u0432\u0435\u0440\u0438\u0435 \u043a RoboSats, \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0432 \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u043a\u043e\u0434.", + "Project source code": "\u0418\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u043a\u043e\u0434 \u043f\u0440\u043e\u0435\u043a\u0442\u0430", + "What happens if RoboSats suddenly disappears?": "\u0427\u0442\u043e \u043f\u0440\u043e\u0438\u0437\u043e\u0439\u0434\u0451\u0442, \u0435\u0441\u043b\u0438 RoboSats \u0432\u043d\u0435\u0437\u0430\u043f\u043d\u043e \u0438\u0441\u0447\u0435\u0437\u043d\u0435\u0442?", + "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "\u0412\u0430\u0448\u0438 \u0421\u0430\u0442\u043e\u0448\u0438 \u0432\u0435\u0440\u043d\u0443\u0442\u0441\u044f \u043a \u0412\u0430\u043c. \u041b\u044e\u0431\u043e\u0439 \u043d\u0435\u043e\u043f\u043b\u0430\u0447\u0435\u043d\u043d\u044b\u0439 \u0438\u043d\u0432\u043e\u0439\u0441 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0451\u043d, \u0434\u0430\u0436\u0435 \u0435\u0441\u043b\u0438 RoboSats \u0432\u044b\u0439\u0434\u0435\u0442 \u0438\u0437 \u0441\u0442\u0440\u043e\u044f \u043d\u0430\u0432\u0441\u0435\u0433\u0434\u0430. \u042d\u0442\u043e \u0432\u0435\u0440\u043d\u043e \u043a\u0430\u043a \u0434\u043b\u044f \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0437\u0430\u043b\u043e\u0433\u043e\u0432, \u0442\u0430\u043a \u0438 \u0434\u043b\u044f \u044d\u0441\u043a\u0440\u043e\u0443. \u041e\u0434\u043d\u0430\u043a\u043e, \u0435\u0441\u0442\u044c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u043a \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043c\u0435\u0436\u0434\u0443 \u0442\u0435\u043c \u043a\u0430\u043a \u043f\u0440\u043e\u0434\u0430\u0432\u0435\u0446 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0435\u0442 \u041f\u041e\u041b\u0423\u0427\u0415\u041d\u0418\u0415 \u0424\u0418\u0410\u0422\u0410 \u0438 \u0442\u0435\u043c \u043a\u0430\u043a \u043f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u044c \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442 C\u0430\u0442\u043e\u0448\u0438, \u043a\u043e\u0433\u0434\u0430 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0431\u0435\u0437\u0432\u043e\u0437\u0432\u0440\u0430\u0442\u043d\u043e \u043f\u043e\u0442\u0435\u0440\u044f\u043d\u044b \u0435\u0441\u043b\u0438 RoboSats \u0438\u0441\u0447\u0435\u0437\u043d\u0435\u0442. \u042d\u0442\u043e \u043e\u043a\u043d\u043e \u0434\u043b\u0438\u0442\u0441\u044f \u043e\u043a\u043e\u043b\u043e 1\u043e\u0439 \u0441\u0435\u043a\u0443\u043d\u0434\u044b. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0443 \u0412\u0430\u0441 \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0432\u0445\u043e\u0434\u044f\u0449\u0435\u0439 \u043b\u0438\u043a\u0432\u0438\u0434\u043d\u043e\u0441\u0442\u0438, \u0447\u0442\u043e\u0431\u044b \u0438\u0437\u0431\u0435\u0436\u0430\u0442\u044c \u0441\u0431\u043e\u0435\u0432 \u0440\u0430\u0443\u0442\u0438\u043d\u0433\u0430. \u0415\u0441\u043b\u0438 \u0443 \u0412\u0430\u0441 \u0435\u0441\u0442\u044c \u043a\u0430\u043a\u0438\u0435-\u043b\u0438\u0431\u043e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b, \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u043d\u0430\u043c \u0447\u0435\u0440\u0435\u0437 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0435 \u043a\u0430\u043d\u0430\u043b\u044b RoboSats.", + "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "\u0412\u043e \u043c\u043d\u043e\u0433\u0438\u0445 \u0441\u0442\u0440\u0430\u043d\u0430\u0445 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 RoboSats \u043d\u0435 \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f \u043e\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f Ebay \u0438\u043b\u0438 Craiglist. \u0412\u0430\u0448\u0435 \u0437\u0430\u043a\u043e\u043d\u043e\u0434\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e \u043c\u043e\u0436\u0435\u0442 \u043e\u0442\u043b\u0438\u0447\u0430\u0442\u044c\u0441\u044f. \u0412\u044b \u043e\u0431\u044f\u0437\u0430\u043d\u044b \u0435\u0433\u043e \u0441\u043e\u0431\u043b\u044e\u0434\u0430\u0442\u044c.", + "Is RoboSats legal in my country?": "\u041b\u0435\u0433\u0430\u043b\u0435\u043d \u043b\u0438 RoboSats \u0432 \u043c\u043e\u0435\u0439 \u0441\u0442\u0440\u0430\u043d\u0435?", + "Disclaimer": "\u0414\u0438\u0441\u043a\u043b\u0435\u0439\u043c\u0435\u0440", + "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "\u042d\u0442\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 Lightning \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043a\u0430\u043a \u0435\u0441\u0442\u044c. \u041e\u043d\u043e \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0439 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0435: \u0442\u043e\u0440\u0433\u0443\u0439\u0442\u0435 \u0441 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0439 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e\u0441\u0442\u044c\u044e. \u0427\u0430\u0441\u0442\u043d\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 \u043d\u0435\u0442. \u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u043e \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u043c \u043a\u0430\u043d\u0430\u043b\u0430\u043c ", "(Telegram)": "(Telegram)", - ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats никогда не будет связыватся с Вами первым. RoboSats никогда не попросит Ваш токен робота." + ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats \u043d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0441\u0432\u044f\u0437\u044b\u0432\u0430\u0442\u0441\u044f \u0441 \u0412\u0430\u043c\u0438 \u043f\u0435\u0440\u0432\u044b\u043c. RoboSats \u043d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u043f\u043e\u043f\u0440\u043e\u0441\u0438\u0442 \u0412\u0430\u0448 \u0442\u043e\u043a\u0435\u043d \u0440\u043e\u0431\u043e\u0442\u0430." } diff --git a/frontend/static/locales/sv.json b/frontend/static/locales/sv.json index 62cea9df..bd9f4d90 100644 --- a/frontend/static/locales/sv.json +++ b/frontend/static/locales/sv.json @@ -1,84 +1,81 @@ { "UNSAFE ALERT - UnsafeAlert.js": "Alert that shows on top when browsing from the unsafe clearnet sites", - "You are not using RoboSats privately": "Du använder inte RoboSats anonymt", - "desktop_unsafe_alert": "Vissa funktioner är inaktiverade för din säkerhet (t.ex. chatten) och du kommer inte att kunna slutföra en trade utan dom. Använd <1>Tor Browser och besök <3>Onion-siten för att skydda din integritet och använda RoboSats till fullo.", - "phone_unsafe_alert": "Du kommer inte att kunna slutföra en trade. Använd <1>Tor Browser och besök <3>Onion-siten.", - "Hide": "Göm", - + "You are not using RoboSats privately": "Du anv\u00e4nder inte RoboSats anonymt", + "desktop_unsafe_alert": "Vissa funktioner \u00e4r inaktiverade f\u00f6r din s\u00e4kerhet (t.ex. chatten) och du kommer inte att kunna slutf\u00f6ra en trade utan dom. Anv\u00e4nd <1>Tor Browser och bes\u00f6k <3>Onion-siten f\u00f6r att skydda din integritet och anv\u00e4nda RoboSats till fullo.", + "phone_unsafe_alert": "Du kommer inte att kunna slutf\u00f6ra en trade. Anv\u00e4nd <1>Tor Browser och bes\u00f6k <3>Onion-siten.", + "Hide": "G\u00f6m", "USER GENERATION PAGE - UserGenPage.js": "Landing Page and User Generation", - "Simple and Private LN P2P Exchange": "Lättanvänd och anonym LN P2P-handelsplattform", - "This is your trading avatar": "Detta är din tradingavatar", - "Store your token safely": "Spara din token säkert", - "A robot avatar was found, welcome back!": "En robotavatar hittades, välkommen tillbaka!", + "Simple and Private LN P2P Exchange": "L\u00e4ttanv\u00e4nd och anonym LN P2P-handelsplattform", + "This is your trading avatar": "Detta \u00e4r din tradingavatar", + "Store your token safely": "Spara din token s\u00e4kert", + "A robot avatar was found, welcome back!": "En robotavatar hittades, v\u00e4lkommen tillbaka!", "Copied!": "Kopierat!", "Generate a new token": "Generera en ny token", "Generate Robot": "Generera Robot", - "You must enter a new token first": "Du måste först ange en ny token", + "You must enter a new token first": "Du m\u00e5ste f\u00f6rst ange en ny token", "Make Order": "Skapa order", "Info": "Info", "View Book": "Visa orderbok", "Learn RoboSats": "Learn RoboSats", - "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Du är på på väg att besöka Learn RoboSats. Där finns guider och dokumentation som hjälper dig att använda RoboSats och förstå hur det fungerar.", - "Let's go!": "Besök", + "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "Du \u00e4r p\u00e5 p\u00e5 v\u00e4g att bes\u00f6ka Learn RoboSats. D\u00e4r finns guider och dokumentation som hj\u00e4lper dig att anv\u00e4nda RoboSats och f\u00f6rst\u00e5 hur det fungerar.", + "Let's go!": "Bes\u00f6k", "Save token and PGP credentials to file": "Spara token och PGP-uppgifter till fil", - "MAKER PAGE - MakerPage.js": "This is the page where users can create new orders", "Order": "Order", "Customize": "Konfigurera", - "Buy or Sell Bitcoin?": "Köpa eller sälja bitcoin?", - "Buy": "Köpa", - "Sell": "Sälja", + "Buy or Sell Bitcoin?": "K\u00f6pa eller s\u00e4lja bitcoin?", + "Buy": "K\u00f6pa", + "Sell": "S\u00e4lja", "Amount": "Summa", - "Amount of fiat to exchange for bitcoin": "Summa fiat att växla till bitcoin", + "Amount of fiat to exchange for bitcoin": "Summa fiat att v\u00e4xla till bitcoin", "Invalid": "Ogiltig", - "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "Välj dina föredragna betalningsmetoder för fiat. Snabba metoder rekommenderas.", - "Must be shorter than 65 characters": "Måste vara kortare än 65 tecken", + "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "V\u00e4lj dina f\u00f6redragna betalningsmetoder f\u00f6r fiat. Snabba metoder rekommenderas.", + "Must be shorter than 65 characters": "M\u00e5ste vara kortare \u00e4n 65 tecken", "Swap Destination(s)": "Byt destination(er)", "Fiat Payment Method(s)": "Betalningmetod(er) med fiat", - "You can add any method": "Du kan lägga till vilken metod som helst", - "Add New": "Lägg till ny", - "Choose a Pricing Method": "Välj en prissättningsmetod", + "You can add any method": "Du kan l\u00e4gga till vilken metod som helst", + "Add New": "L\u00e4gg till ny", + "Choose a Pricing Method": "V\u00e4lj en priss\u00e4ttningsmetod", "Relative": "Relativ", - "Let the price move with the market": "Låt priset följa marknaden", - "Premium over Market (%)": "Premium över marknaden (%)", + "Let the price move with the market": "L\u00e5t priset f\u00f6lja marknaden", + "Premium over Market (%)": "Premium \u00f6ver marknaden (%)", "Explicit": "Fast", "Set a fix amount of satoshis": "Ange en fast summa sats", "Satoshis": "Sats", "Fixed price: ": "Fast pris: ", "Order current rate:": "Aktuell kurs: ", - "Your order fixed exchange rate": "Din orders fasta växelkurs", - "Your order's current exchange rate. Rate will move with the market.": "Din orders nuvarande växelkurs. Kursen kommer att följa marknaden.", - "Let the taker chose an amount within the range": "Låt takern välja ett belopp inom detta spann", + "Your order fixed exchange rate": "Din orders fasta v\u00e4xelkurs", + "Your order's current exchange rate. Rate will move with the market.": "Din orders nuvarande v\u00e4xelkurs. Kursen kommer att f\u00f6lja marknaden.", + "Let the taker chose an amount within the range": "L\u00e5t takern v\u00e4lja ett belopp inom detta spann", "Enable Amount Range": "Aktivera beloppsspann", - "From": "Från", + "From": "Fr\u00e5n", "to": "till", - "Expiry Timers": "Förfallotimers", + "Expiry Timers": "F\u00f6rfallotimers", "Public Duration (HH:mm)": "Publikt tidsspann (HH:mm)", "Escrow Deposit Time-Out (HH:mm)": "Depositionstimeout (HH:mm)", - "Set the skin-in-the-game, increase for higher safety assurance": "Ange skin-in-the-game, öka för högre säkerhet", - "Fidelity Bond Size": "Storlek på fidelity bond", + "Set the skin-in-the-game, increase for higher safety assurance": "Ange skin-in-the-game, \u00f6ka f\u00f6r h\u00f6gre s\u00e4kerhet", + "Fidelity Bond Size": "Storlek p\u00e5 fidelity bond", "Allow bondless takers": "Allow bondless takers", - "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "KOMMER SNART - Hög risk! Begränsat till {{limitSats}}K sats", - "You must fill the order correctly": "Du måste fylla ordern korrekt", + "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "KOMMER SNART - H\u00f6g risk! Begr\u00e4nsat till {{limitSats}}K sats", + "You must fill the order correctly": "Du m\u00e5ste fylla ordern korrekt", "Create Order": "Skapa order", "Back": "Tillbaka", - "Create an order for ": "Skapa en order för ", - "Create a BTC buy order for ": "Skapa en BTC-köporder för ", - "Create a BTC sell order for ": "Skapa en BTC-säljorder för ", - " of {{satoshis}} Satoshis": " för {{satoshis}} sats", + "Create an order for ": "Skapa en order f\u00f6r ", + "Create a BTC buy order for ": "Skapa en BTC-k\u00f6porder f\u00f6r ", + "Create a BTC sell order for ": "Skapa en BTC-s\u00e4ljorder f\u00f6r ", + " of {{satoshis}} Satoshis": " f\u00f6r {{satoshis}} sats", " at market price": " till marknadspris", - " at a {{premium}}% premium": " med en premium på {{premium}}%", - " at a {{discount}}% discount": " med en rabatt på {{discount}}%", - "Must be less than {{max}}%": "Måste vara mindre än {{max}}%", - "Must be more than {{min}}%": "Måste vara mer än {{min}}%", - "Must be less than {{maxSats}": "Måste vara mindre än {{maxSats}}", - "Must be more than {{minSats}}": "Måste vara mer än {{minSats}}", + " at a {{premium}}% premium": " med en premium p\u00e5 {{premium}}%", + " at a {{discount}}% discount": " med en rabatt p\u00e5 {{discount}}%", + "Must be less than {{max}}%": "M\u00e5ste vara mindre \u00e4n {{max}}%", + "Must be more than {{min}}%": "M\u00e5ste vara mer \u00e4n {{min}}%", + "Must be less than {{maxSats}": "M\u00e5ste vara mindre \u00e4n {{maxSats}}", + "Must be more than {{minSats}}": "M\u00e5ste vara mer \u00e4n {{minSats}}", "Store your robot token": "Spara din robottoken", - "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "Du kan behöva återställa din robotavatar i framtiden; förvara den säkert. Du kan kopiera den till en annan applikation.", + "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "Du kan beh\u00f6va \u00e5terst\u00e4lla din robotavatar i framtiden; f\u00f6rvara den s\u00e4kert. Du kan kopiera den till en annan applikation.", "Done": "Klar", "You do not have a robot avatar": "Du har ingen robotavatar", - "You need to generate a robot avatar in order to become an order maker": "Du måste generera en robotavatar för att kunna skapa ordrar", - + "You need to generate a robot avatar in order to become an order maker": "Du m\u00e5ste generera en robotavatar f\u00f6r att kunna skapa ordrar", "PAYMENT METHODS - autocompletePayments.js": "Payment method strings", "not specified": "Ej specificerat", "Instant SEPA": "Instant SEPA", @@ -86,46 +83,44 @@ "Google Play Gift Code": "Google Play-presentkod", "Cash F2F": "Kontanter F2F", "On-Chain BTC": "On-Chain BTC", - "BOOK PAGE - BookPage.js": "The Book Order page", - "Seller": "Säljare", - "Buyer": "Köpare", + "Seller": "S\u00e4ljare", + "Buyer": "K\u00f6pare", "I want to": "Jag vill", - "Select Order Type": "Välj ordertyp", + "Select Order Type": "V\u00e4lj ordertyp", "ANY": "ALLA", - "BUY": "Köp", - "SELL": "Sälj", + "BUY": "K\u00f6p", + "SELL": "S\u00e4lj", "and receive": "och ta emot", "and pay with": "och betala med", - "and use": "och använda", - "Select Payment Currency": "Välj betalningsvaluta", + "and use": "och anv\u00e4nda", + "Select Payment Currency": "V\u00e4lj betalningsvaluta", "Robot": "Robot", - "Is": "Är", + "Is": "\u00c4r", "Currency": "Valuta", "Payment Method": "Betalningsmetod", "Pay": "Betala", "Price": "Pris", "Premium": "Premium", - "You are SELLING BTC for {{currencyCode}}": "Du SÄLJER BTC för {{currencyCode}}", - "You are BUYING BTC for {{currencyCode}}": "Du KÖPER BTC för {{currencyCode}}", - "You are looking at all": "Du kollar på alla ordrar", - "No orders found to sell BTC for {{currencyCode}}": "Inga ordrar funna att sälja BTC för {{currencyCode}}", - "No orders found to buy BTC for {{currencyCode}}": "Inga ordrar funna att köpa BTC för {{currencyCode}}", + "You are SELLING BTC for {{currencyCode}}": "Du S\u00c4LJER BTC f\u00f6r {{currencyCode}}", + "You are BUYING BTC for {{currencyCode}}": "Du K\u00d6PER BTC f\u00f6r {{currencyCode}}", + "You are looking at all": "Du kollar p\u00e5 alla ordrar", + "No orders found to sell BTC for {{currencyCode}}": "Inga ordrar funna att s\u00e4lja BTC f\u00f6r {{currencyCode}}", + "No orders found to buy BTC for {{currencyCode}}": "Inga ordrar funna att k\u00f6pa BTC f\u00f6r {{currencyCode}}", "Filter has no results": "Filtret har inga resultat", - "Be the first one to create an order": "Bli den första som skapar en order", - + "Be the first one to create an order": "Bli den f\u00f6rsta som skapar en order", "BOTTOM BAR AND MISC - BottomBar.js": "Bottom Bar user profile and miscellaneous dialogs", - "Stats For Nerds": "Statistik för nördar", + "Stats For Nerds": "Statistik f\u00f6r n\u00f6rdar", "LND version": "LND-version", "Currently running commit hash": "Aktuell commithash", "24h contracted volume": "24h kontrakterad volym", "Lifetime contracted volume": "Total kontrakterad volym", "Made with": "Skapad med", "and": "och", - "... somewhere on Earth!": "... någonstans på jorden!", + "... somewhere on Earth!": "... n\u00e5gonstans p\u00e5 jorden!", "Community": "Community", - "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support ges endast i publika kanaler. Gå med i vår Telegram-community om du har frågor eller bara vill hänga med andra coola robotar. Använd vår GitHub Issues om du hittar en bugg eller önskar nya funktioner!", - "Follow RoboSats in Twitter": "Följ RoboSats på Twitter", + "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Support ges endast i publika kanaler. G\u00e5 med i v\u00e5r Telegram-community om du har fr\u00e5gor eller bara vill h\u00e4nga med andra coola robotar. Anv\u00e4nd v\u00e5r GitHub Issues om du hittar en bugg eller \u00f6nskar nya funktioner!", + "Follow RoboSats in Twitter": "F\u00f6lj RoboSats p\u00e5 Twitter", "Twitter Official Account": "Officielt Twitterkonto", "RoboSats Telegram Communities": "RoboSats Telegram-communities", "Join RoboSats Spanish speaking community!": "Join RoboSats Spanish speaking community!", @@ -139,73 +134,72 @@ "One active order #{{orderID}}": "En aktiv order #{{orderID}}", "Your current order": "Din aktuella order", "No active orders": "Inga aktiva ordrar", - "Your token (will not remain here)": "Din token (kommer ej finnas kvar här)", + "Your token (will not remain here)": "Din token (kommer ej finnas kvar h\u00e4r)", "Back it up!": "Spara den!", - "Cannot remember": "Glömt bort", - "Rewards and compensations": "Belöningar och kompensation", - "Share to earn 100 Sats per trade": "Dela för att tjäna 100 sats per trade", - "Your referral link": "Din referrallänk", - "Your earned rewards": "Du fick belöningar", + "Cannot remember": "Gl\u00f6mt bort", + "Rewards and compensations": "Bel\u00f6ningar och kompensation", + "Share to earn 100 Sats per trade": "Dela f\u00f6r att tj\u00e4na 100 sats per trade", + "Your referral link": "Din referrall\u00e4nk", + "Your earned rewards": "Du fick bel\u00f6ningar", "Claim": "Claim", - "Invoice for {{amountSats}} Sats": "Faktura för {{amountSats}} sats", + "Invoice for {{amountSats}} Sats": "Faktura f\u00f6r {{amountSats}} sats", "Submit": "Skicka", - "There it goes, thank you!🥇": "Så där, tack! 🥇", + "There it goes, thank you!\ud83e\udd47": "S\u00e5 d\u00e4r, tack! \ud83e\udd47", "You have an active order": "Du har en aktiv order", "You can claim satoshis!": "Du kan claima sats!", - "Public Buy Orders": "Publika köpordrar", - "Public Sell Orders": "Publika säljordrar", + "Public Buy Orders": "Publika k\u00f6pordrar", + "Public Sell Orders": "Publika s\u00e4ljordrar", "Today Active Robots": "Aktiva robotar idag", "24h Avg Premium": "24h genomsnittligt premium", "Trade Fee": "Tradeavgift", - "Show community and support links": "Visa community- och supportlänkar", - "Show stats for nerds": "Visa statistik för nördar", + "Show community and support links": "Visa community- och supportl\u00e4nkar", + "Show stats for nerds": "Visa statistik f\u00f6r n\u00f6rdar", "Exchange Summary": "Sammanfattning", - "Public buy orders": "Publika köpordrar", - "Public sell orders": "Publika säljordrar", + "Public buy orders": "Publika k\u00f6pordrar", + "Public sell orders": "Publika s\u00e4ljordrar", "Book liquidity": "Orderbokslikviditet", "Today active robots": "Aktiva robotar idag", "24h non-KYC bitcoin premium": "24h non-KYC bitcoin premium", "Maker fee": "Makeravgift", "Taker fee": "Takeravgift", - "Number of public BUY orders": "Antal publika köpordrar", - "Number of public SELL orders": "Antal publika säljordrar", + "Number of public BUY orders": "Antal publika k\u00f6pordrar", + "Number of public SELL orders": "Antal publika s\u00e4ljordrar", "Your last order #{{orderID}}": "Din senaste order #{{orderID}}", "Inactive order": "Inaktiv order", "You do not have previous orders": "Du har inga tidigare ordrar", - "Join RoboSats' Subreddit": "Gå med i RoboSats subreddit", - "RoboSats in Reddit": "RoboSats på Reddit", + "Join RoboSats' Subreddit": "G\u00e5 med i RoboSats subreddit", + "RoboSats in Reddit": "RoboSats p\u00e5 Reddit", "Current onchain payout fee": "Aktuell utbetalningsavgift (on-chain)", - "ORDER PAGE - OrderPage.js": "Order details page", "Order Box": "Orderbox", "Contract": "Kontrakt", "Active": "Aktiv", "Seen recently": "Aktiv nyligen", "Inactive": "Inaktiv", - "(Seller)": "(Säljare)", - "(Buyer)": "(Köpare)", + "(Seller)": "(S\u00e4ljare)", + "(Buyer)": "(K\u00f6pare)", "Order maker": "Ordermaker", "Order taker": "Ordertaker", "Order Details": "Orderdetaljer", "Order status": "Orderstatus", - "Waiting for maker bond": "Väntar på makerobligationen", + "Waiting for maker bond": "V\u00e4ntar p\u00e5 makerobligationen", "Public": "Publik", - "Waiting for taker bond": "Väntar på takerobligationen", + "Waiting for taker bond": "V\u00e4ntar p\u00e5 takerobligationen", "Cancelled": "Makulerad", - "Expired": "Förfallen", - "Waiting for trade collateral and buyer invoice": "Väntar på deposition och faktura från köparen", - "Waiting only for seller trade collateral": "Väntar på säljarens deposition", - "Waiting only for buyer invoice": "Väntar på köparens faktura", + "Expired": "F\u00f6rfallen", + "Waiting for trade collateral and buyer invoice": "V\u00e4ntar p\u00e5 deposition och faktura fr\u00e5n k\u00f6paren", + "Waiting only for seller trade collateral": "V\u00e4ntar p\u00e5 s\u00e4ljarens deposition", + "Waiting only for buyer invoice": "V\u00e4ntar p\u00e5 k\u00f6parens faktura", "Sending fiat - In chatroom": "Skickar fiat - I chattrummet", "Fiat sent - In chatroom": "Fiat skickat - I chattrummet", "In dispute": "I dispyt", - "Collaboratively cancelled": "Makulerad av båda parter", - "Sending satoshis to buyer": "Skickar sats till köparen", + "Collaboratively cancelled": "Makulerad av b\u00e5da parter", + "Sending satoshis to buyer": "Skickar sats till k\u00f6paren", "Sucessful trade": "Lyckad trade", "Failed lightning network routing": "Misslyckades med Lightning Network-routing", - "Wait for dispute resolution": "Vänta på dispytbeslut", - "Maker lost dispute": "Maker förlorade dispyten", - "Taker lost dispute": "Taker förlorade dispyten", + "Wait for dispute resolution": "V\u00e4nta p\u00e5 dispytbeslut", + "Maker lost dispute": "Maker f\u00f6rlorade dispyten", + "Taker lost dispute": "Taker f\u00f6rlorade dispyten", "Amount range": "Beloppsspann", "Swap destination": "Byt destination", "Accepted payment methods": "Accepterade betalningsmetoder", @@ -213,40 +207,39 @@ "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%", "Price and Premium": "Pris och premium", "Amount of Satoshis": "Summa sats", - "Premium over market price": "Premium över marknadspris", + "Premium over market price": "Premium \u00f6ver marknadspris", "Order ID": "Order-ID", - "Deposit timer": "Insättningstimer", - "Expires in": "Förfaller om", + "Deposit timer": "Ins\u00e4ttningstimer", + "Expires in": "F\u00f6rfaller om", "{{nickname}} is asking for a collaborative cancel": "{{nickname}} ber om att kollaborativt avsluta ordern", "You asked for a collaborative cancellation": "Du bad om att kollaborativt avsluta ordern", - "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Fakturan förföll. Du publicerade inte ordern i tid. Skapa en ny order.", + "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Fakturan f\u00f6rf\u00f6ll. Du publicerade inte ordern i tid. Skapa en ny order.", "This order has been cancelled by the maker": "Denna order har avbrutits av makern", - "Invoice expired. You did not confirm taking the order in time.": "Fakturan förföll. Du tog inte ordern i tid.", - "Penalty lifted, good to go!": "Straff upphävt, bara att köra!", - "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "Du kan inte ta en order ännu! Vänta {{timeMin}}m {{timeSec}}s", - "Too low": "För lågt", - "Too high": "För högt", - "Enter amount of fiat to exchange for bitcoin": "Ange summa fiat att handla bitcoin för", + "Invoice expired. You did not confirm taking the order in time.": "Fakturan f\u00f6rf\u00f6ll. Du tog inte ordern i tid.", + "Penalty lifted, good to go!": "Straff upph\u00e4vt, bara att k\u00f6ra!", + "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "Du kan inte ta en order \u00e4nnu! V\u00e4nta {{timeMin}}m {{timeSec}}s", + "Too low": "F\u00f6r l\u00e5gt", + "Too high": "F\u00f6r h\u00f6gt", + "Enter amount of fiat to exchange for bitcoin": "Ange summa fiat att handla bitcoin f\u00f6r", "Amount {{currencyCode}}": "Summa {{currencyCode}}", - "You must specify an amount first": "Du måste ange en summa först", + "You must specify an amount first": "Du m\u00e5ste ange en summa f\u00f6rst", "Take Order": "Ta order", - "Wait until you can take an order": "Vänta tills du kan ta en order", + "Wait until you can take an order": "V\u00e4nta tills du kan ta en order", "Cancel the order?": "Makulera ordern?", - "If the order is cancelled now you will lose your bond.": "Om du avbryter ordern nu kommer du att förlora din obligation", - "Confirm Cancel": "Bekräfta makulering", - "The maker is away": "Makern är ej här", - "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Genom att ta denna order riskerar du att slösa din tid. Om makern inte går vidare i tid kommer du att kompenseras i sats med 50% av makerobligationen", + "If the order is cancelled now you will lose your bond.": "Om du avbryter ordern nu kommer du att f\u00f6rlora din obligation", + "Confirm Cancel": "Bekr\u00e4fta makulering", + "The maker is away": "Makern \u00e4r ej h\u00e4r", + "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "Genom att ta denna order riskerar du att sl\u00f6sa din tid. Om makern inte g\u00e5r vidare i tid kommer du att kompenseras i sats med 50% av makerobligationen", "Collaborative cancel the order?": "Makulera ordern kollaborativt?", - "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Depositionen har satts in. Ordern kan endast avbrytas om båda parterna går med på det.", + "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "Depositionen har satts in. Ordern kan endast avbrytas om b\u00e5da parterna g\u00e5r med p\u00e5 det.", "Ask for Cancel": "Be om makulering", "Cancel": "Makulera", "Collaborative Cancel": "Makulera kollaborativt", "Invalid Order Id": "Ej giltigt order-ID", - "You must have a robot avatar to see the order details": "Du måste ha en robotavatar för att se orderdetaljer", + "You must have a robot avatar to see the order details": "Du m\u00e5ste ha en robotavatar f\u00f6r att se orderdetaljer", "This order has been cancelled collaborativelly": "Denna order har blivit makulerad kollaborativt", - "This order is not available": "Denna order är inte tillgänglig", - "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Våra robotsatoshis som jobbar i varuhuset förstod dig inte. Skapa en Bug Issue på Github https://github.com/reckless-satoshi/robosats/issues", - + "This order is not available": "Denna order \u00e4r inte tillg\u00e4nglig", + "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "V\u00e5ra robotsatoshis som jobbar i varuhuset f\u00f6rstod dig inte. Skapa en Bug Issue p\u00e5 Github https://github.com/reckless-satoshi/robosats/issues", "CHAT BOX - Chat.js": "Chat Box", "You": "Du", "Peer": "Peer", @@ -260,134 +253,133 @@ "Save full log as a JSON file (messages and credentials)": "Spara hela loggen som en JSON-fil (meddelanden och uppgifter)", "Export": "Exportera", "Don't trust, verify": "Lita inte, verifiera", - "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "Din kommunikation är är end-to-end-krypterad med OpenPGP. Du kan verifiera integriteten av denna chatt med verktyg som bygger på den öppna OpenPGP-standarden.", - "Learn how to verify": "Lär dig hur man verifierar", - "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "Din publika PGP-nyckel. Din peer använder den för att kryptera meddelanden som endast du kan läsa.", + "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "Din kommunikation \u00e4r \u00e4r end-to-end-krypterad med OpenPGP. Du kan verifiera integriteten av denna chatt med verktyg som bygger p\u00e5 den \u00f6ppna OpenPGP-standarden.", + "Learn how to verify": "L\u00e4r dig hur man verifierar", + "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "Din publika PGP-nyckel. Din peer anv\u00e4nder den f\u00f6r att kryptera meddelanden som endast du kan l\u00e4sa.", "Your public key": "Din publika nyckel", - "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "Din peers publika PGP-nyckel. Du använder den för att kryptera meddelanden som endast hen kan läsa, och för att verifiera inkommande meddelanden.", + "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "Din peers publika PGP-nyckel. Du anv\u00e4nder den f\u00f6r att kryptera meddelanden som endast hen kan l\u00e4sa, och f\u00f6r att verifiera inkommande meddelanden.", "Peer public key": "Peer publik nyckel", - "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "Din krypterade privata nyckel. Du använder den till att dekryptera de meddelanden som din peer har krypterat för dig. Du kan även använda den för att signera meddelanden som du skickar.", + "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "Din krypterade privata nyckel. Du anv\u00e4nder den till att dekryptera de meddelanden som din peer har krypterat f\u00f6r dig. Du kan \u00e4ven anv\u00e4nda den f\u00f6r att signera meddelanden som du skickar.", "Your encrypted private key": "Din krypterade privata nyckel", - "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "Lösenordet för att dekryptera din privata nyckel, endast du kan det! Dela inte. Det är även din robottoken.", - "Your private key passphrase (keep secure!)": "Lösenordet till din privata nyckel (förvara säkert!)", + "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "L\u00f6senordet f\u00f6r att dekryptera din privata nyckel, endast du kan det! Dela inte. Det \u00e4r \u00e4ven din robottoken.", + "Your private key passphrase (keep secure!)": "L\u00f6senordet till din privata nyckel (f\u00f6rvara s\u00e4kert!)", "Save credentials as a JSON file": "Spara uppgifter till en JSON-fil", "Keys": "Nycklar", "Save messages as a JSON file": "Spara meddelanden till en JSON-fil", "Messages": "Meddelanden", "Verified signature by {{nickname}}": "Verifierad signatur av {{nickname}}", "Cannot verify signature of {{nickname}}": "Kan inte verifiera signatur av {{nickname}}", - "CONTRACT BOX - TradeBox.js": "The Contract Box that guides users trough the whole trade pipeline", "Contract Box": "Kontraktbox", "Robots show commitment to their peers": "Robotar visar commitment till sina peers", - "Lock {{amountSats}} Sats to PUBLISH order": "Lås {{amountSats}} sats för att publicera ordern", - "Lock {{amountSats}} Sats to TAKE order": "Lås {{amountSats}} sats för att ta ordern", - "Lock {{amountSats}} Sats as collateral": "Lås {{amountSats}} sats som deposition", + "Lock {{amountSats}} Sats to PUBLISH order": "L\u00e5s {{amountSats}} sats f\u00f6r att publicera ordern", + "Lock {{amountSats}} Sats to TAKE order": "L\u00e5s {{amountSats}} sats f\u00f6r att ta ordern", + "Lock {{amountSats}} Sats as collateral": "L\u00e5s {{amountSats}} sats som deposition", "Copy to clipboard": "Kopiera till urklipp", - "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Detta är en s.k. 'hold invoice'. Den kommer att frysas i din wallet, och debiteras endast om du avbryter ordern eller förlorar en dispyt.", - "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Detta är en s.k. 'hold invoice'. Den kommer att frysas i din wallet, och släpps till köparen när du har bekräftat att du mottagit '{{currencyCode}}.", - "Your maker bond is locked": "Din makerobligation är låst", - "Your taker bond is locked": "din takerobligation är låst", + "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "Detta \u00e4r en s.k. 'hold invoice'. Den kommer att frysas i din wallet, och debiteras endast om du avbryter ordern eller f\u00f6rlorar en dispyt.", + "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "Detta \u00e4r en s.k. 'hold invoice'. Den kommer att frysas i din wallet, och sl\u00e4pps till k\u00f6paren n\u00e4r du har bekr\u00e4ftat att du mottagit '{{currencyCode}}.", + "Your maker bond is locked": "Din makerobligation \u00e4r l\u00e5st", + "Your taker bond is locked": "din takerobligation \u00e4r l\u00e5st", "Your maker bond was settled": "Din makerobligation blev settled", "Your taker bond was settled": "Din takerobligation blev settled", - "Your maker bond was unlocked": "Din makerobligation låstes upp", - "Your taker bond was unlocked": "Din takerobligation låstes upp", - "Your order is public": "Din order är publik", - "Be patient while robots check the book. This box will ring 🔊 once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Ha tålamod medan robotar kollar orderboken. Denna box kommer att plinga till 🔊 när en robot tar din order. Därefter har du {{deposit_timer_hours}}h {{deposit_timer_minutes}}m på dig att svara. Om du inte svarar riskerar du att förlora din obligation.", - "If the order expires untaken, your bond will return to you (no action needed).": "Om ordern förfaller utan att någon tar den kommer din obligation att retuneras till dig (utan handling från din sida)", + "Your maker bond was unlocked": "Din makerobligation l\u00e5stes upp", + "Your taker bond was unlocked": "Din takerobligation l\u00e5stes upp", + "Your order is public": "Din order \u00e4r publik", + "Be patient while robots check the book. This box will ring \ud83d\udd0a once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "Ha t\u00e5lamod medan robotar kollar orderboken. Denna box kommer att plinga till \ud83d\udd0a n\u00e4r en robot tar din order. D\u00e4refter har du {{deposit_timer_hours}}h {{deposit_timer_minutes}}m p\u00e5 dig att svara. Om du inte svarar riskerar du att f\u00f6rlora din obligation.", + "If the order expires untaken, your bond will return to you (no action needed).": "Om ordern f\u00f6rfaller utan att n\u00e5gon tar den kommer din obligation att retuneras till dig (utan handling fr\u00e5n din sida)", "Enable Telegram Notifications": "Aktivera Telegram-notiser", "Enable TG Notifications": "Aktivera TG-notifikationer", - "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Du kommer att skickas till en konversation med RoboSats Telegram-bot. Öppna chatten och tryck Start. Notera att genom att aktivera Telegram-notiser så försämrar du möjligen din anonymitet.", - "Go back": "Gå tillbaka", + "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "Du kommer att skickas till en konversation med RoboSats Telegram-bot. \u00d6ppna chatten och tryck Start. Notera att genom att aktivera Telegram-notiser s\u00e5 f\u00f6rs\u00e4mrar du m\u00f6jligen din anonymitet.", + "Go back": "G\u00e5 tillbaka", "Enable": "Aktivera", "Telegram enabled": "Telegram aktiverat", - "Public orders for {{currencyCode}}": "Publika ordrar för {{currencyCode}}", + "Public orders for {{currencyCode}}": "Publika ordrar f\u00f6r {{currencyCode}}", "Premium rank": "Premiumrank", - "Among public {{currencyCode}} orders (higher is cheaper)": "Bland publika {{currencyCode}} ordrar (högre är billigare)", + "Among public {{currencyCode}} orders (higher is cheaper)": "Bland publika {{currencyCode}} ordrar (h\u00f6gre \u00e4r billigare)", "A taker has been found!": "En taker har hittats!", - "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Var god vänta på att takern låser sin obligation. Om den inte gör det i tid kommer ordern att göras publik igen.", - "Payout Lightning Invoice": "Lightning-faktura för utbetalning", + "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Var god v\u00e4nta p\u00e5 att takern l\u00e5ser sin obligation. Om den inte g\u00f6r det i tid kommer ordern att g\u00f6ras publik igen.", + "Payout Lightning Invoice": "Lightning-faktura f\u00f6r utbetalning", "Your info looks good!": "Din info ser bra ut!", - "We are waiting for the seller to lock the trade amount.": "Vi väntar på att säljaren ska låsa trade-beloppet.", - "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Häng kvar en sekund. Om säljaren inte gör sin insättning kommer du att få tillbaka din obligation automatiskt. Dessutom kommer du att få en kompensation (kolla belöningar i din profil).", - "The trade collateral is locked!": "Depositionen för denna trade är låst!", - "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "Vi väntar på att köparen ska dela en lightning-faktura. När den gjort det kommer du att kunna dela betalningsinformation för fiat direkt över chatt.", - "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "Häng kvar en sekund. Om köparen inte samarbetar kommer du att få tillbaka din deposition och obligation automatiskt. Dessutom kommer du att få en kompensation (kolla belöningar i din profil).", - "Confirm {{amount}} {{currencyCode}} sent": "Bekräfta {{amount}} {{currencyCode}} skickat", - "Confirm {{amount}} {{currencyCode}} received": "Bekräfta {{amount}} {{currencyCode}} mottaget", - "Open Dispute": "Öppna dispyt", - "The order has expired": "Ordern har förfallit", - "Chat with the buyer": "Chatt med köparen", - "Chat with the seller": "Chatt med säljaren", - "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "Säg hej! Var hjälpsam och koncis. Förklara hur hen kan skicka {{amount}} {{currencyCode}} till dig.", - "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "Köparen har skickat fiat. Klicka på 'Bekräfta mottaget' när du har mottagit det.", - "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "Säg hej! Be om betalningsinformation och tryck på 'Bekräfta skickat' så fort betalningen har skickats.", - "Wait for the seller to confirm he has received the payment.": "Vänta på att säljaren ska bekräfta att den mottagit betalningen.", - "Confirm you received {{amount}} {{currencyCode}}?": "Bekräfta att du mottagit {{amount}} {{currencyCode}}?", - "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Om du bekräftar att du mottagit fiat kommer transaktionen att slutföras; depositionen med sats släpps då till köparen. Bekräfta endast efter att {{amount}} {{currencyCode}} har landat på ditt konto. Vidare, om du har mottagit {{currencyCode}} men inte bekräftar det, riskerar du att förlora din obligation.", - "Confirm": "Bekräfta", - "🎉Trade finished!🥳": "🎉Transaktion slutförd!🥳", - "rate_robosats": "Vad tycker du om 🤖<1>RoboSats⚡?", - "Thank you! RoboSats loves you too ❤️": "Tack! RoboSats älskar dig med ❤️", - "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats blir bättre med mer likviditet och fler användare. Berätta om RoboSats för en Bitcoiner-vän!", - "Thank you for using Robosats!": "Tack för att du använder RoboSats!", - "let_us_know_hot_to_improve": "Tala om för oss hur plattformen kan förbättras (<1>Telegram / <3>Github)", - "Start Again": "Börja om", - "Attempting Lightning Payment": "Försöker utföra Lightning-betalning", - "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats försöker betala din lightning-faktura. Kom ihåg att lightning-noder måste vara online för att kunna mottaga betalningar.", + "We are waiting for the seller to lock the trade amount.": "Vi v\u00e4ntar p\u00e5 att s\u00e4ljaren ska l\u00e5sa trade-beloppet.", + "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "H\u00e4ng kvar en sekund. Om s\u00e4ljaren inte g\u00f6r sin ins\u00e4ttning kommer du att f\u00e5 tillbaka din obligation automatiskt. Dessutom kommer du att f\u00e5 en kompensation (kolla bel\u00f6ningar i din profil).", + "The trade collateral is locked!": "Depositionen f\u00f6r denna trade \u00e4r l\u00e5st!", + "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "Vi v\u00e4ntar p\u00e5 att k\u00f6paren ska dela en lightning-faktura. N\u00e4r den gjort det kommer du att kunna dela betalningsinformation f\u00f6r fiat direkt \u00f6ver chatt.", + "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "H\u00e4ng kvar en sekund. Om k\u00f6paren inte samarbetar kommer du att f\u00e5 tillbaka din deposition och obligation automatiskt. Dessutom kommer du att f\u00e5 en kompensation (kolla bel\u00f6ningar i din profil).", + "Confirm {{amount}} {{currencyCode}} sent": "Bekr\u00e4fta {{amount}} {{currencyCode}} skickat", + "Confirm {{amount}} {{currencyCode}} received": "Bekr\u00e4fta {{amount}} {{currencyCode}} mottaget", + "Open Dispute": "\u00d6ppna dispyt", + "The order has expired": "Ordern har f\u00f6rfallit", + "Chat with the buyer": "Chatt med k\u00f6paren", + "Chat with the seller": "Chatt med s\u00e4ljaren", + "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "S\u00e4g hej! Var hj\u00e4lpsam och koncis. F\u00f6rklara hur hen kan skicka {{amount}} {{currencyCode}} till dig.", + "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "K\u00f6paren har skickat fiat. Klicka p\u00e5 'Bekr\u00e4fta mottaget' n\u00e4r du har mottagit det.", + "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "S\u00e4g hej! Be om betalningsinformation och tryck p\u00e5 'Bekr\u00e4fta skickat' s\u00e5 fort betalningen har skickats.", + "Wait for the seller to confirm he has received the payment.": "V\u00e4nta p\u00e5 att s\u00e4ljaren ska bekr\u00e4fta att den mottagit betalningen.", + "Confirm you received {{amount}} {{currencyCode}}?": "Bekr\u00e4fta att du mottagit {{amount}} {{currencyCode}}?", + "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "Om du bekr\u00e4ftar att du mottagit fiat kommer transaktionen att slutf\u00f6ras; depositionen med sats sl\u00e4pps d\u00e5 till k\u00f6paren. Bekr\u00e4fta endast efter att {{amount}} {{currencyCode}} har landat p\u00e5 ditt konto. Vidare, om du har mottagit {{currencyCode}} men inte bekr\u00e4ftar det, riskerar du att f\u00f6rlora din obligation.", + "Confirm": "Bekr\u00e4fta", + "\ud83c\udf89Trade finished!\ud83e\udd73": "\ud83c\udf89Transaktion slutf\u00f6rd!\ud83e\udd73", + "rate_robosats": "Vad tycker du om \ud83e\udd16<1>RoboSats\u26a1?", + "Thank you! RoboSats loves you too \u2764\ufe0f": "Tack! RoboSats \u00e4lskar dig med \u2764\ufe0f", + "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats blir b\u00e4ttre med mer likviditet och fler anv\u00e4ndare. Ber\u00e4tta om RoboSats f\u00f6r en Bitcoiner-v\u00e4n!", + "Thank you for using Robosats!": "Tack f\u00f6r att du anv\u00e4nder RoboSats!", + "let_us_know_hot_to_improve": "Tala om f\u00f6r oss hur plattformen kan f\u00f6rb\u00e4ttras (<1>Telegram / <3>Github)", + "Start Again": "B\u00f6rja om", + "Attempting Lightning Payment": "F\u00f6rs\u00f6ker utf\u00f6ra Lightning-betalning", + "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats f\u00f6rs\u00f6ker betala din lightning-faktura. Kom ih\u00e5g att lightning-noder m\u00e5ste vara online f\u00f6r att kunna mottaga betalningar.", "Retrying!": "Testar igen!", "Lightning Routing Failed": "Lightning-routing misslyckades", - "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Din faktura har förfallit eller så har fler än tre betalningsförsök gjorts. Dela en ny faktura.", + "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Din faktura har f\u00f6rfallit eller s\u00e5 har fler \u00e4n tre betalningsf\u00f6rs\u00f6k gjorts. Dela en ny faktura.", "Check the list of compatible wallets": "Lista med kompatibla wallets", - "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats kommer att försöka betala din faktura tre gånger med en minuts paus emellan. Om det forsätter att misslyckas kommer du att kunna dela en ny faktura. Kolla så att du har tillräckligt med ingående likviditet. Kom ihåg att lightning-noder måste vara online för att kunna mottaga betalningar.", - "Next attempt in": "Nästa försök om", - "Do you want to open a dispute?": "Vill du öppna en dispyt?", - "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Personalen på RoboSats kommer att utvärdera de redogörelser och bevis som läggs fram. Du behöver bygga ett komplett fall eftersom personalen inte kan läsa chatten. Det är bäst att dela en tillfällig kontaktmetod tillsammans med din redogörelse. Depositionen av sats kommer att skickas till vinnaren av dispyten, medan förloraren förlorar obligationen.", + "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats kommer att f\u00f6rs\u00f6ka betala din faktura tre g\u00e5nger med en minuts paus emellan. Om det fors\u00e4tter att misslyckas kommer du att kunna dela en ny faktura. Kolla s\u00e5 att du har tillr\u00e4ckligt med ing\u00e5ende likviditet. Kom ih\u00e5g att lightning-noder m\u00e5ste vara online f\u00f6r att kunna mottaga betalningar.", + "Next attempt in": "N\u00e4sta f\u00f6rs\u00f6k om", + "Do you want to open a dispute?": "Vill du \u00f6ppna en dispyt?", + "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "Personalen p\u00e5 RoboSats kommer att utv\u00e4rdera de redog\u00f6relser och bevis som l\u00e4ggs fram. Du beh\u00f6ver bygga ett komplett fall eftersom personalen inte kan l\u00e4sa chatten. Det \u00e4r b\u00e4st att dela en tillf\u00e4llig kontaktmetod tillsammans med din redog\u00f6relse. Depositionen av sats kommer att skickas till vinnaren av dispyten, medan f\u00f6rloraren f\u00f6rlorar obligationen.", "Disagree": "Acceptera ej", - "Agree and open dispute": "Acceptera och öppna dispyt", - "A dispute has been opened": "En dispyt har öppnats", - "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Dela din redogörelse. Var tydlig och specifik angående vad som hände och lämna nödvändig bevisföring. Du MÅSTE lämna en tillfällig kontaktmetod: t.ex. burner-epost, XMPP eller Telegram-användarnamn, för att personalen ska kunna följa upp fallet. Dispyter löses baserat på bedömningar från riktiga robotar (aka människor), så var så hjälpsam som möjligt för att säkerställa ett rättvist utfall. Max 5000 tecken.", - "Submit dispute statement": "Skicka dispytredogörelse", - "We have received your statement": "Vi har tagit emot ditt påstående", - "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Vi väntar på redogörelsen från din motpart i transaktionen. Om du är osäker angående dispyten eller vill lämna mer information, kontakta robosats@protonmail.com.", - "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Spara informationen som krävs för att identifiera din order och dina betalningar: order-ID; betalningshashar för depositionen och obligationen (hittas från din lightning-wallet); exakt summa sats; och robotnamn. Du kommer att behöva identifiera dig själv som den användare som var involverad i denna transaktionen via epost (eller andra kontaktmetoder).", - "We have the statements": "Vi har följande redogörelser", - "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "Båda redogörelserna har mottagits, vänta på att personalen ska lösa dispyten. Om du är osäker eller vill lägga till mer information, kontakta robosats@protonmail.com. Om du inte lämnade en kontaktmetod, eller är osäker på om du skrev den rätt, skriv till oss omedelbart.", + "Agree and open dispute": "Acceptera och \u00f6ppna dispyt", + "A dispute has been opened": "En dispyt har \u00f6ppnats", + "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "Dela din redog\u00f6relse. Var tydlig och specifik ang\u00e5ende vad som h\u00e4nde och l\u00e4mna n\u00f6dv\u00e4ndig bevisf\u00f6ring. Du M\u00c5STE l\u00e4mna en tillf\u00e4llig kontaktmetod: t.ex. burner-epost, XMPP eller Telegram-anv\u00e4ndarnamn, f\u00f6r att personalen ska kunna f\u00f6lja upp fallet. Dispyter l\u00f6ses baserat p\u00e5 bed\u00f6mningar fr\u00e5n riktiga robotar (aka m\u00e4nniskor), s\u00e5 var s\u00e5 hj\u00e4lpsam som m\u00f6jligt f\u00f6r att s\u00e4kerst\u00e4lla ett r\u00e4ttvist utfall. Max 5000 tecken.", + "Submit dispute statement": "Skicka dispytredog\u00f6relse", + "We have received your statement": "Vi har tagit emot ditt p\u00e5st\u00e5ende", + "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "Vi v\u00e4ntar p\u00e5 redog\u00f6relsen fr\u00e5n din motpart i transaktionen. Om du \u00e4r os\u00e4ker ang\u00e5ende dispyten eller vill l\u00e4mna mer information, kontakta robosats@protonmail.com.", + "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "Spara informationen som kr\u00e4vs f\u00f6r att identifiera din order och dina betalningar: order-ID; betalningshashar f\u00f6r depositionen och obligationen (hittas fr\u00e5n din lightning-wallet); exakt summa sats; och robotnamn. Du kommer att beh\u00f6va identifiera dig sj\u00e4lv som den anv\u00e4ndare som var involverad i denna transaktionen via epost (eller andra kontaktmetoder).", + "We have the statements": "Vi har f\u00f6ljande redog\u00f6relser", + "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "B\u00e5da redog\u00f6relserna har mottagits, v\u00e4nta p\u00e5 att personalen ska l\u00f6sa dispyten. Om du \u00e4r os\u00e4ker eller vill l\u00e4gga till mer information, kontakta robosats@protonmail.com. Om du inte l\u00e4mnade en kontaktmetod, eller \u00e4r os\u00e4ker p\u00e5 om du skrev den r\u00e4tt, skriv till oss omedelbart.", "You have won the dispute": "Du har vunnit dispyten", - "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Du kan göra anspråk på summan från dispytens uppgörelse (deposition och obligation) från din profil under belöningar. Om det finns något som personalen kan hjälpa dig med, tveka inte att kontakta robosats@protonmail.com (eller via din tillfälliga kontaktmetod).", - "You have lost the dispute": "Du har förlorat dispyten", - "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Du har tyvärr förlorat dispyten. Om du tycker att detta är ett misstag kan du kontakta robosats@protonmail.com. Chansen att fallet tas upp igen är dock liten.", - "Expired not taken": "Förfallen, ej tagen", - "Maker bond not locked": "Makerobligation ej låst", - "Escrow not locked": "Deposition ej låst", + "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "Du kan g\u00f6ra anspr\u00e5k p\u00e5 summan fr\u00e5n dispytens uppg\u00f6relse (deposition och obligation) fr\u00e5n din profil under bel\u00f6ningar. Om det finns n\u00e5got som personalen kan hj\u00e4lpa dig med, tveka inte att kontakta robosats@protonmail.com (eller via din tillf\u00e4lliga kontaktmetod).", + "You have lost the dispute": "Du har f\u00f6rlorat dispyten", + "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "Du har tyv\u00e4rr f\u00f6rlorat dispyten. Om du tycker att detta \u00e4r ett misstag kan du kontakta robosats@protonmail.com. Chansen att fallet tas upp igen \u00e4r dock liten.", + "Expired not taken": "F\u00f6rfallen, ej tagen", + "Maker bond not locked": "Makerobligation ej l\u00e5st", + "Escrow not locked": "Deposition ej l\u00e5st", "Invoice not submitted": "Faktura ej skickad", "Neither escrow locked or invoice submitted": "Varken deposition eller faktura skickad", - "Renew Order": "Förnya order", + "Renew Order": "F\u00f6rnya order", "Pause the public order": "Pausa den publika ordern", - "Your order is paused": "Din order är pausad", - "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Din publika order har blivit pausad. För tillfället kan den inte ses eller tas av andra robotar. Du kan välja att återuppta den när som helst.", - "Unpause Order": "Återuppta order", - "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "Du riskerar att förlora obligationen om du inte låser depositionen. Total tid kvar är {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.", + "Your order is paused": "Din order \u00e4r pausad", + "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "Din publika order har blivit pausad. F\u00f6r tillf\u00e4llet kan den inte ses eller tas av andra robotar. Du kan v\u00e4lja att \u00e5teruppta den n\u00e4r som helst.", + "Unpause Order": "\u00c5teruppta order", + "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "Du riskerar att f\u00f6rlora obligationen om du inte l\u00e5ser depositionen. Total tid kvar \u00e4r {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.", "See Compatible Wallets": "Se kompatibla wallets", "Failure reason: ": "Felanledning: ", - "Payment isn't failed (yet)": "Betalningen har ej misslyckats (ännu)", - "There are more routes to try, but the payment timeout was exceeded.": "Det finns fler rutter att testa, men betalningens tidsbegränsning överskreds.", - "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "Alla möjliga rutter testades och misslyckades (eller så fanns det inga rutter alls)", - "A non-recoverable error has occurred.": "Ett icke resversibelt fel inträffade.", - "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "Betalningsinformationen är felaktig (okänd hash, felaktigt belopp eller inkorrekt 'final CLTV delta').", - "Insufficient unlocked balance in RoboSats' node.": "Otillräcklig olåst balans i RoboSats nod.", - "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "Fakturan som delades har endast dyra ruttips, du använder en inkompatibel wallet (förmodligen Muun?). Kolla kompatibilitesguiden för wallets på wallets.robosats.com", + "Payment isn't failed (yet)": "Betalningen har ej misslyckats (\u00e4nnu)", + "There are more routes to try, but the payment timeout was exceeded.": "Det finns fler rutter att testa, men betalningens tidsbegr\u00e4nsning \u00f6verskreds.", + "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "Alla m\u00f6jliga rutter testades och misslyckades (eller s\u00e5 fanns det inga rutter alls)", + "A non-recoverable error has occurred.": "Ett icke resversibelt fel intr\u00e4ffade.", + "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "Betalningsinformationen \u00e4r felaktig (ok\u00e4nd hash, felaktigt belopp eller inkorrekt 'final CLTV delta').", + "Insufficient unlocked balance in RoboSats' node.": "Otillr\u00e4cklig ol\u00e5st balans i RoboSats nod.", + "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "Fakturan som delades har endast dyra ruttips, du anv\u00e4nder en inkompatibel wallet (f\u00f6rmodligen Muun?). Kolla kompatibilitesguiden f\u00f6r wallets p\u00e5 wallets.robosats.com", "The invoice provided has no explicit amount": "Fakturan som delades har inte ett explicit belopp specificerat", "Does not look like a valid lightning invoice": "Ser inte ut som en giltig lightning-faktura", - "The invoice provided has already expired": "Den angivna fakturan har redan förfallit", - "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Kom ihåg att exportera chattloggen. Personalen kan komma att begära din exporterade chatttlogg i JSON-format för att kunna lösa diskrepanser. Det är ditt ansvar att lagra den.", + "The invoice provided has already expired": "Den angivna fakturan har redan f\u00f6rfallit", + "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "Kom ih\u00e5g att exportera chattloggen. Personalen kan komma att beg\u00e4ra din exporterade chatttlogg i JSON-format f\u00f6r att kunna l\u00f6sa diskrepanser. Det \u00e4r ditt ansvar att lagra den.", "Does not look like a valid address": "Ser inte ut som en giltig adress", - "This is not a bitcoin mainnet address": "Detta är inte en adress på Bitcoin-mainnet", - "This is not a bitcoin testnet address": "Detta är inte en adress på Bitcoin-testnet", - "Submit payout info for {{amountSats}} Sats": "Skicka utbetalningsinfo för {{amountSats}} sats", - "Submit a valid invoice for {{amountSats}} Satoshis.": "Skicka en giltig faktura för {{amountSats}} sats.", - "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Innan du tillåts skicka {{amountFiat}} {{currencyCode}}, vill vi vara säkra på att du kan ta emot BTC.", - "RoboSats will do a swap and send the Sats to your onchain address.": "RoboSats kommer att genomföra en swap och skicka sats till din onchain-adress.", + "This is not a bitcoin mainnet address": "Detta \u00e4r inte en adress p\u00e5 Bitcoin-mainnet", + "This is not a bitcoin testnet address": "Detta \u00e4r inte en adress p\u00e5 Bitcoin-testnet", + "Submit payout info for {{amountSats}} Sats": "Skicka utbetalningsinfo f\u00f6r {{amountSats}} sats", + "Submit a valid invoice for {{amountSats}} Satoshis.": "Skicka en giltig faktura f\u00f6r {{amountSats}} sats.", + "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "Innan du till\u00e5ts skicka {{amountFiat}} {{currencyCode}}, vill vi vara s\u00e4kra p\u00e5 att du kan ta emot BTC.", + "RoboSats will do a swap and send the Sats to your onchain address.": "RoboSats kommer att genomf\u00f6ra en swap och skicka sats till din onchain-adress.", "Swap fee": "Swap-avgift", "Mining fee": "Miningavgift", "Mining Fee": "Miningavgift", @@ -396,43 +388,42 @@ "Your TXID": "Ditt TXID", "Lightning": "Lightning", "Onchain": "Onchain", - "open_dispute": "För att öppna en dispyt behöver du vänta <1><1/>", - + "open_dispute": "F\u00f6r att \u00f6ppna en dispyt beh\u00f6ver du v\u00e4nta <1><1/>", "INFO DIALOG - InfoDiagog.js": "App information and clarifications and terms of use", - "Close": "Stäng", - "What is RoboSats?": "Vad är RoboSats?", - "It is a BTC/FIAT peer-to-peer exchange over lightning.": "Det är en BTC/FIAT peer-to-peer-handelsplattform över Lightning Network.", - "RoboSats is an open source project ": "RoboSats är ett projekt som är byggt på öppen källkod", - "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "Det underlättar matchmaking och minimerar behovet av tillit. RoboSats fokuserar på anonymitet och snabbhet.", + "Close": "St\u00e4ng", + "What is RoboSats?": "Vad \u00e4r RoboSats?", + "It is a BTC/FIAT peer-to-peer exchange over lightning.": "Det \u00e4r en BTC/FIAT peer-to-peer-handelsplattform \u00f6ver Lightning Network.", + "RoboSats is an open source project ": "RoboSats \u00e4r ett projekt som \u00e4r byggt p\u00e5 \u00f6ppen k\u00e4llkod", + "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "Det underl\u00e4ttar matchmaking och minimerar behovet av tillit. RoboSats fokuserar p\u00e5 anonymitet och snabbhet.", "(GitHub).": "(GitHub).", "How does it work?": "Hur fungerar det?", - "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 vill sälja bitcoin. Hon skapar en säljorder. BafflingBob02 vill köpa bitcoin och han tar Alice order. Båda måste upprätta en liten obligation (genom att använda Lightning) för att bevisa att de är riktiga robotar. Sen sätter Alice in en deposition genom att använda en s.k. lightning 'hold invoice'. RoboSats låser fakturan tills att Alice bekräftar att hon har mottagit betalningen i fiat. Därefter släpps alla sats till Bob. Njut av dina sats, Bob!", - "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "Inte under något tillfälle behöver AnonymousAlice01 och BafflingBob02 anförtro sina bitcoin till den andra. Ifall det uppstår en konflikt kommer personalen på RoboSats att hjälpa till att klara upp dispyten.", - "You can find a step-by-step description of the trade pipeline in ": "Du kan hitta en steg-för-steg-beskrivning på hela transaktionsförfarandet här: ", + "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 vill s\u00e4lja bitcoin. Hon skapar en s\u00e4ljorder. BafflingBob02 vill k\u00f6pa bitcoin och han tar Alice order. B\u00e5da m\u00e5ste uppr\u00e4tta en liten obligation (genom att anv\u00e4nda Lightning) f\u00f6r att bevisa att de \u00e4r riktiga robotar. Sen s\u00e4tter Alice in en deposition genom att anv\u00e4nda en s.k. lightning 'hold invoice'. RoboSats l\u00e5ser fakturan tills att Alice bekr\u00e4ftar att hon har mottagit betalningen i fiat. D\u00e4refter sl\u00e4pps alla sats till Bob. Njut av dina sats, Bob!", + "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "Inte under n\u00e5got tillf\u00e4lle beh\u00f6ver AnonymousAlice01 och BafflingBob02 anf\u00f6rtro sina bitcoin till den andra. Ifall det uppst\u00e5r en konflikt kommer personalen p\u00e5 RoboSats att hj\u00e4lpa till att klara upp dispyten.", + "You can find a step-by-step description of the trade pipeline in ": "Du kan hitta en steg-f\u00f6r-steg-beskrivning p\u00e5 hela transaktionsf\u00f6rfarandet h\u00e4r: ", "How it works": "Hur det fungerar", - "You can also check the full guide in ": "Du kan även se hela guiden här: ", + "You can also check the full guide in ": "Du kan \u00e4ven se hela guiden h\u00e4r: ", "How to use": "How to use", - "What payment methods are accepted?": "Vilka betalningsmetoder är godkända?", - "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Alla betalningsmetoder är godkända så länge de är snabba. Du kan lägga till din(a) föredragna betalningsmetod(er). Du kommer att behöva matcha med en peer som också accepterar den metoden. Steget där fiat ska skickas har en förfallotid på 24 timmar innan en dispyt automatiskt öppnas.", - "Are there trade limits?": "Finns det begränsningar för trades?", - "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "Maximal storlek på en enstaka trade är {{maxAmount}} sats för att minimera risken för misslyckad lightning routing. Det finns ingen begränsning för antal trades per dag. En robot kan endast ha en trade igång samtidigt. Dock är det möjligt att ha flera robotar aktiva samtidigt i olika webbläsar (kom ihåg att spara dina robottokens!).", - "Is RoboSats private?": "Är RoboSats anonymt?", - "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats kommer aldrig att be om ditt namn, land eller ID. RoboSats förvararar inte dina tillgångar och bryr sig inte om vem du är. RoboSats varken samlar in eller förvarar personuppgifter. Använd Tor Browser och den gömda .onion-tjänsten för bästa anonymitet.", - "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "Din motpart i en trade är den enda som möjligen skulle kunna gissa något om dig. Håll dina chattkonversationer korta och koncisa. Undvik att dela icke-essentiell information annat än det som är strikt nödvändigt för att genomföra fiatbetalningen.", - "What are the risks?": "Vilka är riskerna?", - "This is an experimental application, things could go wrong. Trade small amounts!": "Detta är en experimentell applikation, saker kan gå fel. Handla med små belopp!", - "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "Säljaren är utsatt för samma charge-back-risk som med alla andra peer-to-peer-tjänster. PayPal och kreditkort rekommenderas ej.", + "What payment methods are accepted?": "Vilka betalningsmetoder \u00e4r godk\u00e4nda?", + "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "Alla betalningsmetoder \u00e4r godk\u00e4nda s\u00e5 l\u00e4nge de \u00e4r snabba. Du kan l\u00e4gga till din(a) f\u00f6redragna betalningsmetod(er). Du kommer att beh\u00f6va matcha med en peer som ocks\u00e5 accepterar den metoden. Steget d\u00e4r fiat ska skickas har en f\u00f6rfallotid p\u00e5 24 timmar innan en dispyt automatiskt \u00f6ppnas.", + "Are there trade limits?": "Finns det begr\u00e4nsningar f\u00f6r trades?", + "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "Maximal storlek p\u00e5 en enstaka trade \u00e4r {{maxAmount}} sats f\u00f6r att minimera risken f\u00f6r misslyckad lightning routing. Det finns ingen begr\u00e4nsning f\u00f6r antal trades per dag. En robot kan endast ha en trade ig\u00e5ng samtidigt. Dock \u00e4r det m\u00f6jligt att ha flera robotar aktiva samtidigt i olika webbl\u00e4sar (kom ih\u00e5g att spara dina robottokens!).", + "Is RoboSats private?": "\u00c4r RoboSats anonymt?", + "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats kommer aldrig att be om ditt namn, land eller ID. RoboSats f\u00f6rvararar inte dina tillg\u00e5ngar och bryr sig inte om vem du \u00e4r. RoboSats varken samlar in eller f\u00f6rvarar personuppgifter. Anv\u00e4nd Tor Browser och den g\u00f6mda .onion-tj\u00e4nsten f\u00f6r b\u00e4sta anonymitet.", + "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "Din motpart i en trade \u00e4r den enda som m\u00f6jligen skulle kunna gissa n\u00e5got om dig. H\u00e5ll dina chattkonversationer korta och koncisa. Undvik att dela icke-essentiell information annat \u00e4n det som \u00e4r strikt n\u00f6dv\u00e4ndigt f\u00f6r att genomf\u00f6ra fiatbetalningen.", + "What are the risks?": "Vilka \u00e4r riskerna?", + "This is an experimental application, things could go wrong. Trade small amounts!": "Detta \u00e4r en experimentell applikation, saker kan g\u00e5 fel. Handla med sm\u00e5 belopp!", + "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "S\u00e4ljaren \u00e4r utsatt f\u00f6r samma charge-back-risk som med alla andra peer-to-peer-tj\u00e4nster. PayPal och kreditkort rekommenderas ej.", "What is the trust model?": "Hur ser tillitsmodellen ut?", - "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "Köparen och säljaren behöver aldrig lita på varandra. En viss tillit till RoboSats behövs eftersom länkandet av säljarens faktura och köparens betalning ej är atomiska (ännu). Dessutom hanteras dispyter av RoboSats-personal.", - "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "För att vara helt tydlig: tillitskrav är minimerade. Dock finns det fortfarande ett sätt RoboSats skulle kunna springa iväg med dina sats: genom att inte släppa sats till köparen. Man kan argumentera för att det inte skulle vara i RoboSats intresse eftersom det skulle skada ryktet mycket för en så pass liten summa. Du bör dock vara vaksam och endast handla med små belopp i taget. Använd on-chain-tjänster så som Bisq för större belopp.", - "You can build more trust on RoboSats by inspecting the source code.": "Du kan få större förtroende för RoboSats genom att själv inspektera källkoden.", - "Project source code": "Projektets öppna källkod", - "What happens if RoboSats suddenly disappears?": "Vad händer om RoboSats plötsligt försvinner?", - "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "Dina sats kommer att retuneras till dig. Alla 'hold invoices' som inte settlats skulle automatiskt returneras även om RoboSats går ner för alltid. Detta är sant för både låsta obligation och depositioner. Det finns dock en liten lucka mellan att säljaren bekräftar att fiat mottagits och att köparen mottar sats, där medlen potentiellt skulle kunna försvinna permanent om RoboSats försvann. Detta fönster är ungefär en sekund långt. Se till att du har tillräckligt med ingående likviditet för att undvika routing-problem. Om du stöter på problem, skriv i någon av RoboSats publika kanaler.", - "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "I många länder kan användat av RoboSats likställas med Ebay eller Craigslist. Din lagstiftning kan variera. Det är ditt ansvar att följa din lagstiftning.", - "Is RoboSats legal in my country?": "Är RoboSats lagligt i mitt land?", + "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "K\u00f6paren och s\u00e4ljaren beh\u00f6ver aldrig lita p\u00e5 varandra. En viss tillit till RoboSats beh\u00f6vs eftersom l\u00e4nkandet av s\u00e4ljarens faktura och k\u00f6parens betalning ej \u00e4r atomiska (\u00e4nnu). Dessutom hanteras dispyter av RoboSats-personal.", + "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "F\u00f6r att vara helt tydlig: tillitskrav \u00e4r minimerade. Dock finns det fortfarande ett s\u00e4tt RoboSats skulle kunna springa iv\u00e4g med dina sats: genom att inte sl\u00e4ppa sats till k\u00f6paren. Man kan argumentera f\u00f6r att det inte skulle vara i RoboSats intresse eftersom det skulle skada ryktet mycket f\u00f6r en s\u00e5 pass liten summa. Du b\u00f6r dock vara vaksam och endast handla med sm\u00e5 belopp i taget. Anv\u00e4nd on-chain-tj\u00e4nster s\u00e5 som Bisq f\u00f6r st\u00f6rre belopp.", + "You can build more trust on RoboSats by inspecting the source code.": "Du kan f\u00e5 st\u00f6rre f\u00f6rtroende f\u00f6r RoboSats genom att sj\u00e4lv inspektera k\u00e4llkoden.", + "Project source code": "Projektets \u00f6ppna k\u00e4llkod", + "What happens if RoboSats suddenly disappears?": "Vad h\u00e4nder om RoboSats pl\u00f6tsligt f\u00f6rsvinner?", + "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "Dina sats kommer att retuneras till dig. Alla 'hold invoices' som inte settlats skulle automatiskt returneras \u00e4ven om RoboSats g\u00e5r ner f\u00f6r alltid. Detta \u00e4r sant f\u00f6r b\u00e5de l\u00e5sta obligation och depositioner. Det finns dock en liten lucka mellan att s\u00e4ljaren bekr\u00e4ftar att fiat mottagits och att k\u00f6paren mottar sats, d\u00e4r medlen potentiellt skulle kunna f\u00f6rsvinna permanent om RoboSats f\u00f6rsvann. Detta f\u00f6nster \u00e4r ungef\u00e4r en sekund l\u00e5ngt. Se till att du har tillr\u00e4ckligt med ing\u00e5ende likviditet f\u00f6r att undvika routing-problem. Om du st\u00f6ter p\u00e5 problem, skriv i n\u00e5gon av RoboSats publika kanaler.", + "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "I m\u00e5nga l\u00e4nder kan anv\u00e4ndat av RoboSats likst\u00e4llas med Ebay eller Craigslist. Din lagstiftning kan variera. Det \u00e4r ditt ansvar att f\u00f6lja din lagstiftning.", + "Is RoboSats legal in my country?": "\u00c4r RoboSats lagligt i mitt land?", "Disclaimer": "Klausul", - "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Denna lightning-applikation förses som den är. Den är under aktiv utveckling: handla med stor försiktighet. Det finns ingen privat support. Support ges endast via publika kanaler ", + "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "Denna lightning-applikation f\u00f6rses som den \u00e4r. Den \u00e4r under aktiv utveckling: handla med stor f\u00f6rsiktighet. Det finns ingen privat support. Support ges endast via publika kanaler ", "(Telegram)": "(Telegram)", ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats kommer aldrig att kontakta dig. RoboSats kommer definitivt aldrig att be om din robottoken." } diff --git a/frontend/static/locales/th.json b/frontend/static/locales/th.json index f21b498b..e6d93b65 100644 --- a/frontend/static/locales/th.json +++ b/frontend/static/locales/th.json @@ -1,513 +1,504 @@ { "UNSAFE ALERT - UnsafeAlert.js": "Alert that shows on top when browsing from the unsafe clearnet sites", - "You are not using RoboSats privately": "ระวัง! ข้อมูลส่วนตัวอาจรั่วไหล", - "desktop_unsafe_alert": "ฟีเจอร์บางอย่างถูกระงับเพื่อปกปิดตัวตนของคุณ (เช่น การแชท) และคุณไม่สามารถทำการซื้อขายบิตคอยน์ได้ หากต้องการใช้งานทุกฟีเจอร์ของ RoboSats อย่างปลอดภัย กรุณาติดตั้ง <1>Tor Browser และใช้งานผ่านเว็บไซต์ <3>Onion", - "phone_unsafe_alert": "คุณไม่สามารถซื้อขายได้ กรุณาใช้ <1>Tor Browser และใช้งานผ่านเว็บไซต์ <3>Onion", - "Hide": "ซ่อน", - "You are self-hosting RoboSats": "คูณกำลัง host RoboSats เอง", - "RoboSats is served from your own node granting you the strongest security and privacy.": "คุณกำลังใช้งาน RoboSats บน node ของคุณ ทำให้คุณได้รับความปลอดภัยและความเป็นส่วนตัวมากขึ้น", - + "You are not using RoboSats privately": "\u0e23\u0e30\u0e27\u0e31\u0e07! \u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27\u0e2d\u0e32\u0e08\u0e23\u0e31\u0e48\u0e27\u0e44\u0e2b\u0e25", + "desktop_unsafe_alert": "\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e16\u0e39\u0e01\u0e23\u0e30\u0e07\u0e31\u0e1a\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1b\u0e01\u0e1b\u0e34\u0e14\u0e15\u0e31\u0e27\u0e15\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 (\u0e40\u0e0a\u0e48\u0e19 \u0e01\u0e32\u0e23\u0e41\u0e0a\u0e17) \u0e41\u0e25\u0e30\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e17\u0e33\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e1a\u0e34\u0e15\u0e04\u0e2d\u0e22\u0e19\u0e4c\u0e44\u0e14\u0e49 \u0e2b\u0e32\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e17\u0e38\u0e01\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e02\u0e2d\u0e07 RoboSats \u0e2d\u0e22\u0e48\u0e32\u0e07\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 <1>Tor Browser \u0e41\u0e25\u0e30\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e1c\u0e48\u0e32\u0e19\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c <3>Onion", + "phone_unsafe_alert": "\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e44\u0e14\u0e49 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e43\u0e0a\u0e49 <1>Tor Browser \u0e41\u0e25\u0e30\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e1c\u0e48\u0e32\u0e19\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c <3>Onion", + "Hide": "\u0e0b\u0e48\u0e2d\u0e19", + "You are self-hosting RoboSats": "\u0e04\u0e39\u0e13\u0e01\u0e33\u0e25\u0e31\u0e07 host RoboSats \u0e40\u0e2d\u0e07", + "RoboSats is served from your own node granting you the strongest security and privacy.": "\u0e04\u0e38\u0e13\u0e01\u0e33\u0e25\u0e31\u0e07\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 RoboSats \u0e1a\u0e19 node \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e17\u0e33\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27\u0e21\u0e32\u0e01\u0e02\u0e36\u0e49\u0e19", "USER GENERATION PAGE - UserGenPage.js": "Landing Page and User Generation", "Simple and Private LN P2P Exchange": "Simple and Private LN P2P Exchange", - "This is your trading avatar": "โรบอทสำหรับซื้อขาย", - "Store your token safely": "รักษา token ของคุณไว้ให้ดี", - "A robot avatar was found, welcome back!": "พบโรบอทของท่านแล้ว ยินดีต้อนรับอีกครั้ง!", - "Copied!": "คัดลอกแล้ว!", - "Generate a new token": "สร้าง token ใหม่", - "Generate Robot": "สร้างโรบอทใหม่", - "You must enter a new token first": "คุณต้องป้อนค่า token ก่อน", - "Make Order": "สร้างรายการซื้อขาย", - "Info": "ข้อมูล", - "View Book": "ดูรายการ", - "Learn RoboSats": "เรียนรู้การใช้งาน", - "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "คุณกำลังเข้าสู่หน้าการเรียนรู้การใช้งาน RoboSats คุณสามารถศึกษาวิธีการใช้งานแพล้ตฟอร์มและทำความเข้าใจการทำงานของแพล้ตฟอร์มได้ที่นี่", - "Let's go!": "ไปกันเถอะ!", - "Save token and PGP credentials to file": "บันทึก token และการรับรอง PGP ไปที่ไฟล์", - + "This is your trading avatar": "\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22", + "Store your token safely": "\u0e23\u0e31\u0e01\u0e29\u0e32 token \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e27\u0e49\u0e43\u0e2b\u0e49\u0e14\u0e35", + "A robot avatar was found, welcome back!": "\u0e1e\u0e1a\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e02\u0e2d\u0e07\u0e17\u0e48\u0e32\u0e19\u0e41\u0e25\u0e49\u0e27 \u0e22\u0e34\u0e19\u0e14\u0e35\u0e15\u0e49\u0e2d\u0e19\u0e23\u0e31\u0e1a\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07!", + "Copied!": "\u0e04\u0e31\u0e14\u0e25\u0e2d\u0e01\u0e41\u0e25\u0e49\u0e27!", + "Generate a new token": "\u0e2a\u0e23\u0e49\u0e32\u0e07 token \u0e43\u0e2b\u0e21\u0e48", + "Generate Robot": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e43\u0e2b\u0e21\u0e48", + "You must enter a new token first": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e1b\u0e49\u0e2d\u0e19\u0e04\u0e48\u0e32 token \u0e01\u0e48\u0e2d\u0e19", + "Make Order": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22", + "Info": "\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25", + "View Book": "\u0e14\u0e39\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", + "Learn RoboSats": "\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", + "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "\u0e04\u0e38\u0e13\u0e01\u0e33\u0e25\u0e31\u0e07\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e39\u0e48\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e23\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 RoboSats \u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e28\u0e36\u0e01\u0e29\u0e32\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e41\u0e1e\u0e25\u0e49\u0e15\u0e1f\u0e2d\u0e23\u0e4c\u0e21\u0e41\u0e25\u0e30\u0e17\u0e33\u0e04\u0e27\u0e32\u0e21\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e41\u0e1e\u0e25\u0e49\u0e15\u0e1f\u0e2d\u0e23\u0e4c\u0e21\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48", + "Let's go!": "\u0e44\u0e1b\u0e01\u0e31\u0e19\u0e40\u0e16\u0e2d\u0e30!", + "Save token and PGP credentials to file": "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01 token \u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07 PGP \u0e44\u0e1b\u0e17\u0e35\u0e48\u0e44\u0e1f\u0e25\u0e4c", "MAKER PAGE - MakerPage.js": "This is the page where users can create new orders", - "Order": "รายการซื้อขาย", - "Customize": "ปรับแต่ง", - "Buy or Sell Bitcoin?": "คุณต้องการซื้อหรือขาย BTC?", - "Buy": "ซื้อ", - "Sell": "ขาย", - "Amount": "จำนวน", - "Amount of fiat to exchange for bitcoin": "ระบุจำนวนเงินเฟียตที่ต้องการใช้แลกเปลี่ยนกับ BTC", - "Invalid": "ไม่ถูกต้อง", - "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "ระบุวิธีการชำระเงินเฟียตที่คุณต้องการใช้ (ควรใช้วิธีที่มีความรวดเร็ว)", - "Must be shorter than 65 characters": "ต้องสั้นกว่า 65 ตัวอักษร", + "Order": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22", + "Customize": "\u0e1b\u0e23\u0e31\u0e1a\u0e41\u0e15\u0e48\u0e07", + "Buy or Sell Bitcoin?": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e2b\u0e23\u0e37\u0e2d\u0e02\u0e32\u0e22 BTC?", + "Buy": "\u0e0b\u0e37\u0e49\u0e2d", + "Sell": "\u0e02\u0e32\u0e22", + "Amount": "\u0e08\u0e33\u0e19\u0e27\u0e19", + "Amount of fiat to exchange for bitcoin": "\u0e23\u0e30\u0e1a\u0e38\u0e08\u0e33\u0e19\u0e27\u0e19\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e41\u0e25\u0e01\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e01\u0e31\u0e1a BTC", + "Invalid": "\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", + "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "\u0e23\u0e30\u0e1a\u0e38\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49 (\u0e04\u0e27\u0e23\u0e43\u0e0a\u0e49\u0e27\u0e34\u0e18\u0e35\u0e17\u0e35\u0e48\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e23\u0e27\u0e14\u0e40\u0e23\u0e47\u0e27)", + "Must be shorter than 65 characters": "\u0e15\u0e49\u0e2d\u0e07\u0e2a\u0e31\u0e49\u0e19\u0e01\u0e27\u0e48\u0e32 65 \u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23", "Swap Destination(s)": "Swap Destination(s)", - "Fiat Payment Method(s)": "วิธีการชำระเงินเฟียต", - "You can add any method": "คุณสามารถเพิ่มวิธีการอื่นๆได้", - "Add New": "เพิ่มวิธีการ", - "Choose a Pricing Method": "เลือกวิธีการตั้งราคา", - "Relative": "ตั้งตามราคาตลาด", - "Let the price move with the market": "ตั้งราคาให้มีการเปลี่ยนแปลงตามราคาเหรียญในตลาด", - "Premium over Market (%)": "ค่าพรีเมี่ยมจากท้องตลาด (%)", - "Explicit": "ราคาคงที่", - "Set a fix amount of satoshis": "กำหนดจำนวน satoshis ที่ต้องการซื้อขาย", + "Fiat Payment Method(s)": "\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15", + "You can add any method": "\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e37\u0e48\u0e19\u0e46\u0e44\u0e14\u0e49", + "Add New": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23", + "Choose a Pricing Method": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e23\u0e32\u0e04\u0e32", + "Relative": "\u0e15\u0e31\u0e49\u0e07\u0e15\u0e32\u0e21\u0e23\u0e32\u0e04\u0e32\u0e15\u0e25\u0e32\u0e14", + "Let the price move with the market": "\u0e15\u0e31\u0e49\u0e07\u0e23\u0e32\u0e04\u0e32\u0e43\u0e2b\u0e49\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e15\u0e32\u0e21\u0e23\u0e32\u0e04\u0e32\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e43\u0e19\u0e15\u0e25\u0e32\u0e14", + "Premium over Market (%)": "\u0e04\u0e48\u0e32\u0e1e\u0e23\u0e35\u0e40\u0e21\u0e35\u0e48\u0e22\u0e21\u0e08\u0e32\u0e01\u0e17\u0e49\u0e2d\u0e07\u0e15\u0e25\u0e32\u0e14 (%)", + "Explicit": "\u0e23\u0e32\u0e04\u0e32\u0e04\u0e07\u0e17\u0e35\u0e48", + "Set a fix amount of satoshis": "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e08\u0e33\u0e19\u0e27\u0e19 satoshis \u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22", "Satoshis": "Satoshis", - "Fixed price:": "ราคาคงที่:", - "Order current rate:": "ราคาที่คุณกำหนด:", - "Your order fixed exchange rate": "คุณกำหนดอัตราแลกเปลี่ยนคงที่", - "Your order's current exchange rate. Rate will move with the market.": "อัตราแลกเปลี่ยนสำหรับรายการซื้อขายนี้ ซึ่งจะเปลี่ยนแปลงตามราคาตลาด", - "Let the taker chose an amount within the range": "ให้คู่ค้าเลือกปริมาณที่ต้องการซื้อขายในช่วงที่เรากำหนด", - "Enable Amount Range": "กำหนดเป็นช่วง", - "From": "ตั้งแต่", - "to": "ถึง", - "Expiry Timers": "การจำกัดระยะเวลาซื้อขาย", - "Public Duration (HH:mm)": "ประกาศรายการซื้อขายมีอายุ (ชม:นาที)", - "Escrow Deposit Time-Out (HH:mm)": "ผู้ขายต้องวางเหรียญภายใน (ชม:นาที)", - "Set the skin-in-the-game, increase for higher safety assurance": "การวางหลักประกันเยอะขึ้นจะช่วยลดแรงจูงใจของคนที่คิดจะโกง", - "Fidelity Bond Size": "วงเงินหลักประกันความเสียหาย (bond)", - "Allow bondless takers": "ซื้อขายโดยไม่วางหลักประกัน", - "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "ใช้ได้เร็วๆนี้ - เสี่ยงมาก! เทรดได้ครั้งละไม่เกิน {{limitSats}}K Sats", - "You must fill the order correctly": "กรุณาระบุข้อมูลให้ครบถ้วน", - "Create Order": "สร้างรายการซื้อขาย", - "Back": "กลับ", - "Create an order for ": "สร้างรายการสำหรับ ", - "Create a BTC buy order for ": "สร้างรายการซื้อ BTC ด้วยเงินจำนวน ", - "Create a BTC sell order for ": "สร้างรายการซื้อ BTC ด้วยเงินจำนวน ", - " of {{satoshis}} Satoshis": " เป็น Satoshis จำนวน {{satoshis}} Sats", - " at market price": " ที่ราคาตลาด", - " at a {{premium}}% premium": " ในราคาแพงกว่าตลาด {{premium}}% ", - " at a {{discount}}% discount": " ในราคาถูกกว่าตลาด {{discount}}% ", - "Must be less than {{max}}%": "ต้องน้อยกว่า {{max}}%", - "Must be more than {{min}}%": "ต้องมากกว่า {{min}}%", - "Must be less than {{maxSats}": "ต้องน้อยกว่า {{maxSats}}", - "Must be more than {{minSats}}": "ต้องมากกว่า {{minSats}}", - "Store your robot token": "เก็บรักษา token โรบอทของคุณ", - "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "คุณอาจต้องใช้โรบอทอีกในอนาคตจึงควรเก็บรักษามันไว้ให้ดี คุณสามารถคัดลอกมันไปเก็บไว้ในแอพพลิเคชั่นอื่นๆได้อย่างง่ายดาย", - "Done": "เสร็จสิ้น", - "You do not have a robot avatar": "คุณไม่มีโรบอท", - "You need to generate a robot avatar in order to become an order maker": "คุณต้องมีโรบอทก่อนจึงจะสามารถสร้างรายการซื้อขายได้", - + "Fixed price:": "\u0e23\u0e32\u0e04\u0e32\u0e04\u0e07\u0e17\u0e35\u0e48:", + "Order current rate:": "\u0e23\u0e32\u0e04\u0e32\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e01\u0e33\u0e2b\u0e19\u0e14:", + "Your order fixed exchange rate": "\u0e04\u0e38\u0e13\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e41\u0e25\u0e01\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e04\u0e07\u0e17\u0e35\u0e48", + "Your order's current exchange rate. Rate will move with the market.": "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e41\u0e25\u0e01\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e19\u0e35\u0e49 \u0e0b\u0e36\u0e48\u0e07\u0e08\u0e30\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e15\u0e32\u0e21\u0e23\u0e32\u0e04\u0e32\u0e15\u0e25\u0e32\u0e14", + "Let the taker chose an amount within the range": "\u0e43\u0e2b\u0e49\u0e04\u0e39\u0e48\u0e04\u0e49\u0e32\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1b\u0e23\u0e34\u0e21\u0e32\u0e13\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e43\u0e19\u0e0a\u0e48\u0e27\u0e07\u0e17\u0e35\u0e48\u0e40\u0e23\u0e32\u0e01\u0e33\u0e2b\u0e19\u0e14", + "Enable Amount Range": "\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e1b\u0e47\u0e19\u0e0a\u0e48\u0e27\u0e07", + "From": "\u0e15\u0e31\u0e49\u0e07\u0e41\u0e15\u0e48", + "to": "\u0e16\u0e36\u0e07", + "Expiry Timers": "\u0e01\u0e32\u0e23\u0e08\u0e33\u0e01\u0e31\u0e14\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22", + "Public Duration (HH:mm)": "\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e21\u0e35\u0e2d\u0e32\u0e22\u0e38 (\u0e0a\u0e21:\u0e19\u0e32\u0e17\u0e35)", + "Escrow Deposit Time-Out (HH:mm)": "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e15\u0e49\u0e2d\u0e07\u0e27\u0e32\u0e07\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e20\u0e32\u0e22\u0e43\u0e19 (\u0e0a\u0e21:\u0e19\u0e32\u0e17\u0e35)", + "Set the skin-in-the-game, increase for higher safety assurance": "\u0e01\u0e32\u0e23\u0e27\u0e32\u0e07\u0e2b\u0e25\u0e31\u0e01\u0e1b\u0e23\u0e30\u0e01\u0e31\u0e19\u0e40\u0e22\u0e2d\u0e30\u0e02\u0e36\u0e49\u0e19\u0e08\u0e30\u0e0a\u0e48\u0e27\u0e22\u0e25\u0e14\u0e41\u0e23\u0e07\u0e08\u0e39\u0e07\u0e43\u0e08\u0e02\u0e2d\u0e07\u0e04\u0e19\u0e17\u0e35\u0e48\u0e04\u0e34\u0e14\u0e08\u0e30\u0e42\u0e01\u0e07", + "Fidelity Bond Size": "\u0e27\u0e07\u0e40\u0e07\u0e34\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e1b\u0e23\u0e30\u0e01\u0e31\u0e19\u0e04\u0e27\u0e32\u0e21\u0e40\u0e2a\u0e35\u0e22\u0e2b\u0e32\u0e22 (bond)", + "Allow bondless takers": "\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e42\u0e14\u0e22\u0e44\u0e21\u0e48\u0e27\u0e32\u0e07\u0e2b\u0e25\u0e31\u0e01\u0e1b\u0e23\u0e30\u0e01\u0e31\u0e19", + "COMING SOON - High risk! Limited to {{limitSats}}K Sats": "\u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49\u0e40\u0e23\u0e47\u0e27\u0e46\u0e19\u0e35\u0e49 - \u0e40\u0e2a\u0e35\u0e48\u0e22\u0e07\u0e21\u0e32\u0e01! \u0e40\u0e17\u0e23\u0e14\u0e44\u0e14\u0e49\u0e04\u0e23\u0e31\u0e49\u0e07\u0e25\u0e30\u0e44\u0e21\u0e48\u0e40\u0e01\u0e34\u0e19 {{limitSats}}K Sats", + "You must fill the order correctly": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e23\u0e30\u0e1a\u0e38\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e43\u0e2b\u0e49\u0e04\u0e23\u0e1a\u0e16\u0e49\u0e27\u0e19", + "Create Order": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22", + "Back": "\u0e01\u0e25\u0e31\u0e1a", + "Create an order for ": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a ", + "Create a BTC buy order for ": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d BTC \u0e14\u0e49\u0e27\u0e22\u0e40\u0e07\u0e34\u0e19\u0e08\u0e33\u0e19\u0e27\u0e19 ", + "Create a BTC sell order for ": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d BTC \u0e14\u0e49\u0e27\u0e22\u0e40\u0e07\u0e34\u0e19\u0e08\u0e33\u0e19\u0e27\u0e19 ", + " of {{satoshis}} Satoshis": " \u0e40\u0e1b\u0e47\u0e19 Satoshis \u0e08\u0e33\u0e19\u0e27\u0e19 {{satoshis}} Sats", + " at market price": " \u0e17\u0e35\u0e48\u0e23\u0e32\u0e04\u0e32\u0e15\u0e25\u0e32\u0e14", + " at a {{premium}}% premium": " \u0e43\u0e19\u0e23\u0e32\u0e04\u0e32\u0e41\u0e1e\u0e07\u0e01\u0e27\u0e48\u0e32\u0e15\u0e25\u0e32\u0e14 {{premium}}% ", + " at a {{discount}}% discount": " \u0e43\u0e19\u0e23\u0e32\u0e04\u0e32\u0e16\u0e39\u0e01\u0e01\u0e27\u0e48\u0e32\u0e15\u0e25\u0e32\u0e14 {{discount}}% ", + "Must be less than {{max}}%": "\u0e15\u0e49\u0e2d\u0e07\u0e19\u0e49\u0e2d\u0e22\u0e01\u0e27\u0e48\u0e32 {{max}}%", + "Must be more than {{min}}%": "\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32 {{min}}%", + "Must be less than {{maxSats}": "\u0e15\u0e49\u0e2d\u0e07\u0e19\u0e49\u0e2d\u0e22\u0e01\u0e27\u0e48\u0e32 {{maxSats}}", + "Must be more than {{minSats}}": "\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32 {{minSats}}", + "Store your robot token": "\u0e40\u0e01\u0e47\u0e1a\u0e23\u0e31\u0e01\u0e29\u0e32 token \u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "\u0e04\u0e38\u0e13\u0e2d\u0e32\u0e08\u0e15\u0e49\u0e2d\u0e07\u0e43\u0e0a\u0e49\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e2d\u0e35\u0e01\u0e43\u0e19\u0e2d\u0e19\u0e32\u0e04\u0e15\u0e08\u0e36\u0e07\u0e04\u0e27\u0e23\u0e40\u0e01\u0e47\u0e1a\u0e23\u0e31\u0e01\u0e29\u0e32\u0e21\u0e31\u0e19\u0e44\u0e27\u0e49\u0e43\u0e2b\u0e49\u0e14\u0e35 \u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e04\u0e31\u0e14\u0e25\u0e2d\u0e01\u0e21\u0e31\u0e19\u0e44\u0e1b\u0e40\u0e01\u0e47\u0e1a\u0e44\u0e27\u0e49\u0e43\u0e19\u0e41\u0e2d\u0e1e\u0e1e\u0e25\u0e34\u0e40\u0e04\u0e0a\u0e31\u0e48\u0e19\u0e2d\u0e37\u0e48\u0e19\u0e46\u0e44\u0e14\u0e49\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e07\u0e48\u0e32\u0e22\u0e14\u0e32\u0e22", + "Done": "\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19", + "You do not have a robot avatar": "\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e21\u0e35\u0e42\u0e23\u0e1a\u0e2d\u0e17", + "You need to generate a robot avatar in order to become an order maker": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e01\u0e48\u0e2d\u0e19\u0e08\u0e36\u0e07\u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e44\u0e14\u0e49", "PAYMENT METHODS - autocompletePayments.js": "Payment method strings", - "not specified": "ไม่ระบุ", + "not specified": "\u0e44\u0e21\u0e48\u0e23\u0e30\u0e1a\u0e38", "Instant SEPA": "Instant SEPA", "Amazon GiftCard": "Amazon GiftCard", "Google Play Gift Code": "Google Play Gift Code", - "Cash F2F": "เงินสด (นัดพบ)", + "Cash F2F": "\u0e40\u0e07\u0e34\u0e19\u0e2a\u0e14 (\u0e19\u0e31\u0e14\u0e1e\u0e1a)", "On-Chain BTC": "On-Chain BTC", - "BOOK PAGE - BookPage.js": "The Book Order page", - "Seller": "ผู้ขาย", - "Buyer": "ผู้ซื้อ", - "I want to": "ฉันต้องการ", - "Select Order Type": "เลือกชนิดรายการ", + "Seller": "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", + "Buyer": "\u0e1c\u0e39\u0e49\u0e0b\u0e37\u0e49\u0e2d", + "I want to": "\u0e09\u0e31\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23", + "Select Order Type": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e0a\u0e19\u0e34\u0e14\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", "ANY": "ANY", - "BUY": "ซื้อ", - "SELL": "ขาย", - "and receive": "และรับเงินเป็น", - "and pay with": "และชำระด้วย", - "and use": "และใช้", - "Select Payment Currency": "เลือกสกุลเงิน", - "Robot": "โรบอท", - "Is": "เป็น", - "Currency": "สกุลเงิน", - "Payment Method": "วิธีการชำระเงิน", - "Pay": "จ่าย", - "Price": "ราคา", - "Premium": "พรีเมี่ยม", - "You are SELLING BTC for {{currencyCode}}": "คุณกำลังขาย BTC เป็นเงิน {{currencyCode}}", - "You are BUYING BTC for {{currencyCode}}": "คุณกำลังซื้อ BTC ด้วยเงิน {{currencyCode}}", - "You are looking at all": "คุณกำลังดูรายการทั้งหมด", - "No orders found to sell BTC for {{currencyCode}}": "ไม่มีรายการขาย BTC เป็นเงิน {{currencyCode}}", - "No orders found to buy BTC for {{currencyCode}}": "ไม่มีรายการซื้อ BTC เป็นเงิน {{currencyCode}}", - "Filter has no results": "ตัวกรองไม่พบผลลัพธ์", - "Be the first one to create an order": "มาเป็นคนสร้างรายการซื้อขายคนแรก", - "Orders per page:": "รายการต่อหน้า:", - "No rows": "ไม่มีแถว", - "No results found.": "ไม่พบผลลัพธ์", - "An error occurred.": "เกิดความผิดพลาด", - "Columns": "คอลัมน์", - "Select columns": "เลือกคอลัมน์", - "Find column": "ค้นหาคอลัมน์", - "Column title": "ชื่อคอลัมน์", - "Reorder column": "จัดเรียงคอลัมน์ใหม่", - "Show all": "แสดงทั้งหมด", - "Hide all": "ซ่อนทั้งหมด", - "Add filter": "เพิ่มตัวกรอง", - "Delete": "ลบ", - "Logic operator": "ตัวดำเนินการ", - "Operator": "ตัวดำเนินการ", - "And": "และ", - "Or": "หรือ", - "Value": "ค่า", - "Filter value": "กรองค่า", - "contains": "มีเป็นองค์ประกอบ", - "equals": "เท่ากับ", - "starts with": "เริ่มต้นด้วย", - "ends with": "ลงท้ายด้วย", - "is": "เป็น", - "is not": "ไม่ใช่", + "BUY": "\u0e0b\u0e37\u0e49\u0e2d", + "SELL": "\u0e02\u0e32\u0e22", + "and receive": "\u0e41\u0e25\u0e30\u0e23\u0e31\u0e1a\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1b\u0e47\u0e19", + "and pay with": "\u0e41\u0e25\u0e30\u0e0a\u0e33\u0e23\u0e30\u0e14\u0e49\u0e27\u0e22", + "and use": "\u0e41\u0e25\u0e30\u0e43\u0e0a\u0e49", + "Select Payment Currency": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19", + "Robot": "\u0e42\u0e23\u0e1a\u0e2d\u0e17", + "Is": "\u0e40\u0e1b\u0e47\u0e19", + "Currency": "\u0e2a\u0e01\u0e38\u0e25\u0e40\u0e07\u0e34\u0e19", + "Payment Method": "\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19", + "Pay": "\u0e08\u0e48\u0e32\u0e22", + "Price": "\u0e23\u0e32\u0e04\u0e32", + "Premium": "\u0e1e\u0e23\u0e35\u0e40\u0e21\u0e35\u0e48\u0e22\u0e21", + "You are SELLING BTC for {{currencyCode}}": "\u0e04\u0e38\u0e13\u0e01\u0e33\u0e25\u0e31\u0e07\u0e02\u0e32\u0e22 BTC \u0e40\u0e1b\u0e47\u0e19\u0e40\u0e07\u0e34\u0e19 {{currencyCode}}", + "You are BUYING BTC for {{currencyCode}}": "\u0e04\u0e38\u0e13\u0e01\u0e33\u0e25\u0e31\u0e07\u0e0b\u0e37\u0e49\u0e2d BTC \u0e14\u0e49\u0e27\u0e22\u0e40\u0e07\u0e34\u0e19 {{currencyCode}}", + "You are looking at all": "\u0e04\u0e38\u0e13\u0e01\u0e33\u0e25\u0e31\u0e07\u0e14\u0e39\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "No orders found to sell BTC for {{currencyCode}}": "\u0e44\u0e21\u0e48\u0e21\u0e35\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e32\u0e22 BTC \u0e40\u0e1b\u0e47\u0e19\u0e40\u0e07\u0e34\u0e19 {{currencyCode}}", + "No orders found to buy BTC for {{currencyCode}}": "\u0e44\u0e21\u0e48\u0e21\u0e35\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d BTC \u0e40\u0e1b\u0e47\u0e19\u0e40\u0e07\u0e34\u0e19 {{currencyCode}}", + "Filter has no results": "\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c", + "Be the first one to create an order": "\u0e21\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e04\u0e19\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e04\u0e19\u0e41\u0e23\u0e01", + "Orders per page:": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e15\u0e48\u0e2d\u0e2b\u0e19\u0e49\u0e32:", + "No rows": "\u0e44\u0e21\u0e48\u0e21\u0e35\u0e41\u0e16\u0e27", + "No results found.": "\u0e44\u0e21\u0e48\u0e1e\u0e1a\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c", + "An error occurred.": "\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14", + "Columns": "\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c", + "Select columns": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c", + "Find column": "\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c", + "Column title": "\u0e0a\u0e37\u0e48\u0e2d\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c", + "Reorder column": "\u0e08\u0e31\u0e14\u0e40\u0e23\u0e35\u0e22\u0e07\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c\u0e43\u0e2b\u0e21\u0e48", + "Show all": "\u0e41\u0e2a\u0e14\u0e07\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "Hide all": "\u0e0b\u0e48\u0e2d\u0e19\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "Add filter": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07", + "Delete": "\u0e25\u0e1a", + "Logic operator": "\u0e15\u0e31\u0e27\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23", + "Operator": "\u0e15\u0e31\u0e27\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23", + "And": "\u0e41\u0e25\u0e30", + "Or": "\u0e2b\u0e23\u0e37\u0e2d", + "Value": "\u0e04\u0e48\u0e32", + "Filter value": "\u0e01\u0e23\u0e2d\u0e07\u0e04\u0e48\u0e32", + "contains": "\u0e21\u0e35\u0e40\u0e1b\u0e47\u0e19\u0e2d\u0e07\u0e04\u0e4c\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a", + "equals": "\u0e40\u0e17\u0e48\u0e32\u0e01\u0e31\u0e1a", + "starts with": "\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e14\u0e49\u0e27\u0e22", + "ends with": "\u0e25\u0e07\u0e17\u0e49\u0e32\u0e22\u0e14\u0e49\u0e27\u0e22", + "is": "\u0e40\u0e1b\u0e47\u0e19", + "is not": "\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48", "is after": "is after", "is on or after": "is on or after", "is before": "is before", "is on or before": "is on or before", - "is empty": "ว่างเปล่า", - "is not empty": "ไม่ว่างเปล่า", - "is any of": "เป็นอะไรก็ได้ของ", - "any": "ทั้งหมด", - "true": "จริง", - "false": "เท็จ", - "Menu": "รายการเลือก", - "Show columns": "แสดงแถว", - "Filter": "ตัวกรอง", - "Unsort": "เลิกจัดเรียง", - "Sort by ASC": "เรียงจากล่างขึ้นบน", - "Sort by DESC": "เรียงจากบนลงล่าง", - "Sort": "จัดเรียง", - "Show filters": "แสดงตัวกรอง", - "yes": "ใช่", - "no": "ไม่ใช่", - + "is empty": "\u0e27\u0e48\u0e32\u0e07\u0e40\u0e1b\u0e25\u0e48\u0e32", + "is not empty": "\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e07\u0e40\u0e1b\u0e25\u0e48\u0e32", + "is any of": "\u0e40\u0e1b\u0e47\u0e19\u0e2d\u0e30\u0e44\u0e23\u0e01\u0e47\u0e44\u0e14\u0e49\u0e02\u0e2d\u0e07", + "any": "\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14", + "true": "\u0e08\u0e23\u0e34\u0e07", + "false": "\u0e40\u0e17\u0e47\u0e08", + "Menu": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01", + "Show columns": "\u0e41\u0e2a\u0e14\u0e07\u0e41\u0e16\u0e27", + "Filter": "\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07", + "Unsort": "\u0e40\u0e25\u0e34\u0e01\u0e08\u0e31\u0e14\u0e40\u0e23\u0e35\u0e22\u0e07", + "Sort by ASC": "\u0e40\u0e23\u0e35\u0e22\u0e07\u0e08\u0e32\u0e01\u0e25\u0e48\u0e32\u0e07\u0e02\u0e36\u0e49\u0e19\u0e1a\u0e19", + "Sort by DESC": "\u0e40\u0e23\u0e35\u0e22\u0e07\u0e08\u0e32\u0e01\u0e1a\u0e19\u0e25\u0e07\u0e25\u0e48\u0e32\u0e07", + "Sort": "\u0e08\u0e31\u0e14\u0e40\u0e23\u0e35\u0e22\u0e07", + "Show filters": "\u0e41\u0e2a\u0e14\u0e07\u0e15\u0e31\u0e27\u0e01\u0e23\u0e2d\u0e07", + "yes": "\u0e43\u0e0a\u0e48", + "no": "\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48", "BOTTOM BAR AND MISC - BottomBar.js": "Bottom Bar user profile and miscellaneous dialogs", - "Stats For Nerds": "สถิติสำหรับผู้สนใจ", + "Stats For Nerds": "\u0e2a\u0e16\u0e34\u0e15\u0e34\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e2a\u0e19\u0e43\u0e08", "LND version": "LND version", "Currently running commit hash": "Currently running commit hash", - "24h contracted volume": "24h ปริมาณการซื้อขาย 24 ชั่วโมงที่แล้ว", - "Lifetime contracted volume": "ปริมาณการซื้อขายตั้งแต่ก่อตั้งแพล้ตฟอร์ม", - "Made with": "สร้างด้วย", - "and": "และ", - "... somewhere on Earth!": "... ซักที่ บนโลกใบนี้!", - "Community": "ชุมชน", - "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "สามารถขอความช่วยเหลือผ่านช่องทางสาธารณะเท่านั้น เข้าร่วมกลุ่ม Telegram ถ้าคุณมีคำถามหรือต้องการมาสนุกกับชาวโรโบสุดเจ๋งคนอื่นๆ กรุณาใช้ช่องทาง Github Issues ในการแจ้งบัคหรือกรณีอยากเสนอเพิ่มฟีเจอร์ใหม่ๆ!", - "Follow RoboSats in Twitter": "ติดตาม RoboSats บน Twitter", + "24h contracted volume": "24h \u0e1b\u0e23\u0e34\u0e21\u0e32\u0e13\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22 24 \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07\u0e17\u0e35\u0e48\u0e41\u0e25\u0e49\u0e27", + "Lifetime contracted volume": "\u0e1b\u0e23\u0e34\u0e21\u0e32\u0e13\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e15\u0e31\u0e49\u0e07\u0e41\u0e15\u0e48\u0e01\u0e48\u0e2d\u0e15\u0e31\u0e49\u0e07\u0e41\u0e1e\u0e25\u0e49\u0e15\u0e1f\u0e2d\u0e23\u0e4c\u0e21", + "Made with": "\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e14\u0e49\u0e27\u0e22", + "and": "\u0e41\u0e25\u0e30", + "... somewhere on Earth!": "... \u0e0b\u0e31\u0e01\u0e17\u0e35\u0e48 \u0e1a\u0e19\u0e42\u0e25\u0e01\u0e43\u0e1a\u0e19\u0e35\u0e49!", + "Community": "\u0e0a\u0e38\u0e21\u0e0a\u0e19", + "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e02\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e1c\u0e48\u0e32\u0e19\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e2a\u0e32\u0e18\u0e32\u0e23\u0e13\u0e30\u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19 \u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e01\u0e25\u0e38\u0e48\u0e21 Telegram \u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e21\u0e35\u0e04\u0e33\u0e16\u0e32\u0e21\u0e2b\u0e23\u0e37\u0e2d\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e21\u0e32\u0e2a\u0e19\u0e38\u0e01\u0e01\u0e31\u0e1a\u0e0a\u0e32\u0e27\u0e42\u0e23\u0e42\u0e1a\u0e2a\u0e38\u0e14\u0e40\u0e08\u0e4b\u0e07\u0e04\u0e19\u0e2d\u0e37\u0e48\u0e19\u0e46 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e43\u0e0a\u0e49\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07 Github Issues \u0e43\u0e19\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e1a\u0e31\u0e04\u0e2b\u0e23\u0e37\u0e2d\u0e01\u0e23\u0e13\u0e35\u0e2d\u0e22\u0e32\u0e01\u0e40\u0e2a\u0e19\u0e2d\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e43\u0e2b\u0e21\u0e48\u0e46!", + "Follow RoboSats in Twitter": "\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21 RoboSats \u0e1a\u0e19 Twitter", "Twitter Official Account": "Twitter Official Account", - "RoboSats Telegram Communities": "ชุมชน RoboSats Telegram", + "RoboSats Telegram Communities": "\u0e0a\u0e38\u0e21\u0e0a\u0e19 RoboSats Telegram", "Join RoboSats Spanish speaking community!": "Join RoboSats Spanish speaking community!", "Join RoboSats Russian speaking community!": "Join RoboSats Russian speaking community!", "Join RoboSats Chinese speaking community!": "Join RoboSats Chinese speaking community!", "Join RoboSats English speaking community!": "Join RoboSats English speaking community!", - "Tell us about a new feature or a bug": "บอกเราเกี่ยวกับฟีเจอร์ใหม่หรือบัค", + "Tell us about a new feature or a bug": "\u0e1a\u0e2d\u0e01\u0e40\u0e23\u0e32\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e1f\u0e35\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e43\u0e2b\u0e21\u0e48\u0e2b\u0e23\u0e37\u0e2d\u0e1a\u0e31\u0e04", "Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - The Robotic Satoshis Open Source Project", - "Your Profile": "โปรไฟล์ของคุณ", - "Your robot": "โรบอทของคุณ", - "One active order #{{orderID}}": "มี 1 รายการที่กำลังดำเนินการอยู่ #{{orderID}}", - "Your current order": "รายการปัจจุบันของคุณ", - "No active orders": "ไม่มีรายการที่กำลังดำเนินการอยู่", - "Your token (will not remain here)": "token ของคุณ (แพล้ตฟอร์มไม่ได้บันทึกให้คุณ)", - "Back it up!": "อย่าลืมบันทึก!", - "Cannot remember": "จำไม่ได้", - "Rewards and compensations": "รางวัลที่ได้รับ", - "Share to earn 100 Sats per trade": "Share เพื่อรับ 100 Sats ต่อการซื้อขาย", - "Your referral link": "ลิ้งค์ referral ของคุณ", - "Your earned rewards": "รางวัลที่ตุณได้รับ", - "Claim": "รับรางวัล", - "Invoice for {{amountSats}} Sats": "Invoice สำหรับ {{amountSats}} Sats", - "Submit": "ส่งข้อมูล", - "There it goes, thank you!🥇": "เอาไปเลย ขอบคุณมาก!🥇", - "You have an active order": "คุณมีรายการที่กำลังดำเนินการอยู่", - "You can claim satoshis!": "คุณสามารถขอรับ satoshis!", - "Public Buy Orders": "รายการซื้อ", - "Public Sell Orders": "รายการขาย", - "Today Active Robots": "จำนวนโรบอทที่ใช้งานในวันนี้", - "24h Avg Premium": "ค่าพรีเมี่ยมเฉลี่ย 24 ชม.", - "Trade Fee": "ค่าธรรมเนียมการซื้อขาย", - "Show community and support links": "แสดงชุมชนและลิ้งค์ขอความช่วยเหลือ", - "Show stats for nerds": "แสดงสถิติของแพล้ตฟอร์ม", - "Exchange Summary": "สรุปข้อมูลการซื้อขาย", - "Public buy orders": "จำนวนรายการซื้อ", - "Public sell orders": "จำนวนรายการขาย", - "Book liquidity": "สภาพคล่องทางบ้ญชี", - "Today active robots": "จำนวนโรบอทที่ใช้งานในวันนี้", - "24h non-KYC bitcoin premium": "ค่าพรีเมี่ยม 24 ชม.ที่แล้วสำหรับ bitcoin non-KYC", - "Maker fee": "ค่าธรรมเนียม Maker", - "Taker fee": "ค่าธรรมเนียม Taker", - "Number of public BUY orders": "จำนวนรายการซื้อ", - "Number of public SELL orders": "จำนวนรายการขาย", - "Your last order #{{orderID}}": "รายการล่าสุดของคุณ #{{orderID}}", - "Inactive order": "รายการที่ไม่ได้ดำเนินการอยู่", - "You do not have previous orders": "คุณไม่มีรายการก่อนหน้านี้", - "Join RoboSats' Subreddit": "เข้าร่วมชุมชน RoboSats' Subreddit", - "RoboSats in Reddit": "RoboSats ใน Reddit", - "Current onchain payout fee": "ค่าธรรมเนียมการจ่าย On-chain ตอนนี้", - "Use stealth invoices": "ใช้งาน stealth invoices", - "Stealth lightning invoices do not contain details about the trade except an order reference. Enable this setting if you don't want to disclose details to a custodial lightning wallet.": "Stealth lightning invoices จะไม่มีข้อมูลใดๆนอกจากรหัสอ้างอิงรายการซื้อขาย เปิดใช้งานฟังชั่นนี้เพื่อปกปิดตัวตนกรณีใช้งาน custodial lightning wallet.", - + "Your Profile": "\u0e42\u0e1b\u0e23\u0e44\u0e1f\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Your robot": "\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "One active order #{{orderID}}": "\u0e21\u0e35 1 \u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e01\u0e33\u0e25\u0e31\u0e07\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e2d\u0e22\u0e39\u0e48 #{{orderID}}", + "Your current order": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "No active orders": "\u0e44\u0e21\u0e48\u0e21\u0e35\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e01\u0e33\u0e25\u0e31\u0e07\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e2d\u0e22\u0e39\u0e48", + "Your token (will not remain here)": "token \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 (\u0e41\u0e1e\u0e25\u0e49\u0e15\u0e1f\u0e2d\u0e23\u0e4c\u0e21\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13)", + "Back it up!": "\u0e2d\u0e22\u0e48\u0e32\u0e25\u0e37\u0e21\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01!", + "Cannot remember": "\u0e08\u0e33\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49", + "Rewards and compensations": "\u0e23\u0e32\u0e07\u0e27\u0e31\u0e25\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a", + "Share to earn 100 Sats per trade": "Share \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e23\u0e31\u0e1a 100 Sats \u0e15\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22", + "Your referral link": "\u0e25\u0e34\u0e49\u0e07\u0e04\u0e4c referral \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Your earned rewards": "\u0e23\u0e32\u0e07\u0e27\u0e31\u0e25\u0e17\u0e35\u0e48\u0e15\u0e38\u0e13\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a", + "Claim": "\u0e23\u0e31\u0e1a\u0e23\u0e32\u0e07\u0e27\u0e31\u0e25", + "Invoice for {{amountSats}} Sats": "Invoice \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a {{amountSats}} Sats", + "Submit": "\u0e2a\u0e48\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25", + "There it goes, thank you!\ud83e\udd47": "\u0e40\u0e2d\u0e32\u0e44\u0e1b\u0e40\u0e25\u0e22 \u0e02\u0e2d\u0e1a\u0e04\u0e38\u0e13\u0e21\u0e32\u0e01!\ud83e\udd47", + "You have an active order": "\u0e04\u0e38\u0e13\u0e21\u0e35\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e01\u0e33\u0e25\u0e31\u0e07\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e2d\u0e22\u0e39\u0e48", + "You can claim satoshis!": "\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e02\u0e2d\u0e23\u0e31\u0e1a satoshis!", + "Public Buy Orders": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d", + "Public Sell Orders": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e32\u0e22", + "Today Active Robots": "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e43\u0e19\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49", + "24h Avg Premium": "\u0e04\u0e48\u0e32\u0e1e\u0e23\u0e35\u0e40\u0e21\u0e35\u0e48\u0e22\u0e21\u0e40\u0e09\u0e25\u0e35\u0e48\u0e22 24 \u0e0a\u0e21.", + "Trade Fee": "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22", + "Show community and support links": "\u0e41\u0e2a\u0e14\u0e07\u0e0a\u0e38\u0e21\u0e0a\u0e19\u0e41\u0e25\u0e30\u0e25\u0e34\u0e49\u0e07\u0e04\u0e4c\u0e02\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d", + "Show stats for nerds": "\u0e41\u0e2a\u0e14\u0e07\u0e2a\u0e16\u0e34\u0e15\u0e34\u0e02\u0e2d\u0e07\u0e41\u0e1e\u0e25\u0e49\u0e15\u0e1f\u0e2d\u0e23\u0e4c\u0e21", + "Exchange Summary": "\u0e2a\u0e23\u0e38\u0e1b\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22", + "Public buy orders": "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d", + "Public sell orders": "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e32\u0e22", + "Book liquidity": "\u0e2a\u0e20\u0e32\u0e1e\u0e04\u0e25\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e1a\u0e49\u0e0d\u0e0a\u0e35", + "Today active robots": "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e43\u0e19\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49", + "24h non-KYC bitcoin premium": "\u0e04\u0e48\u0e32\u0e1e\u0e23\u0e35\u0e40\u0e21\u0e35\u0e48\u0e22\u0e21 24 \u0e0a\u0e21.\u0e17\u0e35\u0e48\u0e41\u0e25\u0e49\u0e27\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a bitcoin non-KYC", + "Maker fee": "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21 Maker", + "Taker fee": "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21 Taker", + "Number of public BUY orders": "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d", + "Number of public SELL orders": "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e32\u0e22", + "Your last order #{{orderID}}": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 #{{orderID}}", + "Inactive order": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e2d\u0e22\u0e39\u0e48", + "You do not have previous orders": "\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e21\u0e35\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e01\u0e48\u0e2d\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49", + "Join RoboSats' Subreddit": "\u0e40\u0e02\u0e49\u0e32\u0e23\u0e48\u0e27\u0e21\u0e0a\u0e38\u0e21\u0e0a\u0e19 RoboSats' Subreddit", + "RoboSats in Reddit": "RoboSats \u0e43\u0e19 Reddit", + "Current onchain payout fee": "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22 On-chain \u0e15\u0e2d\u0e19\u0e19\u0e35\u0e49", + "Use stealth invoices": "\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 stealth invoices", + "Stealth lightning invoices do not contain details about the trade except an order reference. Enable this setting if you don't want to disclose details to a custodial lightning wallet.": "Stealth lightning invoices \u0e08\u0e30\u0e44\u0e21\u0e48\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e43\u0e14\u0e46\u0e19\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e23\u0e2b\u0e31\u0e2a\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22 \u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e1f\u0e31\u0e07\u0e0a\u0e31\u0e48\u0e19\u0e19\u0e35\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1b\u0e01\u0e1b\u0e34\u0e14\u0e15\u0e31\u0e27\u0e15\u0e19\u0e01\u0e23\u0e13\u0e35\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 custodial lightning wallet.", "ORDER PAGE - OrderPage.js": "Order details page", "Order Box": "Order Box", "Contract": "Contract", "Active": "Active", - "Seen recently": "เห็นครั้งล่าสุด", + "Seen recently": "\u0e40\u0e2b\u0e47\u0e19\u0e04\u0e23\u0e31\u0e49\u0e07\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14", "Inactive": "Inactive", - "(Seller)": "(ผู้ขาย)", - "(Buyer)": "(ผู้ซื้อ)", - "Order maker": "maker ของรายการ", - "Order taker": "taker ของรายการ", - "Order Details": "รายละเอียดรายการ", - "Order status": "สถานะรายการ", - "Waiting for maker bond": "กำลังรอ maker bond", - "Public": "สาธารณะ", - "Waiting for taker bond": "กำลังรอ taker bond", - "Cancelled": "ยกเลิกแล้ว", - "Expired": "หมดอายุแล้ว", - "Waiting for trade collateral and buyer invoice": "กำลังรอผู้ขายวางเหรียญที่จะขายและรอผู้ซื้อส่ง Invoice", - "Waiting only for seller trade collateral": "กำลังรอผู้ขายวางเหรียญที่จะขาย", - "Waiting only for buyer invoice": "กำลังรอผู้ซื้อส่ง Invoice สำหรับรับเหรียญ", - "Sending fiat - In chatroom": "กำลังส่งเงินเฟียต ในห้องแชท", - "Fiat sent - In chatroom": "ส่งเงินเฟียตแล้ว ในห้องแชท", - "In dispute": "อยู่ในการร้องเรียน", - "Collaboratively cancelled": "ถูกยกเลิกร่วมกับคู่ค้า", - "Sending satoshis to buyer": "กำลังส่ง satoshis ให้ผู้ซื้อ", - "Sucessful trade": "ซื้อขายสำเร็จ", - "Failed lightning network routing": "lightning network routing ล้มเหลว", - "Wait for dispute resolution": "รอกระบวนการร้องเรียน", - "Maker lost dispute": "Maker แพ้การร้องเรียน", - "Taker lost dispute": "Taker แพ้การร้องเรียน", - "Amount range": "ขอบเขตปริมาณ", - "Swap destination": "จุดหมาย", - "Accepted payment methods": "วิธีชำระเงินเฟียตที่รองรับ", - "Others": "อื่นๆ", - "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - ค่าพรีเมี่ยม: {{premium}}%", - "Price and Premium": "ราคาและค่าพรีเมี่ยม", - "Amount of Satoshis": "ปริมาณ Satoshis", - "Premium over market price": "พรีเมี่ยมจากราคาตลาด", - "Order ID": "รหัสรายการซื้อขาย", - "Deposit timer": "ผู้ขายต้องวางเหรียญที่จะขายภายใน", - "Expires in": "หมดอายุใน", - "{{nickname}} is asking for a collaborative cancel": "{{nickname}} ขอให้คุณร่วมกันยกเลิกการซื้อขาย", - "You asked for a collaborative cancellation": "คุณขอให้อีกฝ่ายร่วมกันยกเลิกการซื้อขาย", - "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Invoice หมดอายุ คุณไม่ได้ยืนยันการประกาศรับซื้อขายภายในเวลาที่กำหนด กรุณาสร้างรายการใหม่", - "This order has been cancelled by the maker": "รายการนี้ถูกผู้ค้ายกเลิก", - "Invoice expired. You did not confirm taking the order in time.": "Invoice หมดอายุ คุณไม่ได้ยืนยันการรับซื้อขายภายในเวลาที่กำหนด", - "Penalty lifted, good to go!": "สามารถซื้อขายได้แล้ว!", - "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "คุณยังไม่สามารถดำเนินรายการได้! รออีก {{timeMin}} นาที {{timeSec}} วินาที", - "Too low": "ต่ำเกินไป", - "Too high": "สูงเกินไป", - "Enter amount of fiat to exchange for bitcoin": "ระบุจำนวนเงินเฟียตที่จะแลกเปลี่ยนกับ bitcoin", - "Amount {{currencyCode}}": "จำนวน {{currencyCode}}", - "You must specify an amount first": "คุณต้องระบุจำนวนก่อน", - "Take Order": "ดำเนินรายการต่อ", - "Wait until you can take an order": "รอจนกว่าคุณจะสามารถรับรายการซื้อขายได้", - "Cancel the order?": "จะยกเลิกรายการหรือไม่?", - "If the order is cancelled now you will lose your bond.": "ถ้ารายการถูกยกเลิกในขั้นตอนนี้ คุณจะสูญเสีย bond", - "Confirm Cancel": "ยืนยันยกเลิก", - "The maker is away": "ผู้ค้าออฟไลน์", - "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "หากคุณดำเนินการต่ออาจเป็นการเสียเวลาปล่าวหากผู้ค้าไม่มาดำเนินรายการต่อภายในเวลาที่กำหนด ในกรณีนี้คุณจะได้รับค่าเสียเวลาเป็น satoshi คิดเป็น 50% ของ maker bond", - "Collaborative cancel the order?": "ร่วมกันยกเลิกรายการหรือไม่", - "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "ผู้ขายวางเหรียญแล้ว หากต้องการยกเลิกการซื้อขายจะต้องได้รับการยินยอมจากอีกฝั่งร่วมกับคุณ", - "Ask for Cancel": "ขอให้ยกเลิก", - "Cancel": "ยกเลิก", - "Collaborative Cancel": "ร่วมกันยกเลิกการซื้อขาย", - "Invalid Order Id": "รหัสรายการซื้อขายผิด", - "You must have a robot avatar to see the order details": "คุณต้องมีโรบอทก่อนจึงจะสามารถดูรายละเอียดรายการได้", - "This order has been cancelled collaborativelly": "รายการนี้ถูกยกเลิกร่วมกับอีกฝ่าย", - "This order is not available": "ไม่มีรายการนี้", - "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "โรบอทซาโตชิที่ทำงานในโกดังไม่สามารถเข้าใจคุณได้ กรุณารายงาน Bug หรือปัญหาอื่นๆผ่านทาง Github https://github.com/reckless-satoshi/robosats/issues", - + "(Seller)": "(\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22)", + "(Buyer)": "(\u0e1c\u0e39\u0e49\u0e0b\u0e37\u0e49\u0e2d)", + "Order maker": "maker \u0e02\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", + "Order taker": "taker \u0e02\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", + "Order Details": "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", + "Order status": "\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", + "Waiting for maker bond": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e23\u0e2d maker bond", + "Public": "\u0e2a\u0e32\u0e18\u0e32\u0e23\u0e13\u0e30", + "Waiting for taker bond": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e23\u0e2d taker bond", + "Cancelled": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e41\u0e25\u0e49\u0e27", + "Expired": "\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38\u0e41\u0e25\u0e49\u0e27", + "Waiting for trade collateral and buyer invoice": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e23\u0e2d\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e27\u0e32\u0e07\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e08\u0e30\u0e02\u0e32\u0e22\u0e41\u0e25\u0e30\u0e23\u0e2d\u0e1c\u0e39\u0e49\u0e0b\u0e37\u0e49\u0e2d\u0e2a\u0e48\u0e07 Invoice", + "Waiting only for seller trade collateral": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e23\u0e2d\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e27\u0e32\u0e07\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e08\u0e30\u0e02\u0e32\u0e22", + "Waiting only for buyer invoice": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e23\u0e2d\u0e1c\u0e39\u0e49\u0e0b\u0e37\u0e49\u0e2d\u0e2a\u0e48\u0e07 Invoice \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e23\u0e31\u0e1a\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d", + "Sending fiat - In chatroom": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e2a\u0e48\u0e07\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15 \u0e43\u0e19\u0e2b\u0e49\u0e2d\u0e07\u0e41\u0e0a\u0e17", + "Fiat sent - In chatroom": "\u0e2a\u0e48\u0e07\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15\u0e41\u0e25\u0e49\u0e27 \u0e43\u0e19\u0e2b\u0e49\u0e2d\u0e07\u0e41\u0e0a\u0e17", + "In dispute": "\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19", + "Collaboratively cancelled": "\u0e16\u0e39\u0e01\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e1a\u0e04\u0e39\u0e48\u0e04\u0e49\u0e32", + "Sending satoshis to buyer": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e2a\u0e48\u0e07 satoshis \u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e0b\u0e37\u0e49\u0e2d", + "Sucessful trade": "\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08", + "Failed lightning network routing": "lightning network routing \u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27", + "Wait for dispute resolution": "\u0e23\u0e2d\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19", + "Maker lost dispute": "Maker \u0e41\u0e1e\u0e49\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19", + "Taker lost dispute": "Taker \u0e41\u0e1e\u0e49\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19", + "Amount range": "\u0e02\u0e2d\u0e1a\u0e40\u0e02\u0e15\u0e1b\u0e23\u0e34\u0e21\u0e32\u0e13", + "Swap destination": "\u0e08\u0e38\u0e14\u0e2b\u0e21\u0e32\u0e22", + "Accepted payment methods": "\u0e27\u0e34\u0e18\u0e35\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15\u0e17\u0e35\u0e48\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a", + "Others": "\u0e2d\u0e37\u0e48\u0e19\u0e46", + "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - \u0e04\u0e48\u0e32\u0e1e\u0e23\u0e35\u0e40\u0e21\u0e35\u0e48\u0e22\u0e21: {{premium}}%", + "Price and Premium": "\u0e23\u0e32\u0e04\u0e32\u0e41\u0e25\u0e30\u0e04\u0e48\u0e32\u0e1e\u0e23\u0e35\u0e40\u0e21\u0e35\u0e48\u0e22\u0e21", + "Amount of Satoshis": "\u0e1b\u0e23\u0e34\u0e21\u0e32\u0e13 Satoshis", + "Premium over market price": "\u0e1e\u0e23\u0e35\u0e40\u0e21\u0e35\u0e48\u0e22\u0e21\u0e08\u0e32\u0e01\u0e23\u0e32\u0e04\u0e32\u0e15\u0e25\u0e32\u0e14", + "Order ID": "\u0e23\u0e2b\u0e31\u0e2a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22", + "Deposit timer": "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e15\u0e49\u0e2d\u0e07\u0e27\u0e32\u0e07\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e08\u0e30\u0e02\u0e32\u0e22\u0e20\u0e32\u0e22\u0e43\u0e19", + "Expires in": "\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38\u0e43\u0e19", + "{{nickname}} is asking for a collaborative cancel": "{{nickname}} \u0e02\u0e2d\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e19\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22", + "You asked for a collaborative cancellation": "\u0e04\u0e38\u0e13\u0e02\u0e2d\u0e43\u0e2b\u0e49\u0e2d\u0e35\u0e01\u0e1d\u0e48\u0e32\u0e22\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e19\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22", + "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "Invoice \u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38 \u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e23\u0e31\u0e1a\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e20\u0e32\u0e22\u0e43\u0e19\u0e40\u0e27\u0e25\u0e32\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e21\u0e48", + "This order has been cancelled by the maker": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e1c\u0e39\u0e49\u0e04\u0e49\u0e32\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01", + "Invoice expired. You did not confirm taking the order in time.": "Invoice \u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38 \u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e20\u0e32\u0e22\u0e43\u0e19\u0e40\u0e27\u0e25\u0e32\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14", + "Penalty lifted, good to go!": "\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e44\u0e14\u0e49\u0e41\u0e25\u0e49\u0e27!", + "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "\u0e04\u0e38\u0e13\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e44\u0e14\u0e49! \u0e23\u0e2d\u0e2d\u0e35\u0e01 {{timeMin}} \u0e19\u0e32\u0e17\u0e35 {{timeSec}} \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35", + "Too low": "\u0e15\u0e48\u0e33\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b", + "Too high": "\u0e2a\u0e39\u0e07\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b", + "Enter amount of fiat to exchange for bitcoin": "\u0e23\u0e30\u0e1a\u0e38\u0e08\u0e33\u0e19\u0e27\u0e19\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15\u0e17\u0e35\u0e48\u0e08\u0e30\u0e41\u0e25\u0e01\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e01\u0e31\u0e1a bitcoin", + "Amount {{currencyCode}}": "\u0e08\u0e33\u0e19\u0e27\u0e19 {{currencyCode}}", + "You must specify an amount first": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e30\u0e1a\u0e38\u0e08\u0e33\u0e19\u0e27\u0e19\u0e01\u0e48\u0e2d\u0e19", + "Take Order": "\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e15\u0e48\u0e2d", + "Wait until you can take an order": "\u0e23\u0e2d\u0e08\u0e19\u0e01\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e23\u0e31\u0e1a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e44\u0e14\u0e49", + "Cancel the order?": "\u0e08\u0e30\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?", + "If the order is cancelled now you will lose your bond.": "\u0e16\u0e49\u0e32\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e16\u0e39\u0e01\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e43\u0e19\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e19\u0e35\u0e49 \u0e04\u0e38\u0e13\u0e08\u0e30\u0e2a\u0e39\u0e0d\u0e40\u0e2a\u0e35\u0e22 bond", + "Confirm Cancel": "\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01", + "The maker is away": "\u0e1c\u0e39\u0e49\u0e04\u0e49\u0e32\u0e2d\u0e2d\u0e1f\u0e44\u0e25\u0e19\u0e4c", + "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "\u0e2b\u0e32\u0e01\u0e04\u0e38\u0e13\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e15\u0e48\u0e2d\u0e2d\u0e32\u0e08\u0e40\u0e1b\u0e47\u0e19\u0e01\u0e32\u0e23\u0e40\u0e2a\u0e35\u0e22\u0e40\u0e27\u0e25\u0e32\u0e1b\u0e25\u0e48\u0e32\u0e27\u0e2b\u0e32\u0e01\u0e1c\u0e39\u0e49\u0e04\u0e49\u0e32\u0e44\u0e21\u0e48\u0e21\u0e32\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e15\u0e48\u0e2d\u0e20\u0e32\u0e22\u0e43\u0e19\u0e40\u0e27\u0e25\u0e32\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14 \u0e43\u0e19\u0e01\u0e23\u0e13\u0e35\u0e19\u0e35\u0e49\u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e04\u0e48\u0e32\u0e40\u0e2a\u0e35\u0e22\u0e40\u0e27\u0e25\u0e32\u0e40\u0e1b\u0e47\u0e19 satoshi \u0e04\u0e34\u0e14\u0e40\u0e1b\u0e47\u0e19 50% \u0e02\u0e2d\u0e07 maker bond", + "Collaborative cancel the order?": "\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e19\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48", + "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e27\u0e32\u0e07\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e41\u0e25\u0e49\u0e27 \u0e2b\u0e32\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e22\u0e34\u0e19\u0e22\u0e2d\u0e21\u0e08\u0e32\u0e01\u0e2d\u0e35\u0e01\u0e1d\u0e31\u0e48\u0e07\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e1a\u0e04\u0e38\u0e13", + "Ask for Cancel": "\u0e02\u0e2d\u0e43\u0e2b\u0e49\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01", + "Cancel": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01", + "Collaborative Cancel": "\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e19\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22", + "Invalid Order Id": "\u0e23\u0e2b\u0e31\u0e2a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e1c\u0e34\u0e14", + "You must have a robot avatar to see the order details": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e01\u0e48\u0e2d\u0e19\u0e08\u0e36\u0e07\u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e14\u0e39\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e44\u0e14\u0e49", + "This order has been cancelled collaborativelly": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e1a\u0e2d\u0e35\u0e01\u0e1d\u0e48\u0e32\u0e22", + "This order is not available": "\u0e44\u0e21\u0e48\u0e21\u0e35\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49", + "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e0b\u0e32\u0e42\u0e15\u0e0a\u0e34\u0e17\u0e35\u0e48\u0e17\u0e33\u0e07\u0e32\u0e19\u0e43\u0e19\u0e42\u0e01\u0e14\u0e31\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19 Bug \u0e2b\u0e23\u0e37\u0e2d\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e2d\u0e37\u0e48\u0e19\u0e46\u0e1c\u0e48\u0e32\u0e19\u0e17\u0e32\u0e07 Github https://github.com/reckless-satoshi/robosats/issues", "CHAT BOX - Chat.js": "Chat Box", - "You": "คุณ", - "Peer": "คู่ค้า", - "connected": "เชื่อมต่อแล้ว", - "disconnected": "ตัดการเชื่อมต่อแล้ว", - "Type a message": "พิมพ์ข้อความ", - "Connecting...": "กำลังเชื่อมต่อ...", - "Send": "ส่ง", - "Verify your privacy": "ตรวจสอบความเป็นส่วนตัวของคุณ", - "Audit PGP": "ตรวจสอบ PGP", - "Save full log as a JSON file (messages and credentials)": "บันทึกข้อความและการยืนยันตัวตนในรูป JSON", - "Export": "ส่งออก", - "Don't trust, verify": "อย่าเชื่อ ต้องตรวจสอบ", - "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "การสื่อสารของคุณถูกเข้ารหัสแบบ end-to-end ด้วย OpenPGP คุณสามารถตรวจสอบความเป็นส่วนตัวของคุณด้วยเครื่องมือใดก็ได้ที่รองรับมาตรฐาน OpenPGP", - "Learn how to verify": "เรียนรู้วิธีการตรวจสอบ", - "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "PGP public key ของคุณ คู่ค้าของคุณใช้มันเข้ารหัสกับข้อความซึ่งทำให้มีแต่คุณเท่านั้นที่สามารถอ่านได้", - "Your public key": "Public key ของคุณ", - "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "PGP public key ของคู่ค้า ใช้ในการเข้ารหัสกับข้อความซึ่งทำให้มีแต่เขาเท่านั้นที่สามารภถอ่านได้และใช้ตรวจสอบข้อความที่คู่ค้าเข้ารหัสและส่งมาให้คุณ", - "Peer public key": "Public key ของคู่ค้า", - "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "private key ที่ถูกเข้ารหัสของคุณ ใช้ในการถอดรหัสเพื่ออ่านข้อความที่คู่ค้าส่งให้คุณ และใช้ในการเซ็นต์เพื่อยืนยันว่าข้อความที่คุณส่งมาจากคุณจริงๆ", - "Your encrypted private key": "private key ที่ถูกเข้ารหัสของคุณ", - "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "passphrase สำหรับถอดรหัส private key ของคุณ มีแต่คุณเท่านั้นที่รู้! ห้ามแชร์ให้ผู้อื่น นอกจากนี้มันยังเป็น token ของโรบอทของคุณอีกด้วย", - "Your private key passphrase (keep secure!)": "passphrase ของ private key ของคุณ เก็บรักษาไว้ให้ดี!", - "Save credentials as a JSON file": "บันทึกข้อมูลยืนยันตัวตนเป็นไฟล์ JSON", + "You": "\u0e04\u0e38\u0e13", + "Peer": "\u0e04\u0e39\u0e48\u0e04\u0e49\u0e32", + "connected": "\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e41\u0e25\u0e49\u0e27", + "disconnected": "\u0e15\u0e31\u0e14\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e41\u0e25\u0e49\u0e27", + "Type a message": "\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21", + "Connecting...": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d...", + "Send": "\u0e2a\u0e48\u0e07", + "Verify your privacy": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Audit PGP": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a PGP", + "Save full log as a JSON file (messages and credentials)": "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e15\u0e31\u0e27\u0e15\u0e19\u0e43\u0e19\u0e23\u0e39\u0e1b JSON", + "Export": "\u0e2a\u0e48\u0e07\u0e2d\u0e2d\u0e01", + "Don't trust, verify": "\u0e2d\u0e22\u0e48\u0e32\u0e40\u0e0a\u0e37\u0e48\u0e2d \u0e15\u0e49\u0e2d\u0e07\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a", + "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "\u0e01\u0e32\u0e23\u0e2a\u0e37\u0e48\u0e2d\u0e2a\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e16\u0e39\u0e01\u0e40\u0e02\u0e49\u0e32\u0e23\u0e2b\u0e31\u0e2a\u0e41\u0e1a\u0e1a end-to-end \u0e14\u0e49\u0e27\u0e22 OpenPGP \u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e14\u0e49\u0e27\u0e22\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e43\u0e14\u0e01\u0e47\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 OpenPGP", + "Learn how to verify": "\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a", + "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "PGP public key \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e04\u0e39\u0e48\u0e04\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e43\u0e0a\u0e49\u0e21\u0e31\u0e19\u0e40\u0e02\u0e49\u0e32\u0e23\u0e2b\u0e31\u0e2a\u0e01\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e0b\u0e36\u0e48\u0e07\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e21\u0e35\u0e41\u0e15\u0e48\u0e04\u0e38\u0e13\u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2d\u0e48\u0e32\u0e19\u0e44\u0e14\u0e49", + "Your public key": "Public key \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "PGP public key \u0e02\u0e2d\u0e07\u0e04\u0e39\u0e48\u0e04\u0e49\u0e32 \u0e43\u0e0a\u0e49\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32\u0e23\u0e2b\u0e31\u0e2a\u0e01\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e0b\u0e36\u0e48\u0e07\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e21\u0e35\u0e41\u0e15\u0e48\u0e40\u0e02\u0e32\u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e20\u0e16\u0e2d\u0e48\u0e32\u0e19\u0e44\u0e14\u0e49\u0e41\u0e25\u0e30\u0e43\u0e0a\u0e49\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e17\u0e35\u0e48\u0e04\u0e39\u0e48\u0e04\u0e49\u0e32\u0e40\u0e02\u0e49\u0e32\u0e23\u0e2b\u0e31\u0e2a\u0e41\u0e25\u0e30\u0e2a\u0e48\u0e07\u0e21\u0e32\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13", + "Peer public key": "Public key \u0e02\u0e2d\u0e07\u0e04\u0e39\u0e48\u0e04\u0e49\u0e32", + "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "private key \u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e40\u0e02\u0e49\u0e32\u0e23\u0e2b\u0e31\u0e2a\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e43\u0e0a\u0e49\u0e43\u0e19\u0e01\u0e32\u0e23\u0e16\u0e2d\u0e14\u0e23\u0e2b\u0e31\u0e2a\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2d\u0e48\u0e32\u0e19\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e17\u0e35\u0e48\u0e04\u0e39\u0e48\u0e04\u0e49\u0e32\u0e2a\u0e48\u0e07\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13 \u0e41\u0e25\u0e30\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e0b\u0e47\u0e19\u0e15\u0e4c\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e27\u0e48\u0e32\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e2a\u0e48\u0e07\u0e21\u0e32\u0e08\u0e32\u0e01\u0e04\u0e38\u0e13\u0e08\u0e23\u0e34\u0e07\u0e46", + "Your encrypted private key": "private key \u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e40\u0e02\u0e49\u0e32\u0e23\u0e2b\u0e31\u0e2a\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "passphrase \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e16\u0e2d\u0e14\u0e23\u0e2b\u0e31\u0e2a private key \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e21\u0e35\u0e41\u0e15\u0e48\u0e04\u0e38\u0e13\u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19\u0e17\u0e35\u0e48\u0e23\u0e39\u0e49! \u0e2b\u0e49\u0e32\u0e21\u0e41\u0e0a\u0e23\u0e4c\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e2d\u0e37\u0e48\u0e19 \u0e19\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e19\u0e35\u0e49\u0e21\u0e31\u0e19\u0e22\u0e31\u0e07\u0e40\u0e1b\u0e47\u0e19 token \u0e02\u0e2d\u0e07\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2d\u0e35\u0e01\u0e14\u0e49\u0e27\u0e22", + "Your private key passphrase (keep secure!)": "passphrase \u0e02\u0e2d\u0e07 private key \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e40\u0e01\u0e47\u0e1a\u0e23\u0e31\u0e01\u0e29\u0e32\u0e44\u0e27\u0e49\u0e43\u0e2b\u0e49\u0e14\u0e35!", + "Save credentials as a JSON file": "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e15\u0e31\u0e27\u0e15\u0e19\u0e40\u0e1b\u0e47\u0e19\u0e44\u0e1f\u0e25\u0e4c JSON", "Keys": "Keys", - "Save messages as a JSON file": "บันทึกข้อความเป็นไฟล์ JSON", - "Messages": "ข้อความ", - "Verified signature by {{nickname}}": "ลายเซ็นต์ที่ถูกตรวจสอบแล้วโดย {{nickname}}", - "Cannot verify signature of {{nickname}}": "ไม่สามารถตรวจสอบลายเซ็นต์ของ {{nickname}}", - + "Save messages as a JSON file": "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e44\u0e1f\u0e25\u0e4c JSON", + "Messages": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21", + "Verified signature by {{nickname}}": "\u0e25\u0e32\u0e22\u0e40\u0e0b\u0e47\u0e19\u0e15\u0e4c\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e41\u0e25\u0e49\u0e27\u0e42\u0e14\u0e22 {{nickname}}", + "Cannot verify signature of {{nickname}}": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e25\u0e32\u0e22\u0e40\u0e0b\u0e47\u0e19\u0e15\u0e4c\u0e02\u0e2d\u0e07 {{nickname}}", "CONTRACT BOX - TradeBox.js": "The Contract Box that guides users trough the whole trade pipeline", "Contract Box": "Contract Box", - "Robots show commitment to their peers": "โรบอทต้องแสดงความรับผิดชอบต่อคู่ค้าของตน", - "Lock {{amountSats}} Sats to PUBLISH order": "กักกัน {{amountSats}} Sats เพื่อประกาศรายการซื้อขาย", - "Lock {{amountSats}} Sats to TAKE order": "กักกัน {{amountSats}} Sats เพื่อดำเนินรายการ", - "Lock {{amountSats}} Sats as collateral": "กักกัน {{amountSats}} Sats เป็นหลักประกัน", - "Copy to clipboard": "คัดลอกไปยังคลิปบอร์ด", - "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "นี่คือ hold invoice มันจะกักกันเหรียญของคุณเอาไว้ใน wallet ของคุณและจะดำเนินการตัดจ่ายเหรียญเมื่อคุณยกเลิกรายการหรือแพ้ในกระบวนการร้องเรียน", - "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "นี่คือ hold invoice มันจะกักกันเหรียญของคุณเอาไว้ใน wallet ของคุณ เหรียญจะถูกส่งให้ผู้ซื้อเมื่อคุณยืนยันว่าคุณได้รับเงินเฟียต {{currencyCode}} ครบถ้วนแล้ว", - "Your maker bond is locked": "กักกัน maker bond ของคุณแล้ว", - "Your taker bond is locked": "กักกัน taker bond ของคุณแล้ว", - "Your maker bond was settled": "ปิดบัญชี maker bond แล้ว", - "Your taker bond was settled": "ปิดบัญชี taker bond แล้ว", - "Your maker bond was unlocked": "ปลดล็อก maker bond แล้ว", - "Your taker bond was unlocked": "ปลดล็อก taker bond แล้ว", - "Your order is public": "รายการของคุณถูกประกาศแล้ว", - "Be patient while robots check the book. This box will ring 🔊 once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "โปรดให้เวลาโรบอทท่านอื่นเข้าดูรายการซื้อขาย หากมีโรบอทมารับรายการซื้อขายของคุณ เราจะทำการแจ้งเตือน 🔊 จากนั้นคุณจะต้องตอบรับภายใน {{deposit_timer_hours}}ชั่วโมง {{deposit_timer_minutes}}นาที หากคุณไม่ตอบรับภายในเวลาที่กำหนด คุณจะสูญเสียเหรียญที่กักกันใน bond ได้", - "If the order expires untaken, your bond will return to you (no action needed).": "ถ้ารายการซื้อขายของคุณไม่มีใครรับ คุณจะได้รับการปลดล็อกเหรียญที่กักกันใน bond ของคุณคืนโดยอัตโนมัติ", - "Enable Telegram Notifications": "เปิดใช้การแจ้งเตือนผ่านทาง Telegram", - "Enable TG Notifications": "ใช้การแจ้งเตือน Telegram", - "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "คุณจะเข้าไปยังแชทกับ telegram bot ของ RoboSats ให้คุณกด Start อย่างไรก็ตาม การใช้การแจ้งเตือน telegram จะลดระดับการปกปิดตัวตนของคุณ", - "Go back": "กลับ", - "Enable": "เปิดใช้งาน", - "Telegram enabled": "เปิดใช้ Telegram แล้ว", - "Public orders for {{currencyCode}}": "รายการสำหรับ {{currencyCode}}", - "Premium rank": "ลำดับค่าพรีเมี่ยม", - "Among public {{currencyCode}} orders (higher is cheaper)": "สำหรับรายการที่เป็น {{currencyCode}} (ยิ่งสูงยิ่งถูก)", - "A taker has been found!": "มีคนรับรายการแล้ว!", - "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "โปรดรอคู่ค้าทำการกักกันเหรียญใน bond ถ้าเขากักกันเหรียญไม่ทันในเวลาที่กำหนด รายการจะถูกประำกาศใหม่", - "Payout Lightning Invoice": "Lightning Invoice สำหรับรับเหรียญ", - "Your info looks good!": "ข้อมูลของคุณครบถ้วน!", - "We are waiting for the seller to lock the trade amount.": "เรากำลังรอผู้ขายวางเหรียญที่นำมาขาย", - "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "กรุณารอซักครู่ ถ้าผู้ขายไม่ยอมวางเหรียญ คุณจะได้รับเหรียญใน bond คืนพร้อมค่าชดเชย (สามารถตรวจสอบได้ในส่วนของรางวัลในโปรไฟล์ของคุณ)", - "The trade collateral is locked!": "ผู้ขายวางเหรียญที่นำมาขายแล้ว", - "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "เรากำลังรอผู้ซื้อส่ง invoice รับเหรียญให้เรา หลังจากนั้นคุณจะได้แชทคุยกับผู้ซื้อเพื่อชี้แจงรายละเอียดสำหรับการชำระเงินเฟียต", - "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "กรุณารออีกซักครู่ ถ้าผู้ซื้อไม่ให้ความร่วมมือ คุณจะได้รับเหรียญที่นำมาวางและ bond คืนโดยอัตโนมัติ และคุณจะได้รับเงินชดเชยด้วย (สามารถตรวจสอบได้ในส่วนของรางวัลในโปรไฟล์ของท่าน)", - "Confirm {{currencyCode}} sent": "ยืนยันว่าส่งเงิน {{currencyCode}} แล้ว", - "Confirm {{currencyCode}} received": "ยืนยันว่าได้รับเงิน {{currencyCode}} แล้ว", - "Open Dispute": "ร้องเรียน", - "The order has expired": "รายการหมดอายุแล้ว", - "Chat with the buyer": "แชทกับผู้ซื้อ", - "Chat with the seller": "แชทกับผู้ขาย", - "Say hi! Be helpful and concise. Let them know how to send you {{currencyCode}}.": "ทักทาย ให้ความร่วมมือกัน และมีความรัดกุม แจ้งรายละเอียดการจ่ายเงิน {{currencyCode}} ให้อีกฝ่ายทราบ", - "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "ผู้ซื้อแจ้งว่าส่งเงินเฟียตแล้ว ตรวจสอบและกดยืนยัน 'Confirm Received' หากคุณได้รับเงินครบถ้วนแล้ว", - "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "ทักทาย สอบถามรายละเอียดการชำระเงิน และกดยืนยัน 'Confirm Sent' เมื่อคุณจ่ายเงินแล้ว", - "Wait for the seller to confirm he has received the payment.": "รอผู้ขายยืนยันว่าได้รับเงินเฟียตแล้ว", - "Confirm you received {{currencyCode}}?": "ยืนยันว่าคุณได้รับ {{currencyCode}} แล้ว ?", - "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "การยืนยันการได้รับเงินเฟียตเป็นขั้นตอนสุดท้ายของการซื้อขาย เหรียญส่วนที่กักกันไว้สำหรับขายจะถูกส่งให้ผู้ซื้อทันทีหลังจากยืนยัน ตรวจสอบให้เรียบร้อยว่าเงิน {{amount}} {{currencyCode}} เข้าไปที่บัญชีของคุณแล้ว และนอกจากนี้ หากคุณได้รับเงินเฟียตแล้วแต่ไม่ยอมยืนยัน คุณเสี่ยงที่จะสูญเสียเหรียญที่กักไว้ใน bond", - "Confirm": "ยืนยัน", - "🎉Trade finished!🥳": "🎉ซื้อขายเสร็จสิ้น!🥳", - "rate_robosats": "คุณคิดอย่างไรกับ 🤖<1>RoboSats⚡?", - "Thank you! RoboSats loves you too ❤️": "ขอบคุณ! RoboSats รักคุณเช่นกัน❤️", - "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats จะดีขึ้นเมื่อมีสภาพคล่องและผู้ใช้งานมากขึ้น ช่วยกันชวนเพื่อนของคุณมาใช้ Robosats!", - "Thank you for using Robosats!": "ขอบคุณที่ใช้งาน Robosats!", - "let_us_know_hot_to_improve": "บอกเราว่าเราควรปรับปรุงอย่างไร (<1>Telegram / <3>Github)", + "Robots show commitment to their peers": "\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e15\u0e49\u0e2d\u0e07\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e27\u0e32\u0e21\u0e23\u0e31\u0e1a\u0e1c\u0e34\u0e14\u0e0a\u0e2d\u0e1a\u0e15\u0e48\u0e2d\u0e04\u0e39\u0e48\u0e04\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e15\u0e19", + "Lock {{amountSats}} Sats to PUBLISH order": "\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19 {{amountSats}} Sats \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22", + "Lock {{amountSats}} Sats to TAKE order": "\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19 {{amountSats}} Sats \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", + "Lock {{amountSats}} Sats as collateral": "\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19 {{amountSats}} Sats \u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e1b\u0e23\u0e30\u0e01\u0e31\u0e19", + "Copy to clipboard": "\u0e04\u0e31\u0e14\u0e25\u0e2d\u0e01\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e04\u0e25\u0e34\u0e1b\u0e1a\u0e2d\u0e23\u0e4c\u0e14", + "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "\u0e19\u0e35\u0e48\u0e04\u0e37\u0e2d hold invoice \u0e21\u0e31\u0e19\u0e08\u0e30\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e2d\u0e32\u0e44\u0e27\u0e49\u0e43\u0e19 wallet \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e30\u0e08\u0e30\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e15\u0e31\u0e14\u0e08\u0e48\u0e32\u0e22\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e04\u0e38\u0e13\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2b\u0e23\u0e37\u0e2d\u0e41\u0e1e\u0e49\u0e43\u0e19\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19", + "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "\u0e19\u0e35\u0e48\u0e04\u0e37\u0e2d hold invoice \u0e21\u0e31\u0e19\u0e08\u0e30\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e2d\u0e32\u0e44\u0e27\u0e49\u0e43\u0e19 wallet \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e08\u0e30\u0e16\u0e39\u0e01\u0e2a\u0e48\u0e07\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e0b\u0e37\u0e49\u0e2d\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e04\u0e38\u0e13\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15 {{currencyCode}} \u0e04\u0e23\u0e1a\u0e16\u0e49\u0e27\u0e19\u0e41\u0e25\u0e49\u0e27", + "Your maker bond is locked": "\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19 maker bond \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e49\u0e27", + "Your taker bond is locked": "\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19 taker bond \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e49\u0e27", + "Your maker bond was settled": "\u0e1b\u0e34\u0e14\u0e1a\u0e31\u0e0d\u0e0a\u0e35 maker bond \u0e41\u0e25\u0e49\u0e27", + "Your taker bond was settled": "\u0e1b\u0e34\u0e14\u0e1a\u0e31\u0e0d\u0e0a\u0e35 taker bond \u0e41\u0e25\u0e49\u0e27", + "Your maker bond was unlocked": "\u0e1b\u0e25\u0e14\u0e25\u0e47\u0e2d\u0e01 maker bond \u0e41\u0e25\u0e49\u0e27", + "Your taker bond was unlocked": "\u0e1b\u0e25\u0e14\u0e25\u0e47\u0e2d\u0e01 taker bond \u0e41\u0e25\u0e49\u0e27", + "Your order is public": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e16\u0e39\u0e01\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e41\u0e25\u0e49\u0e27", + "Be patient while robots check the book. This box will ring \ud83d\udd0a once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "\u0e42\u0e1b\u0e23\u0e14\u0e43\u0e2b\u0e49\u0e40\u0e27\u0e25\u0e32\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e17\u0e48\u0e32\u0e19\u0e2d\u0e37\u0e48\u0e19\u0e40\u0e02\u0e49\u0e32\u0e14\u0e39\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22 \u0e2b\u0e32\u0e01\u0e21\u0e35\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e21\u0e32\u0e23\u0e31\u0e1a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e40\u0e23\u0e32\u0e08\u0e30\u0e17\u0e33\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19 \ud83d\udd0a \u0e08\u0e32\u0e01\u0e19\u0e31\u0e49\u0e19\u0e04\u0e38\u0e13\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e15\u0e2d\u0e1a\u0e23\u0e31\u0e1a\u0e20\u0e32\u0e22\u0e43\u0e19 {{deposit_timer_hours}}\u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07 {{deposit_timer_minutes}}\u0e19\u0e32\u0e17\u0e35 \u0e2b\u0e32\u0e01\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e15\u0e2d\u0e1a\u0e23\u0e31\u0e1a\u0e20\u0e32\u0e22\u0e43\u0e19\u0e40\u0e27\u0e25\u0e32\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14 \u0e04\u0e38\u0e13\u0e08\u0e30\u0e2a\u0e39\u0e0d\u0e40\u0e2a\u0e35\u0e22\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19\u0e43\u0e19 bond \u0e44\u0e14\u0e49", + "If the order expires untaken, your bond will return to you (no action needed).": "\u0e16\u0e49\u0e32\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e21\u0e35\u0e43\u0e04\u0e23\u0e23\u0e31\u0e1a \u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e25\u0e14\u0e25\u0e47\u0e2d\u0e01\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19\u0e43\u0e19 bond \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e04\u0e37\u0e19\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34", + "Enable Telegram Notifications": "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19\u0e1c\u0e48\u0e32\u0e19\u0e17\u0e32\u0e07 Telegram", + "Enable TG Notifications": "\u0e43\u0e0a\u0e49\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19 Telegram", + "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "\u0e04\u0e38\u0e13\u0e08\u0e30\u0e40\u0e02\u0e49\u0e32\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e41\u0e0a\u0e17\u0e01\u0e31\u0e1a telegram bot \u0e02\u0e2d\u0e07 RoboSats \u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e01\u0e14 Start \u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e23\u0e01\u0e47\u0e15\u0e32\u0e21 \u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19 telegram \u0e08\u0e30\u0e25\u0e14\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e01\u0e1b\u0e34\u0e14\u0e15\u0e31\u0e27\u0e15\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", + "Go back": "\u0e01\u0e25\u0e31\u0e1a", + "Enable": "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", + "Telegram enabled": "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49 Telegram \u0e41\u0e25\u0e49\u0e27", + "Public orders for {{currencyCode}}": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a {{currencyCode}}", + "Premium rank": "\u0e25\u0e33\u0e14\u0e31\u0e1a\u0e04\u0e48\u0e32\u0e1e\u0e23\u0e35\u0e40\u0e21\u0e35\u0e48\u0e22\u0e21", + "Among public {{currencyCode}} orders (higher is cheaper)": "\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e40\u0e1b\u0e47\u0e19 {{currencyCode}} (\u0e22\u0e34\u0e48\u0e07\u0e2a\u0e39\u0e07\u0e22\u0e34\u0e48\u0e07\u0e16\u0e39\u0e01)", + "A taker has been found!": "\u0e21\u0e35\u0e04\u0e19\u0e23\u0e31\u0e1a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e41\u0e25\u0e49\u0e27!", + "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "\u0e42\u0e1b\u0e23\u0e14\u0e23\u0e2d\u0e04\u0e39\u0e48\u0e04\u0e49\u0e32\u0e17\u0e33\u0e01\u0e32\u0e23\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e43\u0e19 bond \u0e16\u0e49\u0e32\u0e40\u0e02\u0e32\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e44\u0e21\u0e48\u0e17\u0e31\u0e19\u0e43\u0e19\u0e40\u0e27\u0e25\u0e32\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14 \u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e08\u0e30\u0e16\u0e39\u0e01\u0e1b\u0e23\u0e30\u0e33\u0e01\u0e32\u0e28\u0e43\u0e2b\u0e21\u0e48", + "Payout Lightning Invoice": "Lightning Invoice \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e23\u0e31\u0e1a\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d", + "Your info looks good!": "\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e04\u0e23\u0e1a\u0e16\u0e49\u0e27\u0e19!", + "We are waiting for the seller to lock the trade amount.": "\u0e40\u0e23\u0e32\u0e01\u0e33\u0e25\u0e31\u0e07\u0e23\u0e2d\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e27\u0e32\u0e07\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e19\u0e33\u0e21\u0e32\u0e02\u0e32\u0e22", + "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e23\u0e2d\u0e0b\u0e31\u0e01\u0e04\u0e23\u0e39\u0e48 \u0e16\u0e49\u0e32\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e44\u0e21\u0e48\u0e22\u0e2d\u0e21\u0e27\u0e32\u0e07\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d \u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e43\u0e19 bond \u0e04\u0e37\u0e19\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e04\u0e48\u0e32\u0e0a\u0e14\u0e40\u0e0a\u0e22 (\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e44\u0e14\u0e49\u0e43\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e02\u0e2d\u0e07\u0e23\u0e32\u0e07\u0e27\u0e31\u0e25\u0e43\u0e19\u0e42\u0e1b\u0e23\u0e44\u0e1f\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13)", + "The trade collateral is locked!": "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e27\u0e32\u0e07\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e19\u0e33\u0e21\u0e32\u0e02\u0e32\u0e22\u0e41\u0e25\u0e49\u0e27", + "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "\u0e40\u0e23\u0e32\u0e01\u0e33\u0e25\u0e31\u0e07\u0e23\u0e2d\u0e1c\u0e39\u0e49\u0e0b\u0e37\u0e49\u0e2d\u0e2a\u0e48\u0e07 invoice \u0e23\u0e31\u0e1a\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e43\u0e2b\u0e49\u0e40\u0e23\u0e32 \u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e19\u0e31\u0e49\u0e19\u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e14\u0e49\u0e41\u0e0a\u0e17\u0e04\u0e38\u0e22\u0e01\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e0b\u0e37\u0e49\u0e2d\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e0a\u0e35\u0e49\u0e41\u0e08\u0e07\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15", + "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e23\u0e2d\u0e2d\u0e35\u0e01\u0e0b\u0e31\u0e01\u0e04\u0e23\u0e39\u0e48 \u0e16\u0e49\u0e32\u0e1c\u0e39\u0e49\u0e0b\u0e37\u0e49\u0e2d\u0e44\u0e21\u0e48\u0e43\u0e2b\u0e49\u0e04\u0e27\u0e32\u0e21\u0e23\u0e48\u0e27\u0e21\u0e21\u0e37\u0e2d \u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e19\u0e33\u0e21\u0e32\u0e27\u0e32\u0e07\u0e41\u0e25\u0e30 bond \u0e04\u0e37\u0e19\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34 \u0e41\u0e25\u0e30\u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e07\u0e34\u0e19\u0e0a\u0e14\u0e40\u0e0a\u0e22\u0e14\u0e49\u0e27\u0e22 (\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e44\u0e14\u0e49\u0e43\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e02\u0e2d\u0e07\u0e23\u0e32\u0e07\u0e27\u0e31\u0e25\u0e43\u0e19\u0e42\u0e1b\u0e23\u0e44\u0e1f\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e17\u0e48\u0e32\u0e19)", + "Confirm {{currencyCode}} sent": "\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e27\u0e48\u0e32\u0e2a\u0e48\u0e07\u0e40\u0e07\u0e34\u0e19 {{currencyCode}} \u0e41\u0e25\u0e49\u0e27", + "Confirm {{currencyCode}} received": "\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e27\u0e48\u0e32\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e07\u0e34\u0e19 {{currencyCode}} \u0e41\u0e25\u0e49\u0e27", + "Open Dispute": "\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19", + "The order has expired": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38\u0e41\u0e25\u0e49\u0e27", + "Chat with the buyer": "\u0e41\u0e0a\u0e17\u0e01\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e0b\u0e37\u0e49\u0e2d", + "Chat with the seller": "\u0e41\u0e0a\u0e17\u0e01\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22", + "Say hi! Be helpful and concise. Let them know how to send you {{currencyCode}}.": "\u0e17\u0e31\u0e01\u0e17\u0e32\u0e22 \u0e43\u0e2b\u0e49\u0e04\u0e27\u0e32\u0e21\u0e23\u0e48\u0e27\u0e21\u0e21\u0e37\u0e2d\u0e01\u0e31\u0e19 \u0e41\u0e25\u0e30\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e23\u0e31\u0e14\u0e01\u0e38\u0e21 \u0e41\u0e08\u0e49\u0e07\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19 {{currencyCode}} \u0e43\u0e2b\u0e49\u0e2d\u0e35\u0e01\u0e1d\u0e48\u0e32\u0e22\u0e17\u0e23\u0e32\u0e1a", + "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "\u0e1c\u0e39\u0e49\u0e0b\u0e37\u0e49\u0e2d\u0e41\u0e08\u0e49\u0e07\u0e27\u0e48\u0e32\u0e2a\u0e48\u0e07\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15\u0e41\u0e25\u0e49\u0e27 \u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e41\u0e25\u0e30\u0e01\u0e14\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19 'Confirm Received' \u0e2b\u0e32\u0e01\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e07\u0e34\u0e19\u0e04\u0e23\u0e1a\u0e16\u0e49\u0e27\u0e19\u0e41\u0e25\u0e49\u0e27", + "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "\u0e17\u0e31\u0e01\u0e17\u0e32\u0e22 \u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19 \u0e41\u0e25\u0e30\u0e01\u0e14\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19 'Confirm Sent' \u0e40\u0e21\u0e37\u0e48\u0e2d\u0e04\u0e38\u0e13\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e41\u0e25\u0e49\u0e27", + "Wait for the seller to confirm he has received the payment.": "\u0e23\u0e2d\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e27\u0e48\u0e32\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15\u0e41\u0e25\u0e49\u0e27", + "Confirm you received {{currencyCode}}?": "\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a {{currencyCode}} \u0e41\u0e25\u0e49\u0e27 ?", + "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15\u0e40\u0e1b\u0e47\u0e19\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22 \u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e35\u0e48\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19\u0e44\u0e27\u0e49\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e02\u0e32\u0e22\u0e08\u0e30\u0e16\u0e39\u0e01\u0e2a\u0e48\u0e07\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e0b\u0e37\u0e49\u0e2d\u0e17\u0e31\u0e19\u0e17\u0e35\u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19 \u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e43\u0e2b\u0e49\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e23\u0e49\u0e2d\u0e22\u0e27\u0e48\u0e32\u0e40\u0e07\u0e34\u0e19 {{amount}} {{currencyCode}} \u0e40\u0e02\u0e49\u0e32\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e49\u0e27 \u0e41\u0e25\u0e30\u0e19\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e19\u0e35\u0e49 \u0e2b\u0e32\u0e01\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15\u0e41\u0e25\u0e49\u0e27\u0e41\u0e15\u0e48\u0e44\u0e21\u0e48\u0e22\u0e2d\u0e21\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19 \u0e04\u0e38\u0e13\u0e40\u0e2a\u0e35\u0e48\u0e22\u0e07\u0e17\u0e35\u0e48\u0e08\u0e30\u0e2a\u0e39\u0e0d\u0e40\u0e2a\u0e35\u0e22\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e01\u0e31\u0e01\u0e44\u0e27\u0e49\u0e43\u0e19 bond", + "Confirm": "\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19", + "\ud83c\udf89Trade finished!\ud83e\udd73": "\ud83c\udf89\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19!\ud83e\udd73", + "rate_robosats": "\u0e04\u0e38\u0e13\u0e04\u0e34\u0e14\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e23\u0e01\u0e31\u0e1a \ud83e\udd16<1>RoboSats\u26a1?", + "Thank you! RoboSats loves you too \u2764\ufe0f": "\u0e02\u0e2d\u0e1a\u0e04\u0e38\u0e13! RoboSats \u0e23\u0e31\u0e01\u0e04\u0e38\u0e13\u0e40\u0e0a\u0e48\u0e19\u0e01\u0e31\u0e19\u2764\ufe0f", + "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats \u0e08\u0e30\u0e14\u0e35\u0e02\u0e36\u0e49\u0e19\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e21\u0e35\u0e2a\u0e20\u0e32\u0e1e\u0e04\u0e25\u0e48\u0e2d\u0e07\u0e41\u0e25\u0e30\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e21\u0e32\u0e01\u0e02\u0e36\u0e49\u0e19 \u0e0a\u0e48\u0e27\u0e22\u0e01\u0e31\u0e19\u0e0a\u0e27\u0e19\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e21\u0e32\u0e43\u0e0a\u0e49 Robosats!", + "Thank you for using Robosats!": "\u0e02\u0e2d\u0e1a\u0e04\u0e38\u0e13\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 Robosats!", + "let_us_know_hot_to_improve": "\u0e1a\u0e2d\u0e01\u0e40\u0e23\u0e32\u0e27\u0e48\u0e32\u0e40\u0e23\u0e32\u0e04\u0e27\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e23 (<1>Telegram / <3>Github)", "Start Again": "Start Again", - "Attempting Lightning Payment": "กำลังดำเนินการจ่ายเหรียญทาง Lightning", - "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats กำลังจ่ายเหรียญให้ lightning invoice ของท่าน lightning nodes จะต้องออนไลน์เพื่อรับเหรียญ", - "Retrying!": "กำลังลองใหม่!", - "Lightning Routing Failed": "Lightning Routing ล้มเหลว", - "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Invoice หมดอายุ หรือเราได้ลองจ่ายเหรียญครบ 3 ครั้งแล้ว กรุณาส่ง invoice ใหม่ให้เรา", - "Check the list of compatible wallets": "ตรวจสอบรายการกระเป๋าเก็บเหรียญที่ใช้กับเราได้", - "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats จะลองจ่ายเหรียญให้ invoice ของท่าน 3 ครั้ง ห่างกันครั้งละ 1 นาที หากครบ 3 ครั้งแล้วยังล้มเหลวคุณจะสามารถส่ง invoice มาใหม่ได้ ตรวจสอบว่าคุณมี inbound liquidity เพียงพอ และ lightning nodes จะต้องออนไลน์จึงจะรับเหรียญได้", - "Next attempt in": "ลองใหม่ภายใน", - "Do you want to open a dispute?": "ต้องการร้องเรียนหรือไม่?", - "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "ทีมงาน RoboSats จะตรวจสอบคำแถลงและหลักฐานที่ได้รับ คุณจะต้องให้ข้อมูลเหตุการณ์ทั้งหมดอย่างละเอียดเนื่องจากทีมงานไม่สามารถอ่านข้อความในแชทซื้อขายได้ และคุณจะต้องระบุช่องทางสำหรับติดต่อคุณกลับมาในคำแถลงด้วย เหรียญที่ถูกกักกันไว้เพื่อซื้อขายจะถูกส่งให้ผู้ชนะการร้องเรียน และผู้แพ้จะสูญเสียเหรียญที่กักกันใน bond", - "Disagree": "ไม่ตกลง", - "Agree and open dispute": "ตกลงและดำเนินการร้องเรียน", - "A dispute has been opened": "ดำเนินการร้องเรียนแล้ว", - "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "กรุณาส่งคำแถลงของคุณ อธิบายรายละเอียดและเหตุการณ์ที่เกิดขึ้นทั้งหมดอย่างครบถ้วนและชัดเจนและแสดงหลักฐานที่จำเป็นให้เรา คุณจะต้องระบุช่องทางการติดต่อกลับ เช่น อีเมลล์ชั่วคราว, XMPP, หรือ telegram username เพื่อให้ทีมงานติดตามเรื่องได้ การดำเนินการกับข้อร้องเรียนจะทำโดยคน กรุณาให้การสนับสนุนทีมงานให้มากที่สุดเพื่อให้ได้ผลลัพธ์ที่เหมาะสมที่สุด (คำแถลงไม่เกิน 5000 ตัวอักษร)", - "Submit dispute statement": "ส่งคำแถลงสำหรับข้อร้องเรียน", - "We have received your statement": "เราได้รับคำแถลงของคุณแล้ว", - "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "เรากำลังรอคำแถลงจากคู่ค้าของคุณ ถ้าคุณมีข้อสงสัยเกี่ยวกับสถานะของข้อร้องเรียนหรือต้องการส่งข้อมูลเพิ่มเติม กรุณาติดต่อทาง robosats@protonmail.com", - "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "กรุณาจดบันทึกข้อมูลต่อไปนี้เพื่อใช้ในการระบุรายการซื้อขายที่มีการร้องเรียน: รหัสรายการซื้อขาย, รหัสธุรกรรม (payment hashes) ของการกักกันเหรียญใน bond (ตรวจสอบได้ใน lightning wallet ของคุณ), จำนวน satoshis ใน bond รวมทั้งชื่อเล่นของโรบอทของคุณเพื่อให้คุณสามารถระบุตัวตนของคุณได้เมื่อทำการติดต่อกับทีมงาน", - "We have the statements": "เราได้รับเรื่องร้องเรียนแล้ว", - "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "เราได้รับคำแถลงจากทั้งสองฝ่ายแล้ว กรุณารอทีมงานดำเนินการแก้ไขเรื่องร้องเรียน ถ้าคุณมีข้อสงสัยเกี่ยวกับสถานะของข้อร้องเรียนหรือต้องการส่งข้อมูลเพิ่มเติม กรุณาติดต่อทาง robosats@protonmail.com ถ้าคุณไม่ได้ระบุช่องทางการติดต่อหรือไม่แน่ใจว่าระบุถูกต้องหรือไม่ ขอให้คุณส่งมาให้เราตามอีเมลล์นี้ทันที", - "You have won the dispute": "คุณชนะการร้องเรียน", - "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "คุณสามารถรับเหรียญที่ได้จากการแก้ไขข้อร้องเรียนได้ที่รางวัลในโปรไฟล์ของคุณ (เหรียญที่ถูกกักกันไว้ในกระบวนการซื้อขาย) และถ้าหากต้องการความช่วยเหลือเพิ่มเติม สามารถติดต่อผ่านทาง robosats@protonmail.com (หรือผ่านช่องทางติดต่อที่คุณได้ให้เราไว้ก่อนหน้านี้).", - "You have lost the dispute": "คุณแพ้การร้องเรียน", - "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "เสียใจด้วย คุณแพ้กระบวนการร้องเรียน ถ้าคุณคิดว่ามีข้อผิดพลาดเกิดขึ้นคุณสามารถเปิดการร้องเรียนใหม่ได้ผ่านทาง robosats@protonmail.com แต่จะมีโอกาสที่เรื่องร้องเรียนจะได้รับการตรวจสอบซ้ำอีกครั้งน้อยมาก", - "Expired not taken": "หมดอายุโดยไม่มีใครรับรายการ", - "Maker bond not locked": "ไม่ได้กักกันเหรียญใน bond", - "Escrow not locked": "ไม่ได้วางเหรียญที่นำมาขายใน escrow", - "Invoice not submitted": "ไม่ได้ส่ง Invoice", - "Neither escrow locked or invoice submitted": "ไม่ได้วางเหรียญที่นำมาขาย (escrow) และไม่ได้ส่ง Invoice รับเหรียญ", - "Renew Order": "เริ่มรายการใหม่", - "Pause the public order": "ระงับการประกาศรายการ", - "Your order is paused": "ระงับการประกาศรายการแล้ว", - "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "รายการของคุณไม่ได้มีการประกาศอยู่ โรบอทอื่นจะไม่สามารถมองเห็นหรือรับรายการซื้อขายดังกล่าวได้คุณสามารถเลิกระงับการประกาศรายการตอนไหนก็ได้", - "Unpause Order": "เลิกระงับการประกาศรายการ", - "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "คุณจะเสี่ยงต่อการสูญเสียเหรียญใน bond ถ้าคุณวางเหรียญส่วนที่จะขายไม่ทัน คุณมีเวลาเหลืออีก {{deposit_timer_hours}}ชั่วโมง {{deposit_timer_minutes}}นาที", - "See Compatible Wallets": "ดูกระเป๋าบิทคอยน์ (Wallets) ที่สามารถใช้งานได้", - "Failure reason:": "เหตุผลที่ล้มเหลว", - "Payment isn't failed (yet)": "การจ่ายยังไม่ล้มเหลว", - "There are more routes to try, but the payment timeout was exceeded.": "ยังมี routes ให้ลองอีกหลายสายแต่ว่าเลยระยะเวลาจ่ายแล้ว", - "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "ลองจ่ายเหรียญผ่านทุก Routes ที่เป็นไปได้แล้วแต่ล้มเหลว หรืออาจไม่มี routes สำหรับจุดหมายนี้ตั้งแต่แรกแล้ว", + "Attempting Lightning Payment": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e32\u0e07 Lightning", + "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats \u0e01\u0e33\u0e25\u0e31\u0e07\u0e08\u0e48\u0e32\u0e22\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e43\u0e2b\u0e49 lightning invoice \u0e02\u0e2d\u0e07\u0e17\u0e48\u0e32\u0e19 lightning nodes \u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e2d\u0e2d\u0e19\u0e44\u0e25\u0e19\u0e4c\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e23\u0e31\u0e1a\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d", + "Retrying!": "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48!", + "Lightning Routing Failed": "Lightning Routing \u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27", + "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "Invoice \u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38 \u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e23\u0e32\u0e44\u0e14\u0e49\u0e25\u0e2d\u0e07\u0e08\u0e48\u0e32\u0e22\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e04\u0e23\u0e1a 3 \u0e04\u0e23\u0e31\u0e49\u0e07\u0e41\u0e25\u0e49\u0e27 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e2a\u0e48\u0e07 invoice \u0e43\u0e2b\u0e21\u0e48\u0e43\u0e2b\u0e49\u0e40\u0e23\u0e32", + "Check the list of compatible wallets": "\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e01\u0e23\u0e30\u0e40\u0e1b\u0e4b\u0e32\u0e40\u0e01\u0e47\u0e1a\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e01\u0e31\u0e1a\u0e40\u0e23\u0e32\u0e44\u0e14\u0e49", + "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats \u0e08\u0e30\u0e25\u0e2d\u0e07\u0e08\u0e48\u0e32\u0e22\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e43\u0e2b\u0e49 invoice \u0e02\u0e2d\u0e07\u0e17\u0e48\u0e32\u0e19 3 \u0e04\u0e23\u0e31\u0e49\u0e07 \u0e2b\u0e48\u0e32\u0e07\u0e01\u0e31\u0e19\u0e04\u0e23\u0e31\u0e49\u0e07\u0e25\u0e30 1 \u0e19\u0e32\u0e17\u0e35 \u0e2b\u0e32\u0e01\u0e04\u0e23\u0e1a 3 \u0e04\u0e23\u0e31\u0e49\u0e07\u0e41\u0e25\u0e49\u0e27\u0e22\u0e31\u0e07\u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27\u0e04\u0e38\u0e13\u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e48\u0e07 invoice \u0e21\u0e32\u0e43\u0e2b\u0e21\u0e48\u0e44\u0e14\u0e49 \u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e21\u0e35 inbound liquidity \u0e40\u0e1e\u0e35\u0e22\u0e07\u0e1e\u0e2d \u0e41\u0e25\u0e30 lightning nodes \u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e2d\u0e2d\u0e19\u0e44\u0e25\u0e19\u0e4c\u0e08\u0e36\u0e07\u0e08\u0e30\u0e23\u0e31\u0e1a\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e44\u0e14\u0e49", + "Next attempt in": "\u0e25\u0e2d\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e20\u0e32\u0e22\u0e43\u0e19", + "Do you want to open a dispute?": "\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?", + "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "\u0e17\u0e35\u0e21\u0e07\u0e32\u0e19 RoboSats \u0e08\u0e30\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e04\u0e33\u0e41\u0e16\u0e25\u0e07\u0e41\u0e25\u0e30\u0e2b\u0e25\u0e31\u0e01\u0e10\u0e32\u0e19\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a \u0e04\u0e38\u0e13\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e43\u0e2b\u0e49\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e2b\u0e15\u0e38\u0e01\u0e32\u0e23\u0e13\u0e4c\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21\u0e07\u0e32\u0e19\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2d\u0e48\u0e32\u0e19\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e43\u0e19\u0e41\u0e0a\u0e17\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e44\u0e14\u0e49 \u0e41\u0e25\u0e30\u0e04\u0e38\u0e13\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e04\u0e38\u0e13\u0e01\u0e25\u0e31\u0e1a\u0e21\u0e32\u0e43\u0e19\u0e04\u0e33\u0e41\u0e16\u0e25\u0e07\u0e14\u0e49\u0e27\u0e22 \u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19\u0e44\u0e27\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e08\u0e30\u0e16\u0e39\u0e01\u0e2a\u0e48\u0e07\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e0a\u0e19\u0e30\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19 \u0e41\u0e25\u0e30\u0e1c\u0e39\u0e49\u0e41\u0e1e\u0e49\u0e08\u0e30\u0e2a\u0e39\u0e0d\u0e40\u0e2a\u0e35\u0e22\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19\u0e43\u0e19 bond", + "Disagree": "\u0e44\u0e21\u0e48\u0e15\u0e01\u0e25\u0e07", + "Agree and open dispute": "\u0e15\u0e01\u0e25\u0e07\u0e41\u0e25\u0e30\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19", + "A dispute has been opened": "\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e41\u0e25\u0e49\u0e27", + "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e2a\u0e48\u0e07\u0e04\u0e33\u0e41\u0e16\u0e25\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e41\u0e25\u0e30\u0e40\u0e2b\u0e15\u0e38\u0e01\u0e32\u0e23\u0e13\u0e4c\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e04\u0e23\u0e1a\u0e16\u0e49\u0e27\u0e19\u0e41\u0e25\u0e30\u0e0a\u0e31\u0e14\u0e40\u0e08\u0e19\u0e41\u0e25\u0e30\u0e41\u0e2a\u0e14\u0e07\u0e2b\u0e25\u0e31\u0e01\u0e10\u0e32\u0e19\u0e17\u0e35\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e43\u0e2b\u0e49\u0e40\u0e23\u0e32 \u0e04\u0e38\u0e13\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e01\u0e25\u0e31\u0e1a \u0e40\u0e0a\u0e48\u0e19 \u0e2d\u0e35\u0e40\u0e21\u0e25\u0e25\u0e4c\u0e0a\u0e31\u0e48\u0e27\u0e04\u0e23\u0e32\u0e27, XMPP, \u0e2b\u0e23\u0e37\u0e2d telegram username \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e17\u0e35\u0e21\u0e07\u0e32\u0e19\u0e15\u0e34\u0e14\u0e15\u0e32\u0e21\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e44\u0e14\u0e49 \u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e01\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e08\u0e30\u0e17\u0e33\u0e42\u0e14\u0e22\u0e04\u0e19 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e43\u0e2b\u0e49\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e31\u0e1a\u0e2a\u0e19\u0e38\u0e19\u0e17\u0e35\u0e21\u0e07\u0e32\u0e19\u0e43\u0e2b\u0e49\u0e21\u0e32\u0e01\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e44\u0e14\u0e49\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e17\u0e35\u0e48\u0e40\u0e2b\u0e21\u0e32\u0e30\u0e2a\u0e21\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14 (\u0e04\u0e33\u0e41\u0e16\u0e25\u0e07\u0e44\u0e21\u0e48\u0e40\u0e01\u0e34\u0e19 5000 \u0e15\u0e31\u0e27\u0e2d\u0e31\u0e01\u0e29\u0e23)", + "Submit dispute statement": "\u0e2a\u0e48\u0e07\u0e04\u0e33\u0e41\u0e16\u0e25\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19", + "We have received your statement": "\u0e40\u0e23\u0e32\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e04\u0e33\u0e41\u0e16\u0e25\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e41\u0e25\u0e49\u0e27", + "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "\u0e40\u0e23\u0e32\u0e01\u0e33\u0e25\u0e31\u0e07\u0e23\u0e2d\u0e04\u0e33\u0e41\u0e16\u0e25\u0e07\u0e08\u0e32\u0e01\u0e04\u0e39\u0e48\u0e04\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 \u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e2a\u0e07\u0e2a\u0e31\u0e22\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e02\u0e2d\u0e07\u0e02\u0e49\u0e2d\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e17\u0e32\u0e07 robosats@protonmail.com", + "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e08\u0e14\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e15\u0e48\u0e2d\u0e44\u0e1b\u0e19\u0e35\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e01\u0e32\u0e23\u0e23\u0e30\u0e1a\u0e38\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19: \u0e23\u0e2b\u0e31\u0e2a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22, \u0e23\u0e2b\u0e31\u0e2a\u0e18\u0e38\u0e23\u0e01\u0e23\u0e23\u0e21 (payment hashes) \u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e43\u0e19 bond (\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e44\u0e14\u0e49\u0e43\u0e19 lightning wallet \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13), \u0e08\u0e33\u0e19\u0e27\u0e19 satoshis \u0e43\u0e19 bond \u0e23\u0e27\u0e21\u0e17\u0e31\u0e49\u0e07\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e25\u0e48\u0e19\u0e02\u0e2d\u0e07\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e23\u0e30\u0e1a\u0e38\u0e15\u0e31\u0e27\u0e15\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e17\u0e33\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e01\u0e31\u0e1a\u0e17\u0e35\u0e21\u0e07\u0e32\u0e19", + "We have the statements": "\u0e40\u0e23\u0e32\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e41\u0e25\u0e49\u0e27", + "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "\u0e40\u0e23\u0e32\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e04\u0e33\u0e41\u0e16\u0e25\u0e07\u0e08\u0e32\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2a\u0e2d\u0e07\u0e1d\u0e48\u0e32\u0e22\u0e41\u0e25\u0e49\u0e27 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e23\u0e2d\u0e17\u0e35\u0e21\u0e07\u0e32\u0e19\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19 \u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e2a\u0e07\u0e2a\u0e31\u0e22\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e02\u0e2d\u0e07\u0e02\u0e49\u0e2d\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e17\u0e32\u0e07 robosats@protonmail.com \u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48\u0e41\u0e19\u0e48\u0e43\u0e08\u0e27\u0e48\u0e32\u0e23\u0e30\u0e1a\u0e38\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48 \u0e02\u0e2d\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e2a\u0e48\u0e07\u0e21\u0e32\u0e43\u0e2b\u0e49\u0e40\u0e23\u0e32\u0e15\u0e32\u0e21\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e25\u0e4c\u0e19\u0e35\u0e49\u0e17\u0e31\u0e19\u0e17\u0e35", + "You have won the dispute": "\u0e04\u0e38\u0e13\u0e0a\u0e19\u0e30\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19", + "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e23\u0e31\u0e1a\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e02\u0e49\u0e2d\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48\u0e23\u0e32\u0e07\u0e27\u0e31\u0e25\u0e43\u0e19\u0e42\u0e1b\u0e23\u0e44\u0e1f\u0e25\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13 (\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19\u0e44\u0e27\u0e49\u0e43\u0e19\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22) \u0e41\u0e25\u0e30\u0e16\u0e49\u0e32\u0e2b\u0e32\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e04\u0e27\u0e32\u0e21\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 \u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e1c\u0e48\u0e32\u0e19\u0e17\u0e32\u0e07 robosats@protonmail.com (\u0e2b\u0e23\u0e37\u0e2d\u0e1c\u0e48\u0e32\u0e19\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e43\u0e2b\u0e49\u0e40\u0e23\u0e32\u0e44\u0e27\u0e49\u0e01\u0e48\u0e2d\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49).", + "You have lost the dispute": "\u0e04\u0e38\u0e13\u0e41\u0e1e\u0e49\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19", + "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "\u0e40\u0e2a\u0e35\u0e22\u0e43\u0e08\u0e14\u0e49\u0e27\u0e22 \u0e04\u0e38\u0e13\u0e41\u0e1e\u0e49\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19 \u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e04\u0e34\u0e14\u0e27\u0e48\u0e32\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e1b\u0e34\u0e14\u0e01\u0e32\u0e23\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e43\u0e2b\u0e21\u0e48\u0e44\u0e14\u0e49\u0e1c\u0e48\u0e32\u0e19\u0e17\u0e32\u0e07 robosats@protonmail.com \u0e41\u0e15\u0e48\u0e08\u0e30\u0e21\u0e35\u0e42\u0e2d\u0e01\u0e32\u0e2a\u0e17\u0e35\u0e48\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e0b\u0e49\u0e33\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07\u0e19\u0e49\u0e2d\u0e22\u0e21\u0e32\u0e01", + "Expired not taken": "\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38\u0e42\u0e14\u0e22\u0e44\u0e21\u0e48\u0e21\u0e35\u0e43\u0e04\u0e23\u0e23\u0e31\u0e1a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", + "Maker bond not locked": "\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e43\u0e19 bond", + "Escrow not locked": "\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e27\u0e32\u0e07\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e19\u0e33\u0e21\u0e32\u0e02\u0e32\u0e22\u0e43\u0e19 escrow", + "Invoice not submitted": "\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e2a\u0e48\u0e07 Invoice", + "Neither escrow locked or invoice submitted": "\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e27\u0e32\u0e07\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e19\u0e33\u0e21\u0e32\u0e02\u0e32\u0e22 (escrow) \u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e2a\u0e48\u0e07 Invoice \u0e23\u0e31\u0e1a\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d", + "Renew Order": "\u0e40\u0e23\u0e34\u0e48\u0e21\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e21\u0e48", + "Pause the public order": "\u0e23\u0e30\u0e07\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", + "Your order is paused": "\u0e23\u0e30\u0e07\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e41\u0e25\u0e49\u0e27", + "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e21\u0e35\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e2d\u0e22\u0e39\u0e48 \u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e2d\u0e37\u0e48\u0e19\u0e08\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e21\u0e2d\u0e07\u0e40\u0e2b\u0e47\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e23\u0e31\u0e1a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e14\u0e31\u0e07\u0e01\u0e25\u0e48\u0e32\u0e27\u0e44\u0e14\u0e49\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e25\u0e34\u0e01\u0e23\u0e30\u0e07\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e15\u0e2d\u0e19\u0e44\u0e2b\u0e19\u0e01\u0e47\u0e44\u0e14\u0e49", + "Unpause Order": "\u0e40\u0e25\u0e34\u0e01\u0e23\u0e30\u0e07\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23", + "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "\u0e04\u0e38\u0e13\u0e08\u0e30\u0e40\u0e2a\u0e35\u0e48\u0e22\u0e07\u0e15\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e2a\u0e39\u0e0d\u0e40\u0e2a\u0e35\u0e22\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e43\u0e19 bond \u0e16\u0e49\u0e32\u0e04\u0e38\u0e13\u0e27\u0e32\u0e07\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e35\u0e48\u0e08\u0e30\u0e02\u0e32\u0e22\u0e44\u0e21\u0e48\u0e17\u0e31\u0e19 \u0e04\u0e38\u0e13\u0e21\u0e35\u0e40\u0e27\u0e25\u0e32\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e2d\u0e35\u0e01 {{deposit_timer_hours}}\u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07 {{deposit_timer_minutes}}\u0e19\u0e32\u0e17\u0e35", + "See Compatible Wallets": "\u0e14\u0e39\u0e01\u0e23\u0e30\u0e40\u0e1b\u0e4b\u0e32\u0e1a\u0e34\u0e17\u0e04\u0e2d\u0e22\u0e19\u0e4c (Wallets) \u0e17\u0e35\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e44\u0e14\u0e49", + "Failure reason:": "\u0e40\u0e2b\u0e15\u0e38\u0e1c\u0e25\u0e17\u0e35\u0e48\u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27", + "Payment isn't failed (yet)": "\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27", + "There are more routes to try, but the payment timeout was exceeded.": "\u0e22\u0e31\u0e07\u0e21\u0e35 routes \u0e43\u0e2b\u0e49\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e2b\u0e25\u0e32\u0e22\u0e2a\u0e32\u0e22\u0e41\u0e15\u0e48\u0e27\u0e48\u0e32\u0e40\u0e25\u0e22\u0e23\u0e30\u0e22\u0e30\u0e40\u0e27\u0e25\u0e32\u0e08\u0e48\u0e32\u0e22\u0e41\u0e25\u0e49\u0e27", + "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "\u0e25\u0e2d\u0e07\u0e08\u0e48\u0e32\u0e22\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e1c\u0e48\u0e32\u0e19\u0e17\u0e38\u0e01 Routes \u0e17\u0e35\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e44\u0e1b\u0e44\u0e14\u0e49\u0e41\u0e25\u0e49\u0e27\u0e41\u0e15\u0e48\u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27 \u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e32\u0e08\u0e44\u0e21\u0e48\u0e21\u0e35 routes \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e08\u0e38\u0e14\u0e2b\u0e21\u0e32\u0e22\u0e19\u0e35\u0e49\u0e15\u0e31\u0e49\u0e07\u0e41\u0e15\u0e48\u0e41\u0e23\u0e01\u0e41\u0e25\u0e49\u0e27", "A non-recoverable error has occurred.": "A non-recoverable error has occurred.", - "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "รายละเอียดการรับเหรียญไม่ถูกต้อง (ไม่ทราบ hash, จำนวนผิด หรือ final CLTV delta ผิด).", - "Insufficient unlocked balance in RoboSats' node.": "เหรียญที่ไม่ได้ถูกกักกันใน RoboSats' node ไม่เพียงพอ", - "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "Invoice ที่ส่งมาใช้แต่เส้นทาง routing ที่ราคาแพง แสดงว่าคุณกำลังใช้ wallet ที่ใช้กับแพล้ทฟอร์มไม่ได้ (น่าจะเป็น Muun?) กรุณาตรวจสอบ wallet ที่ใช้งานได้ที่ wallets.robosats.com", - "The invoice provided has no explicit amount": "Invoice ที่ได้ ไม่มีการแสดงจำนวนชัดเจน", - "Does not look like a valid lightning invoice": "Lightning invoice ไม่ถูกต้อง", - "The invoice provided has already expired": "Invoice ที่ได้มาก่อนหน้านี้ หมดอายุแล้ว", - "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "คุณต้องทำการส่งออกบันทึกข้อความแชทไว้ด้วย เนื่องจากทีมงานอาจร้องขอบทสนาที่ถูกนำออกเพื่อใช้ในการแก้ไข้ปัญหา และคุณจะต้องรับผิดชอบการเก็บรักษามันไว้ด้วย", - "Invalid address": "Address ไม่ถูกต้อง", - "Unable to validate address, check bitcoind backend": "ไม่สามารถตรวจสอบความถูกต้องของ address ได้ ตรวจสอบ bitcoind backend", - "Submit payout info for {{amountSats}} Sats": "ส่งรายละเอียดการจ่ายเงินสำหรับ {{amountSats}} Sats", - "Submit a valid invoice for {{amountSats}} Satoshis.": "ส่ง invoice ที่ถูกต้องสำหรับ {{amountSats}} Satoshis.", - "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "ก่อนที่คุณจะส่งเงิน {{amountFiat}} {{currencyCode}} เราต้องการทำให้แน่ใจได้ว่าคุณสามารถรับเหรียญ BTC ได้", - "RoboSats will do a swap and send the Sats to your onchain address.": "RoboSats จะทำการสลับเปลี่ยนเหรียญจาก lightning แล้วส่งเหรียญให้คุณผ่านทาง onchain address.", - "Swap fee": "ค่าธรรมเนียมการสลับเปลี่ยน", - "Mining fee": "ค่าธรรมเนียมการขุด", - "Mining Fee": "ค่าธรรมเนียมการขุด", - "Final amount you will receive": "จำนวนเหรียญที่คุณจะได้รับจริงๆ", + "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07 (\u0e44\u0e21\u0e48\u0e17\u0e23\u0e32\u0e1a hash, \u0e08\u0e33\u0e19\u0e27\u0e19\u0e1c\u0e34\u0e14 \u0e2b\u0e23\u0e37\u0e2d final CLTV delta \u0e1c\u0e34\u0e14).", + "Insufficient unlocked balance in RoboSats' node.": "\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19\u0e43\u0e19 RoboSats' node \u0e44\u0e21\u0e48\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e1e\u0e2d", + "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "Invoice \u0e17\u0e35\u0e48\u0e2a\u0e48\u0e07\u0e21\u0e32\u0e43\u0e0a\u0e49\u0e41\u0e15\u0e48\u0e40\u0e2a\u0e49\u0e19\u0e17\u0e32\u0e07 routing \u0e17\u0e35\u0e48\u0e23\u0e32\u0e04\u0e32\u0e41\u0e1e\u0e07 \u0e41\u0e2a\u0e14\u0e07\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e01\u0e33\u0e25\u0e31\u0e07\u0e43\u0e0a\u0e49 wallet \u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e01\u0e31\u0e1a\u0e41\u0e1e\u0e25\u0e49\u0e17\u0e1f\u0e2d\u0e23\u0e4c\u0e21\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49 (\u0e19\u0e48\u0e32\u0e08\u0e30\u0e40\u0e1b\u0e47\u0e19 Muun?) \u0e01\u0e23\u0e38\u0e13\u0e32\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a wallet \u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48 wallets.robosats.com", + "The invoice provided has no explicit amount": "Invoice \u0e17\u0e35\u0e48\u0e44\u0e14\u0e49 \u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e08\u0e33\u0e19\u0e27\u0e19\u0e0a\u0e31\u0e14\u0e40\u0e08\u0e19", + "Does not look like a valid lightning invoice": "Lightning invoice \u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", + "The invoice provided has already expired": "Invoice \u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e21\u0e32\u0e01\u0e48\u0e2d\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49 \u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38\u0e41\u0e25\u0e49\u0e27", + "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e17\u0e33\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e2d\u0e2d\u0e01\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e41\u0e0a\u0e17\u0e44\u0e27\u0e49\u0e14\u0e49\u0e27\u0e22 \u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e17\u0e35\u0e21\u0e07\u0e32\u0e19\u0e2d\u0e32\u0e08\u0e23\u0e49\u0e2d\u0e07\u0e02\u0e2d\u0e1a\u0e17\u0e2a\u0e19\u0e32\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e19\u0e33\u0e2d\u0e2d\u0e01\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e49\u0e1b\u0e31\u0e0d\u0e2b\u0e32 \u0e41\u0e25\u0e30\u0e04\u0e38\u0e13\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e31\u0e1a\u0e1c\u0e34\u0e14\u0e0a\u0e2d\u0e1a\u0e01\u0e32\u0e23\u0e40\u0e01\u0e47\u0e1a\u0e23\u0e31\u0e01\u0e29\u0e32\u0e21\u0e31\u0e19\u0e44\u0e27\u0e49\u0e14\u0e49\u0e27\u0e22", + "Invalid address": "Address \u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07", + "Unable to validate address, check bitcoind backend": "\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e02\u0e2d\u0e07 address \u0e44\u0e14\u0e49 \u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a bitcoind backend", + "Submit payout info for {{amountSats}} Sats": "\u0e2a\u0e48\u0e07\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e01\u0e32\u0e23\u0e08\u0e48\u0e32\u0e22\u0e40\u0e07\u0e34\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a {{amountSats}} Sats", + "Submit a valid invoice for {{amountSats}} Satoshis.": "\u0e2a\u0e48\u0e07 invoice \u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a {{amountSats}} Satoshis.", + "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "\u0e01\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e08\u0e30\u0e2a\u0e48\u0e07\u0e40\u0e07\u0e34\u0e19 {{amountFiat}} {{currencyCode}} \u0e40\u0e23\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e41\u0e19\u0e48\u0e43\u0e08\u0e44\u0e14\u0e49\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e23\u0e31\u0e1a\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d BTC \u0e44\u0e14\u0e49", + "RoboSats will do a swap and send the Sats to your onchain address.": "RoboSats \u0e08\u0e30\u0e17\u0e33\u0e01\u0e32\u0e23\u0e2a\u0e25\u0e31\u0e1a\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e08\u0e32\u0e01 lightning \u0e41\u0e25\u0e49\u0e27\u0e2a\u0e48\u0e07\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e1c\u0e48\u0e32\u0e19\u0e17\u0e32\u0e07 onchain address.", + "Swap fee": "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e01\u0e32\u0e23\u0e2a\u0e25\u0e31\u0e1a\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19", + "Mining fee": "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e01\u0e32\u0e23\u0e02\u0e38\u0e14", + "Mining Fee": "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e01\u0e32\u0e23\u0e02\u0e38\u0e14", + "Final amount you will receive": "\u0e08\u0e33\u0e19\u0e27\u0e19\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e04\u0e38\u0e13\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e08\u0e23\u0e34\u0e07\u0e46", "Bitcoin Address": "Bitcoin Address", - "Your TXID": "TXID ของคุณ", + "Your TXID": "TXID \u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13", "Lightning": "Lightning", "Onchain": "Onchain", - "open_dispute": "คุณต้องรอก่อนจึงจะสามารถร้องเรียนได้ <1><1/>", - "Trade Summary": "สรุปการซื้อขาย", + "open_dispute": "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e2d\u0e01\u0e48\u0e2d\u0e19\u0e08\u0e36\u0e07\u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e44\u0e14\u0e49 <1><1/>", + "Trade Summary": "\u0e2a\u0e23\u0e38\u0e1b\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22", "Maker": "Maker", "Taker": "Taker", - "User role": "บทบาทผู้ใข้งาน", - "Sent": "ส่งแล้ว", - "Received": "ได้รับแล้ว", - "BTC received": "ได้รับเหรียญแล้ว", - "BTC sent": "ส่งเหรียญแล้ว", + "User role": "\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e1c\u0e39\u0e49\u0e43\u0e02\u0e49\u0e07\u0e32\u0e19", + "Sent": "\u0e2a\u0e48\u0e07\u0e41\u0e25\u0e49\u0e27", + "Received": "\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e41\u0e25\u0e49\u0e27", + "BTC received": "\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e41\u0e25\u0e49\u0e27", + "BTC sent": "\u0e2a\u0e48\u0e07\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e41\u0e25\u0e49\u0e27", "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)", - "Trade fee": "ค่าธรรมเนียมการเทรด", + "Trade fee": "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e01\u0e32\u0e23\u0e40\u0e17\u0e23\u0e14", "{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} Sats ({{swapFeePercent}}%)", - "Onchain swap fee": "ค่าธรรมเนียมการสลับ Onchain", + "Onchain swap fee": "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e01\u0e32\u0e23\u0e2a\u0e25\u0e31\u0e1a Onchain", "{{miningFeeSats}} Sats": "{{miningFeeSats}} Sats", "{{bondSats}} Sats ({{bondPercent}}%)": "{{bondSats}} Sats ({{bondPercent}}%)", "Maker bond": "Maker bond", "Taker bond": "Taker bond", - "Unlocked": "ปลดล็อกแล้ว", + "Unlocked": "\u0e1b\u0e25\u0e14\u0e25\u0e47\u0e2d\u0e01\u0e41\u0e25\u0e49\u0e27", "{{revenueSats}} Sats": "{{revenueSats}} Sats", - "Platform trade revenue": "รายได้แพล้ตฟอร์มจากการซื้อขาย", + "Platform trade revenue": "\u0e23\u0e32\u0e22\u0e44\u0e14\u0e49\u0e41\u0e1e\u0e25\u0e49\u0e15\u0e1f\u0e2d\u0e23\u0e4c\u0e21\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22", "{{routingFeeSats}} MiliSats": "{{routingFeeSats}} MiliSats", - "Platform covered routing fee": "ค่าธรรมเนียม routing fee ออกโดยแพล้ตฟอร์ม", - "Timestamp": "ประทับเวลา", - "Completed in": "เสร็จสิ้นใน", - "Contract exchange rate": "อัตราแลกเปลี่ยน", - + "Platform covered routing fee": "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21 routing fee \u0e2d\u0e2d\u0e01\u0e42\u0e14\u0e22\u0e41\u0e1e\u0e25\u0e49\u0e15\u0e1f\u0e2d\u0e23\u0e4c\u0e21", + "Timestamp": "\u0e1b\u0e23\u0e30\u0e17\u0e31\u0e1a\u0e40\u0e27\u0e25\u0e32", + "Completed in": "\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19\u0e43\u0e19", + "Contract exchange rate": "\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e41\u0e25\u0e01\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19", "INFO DIALOG - InfoDiagog.js": "App information and clarifications and terms of use", - "Close": "ปิด", - "What is RoboSats?": "RoboSats คืออะไร?", - "It is a BTC/FIAT peer-to-peer exchange over lightning.": "เราคือตลาดนัดสำหรับแลกเปลี่ยนระหว่างเงินเฟียตสกุลใดก็ได้กับ Bitcoin ที่ทำงานโดย lightning network.", - "RoboSats is an open source project ": "RoboSats เป็นโปรเจค open source", - "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "เราทำให้การจับคู่ซื้อขายเป็นเรื่องง่ายและลดการอาศัยความไว้ใจ RoboSats มุ่งเน้นที่ความเป็นส่วนตัวและความสะดวกรวดเร็ว", + "Close": "\u0e1b\u0e34\u0e14", + "What is RoboSats?": "RoboSats \u0e04\u0e37\u0e2d\u0e2d\u0e30\u0e44\u0e23?", + "It is a BTC/FIAT peer-to-peer exchange over lightning.": "\u0e40\u0e23\u0e32\u0e04\u0e37\u0e2d\u0e15\u0e25\u0e32\u0e14\u0e19\u0e31\u0e14\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e41\u0e25\u0e01\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15\u0e2a\u0e01\u0e38\u0e25\u0e43\u0e14\u0e01\u0e47\u0e44\u0e14\u0e49\u0e01\u0e31\u0e1a Bitcoin \u0e17\u0e35\u0e48\u0e17\u0e33\u0e07\u0e32\u0e19\u0e42\u0e14\u0e22 lightning network.", + "RoboSats is an open source project ": "RoboSats \u0e40\u0e1b\u0e47\u0e19\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e04 open source", + "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "\u0e40\u0e23\u0e32\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e01\u0e32\u0e23\u0e08\u0e31\u0e1a\u0e04\u0e39\u0e48\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e07\u0e48\u0e32\u0e22\u0e41\u0e25\u0e30\u0e25\u0e14\u0e01\u0e32\u0e23\u0e2d\u0e32\u0e28\u0e31\u0e22\u0e04\u0e27\u0e32\u0e21\u0e44\u0e27\u0e49\u0e43\u0e08 RoboSats \u0e21\u0e38\u0e48\u0e07\u0e40\u0e19\u0e49\u0e19\u0e17\u0e35\u0e48\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e30\u0e14\u0e27\u0e01\u0e23\u0e27\u0e14\u0e40\u0e23\u0e47\u0e27", "(GitHub).": "(GitHub)", - "How does it work?": "มันทำงานอย่างไร?", - "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "ผู้ใช้งานนิรนาม01 ต้องการขายเหรียญ (Bitcoin) เขาโพสรายการขาย จากนั้นผู้ใช้งานนิรนาม02 ต้องการซื้อเหรียญจึงรับรายการขายของผู้ใช้งานนิรนาม01 ทั้งคู่จะต้องกักกันเหรียญจำนวนเล็กน้อยใน bond โดยใช้ lightning เพื่อพิสูจน์ว่าทั้งคู่เป็นผู้ใช้งานที่มีตัวตนจริงๆ จากนั้นผู้ใช้งานนิรนาม01จะต้องวางเหรียญที่ต้องการจะนำมาขายเป็นหลักประกันโดยใช้ระบบ hold invoice ของ lightning จากนั้น RoboSats จะทำการล็อกเหรียญส่วนนั้นไว้จนกว่าผู้ใช้งานนิรนาม01จะยืนยันว่าเขาได้รับเงินเฟียตแล้ว หลังจากนั้นเหรียญก็จะถูกปล่อยให้กับผู้ใช้งานนิรนาม02", - "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "ไม่มีขั้นตอนใดที่ผู้ใช้งานนิรนามทั้ง 2 ฝ่ายจะต้องฝากเหรียญของตนไว้ให้อีกฝ่าย และถ้าหากทั้งคู่มีข้อพิพาทเกิดขึ้น ทีมงานของ RoboSats จะให้ความช่วยเหลือในการจัดการเรื่องร้องเรียนระหว่างผู้ใช้งานทั้งสอง", - "You can find a step-by-step description of the trade pipeline in ": "คุณสามารถอ่านขั้นตอนการซื้อขายทีละขั้นได้ที่", - "How it works": "มันทำงานอย่างไร", - "You can also check the full guide in ": "และคุณสามารถอ่านรายละเอียดขั้นตอนการซื้อขายทั้งหมดได้ที่", - "How to use": "วิธีการใช้งาน", - "What payment methods are accepted?": "ต้องชำระเงินผ่านช่องทางไหน?", - "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has an expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "ใช้ได้ทุกช่องทางที่มีความรวดเร็ว คุณสามารถระบุช่องทางการชำระเงินที่ต้องการได้ จากนั้นคุณก็รอจับคู่กับคนที่สะดวกช่องทางการชำระเงินเดียวกับคุณ ขั้นตอนการชำระเงินเฟียตจะต้องเสร็จสิ้นภายใน 24 ชั่วโมง หากนานกว่านั้นจะมีการเปิดเรื่องร้องเรียนโดยอัตโนมัติ เราแนะนำให้คุณใช้ช่องทางที่สามารถชำระเงินเฟียตได้แบบทันทีทันใด", - "Are there trade limits?": "มีขีดจำกัดการซื้อขายมั้ย?", - "What are the fees?": "ค่าธรรมเนียมเท่าไหร่?", - "RoboSats total fee for an order is {{tradeFee}}%. This fee is split to be covered by both: the order maker ({{makerFee}}%) and the order taker ({{takerFee}}%). In case an onchain address is used to received the Sats a variable swap fee applies. Check the exchange details by tapping on the bottom bar icon to see the current swap fee.": "RoboSats จะเก็บค่าธรรมเนียม {{tradeFee}}% ต่อรายการเทรด โดยแบ่งเป็นค่าธรรมเนียมของฝ่าย Maker ({{makerFee}}%) และฝ่าย Taker({{takerFee}}%) และในกรณีการใช้ on-chain address จะมีค่าธรรมเนียมการ swap เพิ่มซึ่งจะไม่คงที่สามารถตรวจสอบอัตราค่า swap ได้ที่ไอคอนบนแถบด้านล่าง", - "Be aware your fiat payment provider might charge extra fees. In any case, the buyer bears the costs of sending fiat. That includes banking charges, transfer fees and foreign exchange spreads. The seller must receive exactly the amount stated in the order details.": "ข้อควรระวัง สำหรับฝ่ายผู้ซื้อเหรียญ ค่าธรรมเนียมทั้งหมดที่เกี่ยวข้องสำหรับกระบวนการส่งเงินเฟียต และค่า swap เงินเฟียต ถือเป็นความรับผิดชอบของผู้ซื้อเหรียญ ผู้ขายจะต้องได้รับเงินตามจำนวนครบถ้วนเท่ากับที่ระบุไว้ในรายการซื้อขาย", - "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "ปริมาณการซื้อขายสูงสุดต่อรอบคือ {{maxAmount}} Satoshis เพื่อลดความเสี่ยงที่ lightning network routing จะล้มเหลว ไม่มีจำกัดจำนวนครั้งการซื้อขายต่อวัน โรบอท 1 ท่านจะสามารถทำการเทรดได้ครั้งละ 1 รายการ แต่คุณก็สามารถใช้งานโรบอทหลายตัวได้โดยการใช้งานผ่านหลายบราวเซอร์ (และอย่าลืมเก็บรักษา token ของโรบอทไว้ให้ดี!).", - "Is RoboSats private?": "RoboSats มีความเป็นส่วนตัวมั้ย?", - "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats จะไม่มีวันถาม ชื่อสกุล, ประเทศ หรือ รหัสบัตรประชาชน RoboSats จะไม่สามารถเก็บหรือควบคุมเงินของคุณได้และไม่สนใจด้วยซ้ำว่าคุณเป็นไร RoboSats จะไม่มีการเก็บข้อมูลส่วนตัวใดๆ และผู้ใช้งานควรเข้าใช้งานผ่าน Tor browser .onion hidden service เพื่อความเป็นส่วนตัวสูงสุด", - "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "คู่ค้าของคุณคือผู้เดียวที่อาจสามารถเดาตัวตนหรือข้อมูลของคุณได้ ควรแชทกันอย่างกระชับและตรงประเด็น หลีกเลี่ยงการให้ข้อมูลที่ไม่จำเป็นหรือไม่เกี่ยวข้องกับกระบวนการชำระเงินเฟียต", - "What are the risks?": "มีความเสี่ยงอะไรบ้าง?", - "This is an experimental application, things could go wrong. Trade small amounts!": "เราเป็นแอพที่ยังอยู่ในระหว่างการพัฒนาอาจมีปัญหาที่ไม่คาดคิดเกิดขึ้นได้ดังนั้นจึงควรทำซื้อขายในปริมาณน้อยๆ", - "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "ผู้ขายเหรียญมีความเสี่ยงที่จะถูกเรียกเงินคืนเช่นเดียวกับการใช้แพล้ตฟอร์ม Peer-to-peer อื่นๆ ดังนั้นจึงควรหลีกเลี่ยงการรับชำระเงินผ่านทาง Paypal หรือบัตรเครดิต", - "What is the trust model?": "รูปแบบความเชื่อถือเป็นอย่างไร?", - "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "ผู้ซื้อและผู้ขายไม่จำเป็นต้องไว้ใจซึ่งกันและกัน แต่ทั้งคู่จำเป็นจะต้องไว้ใจ RoboSats เพราะเป็นส่วนที่ควบคุม hold invoice ของผู้ขายเหรียญและการชำระเงินเฟียตยังไม่เป็นระบบ atomic และนอกจากนี้การดำเนินการกับเรื่องร้องเรียนจะจัดการโดยทีมงานของ RoboSats", - "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "นั่นหมายความว่า จะลดการอาศัยความไว้ใจให้น้อยที่สุด อย่างไรก็ตาม RoboSats ก็พอที่จะสามารถขโมยเหรียญของคุณไปได้ โดยไม่ปล่อยเหรียญให้ผู้ซื้อ ซึ่งการกระทำดังกล่าวเป็นสิ่งที่ไม่เป็นประโยชน์ต่อ RoboSats เป็นการทำลายชื่อเสียงเพื่อแลกกับเงินจำนวนน้อยนิด อย่างไรก็ตามคุณควรจะมีความตระหนักและทำการซื้อขายทีละน้อย สำหรับการซื้อขายในปริมาณมากๆคุณควรใช้แพล้ตฟอร์มอื่น เช่น Bisq", - "You can build more trust on RoboSats by inspecting the source code.": "คุณสามารถตรวจสอบ source code ของแพล้ตฟอร์มได้เพื่อให้คุณสามารถเชื่อมั่นใน RoboSats ได้มากขึ้น", + "How does it work?": "\u0e21\u0e31\u0e19\u0e17\u0e33\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e23?", + "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e19\u0e34\u0e23\u0e19\u0e32\u0e2101 \u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e02\u0e32\u0e22\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d (Bitcoin) \u0e40\u0e02\u0e32\u0e42\u0e1e\u0e2a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e32\u0e22 \u0e08\u0e32\u0e01\u0e19\u0e31\u0e49\u0e19\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e19\u0e34\u0e23\u0e19\u0e32\u0e2102 \u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e08\u0e36\u0e07\u0e23\u0e31\u0e1a\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e02\u0e32\u0e22\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e19\u0e34\u0e23\u0e19\u0e32\u0e2101 \u0e17\u0e31\u0e49\u0e07\u0e04\u0e39\u0e48\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e01\u0e01\u0e31\u0e19\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e08\u0e33\u0e19\u0e27\u0e19\u0e40\u0e25\u0e47\u0e01\u0e19\u0e49\u0e2d\u0e22\u0e43\u0e19 bond \u0e42\u0e14\u0e22\u0e43\u0e0a\u0e49 lightning \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1e\u0e34\u0e2a\u0e39\u0e08\u0e19\u0e4c\u0e27\u0e48\u0e32\u0e17\u0e31\u0e49\u0e07\u0e04\u0e39\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e21\u0e35\u0e15\u0e31\u0e27\u0e15\u0e19\u0e08\u0e23\u0e34\u0e07\u0e46 \u0e08\u0e32\u0e01\u0e19\u0e31\u0e49\u0e19\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e19\u0e34\u0e23\u0e19\u0e32\u0e2101\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e27\u0e32\u0e07\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e08\u0e30\u0e19\u0e33\u0e21\u0e32\u0e02\u0e32\u0e22\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e1b\u0e23\u0e30\u0e01\u0e31\u0e19\u0e42\u0e14\u0e22\u0e43\u0e0a\u0e49\u0e23\u0e30\u0e1a\u0e1a hold invoice \u0e02\u0e2d\u0e07 lightning \u0e08\u0e32\u0e01\u0e19\u0e31\u0e49\u0e19 RoboSats \u0e08\u0e30\u0e17\u0e33\u0e01\u0e32\u0e23\u0e25\u0e47\u0e2d\u0e01\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e2a\u0e48\u0e27\u0e19\u0e19\u0e31\u0e49\u0e19\u0e44\u0e27\u0e49\u0e08\u0e19\u0e01\u0e27\u0e48\u0e32\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e19\u0e34\u0e23\u0e19\u0e32\u0e2101\u0e08\u0e30\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e27\u0e48\u0e32\u0e40\u0e02\u0e32\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15\u0e41\u0e25\u0e49\u0e27 \u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e19\u0e31\u0e49\u0e19\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e01\u0e47\u0e08\u0e30\u0e16\u0e39\u0e01\u0e1b\u0e25\u0e48\u0e2d\u0e22\u0e43\u0e2b\u0e49\u0e01\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e19\u0e34\u0e23\u0e19\u0e32\u0e2102", + "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "\u0e44\u0e21\u0e48\u0e21\u0e35\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e43\u0e14\u0e17\u0e35\u0e48\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e19\u0e34\u0e23\u0e19\u0e32\u0e21\u0e17\u0e31\u0e49\u0e07 2 \u0e1d\u0e48\u0e32\u0e22\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e1d\u0e32\u0e01\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e02\u0e2d\u0e07\u0e15\u0e19\u0e44\u0e27\u0e49\u0e43\u0e2b\u0e49\u0e2d\u0e35\u0e01\u0e1d\u0e48\u0e32\u0e22 \u0e41\u0e25\u0e30\u0e16\u0e49\u0e32\u0e2b\u0e32\u0e01\u0e17\u0e31\u0e49\u0e07\u0e04\u0e39\u0e48\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e1e\u0e34\u0e1e\u0e32\u0e17\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19 \u0e17\u0e35\u0e21\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07 RoboSats \u0e08\u0e30\u0e43\u0e2b\u0e49\u0e04\u0e27\u0e32\u0e21\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e43\u0e19\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e17\u0e31\u0e49\u0e07\u0e2a\u0e2d\u0e07", + "You can find a step-by-step description of the trade pipeline in ": "\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2d\u0e48\u0e32\u0e19\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e17\u0e35\u0e25\u0e30\u0e02\u0e31\u0e49\u0e19\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48", + "How it works": "\u0e21\u0e31\u0e19\u0e17\u0e33\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e23", + "You can also check the full guide in ": "\u0e41\u0e25\u0e30\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2d\u0e48\u0e32\u0e19\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48", + "How to use": "\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19", + "What payment methods are accepted?": "\u0e15\u0e49\u0e2d\u0e07\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e1c\u0e48\u0e32\u0e19\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e44\u0e2b\u0e19?", + "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has an expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "\u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49\u0e17\u0e38\u0e01\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e17\u0e35\u0e48\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e23\u0e27\u0e14\u0e40\u0e23\u0e47\u0e27 \u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e23\u0e30\u0e1a\u0e38\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e44\u0e14\u0e49 \u0e08\u0e32\u0e01\u0e19\u0e31\u0e49\u0e19\u0e04\u0e38\u0e13\u0e01\u0e47\u0e23\u0e2d\u0e08\u0e31\u0e1a\u0e04\u0e39\u0e48\u0e01\u0e31\u0e1a\u0e04\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e30\u0e14\u0e27\u0e01\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e14\u0e35\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e04\u0e38\u0e13 \u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19\u0e20\u0e32\u0e22\u0e43\u0e19 24 \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07 \u0e2b\u0e32\u0e01\u0e19\u0e32\u0e19\u0e01\u0e27\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19\u0e08\u0e30\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e34\u0e14\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34 \u0e40\u0e23\u0e32\u0e41\u0e19\u0e30\u0e19\u0e33\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e43\u0e0a\u0e49\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e17\u0e35\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15\u0e44\u0e14\u0e49\u0e41\u0e1a\u0e1a\u0e17\u0e31\u0e19\u0e17\u0e35\u0e17\u0e31\u0e19\u0e43\u0e14", + "Are there trade limits?": "\u0e21\u0e35\u0e02\u0e35\u0e14\u0e08\u0e33\u0e01\u0e31\u0e14\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e21\u0e31\u0e49\u0e22?", + "What are the fees?": "\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e40\u0e17\u0e48\u0e32\u0e44\u0e2b\u0e23\u0e48?", + "RoboSats total fee for an order is {{tradeFee}}%. This fee is split to be covered by both: the order maker ({{makerFee}}%) and the order taker ({{takerFee}}%). In case an onchain address is used to received the Sats a variable swap fee applies. Check the exchange details by tapping on the bottom bar icon to see the current swap fee.": "RoboSats \u0e08\u0e30\u0e40\u0e01\u0e47\u0e1a\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21 {{tradeFee}}% \u0e15\u0e48\u0e2d\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e40\u0e17\u0e23\u0e14 \u0e42\u0e14\u0e22\u0e41\u0e1a\u0e48\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e02\u0e2d\u0e07\u0e1d\u0e48\u0e32\u0e22 Maker ({{makerFee}}%) \u0e41\u0e25\u0e30\u0e1d\u0e48\u0e32\u0e22 Taker({{takerFee}}%) \u0e41\u0e25\u0e30\u0e43\u0e19\u0e01\u0e23\u0e13\u0e35\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49 on-chain address \u0e08\u0e30\u0e21\u0e35\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e01\u0e32\u0e23 swap \u0e40\u0e1e\u0e34\u0e48\u0e21\u0e0b\u0e36\u0e48\u0e07\u0e08\u0e30\u0e44\u0e21\u0e48\u0e04\u0e07\u0e17\u0e35\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e04\u0e48\u0e32 swap \u0e44\u0e14\u0e49\u0e17\u0e35\u0e48\u0e44\u0e2d\u0e04\u0e2d\u0e19\u0e1a\u0e19\u0e41\u0e16\u0e1a\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07", + "Be aware your fiat payment provider might charge extra fees. In any case, the buyer bears the costs of sending fiat. That includes banking charges, transfer fees and foreign exchange spreads. The seller must receive exactly the amount stated in the order details.": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e23\u0e23\u0e30\u0e27\u0e31\u0e07 \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1d\u0e48\u0e32\u0e22\u0e1c\u0e39\u0e49\u0e0b\u0e37\u0e49\u0e2d\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d \u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e17\u0e35\u0e48\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e02\u0e49\u0e2d\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15 \u0e41\u0e25\u0e30\u0e04\u0e48\u0e32 swap \u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15 \u0e16\u0e37\u0e2d\u0e40\u0e1b\u0e47\u0e19\u0e04\u0e27\u0e32\u0e21\u0e23\u0e31\u0e1a\u0e1c\u0e34\u0e14\u0e0a\u0e2d\u0e1a\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e0b\u0e37\u0e49\u0e2d\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d \u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e07\u0e34\u0e19\u0e15\u0e32\u0e21\u0e08\u0e33\u0e19\u0e27\u0e19\u0e04\u0e23\u0e1a\u0e16\u0e49\u0e27\u0e19\u0e40\u0e17\u0e48\u0e32\u0e01\u0e31\u0e1a\u0e17\u0e35\u0e48\u0e23\u0e30\u0e1a\u0e38\u0e44\u0e27\u0e49\u0e43\u0e19\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22", + "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "\u0e1b\u0e23\u0e34\u0e21\u0e32\u0e13\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14\u0e15\u0e48\u0e2d\u0e23\u0e2d\u0e1a\u0e04\u0e37\u0e2d {{maxAmount}} Satoshis \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e25\u0e14\u0e04\u0e27\u0e32\u0e21\u0e40\u0e2a\u0e35\u0e48\u0e22\u0e07\u0e17\u0e35\u0e48 lightning network routing \u0e08\u0e30\u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27 \u0e44\u0e21\u0e48\u0e21\u0e35\u0e08\u0e33\u0e01\u0e31\u0e14\u0e08\u0e33\u0e19\u0e27\u0e19\u0e04\u0e23\u0e31\u0e49\u0e07\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e15\u0e48\u0e2d\u0e27\u0e31\u0e19 \u0e42\u0e23\u0e1a\u0e2d\u0e17 1 \u0e17\u0e48\u0e32\u0e19\u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e17\u0e33\u0e01\u0e32\u0e23\u0e40\u0e17\u0e23\u0e14\u0e44\u0e14\u0e49\u0e04\u0e23\u0e31\u0e49\u0e07\u0e25\u0e30 1 \u0e23\u0e32\u0e22\u0e01\u0e32\u0e23 \u0e41\u0e15\u0e48\u0e04\u0e38\u0e13\u0e01\u0e47\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e2b\u0e25\u0e32\u0e22\u0e15\u0e31\u0e27\u0e44\u0e14\u0e49\u0e42\u0e14\u0e22\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e1c\u0e48\u0e32\u0e19\u0e2b\u0e25\u0e32\u0e22\u0e1a\u0e23\u0e32\u0e27\u0e40\u0e0b\u0e2d\u0e23\u0e4c (\u0e41\u0e25\u0e30\u0e2d\u0e22\u0e48\u0e32\u0e25\u0e37\u0e21\u0e40\u0e01\u0e47\u0e1a\u0e23\u0e31\u0e01\u0e29\u0e32 token \u0e02\u0e2d\u0e07\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e44\u0e27\u0e49\u0e43\u0e2b\u0e49\u0e14\u0e35!).", + "Is RoboSats private?": "RoboSats \u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27\u0e21\u0e31\u0e49\u0e22?", + "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats \u0e08\u0e30\u0e44\u0e21\u0e48\u0e21\u0e35\u0e27\u0e31\u0e19\u0e16\u0e32\u0e21 \u0e0a\u0e37\u0e48\u0e2d\u0e2a\u0e01\u0e38\u0e25, \u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28 \u0e2b\u0e23\u0e37\u0e2d \u0e23\u0e2b\u0e31\u0e2a\u0e1a\u0e31\u0e15\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e0a\u0e19 RoboSats \u0e08\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e01\u0e47\u0e1a\u0e2b\u0e23\u0e37\u0e2d\u0e04\u0e27\u0e1a\u0e04\u0e38\u0e21\u0e40\u0e07\u0e34\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49\u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e19\u0e43\u0e08\u0e14\u0e49\u0e27\u0e22\u0e0b\u0e49\u0e33\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e40\u0e1b\u0e47\u0e19\u0e44\u0e23 RoboSats \u0e08\u0e30\u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e01\u0e47\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27\u0e43\u0e14\u0e46 \u0e41\u0e25\u0e30\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e04\u0e27\u0e23\u0e40\u0e02\u0e49\u0e32\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e1c\u0e48\u0e32\u0e19 Tor browser .onion hidden service \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e31\u0e27\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14", + "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "\u0e04\u0e39\u0e48\u0e04\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e04\u0e37\u0e2d\u0e1c\u0e39\u0e49\u0e40\u0e14\u0e35\u0e22\u0e27\u0e17\u0e35\u0e48\u0e2d\u0e32\u0e08\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e14\u0e32\u0e15\u0e31\u0e27\u0e15\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e14\u0e49 \u0e04\u0e27\u0e23\u0e41\u0e0a\u0e17\u0e01\u0e31\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e01\u0e23\u0e30\u0e0a\u0e31\u0e1a\u0e41\u0e25\u0e30\u0e15\u0e23\u0e07\u0e1b\u0e23\u0e30\u0e40\u0e14\u0e47\u0e19 \u0e2b\u0e25\u0e35\u0e01\u0e40\u0e25\u0e35\u0e48\u0e22\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e02\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e1a\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15", + "What are the risks?": "\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e40\u0e2a\u0e35\u0e48\u0e22\u0e07\u0e2d\u0e30\u0e44\u0e23\u0e1a\u0e49\u0e32\u0e07?", + "This is an experimental application, things could go wrong. Trade small amounts!": "\u0e40\u0e23\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e41\u0e2d\u0e1e\u0e17\u0e35\u0e48\u0e22\u0e31\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e2d\u0e32\u0e08\u0e21\u0e35\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e04\u0e32\u0e14\u0e04\u0e34\u0e14\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e44\u0e14\u0e49\u0e14\u0e31\u0e07\u0e19\u0e31\u0e49\u0e19\u0e08\u0e36\u0e07\u0e04\u0e27\u0e23\u0e17\u0e33\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e43\u0e19\u0e1b\u0e23\u0e34\u0e21\u0e32\u0e13\u0e19\u0e49\u0e2d\u0e22\u0e46", + "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e40\u0e2a\u0e35\u0e48\u0e22\u0e07\u0e17\u0e35\u0e48\u0e08\u0e30\u0e16\u0e39\u0e01\u0e40\u0e23\u0e35\u0e22\u0e01\u0e40\u0e07\u0e34\u0e19\u0e04\u0e37\u0e19\u0e40\u0e0a\u0e48\u0e19\u0e40\u0e14\u0e35\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e41\u0e1e\u0e25\u0e49\u0e15\u0e1f\u0e2d\u0e23\u0e4c\u0e21 Peer-to-peer \u0e2d\u0e37\u0e48\u0e19\u0e46 \u0e14\u0e31\u0e07\u0e19\u0e31\u0e49\u0e19\u0e08\u0e36\u0e07\u0e04\u0e27\u0e23\u0e2b\u0e25\u0e35\u0e01\u0e40\u0e25\u0e35\u0e48\u0e22\u0e07\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e1c\u0e48\u0e32\u0e19\u0e17\u0e32\u0e07 Paypal \u0e2b\u0e23\u0e37\u0e2d\u0e1a\u0e31\u0e15\u0e23\u0e40\u0e04\u0e23\u0e14\u0e34\u0e15", + "What is the trust model?": "\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e16\u0e37\u0e2d\u0e40\u0e1b\u0e47\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e23?", + "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "\u0e1c\u0e39\u0e49\u0e0b\u0e37\u0e49\u0e2d\u0e41\u0e25\u0e30\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e44\u0e21\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e27\u0e49\u0e43\u0e08\u0e0b\u0e36\u0e48\u0e07\u0e01\u0e31\u0e19\u0e41\u0e25\u0e30\u0e01\u0e31\u0e19 \u0e41\u0e15\u0e48\u0e17\u0e31\u0e49\u0e07\u0e04\u0e39\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e27\u0e49\u0e43\u0e08 RoboSats \u0e40\u0e1e\u0e23\u0e32\u0e30\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e35\u0e48\u0e04\u0e27\u0e1a\u0e04\u0e38\u0e21 hold invoice \u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e23\u0e30\u0e1a\u0e1a atomic \u0e41\u0e25\u0e30\u0e19\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e19\u0e35\u0e49\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e01\u0e31\u0e1a\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e23\u0e49\u0e2d\u0e07\u0e40\u0e23\u0e35\u0e22\u0e19\u0e08\u0e30\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e42\u0e14\u0e22\u0e17\u0e35\u0e21\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07 RoboSats", + "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "\u0e19\u0e31\u0e48\u0e19\u0e2b\u0e21\u0e32\u0e22\u0e04\u0e27\u0e32\u0e21\u0e27\u0e48\u0e32 \u0e08\u0e30\u0e25\u0e14\u0e01\u0e32\u0e23\u0e2d\u0e32\u0e28\u0e31\u0e22\u0e04\u0e27\u0e32\u0e21\u0e44\u0e27\u0e49\u0e43\u0e08\u0e43\u0e2b\u0e49\u0e19\u0e49\u0e2d\u0e22\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14 \u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e23\u0e01\u0e47\u0e15\u0e32\u0e21 RoboSats \u0e01\u0e47\u0e1e\u0e2d\u0e17\u0e35\u0e48\u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e02\u0e42\u0e21\u0e22\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e1b\u0e44\u0e14\u0e49 \u0e42\u0e14\u0e22\u0e44\u0e21\u0e48\u0e1b\u0e25\u0e48\u0e2d\u0e22\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e0b\u0e37\u0e49\u0e2d \u0e0b\u0e36\u0e48\u0e07\u0e01\u0e32\u0e23\u0e01\u0e23\u0e30\u0e17\u0e33\u0e14\u0e31\u0e07\u0e01\u0e25\u0e48\u0e32\u0e27\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e1b\u0e23\u0e30\u0e42\u0e22\u0e0a\u0e19\u0e4c\u0e15\u0e48\u0e2d RoboSats \u0e40\u0e1b\u0e47\u0e19\u0e01\u0e32\u0e23\u0e17\u0e33\u0e25\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e2a\u0e35\u0e22\u0e07\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e41\u0e25\u0e01\u0e01\u0e31\u0e1a\u0e40\u0e07\u0e34\u0e19\u0e08\u0e33\u0e19\u0e27\u0e19\u0e19\u0e49\u0e2d\u0e22\u0e19\u0e34\u0e14 \u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e23\u0e01\u0e47\u0e15\u0e32\u0e21\u0e04\u0e38\u0e13\u0e04\u0e27\u0e23\u0e08\u0e30\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e15\u0e23\u0e30\u0e2b\u0e19\u0e31\u0e01\u0e41\u0e25\u0e30\u0e17\u0e33\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e17\u0e35\u0e25\u0e30\u0e19\u0e49\u0e2d\u0e22 \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e43\u0e19\u0e1b\u0e23\u0e34\u0e21\u0e32\u0e13\u0e21\u0e32\u0e01\u0e46\u0e04\u0e38\u0e13\u0e04\u0e27\u0e23\u0e43\u0e0a\u0e49\u0e41\u0e1e\u0e25\u0e49\u0e15\u0e1f\u0e2d\u0e23\u0e4c\u0e21\u0e2d\u0e37\u0e48\u0e19 \u0e40\u0e0a\u0e48\u0e19 Bisq", + "You can build more trust on RoboSats by inspecting the source code.": "\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a source code \u0e02\u0e2d\u0e07\u0e41\u0e1e\u0e25\u0e49\u0e15\u0e1f\u0e2d\u0e23\u0e4c\u0e21\u0e44\u0e14\u0e49\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e31\u0e48\u0e19\u0e43\u0e19 RoboSats \u0e44\u0e14\u0e49\u0e21\u0e32\u0e01\u0e02\u0e36\u0e49\u0e19", "Project source code": "Project source code", - "What happens if RoboSats suddenly disappears?": "ถ้าจู่ๆ RoboSats หายไปดื้อๆเลยจะเกิดอะไรขึ้น?", - "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "เหรียญของคุณทั้งหมดจะถูกคืนให้คุณ hold invoice ที่ไม่ได้ชำระบัญชีจะถูกคืนอย่างอัตโนมัติไม่ว่า RoboSats จะล่มหนักแค่ไหนก็ตาม โดยจะคืนทั้งเหรียญที่กักใน bond และเหรียญที่เป็นหลักประกันที่นำมาขาย อย่างไรก็ตาม มันจะมีช่วงเวลาสั้นๆระหว่างที่ผู้ขายยืนยันว่าได้รับเงินเฟียตแล้วกับช่วงที่ผู้ซื้อจะได้รับเหรียญ เหรียญอาจหายไปตลอดกาลได้หาก RoboSats ล่มภายในช่วงเวลาดังกล่าวพอดี ช่วงเวลานี้จะกินเวลาประมาณ 1 วินาที ดังนั้นจึงควรมี inbound liquidity ที่เพียงพอเพื่อป้องกันการ routing ล้มเหลว และหากคุณมีปัญหาอะไรสามารถติดต่อเราได้ผ่านช่องทางสาธารณะทั้งหมดที่เรามี", - "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "ในหลายประเทศการใช้ RoboSats ตามกฎหมายไม่แตกต่างกับ Ebay หรือ Craiglist กฎหมายแต่ละประเทศจะมีความแตกต่างกันและเป็นความรับผิดชอบของคุณในการปฏิบัติตามกฎหมาย", - "Is RoboSats legal in my country?": "RoboSats ถูกกฎหมายในประเทศที่ฉันอยู่หรือไม่?", - "Disclaimer": "ข้อความปฏิเสธความรับผิดชอบ", - "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "แอพพลิเคชั่น lightning นี้เปิดให้ใช้งานโดยที่ยังอยู่ในระหว่างการพัฒนาจึงควรทำการซื้อขายอย่างระมัดระวัง ปัจจุบันยังไม่มีฝ่ายบริการลูกค้ารายบุคคล จำเป็นต้องใช้ช่องทางสาธารณะในการติดต่อขอความช่วยเหลือ", + "What happens if RoboSats suddenly disappears?": "\u0e16\u0e49\u0e32\u0e08\u0e39\u0e48\u0e46 RoboSats \u0e2b\u0e32\u0e22\u0e44\u0e1b\u0e14\u0e37\u0e49\u0e2d\u0e46\u0e40\u0e25\u0e22\u0e08\u0e30\u0e40\u0e01\u0e34\u0e14\u0e2d\u0e30\u0e44\u0e23\u0e02\u0e36\u0e49\u0e19?", + "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e08\u0e30\u0e16\u0e39\u0e01\u0e04\u0e37\u0e19\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13 hold invoice \u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e0a\u0e33\u0e23\u0e30\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e08\u0e30\u0e16\u0e39\u0e01\u0e04\u0e37\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32 RoboSats \u0e08\u0e30\u0e25\u0e48\u0e21\u0e2b\u0e19\u0e31\u0e01\u0e41\u0e04\u0e48\u0e44\u0e2b\u0e19\u0e01\u0e47\u0e15\u0e32\u0e21 \u0e42\u0e14\u0e22\u0e08\u0e30\u0e04\u0e37\u0e19\u0e17\u0e31\u0e49\u0e07\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e01\u0e31\u0e01\u0e43\u0e19 bond \u0e41\u0e25\u0e30\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e17\u0e35\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e25\u0e31\u0e01\u0e1b\u0e23\u0e30\u0e01\u0e31\u0e19\u0e17\u0e35\u0e48\u0e19\u0e33\u0e21\u0e32\u0e02\u0e32\u0e22 \u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e23\u0e01\u0e47\u0e15\u0e32\u0e21 \u0e21\u0e31\u0e19\u0e08\u0e30\u0e21\u0e35\u0e0a\u0e48\u0e27\u0e07\u0e40\u0e27\u0e25\u0e32\u0e2a\u0e31\u0e49\u0e19\u0e46\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e17\u0e35\u0e48\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e27\u0e48\u0e32\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e07\u0e34\u0e19\u0e40\u0e1f\u0e35\u0e22\u0e15\u0e41\u0e25\u0e49\u0e27\u0e01\u0e31\u0e1a\u0e0a\u0e48\u0e27\u0e07\u0e17\u0e35\u0e48\u0e1c\u0e39\u0e49\u0e0b\u0e37\u0e49\u0e2d\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d \u0e40\u0e2b\u0e23\u0e35\u0e22\u0e0d\u0e2d\u0e32\u0e08\u0e2b\u0e32\u0e22\u0e44\u0e1b\u0e15\u0e25\u0e2d\u0e14\u0e01\u0e32\u0e25\u0e44\u0e14\u0e49\u0e2b\u0e32\u0e01 RoboSats \u0e25\u0e48\u0e21\u0e20\u0e32\u0e22\u0e43\u0e19\u0e0a\u0e48\u0e27\u0e07\u0e40\u0e27\u0e25\u0e32\u0e14\u0e31\u0e07\u0e01\u0e25\u0e48\u0e32\u0e27\u0e1e\u0e2d\u0e14\u0e35 \u0e0a\u0e48\u0e27\u0e07\u0e40\u0e27\u0e25\u0e32\u0e19\u0e35\u0e49\u0e08\u0e30\u0e01\u0e34\u0e19\u0e40\u0e27\u0e25\u0e32\u0e1b\u0e23\u0e30\u0e21\u0e32\u0e13 1 \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 \u0e14\u0e31\u0e07\u0e19\u0e31\u0e49\u0e19\u0e08\u0e36\u0e07\u0e04\u0e27\u0e23\u0e21\u0e35 inbound liquidity \u0e17\u0e35\u0e48\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e1e\u0e2d\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e01\u0e32\u0e23 routing \u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27 \u0e41\u0e25\u0e30\u0e2b\u0e32\u0e01\u0e04\u0e38\u0e13\u0e21\u0e35\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e2d\u0e30\u0e44\u0e23\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e40\u0e23\u0e32\u0e44\u0e14\u0e49\u0e1c\u0e48\u0e32\u0e19\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e2a\u0e32\u0e18\u0e32\u0e23\u0e13\u0e30\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e17\u0e35\u0e48\u0e40\u0e23\u0e32\u0e21\u0e35", + "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "\u0e43\u0e19\u0e2b\u0e25\u0e32\u0e22\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49 RoboSats \u0e15\u0e32\u0e21\u0e01\u0e0e\u0e2b\u0e21\u0e32\u0e22\u0e44\u0e21\u0e48\u0e41\u0e15\u0e01\u0e15\u0e48\u0e32\u0e07\u0e01\u0e31\u0e1a Ebay \u0e2b\u0e23\u0e37\u0e2d Craiglist \u0e01\u0e0e\u0e2b\u0e21\u0e32\u0e22\u0e41\u0e15\u0e48\u0e25\u0e30\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e08\u0e30\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e41\u0e15\u0e01\u0e15\u0e48\u0e32\u0e07\u0e01\u0e31\u0e19\u0e41\u0e25\u0e30\u0e40\u0e1b\u0e47\u0e19\u0e04\u0e27\u0e32\u0e21\u0e23\u0e31\u0e1a\u0e1c\u0e34\u0e14\u0e0a\u0e2d\u0e1a\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e15\u0e32\u0e21\u0e01\u0e0e\u0e2b\u0e21\u0e32\u0e22", + "Is RoboSats legal in my country?": "RoboSats \u0e16\u0e39\u0e01\u0e01\u0e0e\u0e2b\u0e21\u0e32\u0e22\u0e43\u0e19\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e17\u0e35\u0e48\u0e09\u0e31\u0e19\u0e2d\u0e22\u0e39\u0e48\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48?", + "Disclaimer": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e0f\u0e34\u0e40\u0e2a\u0e18\u0e04\u0e27\u0e32\u0e21\u0e23\u0e31\u0e1a\u0e1c\u0e34\u0e14\u0e0a\u0e2d\u0e1a", + "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "\u0e41\u0e2d\u0e1e\u0e1e\u0e25\u0e34\u0e40\u0e04\u0e0a\u0e31\u0e48\u0e19 lightning \u0e19\u0e35\u0e49\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e2b\u0e49\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e42\u0e14\u0e22\u0e17\u0e35\u0e48\u0e22\u0e31\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e08\u0e36\u0e07\u0e04\u0e27\u0e23\u0e17\u0e33\u0e01\u0e32\u0e23\u0e0b\u0e37\u0e49\u0e2d\u0e02\u0e32\u0e22\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e23\u0e30\u0e21\u0e31\u0e14\u0e23\u0e30\u0e27\u0e31\u0e07 \u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1d\u0e48\u0e32\u0e22\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e23\u0e32\u0e22\u0e1a\u0e38\u0e04\u0e04\u0e25 \u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e43\u0e0a\u0e49\u0e0a\u0e48\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e2a\u0e32\u0e18\u0e32\u0e23\u0e13\u0e30\u0e43\u0e19\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e02\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d", "(Telegram)": "(Telegram)", - ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats จะไม่ติดต่อคุณและไม่มีทางขอ token ของโรบอทของคุณ" + ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": ". RoboSats \u0e08\u0e30\u0e44\u0e21\u0e48\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e04\u0e38\u0e13\u0e41\u0e25\u0e30\u0e44\u0e21\u0e48\u0e21\u0e35\u0e17\u0e32\u0e07\u0e02\u0e2d token \u0e02\u0e2d\u0e07\u0e42\u0e23\u0e1a\u0e2d\u0e17\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13" } diff --git a/frontend/static/locales/zh-SI.json b/frontend/static/locales/zh-SI.json index daf0ba15..8782076f 100644 --- a/frontend/static/locales/zh-SI.json +++ b/frontend/static/locales/zh-SI.json @@ -1,545 +1,535 @@ { "UNSAFE ALERT - UnsafeAlert.js": "Alert that shows on top when browsing from the unsafe clearnet sites", - "You are not using RoboSats privately": "你在不隐秘地使用 RoboSats", - "desktop_unsafe_alert": "为了你的安全,一些功能(比如聊天)被禁用了。没有禁用的功能你将无法完成交易。为了保护你的隐私并完全启用 RoboSats,请使用 <1>Tor 浏览器访问<3>洋葱站点。", - "phone_unsafe_alert": "你将无法完成交易。请使用 <1>Tor 浏览器访问<3>洋葱站点。", - "Hide": "隐藏", - "You are self-hosting RoboSats": "你在自托管 RoboSats", - "RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSats 客户端已由你自己的节点提供服务,为你提供最强的安全性和隐私性。", - - "Initializing TOR daemon": "正在初始化 TOR 守护进程", - "Connecting to TOR network": "正在连线 TOR 网络", - "Connected to TOR network": "已连线 TOR 网络", - "Connection error": "连线错误", - + "You are not using RoboSats privately": "\u4f60\u5728\u4e0d\u9690\u79d8\u5730\u4f7f\u7528 RoboSats", + "desktop_unsafe_alert": "\u4e3a\u4e86\u4f60\u7684\u5b89\u5168\uff0c\u4e00\u4e9b\u529f\u80fd\uff08\u6bd4\u5982\u804a\u5929\uff09\u88ab\u7981\u7528\u4e86\u3002\u6ca1\u6709\u7981\u7528\u7684\u529f\u80fd\u4f60\u5c06\u65e0\u6cd5\u5b8c\u6210\u4ea4\u6613\u3002\u4e3a\u4e86\u4fdd\u62a4\u4f60\u7684\u9690\u79c1\u5e76\u5b8c\u5168\u542f\u7528 RoboSats\uff0c\u8bf7\u4f7f\u7528 <1>Tor \u6d4f\u89c8\u5668\u8bbf\u95ee<3>\u6d0b\u8471\u7ad9\u70b9\u3002", + "phone_unsafe_alert": "\u4f60\u5c06\u65e0\u6cd5\u5b8c\u6210\u4ea4\u6613\u3002\u8bf7\u4f7f\u7528 <1>Tor \u6d4f\u89c8\u5668\u8bbf\u95ee<3>\u6d0b\u8471\u7ad9\u70b9\u3002", + "Hide": "\u9690\u85cf", + "You are self-hosting RoboSats": "\u4f60\u5728\u81ea\u6258\u7ba1 RoboSats", + "RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSats \u5ba2\u6237\u7aef\u5df2\u7531\u4f60\u81ea\u5df1\u7684\u8282\u70b9\u63d0\u4f9b\u670d\u52a1\uff0c\u4e3a\u4f60\u63d0\u4f9b\u6700\u5f3a\u7684\u5b89\u5168\u6027\u548c\u9690\u79c1\u6027\u3002", + "Initializing TOR daemon": "\u6b63\u5728\u521d\u59cb\u5316 TOR \u5b88\u62a4\u8fdb\u7a0b", + "Connecting to TOR network": "\u6b63\u5728\u8fde\u7ebf TOR \u7f51\u7edc", + "Connected to TOR network": "\u5df2\u8fde\u7ebf TOR \u7f51\u7edc", + "Connection error": "\u8fde\u7ebf\u9519\u8bef", "USER GENERATION PAGE - UserGenPage.js": "Landing Page and User Generation", - "Simple and Private LN P2P Exchange": "简单且私密的闪电点对点交易所", - "This is your trading avatar": "这是你的交易头像", - "Store your token safely": "请安全地存储你的令牌", - "A robot avatar was found, welcome back!": "已发现机器人头像,欢迎回来!", - "Copied!": "已复制!", - "Generate a new token": "生成新令牌", - "Generate Robot": "生成机器人", - "You must enter a new token first": "你必须先输入新令牌", - "Make Order": "挂单", - "Info": "信息", - "View Book": "查看订单簿", - "Learn RoboSats": "学习 RoboSats", - "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "你即将访问学习 RoboSats 页面。此页面提供教程和说明书,以帮助你学习如何使用 RoboSats 并了解它的功能。", - "Let's go!": "开始吧!", - "Save token and PGP credentials to file": "将令牌和 PGP 凭据保存到文件", - + "Simple and Private LN P2P Exchange": "\u7b80\u5355\u4e14\u79c1\u5bc6\u7684\u95ea\u7535\u70b9\u5bf9\u70b9\u4ea4\u6613\u6240", + "This is your trading avatar": "\u8fd9\u662f\u4f60\u7684\u4ea4\u6613\u5934\u50cf", + "Store your token safely": "\u8bf7\u5b89\u5168\u5730\u5b58\u50a8\u4f60\u7684\u4ee4\u724c", + "A robot avatar was found, welcome back!": "\u5df2\u53d1\u73b0\u673a\u5668\u4eba\u5934\u50cf\uff0c\u6b22\u8fce\u56de\u6765\uff01", + "Copied!": "\u5df2\u590d\u5236\uff01", + "Generate a new token": "\u751f\u6210\u65b0\u4ee4\u724c", + "Generate Robot": "\u751f\u6210\u673a\u5668\u4eba", + "You must enter a new token first": "\u4f60\u5fc5\u987b\u5148\u8f93\u5165\u65b0\u4ee4\u724c", + "Make Order": "\u6302\u5355", + "Info": "\u4fe1\u606f", + "View Book": "\u67e5\u770b\u8ba2\u5355\u7c3f", + "Learn RoboSats": "\u5b66\u4e60 RoboSats", + "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "\u4f60\u5373\u5c06\u8bbf\u95ee\u5b66\u4e60 RoboSats \u9875\u9762\u3002\u6b64\u9875\u9762\u63d0\u4f9b\u6559\u7a0b\u548c\u8bf4\u660e\u4e66\uff0c\u4ee5\u5e2e\u52a9\u4f60\u5b66\u4e60\u5982\u4f55\u4f7f\u7528 RoboSats \u5e76\u4e86\u89e3\u5b83\u7684\u529f\u80fd\u3002", + "Let's go!": "\u5f00\u59cb\u5427\uff01", + "Save token and PGP credentials to file": "\u5c06\u4ee4\u724c\u548c PGP \u51ed\u636e\u4fdd\u5b58\u5230\u6587\u4ef6", "MAKER PAGE - MakerPage.js": "This is the page where users can create new orders", - "Order": "订单", - "Customize": "改制", - "Buy or Sell Bitcoin?": "购买还是出售比特币?", - "Buy": "购买", - "Sell": "出售", - "Amount": "金额", - "Amount of fiat to exchange for bitcoin": "兑换比特币的法币金额", - "Invalid": "无效", - "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "输入你首选的法币支付方式。强烈推荐使用快速的付款方法。", - "Must be shorter than 65 characters": "必须少于65个字符", - "Swap Destination(s)": "交换目的地", - "Fiat Payment Method(s)": "法币付款方法", - "You can add any method": "你可以添加任何方法", - "Add New": "添新", - "Choose a Pricing Method": "选择定价方法", - "Relative": "相对", - "Let the price move with the market": "让价格随市场移动", - "Premium over Market (%)": "市场溢价(%)", - "Explicit": "固定", - "Set a fix amount of satoshis": "设置固定聪金额", - "Satoshis": "聪", - "Fixed price:": "固定价格:", - "Order current rate:": "订单当前价格:", - "Your order fixed exchange rate": "你的订单的固定汇率", - "Your order's current exchange rate. Rate will move with the market.": "你的订单的固定汇率。汇率将随市场移动。", - "Let the taker chose an amount within the range": "允许吃单方选择范围内的金额", - "Enable Amount Range": "启用金额范围", - "From": "从", - "to": "到", - "Expiry Timers": "倒计时", - "Public Duration (HH:mm)": "公开时间 (HH:mm)", - "Escrow/Invoice Timer (HH:mm)": "托管存款/发票倒计时 (HH:mm)", - "Set the skin-in-the-game, increase for higher safety assurance": "设定风险共担,以提高安全保障", - "Fidelity Bond Size": "保证金大小", - "You must fill the order correctly": "你必须正确填写订单", - "Create Order": "创建订单", - "Back": "返回", - "Create an order for ": "创建订单 ", - "Buy order for ": "买单为 ", - "Sell order for ": "卖单为 ", - " of {{satoshis}} Satoshis": "{{satoshis}} 聪", - " at market price": "于市场价格", - " at a {{premium}}% premium": " 于 {{premium}}% 溢价", - " at a {{discount}}% discount": " 于 {{discount}}% 折扣", - "Must be less than {{max}}%": "必须少于 {{max}}%", - "Must be more than {{min}}%": "必须多于 {{min}}%", - "Must be less than {{maxSats}": "必须少于 {{maxSats}}", - "Must be more than {{minSats}}": "必须多于 {{minSats}}", - "Store your robot token": "存储你的机器人令牌", - "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "你将来可能需要恢复你的机器人头像:安全地存放它。你可以轻松地将其复制到另一个应用程序中。", - "Done": "完成", - "You do not have a robot avatar": "你没有机器人头像", - "You need to generate a robot avatar in order to become an order maker": "你需要生成机器人头像才能成为挂单方", - "Edit order": "编辑订单", - "Existing orders match yours!": "有与你的订单相匹配的现有订单!", - "Enable advanced options": "启用高级选项", - "Clear form": "清除表单", - + "Order": "\u8ba2\u5355", + "Customize": "\u6539\u5236", + "Buy or Sell Bitcoin?": "\u8d2d\u4e70\u8fd8\u662f\u51fa\u552e\u6bd4\u7279\u5e01\uff1f", + "Buy": "\u8d2d\u4e70", + "Sell": "\u51fa\u552e", + "Amount": "\u91d1\u989d", + "Amount of fiat to exchange for bitcoin": "\u5151\u6362\u6bd4\u7279\u5e01\u7684\u6cd5\u5e01\u91d1\u989d", + "Invalid": "\u65e0\u6548", + "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "\u8f93\u5165\u4f60\u9996\u9009\u7684\u6cd5\u5e01\u652f\u4ed8\u65b9\u5f0f\u3002\u5f3a\u70c8\u63a8\u8350\u4f7f\u7528\u5feb\u901f\u7684\u4ed8\u6b3e\u65b9\u6cd5\u3002", + "Must be shorter than 65 characters": "\u5fc5\u987b\u5c11\u4e8e65\u4e2a\u5b57\u7b26", + "Swap Destination(s)": "\u4ea4\u6362\u76ee\u7684\u5730", + "Fiat Payment Method(s)": "\u6cd5\u5e01\u4ed8\u6b3e\u65b9\u6cd5", + "You can add any method": "\u4f60\u53ef\u4ee5\u6dfb\u52a0\u4efb\u4f55\u65b9\u6cd5", + "Add New": "\u6dfb\u65b0", + "Choose a Pricing Method": "\u9009\u62e9\u5b9a\u4ef7\u65b9\u6cd5", + "Relative": "\u76f8\u5bf9", + "Let the price move with the market": "\u8ba9\u4ef7\u683c\u968f\u5e02\u573a\u79fb\u52a8", + "Premium over Market (%)": "\u5e02\u573a\u6ea2\u4ef7\uff08%\uff09", + "Explicit": "\u56fa\u5b9a", + "Set a fix amount of satoshis": "\u8bbe\u7f6e\u56fa\u5b9a\u806a\u91d1\u989d", + "Satoshis": "\u806a", + "Fixed price:": "\u56fa\u5b9a\u4ef7\u683c\uff1a", + "Order current rate:": "\u8ba2\u5355\u5f53\u524d\u4ef7\u683c\uff1a", + "Your order fixed exchange rate": "\u4f60\u7684\u8ba2\u5355\u7684\u56fa\u5b9a\u6c47\u7387", + "Your order's current exchange rate. Rate will move with the market.": "\u4f60\u7684\u8ba2\u5355\u7684\u56fa\u5b9a\u6c47\u7387\u3002\u6c47\u7387\u5c06\u968f\u5e02\u573a\u79fb\u52a8\u3002", + "Let the taker chose an amount within the range": "\u5141\u8bb8\u5403\u5355\u65b9\u9009\u62e9\u8303\u56f4\u5185\u7684\u91d1\u989d", + "Enable Amount Range": "\u542f\u7528\u91d1\u989d\u8303\u56f4", + "From": "\u4ece", + "to": "\u5230", + "Expiry Timers": "\u5012\u8ba1\u65f6", + "Public Duration (HH:mm)": "\u516c\u5f00\u65f6\u95f4 (HH:mm)", + "Escrow/Invoice Timer (HH:mm)": "\u6258\u7ba1\u5b58\u6b3e/\u53d1\u7968\u5012\u8ba1\u65f6 (HH:mm)", + "Set the skin-in-the-game, increase for higher safety assurance": "\u8bbe\u5b9a\u98ce\u9669\u5171\u62c5\uff0c\u4ee5\u63d0\u9ad8\u5b89\u5168\u4fdd\u969c", + "Fidelity Bond Size": "\u4fdd\u8bc1\u91d1\u5927\u5c0f", + "You must fill the order correctly": "\u4f60\u5fc5\u987b\u6b63\u786e\u586b\u5199\u8ba2\u5355", + "Create Order": "\u521b\u5efa\u8ba2\u5355", + "Back": "\u8fd4\u56de", + "Create an order for ": "\u521b\u5efa\u8ba2\u5355 ", + "Buy order for ": "\u4e70\u5355\u4e3a ", + "Sell order for ": "\u5356\u5355\u4e3a ", + " of {{satoshis}} Satoshis": "{{satoshis}} \u806a", + " at market price": "\u4e8e\u5e02\u573a\u4ef7\u683c", + " at a {{premium}}% premium": " \u4e8e {{premium}}% \u6ea2\u4ef7", + " at a {{discount}}% discount": " \u4e8e {{discount}}% \u6298\u6263", + "Must be less than {{max}}%": "\u5fc5\u987b\u5c11\u4e8e {{max}}%", + "Must be more than {{min}}%": "\u5fc5\u987b\u591a\u4e8e {{min}}%", + "Must be less than {{maxSats}": "\u5fc5\u987b\u5c11\u4e8e {{maxSats}}", + "Must be more than {{minSats}}": "\u5fc5\u987b\u591a\u4e8e {{minSats}}", + "Store your robot token": "\u5b58\u50a8\u4f60\u7684\u673a\u5668\u4eba\u4ee4\u724c", + "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "\u4f60\u5c06\u6765\u53ef\u80fd\u9700\u8981\u6062\u590d\u4f60\u7684\u673a\u5668\u4eba\u5934\u50cf\uff1a\u5b89\u5168\u5730\u5b58\u653e\u5b83\u3002\u4f60\u53ef\u4ee5\u8f7b\u677e\u5730\u5c06\u5176\u590d\u5236\u5230\u53e6\u4e00\u4e2a\u5e94\u7528\u7a0b\u5e8f\u4e2d\u3002", + "Done": "\u5b8c\u6210", + "You do not have a robot avatar": "\u4f60\u6ca1\u6709\u673a\u5668\u4eba\u5934\u50cf", + "You need to generate a robot avatar in order to become an order maker": "\u4f60\u9700\u8981\u751f\u6210\u673a\u5668\u4eba\u5934\u50cf\u624d\u80fd\u6210\u4e3a\u6302\u5355\u65b9", + "Edit order": "\u7f16\u8f91\u8ba2\u5355", + "Existing orders match yours!": "\u6709\u4e0e\u4f60\u7684\u8ba2\u5355\u76f8\u5339\u914d\u7684\u73b0\u6709\u8ba2\u5355\uff01", + "Enable advanced options": "\u542f\u7528\u9ad8\u7ea7\u9009\u9879", + "Clear form": "\u6e05\u9664\u8868\u5355", "PAYMENT METHODS - autocompletePayments.js": "Payment method strings", - "not specified": "未指定", - "Instant SEPA": "即时 SEPA", - "Amazon GiftCard": "亚马逊礼品卡", - "Google Play Gift Code": "Google Play 礼品码", - "Cash F2F": "面对面现金", - "On-Chain BTC": "链上比特币", - + "not specified": "\u672a\u6307\u5b9a", + "Instant SEPA": "\u5373\u65f6 SEPA", + "Amazon GiftCard": "\u4e9a\u9a6c\u900a\u793c\u54c1\u5361", + "Google Play Gift Code": "Google Play \u793c\u54c1\u7801", + "Cash F2F": "\u9762\u5bf9\u9762\u73b0\u91d1", + "On-Chain BTC": "\u94fe\u4e0a\u6bd4\u7279\u5e01", "BOOK PAGE - BookPage.js": "The Book Order page", - "Seller": "卖方", - "Buyer": "买方", - "I want to": "我想要", - "Select Order Type": "选择订单种类", - "ANY": "任何", - "BUY": "购买", - "SELL": "出售", - "and use": "并使用", - "Select Payment Currency": "选择支付货币", - "Robot": "机器人", - "Is": "是", - "Currency": "货币", - "Payment Method": "付款方式", - "Pay": "支付", - "Price": "价格", - "Premium": "溢价", - "You are SELLING BTC for {{currencyCode}}": "你正在以 {{currencyCode}} 出售比特币", - "You are BUYING BTC for {{currencyCode}}": "你正在以 {{currencyCode}} 购买比特币", - "You are looking at all": "你在看所有的", - "No orders found to sell BTC for {{currencyCode}}": "未找到以 {{currencyCode}} 出售比特币的订单", - "No orders found to buy BTC for {{currencyCode}}": "未找到以 {{currencyCode}} 购买比特币的订单", - "Filter has no results": "筛选后无结果", - "Be the first one to create an order": "成为第一个创建订单的人", - "Orders per page:": "每页上的订单数量:", - "No results found.": "未找到结果。", - "An error occurred.": "发生错误。", - "Columns": "列", - "Select columns": "选择列", - "Find column": "查找列", - "Column title": "列标题", - "Reorder column": "重整列", - "Show all": "显示全部", - "Hide all": "隐藏全部", - "Add filter": "加筛选", - "Delete": "删除", - "Logic operator": "逻辑运算符", - "Operator": "运算符", - "And": "和", - "Or": "或", - "Value": "值", - "Filter value": "筛选值", - "contains": "含", - "equals": "等于", - "starts with": "以。。。开始", - "ends with": "以。。。结束", - "is": "是", - "is not": "不是", - "is after": "在。。。之后", - "is on or after": "在。。。或之后", - "is before": "在。。。之前", - "is on or before": "在。。。或之前", - "is empty": "为空", - "is not empty": "非空", - "is any of": "是。。。其中任何", - "any": "任何", - "true": "实", - "false": "虚", - "Menu": "菜单", - "Show columns": "显示列", - "Filter": "筛选", - "Unsort": "取消排序", - "Sort by ASC": "按升序排序", - "Sort by DESC": "按降序排序", - "Sort": "排序", - "Show filters": "显示筛选", - "yes": "是", - "no": "不是", - "Depth chart": "深度图", - "Chart": "图表", - "List": "列表", - "pay with": "支付", - "Timer": "存款倒计时", - "Expiry": "订单到期", - "Sats now": "当前聪", - "Bond": "保证金", - "swap to": "交换到", - "DESTINATION": "目的地", - "METHOD": "方式", - + "Seller": "\u5356\u65b9", + "Buyer": "\u4e70\u65b9", + "I want to": "\u6211\u60f3\u8981", + "Select Order Type": "\u9009\u62e9\u8ba2\u5355\u79cd\u7c7b", + "ANY": "\u4efb\u4f55", + "BUY": "\u8d2d\u4e70", + "SELL": "\u51fa\u552e", + "and use": "\u5e76\u4f7f\u7528", + "Select Payment Currency": "\u9009\u62e9\u652f\u4ed8\u8d27\u5e01", + "Robot": "\u673a\u5668\u4eba", + "Is": "\u662f", + "Currency": "\u8d27\u5e01", + "Payment Method": "\u4ed8\u6b3e\u65b9\u5f0f", + "Pay": "\u652f\u4ed8", + "Price": "\u4ef7\u683c", + "Premium": "\u6ea2\u4ef7", + "You are SELLING BTC for {{currencyCode}}": "\u4f60\u6b63\u5728\u4ee5 {{currencyCode}} \u51fa\u552e\u6bd4\u7279\u5e01", + "You are BUYING BTC for {{currencyCode}}": "\u4f60\u6b63\u5728\u4ee5 {{currencyCode}} \u8d2d\u4e70\u6bd4\u7279\u5e01", + "You are looking at all": "\u4f60\u5728\u770b\u6240\u6709\u7684", + "No orders found to sell BTC for {{currencyCode}}": "\u672a\u627e\u5230\u4ee5 {{currencyCode}} \u51fa\u552e\u6bd4\u7279\u5e01\u7684\u8ba2\u5355", + "No orders found to buy BTC for {{currencyCode}}": "\u672a\u627e\u5230\u4ee5 {{currencyCode}} \u8d2d\u4e70\u6bd4\u7279\u5e01\u7684\u8ba2\u5355", + "Filter has no results": "\u7b5b\u9009\u540e\u65e0\u7ed3\u679c", + "Be the first one to create an order": "\u6210\u4e3a\u7b2c\u4e00\u4e2a\u521b\u5efa\u8ba2\u5355\u7684\u4eba", + "Orders per page:": "\u6bcf\u9875\u4e0a\u7684\u8ba2\u5355\u6570\u91cf\uff1a", + "No results found.": "\u672a\u627e\u5230\u7ed3\u679c\u3002", + "An error occurred.": "\u53d1\u751f\u9519\u8bef\u3002", + "Columns": "\u5217", + "Select columns": "\u9009\u62e9\u5217", + "Find column": "\u67e5\u627e\u5217", + "Column title": "\u5217\u6807\u9898", + "Reorder column": "\u91cd\u6574\u5217", + "Show all": "\u663e\u793a\u5168\u90e8", + "Hide all": "\u9690\u85cf\u5168\u90e8", + "Add filter": "\u52a0\u7b5b\u9009", + "Delete": "\u5220\u9664", + "Logic operator": "\u903b\u8f91\u8fd0\u7b97\u7b26", + "Operator": "\u8fd0\u7b97\u7b26", + "And": "\u548c", + "Or": "\u6216", + "Value": "\u503c", + "Filter value": "\u7b5b\u9009\u503c", + "contains": "\u542b", + "equals": "\u7b49\u4e8e", + "starts with": "\u4ee5\u3002\u3002\u3002\u5f00\u59cb", + "ends with": "\u4ee5\u3002\u3002\u3002\u7ed3\u675f", + "is": "\u662f", + "is not": "\u4e0d\u662f", + "is after": "\u5728\u3002\u3002\u3002\u4e4b\u540e", + "is on or after": "\u5728\u3002\u3002\u3002\u6216\u4e4b\u540e", + "is before": "\u5728\u3002\u3002\u3002\u4e4b\u524d", + "is on or before": "\u5728\u3002\u3002\u3002\u6216\u4e4b\u524d", + "is empty": "\u4e3a\u7a7a", + "is not empty": "\u975e\u7a7a", + "is any of": "\u662f\u3002\u3002\u3002\u5176\u4e2d\u4efb\u4f55", + "any": "\u4efb\u4f55", + "true": "\u5b9e", + "false": "\u865a", + "Menu": "\u83dc\u5355", + "Show columns": "\u663e\u793a\u5217", + "Filter": "\u7b5b\u9009", + "Unsort": "\u53d6\u6d88\u6392\u5e8f", + "Sort by ASC": "\u6309\u5347\u5e8f\u6392\u5e8f", + "Sort by DESC": "\u6309\u964d\u5e8f\u6392\u5e8f", + "Sort": "\u6392\u5e8f", + "Show filters": "\u663e\u793a\u7b5b\u9009", + "yes": "\u662f", + "no": "\u4e0d\u662f", + "Depth chart": "\u6df1\u5ea6\u56fe", + "Chart": "\u56fe\u8868", + "List": "\u5217\u8868", + "pay with": "\u652f\u4ed8", + "Timer": "\u5b58\u6b3e\u5012\u8ba1\u65f6", + "Expiry": "\u8ba2\u5355\u5230\u671f", + "Sats now": "\u5f53\u524d\u806a", + "Bond": "\u4fdd\u8bc1\u91d1", + "swap to": "\u4ea4\u6362\u5230", + "DESTINATION": "\u76ee\u7684\u5730", + "METHOD": "\u65b9\u5f0f", "BOTTOM BAR AND MISC - BottomBar.js": "Bottom Bar user profile and miscellaneous dialogs", - "Stats For Nerds": "书呆子的统计数据", - "LND version": "LND 版本", - "Currently running commit hash": "当前运行的 commit 散列值", - "24h contracted volume": "24小时合约量", - "Lifetime contracted volume": "终身合约量", - "Made with": "用", - "and": "和", - "... somewhere on Earth!": "。。。在世界上某处制造!", - "Community": "社群", - "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "仅通过公开渠道提供支持。如果你有任何疑问或想与其他机器人一起玩,请加入我们的 Telegram 社群。如果你发现错误或想查看新功能,请使用我们的 Github Issues!", - "Follow RoboSats in Twitter": "在 Twitter 上关注 RoboSats", - "Twitter Official Account": "Twitter 官方账号", - "RoboSats Telegram Communities": "RoboSats Telegram 社群", - "Join RoboSats Spanish speaking community!": "加入 RoboSats 西语社群!", - "Join RoboSats Russian speaking community!": "加入 RoboSats 俄语社群!", - "Join RoboSats Chinese speaking community!": "加入 RoboSats 汉语社群!", - "Join RoboSats English speaking community!": "加入 RoboSats 英语社群!", - "Join RoboSats Portuguese speaking community!": "加入 RoboSats 葡语社群!", - "Tell us about a new feature or a bug": "向我们报告错误或要求新功能", + "Stats For Nerds": "\u4e66\u5446\u5b50\u7684\u7edf\u8ba1\u6570\u636e", + "LND version": "LND \u7248\u672c", + "Currently running commit hash": "\u5f53\u524d\u8fd0\u884c\u7684 commit \u6563\u5217\u503c", + "24h contracted volume": "24\u5c0f\u65f6\u5408\u7ea6\u91cf", + "Lifetime contracted volume": "\u7ec8\u8eab\u5408\u7ea6\u91cf", + "Made with": "\u7528", + "and": "\u548c", + "... somewhere on Earth!": "\u3002\u3002\u3002\u5728\u4e16\u754c\u4e0a\u67d0\u5904\u5236\u9020\uff01", + "Community": "\u793e\u7fa4", + "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "\u4ec5\u901a\u8fc7\u516c\u5f00\u6e20\u9053\u63d0\u4f9b\u652f\u6301\u3002\u5982\u679c\u4f60\u6709\u4efb\u4f55\u7591\u95ee\u6216\u60f3\u4e0e\u5176\u4ed6\u673a\u5668\u4eba\u4e00\u8d77\u73a9\uff0c\u8bf7\u52a0\u5165\u6211\u4eec\u7684 Telegram \u793e\u7fa4\u3002\u5982\u679c\u4f60\u53d1\u73b0\u9519\u8bef\u6216\u60f3\u67e5\u770b\u65b0\u529f\u80fd\uff0c\u8bf7\u4f7f\u7528\u6211\u4eec\u7684 Github Issues\uff01", + "Follow RoboSats in Twitter": "\u5728 Twitter \u4e0a\u5173\u6ce8 RoboSats", + "Twitter Official Account": "Twitter \u5b98\u65b9\u8d26\u53f7", + "RoboSats Telegram Communities": "RoboSats Telegram \u793e\u7fa4", + "Join RoboSats Spanish speaking community!": "\u52a0\u5165 RoboSats \u897f\u8bed\u793e\u7fa4\uff01", + "Join RoboSats Russian speaking community!": "\u52a0\u5165 RoboSats \u4fc4\u8bed\u793e\u7fa4\uff01", + "Join RoboSats Chinese speaking community!": "\u52a0\u5165 RoboSats \u6c49\u8bed\u793e\u7fa4\uff01", + "Join RoboSats English speaking community!": "\u52a0\u5165 RoboSats \u82f1\u8bed\u793e\u7fa4\uff01", + "Join RoboSats Portuguese speaking community!": "\u52a0\u5165 RoboSats \u8461\u8bed\u793e\u7fa4\uff01", + "Tell us about a new feature or a bug": "\u5411\u6211\u4eec\u62a5\u544a\u9519\u8bef\u6216\u8981\u6c42\u65b0\u529f\u80fd", "Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - The Robotic Satoshis Open Source Project", - "Your Profile": "你的个人资料", - "Your robot": "你的机器人", - "One active order #{{orderID}}": "一个活跃的订单 #{{orderID}}", - "Your current order": "你当前的订单", - "No active orders": "没有活跃的订单", - "Your token (will not remain here)": "你的令牌(不会留在此地)", - "Back it up!": "请备份!", - "Cannot remember": "记不得", - "Rewards and compensations": "奖励和补偿", - "Share to earn 100 Sats per trade": "分享并于每笔交易获得100聪的奖励", - "Your referral link": "你的推荐链接", - "Your earned rewards": "你获得的奖励", - "Claim": "领取", - "Invoice for {{amountSats}} Sats": "{{amountSats}} 聪的发票", - "Submit": "提交", - "There it goes, thank you!🥇": "好了,谢谢!🥇", - "You have an active order": "你有一个活跃订单", - "You can claim satoshis!": "你可以领聪!", - "Public Buy Orders": "公开购买订单", - "Public Sell Orders": "公开出售订单", - "Today Active Robots": "今天活跃的机器人", - "24h Avg Premium": "24小时平均溢价", - "Trade Fee": "交易费", - "Show community and support links": "显示社群和支持链接", - "Show stats for nerds": "显示书呆子的统计数据", - "Exchange Summary": "交易所概况", - "Public buy orders": "公开购买订单", - "Public sell orders": "公开出售订单", - "Book liquidity": "账面流动性", - "Today active robots": "今天活跃的机器人", - "24h non-KYC bitcoin premium": "24小时 non-KYC 比特币溢价", - "Maker fee": "挂单方费用", - "Taker fee": "吃单方费用", - "Number of public BUY orders": "公开购买订单数量", - "Number of public SELL orders": "公开出售订单数量", - "Your last order #{{orderID}}": "你的上一笔交易 #{{orderID}}", - "Inactive order": "不活跃订单", - "You do not have previous orders": "你没有之前的订单", - "Join RoboSats' Subreddit": "加入 RoboSats 的 Subreddit", - "RoboSats in Reddit": "Reddit 上的 RoboSats", - "Current onchain payout fee": "当前链上支付费用", - "Use stealth invoices": "使用隐形发票", - "Stealth lightning invoices do not contain details about the trade except an order reference. Enable this setting if you don't want to disclose details to a custodial lightning wallet.": "除订单参考外,隐形发票不包含有关交易的详细信息。如果你不想向托管闪电钱包披露详细信息,请启用此设置。", - "Update your RoboSats client": "更新你的 RoboSats 客户端", - "The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "RoboSats 协调器的版本是 {{coordinatorVersion}},但是你的客户端 app 是 {{clientVersion}}。版本不匹配可能会导致糟糕的用户体验。", - "Download RoboSats {{coordinatorVersion}} APK from Github releases": "从 Github releases 下载 RoboSats {{coordinatorVersion}} APK", - "On Android RoboSats app": "在 RoboSats 安卓 app 上", - "Check your node's store or update the Docker image yourself": "查看你的节点的应用商店或自己更新 Docker 镜像", - "On your own sovereign node": "在你自己主权的节点上", - "Simply refresh your Tor Browser tab (or press Ctrl+Shift+R)": "只需刷新你的 Tor 浏览器选项卡(或在键盘上按下 Ctrl+Shift+R)", - "On remotely served client via web": "在通过网络远程服务的客户端上", - "Client": "客户端", - "Coordinator": "协调器", - "RoboSats version": "RoboSats 版本", - "LN Node": "LN 节点", - + "Your Profile": "\u4f60\u7684\u4e2a\u4eba\u8d44\u6599", + "Your robot": "\u4f60\u7684\u673a\u5668\u4eba", + "One active order #{{orderID}}": "\u4e00\u4e2a\u6d3b\u8dc3\u7684\u8ba2\u5355 #{{orderID}}", + "Your current order": "\u4f60\u5f53\u524d\u7684\u8ba2\u5355", + "No active orders": "\u6ca1\u6709\u6d3b\u8dc3\u7684\u8ba2\u5355", + "Your token (will not remain here)": "\u4f60\u7684\u4ee4\u724c\uff08\u4e0d\u4f1a\u7559\u5728\u6b64\u5730\uff09", + "Back it up!": "\u8bf7\u5907\u4efd\uff01", + "Cannot remember": "\u8bb0\u4e0d\u5f97", + "Rewards and compensations": "\u5956\u52b1\u548c\u8865\u507f", + "Share to earn 100 Sats per trade": "\u5206\u4eab\u5e76\u4e8e\u6bcf\u7b14\u4ea4\u6613\u83b7\u5f97100\u806a\u7684\u5956\u52b1", + "Your referral link": "\u4f60\u7684\u63a8\u8350\u94fe\u63a5", + "Your earned rewards": "\u4f60\u83b7\u5f97\u7684\u5956\u52b1", + "Claim": "\u9886\u53d6", + "Invoice for {{amountSats}} Sats": "{{amountSats}} \u806a\u7684\u53d1\u7968", + "Submit": "\u63d0\u4ea4", + "There it goes, thank you!\ud83e\udd47": "\u597d\u4e86\uff0c\u8c22\u8c22\uff01\ud83e\udd47", + "You have an active order": "\u4f60\u6709\u4e00\u4e2a\u6d3b\u8dc3\u8ba2\u5355", + "You can claim satoshis!": "\u4f60\u53ef\u4ee5\u9886\u806a\uff01", + "Public Buy Orders": "\u516c\u5f00\u8d2d\u4e70\u8ba2\u5355", + "Public Sell Orders": "\u516c\u5f00\u51fa\u552e\u8ba2\u5355", + "Today Active Robots": "\u4eca\u5929\u6d3b\u8dc3\u7684\u673a\u5668\u4eba", + "24h Avg Premium": "24\u5c0f\u65f6\u5e73\u5747\u6ea2\u4ef7", + "Trade Fee": "\u4ea4\u6613\u8d39", + "Show community and support links": "\u663e\u793a\u793e\u7fa4\u548c\u652f\u6301\u94fe\u63a5", + "Show stats for nerds": "\u663e\u793a\u4e66\u5446\u5b50\u7684\u7edf\u8ba1\u6570\u636e", + "Exchange Summary": "\u4ea4\u6613\u6240\u6982\u51b5", + "Public buy orders": "\u516c\u5f00\u8d2d\u4e70\u8ba2\u5355", + "Public sell orders": "\u516c\u5f00\u51fa\u552e\u8ba2\u5355", + "Book liquidity": "\u8d26\u9762\u6d41\u52a8\u6027", + "Today active robots": "\u4eca\u5929\u6d3b\u8dc3\u7684\u673a\u5668\u4eba", + "24h non-KYC bitcoin premium": "24\u5c0f\u65f6 non-KYC \u6bd4\u7279\u5e01\u6ea2\u4ef7", + "Maker fee": "\u6302\u5355\u65b9\u8d39\u7528", + "Taker fee": "\u5403\u5355\u65b9\u8d39\u7528", + "Number of public BUY orders": "\u516c\u5f00\u8d2d\u4e70\u8ba2\u5355\u6570\u91cf", + "Number of public SELL orders": "\u516c\u5f00\u51fa\u552e\u8ba2\u5355\u6570\u91cf", + "Your last order #{{orderID}}": "\u4f60\u7684\u4e0a\u4e00\u7b14\u4ea4\u6613 #{{orderID}}", + "Inactive order": "\u4e0d\u6d3b\u8dc3\u8ba2\u5355", + "You do not have previous orders": "\u4f60\u6ca1\u6709\u4e4b\u524d\u7684\u8ba2\u5355", + "Join RoboSats' Subreddit": "\u52a0\u5165 RoboSats \u7684 Subreddit", + "RoboSats in Reddit": "Reddit \u4e0a\u7684 RoboSats", + "Current onchain payout fee": "\u5f53\u524d\u94fe\u4e0a\u652f\u4ed8\u8d39\u7528", + "Use stealth invoices": "\u4f7f\u7528\u9690\u5f62\u53d1\u7968", + "Stealth lightning invoices do not contain details about the trade except an order reference. Enable this setting if you don't want to disclose details to a custodial lightning wallet.": "\u9664\u8ba2\u5355\u53c2\u8003\u5916\uff0c\u9690\u5f62\u53d1\u7968\u4e0d\u5305\u542b\u6709\u5173\u4ea4\u6613\u7684\u8be6\u7ec6\u4fe1\u606f\u3002\u5982\u679c\u4f60\u4e0d\u60f3\u5411\u6258\u7ba1\u95ea\u7535\u94b1\u5305\u62ab\u9732\u8be6\u7ec6\u4fe1\u606f\uff0c\u8bf7\u542f\u7528\u6b64\u8bbe\u7f6e\u3002", + "Update your RoboSats client": "\u66f4\u65b0\u4f60\u7684 RoboSats \u5ba2\u6237\u7aef", + "The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "RoboSats \u534f\u8c03\u5668\u7684\u7248\u672c\u662f {{coordinatorVersion}}\uff0c\u4f46\u662f\u4f60\u7684\u5ba2\u6237\u7aef app \u662f {{clientVersion}}\u3002\u7248\u672c\u4e0d\u5339\u914d\u53ef\u80fd\u4f1a\u5bfc\u81f4\u7cdf\u7cd5\u7684\u7528\u6237\u4f53\u9a8c\u3002", + "Download RoboSats {{coordinatorVersion}} APK from Github releases": "\u4ece Github releases \u4e0b\u8f7d RoboSats {{coordinatorVersion}} APK", + "On Android RoboSats app": "\u5728 RoboSats \u5b89\u5353 app \u4e0a", + "Check your node's store or update the Docker image yourself": "\u67e5\u770b\u4f60\u7684\u8282\u70b9\u7684\u5e94\u7528\u5546\u5e97\u6216\u81ea\u5df1\u66f4\u65b0 Docker \u955c\u50cf", + "On your own sovereign node": "\u5728\u4f60\u81ea\u5df1\u4e3b\u6743\u7684\u8282\u70b9\u4e0a", + "Simply refresh your Tor Browser tab (or press Ctrl+Shift+R)": "\u53ea\u9700\u5237\u65b0\u4f60\u7684 Tor \u6d4f\u89c8\u5668\u9009\u9879\u5361\uff08\u6216\u5728\u952e\u76d8\u4e0a\u6309\u4e0b Ctrl+Shift+R\uff09", + "On remotely served client via web": "\u5728\u901a\u8fc7\u7f51\u7edc\u8fdc\u7a0b\u670d\u52a1\u7684\u5ba2\u6237\u7aef\u4e0a", + "Client": "\u5ba2\u6237\u7aef", + "Coordinator": "\u534f\u8c03\u5668", + "RoboSats version": "RoboSats \u7248\u672c", + "LN Node": "LN \u8282\u70b9", "ORDER PAGE - OrderPage.js": "Order details page", - "Order Box": "订单框", - "Contract": "合约", - "Active": "活跃", - "Seen recently": "最近活跃", - "Inactive": "不活跃", - "(Seller)": "(卖方)", - "(Buyer)": "(买方)", - "Order maker": "订单挂单方", - "Order taker": "订单吃单方", - "Order Details": "订单详情", - "Order status": "订单状态", - "Waiting for maker bond": "正在等待挂单方保证金", - "Public": "公开", - "Waiting for taker bond": "正在等待吃单方保证金", - "Cancelled": "已取消", - "Expired": "已到期", - "Waiting for trade collateral and buyer invoice": "正在等待交易抵押和买方发票", - "Waiting only for seller trade collateral": "正在等待卖方交易抵押", - "Waiting only for buyer invoice": "正在等待买方发票", - "Sending fiat - In chatroom": "正在发送发币 - 在聊天室内", - "Fiat sent - In chatroom": "发币已发送 - 在聊天室内", - "In dispute": "在争议中", - "Collaboratively cancelled": "已合作取消", - "Sending satoshis to buyer": "正在把聪发送给买方", - "Sucessful trade": "成功交易", - "Failed lightning network routing": "闪电网络路由失败", - "Wait for dispute resolution": "等待争议解决", - "Maker lost dispute": "挂单方争议失败了", - "Taker lost dispute": "吃单方争议失败了", - "Amount range": "金额范围", - "Swap destination": "交换目的地", - "Accepted payment methods": "接受的付款方法", - "Others": "其他", - "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - 溢价: {{premium}}%", - "Price and Premium": "价格和溢价", - "Amount of Satoshis": "聪金额", - "Premium over market price": "高于市价的溢价", - "Order ID": "订单 ID", - "Deposit timer": "存款倒计时", - "Expires in": "内到期", - "{{nickname}} is asking for a collaborative cancel": "{{nickname}} 要求合作取消", - "You asked for a collaborative cancellation": "你要求了合作取消", - "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "发票到期了。你没有及时确认公布订单。请创建新订单。", - "This order has been cancelled by the maker": "此订单被挂单方取消了", - "Invoice expired. You did not confirm taking the order in time.": "发票到期了。你没有及时确认吃单。", - "Penalty lifted, good to go!": "罚单已解除,没问题了!", - "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "你暂时还不能吃单!请等{{timeMin}}分 {{timeSec}}秒", - "Too low": "太低", - "Too high": "太高", - "Enter amount of fiat to exchange for bitcoin": "输入以兑换比特币的法币金额", - "Amount {{currencyCode}}": "{{currencyCode}}金额", - "You must specify an amount first": "你必须先指定金额", - "Take Order": "吃单", - "Wait until you can take an order": "请等到可以吃单", - "Cancel the order?": "取消订单?", - "If the order is cancelled now you will lose your bond.": "如果现在取消订单,你将失去保证金。", - "Confirm Cancel": "确认取消", - "The maker is away": "挂单方离线", - "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "接受此订单可能会浪费你的时间。如果挂单方未及时响应,你将获得挂单方保证金的50%的补偿。", - "Collaborative cancel the order?": "合作取消订单?", - "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "交易托管已发布。只有当挂单方和吃单方都同意取消时,才能取消订单。", - "Ask for Cancel": "要求取消", - "Cancel": "取消", - "Collaborative Cancel": "合作取消", - "Invalid Order Id": "无效订单 Id", - "You must have a robot avatar to see the order details": "你必须有机器人头像才能看到订单详情", - "This order has been cancelled collaborativelly": "此订单已被合作取消", - "This order is not available": "此订单不可用", - "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "在仓库里工作的机器人没懂你的意思。请在 Github 上填写 Bug 问题 https://github.com/reckless-satoshi/robosats/issues", + "Order Box": "\u8ba2\u5355\u6846", + "Contract": "\u5408\u7ea6", + "Active": "\u6d3b\u8dc3", + "Seen recently": "\u6700\u8fd1\u6d3b\u8dc3", + "Inactive": "\u4e0d\u6d3b\u8dc3", + "(Seller)": "\uff08\u5356\u65b9\uff09", + "(Buyer)": "\uff08\u4e70\u65b9\uff09", + "Order maker": "\u8ba2\u5355\u6302\u5355\u65b9", + "Order taker": "\u8ba2\u5355\u5403\u5355\u65b9", + "Order Details": "\u8ba2\u5355\u8be6\u60c5", + "Order status": "\u8ba2\u5355\u72b6\u6001", + "Waiting for maker bond": "\u6b63\u5728\u7b49\u5f85\u6302\u5355\u65b9\u4fdd\u8bc1\u91d1", + "Public": "\u516c\u5f00", + "Waiting for taker bond": "\u6b63\u5728\u7b49\u5f85\u5403\u5355\u65b9\u4fdd\u8bc1\u91d1", + "Cancelled": "\u5df2\u53d6\u6d88", + "Expired": "\u5df2\u5230\u671f", + "Waiting for trade collateral and buyer invoice": "\u6b63\u5728\u7b49\u5f85\u4ea4\u6613\u62b5\u62bc\u548c\u4e70\u65b9\u53d1\u7968", + "Waiting only for seller trade collateral": "\u6b63\u5728\u7b49\u5f85\u5356\u65b9\u4ea4\u6613\u62b5\u62bc", + "Waiting only for buyer invoice": "\u6b63\u5728\u7b49\u5f85\u4e70\u65b9\u53d1\u7968", + "Sending fiat - In chatroom": "\u6b63\u5728\u53d1\u9001\u53d1\u5e01 - \u5728\u804a\u5929\u5ba4\u5185", + "Fiat sent - In chatroom": "\u53d1\u5e01\u5df2\u53d1\u9001 - \u5728\u804a\u5929\u5ba4\u5185", + "In dispute": "\u5728\u4e89\u8bae\u4e2d", + "Collaboratively cancelled": "\u5df2\u5408\u4f5c\u53d6\u6d88", + "Sending satoshis to buyer": "\u6b63\u5728\u628a\u806a\u53d1\u9001\u7ed9\u4e70\u65b9", + "Sucessful trade": "\u6210\u529f\u4ea4\u6613", + "Failed lightning network routing": "\u95ea\u7535\u7f51\u7edc\u8def\u7531\u5931\u8d25", + "Wait for dispute resolution": "\u7b49\u5f85\u4e89\u8bae\u89e3\u51b3", + "Maker lost dispute": "\u6302\u5355\u65b9\u4e89\u8bae\u5931\u8d25\u4e86", + "Taker lost dispute": "\u5403\u5355\u65b9\u4e89\u8bae\u5931\u8d25\u4e86", + "Amount range": "\u91d1\u989d\u8303\u56f4", + "Swap destination": "\u4ea4\u6362\u76ee\u7684\u5730", + "Accepted payment methods": "\u63a5\u53d7\u7684\u4ed8\u6b3e\u65b9\u6cd5", + "Others": "\u5176\u4ed6", + "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - \u6ea2\u4ef7: {{premium}}%", + "Price and Premium": "\u4ef7\u683c\u548c\u6ea2\u4ef7", + "Amount of Satoshis": "\u806a\u91d1\u989d", + "Premium over market price": "\u9ad8\u4e8e\u5e02\u4ef7\u7684\u6ea2\u4ef7", + "Order ID": "\u8ba2\u5355 ID", + "Deposit timer": "\u5b58\u6b3e\u5012\u8ba1\u65f6", + "Expires in": "\u5185\u5230\u671f", + "{{nickname}} is asking for a collaborative cancel": "{{nickname}} \u8981\u6c42\u5408\u4f5c\u53d6\u6d88", + "You asked for a collaborative cancellation": "\u4f60\u8981\u6c42\u4e86\u5408\u4f5c\u53d6\u6d88", + "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "\u53d1\u7968\u5230\u671f\u4e86\u3002\u4f60\u6ca1\u6709\u53ca\u65f6\u786e\u8ba4\u516c\u5e03\u8ba2\u5355\u3002\u8bf7\u521b\u5efa\u65b0\u8ba2\u5355\u3002", + "This order has been cancelled by the maker": "\u6b64\u8ba2\u5355\u88ab\u6302\u5355\u65b9\u53d6\u6d88\u4e86", + "Invoice expired. You did not confirm taking the order in time.": "\u53d1\u7968\u5230\u671f\u4e86\u3002\u4f60\u6ca1\u6709\u53ca\u65f6\u786e\u8ba4\u5403\u5355\u3002", + "Penalty lifted, good to go!": "\u7f5a\u5355\u5df2\u89e3\u9664\uff0c\u6ca1\u95ee\u9898\u4e86\uff01", + "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "\u4f60\u6682\u65f6\u8fd8\u4e0d\u80fd\u5403\u5355\uff01\u8bf7\u7b49{{timeMin}}\u5206 {{timeSec}}\u79d2", + "Too low": "\u592a\u4f4e", + "Too high": "\u592a\u9ad8", + "Enter amount of fiat to exchange for bitcoin": "\u8f93\u5165\u4ee5\u5151\u6362\u6bd4\u7279\u5e01\u7684\u6cd5\u5e01\u91d1\u989d", + "Amount {{currencyCode}}": "{{currencyCode}}\u91d1\u989d", + "You must specify an amount first": "\u4f60\u5fc5\u987b\u5148\u6307\u5b9a\u91d1\u989d", + "Take Order": "\u5403\u5355", + "Wait until you can take an order": "\u8bf7\u7b49\u5230\u53ef\u4ee5\u5403\u5355", + "Cancel the order?": "\u53d6\u6d88\u8ba2\u5355\uff1f", + "If the order is cancelled now you will lose your bond.": "\u5982\u679c\u73b0\u5728\u53d6\u6d88\u8ba2\u5355\uff0c\u4f60\u5c06\u5931\u53bb\u4fdd\u8bc1\u91d1\u3002", + "Confirm Cancel": "\u786e\u8ba4\u53d6\u6d88", + "The maker is away": "\u6302\u5355\u65b9\u79bb\u7ebf", + "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "\u63a5\u53d7\u6b64\u8ba2\u5355\u53ef\u80fd\u4f1a\u6d6a\u8d39\u4f60\u7684\u65f6\u95f4\u3002\u5982\u679c\u6302\u5355\u65b9\u672a\u53ca\u65f6\u54cd\u5e94\uff0c\u4f60\u5c06\u83b7\u5f97\u6302\u5355\u65b9\u4fdd\u8bc1\u91d1\u768450%\u7684\u8865\u507f\u3002", + "Collaborative cancel the order?": "\u5408\u4f5c\u53d6\u6d88\u8ba2\u5355\uff1f", + "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "\u4ea4\u6613\u6258\u7ba1\u5df2\u53d1\u5e03\u3002\u53ea\u6709\u5f53\u6302\u5355\u65b9\u548c\u5403\u5355\u65b9\u90fd\u540c\u610f\u53d6\u6d88\u65f6\uff0c\u624d\u80fd\u53d6\u6d88\u8ba2\u5355\u3002", + "Ask for Cancel": "\u8981\u6c42\u53d6\u6d88", + "Cancel": "\u53d6\u6d88", + "Collaborative Cancel": "\u5408\u4f5c\u53d6\u6d88", + "Invalid Order Id": "\u65e0\u6548\u8ba2\u5355 Id", + "You must have a robot avatar to see the order details": "\u4f60\u5fc5\u987b\u6709\u673a\u5668\u4eba\u5934\u50cf\u624d\u80fd\u770b\u5230\u8ba2\u5355\u8be6\u60c5", + "This order has been cancelled collaborativelly": "\u6b64\u8ba2\u5355\u5df2\u88ab\u5408\u4f5c\u53d6\u6d88", + "This order is not available": "\u6b64\u8ba2\u5355\u4e0d\u53ef\u7528", + "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "\u5728\u4ed3\u5e93\u91cc\u5de5\u4f5c\u7684\u673a\u5668\u4eba\u6ca1\u61c2\u4f60\u7684\u610f\u601d\u3002\u8bf7\u5728 Github \u4e0a\u586b\u5199 Bug \u95ee\u9898 https://github.com/reckless-satoshi/robosats/issues", "WebLN": "WebLN", - "Payment not received, please check your WebLN wallet.": "没有收到付款,请查看你的 WebLN 钱包。", - "Invoice not received, please check your WebLN wallet.": "没有收到发票,请查看你的 WebLN 钱包。", - "Payment detected, you can close now your WebLN wallet popup.": "已检测到付款,你现在可以关闭你的 WebLN 钱包弹出窗口。", - + "Payment not received, please check your WebLN wallet.": "\u6ca1\u6709\u6536\u5230\u4ed8\u6b3e\uff0c\u8bf7\u67e5\u770b\u4f60\u7684 WebLN \u94b1\u5305\u3002", + "Invoice not received, please check your WebLN wallet.": "\u6ca1\u6709\u6536\u5230\u53d1\u7968\uff0c\u8bf7\u67e5\u770b\u4f60\u7684 WebLN \u94b1\u5305\u3002", + "Payment detected, you can close now your WebLN wallet popup.": "\u5df2\u68c0\u6d4b\u5230\u4ed8\u6b3e\uff0c\u4f60\u73b0\u5728\u53ef\u4ee5\u5173\u95ed\u4f60\u7684 WebLN \u94b1\u5305\u5f39\u51fa\u7a97\u53e3\u3002", "CHAT BOX - Chat.js": "Chat Box", - "You": "你", - "Peer": "对等方", - "connected": "在线", - "disconnected": "离线", - "Type a message": "键入消息", - "Connecting...": "正在连线。。。", - "Send": "传送", - "Verify your privacy": "验证你的隐私", - "Audit PGP": "审计 PGP", - "Save full log as a JSON file (messages and credentials)": "将全记录档保存为 JSON 文件 (消息和凭据)", - "Export": "导出", - "Don't trust, verify": "不要信,去验证", - "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "你的通信是以 OpenPGP 完成端对端加密的。你可以使用任何基于 OpenPGP 标准的工具来验证此聊天的隐私性。", - "Learn how to verify": "学习如何验证", - "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "你的 PGP 公钥。你的对等方用它来加密只有你能阅读的消息。", - "Your public key": "你的公钥", - "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "你的对等方的公钥。你使用它来加密只有你的对等方才能阅读的消息,并验证你的对等方签署的传入消息。", - "Peer public key": "对等方的公钥", - "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "你的加密的私钥。你使用它来解密你的对等方为你加密的消息。你还可以使用它来签署你发送的消息。", - "Your encrypted private key": "你的加密的私钥", - "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "用来解密你的私钥的密码。只有你知道!千万不要分享。也是你的机器人令牌。", - "Your private key passphrase (keep secure!)": "你的私钥密码(请安全存放!)", - "Save credentials as a JSON file": "将凭据保存为 JSON 文件", - "Keys": "钥匙", - "Save messages as a JSON file": "将消息保存为 JSON 文件", - "Messages": "消息", - "Verified signature by {{nickname}}": "验证了 {{nickname}} 的签名", - "Cannot verify signature of {{nickname}}": "无法验证 {{nickname}} 的签名", - + "You": "\u4f60", + "Peer": "\u5bf9\u7b49\u65b9", + "connected": "\u5728\u7ebf", + "disconnected": "\u79bb\u7ebf", + "Type a message": "\u952e\u5165\u6d88\u606f", + "Connecting...": "\u6b63\u5728\u8fde\u7ebf\u3002\u3002\u3002", + "Send": "\u4f20\u9001", + "Verify your privacy": "\u9a8c\u8bc1\u4f60\u7684\u9690\u79c1", + "Audit PGP": "\u5ba1\u8ba1 PGP", + "Save full log as a JSON file (messages and credentials)": "\u5c06\u5168\u8bb0\u5f55\u6863\u4fdd\u5b58\u4e3a JSON \u6587\u4ef6 \uff08\u6d88\u606f\u548c\u51ed\u636e\uff09", + "Export": "\u5bfc\u51fa", + "Don't trust, verify": "\u4e0d\u8981\u4fe1\uff0c\u53bb\u9a8c\u8bc1", + "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "\u4f60\u7684\u901a\u4fe1\u662f\u4ee5 OpenPGP \u5b8c\u6210\u7aef\u5bf9\u7aef\u52a0\u5bc6\u7684\u3002\u4f60\u53ef\u4ee5\u4f7f\u7528\u4efb\u4f55\u57fa\u4e8e OpenPGP \u6807\u51c6\u7684\u5de5\u5177\u6765\u9a8c\u8bc1\u6b64\u804a\u5929\u7684\u9690\u79c1\u6027\u3002", + "Learn how to verify": "\u5b66\u4e60\u5982\u4f55\u9a8c\u8bc1", + "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "\u4f60\u7684 PGP \u516c\u94a5\u3002\u4f60\u7684\u5bf9\u7b49\u65b9\u7528\u5b83\u6765\u52a0\u5bc6\u53ea\u6709\u4f60\u80fd\u9605\u8bfb\u7684\u6d88\u606f\u3002", + "Your public key": "\u4f60\u7684\u516c\u94a5", + "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "\u4f60\u7684\u5bf9\u7b49\u65b9\u7684\u516c\u94a5\u3002\u4f60\u4f7f\u7528\u5b83\u6765\u52a0\u5bc6\u53ea\u6709\u4f60\u7684\u5bf9\u7b49\u65b9\u624d\u80fd\u9605\u8bfb\u7684\u6d88\u606f\uff0c\u5e76\u9a8c\u8bc1\u4f60\u7684\u5bf9\u7b49\u65b9\u7b7e\u7f72\u7684\u4f20\u5165\u6d88\u606f\u3002", + "Peer public key": "\u5bf9\u7b49\u65b9\u7684\u516c\u94a5", + "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "\u4f60\u7684\u52a0\u5bc6\u7684\u79c1\u94a5\u3002\u4f60\u4f7f\u7528\u5b83\u6765\u89e3\u5bc6\u4f60\u7684\u5bf9\u7b49\u65b9\u4e3a\u4f60\u52a0\u5bc6\u7684\u6d88\u606f\u3002\u4f60\u8fd8\u53ef\u4ee5\u4f7f\u7528\u5b83\u6765\u7b7e\u7f72\u4f60\u53d1\u9001\u7684\u6d88\u606f\u3002", + "Your encrypted private key": "\u4f60\u7684\u52a0\u5bc6\u7684\u79c1\u94a5", + "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "\u7528\u6765\u89e3\u5bc6\u4f60\u7684\u79c1\u94a5\u7684\u5bc6\u7801\u3002\u53ea\u6709\u4f60\u77e5\u9053\uff01\u5343\u4e07\u4e0d\u8981\u5206\u4eab\u3002\u4e5f\u662f\u4f60\u7684\u673a\u5668\u4eba\u4ee4\u724c\u3002", + "Your private key passphrase (keep secure!)": "\u4f60\u7684\u79c1\u94a5\u5bc6\u7801\uff08\u8bf7\u5b89\u5168\u5b58\u653e\uff01\uff09", + "Save credentials as a JSON file": "\u5c06\u51ed\u636e\u4fdd\u5b58\u4e3a JSON \u6587\u4ef6", + "Keys": "\u94a5\u5319", + "Save messages as a JSON file": "\u5c06\u6d88\u606f\u4fdd\u5b58\u4e3a JSON \u6587\u4ef6", + "Messages": "\u6d88\u606f", + "Verified signature by {{nickname}}": "\u9a8c\u8bc1\u4e86 {{nickname}} \u7684\u7b7e\u540d", + "Cannot verify signature of {{nickname}}": "\u65e0\u6cd5\u9a8c\u8bc1 {{nickname}} \u7684\u7b7e\u540d", "CONTRACT BOX - TradeBox.js": "The Contract Box that guides users trough the whole trade pipeline", - "Contract Box": "合约框", - "Robots show commitment to their peers": "机器人对他们的伙伴们是讲信用的", - "Lock {{amountSats}} Sats to PUBLISH order": "锁入 {{amountSats}} 聪以发布订单", - "Lock {{amountSats}} Sats to TAKE order": "锁入 {{amountSats}} 聪以接受订单", - "Lock {{amountSats}} Sats as collateral": "锁入 {{amountSats}} 聪为抵押", - "Copy to clipboard": "复制到剪贴板", - "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "这是一张 hold 发票,它会在你的钱包内冻结。只有当你取消或争议失败的时候才会被收取。", - "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "这是一张 hold 发票,它会在你的钱包内冻结。当你确认收到 {{currencyCode}} 后它会被释放给买方。", - "Your maker bond is locked": "你的挂单方保证金已锁定", - "Your taker bond is locked": "你的吃单方保证金已锁定", - "Your maker bond was settled": "你的挂单方保证金已结算", - "Your taker bond was settled": "你的吃单方保证金已结算", - "Your maker bond was unlocked": "你的挂单方保证金已解锁", - "Your taker bond was unlocked": "你的吃单方保证金已解锁", - "Your order is public": "你的订单已发布", - "Be patient while robots check the book. This box will ring 🔊 once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "机器人检查订单簿时请耐心等待。一旦机器人接受你的订单,这个对话就会响起🔊。之后你有 {{deposit_timer_hours}}时 {{deposit_timer_minutes}}分可以回答。如果你不回答,你有失去保证金的风险。", - "If the order expires untaken, your bond will return to you (no action needed).": "如果订单到期前未执行,你的保证金将退还给你(无需采取任何行动)。", - "Enable Telegram Notifications": "开启 Telegram 通知", - "Enable TG Notifications": "开启 TG 通知", - "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "你将被带到 RoboSats Telegram Bot 的对话中。只需打开聊天并按开始。请注意,通过开启 Telegram 通知,你可能会降低匿名程度。", - "Go back": "返回", - "Enable": "开启", - "Telegram enabled": "Telegram 已开启", - "Public orders for {{currencyCode}}": "{{currencyCode}} 的公开订单", - "Premium rank": "溢价排行", - "Among public {{currencyCode}} orders (higher is cheaper)": "在公开的 {{currencyCode}} 等待中(越高排位越便宜)", - "A taker has been found!": "已找到吃单方!", - "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "请等待吃单方锁定保证金。如果吃单方没有及时锁定保证金,订单将再次公开。", - "Payout Lightning Invoice": "闪电支付发票", - "Your info looks good!": "你的信息看起来没错!", - "We are waiting for the seller to lock the trade amount.": "我们正在等待卖方锁定交易金额。", - "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "请稍等片刻。如果卖方不存款,你将自动取回保证金。此外,你将获得补偿(查看你个人资料中的奖励)。", - "The trade collateral is locked!": "交易抵押已锁定!", - "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "我们正在等待买方发布闪电发票。一旦发布,你将能够直接沟通法币付款详情。", - "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "请稍等片刻。如果买方不配合,你将自动取回抵押和保证金。此外,你将获得补偿(查看你个人资料中的奖励)。", - "Confirm {{amount}} {{currencyCode}} sent": "确认已发送 {{amount}} {{currencyCode}}", - "Confirm {{amount}} {{currencyCode}} received": "确认已收到 {{amount}} {{currencyCode}}", - "Open Dispute": "开始争议", - "The order has expired": "订单已到期", - "Chat with the buyer": "与买方聊天", - "Chat with the seller": "与卖方聊天", - "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "打个招呼!请保持你的回答有用且简洁。让他们知道如何向你发送 {{amount}} {{currencyCode}}。", - "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "买方已发送法币。当你收到时请点‘确认收到’。", - "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "打个招呼!要求付款详情并在付款发送后立即点击‘确认已发送’。", - "Wait for the seller to confirm he has received the payment.": "等待卖方确认他已收到付款。", - "Confirm you received {{amount}} {{currencyCode}}?": "确认你已收到 {{amount}} {{currencyCode}}?", - "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "通过确认你已收到法币将完成交易。托管中的聪将被释放给买方。只有在确认 {{amount}} {{currencyCode}} 已到达你的账户后才确认收款。此外,如果你已收到付款但是不确认收款的话,你有失去你的保证金的风险。", - "Confirm": "确认", - "Trade finished!": "交易结束了!", - "rate_robosats": "你觉得 <1>RoboSats 怎么样?", - "Thank you! RoboSats loves you too ❤️": "谢谢! RoboSats 也爱你 ❤️", - "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats 会随着更多的流动性和更高的用户数量而变得更好。把 RoboSats 推荐给你的比特币朋友吧!", - "Thank you for using Robosats!": "感谢你使用 Robosats!", - "let_us_know_hot_to_improve": "让我们知道如何改进 (<1>Telegram / <3>Github)", - "Start Again": "重新开始", - "Attempting Lightning Payment": "正在尝试闪电支付", - "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats 正在尝试支付你的闪电发票。请记住,闪电节点必须在线才能接收付款。", - "Retrying!": "重试中!", - "Lightning Routing Failed": "闪电路由失败", - "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "你的发票已到期或已进行超过 3 次付款尝试。提交一张新的发票。", - "Check the list of compatible wallets": "查看兼容钱包列表", - "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats 将尝试支付你的发票 3 次,每次尝试间隔 1 分钟。如果它一再失败,你将能够提交新的发票。检查你是否有足够的入站流动性。请注意,闪电节点必须在线才能接收付款。", - "Next attempt in": "下一次尝试", - "Do you want to open a dispute?": "你想开始争议吗?", - "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "RoboSats 工作人员将检查所提供的声明和证据。你需要建立一个完整的案例,因为工作人员无法阅读聊天内容。最好在你的声明中提供抛弃式的联系方式。交易托管中的聪将被发送给争议获胜者,而争议失败者将失去保证金。", - "Disagree": "不同意", - "Agree and open dispute": "同意并开始争议", - "A dispute has been opened": "争议已开始", - "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "请提供你的声明。清楚具体地说明发生了什么,并提供必要的证据。你必须提供联系方式:抛弃式电子邮件、 XMPP 或 Telegram 用户名以跟工作人员联络。争议由真的机器人(亦称真人)自行解决,因此请尽可能提供帮助以确保公平的结果。最多 5000 字符。", - "Submit dispute statement": "提交争议声明", - "We have received your statement": "我们收到了你的声明", - "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "我们在等待你的交易对等方提交声明。如果你对争议的状态有疑问或想要添加信息,请联系 robosats@protonmail.com。", - "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "请保存识别你的订单和付款所需的信息:订单 ID;保证金或托管的支付散列值(查看你的闪电钱包);聪的确切金额;和机器人昵称。你必须通过电子邮件(或其他联系方式)表明自己是参与此交易的用户。", - "We have the statements": "我们已收到双方的声明", - "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "双方声明均已收到,请等待工作人员解决争议。如果你对争议的状况有疑问或需要添加信息,请联系 robosats@protonmail.com。如果你没有提供联系方式,或者不确定你是否正确填了信息,请立即联系我们。", - "You have won the dispute": "你赢得了争议", - "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "你可以从你的个人资料下的奖励中索取解决争议的金额(托管和保证金)。如果工作人员可以提供任何帮助,请随时联系 robosats@protonmail.com (或通过你提供的抛弃式联系方式)。", - "You have lost the dispute": "你的争议失败了", - "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "你的争议不幸地失败了。如果你认为这是个错误,你可以通过电子邮件向 robosats@protonmail.com 要求重新打开此案例。但是,再次调查的可能性很小。", - "Expired not taken": "已到期并未吃单", - "Maker bond not locked": "挂单方保证金未锁定", - "Escrow not locked": "托管未锁定", - "Invoice not submitted": "未提交发票", - "Neither escrow locked or invoice submitted": "即未锁定托管,也未提交发票", - "Renew Order": "延续订单", - "Pause the public order": "暂停公开订单", - "Your order is paused": "你的订单已暂停", - "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "你的公开订单已暂停。目前其他机器人无法看到或接受你的订单。你随时可以选择取消暂停。", - "Unpause Order": "取消暂停订单", - "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "如果不锁定抵押,你有失去保证金的风险。剩余时间为 {{deposit_timer_hours}}时 {{deposit_timer_minutes}}分。", - "See Compatible Wallets": "查看兼容钱包列表", - "Failure reason:": "失败原因:", - "Payment isn't failed (yet)": "付款(还)没有失败", - "There are more routes to try, but the payment timeout was exceeded.": "有更多路线可以尝试,但超过了支付超时时间。", - "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "已尝试所有可能的路线并且永久性失败。或者根本没有通往目的地的路线。", - "A non-recoverable error has occurred.": "发生了一个无法恢复的错误。", - "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "支付详情错误(未知散列值、不可用金额或 invalid final CLTV delta).", - "Insufficient unlocked balance in RoboSats' node.": "RoboSats 的节点上解锁的余额不足。", - "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "提交的发票只有昂贵的路由指示,你使用的是不兼容的钱包(可能是 Muun?)。查看 wallets.robosats.com 上的钱包兼容性指南。", - "The invoice provided has no explicit amount": "所提供的发票没有明确的金额", - "Does not look like a valid lightning invoice": "看起来不像是有效的闪电发票", - "The invoice provided has already expired": "提供的发票已经到期", - "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "确保导出聊天记录。工作人员可能会要求你提供所导出的聊天记录 JSON 以解决差异。存储记录是你的责任。", - "Invalid address": "地址无效", - "Unable to validate address, check bitcoind backend": "无法验证地址,请检查 bitcoind 后端", - "Submit payout info for {{amountSats}} Sats": "提交 {{amountSats}} 聪的支付信息", - "Submit a valid invoice for {{amountSats}} Satoshis.": "提交 {{amountSats}} 聪的有效发票。", - "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "在让你发送 {{amountFiat}} {{currencyCode}} 之前,我们想确认你能感受到比特币。", - "RoboSats will do a swap and send the Sats to your onchain address.": "RoboSats 会做一个交换并把聪发送到你的链上地址。", - "Swap fee": "交换费", - "Mining fee": "挖矿费", - "Mining Fee": "挖矿费", - "Final amount you will receive": "你将收到的最终金额", - "Bitcoin Address": "比特币地址", - "Your TXID": "你的 TXID", - "Lightning": "闪电", - "Onchain": "链上", - "open_dispute": "要开始争议的话需要等 <1><1/>", - "Trade Summary": "交易概括", - "Maker": "挂单方", - "Taker": "吃单方", - "User role": "用户角色", - "Sent": "已发送", - "Received": "已收到", - "BTC received": "已收到比特币", - "BTC sent": "已发送比特币", - "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} 聪 ({{tradeFeePercent}}%)", - "Trade fee": "交易费", - "{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} 聪 ({{swapFeePercent}}%)", - "Onchain swap fee": "链上交换费", - "{{miningFeeSats}} Sats": "{{miningFeeSats}} 聪", - "{{bondSats}} Sats ({{bondPercent}}%)": "{{bondSats}} 聪 ({{bondPercent}}%)", - "Maker bond": "挂单方保证金", - "Taker bond": "吃单方保证金", - "Unlocked": "已解锁", - "{{revenueSats}} Sats": "{{revenueSats}} 聪", - "Platform trade revenue": "平台交易收入", - "{{routingFeeSats}} MiliSats": "{{routingFeeSats}} 毫聪", - "Platform covered routing fee": "平台承担的路由费", - "Timestamp": "时间戳", - "Completed in": "内完成", - "Contract exchange rate": "合约交易率", - + "Contract Box": "\u5408\u7ea6\u6846", + "Robots show commitment to their peers": "\u673a\u5668\u4eba\u5bf9\u4ed6\u4eec\u7684\u4f19\u4f34\u4eec\u662f\u8bb2\u4fe1\u7528\u7684", + "Lock {{amountSats}} Sats to PUBLISH order": "\u9501\u5165 {{amountSats}} \u806a\u4ee5\u53d1\u5e03\u8ba2\u5355", + "Lock {{amountSats}} Sats to TAKE order": "\u9501\u5165 {{amountSats}} \u806a\u4ee5\u63a5\u53d7\u8ba2\u5355", + "Lock {{amountSats}} Sats as collateral": "\u9501\u5165 {{amountSats}} \u806a\u4e3a\u62b5\u62bc", + "Copy to clipboard": "\u590d\u5236\u5230\u526a\u8d34\u677f", + "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "\u8fd9\u662f\u4e00\u5f20 hold \u53d1\u7968\uff0c\u5b83\u4f1a\u5728\u4f60\u7684\u94b1\u5305\u5185\u51bb\u7ed3\u3002\u53ea\u6709\u5f53\u4f60\u53d6\u6d88\u6216\u4e89\u8bae\u5931\u8d25\u7684\u65f6\u5019\u624d\u4f1a\u88ab\u6536\u53d6\u3002", + "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "\u8fd9\u662f\u4e00\u5f20 hold \u53d1\u7968\uff0c\u5b83\u4f1a\u5728\u4f60\u7684\u94b1\u5305\u5185\u51bb\u7ed3\u3002\u5f53\u4f60\u786e\u8ba4\u6536\u5230 {{currencyCode}} \u540e\u5b83\u4f1a\u88ab\u91ca\u653e\u7ed9\u4e70\u65b9\u3002", + "Your maker bond is locked": "\u4f60\u7684\u6302\u5355\u65b9\u4fdd\u8bc1\u91d1\u5df2\u9501\u5b9a", + "Your taker bond is locked": "\u4f60\u7684\u5403\u5355\u65b9\u4fdd\u8bc1\u91d1\u5df2\u9501\u5b9a", + "Your maker bond was settled": "\u4f60\u7684\u6302\u5355\u65b9\u4fdd\u8bc1\u91d1\u5df2\u7ed3\u7b97", + "Your taker bond was settled": "\u4f60\u7684\u5403\u5355\u65b9\u4fdd\u8bc1\u91d1\u5df2\u7ed3\u7b97", + "Your maker bond was unlocked": "\u4f60\u7684\u6302\u5355\u65b9\u4fdd\u8bc1\u91d1\u5df2\u89e3\u9501", + "Your taker bond was unlocked": "\u4f60\u7684\u5403\u5355\u65b9\u4fdd\u8bc1\u91d1\u5df2\u89e3\u9501", + "Your order is public": "\u4f60\u7684\u8ba2\u5355\u5df2\u53d1\u5e03", + "Be patient while robots check the book. This box will ring \ud83d\udd0a once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "\u673a\u5668\u4eba\u68c0\u67e5\u8ba2\u5355\u7c3f\u65f6\u8bf7\u8010\u5fc3\u7b49\u5f85\u3002\u4e00\u65e6\u673a\u5668\u4eba\u63a5\u53d7\u4f60\u7684\u8ba2\u5355\uff0c\u8fd9\u4e2a\u5bf9\u8bdd\u5c31\u4f1a\u54cd\u8d77\ud83d\udd0a\u3002\u4e4b\u540e\u4f60\u6709 {{deposit_timer_hours}}\u65f6 {{deposit_timer_minutes}}\u5206\u53ef\u4ee5\u56de\u7b54\u3002\u5982\u679c\u4f60\u4e0d\u56de\u7b54\uff0c\u4f60\u6709\u5931\u53bb\u4fdd\u8bc1\u91d1\u7684\u98ce\u9669\u3002", + "If the order expires untaken, your bond will return to you (no action needed).": "\u5982\u679c\u8ba2\u5355\u5230\u671f\u524d\u672a\u6267\u884c\uff0c\u4f60\u7684\u4fdd\u8bc1\u91d1\u5c06\u9000\u8fd8\u7ed9\u4f60\uff08\u65e0\u9700\u91c7\u53d6\u4efb\u4f55\u884c\u52a8\uff09\u3002", + "Enable Telegram Notifications": "\u5f00\u542f Telegram \u901a\u77e5", + "Enable TG Notifications": "\u5f00\u542f TG \u901a\u77e5", + "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "\u4f60\u5c06\u88ab\u5e26\u5230 RoboSats Telegram Bot \u7684\u5bf9\u8bdd\u4e2d\u3002\u53ea\u9700\u6253\u5f00\u804a\u5929\u5e76\u6309\u5f00\u59cb\u3002\u8bf7\u6ce8\u610f\uff0c\u901a\u8fc7\u5f00\u542f Telegram \u901a\u77e5\uff0c\u4f60\u53ef\u80fd\u4f1a\u964d\u4f4e\u533f\u540d\u7a0b\u5ea6\u3002", + "Go back": "\u8fd4\u56de", + "Enable": "\u5f00\u542f", + "Telegram enabled": "Telegram \u5df2\u5f00\u542f", + "Public orders for {{currencyCode}}": "{{currencyCode}} \u7684\u516c\u5f00\u8ba2\u5355", + "Premium rank": "\u6ea2\u4ef7\u6392\u884c", + "Among public {{currencyCode}} orders (higher is cheaper)": "\u5728\u516c\u5f00\u7684 {{currencyCode}} \u7b49\u5f85\u4e2d\uff08\u8d8a\u9ad8\u6392\u4f4d\u8d8a\u4fbf\u5b9c\uff09", + "A taker has been found!": "\u5df2\u627e\u5230\u5403\u5355\u65b9\uff01", + "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "\u8bf7\u7b49\u5f85\u5403\u5355\u65b9\u9501\u5b9a\u4fdd\u8bc1\u91d1\u3002\u5982\u679c\u5403\u5355\u65b9\u6ca1\u6709\u53ca\u65f6\u9501\u5b9a\u4fdd\u8bc1\u91d1\uff0c\u8ba2\u5355\u5c06\u518d\u6b21\u516c\u5f00\u3002", + "Payout Lightning Invoice": "\u95ea\u7535\u652f\u4ed8\u53d1\u7968", + "Your info looks good!": "\u4f60\u7684\u4fe1\u606f\u770b\u8d77\u6765\u6ca1\u9519\uff01", + "We are waiting for the seller to lock the trade amount.": "\u6211\u4eec\u6b63\u5728\u7b49\u5f85\u5356\u65b9\u9501\u5b9a\u4ea4\u6613\u91d1\u989d\u3002", + "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "\u8bf7\u7a0d\u7b49\u7247\u523b\u3002\u5982\u679c\u5356\u65b9\u4e0d\u5b58\u6b3e\uff0c\u4f60\u5c06\u81ea\u52a8\u53d6\u56de\u4fdd\u8bc1\u91d1\u3002\u6b64\u5916\uff0c\u4f60\u5c06\u83b7\u5f97\u8865\u507f\uff08\u67e5\u770b\u4f60\u4e2a\u4eba\u8d44\u6599\u4e2d\u7684\u5956\u52b1\uff09\u3002", + "The trade collateral is locked!": "\u4ea4\u6613\u62b5\u62bc\u5df2\u9501\u5b9a\uff01", + "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "\u6211\u4eec\u6b63\u5728\u7b49\u5f85\u4e70\u65b9\u53d1\u5e03\u95ea\u7535\u53d1\u7968\u3002\u4e00\u65e6\u53d1\u5e03\uff0c\u4f60\u5c06\u80fd\u591f\u76f4\u63a5\u6c9f\u901a\u6cd5\u5e01\u4ed8\u6b3e\u8be6\u60c5\u3002", + "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "\u8bf7\u7a0d\u7b49\u7247\u523b\u3002\u5982\u679c\u4e70\u65b9\u4e0d\u914d\u5408\uff0c\u4f60\u5c06\u81ea\u52a8\u53d6\u56de\u62b5\u62bc\u548c\u4fdd\u8bc1\u91d1\u3002\u6b64\u5916\uff0c\u4f60\u5c06\u83b7\u5f97\u8865\u507f\uff08\u67e5\u770b\u4f60\u4e2a\u4eba\u8d44\u6599\u4e2d\u7684\u5956\u52b1\uff09\u3002", + "Confirm {{amount}} {{currencyCode}} sent": "\u786e\u8ba4\u5df2\u53d1\u9001 {{amount}} {{currencyCode}}", + "Confirm {{amount}} {{currencyCode}} received": "\u786e\u8ba4\u5df2\u6536\u5230 {{amount}} {{currencyCode}}", + "Open Dispute": "\u5f00\u59cb\u4e89\u8bae", + "The order has expired": "\u8ba2\u5355\u5df2\u5230\u671f", + "Chat with the buyer": "\u4e0e\u4e70\u65b9\u804a\u5929", + "Chat with the seller": "\u4e0e\u5356\u65b9\u804a\u5929", + "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "\u6253\u4e2a\u62db\u547c\uff01\u8bf7\u4fdd\u6301\u4f60\u7684\u56de\u7b54\u6709\u7528\u4e14\u7b80\u6d01\u3002\u8ba9\u4ed6\u4eec\u77e5\u9053\u5982\u4f55\u5411\u4f60\u53d1\u9001 {{amount}} {{currencyCode}}\u3002", + "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "\u4e70\u65b9\u5df2\u53d1\u9001\u6cd5\u5e01\u3002\u5f53\u4f60\u6536\u5230\u65f6\u8bf7\u70b9\u2018\u786e\u8ba4\u6536\u5230\u2019\u3002", + "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "\u6253\u4e2a\u62db\u547c\uff01\u8981\u6c42\u4ed8\u6b3e\u8be6\u60c5\u5e76\u5728\u4ed8\u6b3e\u53d1\u9001\u540e\u7acb\u5373\u70b9\u51fb\u2018\u786e\u8ba4\u5df2\u53d1\u9001\u2019\u3002", + "Wait for the seller to confirm he has received the payment.": "\u7b49\u5f85\u5356\u65b9\u786e\u8ba4\u4ed6\u5df2\u6536\u5230\u4ed8\u6b3e\u3002", + "Confirm you received {{amount}} {{currencyCode}}?": "\u786e\u8ba4\u4f60\u5df2\u6536\u5230 {{amount}} {{currencyCode}}\uff1f", + "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "\u901a\u8fc7\u786e\u8ba4\u4f60\u5df2\u6536\u5230\u6cd5\u5e01\u5c06\u5b8c\u6210\u4ea4\u6613\u3002\u6258\u7ba1\u4e2d\u7684\u806a\u5c06\u88ab\u91ca\u653e\u7ed9\u4e70\u65b9\u3002\u53ea\u6709\u5728\u786e\u8ba4 {{amount}} {{currencyCode}} \u5df2\u5230\u8fbe\u4f60\u7684\u8d26\u6237\u540e\u624d\u786e\u8ba4\u6536\u6b3e\u3002\u6b64\u5916\uff0c\u5982\u679c\u4f60\u5df2\u6536\u5230\u4ed8\u6b3e\u4f46\u662f\u4e0d\u786e\u8ba4\u6536\u6b3e\u7684\u8bdd\uff0c\u4f60\u6709\u5931\u53bb\u4f60\u7684\u4fdd\u8bc1\u91d1\u7684\u98ce\u9669\u3002", + "Confirm": "\u786e\u8ba4", + "Trade finished!": "\u4ea4\u6613\u7ed3\u675f\u4e86\uff01", + "rate_robosats": "\u4f60\u89c9\u5f97 <1>RoboSats \u600e\u4e48\u6837\uff1f", + "Thank you! RoboSats loves you too \u2764\ufe0f": "\u8c22\u8c22\uff01 RoboSats \u4e5f\u7231\u4f60 \u2764\ufe0f", + "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats \u4f1a\u968f\u7740\u66f4\u591a\u7684\u6d41\u52a8\u6027\u548c\u66f4\u9ad8\u7684\u7528\u6237\u6570\u91cf\u800c\u53d8\u5f97\u66f4\u597d\u3002\u628a RoboSats \u63a8\u8350\u7ed9\u4f60\u7684\u6bd4\u7279\u5e01\u670b\u53cb\u5427\uff01", + "Thank you for using Robosats!": "\u611f\u8c22\u4f60\u4f7f\u7528 Robosats\uff01", + "let_us_know_hot_to_improve": "\u8ba9\u6211\u4eec\u77e5\u9053\u5982\u4f55\u6539\u8fdb (<1>Telegram / <3>Github)", + "Start Again": "\u91cd\u65b0\u5f00\u59cb", + "Attempting Lightning Payment": "\u6b63\u5728\u5c1d\u8bd5\u95ea\u7535\u652f\u4ed8", + "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats \u6b63\u5728\u5c1d\u8bd5\u652f\u4ed8\u4f60\u7684\u95ea\u7535\u53d1\u7968\u3002\u8bf7\u8bb0\u4f4f\uff0c\u95ea\u7535\u8282\u70b9\u5fc5\u987b\u5728\u7ebf\u624d\u80fd\u63a5\u6536\u4ed8\u6b3e\u3002", + "Retrying!": "\u91cd\u8bd5\u4e2d\uff01", + "Lightning Routing Failed": "\u95ea\u7535\u8def\u7531\u5931\u8d25", + "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "\u4f60\u7684\u53d1\u7968\u5df2\u5230\u671f\u6216\u5df2\u8fdb\u884c\u8d85\u8fc7 3 \u6b21\u4ed8\u6b3e\u5c1d\u8bd5\u3002\u63d0\u4ea4\u4e00\u5f20\u65b0\u7684\u53d1\u7968\u3002", + "Check the list of compatible wallets": "\u67e5\u770b\u517c\u5bb9\u94b1\u5305\u5217\u8868", + "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats \u5c06\u5c1d\u8bd5\u652f\u4ed8\u4f60\u7684\u53d1\u7968 3 \u6b21\uff0c\u6bcf\u6b21\u5c1d\u8bd5\u95f4\u9694 1 \u5206\u949f\u3002\u5982\u679c\u5b83\u4e00\u518d\u5931\u8d25\uff0c\u4f60\u5c06\u80fd\u591f\u63d0\u4ea4\u65b0\u7684\u53d1\u7968\u3002\u68c0\u67e5\u4f60\u662f\u5426\u6709\u8db3\u591f\u7684\u5165\u7ad9\u6d41\u52a8\u6027\u3002\u8bf7\u6ce8\u610f\uff0c\u95ea\u7535\u8282\u70b9\u5fc5\u987b\u5728\u7ebf\u624d\u80fd\u63a5\u6536\u4ed8\u6b3e\u3002", + "Next attempt in": "\u4e0b\u4e00\u6b21\u5c1d\u8bd5", + "Do you want to open a dispute?": "\u4f60\u60f3\u5f00\u59cb\u4e89\u8bae\u5417\uff1f", + "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "RoboSats \u5de5\u4f5c\u4eba\u5458\u5c06\u68c0\u67e5\u6240\u63d0\u4f9b\u7684\u58f0\u660e\u548c\u8bc1\u636e\u3002\u4f60\u9700\u8981\u5efa\u7acb\u4e00\u4e2a\u5b8c\u6574\u7684\u6848\u4f8b\uff0c\u56e0\u4e3a\u5de5\u4f5c\u4eba\u5458\u65e0\u6cd5\u9605\u8bfb\u804a\u5929\u5185\u5bb9\u3002\u6700\u597d\u5728\u4f60\u7684\u58f0\u660e\u4e2d\u63d0\u4f9b\u629b\u5f03\u5f0f\u7684\u8054\u7cfb\u65b9\u5f0f\u3002\u4ea4\u6613\u6258\u7ba1\u4e2d\u7684\u806a\u5c06\u88ab\u53d1\u9001\u7ed9\u4e89\u8bae\u83b7\u80dc\u8005\uff0c\u800c\u4e89\u8bae\u5931\u8d25\u8005\u5c06\u5931\u53bb\u4fdd\u8bc1\u91d1\u3002", + "Disagree": "\u4e0d\u540c\u610f", + "Agree and open dispute": "\u540c\u610f\u5e76\u5f00\u59cb\u4e89\u8bae", + "A dispute has been opened": "\u4e89\u8bae\u5df2\u5f00\u59cb", + "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "\u8bf7\u63d0\u4f9b\u4f60\u7684\u58f0\u660e\u3002\u6e05\u695a\u5177\u4f53\u5730\u8bf4\u660e\u53d1\u751f\u4e86\u4ec0\u4e48\uff0c\u5e76\u63d0\u4f9b\u5fc5\u8981\u7684\u8bc1\u636e\u3002\u4f60\u5fc5\u987b\u63d0\u4f9b\u8054\u7cfb\u65b9\u5f0f\uff1a\u629b\u5f03\u5f0f\u7535\u5b50\u90ae\u4ef6\u3001 XMPP \u6216 Telegram \u7528\u6237\u540d\u4ee5\u8ddf\u5de5\u4f5c\u4eba\u5458\u8054\u7edc\u3002\u4e89\u8bae\u7531\u771f\u7684\u673a\u5668\u4eba\uff08\u4ea6\u79f0\u771f\u4eba\uff09\u81ea\u884c\u89e3\u51b3\uff0c\u56e0\u6b64\u8bf7\u5c3d\u53ef\u80fd\u63d0\u4f9b\u5e2e\u52a9\u4ee5\u786e\u4fdd\u516c\u5e73\u7684\u7ed3\u679c\u3002\u6700\u591a 5000 \u5b57\u7b26\u3002", + "Submit dispute statement": "\u63d0\u4ea4\u4e89\u8bae\u58f0\u660e", + "We have received your statement": "\u6211\u4eec\u6536\u5230\u4e86\u4f60\u7684\u58f0\u660e", + "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "\u6211\u4eec\u5728\u7b49\u5f85\u4f60\u7684\u4ea4\u6613\u5bf9\u7b49\u65b9\u63d0\u4ea4\u58f0\u660e\u3002\u5982\u679c\u4f60\u5bf9\u4e89\u8bae\u7684\u72b6\u6001\u6709\u7591\u95ee\u6216\u60f3\u8981\u6dfb\u52a0\u4fe1\u606f\uff0c\u8bf7\u8054\u7cfb robosats@protonmail.com\u3002", + "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "\u8bf7\u4fdd\u5b58\u8bc6\u522b\u4f60\u7684\u8ba2\u5355\u548c\u4ed8\u6b3e\u6240\u9700\u7684\u4fe1\u606f\uff1a\u8ba2\u5355 ID\uff1b\u4fdd\u8bc1\u91d1\u6216\u6258\u7ba1\u7684\u652f\u4ed8\u6563\u5217\u503c\uff08\u67e5\u770b\u4f60\u7684\u95ea\u7535\u94b1\u5305\uff09\uff1b\u806a\u7684\u786e\u5207\u91d1\u989d\uff1b\u548c\u673a\u5668\u4eba\u6635\u79f0\u3002\u4f60\u5fc5\u987b\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\uff08\u6216\u5176\u4ed6\u8054\u7cfb\u65b9\u5f0f\uff09\u8868\u660e\u81ea\u5df1\u662f\u53c2\u4e0e\u6b64\u4ea4\u6613\u7684\u7528\u6237\u3002", + "We have the statements": "\u6211\u4eec\u5df2\u6536\u5230\u53cc\u65b9\u7684\u58f0\u660e", + "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "\u53cc\u65b9\u58f0\u660e\u5747\u5df2\u6536\u5230\uff0c\u8bf7\u7b49\u5f85\u5de5\u4f5c\u4eba\u5458\u89e3\u51b3\u4e89\u8bae\u3002\u5982\u679c\u4f60\u5bf9\u4e89\u8bae\u7684\u72b6\u51b5\u6709\u7591\u95ee\u6216\u9700\u8981\u6dfb\u52a0\u4fe1\u606f\uff0c\u8bf7\u8054\u7cfb robosats@protonmail.com\u3002\u5982\u679c\u4f60\u6ca1\u6709\u63d0\u4f9b\u8054\u7cfb\u65b9\u5f0f\uff0c\u6216\u8005\u4e0d\u786e\u5b9a\u4f60\u662f\u5426\u6b63\u786e\u586b\u4e86\u4fe1\u606f\uff0c\u8bf7\u7acb\u5373\u8054\u7cfb\u6211\u4eec\u3002", + "You have won the dispute": "\u4f60\u8d62\u5f97\u4e86\u4e89\u8bae", + "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "\u4f60\u53ef\u4ee5\u4ece\u4f60\u7684\u4e2a\u4eba\u8d44\u6599\u4e0b\u7684\u5956\u52b1\u4e2d\u7d22\u53d6\u89e3\u51b3\u4e89\u8bae\u7684\u91d1\u989d\uff08\u6258\u7ba1\u548c\u4fdd\u8bc1\u91d1\uff09\u3002\u5982\u679c\u5de5\u4f5c\u4eba\u5458\u53ef\u4ee5\u63d0\u4f9b\u4efb\u4f55\u5e2e\u52a9\uff0c\u8bf7\u968f\u65f6\u8054\u7cfb robosats@protonmail.com \uff08\u6216\u901a\u8fc7\u4f60\u63d0\u4f9b\u7684\u629b\u5f03\u5f0f\u8054\u7cfb\u65b9\u5f0f\uff09\u3002", + "You have lost the dispute": "\u4f60\u7684\u4e89\u8bae\u5931\u8d25\u4e86", + "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "\u4f60\u7684\u4e89\u8bae\u4e0d\u5e78\u5730\u5931\u8d25\u4e86\u3002\u5982\u679c\u4f60\u8ba4\u4e3a\u8fd9\u662f\u4e2a\u9519\u8bef\uff0c\u4f60\u53ef\u4ee5\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u5411 robosats@protonmail.com \u8981\u6c42\u91cd\u65b0\u6253\u5f00\u6b64\u6848\u4f8b\u3002\u4f46\u662f\uff0c\u518d\u6b21\u8c03\u67e5\u7684\u53ef\u80fd\u6027\u5f88\u5c0f\u3002", + "Expired not taken": "\u5df2\u5230\u671f\u5e76\u672a\u5403\u5355", + "Maker bond not locked": "\u6302\u5355\u65b9\u4fdd\u8bc1\u91d1\u672a\u9501\u5b9a", + "Escrow not locked": "\u6258\u7ba1\u672a\u9501\u5b9a", + "Invoice not submitted": "\u672a\u63d0\u4ea4\u53d1\u7968", + "Neither escrow locked or invoice submitted": "\u5373\u672a\u9501\u5b9a\u6258\u7ba1\uff0c\u4e5f\u672a\u63d0\u4ea4\u53d1\u7968", + "Renew Order": "\u5ef6\u7eed\u8ba2\u5355", + "Pause the public order": "\u6682\u505c\u516c\u5f00\u8ba2\u5355", + "Your order is paused": "\u4f60\u7684\u8ba2\u5355\u5df2\u6682\u505c", + "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "\u4f60\u7684\u516c\u5f00\u8ba2\u5355\u5df2\u6682\u505c\u3002\u76ee\u524d\u5176\u4ed6\u673a\u5668\u4eba\u65e0\u6cd5\u770b\u5230\u6216\u63a5\u53d7\u4f60\u7684\u8ba2\u5355\u3002\u4f60\u968f\u65f6\u53ef\u4ee5\u9009\u62e9\u53d6\u6d88\u6682\u505c\u3002", + "Unpause Order": "\u53d6\u6d88\u6682\u505c\u8ba2\u5355", + "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "\u5982\u679c\u4e0d\u9501\u5b9a\u62b5\u62bc\uff0c\u4f60\u6709\u5931\u53bb\u4fdd\u8bc1\u91d1\u7684\u98ce\u9669\u3002\u5269\u4f59\u65f6\u95f4\u4e3a {{deposit_timer_hours}}\u65f6 {{deposit_timer_minutes}}\u5206\u3002", + "See Compatible Wallets": "\u67e5\u770b\u517c\u5bb9\u94b1\u5305\u5217\u8868", + "Failure reason:": "\u5931\u8d25\u539f\u56e0\uff1a", + "Payment isn't failed (yet)": "\u4ed8\u6b3e\uff08\u8fd8\uff09\u6ca1\u6709\u5931\u8d25", + "There are more routes to try, but the payment timeout was exceeded.": "\u6709\u66f4\u591a\u8def\u7ebf\u53ef\u4ee5\u5c1d\u8bd5\uff0c\u4f46\u8d85\u8fc7\u4e86\u652f\u4ed8\u8d85\u65f6\u65f6\u95f4\u3002", + "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "\u5df2\u5c1d\u8bd5\u6240\u6709\u53ef\u80fd\u7684\u8def\u7ebf\u5e76\u4e14\u6c38\u4e45\u6027\u5931\u8d25\u3002\u6216\u8005\u6839\u672c\u6ca1\u6709\u901a\u5f80\u76ee\u7684\u5730\u7684\u8def\u7ebf\u3002", + "A non-recoverable error has occurred.": "\u53d1\u751f\u4e86\u4e00\u4e2a\u65e0\u6cd5\u6062\u590d\u7684\u9519\u8bef\u3002", + "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "\u652f\u4ed8\u8be6\u60c5\u9519\u8bef\uff08\u672a\u77e5\u6563\u5217\u503c\u3001\u4e0d\u53ef\u7528\u91d1\u989d\u6216 invalid final CLTV delta).", + "Insufficient unlocked balance in RoboSats' node.": "RoboSats \u7684\u8282\u70b9\u4e0a\u89e3\u9501\u7684\u4f59\u989d\u4e0d\u8db3\u3002", + "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "\u63d0\u4ea4\u7684\u53d1\u7968\u53ea\u6709\u6602\u8d35\u7684\u8def\u7531\u6307\u793a\uff0c\u4f60\u4f7f\u7528\u7684\u662f\u4e0d\u517c\u5bb9\u7684\u94b1\u5305\uff08\u53ef\u80fd\u662f Muun\uff1f\uff09\u3002\u67e5\u770b wallets.robosats.com \u4e0a\u7684\u94b1\u5305\u517c\u5bb9\u6027\u6307\u5357\u3002", + "The invoice provided has no explicit amount": "\u6240\u63d0\u4f9b\u7684\u53d1\u7968\u6ca1\u6709\u660e\u786e\u7684\u91d1\u989d", + "Does not look like a valid lightning invoice": "\u770b\u8d77\u6765\u4e0d\u50cf\u662f\u6709\u6548\u7684\u95ea\u7535\u53d1\u7968", + "The invoice provided has already expired": "\u63d0\u4f9b\u7684\u53d1\u7968\u5df2\u7ecf\u5230\u671f", + "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "\u786e\u4fdd\u5bfc\u51fa\u804a\u5929\u8bb0\u5f55\u3002\u5de5\u4f5c\u4eba\u5458\u53ef\u80fd\u4f1a\u8981\u6c42\u4f60\u63d0\u4f9b\u6240\u5bfc\u51fa\u7684\u804a\u5929\u8bb0\u5f55 JSON \u4ee5\u89e3\u51b3\u5dee\u5f02\u3002\u5b58\u50a8\u8bb0\u5f55\u662f\u4f60\u7684\u8d23\u4efb\u3002", + "Invalid address": "\u5730\u5740\u65e0\u6548", + "Unable to validate address, check bitcoind backend": "\u65e0\u6cd5\u9a8c\u8bc1\u5730\u5740\uff0c\u8bf7\u68c0\u67e5 bitcoind \u540e\u7aef", + "Submit payout info for {{amountSats}} Sats": "\u63d0\u4ea4 {{amountSats}} \u806a\u7684\u652f\u4ed8\u4fe1\u606f", + "Submit a valid invoice for {{amountSats}} Satoshis.": "\u63d0\u4ea4 {{amountSats}} \u806a\u7684\u6709\u6548\u53d1\u7968\u3002", + "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "\u5728\u8ba9\u4f60\u53d1\u9001 {{amountFiat}} {{currencyCode}} \u4e4b\u524d\uff0c\u6211\u4eec\u60f3\u786e\u8ba4\u4f60\u80fd\u611f\u53d7\u5230\u6bd4\u7279\u5e01\u3002", + "RoboSats will do a swap and send the Sats to your onchain address.": "RoboSats \u4f1a\u505a\u4e00\u4e2a\u4ea4\u6362\u5e76\u628a\u806a\u53d1\u9001\u5230\u4f60\u7684\u94fe\u4e0a\u5730\u5740\u3002", + "Swap fee": "\u4ea4\u6362\u8d39", + "Mining fee": "\u6316\u77ff\u8d39", + "Mining Fee": "\u6316\u77ff\u8d39", + "Final amount you will receive": "\u4f60\u5c06\u6536\u5230\u7684\u6700\u7ec8\u91d1\u989d", + "Bitcoin Address": "\u6bd4\u7279\u5e01\u5730\u5740", + "Your TXID": "\u4f60\u7684 TXID", + "Lightning": "\u95ea\u7535", + "Onchain": "\u94fe\u4e0a", + "open_dispute": "\u8981\u5f00\u59cb\u4e89\u8bae\u7684\u8bdd\u9700\u8981\u7b49 <1><1/>", + "Trade Summary": "\u4ea4\u6613\u6982\u62ec", + "Maker": "\u6302\u5355\u65b9", + "Taker": "\u5403\u5355\u65b9", + "User role": "\u7528\u6237\u89d2\u8272", + "Sent": "\u5df2\u53d1\u9001", + "Received": "\u5df2\u6536\u5230", + "BTC received": "\u5df2\u6536\u5230\u6bd4\u7279\u5e01", + "BTC sent": "\u5df2\u53d1\u9001\u6bd4\u7279\u5e01", + "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} \u806a ({{tradeFeePercent}}%)", + "Trade fee": "\u4ea4\u6613\u8d39", + "{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} \u806a ({{swapFeePercent}}%)", + "Onchain swap fee": "\u94fe\u4e0a\u4ea4\u6362\u8d39", + "{{miningFeeSats}} Sats": "{{miningFeeSats}} \u806a", + "{{bondSats}} Sats ({{bondPercent}}%)": "{{bondSats}} \u806a ({{bondPercent}}%)", + "Maker bond": "\u6302\u5355\u65b9\u4fdd\u8bc1\u91d1", + "Taker bond": "\u5403\u5355\u65b9\u4fdd\u8bc1\u91d1", + "Unlocked": "\u5df2\u89e3\u9501", + "{{revenueSats}} Sats": "{{revenueSats}} \u806a", + "Platform trade revenue": "\u5e73\u53f0\u4ea4\u6613\u6536\u5165", + "{{routingFeeSats}} MiliSats": "{{routingFeeSats}} \u6beb\u806a", + "Platform covered routing fee": "\u5e73\u53f0\u627f\u62c5\u7684\u8def\u7531\u8d39", + "Timestamp": "\u65f6\u95f4\u6233", + "Completed in": "\u5185\u5b8c\u6210", + "Contract exchange rate": "\u5408\u7ea6\u4ea4\u6613\u7387", "INFO DIALOG - InfoDiagog.js": "App information and clarifications and terms of use", - "Close": "关闭", - "What is RoboSats?": "RoboSats 是什么?", - "It is a BTC/FIAT peer-to-peer exchange over lightning.": "RoboSats 是一个通过闪电网络运行的比特币/法币点对点交易所。", - "RoboSats is an open source project ": "RoboSats 是一个开源项目。 ", - "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "它简化了订单匹配并最大程度地减少了对信任的需求。 RoboSats 专注于隐私和速度。", + "Close": "\u5173\u95ed", + "What is RoboSats?": "RoboSats \u662f\u4ec0\u4e48\uff1f", + "It is a BTC/FIAT peer-to-peer exchange over lightning.": "RoboSats \u662f\u4e00\u4e2a\u901a\u8fc7\u95ea\u7535\u7f51\u7edc\u8fd0\u884c\u7684\u6bd4\u7279\u5e01/\u6cd5\u5e01\u70b9\u5bf9\u70b9\u4ea4\u6613\u6240\u3002", + "RoboSats is an open source project ": "RoboSats \u662f\u4e00\u4e2a\u5f00\u6e90\u9879\u76ee\u3002 ", + "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "\u5b83\u7b80\u5316\u4e86\u8ba2\u5355\u5339\u914d\u5e76\u6700\u5927\u7a0b\u5ea6\u5730\u51cf\u5c11\u4e86\u5bf9\u4fe1\u4efb\u7684\u9700\u6c42\u3002 RoboSats \u4e13\u6ce8\u4e8e\u9690\u79c1\u548c\u901f\u5ea6\u3002", "(GitHub).": "(GitHub).", - "How does it work?": "RoboSats 是如何运作的?", - "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 想出售比特币。她发布了出售订单。 BafflingBob02 想要购买比特币,他接受了 Alice 的订单。两者都必须使用闪电贴出小量的保证金来证明他们是真正的机器人。然后,Alice 也使用闪电 hold 发票发布交易抵押。 RoboSats 锁定发票,直到 Alice 确认她收到了法币,然后将聪释放给 Bob。享受你的聪吧,Bob!", - "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "AnonymousAlice01 和 BafflingBob02 在任何时候都不必将比特币资金委托给对方。如果他们发生冲突,RoboSats 工作人员将帮助解决争议。", - "You can find a step-by-step description of the trade pipeline in ": "你可以在此找到交易流程的分步说明:", - "How it works": "如何运作", - "You can also check the full guide in ": "你也可以在此查看完整指南:", - "How to use": "如何使用", - "What payment methods are accepted?": "RoboSats 接受哪些付款方式?", - "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "只要它们快速,全都可以。你可以写下你的首选付款方式。你必须与同样接受该方法的对等方相匹配。兑换法币的步骤在争议自动开起的24小时之前到期。我们强烈建议使用即时法币支付轨道。", - "Are there trade limits?": "有交易限制吗?", - "What are the fees?": "费用是多少?", - "RoboSats total fee for an order is {{tradeFee}}%. This fee is split to be covered by both: the order maker ({{makerFee}}%) and the order taker ({{takerFee}}%). In case an onchain address is used to received the Sats a variable swap fee applies. Check the exchange details by tapping on the bottom bar icon to see the current swap fee.": "RoboSats 的订单费用为 {{tradeFee}}%。 该费用由挂单方({{makerFee}}%)和吃单方({{takerFee}}%)共同承担。如果使用链上地址接收聪,则适用可变式交换费。通过点击底部栏标图来查看交易所详情及查看当前的交换费用。", - "Be aware your fiat payment provider might charge extra fees. In any case, the buyer bears the costs of sending fiat. That includes banking charges, transfer fees and foreign exchange spreads. The seller must receive exactly the amount stated in the order details.": "请注意,你的法币支付提供商可能会收取额外费用。无论如何,买方应承担发送法币的费用。这包括银行费用、转账费用和外汇点差。卖方必须收到订单详情中的准确金额。", - "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "最大单笔交易规模为 {{maxAmount}} 聪,以最大程度地减小闪电路由失败。每天的交易数量没有限制。机器人一次只能下一张订单。但是你可以在不同的浏览器中同时使用多个机器人(请记得备份你的机器人令牌!)。", - "Is RoboSats private?": "RoboSats 隐秘吗?", - "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats 绝不会询问你的姓名、国籍或身份证件。RoboSats 不保管你的资金,也不关心你是谁。RoboSats 不收集或保管如何个人数据。为了获得最佳匿名性,请使用 Tor 浏览器并访问 .onion 隐藏服务。", - "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "你的交易对等方是唯一一个能够猜测你的身份的人。保持你的聊天简短和简洁。避免提供法币支付所需的信息之外非必要的信息。", - "What are the risks?": "有哪些风险?", - "This is an experimental application, things could go wrong. Trade small amounts!": "这是一个实验性应用程序,可能会出错。小额交易!", - "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "卖方面临与任何其他点对点服务相同的退款风险,不建议使用 Paypal 或信用卡。", - "What is the trust model?": "信用模型是怎样的?", - "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "买方和卖方永远不必相互信任。但需要对 RoboSats 有一定的信任,因为连接卖方的 hold 发票和买方付款(还)不是原子的。此外,纠纷将由 RoboSats 员工解决。", - "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "说白了,虽然信任需求已被最小化,RoboSats 仍然有办法可以偷取你的聪:不将聪释放给买方。可以说,这样的举动不符合 RoboSats 的利益,因为它为小额支出而损害声誉。不管怎样,你应该小心,一次只交易少量。高额交易请使用链上托管服务,例如 Bisq。", - "You can build more trust on RoboSats by inspecting the source code.": "你可以通过检查源代码来提高对 RoboSats 的信任。", - "Project source code": "源代码", - "What happens if RoboSats suddenly disappears?": "如果 RoboSats 突然消失会发生什么?", - "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "你的聪将被退还给你。即使 RoboSats 永远停机,任何未结算的 hold 发票也会自动退回。锁定保证金和交易托管都是如此。但是,在卖方确认收到法币和买方收到聪之间存在一个小窗口,如果 RoboSats 消失,资金可能会永久丢失。这个窗口长短大约一秒钟。确保有足够的入站流动性以避免路由失败。如果你有任何问题。请通过 RoboSats 公共渠道联系。", - "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "在许多国家,使用 RoboSats 无异于使用 Ebay 或 Craigslist。你的法规可能会有所不同。遵守法律是你的责任。", - "Is RoboSats legal in my country?": "RoboSats 在我的国家合法吗?", - "Disclaimer": "免责声明", - "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "此闪电应用程序按原样提供。它正在积极发展中:极其谨慎地进行交易。没有私人支持。仅通过公共渠道提供支持 ", + "How does it work?": "RoboSats \u662f\u5982\u4f55\u8fd0\u4f5c\u7684\uff1f", + "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 \u60f3\u51fa\u552e\u6bd4\u7279\u5e01\u3002\u5979\u53d1\u5e03\u4e86\u51fa\u552e\u8ba2\u5355\u3002 BafflingBob02 \u60f3\u8981\u8d2d\u4e70\u6bd4\u7279\u5e01\uff0c\u4ed6\u63a5\u53d7\u4e86 Alice \u7684\u8ba2\u5355\u3002\u4e24\u8005\u90fd\u5fc5\u987b\u4f7f\u7528\u95ea\u7535\u8d34\u51fa\u5c0f\u91cf\u7684\u4fdd\u8bc1\u91d1\u6765\u8bc1\u660e\u4ed6\u4eec\u662f\u771f\u6b63\u7684\u673a\u5668\u4eba\u3002\u7136\u540e\uff0cAlice \u4e5f\u4f7f\u7528\u95ea\u7535 hold \u53d1\u7968\u53d1\u5e03\u4ea4\u6613\u62b5\u62bc\u3002 RoboSats \u9501\u5b9a\u53d1\u7968\uff0c\u76f4\u5230 Alice \u786e\u8ba4\u5979\u6536\u5230\u4e86\u6cd5\u5e01\uff0c\u7136\u540e\u5c06\u806a\u91ca\u653e\u7ed9 Bob\u3002\u4eab\u53d7\u4f60\u7684\u806a\u5427\uff0cBob\uff01", + "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "AnonymousAlice01 \u548c BafflingBob02 \u5728\u4efb\u4f55\u65f6\u5019\u90fd\u4e0d\u5fc5\u5c06\u6bd4\u7279\u5e01\u8d44\u91d1\u59d4\u6258\u7ed9\u5bf9\u65b9\u3002\u5982\u679c\u4ed6\u4eec\u53d1\u751f\u51b2\u7a81\uff0cRoboSats \u5de5\u4f5c\u4eba\u5458\u5c06\u5e2e\u52a9\u89e3\u51b3\u4e89\u8bae\u3002", + "You can find a step-by-step description of the trade pipeline in ": "\u4f60\u53ef\u4ee5\u5728\u6b64\u627e\u5230\u4ea4\u6613\u6d41\u7a0b\u7684\u5206\u6b65\u8bf4\u660e\uff1a", + "How it works": "\u5982\u4f55\u8fd0\u4f5c", + "You can also check the full guide in ": "\u4f60\u4e5f\u53ef\u4ee5\u5728\u6b64\u67e5\u770b\u5b8c\u6574\u6307\u5357\uff1a", + "How to use": "\u5982\u4f55\u4f7f\u7528", + "What payment methods are accepted?": "RoboSats \u63a5\u53d7\u54ea\u4e9b\u4ed8\u6b3e\u65b9\u5f0f\uff1f", + "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "\u53ea\u8981\u5b83\u4eec\u5feb\u901f\uff0c\u5168\u90fd\u53ef\u4ee5\u3002\u4f60\u53ef\u4ee5\u5199\u4e0b\u4f60\u7684\u9996\u9009\u4ed8\u6b3e\u65b9\u5f0f\u3002\u4f60\u5fc5\u987b\u4e0e\u540c\u6837\u63a5\u53d7\u8be5\u65b9\u6cd5\u7684\u5bf9\u7b49\u65b9\u76f8\u5339\u914d\u3002\u5151\u6362\u6cd5\u5e01\u7684\u6b65\u9aa4\u5728\u4e89\u8bae\u81ea\u52a8\u5f00\u8d77\u768424\u5c0f\u65f6\u4e4b\u524d\u5230\u671f\u3002\u6211\u4eec\u5f3a\u70c8\u5efa\u8bae\u4f7f\u7528\u5373\u65f6\u6cd5\u5e01\u652f\u4ed8\u8f68\u9053\u3002", + "Are there trade limits?": "\u6709\u4ea4\u6613\u9650\u5236\u5417\uff1f", + "What are the fees?": "\u8d39\u7528\u662f\u591a\u5c11\uff1f", + "RoboSats total fee for an order is {{tradeFee}}%. This fee is split to be covered by both: the order maker ({{makerFee}}%) and the order taker ({{takerFee}}%). In case an onchain address is used to received the Sats a variable swap fee applies. Check the exchange details by tapping on the bottom bar icon to see the current swap fee.": "RoboSats \u7684\u8ba2\u5355\u8d39\u7528\u4e3a {{tradeFee}}%\u3002 \u8be5\u8d39\u7528\u7531\u6302\u5355\u65b9\uff08{{makerFee}}%\uff09\u548c\u5403\u5355\u65b9\uff08{{takerFee}}%\uff09\u5171\u540c\u627f\u62c5\u3002\u5982\u679c\u4f7f\u7528\u94fe\u4e0a\u5730\u5740\u63a5\u6536\u806a\uff0c\u5219\u9002\u7528\u53ef\u53d8\u5f0f\u4ea4\u6362\u8d39\u3002\u901a\u8fc7\u70b9\u51fb\u5e95\u90e8\u680f\u6807\u56fe\u6765\u67e5\u770b\u4ea4\u6613\u6240\u8be6\u60c5\u53ca\u67e5\u770b\u5f53\u524d\u7684\u4ea4\u6362\u8d39\u7528\u3002", + "Be aware your fiat payment provider might charge extra fees. In any case, the buyer bears the costs of sending fiat. That includes banking charges, transfer fees and foreign exchange spreads. The seller must receive exactly the amount stated in the order details.": "\u8bf7\u6ce8\u610f\uff0c\u4f60\u7684\u6cd5\u5e01\u652f\u4ed8\u63d0\u4f9b\u5546\u53ef\u80fd\u4f1a\u6536\u53d6\u989d\u5916\u8d39\u7528\u3002\u65e0\u8bba\u5982\u4f55\uff0c\u4e70\u65b9\u5e94\u627f\u62c5\u53d1\u9001\u6cd5\u5e01\u7684\u8d39\u7528\u3002\u8fd9\u5305\u62ec\u94f6\u884c\u8d39\u7528\u3001\u8f6c\u8d26\u8d39\u7528\u548c\u5916\u6c47\u70b9\u5dee\u3002\u5356\u65b9\u5fc5\u987b\u6536\u5230\u8ba2\u5355\u8be6\u60c5\u4e2d\u7684\u51c6\u786e\u91d1\u989d\u3002", + "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "\u6700\u5927\u5355\u7b14\u4ea4\u6613\u89c4\u6a21\u4e3a {{maxAmount}} \u806a\uff0c\u4ee5\u6700\u5927\u7a0b\u5ea6\u5730\u51cf\u5c0f\u95ea\u7535\u8def\u7531\u5931\u8d25\u3002\u6bcf\u5929\u7684\u4ea4\u6613\u6570\u91cf\u6ca1\u6709\u9650\u5236\u3002\u673a\u5668\u4eba\u4e00\u6b21\u53ea\u80fd\u4e0b\u4e00\u5f20\u8ba2\u5355\u3002\u4f46\u662f\u4f60\u53ef\u4ee5\u5728\u4e0d\u540c\u7684\u6d4f\u89c8\u5668\u4e2d\u540c\u65f6\u4f7f\u7528\u591a\u4e2a\u673a\u5668\u4eba\uff08\u8bf7\u8bb0\u5f97\u5907\u4efd\u4f60\u7684\u673a\u5668\u4eba\u4ee4\u724c\uff01\uff09\u3002", + "Is RoboSats private?": "RoboSats \u9690\u79d8\u5417\uff1f", + "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats \u7edd\u4e0d\u4f1a\u8be2\u95ee\u4f60\u7684\u59d3\u540d\u3001\u56fd\u7c4d\u6216\u8eab\u4efd\u8bc1\u4ef6\u3002RoboSats \u4e0d\u4fdd\u7ba1\u4f60\u7684\u8d44\u91d1\uff0c\u4e5f\u4e0d\u5173\u5fc3\u4f60\u662f\u8c01\u3002RoboSats \u4e0d\u6536\u96c6\u6216\u4fdd\u7ba1\u5982\u4f55\u4e2a\u4eba\u6570\u636e\u3002\u4e3a\u4e86\u83b7\u5f97\u6700\u4f73\u533f\u540d\u6027\uff0c\u8bf7\u4f7f\u7528 Tor \u6d4f\u89c8\u5668\u5e76\u8bbf\u95ee .onion \u9690\u85cf\u670d\u52a1\u3002", + "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "\u4f60\u7684\u4ea4\u6613\u5bf9\u7b49\u65b9\u662f\u552f\u4e00\u4e00\u4e2a\u80fd\u591f\u731c\u6d4b\u4f60\u7684\u8eab\u4efd\u7684\u4eba\u3002\u4fdd\u6301\u4f60\u7684\u804a\u5929\u7b80\u77ed\u548c\u7b80\u6d01\u3002\u907f\u514d\u63d0\u4f9b\u6cd5\u5e01\u652f\u4ed8\u6240\u9700\u7684\u4fe1\u606f\u4e4b\u5916\u975e\u5fc5\u8981\u7684\u4fe1\u606f\u3002", + "What are the risks?": "\u6709\u54ea\u4e9b\u98ce\u9669\uff1f", + "This is an experimental application, things could go wrong. Trade small amounts!": "\u8fd9\u662f\u4e00\u4e2a\u5b9e\u9a8c\u6027\u5e94\u7528\u7a0b\u5e8f\uff0c\u53ef\u80fd\u4f1a\u51fa\u9519\u3002\u5c0f\u989d\u4ea4\u6613\uff01", + "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "\u5356\u65b9\u9762\u4e34\u4e0e\u4efb\u4f55\u5176\u4ed6\u70b9\u5bf9\u70b9\u670d\u52a1\u76f8\u540c\u7684\u9000\u6b3e\u98ce\u9669\uff0c\u4e0d\u5efa\u8bae\u4f7f\u7528 Paypal \u6216\u4fe1\u7528\u5361\u3002", + "What is the trust model?": "\u4fe1\u7528\u6a21\u578b\u662f\u600e\u6837\u7684\uff1f", + "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "\u4e70\u65b9\u548c\u5356\u65b9\u6c38\u8fdc\u4e0d\u5fc5\u76f8\u4e92\u4fe1\u4efb\u3002\u4f46\u9700\u8981\u5bf9 RoboSats \u6709\u4e00\u5b9a\u7684\u4fe1\u4efb\uff0c\u56e0\u4e3a\u8fde\u63a5\u5356\u65b9\u7684 hold \u53d1\u7968\u548c\u4e70\u65b9\u4ed8\u6b3e\uff08\u8fd8\uff09\u4e0d\u662f\u539f\u5b50\u7684\u3002\u6b64\u5916\uff0c\u7ea0\u7eb7\u5c06\u7531 RoboSats \u5458\u5de5\u89e3\u51b3\u3002", + "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "\u8bf4\u767d\u4e86\uff0c\u867d\u7136\u4fe1\u4efb\u9700\u6c42\u5df2\u88ab\u6700\u5c0f\u5316\uff0cRoboSats \u4ecd\u7136\u6709\u529e\u6cd5\u53ef\u4ee5\u5077\u53d6\u4f60\u7684\u806a\uff1a\u4e0d\u5c06\u806a\u91ca\u653e\u7ed9\u4e70\u65b9\u3002\u53ef\u4ee5\u8bf4\uff0c\u8fd9\u6837\u7684\u4e3e\u52a8\u4e0d\u7b26\u5408 RoboSats \u7684\u5229\u76ca\uff0c\u56e0\u4e3a\u5b83\u4e3a\u5c0f\u989d\u652f\u51fa\u800c\u635f\u5bb3\u58f0\u8a89\u3002\u4e0d\u7ba1\u600e\u6837\uff0c\u4f60\u5e94\u8be5\u5c0f\u5fc3\uff0c\u4e00\u6b21\u53ea\u4ea4\u6613\u5c11\u91cf\u3002\u9ad8\u989d\u4ea4\u6613\u8bf7\u4f7f\u7528\u94fe\u4e0a\u6258\u7ba1\u670d\u52a1\uff0c\u4f8b\u5982 Bisq\u3002", + "You can build more trust on RoboSats by inspecting the source code.": "\u4f60\u53ef\u4ee5\u901a\u8fc7\u68c0\u67e5\u6e90\u4ee3\u7801\u6765\u63d0\u9ad8\u5bf9 RoboSats \u7684\u4fe1\u4efb\u3002", + "Project source code": "\u6e90\u4ee3\u7801", + "What happens if RoboSats suddenly disappears?": "\u5982\u679c RoboSats \u7a81\u7136\u6d88\u5931\u4f1a\u53d1\u751f\u4ec0\u4e48\uff1f", + "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "\u4f60\u7684\u806a\u5c06\u88ab\u9000\u8fd8\u7ed9\u4f60\u3002\u5373\u4f7f RoboSats \u6c38\u8fdc\u505c\u673a\uff0c\u4efb\u4f55\u672a\u7ed3\u7b97\u7684 hold \u53d1\u7968\u4e5f\u4f1a\u81ea\u52a8\u9000\u56de\u3002\u9501\u5b9a\u4fdd\u8bc1\u91d1\u548c\u4ea4\u6613\u6258\u7ba1\u90fd\u662f\u5982\u6b64\u3002\u4f46\u662f\uff0c\u5728\u5356\u65b9\u786e\u8ba4\u6536\u5230\u6cd5\u5e01\u548c\u4e70\u65b9\u6536\u5230\u806a\u4e4b\u95f4\u5b58\u5728\u4e00\u4e2a\u5c0f\u7a97\u53e3\uff0c\u5982\u679c RoboSats \u6d88\u5931\uff0c\u8d44\u91d1\u53ef\u80fd\u4f1a\u6c38\u4e45\u4e22\u5931\u3002\u8fd9\u4e2a\u7a97\u53e3\u957f\u77ed\u5927\u7ea6\u4e00\u79d2\u949f\u3002\u786e\u4fdd\u6709\u8db3\u591f\u7684\u5165\u7ad9\u6d41\u52a8\u6027\u4ee5\u907f\u514d\u8def\u7531\u5931\u8d25\u3002\u5982\u679c\u4f60\u6709\u4efb\u4f55\u95ee\u9898\u3002\u8bf7\u901a\u8fc7 RoboSats \u516c\u5171\u6e20\u9053\u8054\u7cfb\u3002", + "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "\u5728\u8bb8\u591a\u56fd\u5bb6\uff0c\u4f7f\u7528 RoboSats \u65e0\u5f02\u4e8e\u4f7f\u7528 Ebay \u6216 Craigslist\u3002\u4f60\u7684\u6cd5\u89c4\u53ef\u80fd\u4f1a\u6709\u6240\u4e0d\u540c\u3002\u9075\u5b88\u6cd5\u5f8b\u662f\u4f60\u7684\u8d23\u4efb\u3002", + "Is RoboSats legal in my country?": "RoboSats \u5728\u6211\u7684\u56fd\u5bb6\u5408\u6cd5\u5417\uff1f", + "Disclaimer": "\u514d\u8d23\u58f0\u660e", + "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "\u6b64\u95ea\u7535\u5e94\u7528\u7a0b\u5e8f\u6309\u539f\u6837\u63d0\u4f9b\u3002\u5b83\u6b63\u5728\u79ef\u6781\u53d1\u5c55\u4e2d\uff1a\u6781\u5176\u8c28\u614e\u5730\u8fdb\u884c\u4ea4\u6613\u3002\u6ca1\u6709\u79c1\u4eba\u652f\u6301\u3002\u4ec5\u901a\u8fc7\u516c\u5171\u6e20\u9053\u63d0\u4f9b\u652f\u6301 ", "(Telegram)": "(Telegram)", - ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": "。RoboSats 永远不会联络你。RoboSats 绝对不会要求你提供机器人令牌。" + ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": "\u3002RoboSats \u6c38\u8fdc\u4e0d\u4f1a\u8054\u7edc\u4f60\u3002RoboSats \u7edd\u5bf9\u4e0d\u4f1a\u8981\u6c42\u4f60\u63d0\u4f9b\u673a\u5668\u4eba\u4ee4\u724c\u3002" } diff --git a/frontend/static/locales/zh-TR.json b/frontend/static/locales/zh-TR.json index 3e6bc0ab..b924578c 100644 --- a/frontend/static/locales/zh-TR.json +++ b/frontend/static/locales/zh-TR.json @@ -1,545 +1,535 @@ { "UNSAFE ALERT - UnsafeAlert.js": "Alert that shows on top when browsing from the unsafe clearnet sites", - "You are not using RoboSats privately": "你在不隱密地使用 RoboSats", - "desktop_unsafe_alert": "為了你的安全,一些功能(比如聊天)被禁用了。沒有禁用功能你將無法完成交易。為了保護你的隱私並完全啟用 Robosats,請使用 <1>Tor 瀏覽器訪問<3>洋蔥站點。", - "phone_unsafe_alert": "你將無法完成交易。請使用 <1>Tor 瀏覽器訪問<3>洋蔥站點。", - "Hide": "隱藏", - "You are self-hosting RoboSats": "你在自託管 RoboSats", - "RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSats客戶端已由你自己的節點提供服務,為你提供最強的安全性和隱私性。", - - "Initializing TOR daemon": "正在初始化 TOR 常駐程式", - "Connecting to TOR network": "正在連線 TOR 網絡", - "Connected to TOR network": "已連線 TOR 網絡", - "Connection error": "連線錯誤", - + "You are not using RoboSats privately": "\u4f60\u5728\u4e0d\u96b1\u5bc6\u5730\u4f7f\u7528 RoboSats", + "desktop_unsafe_alert": "\u70ba\u4e86\u4f60\u7684\u5b89\u5168\uff0c\u4e00\u4e9b\u529f\u80fd\uff08\u6bd4\u5982\u804a\u5929\uff09\u88ab\u7981\u7528\u4e86\u3002\u6c92\u6709\u7981\u7528\u529f\u80fd\u4f60\u5c07\u7121\u6cd5\u5b8c\u6210\u4ea4\u6613\u3002\u70ba\u4e86\u4fdd\u8b77\u4f60\u7684\u96b1\u79c1\u4e26\u5b8c\u5168\u555f\u7528 Robosats\uff0c\u8acb\u4f7f\u7528 <1>Tor \u700f\u89bd\u5668\u8a2a\u554f<3>\u6d0b\u8525\u7ad9\u9ede\u3002", + "phone_unsafe_alert": "\u4f60\u5c07\u7121\u6cd5\u5b8c\u6210\u4ea4\u6613\u3002\u8acb\u4f7f\u7528 <1>Tor \u700f\u89bd\u5668\u8a2a\u554f<3>\u6d0b\u8525\u7ad9\u9ede\u3002", + "Hide": "\u96b1\u85cf", + "You are self-hosting RoboSats": "\u4f60\u5728\u81ea\u8a17\u7ba1 RoboSats", + "RoboSats client is served from your own node granting you the strongest security and privacy.": "RoboSats\u5ba2\u6236\u7aef\u5df2\u7531\u4f60\u81ea\u5df1\u7684\u7bc0\u9ede\u63d0\u4f9b\u670d\u52d9\uff0c\u70ba\u4f60\u63d0\u4f9b\u6700\u5f37\u7684\u5b89\u5168\u6027\u548c\u96b1\u79c1\u6027\u3002", + "Initializing TOR daemon": "\u6b63\u5728\u521d\u59cb\u5316 TOR \u5e38\u99d0\u7a0b\u5f0f", + "Connecting to TOR network": "\u6b63\u5728\u9023\u7dda TOR \u7db2\u7d61", + "Connected to TOR network": "\u5df2\u9023\u7dda TOR \u7db2\u7d61", + "Connection error": "\u9023\u7dda\u932f\u8aa4", "USER GENERATION PAGE - UserGenPage.js": "Landing Page and User Generation", - "Simple and Private LN P2P Exchange": "簡單且私密的閃電點對點交易所", - "This is your trading avatar": "這是你的交易頭像", - "Store your token safely": "請安全地存儲你的令牌", - "A robot avatar was found, welcome back!": "已發現機器人頭像,歡迎回來!", - "Copied!": "已複製!", - "Generate a new token": "生成新令牌", - "Generate Robot": "生成機器人", - "You must enter a new token first": "你必須先輸入新令牌", - "Make Order": "掛單", - "Info": "信息", - "View Book": "查看訂單簿", - "Learn RoboSats": "學習 RoboSats", - "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "你即將訪問學習 RoboSats 頁面。此頁面提供教程和說明書,以幫助你學習如何使用 RoboSats 並了解它的功能。", - "Let's go!": "開始吧!", - "Save token and PGP credentials to file": "将令牌和 PGP 凭据保存到文件", - + "Simple and Private LN P2P Exchange": "\u7c21\u55ae\u4e14\u79c1\u5bc6\u7684\u9583\u96fb\u9ede\u5c0d\u9ede\u4ea4\u6613\u6240", + "This is your trading avatar": "\u9019\u662f\u4f60\u7684\u4ea4\u6613\u982d\u50cf", + "Store your token safely": "\u8acb\u5b89\u5168\u5730\u5b58\u5132\u4f60\u7684\u4ee4\u724c", + "A robot avatar was found, welcome back!": "\u5df2\u767c\u73fe\u6a5f\u5668\u4eba\u982d\u50cf\uff0c\u6b61\u8fce\u56de\u4f86\uff01", + "Copied!": "\u5df2\u8907\u88fd\uff01", + "Generate a new token": "\u751f\u6210\u65b0\u4ee4\u724c", + "Generate Robot": "\u751f\u6210\u6a5f\u5668\u4eba", + "You must enter a new token first": "\u4f60\u5fc5\u9808\u5148\u8f38\u5165\u65b0\u4ee4\u724c", + "Make Order": "\u639b\u55ae", + "Info": "\u4fe1\u606f", + "View Book": "\u67e5\u770b\u8a02\u55ae\u7c3f", + "Learn RoboSats": "\u5b78\u7fd2 RoboSats", + "You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.": "\u4f60\u5373\u5c07\u8a2a\u554f\u5b78\u7fd2 RoboSats \u9801\u9762\u3002\u6b64\u9801\u9762\u63d0\u4f9b\u6559\u7a0b\u548c\u8aaa\u660e\u66f8\uff0c\u4ee5\u5e6b\u52a9\u4f60\u5b78\u7fd2\u5982\u4f55\u4f7f\u7528 RoboSats \u4e26\u4e86\u89e3\u5b83\u7684\u529f\u80fd\u3002", + "Let's go!": "\u958b\u59cb\u5427\uff01", + "Save token and PGP credentials to file": "\u5c06\u4ee4\u724c\u548c PGP \u51ed\u636e\u4fdd\u5b58\u5230\u6587\u4ef6", "MAKER PAGE - MakerPage.js": "This is the page where users can create new orders", - "Order": "訂單", - "Customize": "改制", - "Buy or Sell Bitcoin?": "購買還是出售比特幣?", - "Buy": "購買", - "Sell": "出售", - "Amount": "金額", - "Amount of fiat to exchange for bitcoin": "兌換比特幣的法幣金額", - "Invalid": "無效", - "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "輸入你首選的法幣付款方法。 強烈推薦使用快速的付款方法。", - "Must be shorter than 65 characters": "必須少於65個字符", - "Swap Destination(s)": "交換目的地", - "Fiat Payment Method(s)": "法幣付款方法", - "You can add any method": "你可以添加任何方法", - "Add New": "添新", - "Choose a Pricing Method": "選擇定價方法", - "Relative": "相對", - "Let the price move with the market": "讓價格隨市場移動", - "Premium over Market (%)": "市場溢價 (%)", - "Explicit": "固定", - "Set a fix amount of satoshis": "設置固定聰金額", - "Satoshis": "聰", - "Fixed price:": "固定價格:", - "Order current rate:": "訂單當前價格:", - "Your order fixed exchange rate": "你的訂單的固定匯率", - "Your order's current exchange rate. Rate will move with the market.": "你的訂單的固定匯率。匯率將隨市場移動。", - "Let the taker chose an amount within the range": "允許吃單方選擇範圍內的金額。", - "Enable Amount Range": "啟用金額範圍", - "From": "從", - "to": "到", - "Expiry Timers": "倒計時", - "Public Duration (HH:mm)": "公開時間 (HH:mm)", - "Escrow/Invoice Timer (HH:mm)": "託管存款/發票倒計時 (HH:mm)", - "Set the skin-in-the-game, increase for higher safety assurance": "設定風險共擔, 以提高安全保障", - "Fidelity Bond Size": "保證金大小", - "You must fill the order correctly": "你必須正確填寫訂單", - "Create Order": "創建訂單", - "Back": "返回", - "Create an order for ": "創建訂單 ", - "Buy order for ": "買單為 ", - "Sell order for ": "賣單為 ", - " of {{satoshis}} Satoshis": "{{satoshis}} 聰", - " at market price": "於市場價格", - " at a {{premium}}% premium": " 於 {{premium}}% 溢價", - " at a {{discount}}% discount": " 於 {{discount}}% 折扣", - "Must be less than {{max}}%": "必須少於 {{max}}%", - "Must be more than {{min}}%": "必須多於 {{min}}%", - "Must be less than {{maxSats}": "必須少於 {{maxSats}}", - "Must be more than {{minSats}}": "必須多於 {{minSats}}", - "Store your robot token": "存儲你的機器人令牌", - "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "你將來可能需要恢復你的機器人頭像:安全地存放它。你可以輕鬆地將其複製到另一個應用程序中。", - "Done": "完成", - "You do not have a robot avatar": "你沒有機器人頭像", - "You need to generate a robot avatar in order to become an order maker": "你需要生成機器人頭像才能成為掛單方", - "Edit order": "編輯訂單", - "Existing orders match yours!": "有與你的訂單相匹配的現有訂單!", - "Enable advanced options": "啟用高級選項", - "Clear form": "清除表單", - + "Order": "\u8a02\u55ae", + "Customize": "\u6539\u5236", + "Buy or Sell Bitcoin?": "\u8cfc\u8cb7\u9084\u662f\u51fa\u552e\u6bd4\u7279\u5e63\uff1f", + "Buy": "\u8cfc\u8cb7", + "Sell": "\u51fa\u552e", + "Amount": "\u91d1\u984d", + "Amount of fiat to exchange for bitcoin": "\u514c\u63db\u6bd4\u7279\u5e63\u7684\u6cd5\u5e63\u91d1\u984d", + "Invalid": "\u7121\u6548", + "Enter your preferred fiat payment methods. Fast methods are highly recommended.": "\u8f38\u5165\u4f60\u9996\u9078\u7684\u6cd5\u5e63\u4ed8\u6b3e\u65b9\u6cd5\u3002 \u5f37\u70c8\u63a8\u85a6\u4f7f\u7528\u5feb\u901f\u7684\u4ed8\u6b3e\u65b9\u6cd5\u3002", + "Must be shorter than 65 characters": "\u5fc5\u9808\u5c11\u65bc65\u500b\u5b57\u7b26", + "Swap Destination(s)": "\u4ea4\u63db\u76ee\u7684\u5730", + "Fiat Payment Method(s)": "\u6cd5\u5e63\u4ed8\u6b3e\u65b9\u6cd5", + "You can add any method": "\u4f60\u53ef\u4ee5\u6dfb\u52a0\u4efb\u4f55\u65b9\u6cd5", + "Add New": "\u6dfb\u65b0", + "Choose a Pricing Method": "\u9078\u64c7\u5b9a\u50f9\u65b9\u6cd5", + "Relative": "\u76f8\u5c0d", + "Let the price move with the market": "\u8b93\u50f9\u683c\u96a8\u5e02\u5834\u79fb\u52d5", + "Premium over Market (%)": "\u5e02\u5834\u6ea2\u50f9 (%)", + "Explicit": "\u56fa\u5b9a", + "Set a fix amount of satoshis": "\u8a2d\u7f6e\u56fa\u5b9a\u8070\u91d1\u984d", + "Satoshis": "\u8070", + "Fixed price:": "\u56fa\u5b9a\u50f9\u683c\uff1a", + "Order current rate:": "\u8a02\u55ae\u7576\u524d\u50f9\u683c\uff1a", + "Your order fixed exchange rate": "\u4f60\u7684\u8a02\u55ae\u7684\u56fa\u5b9a\u532f\u7387", + "Your order's current exchange rate. Rate will move with the market.": "\u4f60\u7684\u8a02\u55ae\u7684\u56fa\u5b9a\u532f\u7387\u3002\u532f\u7387\u5c07\u96a8\u5e02\u5834\u79fb\u52d5\u3002", + "Let the taker chose an amount within the range": "\u5141\u8a31\u5403\u55ae\u65b9\u9078\u64c7\u7bc4\u570d\u5167\u7684\u91d1\u984d\u3002", + "Enable Amount Range": "\u555f\u7528\u91d1\u984d\u7bc4\u570d", + "From": "\u5f9e", + "to": "\u5230", + "Expiry Timers": "\u5012\u8a08\u6642", + "Public Duration (HH:mm)": "\u516c\u958b\u6642\u9593 (HH:mm)", + "Escrow/Invoice Timer (HH:mm)": "\u8a17\u7ba1\u5b58\u6b3e/\u767c\u7968\u5012\u8a08\u6642 (HH:mm)", + "Set the skin-in-the-game, increase for higher safety assurance": "\u8a2d\u5b9a\u98a8\u96aa\u5171\u64d4, \u4ee5\u63d0\u9ad8\u5b89\u5168\u4fdd\u969c", + "Fidelity Bond Size": "\u4fdd\u8b49\u91d1\u5927\u5c0f", + "You must fill the order correctly": "\u4f60\u5fc5\u9808\u6b63\u78ba\u586b\u5beb\u8a02\u55ae", + "Create Order": "\u5275\u5efa\u8a02\u55ae", + "Back": "\u8fd4\u56de", + "Create an order for ": "\u5275\u5efa\u8a02\u55ae ", + "Buy order for ": "\u8cb7\u55ae\u70ba ", + "Sell order for ": "\u8ce3\u55ae\u70ba ", + " of {{satoshis}} Satoshis": "{{satoshis}} \u8070", + " at market price": "\u65bc\u5e02\u5834\u50f9\u683c", + " at a {{premium}}% premium": " \u65bc {{premium}}% \u6ea2\u50f9", + " at a {{discount}}% discount": " \u65bc {{discount}}% \u6298\u6263", + "Must be less than {{max}}%": "\u5fc5\u9808\u5c11\u65bc {{max}}%", + "Must be more than {{min}}%": "\u5fc5\u9808\u591a\u65bc {{min}}%", + "Must be less than {{maxSats}": "\u5fc5\u9808\u5c11\u65bc {{maxSats}}", + "Must be more than {{minSats}}": "\u5fc5\u9808\u591a\u65bc {{minSats}}", + "Store your robot token": "\u5b58\u5132\u4f60\u7684\u6a5f\u5668\u4eba\u4ee4\u724c", + "You might need to recover your robot avatar in the future: store it safely. You can simply copy it into another application.": "\u4f60\u5c07\u4f86\u53ef\u80fd\u9700\u8981\u6062\u5fa9\u4f60\u7684\u6a5f\u5668\u4eba\u982d\u50cf\uff1a\u5b89\u5168\u5730\u5b58\u653e\u5b83\u3002\u4f60\u53ef\u4ee5\u8f15\u9b06\u5730\u5c07\u5176\u8907\u88fd\u5230\u53e6\u4e00\u500b\u61c9\u7528\u7a0b\u5e8f\u4e2d\u3002", + "Done": "\u5b8c\u6210", + "You do not have a robot avatar": "\u4f60\u6c92\u6709\u6a5f\u5668\u4eba\u982d\u50cf", + "You need to generate a robot avatar in order to become an order maker": "\u4f60\u9700\u8981\u751f\u6210\u6a5f\u5668\u4eba\u982d\u50cf\u624d\u80fd\u6210\u70ba\u639b\u55ae\u65b9", + "Edit order": "\u7de8\u8f2f\u8a02\u55ae", + "Existing orders match yours!": "\u6709\u8207\u4f60\u7684\u8a02\u55ae\u76f8\u5339\u914d\u7684\u73fe\u6709\u8a02\u55ae\uff01", + "Enable advanced options": "\u555f\u7528\u9ad8\u7d1a\u9078\u9805", + "Clear form": "\u6e05\u9664\u8868\u55ae", "PAYMENT METHODS - autocompletePayments.js": "Payment method strings", - "not specified": "未指定", - "Instant SEPA": "即時 SEPA", - "Amazon GiftCard": "亞馬遜禮品卡", - "Google Play Gift Code": "Google Play 禮品碼", - "Cash F2F": "面對面現金", - "On-Chain BTC": "鏈上比特幣", - + "not specified": "\u672a\u6307\u5b9a", + "Instant SEPA": "\u5373\u6642 SEPA", + "Amazon GiftCard": "\u4e9e\u99ac\u905c\u79ae\u54c1\u5361", + "Google Play Gift Code": "Google Play \u79ae\u54c1\u78bc", + "Cash F2F": "\u9762\u5c0d\u9762\u73fe\u91d1", + "On-Chain BTC": "\u93c8\u4e0a\u6bd4\u7279\u5e63", "BOOK PAGE - BookPage.js": "The Book Order page", - "Seller": "賣方", - "Buyer": "買方", - "I want to": "我想要", - "Select Order Type": "選擇訂單種類", - "ANY": "任何", - "BUY": "購買", - "SELL": "出售", - "and use": "並使用", - "Select Payment Currency": "選擇支付貨幣", - "Robot": "機器人", - "Is": "是", - "Currency": "貨幣", - "Payment Method": "付款方法", - "Pay": "支付", - "Price": "價格", - "Premium": "溢價", - "You are SELLING BTC for {{currencyCode}}": "你正在以 {{currencyCode}} 出售比特幣", - "You are BUYING BTC for {{currencyCode}}": "你正在以 {{currencyCode}} 購買比特幣", - "You are looking at all": "你在看所有的", - "No orders found to sell BTC for {{currencyCode}}": "未找到以 {{currencyCode}} 出售比特幣的訂單", - "No orders found to buy BTC for {{currencyCode}}": "未找到以 {{currencyCode}} 購買比特幣的訂單", - "Filter has no results": "篩選後無結果", - "Be the first one to create an order": "成為第一個創建訂單的人", - "Orders per page:": "每頁上的訂單數量:", - "No results found.": "未找到結果。", - "An error occurred.": "發生錯誤。", - "Columns": "列", - "Select columns": "選擇列", - "Find column": "查找列", - "Column title": "列標題", - "Reorder column": "重整列", - "Show all": "顯示全部", - "Hide all": "隱藏全部", - "Add filter": "加篩選", - "Delete": "刪除", - "Logic operator": "邏輯運算符", - "Operator": "運算符", - "And": "和", - "Or": "或", - "Value": "值", - "Filter value": "篩選值", - "contains": "含", - "equals": "等於", - "starts with": "以。。。開始", - "ends with": "以。。。結束", - "is": "是", - "is not": "不是", - "is after": "在。。。之後", - "is on or after": "在。。。或之後", - "is before": "在。。。之前", - "is on or before": "在。。。或之前", - "is empty": "為空", - "is not empty": "非空", - "is any of": "是。。。其中任何", - "any": "任何", - "true": "實", - "false": "虛", - "Menu": "菜單", - "Show columns": "顯示列", - "Filter": "篩選", - "Unsort": "取消排序", - "Sort by ASC": "按升序排序", - "Sort by DESC": "按降序排序", - "Sort": "排序", - "Show filters": "顯示篩選", - "yes": "是", - "no": "不是", - "Depth chart": "深度圖", - "Chart": "圖表", - "List": "列表", - "pay with": "支付", - "Timer": "存款倒計時", - "Expiry": "訂單到期", - "Sats now": "當前聰", - "Bond": "保證金", - "swap to": "交換到", - "DESTINATION": "目的地", - "METHOD": "方式", - + "Seller": "\u8ce3\u65b9", + "Buyer": "\u8cb7\u65b9", + "I want to": "\u6211\u60f3\u8981", + "Select Order Type": "\u9078\u64c7\u8a02\u55ae\u7a2e\u985e", + "ANY": "\u4efb\u4f55", + "BUY": "\u8cfc\u8cb7", + "SELL": "\u51fa\u552e", + "and use": "\u4e26\u4f7f\u7528", + "Select Payment Currency": "\u9078\u64c7\u652f\u4ed8\u8ca8\u5e63", + "Robot": "\u6a5f\u5668\u4eba", + "Is": "\u662f", + "Currency": "\u8ca8\u5e63", + "Payment Method": "\u4ed8\u6b3e\u65b9\u6cd5", + "Pay": "\u652f\u4ed8", + "Price": "\u50f9\u683c", + "Premium": "\u6ea2\u50f9", + "You are SELLING BTC for {{currencyCode}}": "\u4f60\u6b63\u5728\u4ee5 {{currencyCode}} \u51fa\u552e\u6bd4\u7279\u5e63", + "You are BUYING BTC for {{currencyCode}}": "\u4f60\u6b63\u5728\u4ee5 {{currencyCode}} \u8cfc\u8cb7\u6bd4\u7279\u5e63", + "You are looking at all": "\u4f60\u5728\u770b\u6240\u6709\u7684", + "No orders found to sell BTC for {{currencyCode}}": "\u672a\u627e\u5230\u4ee5 {{currencyCode}} \u51fa\u552e\u6bd4\u7279\u5e63\u7684\u8a02\u55ae", + "No orders found to buy BTC for {{currencyCode}}": "\u672a\u627e\u5230\u4ee5 {{currencyCode}} \u8cfc\u8cb7\u6bd4\u7279\u5e63\u7684\u8a02\u55ae", + "Filter has no results": "\u7be9\u9078\u5f8c\u7121\u7d50\u679c", + "Be the first one to create an order": "\u6210\u70ba\u7b2c\u4e00\u500b\u5275\u5efa\u8a02\u55ae\u7684\u4eba", + "Orders per page:": "\u6bcf\u9801\u4e0a\u7684\u8a02\u55ae\u6578\u91cf\uff1a", + "No results found.": "\u672a\u627e\u5230\u7d50\u679c\u3002", + "An error occurred.": "\u767c\u751f\u932f\u8aa4\u3002", + "Columns": "\u5217", + "Select columns": "\u9078\u64c7\u5217", + "Find column": "\u67e5\u627e\u5217", + "Column title": "\u5217\u6a19\u984c", + "Reorder column": "\u91cd\u6574\u5217", + "Show all": "\u986f\u793a\u5168\u90e8", + "Hide all": "\u96b1\u85cf\u5168\u90e8", + "Add filter": "\u52a0\u7be9\u9078", + "Delete": "\u522a\u9664", + "Logic operator": "\u908f\u8f2f\u904b\u7b97\u7b26", + "Operator": "\u904b\u7b97\u7b26", + "And": "\u548c", + "Or": "\u6216", + "Value": "\u503c", + "Filter value": "\u7be9\u9078\u503c", + "contains": "\u542b", + "equals": "\u7b49\u65bc", + "starts with": "\u4ee5\u3002\u3002\u3002\u958b\u59cb", + "ends with": "\u4ee5\u3002\u3002\u3002\u7d50\u675f", + "is": "\u662f", + "is not": "\u4e0d\u662f", + "is after": "\u5728\u3002\u3002\u3002\u4e4b\u5f8c", + "is on or after": "\u5728\u3002\u3002\u3002\u6216\u4e4b\u5f8c", + "is before": "\u5728\u3002\u3002\u3002\u4e4b\u524d", + "is on or before": "\u5728\u3002\u3002\u3002\u6216\u4e4b\u524d", + "is empty": "\u70ba\u7a7a", + "is not empty": "\u975e\u7a7a", + "is any of": "\u662f\u3002\u3002\u3002\u5176\u4e2d\u4efb\u4f55", + "any": "\u4efb\u4f55", + "true": "\u5be6", + "false": "\u865b", + "Menu": "\u83dc\u55ae", + "Show columns": "\u986f\u793a\u5217", + "Filter": "\u7be9\u9078", + "Unsort": "\u53d6\u6d88\u6392\u5e8f", + "Sort by ASC": "\u6309\u5347\u5e8f\u6392\u5e8f", + "Sort by DESC": "\u6309\u964d\u5e8f\u6392\u5e8f", + "Sort": "\u6392\u5e8f", + "Show filters": "\u986f\u793a\u7be9\u9078", + "yes": "\u662f", + "no": "\u4e0d\u662f", + "Depth chart": "\u6df1\u5ea6\u5716", + "Chart": "\u5716\u8868", + "List": "\u5217\u8868", + "pay with": "\u652f\u4ed8", + "Timer": "\u5b58\u6b3e\u5012\u8a08\u6642", + "Expiry": "\u8a02\u55ae\u5230\u671f", + "Sats now": "\u7576\u524d\u8070", + "Bond": "\u4fdd\u8b49\u91d1", + "swap to": "\u4ea4\u63db\u5230", + "DESTINATION": "\u76ee\u7684\u5730", + "METHOD": "\u65b9\u5f0f", "BOTTOM BAR AND MISC - BottomBar.js": "Bottom Bar user profile and miscellaneous dialogs", - "Stats For Nerds": "書呆子的統計數據", - "LND version": "LND 版本", - "Currently running commit hash": "當前運行的 commit 散列值", - "24h contracted volume": "24小時合約量", - "Lifetime contracted volume": "終身合約量", - "Made with": "用", - "and": "和", - "... somewhere on Earth!": "。。。在世界上某處製造!", - "Community": "社群", - "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "僅通過公開渠道提供支持。如果你有任何疑問或想與其他機器人一起玩,請加入我們的 Telegram 社群。 如果你發現錯誤或想查看新功能,請使用我們的 Github Issues!", - "Follow RoboSats in Twitter": "在 Twitter 上關注 RoboSats", - "Twitter Official Account": "Twitter 官方帳號", - "RoboSats Telegram Communities": "RoboSats Telegram 社群", - "Join RoboSats Spanish speaking community!": "加入 RoboSats 西語社群!", - "Join RoboSats Russian speaking community!": "加入 RoboSats 俄語社群!", - "Join RoboSats Chinese speaking community!": "加入 RoboSats 漢語社群!", - "Join RoboSats English speaking community!": "加入 RoboSats 英語社群!", - "Join RoboSats Portuguese speaking community!": "加入 RoboSats 葡語社群!", - "Tell us about a new feature or a bug": "向我們報告錯誤或要求新功能", + "Stats For Nerds": "\u66f8\u5446\u5b50\u7684\u7d71\u8a08\u6578\u64da", + "LND version": "LND \u7248\u672c", + "Currently running commit hash": "\u7576\u524d\u904b\u884c\u7684 commit \u6563\u5217\u503c", + "24h contracted volume": "24\u5c0f\u6642\u5408\u7d04\u91cf", + "Lifetime contracted volume": "\u7d42\u8eab\u5408\u7d04\u91cf", + "Made with": "\u7528", + "and": "\u548c", + "... somewhere on Earth!": "\u3002\u3002\u3002\u5728\u4e16\u754c\u4e0a\u67d0\u8655\u88fd\u9020\uff01", + "Community": "\u793e\u7fa4", + "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "\u50c5\u901a\u904e\u516c\u958b\u6e20\u9053\u63d0\u4f9b\u652f\u6301\u3002\u5982\u679c\u4f60\u6709\u4efb\u4f55\u7591\u554f\u6216\u60f3\u8207\u5176\u4ed6\u6a5f\u5668\u4eba\u4e00\u8d77\u73a9\uff0c\u8acb\u52a0\u5165\u6211\u5011\u7684 Telegram \u793e\u7fa4\u3002 \u5982\u679c\u4f60\u767c\u73fe\u932f\u8aa4\u6216\u60f3\u67e5\u770b\u65b0\u529f\u80fd\uff0c\u8acb\u4f7f\u7528\u6211\u5011\u7684 Github Issues\uff01", + "Follow RoboSats in Twitter": "\u5728 Twitter \u4e0a\u95dc\u6ce8 RoboSats", + "Twitter Official Account": "Twitter \u5b98\u65b9\u5e33\u865f", + "RoboSats Telegram Communities": "RoboSats Telegram \u793e\u7fa4", + "Join RoboSats Spanish speaking community!": "\u52a0\u5165 RoboSats \u897f\u8a9e\u793e\u7fa4!", + "Join RoboSats Russian speaking community!": "\u52a0\u5165 RoboSats \u4fc4\u8a9e\u793e\u7fa4!", + "Join RoboSats Chinese speaking community!": "\u52a0\u5165 RoboSats \u6f22\u8a9e\u793e\u7fa4!", + "Join RoboSats English speaking community!": "\u52a0\u5165 RoboSats \u82f1\u8a9e\u793e\u7fa4!", + "Join RoboSats Portuguese speaking community!": "\u52a0\u5165 RoboSats \u8461\u8a9e\u793e\u7fa4!", + "Tell us about a new feature or a bug": "\u5411\u6211\u5011\u5831\u544a\u932f\u8aa4\u6216\u8981\u6c42\u65b0\u529f\u80fd", "Github Issues - The Robotic Satoshis Open Source Project": "Github Issues - The Robotic Satoshis Open Source Project", - "Your Profile": "你的個人資料", - "Your robot": "你的機器人", - "One active order #{{orderID}}": "一個活躍的訂單 #{{orderID}}", - "Your current order": "你當前的訂單", - "No active orders": "沒有活躍的訂單", - "Your token (will not remain here)": "你的令牌 (不會留在此地)", - "Back it up!": "請備份!", - "Cannot remember": "記不得", - "Rewards and compensations": "獎勵和補償", - "Share to earn 100 Sats per trade": "分享並於每筆交易獲得100聰的獎勵", - "Your referral link": "你的推薦鏈接", - "Your earned rewards": "你獲得的獎勵", - "Claim": "領取", - "Invoice for {{amountSats}} Sats": "{{amountSats}} 聰的發票", - "Submit": "提交", - "There it goes, thank you!🥇": "好了,謝謝!🥇", - "You have an active order": "你有一個活躍訂單", - "You can claim satoshis!": "你可以領聰!", - "Public Buy Orders": "公開購買訂單", - "Public Sell Orders": "公開出售訂單", - "Today Active Robots": "今天活躍機器人", - "24h Avg Premium": "24小時平均溢價", - "Trade Fee": "交易費", - "Show community and support links": "顯示社群和支持鏈接", - "Show stats for nerds": "顯示書呆子的統計數據", - "Exchange Summary": "交易所概況", - "Public buy orders": "公開購買訂單", - "Public sell orders": "公開出售訂單", - "Book liquidity": "賬面流動性", - "Today active robots": "今天活躍的機器人", - "24h non-KYC bitcoin premium": "24小時 non-KYC 比特幣溢價", - "Maker fee": "掛單方費用", - "Taker fee": "吃單方費用", - "Number of public BUY orders": "公開購買訂單數量", - "Number of public SELL orders": "公開出售訂單數量", - "Your last order #{{orderID}}": "你的上一筆交易 #{{orderID}}", - "Inactive order": "不活躍訂單", - "You do not have previous orders": "你沒有之前的訂單", - "Join RoboSats' Subreddit": "加入 RoboSats 的 Subreddit", - "RoboSats in Reddit": "Reddit 上的 RoboSats", - "Current onchain payout fee": "當前鏈上支付費用", - "Use stealth invoices": "使用隱形發票", - "Stealth lightning invoices do not contain details about the trade except an order reference. Enable this setting if you don't want to disclose details to a custodial lightning wallet.": "除訂單參考外,隱形閃電發票不包含有關交易的詳細信息。如果你不想向託管閃電錢包披露詳細信息,請啟用此設置。", - "Update your RoboSats client": "更新你的 RoboSats 客戶端", - "The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "RoboSats 協調器的版本是 {{coordinatorVersion}},但你的客戶端 app 是 {{clientVersion}}。版本不匹配可能會導致糟糕的用戶體驗。", - "Download RoboSats {{coordinatorVersion}} APK from Github releases": "從 Github releases 下載 RoboSats {{coordinatorVersion}} APK", - "On Android RoboSats app": "在 RoboSats 安卓 app 上", - "Check your node's store or update the Docker image yourself": "查看你的節點的應用商店或自己更新 Docker 鏡像", - "On your own sovereign node": "在你自己主權的節點上", - "Simply refresh your Tor Browser tab (or press Ctrl+Shift+R)": "只需刷新你的 Tor 瀏覽器選項卡 (或在鍵盤上按下 Ctrl+Shift+R)", - "On remotely served client via web": "在通過網絡遠程服務的客戶端上", - "Client": "客戶端", - "Coordinator": "協調器", - "RoboSats version": "RoboSats 版本", - "LN Node": "LN 節點", - + "Your Profile": "\u4f60\u7684\u500b\u4eba\u8cc7\u6599", + "Your robot": "\u4f60\u7684\u6a5f\u5668\u4eba", + "One active order #{{orderID}}": "\u4e00\u500b\u6d3b\u8e8d\u7684\u8a02\u55ae #{{orderID}}", + "Your current order": "\u4f60\u7576\u524d\u7684\u8a02\u55ae", + "No active orders": "\u6c92\u6709\u6d3b\u8e8d\u7684\u8a02\u55ae", + "Your token (will not remain here)": "\u4f60\u7684\u4ee4\u724c \uff08\u4e0d\u6703\u7559\u5728\u6b64\u5730\uff09", + "Back it up!": "\u8acb\u5099\u4efd\uff01", + "Cannot remember": "\u8a18\u4e0d\u5f97", + "Rewards and compensations": "\u734e\u52f5\u548c\u88dc\u511f", + "Share to earn 100 Sats per trade": "\u5206\u4eab\u4e26\u65bc\u6bcf\u7b46\u4ea4\u6613\u7372\u5f97100\u8070\u7684\u734e\u52f5", + "Your referral link": "\u4f60\u7684\u63a8\u85a6\u93c8\u63a5", + "Your earned rewards": "\u4f60\u7372\u5f97\u7684\u734e\u52f5", + "Claim": "\u9818\u53d6", + "Invoice for {{amountSats}} Sats": "{{amountSats}} \u8070\u7684\u767c\u7968", + "Submit": "\u63d0\u4ea4", + "There it goes, thank you!\ud83e\udd47": "\u597d\u4e86\uff0c\u8b1d\u8b1d!\ud83e\udd47", + "You have an active order": "\u4f60\u6709\u4e00\u500b\u6d3b\u8e8d\u8a02\u55ae", + "You can claim satoshis!": "\u4f60\u53ef\u4ee5\u9818\u8070\uff01", + "Public Buy Orders": "\u516c\u958b\u8cfc\u8cb7\u8a02\u55ae", + "Public Sell Orders": "\u516c\u958b\u51fa\u552e\u8a02\u55ae", + "Today Active Robots": "\u4eca\u5929\u6d3b\u8e8d\u6a5f\u5668\u4eba", + "24h Avg Premium": "24\u5c0f\u6642\u5e73\u5747\u6ea2\u50f9", + "Trade Fee": "\u4ea4\u6613\u8cbb", + "Show community and support links": "\u986f\u793a\u793e\u7fa4\u548c\u652f\u6301\u93c8\u63a5", + "Show stats for nerds": "\u986f\u793a\u66f8\u5446\u5b50\u7684\u7d71\u8a08\u6578\u64da", + "Exchange Summary": "\u4ea4\u6613\u6240\u6982\u6cc1", + "Public buy orders": "\u516c\u958b\u8cfc\u8cb7\u8a02\u55ae", + "Public sell orders": "\u516c\u958b\u51fa\u552e\u8a02\u55ae", + "Book liquidity": "\u8cec\u9762\u6d41\u52d5\u6027", + "Today active robots": "\u4eca\u5929\u6d3b\u8e8d\u7684\u6a5f\u5668\u4eba", + "24h non-KYC bitcoin premium": "24\u5c0f\u6642 non-KYC \u6bd4\u7279\u5e63\u6ea2\u50f9", + "Maker fee": "\u639b\u55ae\u65b9\u8cbb\u7528", + "Taker fee": "\u5403\u55ae\u65b9\u8cbb\u7528", + "Number of public BUY orders": "\u516c\u958b\u8cfc\u8cb7\u8a02\u55ae\u6578\u91cf", + "Number of public SELL orders": "\u516c\u958b\u51fa\u552e\u8a02\u55ae\u6578\u91cf", + "Your last order #{{orderID}}": "\u4f60\u7684\u4e0a\u4e00\u7b46\u4ea4\u6613 #{{orderID}}", + "Inactive order": "\u4e0d\u6d3b\u8e8d\u8a02\u55ae", + "You do not have previous orders": "\u4f60\u6c92\u6709\u4e4b\u524d\u7684\u8a02\u55ae", + "Join RoboSats' Subreddit": "\u52a0\u5165 RoboSats \u7684 Subreddit", + "RoboSats in Reddit": "Reddit \u4e0a\u7684 RoboSats", + "Current onchain payout fee": "\u7576\u524d\u93c8\u4e0a\u652f\u4ed8\u8cbb\u7528", + "Use stealth invoices": "\u4f7f\u7528\u96b1\u5f62\u767c\u7968", + "Stealth lightning invoices do not contain details about the trade except an order reference. Enable this setting if you don't want to disclose details to a custodial lightning wallet.": "\u9664\u8a02\u55ae\u53c3\u8003\u5916\uff0c\u96b1\u5f62\u9583\u96fb\u767c\u7968\u4e0d\u5305\u542b\u6709\u95dc\u4ea4\u6613\u7684\u8a73\u7d30\u4fe1\u606f\u3002\u5982\u679c\u4f60\u4e0d\u60f3\u5411\u8a17\u7ba1\u9583\u96fb\u9322\u5305\u62ab\u9732\u8a73\u7d30\u4fe1\u606f\uff0c\u8acb\u555f\u7528\u6b64\u8a2d\u7f6e\u3002", + "Update your RoboSats client": "\u66f4\u65b0\u4f60\u7684 RoboSats \u5ba2\u6236\u7aef", + "The RoboSats coordinator is on version {{coordinatorVersion}}, but your client app is {{clientVersion}}. This version mismatch might lead to a bad user experience.": "RoboSats \u5354\u8abf\u5668\u7684\u7248\u672c\u662f {{coordinatorVersion}}\uff0c\u4f46\u4f60\u7684\u5ba2\u6236\u7aef app \u662f {{clientVersion}}\u3002\u7248\u672c\u4e0d\u5339\u914d\u53ef\u80fd\u6703\u5c0e\u81f4\u7cdf\u7cd5\u7684\u7528\u6236\u9ad4\u9a57\u3002", + "Download RoboSats {{coordinatorVersion}} APK from Github releases": "\u5f9e Github releases \u4e0b\u8f09 RoboSats {{coordinatorVersion}} APK", + "On Android RoboSats app": "\u5728 RoboSats \u5b89\u5353 app \u4e0a", + "Check your node's store or update the Docker image yourself": "\u67e5\u770b\u4f60\u7684\u7bc0\u9ede\u7684\u61c9\u7528\u5546\u5e97\u6216\u81ea\u5df1\u66f4\u65b0 Docker \u93e1\u50cf", + "On your own sovereign node": "\u5728\u4f60\u81ea\u5df1\u4e3b\u6b0a\u7684\u7bc0\u9ede\u4e0a", + "Simply refresh your Tor Browser tab (or press Ctrl+Shift+R)": "\u53ea\u9700\u5237\u65b0\u4f60\u7684 Tor \u700f\u89bd\u5668\u9078\u9805\u5361 (\u6216\u5728\u9375\u76e4\u4e0a\u6309\u4e0b Ctrl+Shift+R)", + "On remotely served client via web": "\u5728\u901a\u904e\u7db2\u7d61\u9060\u7a0b\u670d\u52d9\u7684\u5ba2\u6236\u7aef\u4e0a", + "Client": "\u5ba2\u6236\u7aef", + "Coordinator": "\u5354\u8abf\u5668", + "RoboSats version": "RoboSats \u7248\u672c", + "LN Node": "LN \u7bc0\u9ede", "ORDER PAGE - OrderPage.js": "Order details page", - "Order Box": "訂單框", - "Contract": "合約", - "Active": "活躍", - "Seen recently": "最近活躍", - "Inactive": "不活躍", - "(Seller)": "(賣方)", - "(Buyer)": "(買方)", - "Order maker": "訂單掛單方", - "Order taker": "訂單吃單方", - "Order Details": "訂單詳情", - "Order status": "訂單狀態", - "Waiting for maker bond": "正在等待掛單方保證金", - "Public": "公開", - "Waiting for taker bond": "正在等待吃單方保證金", - "Cancelled": "已取消", - "Expired": "已到期", - "Waiting for trade collateral and buyer invoice": "正在等待交易抵押和買方發票", - "Waiting only for seller trade collateral": "正在等待賣方交易抵押", - "Waiting only for buyer invoice": "正在等待買方發票", - "Sending fiat - In chatroom": "正在發送法幣 - 在聊天室內", - "Fiat sent - In chatroom": "法幣已發送 - 在聊天室內", - "In dispute": "在爭議中", - "Collaboratively cancelled": "已合作取消", - "Sending satoshis to buyer": "正在把聰發送給買方", - "Sucessful trade": "成功交易", - "Failed lightning network routing": "閃電網絡路由失敗", - "Wait for dispute resolution": "等待爭議解決", - "Maker lost dispute": "掛單方爭議失敗了", - "Taker lost dispute": "吃單方爭議失敗了", - "Amount range": "金額範圍", - "Swap destination": "交換目的地", - "Accepted payment methods": "接受的付款方法", - "Others": "其他", - "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - 溢價: {{premium}}%", - "Price and Premium": "價格和溢價", - "Amount of Satoshis": "聰金額", - "Premium over market price": "高於市價的溢價", - "Order ID": "訂單 ID", - "Deposit timer": "存款計時器", - "Expires in": "內到期", - "{{nickname}} is asking for a collaborative cancel": "{{nickname}} 要求合作取消", - "You asked for a collaborative cancellation": "你要求了合作取消", - "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "發票到期了。你沒有及時確認公佈訂單。請創建新訂單。", - "This order has been cancelled by the maker": "此訂單被掛單方取消了", - "Invoice expired. You did not confirm taking the order in time.": "發票到期了。你沒有及時確認吃單。", - "Penalty lifted, good to go!": "罰單已解除, 沒問題了!", - "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "你暫時還不能吃單!請等{{timeMin}}分 {{timeSec}}秒", - "Too low": "太低", - "Too high": "太高", - "Enter amount of fiat to exchange for bitcoin": "輸入以兌換比特幣的法幣金額", - "Amount {{currencyCode}}": "{{currencyCode}} 金額", - "You must specify an amount first": "你必須先指定金額", - "Take Order": "吃單", - "Wait until you can take an order": "請等到可以吃單", - "Cancel the order?": "取消訂單?", - "If the order is cancelled now you will lose your bond.": "如果現在取消訂單,你將失去保證金。", - "Confirm Cancel": "確認取消", - "The maker is away": "掛單方離線", - "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "接受此訂單可能會浪費你的時間。如果掛單方未及時響應,你將獲得掛單方保證金的50%的補償。", - "Collaborative cancel the order?": "合作取消訂單?", - "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "交易託管已發布。只有當掛單方和吃單方都同意取消時,才能取消訂單。", - "Ask for Cancel": "要求取消", - "Cancel": "取消", - "Collaborative Cancel": "合作取消", - "Invalid Order Id": "無效訂單 Id", - "You must have a robot avatar to see the order details": "你必須有機器人頭像才能看到訂單詳情", - "This order has been cancelled collaborativelly": "此訂單已被合作取消", - "This order is not available": "此訂單不可用", - "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "在倉庫工作的機器人 Satoshis 沒懂你的意思。請在 Github 上填寫 Bug 問題 https://github.com/reckless-satoshi/robosats/issues", + "Order Box": "\u8a02\u55ae\u6846", + "Contract": "\u5408\u7d04", + "Active": "\u6d3b\u8e8d", + "Seen recently": "\u6700\u8fd1\u6d3b\u8e8d", + "Inactive": "\u4e0d\u6d3b\u8e8d", + "(Seller)": "(\u8ce3\u65b9)", + "(Buyer)": "(\u8cb7\u65b9)", + "Order maker": "\u8a02\u55ae\u639b\u55ae\u65b9", + "Order taker": "\u8a02\u55ae\u5403\u55ae\u65b9", + "Order Details": "\u8a02\u55ae\u8a73\u60c5", + "Order status": "\u8a02\u55ae\u72c0\u614b", + "Waiting for maker bond": "\u6b63\u5728\u7b49\u5f85\u639b\u55ae\u65b9\u4fdd\u8b49\u91d1", + "Public": "\u516c\u958b", + "Waiting for taker bond": "\u6b63\u5728\u7b49\u5f85\u5403\u55ae\u65b9\u4fdd\u8b49\u91d1", + "Cancelled": "\u5df2\u53d6\u6d88", + "Expired": "\u5df2\u5230\u671f", + "Waiting for trade collateral and buyer invoice": "\u6b63\u5728\u7b49\u5f85\u4ea4\u6613\u62b5\u62bc\u548c\u8cb7\u65b9\u767c\u7968", + "Waiting only for seller trade collateral": "\u6b63\u5728\u7b49\u5f85\u8ce3\u65b9\u4ea4\u6613\u62b5\u62bc", + "Waiting only for buyer invoice": "\u6b63\u5728\u7b49\u5f85\u8cb7\u65b9\u767c\u7968", + "Sending fiat - In chatroom": "\u6b63\u5728\u767c\u9001\u6cd5\u5e63 - \u5728\u804a\u5929\u5ba4\u5167", + "Fiat sent - In chatroom": "\u6cd5\u5e63\u5df2\u767c\u9001 - \u5728\u804a\u5929\u5ba4\u5167", + "In dispute": "\u5728\u722d\u8b70\u4e2d", + "Collaboratively cancelled": "\u5df2\u5408\u4f5c\u53d6\u6d88", + "Sending satoshis to buyer": "\u6b63\u5728\u628a\u8070\u767c\u9001\u7d66\u8cb7\u65b9", + "Sucessful trade": "\u6210\u529f\u4ea4\u6613", + "Failed lightning network routing": "\u9583\u96fb\u7db2\u7d61\u8def\u7531\u5931\u6557", + "Wait for dispute resolution": "\u7b49\u5f85\u722d\u8b70\u89e3\u6c7a", + "Maker lost dispute": "\u639b\u55ae\u65b9\u722d\u8b70\u5931\u6557\u4e86", + "Taker lost dispute": "\u5403\u55ae\u65b9\u722d\u8b70\u5931\u6557\u4e86", + "Amount range": "\u91d1\u984d\u7bc4\u570d", + "Swap destination": "\u4ea4\u63db\u76ee\u7684\u5730", + "Accepted payment methods": "\u63a5\u53d7\u7684\u4ed8\u6b3e\u65b9\u6cd5", + "Others": "\u5176\u4ed6", + "{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - \u6ea2\u50f9: {{premium}}%", + "Price and Premium": "\u50f9\u683c\u548c\u6ea2\u50f9", + "Amount of Satoshis": "\u8070\u91d1\u984d", + "Premium over market price": "\u9ad8\u65bc\u5e02\u50f9\u7684\u6ea2\u50f9", + "Order ID": "\u8a02\u55ae ID", + "Deposit timer": "\u5b58\u6b3e\u8a08\u6642\u5668", + "Expires in": "\u5167\u5230\u671f", + "{{nickname}} is asking for a collaborative cancel": "{{nickname}} \u8981\u6c42\u5408\u4f5c\u53d6\u6d88", + "You asked for a collaborative cancellation": "\u4f60\u8981\u6c42\u4e86\u5408\u4f5c\u53d6\u6d88", + "Invoice expired. You did not confirm publishing the order in time. Make a new order.": "\u767c\u7968\u5230\u671f\u4e86\u3002\u4f60\u6c92\u6709\u53ca\u6642\u78ba\u8a8d\u516c\u4f48\u8a02\u55ae\u3002\u8acb\u5275\u5efa\u65b0\u8a02\u55ae\u3002", + "This order has been cancelled by the maker": "\u6b64\u8a02\u55ae\u88ab\u639b\u55ae\u65b9\u53d6\u6d88\u4e86", + "Invoice expired. You did not confirm taking the order in time.": "\u767c\u7968\u5230\u671f\u4e86\u3002\u4f60\u6c92\u6709\u53ca\u6642\u78ba\u8a8d\u5403\u55ae\u3002", + "Penalty lifted, good to go!": "\u7f70\u55ae\u5df2\u89e3\u9664\uff0c \u6c92\u554f\u984c\u4e86\uff01", + "You cannot take an order yet! Wait {{timeMin}}m {{timeSec}}s": "\u4f60\u66ab\u6642\u9084\u4e0d\u80fd\u5403\u55ae\uff01\u8acb\u7b49{{timeMin}}\u5206 {{timeSec}}\u79d2", + "Too low": "\u592a\u4f4e", + "Too high": "\u592a\u9ad8", + "Enter amount of fiat to exchange for bitcoin": "\u8f38\u5165\u4ee5\u514c\u63db\u6bd4\u7279\u5e63\u7684\u6cd5\u5e63\u91d1\u984d", + "Amount {{currencyCode}}": "{{currencyCode}} \u91d1\u984d", + "You must specify an amount first": "\u4f60\u5fc5\u9808\u5148\u6307\u5b9a\u91d1\u984d", + "Take Order": "\u5403\u55ae", + "Wait until you can take an order": "\u8acb\u7b49\u5230\u53ef\u4ee5\u5403\u55ae", + "Cancel the order?": "\u53d6\u6d88\u8a02\u55ae\uff1f", + "If the order is cancelled now you will lose your bond.": "\u5982\u679c\u73fe\u5728\u53d6\u6d88\u8a02\u55ae\uff0c\u4f60\u5c07\u5931\u53bb\u4fdd\u8b49\u91d1\u3002", + "Confirm Cancel": "\u78ba\u8a8d\u53d6\u6d88", + "The maker is away": "\u639b\u55ae\u65b9\u96e2\u7dda", + "By taking this order you risk wasting your time. If the maker does not proceed in time, you will be compensated in satoshis for 50% of the maker bond.": "\u63a5\u53d7\u6b64\u8a02\u55ae\u53ef\u80fd\u6703\u6d6a\u8cbb\u4f60\u7684\u6642\u9593\u3002\u5982\u679c\u639b\u55ae\u65b9\u672a\u53ca\u6642\u97ff\u61c9\uff0c\u4f60\u5c07\u7372\u5f97\u639b\u55ae\u65b9\u4fdd\u8b49\u91d1\u768450%\u7684\u88dc\u511f\u3002", + "Collaborative cancel the order?": "\u5408\u4f5c\u53d6\u6d88\u8a02\u55ae\uff1f", + "The trade escrow has been posted. The order can be cancelled only if both, maker and taker, agree to cancel.": "\u4ea4\u6613\u8a17\u7ba1\u5df2\u767c\u5e03\u3002\u53ea\u6709\u7576\u639b\u55ae\u65b9\u548c\u5403\u55ae\u65b9\u90fd\u540c\u610f\u53d6\u6d88\u6642\uff0c\u624d\u80fd\u53d6\u6d88\u8a02\u55ae\u3002", + "Ask for Cancel": "\u8981\u6c42\u53d6\u6d88", + "Cancel": "\u53d6\u6d88", + "Collaborative Cancel": "\u5408\u4f5c\u53d6\u6d88", + "Invalid Order Id": "\u7121\u6548\u8a02\u55ae Id", + "You must have a robot avatar to see the order details": "\u4f60\u5fc5\u9808\u6709\u6a5f\u5668\u4eba\u982d\u50cf\u624d\u80fd\u770b\u5230\u8a02\u55ae\u8a73\u60c5", + "This order has been cancelled collaborativelly": "\u6b64\u8a02\u55ae\u5df2\u88ab\u5408\u4f5c\u53d6\u6d88", + "This order is not available": "\u6b64\u8a02\u55ae\u4e0d\u53ef\u7528", + "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "\u5728\u5009\u5eab\u5de5\u4f5c\u7684\u6a5f\u5668\u4eba Satoshis \u6c92\u61c2\u4f60\u7684\u610f\u601d\u3002\u8acb\u5728 Github \u4e0a\u586b\u5beb Bug \u554f\u984c https://github.com/reckless-satoshi/robosats/issues", "WebLN": "WebLN", - "Payment not received, please check your WebLN wallet.": "沒有收到付款,請查看你的 WebLN 錢包。", - "Invoice not received, please check your WebLN wallet.": "沒有收到發票,請查看你的 WebLN 錢包。", - "Payment detected, you can close now your WebLN wallet popup.": "已檢測到付款,你現在可以關閉你的 WebLN 錢包彈出窗口。 ", - + "Payment not received, please check your WebLN wallet.": "\u6c92\u6709\u6536\u5230\u4ed8\u6b3e\uff0c\u8acb\u67e5\u770b\u4f60\u7684 WebLN \u9322\u5305\u3002", + "Invoice not received, please check your WebLN wallet.": "\u6c92\u6709\u6536\u5230\u767c\u7968\uff0c\u8acb\u67e5\u770b\u4f60\u7684 WebLN \u9322\u5305\u3002", + "Payment detected, you can close now your WebLN wallet popup.": "\u5df2\u6aa2\u6e2c\u5230\u4ed8\u6b3e\uff0c\u4f60\u73fe\u5728\u53ef\u4ee5\u95dc\u9589\u4f60\u7684 WebLN \u9322\u5305\u5f48\u51fa\u7a97\u53e3\u3002 ", "CHAT BOX - Chat.js": "Chat Box", - "You": "你", - "Peer": "對等方", - "connected": "在線", - "disconnected": "離線", - "Type a message": "鍵入消息", - "Connecting...": "正在連線。。。", - "Send": "傳送", - "Verify your privacy": "驗證你的隱私", - "Audit PGP": "審計 PGP", - "Save full log as a JSON file (messages and credentials)": "將全記錄檔保存為 JSON 文件(消息和憑據)", - "Export": "導出", - "Don't trust, verify": "不要信,去验证", - "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "你的通信是以 OpenPGP 完成端對端加密的。你可以使用任何基於 OpenPGP 標準的工具來驗證此聊天的隱私性。", - "Learn how to verify": "學習如何驗證", - "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "你的 PGP 公鑰。你的對等方用它來加密只有你能閱讀的消息。", - "Your public key": "你的公鑰", - "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "你的對等方的 PGP 公鑰。你使用它來加密只有你的對等方才能閱讀的消息,並驗證你的對等方簽署的傳入消息。", - "Peer public key": "對等方的公鑰", - "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "你的加密的私鑰。 你使用它來解密你的對等方為你加密的消息。 你還可以使用它來簽署你發送的消息。", - "Your encrypted private key": "你的加密的私鑰", - "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "用來解密你的私鑰的密碼。只有你自己知道!千萬不要分享。也是你的機器人領牌。", - "Your private key passphrase (keep secure!)": "你的私鑰密碼 (請安全存放!)", - "Save credentials as a JSON file": "將憑據保存為 JSON 文件", - "Keys": "鑰匙", - "Save messages as a JSON file": "將消息保存為 JSON 文件", - "Messages": "消息", - "Verified signature by {{nickname}}": "驗證了 {{nickname}} 的簽名", - "Cannot verify signature of {{nickname}}": "無法驗證 {{nickname}} 的簽名", - + "You": "\u4f60", + "Peer": "\u5c0d\u7b49\u65b9", + "connected": "\u5728\u7dda", + "disconnected": "\u96e2\u7dda", + "Type a message": "\u9375\u5165\u6d88\u606f", + "Connecting...": "\u6b63\u5728\u9023\u7dda\u3002\u3002\u3002", + "Send": "\u50b3\u9001", + "Verify your privacy": "\u9a57\u8b49\u4f60\u7684\u96b1\u79c1", + "Audit PGP": "\u5be9\u8a08 PGP", + "Save full log as a JSON file (messages and credentials)": "\u5c07\u5168\u8a18\u9304\u6a94\u4fdd\u5b58\u70ba JSON \u6587\u4ef6\uff08\u6d88\u606f\u548c\u6191\u64da\uff09", + "Export": "\u5c0e\u51fa", + "Don't trust, verify": "\u4e0d\u8981\u4fe1\uff0c\u53bb\u9a8c\u8bc1", + "Your communication is end-to-end encrypted with OpenPGP. You can verify the privacy of this chat using any tool based on the OpenPGP standard.": "\u4f60\u7684\u901a\u4fe1\u662f\u4ee5 OpenPGP \u5b8c\u6210\u7aef\u5c0d\u7aef\u52a0\u5bc6\u7684\u3002\u4f60\u53ef\u4ee5\u4f7f\u7528\u4efb\u4f55\u57fa\u65bc OpenPGP \u6a19\u6e96\u7684\u5de5\u5177\u4f86\u9a57\u8b49\u6b64\u804a\u5929\u7684\u96b1\u79c1\u6027\u3002", + "Learn how to verify": "\u5b78\u7fd2\u5982\u4f55\u9a57\u8b49", + "Your PGP public key. Your peer uses it to encrypt messages only you can read.": "\u4f60\u7684 PGP \u516c\u9470\u3002\u4f60\u7684\u5c0d\u7b49\u65b9\u7528\u5b83\u4f86\u52a0\u5bc6\u53ea\u6709\u4f60\u80fd\u95b1\u8b80\u7684\u6d88\u606f\u3002", + "Your public key": "\u4f60\u7684\u516c\u9470", + "Your peer PGP public key. You use it to encrypt messages only he can read and to verify your peer signed the incoming messages.": "\u4f60\u7684\u5c0d\u7b49\u65b9\u7684 PGP \u516c\u9470\u3002\u4f60\u4f7f\u7528\u5b83\u4f86\u52a0\u5bc6\u53ea\u6709\u4f60\u7684\u5c0d\u7b49\u65b9\u624d\u80fd\u95b1\u8b80\u7684\u6d88\u606f\uff0c\u4e26\u9a57\u8b49\u4f60\u7684\u5c0d\u7b49\u65b9\u7c3d\u7f72\u7684\u50b3\u5165\u6d88\u606f\u3002", + "Peer public key": "\u5c0d\u7b49\u65b9\u7684\u516c\u9470", + "Your encrypted private key. You use it to decrypt the messages that your peer encrypted for you. You also use it to sign the messages you send.": "\u4f60\u7684\u52a0\u5bc6\u7684\u79c1\u9470\u3002 \u4f60\u4f7f\u7528\u5b83\u4f86\u89e3\u5bc6\u4f60\u7684\u5c0d\u7b49\u65b9\u70ba\u4f60\u52a0\u5bc6\u7684\u6d88\u606f\u3002 \u4f60\u9084\u53ef\u4ee5\u4f7f\u7528\u5b83\u4f86\u7c3d\u7f72\u4f60\u767c\u9001\u7684\u6d88\u606f\u3002", + "Your encrypted private key": "\u4f60\u7684\u52a0\u5bc6\u7684\u79c1\u9470", + "The passphrase to decrypt your private key. Only you know it! Do not share. It is also your robot token.": "\u7528\u4f86\u89e3\u5bc6\u4f60\u7684\u79c1\u9470\u7684\u5bc6\u78bc\u3002\u53ea\u6709\u4f60\u81ea\u5df1\u77e5\u9053\uff01\u5343\u842c\u4e0d\u8981\u5206\u4eab\u3002\u4e5f\u662f\u4f60\u7684\u6a5f\u5668\u4eba\u9818\u724c\u3002", + "Your private key passphrase (keep secure!)": "\u4f60\u7684\u79c1\u9470\u5bc6\u78bc (\u8acb\u5b89\u5168\u5b58\u653e\uff01\uff09", + "Save credentials as a JSON file": "\u5c07\u6191\u64da\u4fdd\u5b58\u70ba JSON \u6587\u4ef6", + "Keys": "\u9470\u5319", + "Save messages as a JSON file": "\u5c07\u6d88\u606f\u4fdd\u5b58\u70ba JSON \u6587\u4ef6", + "Messages": "\u6d88\u606f", + "Verified signature by {{nickname}}": "\u9a57\u8b49\u4e86 {{nickname}} \u7684\u7c3d\u540d", + "Cannot verify signature of {{nickname}}": "\u7121\u6cd5\u9a57\u8b49 {{nickname}} \u7684\u7c3d\u540d", "CONTRACT BOX - TradeBox.js": "The Contract Box that guides users trough the whole trade pipeline", - "Contract Box": "合約框", - "Robots show commitment to their peers": "機器人對他們的夥伴們是講信用的", - "Lock {{amountSats}} Sats to PUBLISH order": "鎖入 {{amountSats}} 聰以發布訂單", - "Lock {{amountSats}} Sats to TAKE order": "鎖入 {{amountSats}} 聰以接受訂單", - "Lock {{amountSats}} Sats as collateral": "鎖入 {{amountSats}} 聰為抵押", - "Copy to clipboard": "複製到剪貼板", - "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "這是一張 hold 發票,它會在你的錢包內凍結。只有當你取消或爭議失败的時候才會被收取。", - "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "這是一張 hold 發票,它會在你的錢包內凍結。當你確認收到 {{currencyCode}} 後它會被釋放給買方。", - "Your maker bond is locked": "你的掛單方保證金已鎖定", - "Your taker bond is locked": "你的吃單方保證金已鎖定", - "Your maker bond was settled": "你的掛單方保證金已結算", - "Your taker bond was settled": "你的吃單方保證金已結算", - "Your maker bond was unlocked": "你的掛單方保證金已解鎖", - "Your taker bond was unlocked": "你的吃單方保證金已解鎖", - "Your order is public": "你的訂單已發佈", - "Be patient while robots check the book. This box will ring 🔊 once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "機器人檢查訂單簿時請耐心等待。一旦機器人接受你的訂單,這個對話就會響起🔊。之後你有 {{deposit_timer_hours}}時 {{deposit_timer_minutes}}分可以回答。如果你不回答,你有失去保證金的風險。", - "If the order expires untaken, your bond will return to you (no action needed).": "如果訂單到期前未執行,你的保證金將退還給你(無需採取任何行動)。", - "Enable Telegram Notifications": "開啟 Telegram 通知", - "Enable TG Notifications": "開啟 TG 通知", - "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "你將被帶到與 RoboSats Telegram Bot 的對話中。只需打開聊天並按開始。請注意,通過啟用 Telegram 通知,你可能會降低匿名程度。", - "Go back": "返回", - "Enable": "開啟", - "Telegram enabled": "Telegram 已開啟", - "Public orders for {{currencyCode}}": "{{currencyCode}} 的公開訂單", - "Premium rank": "溢價排行", - "Among public {{currencyCode}} orders (higher is cheaper)": "在公開的 {{currencyCode}} 訂單中(越高排位越便宜)", - "A taker has been found!": "已找到吃單方!", - "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "請等待吃單方鎖定保證金。如果吃單方沒有及時鎖定保證金,訂單將再次公開。", - "Payout Lightning Invoice": "閃電支付發票", - "Your info looks good!": "你的信息看起來沒錯!", - "We are waiting for the seller to lock the trade amount.": "我們正在等待賣方鎖定交易金額。", - "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "請稍等片刻。如果賣方不存款,你將自動取回保證金。此外,你將獲得補償(查看你個人資料中的獎勵)。", - "The trade collateral is locked!": "交易抵押已鎖定!", - "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "我們正在等待買方發布閃電發票。 一旦發布,你將能夠直接溝通法幣付款詳情。", - "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "請稍等片刻。如果買方不配合,你將自動取回交易抵押和保證金。此外,你將獲得補償(查看你個人資料中的獎勵)。", - "Confirm {{amount}} {{currencyCode}} sent": "確認已發送 {{amount}} {{currencyCode}}", - "Confirm {{amount}} {{currencyCode}} received": "確認已收到 {{amount}} {{currencyCode}}", - "Open Dispute": "開始爭議", - "The order has expired": "訂單已到期", - "Chat with the buyer": "與買方聊天", - "Chat with the seller": "與賣方聊天", - "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "打個招呼!請保持你的回答有用且簡潔。讓他們知道如何向你發送 {{amount}} {{currencyCode}}。", - "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "買方已發送法幣。當你收到時請點‘確認收到’。", - "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "打個招呼!要求付款詳情並在付款發送後立即點擊‘確認已發送’。", - "Wait for the seller to confirm he has received the payment.": "等待賣方確認他已收到付款。", - "Confirm you received {{amount}} {{currencyCode}}?": "確認你已收到 {{amount}} {{currencyCode}}?", - "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "通過確認你已收到法幣將完成交易。託管中的聰將被釋放給買方。只有在確認 {{amount}} {{currencyCode}} 已到達你的賬戶後才確認收款。此外,如果你已收到付款但是不確認收款的話,你有失去你的保證金的風險。", - "Confirm": "確認", - "Trade finished!": "交易結束了!", - "rate_robosats": "你覺得 <1>RoboSats 怎麼樣?", - "Thank you! RoboSats loves you too ❤️": "謝謝! RoboSats 也愛你 ❤️", - "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats 會隨著更多的流動性和更高的用戶数量而變得更好。把 RoboSats 推薦給你的比特幣朋友吧!", - "Thank you for using Robosats!": "感謝你使用 Robosats!", - "let_us_know_hot_to_improve": "讓我們知道如何改進 (<1>Telegram / <3>Github)", - "Start Again": "重新開始", - "Attempting Lightning Payment": "正在嘗試閃電支付", - "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats 正在嘗試支付你的閃電發票。請注意,閃電節點必須在線才能接收付款。", - "Retrying!": "重試中!", - "Lightning Routing Failed": "閃電路由失敗", - "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "你的發票已到期或已進行超過 3 次付款嘗試。提交一張新的發票。", - "Check the list of compatible wallets": "查看兼容錢包列表", - "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats 將嘗試支付你的發票 3 次,每次嘗試間隔 1 分鐘。如果它一再失敗,你將能夠提交新的發票。檢查你是否有足夠的入站流動性。請注意,閃電節點必須在線才能接收付款。", - "Next attempt in": "下一次嘗試", - "Do you want to open a dispute?": "你想開始爭議嗎?", - "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "RoboSats 工作人員將檢查所提供的聲明和證據。你需要建立一個完整的案例,因為工作人員無法閱讀聊天內容。最好在你的聲明中提供拋棄式的聯繫方式。交易託管中的聰將被發送給爭議獲勝者,而爭議失敗者將失去保證金。", - "Disagree": "不同意", - "Agree and open dispute": "同意並開始爭議", - "A dispute has been opened": "爭議已開始", - "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "請提交你的聲明。清楚具體地說明發生了什麼,並提供必要的證據。你必須提供聯繫方式:拋棄式電子郵件、XMPP 或 Telegram 用戶名以跟工作人員聯絡。爭議由真的機器人(亦称真人)自行解決,因此請盡可能提供幫助以確保公平的結果。最多 5000 字符。", - "Submit dispute statement": "提交爭議聲明", - "We have received your statement": "我們收到了你的聲明", - "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "我們在等待你的交易對等方提交聲明。如果你對爭議的狀態有疑問或想要添加信息,請聯繫robosats@protonmail.com。", - "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "請保存識別你的訂單和付款所需的信息:訂單 ID; 保證金或託管的支付散列值(查看你的閃電錢包);聰的確切金額;和機器人暱稱。 你必須通過電子郵件(或其他聯繫方式)表明自己是參與此交易的用戶。", - "We have the statements": "我們已收到雙方的聲明", - "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "雙方聲明均已收到,請等待工作人員解決爭議。如果你對爭議的狀態有疑問或想要添加信息,請聯繫robosats@protonmail.com。如果你沒有提供聯繫方式,或者不確定你是否正確填寫了信息,請立即聯繫我們。", - "You have won the dispute": "你贏得了爭議", - "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "你可以從你的個人資料下的獎勵中索取解決爭議的金額(託管和保證金)。如果工作人員可以提供任何幫助,請隨時聯繫 robosats@protonmail.com(或通過你提供的拋棄式聯繫方式)。", - "You have lost the dispute": "你的爭議失敗了", - "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "你的爭議不幸地失敗了。如果你認為這是個錯誤,你可以通過電子郵件向 robosats@protonmail.com 要求重新打開此案例。但是,再次調查的可能性很小。", - "Expired not taken": "已到期並未吃單", - "Maker bond not locked": "掛單方保證金未鎖定", - "Escrow not locked": "託管未鎖定", - "Invoice not submitted": "未提交發票", - "Neither escrow locked or invoice submitted": "既未鎖定託管,也未提交發票", - "Renew Order": "延續訂單", - "Pause the public order": "暫停公開訂單", - "Your order is paused": "你的訂單已暫停", - "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "你的公開訂單已暫停。目前其他機器人無法看到或接受你的訂單。你隨時可以選擇取消暫停。", - "Unpause Order": "取消暫停訂單", - "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "如果不鎖定抵押,你有失去保證金的風險。剩餘時間為 {{deposit_timer_hours}}時 {{deposit_timer_minutes}}分。", - "See Compatible Wallets": "查看兼容錢包列表", - "Failure reason:": "失敗原因:", - "Payment isn't failed (yet)": "付款(還)沒有失敗", - "There are more routes to try, but the payment timeout was exceeded.": "有更多路線可以嘗試,但超過了支付超時時間。", - "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "已嘗試所有可能的路線並且永久性失敗。或者根本沒有通往目的地的路線。", - "A non-recoverable error has occurred.": "發生了一個無法恢復的錯誤。", - "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "支付詳情錯誤 (未知散列值、不可用金額或 invalid final CLTV delta)。", - "Insufficient unlocked balance in RoboSats' node.": "RoboSats 的節點上解鎖的餘額不足。", - "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "提交的發票只有昂貴的路由提示,你使用的是不兼容的錢包(可能是 Muun?)。查看 wallets.robosats.com 上的錢包兼容性指南。", - "The invoice provided has no explicit amount": "所提供的發票沒有明確的金額", - "Does not look like a valid lightning invoice": "看起來不像是有效的閃電發票", - "The invoice provided has already expired": "提供的發票已經到期", - "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "確保導出聊天記錄。工作人員可能會請求你提供所導出的聊天紀錄 JSON 以解決差異。存儲紀錄是你的責任。", - "Invalid address": "地址無效", - "Unable to validate address, check bitcoind backend": "無法驗證地址,請檢查 bitcoind 後端", - "Submit payout info for {{amountSats}} Sats": "提交 {{amountSats}} 聰的支付信息", - "Submit a valid invoice for {{amountSats}} Satoshis.": "提交 {{amountSats}} 聰的有效發票。", - "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "在讓你發送 {{amountFiat}} {{currencyCode}} 之前,我們想確認你能夠收到比特幣。", - "RoboSats will do a swap and send the Sats to your onchain address.": "RoboSats 會做一個交換並把聰發送到你的鏈上地址。", - "Swap fee": "交換費", - "Mining fee": "挖礦費", - "Mining Fee": "挖礦費", - "Final amount you will receive": "你將收到的最終金額", - "Bitcoin Address": "比特幣地址", - "Your TXID": "你的 TXID", - "Lightning": "閃電", - "Onchain": "鏈上", - "open_dispute": "要開始爭議的話需要等 <1><1/>", - "Trade Summary": "交易概括", - "Maker": "掛單方", - "Taker": "吃單方", - "User role": "用戶角色", - "Sent": "已發送", - "Received": "已收到", - "BTC received": "已收到比特幣", - "BTC sent": "已發送比特幣", - "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} 聰 ({{tradeFeePercent}}%)", - "Trade fee": "交易費", - "{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} 聰 ({{swapFeePercent}}%)", - "Onchain swap fee": "鏈上交換費", - "{{miningFeeSats}} Sats": "{{miningFeeSats}} 聰", - "{{bondSats}} Sats ({{bondPercent}}%)": "{{bondSats}} 聰 ({{bondPercent}}%)", - "Maker bond": "掛單方保證金", - "Taker bond": "吃單方保證金", - "Unlocked": "已解鎖", - "{{revenueSats}} Sats": "{{revenueSats}} 聰", - "Platform trade revenue": "平台交易收入", - "{{routingFeeSats}} MiliSats": "{{routingFeeSats}} 毫聰", - "Platform covered routing fee": "平台承擔的路由費", - "Timestamp": "時間戳", - "Completed in": "內完成", - "Contract exchange rate": "合約交易率", - + "Contract Box": "\u5408\u7d04\u6846", + "Robots show commitment to their peers": "\u6a5f\u5668\u4eba\u5c0d\u4ed6\u5011\u7684\u5925\u4f34\u5011\u662f\u8b1b\u4fe1\u7528\u7684", + "Lock {{amountSats}} Sats to PUBLISH order": "\u9396\u5165 {{amountSats}} \u8070\u4ee5\u767c\u5e03\u8a02\u55ae", + "Lock {{amountSats}} Sats to TAKE order": "\u9396\u5165 {{amountSats}} \u8070\u4ee5\u63a5\u53d7\u8a02\u55ae", + "Lock {{amountSats}} Sats as collateral": "\u9396\u5165 {{amountSats}} \u8070\u70ba\u62b5\u62bc", + "Copy to clipboard": "\u8907\u88fd\u5230\u526a\u8cbc\u677f", + "This is a hold invoice, it will freeze in your wallet. It will be charged only if you cancel or lose a dispute.": "\u9019\u662f\u4e00\u5f35 hold \u767c\u7968\uff0c\u5b83\u6703\u5728\u4f60\u7684\u9322\u5305\u5167\u51cd\u7d50\u3002\u53ea\u6709\u7576\u4f60\u53d6\u6d88\u6216\u722d\u8b70\u5931\u8d25\u7684\u6642\u5019\u624d\u6703\u88ab\u6536\u53d6\u3002", + "This is a hold invoice, it will freeze in your wallet. It will be released to the buyer once you confirm to have received the {{currencyCode}}.": "\u9019\u662f\u4e00\u5f35 hold \u767c\u7968\uff0c\u5b83\u6703\u5728\u4f60\u7684\u9322\u5305\u5167\u51cd\u7d50\u3002\u7576\u4f60\u78ba\u8a8d\u6536\u5230 {{currencyCode}} \u5f8c\u5b83\u6703\u88ab\u91cb\u653e\u7d66\u8cb7\u65b9\u3002", + "Your maker bond is locked": "\u4f60\u7684\u639b\u55ae\u65b9\u4fdd\u8b49\u91d1\u5df2\u9396\u5b9a", + "Your taker bond is locked": "\u4f60\u7684\u5403\u55ae\u65b9\u4fdd\u8b49\u91d1\u5df2\u9396\u5b9a", + "Your maker bond was settled": "\u4f60\u7684\u639b\u55ae\u65b9\u4fdd\u8b49\u91d1\u5df2\u7d50\u7b97", + "Your taker bond was settled": "\u4f60\u7684\u5403\u55ae\u65b9\u4fdd\u8b49\u91d1\u5df2\u7d50\u7b97", + "Your maker bond was unlocked": "\u4f60\u7684\u639b\u55ae\u65b9\u4fdd\u8b49\u91d1\u5df2\u89e3\u9396", + "Your taker bond was unlocked": "\u4f60\u7684\u5403\u55ae\u65b9\u4fdd\u8b49\u91d1\u5df2\u89e3\u9396", + "Your order is public": "\u4f60\u7684\u8a02\u55ae\u5df2\u767c\u4f48", + "Be patient while robots check the book. This box will ring \ud83d\udd0a once a robot takes your order, then you will have {{deposit_timer_hours}}h {{deposit_timer_minutes}}m to reply. If you do not reply, you risk losing your bond.": "\u6a5f\u5668\u4eba\u6aa2\u67e5\u8a02\u55ae\u7c3f\u6642\u8acb\u8010\u5fc3\u7b49\u5f85\u3002\u4e00\u65e6\u6a5f\u5668\u4eba\u63a5\u53d7\u4f60\u7684\u8a02\u55ae\uff0c\u9019\u500b\u5c0d\u8a71\u5c31\u6703\u97ff\u8d77\ud83d\udd0a\u3002\u4e4b\u5f8c\u4f60\u6709 {{deposit_timer_hours}}\u6642 {{deposit_timer_minutes}}\u5206\u53ef\u4ee5\u56de\u7b54\u3002\u5982\u679c\u4f60\u4e0d\u56de\u7b54\uff0c\u4f60\u6709\u5931\u53bb\u4fdd\u8b49\u91d1\u7684\u98a8\u96aa\u3002", + "If the order expires untaken, your bond will return to you (no action needed).": "\u5982\u679c\u8a02\u55ae\u5230\u671f\u524d\u672a\u57f7\u884c\uff0c\u4f60\u7684\u4fdd\u8b49\u91d1\u5c07\u9000\u9084\u7d66\u4f60\uff08\u7121\u9700\u63a1\u53d6\u4efb\u4f55\u884c\u52d5\uff09\u3002", + "Enable Telegram Notifications": "\u958b\u555f Telegram \u901a\u77e5", + "Enable TG Notifications": "\u958b\u555f TG \u901a\u77e5", + "You will be taken to a conversation with RoboSats telegram bot. Simply open the chat and press Start. Note that by enabling telegram notifications you might lower your level of anonymity.": "\u4f60\u5c07\u88ab\u5e36\u5230\u8207 RoboSats Telegram Bot \u7684\u5c0d\u8a71\u4e2d\u3002\u53ea\u9700\u6253\u958b\u804a\u5929\u4e26\u6309\u958b\u59cb\u3002\u8acb\u6ce8\u610f\uff0c\u901a\u904e\u555f\u7528 Telegram \u901a\u77e5\uff0c\u4f60\u53ef\u80fd\u6703\u964d\u4f4e\u533f\u540d\u7a0b\u5ea6\u3002", + "Go back": "\u8fd4\u56de", + "Enable": "\u958b\u555f", + "Telegram enabled": "Telegram \u5df2\u958b\u555f", + "Public orders for {{currencyCode}}": "{{currencyCode}} \u7684\u516c\u958b\u8a02\u55ae", + "Premium rank": "\u6ea2\u50f9\u6392\u884c", + "Among public {{currencyCode}} orders (higher is cheaper)": "\u5728\u516c\u958b\u7684 {{currencyCode}} \u8a02\u55ae\u4e2d\uff08\u8d8a\u9ad8\u6392\u4f4d\u8d8a\u4fbf\u5b9c\uff09", + "A taker has been found!": "\u5df2\u627e\u5230\u5403\u55ae\u65b9\uff01", + "Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "\u8acb\u7b49\u5f85\u5403\u55ae\u65b9\u9396\u5b9a\u4fdd\u8b49\u91d1\u3002\u5982\u679c\u5403\u55ae\u65b9\u6c92\u6709\u53ca\u6642\u9396\u5b9a\u4fdd\u8b49\u91d1\uff0c\u8a02\u55ae\u5c07\u518d\u6b21\u516c\u958b\u3002", + "Payout Lightning Invoice": "\u9583\u96fb\u652f\u4ed8\u767c\u7968", + "Your info looks good!": "\u4f60\u7684\u4fe1\u606f\u770b\u8d77\u4f86\u6c92\u932f!", + "We are waiting for the seller to lock the trade amount.": "\u6211\u5011\u6b63\u5728\u7b49\u5f85\u8ce3\u65b9\u9396\u5b9a\u4ea4\u6613\u91d1\u984d\u3002", + "Just hang on for a moment. If the seller does not deposit, you will get your bond back automatically. In addition, you will receive a compensation (check the rewards in your profile).": "\u8acb\u7a0d\u7b49\u7247\u523b\u3002\u5982\u679c\u8ce3\u65b9\u4e0d\u5b58\u6b3e\uff0c\u4f60\u5c07\u81ea\u52d5\u53d6\u56de\u4fdd\u8b49\u91d1\u3002\u6b64\u5916\uff0c\u4f60\u5c07\u7372\u5f97\u88dc\u511f\uff08\u67e5\u770b\u4f60\u500b\u4eba\u8cc7\u6599\u4e2d\u7684\u734e\u52f5\uff09\u3002", + "The trade collateral is locked!": "\u4ea4\u6613\u62b5\u62bc\u5df2\u9396\u5b9a\uff01", + "We are waiting for the buyer to post a lightning invoice. Once he does, you will be able to directly communicate the fiat payment details.": "\u6211\u5011\u6b63\u5728\u7b49\u5f85\u8cb7\u65b9\u767c\u5e03\u9583\u96fb\u767c\u7968\u3002 \u4e00\u65e6\u767c\u5e03\uff0c\u4f60\u5c07\u80fd\u5920\u76f4\u63a5\u6e9d\u901a\u6cd5\u5e63\u4ed8\u6b3e\u8a73\u60c5\u3002", + "Just hang on for a moment. If the buyer does not cooperate, you will get back the trade collateral and your bond automatically. In addition, you will receive a compensation (check the rewards in your profile).": "\u8acb\u7a0d\u7b49\u7247\u523b\u3002\u5982\u679c\u8cb7\u65b9\u4e0d\u914d\u5408\uff0c\u4f60\u5c07\u81ea\u52d5\u53d6\u56de\u4ea4\u6613\u62b5\u62bc\u548c\u4fdd\u8b49\u91d1\u3002\u6b64\u5916\uff0c\u4f60\u5c07\u7372\u5f97\u88dc\u511f\uff08\u67e5\u770b\u4f60\u500b\u4eba\u8cc7\u6599\u4e2d\u7684\u734e\u52f5\uff09\u3002", + "Confirm {{amount}} {{currencyCode}} sent": "\u78ba\u8a8d\u5df2\u767c\u9001 {{amount}} {{currencyCode}}", + "Confirm {{amount}} {{currencyCode}} received": "\u78ba\u8a8d\u5df2\u6536\u5230 {{amount}} {{currencyCode}}", + "Open Dispute": "\u958b\u59cb\u722d\u8b70", + "The order has expired": "\u8a02\u55ae\u5df2\u5230\u671f", + "Chat with the buyer": "\u8207\u8cb7\u65b9\u804a\u5929", + "Chat with the seller": "\u8207\u8ce3\u65b9\u804a\u5929", + "Say hi! Be helpful and concise. Let them know how to send you {{amount}} {{currencyCode}}.": "\u6253\u500b\u62db\u547c\uff01\u8acb\u4fdd\u6301\u4f60\u7684\u56de\u7b54\u6709\u7528\u4e14\u7c21\u6f54\u3002\u8b93\u4ed6\u5011\u77e5\u9053\u5982\u4f55\u5411\u4f60\u767c\u9001 {{amount}} {{currencyCode}}\u3002", + "The buyer has sent the fiat. Click 'Confirm Received' once you receive it.": "\u8cb7\u65b9\u5df2\u767c\u9001\u6cd5\u5e63\u3002\u7576\u4f60\u6536\u5230\u6642\u8acb\u9ede\u2018\u78ba\u8a8d\u6536\u5230\u2019\u3002", + "Say hi! Ask for payment details and click 'Confirm Sent' as soon as the payment is sent.": "\u6253\u500b\u62db\u547c\uff01\u8981\u6c42\u4ed8\u6b3e\u8a73\u60c5\u4e26\u5728\u4ed8\u6b3e\u767c\u9001\u5f8c\u7acb\u5373\u9ede\u64ca\u2018\u78ba\u8a8d\u5df2\u767c\u9001\u2019\u3002", + "Wait for the seller to confirm he has received the payment.": "\u7b49\u5f85\u8ce3\u65b9\u78ba\u8a8d\u4ed6\u5df2\u6536\u5230\u4ed8\u6b3e\u3002", + "Confirm you received {{amount}} {{currencyCode}}?": "\u78ba\u8a8d\u4f60\u5df2\u6536\u5230 {{amount}} {{currencyCode}}\uff1f", + "Confirming that you received the fiat will finalize the trade. The satoshis in the escrow will be released to the buyer. Only confirm after the {{amount}} {{currencyCode}} have arrived to your account. In addition, if you have received the payment and do not confirm it, you risk losing your bond.": "\u901a\u904e\u78ba\u8a8d\u4f60\u5df2\u6536\u5230\u6cd5\u5e63\u5c07\u5b8c\u6210\u4ea4\u6613\u3002\u8a17\u7ba1\u4e2d\u7684\u8070\u5c07\u88ab\u91cb\u653e\u7d66\u8cb7\u65b9\u3002\u53ea\u6709\u5728\u78ba\u8a8d {{amount}} {{currencyCode}} \u5df2\u5230\u9054\u4f60\u7684\u8cec\u6236\u5f8c\u624d\u78ba\u8a8d\u6536\u6b3e\u3002\u6b64\u5916\uff0c\u5982\u679c\u4f60\u5df2\u6536\u5230\u4ed8\u6b3e\u4f46\u662f\u4e0d\u78ba\u8a8d\u6536\u6b3e\u7684\u8a71\uff0c\u4f60\u6709\u5931\u53bb\u4f60\u7684\u4fdd\u8b49\u91d1\u7684\u98a8\u96aa\u3002", + "Confirm": "\u78ba\u8a8d", + "Trade finished!": "\u4ea4\u6613\u7d50\u675f\u4e86!", + "rate_robosats": "\u4f60\u89ba\u5f97 <1>RoboSats \u600e\u9ebc\u6a23\uff1f", + "Thank you! RoboSats loves you too \u2764\ufe0f": "\u8b1d\u8b1d! RoboSats \u4e5f\u611b\u4f60 \u2764\ufe0f", + "RoboSats gets better with more liquidity and users. Tell a bitcoiner friend about Robosats!": "RoboSats \u6703\u96a8\u8457\u66f4\u591a\u7684\u6d41\u52d5\u6027\u548c\u66f4\u9ad8\u7684\u7528\u6236\u6570\u91cf\u800c\u8b8a\u5f97\u66f4\u597d\u3002\u628a RoboSats \u63a8\u85a6\u7d66\u4f60\u7684\u6bd4\u7279\u5e63\u670b\u53cb\u5427\uff01", + "Thank you for using Robosats!": "\u611f\u8b1d\u4f60\u4f7f\u7528 Robosats!", + "let_us_know_hot_to_improve": "\u8b93\u6211\u5011\u77e5\u9053\u5982\u4f55\u6539\u9032 (<1>Telegram / <3>Github)", + "Start Again": "\u91cd\u65b0\u958b\u59cb", + "Attempting Lightning Payment": "\u6b63\u5728\u5617\u8a66\u9583\u96fb\u652f\u4ed8", + "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.": "RoboSats \u6b63\u5728\u5617\u8a66\u652f\u4ed8\u4f60\u7684\u9583\u96fb\u767c\u7968\u3002\u8acb\u6ce8\u610f\uff0c\u9583\u96fb\u7bc0\u9ede\u5fc5\u9808\u5728\u7dda\u624d\u80fd\u63a5\u6536\u4ed8\u6b3e\u3002", + "Retrying!": "\u91cd\u8a66\u4e2d\uff01", + "Lightning Routing Failed": "\u9583\u96fb\u8def\u7531\u5931\u6557", + "Your invoice has expired or more than 3 payment attempts have been made. Submit a new invoice.": "\u4f60\u7684\u767c\u7968\u5df2\u5230\u671f\u6216\u5df2\u9032\u884c\u8d85\u904e 3 \u6b21\u4ed8\u6b3e\u5617\u8a66\u3002\u63d0\u4ea4\u4e00\u5f35\u65b0\u7684\u767c\u7968\u3002", + "Check the list of compatible wallets": "\u67e5\u770b\u517c\u5bb9\u9322\u5305\u5217\u8868", + "RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.": "RoboSats \u5c07\u5617\u8a66\u652f\u4ed8\u4f60\u7684\u767c\u7968 3 \u6b21\uff0c\u6bcf\u6b21\u5617\u8a66\u9593\u9694 1 \u5206\u9418\u3002\u5982\u679c\u5b83\u4e00\u518d\u5931\u6557\uff0c\u4f60\u5c07\u80fd\u5920\u63d0\u4ea4\u65b0\u7684\u767c\u7968\u3002\u6aa2\u67e5\u4f60\u662f\u5426\u6709\u8db3\u5920\u7684\u5165\u7ad9\u6d41\u52d5\u6027\u3002\u8acb\u6ce8\u610f\uff0c\u9583\u96fb\u7bc0\u9ede\u5fc5\u9808\u5728\u7dda\u624d\u80fd\u63a5\u6536\u4ed8\u6b3e\u3002", + "Next attempt in": "\u4e0b\u4e00\u6b21\u5617\u8a66", + "Do you want to open a dispute?": "\u4f60\u60f3\u958b\u59cb\u722d\u8b70\u55ce\uff1f", + "The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.": "RoboSats \u5de5\u4f5c\u4eba\u54e1\u5c07\u6aa2\u67e5\u6240\u63d0\u4f9b\u7684\u8072\u660e\u548c\u8b49\u64da\u3002\u4f60\u9700\u8981\u5efa\u7acb\u4e00\u500b\u5b8c\u6574\u7684\u6848\u4f8b\uff0c\u56e0\u70ba\u5de5\u4f5c\u4eba\u54e1\u7121\u6cd5\u95b1\u8b80\u804a\u5929\u5167\u5bb9\u3002\u6700\u597d\u5728\u4f60\u7684\u8072\u660e\u4e2d\u63d0\u4f9b\u62cb\u68c4\u5f0f\u7684\u806f\u7e6b\u65b9\u5f0f\u3002\u4ea4\u6613\u8a17\u7ba1\u4e2d\u7684\u8070\u5c07\u88ab\u767c\u9001\u7d66\u722d\u8b70\u7372\u52dd\u8005\uff0c\u800c\u722d\u8b70\u5931\u6557\u8005\u5c07\u5931\u53bb\u4fdd\u8b49\u91d1\u3002", + "Disagree": "\u4e0d\u540c\u610f", + "Agree and open dispute": "\u540c\u610f\u4e26\u958b\u59cb\u722d\u8b70", + "A dispute has been opened": "\u722d\u8b70\u5df2\u958b\u59cb", + "Please, submit your statement. Be clear and specific about what happened and provide the necessary evidence. You MUST provide a contact method: burner email, XMPP or telegram username to follow up with the staff. Disputes are solved at the discretion of real robots (aka humans), so be as helpful as possible to ensure a fair outcome. Max 5000 chars.": "\u8acb\u63d0\u4ea4\u4f60\u7684\u8072\u660e\u3002\u6e05\u695a\u5177\u9ad4\u5730\u8aaa\u660e\u767c\u751f\u4e86\u4ec0\u9ebc\uff0c\u4e26\u63d0\u4f9b\u5fc5\u8981\u7684\u8b49\u64da\u3002\u4f60\u5fc5\u9808\u63d0\u4f9b\u806f\u7e6b\u65b9\u5f0f\uff1a\u62cb\u68c4\u5f0f\u96fb\u5b50\u90f5\u4ef6\u3001XMPP \u6216 Telegram \u7528\u6236\u540d\u4ee5\u8ddf\u5de5\u4f5c\u4eba\u54e1\u806f\u7d61\u3002\u722d\u8b70\u7531\u771f\u7684\u6a5f\u5668\u4eba\uff08\u4ea6\u79f0\u771f\u4eba\uff09\u81ea\u884c\u89e3\u6c7a\uff0c\u56e0\u6b64\u8acb\u76e1\u53ef\u80fd\u63d0\u4f9b\u5e6b\u52a9\u4ee5\u78ba\u4fdd\u516c\u5e73\u7684\u7d50\u679c\u3002\u6700\u591a 5000 \u5b57\u7b26\u3002", + "Submit dispute statement": "\u63d0\u4ea4\u722d\u8b70\u8072\u660e", + "We have received your statement": "\u6211\u5011\u6536\u5230\u4e86\u4f60\u7684\u8072\u660e", + "We are waiting for your trade counterpart statement. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com.": "\u6211\u5011\u5728\u7b49\u5f85\u4f60\u7684\u4ea4\u6613\u5c0d\u7b49\u65b9\u63d0\u4ea4\u8072\u660e\u3002\u5982\u679c\u4f60\u5c0d\u722d\u8b70\u7684\u72c0\u614b\u6709\u7591\u554f\u6216\u60f3\u8981\u6dfb\u52a0\u4fe1\u606f\uff0c\u8acb\u806f\u7e6brobosats@protonmail.com\u3002", + "Please, save the information needed to identify your order and your payments: order ID; payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of satoshis; and robot nickname. You will have to identify yourself as the user involved in this trade via email (or other contact methods).": "\u8acb\u4fdd\u5b58\u8b58\u5225\u4f60\u7684\u8a02\u55ae\u548c\u4ed8\u6b3e\u6240\u9700\u7684\u4fe1\u606f\uff1a\u8a02\u55ae ID\uff1b \u4fdd\u8b49\u91d1\u6216\u8a17\u7ba1\u7684\u652f\u4ed8\u6563\u5217\u503c\uff08\u67e5\u770b\u4f60\u7684\u9583\u96fb\u9322\u5305\uff09\uff1b\u8070\u7684\u78ba\u5207\u91d1\u984d\uff1b\u548c\u6a5f\u5668\u4eba\u66b1\u7a31\u3002 \u4f60\u5fc5\u9808\u901a\u904e\u96fb\u5b50\u90f5\u4ef6\uff08\u6216\u5176\u4ed6\u806f\u7e6b\u65b9\u5f0f\uff09\u8868\u660e\u81ea\u5df1\u662f\u53c3\u8207\u6b64\u4ea4\u6613\u7684\u7528\u6236\u3002", + "We have the statements": "\u6211\u5011\u5df2\u6536\u5230\u96d9\u65b9\u7684\u8072\u660e", + "Both statements have been received, wait for the staff to resolve the dispute. If you are hesitant about the state of the dispute or want to add more information, contact robosats@protonmail.com. If you did not provide a contact method, or are unsure whether you wrote it right, write us immediately.": "\u96d9\u65b9\u8072\u660e\u5747\u5df2\u6536\u5230\uff0c\u8acb\u7b49\u5f85\u5de5\u4f5c\u4eba\u54e1\u89e3\u6c7a\u722d\u8b70\u3002\u5982\u679c\u4f60\u5c0d\u722d\u8b70\u7684\u72c0\u614b\u6709\u7591\u554f\u6216\u60f3\u8981\u6dfb\u52a0\u4fe1\u606f\uff0c\u8acb\u806f\u7e6brobosats@protonmail.com\u3002\u5982\u679c\u4f60\u6c92\u6709\u63d0\u4f9b\u806f\u7e6b\u65b9\u5f0f\uff0c\u6216\u8005\u4e0d\u78ba\u5b9a\u4f60\u662f\u5426\u6b63\u78ba\u586b\u5beb\u4e86\u4fe1\u606f\uff0c\u8acb\u7acb\u5373\u806f\u7e6b\u6211\u5011\u3002", + "You have won the dispute": "\u4f60\u8d0f\u5f97\u4e86\u722d\u8b70", + "You can claim the dispute resolution amount (escrow and fidelity bond) from your profile rewards. If there is anything the staff can help with, do not hesitate to contact to robosats@protonmail.com (or via your provided burner contact method).": "\u4f60\u53ef\u4ee5\u5f9e\u4f60\u7684\u500b\u4eba\u8cc7\u6599\u4e0b\u7684\u734e\u52f5\u4e2d\u7d22\u53d6\u89e3\u6c7a\u722d\u8b70\u7684\u91d1\u984d\uff08\u8a17\u7ba1\u548c\u4fdd\u8b49\u91d1\uff09\u3002\u5982\u679c\u5de5\u4f5c\u4eba\u54e1\u53ef\u4ee5\u63d0\u4f9b\u4efb\u4f55\u5e6b\u52a9\uff0c\u8acb\u96a8\u6642\u806f\u7e6b robosats@protonmail.com\uff08\u6216\u901a\u904e\u4f60\u63d0\u4f9b\u7684\u62cb\u68c4\u5f0f\u806f\u7e6b\u65b9\u5f0f\uff09\u3002", + "You have lost the dispute": "\u4f60\u7684\u722d\u8b70\u5931\u6557\u4e86", + "Unfortunately you have lost the dispute. If you think this is a mistake you can ask to re-open the case via email to robosats@protonmail.com. However, chances of it being investigated again are low.": "\u4f60\u7684\u722d\u8b70\u4e0d\u5e78\u5730\u5931\u6557\u4e86\u3002\u5982\u679c\u4f60\u8a8d\u70ba\u9019\u662f\u500b\u932f\u8aa4\uff0c\u4f60\u53ef\u4ee5\u901a\u904e\u96fb\u5b50\u90f5\u4ef6\u5411 robosats@protonmail.com \u8981\u6c42\u91cd\u65b0\u6253\u958b\u6b64\u6848\u4f8b\u3002\u4f46\u662f\uff0c\u518d\u6b21\u8abf\u67e5\u7684\u53ef\u80fd\u6027\u5f88\u5c0f\u3002", + "Expired not taken": "\u5df2\u5230\u671f\u4e26\u672a\u5403\u55ae", + "Maker bond not locked": "\u639b\u55ae\u65b9\u4fdd\u8b49\u91d1\u672a\u9396\u5b9a", + "Escrow not locked": "\u8a17\u7ba1\u672a\u9396\u5b9a", + "Invoice not submitted": "\u672a\u63d0\u4ea4\u767c\u7968", + "Neither escrow locked or invoice submitted": "\u65e2\u672a\u9396\u5b9a\u8a17\u7ba1\uff0c\u4e5f\u672a\u63d0\u4ea4\u767c\u7968", + "Renew Order": "\u5ef6\u7e8c\u8a02\u55ae", + "Pause the public order": "\u66ab\u505c\u516c\u958b\u8a02\u55ae", + "Your order is paused": "\u4f60\u7684\u8a02\u55ae\u5df2\u66ab\u505c", + "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.": "\u4f60\u7684\u516c\u958b\u8a02\u55ae\u5df2\u66ab\u505c\u3002\u76ee\u524d\u5176\u4ed6\u6a5f\u5668\u4eba\u7121\u6cd5\u770b\u5230\u6216\u63a5\u53d7\u4f60\u7684\u8a02\u55ae\u3002\u4f60\u96a8\u6642\u53ef\u4ee5\u9078\u64c7\u53d6\u6d88\u66ab\u505c\u3002", + "Unpause Order": "\u53d6\u6d88\u66ab\u505c\u8a02\u55ae", + "You risk losing your bond if you do not lock the collateral. Total time available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.": "\u5982\u679c\u4e0d\u9396\u5b9a\u62b5\u62bc\uff0c\u4f60\u6709\u5931\u53bb\u4fdd\u8b49\u91d1\u7684\u98a8\u96aa\u3002\u5269\u9918\u6642\u9593\u70ba {{deposit_timer_hours}}\u6642 {{deposit_timer_minutes}}\u5206\u3002", + "See Compatible Wallets": "\u67e5\u770b\u517c\u5bb9\u9322\u5305\u5217\u8868", + "Failure reason:": "\u5931\u6557\u539f\u56e0\uff1a", + "Payment isn't failed (yet)": "\u4ed8\u6b3e\uff08\u9084\uff09\u6c92\u6709\u5931\u6557", + "There are more routes to try, but the payment timeout was exceeded.": "\u6709\u66f4\u591a\u8def\u7dda\u53ef\u4ee5\u5617\u8a66\uff0c\u4f46\u8d85\u904e\u4e86\u652f\u4ed8\u8d85\u6642\u6642\u9593\u3002", + "All possible routes were tried and failed permanently. Or there were no routes to the destination at all.": "\u5df2\u5617\u8a66\u6240\u6709\u53ef\u80fd\u7684\u8def\u7dda\u4e26\u4e14\u6c38\u4e45\u6027\u5931\u6557\u3002\u6216\u8005\u6839\u672c\u6c92\u6709\u901a\u5f80\u76ee\u7684\u5730\u7684\u8def\u7dda\u3002", + "A non-recoverable error has occurred.": "\u767c\u751f\u4e86\u4e00\u500b\u7121\u6cd5\u6062\u5fa9\u7684\u932f\u8aa4\u3002", + "Payment details are incorrect (unknown hash, invalid amount or invalid final CLTV delta).": "\u652f\u4ed8\u8a73\u60c5\u932f\u8aa4 \uff08\u672a\u77e5\u6563\u5217\u503c\u3001\u4e0d\u53ef\u7528\u91d1\u984d\u6216 invalid final CLTV delta\uff09\u3002", + "Insufficient unlocked balance in RoboSats' node.": "RoboSats \u7684\u7bc0\u9ede\u4e0a\u89e3\u9396\u7684\u9918\u984d\u4e0d\u8db3\u3002", + "The invoice submitted only has expensive routing hints, you are using an incompatible wallet (probably Muun?). Check the wallet compatibility guide at wallets.robosats.com": "\u63d0\u4ea4\u7684\u767c\u7968\u53ea\u6709\u6602\u8cb4\u7684\u8def\u7531\u63d0\u793a\uff0c\u4f60\u4f7f\u7528\u7684\u662f\u4e0d\u517c\u5bb9\u7684\u9322\u5305\uff08\u53ef\u80fd\u662f Muun\uff1f\uff09\u3002\u67e5\u770b wallets.robosats.com \u4e0a\u7684\u9322\u5305\u517c\u5bb9\u6027\u6307\u5357\u3002", + "The invoice provided has no explicit amount": "\u6240\u63d0\u4f9b\u7684\u767c\u7968\u6c92\u6709\u660e\u78ba\u7684\u91d1\u984d", + "Does not look like a valid lightning invoice": "\u770b\u8d77\u4f86\u4e0d\u50cf\u662f\u6709\u6548\u7684\u9583\u96fb\u767c\u7968", + "The invoice provided has already expired": "\u63d0\u4f9b\u7684\u767c\u7968\u5df2\u7d93\u5230\u671f", + "Make sure to EXPORT the chat log. The staff might request your exported chat log JSON in order to solve discrepancies. It is your responsibility to store it.": "\u78ba\u4fdd\u5c0e\u51fa\u804a\u5929\u8a18\u9304\u3002\u5de5\u4f5c\u4eba\u54e1\u53ef\u80fd\u6703\u8acb\u6c42\u4f60\u63d0\u4f9b\u6240\u5c0e\u51fa\u7684\u804a\u5929\u7d00\u9304 JSON \u4ee5\u89e3\u6c7a\u5dee\u7570\u3002\u5b58\u5132\u7d00\u9304\u662f\u4f60\u7684\u8cac\u4efb\u3002", + "Invalid address": "\u5730\u5740\u7121\u6548", + "Unable to validate address, check bitcoind backend": "\u7121\u6cd5\u9a57\u8b49\u5730\u5740\uff0c\u8acb\u6aa2\u67e5 bitcoind \u5f8c\u7aef", + "Submit payout info for {{amountSats}} Sats": "\u63d0\u4ea4 {{amountSats}} \u8070\u7684\u652f\u4ed8\u4fe1\u606f", + "Submit a valid invoice for {{amountSats}} Satoshis.": "\u63d0\u4ea4 {{amountSats}} \u8070\u7684\u6709\u6548\u767c\u7968\u3002", + "Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.": "\u5728\u8b93\u4f60\u767c\u9001 {{amountFiat}} {{currencyCode}} \u4e4b\u524d\uff0c\u6211\u5011\u60f3\u78ba\u8a8d\u4f60\u80fd\u5920\u6536\u5230\u6bd4\u7279\u5e63\u3002", + "RoboSats will do a swap and send the Sats to your onchain address.": "RoboSats \u6703\u505a\u4e00\u500b\u4ea4\u63db\u4e26\u628a\u8070\u767c\u9001\u5230\u4f60\u7684\u93c8\u4e0a\u5730\u5740\u3002", + "Swap fee": "\u4ea4\u63db\u8cbb", + "Mining fee": "\u6316\u7926\u8cbb", + "Mining Fee": "\u6316\u7926\u8cbb", + "Final amount you will receive": "\u4f60\u5c07\u6536\u5230\u7684\u6700\u7d42\u91d1\u984d", + "Bitcoin Address": "\u6bd4\u7279\u5e63\u5730\u5740", + "Your TXID": "\u4f60\u7684 TXID", + "Lightning": "\u9583\u96fb", + "Onchain": "\u93c8\u4e0a", + "open_dispute": "\u8981\u958b\u59cb\u722d\u8b70\u7684\u8a71\u9700\u8981\u7b49 <1><1/>", + "Trade Summary": "\u4ea4\u6613\u6982\u62ec", + "Maker": "\u639b\u55ae\u65b9", + "Taker": "\u5403\u55ae\u65b9", + "User role": "\u7528\u6236\u89d2\u8272", + "Sent": "\u5df2\u767c\u9001", + "Received": "\u5df2\u6536\u5230", + "BTC received": "\u5df2\u6536\u5230\u6bd4\u7279\u5e63", + "BTC sent": "\u5df2\u767c\u9001\u6bd4\u7279\u5e63", + "{{tradeFeeSats}} Sats ({{tradeFeePercent}}%)": "{{tradeFeeSats}} \u8070 ({{tradeFeePercent}}%)", + "Trade fee": "\u4ea4\u6613\u8cbb", + "{{swapFeeSats}} Sats ({{swapFeePercent}}%)": "{{swapFeeSats}} \u8070 ({{swapFeePercent}}%)", + "Onchain swap fee": "\u93c8\u4e0a\u4ea4\u63db\u8cbb", + "{{miningFeeSats}} Sats": "{{miningFeeSats}} \u8070", + "{{bondSats}} Sats ({{bondPercent}}%)": "{{bondSats}} \u8070 ({{bondPercent}}%)", + "Maker bond": "\u639b\u55ae\u65b9\u4fdd\u8b49\u91d1", + "Taker bond": "\u5403\u55ae\u65b9\u4fdd\u8b49\u91d1", + "Unlocked": "\u5df2\u89e3\u9396", + "{{revenueSats}} Sats": "{{revenueSats}} \u8070", + "Platform trade revenue": "\u5e73\u53f0\u4ea4\u6613\u6536\u5165", + "{{routingFeeSats}} MiliSats": "{{routingFeeSats}} \u6beb\u8070", + "Platform covered routing fee": "\u5e73\u53f0\u627f\u64d4\u7684\u8def\u7531\u8cbb", + "Timestamp": "\u6642\u9593\u6233", + "Completed in": "\u5167\u5b8c\u6210", + "Contract exchange rate": "\u5408\u7d04\u4ea4\u6613\u7387", "INFO DIALOG - InfoDiagog.js": "App information and clarifications and terms of use", - "Close": "關閉", - "What is RoboSats?": "RoboSats 是什麼?", - "It is a BTC/FIAT peer-to-peer exchange over lightning.": "RoboSats 是一個通過閃電網絡運行的比特幣/法幣點對點交易所。", - "RoboSats is an open source project ": "RoboSats 是一個開源項目。", - "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "它簡化了訂單匹配並最大程度地減少了對信任的需求。 RoboSats 專注於隱私和速度。", + "Close": "\u95dc\u9589", + "What is RoboSats?": "RoboSats \u662f\u4ec0\u9ebc\uff1f", + "It is a BTC/FIAT peer-to-peer exchange over lightning.": "RoboSats \u662f\u4e00\u500b\u901a\u904e\u9583\u96fb\u7db2\u7d61\u904b\u884c\u7684\u6bd4\u7279\u5e63/\u6cd5\u5e63\u9ede\u5c0d\u9ede\u4ea4\u6613\u6240\u3002", + "RoboSats is an open source project ": "RoboSats \u662f\u4e00\u500b\u958b\u6e90\u9805\u76ee\u3002", + "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.": "\u5b83\u7c21\u5316\u4e86\u8a02\u55ae\u5339\u914d\u4e26\u6700\u5927\u7a0b\u5ea6\u5730\u6e1b\u5c11\u4e86\u5c0d\u4fe1\u4efb\u7684\u9700\u6c42\u3002 RoboSats \u5c08\u6ce8\u65bc\u96b1\u79c1\u548c\u901f\u5ea6\u3002", "(GitHub).": "(GitHub).", - "How does it work?": "Robosats 是如何運作的?", - "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 想出售比特幣。她發布了出售訂單。BafflingBob02 想要購買比特幣,他接受了 Alice 的訂單。兩者都必須使用閃電貼出小量的保證金來證明他們是真正的機器人。然後,Alice 也使用閃電 hold 發票發布交易抵押。RoboSats 鎖定發票,直到 Alice 確認她收到了法幣,然後將聰釋放給 Bob。享受你的聰吧,Bob!", - "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "AnonymousAlice01 和 BafflingBob02 在任何時候都不必將比特幣資金委託給對方。如果他們發生衝突,RoboSats 工作人員將幫助解決爭議。", - "You can find a step-by-step description of the trade pipeline in ": "你可以在此找到交易流程的分步說明: ", - "How it works": "如何運作", - "You can also check the full guide in ": "你也可以在此查看完整指南:", - "How to use": "如何使用", - "What payment methods are accepted?": "RoboSats 接受哪些付款方式?", - "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "只要它們速度快,全都可以。你可以寫下你的首選付款方式。你必須與同樣接受該方法的對等方相匹配。兌換法幣的步驟在爭議自動開啟的24小時之前到期。我們強烈建議使用即時法幣支付軌道。", - "Are there trade limits?": "有交易限制嗎?", - "What are the fees?": "費用是多少?", - "RoboSats total fee for an order is {{tradeFee}}%. This fee is split to be covered by both: the order maker ({{makerFee}}%) and the order taker ({{takerFee}}%). In case an onchain address is used to received the Sats a variable swap fee applies. Check the exchange details by tapping on the bottom bar icon to see the current swap fee.": "RoboSats 的訂單總費用為 {{tradeFee}}%。該費用由掛單方 ({{makerFee}}%) 和吃單方 ({{takerFee}}%) 共同承擔。如果使用鏈上地址接收聰,則適用可變式交換費。通過點擊底部欄圖標來查看交易所詳情及查看當前的交換費用。", - "Be aware your fiat payment provider might charge extra fees. In any case, the buyer bears the costs of sending fiat. That includes banking charges, transfer fees and foreign exchange spreads. The seller must receive exactly the amount stated in the order details.": "請注意,你的法幣支付提供商可能會收取額外費用。無論如何,買方應承擔發送法幣的費用。這包括銀行費用、轉賬費用和外匯點差。賣方必須收到訂單詳情中的準確金額。", - "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "最大單筆交易規模為 {{maxAmount}} 聰,以最大限度地減少閃電路由失敗。每天的交易數量沒有限制。機器人一次只能下一張訂單。但是你可以在不同的瀏覽器中同時使用多個機器人(請記得備份你的機器人令牌!)。", - "Is RoboSats private?": "RoboSats 隱密嗎?", - "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats 絕不會詢問你的姓名、國籍或身份證件。RoboSats 不保管你的資金,也不關心你是誰。RoboSats 不收集或保管任何個人數據。為了獲得最佳匿名性,請使用 Tor 瀏覽器並訪問 .onion 隱藏服務。", - "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "你的交易對等方是唯一一個能夠猜測你的身份的人。保持你的聊天簡短和簡潔。避免提供法幣支付所需的信息之外非必要的信息。", - "What are the risks?": "有哪些風險?", - "This is an experimental application, things could go wrong. Trade small amounts!": "這是一個實驗性應用程序,可能會出錯。小額交易!", - "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "賣方面臨與任何其他點對點服務相同的退款風險。不建議使用 Paypal 或信用卡。", - "What is the trust model?": "信任模型是怎樣的?", - "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "買方和賣方永遠不必相互信任。但需要對 RoboSats 有一定的信任,因為連接賣方的 hold 發票和買方付款(還)不是原子的。此外,糾紛將由 RoboSats 員工解決。", - "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "說白了,雖然信任需求已被最小化,RoboSats 仍然有辦法可以偷取你的聰:不將聰釋放給買方。可以說,這樣的舉動不符合 RoboSats 的利益,因為它為小額支出而損害聲譽。不管怎樣,你應該小心,一次只交易少量。高額交易請使用鏈上託管服務,例如 Bisq。", - "You can build more trust on RoboSats by inspecting the source code.": "你可以通過檢查源代碼來提高對 RoboSats 的信任。", - "Project source code": "源代碼", - "What happens if RoboSats suddenly disappears?": "如果 RoboSats 突然消失會發生什麼?", - "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "你的聰將被退還給你。即使 RoboSats 永遠停機,任何未結算的 hold 發票也會自動退回。鎖定保證金和交易託管都是如此。 但是,在賣方確認收到法幣和買方收到聰之間存在一個小窗口,如果 RoboSats 消失,資金可能會永久丟失。 這個窗口長短大約一秒鐘。確保有足夠的入站流動性以避免路由失敗。如果你有任何問題,請通過 RoboSats 公共渠道聯繫。", - "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "在許多國家,使用 RoboSats 無異於使用 Ebay 或 Craiglist。你的法規可能會有所不同。遵守法律是你的責任。", - "Is RoboSats legal in my country?": "RoboSats 在我的國家合法嗎?", - "Disclaimer": "免責聲明", - "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "此閃電應用程序按原樣提供。它正在積極發展中:極其謹慎地進行交易。沒有私人支持。僅通過公共渠道提供支持 ", + "How does it work?": "Robosats \u662f\u5982\u4f55\u904b\u4f5c\u7684\uff1f", + "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!": "AnonymousAlice01 \u60f3\u51fa\u552e\u6bd4\u7279\u5e63\u3002\u5979\u767c\u5e03\u4e86\u51fa\u552e\u8a02\u55ae\u3002BafflingBob02 \u60f3\u8981\u8cfc\u8cb7\u6bd4\u7279\u5e63\uff0c\u4ed6\u63a5\u53d7\u4e86 Alice \u7684\u8a02\u55ae\u3002\u5169\u8005\u90fd\u5fc5\u9808\u4f7f\u7528\u9583\u96fb\u8cbc\u51fa\u5c0f\u91cf\u7684\u4fdd\u8b49\u91d1\u4f86\u8b49\u660e\u4ed6\u5011\u662f\u771f\u6b63\u7684\u6a5f\u5668\u4eba\u3002\u7136\u5f8c\uff0cAlice \u4e5f\u4f7f\u7528\u9583\u96fb hold \u767c\u7968\u767c\u5e03\u4ea4\u6613\u62b5\u62bc\u3002RoboSats \u9396\u5b9a\u767c\u7968\uff0c\u76f4\u5230 Alice \u78ba\u8a8d\u5979\u6536\u5230\u4e86\u6cd5\u5e63\uff0c\u7136\u5f8c\u5c07\u8070\u91cb\u653e\u7d66 Bob\u3002\u4eab\u53d7\u4f60\u7684\u8070\u5427\uff0cBob\uff01", + "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.": "AnonymousAlice01 \u548c BafflingBob02 \u5728\u4efb\u4f55\u6642\u5019\u90fd\u4e0d\u5fc5\u5c07\u6bd4\u7279\u5e63\u8cc7\u91d1\u59d4\u8a17\u7d66\u5c0d\u65b9\u3002\u5982\u679c\u4ed6\u5011\u767c\u751f\u885d\u7a81\uff0cRoboSats \u5de5\u4f5c\u4eba\u54e1\u5c07\u5e6b\u52a9\u89e3\u6c7a\u722d\u8b70\u3002", + "You can find a step-by-step description of the trade pipeline in ": "\u4f60\u53ef\u4ee5\u5728\u6b64\u627e\u5230\u4ea4\u6613\u6d41\u7a0b\u7684\u5206\u6b65\u8aaa\u660e\uff1a ", + "How it works": "\u5982\u4f55\u904b\u4f5c", + "You can also check the full guide in ": "\u4f60\u4e5f\u53ef\u4ee5\u5728\u6b64\u67e5\u770b\u5b8c\u6574\u6307\u5357\uff1a", + "How to use": "\u5982\u4f55\u4f7f\u7528", + "What payment methods are accepted?": "RoboSats \u63a5\u53d7\u54ea\u4e9b\u4ed8\u6b3e\u65b9\u5f0f\uff1f", + "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.": "\u53ea\u8981\u5b83\u5011\u901f\u5ea6\u5feb\uff0c\u5168\u90fd\u53ef\u4ee5\u3002\u4f60\u53ef\u4ee5\u5beb\u4e0b\u4f60\u7684\u9996\u9078\u4ed8\u6b3e\u65b9\u5f0f\u3002\u4f60\u5fc5\u9808\u8207\u540c\u6a23\u63a5\u53d7\u8a72\u65b9\u6cd5\u7684\u5c0d\u7b49\u65b9\u76f8\u5339\u914d\u3002\u514c\u63db\u6cd5\u5e63\u7684\u6b65\u9a5f\u5728\u722d\u8b70\u81ea\u52d5\u958b\u555f\u768424\u5c0f\u6642\u4e4b\u524d\u5230\u671f\u3002\u6211\u5011\u5f37\u70c8\u5efa\u8b70\u4f7f\u7528\u5373\u6642\u6cd5\u5e63\u652f\u4ed8\u8ecc\u9053\u3002", + "Are there trade limits?": "\u6709\u4ea4\u6613\u9650\u5236\u55ce\uff1f", + "What are the fees?": "\u8cbb\u7528\u662f\u591a\u5c11\uff1f", + "RoboSats total fee for an order is {{tradeFee}}%. This fee is split to be covered by both: the order maker ({{makerFee}}%) and the order taker ({{takerFee}}%). In case an onchain address is used to received the Sats a variable swap fee applies. Check the exchange details by tapping on the bottom bar icon to see the current swap fee.": "RoboSats \u7684\u8a02\u55ae\u7e3d\u8cbb\u7528\u70ba {{tradeFee}}%\u3002\u8a72\u8cbb\u7528\u7531\u639b\u55ae\u65b9 ({{makerFee}}%) \u548c\u5403\u55ae\u65b9 ({{takerFee}}%) \u5171\u540c\u627f\u64d4\u3002\u5982\u679c\u4f7f\u7528\u93c8\u4e0a\u5730\u5740\u63a5\u6536\u8070\uff0c\u5247\u9069\u7528\u53ef\u8b8a\u5f0f\u4ea4\u63db\u8cbb\u3002\u901a\u904e\u9ede\u64ca\u5e95\u90e8\u6b04\u5716\u6a19\u4f86\u67e5\u770b\u4ea4\u6613\u6240\u8a73\u60c5\u53ca\u67e5\u770b\u7576\u524d\u7684\u4ea4\u63db\u8cbb\u7528\u3002", + "Be aware your fiat payment provider might charge extra fees. In any case, the buyer bears the costs of sending fiat. That includes banking charges, transfer fees and foreign exchange spreads. The seller must receive exactly the amount stated in the order details.": "\u8acb\u6ce8\u610f\uff0c\u4f60\u7684\u6cd5\u5e63\u652f\u4ed8\u63d0\u4f9b\u5546\u53ef\u80fd\u6703\u6536\u53d6\u984d\u5916\u8cbb\u7528\u3002\u7121\u8ad6\u5982\u4f55\uff0c\u8cb7\u65b9\u61c9\u627f\u64d4\u767c\u9001\u6cd5\u5e63\u7684\u8cbb\u7528\u3002\u9019\u5305\u62ec\u9280\u884c\u8cbb\u7528\u3001\u8f49\u8cec\u8cbb\u7528\u548c\u5916\u532f\u9ede\u5dee\u3002\u8ce3\u65b9\u5fc5\u9808\u6536\u5230\u8a02\u55ae\u8a73\u60c5\u4e2d\u7684\u6e96\u78ba\u91d1\u984d\u3002", + "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).": "\u6700\u5927\u55ae\u7b46\u4ea4\u6613\u898f\u6a21\u70ba {{maxAmount}} \u8070\uff0c\u4ee5\u6700\u5927\u9650\u5ea6\u5730\u6e1b\u5c11\u9583\u96fb\u8def\u7531\u5931\u6557\u3002\u6bcf\u5929\u7684\u4ea4\u6613\u6578\u91cf\u6c92\u6709\u9650\u5236\u3002\u6a5f\u5668\u4eba\u4e00\u6b21\u53ea\u80fd\u4e0b\u4e00\u5f35\u8a02\u55ae\u3002\u4f46\u662f\u4f60\u53ef\u4ee5\u5728\u4e0d\u540c\u7684\u700f\u89bd\u5668\u4e2d\u540c\u6642\u4f7f\u7528\u591a\u500b\u6a5f\u5668\u4eba\uff08\u8acb\u8a18\u5f97\u5099\u4efd\u4f60\u7684\u6a5f\u5668\u4eba\u4ee4\u724c\uff01\uff09\u3002", + "Is RoboSats private?": "RoboSats \u96b1\u5bc6\u55ce\uff1f", + "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.": "RoboSats \u7d55\u4e0d\u6703\u8a62\u554f\u4f60\u7684\u59d3\u540d\u3001\u570b\u7c4d\u6216\u8eab\u4efd\u8b49\u4ef6\u3002RoboSats \u4e0d\u4fdd\u7ba1\u4f60\u7684\u8cc7\u91d1\uff0c\u4e5f\u4e0d\u95dc\u5fc3\u4f60\u662f\u8ab0\u3002RoboSats \u4e0d\u6536\u96c6\u6216\u4fdd\u7ba1\u4efb\u4f55\u500b\u4eba\u6578\u64da\u3002\u70ba\u4e86\u7372\u5f97\u6700\u4f73\u533f\u540d\u6027\uff0c\u8acb\u4f7f\u7528 Tor \u700f\u89bd\u5668\u4e26\u8a2a\u554f .onion \u96b1\u85cf\u670d\u52d9\u3002", + "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.": "\u4f60\u7684\u4ea4\u6613\u5c0d\u7b49\u65b9\u662f\u552f\u4e00\u4e00\u500b\u80fd\u5920\u731c\u6e2c\u4f60\u7684\u8eab\u4efd\u7684\u4eba\u3002\u4fdd\u6301\u4f60\u7684\u804a\u5929\u7c21\u77ed\u548c\u7c21\u6f54\u3002\u907f\u514d\u63d0\u4f9b\u6cd5\u5e63\u652f\u4ed8\u6240\u9700\u7684\u4fe1\u606f\u4e4b\u5916\u975e\u5fc5\u8981\u7684\u4fe1\u606f\u3002", + "What are the risks?": "\u6709\u54ea\u4e9b\u98a8\u96aa\uff1f", + "This is an experimental application, things could go wrong. Trade small amounts!": "\u9019\u662f\u4e00\u500b\u5be6\u9a57\u6027\u61c9\u7528\u7a0b\u5e8f\uff0c\u53ef\u80fd\u6703\u51fa\u932f\u3002\u5c0f\u984d\u4ea4\u6613\uff01", + "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.": "\u8ce3\u65b9\u9762\u81e8\u8207\u4efb\u4f55\u5176\u4ed6\u9ede\u5c0d\u9ede\u670d\u52d9\u76f8\u540c\u7684\u9000\u6b3e\u98a8\u96aa\u3002\u4e0d\u5efa\u8b70\u4f7f\u7528 Paypal \u6216\u4fe1\u7528\u5361\u3002", + "What is the trust model?": "\u4fe1\u4efb\u6a21\u578b\u662f\u600e\u6a23\u7684\uff1f", + "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.": "\u8cb7\u65b9\u548c\u8ce3\u65b9\u6c38\u9060\u4e0d\u5fc5\u76f8\u4e92\u4fe1\u4efb\u3002\u4f46\u9700\u8981\u5c0d RoboSats \u6709\u4e00\u5b9a\u7684\u4fe1\u4efb\uff0c\u56e0\u70ba\u9023\u63a5\u8ce3\u65b9\u7684 hold \u767c\u7968\u548c\u8cb7\u65b9\u4ed8\u6b3e\uff08\u9084\uff09\u4e0d\u662f\u539f\u5b50\u7684\u3002\u6b64\u5916\uff0c\u7cfe\u7d1b\u5c07\u7531 RoboSats \u54e1\u5de5\u89e3\u6c7a\u3002", + "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq": "\u8aaa\u767d\u4e86\uff0c\u96d6\u7136\u4fe1\u4efb\u9700\u6c42\u5df2\u88ab\u6700\u5c0f\u5316\uff0cRoboSats \u4ecd\u7136\u6709\u8fa6\u6cd5\u53ef\u4ee5\u5077\u53d6\u4f60\u7684\u8070\uff1a\u4e0d\u5c07\u8070\u91cb\u653e\u7d66\u8cb7\u65b9\u3002\u53ef\u4ee5\u8aaa\uff0c\u9019\u6a23\u7684\u8209\u52d5\u4e0d\u7b26\u5408 RoboSats \u7684\u5229\u76ca\uff0c\u56e0\u70ba\u5b83\u70ba\u5c0f\u984d\u652f\u51fa\u800c\u640d\u5bb3\u8072\u8b7d\u3002\u4e0d\u7ba1\u600e\u6a23\uff0c\u4f60\u61c9\u8a72\u5c0f\u5fc3\uff0c\u4e00\u6b21\u53ea\u4ea4\u6613\u5c11\u91cf\u3002\u9ad8\u984d\u4ea4\u6613\u8acb\u4f7f\u7528\u93c8\u4e0a\u8a17\u7ba1\u670d\u52d9\uff0c\u4f8b\u5982 Bisq\u3002", + "You can build more trust on RoboSats by inspecting the source code.": "\u4f60\u53ef\u4ee5\u901a\u904e\u6aa2\u67e5\u6e90\u4ee3\u78bc\u4f86\u63d0\u9ad8\u5c0d RoboSats \u7684\u4fe1\u4efb\u3002", + "Project source code": "\u6e90\u4ee3\u78bc", + "What happens if RoboSats suddenly disappears?": "\u5982\u679c RoboSats \u7a81\u7136\u6d88\u5931\u6703\u767c\u751f\u4ec0\u9ebc\uff1f", + "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.": "\u4f60\u7684\u8070\u5c07\u88ab\u9000\u9084\u7d66\u4f60\u3002\u5373\u4f7f RoboSats \u6c38\u9060\u505c\u6a5f\uff0c\u4efb\u4f55\u672a\u7d50\u7b97\u7684 hold \u767c\u7968\u4e5f\u6703\u81ea\u52d5\u9000\u56de\u3002\u9396\u5b9a\u4fdd\u8b49\u91d1\u548c\u4ea4\u6613\u8a17\u7ba1\u90fd\u662f\u5982\u6b64\u3002 \u4f46\u662f\uff0c\u5728\u8ce3\u65b9\u78ba\u8a8d\u6536\u5230\u6cd5\u5e63\u548c\u8cb7\u65b9\u6536\u5230\u8070\u4e4b\u9593\u5b58\u5728\u4e00\u500b\u5c0f\u7a97\u53e3\uff0c\u5982\u679c RoboSats \u6d88\u5931\uff0c\u8cc7\u91d1\u53ef\u80fd\u6703\u6c38\u4e45\u4e1f\u5931\u3002 \u9019\u500b\u7a97\u53e3\u9577\u77ed\u5927\u7d04\u4e00\u79d2\u9418\u3002\u78ba\u4fdd\u6709\u8db3\u5920\u7684\u5165\u7ad9\u6d41\u52d5\u6027\u4ee5\u907f\u514d\u8def\u7531\u5931\u6557\u3002\u5982\u679c\u4f60\u6709\u4efb\u4f55\u554f\u984c\uff0c\u8acb\u901a\u904e RoboSats \u516c\u5171\u6e20\u9053\u806f\u7e6b\u3002", + "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.": "\u5728\u8a31\u591a\u570b\u5bb6\uff0c\u4f7f\u7528 RoboSats \u7121\u7570\u65bc\u4f7f\u7528 Ebay \u6216 Craiglist\u3002\u4f60\u7684\u6cd5\u898f\u53ef\u80fd\u6703\u6709\u6240\u4e0d\u540c\u3002\u9075\u5b88\u6cd5\u5f8b\u662f\u4f60\u7684\u8cac\u4efb\u3002", + "Is RoboSats legal in my country?": "RoboSats \u5728\u6211\u7684\u570b\u5bb6\u5408\u6cd5\u55ce\uff1f", + "Disclaimer": "\u514d\u8cac\u8072\u660e", + "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ": "\u6b64\u9583\u96fb\u61c9\u7528\u7a0b\u5e8f\u6309\u539f\u6a23\u63d0\u4f9b\u3002\u5b83\u6b63\u5728\u7a4d\u6975\u767c\u5c55\u4e2d\uff1a\u6975\u5176\u8b39\u614e\u5730\u9032\u884c\u4ea4\u6613\u3002\u6c92\u6709\u79c1\u4eba\u652f\u6301\u3002\u50c5\u901a\u904e\u516c\u5171\u6e20\u9053\u63d0\u4f9b\u652f\u6301 ", "(Telegram)": "(Telegram)", - ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": "。 RoboSats 永遠不會聯繫你。RoboSats 絕對不會要求你提供機器人令牌。" + ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.": "\u3002 RoboSats \u6c38\u9060\u4e0d\u6703\u806f\u7e6b\u4f60\u3002RoboSats \u7d55\u5c0d\u4e0d\u6703\u8981\u6c42\u4f60\u63d0\u4f9b\u6a5f\u5668\u4eba\u4ee4\u724c\u3002" } diff --git a/frontend/templates/frontend/basic.html b/frontend/templates/frontend/basic.html index 8efa792b..9f06cfa3 100644 --- a/frontend/templates/frontend/basic.html +++ b/frontend/templates/frontend/basic.html @@ -2,7 +2,7 @@ - + @@ -10,7 +10,7 @@ - + RoboSats - Simple and Private Bitcoin Exchange {% load static %} diff --git a/frontend/templates/frontend/pro.html b/frontend/templates/frontend/pro.html index dd477ef4..f36aa80d 100644 --- a/frontend/templates/frontend/pro.html +++ b/frontend/templates/frontend/pro.html @@ -2,7 +2,7 @@ - + @@ -10,7 +10,7 @@ - + RoboSats PRO - Simple and Private Bitcoin Exchange {% load static %} diff --git a/frontend/urls.py b/frontend/urls.py index f6b28217..63a99f10 100644 --- a/frontend/urls.py +++ b/frontend/urls.py @@ -1,4 +1,5 @@ from django.urls import path + from .views import basic, pro urlpatterns = [ diff --git a/mobile/android/app/src/main/res/drawable/rn_edit_text_material.xml b/mobile/android/app/src/main/res/drawable/rn_edit_text_material.xml index f35d9962..73b37e4d 100644 --- a/mobile/android/app/src/main/res/drawable/rn_edit_text_material.xml +++ b/mobile/android/app/src/main/res/drawable/rn_edit_text_material.xml @@ -20,7 +20,7 @@ android:insetBottom="@dimen/abc_edit_text_inset_bottom_material"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/nodeapp/nginx/local.conf b/nodeapp/nginx/local.conf index 3a2755ae..4367b47c 100644 --- a/nodeapp/nginx/local.conf +++ b/nodeapp/nginx/local.conf @@ -1,7 +1,7 @@ # first we declare our upstream server, which is our http-server application upstream robosats_http_server { server localhost:9000; - + } upstream robosats_websocket { @@ -26,7 +26,7 @@ server { proxy_redirect off; } - + location /ws/ { # websockets are passed to socat bridge proxy_pass http://robosats_websocket; diff --git a/robosats/asgi.py b/robosats/asgi.py index f305266e..789f3bb5 100644 --- a/robosats/asgi.py +++ b/robosats/asgi.py @@ -8,6 +8,7 @@ https://docs.djangoproject.com/en/4.0/howto/deployment/asgi/ """ import os + import django from channels.routing import get_default_application diff --git a/robosats/celery/__init__.py b/robosats/celery/__init__.py index 7d83369c..794ff97c 100644 --- a/robosats/celery/__init__.py +++ b/robosats/celery/__init__.py @@ -1,11 +1,11 @@ from __future__ import absolute_import, unicode_literals + import os +from datetime import timedelta from celery import Celery from celery.schedules import crontab -from datetime import timedelta - # You can use rabbitmq instead here. BASE_REDIS_URL = os.environ.get("REDIS_URL", "redis://localhost:6379") diff --git a/robosats/routing.py b/robosats/routing.py index 2aa404e4..61d0282e 100644 --- a/robosats/routing.py +++ b/robosats/routing.py @@ -1,5 +1,6 @@ from channels.auth import AuthMiddlewareStack from channels.routing import ProtocolTypeRouter, URLRouter + import chat.routing application = ProtocolTypeRouter( diff --git a/robosats/urls.py b/robosats/urls.py index 9001ba28..8fa84d02 100644 --- a/robosats/urls.py +++ b/robosats/urls.py @@ -14,7 +14,7 @@ Including another URLconf 2. Add a URL to urlpatterns: path('blog/', include('blog.urls')) """ from django.contrib import admin -from django.urls import path, include +from django.urls import include, path urlpatterns = [ path("admin/", admin.site.urls), diff --git a/setup.md b/setup.md index cee026db..cc72603e 100644 --- a/setup.md +++ b/setup.md @@ -44,11 +44,11 @@ You can edit the frontend code in `/frontend/src/` to make the changes you want. **You are ready to go!** Edit the frontend code in `/frontend/src/` to make the changes you want. Within a few seconds, the `npm run dev` process will pack the code into the local `main.js`. Visit your selected {robosats-site} and you will see your new awesome frontend! :) -Every time you save changes to files in `/frontend/src` you will be able to see them in your browser after a few seconds using force refresh (Ctrl+Shift+R). +Every time you save changes to files in `/frontend/src` you will be able to see them in your browser after a few seconds using force refresh (Ctrl+Shift+R). If you need to edit CSS or other static files in `/frontend/static`, simply add them to Requestly in the same way. -i.e: index.css +i.e: index.css Make "{robosats-site}/static/css/index.css" redirect to "127.0.0.1:8080/css/index.css" # Documentation Jekyll Site Only diff --git a/version.json b/version.json index cd76376c..a80d9c24 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ -{ - "major":0, - "minor":2, - "patch":2 -} \ No newline at end of file +{ + "major": 0, + "minor": 2, + "patch": 2 +}