diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..ce11fb9f2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,24 @@ +# EditorConfig + +# This is the top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false + +[Makefile] +indent_style = tab +indent_size = 4 + +# All shell scripts are Bash scripts. +[*.sh] +shell_variant = bash +switch_case_indent = true diff --git a/.env.example b/.env.example new file mode 100644 index 000000000..d43c87f12 --- /dev/null +++ b/.env.example @@ -0,0 +1,16 @@ +# YouTube keys for getting videos & info from channel +YOUTUBE_CHANNEL_ID= +YOUTUBE_API_KEY= +# Simplecast +SIMPLECAST_PODCAST_ID= +SIMPLECAST_API_KEY= +# Developer Content API +DEVELOPER_CONTENT_GH_ORG= +DEVELOPER_CONTENT_GH_REPO= +DEVELOPER_CONTENT_API_KEY= +NEXT_PUBLIC_DEVELOPER_CONTENT_API_URL= +# LUMA +LUMA_PRIVATE_API_KEY= +# Builder +NEXT_PUBLIC_BUILDER_API_KEY= +NEXT_PUBLIC_BUILDER_NEWS_SETTINGS_ID= \ No newline at end of file diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 000000000..a5245c97c --- /dev/null +++ b/.eslintignore @@ -0,0 +1,3 @@ +public +packages +coverage diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 000000000..a50b92d4d --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,24 @@ +{ + "extends": "next/core-web-vitals", + "env": { + "browser": true, + "node": true, + "es6": true + }, + "rules": { + "@next/next/no-img-element": 0, + "@next/next/no-sync-scripts": 0, + "jsx-a11y/alt-text": 0, + "strict": 0, + "no-unused-vars": ["error", { "argsIgnorePattern": "^_" }], + "react/display-name": 0, + "react-hooks/exhaustive-deps": 1, + "react/prop-types": 0, + "react/react-in-jsx-scope": 0 + }, + "settings": { + "react": { + "version": "detect" + } + } +} diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..beff1d178 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,12 @@ +--- +name: "🐛 Bug Report" +about: Report a reproducible bug or regression. +title: "Bug: " +labels: "Status: Unconfirmed" +--- + +## Steps To Reproduce + +## The current behavior + +## The expected behavior diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml new file mode 100644 index 000000000..fe817ae96 --- /dev/null +++ b/.github/workflows/action.yml @@ -0,0 +1,40 @@ +name: node_js +on: + push: + branches: [main] + pull_request: + branches: [main] +jobs: + Format: + name: Test formatting... + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - name: Use Node.js node + uses: actions/setup-node@v2 + with: + node-version: "18" + - name: before_install + run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p + - name: installing_yarn + run: yarn install + - name: formatting + run: yarn format + stage: + name: Test linting... + needs: Format + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - name: Use Node.js node + uses: actions/setup-node@v2 + with: + node-version: "18" + - name: before_install + run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p + - name: installing_yarn & lint + run: | + yarn install + yarn run lint diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..fee0eda4c --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Dependency directories +node_modules/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# dotenv environment variables file +.env +!.env.example + +# Next.js build output +.next + +# Mac +.DS_Store + +# Vercel configurations +.vercel + +# Template outputs +templates/*.html + +# Sitemap (generated on postbuild) +public/sitemap* + +coverage diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100755 index 000000000..7dfdd5586 --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,2 @@ +yarn format +yarn lint diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 000000000..6a5c572b0 --- /dev/null +++ b/.prettierignore @@ -0,0 +1,5 @@ +public +packages +.vercel +.next +coverage diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 000000000..d3be6d22e --- /dev/null +++ b/.prettierrc @@ -0,0 +1,5 @@ +{ + "tabWidth": 2, + "useTabs": false, + "trailingComma": "all" +} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..653977a94 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,74 @@ +# Contributing to solana.com + +We really appreciate your input, and that's why we've made solana.com an open-source project! We're all about keeping things easy and transparent when it comes to contributing to the site, whether it's: + +- Reporting a bug +- Submitting a fix +- Discussing the current state of this repo +- Proposing new features + +## Avoid official recommendations + +Avoid any language around making "official recommendations" such as "I recommend +product X" or "Product Y is the best". The content within this repo will be +publicly published on solana.com which is maintained by the +[Solana Foundation](https://solana.org). As such, any "product recommendations" +may appear as if coming directly from the Solana Foundation. The Solana +Foundation does not make official recommendations for products but rather helps +share what options are available in the broader Solana ecosystem. + +## Avoid "picking favorites" + +Avoid language similar to "service X is my favorite". When talking about or +naming specific products within the Solana ecosystem, writers and maintainers +should make their best attempt to list multiple options that meet similar use +cases. As a general rule of thumb, try to share at least 3-4 options of similar +products or services, not just a single named one. For example, when talking +about wallet providers, a writer could list Phantom, Solflare, Backpack, and +Ultimate. When talking about RPC providers, a writer should link to +[solana.com/rpc](https://solana.com/rpc) instead of listing specific names. + +## Use up-to-date code snippets + +Write content that uses up-to-date code. Code bases change, functions get +deprecated, and methods get removed. When submitting code snippets within the +content here, use the most up-to-date code available for the given functionality +being used. Especially net new content, like adding a new guide. + +## Style guidelines + +To aid in keeping both consistent content and a high-quality experience, all +code/content maintained within this repo shall use the style guidelines set +forth here. + +Failure to adhere to these style guidelines will slow down the review process +and block approval/merging. + +## Crowdin localization + +Translations are handled via the Crowdin platform. The content within this repo is in the default/base language of English. When the content is uploaded to the Crowdin platform, it will be broken into small strings where people that have access can perform translations. + +## Developer Content API + +The majority of the content within the developer specific sections of solana.com (e.g. `/developers` and `/docs`) are driven from the [`developer-content`](https://github.com/solana-foundation/developer-content) repo which deploys an API for `solana-com` to consume via the [`ContentApi` class](/src/utils/contentApi.ts). + +This class defaults to the public API endpoint of `https://solana-developer-content.vercel.app`. + +For local development and testing of developer content changes, you can run the `developer-content` API locally and set the `NEXT_PUBLIC_DEVELOPER_CONTENT_API_URL` env variable to use your local instance to view your changes within the UI of `solana-com`: + +```conf +NEXT_PUBLIC_DEVELOPER_CONTENT_API_URL="http://localhost:3001" +``` + +> Note: This assumes the `developer-content` API is running on port `3001` (which it is configured to do so by default) + +## Builder API + +The blog content located at `/news` and most of the landing pages under `/solutions` utilize Builder.io, a headless CMS integrated with our current Next.js project. + +```conf +NEXT_PUBLIC_BUILDER_API_KEY="" +NEXT_PUBLIC_BUILDER_NEWS_SETTINGS_ID="" +``` + +> Note from Builder [docs](https://www.builder.io/c/docs/using-your-api-key): The Builder Public API Key is public, meaning that you don't have to keep it private. diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..a5eae1527 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + +Copyright (C) 2007 Free Software Foundation, Inc. +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + + Preamble + +The GNU General Public License is a free, copyleft license for +software and other kinds of works. + +The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + +To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + +Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + +For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + +Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + +Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + +The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + +0. Definitions. + +"This License" refers to version 3 of the GNU General Public License. + +"Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + +"The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + +To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + +A "covered work" means either the unmodified Program or a work based +on the Program. + +To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + +To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + +An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + +1. Source Code. + +The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + +A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + +The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + +The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + +The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + +The Corresponding Source for a work in source code form is that +same work. + +2. Basic Permissions. + +All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + +3. Protecting Users' Legal Rights From Anti-Circumvention Law. + +No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + +When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + +4. Conveying Verbatim Copies. + +You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + +5. Conveying Modified Source Versions. + +You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + +A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + +6. Conveying Non-Source Forms. + +You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + +A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + +"Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + +If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + +The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + +Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + +7. Additional Terms. + +"Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + +All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + +8. Termination. + +You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + +However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + +Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + +9. Acceptance Not Required for Having Copies. + +You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + +10. Automatic Licensing of Downstream Recipients. + +Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + +An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + +11. Patents. + +A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + +A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + +In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + +If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + +A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + +12. No Surrender of Others' Freedom. + +If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + +13. Use with the GNU Affero General Public License. + +Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + +14. Revised Versions of this License. + +The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + +Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + +15. Disclaimer of Warranty. + +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. Limitation of Liability. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + +17. Interpretation of Sections 15 and 16. + +If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + +You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + +The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md new file mode 100644 index 000000000..923a56776 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# solana.com + +Repository for [https://solana.com](https://solana.com). + +## Setup locally + +1. Clone the repo to your local machine: + + ``` + git clone https://github.com/solana-foundation/solana-com.git + ``` + +2. Install the dependencies via `yarn`: + + ``` + yarn + ``` + +3. Run the project locally: + + ``` + yarn dev + ``` + +## Maintainers + +The solana.com website is managed and maintained by the Solana Foundation. Read more on Read more on [how to contribute](CONTRIBUTING.md). diff --git a/assets/ai/ask-solana-icon.png b/assets/ai/ask-solana-icon.png new file mode 100644 index 000000000..b2e7679ca Binary files /dev/null and b/assets/ai/ask-solana-icon.png differ diff --git a/assets/ai/ask-solana.png b/assets/ai/ask-solana.png new file mode 100644 index 000000000..b14d285e5 Binary files /dev/null and b/assets/ai/ask-solana.png differ diff --git a/assets/ai/audits-icon.png b/assets/ai/audits-icon.png new file mode 100644 index 000000000..06537397c Binary files /dev/null and b/assets/ai/audits-icon.png differ diff --git a/assets/ai/audits.png b/assets/ai/audits.png new file mode 100644 index 000000000..5443d9cfc Binary files /dev/null and b/assets/ai/audits.png differ diff --git a/assets/ai/build-bg.png b/assets/ai/build-bg.png new file mode 100644 index 000000000..e97d0c6c3 Binary files /dev/null and b/assets/ai/build-bg.png differ diff --git a/assets/ai/chatgpt.inline.svg b/assets/ai/chatgpt.inline.svg new file mode 100644 index 000000000..ec080dce4 --- /dev/null +++ b/assets/ai/chatgpt.inline.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/assets/ai/demo-preview.png b/assets/ai/demo-preview.png new file mode 100644 index 000000000..cf5234c09 Binary files /dev/null and b/assets/ai/demo-preview.png differ diff --git a/assets/ai/ecosystem-icon.png b/assets/ai/ecosystem-icon.png new file mode 100644 index 000000000..27e39830e Binary files /dev/null and b/assets/ai/ecosystem-icon.png differ diff --git a/assets/ai/ecosystem.png b/assets/ai/ecosystem.png new file mode 100644 index 000000000..b182a7e39 Binary files /dev/null and b/assets/ai/ecosystem.png differ diff --git a/assets/ai/fund.png b/assets/ai/fund.png new file mode 100644 index 000000000..b900fb9d9 Binary files /dev/null and b/assets/ai/fund.png differ diff --git a/assets/ai/hero-bg-large.png b/assets/ai/hero-bg-large.png new file mode 100644 index 000000000..168160386 Binary files /dev/null and b/assets/ai/hero-bg-large.png differ diff --git a/assets/ai/hero-bg-small.png b/assets/ai/hero-bg-small.png new file mode 100644 index 000000000..f40ae372b Binary files /dev/null and b/assets/ai/hero-bg-small.png differ diff --git a/assets/ai/marginfi-icon.png b/assets/ai/marginfi-icon.png new file mode 100644 index 000000000..feed5823e Binary files /dev/null and b/assets/ai/marginfi-icon.png differ diff --git a/assets/ai/marginfi.png b/assets/ai/marginfi.png new file mode 100644 index 000000000..1f26e6a22 Binary files /dev/null and b/assets/ai/marginfi.png differ diff --git a/assets/ai/solana-logo.inline.svg b/assets/ai/solana-logo.inline.svg new file mode 100644 index 000000000..e3c2147a8 --- /dev/null +++ b/assets/ai/solana-logo.inline.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/breakpoint/breakpoint-logo.inline.svg b/assets/breakpoint/breakpoint-logo.inline.svg new file mode 100644 index 000000000..3fa9f0c00 --- /dev/null +++ b/assets/breakpoint/breakpoint-logo.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/breakpoint/hero.jpg b/assets/breakpoint/hero.jpg new file mode 100644 index 000000000..53147fe73 Binary files /dev/null and b/assets/breakpoint/hero.jpg differ diff --git a/assets/developers/chevron-down.inline.svg b/assets/developers/chevron-down.inline.svg new file mode 100644 index 000000000..2331c9c9a --- /dev/null +++ b/assets/developers/chevron-down.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/developers/content/podcast.inline.svg b/assets/developers/content/podcast.inline.svg new file mode 100644 index 000000000..847726364 --- /dev/null +++ b/assets/developers/content/podcast.inline.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/assets/developers/content/youtube.inline.svg b/assets/developers/content/youtube.inline.svg new file mode 100644 index 000000000..29622c918 --- /dev/null +++ b/assets/developers/content/youtube.inline.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/developers/courses/shape-1.png b/assets/developers/courses/shape-1.png new file mode 100644 index 000000000..49ac937bf Binary files /dev/null and b/assets/developers/courses/shape-1.png differ diff --git a/assets/developers/courses/shape-2.png b/assets/developers/courses/shape-2.png new file mode 100644 index 000000000..6e0769969 Binary files /dev/null and b/assets/developers/courses/shape-2.png differ diff --git a/assets/developers/courses/shape-3.png b/assets/developers/courses/shape-3.png new file mode 100644 index 000000000..040da28e1 Binary files /dev/null and b/assets/developers/courses/shape-3.png differ diff --git a/assets/developers/courses/shape-4.png b/assets/developers/courses/shape-4.png new file mode 100644 index 000000000..5c929be0d Binary files /dev/null and b/assets/developers/courses/shape-4.png differ diff --git a/assets/developers/courses/shape-5.png b/assets/developers/courses/shape-5.png new file mode 100644 index 000000000..588b0c16b Binary files /dev/null and b/assets/developers/courses/shape-5.png differ diff --git a/assets/developers/courses/shape-6.png b/assets/developers/courses/shape-6.png new file mode 100644 index 000000000..0c187cc7f Binary files /dev/null and b/assets/developers/courses/shape-6.png differ diff --git a/assets/developers/courses/solana-dev-course-small.png b/assets/developers/courses/solana-dev-course-small.png new file mode 100644 index 000000000..9d70bb895 Binary files /dev/null and b/assets/developers/courses/solana-dev-course-small.png differ diff --git a/assets/developers/courses/solana-dev-course.png b/assets/developers/courses/solana-dev-course.png new file mode 100644 index 000000000..ea1d7b7e3 Binary files /dev/null and b/assets/developers/courses/solana-dev-course.png differ diff --git a/assets/developers/documents/changelog.png b/assets/developers/documents/changelog.png new file mode 100644 index 000000000..0639444e2 Binary files /dev/null and b/assets/developers/documents/changelog.png differ diff --git a/assets/developers/hero-geometry.png b/assets/developers/hero-geometry.png new file mode 100644 index 000000000..433c61bcb Binary files /dev/null and b/assets/developers/hero-geometry.png differ diff --git a/assets/developers/stackexchange.inline.svg b/assets/developers/stackexchange.inline.svg new file mode 100644 index 000000000..b6029d2e9 --- /dev/null +++ b/assets/developers/stackexchange.inline.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/environment/comparative-scale-of-solana-footprint.png b/assets/environment/comparative-scale-of-solana-footprint.png new file mode 100644 index 000000000..ae271affb Binary files /dev/null and b/assets/environment/comparative-scale-of-solana-footprint.png differ diff --git a/assets/environment/green-ball-desktop.png b/assets/environment/green-ball-desktop.png new file mode 100644 index 000000000..040c56edf Binary files /dev/null and b/assets/environment/green-ball-desktop.png differ diff --git a/assets/environment/green-ball-mobile.png b/assets/environment/green-ball-mobile.png new file mode 100644 index 000000000..f1f9e53e7 Binary files /dev/null and b/assets/environment/green-ball-mobile.png differ diff --git a/assets/environment/logo.svg b/assets/environment/logo.svg new file mode 100644 index 000000000..1f851637e --- /dev/null +++ b/assets/environment/logo.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/assets/environment/projects/ecotoken.jpg b/assets/environment/projects/ecotoken.jpg new file mode 100644 index 000000000..7c516d2ec Binary files /dev/null and b/assets/environment/projects/ecotoken.jpg differ diff --git a/assets/environment/projects/gainforest.jpg b/assets/environment/projects/gainforest.jpg new file mode 100644 index 000000000..92e1abb53 Binary files /dev/null and b/assets/environment/projects/gainforest.jpg differ diff --git a/assets/environment/projects/outside.png b/assets/environment/projects/outside.png new file mode 100644 index 000000000..85b4b6850 Binary files /dev/null and b/assets/environment/projects/outside.png differ diff --git a/assets/environment/projects/sunrisestake.jpg b/assets/environment/projects/sunrisestake.jpg new file mode 100644 index 000000000..e5ab3f0d2 Binary files /dev/null and b/assets/environment/projects/sunrisestake.jpg differ diff --git a/assets/environment/projects/wihi.png b/assets/environment/projects/wihi.png new file mode 100644 index 000000000..346037373 Binary files /dev/null and b/assets/environment/projects/wihi.png differ diff --git a/assets/environment/report-desktop.png b/assets/environment/report-desktop.png new file mode 100644 index 000000000..0e1e115b7 Binary files /dev/null and b/assets/environment/report-desktop.png differ diff --git a/assets/environment/report-mobile.png b/assets/environment/report-mobile.png new file mode 100644 index 000000000..5defc86a9 Binary files /dev/null and b/assets/environment/report-mobile.png differ diff --git a/assets/environment/usages/data.png b/assets/environment/usages/data.png new file mode 100644 index 000000000..0d610945c Binary files /dev/null and b/assets/environment/usages/data.png differ diff --git a/assets/environment/usages/footprint.png b/assets/environment/usages/footprint.png new file mode 100644 index 000000000..d2a3ee5b0 Binary files /dev/null and b/assets/environment/usages/footprint.png differ diff --git a/assets/environment/usages/grants.png b/assets/environment/usages/grants.png new file mode 100644 index 000000000..c930f4ad9 Binary files /dev/null and b/assets/environment/usages/grants.png differ diff --git a/assets/events/breakpoint.jpg b/assets/events/breakpoint.jpg new file mode 100644 index 000000000..d3695c473 Binary files /dev/null and b/assets/events/breakpoint.jpg differ diff --git a/assets/events/solana-community-event.jpg b/assets/events/solana-community-event.jpg new file mode 100644 index 000000000..1d40c4c01 Binary files /dev/null and b/assets/events/solana-community-event.jpg differ diff --git a/assets/events/solana-event.jpg b/assets/events/solana-event.jpg new file mode 100644 index 000000000..6230c0555 Binary files /dev/null and b/assets/events/solana-event.jpg differ diff --git a/assets/format/nftLogo.png b/assets/format/nftLogo.png new file mode 100644 index 000000000..69a770b7b Binary files /dev/null and b/assets/format/nftLogo.png differ diff --git a/assets/hackathon/hero/developers.inline.svg b/assets/hackathon/hero/developers.inline.svg new file mode 100644 index 000000000..0224e6384 --- /dev/null +++ b/assets/hackathon/hero/developers.inline.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/assets/hackathon/hero/funding.inline.svg b/assets/hackathon/hero/funding.inline.svg new file mode 100644 index 000000000..e272d9417 --- /dev/null +++ b/assets/hackathon/hero/funding.inline.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/hackathon/hero/graphic-left.png b/assets/hackathon/hero/graphic-left.png new file mode 100644 index 000000000..0e5039108 Binary files /dev/null and b/assets/hackathon/hero/graphic-left.png differ diff --git a/assets/hackathon/hero/graphic-right.png b/assets/hackathon/hero/graphic-right.png new file mode 100644 index 000000000..f45e17ca4 Binary files /dev/null and b/assets/hackathon/hero/graphic-right.png differ diff --git a/assets/hackathon/hero/projects.inline.svg b/assets/hackathon/hero/projects.inline.svg new file mode 100644 index 000000000..e8ae4b063 --- /dev/null +++ b/assets/hackathon/hero/projects.inline.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/hackathon/overview.png b/assets/hackathon/overview.png new file mode 100644 index 000000000..c1f1b4e90 Binary files /dev/null and b/assets/hackathon/overview.png differ diff --git a/assets/hackathon/past-hackathons/defi.png b/assets/hackathon/past-hackathons/defi.png new file mode 100644 index 000000000..4806af020 Binary files /dev/null and b/assets/hackathon/past-hackathons/defi.png differ diff --git a/assets/hackathon/past-hackathons/grizzlython.jpg b/assets/hackathon/past-hackathons/grizzlython.jpg new file mode 100644 index 000000000..1a0360134 Binary files /dev/null and b/assets/hackathon/past-hackathons/grizzlython.jpg differ diff --git a/assets/hackathon/past-hackathons/hyperdrive.jpg b/assets/hackathon/past-hackathons/hyperdrive.jpg new file mode 100644 index 000000000..9d164ca21 Binary files /dev/null and b/assets/hackathon/past-hackathons/hyperdrive.jpg differ diff --git a/assets/hackathon/past-hackathons/ignition.jpg b/assets/hackathon/past-hackathons/ignition.jpg new file mode 100644 index 000000000..509a356db Binary files /dev/null and b/assets/hackathon/past-hackathons/ignition.jpg differ diff --git a/assets/hackathon/past-hackathons/inaugural.png b/assets/hackathon/past-hackathons/inaugural.png new file mode 100644 index 000000000..d4e75d1de Binary files /dev/null and b/assets/hackathon/past-hackathons/inaugural.png differ diff --git a/assets/hackathon/past-hackathons/renaissance.jpg b/assets/hackathon/past-hackathons/renaissance.jpg new file mode 100644 index 000000000..015807f84 Binary files /dev/null and b/assets/hackathon/past-hackathons/renaissance.jpg differ diff --git a/assets/hackathon/past-hackathons/riptide.jpg b/assets/hackathon/past-hackathons/riptide.jpg new file mode 100644 index 000000000..1ee811316 Binary files /dev/null and b/assets/hackathon/past-hackathons/riptide.jpg differ diff --git a/assets/hackathon/past-hackathons/season.jpg b/assets/hackathon/past-hackathons/season.jpg new file mode 100644 index 000000000..fe2318afa Binary files /dev/null and b/assets/hackathon/past-hackathons/season.jpg differ diff --git a/assets/hackathon/past-hackathons/summercamp.png b/assets/hackathon/past-hackathons/summercamp.png new file mode 100644 index 000000000..96fef2d04 Binary files /dev/null and b/assets/hackathon/past-hackathons/summercamp.png differ diff --git a/assets/hackathon/previous-sponsors/google.png b/assets/hackathon/previous-sponsors/google.png new file mode 100644 index 000000000..1947c25cc Binary files /dev/null and b/assets/hackathon/previous-sponsors/google.png differ diff --git a/assets/hackathon/previous-sponsors/graphic-left.png b/assets/hackathon/previous-sponsors/graphic-left.png new file mode 100644 index 000000000..aeb97b870 Binary files /dev/null and b/assets/hackathon/previous-sponsors/graphic-left.png differ diff --git a/assets/hackathon/previous-sponsors/graphic-right.png b/assets/hackathon/previous-sponsors/graphic-right.png new file mode 100644 index 000000000..6b4dd5cda Binary files /dev/null and b/assets/hackathon/previous-sponsors/graphic-right.png differ diff --git a/assets/hackathon/previous-sponsors/jump.png b/assets/hackathon/previous-sponsors/jump.png new file mode 100644 index 000000000..170719596 Binary files /dev/null and b/assets/hackathon/previous-sponsors/jump.png differ diff --git a/assets/hackathon/previous-sponsors/microsoft.png b/assets/hackathon/previous-sponsors/microsoft.png new file mode 100644 index 000000000..507740729 Binary files /dev/null and b/assets/hackathon/previous-sponsors/microsoft.png differ diff --git a/assets/hackathon/previous-sponsors/samsung.png b/assets/hackathon/previous-sponsors/samsung.png new file mode 100644 index 000000000..ecaaf2a9a Binary files /dev/null and b/assets/hackathon/previous-sponsors/samsung.png differ diff --git a/assets/hackathon/previous-sponsors/standard-chartered.png b/assets/hackathon/previous-sponsors/standard-chartered.png new file mode 100644 index 000000000..65b0f5c6d Binary files /dev/null and b/assets/hackathon/previous-sponsors/standard-chartered.png differ diff --git a/assets/hackathon/previous-sponsors/stripe.png b/assets/hackathon/previous-sponsors/stripe.png new file mode 100644 index 000000000..992f45ff7 Binary files /dev/null and b/assets/hackathon/previous-sponsors/stripe.png differ diff --git a/assets/hackathon/previous-sponsors/tsm.png b/assets/hackathon/previous-sponsors/tsm.png new file mode 100644 index 000000000..3105210fa Binary files /dev/null and b/assets/hackathon/previous-sponsors/tsm.png differ diff --git a/assets/hackathon/previous-sponsors/visa.png b/assets/hackathon/previous-sponsors/visa.png new file mode 100644 index 000000000..5d989e37a Binary files /dev/null and b/assets/hackathon/previous-sponsors/visa.png differ diff --git a/assets/hackathon/previous-winners/crossmint.png b/assets/hackathon/previous-winners/crossmint.png new file mode 100644 index 000000000..d9e76a9db Binary files /dev/null and b/assets/hackathon/previous-winners/crossmint.png differ diff --git a/assets/hackathon/previous-winners/dialect.png b/assets/hackathon/previous-winners/dialect.png new file mode 100644 index 000000000..f9d39fad7 Binary files /dev/null and b/assets/hackathon/previous-winners/dialect.png differ diff --git a/assets/hackathon/previous-winners/genopets.png b/assets/hackathon/previous-winners/genopets.png new file mode 100644 index 000000000..49ddd8c24 Binary files /dev/null and b/assets/hackathon/previous-winners/genopets.png differ diff --git a/assets/hackathon/previous-winners/h.png b/assets/hackathon/previous-winners/h.png new file mode 100644 index 000000000..e811314da Binary files /dev/null and b/assets/hackathon/previous-winners/h.png differ diff --git a/assets/hackathon/previous-winners/jito.png b/assets/hackathon/previous-winners/jito.png new file mode 100644 index 000000000..caacbe414 Binary files /dev/null and b/assets/hackathon/previous-winners/jito.png differ diff --git a/assets/hackathon/previous-winners/mango.png b/assets/hackathon/previous-winners/mango.png new file mode 100644 index 000000000..f368a12d2 Binary files /dev/null and b/assets/hackathon/previous-winners/mango.png differ diff --git a/assets/hackathon/previous-winners/marinade.png b/assets/hackathon/previous-winners/marinade.png new file mode 100644 index 000000000..8c29b0ce9 Binary files /dev/null and b/assets/hackathon/previous-winners/marinade.png differ diff --git a/assets/hackathon/previous-winners/portals.png b/assets/hackathon/previous-winners/portals.png new file mode 100644 index 000000000..c7f6b50be Binary files /dev/null and b/assets/hackathon/previous-winners/portals.png differ diff --git a/assets/hackathon/previous-winners/solanafm.png b/assets/hackathon/previous-winners/solanafm.png new file mode 100644 index 000000000..1bc79af40 Binary files /dev/null and b/assets/hackathon/previous-winners/solanafm.png differ diff --git a/assets/hackathon/previous-winners/solend.png b/assets/hackathon/previous-winners/solend.png new file mode 100644 index 000000000..d13eb4762 Binary files /dev/null and b/assets/hackathon/previous-winners/solend.png differ diff --git a/assets/hackathon/previous-winners/squads.png b/assets/hackathon/previous-winners/squads.png new file mode 100644 index 000000000..e92029c32 Binary files /dev/null and b/assets/hackathon/previous-winners/squads.png differ diff --git a/assets/hackathon/previous-winners/stepn.png b/assets/hackathon/previous-winners/stepn.png new file mode 100644 index 000000000..20f47b1d0 Binary files /dev/null and b/assets/hackathon/previous-winners/stepn.png differ diff --git a/assets/hackathon/previous-winners/switchboard.png b/assets/hackathon/previous-winners/switchboard.png new file mode 100644 index 000000000..d904ca336 Binary files /dev/null and b/assets/hackathon/previous-winners/switchboard.png differ diff --git a/assets/hackathon/previous-winners/tensor.png b/assets/hackathon/previous-winners/tensor.png new file mode 100644 index 000000000..2ee4b4416 Binary files /dev/null and b/assets/hackathon/previous-winners/tensor.png differ diff --git a/assets/hackathon/previous-winners/uxd.png b/assets/hackathon/previous-winners/uxd.png new file mode 100644 index 000000000..8c7d0d47c Binary files /dev/null and b/assets/hackathon/previous-winners/uxd.png differ diff --git a/assets/hackathon/previous-winners/wordcel.png b/assets/hackathon/previous-winners/wordcel.png new file mode 100644 index 000000000..da1125e6e Binary files /dev/null and b/assets/hackathon/previous-winners/wordcel.png differ diff --git a/assets/instagram/energy-usage/background.svg b/assets/instagram/energy-usage/background.svg new file mode 100644 index 000000000..16cc2b577 --- /dev/null +++ b/assets/instagram/energy-usage/background.svg @@ -0,0 +1 @@ + diff --git a/assets/instagram/energy-usage/next.inline.svg b/assets/instagram/energy-usage/next.inline.svg new file mode 100644 index 000000000..d6c595d7b --- /dev/null +++ b/assets/instagram/energy-usage/next.inline.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/instagram/energy-usage/prev.inline.svg b/assets/instagram/energy-usage/prev.inline.svg new file mode 100644 index 000000000..da2a5f3e9 --- /dev/null +++ b/assets/instagram/energy-usage/prev.inline.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/instagram/giveaway-form/giveaway-illustration.png b/assets/instagram/giveaway-form/giveaway-illustration.png new file mode 100644 index 000000000..bc5e496e1 Binary files /dev/null and b/assets/instagram/giveaway-form/giveaway-illustration.png differ diff --git a/assets/instagram/giveaway-form/giveaway-illustration.svg b/assets/instagram/giveaway-form/giveaway-illustration.svg new file mode 100644 index 000000000..f5b76b69b --- /dev/null +++ b/assets/instagram/giveaway-form/giveaway-illustration.svg @@ -0,0 +1 @@ + diff --git a/assets/instagram/hero/facebook-logo.png b/assets/instagram/hero/facebook-logo.png new file mode 100644 index 000000000..c29eabd15 Binary files /dev/null and b/assets/instagram/hero/facebook-logo.png differ diff --git a/assets/instagram/hero/instagram-logo.png b/assets/instagram/hero/instagram-logo.png new file mode 100644 index 000000000..dd73c1803 Binary files /dev/null and b/assets/instagram/hero/instagram-logo.png differ diff --git a/assets/instagram/hero/solana-instagram-nfts-hero-image.jpg b/assets/instagram/hero/solana-instagram-nfts-hero-image.jpg new file mode 100644 index 000000000..8b7cb36d3 Binary files /dev/null and b/assets/instagram/hero/solana-instagram-nfts-hero-image.jpg differ diff --git a/assets/instagram/hero/solana-logo.inline.svg b/assets/instagram/hero/solana-logo.inline.svg new file mode 100644 index 000000000..a2fff037d --- /dev/null +++ b/assets/instagram/hero/solana-logo.inline.svg @@ -0,0 +1 @@ + diff --git a/assets/instagram/tiles/aurory.jpg b/assets/instagram/tiles/aurory.jpg new file mode 100644 index 000000000..42d36ef67 Binary files /dev/null and b/assets/instagram/tiles/aurory.jpg differ diff --git a/assets/instagram/tiles/boogles.jpg b/assets/instagram/tiles/boogles.jpg new file mode 100644 index 000000000..7101d8d81 Binary files /dev/null and b/assets/instagram/tiles/boogles.jpg differ diff --git a/assets/instagram/tiles/catalina-whales.jpg b/assets/instagram/tiles/catalina-whales.jpg new file mode 100644 index 000000000..d75916f70 Binary files /dev/null and b/assets/instagram/tiles/catalina-whales.jpg differ diff --git a/assets/instagram/tiles/degen-ape.jpg b/assets/instagram/tiles/degen-ape.jpg new file mode 100644 index 000000000..3d642332e Binary files /dev/null and b/assets/instagram/tiles/degen-ape.jpg differ diff --git a/assets/instagram/tiles/degods.jpg b/assets/instagram/tiles/degods.jpg new file mode 100644 index 000000000..f6c2e592c Binary files /dev/null and b/assets/instagram/tiles/degods.jpg differ diff --git a/assets/instagram/tiles/exchangeart.jpg b/assets/instagram/tiles/exchangeart.jpg new file mode 100644 index 000000000..281593c5c Binary files /dev/null and b/assets/instagram/tiles/exchangeart.jpg differ diff --git a/assets/instagram/tiles/formfunction.jpg b/assets/instagram/tiles/formfunction.jpg new file mode 100644 index 000000000..9cbefd9ab Binary files /dev/null and b/assets/instagram/tiles/formfunction.jpg differ diff --git a/assets/instagram/tiles/fractal.jpg b/assets/instagram/tiles/fractal.jpg new file mode 100644 index 000000000..4f622dd8f Binary files /dev/null and b/assets/instagram/tiles/fractal.jpg differ diff --git a/assets/instagram/tiles/grim-syndicate.jpg b/assets/instagram/tiles/grim-syndicate.jpg new file mode 100644 index 000000000..f961c0a90 Binary files /dev/null and b/assets/instagram/tiles/grim-syndicate.jpg differ diff --git a/assets/instagram/tiles/holaplex.jpg b/assets/instagram/tiles/holaplex.jpg new file mode 100644 index 000000000..dce4ad0a3 Binary files /dev/null and b/assets/instagram/tiles/holaplex.jpg differ diff --git a/assets/instagram/tiles/hyperspace.jpg b/assets/instagram/tiles/hyperspace.jpg new file mode 100644 index 000000000..24b2aaa80 Binary files /dev/null and b/assets/instagram/tiles/hyperspace.jpg differ diff --git a/assets/instagram/tiles/magiceden.jpg b/assets/instagram/tiles/magiceden.jpg new file mode 100644 index 000000000..b8dd81e97 Binary files /dev/null and b/assets/instagram/tiles/magiceden.jpg differ diff --git a/assets/instagram/tiles/metaplex.jpg b/assets/instagram/tiles/metaplex.jpg new file mode 100644 index 000000000..12f0ee382 Binary files /dev/null and b/assets/instagram/tiles/metaplex.jpg differ diff --git a/assets/instagram/tiles/okay-bears.jpg b/assets/instagram/tiles/okay-bears.jpg new file mode 100644 index 000000000..96b656ce4 Binary files /dev/null and b/assets/instagram/tiles/okay-bears.jpg differ diff --git a/assets/instagram/tiles/solana-monkey-business.jpg b/assets/instagram/tiles/solana-monkey-business.jpg new file mode 100644 index 000000000..969d55651 Binary files /dev/null and b/assets/instagram/tiles/solana-monkey-business.jpg differ diff --git a/assets/instagram/tiles/y00ts.jpg b/assets/instagram/tiles/y00ts.jpg new file mode 100644 index 000000000..ea78e1d4d Binary files /dev/null and b/assets/instagram/tiles/y00ts.jpg differ diff --git a/assets/nav/build/cases.inline.svg b/assets/nav/build/cases.inline.svg new file mode 100644 index 000000000..e7e9f6d59 --- /dev/null +++ b/assets/nav/build/cases.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/nav/build/developers.inline.svg b/assets/nav/build/developers.inline.svg new file mode 100644 index 000000000..950e62998 --- /dev/null +++ b/assets/nav/build/developers.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/nav/community/breakpoint-logo.inline.svg b/assets/nav/community/breakpoint-logo.inline.svg new file mode 100644 index 000000000..3fa9f0c00 --- /dev/null +++ b/assets/nav/community/breakpoint-logo.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/nav/community/involved.inline.svg b/assets/nav/community/involved.inline.svg new file mode 100644 index 000000000..657a852c3 --- /dev/null +++ b/assets/nav/community/involved.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/nav/learn/start.inline.svg b/assets/nav/learn/start.inline.svg new file mode 100644 index 000000000..4e0d188e9 --- /dev/null +++ b/assets/nav/learn/start.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/nav/network/inspect.inline.svg b/assets/nav/network/inspect.inline.svg new file mode 100644 index 000000000..c2e9f80e4 --- /dev/null +++ b/assets/nav/network/inspect.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/nav/network/resources.inline.svg b/assets/nav/network/resources.inline.svg new file mode 100644 index 000000000..c2c0a4052 --- /dev/null +++ b/assets/nav/network/resources.inline.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/nav/solutions/cases.inline.svg b/assets/nav/solutions/cases.inline.svg new file mode 100644 index 000000000..b069c5e28 --- /dev/null +++ b/assets/nav/solutions/cases.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/nav/solutions/resources.inline.svg b/assets/nav/solutions/resources.inline.svg new file mode 100644 index 000000000..bb69fe97b --- /dev/null +++ b/assets/nav/solutions/resources.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/nav/solutions/solutions.inline.svg b/assets/nav/solutions/solutions.inline.svg new file mode 100644 index 000000000..ec82c5361 --- /dev/null +++ b/assets/nav/solutions/solutions.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/nft-showdown/body-pattern.png b/assets/nft-showdown/body-pattern.png new file mode 100644 index 000000000..339cb0667 Binary files /dev/null and b/assets/nft-showdown/body-pattern.png differ diff --git a/assets/nft-showdown/logo.png b/assets/nft-showdown/logo.png new file mode 100644 index 000000000..5511efa97 Binary files /dev/null and b/assets/nft-showdown/logo.png differ diff --git a/assets/nft-showdown/partners/backpack.png b/assets/nft-showdown/partners/backpack.png new file mode 100644 index 000000000..c95df454e Binary files /dev/null and b/assets/nft-showdown/partners/backpack.png differ diff --git a/assets/nft-showdown/partners/boots.png b/assets/nft-showdown/partners/boots.png new file mode 100644 index 000000000..7e0c98caa Binary files /dev/null and b/assets/nft-showdown/partners/boots.png differ diff --git a/assets/nft-showdown/partners/claynosaurz.png b/assets/nft-showdown/partners/claynosaurz.png new file mode 100644 index 000000000..bb79c8689 Binary files /dev/null and b/assets/nft-showdown/partners/claynosaurz.png differ diff --git a/assets/nft-showdown/partners/daa.png b/assets/nft-showdown/partners/daa.png new file mode 100644 index 000000000..7c77627d3 Binary files /dev/null and b/assets/nft-showdown/partners/daa.png differ diff --git a/assets/nft-showdown/partners/dialect.png b/assets/nft-showdown/partners/dialect.png new file mode 100644 index 000000000..fa94a737f Binary files /dev/null and b/assets/nft-showdown/partners/dialect.png differ diff --git a/assets/nft-showdown/partners/fc.png b/assets/nft-showdown/partners/fc.png new file mode 100644 index 000000000..061ed3526 Binary files /dev/null and b/assets/nft-showdown/partners/fc.png differ diff --git a/assets/nft-showdown/partners/hyperspace.png b/assets/nft-showdown/partners/hyperspace.png new file mode 100644 index 000000000..c6d66494c Binary files /dev/null and b/assets/nft-showdown/partners/hyperspace.png differ diff --git a/assets/nft-showdown/partners/lollipop.png b/assets/nft-showdown/partners/lollipop.png new file mode 100644 index 000000000..eb909106c Binary files /dev/null and b/assets/nft-showdown/partners/lollipop.png differ diff --git a/assets/nft-showdown/partners/me.png b/assets/nft-showdown/partners/me.png new file mode 100644 index 000000000..624b71887 Binary files /dev/null and b/assets/nft-showdown/partners/me.png differ diff --git a/assets/nft-showdown/partners/metaplex.png b/assets/nft-showdown/partners/metaplex.png new file mode 100644 index 000000000..eb08ed5c7 Binary files /dev/null and b/assets/nft-showdown/partners/metaplex.png differ diff --git a/assets/nft-showdown/partners/monkedao.png b/assets/nft-showdown/partners/monkedao.png new file mode 100644 index 000000000..c391a1029 Binary files /dev/null and b/assets/nft-showdown/partners/monkedao.png differ diff --git a/assets/nft-showdown/partners/okb.png b/assets/nft-showdown/partners/okb.png new file mode 100644 index 000000000..4ce7c1e5f Binary files /dev/null and b/assets/nft-showdown/partners/okb.png differ diff --git a/assets/nft-showdown/partners/tensor.png b/assets/nft-showdown/partners/tensor.png new file mode 100644 index 000000000..37d041134 Binary files /dev/null and b/assets/nft-showdown/partners/tensor.png differ diff --git a/assets/playgg/_enter-email.inline.svg b/assets/playgg/_enter-email.inline.svg new file mode 100644 index 000000000..bc25bef9a --- /dev/null +++ b/assets/playgg/_enter-email.inline.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/playgg/arrow-submit.inline.svg b/assets/playgg/arrow-submit.inline.svg new file mode 100644 index 000000000..c8c814dc0 --- /dev/null +++ b/assets/playgg/arrow-submit.inline.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/playgg/diego.inline.svg b/assets/playgg/diego.inline.svg new file mode 100644 index 000000000..cf7d5ae1d --- /dev/null +++ b/assets/playgg/diego.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/playgg/games/abysswalkers.png b/assets/playgg/games/abysswalkers.png new file mode 100644 index 000000000..6a495264f Binary files /dev/null and b/assets/playgg/games/abysswalkers.png differ diff --git a/assets/playgg/games/alchemy.png b/assets/playgg/games/alchemy.png new file mode 100644 index 000000000..c413a8580 Binary files /dev/null and b/assets/playgg/games/alchemy.png differ diff --git a/assets/playgg/games/alphaleagueracing.png b/assets/playgg/games/alphaleagueracing.png new file mode 100644 index 000000000..0fb6442e5 Binary files /dev/null and b/assets/playgg/games/alphaleagueracing.png differ diff --git a/assets/playgg/games/angelic.png b/assets/playgg/games/angelic.png new file mode 100644 index 000000000..562181446 Binary files /dev/null and b/assets/playgg/games/angelic.png differ diff --git a/assets/playgg/games/astrospace.png b/assets/playgg/games/astrospace.png new file mode 100644 index 000000000..8bc87cc9f Binary files /dev/null and b/assets/playgg/games/astrospace.png differ diff --git a/assets/playgg/games/aurory.png b/assets/playgg/games/aurory.png new file mode 100644 index 000000000..8402d4e70 Binary files /dev/null and b/assets/playgg/games/aurory.png differ diff --git a/assets/playgg/games/bladerite.png b/assets/playgg/games/bladerite.png new file mode 100644 index 000000000..420bc1a19 Binary files /dev/null and b/assets/playgg/games/bladerite.png differ diff --git a/assets/playgg/games/bmc.png b/assets/playgg/games/bmc.png new file mode 100644 index 000000000..7dede98aa Binary files /dev/null and b/assets/playgg/games/bmc.png differ diff --git a/assets/playgg/games/br1.png b/assets/playgg/games/br1.png new file mode 100644 index 000000000..efbbea0c3 Binary files /dev/null and b/assets/playgg/games/br1.png differ diff --git a/assets/playgg/games/caveworld.png b/assets/playgg/games/caveworld.png new file mode 100644 index 000000000..89a98c052 Binary files /dev/null and b/assets/playgg/games/caveworld.png differ diff --git a/assets/playgg/games/chronosdawnoftime.png b/assets/playgg/games/chronosdawnoftime.png new file mode 100644 index 000000000..9524f80a2 Binary files /dev/null and b/assets/playgg/games/chronosdawnoftime.png differ diff --git a/assets/playgg/games/dripdroparena.png b/assets/playgg/games/dripdroparena.png new file mode 100644 index 000000000..cbbd42146 Binary files /dev/null and b/assets/playgg/games/dripdroparena.png differ diff --git a/assets/playgg/games/earthfromanothersun.png b/assets/playgg/games/earthfromanothersun.png new file mode 100644 index 000000000..2bdb27b9b Binary files /dev/null and b/assets/playgg/games/earthfromanothersun.png differ diff --git a/assets/playgg/games/eternaldragons.png b/assets/playgg/games/eternaldragons.png new file mode 100644 index 000000000..28ea9074c Binary files /dev/null and b/assets/playgg/games/eternaldragons.png differ diff --git a/assets/playgg/games/evio.png b/assets/playgg/games/evio.png new file mode 100644 index 000000000..bbe23c3e9 Binary files /dev/null and b/assets/playgg/games/evio.png differ diff --git a/assets/playgg/games/genopets.png b/assets/playgg/games/genopets.png new file mode 100644 index 000000000..7f221ea39 Binary files /dev/null and b/assets/playgg/games/genopets.png differ diff --git a/assets/playgg/games/honeyland.png b/assets/playgg/games/honeyland.png new file mode 100644 index 000000000..3b9f41eb0 Binary files /dev/null and b/assets/playgg/games/honeyland.png differ diff --git a/assets/playgg/games/houseofparlay.png b/assets/playgg/games/houseofparlay.png new file mode 100644 index 000000000..9b5355b4f Binary files /dev/null and b/assets/playgg/games/houseofparlay.png differ diff --git a/assets/playgg/games/laddercaster.png b/assets/playgg/games/laddercaster.png new file mode 100644 index 000000000..8f35db3cf Binary files /dev/null and b/assets/playgg/games/laddercaster.png differ diff --git a/assets/playgg/games/lowlifeforms.png b/assets/playgg/games/lowlifeforms.png new file mode 100644 index 000000000..5223aa08a Binary files /dev/null and b/assets/playgg/games/lowlifeforms.png differ diff --git a/assets/playgg/games/megaroad.png b/assets/playgg/games/megaroad.png new file mode 100644 index 000000000..e0d86ac5d Binary files /dev/null and b/assets/playgg/games/megaroad.png differ diff --git a/assets/playgg/games/milliononmars.png b/assets/playgg/games/milliononmars.png new file mode 100644 index 000000000..bf22f0944 Binary files /dev/null and b/assets/playgg/games/milliononmars.png differ diff --git a/assets/playgg/games/miniarena.png b/assets/playgg/games/miniarena.png new file mode 100644 index 000000000..d42465ca1 Binary files /dev/null and b/assets/playgg/games/miniarena.png differ diff --git a/assets/playgg/games/mirrorworld.png b/assets/playgg/games/mirrorworld.png new file mode 100644 index 000000000..8b6e5e0f8 Binary files /dev/null and b/assets/playgg/games/mirrorworld.png differ diff --git a/assets/playgg/games/mixmob.png b/assets/playgg/games/mixmob.png new file mode 100644 index 000000000..c724c18b2 Binary files /dev/null and b/assets/playgg/games/mixmob.png differ diff --git a/assets/playgg/games/moddio.png b/assets/playgg/games/moddio.png new file mode 100644 index 000000000..c0e1c2eb6 Binary files /dev/null and b/assets/playgg/games/moddio.png differ diff --git a/assets/playgg/games/monkeyleague.png b/assets/playgg/games/monkeyleague.png new file mode 100644 index 000000000..69fc79e76 Binary files /dev/null and b/assets/playgg/games/monkeyleague.png differ diff --git a/assets/playgg/games/nowayback.png b/assets/playgg/games/nowayback.png new file mode 100644 index 000000000..6f5feb8b9 Binary files /dev/null and b/assets/playgg/games/nowayback.png differ diff --git a/assets/playgg/games/photofinishlive.png b/assets/playgg/games/photofinishlive.png new file mode 100644 index 000000000..1244e0492 Binary files /dev/null and b/assets/playgg/games/photofinishlive.png differ diff --git a/assets/playgg/games/pogdigital.png b/assets/playgg/games/pogdigital.png new file mode 100644 index 000000000..9310a8218 Binary files /dev/null and b/assets/playgg/games/pogdigital.png differ diff --git a/assets/playgg/games/portals.png b/assets/playgg/games/portals.png new file mode 100644 index 000000000..4d3dfd2ff Binary files /dev/null and b/assets/playgg/games/portals.png differ diff --git a/assets/playgg/games/projectelunne.png b/assets/playgg/games/projectelunne.png new file mode 100644 index 000000000..69847c48b Binary files /dev/null and b/assets/playgg/games/projectelunne.png differ diff --git a/assets/playgg/games/reignoftitans.png b/assets/playgg/games/reignoftitans.png new file mode 100644 index 000000000..3b8f30ba4 Binary files /dev/null and b/assets/playgg/games/reignoftitans.png differ diff --git a/assets/playgg/games/royalechess.png b/assets/playgg/games/royalechess.png new file mode 100644 index 000000000..32f05746b Binary files /dev/null and b/assets/playgg/games/royalechess.png differ diff --git a/assets/playgg/games/skatex.png b/assets/playgg/games/skatex.png new file mode 100644 index 000000000..dd7acd3a0 Binary files /dev/null and b/assets/playgg/games/skatex.png differ diff --git a/assets/playgg/games/solcraft.png b/assets/playgg/games/solcraft.png new file mode 100644 index 000000000..25e25527a Binary files /dev/null and b/assets/playgg/games/solcraft.png differ diff --git a/assets/playgg/games/staratlas.png b/assets/playgg/games/staratlas.png new file mode 100644 index 000000000..7b637f53c Binary files /dev/null and b/assets/playgg/games/staratlas.png differ diff --git a/assets/playgg/games/stepn.png b/assets/playgg/games/stepn.png new file mode 100644 index 000000000..5a9e0a714 Binary files /dev/null and b/assets/playgg/games/stepn.png differ diff --git a/assets/playgg/games/tinies.png b/assets/playgg/games/tinies.png new file mode 100644 index 000000000..59b1e3307 Binary files /dev/null and b/assets/playgg/games/tinies.png differ diff --git a/assets/playgg/games/worldseekers.png b/assets/playgg/games/worldseekers.png new file mode 100644 index 000000000..d2d6041cd Binary files /dev/null and b/assets/playgg/games/worldseekers.png differ diff --git a/assets/playgg/games/yesgnome.png b/assets/playgg/games/yesgnome.png new file mode 100644 index 000000000..bdfad8bcd Binary files /dev/null and b/assets/playgg/games/yesgnome.png differ diff --git a/assets/playgg/gg.inline.svg b/assets/playgg/gg.inline.svg new file mode 100644 index 000000000..06c38f4d5 --- /dev/null +++ b/assets/playgg/gg.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/playgg/jul.inline.svg b/assets/playgg/jul.inline.svg new file mode 100644 index 000000000..e48a7c841 --- /dev/null +++ b/assets/playgg/jul.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/playgg/magiceden.inline.svg b/assets/playgg/magiceden.inline.svg new file mode 100644 index 000000000..94738bb22 --- /dev/null +++ b/assets/playgg/magiceden.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/playgg/mask1.svg b/assets/playgg/mask1.svg new file mode 100644 index 000000000..524403f46 --- /dev/null +++ b/assets/playgg/mask1.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask10.svg b/assets/playgg/mask10.svg new file mode 100644 index 000000000..4f1fcb38e --- /dev/null +++ b/assets/playgg/mask10.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask11.svg b/assets/playgg/mask11.svg new file mode 100644 index 000000000..ca0a036ae --- /dev/null +++ b/assets/playgg/mask11.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask12.svg b/assets/playgg/mask12.svg new file mode 100644 index 000000000..2769ad541 --- /dev/null +++ b/assets/playgg/mask12.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask13.svg b/assets/playgg/mask13.svg new file mode 100644 index 000000000..61836ea6b --- /dev/null +++ b/assets/playgg/mask13.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask14.svg b/assets/playgg/mask14.svg new file mode 100644 index 000000000..d1ef2f25d --- /dev/null +++ b/assets/playgg/mask14.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask15.svg b/assets/playgg/mask15.svg new file mode 100644 index 000000000..9a2feb20b --- /dev/null +++ b/assets/playgg/mask15.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask16.svg b/assets/playgg/mask16.svg new file mode 100644 index 000000000..5d3fa8006 --- /dev/null +++ b/assets/playgg/mask16.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask17.svg b/assets/playgg/mask17.svg new file mode 100644 index 000000000..4367eee00 --- /dev/null +++ b/assets/playgg/mask17.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask18.svg b/assets/playgg/mask18.svg new file mode 100644 index 000000000..d8d8a60b1 --- /dev/null +++ b/assets/playgg/mask18.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask19.svg b/assets/playgg/mask19.svg new file mode 100644 index 000000000..778c7db03 --- /dev/null +++ b/assets/playgg/mask19.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask2.svg b/assets/playgg/mask2.svg new file mode 100644 index 000000000..51718bc3d --- /dev/null +++ b/assets/playgg/mask2.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask20.svg b/assets/playgg/mask20.svg new file mode 100644 index 000000000..bdbea5553 --- /dev/null +++ b/assets/playgg/mask20.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask21.svg b/assets/playgg/mask21.svg new file mode 100644 index 000000000..7166bad9e --- /dev/null +++ b/assets/playgg/mask21.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask22.svg b/assets/playgg/mask22.svg new file mode 100644 index 000000000..2e74a61d8 --- /dev/null +++ b/assets/playgg/mask22.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask23.svg b/assets/playgg/mask23.svg new file mode 100644 index 000000000..483cdc9c9 --- /dev/null +++ b/assets/playgg/mask23.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask24.svg b/assets/playgg/mask24.svg new file mode 100644 index 000000000..96ab9eb94 --- /dev/null +++ b/assets/playgg/mask24.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask25.svg b/assets/playgg/mask25.svg new file mode 100644 index 000000000..00199a875 --- /dev/null +++ b/assets/playgg/mask25.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask26.svg b/assets/playgg/mask26.svg new file mode 100644 index 000000000..3c0babdf9 --- /dev/null +++ b/assets/playgg/mask26.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask27.svg b/assets/playgg/mask27.svg new file mode 100644 index 000000000..1b96b755b --- /dev/null +++ b/assets/playgg/mask27.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask28.svg b/assets/playgg/mask28.svg new file mode 100644 index 000000000..9d7a70b06 --- /dev/null +++ b/assets/playgg/mask28.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask29.svg b/assets/playgg/mask29.svg new file mode 100644 index 000000000..222157555 --- /dev/null +++ b/assets/playgg/mask29.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask3.svg b/assets/playgg/mask3.svg new file mode 100644 index 000000000..63b5a20bc --- /dev/null +++ b/assets/playgg/mask3.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask30.svg b/assets/playgg/mask30.svg new file mode 100644 index 000000000..48dc00808 --- /dev/null +++ b/assets/playgg/mask30.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask4.svg b/assets/playgg/mask4.svg new file mode 100644 index 000000000..8bd2c1665 --- /dev/null +++ b/assets/playgg/mask4.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask5.svg b/assets/playgg/mask5.svg new file mode 100644 index 000000000..c45287f1c --- /dev/null +++ b/assets/playgg/mask5.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask6.svg b/assets/playgg/mask6.svg new file mode 100644 index 000000000..8e001f754 --- /dev/null +++ b/assets/playgg/mask6.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask7.svg b/assets/playgg/mask7.svg new file mode 100644 index 000000000..f120af883 --- /dev/null +++ b/assets/playgg/mask7.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask8.svg b/assets/playgg/mask8.svg new file mode 100644 index 000000000..c189a40ef --- /dev/null +++ b/assets/playgg/mask8.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/mask9.svg b/assets/playgg/mask9.svg new file mode 100644 index 000000000..9424acba8 --- /dev/null +++ b/assets/playgg/mask9.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/playgg/play.inline.svg b/assets/playgg/play.inline.svg new file mode 100644 index 000000000..365d51515 --- /dev/null +++ b/assets/playgg/play.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/playgg/poster.jpg b/assets/playgg/poster.jpg new file mode 100644 index 000000000..a4ce395a8 Binary files /dev/null and b/assets/playgg/poster.jpg differ diff --git a/assets/playgg/solana.inline.svg b/assets/playgg/solana.inline.svg new file mode 100644 index 000000000..d09d63ad7 --- /dev/null +++ b/assets/playgg/solana.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/podcast/amazon-music-logo.inline.svg b/assets/podcast/amazon-music-logo.inline.svg new file mode 100644 index 000000000..2b9de7d3b --- /dev/null +++ b/assets/podcast/amazon-music-logo.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/podcast/apple-podcasts-listen.inline.svg b/assets/podcast/apple-podcasts-listen.inline.svg new file mode 100644 index 000000000..84588ad7d --- /dev/null +++ b/assets/podcast/apple-podcasts-listen.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/podcast/apple-podcasts-logo.inline.svg b/assets/podcast/apple-podcasts-logo.inline.svg new file mode 100644 index 000000000..2eabc9735 --- /dev/null +++ b/assets/podcast/apple-podcasts-logo.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/podcast/background-art.inline.svg b/assets/podcast/background-art.inline.svg new file mode 100644 index 000000000..937bdd025 --- /dev/null +++ b/assets/podcast/background-art.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/podcast/google-podcasts-logo.inline.svg b/assets/podcast/google-podcasts-logo.inline.svg new file mode 100644 index 000000000..353352b21 --- /dev/null +++ b/assets/podcast/google-podcasts-logo.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/podcast/pocketcast-logo.inline.svg b/assets/podcast/pocketcast-logo.inline.svg new file mode 100644 index 000000000..2bf768b2d --- /dev/null +++ b/assets/podcast/pocketcast-logo.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/podcast/rss-feed.inline.svg b/assets/podcast/rss-feed.inline.svg new file mode 100644 index 000000000..0be1ab27b --- /dev/null +++ b/assets/podcast/rss-feed.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/podcast/solana-podcast-logo.jpeg b/assets/podcast/solana-podcast-logo.jpeg new file mode 100644 index 000000000..96a69e57c Binary files /dev/null and b/assets/podcast/solana-podcast-logo.jpeg differ diff --git a/assets/podcast/spotify-logo.inline.svg b/assets/podcast/spotify-logo.inline.svg new file mode 100644 index 000000000..de3c5fe6d --- /dev/null +++ b/assets/podcast/spotify-logo.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/possible/ecosystem-logos/Alchemy.jpg b/assets/possible/ecosystem-logos/Alchemy.jpg new file mode 100644 index 000000000..af210cb89 Binary files /dev/null and b/assets/possible/ecosystem-logos/Alchemy.jpg differ diff --git a/assets/possible/ecosystem-logos/AldrinSolanaDex.jpg b/assets/possible/ecosystem-logos/AldrinSolanaDex.jpg new file mode 100644 index 000000000..8fc406b15 Binary files /dev/null and b/assets/possible/ecosystem-logos/AldrinSolanaDex.jpg differ diff --git a/assets/possible/ecosystem-logos/AllDomains.jpg b/assets/possible/ecosystem-logos/AllDomains.jpg new file mode 100644 index 000000000..3b6837a3d Binary files /dev/null and b/assets/possible/ecosystem-logos/AllDomains.jpg differ diff --git a/assets/possible/ecosystem-logos/Anchor.jpg b/assets/possible/ecosystem-logos/Anchor.jpg new file mode 100644 index 000000000..fdf5399d6 Binary files /dev/null and b/assets/possible/ecosystem-logos/Anchor.jpg differ diff --git a/assets/possible/ecosystem-logos/Assetdash.jpg b/assets/possible/ecosystem-logos/Assetdash.jpg new file mode 100644 index 000000000..f4c191c08 Binary files /dev/null and b/assets/possible/ecosystem-logos/Assetdash.jpg differ diff --git a/assets/possible/ecosystem-logos/Atadia.jpg b/assets/possible/ecosystem-logos/Atadia.jpg new file mode 100644 index 000000000..0e7d940b2 Binary files /dev/null and b/assets/possible/ecosystem-logos/Atadia.jpg differ diff --git a/assets/possible/ecosystem-logos/AtellixNetwork.jpg b/assets/possible/ecosystem-logos/AtellixNetwork.jpg new file mode 100644 index 000000000..64a1bbbc6 Binary files /dev/null and b/assets/possible/ecosystem-logos/AtellixNetwork.jpg differ diff --git a/assets/possible/ecosystem-logos/Aten.jpg b/assets/possible/ecosystem-logos/Aten.jpg new file mode 100644 index 000000000..8d222d352 Binary files /dev/null and b/assets/possible/ecosystem-logos/Aten.jpg differ diff --git a/assets/possible/ecosystem-logos/Atrix.jpg b/assets/possible/ecosystem-logos/Atrix.jpg new file mode 100644 index 000000000..fe4f4536a Binary files /dev/null and b/assets/possible/ecosystem-logos/Atrix.jpg differ diff --git a/assets/possible/ecosystem-logos/Audius.jpg b/assets/possible/ecosystem-logos/Audius.jpg new file mode 100644 index 000000000..84068eb46 Binary files /dev/null and b/assets/possible/ecosystem-logos/Audius.jpg differ diff --git a/assets/possible/ecosystem-logos/Aurory.jpg b/assets/possible/ecosystem-logos/Aurory.jpg new file mode 100644 index 000000000..31e79262a Binary files /dev/null and b/assets/possible/ecosystem-logos/Aurory.jpg differ diff --git a/assets/possible/ecosystem-logos/Aver.jpg b/assets/possible/ecosystem-logos/Aver.jpg new file mode 100644 index 000000000..12542a8e2 Binary files /dev/null and b/assets/possible/ecosystem-logos/Aver.jpg differ diff --git a/assets/possible/ecosystem-logos/BOOM.jpg b/assets/possible/ecosystem-logos/BOOM.jpg new file mode 100644 index 000000000..2b889d4c9 Binary files /dev/null and b/assets/possible/ecosystem-logos/BOOM.jpg differ diff --git a/assets/possible/ecosystem-logos/BR1Infinite.jpg b/assets/possible/ecosystem-logos/BR1Infinite.jpg new file mode 100644 index 000000000..e612dae45 Binary files /dev/null and b/assets/possible/ecosystem-logos/BR1Infinite.jpg differ diff --git a/assets/possible/ecosystem-logos/Backpack.jpg b/assets/possible/ecosystem-logos/Backpack.jpg new file mode 100644 index 000000000..539739f59 Binary files /dev/null and b/assets/possible/ecosystem-logos/Backpack.jpg differ diff --git a/assets/possible/ecosystem-logos/BoDoggos.jpg b/assets/possible/ecosystem-logos/BoDoggos.jpg new file mode 100644 index 000000000..44ed23775 Binary files /dev/null and b/assets/possible/ecosystem-logos/BoDoggos.jpg differ diff --git a/assets/possible/ecosystem-logos/Bonfida.jpg b/assets/possible/ecosystem-logos/Bonfida.jpg new file mode 100644 index 000000000..d4ce41f9d Binary files /dev/null and b/assets/possible/ecosystem-logos/Bonfida.jpg differ diff --git a/assets/possible/ecosystem-logos/Bonk.jpg b/assets/possible/ecosystem-logos/Bonk.jpg new file mode 100644 index 000000000..99e9bfad7 Binary files /dev/null and b/assets/possible/ecosystem-logos/Bonk.jpg differ diff --git a/assets/possible/ecosystem-logos/Boogles.jpg b/assets/possible/ecosystem-logos/Boogles.jpg new file mode 100644 index 000000000..70f88eec7 Binary files /dev/null and b/assets/possible/ecosystem-logos/Boogles.jpg differ diff --git a/assets/possible/ecosystem-logos/BoomBox.jpg b/assets/possible/ecosystem-logos/BoomBox.jpg new file mode 100644 index 000000000..0c2fcc8aa Binary files /dev/null and b/assets/possible/ecosystem-logos/BoomBox.jpg differ diff --git a/assets/possible/ecosystem-logos/Boots.jpg b/assets/possible/ecosystem-logos/Boots.jpg new file mode 100644 index 000000000..56f338b18 Binary files /dev/null and b/assets/possible/ecosystem-logos/Boots.jpg differ diff --git a/assets/possible/ecosystem-logos/Builderz.jpg b/assets/possible/ecosystem-logos/Builderz.jpg new file mode 100644 index 000000000..7cf75930b Binary files /dev/null and b/assets/possible/ecosystem-logos/Builderz.jpg differ diff --git a/assets/possible/ecosystem-logos/CandyPay.jpg b/assets/possible/ecosystem-logos/CandyPay.jpg new file mode 100644 index 000000000..c16528df2 Binary files /dev/null and b/assets/possible/ecosystem-logos/CandyPay.jpg differ diff --git a/assets/possible/ecosystem-logos/CatalinaWhales.jpg b/assets/possible/ecosystem-logos/CatalinaWhales.jpg new file mode 100644 index 000000000..cf975a7b0 Binary files /dev/null and b/assets/possible/ecosystem-logos/CatalinaWhales.jpg differ diff --git a/assets/possible/ecosystem-logos/CetsOnCreck.jpg b/assets/possible/ecosystem-logos/CetsOnCreck.jpg new file mode 100644 index 000000000..fe38fc467 Binary files /dev/null and b/assets/possible/ecosystem-logos/CetsOnCreck.jpg differ diff --git a/assets/possible/ecosystem-logos/Chainstack.jpg b/assets/possible/ecosystem-logos/Chainstack.jpg new file mode 100644 index 000000000..298edb1b5 Binary files /dev/null and b/assets/possible/ecosystem-logos/Chainstack.jpg differ diff --git a/assets/possible/ecosystem-logos/CheddarBlockGames.jpg b/assets/possible/ecosystem-logos/CheddarBlockGames.jpg new file mode 100644 index 000000000..008fb4d81 Binary files /dev/null and b/assets/possible/ecosystem-logos/CheddarBlockGames.jpg differ diff --git a/assets/possible/ecosystem-logos/ChickenTribe.jpg b/assets/possible/ecosystem-logos/ChickenTribe.jpg new file mode 100644 index 000000000..30cdb7de9 Binary files /dev/null and b/assets/possible/ecosystem-logos/ChickenTribe.jpg differ diff --git a/assets/possible/ecosystem-logos/Circle.jpg b/assets/possible/ecosystem-logos/Circle.jpg new file mode 100644 index 000000000..e8b91ffd3 Binary files /dev/null and b/assets/possible/ecosystem-logos/Circle.jpg differ diff --git a/assets/possible/ecosystem-logos/Civic.jpg b/assets/possible/ecosystem-logos/Civic.jpg new file mode 100644 index 000000000..f3bd91041 Binary files /dev/null and b/assets/possible/ecosystem-logos/Civic.jpg differ diff --git a/assets/possible/ecosystem-logos/Clayno.jpg b/assets/possible/ecosystem-logos/Clayno.jpg new file mode 100644 index 000000000..be0129000 Binary files /dev/null and b/assets/possible/ecosystem-logos/Clayno.jpg differ diff --git a/assets/possible/ecosystem-logos/Cllctv.jpg b/assets/possible/ecosystem-logos/Cllctv.jpg new file mode 100644 index 000000000..1f0562e75 Binary files /dev/null and b/assets/possible/ecosystem-logos/Cllctv.jpg differ diff --git a/assets/possible/ecosystem-logos/Clockwork.jpg b/assets/possible/ecosystem-logos/Clockwork.jpg new file mode 100644 index 000000000..960a4fd8e Binary files /dev/null and b/assets/possible/ecosystem-logos/Clockwork.jpg differ diff --git a/assets/possible/ecosystem-logos/Code.jpg b/assets/possible/ecosystem-logos/Code.jpg new file mode 100644 index 000000000..0aad64012 Binary files /dev/null and b/assets/possible/ecosystem-logos/Code.jpg differ diff --git a/assets/possible/ecosystem-logos/CodeCanvas.jpg b/assets/possible/ecosystem-logos/CodeCanvas.jpg new file mode 100644 index 000000000..866375741 Binary files /dev/null and b/assets/possible/ecosystem-logos/CodeCanvas.jpg differ diff --git a/assets/possible/ecosystem-logos/CogentCrypto.jpg b/assets/possible/ecosystem-logos/CogentCrypto.jpg new file mode 100644 index 000000000..e8231721d Binary files /dev/null and b/assets/possible/ecosystem-logos/CogentCrypto.jpg differ diff --git a/assets/possible/ecosystem-logos/Coinable.jpg b/assets/possible/ecosystem-logos/Coinable.jpg new file mode 100644 index 000000000..8ffe4e900 Binary files /dev/null and b/assets/possible/ecosystem-logos/Coinable.jpg differ diff --git a/assets/possible/ecosystem-logos/Collector.jpg b/assets/possible/ecosystem-logos/Collector.jpg new file mode 100644 index 000000000..5797ae668 Binary files /dev/null and b/assets/possible/ecosystem-logos/Collector.jpg differ diff --git a/assets/possible/ecosystem-logos/ConciseLabs.jpg b/assets/possible/ecosystem-logos/ConciseLabs.jpg new file mode 100644 index 000000000..369e38214 Binary files /dev/null and b/assets/possible/ecosystem-logos/ConciseLabs.jpg differ diff --git a/assets/possible/ecosystem-logos/Coral.jpg b/assets/possible/ecosystem-logos/Coral.jpg new file mode 100644 index 000000000..6853afc47 Binary files /dev/null and b/assets/possible/ecosystem-logos/Coral.jpg differ diff --git a/assets/possible/ecosystem-logos/Crossmint.jpg b/assets/possible/ecosystem-logos/Crossmint.jpg new file mode 100644 index 000000000..1a8f3c9d4 Binary files /dev/null and b/assets/possible/ecosystem-logos/Crossmint.jpg differ diff --git a/assets/possible/ecosystem-logos/Cube.jpg b/assets/possible/ecosystem-logos/Cube.jpg new file mode 100644 index 000000000..99a266460 Binary files /dev/null and b/assets/possible/ecosystem-logos/Cube.jpg differ diff --git a/assets/possible/ecosystem-logos/Cubik.jpg b/assets/possible/ecosystem-logos/Cubik.jpg new file mode 100644 index 000000000..121d0334e Binary files /dev/null and b/assets/possible/ecosystem-logos/Cubik.jpg differ diff --git a/assets/possible/ecosystem-logos/Cupcake.jpg b/assets/possible/ecosystem-logos/Cupcake.jpg new file mode 100644 index 000000000..6c04f6f29 Binary files /dev/null and b/assets/possible/ecosystem-logos/Cupcake.jpg differ diff --git a/assets/possible/ecosystem-logos/Cypher.jpg b/assets/possible/ecosystem-logos/Cypher.jpg new file mode 100644 index 000000000..10a66ed0b Binary files /dev/null and b/assets/possible/ecosystem-logos/Cypher.jpg differ diff --git a/assets/possible/ecosystem-logos/DAA.jpg b/assets/possible/ecosystem-logos/DAA.jpg new file mode 100644 index 000000000..6714ed398 Binary files /dev/null and b/assets/possible/ecosystem-logos/DAA.jpg differ diff --git a/assets/possible/ecosystem-logos/DazedDucks.jpg b/assets/possible/ecosystem-logos/DazedDucks.jpg new file mode 100644 index 000000000..5e8d83f4f Binary files /dev/null and b/assets/possible/ecosystem-logos/DazedDucks.jpg differ diff --git a/assets/possible/ecosystem-logos/DeBridge.jpg b/assets/possible/ecosystem-logos/DeBridge.jpg new file mode 100644 index 000000000..c14cd62d5 Binary files /dev/null and b/assets/possible/ecosystem-logos/DeBridge.jpg differ diff --git a/assets/possible/ecosystem-logos/DeadKingSociety.jpg b/assets/possible/ecosystem-logos/DeadKingSociety.jpg new file mode 100644 index 000000000..074a33868 Binary files /dev/null and b/assets/possible/ecosystem-logos/DeadKingSociety.jpg differ diff --git a/assets/possible/ecosystem-logos/Deanslist.jpg b/assets/possible/ecosystem-logos/Deanslist.jpg new file mode 100644 index 000000000..39ea37260 Binary files /dev/null and b/assets/possible/ecosystem-logos/Deanslist.jpg differ diff --git a/assets/possible/ecosystem-logos/Decaf.jpg b/assets/possible/ecosystem-logos/Decaf.jpg new file mode 100644 index 000000000..a1d5da681 Binary files /dev/null and b/assets/possible/ecosystem-logos/Decaf.jpg differ diff --git a/assets/possible/ecosystem-logos/DegenRoyale.jpg b/assets/possible/ecosystem-logos/DegenRoyale.jpg new file mode 100644 index 000000000..0c8059c1e Binary files /dev/null and b/assets/possible/ecosystem-logos/DegenRoyale.jpg differ diff --git a/assets/possible/ecosystem-logos/Dialect.jpg b/assets/possible/ecosystem-logos/Dialect.jpg new file mode 100644 index 000000000..8cccee9c6 Binary files /dev/null and b/assets/possible/ecosystem-logos/Dialect.jpg differ diff --git a/assets/possible/ecosystem-logos/DreamOS.jpg b/assets/possible/ecosystem-logos/DreamOS.jpg new file mode 100644 index 000000000..c9200e586 Binary files /dev/null and b/assets/possible/ecosystem-logos/DreamOS.jpg differ diff --git a/assets/possible/ecosystem-logos/Drift.jpg b/assets/possible/ecosystem-logos/Drift.jpg new file mode 100644 index 000000000..945ea4850 Binary files /dev/null and b/assets/possible/ecosystem-logos/Drift.jpg differ diff --git a/assets/possible/ecosystem-logos/Drip.jpg b/assets/possible/ecosystem-logos/Drip.jpg new file mode 100644 index 000000000..8d1013ae2 Binary files /dev/null and b/assets/possible/ecosystem-logos/Drip.jpg differ diff --git a/assets/possible/ecosystem-logos/DualFinance.jpg b/assets/possible/ecosystem-logos/DualFinance.jpg new file mode 100644 index 000000000..5069e2791 Binary files /dev/null and b/assets/possible/ecosystem-logos/DualFinance.jpg differ diff --git a/assets/possible/ecosystem-logos/DuelCasino.jpg b/assets/possible/ecosystem-logos/DuelCasino.jpg new file mode 100644 index 000000000..9f5e1b8aa Binary files /dev/null and b/assets/possible/ecosystem-logos/DuelCasino.jpg differ diff --git a/assets/possible/ecosystem-logos/Elixir.jpg b/assets/possible/ecosystem-logos/Elixir.jpg new file mode 100644 index 000000000..372752880 Binary files /dev/null and b/assets/possible/ecosystem-logos/Elixir.jpg differ diff --git a/assets/possible/ecosystem-logos/Elusiv.jpg b/assets/possible/ecosystem-logos/Elusiv.jpg new file mode 100644 index 000000000..60c8da003 Binary files /dev/null and b/assets/possible/ecosystem-logos/Elusiv.jpg differ diff --git a/assets/possible/ecosystem-logos/EspressoCash.jpg b/assets/possible/ecosystem-logos/EspressoCash.jpg new file mode 100644 index 000000000..0ea5a4ab0 Binary files /dev/null and b/assets/possible/ecosystem-logos/EspressoCash.jpg differ diff --git a/assets/possible/ecosystem-logos/ExchangeArt.jpg b/assets/possible/ecosystem-logos/ExchangeArt.jpg new file mode 100644 index 000000000..29a80d549 Binary files /dev/null and b/assets/possible/ecosystem-logos/ExchangeArt.jpg differ diff --git a/assets/possible/ecosystem-logos/Exodus.jpg b/assets/possible/ecosystem-logos/Exodus.jpg new file mode 100644 index 000000000..7aa30953c Binary files /dev/null and b/assets/possible/ecosystem-logos/Exodus.jpg differ diff --git a/assets/possible/ecosystem-logos/FFF.jpg b/assets/possible/ecosystem-logos/FFF.jpg new file mode 100644 index 000000000..9ee2ba3ed Binary files /dev/null and b/assets/possible/ecosystem-logos/FFF.jpg differ diff --git a/assets/possible/ecosystem-logos/FibonacciFinance.jpg b/assets/possible/ecosystem-logos/FibonacciFinance.jpg new file mode 100644 index 000000000..e69e382d6 Binary files /dev/null and b/assets/possible/ecosystem-logos/FibonacciFinance.jpg differ diff --git a/assets/possible/ecosystem-logos/Firedancer.jpg b/assets/possible/ecosystem-logos/Firedancer.jpg new file mode 100644 index 000000000..4dce93634 Binary files /dev/null and b/assets/possible/ecosystem-logos/Firedancer.jpg differ diff --git a/assets/possible/ecosystem-logos/Fractal.jpg b/assets/possible/ecosystem-logos/Fractal.jpg new file mode 100644 index 000000000..b538a8e2a Binary files /dev/null and b/assets/possible/ecosystem-logos/Fractal.jpg differ diff --git a/assets/possible/ecosystem-logos/Frakt.jpg b/assets/possible/ecosystem-logos/Frakt.jpg new file mode 100644 index 000000000..891f61e08 Binary files /dev/null and b/assets/possible/ecosystem-logos/Frakt.jpg differ diff --git a/assets/possible/ecosystem-logos/GalacticGeckos.jpg b/assets/possible/ecosystem-logos/GalacticGeckos.jpg new file mode 100644 index 000000000..bcb25a3c0 Binary files /dev/null and b/assets/possible/ecosystem-logos/GalacticGeckos.jpg differ diff --git a/assets/possible/ecosystem-logos/GenesysGo.jpg b/assets/possible/ecosystem-logos/GenesysGo.jpg new file mode 100644 index 000000000..c83c44a2e Binary files /dev/null and b/assets/possible/ecosystem-logos/GenesysGo.jpg differ diff --git a/assets/possible/ecosystem-logos/Genopets.jpg b/assets/possible/ecosystem-logos/Genopets.jpg new file mode 100644 index 000000000..cbf389595 Binary files /dev/null and b/assets/possible/ecosystem-logos/Genopets.jpg differ diff --git a/assets/possible/ecosystem-logos/GhostKid.jpg b/assets/possible/ecosystem-logos/GhostKid.jpg new file mode 100644 index 000000000..34d9a8cea Binary files /dev/null and b/assets/possible/ecosystem-logos/GhostKid.jpg differ diff --git a/assets/possible/ecosystem-logos/GigaDex.jpg b/assets/possible/ecosystem-logos/GigaDex.jpg new file mode 100644 index 000000000..636abdc5f Binary files /dev/null and b/assets/possible/ecosystem-logos/GigaDex.jpg differ diff --git a/assets/possible/ecosystem-logos/Glow.jpg b/assets/possible/ecosystem-logos/Glow.jpg new file mode 100644 index 000000000..0b1f767d7 Binary files /dev/null and b/assets/possible/ecosystem-logos/Glow.jpg differ diff --git a/assets/possible/ecosystem-logos/GooseFX.jpg b/assets/possible/ecosystem-logos/GooseFX.jpg new file mode 100644 index 000000000..ae1053ee9 Binary files /dev/null and b/assets/possible/ecosystem-logos/GooseFX.jpg differ diff --git a/assets/possible/ecosystem-logos/HadeSwap.jpg b/assets/possible/ecosystem-logos/HadeSwap.jpg new file mode 100644 index 000000000..a14363dab Binary files /dev/null and b/assets/possible/ecosystem-logos/HadeSwap.jpg differ diff --git a/assets/possible/ecosystem-logos/HawkSight.jpg b/assets/possible/ecosystem-logos/HawkSight.jpg new file mode 100644 index 000000000..23e9a5c8d Binary files /dev/null and b/assets/possible/ecosystem-logos/HawkSight.jpg differ diff --git a/assets/possible/ecosystem-logos/Helio.jpg b/assets/possible/ecosystem-logos/Helio.jpg new file mode 100644 index 000000000..66de6cec0 Binary files /dev/null and b/assets/possible/ecosystem-logos/Helio.jpg differ diff --git a/assets/possible/ecosystem-logos/Helium.jpg b/assets/possible/ecosystem-logos/Helium.jpg new file mode 100644 index 000000000..43ad7791b Binary files /dev/null and b/assets/possible/ecosystem-logos/Helium.jpg differ diff --git a/assets/possible/ecosystem-logos/Helius.jpg b/assets/possible/ecosystem-logos/Helius.jpg new file mode 100644 index 000000000..c270f642d Binary files /dev/null and b/assets/possible/ecosystem-logos/Helius.jpg differ diff --git a/assets/possible/ecosystem-logos/HelloMoon.jpg b/assets/possible/ecosystem-logos/HelloMoon.jpg new file mode 100644 index 000000000..a09a92d3c Binary files /dev/null and b/assets/possible/ecosystem-logos/HelloMoon.jpg differ diff --git a/assets/possible/ecosystem-logos/HeyWallet.jpg b/assets/possible/ecosystem-logos/HeyWallet.jpg new file mode 100644 index 000000000..524b8b11e Binary files /dev/null and b/assets/possible/ecosystem-logos/HeyWallet.jpg differ diff --git a/assets/possible/ecosystem-logos/Hivemapper.jpg b/assets/possible/ecosystem-logos/Hivemapper.jpg new file mode 100644 index 000000000..ca4bc2e4f Binary files /dev/null and b/assets/possible/ecosystem-logos/Hivemapper.jpg differ diff --git a/assets/possible/ecosystem-logos/Holaplex.jpg b/assets/possible/ecosystem-logos/Holaplex.jpg new file mode 100644 index 000000000..3ce1a7afa Binary files /dev/null and b/assets/possible/ecosystem-logos/Holaplex.jpg differ diff --git a/assets/possible/ecosystem-logos/HoneyFinance.jpg b/assets/possible/ecosystem-logos/HoneyFinance.jpg new file mode 100644 index 000000000..b7fba47a4 Binary files /dev/null and b/assets/possible/ecosystem-logos/HoneyFinance.jpg differ diff --git a/assets/possible/ecosystem-logos/Honeyland.jpg b/assets/possible/ecosystem-logos/Honeyland.jpg new file mode 100644 index 000000000..c17cb388b Binary files /dev/null and b/assets/possible/ecosystem-logos/Honeyland.jpg differ diff --git a/assets/possible/ecosystem-logos/Hubble.jpg b/assets/possible/ecosystem-logos/Hubble.jpg new file mode 100644 index 000000000..5c5bf6c2c Binary files /dev/null and b/assets/possible/ecosystem-logos/Hubble.jpg differ diff --git a/assets/possible/ecosystem-logos/Hxro.jpg b/assets/possible/ecosystem-logos/Hxro.jpg new file mode 100644 index 000000000..054615862 Binary files /dev/null and b/assets/possible/ecosystem-logos/Hxro.jpg differ diff --git a/assets/possible/ecosystem-logos/Hyperspace.jpg b/assets/possible/ecosystem-logos/Hyperspace.jpg new file mode 100644 index 000000000..eaaf08534 Binary files /dev/null and b/assets/possible/ecosystem-logos/Hyperspace.jpg differ diff --git a/assets/possible/ecosystem-logos/IMSO.jpg b/assets/possible/ecosystem-logos/IMSO.jpg new file mode 100644 index 000000000..49241bff6 Binary files /dev/null and b/assets/possible/ecosystem-logos/IMSO.jpg differ diff --git a/assets/possible/ecosystem-logos/Jito.jpg b/assets/possible/ecosystem-logos/Jito.jpg new file mode 100644 index 000000000..35c7bf675 Binary files /dev/null and b/assets/possible/ecosystem-logos/Jito.jpg differ diff --git a/assets/possible/ecosystem-logos/Jupiter.jpg b/assets/possible/ecosystem-logos/Jupiter.jpg new file mode 100644 index 000000000..6585322ae Binary files /dev/null and b/assets/possible/ecosystem-logos/Jupiter.jpg differ diff --git a/assets/possible/ecosystem-logos/JustApe.jpg b/assets/possible/ecosystem-logos/JustApe.jpg new file mode 100644 index 000000000..5d0bd861e Binary files /dev/null and b/assets/possible/ecosystem-logos/JustApe.jpg differ diff --git a/assets/possible/ecosystem-logos/Kamino.jpg b/assets/possible/ecosystem-logos/Kamino.jpg new file mode 100644 index 000000000..5b47561d4 Binary files /dev/null and b/assets/possible/ecosystem-logos/Kamino.jpg differ diff --git a/assets/possible/ecosystem-logos/KxGDe-Cg_400x400.jpg b/assets/possible/ecosystem-logos/KxGDe-Cg_400x400.jpg new file mode 100644 index 000000000..ae354d43a Binary files /dev/null and b/assets/possible/ecosystem-logos/KxGDe-Cg_400x400.jpg differ diff --git a/assets/possible/ecosystem-logos/LadderCaster.jpg b/assets/possible/ecosystem-logos/LadderCaster.jpg new file mode 100644 index 000000000..a4c0995d6 Binary files /dev/null and b/assets/possible/ecosystem-logos/LadderCaster.jpg differ diff --git a/assets/possible/ecosystem-logos/Ledger.jpg b/assets/possible/ecosystem-logos/Ledger.jpg new file mode 100644 index 000000000..1db8f68a5 Binary files /dev/null and b/assets/possible/ecosystem-logos/Ledger.jpg differ diff --git a/assets/possible/ecosystem-logos/LenderLabs.jpg b/assets/possible/ecosystem-logos/LenderLabs.jpg new file mode 100644 index 000000000..1a2a033e4 Binary files /dev/null and b/assets/possible/ecosystem-logos/LenderLabs.jpg differ diff --git a/assets/possible/ecosystem-logos/LibertySquare.jpg b/assets/possible/ecosystem-logos/LibertySquare.jpg new file mode 100644 index 000000000..a81465919 Binary files /dev/null and b/assets/possible/ecosystem-logos/LibertySquare.jpg differ diff --git a/assets/possible/ecosystem-logos/Lifinity.jpg b/assets/possible/ecosystem-logos/Lifinity.jpg new file mode 100644 index 000000000..e76b83fff Binary files /dev/null and b/assets/possible/ecosystem-logos/Lifinity.jpg differ diff --git a/assets/possible/ecosystem-logos/Lily.jpg b/assets/possible/ecosystem-logos/Lily.jpg new file mode 100644 index 000000000..222b94284 Binary files /dev/null and b/assets/possible/ecosystem-logos/Lily.jpg differ diff --git a/assets/possible/ecosystem-logos/MadLads.jpg b/assets/possible/ecosystem-logos/MadLads.jpg new file mode 100644 index 000000000..37cd2769b Binary files /dev/null and b/assets/possible/ecosystem-logos/MadLads.jpg differ diff --git a/assets/possible/ecosystem-logos/MagicBlock.jpg b/assets/possible/ecosystem-logos/MagicBlock.jpg new file mode 100644 index 000000000..68c1bfb85 Binary files /dev/null and b/assets/possible/ecosystem-logos/MagicBlock.jpg differ diff --git a/assets/possible/ecosystem-logos/MagicEden.jpg b/assets/possible/ecosystem-logos/MagicEden.jpg new file mode 100644 index 000000000..54977030e Binary files /dev/null and b/assets/possible/ecosystem-logos/MagicEden.jpg differ diff --git a/assets/possible/ecosystem-logos/Mango.jpg b/assets/possible/ecosystem-logos/Mango.jpg new file mode 100644 index 000000000..5eb8d96f1 Binary files /dev/null and b/assets/possible/ecosystem-logos/Mango.jpg differ diff --git a/assets/possible/ecosystem-logos/MarginFi.jpg b/assets/possible/ecosystem-logos/MarginFi.jpg new file mode 100644 index 000000000..70b74df43 Binary files /dev/null and b/assets/possible/ecosystem-logos/MarginFi.jpg differ diff --git a/assets/possible/ecosystem-logos/Marinade.jpg b/assets/possible/ecosystem-logos/Marinade.jpg new file mode 100644 index 000000000..9d8c5fa2b Binary files /dev/null and b/assets/possible/ecosystem-logos/Marinade.jpg differ diff --git a/assets/possible/ecosystem-logos/Matrica.jpg b/assets/possible/ecosystem-logos/Matrica.jpg new file mode 100644 index 000000000..144575d86 Binary files /dev/null and b/assets/possible/ecosystem-logos/Matrica.jpg differ diff --git a/assets/possible/ecosystem-logos/Metaplex.jpg b/assets/possible/ecosystem-logos/Metaplex.jpg new file mode 100644 index 000000000..6e4a41711 Binary files /dev/null and b/assets/possible/ecosystem-logos/Metaplex.jpg differ diff --git a/assets/possible/ecosystem-logos/Meteora.jpg b/assets/possible/ecosystem-logos/Meteora.jpg new file mode 100644 index 000000000..1bc26e4f1 Binary files /dev/null and b/assets/possible/ecosystem-logos/Meteora.jpg differ diff --git a/assets/possible/ecosystem-logos/MonkeyBabyBusiness.jpg b/assets/possible/ecosystem-logos/MonkeyBabyBusiness.jpg new file mode 100644 index 000000000..4543da960 Binary files /dev/null and b/assets/possible/ecosystem-logos/MonkeyBabyBusiness.jpg differ diff --git a/assets/possible/ecosystem-logos/Monstre.jpg b/assets/possible/ecosystem-logos/Monstre.jpg new file mode 100644 index 000000000..77a870831 Binary files /dev/null and b/assets/possible/ecosystem-logos/Monstre.jpg differ diff --git a/assets/possible/ecosystem-logos/MoonRank.jpg b/assets/possible/ecosystem-logos/MoonRank.jpg new file mode 100644 index 000000000..c3a30b26b Binary files /dev/null and b/assets/possible/ecosystem-logos/MoonRank.jpg differ diff --git a/assets/possible/ecosystem-logos/MotleyFriends.jpg b/assets/possible/ecosystem-logos/MotleyFriends.jpg new file mode 100644 index 000000000..6e26bc542 Binary files /dev/null and b/assets/possible/ecosystem-logos/MotleyFriends.jpg differ diff --git a/assets/possible/ecosystem-logos/NeonLabs.jpg b/assets/possible/ecosystem-logos/NeonLabs.jpg new file mode 100644 index 000000000..c9ce2a5d7 Binary files /dev/null and b/assets/possible/ecosystem-logos/NeonLabs.jpg differ diff --git a/assets/possible/ecosystem-logos/Neoswap.jpg b/assets/possible/ecosystem-logos/Neoswap.jpg new file mode 100644 index 000000000..d9e0dc32e Binary files /dev/null and b/assets/possible/ecosystem-logos/Neoswap.jpg differ diff --git a/assets/possible/ecosystem-logos/Netrunner.jpg b/assets/possible/ecosystem-logos/Netrunner.jpg new file mode 100644 index 000000000..a74f7e9cd Binary files /dev/null and b/assets/possible/ecosystem-logos/Netrunner.jpg differ diff --git a/assets/possible/ecosystem-logos/NightMarket.jpg b/assets/possible/ecosystem-logos/NightMarket.jpg new file mode 100644 index 000000000..fcdec1dfc Binary files /dev/null and b/assets/possible/ecosystem-logos/NightMarket.jpg differ diff --git a/assets/possible/ecosystem-logos/NowPayments.jpg b/assets/possible/ecosystem-logos/NowPayments.jpg new file mode 100644 index 000000000..961663666 Binary files /dev/null and b/assets/possible/ecosystem-logos/NowPayments.jpg differ diff --git a/assets/possible/ecosystem-logos/OKB.jpg b/assets/possible/ecosystem-logos/OKB.jpg new file mode 100644 index 000000000..b5dfba00c Binary files /dev/null and b/assets/possible/ecosystem-logos/OKB.jpg differ diff --git a/assets/possible/ecosystem-logos/OddWonderful.jpg b/assets/possible/ecosystem-logos/OddWonderful.jpg new file mode 100644 index 000000000..b35ace91d Binary files /dev/null and b/assets/possible/ecosystem-logos/OddWonderful.jpg differ diff --git a/assets/possible/ecosystem-logos/Oogy.jpg b/assets/possible/ecosystem-logos/Oogy.jpg new file mode 100644 index 000000000..5af82124d Binary files /dev/null and b/assets/possible/ecosystem-logos/Oogy.jpg differ diff --git a/assets/possible/ecosystem-logos/OpenBook.jpg b/assets/possible/ecosystem-logos/OpenBook.jpg new file mode 100644 index 000000000..e13b5e4ea Binary files /dev/null and b/assets/possible/ecosystem-logos/OpenBook.jpg differ diff --git a/assets/possible/ecosystem-logos/Orca.jpg b/assets/possible/ecosystem-logos/Orca.jpg new file mode 100644 index 000000000..6305f982c Binary files /dev/null and b/assets/possible/ecosystem-logos/Orca.jpg differ diff --git a/assets/possible/ecosystem-logos/OtterFinance.jpg b/assets/possible/ecosystem-logos/OtterFinance.jpg new file mode 100644 index 000000000..a4fcf908e Binary files /dev/null and b/assets/possible/ecosystem-logos/OtterFinance.jpg differ diff --git a/assets/possible/ecosystem-logos/Ottr.jpg b/assets/possible/ecosystem-logos/Ottr.jpg new file mode 100644 index 000000000..20d52e649 Binary files /dev/null and b/assets/possible/ecosystem-logos/Ottr.jpg differ diff --git a/assets/possible/ecosystem-logos/Parcl.jpg b/assets/possible/ecosystem-logos/Parcl.jpg new file mode 100644 index 000000000..df17a7e3c Binary files /dev/null and b/assets/possible/ecosystem-logos/Parcl.jpg differ diff --git a/assets/possible/ecosystem-logos/PenguLove.jpg b/assets/possible/ecosystem-logos/PenguLove.jpg new file mode 100644 index 000000000..5de29ad0a Binary files /dev/null and b/assets/possible/ecosystem-logos/PenguLove.jpg differ diff --git a/assets/possible/ecosystem-logos/PeskyPinguins.jpg b/assets/possible/ecosystem-logos/PeskyPinguins.jpg new file mode 100644 index 000000000..ffda035a6 Binary files /dev/null and b/assets/possible/ecosystem-logos/PeskyPinguins.jpg differ diff --git a/assets/possible/ecosystem-logos/Phantom.jpg b/assets/possible/ecosystem-logos/Phantom.jpg new file mode 100644 index 000000000..ee4775b94 Binary files /dev/null and b/assets/possible/ecosystem-logos/Phantom.jpg differ diff --git a/assets/possible/ecosystem-logos/Phase.jpg b/assets/possible/ecosystem-logos/Phase.jpg new file mode 100644 index 000000000..d557b14fa Binary files /dev/null and b/assets/possible/ecosystem-logos/Phase.jpg differ diff --git a/assets/possible/ecosystem-logos/PhotoFinish.jpg b/assets/possible/ecosystem-logos/PhotoFinish.jpg new file mode 100644 index 000000000..84e9df8ba Binary files /dev/null and b/assets/possible/ecosystem-logos/PhotoFinish.jpg differ diff --git a/assets/possible/ecosystem-logos/PixelArena.jpg b/assets/possible/ecosystem-logos/PixelArena.jpg new file mode 100644 index 000000000..7d7908edc Binary files /dev/null and b/assets/possible/ecosystem-logos/PixelArena.jpg differ diff --git a/assets/possible/ecosystem-logos/PocketPay.jpg b/assets/possible/ecosystem-logos/PocketPay.jpg new file mode 100644 index 000000000..75148ae3e Binary files /dev/null and b/assets/possible/ecosystem-logos/PocketPay.jpg differ diff --git a/assets/possible/ecosystem-logos/PoolParty.jpg b/assets/possible/ecosystem-logos/PoolParty.jpg new file mode 100644 index 000000000..020c917e0 Binary files /dev/null and b/assets/possible/ecosystem-logos/PoolParty.jpg differ diff --git a/assets/possible/ecosystem-logos/Portals.jpg b/assets/possible/ecosystem-logos/Portals.jpg new file mode 100644 index 000000000..3ff45aed7 Binary files /dev/null and b/assets/possible/ecosystem-logos/Portals.jpg differ diff --git a/assets/possible/ecosystem-logos/Prism.jpg b/assets/possible/ecosystem-logos/Prism.jpg new file mode 100644 index 000000000..34b65a3f4 Binary files /dev/null and b/assets/possible/ecosystem-logos/Prism.jpg differ diff --git a/assets/possible/ecosystem-logos/PsyFi.jpg b/assets/possible/ecosystem-logos/PsyFi.jpg new file mode 100644 index 000000000..8efba955a Binary files /dev/null and b/assets/possible/ecosystem-logos/PsyFi.jpg differ diff --git a/assets/possible/ecosystem-logos/Pyth.jpg b/assets/possible/ecosystem-logos/Pyth.jpg new file mode 100644 index 000000000..f8db0f021 Binary files /dev/null and b/assets/possible/ecosystem-logos/Pyth.jpg differ diff --git a/assets/possible/ecosystem-logos/Quicknode.jpg b/assets/possible/ecosystem-logos/Quicknode.jpg new file mode 100644 index 000000000..7f8bd5517 Binary files /dev/null and b/assets/possible/ecosystem-logos/Quicknode.jpg differ diff --git a/assets/possible/ecosystem-logos/ROONIVERSE.jpg b/assets/possible/ecosystem-logos/ROONIVERSE.jpg new file mode 100644 index 000000000..02d44a192 Binary files /dev/null and b/assets/possible/ecosystem-logos/ROONIVERSE.jpg differ diff --git a/assets/possible/ecosystem-logos/RainFi.jpg b/assets/possible/ecosystem-logos/RainFi.jpg new file mode 100644 index 000000000..9ec02ecce Binary files /dev/null and b/assets/possible/ecosystem-logos/RainFi.jpg differ diff --git a/assets/possible/ecosystem-logos/Raindrops.jpg b/assets/possible/ecosystem-logos/Raindrops.jpg new file mode 100644 index 000000000..2dba859f6 Binary files /dev/null and b/assets/possible/ecosystem-logos/Raindrops.jpg differ diff --git a/assets/possible/ecosystem-logos/Raposa.jpg b/assets/possible/ecosystem-logos/Raposa.jpg new file mode 100644 index 000000000..f5f471d47 Binary files /dev/null and b/assets/possible/ecosystem-logos/Raposa.jpg differ diff --git a/assets/possible/ecosystem-logos/Raydium.jpg b/assets/possible/ecosystem-logos/Raydium.jpg new file mode 100644 index 000000000..a1ceef7a6 Binary files /dev/null and b/assets/possible/ecosystem-logos/Raydium.jpg differ diff --git a/assets/possible/ecosystem-logos/Realms.jpg b/assets/possible/ecosystem-logos/Realms.jpg new file mode 100644 index 000000000..89f4f978c Binary files /dev/null and b/assets/possible/ecosystem-logos/Realms.jpg differ diff --git a/assets/possible/ecosystem-logos/RoboxFi.jpg b/assets/possible/ecosystem-logos/RoboxFi.jpg new file mode 100644 index 000000000..a7a57b0c1 Binary files /dev/null and b/assets/possible/ecosystem-logos/RoboxFi.jpg differ diff --git a/assets/possible/ecosystem-logos/Rove.jpg b/assets/possible/ecosystem-logos/Rove.jpg new file mode 100644 index 000000000..cf2c48f98 Binary files /dev/null and b/assets/possible/ecosystem-logos/Rove.jpg differ diff --git a/assets/possible/ecosystem-logos/SMB.jpg b/assets/possible/ecosystem-logos/SMB.jpg new file mode 100644 index 000000000..0d450ea72 Binary files /dev/null and b/assets/possible/ecosystem-logos/SMB.jpg differ diff --git a/assets/possible/ecosystem-logos/Samo.jpg b/assets/possible/ecosystem-logos/Samo.jpg new file mode 100644 index 000000000..56ad64892 Binary files /dev/null and b/assets/possible/ecosystem-logos/Samo.jpg differ diff --git a/assets/possible/ecosystem-logos/Seahorse.jpg b/assets/possible/ecosystem-logos/Seahorse.jpg new file mode 100644 index 000000000..6cd7de588 Binary files /dev/null and b/assets/possible/ecosystem-logos/Seahorse.jpg differ diff --git a/assets/possible/ecosystem-logos/Sharkyfi.jpg b/assets/possible/ecosystem-logos/Sharkyfi.jpg new file mode 100644 index 000000000..000cf3230 Binary files /dev/null and b/assets/possible/ecosystem-logos/Sharkyfi.jpg differ diff --git a/assets/possible/ecosystem-logos/Shremps.jpg b/assets/possible/ecosystem-logos/Shremps.jpg new file mode 100644 index 000000000..fab5a4c58 Binary files /dev/null and b/assets/possible/ecosystem-logos/Shremps.jpg differ diff --git a/assets/possible/ecosystem-logos/Shyft.jpg b/assets/possible/ecosystem-logos/Shyft.jpg new file mode 100644 index 000000000..3dbb6f9a2 Binary files /dev/null and b/assets/possible/ecosystem-logos/Shyft.jpg differ diff --git a/assets/possible/ecosystem-logos/Simpl3r.jpg b/assets/possible/ecosystem-logos/Simpl3r.jpg new file mode 100644 index 000000000..cefafca3e Binary files /dev/null and b/assets/possible/ecosystem-logos/Simpl3r.jpg differ diff --git a/assets/possible/ecosystem-logos/Sleek.jpg b/assets/possible/ecosystem-logos/Sleek.jpg new file mode 100644 index 000000000..fc9b1d286 Binary files /dev/null and b/assets/possible/ecosystem-logos/Sleek.jpg differ diff --git a/assets/possible/ecosystem-logos/Slimes.jpg b/assets/possible/ecosystem-logos/Slimes.jpg new file mode 100644 index 000000000..cb8da823c Binary files /dev/null and b/assets/possible/ecosystem-logos/Slimes.jpg differ diff --git a/assets/possible/ecosystem-logos/Smyths.jpg b/assets/possible/ecosystem-logos/Smyths.jpg new file mode 100644 index 000000000..682965f89 Binary files /dev/null and b/assets/possible/ecosystem-logos/Smyths.jpg differ diff --git a/assets/possible/ecosystem-logos/Sol4k.jpg b/assets/possible/ecosystem-logos/Sol4k.jpg new file mode 100644 index 000000000..cfbb07699 Binary files /dev/null and b/assets/possible/ecosystem-logos/Sol4k.jpg differ diff --git a/assets/possible/ecosystem-logos/SolCasino.jpg b/assets/possible/ecosystem-logos/SolCasino.jpg new file mode 100644 index 000000000..be79e8872 Binary files /dev/null and b/assets/possible/ecosystem-logos/SolCasino.jpg differ diff --git a/assets/possible/ecosystem-logos/SolCityPokerClub.jpg b/assets/possible/ecosystem-logos/SolCityPokerClub.jpg new file mode 100644 index 000000000..61331bf2a Binary files /dev/null and b/assets/possible/ecosystem-logos/SolCityPokerClub.jpg differ diff --git a/assets/possible/ecosystem-logos/SolGames.jpg b/assets/possible/ecosystem-logos/SolGames.jpg new file mode 100644 index 000000000..eb55eae8b Binary files /dev/null and b/assets/possible/ecosystem-logos/SolGames.jpg differ diff --git a/assets/possible/ecosystem-logos/SolIncinerator.jpg b/assets/possible/ecosystem-logos/SolIncinerator.jpg new file mode 100644 index 000000000..41e22b38f Binary files /dev/null and b/assets/possible/ecosystem-logos/SolIncinerator.jpg differ diff --git a/assets/possible/ecosystem-logos/SolSlugs.jpg b/assets/possible/ecosystem-logos/SolSlugs.jpg new file mode 100644 index 000000000..d9067514d Binary files /dev/null and b/assets/possible/ecosystem-logos/SolSlugs.jpg differ diff --git a/assets/possible/ecosystem-logos/SolSniper.jpg b/assets/possible/ecosystem-logos/SolSniper.jpg new file mode 100644 index 000000000..e88f735e4 Binary files /dev/null and b/assets/possible/ecosystem-logos/SolSniper.jpg differ diff --git a/assets/possible/ecosystem-logos/SolWorks.jpg b/assets/possible/ecosystem-logos/SolWorks.jpg new file mode 100644 index 000000000..937638a43 Binary files /dev/null and b/assets/possible/ecosystem-logos/SolWorks.jpg differ diff --git a/assets/possible/ecosystem-logos/SolanaBeach.jpg b/assets/possible/ecosystem-logos/SolanaBeach.jpg new file mode 100644 index 000000000..dbafa5f45 Binary files /dev/null and b/assets/possible/ecosystem-logos/SolanaBeach.jpg differ diff --git a/assets/possible/ecosystem-logos/SolanaFM.jpg b/assets/possible/ecosystem-logos/SolanaFM.jpg new file mode 100644 index 000000000..9b99a0e2b Binary files /dev/null and b/assets/possible/ecosystem-logos/SolanaFM.jpg differ diff --git a/assets/possible/ecosystem-logos/SolanaFloor.jpg b/assets/possible/ecosystem-logos/SolanaFloor.jpg new file mode 100644 index 000000000..c9df7492b Binary files /dev/null and b/assets/possible/ecosystem-logos/SolanaFloor.jpg differ diff --git a/assets/possible/ecosystem-logos/Solarplex.jpg b/assets/possible/ecosystem-logos/Solarplex.jpg new file mode 100644 index 000000000..cf7f86f3d Binary files /dev/null and b/assets/possible/ecosystem-logos/Solarplex.jpg differ diff --git a/assets/possible/ecosystem-logos/Solend.jpg b/assets/possible/ecosystem-logos/Solend.jpg new file mode 100644 index 000000000..a3fe758ce Binary files /dev/null and b/assets/possible/ecosystem-logos/Solend.jpg differ diff --git a/assets/possible/ecosystem-logos/Solflare.jpg b/assets/possible/ecosystem-logos/Solflare.jpg new file mode 100644 index 000000000..4ad8e1288 Binary files /dev/null and b/assets/possible/ecosystem-logos/Solflare.jpg differ diff --git a/assets/possible/ecosystem-logos/Solrarity.jpg b/assets/possible/ecosystem-logos/Solrarity.jpg new file mode 100644 index 000000000..940355ae8 Binary files /dev/null and b/assets/possible/ecosystem-logos/Solrarity.jpg differ diff --git a/assets/possible/ecosystem-logos/Solscan.jpg b/assets/possible/ecosystem-logos/Solscan.jpg new file mode 100644 index 000000000..e113c18b6 Binary files /dev/null and b/assets/possible/ecosystem-logos/Solscan.jpg differ diff --git a/assets/possible/ecosystem-logos/Sphere.jpg b/assets/possible/ecosystem-logos/Sphere.jpg new file mode 100644 index 000000000..198500eaf Binary files /dev/null and b/assets/possible/ecosystem-logos/Sphere.jpg differ diff --git a/assets/possible/ecosystem-logos/SphereOne.jpg b/assets/possible/ecosystem-logos/SphereOne.jpg new file mode 100644 index 000000000..6d33fdb13 Binary files /dev/null and b/assets/possible/ecosystem-logos/SphereOne.jpg differ diff --git a/assets/possible/ecosystem-logos/SportingLabs.jpg b/assets/possible/ecosystem-logos/SportingLabs.jpg new file mode 100644 index 000000000..4927b9be0 Binary files /dev/null and b/assets/possible/ecosystem-logos/SportingLabs.jpg differ diff --git a/assets/possible/ecosystem-logos/Squads.jpg b/assets/possible/ecosystem-logos/Squads.jpg new file mode 100644 index 000000000..10a18a374 Binary files /dev/null and b/assets/possible/ecosystem-logos/Squads.jpg differ diff --git a/assets/possible/ecosystem-logos/StarAtlas.jpg b/assets/possible/ecosystem-logos/StarAtlas.jpg new file mode 100644 index 000000000..d02c28919 Binary files /dev/null and b/assets/possible/ecosystem-logos/StarAtlas.jpg differ diff --git a/assets/possible/ecosystem-logos/StepFinance.jpg b/assets/possible/ecosystem-logos/StepFinance.jpg new file mode 100644 index 000000000..03414b652 Binary files /dev/null and b/assets/possible/ecosystem-logos/StepFinance.jpg differ diff --git a/assets/possible/ecosystem-logos/StepN.jpg b/assets/possible/ecosystem-logos/StepN.jpg new file mode 100644 index 000000000..d15548645 Binary files /dev/null and b/assets/possible/ecosystem-logos/StepN.jpg differ diff --git a/assets/possible/ecosystem-logos/Stockpile.jpg b/assets/possible/ecosystem-logos/Stockpile.jpg new file mode 100644 index 000000000..6f3eb3cd2 Binary files /dev/null and b/assets/possible/ecosystem-logos/Stockpile.jpg differ diff --git a/assets/possible/ecosystem-logos/StonedApeCrew.jpg b/assets/possible/ecosystem-logos/StonedApeCrew.jpg new file mode 100644 index 000000000..19a8d0d78 Binary files /dev/null and b/assets/possible/ecosystem-logos/StonedApeCrew.jpg differ diff --git a/assets/possible/ecosystem-logos/StreamFlow.jpg b/assets/possible/ecosystem-logos/StreamFlow.jpg new file mode 100644 index 000000000..99df29c54 Binary files /dev/null and b/assets/possible/ecosystem-logos/StreamFlow.jpg differ diff --git a/assets/possible/ecosystem-logos/Subber.jpg b/assets/possible/ecosystem-logos/Subber.jpg new file mode 100644 index 000000000..424173d1e Binary files /dev/null and b/assets/possible/ecosystem-logos/Subber.jpg differ diff --git a/assets/possible/ecosystem-logos/Suipa.jpg b/assets/possible/ecosystem-logos/Suipa.jpg new file mode 100644 index 000000000..3bed8790d Binary files /dev/null and b/assets/possible/ecosystem-logos/Suipa.jpg differ diff --git a/assets/possible/ecosystem-logos/Symmetry.jpg b/assets/possible/ecosystem-logos/Symmetry.jpg new file mode 100644 index 000000000..97cdd7c07 Binary files /dev/null and b/assets/possible/ecosystem-logos/Symmetry.jpg differ diff --git a/assets/possible/ecosystem-logos/Synap.jpg b/assets/possible/ecosystem-logos/Synap.jpg new file mode 100644 index 000000000..ac78ece5d Binary files /dev/null and b/assets/possible/ecosystem-logos/Synap.jpg differ diff --git a/assets/possible/ecosystem-logos/TaiyoRobotics.jpg b/assets/possible/ecosystem-logos/TaiyoRobotics.jpg new file mode 100644 index 000000000..ef3e8b961 Binary files /dev/null and b/assets/possible/ecosystem-logos/TaiyoRobotics.jpg differ diff --git a/assets/possible/ecosystem-logos/Teleport.jpg b/assets/possible/ecosystem-logos/Teleport.jpg new file mode 100644 index 000000000..88e2af67d Binary files /dev/null and b/assets/possible/ecosystem-logos/Teleport.jpg differ diff --git a/assets/possible/ecosystem-logos/Tensor.jpg b/assets/possible/ecosystem-logos/Tensor.jpg new file mode 100644 index 000000000..178529ff8 Binary files /dev/null and b/assets/possible/ecosystem-logos/Tensor.jpg differ diff --git a/assets/possible/ecosystem-logos/TextureFi.jpg b/assets/possible/ecosystem-logos/TextureFi.jpg new file mode 100644 index 000000000..4b8ed04b5 Binary files /dev/null and b/assets/possible/ecosystem-logos/TextureFi.jpg differ diff --git a/assets/possible/ecosystem-logos/TheBastards.jpg b/assets/possible/ecosystem-logos/TheBastards.jpg new file mode 100644 index 000000000..879698fdd Binary files /dev/null and b/assets/possible/ecosystem-logos/TheBastards.jpg differ diff --git a/assets/possible/ecosystem-logos/TheFracture.jpg b/assets/possible/ecosystem-logos/TheFracture.jpg new file mode 100644 index 000000000..b52fe6244 Binary files /dev/null and b/assets/possible/ecosystem-logos/TheFracture.jpg differ diff --git a/assets/possible/ecosystem-logos/TheHeist.jpg b/assets/possible/ecosystem-logos/TheHeist.jpg new file mode 100644 index 000000000..61ed244f6 Binary files /dev/null and b/assets/possible/ecosystem-logos/TheHeist.jpg differ diff --git a/assets/possible/ecosystem-logos/TheRenderNetwork.jpg b/assets/possible/ecosystem-logos/TheRenderNetwork.jpg new file mode 100644 index 000000000..8e9f439a4 Binary files /dev/null and b/assets/possible/ecosystem-logos/TheRenderNetwork.jpg differ diff --git a/assets/possible/ecosystem-logos/Tinydancer.jpg b/assets/possible/ecosystem-logos/Tinydancer.jpg new file mode 100644 index 000000000..2a923d0ae Binary files /dev/null and b/assets/possible/ecosystem-logos/Tinydancer.jpg differ diff --git a/assets/possible/ecosystem-logos/TipLink.jpg b/assets/possible/ecosystem-logos/TipLink.jpg new file mode 100644 index 000000000..d4c830818 Binary files /dev/null and b/assets/possible/ecosystem-logos/TipLink.jpg differ diff --git a/assets/possible/ecosystem-logos/TrashPandas.jpg b/assets/possible/ecosystem-logos/TrashPandas.jpg new file mode 100644 index 000000000..6cb752716 Binary files /dev/null and b/assets/possible/ecosystem-logos/TrashPandas.jpg differ diff --git a/assets/possible/ecosystem-logos/TritonOne.jpg b/assets/possible/ecosystem-logos/TritonOne.jpg new file mode 100644 index 000000000..06b017823 Binary files /dev/null and b/assets/possible/ecosystem-logos/TritonOne.jpg differ diff --git a/assets/possible/ecosystem-logos/TrustlessAutonomousLayer.jpg b/assets/possible/ecosystem-logos/TrustlessAutonomousLayer.jpg new file mode 100644 index 000000000..8510363fe Binary files /dev/null and b/assets/possible/ecosystem-logos/TrustlessAutonomousLayer.jpg differ diff --git a/assets/possible/ecosystem-logos/Tulip.jpg b/assets/possible/ecosystem-logos/Tulip.jpg new file mode 100644 index 000000000..3e7f48a1b Binary files /dev/null and b/assets/possible/ecosystem-logos/Tulip.jpg differ diff --git a/assets/possible/ecosystem-logos/UGSLabs.jpg b/assets/possible/ecosystem-logos/UGSLabs.jpg new file mode 100644 index 000000000..c84eb17c1 Binary files /dev/null and b/assets/possible/ecosystem-logos/UGSLabs.jpg differ diff --git a/assets/possible/ecosystem-logos/UXD.jpg b/assets/possible/ecosystem-logos/UXD.jpg new file mode 100644 index 000000000..1801825b0 Binary files /dev/null and b/assets/possible/ecosystem-logos/UXD.jpg differ diff --git a/assets/possible/ecosystem-logos/Ultimate.jpg b/assets/possible/ecosystem-logos/Ultimate.jpg new file mode 100644 index 000000000..f48fff502 Binary files /dev/null and b/assets/possible/ecosystem-logos/Ultimate.jpg differ diff --git a/assets/possible/ecosystem-logos/Underdog.jpg b/assets/possible/ecosystem-logos/Underdog.jpg new file mode 100644 index 000000000..3bf384dbd Binary files /dev/null and b/assets/possible/ecosystem-logos/Underdog.jpg differ diff --git a/assets/possible/ecosystem-logos/Web3Auth.jpg b/assets/possible/ecosystem-logos/Web3Auth.jpg new file mode 100644 index 000000000..8a727880d Binary files /dev/null and b/assets/possible/ecosystem-logos/Web3Auth.jpg differ diff --git a/assets/possible/ecosystem-logos/WiseWhales.jpg b/assets/possible/ecosystem-logos/WiseWhales.jpg new file mode 100644 index 000000000..1418bca03 Binary files /dev/null and b/assets/possible/ecosystem-logos/WiseWhales.jpg differ diff --git a/assets/possible/ecosystem-logos/WolfCapital.jpg b/assets/possible/ecosystem-logos/WolfCapital.jpg new file mode 100644 index 000000000..6f6356df9 Binary files /dev/null and b/assets/possible/ecosystem-logos/WolfCapital.jpg differ diff --git a/assets/possible/ecosystem-logos/Wormhole.jpg b/assets/possible/ecosystem-logos/Wormhole.jpg new file mode 100644 index 000000000..7a7ca0328 Binary files /dev/null and b/assets/possible/ecosystem-logos/Wormhole.jpg differ diff --git a/assets/possible/ecosystem-logos/XAndria.jpg b/assets/possible/ecosystem-logos/XAndria.jpg new file mode 100644 index 000000000..bac16867f Binary files /dev/null and b/assets/possible/ecosystem-logos/XAndria.jpg differ diff --git a/assets/possible/ecosystem-logos/XRay.jpg b/assets/possible/ecosystem-logos/XRay.jpg new file mode 100644 index 000000000..099a68c7e Binary files /dev/null and b/assets/possible/ecosystem-logos/XRay.jpg differ diff --git a/assets/possible/ecosystem-logos/Yaku.jpg b/assets/possible/ecosystem-logos/Yaku.jpg new file mode 100644 index 000000000..b25d5145d Binary files /dev/null and b/assets/possible/ecosystem-logos/Yaku.jpg differ diff --git a/assets/possible/ecosystem-logos/Zebec.jpg b/assets/possible/ecosystem-logos/Zebec.jpg new file mode 100644 index 000000000..df917abdd Binary files /dev/null and b/assets/possible/ecosystem-logos/Zebec.jpg differ diff --git a/assets/possible/ecosystem-logos/Zeta.jpg b/assets/possible/ecosystem-logos/Zeta.jpg new file mode 100644 index 000000000..071939a38 Binary files /dev/null and b/assets/possible/ecosystem-logos/Zeta.jpg differ diff --git a/assets/possible/ecosystem-logos/gMNROmbq_400x400.jpg b/assets/possible/ecosystem-logos/gMNROmbq_400x400.jpg new file mode 100644 index 000000000..cd9395862 Binary files /dev/null and b/assets/possible/ecosystem-logos/gMNROmbq_400x400.jpg differ diff --git a/assets/possible/ecosystem-logos/image_2023-06-30_013507779.jpg b/assets/possible/ecosystem-logos/image_2023-06-30_013507779.jpg new file mode 100644 index 000000000..ebafcaea7 Binary files /dev/null and b/assets/possible/ecosystem-logos/image_2023-06-30_013507779.jpg differ diff --git a/assets/possible/ecosystem-logos/jTMcoZRY_400x400.jpg b/assets/possible/ecosystem-logos/jTMcoZRY_400x400.jpg new file mode 100644 index 000000000..54a4f1a20 Binary files /dev/null and b/assets/possible/ecosystem-logos/jTMcoZRY_400x400.jpg differ diff --git a/assets/possible/ecosystem-logos/triggr.jpg b/assets/possible/ecosystem-logos/triggr.jpg new file mode 100644 index 000000000..7a8633119 Binary files /dev/null and b/assets/possible/ecosystem-logos/triggr.jpg differ diff --git a/assets/possible/ecosystem-logos/zRraDjVx_400x400.jpg b/assets/possible/ecosystem-logos/zRraDjVx_400x400.jpg new file mode 100644 index 000000000..f5adea7e7 Binary files /dev/null and b/assets/possible/ecosystem-logos/zRraDjVx_400x400.jpg differ diff --git a/assets/possible/hero/possible-hero-headline_lg.jpg b/assets/possible/hero/possible-hero-headline_lg.jpg new file mode 100644 index 000000000..4a70245e7 Binary files /dev/null and b/assets/possible/hero/possible-hero-headline_lg.jpg differ diff --git a/assets/possible/hero/possible-hero-headline_sm.jpg b/assets/possible/hero/possible-hero-headline_sm.jpg new file mode 100644 index 000000000..6eb8a0608 Binary files /dev/null and b/assets/possible/hero/possible-hero-headline_sm.jpg differ diff --git a/assets/possible/icons-mobile.png b/assets/possible/icons-mobile.png new file mode 100644 index 000000000..a2cdc392a Binary files /dev/null and b/assets/possible/icons-mobile.png differ diff --git a/assets/possible/icons.png b/assets/possible/icons.png new file mode 100644 index 000000000..67f254359 Binary files /dev/null and b/assets/possible/icons.png differ diff --git a/assets/possible/innovation-compressed-nft.png b/assets/possible/innovation-compressed-nft.png new file mode 100644 index 000000000..140fd645c Binary files /dev/null and b/assets/possible/innovation-compressed-nft.png differ diff --git a/assets/possible/innovation-concensus.png b/assets/possible/innovation-concensus.png new file mode 100644 index 000000000..87495634e Binary files /dev/null and b/assets/possible/innovation-concensus.png differ diff --git a/assets/possible/innovation-lowcarbon.png b/assets/possible/innovation-lowcarbon.png new file mode 100644 index 000000000..48d3ebf36 Binary files /dev/null and b/assets/possible/innovation-lowcarbon.png differ diff --git a/assets/possible/innovation-saga.png b/assets/possible/innovation-saga.png new file mode 100644 index 000000000..06b326ac4 Binary files /dev/null and b/assets/possible/innovation-saga.png differ diff --git a/assets/possible/innovation-scalable.png b/assets/possible/innovation-scalable.png new file mode 100644 index 000000000..8a2ee7093 Binary files /dev/null and b/assets/possible/innovation-scalable.png differ diff --git a/assets/possible/innovation-transactions.png b/assets/possible/innovation-transactions.png new file mode 100644 index 000000000..906612799 Binary files /dev/null and b/assets/possible/innovation-transactions.png differ diff --git a/assets/possible/opos_hype_poster.jpg b/assets/possible/opos_hype_poster.jpg new file mode 100644 index 000000000..9f15d95da Binary files /dev/null and b/assets/possible/opos_hype_poster.jpg differ diff --git a/assets/possible/play_btn.png b/assets/possible/play_btn.png new file mode 100644 index 000000000..748bf1891 Binary files /dev/null and b/assets/possible/play_btn.png differ diff --git a/assets/possible/startBuilding-community.png b/assets/possible/startBuilding-community.png new file mode 100644 index 000000000..e8c2ad5c4 Binary files /dev/null and b/assets/possible/startBuilding-community.png differ diff --git a/assets/possible/startBuilding-portal.png b/assets/possible/startBuilding-portal.png new file mode 100644 index 000000000..5002320a7 Binary files /dev/null and b/assets/possible/startBuilding-portal.png differ diff --git a/assets/possible/startBuilding-programming.png b/assets/possible/startBuilding-programming.png new file mode 100644 index 000000000..16eea0fe5 Binary files /dev/null and b/assets/possible/startBuilding-programming.png differ diff --git a/assets/possible/visionaries/DRiP_poster.jpg b/assets/possible/visionaries/DRiP_poster.jpg new file mode 100644 index 000000000..4b06e3484 Binary files /dev/null and b/assets/possible/visionaries/DRiP_poster.jpg differ diff --git a/assets/possible/visionaries/DRiP_speaker_01.png b/assets/possible/visionaries/DRiP_speaker_01.png new file mode 100644 index 000000000..f04b3e95d Binary files /dev/null and b/assets/possible/visionaries/DRiP_speaker_01.png differ diff --git a/assets/possible/visionaries/Decaf_poster.jpg b/assets/possible/visionaries/Decaf_poster.jpg new file mode 100644 index 000000000..b409545c9 Binary files /dev/null and b/assets/possible/visionaries/Decaf_poster.jpg differ diff --git a/assets/possible/visionaries/Decaf_speaker_01.png b/assets/possible/visionaries/Decaf_speaker_01.png new file mode 100644 index 000000000..197f7d0e7 Binary files /dev/null and b/assets/possible/visionaries/Decaf_speaker_01.png differ diff --git a/assets/possible/visionaries/Dialect_poster.jpg b/assets/possible/visionaries/Dialect_poster.jpg new file mode 100644 index 000000000..222914b6f Binary files /dev/null and b/assets/possible/visionaries/Dialect_poster.jpg differ diff --git a/assets/possible/visionaries/Dialect_speaker_01.png b/assets/possible/visionaries/Dialect_speaker_01.png new file mode 100644 index 000000000..fb73d2a5f Binary files /dev/null and b/assets/possible/visionaries/Dialect_speaker_01.png differ diff --git a/assets/possible/visionaries/Helium_poster.jpg b/assets/possible/visionaries/Helium_poster.jpg new file mode 100644 index 000000000..37a69e54e Binary files /dev/null and b/assets/possible/visionaries/Helium_poster.jpg differ diff --git a/assets/possible/visionaries/Helium_speaker_01.png b/assets/possible/visionaries/Helium_speaker_01.png new file mode 100644 index 000000000..9fbe5d9e5 Binary files /dev/null and b/assets/possible/visionaries/Helium_speaker_01.png differ diff --git a/assets/possible/visionaries/Helium_speaker_02.png b/assets/possible/visionaries/Helium_speaker_02.png new file mode 100644 index 000000000..18a6daae3 Binary files /dev/null and b/assets/possible/visionaries/Helium_speaker_02.png differ diff --git a/assets/possible/visionaries/Helium_speaker_03.png b/assets/possible/visionaries/Helium_speaker_03.png new file mode 100644 index 000000000..eed759204 Binary files /dev/null and b/assets/possible/visionaries/Helium_speaker_03.png differ diff --git a/assets/possible/visionaries/Helius_poster.jpg b/assets/possible/visionaries/Helius_poster.jpg new file mode 100644 index 000000000..aaa8c1daa Binary files /dev/null and b/assets/possible/visionaries/Helius_poster.jpg differ diff --git a/assets/possible/visionaries/Helius_speaker_01.png b/assets/possible/visionaries/Helius_speaker_01.png new file mode 100644 index 000000000..be62ad68a Binary files /dev/null and b/assets/possible/visionaries/Helius_speaker_01.png differ diff --git a/assets/possible/visionaries/Hivemapper_poster.jpg b/assets/possible/visionaries/Hivemapper_poster.jpg new file mode 100644 index 000000000..7584c1beb Binary files /dev/null and b/assets/possible/visionaries/Hivemapper_poster.jpg differ diff --git a/assets/possible/visionaries/Hivemapper_speaker_01.png b/assets/possible/visionaries/Hivemapper_speaker_01.png new file mode 100644 index 000000000..db9e410e7 Binary files /dev/null and b/assets/possible/visionaries/Hivemapper_speaker_01.png differ diff --git a/assets/possible/visionaries/Orca_poster.jpg b/assets/possible/visionaries/Orca_poster.jpg new file mode 100644 index 000000000..9bfb1de2d Binary files /dev/null and b/assets/possible/visionaries/Orca_poster.jpg differ diff --git a/assets/possible/visionaries/Orca_speaker_01.png b/assets/possible/visionaries/Orca_speaker_01.png new file mode 100644 index 000000000..4d1387109 Binary files /dev/null and b/assets/possible/visionaries/Orca_speaker_01.png differ diff --git a/assets/possible/visionaries/Orca_speaker_02.png b/assets/possible/visionaries/Orca_speaker_02.png new file mode 100644 index 000000000..34034c25e Binary files /dev/null and b/assets/possible/visionaries/Orca_speaker_02.png differ diff --git a/assets/possible/visionaries/play-button.png b/assets/possible/visionaries/play-button.png new file mode 100644 index 000000000..8a83fa795 Binary files /dev/null and b/assets/possible/visionaries/play-button.png differ diff --git a/next-env.d.ts b/next-env.d.ts new file mode 100644 index 000000000..fd36f9494 --- /dev/null +++ b/next-env.d.ts @@ -0,0 +1,6 @@ +/// +/// +/// + +// NOTE: This file should not be edited +// see https://nextjs.org/docs/basic-features/typescript for more information. diff --git a/next-i18next.config.js b/next-i18next.config.js new file mode 100644 index 000000000..3b4f39055 --- /dev/null +++ b/next-i18next.config.js @@ -0,0 +1,30 @@ +const path = require("path"); + +module.exports = { + i18n: { + defaultLocale: "en", + locales: [ + "en", + "ar", + "de", + "el", + "es", + "fi", + "fr", + "hi", + "id", + "it", + "ja", + "ko", + "nl", + "pl", + "pt", + "ru", + "tr", + "uk", + "vi", + "zh", + ], + }, + localePath: path.resolve("./public/locales"), +}; diff --git a/next-sitemap.config.js b/next-sitemap.config.js new file mode 100644 index 000000000..6ef819df3 --- /dev/null +++ b/next-sitemap.config.js @@ -0,0 +1,3 @@ +module.exports = { + siteUrl: "https://solana.com/", +}; diff --git a/next.config.js b/next.config.js new file mode 100644 index 000000000..9f0709c54 --- /dev/null +++ b/next.config.js @@ -0,0 +1,187 @@ +/** + * @type {import('next').NextConfig} + **/ + +const withBundleAnalyzer = require("@next/bundle-analyzer"); +const { i18n } = require("./next-i18next.config"); +const rewritesAndRedirectsJson = require("./rewrites-redirects.json"); +const { builder } = require("@builder.io/sdk"); + +// Security Headers +// https://nextjs.org/docs/advanced-features/security-headers +// const ContentSecurityPolicy = ` +// default-src 'self'; +// script-src 'self'; +// child-src solana.com; +// style-src 'self' solana.com; +// font-src 'self'; +// `; + +const securityHeaders = [ + // { + // key: "Content-Security-Policy", + // value: ContentSecurityPolicy.replace(/\s{2,}/g, " ").trim(), + // }, + { + key: "X-Frame-Options", + value: "SAMEORIGIN", + }, + { + key: "X-XSS-Protection", + value: "1; mode=block", + }, + { + key: "X-Content-Type-Options", + value: "nosniff", + }, + { + key: "Content-Security-Policy", + value: + "frame-ancestors https://*.builder.io https://builder.io http://localhost:1234", + }, +]; + +// `X-Robots-Tag: noindex` will not be set by default for custom domains +// https://vercel.com/guides/are-vercel-preview-deployment-indexed-by-search-engines +if (process.env.NEXT_PUBLIC_VERCEL_ENV === "preview") { + securityHeaders.push({ + key: "X-Robots-Tag", + value: "noindex", + }); +} + +const moduleExports = () => { + const plugins = [ + withBundleAnalyzer({ enabled: process.env.ANALYZE === "true" }), + ]; + return plugins.reduce((acc, next) => next(acc), { + i18n, + reactStrictMode: true, + swcMinify: true, + productionBrowserSourceMaps: true, + async rewrites() { + return rewritesAndRedirectsJson.rewrites; + }, + async redirects() { + const existingRedirects = [ + { + source: "/news/tag/:tag*/page/:page*", + destination: `/news/tag/:tag*`, + permanent: true, + }, + { + source: "/news/tag", + destination: `/news`, + permanent: true, + }, + { + source: "/news/page", + destination: `/news`, + permanent: true, + }, + ...rewritesAndRedirectsJson.redirects.map((redirect) => ({ + ...redirect, + // @ts-ignore + permanent: redirect.permanent ?? true, + })), + ]; + + return builder + .getAll("url-redirects", { + apiKey: + process.env.NEXT_PUBLIC_BUILDER_API_KEY || + "983ae1dad0ba4ca4ac6dd4ac310edee1", + options: { noTargeting: true }, + cachebust: true, + }) + .then( + (results) => [ + ...existingRedirects, + ...results + .filter((content) => { + const data = (content || {}).data || {}; + return !!(data.sourceUrl && data.destinationUrl); + }) + .map(({ data }) => ({ + source: data.sourceUrl, + destination: data.destinationUrl, + permanent: !!data.permanentRedirect, + })), + ], + (error) => { + console.log("Error setting up redirects", error); + return existingRedirects; + }, + ); + }, + webpack(config) { + config.module.rules.push({ + test: /\.inline\.svg$/, + exclude: /node_modules/, + loader: "svg-react-loader", + }); + + const imageLoaderRule = config.module.rules.find( + (rule) => rule.loader == "next-image-loader", + ); + imageLoaderRule.exclude = /\.inline\.svg$/; + + return config; + }, + + images: { + remotePatterns: [ + { + protocol: "https", + hostname: "i.ytimg.com", + }, + { + protocol: "https", + hostname: "img.youtube.com", + }, + { + protocol: "https", + hostname: "**.gstatic.com", + }, + { + protocol: "https", + hostname: "**.lumacdn.com", + }, + { + protocol: "https", + hostname: "**.lu.ma", + }, + { + protocol: "https", + hostname: "cdn.builder.io", + }, + { + protocol: "https", + hostname: "solana-developer-content.vercel.app", + }, + { + protocol: "https", + hostname: "images.unsplash.com", + }, + ], + }, + compiler: { + // ssr and displayName are configured by default + styledComponents: true, + }, + async headers() { + return [ + { + // Apply headers to all routes + source: "/:path*", + headers: securityHeaders, + }, + ]; + }, + experimental: { + scrollRestoration: true, + }, + }); +}; + +module.exports = moduleExports; diff --git a/package.json b/package.json new file mode 100644 index 000000000..479820058 --- /dev/null +++ b/package.json @@ -0,0 +1,95 @@ +{ + "name": "solana-com", + "private": true, + "description": "The solana.com website", + "version": "3.0.0", + "author": "Solana Maintainers", + "repository": { + "type": "git", + "url": "https://github.com/solana-foundation/solana-com" + }, + "dependencies": { + "@builder.io/react": "^3.2.6", + "@docsearch/react": "^3.6.0", + "@mdx-js/react": "^3.0.1", + "@shikijs/transformers": "^1.6.0", + "@sindresorhus/slugify": "^2.2.1", + "@solana-foundation/solana-lib": "^2.36.1", + "@typeform/embed": "^4.4.0", + "bootstrap": "^5.3.3", + "cheerio": "^1.0.0-rc.12", + "classnames": "^2.5.1", + "date-fns": "^3.6.0", + "date-fns-tz": "^3.1.3", + "feed": "^4.2.2", + "gray-matter": "^4.0.3", + "i18next": "^23.11.5", + "lodash": "^4.17.21", + "next": "^14.2.3", + "next-i18next": "^15.3.0", + "next-mdx-remote": "^5.0.0", + "next-seo": "^6.5.0", + "node-fetch-cache": "^4.1.1", + "postcss-flexbugs-fixes": "^5.0.2", + "react": "^18.3.1", + "react-bootstrap": "^2.10.2", + "react-countup": "^6.5.3", + "react-dom": "^18.3.1", + "react-feather": "^2.0.10", + "react-i18next": "^14.1.2", + "react-intersection-observer": "^9.10.2", + "react-markdown": "^9.0.1", + "react-player": "^2.16.0", + "react-share": "^5.1.0", + "react-slick": "^0.30.2", + "react-spring": "^9.7.3", + "rehype-pretty-code": "^0.13.2", + "rehype-raw": "^7.0.0", + "remark-gfm": "^4.0.0", + "sass": "^1.77.2", + "sharp": "^0.33.4", + "shiki": "^1.6.0", + "slick-carousel": "^1.8.1", + "styled-components": "^6.1.11", + "swr": "^2.2.5", + "tinyduration": "^3.3.0", + "yup": "^1.4.0" + }, + "devDependencies": { + "@babel/core": "^7.24.6", + "@fullhuman/postcss-purgecss": "^6.0.0", + "@next/bundle-analyzer": "^14.2.3", + "@types/node": "^20.12.12", + "@types/styled-components": "^5.1.34", + "babel-loader": "^9.1.3", + "eslint": "^8.54.0", + "eslint-config-next": "^14.2.3", + "eslint-plugin-import": "^2.29.1", + "eslint-plugin-react": "^7.34.2", + "eslint-plugin-react-hooks": "^4.6.2", + "husky": "^9.0.11", + "next-sitemap": "^4.2.3", + "next-transpile-modules": "^10.0.1", + "postcss": "^8.4.38", + "postcss-preset-env": "^9.5.14", + "prettier": "^3.2.5", + "svg-react-loader": "^0.4.6", + "typescript": "^5.4.5" + }, + "scripts": { + "build": "echo 'Building solana-com...' && next build", + "dev": "next", + "develop": "yarn dev", + "start": "next start", + "format": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md,scss}\"", + "format:fix": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,scss}\"", + "lint": "next lint", + "lint:fix": "yarn lint --fix", + "vdev": "vercel dev --debug", + "postbuild": "next-sitemap", + "prepare": "husky" + }, + "msw": { + "workerDirectory": "public" + } +} diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 000000000..3ff573368 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,52 @@ +module.exports = { + plugins: [ + "postcss-flexbugs-fixes", + [ + "postcss-preset-env", + { + autoprefixer: { + flexbox: "no-2009", + }, + stage: 3, + features: { + "custom-properties": false, + }, + }, + ], + [ + "@fullhuman/postcss-purgecss", + { + content: [ + "./src/pages/**/*.{js,jsx,ts,tsx}", + "./src/components/**/*.{js,jsx,ts,tsx}", + ], + defaultExtractor: (content) => content.match(/[\w-/:]+(? + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/img/logomark-black.svg b/public/img/logomark-black.svg new file mode 100644 index 000000000..6bd593f18 --- /dev/null +++ b/public/img/logomark-black.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/img/logomark-color.svg b/public/img/logomark-color.svg new file mode 100644 index 000000000..14d0d870f --- /dev/null +++ b/public/img/logomark-color.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/public/img/logomark-white.svg b/public/img/logomark-white.svg new file mode 100644 index 000000000..24eebbd1d --- /dev/null +++ b/public/img/logomark-white.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/img/not-found.png b/public/img/not-found.png new file mode 100644 index 000000000..0d6df8589 Binary files /dev/null and b/public/img/not-found.png differ diff --git a/public/img/og-backgrounds/shape-1.jpg b/public/img/og-backgrounds/shape-1.jpg new file mode 100644 index 000000000..98016d39e Binary files /dev/null and b/public/img/og-backgrounds/shape-1.jpg differ diff --git a/public/img/og-backgrounds/shape-10.jpg b/public/img/og-backgrounds/shape-10.jpg new file mode 100644 index 000000000..4f4da50bb Binary files /dev/null and b/public/img/og-backgrounds/shape-10.jpg differ diff --git a/public/img/og-backgrounds/shape-11.jpg b/public/img/og-backgrounds/shape-11.jpg new file mode 100644 index 000000000..870045295 Binary files /dev/null and b/public/img/og-backgrounds/shape-11.jpg differ diff --git a/public/img/og-backgrounds/shape-12.jpg b/public/img/og-backgrounds/shape-12.jpg new file mode 100644 index 000000000..a39facb0d Binary files /dev/null and b/public/img/og-backgrounds/shape-12.jpg differ diff --git a/public/img/og-backgrounds/shape-13.jpg b/public/img/og-backgrounds/shape-13.jpg new file mode 100644 index 000000000..3e2410933 Binary files /dev/null and b/public/img/og-backgrounds/shape-13.jpg differ diff --git a/public/img/og-backgrounds/shape-14.jpg b/public/img/og-backgrounds/shape-14.jpg new file mode 100644 index 000000000..9fca73269 Binary files /dev/null and b/public/img/og-backgrounds/shape-14.jpg differ diff --git a/public/img/og-backgrounds/shape-15.jpg b/public/img/og-backgrounds/shape-15.jpg new file mode 100644 index 000000000..038ecfec9 Binary files /dev/null and b/public/img/og-backgrounds/shape-15.jpg differ diff --git a/public/img/og-backgrounds/shape-2.jpg b/public/img/og-backgrounds/shape-2.jpg new file mode 100644 index 000000000..fb0763b8e Binary files /dev/null and b/public/img/og-backgrounds/shape-2.jpg differ diff --git a/public/img/og-backgrounds/shape-3.jpg b/public/img/og-backgrounds/shape-3.jpg new file mode 100644 index 000000000..622a3f2af Binary files /dev/null and b/public/img/og-backgrounds/shape-3.jpg differ diff --git a/public/img/og-backgrounds/shape-4.jpg b/public/img/og-backgrounds/shape-4.jpg new file mode 100644 index 000000000..9ac17f509 Binary files /dev/null and b/public/img/og-backgrounds/shape-4.jpg differ diff --git a/public/img/og-backgrounds/shape-5.jpg b/public/img/og-backgrounds/shape-5.jpg new file mode 100644 index 000000000..8152cb835 Binary files /dev/null and b/public/img/og-backgrounds/shape-5.jpg differ diff --git a/public/img/og-backgrounds/shape-6.jpg b/public/img/og-backgrounds/shape-6.jpg new file mode 100644 index 000000000..14aba5dba Binary files /dev/null and b/public/img/og-backgrounds/shape-6.jpg differ diff --git a/public/img/og-backgrounds/shape-7.jpg b/public/img/og-backgrounds/shape-7.jpg new file mode 100644 index 000000000..ebed51bd2 Binary files /dev/null and b/public/img/og-backgrounds/shape-7.jpg differ diff --git a/public/img/og-backgrounds/shape-8.jpg b/public/img/og-backgrounds/shape-8.jpg new file mode 100644 index 000000000..b05fcacfc Binary files /dev/null and b/public/img/og-backgrounds/shape-8.jpg differ diff --git a/public/img/og-backgrounds/shape-9.jpg b/public/img/og-backgrounds/shape-9.jpg new file mode 100644 index 000000000..0da287966 Binary files /dev/null and b/public/img/og-backgrounds/shape-9.jpg differ diff --git a/public/json/languages.json b/public/json/languages.json new file mode 100644 index 000000000..c419544cb --- /dev/null +++ b/public/json/languages.json @@ -0,0 +1,22 @@ +{ + "en": "English", + "ar": "العربية", + "de": "Deutsch", + "el": "Ελληνικά", + "es": "Español", + "fi": "suomi", + "fr": "Français", + "hi": "हिन्दी", + "id": "Bahasa Indonesia", + "it": "Italiano", + "ja": "日本語", + "ko": "한국어", + "nl": "Nederlands", + "pl": "Polski", + "pt": "Português", + "ru": "Русский", + "tr": "Türkçe", + "uk": "Українська", + "vi": "Tiếng Việt", + "zh": "汉语" +} diff --git a/public/locales/ar/common.json b/public/locales/ar/common.json new file mode 100644 index 000000000..79a8a0ad3 --- /dev/null +++ b/public/locales/ar/common.json @@ -0,0 +1,1740 @@ +{ + "titles": { + "404": "404: الصفحة غير مُتَوَفِرَة", + "validators": "المُدقّقون (Validators): المُساعدة في تأمين الشبكة وربح عملة SOL", + "newsletter": "النشرة الإخبارية", + "developers": "المطورون: الموارد والمعلومات اللازمة للبناء على سولانا", + "community": "مجتمع Solana: إنضم إلى نظامنا البيئي", + "news": "Solana News", + "defi": "DeFi", + "events": "المناسبات", + "dao": "DAOs and Governance" + }, + "404": { + "title": "آهه أُوه.", + "copy": "لقد واجهتنا مُشكلة، ولكن لا تقلق، سنعتني بها بكل تأكيد.", + "button": "Back to homepage" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "تأمين دفتر الأستاذ (ledger).", + "earn": "ربح عملة SOL.", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "كن مدققا", + "stakingnd": "التقاط والتحقق", + "stake": "أخذ الرموز وكسب المكافآت عن طريق معالجة المعاملات والتحقق من صحتها. اكسب العمولات عن طريق إدارة الرموز المفوّضة باسم الآخرين.", + "testnet": "مُنافسة الشبكة التجريبية (Testnet)", + "build": "إربح الرموز عن طريق تشغيل عُقدة (Node) للمُساعدة في إختبار الميزات الجديدة وقياس أداء الشبكة.", + "ecosystem": "التقى بمصادقينا", + "participatetitle": "المشاركة", + "register": "سَجِّل في TdS", + "register-page": "سجل الآن", + "onsolana": "المُصادقة في Solana", + "storage": "تخزين التعدين", + "disk": "توفير مساحة القرص الفائض لتخزين بيانات ليدجر \n لسولانا في شرائح. التفويض التلقائي لـ SOL المكتسبة إلى عملاء التحقق من صحة التجميع إلى تجميع الأرباح.", + "become": "كن موثقا و احصل على الرموز.", + "existence": "بدون المصادقين، مجموعة سولانا لا يمكن أن تكون موجودة. ساعد في الحفاظ على سلامة التدقيق وكسب المكافآت أثناء القيام بذلك.", + "rewards": "مكافآت البروتوكول المستندة", + "issuances": "الإصدارات من مُعَدَل تَضَخُّم عالمي مُحَدَّدَ من قبل البروتوكول. يتم تسليم هذه المكافآت بالإضافة إلى الأرباح من رسوم المُعاملات.", + "fees": "رسوم المعاملات", + "feesdesc": "ورسوم المعاملات هي عمليات نقل p2p تستند إلى السوق، وترتبط بالتفاعلات الشبكية من أجل التنفيذ الحكومي أو التحقق من صحة تكرار تلك العمليات.", + "staking": "إثبات الحِصَّة أو التَّحْصِيص (Staking)", + "howstaking": "يتم مكافأة المُحَصِّصِين (Stakers) نظير مُساعدتهم في التَحَقُّق من صِحَّة دفتر الأستاذ (ledger). يقومون بذلك من خلال تفويض حِصّتهم إلى عُقَد التدقيق (Validator Nodes). يقوم هؤلاء المُدقّقون بعمل أساسي بإعادة عرض دفتر الأستاذ و يُرسلون الأصوات إلى حساب تصويت لكل ُقدة (Node) حيث يُمكن للمُحَصِّصِين تفويض حِصّتهم. أما بقيّة المجموعة (cluster) فتستخدم هذه الأصوات المُرَجَّحة بالحِصَّة (stake-weighted) لإختيار كتلة (block) عندما ينشأ إنقسام أو شوكة (fork).", + "tps": "المُعاملات التي تمّت مُعالجتها منذ مارس 2020. والمُساعدة في التَحَقُّق من صِحَّة أسرع بلوكشاين في العالم.", + "pert": "لكل معاملة. التقاط رسوم المعاملة كمتحقق من صحة المعاملة.", + "validators": "صديق عالمي. انضم إلى مجموعتنا من خبراء شبكة النخبة.", + "docs": "هل ترغب في معرفة المزيد؟ تحقق من مستنداتنا.", + "start-registration": "جاهز للبدء؟ اضغط على الرابط أدناه.", + "howto": "Validating on Solana", + "header": "التسجيل للمدققين", + "info": "الإجراءات القانونية المتعلقة بالتعويض", + "items-one": "شكرًا لك على اهتمامك بدعم Solana. فيما يلي معلومات متعلقة بالإجراءات القانونية المطلوبة لإصدار تعويض لمشاركة المدقق في مجموعات Mainnet Beta أو Tour de SOL أو Testnet.", + "items-two": "أكمل التحقق من الهوية عبر قاعدة المرور أدناه.", + "items-three": "وقع وثيقة التعويض العامة للمصادق عن طريق DocuSign.", + "same-email": "الرجاء استخدام نفس البريد الإلكتروني لكل من التحقق من هوية المرور ووثيقة الدخول.", + "run": "قم بتشغيل العقد", + "discuss": "مناقشة مع جهات التحقق الأخرى وفريق سولانا.", + "progress": "هل أنت غير مستعد لتشغيل عُقدة؟ هل تريد أن تبقى على اطلاع على تقدم Solana؟\nلست مستعدا لتشغيل عقدة؟ هل تريد البقاء على اطلاع دائم بتقدم سولانا؟", + "step1": "الخطوة 1. فُم بالتّسجيل", + "process": "إِتَّبِع عملية الأربع خطوات four step المُوَضَّحَة في الرابط أعلاه للتسجيل، وتعرّف على عميلك (KYC) ومُكافحة غسيل الأموال (AML)، وإتفاقية المُشاركة، وعملية الإعداد للإلتحاق بالـ Discord.", + "both-register": "سيُؤدي إكمال هذه الخطوات إلى تسجيلك للتَحَقُّق من صِحَّة شبكة Tour de SOL والشبكة التجريبية الرئيسية (Mainnet Beta).", + "before": "قبل الإنضمام إلى الشبكة الرئيسية (Mainnet)، يجب أن يُشارك المُدقّقون بنجاح في \"مرحلة\" واحدة على الأقل من إختبارنا المُحَفَّز: Tour de SOL.", + "stages": "تبدأ المراحل شهريًا؛ بعد التسجيل، راجع هنا here للحصول على أحدث معلومات عن المرحلة (بما في ذلك التفاصيل المتَعَلِّقة بالحوافز ومُكافآت البحث عن الأخطاء البرمجيّة وما إلى ذلك).", + "inflationary": "حتى يتم تمكين المُكافآت التضخميّة، يتم تعويض المُدقّقين مُباشرة عن خدماتهم من قبل مُؤَسَّسَة Solana Foundation.", + "successful": "بعد المُشاركة بنجاح في مرحلة Tour de SOL، ستكون مُؤهلاً للحصول على تفويض من مُؤَسَّسَة Solana على الشبكة التجريبيّة الرئيسية (Mainnet Beta).", + "us": "الأفراد والكيانات الأمريكية مُستثنُون حاليًا من المُشاركة", + "step2": "هل أنت مُستعد للمُشاركة في جولة Tour de SOL", + "step3": "الخطوة 3. الإنضمام إلى الشبكة التجريبية الرئيسية (Mainnet Beta)", + "anyone": "يمكن لأي شخص تشغيل عُقدة التدقيق (validator node) الخاصة بالشبكتين التجريبية (testnet) والشبكة التجريبية الرئيسية (Mainnet Beta) لـ Solana واللتان لا تحتاجان إذنا مُسَبَّقَا!", + "getstarted": "للبدء، تَحَقُّق من مُستنداتنا على المُتطلّبات التقنيّة والخُطوات لبدء تشغيل العُقدة الخاصّة بك.\ntechnical requirements and steps to start your own node.", + "activecomm": "لدينا مُجتمع نشط جداً من المُدقّقين على جروب Discord server. هذا هو أفضل مكان للحصول على الدعم التقني وسؤال الأسئلة.", + "permissionless": "شبكات Solana لا تحتاج إذنا مُسَبَّقََا (permissionless)، بالتالي يُمكن لأي شخص بدء تشغيل عُقدة التدقيق (validator node) في أي وقت. التسجيل و المرور بإجراء \" تَعَرَّف على عميلك \" (KYC) مطلوبان لتلقي حوافز من مُؤَسَّسَة Solana. يُرجى مُلاحظة أن الكيانات والأفراد الأمريكيين غير مؤهَّلين لتلقّّي حوافز في هذا الوقت.", + "participate-2": "شارك في Tour de SOL لتكون مُؤَهَّلًا للحصول على تفويض من مُؤَسَّسَة Solana", + "registration": { + "head": "عملية تسجيل التعويضات", + "steps": "يُرجى إكمال الخُطوات أدناه لتكون مُؤَهَّلًا للحصول على تحفيز رمزي لخدمات المُصادَقة أولاً على الشبكة التجريبية (testnet) لـ Solana ثمالشبكات التجريبية الرئيسية (Mainnet Beta).", + "no-u": "شبكات Solana لا تحتاج إذنا مُسَبَّقََا (permissionless)، بالتالي يُمكن لأي شخص بدء تشغيل عُقدة التدقيق (validator node) في أي وقت. التسجيل و المرور بإجراء \" تَعَرَّف على عميلك \" (KYC) مطلوبان لتلقي حوافز من مُؤَسَّسَة Solana. يُرجى مُلاحظة أن الكيانات والأفراد الأمريكيين غير مؤهَّلين لتلقّّي حوافز في هذا الوقت.", + "registration": "التسجيل", + "form": "نموذج التسجيل في جولة SOL (TdS)", + "keybase": "لم نعد نطالب من المشاركين ربط المفتاح العام الخاص بهم بحساب Keybase الخاص بهم", + "req": "يعد التسجيل والمشاركة في مرحلة واحدة على الأقل من TdS مطلبًا قبل الانضمام إلى Mainnet Beta", + "more": "لمزيد من المعلومات عن جولة مع سولانا هنا", + "kyc": "KYC/AML (via Passbase)", + "before": "إذا كنت قد أكملت KYC / AML سابقًا لـ SLP أو TdS مع نفس الكيان / الفرد في Coinlist أو Passbase ، فلن تحتاج إلى متابعة هذا مرة أخرى.", + "no-us": "لا يمكننا قبول الكيانات أو الأفراد الأمريكيين للحصول على KYC أو التعويض", + "participation": "اتفاقية المشاركة التامة", + "same-email": "يرجى إستخدام نفس عنوان البريد الإلكتروني المستخدم للتحقق من الإثباتات الرسمية", + "discord": "إنضم إلى ديسكورد", + "discord-desc": "متطلبات جميع المدققين ، لأن هذه هي قناتنا للاتصالات الرئيسية للمناقشات التقنية، وإعلانات الشبكة والتحديثات، إلخ" + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "مكافآت البروتوكول المستندة", + "protocol-text": "الإصدارات من مُعَدَل تَضَخُّم عالمي مُحَدَّدَ من قبل البروتوكول. يتم تسليم هذه المكافآت بالإضافة إلى الأرباح من رسوم المُعاملات.", + "staking-header": "إثبات الحِصَّة أو التَّحْصِيص (Staking)", + "staking-text": "يتم مكافأة المُحَصِّصِين (Stakers) نظير مُساعدتهم في التَحَقُّق من صِحَّة دفتر الأستاذ (ledger). يقومون بذلك من خلال تفويض حِصّتهم إلى عُقَد التدقيق (Validator Nodes). يقوم هؤلاء المُدقّقون بعمل أساسي بإعادة عرض دفتر الأستاذ و يُرسلون الأصوات إلى حساب تصويت لكل ُقدة (Node) حيث يُمكن للمُحَصِّصِين تفويض حِصّتهم. أما بقيّة المجموعة (cluster) فتستخدم هذه الأصوات المُرَجَّحة بالحِصَّة (stake-weighted) لإختيار كتلة (block) عندما ينشأ إنقسام أو شوكة (fork).", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "الذهاب إلى المستندات", + "visitf": "زيارة المنتدى", + "forum": "مناقشة في المنتدى", + "chat": "قُم بمُحادثة الدعم", + "updated": "هل ترغب في مواصلة تحديث التقدم الذي أحرزته سولانا؟", + "build": "قم ببناء الآن", + "contact": "إتصل بنا", + "learn": "لمعرفة المزيد", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "إشترك الآن", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "التسجيل في النشرة الإخبارية لسولانا", + "spam": "نحن نعدك بأننا لن نزعجك.", + "informed": "إبقى على تواصل" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "المُطوِّرون" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "موسم Solana", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Solana Community", + "featcontent": "المحتويات البارزة", + "header": "مُجتمع Solana هو منزل مُوَزَّع عالميًا للمُطوِّرين وحاملي الرموز والمُدقّقين (validators) والأعضاء الذين يدعمون البروتوكول.", + "info": "Listen to the podcast", + "podcast": "الذهاب إلى التدوين الصوتي", + "learn": "Learn in depth", + "blog": "Visit Blog", + "apply": "قدِّم الآن", + "collective": "إدعم فريق Solana الأساسي من خلال مُبادرات مُجتمعيّة وتسويقيّة مع تجميع المُكافآت.", + "socials": { + "hero": "Wayfinding", + "hero-old": "Join the crypto revolution", + "subheader": "The following are our most frequented and updated communication channels. You name it, we’ve got it!", + "telegram": "جروب التليغرام", + "approx-members": "من الأعضاء", + "gt-members": " من الأعضاء", + "announcements": "الإعلانات", + "discord": "جروب Discord", + "engineering": "الهندسة", + "twitter": "حساب التويتر", + "approx-followers": "متابِعون", + "medium": "News", + "approx-write-ups": "كتابات", + "blogposts": "مشاركات المدونة", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "متابِعون", + "weibo": "Weibo", + "weibo-subscribers": " مشتركون", + "twitter-jp": "حساب تويتر اليابان", + "twitter-jp-subscribers": " من الأعضاء", + "forum": "منتدى سولانا", + "forum-subscribers": " منشورات", + "gt-stars": " من الأعضاء", + "youtube": "YouTube", + "gt-subscribers": " مشتركون", + "yt-subscribers": "K subscribers", + "videos": "مقاطع الفيديو", + "email": "البريد الإلكتروني", + "oneonone": "1:1", + "reddit": "Reddit", + "discussions": "المناقشات", + "meetup": "الاجتماع", + "meetings": "الاجتماعات" + }, + "articles": { + "latest": "آخر القصص", + "description": "إليك ما كنا نقوم به مؤخراً.", + "view": "عرض الكل" + }, + "jill": { + "title": "Jill Carlson - شريك في مشاريع Slow Ventures / ومُؤَسَّسَ مُشارك لـ The Open Money Initiative", + "text": "كان لدينا مستضيفة لجيل كارلسون لحلقة رقم 15 من \"بدون شرائح\"، سولانا بودكاست. لهذه الحلقة اتبعنا نهجاً مختلفا..." + }, + "cluster-launch": { + "title": "إطلاق مجموعة SLP1", + "text": "نحن مُتحمّسون للإعلان عن الإطلاق الناجح لمجموعتنا \"Soft Launch\". مجموعة مُحَفَّزة للتنمية والتكامل بين الشركاء. ستعمل هذه المجموعة بالتوازي مع Tour de SOL أو (TdS)." + }, + "solana2019": { + "title": "سولانا في عام 2019: النمو والتنمية والطريق إلى الشبكة الرسمية", + "text": "لقد كان جحيما لمدة عام. بينما نستعد للعقد المُقبل، نريد أن نلخص التقدم الرائع الذي أحرز في Solana عام 2019. من أعمال البنية التحتية المُكثفة إلى الإعلان عن زيادة قدرها 20 مليون دولار بقيادة شركة Multicoin Capital..." + }, + "brendan": { + "title": "Brendan Eich - مُؤَسَّسَ مُشارك/كبير المُوظفين التنفيذيين في Brave Software و Attention Token", + "text": "يتحدث Brendan بإختصار عن خلفيته (مُنشئ الـ Javascript والمُؤَسّس المُشارك لـ Mozilla) ثم يقفز مُباشرة إلى كيفية..." + }, + "sam": { + "title": "Sam Bankman-Fried - الرئيس التنفيذي لشركة FTX، المُؤَسّس المُشارك لشركة Serum", + "text": "بعد يوم واحد من الإعلان الرسمي عن Project Serum، جلس Anatoly وSam لمُناقشة بيئة التداول الحالية في العملات المُشفرة، ومُستقبل التمويل اللامركزي (DeFi)، ولتقديم تفاصيل إضافية حول السرعة العالية وغير الحافظة (non-custodial)..." + }, + "dieter": { + "title": "Dieter Shirley - الرئيس التنفيذي للتكنولوجيا في Dapper Labs، مُهندس رئيسي لمشروع Flow", + "text": "No Sharding هو إسم حلقة التدوين الصوتي، وهذا بالضبط موضوع محتوى هذه الحلقة. من تطوير لمشروع Flow إلى قيادة الفريق الهندسي الذي صمم Crypto Kitties، يتمتع Dieter بخبرة واسعة في كل من L1 و L2..." + }, + "rodolfo": { + "title": "Rodolfo Gonzalez - شريك في Foundation Capital", + "text": "موضوع هذه الحلقة حول رأس المال الإستثماري. Rodolfo Gonzales هو شريك في Foundation Capital، وهي شركة رأس مال إستثماري تدعم الأفراد الذين يرغبون في دفع العالم إلى الأمام بطريقة ما، بإستخدام الأعمال التحويلية بإعتبارها من ضمن أعمالها..." + }, + "royandreisen": { + "title": "Meher Roy & Reisen - مؤسسو Chorus One الحلقة #14", + "text": "يقوم Chorus One بتشغيل البنية التحتية لمُساعدتك على زيادة حيازاتك من العملات المُشَفَّرَة بشكل آمن. Meher..." + }, + "sunnya": { + "title": "Sunny Aggarwal - المُطوِّر الأساسي في Tendermint / Cosmos", + "text": "هذه الحلقة كلها عن المصادقين. هل أنت مهتم بمعرفة المزيد حول كيفية تشغيل العقدة وتصبح موثقاً؟" + }, + "defi": { + "title": "الغوص عميقاً في مجال البلوكشاين التمويل اللامركزي (DeFi) مع كل من FTX ،Aave ،Balancer ،Curve ،Gauntlet و Solana", + "text": "هذه حلقة خاصة من التدوين الصوتي الخاص بـ Solana - لقد أخذنا لوحة حديثة لـ Solana Wormhole Hackathon وتحويلها إلى تنسيق صوتي من أجلك! إستمتع بهذا الحلقة في كل ما يتعلق بالتمويل اللامركزي (DeFi) مع رواد هذا المجال." + }, + "tds-week-2": { + "title": "جولة في سول - ملخص الأسبوع 2", + "text": "مرحبا بكم مرة أخرى لكل من يتابعون التقدم الذي أحرزناه خلال جولة Tour de SOL..." + }, + "tds-week-1": { + "title": "جولة في سول - ملخص الأسبوع 1", + "text": "نحن رسميا في أسبوع من المرحلة الأولى من جولة Tour de SOL أو (TdS)، وويا له من أسبوع. هدفنا هو البدء في التركيز على الإختبار..." + }, + "serum": { + "title": "FTX تختار Solana لمشروع Serum: تداول مُشتقات لامركزي عالي السرعة وغير حافظ (Non-Custodial)", + "text": "قامت FTX و Alameda Research بإنشاء Serum Foundation وأعلنا عن Serum ، وهو منصة تداول لامركزية (Dex) جديدة وعالية السرعة وغير حافظة (non-custodial) تم إنشاؤها على شبكة بلوكشاين Solana. يُمكنك معرفة المزيد حول Serum في الورقة البيضاء وفي هذه الكتابة الشاملة على موقع The Block." + }, + "arweave": { + "title": "الإعلان عن التشغيل البيني لSolana Arweave", + "text": "اليوم Solana مُتحمسة للإعلان عن تعاون مع Arweave. كلانا يدعو المُطوِّرين لبناء وتطوير جسر بين مشروعي Solana و Arweave. هذه المُكافأة مُتاحة الآن على Gitcoin وتتضمن مُكافأة قدرها 15000 DAI. يُمكنك معرفة المزيد حول نطاق وقواعد المُكافأة هنا!" + }, + "tdsstage1": { + "title": "تفاصيل جولة SOL Stage الأولى", + "text": "نحن نقوم بتنقيح جولةTour de SOL أو (TdS) من 3 أحداث إلى سلسلة مُتواصلة من الأحداث المُحَفَّزة والمُقَرَّرَة..." + }, + "coinlist": { + "title": "جمعت Solana مبلغ 1.76 مليون دولار في المزاد العلني في منصة Coinlist", + "text": "في 23 آذار (مارس)، الساعة 10 مساءً بتوقيت المحيط الهادئ، بدأ المزاد العلني في منصة Coinlist. الـ dutch auction باع 8 ملايين من عملة SOL المُتاحة في 6 ساعات. نود أن نشكر مُجتمعنا على الإستجابة الإيجابية للغاية لهذا المزاد، على الرغم من الظروف العالمية الحالية." + }, + "terra": { + "title": "تتعاون Solana مع Terra لبناء جسر سريع المُعاملات (Low-Latency Token Bridge) بينهم، ويجلب العملات المُستقرَّة (Stablecoins) إلى النظام الأساسي لـ Solana", + "text": "نعمل معًا على بناء جسر مميّز عالي السرعة يُسهّل نقل عملات Terra المستقرة إلى النظام الاساسي dapp Solana. ستكون العملات لـ Terra أول العملات المُسْتَقِرَّة (Stablecoins) على شبكة Solana. من خلال جلب العملات المُسْتَقِرَّة إلى شبكتنا ، نهدف إلى توسيع مساحة التصميم بشكل كبير للمُطوِّرين وفتح الباب أمام تطبيقات جديدة تتطلب مدفوعات مُسْتَقِرَّة السعر." + }, + "chainlink": { + "title": "أدماج أو تكامل Chainlink في Solana: بيانات أسعار Oracle عالية السرعة لتطبيقات تمويل لامركزي (DeFi) أفضل", + "text": "العقود الماليّة هي أدوات تعتمد على البيانات وتتفاعل مع أحداث السوق، مثل تغيّر سعر الأصل الأساسي. العقود الذكيّة، على وجه الخصوص، هي مُنتجات ماليّة مُؤتمتة (automated)، مِمَّا يعني أن البيانات تُؤدِّي مُباشرة إلى تنفيذ وتسوية العقد بدلاً من توظيف وسيط بشري." + }, + "popular": { + "title": "News", + "description": "إليك بعض الاختيارات من الأشهر القليلة الماضية." + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "الفيديوهات المتميزة", + "youtube": "YouTube", + "podcast": "التدوين الصوتي" + } + }, + "blog": { + "hero": "Solana News", + "header": "Learn more about Solana’s technology, validators, integrations, and community.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "عرض الكل" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "YouTube", + "latest-episode": "التدوين الصوتي" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "المصادر", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "المصادر", + "guides-title": "الإرشادات", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "قم ببناء الآن", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "المصادر" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "قم بالتركيز على عملك", + "focus-2": "ليس بنيتك الأساسية.", + "network": "تم تصميم الشبكة العالمية الموزعة خصيصًا لتتوافق مع قانون مور ، دون التضحية باللامركزية أو الأمن لدعم المستخدمين والأجهزة بالمليارات.", + "language": "البرمجة بلغتك.", + "vm": "البرمجة باللغة البرمجية C، و C++، و Rust، و move. تكاملات الآلات الإفتراضية المرنة، مع المزيد في المُستقبل.", + "wait-times": "تجنب فترات الانتظار الطويلة للمستخدمين.", + "fast": "تسريعات سريعة و لا مجمع تذكر. 400 مليون كتلة و نهاية. الويب 3.0 بسرعة الويب 2.0.", + "scale": "كفاءة رأس المال مع نُمو النظام البيئي.", + "scale-context": "تتطوّر Solana بفضل قانون Moore - ليست هناك حاجة للتكامل مع العديد من الأجزاء (shards) أو حلول الطبقة 2.", + "security": "أمان درجة المؤسسة.", + "audit": "تم تدقيقها من قبل شركة Fortune 500 الأمنيّة المُفضّلة ثبات مُحصّن لتوسُّع وتطوُّر على المُتسوى العالمي." + }, + "pitch-2": { + "users": "المستخدمون الخاص بك سيتم", + "users-notice": "لا تنبه أبداً.", + "performance": "إن أداء سولانا لا مثيل له، وهو مصمم خصيصاً لتطبيقات عالية التردد وواسعة النطاق.", + "pmt": "ارتفاع الكتلة", + "validators": "الفترة (Epoch) الحالية", + "blocktimes": "عدد الكتل", + "tps": "إجمالي المعاملات" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "لمعرفة المزيد", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "المنح", + "break": "بريك سولانا", + "media": "Media Kit", + "careers": "الوظائف", + "disclaimer": "إخلاء المسؤولية ", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "Get Connected", + "blog": "المدونة", + "newsletter": "النشرة الإخبارية" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "إنضم إلى المجتمع", + "discord": "Solana Discord Support", + "forums": "منتدى سولانا", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "مقاطع الفيديو" + } + }, + "nav": { + "learn": { + "title": "تعلّم", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "المصادر", + "items": [ + { + "title": "كن مدققا", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "المجتمع", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "News", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "المناسبات", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window", + "verify-request": { + "title": "Please check your email", + "sub": "A sign-in link has been sent to your email address.", + "required-email": "The email address is required.", + "invalid-email": "Please enter a valid email address." + } + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "الأسئلة المتكررة", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "مؤسسة سولانا" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "مدعوم من قبل" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Prizes", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "إخلاء المسؤولية", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Start building" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Start building" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "تنزيل" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "قابلة للقياس", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/de/common.json b/public/locales/de/common.json new file mode 100644 index 000000000..6c1a3c0fb --- /dev/null +++ b/public/locales/de/common.json @@ -0,0 +1,1734 @@ +{ + "titles": { + "404": "404: Nicht gefunden", + "validators": "Validatoren: Hilf dabei, das Netzwerk zu sichern und verdiene SOL", + "newsletter": "Newsletter", + "developers": "Entwickler: Ressourcen und Informationen zum Programmieren auf Solana", + "community": "Solana-Community: Treten Sie unserem Ökosystem bei", + "news": "Solana News", + "defi": "DeFi", + "events": "Events", + "dao": "DAOs and Governance" + }, + "404": { + "title": "Oh Oh.", + "copy": "Wir sind auf ein Problem gestoßen, aber keine Sorge, wir werden uns darum kümmern.", + "button": "Back to homepage" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "Sichern Sie den Ledger.", + "earn": "Verdienen Sie SOL.", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "Werden Sie Validator", + "stakingnd": "Staking & Validation", + "stake": "Staken Sie Tokens und verdienen Sie Rewards, indem Sie Transaktionen verarbeiten und validieren. Verdienen Sie eine Provision durch das Verwalten von delegierten Token.", + "testnet": "Testnetz-Wettbewerb", + "build": "Verdienen Sie Token, indem Sie eine Node betreiben, um neue Funktionen und Benchmark-Leistung zu testen.", + "ecosystem": "Lernen Sie unsere Validatoren kennen", + "participatetitle": "Teilnehmen", + "register": "Für TdS registrieren", + "register-page": "Jetzt registrieren", + "onsolana": "Validieren Sie auf Solana", + "storage": "Storage Mining", + "disk": "Stellen Sie überschüssigen Speicherplatz zur Verfügung, um Daten des Solana-Ledgers zu speichern. Delegieren Sie Ihre verdienten SOL automatisch an Validatoren, um Zinseszinseffekte Ihrer Rewards zu realisieren.", + "become": "Werden Sie Validator und erhalten Sie Token.", + "existence": "Das Solana-Cluster kann ohne Validatoren nicht existieren. Helfen Sie, die Integrität des Ledgers aufrechtzuerhalten und verdienen Sie so Rewards.", + "rewards": "Protokollbasierte Rewards", + "issuances": "Ausgaben aus einer globalen, protokolldefinierten, Inflationsrate. Diese Belohnungen werden zusätzlich zu den Einnahmen aus Transaktionsgebühren geliefert.", + "fees": "Transaktionsgebühren", + "feesdesc": "Transaktionsgebühren sind marktbasierte p2p-Transfers, die an Netzwerkinteraktionen für die Zustandsausführung gebunden sind.", + "staking": "Staking", + "howstaking": "Staker werden dafür belohnt, dass sie bei der Validierung des Ledgers helfen, indem sie ihren Stake an validierende Nodes delegieren. Diese Validatoren geben den Ledger wieder und senden Stimmen an einen für deren Node zugehörigen Account, an welchen auch die Stakes delegiert werden. Der Rest des Clusters bezieht sich auf diese, mit Stake-gewichteten Stimmen, um den nächsten Block im Falle eines Forks bestimmen zu können.", + "tps": "transaktionen wurden seit März 2020 verarbeitet. Helfen Sie dabei, die schnellste Blockchain der Welt zu validieren.", + "pert": "pro Transaktion. Erhalten Sie Transaktionsgebühren als Validator.", + "validators": "Globale Validatoren. Schließen Sie sich unserer Kohorte von Elite-Netzwerk-Experten an.", + "docs": "Sind Sie daran interessiert, mehr zu lernen? Schauen Sie sich unsere Doktoren an.", + "start-registration": "Bereit zum Start? Klicken Sie auf den Link unten.", + "howto": "Validating on Solana", + "header": "Validator Anmeldung", + "info": "Gerichtsverfahren zur Entschädigung", + "items-one": "Vielen Dank für Ihr Interesse, das Solana-Cluster zu unterstützen. Nachfolgend finden Sie Informationen zu den juristischen Prozessen, die erforderlich sind, um eine Entschädigung für die Teilnahme von Validatoren an den Clustern Mainnet Beta, Tour de SOL oder Testnet zu erhalten.", + "items-two": "Vollständige Identitätsüberprüfung über Passbase unten.", + "items-three": "Unterschreiben Sie das Universelle Vergütungsdokument für Validatoren via DocuSign.", + "same-email": "Bitte verwenden Sie dieselbe E-Mail sowohl für die Passbase-Identitätsprüfung als auch für DocuSign.", + "run": "Eine Node betreiben", + "discuss": "Diskutieren Sie mit anderen Validatoren und dem Solana-Team.", + "progress": "Sie sind noch nicht bereit, eine Node zu betreiben? Sie wollen up-to-date mit den Fortschritten von Solana sein?", + "step1": "Schritt 1. Registrieren", + "process": "Folgen Sie dem vier Schritte Prozess, der im obigen Link für die Registrierung, KYC/AML, Teilnahmevereinbarung und Discord onboarding beschrieben ist.", + "both-register": "Wenn Sie diese Schritte abschließen, werden Sie für die Validierung in Solanas Tour de SOL- und Mainnet-Beta-Netzen registriert.", + "before": "Bevor Sie bei Mainnet einsteigen, sollten Validatoren erfolgreich an mindestens einer „Etappe“ unseres insentivierten Testnetzes teilnehmen: Tour de SOL.", + "stages": "Etappen starten monatlich; nach der Registrierung siehe hier für die aktuellsten Statusinformationen (einschließlich Details zu Kompensation, Bug-Bounties usw.).", + "inflationary": "Bis die inflationären Belohnungen aktiviert sind, werden Validatoren von der Solana-Stiftung direkt für ihre Leistungen entschädigt.", + "successful": "Nach erfolgreicher Teilnahme an einer Etappe der Tour de SOL sind Sie berechtigt, eine Delegation der Solana Foundation im Mainnet Beta zu erhalten.", + "us": "U.S.-amerikanische natürliche und juristische Personen sind derzeit von der Teilnahme ausgeschlossen", + "step2": "Schritt 2. An Tour de SOL teilnehmen", + "step3": "Schritt 3. Mainnet-Beta beitreten", + "anyone": "Jeder kann einen Validatorknoten auf Solanas permissionless testnet und Mainnet Beta-Netzwerken betreiben!", + "getstarted": "Um loszulegen, schauen Sie sich unsere Dokumentation über die technischen Voraussetzungen und Schritte, um Ihren eigenen Knoten zu starten an", + "activecomm": "Wir haben eine sehr aktive Community von Validatoren auf unserem Discord Server. Dies ist der beste Ort, um technischen Support zu erhalten und Fragen zu stellen.", + "permissionless": "Die Netzwerke von Solana sind permissionless und daher kann jeder jederzeit mit dem Betrieb eines Validierungsknotens beginnen. Eine Registrierung und KYC sind erforderlich, um eine Vergütung von der Solana Foundation zu erhalten. Bitte beachten Sie, dass US-amerikanische Unternehmen und Einzelpersonen derzeit nicht berechtigt sind, eine Vergütung zu erhalten.", + "participate-2": "Nehmen Sie an der Tour de SOL teil, um sich für die Delegation der Solana Foundation zu qualifizieren", + "registration": { + "head": "Entschädigungs-Registrierungsprozess", + "steps": "Bitte führen Sie die folgenden Schritte aus, um sich für eine Tokenvergütung für Validierungsdienste zunächst im Solana Testnet und dann im Mainnet Beta-Netzwerk zu qualifizieren.", + "no-u": "Die Netzwerke von Solana sind permissionless und daher kann jeder jederzeit mit dem Betrieb eines Validierungsknotens beginnen. Eine Registrierung und KYC sind erforderlich, um eine Vergütung von der Solana Foundation zu erhalten. Bitte beachten Sie, dass US-amerikanische Unternehmen und Einzelpersonen derzeit nicht berechtigt sind, eine Vergütung zu erhalten.", + "registration": "Registrierung", + "form": "Tour de SOL (TdS) Anmeldeformular", + "keybase": "Teilnehmer müssen ihren öffentlichen Schlüssel nicht mehr mit ihrem Keybase-Konto verknüpfen", + "req": "Registrierung und erfolgreiche Teilnahme an mindestens einer Stufe von TdS ist eine Voraussetzung, um Anspruch auf Kompensation für Mainnet Beta zu erhalten", + "more": "Weitere Informationen zur Tour de SOL hier", + "kyc": "KYC/AML (via Passbase)", + "before": "Wenn Sie KYC/AML bereits früher für SLP oder TdS mit der gleichen Entität/Person auf der Coinlist oder Passbasis abgeschlossen haben, brauchen Sie dies nicht noch einmal durchzugehen.", + "no-us": "Wir können US-amerikanische Unternehmen oder Einzelpersonen für KYC oder Entschädigung nicht akzeptieren", + "participation": "Teilnahmevereinbarung abschließen", + "same-email": "Bitte verwende die gleiche E-Mail-Adresse wie für die Überprüfung der Passbase Identität", + "discord": "Trete unserem Discord bei", + "discord-desc": "Anforderung an alle Validatoren, da dies unser primärer Kommunikationskanal für technische Diskussionen, Netzwerkankündigungen und Upgrades usw. ist" + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "Protokollbasierte Rewards", + "protocol-text": "Ausgaben aus einer globalen, protokolldefinierten, Inflationsrate. Diese Belohnungen werden zusätzlich zu den Einnahmen aus Transaktionsgebühren geliefert.", + "staking-header": "Staking", + "staking-text": "Staker werden dafür belohnt, dass sie bei der Validierung des Ledgers helfen, indem sie ihren Stake an validierende Nodes delegieren. Diese Validatoren geben den Ledger wieder und senden Stimmen an einen für deren Node zugehörigen Account, an welchen auch die Stakes delegiert werden. Der Rest des Clusters bezieht sich auf diese, mit Stake-gewichteten Stimmen, um den nächsten Block im Falle eines Forks bestimmen zu können.", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "Zu Docs gehen", + "visitf": "Forum besuchen", + "forum": "Im Forum diskutieren", + "chat": "Chat Support erhalten", + "updated": "Sie wollen über die Fortschritten von Solana auf dem Laufenden gehalten werden?", + "build": "Jetzt bauen", + "contact": "Kontaktieren Sie uns", + "learn": "Mehr erfahren", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "Jetzt abonnieren", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "Abonnieren Sie den Solana-Newsletter", + "spam": "Wir versprechen Ihnen, dass wir Sie nicht spamen.", + "informed": "Bleiben Sie informiert" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "Programmierer" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Solana Season", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Solana Community", + "featcontent": "Empfohlene Inhalte", + "header": "Die Solana-Community ist ein global verteiltes Zuhause für Entwickler, Token-Inhaber, Validatoren und Mitglieder, die das Protokoll unterstützen.", + "info": "Listen to the podcast", + "podcast": "Zum Podcast gehen", + "learn": "Learn in depth", + "blog": "Visit Blog", + "apply": "Jetzt bewerben", + "collective": "Unterstützen Sie das Solana-Kernteam durch Community- und Marketinginitiativen und sammeln Sie dabei Belohnungen.", + "socials": { + "hero": "Wayfinding", + "hero-old": "Join the crypto revolution", + "subheader": "The following are our most frequented and updated communication channels. You name it, we’ve got it!", + "telegram": "Telegram", + "approx-members": "Mitglieder", + "gt-members": " Mitglieder", + "announcements": "Ankündigungen", + "discord": "Discord", + "engineering": "Technik", + "twitter": "Twitter", + "approx-followers": "Follower", + "medium": "News", + "approx-write-ups": "Einträge", + "blogposts": "Blogbeiträge", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "Follower", + "weibo": "Weibo", + "weibo-subscribers": " Abonnenten", + "twitter-jp": "Twitter Japan", + "twitter-jp-subscribers": " Mitglieder", + "forum": "Solana-Foren", + "forum-subscribers": " Beiträge", + "gt-stars": "stars", + "youtube": "YouTube", + "gt-subscribers": " Abonnenten", + "yt-subscribers": "K subscribers", + "videos": "Videos", + "email": "Email", + "oneonone": "1:1", + "reddit": "Reddit", + "discussions": "Diskussionen", + "meetup": "Meetup", + "meetings": "Meetings" + }, + "articles": { + "latest": "Neueste Geschichten", + "description": "Hier ist das, was wir in letzter Zeit gemacht haben.", + "view": "Alle anzeigen" + }, + "jill": { + "title": "Jill Carlson - Partner bei Slow Ventures / Co-Founder von The Open Money Initiative", + "text": "Wir hatten einen Riesenspaß, Jill Carlson für Folge #15 unseres Podcasts No Sharding in Empfang zu nehmen. Für diese Episode haben wir einen anderen Ansatz verfolgt..." + }, + "cluster-launch": { + "title": "SLP1 Cluster Launch", + "text": "Wir freuen uns, Ihnen den erfolgreichen Start unseres \"Soft Launch\"-Clusters bekanntgeben zu können. Dieser Cluster wird parallel zu Tour de SOL (TdS) laufen." + }, + "solana2019": { + "title": "Solana im Jahr 2019: Wachstum, Entwicklung und der Weg zum Mainnet", + "text": "Es war ein verdammt gutes Jahr. Während wir uns auf das nächste Jahrzehnt vorbereiten, wollen wir den erstaunlichen Fortschritt, den Solana 2019 gemacht hat, noch einmal in Erinnerung rufen. Von intensiver Arbeit mit der Infrastruktur bis hin zur Bekanntgabe einer Finanzierungsrunde in Höhe von 20 Mio. $ angeführt von Multicoin Capital..." + }, + "brendan": { + "title": "Brendan Eich - Co-Founder / CEO Brave Software und Attention Token", + "text": "Brendan spricht kurz über seinen Hintergrund (Erfinder von Javascript & Mozilla Co-Founder) und springt dann direkt zu wie..." + }, + "sam": { + "title": "Sam Bankman-Fried - CEO von FTX, Mitbegründer von Serum", + "text": "Einen Tag nach der offiziellen Ankündigung von Project Serum setzten sich Anatoly und Sam zusammen, um über das aktuelle Handelsumfeld in Crypto, die Zukunft von DeFi, zu diskutieren und zusätzliche Details über die schnelle, dezen..." + }, + "dieter": { + "title": "Dieter Shirley - CTO von Dapper Labs, leitender Architekt von Flow", + "text": "No Sharding ist der Name des Podcasts, und genau darum geht es in dieser Folge. Von der Entwicklung von Flow bis zur Leitung des Ingenieurteams, das Crypto-Kitties entworfen hat, hat Dieter umfangreiche Erfahrung sowohl in L1 als auch in L2..." + }, + "rodolfo": { + "title": "Rodolfo Gonzalez - Partner bei Foundation Capital", + "text": "In dieser Episode dreht sich alles um Risikokapital. Rodolfo Gonzales ist Partner bei Foundation Capital, einer Risikokapitalfirma, die Personen unterstützt, die die Welt auf irgendeine Weise voranbringen wollen, indem sie ein transformatives Unternehmen als..." + }, + "royandreisen": { + "title": "Meher Roy & Reisen - Co-Founder von Chorus One Ep #14", + "text": "Chorus One betreibt Infrastruktur, die Ihnen hilft, sicher Ihre Krypto-Bestände zu erhöhen. Meher..." + }, + "sunnya": { + "title": "Sunny Aggarwal - Core Developer bei Tendermint / Cosmos", + "text": "In dieser Episode geht es um Validatoren. Sind Sie daran interessiert, mehr darüber zu erfahren, wie Sie einen Node laufen lassen und ein Validator werden?" + }, + "defi": { + "title": "Ein Deep Dive Into DeFi mit FTX, Aave, Balancer, Kurve, Gauntlet und Solana", + "text": "Das ist eine besondere Episode des Solana Podcasts - wir haben ein Panel des Solana Wormhole Hackathons genommen und für Sie in Audioformat umgewandelt! Genießen Sie diese tiefen Einblicke in DeFi durch branchenführernde Experten." + }, + "tds-week-2": { + "title": "Tour de SOL – Woche 2 Recap", + "text": "Willkommen zurück an alle, die unsere Fortschritte bei der Tour de SOL verfolgt haben...\n" + }, + "tds-week-1": { + "title": "Tour de SOL – Woche 1 Recap", + "text": "Die erste Etappe der Tour de SOL (TdS) ist nun offiziell eine Woche alt, und was für eine Woche es war. Unser Ziel war es, mit der Belastungsprobe unserer..." + }, + "serum": { + "title": "FTX wählt Solana für Serum: Eine High-Speed, dezentralisierte Derivatebörse ohne Verwahrgeschäft", + "text": "FTX und Alameda Research gründeten die Serum Foundation und kündigten Serum an, einen neuen Hochgeschwindigkeits-DEX ohne Verwahrgeschäft, der auf Solana aufbaut. Sie können mehr über Serum im White Paper und in diesem umfassenden Artikel von The Block erfahren." + }, + "arweave": { + "title": "Ankündigung des Solana-Arweave-Interoperabilitätshacks", + "text": "Heute freut sich Solana die Zusammenarbeit mit Arweave ankündigen zu dürfen. Wir fordern Entwickler auf, eine Brücke zwischen den Projekten Solana und Arweave zu bauen. Dieses Bounty ist jetzt live auf Gitcoin und beinhaltet eine Belohnung von 15.000 DAI. Mehr über den Umfang und die Regeln des Bounties erfahren Sie hier!" + }, + "tdsstage1": { + "title": "Tour de SOL Phase 1 Details", + "text": "Wir überarbeiten Tour de SOL (TdS) von 3 Events in eine laufende Reihe von mit Anreizen versehenden sowie geplanten Events..." + }, + "coinlist": { + "title": "Solana sammelt 1,76 Millionen in einer ausverkauften Coinlist Auktion ein", + "text": "Am 23. März um 22 Uhr PST ging unsere Coinlist Auktion online. Während dieser \"Dutch Auction\" wurden die 8 Millionen angebotenen SOL Token innerhalb von 6 Stunden ausverkauft. Wir möchten unserer Community für die, trotz aktueller Lage, überwältigend positiven Reaktionen auf diese Auktion danken." + }, + "terra": { + "title": "Solana arbeitet mit Terra zusammen, um eine Token-Bridge mit niedriger Latenz zu bauen und Stablecoins in das Solana-Ökosystem zu bringen", + "text": "Gemeinsam bauen wir eine neue Hochgeschwindigkeits-Token-Bridge, die den Transfer von Terra-Stablecoins in das Dapp-Ökosystem von Solana erleichtert. Terra's Token werden die ersten Stablecoins im Solana-Netzwerk sein. Indem wir Stablecoins in unser Netzwerk bringen, wollen wir den Gestaltungsspielraum für Entwickler dramatisch erweitern und die Tür für neuartige Anwendungen öffnen, die preisstabile Zahlungen erfordern." + }, + "chainlink": { + "title": "Chainlink und Solana Integration: Hochgeschwindigkeits-Preisorakel für bessere DeFi Applikationen", + "text": "Financial contracts sind datengesteuerte Instrumente, die auf Marktereignisse reagieren, wie z. B. die Preisänderung eines Basiswertes. Insbesondere Smart Contracts sind automatisierte Finanzprodukte, d.h. die Daten lösen, im Gegensatz zum Einsatz eines menschlichen Vermittlers, direkt die Ausführung und Abwicklung des Vertrags aus." + }, + "popular": { + "title": "News", + "description": "Hier sind einige Highlights der letzten Monate." + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "Empfohlene Videos", + "youtube": "YouTube", + "podcast": "Podcast" + } + }, + "blog": { + "hero": "Solana News", + "header": "Learn more about Solana’s technology, validators, integrations, and community.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "Alle anzeigen" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "YouTube", + "latest-episode": "Podcast" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "Ressourcen", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "Ressourcen", + "guides-title": "Guides", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "Jetzt bauen", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "Ressourcen" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "Konzentrieren Sie sich auf Ihr Geschäft", + "focus-2": "nicht Ihre Infrastruktur.", + "network": "Das globale, verteilte Netzwerk ist speziell auf Moores Gesetz aufgebaut, ohne Dezentralisierung oder Sicherheit zu opfern, wenn Milliarden von Nutzer und Endgeräte bedient werden müssen.", + "language": "Programmieren Sie in Ihrer Sprache.", + "vm": "Code in Rust, C, und C++. Flexible Integrationen für virtuelle Maschinen sowie weitere in Vorbereitung.", + "wait-times": "Vermeiden Sie lange Wartezeiten für Ihre Benutzer.", + "fast": "Enorme Geschwindigkeit und kein Mempool. 400ms Blockzeiten und Finalisierung in unter einer Sekunde. Web 3.0 mit Web 2.0 Geschwindigkeit.", + "scale": "Kapitaleffizient, während das Ökosystem wächst.", + "scale-context": "Solana skaliert dank Moore's Law - eine Integration mit mehreren Shards oder Layer-2-Lösungen ist nicht erforderlich.", + "security": "Sicherheit auf Unternehmensebene.", + "audit": "Geprüft von einer durch Fortune-500 Unternehmen bevorzugte Sicherheitsfirma. Eiserne Unveränderlichkeit im globalen Maßstab." + }, + "pitch-2": { + "users": "Ihre Nutzer werden", + "users-notice": "es nie bemerken.", + "performance": "Die Leistung von Solana ist beispiellos und speziell für Hochfrequenz- und Massenanwendungen konzipiert.", + "pmt": "Blockhöhe", + "validators": "Aktuelle Epoche", + "blocktimes": "Blockzeit", + "tps": "Gesamte Transaktionen" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "Lesen Sie mehr", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "Fördermittel", + "break": "Break Solana", + "media": "Media Kit", + "careers": "Karriere", + "disclaimer": "Haftungsausschluss", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "Get Connected", + "blog": "Blog", + "newsletter": "Newsletter" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "Der Community beitreten", + "discord": "Solana Discord Support", + "forums": "Solana-Foren", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "Videos" + } + }, + "nav": { + "learn": { + "title": "Learn", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "Ressourcen", + "items": [ + { + "title": "Werden Sie Validator", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "Community", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "News", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "Events", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "FAQ", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Solana Stiftung" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "Mit Unterstützung von" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Prizes", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "Haftungsausschluss", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Start building" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Start building" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "Download" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "Skalierbar", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/el/common.json b/public/locales/el/common.json new file mode 100644 index 000000000..790075522 --- /dev/null +++ b/public/locales/el/common.json @@ -0,0 +1,1734 @@ +{ + "titles": { + "404": "404: Δεν Βρέθηκε", + "validators": "Επικυρωτές: Βοηθήστε στην Ασφάλεια του Δικτύου και Κερδίστε SOL", + "newsletter": "Ενημερωτικό Δελτίο", + "developers": "Προγραμματιστές: Πόροι και Πληροφορίες για την Ανάπτυξη του Solana", + "community": "Κοινότητα Solana: Γίνετε μέλος του οικοσυστήματος μας", + "news": "Solana News", + "defi": "DeFi", + "events": "Εκδηλώσεις", + "dao": "DAOs and Governance" + }, + "404": { + "title": "Ούπς.", + "copy": "Υπάρχει κάποιο πρόβλημα, αλλά μην ανησυχείτε, θα το φτιάξουμε σίγουρα.", + "button": "Back to homepage" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "Ασφαλίστε το βιβλίο.", + "earn": "Κερδίστε SOL.", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "Γίνετε Επικυρωτής", + "stakingnd": "Κλείδωμα Νομισμάτων & Επικύρωση", + "stake": "Κλειδώστε νομίσματα και κερδίστε ανταμοιβές με το να διεκπεραιώνεται και να επικυρώνεται συναλλαγές. Κερδίστε προμήθεια με τη διαχείριση εξουσιοδοτημένων νομισμάτων για λογαριασμό άλλων.", + "testnet": "Διαγωνισμός Δικτύου Testnet", + "build": "Earn tokens by running a node to help test new features and benchmark network performance.", + "ecosystem": "Γνωρίστε Τους Επικυρωτές Μας", + "participatetitle": "Συμμετέχετε", + "register": "Εγγραφείτε για TdS", + "register-page": "Εγγραφείτε Τώρα", + "onsolana": "Επικυρώστε στο Solana", + "storage": "Εξόρυξη Αποθηκευτικού Χώρου", + "disk": "Παρέχετε επιπλέον χώρο δίσκου για για την αποθήκευση των δεδομένων του βιβλίου του Solana σε ρίγες. Κερδίστε SOL αναθέτοντας SOL αυτόματα σε επικυρωτές κλειδώματος νομισμάτων για να αυξήσετε κέρδη.", + "become": "Γίνετε επικυρωτής και λάβετε νομίσματα.", + "existence": "Χωρίς επικυρωτές, το σύμπλεγμα Solana δεν μπορεί να υπάρχει. Βοηθήστε στη διατήρηση της ακεραιότητας του βιβλίου και κερδίστε ανταμοιβές ενώ το κάνετε.", + "rewards": "Ανταμοιβές Βάσει Πρωτοκόλλου", + "issuances": "Issuances from a global, protocol-defined, inflation rate. These rewards are delivered on top of earnings from transaction fees.", + "fees": "Τέλη Συναλλαγών", + "feesdesc": "Transaction fees are market-based p2p transfers, attached to network interactions for state execution.", + "staking": "Κλείδωμα Νομισμάτων", + "howstaking": "Οι χρήστες που κλειδώνουν νομίσματα επιβραβεύονται για την επικύρωση του βιβλίου. Αυτό γίνεται μεταβιβάζοντας το μερίδιό τους σε κόμβους επικυρωτών. Αυτοί οι επικυρωτές κάνουν τη δουλειά αντιγραφής του βιβλίου και αποστέλλουν ψήφους σε έναν λογαριασμό ψηφοφορίας ανά κόμβο στον οποίο χρήστες που κλειδώνουν νομίσματα μπορούν να αναθέσουν τα μεταβιβάσουν τα νομίσματα τους. Το υπόλοιπο σύμπλεγμα χρησιμοποιεί αυτές τις σταθμισμένες ψήφους για να επιλέξει ένα μπλοκ όταν εμφανίζονται διαχωρισμοί.", + "tps": "διεκπεραιωμένες συναλλαγές από τον Μάρτιο του 2020. Βοηθήστε στην επικύρωση του ταχύτερου blockchain στον κόσμο.", + "pert": "ανά συναλλαγή. Συλλέξτε προμήθειες συναλλαγών ως επικυρωτής.", + "validators": "Παγκόσμιοι Επικυρωτές. Γίνετε μέλος του δικτύου της ελίτ ομάδας ειδικών.", + "docs": "Ενδιαφέρεστε να μάθετε περισσότερα; Δείτε την τεκμηρίωση μας.", + "start-registration": "Έτοιμοι να ξεκινήσετε; Κάντε κλικ στον παρακάτω σύνδεσμο.", + "howto": "Validating on Solana", + "header": "Εγγραφή Επικυρωτή", + "info": "Νομικές Διαδικασίες Ανταμοιβών", + "items-one": "Ευχαριστούμε για το ενδιαφέρον σας για την υποστήριξη του συμπλέγματος Solana. Ακολουθούν πληροφορίες σχετικά με τις νομικές διαδικασίες που απαιτούνται για την έκδοση ανταμοιβών για συμμετοχή επικυρωτών είτε για την Mainnet Beta, τον Οδηγό για το SOL ή το Testnet.", + "items-two": "Ολοκληρώστε την επαλήθευση της ταυτότητας μέσω του Passbase παρακάτω.", + "items-three": "Υπογράψτε το γενικό έγγραφο ανταμοιβών των Επικυρωτών μέσω του DocuSign.", + "same-email": "Παρακαλώ χρησιμοποιήστε τον ίδιο λογαριασμό ηλεκτρονικού ταχυδρομείου και για την επαλήθευση ταυτότητας στο Passbase και για το DocuSign.", + "run": "Τρέξτε έναν Κόμβο", + "discuss": "Συζητήστε με άλλους επικυρωτές και την ομάδα του Solana.", + "progress": "Δεν είστε έτοιμοι να τρέξετε έναν κόμβο; Θέλετε να ενημερώνεστε για την πρόοδο του Solana;", + "step1": "Βήμα 1. Εγγραφείτε", + "process": "Ακολουθήστε τη διαδικασία τεσσάρων βημάτων που περιγράφεται στον παραπάνω σύνδεσμο για εγγραφή, KYC/AML, συμφωνία συμμετοχής και για να φέρετε κόσμο στο Discord.", + "both-register": "Ολοκληρόνωντας αυτά τα βήματα, εγγράφεστε για επικύρωση στα δίκτυα Οδηγός για το SOL και Mainnet Beta του Solana.", + "before": "Πριν από την επιβίβαση στο Mainnet, οι επικυρωτές θα πρέπει να συμμετέχουν επιτυχώς σε τουλάχιστον ένα \"στάδιο\" του testnet με κίνητρα: Οδηγός για το SOL.", + "stages": "Τα στάδια ξεκινούν κάθε μήνα. μετά την εγγραφή σας δείτε εδώ για τις τελευταίες πληροφορίες του σταδίου (συμπεριλαμβανομένων των λεπτομερειών σχετικά με την ανταμοιβή, τις επικηρύξεις για bugs, κ. λ. π.).", + "inflationary": "Έως ότου να ενεργοποιηθούν οι πληθωριστικές ανταμοιβές, οι επικυρωτές αποζημιώνονται άμεσα για τις υπηρεσίες τους από το Ίδρυμα Solana.", + "successful": "After successfully participating in a stage of Tour de SOL, you will be eligible to receive a Solana Foundation delegation on Mainnet Beta.", + "us": "ΕΞΑΙΡΟΥΝΤΑΙ προς συμμετοχή άτομα και οντότητες από τις Η.Π.Α.", + "step2": "Βήμα 2. Συμμετέχετε στον Οδηγό για το SOL", + "step3": "Βήμα 3. Γίνετε μέλος στο Mainnet Beta", + "anyone": "Οποιοσδήποτε μπορεί να τρέξει έναν κόμβο επικύρωσης στο testnet και στο Mainnet Beta του Solana!", + "getstarted": "Για να ξεκινήσετε, ρίξτε μια ματιά στα έγγραφά μας για τις τεχνικές απαιτήσεις και τα βήματα για να ξεκινήσετε τον δικό σας κόμβο.", + "activecomm": "Έχουμε μια πολύ ενεργή κοινότητα επικυρωτών στον διακομιστή μας στο Discord. Αυτό είναι το καλύτερο μέρος για να λάβετε τεχνική υποστήριξη και να κάνετε ερωτήσεις.", + "permissionless": "Solana’s networks are permissionless and therefore anyone can begin running a validator node at any time. Registration and KYC are required to receive compensation from the Solana Foundation. Please note that U.S. entities and individuals are not eligible to receive compensation at this time.", + "participate-2": "Participate in Tour de SOL to be eligible for Solana Foundation delegation", + "registration": { + "head": "Διαδικασία Εγγραφής για Επιβραβεύσεις", + "steps": "Please complete the steps below to be eligible for token compensation for validation services first on the Solana Testnet and then Mainnet Beta networks.", + "no-u": "Solana’s networks are permissionless and therefore anyone can begin running a validator node at any time. Registration and KYC are required to receive compensation from the Solana Foundation. Please note that U.S. entities and individuals are not eligible to receive compensation at this time.", + "registration": "Εγγραφή", + "form": "Φόρμα Εγγραφής Οδηγού για το SOL (TdS)", + "keybase": "Δεν απαιτούμε πλέον από τους συμμετέχοντες να συνδέσουν το Δημόσιο Κλειδί τους με τον λογαριασμό τους στο Keybase", + "req": "Η εγγραφή και η επιτυχής συμμετοχή σε τουλάχιστον ένα στάδιο του Οδηγού για το SOL (TdS) απαιτείτε προτού γίνετε δικαιούχοι για επιβράβευση στο Mainnet Beta", + "more": "Περισσότερες πληροφορίες για τον Οδηγό για το SOL εδώ", + "kyc": "KYC/AML (μέσω Passbase)", + "before": "Εάν έχετε ολοκληρώσει προηγουμένως KYC/AML για SLP ή για τον Οδηγό για το SOL (TdS) ως ίδια οντότητα/άτομο στο Coinlist ή το Passbase, τότε θα χρειαστεί να το το ξανακάνετε.", + "no-us": "Δεν μπορούμε να δεχτούμε οντότητες ή άτομα από τις Η.Π.Α. για KYC και επιβράβευση", + "participation": "Όλο το Σύμφωνο Συμμετοχής", + "same-email": "Παρακαλώ χρησιμοποιήστε τον ίδιο λογαριασμό ηλεκτρονικού ταχυδρομείου που χρησιμοποιήσατε στο Passbase για την επαλήθευση ταυτότητας", + "discord": "Γίνετε Μέλος στο Discord", + "discord-desc": "Προϋπόθεση για όλους τους επικυρωτές, καθώς αυτό είναι το κύριο κανάλι επικοινωνίας μας για τεχνικές συζητήσεις, ανακοινώσεις για το δίκτυο και αναβαθμίσεις κ.λ.π." + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "Ανταμοιβές Βάσει Πρωτοκόλλου", + "protocol-text": "Issuances from a global, protocol-defined, inflation rate. These rewards are delivered on top of earnings from transaction fees.", + "staking-header": "Κλείδωμα Νομισμάτων", + "staking-text": "Οι χρήστες που κλειδώνουν νομίσματα επιβραβεύονται για την επικύρωση του βιβλίου. Αυτό γίνεται μεταβιβάζοντας το μερίδιό τους σε κόμβους επικυρωτών. Αυτοί οι επικυρωτές κάνουν τη δουλειά αντιγραφής του βιβλίου και αποστέλλουν ψήφους σε έναν λογαριασμό ψηφοφορίας ανά κόμβο στον οποίο χρήστες που κλειδώνουν νομίσματα μπορούν να αναθέσουν τα μεταβιβάσουν τα νομίσματα τους. Το υπόλοιπο σύμπλεγμα χρησιμοποιεί αυτές τις σταθμισμένες ψήφους για να επιλέξει ένα μπλοκ όταν εμφανίζονται διαχωρισμοί.", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "Μεταβείτε στην Τεκμηρίωση", + "visitf": "Επισκεφτείτε τα Forum", + "forum": "Συζητήστε στο Forum", + "chat": "Λάβετε Υποστήριξη μέσω Συζήτησης", + "updated": "Θέλετε να ενημερώνεστε για την πρόοδο του Solana;", + "build": "Χτίστε Τώρα", + "contact": "Επικοινωνήστε Μαζί Μας", + "learn": "Μάθετε Περισσότερα", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "Εγγραφείτε Τώρα", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "Εγγραφείτε στο Ενημερωτικό Δελτίο του Solana", + "spam": "Υποσχόμαστε ότι δεν θα σας στείλουμε spam.", + "informed": "Μείνετε Ενημερωμένοι" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "Προγραμματιστές" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Solana Season", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Solana Community", + "featcontent": "Επιλεγμένο Περιεχόμενο", + "header": "The Solana community is a globally distributed home to developers, token holders, validators, and members supporting the protocol.", + "info": "Listen to the podcast", + "podcast": "Μεταβείτε στο Podcast", + "learn": "Learn in depth", + "blog": "Visit Blog", + "apply": "Κάντε Αίτηση Τώρα", + "collective": "Support the Solana core team through community and marketing initiatives while accumulating rewards.", + "socials": { + "hero": "Wayfinding", + "hero-old": "Join the crypto revolution", + "subheader": "The following are our most frequented and updated communication channels. You name it, we’ve got it!", + "telegram": "Telegram", + "approx-members": "μέλη", + "gt-members": " μέλη", + "announcements": "Ανακοινώσεις", + "discord": "Discord", + "engineering": "Προγραμματισμό", + "twitter": "Twitter", + "approx-followers": "ακόλουθοι", + "medium": "News", + "approx-write-ups": "άρθρα", + "blogposts": "Αναρτήσεις Ιστολογίου", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "ακόλουθοι", + "weibo": "Weibo", + "weibo-subscribers": " συνδρομητές", + "twitter-jp": "Twitter Ιαπωνίας", + "twitter-jp-subscribers": " μέλη", + "forum": "Forums του Solana", + "forum-subscribers": " αναρτήσεις", + "gt-stars": " αστέρια", + "youtube": "YouTube", + "gt-subscribers": " συνδρομητές", + "yt-subscribers": "K subscribers", + "videos": "Βίντεο", + "email": "Ηλεκτρονικό Ταχυδρομείο", + "oneonone": "1:1", + "reddit": "Reddit", + "discussions": "Συζητήσεις", + "meetup": "Συνάντηση", + "meetings": "Συνεδριάσεις" + }, + "articles": { + "latest": "Πρόσφατα Άρθρα", + "description": "Με τι ασχολούμαστε τελευταία.", + "view": "Προβολή όλων" + }, + "jill": { + "title": "Jill Carlson - Συνέταιρος στο Slow Ventures/Συνδημιουργός Του The Open Money Initiative", + "text": "Περάσαμε ωραία με τον προσκεκλημένο μας Jill Carlson στο επεισόδιο #15 του No Sharding, The Solana Podcast. Για αυτό το επεισόδιο ακολουθήσαμε μια διαφορετική προσέγγιση..." + }, + "cluster-launch": { + "title": "Εκκίνηση Συμπλέγματος SLP1", + "text": "Είμαστε ενθουσιασμένοι που ανακοινώνουμε την επιτυχημένη κυκλοφορία του συμπλέγματος \"Soft Launch\". Ένα σύμπλεγμα με κίνητρα για ανάπτυξη και ενσωμάτωση συνεργατών. Αυτό το σύμπλεγμα θα λειτουργεί παράλληλα και ξεχωριστά από τον Οδηγό για το SOL (TdS)." + }, + "solana2019": { + "title": "Το Solana το 2019: Εξέλιξη, Ανάπτυξη και ο Δρόμος προς το Mainnet", + "text": "Ήταν ένα φανταστικό έτος. Καθώς ετοιμαζόμαστε για την επόμενη δεκαετία, θα θέλαμε να ανακεφαλαιώσουμε την εκπληκτική πρόοδο που σημείωσε το Solana το 2019. Από την εντατική εργασία στις υποδομές έως και την ανακοίνωση της επένδυσης των $20 εκατομμυρίων δολαρίων από την Multicoin Capital..." + }, + "brendan": { + "title": "Brendan Eich - Συνιδρυτής / Διευθύνων Σύμβουλος του Brave Software και του Attention Token", + "text": "Ο Brendan κάνει μια σύντομη ομιλία για το ιστορικό του (δημιουργός της Javascript & συνιδρυτής της Mozilla) και έπειτα εξηγεί το πως..." + }, + "sam": { + "title": "Sam Bankman-Fried - Διευθύνων Σύμβουλος του FTX, Συνιδρυτής του Serum", + "text": "Μια ημέρα μετά την επίσημη ανακοίνωση του Project Serum, ο Anatoly και ο Sam έκατσαν να συζητήσουν για το τρέχον περιβάλλον συναλλαγών των κρυπτονομισμάτων, το μέλλον του DeFi, και να παρείχαν πρόσθετες λεπτομέρειες σχετικά με την υψηλής ταχύτητας, μη στερητική..." + }, + "dieter": { + "title": "Dieter Shirley - Γενικός Διευθυντής Τεχνολογίας στην Dapper Labs, Επικεφαλής Αρχιτέκτονας του Flow", + "text": "Ο τίτλος του podcast είναι No Sharding, και αυτό το επεισόδιο είναι ακριβώς για αυτό. Από την ανάπτυξη του flow έως και την καθοδήγηση της ομάδας προγραμματιστών που σχεδίασε τα Crypto Kitties, ο Dieter έχει εκτεταμένη εμπειρία τόσο σε L1 όσο και σε L2..." + }, + "rodolfo": { + "title": "Rodolfo Gonzalez - Συνεργάτης στο Foundation Capital", + "text": "Αυτό το επεισόδιο αφορά το επιχειρηματικό κεφάλαιο. Ο Rodolfo Gonzales είναι συνεργάτης στο Foundation Capital, μια εταιρεία επιχειρηματικών κεφαλαίων που υποστηρίζει άτομα που θέλουν να ωθήσουν τον κόσμο μπροστά με κάποιο τρόπο, χρησιμοποιώντας μια μετασχηματιστική επιχείρηση ως..." + }, + "royandreisen": { + "title": "Meher Roy & Reisen - Συνδημιουργοί του Chorus One Ep #14", + "text": "Η Chorus One λειτουργεί ως υποδομή για να σας βοηθήσει να αυξήσετε με ασφάλεια τα κεφάλαια κρυπτονομισμάτων σας. Ο Meher..." + }, + "sunnya": { + "title": "Sunny Aggarwal - Κύριος Προγραμματιστής στο Tendermint/Cosmos", + "text": "Αυτό το επεισόδιο αφορά όλους τους Επικυρωτές. Σας ενδιαφέρει να μάθετε περισσότερα για το πώς να τρέξετε έναν κόμβο και να γίνετε επικυρωτής;" + }, + "defi": { + "title": "Μια Βαθιά Ανάλυση Της Αποκεντρωμένης Οικονομίας (DeFi) Με Τα FTX, Aave, Balancer, Curve, Gauntlet και Solana", + "text": "Αυτό είναι ένα ειδικό επεισόδιο του The Solana Podcast - πήραμε ένα πρόσφατο πάνελ του Solana Wormhole Hackathon και το μετατρέψαμε σε μορφή ήχου για εσάς! Απολαύστε αυτήν τη βαθιά ανάλυση σε ότι έχει να κάνει με την Αποκεντρωμένη Οικονομία (DeFi) με τους ηγέτες της βιομηχανίας." + }, + "tds-week-2": { + "title": "Οδηγός για το SOL – Ανασκόπηση Εβδομάδας 2", + "text": "Καλώς επανήλθατε σε όλους όσους παρακολουθούν την πρόοδό μας κατά τη διάρκεια του Οδηγού για το SOL..." + }, + "tds-week-1": { + "title": "Οδηγός για το SOL - Ανασκόπηση Εβδομάδας 2", + "text": "Είμαστε επισήμως μια εβδομάδα στο Στάδιο 1 του Οδηγού για το SOL (TdS) και τι εβδομάδα ήταν αυτή. Στόχος μας ήταν να αρχίσουμε να δοκιμάζουμε το..." + }, + "serum": { + "title": "Το FTX Επιλέγει το Solana για το Serum: Ένα Αποκεντρωμένο Συναλλακτήριο Παράγωγων Υψηλής Ταχύτητας", + "text": "Το FTX και η Alameda Research δημιούργησαν το Ίδρυμα Serum και ανακοίνωσαν το Serum, ένα νέο, υψηλής ταχύτητας, μη-στερητικό DEX χτισμένο στο Solana. Μπορείτε να μάθετε περισσότερα για το Serum στο white paper και σε αυτήν την περιεκτική σύνταξη στο The Block." + }, + "arweave": { + "title": "Ανακοίνωση του Hack Διαλειτουργικότητας Solana Arweave", + "text": "Σήμερα το Solana είναι ενθουσιασμένο που ανακοινώνει μια συνεργασία με την Arweave. Και οι δύο ζητούμε από τους προγραμματιστές να χτίσουν μια γέφυρα μεταξύ των έργων Solana και Arweave. Αυτή η επικήρυξη είναι τώρα στο Gitcoin και περιλαμβάνει μια επιβράβευση 15,000 DAI. Μπορείτε να μάθετε περισσότερα σχετικά για τον σκοπό και τους κανόνες για την επικήρυξη εδώ!" + }, + "tdsstage1": { + "title": "Λεπτομέρειες για το Στάδιο 1 του Οδηγού για το SOL", + "text": "Αναθεωρούμε τον Οδηγό για το SOL (TdS) από 3 εκδηλώσεις σε μια συνεχή σειρά προγραμματισμένων εκδηλώσεων με κίνητρα..." + }, + "coinlist": { + "title": "Το Solana Συγκεντρώνει 1.76 Εκατομμύρια σε Δημοπρασία στο Coilist", + "text": "Η δημοπρασία στο Coinlist ξεκίνησε στις 23 Μαρτίου στις 10 μ. μ. PST. Η ολλανδική δημοπρασία πούλησε τα 8 εκατομμύρια διαθέσιμα νομίσματα SOL σε 6 ώρες. Θέλουμε να ευχαριστήσουμε την κοινότητά μας για την εξαιρετικά θετική απάντηση σε αυτήν τη δημοπρασία, παρά τις τρέχουσες παγκόσμιες συνθήκες." + }, + "terra": { + "title": "Το Solana Συνεργάζεται με το Terra για την Κατασκευής μιας Γέφυρας Νομισμάτων Χαμηλής Καθυστέρησης, Φέρνοντας Σταθερά Νομίσματα στο Οικοσύστημα του Solana", + "text": "Μαζί χτίζουμε μια νέα γέφυρα νομισμάτων υψηλής ταχύτητας που διευκολύνει τη μεταφορά σταθερών νομισμάτων από το Terra στο οικοσύστημα αποκεντρωμένων εφαρμογών (dapps) του Solana. Τα νομίσματα του Terra θα είναι τα πρώτα σταθερά νομίσματα στο δίκτυο του Solana. Φέρνοντας σταθερά νομίσματα στο δίκτυό μας, στοχεύουμε να επεκτείνουμε δραματικά τον χώρο σχεδιασμού για τους προγραμματιστές, ανοίγοντας την πόρτα σε νέες εφαρμογές που απαιτούν σταθερές τιμές." + }, + "chainlink": { + "title": "Ενσωμάτωση του Chainlink και του Solana: Δεδομένα Oracle Υψηλής Ταχύτητας για Καλύτερες Εφαρμογές DeFi", + "text": "Τα χρηματοοικονομικά συμβόλαια είναι όργανα που βασίζονται σε δεδομένα και αντιδρούν σε γεγονότα της αγοράς, όπως η αλλαγή τιμής ενός υποκείμενου περιουσιακού στοιχείου. Τα έξυπνα συμβόλαια, ειδικότερα, είναι αυτοματοποιημένα χρηματοοικονομικά προϊόντα, που σημαίνει ότι τα δεδομένα ενεργοποιούν άμεσα την εκτέλεση και τον διακανονισμό συμβολαίων σε αντίθεση με άνθρωπο διαμεσολαβητή." + }, + "popular": { + "title": "News", + "description": "Ακολουθούν ορισμένες επιλογές από τους τελευταίους μήνες." + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "Επιλεγμένα Βίντεο", + "youtube": "YouTube", + "podcast": "Podcast" + } + }, + "blog": { + "hero": "Solana News", + "header": "Learn more about Solana’s technology, validators, integrations, and community.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "Προβολή όλων" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "YouTube", + "latest-episode": "Podcast" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "Resources", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "Resources", + "guides-title": "Οδηγοί", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "Χτίστε Τώρα", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "Resources" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "Επικεντρωθείτε στην επιχείρησή σας,", + "focus-2": "και όχι στην υποδομή σας.", + "network": "Το παγκόσμιο, κατανεμημένο δίκτυο έχει σχεδιαστεί ειδικά για κλιμάκωση με τον Νόμο του Moore, χωρίς να θυσιάζει την αποκέντρωση ή την ασφάλεια για την υποστήριξη δισεκατομμυρίων χρηστών και συσκευών.", + "language": "Γράψτε κώδικα στην γλώσσα σας.", + "vm": "Code in Rust, C, and C++. Flexible virtual machine integrations, with more on the way.", + "wait-times": "Αποφύγετε μεγάλους χρόνους αναμονής για τους χρήστες σας.", + "fast": "Εκπληκτικά γρήγορες ταχύτητες χωρίς την χρήση mempool. Χρόνοι μπλοκ 400ms και ολοκλήρωση κάτω του δευτερολέπτου. Web 3.0 με ταχύτητα Web 2.0.", + "scale": "Capital efficient as the ecosystem grows.", + "scale-context": "Solana scales thanks to Moore’s Law — there's no need to integrate with multiple shards or layer 2 solutions.", + "security": "Ασφάλεια επιπέδου βιομηχανίας.", + "audit": "Ελεγμένο από εταιρεία ασφαλείας του Fortune 500. Τεθωρακισμένη \nαμεταβλητότητα για παγκόσμια κλίμακα." + }, + "pitch-2": { + "users": "Οι χρήστες σας δεν θα", + "users-notice": "αντιληφθούν ποτέ.", + "performance": "Η απόδοση του Solana είναι απαράμιλλη και ειδικά σχεδιασμένη για εφαρμογές υψηλής συχνότητας και μαζικής κλίμακας.", + "pmt": "Ύψος Μπλοκ", + "validators": "Τρέχουσα Εποχή", + "blocktimes": "Χρόνος Μπλοκ", + "tps": "Σύνολο Συναλλαγών" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "Διαβάστε Περισσότερα", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "Επιχορηγήσεις", + "break": "Σπάστε το Solana", + "media": "Media Kit", + "careers": "Καριέρες", + "disclaimer": "Αποποίηση Ευθυνών", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "Get Connected", + "blog": "Ιστολόγιο", + "newsletter": "Ενημερωτικό Δελτίο" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "Γίνετε Μέλος της Κοινότητας", + "discord": "Solana Discord Support", + "forums": "Forums του Solana", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "Βίντεο" + } + }, + "nav": { + "learn": { + "title": "Μάθετε", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Γίνετε Επικυρωτής", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "Κοινότητα", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "News", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "Εκδηλώσεις", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "Συχνές Ερωτήσεις", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Ίδρυμα Solana" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "With support from" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Prizes", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "Αποποίηση Ευθυνών", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Start building" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Start building" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "Κατεβάστε" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "Κλιμακωτό", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/en/common.json b/public/locales/en/common.json new file mode 100644 index 000000000..d57ed42d8 --- /dev/null +++ b/public/locales/en/common.json @@ -0,0 +1,1734 @@ +{ + "titles": { + "404": "404: Not Found", + "validators": "Validators: Help Secure the Network and Earn SOL", + "newsletter": "Newsletter", + "developers": "Developers: Resources and Information for Building on Solana", + "community": "Solana Community: Join our ecosystem", + "news": "Solana News", + "defi": "DeFi", + "events": "Events", + "dao": "DAOs and Governance" + }, + "404": { + "title": "Uh Oh.", + "copy": "We ran into an issue, but don’t worry, we’ll take care of it for sure.", + "button": "Back to homepage" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "Secure the ledger.", + "earn": "Earn SOL.", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "Become a Validator", + "stakingnd": "Staking & Validation", + "stake": "Stake tokens and earn rewards by processing and validating transactions. Earn commissions by managing delegated tokens on behalf of others.", + "testnet": "Testnet Competition", + "build": "Earn tokens by running a node to help test new features and benchmark network performance.", + "ecosystem": "Meet Our Validators", + "participatetitle": "Participate", + "register": "Register for TdS", + "register-page": "Register Now", + "onsolana": "Validate on Solana", + "storage": "Storage Mining", + "disk": "Provide excess disk space to store the Solana ledger’s data in stripes. Auto-delegate earned SOL to staking validation clients to compound earnings.", + "become": "Become a validator and get tokens.", + "existence": "Without validators, the Solana cluster cannot exist. Help maintain the integrity of the ledger and earn rewards while doing so.", + "rewards": "Protocol Based Rewards", + "issuances": "Issuances from a global, protocol-defined, inflation rate. These rewards are delivered on top of earnings from transaction fees.", + "fees": "Transaction Fees", + "feesdesc": "Transaction fees are market-based p2p transfers, attached to network interactions for state execution.", + "staking": "Staking", + "howstaking": "Stakers are rewarded for helping to validate the ledger. They do this by delegating their stake to validator nodes. Those validators do the legwork of replaying the ledger and send votes to a per-node vote account to which stakers can delegate their stakes. The rest of the cluster uses those stake-weighted votes to select a block when forks arise.", + "tps": "transactions processed since March 2020. Help validate the fastest blockchain in the world.", + "pert": "per transaction. Capture transaction fees as a validator.", + "validators": "Global Validators. Join our cohort of elite network experts.", + "docs": "Interested in learning more? Check out our docs.", + "start-registration": "Ready to start? Click the link below.", + "howto": "Validating on Solana", + "header": "Validator Signup", + "info": "Compensation Legal Proceedings", + "items-one": "Thank you for your interest in supporting the Solana cluster. Below is information related to the legal proceedings required to issue compensation for validator participation on either the Mainnet Beta, Tour de SOL, or Testnet clusters.", + "items-two": "Complete identity verification via Passbase below.", + "items-three": "Sign the universal Validator compensation document via DocuSign.", + "same-email": "Please use the same email for both Passbase identity verification and DocuSign.", + "run": "Run a Node", + "discuss": "Discuss with other validators and the Solana team.", + "progress": "Not ready to run a node? Want to keep updated with Solana’s progress?", + "step1": "Step 1. Register", + "process": "Follow the four step process outlined in the link above for registration, KYC/AML, participation agreement, and Discord onboarding.", + "both-register": "Completing these steps will register you to validate on Solana's Tour de SOL and Mainnet Beta networks.", + "before": "Before onboarding to Mainnet, validators should successfully participate in at least one “stage” of our incentivized testnet: Tour de SOL.", + "stages": "Stages kick off monthly; after registration see here for the latest stage information (including details regarding compensation, bug bounties, etc).", + "inflationary": "Until inflationary rewards are enabled, validators are directly compensated for their services by the Solana Foundation.", + "successful": "After successfully participating in a stage of Tour de SOL, you will be eligible to receive a Solana Foundation delegation on Mainnet Beta.", + "us": "U.S. individuals and entities are currently EXCLUDED from participating", + "step2": "Step 2. Participate in Tour de SOL", + "step3": "Step 3. Join Mainnet Beta", + "anyone": "Anyone can run a validator node on Solana’s permissionless testnet and Mainnet Beta networks!", + "getstarted": "To get started, check out our docs on the technical requirements and steps to start your own node.", + "activecomm": "We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "permissionless": "Solana’s networks are permissionless and therefore anyone can begin running a validator node at any time. Registration and KYC are required to receive compensation from the Solana Foundation. Please note that U.S. entities and individuals are not eligible to receive compensation at this time.", + "participate-2": "Participate in Tour de SOL to be eligible for Solana Foundation delegation", + "registration": { + "head": "Compensation Registration Process", + "steps": "Please complete the steps below to be eligible for token compensation for validation services first on the Solana Testnet and then Mainnet Beta networks.", + "no-u": "Solana’s networks are permissionless and therefore anyone can begin running a validator node at any time. Registration and KYC are required to receive compensation from the Solana Foundation. Please note that U.S. entities and individuals are not eligible to receive compensation at this time.", + "registration": "Registration", + "form": "Tour de SOL (TdS) Registration Form", + "keybase": "We no longer require participants to link their Public Key with their Keybase account", + "req": "Registration and successful participation in at least one stage of TdS is a requirement before becoming eligible for compensation on Mainnet Beta", + "more": "More info on Tour de SOL here", + "kyc": "KYC/AML (via Passbase)", + "before": "If you’ve completed KYC/AML previously for SLP or TdS with the same entity/individual on Coinlist or Passbase, then you will not need to go through this again.", + "no-us": "We cannot accept U.S. entities or individuals for KYC or compensation", + "participation": "Complete Participation Agreement", + "same-email": "Please use the same email address as used for Passbase identity verification", + "discord": "Join Our Discord", + "discord-desc": "Requirement for all validators, as this is our primary communication channel for technical discussions, network announcements and upgrades, etc" + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "Protocol Based Rewards", + "protocol-text": "Issuances from a global, protocol-defined, inflation rate. These rewards are delivered on top of earnings from transaction fees.", + "staking-header": "Staking", + "staking-text": "Stakers are rewarded for helping to validate the ledger. They do this by delegating their stake to validator nodes. Those validators do the legwork of replaying the ledger and send votes to a per-node vote account to which stakers can delegate their stakes. The rest of the cluster uses those stake-weighted votes to select a block when forks arise.", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "Go to Docs", + "visitf": "Visit Forums", + "forum": "Discuss on Forum", + "chat": "Get Chat Support", + "updated": "Want to keep updated with Solana’s progress?", + "build": "Build Now", + "contact": "Contact Us", + "learn": "Learn More", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "Subscribe Now", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "Sign up to the Solana Newsletter", + "spam": "We promise we won’t spam you.", + "informed": "Stay Informed" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "Developers" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Solana Season", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Solana Community", + "featcontent": "Featured Content", + "header": "The Solana community is a globally distributed home to developers, token holders, validators, and members supporting the protocol.", + "info": "Listen to the podcast", + "podcast": "Go to Podcast", + "learn": "Learn in depth", + "blog": "Visit Blog", + "apply": "Apply Now", + "collective": "Support the Solana core team through community and marketing initiatives while accumulating rewards.", + "socials": { + "hero": "Wayfinding", + "hero-old": "Join the crypto revolution", + "subheader": "The following are our most frequented and updated communication channels. You name it, we’ve got it!", + "telegram": "Telegram", + "approx-members": "members", + "gt-members": "members", + "announcements": "Announcements", + "discord": "Discord", + "engineering": "Engineering", + "twitter": "Twitter", + "approx-followers": "followers", + "medium": "News", + "approx-write-ups": "write-ups", + "blogposts": "Blog Posts", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "followers", + "weibo": "Weibo", + "weibo-subscribers": "subscribers", + "twitter-jp": "Twitter Japan", + "twitter-jp-subscribers": "members", + "forum": "Solana Forums", + "forum-subscribers": " posts", + "gt-stars": "stars", + "youtube": "YouTube", + "gt-subscribers": "subscribers", + "yt-subscribers": "K subscribers", + "videos": "Videos", + "email": "Email", + "oneonone": "1:1", + "reddit": "Reddit", + "discussions": "Discussions", + "meetup": "Meetup", + "meetings": "Meetings" + }, + "articles": { + "latest": "Latest Stories", + "description": "Here’s what we’ve been up to recently.", + "view": "View all" + }, + "jill": { + "title": "Jill Carlson - Partner at Slow Ventures / Co-Founder Of The Open Money Initiative", + "text": "We had a blast hosting Jill Carlson for episode #15 of No Sharding, The Solana Podcast. For this episode we took a different approach..." + }, + "cluster-launch": { + "title": "SLP1 Cluster Launch", + "text": "We’re excited to announce the successful launch of our “Soft Launch” cluster. An incentivized cluster for development and partner integration. This cluster will run in parallel and separate to Tour de SOL (TdS)." + }, + "solana2019": { + "title": "Solana in 2019: Growth, Development, and the Road to Mainnet", + "text": "It’s been a hell of a year. As we prepare for the next decade, we want to recap the amazing progress Solana made in 2019. From intensive, heads down infrastructure work to announcing our $20m raise led by Multicoin Capital..." + }, + "brendan": { + "title": "Brendan Eich - Co-founder / CEO Brave Software and Attention Token", + "text": "Brendan talks briefly about his background (Javascript creator & Mozilla co-founder) and then jumps right into how..." + }, + "sam": { + "title": "Sam Bankman-Fried - CEO of FTX, Co-founder of Serum", + "text": "A day after Project Serum was officially announced, Anatoly and Sam sat down to discuss the current trading environment in crypto, the future of DeFi, and to provide additional details around the high-speed, non-custodial decent..." + }, + "dieter": { + "title": "Dieter Shirley - CTO of Dapper Labs, Lead Architect of Flow", + "text": "No Sharding is the name of the podcast, and that is precisely what this episode is all about. From developing flow to leading the engineering team who designed Crypto Kitties, Dieter has extensive experience in both L1 and L2..." + }, + "rodolfo": { + "title": "Rodolfo Gonzalez - Partner at Foundation Capital", + "text": "This episode is all about venture capital. Rodolfo Gonzales is a partner at Foundation Capital, a venture capital firm that backs individuals who want to nudge the world ahead in some way, using a transformative business as their..." + }, + "royandreisen": { + "title": "Meher Roy & Reisen - Co-Founders of Chorus One Ep #14", + "text": "Chorus One is operating infrastructure to help you securely increase your crypto holdings. Meher..." + }, + "sunnya": { + "title": "Sunny Aggarwal - Core Developer at Tendermint / Cosmos", + "text": "This episode is all about Validators. Are you interested in learning more about how to run a node and become a validator?" + }, + "defi": { + "title": "A Deep Dive Into DeFi With FTX, Aave, Balancer, Curve, Gauntlet, and Solana", + "text": "This is a special episode of The Solana Podcast - we took a recent panel for the Solana Wormhole Hackathon and converted into audio format for you! Enjoy this deep dive into all things DeFi with industry leaders." + }, + "tds-week-2": { + "title": "Tour de SOL – Week 2 Recap", + "text": "Welcome back to everyone who’s been following along on our progress during Tour de SOL..." + }, + "tds-week-1": { + "title": "Tour de SOL – Week 1 Recap", + "text": "We’re officially a week into Stage 1 of Tour de SOL (TdS), and what a week it has been. Our goal was to begin to stress test our..." + }, + "serum": { + "title": "FTX Chooses Solana for Serum: A High-Speed, Non-Custodial Decentralized Derivatives Exchange", + "text": "FTX and Alameda Research created the Serum Foundation and announced Serum, a new high-speed, non-custodial DEX that’s built on Solana. You can learn more about Serum in the white paper and in this comprehensive write-up on The Block." + }, + "arweave": { + "title": "Announcing the Solana Arweave Interoperability Hack", + "text": "Today Solana is excited to announce a collaboration with Arweave. We are both calling for developers to build a bridge between the Solana and Arweave projects. This bounty is now live on Gitcoin and includes a 15,000 DAI reward. You can learn more about the scope and rules of the bounty here!" + }, + "tdsstage1": { + "title": "Tour de SOL Stage 1 Details", + "text": "We are revising Tour de SOL (TdS) from 3 events into an ongoing series of incentivised and scheduled events..." + }, + "coinlist": { + "title": "Solana Raises 1.76 Million in Sold-Out Coinlist Auction", + "text": "On March 23rd at 10 pm PST our Coinlist auction went live. The dutch auction sold out the 8 million available SOL tokens in 6 hours. We want to thank our community for the overwhelmingly positive response to this auction, despite the current world conditions." + }, + "terra": { + "title": "Solana Partners with Terra to Build a Low-Latency Token Bridge, Bringing Stablecoins To The Solana Ecosystem", + "text": "Together we’re building a new high-speed token bridge that facilitates the transfer of Terra stablecoins into Solana’s dapp ecosystem. Terra’s tokens will be the first stablecoins on the Solana network. By bringing stablecoins onto our network, we aim to dramatically expand the design space for developers, opening the door to novel applications that require price-stable payments." + }, + "chainlink": { + "title": "Chainlink and Solana Integration: High-Speed Price Oracle Data for Better DeFi Applications", + "text": "Financial contracts are data-driven instruments that react to market events, such as the price change of an underlying asset. Smart contracts, in particular, are automated financial products, meaning the data directly triggers the execution and settlement of the contract as opposed to employing a human intermediary." + }, + "popular": { + "title": "News", + "description": "Here are some selections from the past few months." + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "Featured Videos", + "youtube": "YouTube", + "podcast": "Podcast" + } + }, + "blog": { + "hero": "Solana News", + "header": "Learn more about Solana’s technology, validators, integrations, and community.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "View all" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "YouTube", + "latest-episode": "Podcast" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "Resources", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "Resources", + "guides-title": "Guides", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "Build Now", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "Resources" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "Focus on your business,", + "focus-2": "not your infrastructure.", + "network": "The global, distributed network is specifically built to scale with Moore’s Law, without sacrificing decentralization or security to support users and devices in the billions.", + "language": "Code in your language.", + "vm": "Code in Rust, C, and C++. Flexible virtual machine integrations, with more on the way.", + "wait-times": "Avoid long wait times for your users.", + "fast": "Blazing fast speeds and no mempool. 400ms blocktimes and sub-second finality. Web 3.0 with Web 2.0 speed.", + "scale": "Capital efficient as the ecosystem grows.", + "scale-context": "Solana scales thanks to Moore’s Law — there's no need to integrate with multiple shards or layer 2 solutions.", + "security": "Enterprise-grade security.", + "audit": "Audited by a Fortune 500-preferred security firm. Iron-clad immutability for global scale." + }, + "pitch-2": { + "users": "Your users will", + "users-notice": "never even notice.", + "performance": "Solana’s performance is unparalleled, and specifically built for high-frequency and massive-scale applications.", + "pmt": "Block Height", + "validators": "Current Epoch", + "blocktimes": "Block Time", + "tps": "Total Transactions" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "Read More", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "Grants", + "break": "Break Solana", + "media": "Media Kit", + "careers": "Careers", + "disclaimer": "Disclaimer", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "Get Connected", + "blog": "Blog", + "newsletter": "Newsletter" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "Join the Community", + "discord": "Solana Discord Support", + "forums": "Solana Forums", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "Videos" + } + }, + "nav": { + "learn": { + "title": "Learn", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Become a Validator", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "Community", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "News", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "Events", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "FAQ", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Solana Foundation" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "With support from" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Prizes", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "Disclaimer", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Start building" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Start building" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "Download" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "Scalable", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/es/common.json b/public/locales/es/common.json new file mode 100644 index 000000000..b123d5ed8 --- /dev/null +++ b/public/locales/es/common.json @@ -0,0 +1,1734 @@ +{ + "titles": { + "404": "404: No encontrado", + "validators": "Validadores: Ayude a asegurar la red y gane SOL", + "newsletter": "Boletín", + "developers": "Desarrolladores: Recursos e información para construir en Solana", + "community": "Comunidad Solana: Únete a nuestro ecosistema", + "news": "Noticias de Solana", + "defi": "DeFi", + "events": "Eventos", + "dao": "DAO y gobernanza" + }, + "404": { + "title": "Ups.", + "copy": "Nos hemos encontrado con un inconveniente, pero no te preocupes, nos encargaremos de él.", + "button": "Volver a la página de inicio" + }, + "ai": { + "title": "Innovación de IA a la velocidad de Solana", + "description": "Solana es un blockchain con bajos costos, altas velocidades, mínimo impacto energético y fácil experiencia de usuario. La IA podría reducir aún más esa fricción, abriendo el poder de la descentralización a millones de personas.", + "hero": { + "title": "IA innovación a la velocidad de Solana", + "point-1": "Fondo de Subvenciones de IA de $10.000 millones", + "point-2": "Plugin ChatGPT para Solana", + "point-3": "Un ecosistema de constructores en la intersección de IA + Web3", + "cta": "Ponte en contacto" + }, + "why-ai": { + "caption": "¿Por qué la IA en el Blockchain?", + "title": "Solana está construida para la escala: un blockchain con bajos costos, altas velocidades, impacto energético mínimo y fácil experiencia de usuario. La IA podría reducir aún más esa fricción, abriendo el poder de la descentralización a millones de personas facilitando aún más el uso." + }, + "grant-fund": { + "title": "Un Fondo de Subvención de $10 millones", + "content": "Solicite el fondo de donación de $10 millones de la Fundación Solana para ayudar a los constructores a explorar la intersección de la cadena de bloques de Solana e inteligencia artificial.", + "check-1": "Debe estar disponible públicamente para que otros lo usen", + "check-2": "Otorga hasta $25.000", + "check-3": "Debe tener el código fuente disponible para la Fundación", + "cta": "Solicitar una Subvención", + "cta-note": "Solicite el subsidio y seleccione la categoría \"AI\" en su solicitud." + }, + "quote-section": { + "content": "OpenAI es un inicio. No era Google lo que lo construyó. La IA requiere cambios operativos, y las grandes empresas no podrán mantenerse al día, lo mejor que pueden hacer es sobrevivir.", + "author": "Anatoly Yakovenko, cofundador de Solana Labs" + }, + "chatgpt": { + "title": "Usa para Solana", + "title-mobile": "Solana Labs y", + "plugin": { + "title": "Un plugin ChatGPT para Solana", + "content": "Solana Labs ha creado una implementación de referencia de código abierto para un plugin de ChatGPT que permite a los usuarios interactuar con la red Solana directamente desde ChatGPT. Los usuarios podrán comprobar los saldos de la cartera, transferir tokens, e incluso comprar NFT usando el plugin.", + "cta": "Ver en GitHub" + } + }, + "build": { + "title": "Más IA construida sobre Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Utiliza LLLMs para identificar vulnerabilidades en contratos inteligentes de Solana" + }, + "card-2": { + "title": "Búsqueda Ecosistema Solana", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Responde preguntas sobre Solana usando la documentación de proyectos del ecosistema de Solana" + }, + "card-3": { + "title": "Preguntar a Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "Asegura el ledger.", + "earn": "Gana SOL.", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "Conviértete en un Validador", + "stakingnd": "Staking y Validación", + "stake": "Haz stake de tokens y gana recompensas procesando y validando transacciones. Gana comisiones administrando tokens delegados en nombre de otros.", + "testnet": "Competición de Testnet", + "build": "Gana tokens ejecutando un nodo para ayudar a probar nuevas funciones y evaluar el rendimiento de la red.", + "ecosystem": "Conoce a nuestros Validadores", + "participatetitle": "Participa", + "register": "Registrate para el TdS", + "register-page": "Regístrate ahora", + "onsolana": "Validar en Solana", + "storage": "Minería de almacenamiento", + "disk": "Proporciona espacio excedente en el disco para almacenar los datos del ledger de Solana en las stripes. Auto-delega SOL ganados para los clientes de validación por staking para combinar las ganancias.", + "become": "Conviértete en un validador y consigue tokens.", + "existence": "Sin validadores, el grupo Solana no puede existir. Ayuda a mantener la integridad del ledger y gana recompensas mientras lo haces.", + "rewards": "Recompensas basadas en protocolos", + "issuances": "Emisiones de una tasa de inflación global, definida por el protocolo. Estas recompensas se entregan además de las ganancias de las comisiones por transacción.", + "fees": "Tarifas de transacción", + "feesdesc": "Las tarifas de las transacciones son transferencias p2p basadas en el mercado, adjuntas a las interacciones de la red para la ejecución del estado.", + "staking": "Staking", + "howstaking": "Los Stakers son recompensados por ayudar a validar el ledger. Lo hacen delegando su stake a los nodos validadores. Esos validadores hacen la labor de responder al ledger y enviar votos a una cuenta de voto por nodo en la que los stakers pueden delegar sus stakes. El resto del grupo utiliza los votos ponderados por el stake para seleccionar un bloque cuando los bifurcadores surjan.", + "tps": "transacciones procesadas desde marzo de 2020. Ayuda a validar la blockchain más rápida del mundo.", + "pert": "por transacción. Capture las tarifas de transacción como validador.", + "validators": "Validadores globales. Únete a nuestro grupo élite de expertos en red.", + "docs": "¿Te interesa aprender más? Echa un vistazo a nuestros documentos.", + "start-registration": "¿Listo para comenzar? Haz clic en el enlace de abajo.", + "howto": "Validating on Solana", + "header": "Registrarse como Validador", + "info": "Procedimientos legales de compensación", + "items-one": "Gracias por su interés en apoyar el Cluster Solana. A continuación se muestra información relacionada con los procesos legales requeridos para emitir compensación por la participación del validador en la Beta de Mainnet, Tour de SOL o la red de pruebas clusters.", + "items-two": "Verificación de identidad completa a través de Passbase a continuación.", + "items-three": "Firma el documento de compensación universal del Validador a través de DocuSign.", + "same-email": "Por favor, utilice el mismo correo electrónico para la verificación de identidad de Passbase y DocuSign.", + "run": "Ejecuta un Nodo", + "discuss": "Discuta con otros validadores y el equipo de Solana.", + "progress": "¿No estás listo para ejecutar un nodo? ¿Quieres mantenerte al día con el progreso de Solana?", + "step1": "Paso 1. Registrarse", + "process": "Siga el proceso de four step descrito en el enlace anterior para el registro, El KYC/AML, acuerdo de participación y la incorporación a Discord.", + "both-register": "Completando estos pasos te registrarás para validar en las redes Solana Tour de SOL y Mainnet Beta.", + "before": "Antes de incorporarse a la Red Mainnet, los validadores deben participar con éxito en al menos una \"etapa\" de nuestra red de pruebas incentivada: Tour de SOL.", + "stages": "Las etapas comienzan mensualmente; después de registrarse consulte here para obtener la información más reciente de la etapa (incluyendo detalles sobre compensaciones, recompensas de errores, etc.).", + "inflationary": "Hasta que las recompensas inflacionarias estén habilitadas, los validadores serán compensados directamente por sus servicios por la Fundación Solana.", + "successful": "Después de participar con éxito en una etapa del Tour de SOL, podrá recibir una delegación de la Fundación Solana en Mainnet Beta.", + "us": "Los individuos y entidades de los Estados Unidos están actualmente EXCLUIDOS de participar", + "step2": "Paso 2. Participar en el Tour de SOL", + "step3": "Paso 3. Únete a Mainnet Beta", + "anyone": "¡Cualquiera puede ejecutar un nodo validador en la red de prueba sin permisos de Solana y en la Mainnet Beta!", + "getstarted": "Para empezar, revisa nuestros documentos sobre los requisitos técnicos y los pasos para iniciar tu propio nodo.", + "activecomm": "Tenemos una comunidad de validadores muy activa en nuestro servidor de Discord . Este es el mejor lugar para obtener soporte técnico y hacer preguntas.", + "permissionless": "Las redes de Solana no tienen permisos y por lo tanto cualquiera puede comenzar a ejecutar un nodo validador en cualquier momento. La inscripción y el KYC son obligatorios para poder recibir una compensación de la Fundación Solana. Tenga en cuenta que las entidades e individuos de los Estados Unidos no son elegibles para recibir compensación en este momento.", + "participate-2": "Participar en el Tour de SOL para poder optar a la delegación de la Fundación Solana", + "registration": { + "head": "Proceso de Registro de Compensación", + "steps": "Por favor, complete los siguientes pasos para ser elegible para la compensación de tokens para los servicios de validación primero en las redes de Solana Testnet y luego Mainnet Beta.", + "no-u": "Las redes de Solana no tienen permisos y por lo tanto cualquiera puede comenzar a ejecutar un nodo validador en cualquier momento. La inscripción y el KYC son obligatorios para poder recibir una compensación de la Fundación Solana. Tenga en cuenta que las entidades e individuos de los Estados Unidos no son elegibles para recibir compensación en este momento.", + "registration": "Registro", + "form": "Formulario de Registro del Tour de SOL (TdS)", + "keybase": "Ya no necesitamos que los participantes vinculen su clave pública con su cuenta de Keybase", + "req": "El registro y la participación en al menos una etapa de TdS es un requisito antes de ser elegible para la compensación en la Mainnet Beta", + "more": "Más información sobre el Tour de SOL aqui", + "kyc": "KYC/AML (via Passbase)", + "before": "Si ya ha completado KYC/AML previamente para SLP o TdS con la misma entidad/individuo en Coinlist o Passbase, entonces no tendrá que volver a realizarlo.", + "no-us": "No podemos aceptar a entidades o individuos de los Estados Unidos para KYC o compensación", + "participation": "Completar Acuerdo de Participación", + "same-email": "Por favor, utilice la misma dirección de correo electrónico utilizada para la verificación de identidad de Passbase", + "discord": "Únete a nuestro Discord", + "discord-desc": "Requisitos para todos los validadores, ya que este es nuestro canal de comunicación principal para discusiones técnicas, anuncios de red y actualizaciones, etc" + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "Recompensas basadas en protocolos", + "protocol-text": "Emisiones de una tasa de inflación global, definida por el protocolo. Estas recompensas se entregan además de las ganancias de las comisiones por transacción.", + "staking-header": "Staking", + "staking-text": "Los Stakers son recompensados por ayudar a validar el ledger. Lo hacen delegando su stake a los nodos validadores. Esos validadores hacen la labor de responder al ledger y enviar votos a una cuenta de voto por nodo en la que los stakers pueden delegar sus stakes. El resto del grupo utiliza los votos ponderados por el stake para seleccionar un bloque cuando los bifurcadores surjan.", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "Ir a documentos", + "visitf": "Visitar foros", + "forum": "Discutir en el foro", + "chat": "Obtener soporte por chat", + "updated": "¿Quieres estar al día del progreso de Solana?", + "build": "Construye ahora", + "contact": "Contáctenos", + "learn": "Leer más", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "Suscríbete ahora", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "Regístrate en el Boletín de Solana", + "spam": "Prometemos que no te enviaremos spam.", + "informed": "Mantente informado" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "Desarrolladores" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Solana Season", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Solana Community", + "featcontent": "Contenido destacado", + "header": "La comunidad Solana es un hogar distribuido globalmente para desarrolladores, poseedores de tokens, validadores y miembros que apoyan el protocolo.", + "info": "Listen to the podcast", + "podcast": "Ir al Podcast", + "learn": "Learn in depth", + "blog": "Visit Blog", + "apply": "Aplica Ahora", + "collective": "Apoyar al equipo central de Solana a través de iniciativas comunitarias y de marketing mientras se acumulan recompensas.", + "socials": { + "hero": "Wayfinding", + "hero-old": "Join the crypto revolution", + "subheader": "The following are our most frequented and updated communication channels. You name it, we’ve got it!", + "telegram": "Telegram", + "approx-members": "miembros", + "gt-members": " miembros", + "announcements": "Anuncios", + "discord": "Discord", + "engineering": "Ingeniería", + "twitter": "Twitter", + "approx-followers": "seguidores", + "medium": "News", + "approx-write-ups": "write-ups", + "blogposts": "Entradas del Blog", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "seguidores", + "weibo": "Weibo", + "weibo-subscribers": " suscriptores", + "twitter-jp": "Twitter Japón", + "twitter-jp-subscribers": " miembros", + "forum": "Foros Solana", + "forum-subscribers": " publicaciones", + "gt-stars": " estrellas", + "youtube": "YouTube", + "gt-subscribers": " suscriptores", + "yt-subscribers": "K subscribers", + "videos": "Videos", + "email": "Email", + "oneonone": "1:1", + "reddit": "Reddit", + "discussions": "Discusiones", + "meetup": "Meetup", + "meetings": "Reuniones" + }, + "articles": { + "latest": "Últimas historias", + "description": "Esto es lo que hemos estado haciendo recientemente.", + "view": "Ver todo" + }, + "jill": { + "title": "Jill Carlson - Socio en Slow Ventures / CoFundador de la iniciativa Open Money", + "text": "La pasamos increíble siendo anfitrión de Jill Carlson para el episodio #15 de No Sharding, The Solana Podcast. Para este episodio tomamos un enfoque diferente..." + }, + "cluster-launch": { + "title": "SLP1 Cluster Launch", + "text": "Estamos encantados de anunciar el exitoso lanzamiento de nuestro clúster “Soft Launch”. Un clúster incentivado para el desarrollo y la integración de socios, que se ejecutará en paralelo y separado del Tour de SOL (TdS)." + }, + "solana2019": { + "title": "Solana en 2019: Crecimiento, Desarrollo, y el Camino hacia el Mainnet", + "text": "Ha sido un año excepcional. Mientras nos preparamos para la próxima década, queremos recapitular el increíble progreso que Solana hizo en 2019. Desde el trabajo intensivo en infraestructura hasta el anuncio de nuestra recaudación de $20 millones liderada por Multicoin Capital..." + }, + "brendan": { + "title": "Brendan Eich - Co-fundador / CEO Brave Software y Attention Token", + "text": "Brendan habla brevemente de sus antecedentes (creador de Javascript & co-fundador de Mozilla) y luego se adentra a como..." + }, + "sam": { + "title": "Sam Bankman-Fried - CEO de FTX, Cofundador de Serum", + "text": "Un día después del anuncio oficial de Project Serum, Anatoly y Sam se sentaron para discutir el entorno de trading actual en crypto, el futuro de DeFi, y para proporcionar detalles adicionales sobre el decente de alta velocidad no custodiado..." + }, + "dieter": { + "title": "Dieter Shirley - CTO de los Laboratorios Dapper, Arquitecto Jefe de Flujo", + "text": "No Sharding es el nombre del podcast, y eso es precisamente de lo que trata este episodio. Desde desarrollar flujo hasta liderar el equipo de ingeniería que diseñó Crypto Kitties, Dieter tiene una amplia experiencia tanto en L1 como en L2..." + }, + "rodolfo": { + "title": "Rodolfo González - Socio en Foundation Capital", + "text": "Este episodio tiene que ver con el capital riesgo. Rodolfo Gonzales es socio de Foundation Capital, Una empresa de capital riesgo que apoya a individuos que quieren empujar al mundo hacia adelante de alguna manera, utilizando un negocio transformativo como su..." + }, + "royandreisen": { + "title": "Meher Roy & Reisen - Co-Fundadores del Chorus One Ep #14", + "text": "Chorus One es una infraestructura de operaciones para ayudarte a aumentar tus criptomonedas de forma segura..." + }, + "sunnya": { + "title": "Sunny Aggarwal - Desarrollador Principal en Tendermint / Cosmos", + "text": "Este episodio es todo sobre Validadores. ¿Está interesado en aprender más sobre cómo ejecutar un nodo y convertirse en validador?" + }, + "defi": { + "title": "Una profunda inmersión en DeFi con FTX, Aave, Balanceador, Curva, Gauntlet y Solana", + "text": "Este es un episodio especial de The Solana Podcast - ¡Tomamos un panel reciente para el Hackathon Solana de Wormhole y convertido en formato de audio para usted! Disfruta de esta profunda inmersión en todas las cosas DeFi con líderes de la industria." + }, + "tds-week-2": { + "title": "Tour de SOL – Semana 2 Recapitulación", + "text": "Bienvenidos a todos aquellos que han seguido nuestro progreso durante el Tour de SOL..." + }, + "tds-week-1": { + "title": "Tour de SOL – Semana 1 Recapitulación", + "text": "Estamos oficialmente adentrados una semana en la Etapa 1 del Tour de SOL (TdS), ¡y qué semana ha sido! Nuestro objetivo era comenzar a probar nuestro esfuerzo..." + }, + "serum": { + "title": "FTX elige Solana para Serum: Un Exchange descentralizado de derivados, de alta velocidad, no-custodiado", + "text": "FTX y Alameda Research crearon la Fundación Serum y anunciaron Serum, un nuevo DEX de alta velocidad y sin custodia que se construye en Solana. Puedes aprender más sobre Serum en el libro blanco y en este escrito exhaustivo de The Block." + }, + "arweave": { + "title": "Anunciando el Hack de Interoperabilidad de Solana Arweave", + "text": "Hoy Solana se complace en anunciar una colaboración con Artise. Ambos pedimos a los desarrolladores que construyan un puente entre los proyectos Solana y Arweave. Esta recompensa ahora está en vivo en Gitcoin e incluye una recompensa de 15.000 DAI. ¡Aquí puedes aprender más sobre el alcance y las reglas de la recompensa!" + }, + "tdsstage1": { + "title": "Detalles de la Etapa 1 de SOL", + "text": "Estamos revisando el Tour de SOL (TdS) de 3 eventos a una serie continua de eventos incentivados y programados..." + }, + "coinlist": { + "title": "Solana recauda 1.76 millones en subasta de coinlist agotadas", + "text": "El 23 de marzo a las 10 pm PST nuestra subasta Coinlist se puso en directo. La subasta holandesa vendió los 8 millones de tokens SOL disponibles en 6 horas. Queremos dar las gracias a nuestra comunidad por la respuesta tan positiva a esta subasta, a pesar de las condiciones mundiales actuales." + }, + "terra": { + "title": "Solana se asocia con Terra para construir un puente de tokens low-latency, llevar monedas stablecoins al ecosistema de Solana", + "text": "Juntos estamos construyendo un nuevo puente de alta velocidad que facilita la transferencia de stablecoins Terra al ecosistema dapp de Solana. Los tokens de Terra serán las primeras stablecoins de la red Solana. Con la introducción de monedas estables en nuestra red, nuestro objetivo es expandir drásticamente el espacio de diseño para los desarrolladores, abriendo la puerta a nuevas aplicaciones que requieren pagos estables en precio." + }, + "chainlink": { + "title": "Chainlink e Integración Solana: Data de precio Oracle de alta velocidad para mejores aplicaciones DeFi", + "text": "Los contratos financieros son instrumentos basados en data que reaccionan a los acontecimientos del mercado, como el cambio de precios de un activo subyacente. Los contratos inteligentes, en particular, son productos financieros automatizados, significando que la data activa directamente la ejecución y liquidación del contrato en lugar de emplear un intermediario humano." + }, + "popular": { + "title": "News", + "description": "Estas son algunas de las selecciones de los últimos meses." + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "Vídeos Destacados", + "youtube": "YouTube", + "podcast": "Podcast" + } + }, + "blog": { + "hero": "Noticias de Solana", + "header": "Learn more about Solana’s technology, validators, integrations, and community.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "Ver todo" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "YouTube", + "latest-episode": "Podcast" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "Recursos", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "Recursos", + "guides-title": "Guías", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "Construye ahora", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "Recursos" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "Concéntrate en tu negocio,", + "focus-2": "no en tu infraestructura.", + "network": "La red global distribuida está específicamente construida para adaptarse a la ley de Moore, sin sacrificar la descentralización o la seguridad para apoyar a usuarios y dispositivos en los miles de millones.", + "language": "Programe en su idioma.", + "vm": "Código en Rust, C y C++. Integraciones flexibles de máquinas virtuales, con más en camino.", + "wait-times": "Evita largos tiempos de espera para tus usuarios.", + "fast": "Rápidas velocidades de Blazing y sin mempool. 400ms entre bloques y sub-segundos finales. Web 3.0 con Web 2.0 speed.", + "scale": "Eficiencia de capital a medida que el ecosistema crece.", + "scale-context": "Solana escala gracias a la Ley de Moore: no es necesario integrarse con múltiples fragmentos o soluciones de capa 2.", + "security": "Seguridad de grado empresarial.", + "audit": "Auditado por una firma de seguridad preferida por Fortune-500. Inmutabilidad de hierro para escala global." + }, + "pitch-2": { + "users": "Tus usuarios lo harán", + "users-notice": "sin darse cuenta.", + "performance": "El desempeño de Solana es incomparable y está específicamente diseñado para aplicaciones de alta frecuencia y escala masiva.", + "pmt": "Altura de bloque", + "validators": "Época actual", + "blocktimes": "Tiempo de bloques", + "tps": "Total de transacciones" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "Leer más", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "Subvenciones", + "break": "Romper Solana", + "media": "Media Kit", + "careers": "Carreras profesionales", + "disclaimer": "Descargo de responsabilidad", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "Get Connected", + "blog": "Blog", + "newsletter": "Boletín" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "Únete a la comunidad", + "discord": "Solana Discord Support", + "forums": "Foros Solana", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "Videos" + } + }, + "nav": { + "learn": { + "title": "Learn", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "Recursos", + "items": [ + { + "title": "Conviértete en un Validador", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "Comunidad", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "News", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "Eventos", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "FAQ", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Ponte en contacto" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Fundación Solana" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "Con apoyo de" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Prizes", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "Descargo de responsabilidad", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Start building" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Start building" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "Descargar" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "Escalable", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/fi/common.json b/public/locales/fi/common.json new file mode 100644 index 000000000..23ef3193c --- /dev/null +++ b/public/locales/fi/common.json @@ -0,0 +1,1734 @@ +{ + "titles": { + "404": "404: Sivua ei löytynyt", + "validators": "Validoijat: Autavat turvaamaan verkkoa ja anstsevat SOL-tokeneja", + "newsletter": "Uutislehti", + "developers": "Kehittäjät: Solanalla kehittämiseen tarvittavat resurssit ja tiedot", + "community": "Solana-yhteisö: Liity ecosysteemiimme", + "news": "Solana News", + "defi": "DeFi", + "events": "Events", + "dao": "DAOs and Governance" + }, + "404": { + "title": "Hupsista!", + "copy": "Tapahtui virhe. Älä huoli, korjaamme sen.", + "button": "Back to homepage" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "Turvaa tilikirjaa.", + "earn": "Ansaitse SOL-tokeneja.", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "Ryhdy Validaattoriksi", + "stakingnd": "Steikkaus & Validointi", + "stake": "Steikkaa kolikoitasi validaattorille ja ansaitse prosessoimalla transaktioita. Hallinnoi toisten delegoimia kolikoita ja peri komissiota.", + "testnet": "Testiverkko-kilpailu", + "build": "Earn tokens by running a node to help test new features and benchmark network performance.", + "ecosystem": "Tutustu Validaattoreihimme", + "participatetitle": "Osallistu", + "register": "Rekisteröidy Tour de SOL:iin", + "register-page": "Rekisteröidy", + "onsolana": "Validoi Solanaa", + "storage": "Tallennustilalouhinta", + "disk": "Tarjoa käyttämätöntä tallennustilaasi Solanan tilikirjan ylläpitoon. Delegoi ansaitsemasi kolikot automaattisesti validaattorille ja yhdistä tuottomallit.", + "become": "Ryhdy validaattoriksi ja ansaitse kolikoita.", + "existence": "Solana-klusteri ei voi olla olemassa ilman validaattoreita. Auta ylläpitämään tilikirjan yhtenäisyyttä ja ansaitse.", + "rewards": "Protokolapohjaiset Palkinnot", + "issuances": "Issuances from a global, protocol-defined, inflation rate. These rewards are delivered on top of earnings from transaction fees.", + "fees": "Siirtomaksut", + "feesdesc": "Transaction fees are market-based p2p transfers, attached to network interactions for state execution.", + "staking": "Steikkaus", + "howstaking": "Steikkaus on keskeinen toimenpide varantotodistukseen pohjautuvien lohkoketjujen transaktioiden varmentamisessa. Steikkaaja on kolikkojen omistaja, joka delegoi omistamiaan kolikoita valitsemalleen validaattorille, joka puolestaan käyttää kolikoiden tuomaa uskottavuutta äänestäessään lohkoketjun seuraavaa lohkoa. Sekä steikkaaja että validaattori palkitaan uusien lohkojen luomisesta. Steikkaaminen on tuottoisaa, mutta ei kuitenkaan riskitöntä; steikatut kolikot toimivat steikkauksen ajan lohkoketjun panttivankeina, ettei validaattori yritä toimia lohkoketjun sääntöjen vastaisesti. Jos validaattori — tahallaan tai vahingossa — rikkoo sääntöjä automatisoitu protokola tuhoa kaikki kyseiselle validaattorille steikatut kolikot peruuttamattomasti. Steikkauksessa keskeistä onkin riskin hallinta, johon kuuluu muun muassa panoksen hajauttaminen useammalle eri validaattorille siinä, missä validaattoreiden huolellinen valitseminenkin.", + "tps": "transaktiota prosessoitu maaliskuusta 2020 lähtien. Auta validoimaan maailman nopeinta lohkoketjua.", + "pert": "per transaktio. Peri siirtomaksut validaattorina.", + "validators": "Globaalisti hajautettu validaattoriverkosto. Liity verkkoexperttiemme kohorttiin.", + "docs": "Oletko kiinnostunut lukemaan lisää? Perehdy dokumentaatioon.", + "start-registration": "Valmis aloittamaan? Klikkaa alla olevaa linkkiä.", + "howto": "Validating on Solana", + "header": "Validaattoriksi Liittyminen", + "info": "Kompensaatioiden Lainmukainen Käsittely", + "items-one": "Kiitos, että olet kiinnostunut tukemaan Solana-klusteria. Alla on lainopillista tietoa liittyen Mainnet Beta, Tour de SOL ja Testnet -klusterien osallistumispalkkioiden maksuun.", + "items-two": "Tunnistaudu alla olevalla Passbase-palvelulla.", + "items-three": "Allekirjoita yleinen validaattorikompensaatiodokumentti DocuSignilla.", + "same-email": "Käytä Passbase-tunnistautumisessa ja DocuSign-allekirjoituspalvelussa samaa sähköpostiosoitetta.", + "run": "Ylläpidä Noodia", + "discuss": "Keskustele muiden validaattoreiden ja Solanan tiimin kanssa.", + "progress": "Etkö ole vielä valmis ylläpitämään noodia? Haluatko pysyä ajan tasalla Solanan edistyksestä?", + "step1": "Vaihe 1. Rekisteröidy", + "process": "Noudata edellä kuvattua neljän vaiheen prosessia rekisteröinnin, KYC/AML -prosessin osallistumissopimuksen ja Discord-perehdytyksen osalta.", + "both-register": "Näiden vaiheiden loppuun saattaminen rekisteröi sinut Solanan Tour de SOL ja Mainnet Beta -verkkojen validaattoriksi.", + "before": "Ennen pääverkkoon liittymistä, validaattoreiden olisi hyvä osallistua onnistuneesti vähintään yhteen ”vaiheeseen” kannustettussa Tour de SOL -testiverkossamme.", + "stages": "Vaiheet käynnistyvät kuukausittain; rekisteröinnin jälkeen katso täältä viimeisimmät tiedot korvauksista, vikalöytöpalkkioista ja muusta vastaavasta.", + "inflationary": "Kunnes inflaatiopalkinnot on otettu käyttöön, Solanan säätiö maksaa validaattoreille heidän palveluistaan suoraan.", + "successful": "After successfully participating in a stage of Tour de SOL, you will be eligible to receive a Solana Foundation delegation on Mainnet Beta.", + "us": "Yhdysvaltalaiset henkilöt ja yhteisöt ovat toistaiseksi POISSULJETTU osallistumasta", + "step2": "Vaihe 2. Osallistu Tour de SOL:iin", + "step3": "Vaihe 3. Liity Mainnet Betaan", + "anyone": "Kuka tahansa voi ylläpitää validaattorinoodia Solanan avoimessa testiverkossa ja Mainnet Beta -verkossa!", + "getstarted": "Päästäksesi alkuun oman noodisi käynnistämisessä, tutustu dokumentaatiossa vaiheisiin ja teknisiin vaatimuksiin.", + "activecomm": "Meillä on erittäin aktiivinen yhteisö validaattoreille meidän Discord-palvelimella. Tämä on paras paikka saada teknistä tukea ja esittää kysymyksiä.", + "permissionless": "Solana’s networks are permissionless and therefore anyone can begin running a validator node at any time. Registration and KYC are required to receive compensation from the Solana Foundation. Please note that U.S. entities and individuals are not eligible to receive compensation at this time.", + "participate-2": "Participate in Tour de SOL to be eligible for Solana Foundation delegation", + "registration": { + "head": "Korvausten Rekisteröintiprosessi", + "steps": "Please complete the steps below to be eligible for token compensation for validation services first on the Solana Testnet and then Mainnet Beta networks.", + "no-u": "Solana’s networks are permissionless and therefore anyone can begin running a validator node at any time. Registration and KYC are required to receive compensation from the Solana Foundation. Please note that U.S. entities and individuals are not eligible to receive compensation at this time.", + "registration": "Rekisteröinti", + "form": "Tour de SOL (TdS) -rekisteröintilomake", + "keybase": "Emme enää vaadi osallistujia linkittämään julkista avaintaan Keybase-tililleen", + "req": "Ilmoittautuminen ja onnistunut osallistuminen vähintään yhteen TdS:n vaiheeseen on edellytys korvauksen maksulle Mainnet Betaan osallistumisesta", + "more": "Lisätietoja Tour de SOL -testiverkosta täältä", + "kyc": "KYC/AML -prosessi (Passbase)", + "before": "Jos olet suorittanut KYC/AML -prosessin SLP:n tai TdS:n yhteydessä Passbase tai Coinlist -alustoilla joko itsellesi tai edustamallesi taholle, ei prosessia tarvitse toistaa.", + "no-us": "Yhdysvaltain kansalaiset ja yhteisöt on evätty KYC-prosessista ja palkkion maksusta", + "participation": "Täydennä Osallistumissopimus", + "same-email": "Ole hyvä ja käytä samaa sähköpostiosoitetta, jota käytit Passbase henkilöllisyyden todentamisessa", + "discord": "Liity Discordiimme", + "discord-desc": "Vaatimus kaikille validaattoreille, koska tämä on ensisijainen viestintäkanava teknisille keskusteluille, verkon ilmoituksille ja päivityksille sekä muulle vastaavalle" + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "Protokolapohjaiset Palkinnot", + "protocol-text": "Issuances from a global, protocol-defined, inflation rate. These rewards are delivered on top of earnings from transaction fees.", + "staking-header": "Steikkaus", + "staking-text": "Steikkaus on keskeinen toimenpide varantotodistukseen pohjautuvien lohkoketjujen transaktioiden varmentamisessa. Steikkaaja on kolikkojen omistaja, joka delegoi omistamiaan kolikoita valitsemalleen validaattorille, joka puolestaan käyttää kolikoiden tuomaa uskottavuutta äänestäessään lohkoketjun seuraavaa lohkoa. Sekä steikkaaja että validaattori palkitaan uusien lohkojen luomisesta. Steikkaaminen on tuottoisaa, mutta ei kuitenkaan riskitöntä; steikatut kolikot toimivat steikkauksen ajan lohkoketjun panttivankeina, ettei validaattori yritä toimia lohkoketjun sääntöjen vastaisesti. Jos validaattori — tahallaan tai vahingossa — rikkoo sääntöjä automatisoitu protokola tuhoa kaikki kyseiselle validaattorille steikatut kolikot peruuttamattomasti. Steikkauksessa keskeistä onkin riskin hallinta, johon kuuluu muun muassa panoksen hajauttaminen useammalle eri validaattorille siinä, missä validaattoreiden huolellinen valitseminenkin.", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "Mene Dokumentaatioon", + "visitf": "Käväise Foorumilla", + "forum": "Keskustele Foorumilla", + "chat": "Hae Chatista Apua", + "updated": "Haluatko pysyä kartalla Solanan edistyksestä?", + "build": "Aloita Kehittämään", + "contact": "Ota Yhteyttä", + "learn": "Lue Lisää", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "Tilaa Nyt", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "Tilaa Solanan Uutislehti", + "spam": "Emme lähetä sinulle roskapostia.", + "informed": "Pysy Kartalla" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "Tuotekehittäjille" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Solana Season", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Solana Community", + "featcontent": "Keskeisimmät Tuotokset", + "header": "The Solana community is a globally distributed home to developers, token holders, validators, and members supporting the protocol.", + "info": "Listen to the podcast", + "podcast": "Kuuntele Podcastiamme", + "learn": "Learn in depth", + "blog": "Visit Blog", + "apply": "Hae Nyt", + "collective": "Support the Solana core team through community and marketing initiatives while accumulating rewards.", + "socials": { + "hero": "Wayfinding", + "hero-old": "Join the crypto revolution", + "subheader": "The following are our most frequented and updated communication channels. You name it, we’ve got it!", + "telegram": "Telegram", + "approx-members": "jäsentä", + "gt-members": " jäsentä", + "announcements": "Ilmoitukset", + "discord": "Discord", + "engineering": "Teknologia", + "twitter": "Twitter", + "approx-followers": "seuraajaa", + "medium": "News", + "approx-write-ups": "artikkelia", + "blogposts": "Blogikirjoitukset", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "seuraajaa", + "weibo": "Weibo", + "weibo-subscribers": " tilaajaa", + "twitter-jp": "Twitter Japani", + "twitter-jp-subscribers": " jäsentä", + "forum": "Solana-Foorumit", + "forum-subscribers": " postausta", + "gt-stars": " tähteä", + "youtube": "YouTube", + "gt-subscribers": " tilaajaa", + "yt-subscribers": "K subscribers", + "videos": "Videot", + "email": "Sähköposti", + "oneonone": "Yksityinen", + "reddit": "Reddit", + "discussions": "Keskustelut", + "meetup": "Meetup", + "meetings": "Tapaamiset" + }, + "articles": { + "latest": "Viimeisimmät Artikkelit", + "description": "Näitä olemme tehneet viimeaikoina.", + "view": "Näytä kaikki" + }, + "jill": { + "title": "Jill Carlson – Slow Ventures -yhtiökumppani / The Open Money Initiative -liikkeen perustaja", + "text": "Meillä oli räväkkä sessio Jill Carlsonin kanssa Solanan No Sharding -podcastissa #15. Tämänkertaisessa episodissa valitsimme erilaisen lähestymistavan..." + }, + "cluster-launch": { + "title": "SLP1 Klusterin Lanseeraus", + "text": "Olemme innoissamme saadessamme ilmoittaa, että olemme käynnistäneet Soft Launch -klusterimme. Kehitysyhteistyö-partnereillemme tarkoitettu integraatioalusta ajetaan erillisenä järjestelmänä Tour de SOL -klusterin rinnalla." + }, + "solana2019": { + "title": "Solanan 2019: Kasvua ja Kehitystyötä – Tie Lanseeraukseen", + "text": "2019 oli melkoinen vuosi. Valmistauttuessamme seuraavalle vuosikymmenelle, tahdomme kerrata kuluneen vuoden tapahtumia tekemäämme edistystä. Meillä oli intensiivinen infrastruktuurin rakennusurakka, ja Multicoin Capital sijoitti meihin yli 20 miljoonaa dollaria..." + }, + "brendan": { + "title": "Brendan Eich – Brave Software / Attention Token, toimitusjohtaja ja perustajaosakas", + "text": "Brendan kertoo lyhyesti taustastaan JavaScriptin kehittäjänä ja Mozzillan perustajana, jonka jälkeen siirrytään..." + }, + "sam": { + "title": "Sam Bankman-Fried – Toimitusjohtaja FTX, Perustaja Serum", + "text": "Päivä Project Serumin julkistuksen jälkeen, Anatoly ja Sam istuivat alas keskustelemaan kryptopörssien nykyisestä ilmapiiristä, DeFin tulevaisuudesta ja huippunopean, täysin desentralisoidun, varojen haltuun luovuttamista edellyttämätön pörssin kehittämisestä..." + }, + "dieter": { + "title": "Dieter Shirley – Teknologiajohtaja Dapper Labs, Johtava Ohjelmistoarkkitehti Flow-lohkoketju", + "text": "No Sharding on podcastimme nimi, ja tämän kertainen jakso on juuri sitä! Flow-lohkoketjun kehittämisestä Crypto Kittiesin kehittämiseen, Dieterillä on vaikuttava kokemus niin L1 kuin L2 -lohkoketjujen kehittämisessä..." + }, + "rodolfo": { + "title": "Rodolfo Gonzales – Osakas Foundation Capital", + "text": "Tämä jakso on riskipääomasijoittamisesta. Rodolfo Gonzales osakas Foundation Capitalissa, jonka keskeinen toimenkuva on tukea yksilöitä, jotka pyrkivät edistämään maailmaa innovaatioilla..." + }, + "royandreisen": { + "title": "Mehr Roy & Reisen – Chorus One Perustajaosakkaat", + "text": "Chorus One operoi infrastruktuuria, joka auttaa sinua kasvattamaan virtuaalivaluuttavarantojasi turvallisella tavalla. Meher..." + }, + "sunnya": { + "title": "Sunny Aggarwal – Ydinkehittäjä Tendermint- ja Cosmos- hankkeissa", + "text": "Tämä jakso on omistettu validaattoreille. Oletko kiinnostunut kuulemaan validaattorien ylläpidosta ja perustamisesta?" + }, + "defi": { + "title": "Syväsukella DeFi-maailmaan FTX:n, Aaven, Balancerin, Curven, Gauntletin ja Solanan matkassa", + "text": "Tämä on Solana Podcastin erikoisjakso – otimme äskettäin Solana Wormhole Hackathonin paneelin ja muunsimme sen sinulle audioksi! Nauti tästä syväsukelluksesta DeFi-maailman johtajien kanssa." + }, + "tds-week-2": { + "title": "Tour de SOL – Toisen viikon yhteenveto", + "text": "Tervetuloa takaisin Tour de SOL:in pariin..." + }, + "tds-week-1": { + "title": "Tour de SOL – Ensimmäisen viikon yhteenveto", + "text": "Tour de SOL:in ensimmäinen viikko on takana päin ja mikä viikko se olikaan! Päämäärämme oli aloittaa testaamaan kurmitusta..." + }, + "serum": { + "title": "FTX on valinnut Solanan alustaksi Serumille – huippunopealle desentralisoidulle futuuripörssille, joka vaadi varojen huostaan antamista", + "text": "FTX ja Alameda Research ovat perustaneet Serum-säätiön kehittämään Serum DEX:iä. Serum on Solanalla toteutettu huippunopea täysin desentralisoitu tokenpörssi, josta voit lukea lisää suunnitteludokumentista sekä kattavasta The Block -artikkelista." + }, + "arweave": { + "title": "Julkistamme Solana–Arweawe -rajapintahackathonin", + "text": "Tänään olemme iloisia saadessamme julkistaa Solanan ja Arweawen yhteistyöstä. Kutsumme molemmat insinöörejä kehittämään siltaa alustojemme välille. Toimeksianto on julkaistu Gitcoin-alustalla ja 15000 DAI:n palkkio. Voit tutustua spesifikaatioihin ja sääntöihin täällä!" + }, + "tdsstage1": { + "title": "Tour de SOL – Ensimmäisen vaiheen selostus", + "text": "Uudistamme Tour de SOL:n kolmivaiheisesta tapahtumasta jatkuvaksi sarjaksi vaihtelevia palkkiollisia episodeja..." + }, + "coinlist": { + "title": "Solana Nosti 1,76 Miljoonaa Loppuunmyydyllä Coinlist-huutokaupalla", + "text": "Solanan initiaalinen huutokauppa suoritettiin Coinlist-alustalla 23. helmikuuta 2020. Tanskalaisella mallilla järjestetty huutokauppa myi kaikki 8 miljoonaa SOL-kolikkoa loppuun kuudessa tunnissa. Tahdomme kiittää yhteisömme jäseniä häkellyttävän positiivisesta vastaanotosta." + }, + "terra": { + "title": "Solana lyöttäytyy yhteen Terran kanssa tuodakseen stabiilikolikot Solana-ekosysteemiin nopean vasteen valuuttasillalla.", + "text": "Yhdessä rakennamme uuden nopeanvasteen valuuttasillan helpottamaan Terran vakaahintakolikoiden siirron Solanan desentralisoituun applikaatioekosysteemiin. Terran kolikot ovat ensimmäiset hintavakautetut kolikot Solana-lohkoketjussa. Avaamme täten uusia ovia tuotekehittäjille ja mahdollistamme vakaahintaisista siirroista riippuvaisten applikaatioiden kehityksen." + }, + "chainlink": { + "title": "Chainlink – Solana-integraatio: Nopean Vasteen Hintaoraakkeli Uuden Sukupolven DeFi-Applikaatioille", + "text": "Markkinasopimukset ovat datan määrittämiä instrumentteja, jotka reagoivat markkinatapahtumiin, kuten tietyn valuutan, osakkeen tai hyödykkeen hinnan muutoksiin. Älysopimukset ovat täysin automatisoituja markkinasopimuksia, joissa toimeenpano tapahtuu datan laukaisemana ilman ihmisen välikäsiä." + }, + "popular": { + "title": "News", + "description": "Tässä muutamia valintoja viime kuukausilta." + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "Keskeisimmät Videot", + "youtube": "YouTube", + "podcast": "Podcast" + } + }, + "blog": { + "hero": "Solana News", + "header": "Learn more about Solana’s technology, validators, integrations, and community.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "Näytä kaikki" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "YouTube", + "latest-episode": "Podcast" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "Resources", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "Resources", + "guides-title": "Oppaat", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "Aloita Kehittämään", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "Resources" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "Keskity liiketoimintaasi,", + "focus-2": "älä infrastruktuuriin.", + "network": "Miljardeja laitteita ja käyttäjiä tukemaan rakennettu globaali hajautettu tietoverkko on tehty skaalautumaan Mooren lain mukana – uhraamatta desentralisaatiota ja turvallisuutta.", + "language": "Ohjelmoi valitsemallasi kielellä.", + "vm": "Code in Rust, C, and C++. Flexible virtual machine integrations, with more on the way.", + "wait-times": "Vältä käyttäjien pitkiä jonotusaikoja.", + "fast": "Salamannopea ja ilman muistipooleja. 400 ms lohkoajalla ja finaalisuus alle sekunnissa. Web 3.0 on nopeudeltaan kuin 2.0.", + "scale": "Capital efficient as the ecosystem grows.", + "scale-context": "Solana scales thanks to Moore’s Law — there's no need to integrate with multiple shards or layer 2 solutions.", + "security": "Korporaatiotason tietoturva.", + "audit": "Fortune 500 -yhtiöiden suosiman tietoturvayhtiön auditoima. Teräshaarniskaista suojaa www-skaalassa." + }, + "pitch-2": { + "users": "Käyttäjäsi", + "users-notice": "eivät koskaan edes huomaa.", + "performance": "Solana on suorituskyvyltään vailla vertaansa ja rakennettu silmälläpitäen nopeavasteisia suuren käyttäjämäärän applikaatioita.", + "pmt": "Lohkomäärä", + "validators": "Nykyinen Epookki", + "blocktimes": "Lohkoaika", + "tps": "Transaktiot" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "Lue Lisää", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "Avustukset", + "break": "Break Solana", + "media": "Media Kit", + "careers": "Työpaikat", + "disclaimer": "Vastuuvapauslauseke", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "Get Connected", + "blog": "Blog", + "newsletter": "Uutislehti" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "Liity yhteisöön", + "discord": "Solana Discord Support", + "forums": "Solana-Foorumit", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "Videot" + } + }, + "nav": { + "learn": { + "title": "Learn", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Ryhdy Validaattoriksi", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "Yhteisö", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "News", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "Events", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "FAQ", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Solana-Säätiö" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "With support from" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Prizes", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "Vastuuvapauslauseke", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Start building" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Start building" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "Lataa" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "Skaalautuva", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json new file mode 100644 index 000000000..e5b191b26 --- /dev/null +++ b/public/locales/fr/common.json @@ -0,0 +1,1734 @@ +{ + "titles": { + "404": "404 : Page introuvable", + "validators": "Validateurs : Aidez à sécuriser le réseau et obtenez des SOL", + "newsletter": "Newsletter", + "developers": "Développeurs : Ressources et informations pour travailler sur Solana", + "community": "Communauté Solana : Rejoignez notre écosystème", + "news": "Solana News", + "defi": "DeFi", + "events": "Evénements", + "dao": "DAOs and Governance" + }, + "404": { + "title": "Oh Euh...", + "copy": "Nous avons rencontré un problème, mais on s'en charge ne vous inquiétez pas.", + "button": "Back to homepage" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "Sécurisez le ledger.", + "earn": "Gagnez des SOL.", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "Devenir un validateur", + "stakingnd": "Staking et validation", + "stake": "Stakez des tokens et gagnez des récompenses en traitant et en validant les transactions. Gagnez des commissions en gérant des jetons délégués pour le compte d'autres personnes.", + "testnet": "Concours Testnet", + "build": "Gagnez des jetons en exécutant un nœud pour aider à tester de nouvelles fonctionnalités et à comparer les performances du réseau.", + "ecosystem": "Rencontrez nos validateurs", + "participatetitle": "Participez", + "register": "S'inscrire à TdS", + "register-page": "S'inscrire maintenant", + "onsolana": "Valider sur Solana", + "storage": "Mining de stockage", + "disk": "Fournir de l'espace disque disponible pour stocker les données du ledger Solana. Délégation automatique des SOL générés aux clients de validation pour obtenir des gains composés.", + "become": "Devenez un validateur et obtenez des jetons.", + "existence": "Sans validateurs, le groupe Solana ne peut exister. Aidez à maintenir l'intégrité du registre et gagnez des récompenses.", + "rewards": "Récompenses basées sur le protocole", + "issuances": "Émissions à partir d'un taux d'inflation défini par le protocole. Ces récompenses sont distribuées en plus des gains issus des frais de transaction.", + "fees": "Frais de transaction", + "feesdesc": "Les frais de transaction sont basés sur des transferts de marché p2p, attachés aux interactions réseau pour l'exécution de l'état.", + "staking": "Staking", + "howstaking": "Stakers sont récompensés pour avoir aidé à valider le registre. Ils le font en déléguant leur participation aux nœuds de validation. Ces validateurs font le travail de lecture du registre et envoient les votes à un compte de vote par nœud auquel les participants peuvent déléguer leurs enjeux. Le reste du groupe utilise ces votes pondérés par les enjeux pour sélectionner un bloc lorsque des bifurcations surviennent.\n\nLes stakers sont récompensé pour participer à valider le registre. Ils le font en déléguant leur stake à des noeuds validateurs. Ces validateurs s'occupent de la lecture du registre et envoient les vote des noeuds à un compte auquel les stakers peuvent déléguer leur stake. Le reste du groupe utilise ces votes pondérés pour sélectionner un block lors du fork.", + "tps": "transactions traitées depuis mars 2020. Aidez à valider la blockchain la plus rapide du monde.", + "pert": "par transaction. Enregistrez les frais de transaction en tant que validateur.", + "validators": "Validateurs globaux. Rejoignez notre cohorte d'experts du réseau.", + "docs": "Vous souhaitez en savoir plus ? Consultez nos documents.", + "start-registration": "Prêt à commencer ? Cliquez sur le lien ci-dessous.", + "howto": "Validating on Solana", + "header": "Inscription du validateur", + "info": "Procédures judiciaires d'indemnisation", + "items-one": "Merci de votre intérêt à soutenir le cluster Solana. Vous trouverez ci-dessous les informations relatives aux procédures légales nécessaires pour émettre une compensation pour la participation des validateurs sur les clusters Mainnet Beta, Tour de SOL ou Testnet.", + "items-two": "Vérifiez votre identité via Passbase ci-dessous.", + "items-three": "Signez le document de compensation du validateur universel via DocuSign.", + "same-email": "Veuillez utiliser le même email pour la vérification de l'identité de Passbase et pour DocuSign.", + "run": "Exécuter un noeud", + "discuss": "Discuter avec d'autres validateurs et l'équipe Solana.", + "progress": "Vous n'êtes pas prêt à exécuter un nœud ? Vous voulez vous tenir au courant des progrès de Solana ?", + "step1": "Étape 1. Inscrivez-vous", + "process": "Suivez le processus en quatre étapes décrit dans le lien ci-dessus pour l’inscription, KYC/AML, l’accord de participation et l’intégration Discord.", + "both-register": "En complétant ces étapes, vous vous inscrirez pour valider sur les réseaux Tour de SOL et Bêta Mainnet de Solana.", + "before": "Avant d'embarquer sur le Mainnet, les validateurs doivent participer avec succès à au moins une \"étape\" de notre testnet lucratif : Tour de SOL.", + "stages": "Les étapes démarrent chaque mois ; après l'inscription, voir ici pour les dernières informations sur les étapes (y compris les détails concernant la compensation, les primes de bug, etc).", + "inflationary": "Jusqu'à ce que les récompenses inflationnistes soient activées, les validateurs sont directement rémunérés pour leurs services par la Fondation Solana.", + "successful": "Après avoir participé à une étape du Tour de SOL, vous serez éligible à l'obtention d'une délégation de la Solana Foundation sur le Mainnet Beta.", + "us": "Les personnes et entités américaines sont actuellement EXCLUES de la participation", + "step2": "Étape 2. Participer au Tour de SOL", + "step3": "Étape 3. Rejoindre le Mainnet Beta", + "anyone": "Tout le monde peut exécuter un nœud de validation sur les réseaux testnet sans permission de Solana et sur les réseaux Mainnet Beta !", + "getstarted": "Pour commencer, consultez nos documents sur les exigences techniques et les étapes pour démarrer votre propre nœud.", + "activecomm": "Nous avons une communauté très active de validateurs sur notre serveur Discord. C'est le meilleur endroit pour obtenir du support technique et poser des questions.", + "permissionless": "Les réseaux de Solana sont sans permission et n'importe qui peut exécuter un noeud de validation. Passer un KYC est nécessaire pour recevoir une compensation de la Foundation Solana. Veuillez noter que les entités et individus américains ne sont pas éligibles à cette compensation pour le moment.", + "participate-2": "Participez au Tour de SOL pour être éligible à l'obtention d'une délégation de la Fondation Solana", + "registration": { + "head": "Processus d'enregistrement de la rémunération", + "steps": "Veuillez compléter les étapes ci-dessous pour être éligible à une compensation pour les services de validation sur les réseaux Solana Testnet et Mainnet Beta.", + "no-u": "Les réseaux de Solana sont sans permission et n'importe qui peut exécuter un noeud de validation. Passer un KYC est nécessaire pour recevoir une compensation de la Foundation Solana. Veuillez noter que les entités et individus américains ne sont pas éligibles à cette compensation pour le moment.", + "registration": "Inscription", + "form": "Formulaire d'inscription au Tour de SOL (TdS)", + "keybase": "Nous ne demandons plus aux participants de lier leur clé publique à leur compte Keybase", + "req": "L'inscription et la participation réussie à au moins une étape de TdS est une condition préalable pour avoir droit à une compensation sur le Mainnet Beta", + "more": "Plus d'infos sur Tour de SOL ici", + "kyc": "KYC/AML (via Passbase)", + "before": "Si vous avez déjà complété votre KYC/AML pour SLP ou TdS avec la même entité/individu sur Coinlist ou Passbase, alors vous n'aurez pas besoin de repasser par là.", + "no-us": "Nous ne pouvons pas accepter d'entités ou de personnes américaines pour le KYC ou la compensation", + "participation": "Accord de participation complet", + "same-email": "Veuillez utiliser la même adresse électronique que celle utilisée pour la vérification de l'identité de Passbase", + "discord": "Rejoingnez notre Discord", + "discord-desc": "Exigence pour tous les validateurs, car c'est notre principal canal de communication pour les discussions techniques, les annonces de réseau et les mises à jour, etc" + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "Récompenses basées sur le protocole", + "protocol-text": "Émissions à partir d'un taux d'inflation défini par le protocole. Ces récompenses sont distribuées en plus des gains issus des frais de transaction.", + "staking-header": "Staking", + "staking-text": "Stakers sont récompensés pour avoir aidé à valider le registre. Ils le font en déléguant leur participation aux nœuds de validation. Ces validateurs font le travail de lecture du registre et envoient les votes à un compte de vote par nœud auquel les participants peuvent déléguer leurs enjeux. Le reste du groupe utilise ces votes pondérés par les enjeux pour sélectionner un bloc lorsque des bifurcations surviennent.\n\nLes stakers sont récompensé pour participer à valider le registre. Ils le font en déléguant leur stake à des noeuds validateurs. Ces validateurs s'occupent de la lecture du registre et envoient les vote des noeuds à un compte auquel les stakers peuvent déléguer leur stake. Le reste du groupe utilise ces votes pondérés pour sélectionner un block lors du fork.", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "Accéder à la documentation", + "visitf": "Visiter les forums", + "forum": "Discuter sur le forum", + "chat": "Obtenir de l'aide sur le chat", + "updated": "Vous voulez être tenu au courant des progrès de Solana ?", + "build": "Construire maintenant", + "contact": "Contactez-nous", + "learn": "En savoir plus", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "S'abonner maintenant", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "S'abonner à la newsletter Solana", + "spam": "Nous promettons que nous ne vous spammerons pas.", + "informed": "Restez informé" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "Développeurs" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Solana Season", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Solana Community", + "featcontent": "Contenu recommandé", + "header": "La communauté Solana est famille composée de développeurs, de holders, de validateurs, et de toutes les personnes qui soutiennent le protocole.", + "info": "Listen to the podcast", + "podcast": "Accéder au Podcast", + "learn": "Learn in depth", + "blog": "Visit Blog", + "apply": "Postulez maintenant", + "collective": "Supportez l'équipe de Solana par le biais d'initiatives communautaires et de marketing tout en accumulant des récompenses.", + "socials": { + "hero": "Wayfinding", + "hero-old": "Join the crypto revolution", + "subheader": "The following are our most frequented and updated communication channels. You name it, we’ve got it!", + "telegram": "Telegram", + "approx-members": "membres", + "gt-members": " membres", + "announcements": "Annonces", + "discord": "Discord", + "engineering": "Ingénierie", + "twitter": "Twitter", + "approx-followers": "abonnés", + "medium": "News", + "approx-write-ups": "publications", + "blogposts": "Publications du blog", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "abonnés", + "weibo": "Weibo", + "weibo-subscribers": " abonnés", + "twitter-jp": "Twitter Japon", + "twitter-jp-subscribers": " membres", + "forum": "Forums Solana", + "forum-subscribers": " posts", + "gt-stars": " étoiles", + "youtube": "YouTube", + "gt-subscribers": " abonnés", + "yt-subscribers": "K subscribers", + "videos": "Vidéos", + "email": "Email", + "oneonone": "1:1", + "reddit": "Reddit", + "discussions": "Discussions", + "meetup": "Rencontres", + "meetings": "Réunions" + }, + "articles": { + "latest": "Derniers témoignages", + "description": "Voici ce que nous avons fait récemment.", + "view": "Tout afficher" + }, + "jill": { + "title": "Jill Carlson - Associée chez Slow Ventures / Co-fondatrice de l'Open Money Initiative", + "text": "Nous avons eu beaucoup de plaisir à accueillir Jill Carlson pour l'épisode n°15 de No Sharding, The Solana Podcast. Pour cet épisode, nous avons adopté une approche différente..." + }, + "cluster-launch": { + "title": "SLP1 Cluster Launch", + "text": "Nous sommes heureux d'annoncer le lancement réussi de notre pôle \"Soft Launch\". Un cluster incitatif pour le développement et l'intégration des partenaires. Ce cluster fonctionnera en parallèle avec le Tour de SOL (TdS)." + }, + "solana2019": { + "title": "Solana en 2019 : croissance, développement et chemin vers le Mainnet", + "text": "Cela a été une année d'enfer. Alors que nous nous préparons pour la prochaine décennie, nous voulons récapituler les progrès étonnants que Solana a réalisés en 2019. Depuis les travaux d'infrastructure intensifs et directs jusqu'à l'annonce de notre levée de fonds de 20 millions de dollars menée par Multicoin Capital..." + }, + "brendan": { + "title": "Brendan Eich - Co-fondateur / PDG Brave Software et Attention Token", + "text": "Brendan parle brièvement de son parcours (créateur de Javascript & co-fondateur de Mozilla) et passe ensuite directement à la..." + }, + "sam": { + "title": "Sam Bankman-Fried - PDG de FTX, co-fondateur de Serum", + "text": "Un jour après l'annonce officielle du Projet Serum, Anatoly et Sam se sont réunis pour discuter de l'environnement commercial actuel de la crypto, de l'avenir de la DeFi, et pour fournir des détails supplémentaires sur le haut débit et la décentralisation..." + }, + "dieter": { + "title": "Dieter Shirley - Directeur technique de Dapper Labs, architecte en chef de Flow", + "text": "No Sharding est le nom du podcast, et c'est précisément le sujet de cet épisode. Du développement du flux à la direction de l'équipe d'ingénieurs qui a conçu Crypto Kitties, Dieter a une grande expérience en L1 et L2..." + }, + "rodolfo": { + "title": "Rodolfo Gonzalez - Associé au capital de la fondation", + "text": "Cet épisode est consacré au capital-risque. Rodolfo Gonzales est un associé de Foundation Capital, une société de capital-risque qui soutient les personnes qui veulent donner un coup de pouce au monde d'une manière ou d'une autre, en utilisant un projet de transformation comme leur..." + }, + "royandreisen": { + "title": "Meher Roy & Reisen - Co-fondateurs de Chorus One Ep #14", + "text": "Chorus One est une infrastructure d'exploitation qui vous aide à augmenter en toute sécurité vos stocks de crypto. Meher..." + }, + "sunnya": { + "title": "Sunny Aggarwal - Développeur principal chez Tendermint / Cosmos", + "text": "Cet épisode est consacré aux validateurs. Vous souhaitez en savoir plus sur la façon de faire fonctionner un nœud et de devenir un validateur ?" + }, + "defi": { + "title": "Une plongée en profondeur dans le DeFi avec FTX, Aave, Balancer, Curve, Gauntlet et Solana", + "text": "Ceci est un épisode spécial du Podcast de Solana - nous avons pris un panel récent pour le Solana Wormhole Hackathon et l'avons converti en format audio pour vous ! Profitez de cette plongée dans tout ce qui concerne le DeFi avec les leaders de l'industrie." + }, + "tds-week-2": { + "title": "Tour de SOL - Récapitulatif de la semaine 2", + "text": "Bienvenue à tous ceux qui ont suivi nos progrès pendant le Tour de SOL..." + }, + "tds-week-1": { + "title": "Tour de SOL - Récapitulatif de la semaine 1", + "text": "Nous sommes officiellement à une semaine de la première étape du Tour de SOL (TdS), et quelle semaine cela a été. Notre objectif était de commencer à tester notre..." + }, + "serum": { + "title": "FTX choisit Solana pour le projet Serum : Un échange décentralisé à grande vitesse et sans unité centrale", + "text": "FTX et Alameda Research ont créé la Serum Foundation et ont lancé Serum, un nouveau DEX à haute vitesse, non dépositaire, qui est construit sur Solana. Vous pouvez en apprendre davantage sur Serum dans le whitepaper et dans ce compte-rendu complet sur The Block." + }, + "arweave": { + "title": "Annonce du Solana Arweave Interoperability Hack", + "text": "Aujourd'hui, Solana est heureux d'annoncer une collaboration avec Arweave. Nos deux projets lancent un appel aux développeurs afin de construire un pont entre les projets Solana et Arweave. Cette prime est maintenant disponible sur Gitcoin et comprend une récompense de 15 000 DAI. Vous pouvez en savoir plus sur la portée et le fonctionnement de la prime ici !" + }, + "tdsstage1": { + "title": "Détails de l'étape 1 du Tour de SOL", + "text": "Nous sommes en train de réviser le Tour de SOL (TdS), passant de 3 événements à une série continue d'événements incitatifs et programmés..." + }, + "coinlist": { + "title": "Solana lève 1,76 millions de dollars pendant l'enchère de Coinlist", + "text": "Le 23 mars à 22h PST, notre vente aux enchères de Coinlist a été mise en ligne. La vente aux enchères néerlandaise a permis de vendre les 8 millions de jetons SOL disponibles en 6 heures. Nous tenons à remercier notre communauté pour la réaction extrêmement positive à cette vente aux enchères, malgré la situation mondiale actuelle." + }, + "terra": { + "title": "Solana s'associe à Terra pour construire un pont de jetons à faible latence, apportant des stablecoins dans l'écosystème de Solana", + "text": "Ensemble, nous construisons un nouveau pont rapide pour vos tokens qui facilite le transfert de stablecoins Terra dans l'écosystème des dapp de Solana. Les jetons de Terra seront les premiers stablecoins sur le réseau de Solana. En introduisant des stablecoins sur notre réseau, nous visons à élargir considérablement l'espace de conception pour les développeurs, ouvrant ainsi la porte à de nouvelles applications qui nécessitent des paiements à prix stables." + }, + "chainlink": { + "title": "Intégration de Chainlink et de Solana : Des Oracle Data rapides pour les meilleures applications DeFi", + "text": "Les contrats financiers sont des instruments basés sur des données qui réagissent aux événements du marché, tels que le changement de prix d'un actif sous-jacent. Les smart contracts en particulier, sont des produits financiers automatisés, ce qui signifie que les données déclenchent directement l'exécution et le règlement du contrat, par opposition à l'utilisation d'un intermédiaire humain." + }, + "popular": { + "title": "News", + "description": "Voici quelques sélections de ces derniers mois." + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "Vidéos en vedette", + "youtube": "YouTube", + "podcast": "Podcast" + } + }, + "blog": { + "hero": "Solana News", + "header": "Learn more about Solana’s technology, validators, integrations, and community.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "Tout afficher" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "YouTube", + "latest-episode": "Podcast" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "Ressources", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "Ressources", + "guides-title": "Guides", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "Construire maintenant", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "Ressources" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "Concentrez-vous sur votre projet,", + "focus-2": "et non votre infrastructure.", + "network": "Le réseau mondial distribué est spécifiquement construit pour s'adapter à la loi de Moore, sans sacrifier la décentralisation ou la sécurité pour prendre en charge des milliards d'utilisateurs et d'appareils.", + "language": "Utilisez votre langage de programmation.", + "vm": "Codez en Rust, C et C++. Des intégrations de machines virtuelles flexibles, et bien plus choses encore.", + "wait-times": "Évitez les longs délais pour vos utilisateurs.", + "fast": "Des vitesses fulgurantes et pas de mempool. 400 ms de durée de block et une finalité de moins d'une seconde. Web 3.0 avec la vitesse du Web 2.0.", + "scale": "Le capital reste efficace à mesure que l'écosystème se développe.", + "scale-context": "Solana évolue grâce à la Loi de Moore — il n'y a pas besoin d'intégrer des solutions de sharding ou de layer 2.", + "security": "Une sécurité de niveau d'entreprise.", + "audit": "Audité par une entreprise de sécurité du Fortune 500. Une immuabilité à toute épreuve à l'échelle mondiale." + }, + "pitch-2": { + "users": "Vos utilisateurs ne vont", + "users-notice": "pas le remarquer.", + "performance": "La performance de Solana est inégalée, et spécialement conçue pour les applications à haute fréquence et à grande échelle.", + "pmt": "Taille de block", + "validators": "Epoch actuel", + "blocktimes": "Block Time", + "tps": "Total des transactions" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "En savoir plus", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "Subventions", + "break": "Détruire Solana", + "media": "Media Kit", + "careers": "Carrières", + "disclaimer": "Avertissement", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "Get Connected", + "blog": "Blog", + "newsletter": "Newsletter" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "Rejoignez la communauté", + "discord": "Solana Discord Support", + "forums": "Forums Solana", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "Vidéos" + } + }, + "nav": { + "learn": { + "title": "Apprendre", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "Ressources", + "items": [ + { + "title": "Devenir un validateur", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "Communauté", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "News", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "Evénements", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "FAQ", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Solana Foundation" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "With support from" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Prizes", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "Avertissement", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Start building" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Start building" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "Télécharger" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "Évolutif", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/hi/common.json b/public/locales/hi/common.json new file mode 100644 index 000000000..e7a7fd717 --- /dev/null +++ b/public/locales/hi/common.json @@ -0,0 +1,1734 @@ +{ + "titles": { + "404": "404: नहीं मिला", + "validators": "सत्यापनकर्ता: नेटवर्क को सुरक्षित करने में मदद करें और एसओएल अर्जित करें", + "newsletter": "न्यूज़ लैटर", + "developers": "डेवलपर्स: सोलाना पर निर्माण के लिए संसाधन और जानकारी", + "community": "सोलाना समुदाय: हमारे पारिस्थितिकी तंत्र में शामिल हों", + "news": "Solana News", + "defi": "DeFi", + "events": "Events", + "dao": "DAOs and Governance" + }, + "404": { + "title": "उह ओह।", + "copy": "हम एक मुद्दे में भाग गया, लेकिन चिंता मत करो, हम इसे सुनिश्चित करने के लिए ध्यान रखना होगा ।", + "button": "Back to homepage" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "बही खाते को सुरक्षित करें।", + "earn": "एसओएल कमाओ।", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "एक सत्यापनकर्ता बनें", + "stakingnd": "स्टेकिंग और मान्यता", + "stake": "टोकन दांव और प्रसंस्करण और लेनदेन को मान्य करके पुरस्कार कमाते हैं। दूसरों की ओर से प्रत्यायोजित टोकन का प्रबंधन करके कमीशन अर्जित करें।", + "testnet": "टेस्टनेट प्रतियोगिता", + "build": "Earn tokens by running a node to help test new features and benchmark network performance.", + "ecosystem": "हमारे सत्यापनकर्ता से मिलें", + "participatetitle": "भाग लेने", + "register": "टीडीएस के लिए रजिस्टर करें", + "register-page": "अभी पंजीकरण करें", + "onsolana": "सोलाना पर मान्य", + "storage": "भंडारण खनन", + "disk": "सोलाना लेजर के डेटा को धारियों में स्टोर करने के लिए अतिरिक्त डिस्क स्पेस प्रदान करें। ऑटो-डेलीगेट ने एसओएल को कमाई के लिए सत्यापन ग्राहकों को दांव पर लगाने के लिए अर्जित किया।", + "become": "एक सत्यापनकर्ता बनें और टोकन प्राप्त करें।", + "existence": "सत्यापनकर्ताओं के बिना सोलाना क्लस्टर मौजूद नहीं हो सकता । खाता बही की अखंडता को बनाए रखने में मदद करें और ऐसा करते समय पुरस्कार अर्जित करें।", + "rewards": "प्रोटोकॉल आधारित पुरस्कार", + "issuances": "Issuances from a global, protocol-defined, inflation rate. These rewards are delivered on top of earnings from transaction fees.", + "fees": "लेन-देन शुल्क", + "feesdesc": "लेनदेन शुल्क बाजार आधारित पी 2 पी स्थानान्तरण हैं, जो राज्य निष्पादन के लिए नेटवर्क इंटरैक्शन से जुड़े हैं।", + "staking": "स्टेकिन", + "howstaking": "स्टेकर्स को बही-खाते को मान्य करने में मदद करने के लिए पुरस्कृत किया जाता है । वे अपनी हिस्सेदारी को सत्यापनकर्ता नोड्स को सौंपकर ऐसा करते हैं। वे सत्यापनकर्ता खाता-बही को फिर से खेलने का कानून कार्य करते हैं और प्रति-नोड वोट खाते में वोट भेजते हैं, जिसके लिए हितधारक अपना दांव सौंप सकते हैं । बाकी क्लस्टर उन स्टेक-भारित वोटों का उपयोग तब ब्लॉक का चयन करने के लिए करते हैं जब कांटे उठते हैं।", + "tps": "मार्च 2020 के बाद से संसाधित किए गए लेनदेन। दुनिया में सबसे तेज़ ब्लॉकचेन को मान्य करने में मदद करें", + "pert": "प्रति लेनदेन। एक सत्यापनकर्ता के रूप में लेनदेन शुल्क कैप्चर करें।", + "validators": "ग्लोबल सत्यापनकर्ता। अभिजात वर्ग नेटवर्क विशेषज्ञों की हमारी पलटन में शामिल हों ।", + "docs": "अधिक सीखने में रुचि रखते हैं? हमारे डॉक्स की जांच करें।", + "start-registration": "शुरू करने के लिए तैयार? नीचे दिए गए लिंक पर क्लिक करें।", + "howto": "Validating on Solana", + "header": "सत्यापनकर्ता पंजीकरण", + "info": "मुआवजा कानूनी कार्यवाही", + "items-one": "सोलाना क्लस्टर का समर्थन करने में आपकी रुचि के लिए धन्यवाद। नीचे मेननेट बीटा, टूर डे एसओएल, या नेटनेट क्लस्टर पर वैधता भागीदारी के लिए मुआवजा जारी करने के लिए आवश्यक कानूनी कार्यवाही से संबंधित जानकारी नीचे दी गई है।", + "items-two": "नीचे पासबसे के माध्यम से पूर्ण पहचान सत्यापन।", + "items-three": "डॉक्यूमेंटसाइन के माध्यम से यूनिवर्सल वैलिडेटर मुआवजा दस्तावेज़ पर हस्ताक्षर करें।", + "same-email": "कृपया पासबेस पहचान सत्यापन और डॉक्यूमेंट दोनों के लिए एक ही ईमेल का उपयोग करें।", + "run": "नोड चलाएं", + "discuss": "अन्य सत्यापनकर्ताओं और सोलाना टीम के साथ चर्चा करें।", + "progress": "नोड चलाने के लिए तैयार नहीं? सोलाना की प्रगति के साथ अद्यतन रखना चाहते हैं", + "step1": "चरण 1. रजिस्टर", + "process": "पंजीकरण के लिए ऊपर दिए गए लिंक में उल्लिखित चार चरण प्रक्रिया का पालन करें, केवाईसी / एएमएल, भागीदारी समझौता, और डिस्कबोर्ड ऑनबोर्डिंग।", + "both-register": "इन चरणों को पूरा करना आपको सोलाना के टूर डी सोल और मेननेट बीटा नेटवर्क पर मान्य करने के लिए पंजीकृत करेगा।", + "before": "मेननेट पर जाने से पहले, सत्यापनकर्ताओं को हमारे प्रोत्साहन टेस्टनेट के कम से कम एक \"चरण\" में सफलतापूर्वक भाग लेना चाहिए: Tour de SOL। ।", + "stages": "चरणों ने मासिक बंद कर दिया; पंजीकरण के बाद नवीनतम चरण की जानकारी (मुआवजे, बग बाउंटी आदि के बारे में विवरण सहित) के लिए यहां देखें।", + "inflationary": "जब तक मुद्रास्फीति पुरस्कारों को सक्षम नहीं किया जाता है, सत्यापनकर्ताओं को सोलाना फाउंडेशन द्वारा उनकी सेवाओं के लिए सीधे मुआवजा दिया जाता है।", + "successful": "टूर डे एसओएल के एक चरण में सफलतापूर्वक भाग लेने के बाद, आप मेननेट बीटा को ऑनबोर्ड करने के लिए पात्र होंगे।", + "us": "अमेरिकी व्यक्तियों और संस्थाओं को वर्तमान में भाग लेने से प्रतिबंधित किया गया है", + "step2": "चरण 2. टूर डे एसओएल में भाग लें", + "step3": "चरण 3. मेननेट बीटा में शामिल हों", + "anyone": "कोई भी सोलाना के अनुमति रहित टेस्टनेट और मेननेट बीटा नेटवर्क पर सत्यापनकर्ता नोड चला सकता है!", + "getstarted": "आरंभ करने के लिए, हमारे डॉक्स को देखें तकनीकी आवश्यकताओं और अपना नोड शुरू करने के लिए चरण। ।", + "activecomm": "हमारे पास हमारे Discord सर्वर पर सत्यापनकर्ताओं का एक बहुत सक्रिय समुदाय है। तकनीकी सहायता प्राप्त करने और प्रश्न पूछने के लिए यह सबसे अच्छी जगह है।", + "permissionless": "सोलाना के नेटवर्क अनुमतिहीन हैं और इसलिए कोई भी किसी भी समय एक मान्य नोड चलाना शुरू कर सकता है। पंजीकरण और केवाईसी की आवश्यकता तब तक होती है जब तक महंगाई और नेटवर्क पुरस्कार सक्षम किए जा सकें। कृपया ध्यान दें कि अमेरिकी संस्थाएं और व्यक्ति इस समय मुआवजा प्राप्त करने के लिए पात्र नहीं हैं।", + "participate-2": "टूर डे एसओएल में भाग लेने के लिए वैध मुआवजे के पात्र हैं", + "registration": { + "head": "मुआवजा पंजीकरण प्रक्रिया", + "steps": "नीचे दिए गए चरणों को पूरा करने के लिए सोलन टेस्टनेट और फिर मेननेट बीटा नेटवर्क पर सत्यापन सेवाओं के लिए टोकन मुआवजे के लिए पात्र होना चाहिए।\n\n संपर्क करें", + "no-u": "सोलाना के नेटवर्क अनुमतिहीन हैं और इसलिए कोई भी किसी भी समय एक मान्य नोड चलाना शुरू कर सकता है। पंजीकरण और केवाईसी की आवश्यकता तब तक होती है जब तक महंगाई और नेटवर्क पुरस्कार सक्षम किए जा सकें। कृपया ध्यान दें कि अमेरिकी संस्थाएं और व्यक्ति इस समय मुआवजा प्राप्त करने के लिए पात्र नहीं हैं।", + "registration": "पंजीकरण", + "form": "टूर डी एसओएल (टीडीएस) पंजीकरण फॉर्म", + "keybase": "हमें अब प्रतिभागियों को अपने Keybase खाते के साथ सार्वजनिक कुंजी को जोड़ने की आवश्यकता नहीं है", + "req": "TdS के कम से कम एक चरण में पंजीकरण और सफल भागीदारी मेननेट बीटा पर मुआवजे के योग्य बनने से पहले एक आवश्यकता है", + "more": "Tour de SOL पर अधिक जानकारी यहां पर", + "kyc": "केवाईसी / एएमएल (पासबेस के माध्यम से)", + "before": "यदि आपने SLP या TdS के लिए पहले केवाईसी / एएमएल को एक ही इकाई / कॉइनलिस्ट या पासबेस पर किसी व्यक्ति के साथ पूरा कर लिया है, तो आपको फिर से इसके माध्यम से जाने की आवश्यकता नहीं होगी।", + "no-us": "हम केवाईसी या मुआवजे के लिए अमेरिकी संस्थाओं या व्यक्तियों को स्वीकार नहीं कर सकते", + "participation": "पूर्ण भागीदारी समझौता", + "same-email": "कृपया उसी ईमेल पते का उपयोग करें जो पास आधार पहचान सत्यापन के लिए उपयोग किया जाता है", + "discord": "हमारे Discord में शामिल हों", + "discord-desc": "सभी सत्यापनकर्ताओं के लिए आवश्यकता, क्योंकि यह तकनीकी चर्चा, नेटवर्क घोषणाओं और उन्नयन, आदि के लिए हमारा प्राथमिक संचार चैनल है" + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "प्रोटोकॉल आधारित पुरस्कार", + "protocol-text": "Issuances from a global, protocol-defined, inflation rate. These rewards are delivered on top of earnings from transaction fees.", + "staking-header": "स्टेकिन", + "staking-text": "स्टेकर्स को बही-खाते को मान्य करने में मदद करने के लिए पुरस्कृत किया जाता है । वे अपनी हिस्सेदारी को सत्यापनकर्ता नोड्स को सौंपकर ऐसा करते हैं। वे सत्यापनकर्ता खाता-बही को फिर से खेलने का कानून कार्य करते हैं और प्रति-नोड वोट खाते में वोट भेजते हैं, जिसके लिए हितधारक अपना दांव सौंप सकते हैं । बाकी क्लस्टर उन स्टेक-भारित वोटों का उपयोग तब ब्लॉक का चयन करने के लिए करते हैं जब कांटे उठते हैं।", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "डॉक्स पर जाएं", + "visitf": "मंचों पर जाएं", + "forum": "फोरम पर चर्चा", + "chat": "चैट समर्थन प्राप्त करें", + "updated": "सोलाना की प्रगति के साथ अद्यतन रखना चाहते हैं", + "build": "अभी निर्माण करें", + "contact": "संपर्क करें", + "learn": "अधिक जानिए", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "अभी ग्राहक बनें", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "सोलाना न्यूजलेटर पर साइन अप करें", + "spam": "हम वादा करते हैं कि हम आपको स्पैम नहीं करेंगे।", + "informed": "सूचित रहें" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "डेवलपर्स" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Solana Season", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Solana Community", + "featcontent": "विशेष रुप से प्रदर्शित सामग्री", + "header": "The Solana community is a globally distributed home to developers, token holders, validators, and members supporting the protocol.", + "info": "Listen to the podcast", + "podcast": "पॉडकास्ट पर जाएं", + "learn": "Learn in depth", + "blog": "Visit Blog", + "apply": "अब आवेदन करें", + "collective": "Support the Solana core team through community and marketing initiatives while accumulating rewards.", + "socials": { + "hero": "Wayfinding", + "hero-old": "Join the crypto revolution", + "subheader": "The following are our most frequented and updated communication channels. You name it, we’ve got it!", + "telegram": "टेलीग्राम", + "approx-members": "~ {number} सदस्य", + "gt-members": "~ {number} सदस्य", + "announcements": "घोषणाओं", + "discord": "डिस्कऑर्ड", + "engineering": "इंजीनियरिंग", + "twitter": "ट्विटर", + "approx-followers": "~ {number} अनुयायी", + "medium": "News", + "approx-write-ups": "~ {number} लेखन-अप", + "blogposts": "ब्लॉग पोस्ट", + "github": "गिटहब", + "vk": "वीके", + "vk-subscribers": "~ {number} अनुयायी", + "weibo": "वीबो", + "weibo-subscribers": "> {number} ग्राहक", + "twitter-jp": "ट्विटर जापान", + "twitter-jp-subscribers": "> {number} सदस्य", + "forum": "सोलाना फोरम", + "forum-subscribers": "> {number} पोस्ट", + "gt-stars": "> {number} सितारे", + "youtube": "यूट्यूब", + "gt-subscribers": "> {number} ग्राहक", + "yt-subscribers": "K subscribers", + "videos": "वीडियो", + "email": "ईमेल", + "oneonone": "1:1", + "reddit": "रेडिट", + "discussions": "चर्चा", + "meetup": "मीटअप", + "meetings": "बैठकों" + }, + "articles": { + "latest": "नवीनतम कहानियां", + "description": "यहां है कि हम क्या हाल ही में किया गया है ।", + "view": "सभी देखें" + }, + "jill": { + "title": "जिल कार्लसन-स्लो वेंचर्स में पार्टनर/ओपन मनी इनिशिएटिव के सह-संस्थापक", + "text": "हम कोई Sharding, सोलाना पॉडकास्ट के प्रकरण #15 के लिए जिल कार्लसन की मेजबानी एक विस्फोट किया था । इस प्रकरण के लिए हम एक अलग दृष्टिकोण लिया.. ।" + }, + "cluster-launch": { + "title": "SLP1 क्लस्टर लॉन्च", + "text": "हम अपने \"सॉफ्ट लॉन्च\" क्लस्टर के सफल प्रक्षेपण की घोषणा करने के लिए उत्साहित हैं। विकास और साझेदार एकीकरण के लिए एक प्रोत्साहन क्लस्टर। यह क्लस्टर समानांतर और टूर डी एसओएल (टीडीएस) के लिए अलग से चलेगा।" + }, + "solana2019": { + "title": "2019 में सोलाना: विकास, विकास, और मेननेट के लिए सड़क", + "text": "यह एक साल का एक नरक हो गया है । जैसा कि हम अगले दशक के लिए तैयार करते हैं, हम 2019 में की गई अद्भुत प्रगति सोलाना को फिर से बताना चाहते हैं। गहन से, मल्टीकॉइन कैपिटल के नेतृत्व में हमारे $ 20m बढ़ाने की घोषणा करने के लिए बुनियादी ढांचे के काम के नीचे सिर...\n\nसंदर्भप्राप्त" + }, + "brendan": { + "title": "ब्रेंडन Eich-सह संस्थापक/सीईओ ब्रैव सॉफ्टवेयर और अटेनसेन टोकन\n\nसंदर्भप्राप्त", + "text": "ब्रेंडन अपनी पृष्ठभूमि (जावास्क्रिप्ट निर्माता और मोजिला सह-संस्थापक) के बारे में संक्षेप में बात करते हैं और फिर सही तरीके से कूदता है...\n\nसंदर्भप्राप्त" + }, + "sam": { + "title": "सैम बैंकमैन-फ्राइड -सीरम के सह-संस्थापक, एफटीएक्स के सीईओ", + "text": "प्रोजेक्ट सीरम के आधिकारिक रूप से घोषित किए जाने के एक दिन बाद, अनातोली और सैम क्रिप्टो, डेफी के भविष्य में वर्तमान कारोबारी माहौल पर चर्चा करने के लिए बैठ गए, और उच्च गति, गैर-कस्टोडियल सभ्य के आसपास अतिरिक्त विवरण प्रदान करने के लिए..." + }, + "dieter": { + "title": "डाइटर शर्ली - डैपर लैब्स के सीटीओ, फ्लो के लीड आर्किटेक्ट", + "text": "कोई शेयरिंग पॉडकास्ट का नाम नहीं है, और यह ठीक है कि यह एपिसोड क्या है। क्रिप्टो किटीज़ डिज़ाइन करने वाली इंजीनियरिंग टीम के विकास के प्रवाह से लेकर, डाइटर को L1 और L2 दोनों में व्यापक अनुभव है..." + }, + "rodolfo": { + "title": "रोडोल्फो गोंजालेज - फाउंडेशन कैपिटल में पार्टनर", + "text": "यह प्रकरण उद्यम पूंजी के बारे में है। रोडोल्फो गोंजालेस फाउंडेशन कैपिटल, एक उद्यम पूंजी फर्म में एक भागीदार है जो ऐसे व्यक्तियों को पीछे छोड़ देता है जो किसी तरह से परिवर्तनकारी व्यवसाय का उपयोग करके दुनिया को किसी तरह से आगे बढ़ाना चाहते हैं..." + }, + "royandreisen": { + "title": "मेहेर रॉय और रीसेन-कोरस वन ईपी #14 के सह-संस्थापक", + "text": "कोरस वन आपकी क्रिप्टो होल्डिंग्स को सुरक्षित रूप से बढ़ाने में मदद करने के लिए बुनियादी ढांचे का संचालन कर रहा है। मेहेर" + }, + "sunnya": { + "title": "सनी अग्रवाल - टेंडरमिंट/कॉस्मोस में कोर डेवलपर", + "text": "यह प्रकरण सभी सत्यापनकर्ताओं के बारे में है। क्या आप नोड चलाने और सत्यापनकर्ता बनने के तरीके के बारे में अधिक जानने में रुचि रखते हैं" + }, + "defi": { + "title": "एफटीएक्स, एव, बैलेंसर, कर्व, गौंटलेट, और सोलाना के साथ डीप डाइव इनटू डेफाई", + "text": "यह द सोलाना पॉडकास्ट का एक विशेष एपिसोड है - हमने सोलाना वर्महोल हैकथॉन के लिए हाल ही में एक पैनल लिया और आपके लिए ऑडियो प्रारूप में परिवर्तित किया! उद्योग के नेताओं के साथ डेफी सभी चीजों में इस गहरे गोता का आनंद लें।" + }, + "tds-week-2": { + "title": "टूर डी सोल - सप्ताह 2 संक्षिप्त", + "text": "टूर डी सोल के दौरान हमारी प्रगति पर पीछा कर रहे सभी लोगों के लिए वापस आपका स्वागत है" + }, + "tds-week-1": { + "title": "टूर डी सोल - सप्ताह 1 संक्षिप्त", + "text": "हम आधिकारिक तौर पर टूर डी सोल (TdS) के चरण 1 में एक सप्ताह रहे हैं, और क्या एक सप्ताह यह किया गया है । हमारा लक्ष्य हमारे परीक्षण के लिए तनाव शुरू करने के लिए किया गया था.. ।" + }, + "serum": { + "title": "एफटीएक्स सीरम के लिए सोलाना चुनता है: एक हाई-स्पीड, नॉन-कस्टोडियल डिसेंट्रलाइज्ड डेरिवेटिव्स एक्सचेंज", + "text": "एफटीएक्स और अल्मेडा रिसर्च ने सीरम फाउंडेशन बनाया और सीरम की घोषणा की, एक नया उच्च गति, गैर-कस्टोडियल डेक्स जो सोलाना पर बनाया गया है। आप श्वेत पत्र में सीरम के बारे में और ब्लॉक पर इस व्यापक लेखन में अधिक जान सकते हैं।" + }, + "arweave": { + "title": "सोलाना अरव्वे इंटरऑपरेबिलिटी हैक की घोषणा", + "text": "आज सोलाना अरवेव के साथ सहयोग की घोषणा करने के लिए उत्साहित है। हम दोनों डेवलपर्स को सोलाना और अरवेव परियोजनाओं के बीच एक पुल बनाने के लिए बुला रहे हैं। यह इनाम अब Gitcoin पर लाइव है और इसमें 15,000 DAI इनाम शामिल है। आप यहाँ इनाम के दायरे और नियमों के बारे में अधिक जान सकते हैं!" + }, + "tdsstage1": { + "title": "टूर डे एसओएल स्टेज 1 विवरण", + "text": "हम 3 घटनाओं से टूर डी एसओएल (टीडीएस) को प्रोत्साहित और अनुसूचित घटनाओं की चल रही श्रृंखला में संशोधित कर रहे हैं" + }, + "coinlist": { + "title": "सोलाना ने बेची गई कॉइनलिस्ट नीलामी में १, ७६०, ००० जुटाए", + "text": "23 मार्च को 10 बजे पीएसटी हमारी कॉइनलिस्ट नीलामी लाइव हो गई । डच नीलामी ने 6 घंटे में 8 मिलियन उपलब्ध एसओएल टोकन बेचे। हम इस नीलामी के लिए भारी सकारात्मक प्रतिक्रिया के लिए हमारे समुदाय का शुक्रिया अदा करना चाहता हूं, वर्तमान दुनिया की स्थिति के बावजूद ।" + }, + "terra": { + "title": "सोलाना पार्टनर्स टेरा के साथ एक कम विलंबता टोकन ब्रिज बनाने के लिए, सोलाना पारिस्थितिकी तंत्र में स्टेबलकॉइन लाने के लिए", + "text": "एक साथ हम एक नया हाई-स्पीड टोकन ब्रिज बना रहे हैं जो सोलाना के डैप पारिस्थितिकी तंत्र में टेरा स्टेबलकॉइन के हस्तांतरण की सुविधा प्रदान करता है। टेरा के टोकन सोलाना नेटवर्क पर पहली स्थिर कून होंगे। हमारे नेटवर्क पर स्थिर सिक्कों को लाकर, हमारा उद्देश्य डेवलपर्स के लिए डिजाइन स्थान का नाटकीय रूप से विस्तार करना है, जो उपन्यास अनुप्रयोगों का दरवाजा खोलता है जिन्हें मूल्य-स्थिर भुगतान की आवश्यकता होती है।" + }, + "chainlink": { + "title": "चेनलिंक और सोलाना इंटीग्रेशन: बेहतर डीएफआई अनुप्रयोगों के लिए हाई-स्पीड प्राइस ओरेकल डेटा", + "text": "वित्तीय अनुबंध डेटा-चालित उपकरण हैं जो बाजार की घटनाओं पर प्रतिक्रिया करते हैं, जैसे कि अंतर्निहित परिसंपत्ति की कीमत परिवर्तन। स्मार्ट अनुबंध, विशेष रूप से, स्वचालित वित्तीय उत्पाद हैं, जिसका अर्थ है कि डेटा सीधे एक मानव मध्यस्थ को नियोजित करने के विपरीत अनुबंध के निष्पादन और निपटान को ट्रिगर करता है।" + }, + "popular": { + "title": "News", + "description": "यहाँ पिछले कुछ महीनों से कुछ चयन हैं।" + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "विशेष रुप से प्रदर्शित वीडियोज़", + "youtube": "यूट्यूब", + "podcast": "पॉडकास्ट" + } + }, + "blog": { + "hero": "Solana News", + "header": "Learn more about Solana’s technology, validators, integrations, and community.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "सभी देखें" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "यूट्यूब", + "latest-episode": "पॉडकास्ट" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "Resources", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "Resources", + "guides-title": "मार्गदर्शन", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "अभी निर्माण करें", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "Resources" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "अपने व्यवसाय पर ध्यान केंद्रित करें,", + "focus-2": "आपका बुनियादी ढांचा नहीं।", + "network": "वैश्विक, वितरित नेटवर्क विशेष रूप से मूर के कानून के साथ पैमाने पर बनाया गया है, विकेंद्रीकरण या सुरक्षा त्याग के बिना अरबों में उपयोगकर्ताओं और उपकरणों का समर्थन करने के लिए ।", + "language": "अपनी भाषा में कोड।", + "vm": "Code in Rust, C, and C++. Flexible virtual machine integrations, with more on the way.", + "wait-times": "अपने उपयोगकर्ताओं के लिए लंबे समय तक प्रतीक्षा समय से बचें!", + "fast": "तेज गति और कोई मेमपूल प्रज्वलन। 400ms ब्लॉकटाइम और उप-दूसरा फाइनल। वेब 3.0 वेब 2.0 स्पीड के साथ।", + "scale": "इकोसिस्टम के बढ़ने के साथ पूंजी कुशल।", + "scale-context": "Solana scales thanks to Moore’s Law — there's no need to integrate with multiple shards or layer 2 solutions.", + "security": "एंटरप्राइज ग्रेड सुरक्षा।", + "audit": "एक फॉर्च्यून ५००-पसंदीदा सुरक्षा फर्म द्वारा लेखा परीक्षा । वैश्विक स्तर के लिए लोहे से ढकी अपरिवर्तनीयता ।" + }, + "pitch-2": { + "users": "आपके उपयोगकर्ता करेंगे", + "users-notice": "कभी नोटिस भी नहीं।", + "performance": "सोलाना का प्रदर्शन अद्वितीय है, और विशेष रूप से उच्च आवृत्ति और बड़े पैमाने पर अनुप्रयोगों के लिए बनाया गया है।", + "pmt": "ब्लॉक ऊंचाई", + "validators": "वर्तमान अवधि", + "blocktimes": "ब्लॉक समय", + "tps": "कुल लेन-देन" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "अधिक जानें", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "अनुदान", + "break": "सोलाना को तोड़ो", + "media": "Media Kit", + "careers": "करियर", + "disclaimer": "अस्वीकरण", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "Get Connected", + "blog": "Blog", + "newsletter": "न्यूज़ लैटर" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "समुदाय में शामिल हों", + "discord": "Solana Discord Support", + "forums": "सोलाना फोरम", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "वीडियो" + } + }, + "nav": { + "learn": { + "title": "Learn", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "एक सत्यापनकर्ता बनें", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "समुदाय", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "News", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "Events", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "FAQ", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Solana Foundation" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "With support from" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Prizes", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "अस्वीकरण", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Start building" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Start building" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "डाउनलोड" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "स्केलेबल", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/id/common.json b/public/locales/id/common.json new file mode 100644 index 000000000..426147d89 --- /dev/null +++ b/public/locales/id/common.json @@ -0,0 +1,1734 @@ +{ + "titles": { + "404": "404: Not Found", + "validators": "Validator: Mari Bantu Amankan Jaringan dan Dapatkan SOL", + "newsletter": "Surat Berita", + "developers": "Developer: Sumber Daya dan Informasi untuk Membangun di Solana", + "community": "Komunitas Solana: Bergabunglah dengan ekosistem kami", + "news": "Solana berita", + "defi": "DeFi", + "events": "Acara", + "dao": "DAOs and Governance" + }, + "404": { + "title": "Uh Oh.", + "copy": "Kami mengalami masalah, tetapi jangan khawatir, kami pasti akan menanganinya.", + "button": "Kembali kepada keamanan" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "Amankan ledger.", + "earn": "Dapatkan SOL.", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "Menjadi Validator", + "stakingnd": "Staking & Validasi", + "stake": "Stake token dan dapatkan hadiah dengan memproses dan memvalidasi transaksi. Dapatkan komisi dengan mengelola token yang didelegasikan atas nama orang lain.", + "testnet": "Kompetisi Testnet", + "build": "Hasilkan token dengan menjalankan node untuk membantu menguji fitur baru dan benchmark kinerja jaringan.", + "ecosystem": "Bertemu Validator Kami", + "participatetitle": "Berpartisipasi", + "register": "Daftar untuk TdS", + "register-page": "Daftar Sekarang", + "onsolana": "Validasi di Solana", + "storage": "Penyimpanan Penambangan", + "disk": "Berikan ruang disk berlebih untuk menyimpan data ledger Solana dalam garis-garis. Delegasi otomatis mendapatkan SOL untuk mempertaruhkan validasi klien untuk menambah penghasilan.", + "become": "Jadilah validator dan dapatkan token.", + "existence": "Tanpa validator, cluster Solana tidak akan ada. Bantu menjaga integritas ledger dan dapatkan imbalan saat melakukannya.", + "rewards": "Imbalan Berbasis Protokol", + "issuances": "Penerbitan dari tingkat inflasi global yang ditentukan oleh protokol. Imbalan ini diberikan di atas penghasilan dari biaya transaksi.", + "fees": "Biaya transaksi", + "feesdesc": "Biaya transaksi merupakan transfer p2p berbasis market yang dilampirkan ke interaksi jaringan untuk status eksekusi.", + "staking": "Staking", + "howstaking": "Staker dihargai karena membantu memvalidasi buku besar. Mereka melakukan ini dengan mendelegasikan pasak mereka ke node validator. Validator tersebut melakukan kerja keras untuk memutar ulang ledger dan mengirim suara ke akun suara per-node yang dapat didelegasikan oleh para staker. Sisa cluster menggunakan suara tertimbang pasak untuk memilih blok ketika cabang muncul.", + "tps": "pemrosesan transaksi dalam hitungan detik sejak bulan Maret 2020. Membantu memvalidasi Solana sebagai blockchain tercepat di dunia.", + "pert": "per transaksi. Abadikan biaya transaksi sebagai validator.", + "validators": "Validator Global. Bergabunglah dengan kelompok ahli jaringan elit kami.", + "docs": "Tertarik untuk belajar lebih banyak? Lihat dokumen kami.", + "start-registration": "Siap untuk memulai? Klik link di bawah ini.", + "howto": "Validating on Solana", + "header": "Mendaftar Validator", + "info": "Proses Hukum Kompensasi", + "items-one": "Terima kasih atas minat Anda untuk mendukung cluster Solana. Di bawah ini adalah informasi terkait proses hukum yang diperlukan guna mengeluarkan kompensasi untuk partisipasi validator pada cluster Mainnet Beta, Tour de SOL, atau Testnet.", + "items-two": "Lengkapi verifikasi identitas melalui Passbase di bawah ini.", + "items-three": "Tandatangani dokumen kompensasi Validator universal melalui DocuSign.", + "same-email": "Harap gunakan email yang sama untuk verifikasi identitas Passbase dan DocuSign.", + "run": "Jalankan Node", + "discuss": "Diskusikan dengan validator lain dan tim Solana.", + "progress": "Belum siap menjalankan node? Ingin terus diperbarui dengan perkembangan Solana?", + "step1": "Langkah 1. Mendaftar", + "process": "Ikuti empat langkahyang diuraikan dalam link di atas untuk pendaftaran, KYC/AML, perjanjian partisipasi, dan onboarding di Discord.", + "both-register": "Menyelesaikan langkah-langkah ini akan membuat Anda terdaftar guna melakukan validasi di jaringan Tour de SOL dan Mainnet Beta Solana.", + "before": "Sebelum melakukan onboarding ke Mainnet, validator harus berhasil berpartisipasi dalam setidaknya satu \"tahap\" dari testnet kami yang diberi insentif: Tour de SOL.", + "stages": "Tahapam dimulai setiap bulan; setelah pendaftaran lihat di sini untuk informasi tahap terbaru (termasuk detail mengenai kompensasi, hadiah bug, dll).", + "inflationary": "Hingga hadiah inflasi diaktifkan, validator secara langsung diberi kompensasi atas layanan mereka oleh Solana Foundation.", + "successful": "Setelah berhasil berpartisipasi dalam tahap Tour de SOL, Anda akan memenuhi syarat untuk bergabung ke Mainnet Beta.", + "us": "Individu dan entitas A.S. saat ini DIKECUALIKAN dari partisipasi", + "step2": "Langkah 2. Berpartisipasi dalam Tour de SOL", + "step3": "Langkah 3. Bergabung dengan Mainnet Beta", + "anyone": "Siapa pun dapat menjalankan node validator di jaringan testnet dan Mainnet Beta publik Solana!", + "getstarted": "Untuk memulai, lihat dokumen mengenai persyaratan teknis kami dan langkah-langkah untuk memulai node Anda sendiri. ", + "activecomm": "Kami memiliki komunitas validator yang sangat aktif di server Discord kami. Di sini adalah tempat terbaik untuk mendapatkan dukungan mengenai teknis dan mengajukan pertanyaan.", + "permissionless": "Jaringan Solana bersifat publik dan oleh karena itu siapa pun dapat mulai menjalankan node validator kapan saja. Pendaftaran dan KYC hanya diperlukan untuk menerima kompensasi dari Solana Foundation. Harap perhatikan bahwa entitas dan individu AS tidak memenuhi syarat untuk menerima kompensasi saat ini.", + "participate-2": "Berpartisipasilah dalam Tour de SOL agar memenuhi syarat untuk mendapatkan kompensasi Validator", + "registration": { + "head": "Proses Pendaftaran Kompensasi", + "steps": "Selesaikan langkah-langkah di bawah ini agar memenuhi syarat untuk mendapatkan kompensasi token untuk layanan validasi di jaringan Solana Testnet dan Mainnet Beta.", + "no-u": "Jaringan Solana bersifat publik dan oleh karena itu siapa pun dapat mulai menjalankan node validator kapan saja. Pendaftaran dan KYC hanya diperlukan untuk menerima kompensasi dari Solana Foundation. Harap perhatikan bahwa entitas dan individu AS tidak memenuhi syarat untuk menerima kompensasi saat ini.", + "registration": "Pendaftaran", + "form": "Formulir Pendaftaran Tour de SOL (TdS)", + "keybase": "Kami tidak lagi meminta peserta untuk menautkan Kunci Publik mereka dengan akun Keybase mereka", + "req": "Pendaftaran dan partisipasi dalam setidaknya satu tahap TdS adalah persyaratan sebelum melakukan onboarding ke Mainnet Beta", + "more": "Info lebih lanjut mengenai Tour de SOL di sini", + "kyc": "KYC/AML (melalui Passbase)", + "before": "Jika Anda telah menyelesaikan KYC/AML sebelumnya untuk SLP atau TdS dengan entitas/individu yang sama di Coinlist atau Passbase, maka Anda tidak perlu mengulanginya lagi.", + "no-us": "Kami tidak dapat menerima entitas atau individu AS untuk KYC atau kompensasi", + "participation": "Lengkapi Perjanjian Partisipasi", + "same-email": "Harap gunakan alamat email yang sama seperti yang digunakan untuk verifikasi identitas Passbase", + "discord": "Bergabung dengan Discord Kami", + "discord-desc": "Wajib untuk semua validator, karena discord merupakan chanel komunikasi utama kami untuk diskusi persoalan teknis, pengumuman dan peningkatan jaringan, dll" + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "Imbalan Berbasis Protokol", + "protocol-text": "Penerbitan dari tingkat inflasi global yang ditentukan oleh protokol. Imbalan ini diberikan di atas penghasilan dari biaya transaksi.", + "staking-header": "Staking", + "staking-text": "Staker dihargai karena membantu memvalidasi buku besar. Mereka melakukan ini dengan mendelegasikan pasak mereka ke node validator. Validator tersebut melakukan kerja keras untuk memutar ulang ledger dan mengirim suara ke akun suara per-node yang dapat didelegasikan oleh para staker. Sisa cluster menggunakan suara tertimbang pasak untuk memilih blok ketika cabang muncul.", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "Buka Documents", + "visitf": "Kunjungi Forum", + "forum": "Diskusikan didalam Forum", + "chat": "Dapatkan Dukungan Obrolan", + "updated": "Ingin terus diperbarui dengan perkembangan Solana?", + "build": "Bangun Sekarang", + "contact": "Hubungi Kami", + "learn": "Belajar lebih banyak", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "Berlangganan Sekarang", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "Mendaftar untuk Berita Solana", + "spam": "Kami berjanji kami tidak akan mengirim spam kepada Anda.", + "informed": "Tetap Diinformasikan" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "Pengembang" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Season Solana", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Bergabung dengan Revolusi Crypto", + "featcontent": "Konten Utama", + "header": "Komunitas Solana didistribusikan secara global dan menjadi rumah bagi developer, token holder, validator, dan siapa pun yang tertarik untuk mendukung protokol.", + "info": "Dengar dari CEO", + "podcast": "Pergi ke Podcast", + "learn": "Belajar di Kedalaman", + "blog": "Pergi ke Blog", + "apply": "Ajukan Sekarang", + "collective": "Berpartisipasilah dengan tim inti Solana melalui komunitas dan inisiatif pemasaran sambil mengumpulkan hadiah.", + "socials": { + "hero": "Pencarian Komunitas", + "hero-old": "Join the crypto revolution", + "subheader": "Sebut saja, kami mengerti. Berikut ini adalah saluran komunikasi kami yang paling sering dikunjungi dan diperbarui.", + "telegram": "Telegram", + "approx-members": "anggota", + "gt-members": " anggota", + "announcements": "Pengumuman", + "discord": "Discord", + "engineering": "Teknik", + "twitter": "Twitter", + "approx-followers": "pengikut", + "medium": "Dapatkan info terbaru tentang semua berita terbaru", + "approx-write-ups": "laporan", + "blogposts": "Blog Posts", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "pengikut", + "weibo": "Weibo", + "weibo-subscribers": "subscribers", + "twitter-jp": "Twitter Jepang", + "twitter-jp-subscribers": " anggota", + "forum": "Forum Solana", + "forum-subscribers": " posting", + "gt-stars": " bintang", + "youtube": "YouTube", + "gt-subscribers": "subscribers", + "yt-subscribers": "K subscribers", + "videos": "Video", + "email": "Email", + "oneonone": "1:1", + "reddit": "Reddit", + "discussions": "Diskusi", + "meetup": "Meetup", + "meetings": "Rapat" + }, + "articles": { + "latest": "Cerita Terbaru", + "description": "Inilah yang baru-baru ini kami lakukan.", + "view": "Lihat semua" + }, + "jill": { + "title": "Jill Carlson - Mitra di Slow Ventures / Co-Founder dari The Open Money Initiative", + "text": "Kami memiliki ledakan hosting Jill Carlson untuk episode # 15 dari No Sharding, The Solana Podcast. Untuk episode ini kami mengambil pendekatan yang berbeda..." + }, + "cluster-launch": { + "title": "Peluncuran Cluster SLP1", + "text": "Kami senang mengumumkan peluncuran yang sukses dari gugus \"Peluncuran Lunak\" kami. Gugus yang diberi insentif untuk pengembangan dan integrasi mitra. Gugus ini akan berjalan secara paralel dan terpisah ke Tour de SOL (TdS)." + }, + "solana2019": { + "title": "Solana pada 2019: Pertumbuhan, Pengembangan, dan Menuju pada Mainnet", + "text": "Ini tahun yang luar biasa. Saat kami bersiap untuk dekade berikutnya, kami ingin merangkum kemajuan luar biasa yang dibuat Solana pada tahun 2019. Dari intensif, pekerjaan infrastruktur yang sedang berlangsung hingga mengumumkan pengumpulan $ 20 juta kami yang dipimpin oleh Multicoin Capital..." + }, + "brendan": { + "title": "Brendan Eich - Co-founder / CEO Brave Software dan Attention Token", + "text": "Brendan berbicara singkat tentang latar belakangnya (pencipta Javascript & co-founder Mozilla) dan kemudian melompat langsung ke..." + }, + "sam": { + "title": "Sam Bankman-Fried - CEO FTX, Co-founder Serum", + "text": "Sehari setelah Project Serum secara resmi diumumkan, Anatoly dan Sam duduk bersama untuk membahas lingkungan trading saat ini di dunia crypto, masa depan DeFi, dan untuk memberikan detail tambahan seputar kelayakan non-kustodial..." + }, + "dieter": { + "title": "Dieter Shirley - CTO dari Dapper Labs, Arsitek Utama Flow", + "text": "No Sharding adalah nama podcast ini, dan hal itu adalah yang tepatnya akan kita bahas di episode ini. Dari mengembangkan flow hingga memimpin tim teknisi yang merancang Crypto Kitties, Dieter memiliki pengalaman luas di L1 dan L2..." + }, + "rodolfo": { + "title": "Rodolfo Gonzalez - Partner di Foundation Capital", + "text": "Episode ini membahas tentang venture capital. Rodolfo Gonzales adalah partner di Foundation Capital, sebuah firma venture capital yang mendukung individu yang ingin memajukan dunia dengan caranya, menggunakan bisnis transformatif sebagai..." + }, + "royandreisen": { + "title": "Meher Roy & Reisen - Pendiri Chorus One Ep # 14", + "text": "Chorus One adalah infrastruktur operasi untuk membantu Anda meningkatkan kepemilikan crypto Anda secara aman. Meher..." + }, + "sunnya": { + "title": "Sunny Aggarwal - Pengembang Inti di Tendermint / Cosmos", + "text": "Episode ini adalah tentang Validator. Apakah Anda tertarik mempelajari lebih lanjut tentang cara menjalankan node dan menjadi validator?" + }, + "defi": { + "title": "Pembahasan Mendalam Mengenai DeFi Dengan FTX, Aave, Balancer, Curve, Gauntlet, dan Solana", + "text": "Ini adalah episode khusus Solana Podcast - kami mengambil panel terbaru untuk Solana Wormhole Hackathon dan mengubahnya menjadi format audio untuk Anda! Nikmati pembahasan mendalam tentang semua hal DeFi bersama para pemimpin industri." + }, + "tds-week-2": { + "title": "Tour de SOL – Rekap Minggu ke 2", + "text": "Selamat datang kembali ke semua orang yang mengikuti perkembangan kami selama Tour de SOL..." + }, + "tds-week-1": { + "title": "Tour de SOL – Rekap Minggu ke 1", + "text": "Kami secara resmi seminggu memasuki Tahap 1 Tour de SOL (TdS), dan sudah seminggu ini. Tujuan kami adalah untuk mulai menguji..." + }, + "serum": { + "title": "FTX Memilih Solana untuk Serum: Exchange Derivatif Terdesentralisasi Tanpa Kustodian Berkecepatan Tinggi", + "text": "FTX dan Alameda Research membuat Serum Foundation dan mengumumkan Serum, DEX non-kustodial baru berkecepatan tinggi yang dibuat di Solana. Anda dapat mempelajari lebih lanjut tentang Serum di white paper dan dalam artikel komprehensif di The Block." + }, + "arweave": { + "title": "Mengumumkan Peretasan Interoperabilitas Arweave Solana", + "text": "Hari ini Solana dengan senang hati mengumumkan kolaborasi dengan Arweave. Kami berdua meminta para developer untuk membangun jembatan antara project Solana dan Arweave. Bounty ini sekarang tersedia di Gitcoin dan termasuk hadiah sejumlah 15.000 DAI. Anda dapat mempelajari lebih lanjut tentang cakupan dan aturan mengenai bounty di sini!" + }, + "tdsstage1": { + "title": "Detail SOL Tour Tahap 1", + "text": "Kami sedang merevisi Tour de SOL (TdS) dari 3 acara menjadi rangkaian acara insentif dan terjadwal yang sedang berlangsung..." + }, + "coinlist": { + "title": "Solana Mengumpulkan 1,76 Juta pada Coinlist Auction", + "text": "Pada tanggal 23 Maret jam 10 malam PST, lelang Coinlist kami berlangsung. Dutch auction menjual 8 juta token SOL yang tersedia dalam 6 jam. Kami ingin mengucapkan terima kasih kepada komunitas kami atas tanggapan yang sangat positif terhadap pelelangan ini, terlepas dari kondisi dunia saat ini." + }, + "terra": { + "title": "Solana Bermitra dengan Terra untuk Membangun Jembatan Token Latensi Rendah, Membawa Stablecoin ke Ekosistem Solana", + "text": "Bersama-sama kami sedang membangun jembatan token berkecepatan tinggi baru yang memfasilitasi transfer stablecoins Terra ke ekosistem dapp Solana. Token Terra akan menjadi stablecoin pertama di jaringan Solana. Dengan membawa stablecoin ke jaringan kami, kami bertujuan untuk secara dramatis memperluas ruang desain bagi para pengembang, membuka pintu ke aplikasi baru yang membutuhkan pembayaran dengan harga yang stabil." + }, + "chainlink": { + "title": "Chainlink dan Solana Berintegrasi: High-Speed Price Oracle Data untuk Aplikasi DeFi yang Lebih Baik", + "text": "Kontrak keuangan adalah instrumen berbasis data yang bereaksi terhadap peristiwa pasar, seperti perubahan harga aset yang mendasarinya. Kontrak pintar, khususnya, adalah produk keuangan otomatis, yang berarti data secara langsung memicu pelaksanaan dan penyelesaian kontrak sebagai lawan mempekerjakan perantara manusia." + }, + "popular": { + "title": "Dapatkan info terbaru tentang semua berita terbaru", + "description": "Berikut ini beberapa pilihan dari beberapa bulan terakhir." + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "Video Unggulan", + "youtube": "YouTube", + "podcast": "Podcast" + } + }, + "blog": { + "hero": "Solana berita", + "header": "Pelajari lebih lanjut tentang teknologi, validator, integrasi, dan komunitas Solana.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "Lihat semua" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "YouTube", + "latest-episode": "Podcast" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "Materi", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "Materi", + "guides-title": "Panduan", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "Bangun Sekarang", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "Materi" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "Fokus pada bisnis Anda,", + "focus-2": "bukan pada infrastruktur Anda.", + "network": "Jaringan global yang didistribusikan secara khusus dibangun untuk menyesuaikan dengan Hukum Moore, tanpa mengorbankan desentralisasi atau keamanan untuk mendukung pengguna dan perangkat dalam miliaran.", + "language": "Kode dalam bahasa Anda.", + "vm": "Kode dalam Rust, C, dan C++. Integrasi mesin virtual yang fleksibel, dan akan terus bertambah.", + "wait-times": "Hindari waktu tunggu yang lama untuk pengguna Anda.", + "fast": "Kecepatan sangat cepat dan tanpa mempool. Blok waktu 400 ms dan finalitas sub detik. Web 3.0 dengan kecepatan Web 2.0.", + "scale": "Efisiensi modal seiring bertumbuhnya ekosistem.", + "scale-context": "Solana berkembang berkat Hukum Moore tanpa mengharuskan developer untuk berintegrasi dengan beberapa solusi shard atau layer 2.", + "security": "Keamanan tingkat perusahaan.", + "audit": "Diaudit oleh firma keamanan yang disukai Fortune 500. Ketidakberdayaan berbalut besi untuk skala global." + }, + "pitch-2": { + "users": "Pengguna Anda akan", + "users-notice": "bahkan tidak pernah memperhatikan.", + "performance": "Kinerja Solana tidak tertandingi, dan secara khusus dibangun untuk aplikasi frekuensi tinggi dan skala besar.", + "pmt": "Tinggi Blok", + "validators": "Epoch Saat Ini", + "blocktimes": "Waktu Blok", + "tps": "Total Transaksi" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "Baca lebih banyak", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "Pendanaan", + "break": "Solana Break", + "media": "Media Kit", + "careers": "Karir", + "disclaimer": "Penolakan", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "Get Connected", + "blog": "Blog", + "newsletter": "Surat Berita" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "Gabung dengan Komunitas", + "discord": "Solana Discord Support", + "forums": "Forum Solana", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "Video" + } + }, + "nav": { + "learn": { + "title": "Pelajari", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "Materi", + "items": [ + { + "title": "Menjadi Validator", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "Komunitas", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "Dapatkan info terbaru tentang semua berita terbaru", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "Acara", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "FAQ", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Solana Foundation" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQ" + }, + "partners": { + "title": "Dengan dukungan dari" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Hadiah", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "Penolakan", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Mulai membangun" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Mulai membangun" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "Unduh" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "Skalabel", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/it/common.json b/public/locales/it/common.json new file mode 100644 index 000000000..22aed9986 --- /dev/null +++ b/public/locales/it/common.json @@ -0,0 +1,1734 @@ +{ + "titles": { + "404": "Errore 404: Non Trovato", + "validators": "Validatori: Aiuta a proteggere la rete e guadagna SOL", + "newsletter": "Notizie ", + "developers": "Sviluppatori: Risorse e informazioni per costruire su Solana", + "community": "Comunità di Solana: Unisciti al nostro ecosistema", + "news": "Solana News", + "defi": "DeFi", + "events": "Eventi", + "dao": "DAOs and Governance" + }, + "404": { + "title": "Oh Oh.", + "copy": "Ci siamo imbattuti in un problema, ma non ti preoccupare, ce ne occuperemo sicuramente.", + "button": "Back to homepage" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "Proteggi il ledger.", + "earn": "Guadagna SOL.", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "Diventa un validatore", + "stakingnd": "Staking & Validazione", + "stake": "Stake tokens e guadagna ricompense elaborando e validando transazioni. Guadagna commissioni gestendo token delegati per conto di altri.", + "testnet": "Competizione Di Testnet", + "build": "Guadagna tokens eseguendo un nodo per aiutare a testare nuove funzionalità e benchmark prestazioni di rete.", + "ecosystem": "Incontra I Nostri Validatori", + "participatetitle": "Partecipa", + "register": "Registrati per TdS", + "register-page": "Registrati Ora", + "onsolana": "Validare su Solana", + "storage": "Storage Mining", + "disk": "Fornire spazio su disco in eccesso per memorizzare i dati del registro di Solana in strisce. Auto-delegato ha guadagnato SOL per mettere per validazione staking per guadagni composti.", + "become": "Diventa un validatore e ottieni tokens.", + "existence": "Senza validatori, il cluster Solana non può esistere. Aiuta a mantenere l'integrità del registro e guadagnare ricompense mentre lo fa.", + "rewards": "Ricompense Basate Sul Protocollo", + "issuances": "Problemi da un tasso di inflazione globale definito nel protocollo. Queste ricompense vengono consegnate in aggiunta ai guadagni dalle commissioni di transazione.", + "fees": "Commissioni Di Transazione", + "feesdesc": "Le commissioni di transazione sono trasferimenti p2p basati sul mercato, collegati alle interazioni di rete per l'esecuzione dello stato.", + "staking": "Staking", + "howstaking": "Gli Stakers sono ricompensati per aver contribuito a convalidare il registro. Lo fanno delegando la loro partecipazione ai nodi validatori. Quei validatori fanno la legwork di riprodurre il ledger e mandano voti a un conto per nodo a cui gli staker possono delegare il loro stake. Il resto del cluster utilizza quei voti ponderati per la posta in gioco per selezionare un blocco quando sorgono fork.", + "tps": "transazioni elaborate da marzo 2020. Aiuta a convalidare la blockchain più veloce al mondo.", + "pert": "per transazione. Cattura le commissioni di transazione come validatore.", + "validators": "Validatori globali. Unisciti alla nostra coorte di esperti di rete d'elite.", + "docs": "Sei interessato a imparare di più? Dai un'occhiata ai nostri documenti.", + "start-registration": "Pronto per iniziare? Fare clic sul link qui sotto.", + "howto": "Validating on Solana", + "header": "Registrazione Validator", + "info": "Procedura Giuridica Di Compensazione", + "items-one": "Grazie per il vostro interesse nel sostenere il cluster di Solana. Di seguito sono riportate le informazioni relative al procedimento legale richiesto per richiedere la compensazione per la partecipazione al Validator su entrambi i Mainnet Beta, Tour de SOL, o cluster di Testnet.", + "items-two": "Verifica dell'identità completa tramite Passbase qui sotto.", + "items-three": "Firma il documento di compensazione universale del Validatore tramite DocuSign.", + "same-email": "Si prega di utilizzare la stessa email sia per la verifica dell'identità di Passbase che per DocuSign.", + "run": "Esegui un Nodo", + "discuss": "Discutine con altri validatori e il team di Solana.", + "progress": "Non sei pronto ad eseguire un nodo? Vuoi rimanere aggiornato sui progressi di Solana?", + "step1": "Passaggio 1. Registrati", + "process": "Seguire il processo quattro fasi descritto nel link sopra per la registrazione, KYC/AML, accordo di partecipazione e Discord onboarding.", + "both-register": "Completando questi passaggi, ti registrerai per convalidare le reti Solana Tour de SOL e Mainnet Beta.", + "before": "Prima dell'onboarding a Mainnet, i validatori dovrebbero partecipare con successo ad almeno una “fase” della nostra rete di test incentivata: Tour de SOL.", + "stages": "Le fasi iniziano mensilmente; dopo la registrazione vedi qui per le ultime informazioni di fase (inclusi i dettagli relativi a compensazione, bug bounties, ecc).", + "inflationary": "Fino a quando i premi inflazionistici non saranno attivati, i validatori saranno direttamente compensati per i loro servizi dalla Fondazione Solana.", + "successful": "Dopo aver partecipato con successo ad una tappa del Tour de SOL, riceverete una delegazione dalla Fondazione Solana su Mainnet Beta.", + "us": "Gli individui e le entità statunitensi sono attualmente ESCLUSI dalla partecipazione", + "step2": "Pronto a partecipare al Tour de SOL", + "step3": "Passo 3. Unisciti A Mainnet Beta", + "anyone": "Chiunque può eseguire un nodo validatore sulle reti di test senza permesso di Solana e Mainnet Beta!", + "getstarted": "Per iniziare, dai un'occhiata ai nostri documenti sui requisiti tecnici e passi per avviare il tuo nodo.", + "activecomm": "Abbiamo una comunità molto attiva di validatori sul nostro server Discord. Questo è il posto migliore per ottenere il supporto tecnico e fare domande.", + "permissionless": "Le reti di Solana sono prive di permesso e quindi chiunque può eseguire un nodo validatore in qualsiasi momento. Registrazione e KYC sono necessari per ricevere ricompense dalla Fondazione Solana. Si prega di notare che le entità o persone statunitense non sono ammissibili per ricevere ricompense in questo momento.", + "participate-2": "Partecipa al Tour de SOL per poter beneficiare la delegazione della Fondazione Solana", + "registration": { + "head": "Procedura Di Registrazione Di Compensazione", + "steps": "Si prega di completare i passaggi seguenti per poter beneficiare della compensazione token per i servizi di convalida sulle reti Solana Tour de Sol e Mainnet Beta.", + "no-u": "Le reti di Solana sono prive di permesso e quindi chiunque può eseguire un nodo validatore in qualsiasi momento. Registrazione e KYC sono necessari per ricevere ricompense dalla Fondazione Solana. Si prega di notare che le entità o persone statunitense non sono ammissibili per ricevere ricompense in questo momento.", + "registration": "Registrazione", + "form": "Modulo di registrazione Tour de SOL (TdS)", + "keybase": "Non abbiamo più bisogno che i partecipanti colleghino la loro chiave pubblica con il loro account Keybase", + "req": "La registrazione e la partecipazione a successo in almeno una fase del TdS è un requisito prima di diventare ammissibili alla compensazione su Mainnet Beta", + "more": "Maggiori informazioni sul Tour de SOL qui", + "kyc": "KYC/AML (via Passbase)", + "before": "Se in precedenza hai completato KYC/AML per SLP o TdS con la stessa entità/persona su Coinlist o Passbase, allora non sarà necessario fare di nuovo questo passaggio.", + "no-us": "Non possiamo accettare entità o individui statunitensi per KYC o compensazioni", + "participation": "Completare L’Accordo Di Partecipazione", + "same-email": "Utilizza lo stesso indirizzo email utilizzato per la verifica dell'identità di Passbase", + "discord": "Unisciti Alla nostra rete Discord", + "discord-desc": "Requisito per tutti i validatori, in quanto questo è il nostro canale di comunicazione principale per discussioni tecniche, annunci di rete e aggiornamenti, ecc" + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "Ricompense Basate Sul Protocollo", + "protocol-text": "Problemi da un tasso di inflazione globale definito nel protocollo. Queste ricompense vengono consegnate in aggiunta ai guadagni dalle commissioni di transazione.", + "staking-header": "Staking", + "staking-text": "Gli Stakers sono ricompensati per aver contribuito a convalidare il registro. Lo fanno delegando la loro partecipazione ai nodi validatori. Quei validatori fanno la legwork di riprodurre il ledger e mandano voti a un conto per nodo a cui gli staker possono delegare il loro stake. Il resto del cluster utilizza quei voti ponderati per la posta in gioco per selezionare un blocco quando sorgono fork.", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "Vai ai documenti", + "visitf": "Visita il Forum", + "forum": "Discutine sul Forum", + "chat": "Chiedi Supporto via Chat", + "updated": "Vuoi rimanere aggiornato sui progressi di Solana?", + "build": "Costruisci Ora", + "contact": "Contattaci", + "learn": "Scopri Di Più", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "Iscriviti Ora", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "Iscriviti alla Newsletter di Solana", + "spam": "Promettiamo che non faremo spam.", + "informed": "Rimani Informato" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "Sviluppatori " + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Solana Season", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Solana Community", + "featcontent": "Contenuto In Evidenza", + "header": "La comunità Solana è distribuita a livello globale e ospita sviluppatori, possessori di token, validatori e chiunque altro sia interessato a sostenere il protocollo.", + "info": "Listen to the podcast", + "podcast": "Vai al podcast", + "learn": "Learn in depth", + "blog": "Visit Blog", + "apply": "Fai domanda ora", + "collective": "Supporta il team Solana attraverso marketing e iniziative nella nostra community e accumula ricompense.", + "socials": { + "hero": "Wayfinding", + "hero-old": "Join the crypto revolution", + "subheader": "The following are our most frequented and updated communication channels. You name it, we’ve got it!", + "telegram": "Telegram", + "approx-members": "membri", + "gt-members": " membri", + "announcements": "Annunci", + "discord": "Discord", + "engineering": "Ingegneria", + "twitter": "Twitter", + "approx-followers": "followers", + "medium": "News", + "approx-write-ups": "sottoscrizioni", + "blogposts": "Post Del Blog", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "followers", + "weibo": "Weibo", + "weibo-subscribers": " iscritti", + "twitter-jp": "Twitter Giappone", + "twitter-jp-subscribers": " membri", + "forum": "Forum Di Solana", + "forum-subscribers": " messaggi", + "gt-stars": " star", + "youtube": "YouTube", + "gt-subscribers": " iscritti", + "yt-subscribers": "K subscribers", + "videos": "Video", + "email": "Email", + "oneonone": "1:1", + "reddit": "Reddit", + "discussions": "Discussioni", + "meetup": "Riunione", + "meetings": "Riunioni" + }, + "articles": { + "latest": "Ultime Storie", + "description": "Ecco quello che abbiamo fatto recentemente.", + "view": "Vedi tutti" + }, + "jill": { + "title": "Jill Carlson - Partner a Slow Ventures / Co-fondatore dell'iniziativa Open Money", + "text": "Abbiamo avuto un blast hosting Jill Carlson per episodio #15 di No Sharding, The Solana Podcast. Per questo episodio abbiamo adottato un approccio diverso..." + }, + "cluster-launch": { + "title": "Lancio Cluster SLP1", + "text": "Siamo entusiasti di annunciare il successo del lancio del nostro cluster “Soft Launch”. Un cluster incentivato per lo sviluppo e l'integrazione dei partner. Questo cluster sarà eseguito in parallelo e separato da Tour de SOL (TdS)." + }, + "solana2019": { + "title": "Solana nel 2019: crescita, sviluppo e strada verso la Mainnet", + "text": "È stato un anno difficile. Mentre ci prepariamo per il prossimo decennio, vogliamo recuperare gli incredibili progressi compiuti da Solana nel 2019. Dal lavoro intensivo per le infrastrutture all'annuncio del nostro aumento di $20m guidato da Multicoin Capital..." + }, + "brendan": { + "title": "Brendan Eich - Co-fondatore/CEO Brave Software e Token di Attenzione", + "text": "Brendan parla brevemente del suo background (creatore Javascript e co-fondatore di Mozilla) e poi salta dentro in come..." + }, + "sam": { + "title": "Sam Bankman-Fried - Amministratore Delegato di FTX, Co-fondatore di Serum", + "text": "Il giorno dopo l'annuncio ufficiale di Project Serum, Anatoly e Sam si sono seduti per discutere dell'attuale ambiente di trading in criptovaluta, il futuro della DeFi e per fornire ulteriori dettagli sull'alta velocità, non-detentore decente..." + }, + "dieter": { + "title": "Dieter Shirley - CTO di Dapper Labs, Lead Architect of Flow", + "text": "No Sharding è il nome del podcast, ed è proprio questo il motivo di questo episodio. Dallo sviluppo del flusso alla guida del team di ingegneria che ha progettato Crypto Kitties, Dieter ha una vasta esperienza sia in L1 che in L2..." + }, + "rodolfo": { + "title": "Rodolfo Gonzalez - Partner alla Fondazione Capital", + "text": "Questo episodio riguarda esclusivamente il capitale di rischio. Rodolfo Gonzales è socio della Fondazione Capital, una società di capitale di rischio che sostiene le persone che vogliono spingere il mondo avanti in qualche modo, utilizzando un'attività trasformativa come loro..." + }, + "royandreisen": { + "title": "Meher Roy & Reisen - Co-fondatori di Chorus One Ep #14", + "text": "Chorus One sta gestendo un'infrastruttura per aiutarti ad aumentare in modo sicuro le tue prese..." + }, + "sunnya": { + "title": "Sunny Aggarwal - Sviluppatore principale a Tendermint / Cosmos", + "text": "Questo episodio riguarda i Validatori. Sei interessato a saperne di più su come eseguire un nodo e diventare un validatore?" + }, + "defi": { + "title": "Un interesse profondo su DeFi Con FTX, Aave, Balancer, Curve, Gauntlet e Solana", + "text": "Questo è un episodio speciale di The Solana Podcast - abbiamo preso un pannello recente per il Solana Wormhole Hackathon e convertito in formato audio per voi! Goditi questo profondo tuffo in tutte le cose DeFi con i leader del settore." + }, + "tds-week-2": { + "title": "Tour de SOL – Settimana 2 Riepilogo", + "text": "Bentornati a tutti coloro che stanno seguendo i nostri progressi durante il Tour de SOL..." + }, + "tds-week-1": { + "title": "Tour de SOL – Settimana 1 Riepilogo", + "text": "Siamo ufficialmente da una settimana nella fase 1 del Tour de SOL (TdS), e che grande settimana è stata. Il nostro obiettivo era quello di iniziare a testare il nostro stress..." + }, + "serum": { + "title": "FTX sceglie Solana per Serum: Uno scambio di derivati decentralizzati ad alta velocità e non custodiale", + "text": "FTX e Alameda Research hanno creato la Fondazione Serum e annunciato Serum, un nuovo DEX ad alta velocità e non custodito costruito su Solana. È possibile saperne di più su Serum nel white paper e in questo articolo completo su The Block." + }, + "arweave": { + "title": "Annunciare l'Hack di Interoperabilità Arweave Solana", + "text": "Oggi Solana è lieta di annunciare una collaborazione con Arweave. Stiamo entrambi chiedendo che gli sviluppatori costruiscano un ponte tra i progetti Solana e Arweave. Questo bounty è ora live su Gitcoin e include una ricompensa di 15.000 DAI. Qui puoi saperne di più sulla portata e le regole del bounty!" + }, + "tdsstage1": { + "title": "Tour de SOL Stage 1 Dettagli", + "text": "Stiamo rivedendo il Tour de SOL (TdS) da 3 eventi in una serie continua di eventi incentivati e programmati..." + }, + "coinlist": { + "title": "Solana raccoglie 1,76 milioni di euro nell'asta delle liste monetarie vendute", + "text": "Il 23 marzo alle 10 pm PST la nostra asta su Coinlist è andata live. L'asta dutch ha esaurito gli 8 milioni di gettoni SOL disponibili in 6 ore. Vogliamo ringraziare la nostra comunità per la risposta estremamente positiva a questa asta, nonostante le attuali condizioni mondiali." + }, + "terra": { + "title": "Solana fa partner con Terra per costruire un ponte di Token a bassa latenza, portando Stablecoins all'ecosistema di Solana", + "text": "Insieme stiamo costruendo un nuovo ponte token ad alta velocità che facilita il trasferimento di stablecoins Terra nell’ecosistema dapp di Solana. I tokens di Terra saranno i primi stablecoin della rete Solana. Portando stablecoins sulla nostra rete, ci proponiamo di espandere drasticamente lo spazio di progettazione per gli sviluppatori, aprire la porta a nuove applicazioni che richiedono pagamenti stabili dal punto di vista dei prezzi." + }, + "chainlink": { + "title": "Chainlink e integrazione Solana: dati Oracle ad alta velocità per migliori applicazioni DeFi", + "text": "I contratti finanziari sono strumenti basati sui dati che reagiscono agli eventi di mercato, come la variazione di prezzo di un’attività sottostante. I contratti intelligenti, in particolare, sono prodotti finanziari automatizzati, il significato dei dati innesca direttamente l'esecuzione e il regolamento del contratto invece di impiegare un intermediario umano." + }, + "popular": { + "title": "News", + "description": "Ecco alcune selezioni degli ultimi mesi." + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "Video In Evidenza", + "youtube": "YouTube", + "podcast": "Podcast" + } + }, + "blog": { + "hero": "Solana News", + "header": "Learn more about Solana’s technology, validators, integrations, and community.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "Vedi tutti" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "YouTube", + "latest-episode": "Podcast" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "Risorse", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "Risorse", + "guides-title": "Guide", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "Costruisci Ora", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "Risorse" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "Concentrati sul tuo business,", + "focus-2": "non è la tua infrastruttura.", + "network": "La rete globale distribuita è specificamente costruita per scalare con la Legge di Moore, senza sacrificare il decentramento o la sicurezza per supportare utenti e dispositivi in miliardi.", + "language": "Codice nella tua lingua.", + "vm": "Scrivi in Rust, C, e C++. Integrazioni flessibili di macchine virtuali, con molte altre cose in arrivo.", + "wait-times": "Evita lunghi tempi di attesa per i tuoi utenti.", + "fast": "Velocità tempestiva e nessun mempool. 400ms blocktimes e finalità sub-seconde. Web 3.0 con velocità Web 2.0.", + "scale": "Capitale efficiente man mano che cresce l'ecosistema.", + "scale-context": "Solana scala grazie alla legge di Moore — non ha bisogno di integrarsi con multiple shards o soluzioni layer 2.", + "security": "Sicurezza di livello aziendale.", + "audit": "Controllata da una società di sicurezza Fortune 500-preferita. Iron-plad immutabilità per la scala globale." + }, + "pitch-2": { + "users": "I tuoi utenti avranno", + "users-notice": "mai nemmeno una notifica.", + "performance": "Le prestazioni di Solana sono impareggiabili e costruite appositamente per applicazioni ad alta frequenza e su scala massiva.", + "pmt": "Altezza Blocco", + "validators": "Epoca Corrente", + "blocktimes": "Tempi di blocco", + "tps": "Operazioni Totali" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "Leggi Di Più", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "Sovvenzioni", + "break": "Batti Solana", + "media": "Media Kit", + "careers": "Carriera ", + "disclaimer": "Avvertenze ", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "Get Connected", + "blog": "Blog", + "newsletter": "Notizie " + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "Unisciti alla Comunità", + "discord": "Solana Discord Support", + "forums": "Forum Di Solana", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "Video" + } + }, + "nav": { + "learn": { + "title": "Impara", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "Risorse", + "items": [ + { + "title": "Diventa un validatore", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "Comunità ", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "News", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "Eventi", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "FAQ", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Fondazione Solana" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "Con il supporto di" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Prizes", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "Avvertenze ", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Start building" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Start building" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "Scarica" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "Scalabile", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json new file mode 100644 index 000000000..76e37a9fe --- /dev/null +++ b/public/locales/ja/common.json @@ -0,0 +1,1734 @@ +{ + "titles": { + "404": "404: Not Found", + "validators": "バリデーター: ネットワークの保護とSOLの獲得", + "newsletter": "Newsletter", + "developers": "開発者: Solanaで構築するためのリソースと情報", + "community": "Solana Community: エコシステムに参加", + "news": "Solana News", + "defi": "DeFi", + "events": "FAQ", + "dao": "DAOs and Governance" + }, + "404": { + "title": "うわぁ。", + "copy": "問題が発生しましたが心配は要りません。私たちが責任をもって対処します。", + "button": "Back to homepage" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "元帳の保護", + "earn": "SOLを獲得", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "Become a Validator", + "stakingnd": "ステーキングと検証", + "stake": "トークンをステークし、トランザクションを処理および検証することで報酬を獲得します。 他の人から委任されたトークンを管理することにより、その分のコミッションを獲得できます。", + "testnet": "テストネットコンペティション", + "build": "新しい機能のテストとネットワークパフォーマンスのベンチマークを行うために、ノードを実行してトークンを獲得します。", + "ecosystem": "バリデーター紹介", + "participatetitle": "参加", + "register": "TdSに登録", + "register-page": "今すぐ登録", + "onsolana": "Validate on Solana", + "storage": "ストレージマイニング", + "disk": "Solanaの元帳データをストライプで格納するために余剰ディスク領域を提供します。稼得したSOLをバリデーションクライアントに自動デリゲートすることにより複利を得られます", + "become": "バリデーターとしてトークンを得る", + "existence": "バリデーターが存在しない場合、Solanaクラスターは存在しません。元帳の整合性を維持し、その間に報酬を獲得します", + "rewards": "プロトコルベース報酬", + "issuances": "グローバル、プロトコル定義、インフレ率からの発行。これらの報酬は取引手数料からの収益に加えて配布されます。", + "fees": "トランザクション料金", + "feesdesc": "トランザクション手数料は市場ベースのp2p転送で、状態の実行の為のネットワーク相互作用に接続されます。", + "staking": "ステーキング", + "howstaking": "ステーカーは、バリデーターノードに委任ステークを行い、元帳のバリデーションをサポートすることで報酬を受けられます。各バリデーターは、元帳を再生するレッグワークを行い、ノードごとの投票アカウントに投票分を送信します。このアカウントには、ステーカーが委任ステークすることができます。 クラスターの残りの部分は、フォークが発生時にそれらのステーク加重投票を使用することでブロックを選択します。", + "tps": "2020年3月以降に処理されたトランザクション 世界最速のブロックチェーンの検証作業にご協力ください", + "pert": "トランザクションごと:トランザクション手数料をバリデータとして取得します", + "validators": "グローバルバリデーター:エリートネットワークエキスパートのコホートにご参加ください", + "docs": "より詳細な内容はドキュメントをご覧ください", + "start-registration": "開始準備後リンクをクリック", + "howto": "Validating on Solana", + "header": "Validator Signup", + "info": "補償に関する法的手続き", + "items-one": "Solanaクラスタのサポートに興味を持っていただきありがとうございます。以下はMainnet Beta、Tour de SOL、Testnetのいずれかのクラスタにバリデーターが参加した場合の補償金を発行するために必要な法的手続きに関する情報です。", + "items-two": "以下のパスベース手続きにより本人確認を完了します。", + "items-three": "ユニバーサルバリデーターの補償文書にDocuSignで署名します。", + "same-email": "Passbaseの本人確認とDocuSignの両方で同じメールアドレスを使用してください。", + "run": "ノードを実行", + "discuss": "他のバリデーターやチームと話し合いましょう", + "progress": "ノード実行の準備はできましたか? Solanaの情報を最新に保ちたいですか?", + "step1": "Step 1. 登録", + "process": "登録、KYC/AML、参加同意書、Discordオンボーディングについては、上記リンクに概説されている4つのステップのプロセスに従ってください。", + "both-register": "各ステップを完了すると、SolanaのTour de SOLとメインネットベータネットワークのバリデート登録が完了します。", + "before": "メインネット登録前に、バリデーターはインセンティブテストネットの少なくとも1つのステージに参加している必要があります: Tour de SOL.", + "stages": "ステージは毎月開催されます。最新のステージ情報はこちらをご覧ください (報酬やバグバウンティなどの詳細を含む).", + "inflationary": "インフレーション報酬が有効になるまでは、バリデーターはSolana財団から直接報酬を得ます。", + "successful": "Tour de SOLに参加すると、Mainnet BetaでSolana Foundationからのデリゲートを受けることができます。", + "us": "米国の個人および法人は現在参加から除外されています", + "step2": "ステップ2. Tour de SOLに参加", + "step3": "ステップ3. メインネットベータに参加", + "anyone": "Solanaのパーミッションレステストネットとメインネットベータネットワーク上では、誰でもバリデーターノードを実行可能です!", + "getstarted": "開始するには技術要件とノード開始手順についてのドキュメントを確認してください", + "activecomm": "Discordサーバー には、活発なバリデーターコミュニティがあります", + "permissionless": "Solanaネットワークはパーミッションレスであり、誰もが常時バリデーターノードを実行することができます。登録とKYCは、Solana財団からの報酬を受け取るために必要となります。現時点では、米国の事業体や個人は資格がないことに注意してください。", + "participate-2": "Solana Foundationのデリゲートを受け取る為には、Tour de SOLへの参加が必要となります。", + "registration": { + "head": "補償登録プロセス", + "steps": "最初に、Solana Testnet および Mainnet Beta ネットワークでバリデーションサービスのトークン補償対象となるには、以下の手順を完了してください。", + "no-u": "Solanaネットワークはパーミッションレスであり、誰もが常時バリデーターノードを実行することができます。登録とKYCは、Solana Foundationからの報酬を受け取るために必要となります。現時点では、米国の事業体や個人は資格がないことに注意してください。", + "registration": "登録", + "form": "Tour de SOL (TdS) 登録フォーム", + "keybase": "参加者がパブリックキーとキーベースアカウントをリンクする必要がなくなりました。", + "req": "メインネットベータの補償対象となる前に、TdSに登録して少なくとも1つのステージに参加することが必須条件となります", + "more": "Tour de SOLの詳細情報は こちら。", + "kyc": "KYC/AML (Passbase経由)", + "before": "以前にCoinlistやPassbaseでSLPやTdSのKYC/AMLを完了している場合は、再度この手続きを行う必要はありません。", + "no-us": "KYCや補償プロセスは米国の事業体や個人を対象としていません", + "participation": "参加同意書の完成", + "same-email": "Passbaseの本人確認に使用したメールアドレスと同じものを使用してください。", + "discord": "Discordに参加", + "discord-desc": "技術的な議論やネットワークのアナウンス、アップグレードなどを得るための主要なコミュニケーションチャネルであるため全てのバリデータの参加が必須です。" + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "プロトコルベース報酬", + "protocol-text": "グローバル、プロトコル定義、インフレ率からの発行。これらの報酬は取引手数料からの収益に加えて配布されます。", + "staking-header": "ステーキング", + "staking-text": "ステーカーは、バリデーターノードに委任ステークを行い、元帳のバリデーションをサポートすることで報酬を受けられます。各バリデーターは、元帳を再生するレッグワークを行い、ノードごとの投票アカウントに投票分を送信します。このアカウントには、ステーカーが委任ステークすることができます。 クラスターの残りの部分は、フォークが発生時にそれらのステーク加重投票を使用することでブロックを選択します。", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "詳細", + "visitf": "フォームにアクセス", + "forum": "フォーラムに参加", + "chat": "チャットサポートを受ける", + "updated": "Solanaの進捗状況を常に更新したいですか?", + "build": "今すぐ構築", + "contact": "お問い合わせ", + "learn": "詳細を確認", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "今すぐ登録", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "Sloanaニュースレターにサインアップ", + "spam": "スパム行為は一切行いません", + "informed": "最新情報を入手" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "Developer" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Solana Season", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Solana Community", + "featcontent": "注目のコンテンツ", + "header": "Solanaコミュニティは世界的に分布しており、開発者やトークンホルダー、バリデーターおよびプロトコルをサポートすることに興味を持つ全ての人が存在する場所が全て大事な拠点です。", + "info": "Listen to the podcast", + "podcast": "Podcast", + "learn": "Learn in depth", + "blog": "Visit Blog", + "apply": "参加する", + "collective": "コミュニティやマーケティング活動を通じてSolanaに貢献協力することで報酬を獲得できます", + "socials": { + "hero": "Wayfinding", + "hero-old": "Join the crypto revolution", + "subheader": "The following are our most frequented and updated communication channels. You name it, we’ve got it!", + "telegram": "Telegram", + "approx-members": "〜{number} 人", + "gt-members": " 人", + "announcements": "アナウンス", + "discord": "Discord", + "engineering": "エンジニアリング", + "twitter": "Twitter", + "approx-followers": "〜{number} フォロワー", + "medium": "News", + "approx-write-ups": "〜{number} 件の投稿", + "blogposts": "ブログ", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "〜{number} フォロワー", + "weibo": "Weibo", + "weibo-subscribers": "{number} 人以上の登録者", + "twitter-jp": "Twitter Japan", + "twitter-jp-subscribers": " 人", + "forum": "Solana Forums", + "forum-subscribers": " posts", + "gt-stars": "{number} 個以上のスター", + "youtube": "YouTube", + "gt-subscribers": "{number} 人以上の登録者", + "yt-subscribers": "K subscribers", + "videos": "動画", + "email": "Email", + "oneonone": "個別対応", + "reddit": "Reddit", + "discussions": "ディスカッション", + "meetup": "ミートアップ", + "meetings": "ミーティング" + }, + "articles": { + "latest": "最新記事", + "description": "最近の出来事はこちら。\n", + "view": "すべて見る" + }, + "jill": { + "title": "Jill Carlson - Partner at Slow Ventures / Co-Founder Of The Open Money Initiative", + "text": "Solana Podcast エピソード#15\"ノーシャーディング\"でJill Carlsonをホスト" + }, + "cluster-launch": { + "title": "SLP1クラスターの起動", + "text": "“ソフトローンチ” クラスターがローンチしました。 開発及びパートナーの統合のためのインセンティブクラスターであり、このクラスターはTour de SOL(TdS)とは別で、並行して実行されます。" + }, + "solana2019": { + "title": "2019年のSolana:成長、開発、メインネットへの道のり", + "text": "まるで地獄のような一年間でしたが、 次の10年に向けて2019年にSolanaが遂げた驚異的な進歩について振り返りたいと思います。インフラストラクチャの作業からMulticoin Capitalが主導する2,000万ドルの調達の発表に至るまで..." + }, + "brendan": { + "title": "Brendan Eich - Co-founder / CEO Brave Software and Attention Token", + "text": "Brendanは彼の経歴(Javascriptの作成者&Mozillaの共同創立者)とその後の展開について語ります。" + }, + "sam": { + "title": "FTXのCEOでありSerumの共同創設者 Sam Bankman-Fried", + "text": "Project Serumの正式発表の翌日、AnatolyとSamは、現在の暗号取引の環境、DeFiの将来性について、非カストディアルデサントの詳細について議論しました..." + }, + "dieter": { + "title": "Dapper LabsのCTOでFlowのリードアーキテクト Dieter Shirley", + "text": "No Shardingはポッドキャストのタイトル名であり、このエピソード全体を物語るものです。Crypto Kittiesを設計したエンジニアリングチームのリーダーを行った方が出演しています…" + }, + "rodolfo": { + "title": "Foundation Capitalのパートナー Rodolfo Gonzalez", + "text": "このエピソードは、全てのベンチャーキャピタルについてあり、Rodolfo GonzalesはベンチャーキャピタルのFoundation Capitalのパートナーであり、何らかの形で世界を前進させたいと考えている個人をサポートしています…" + }, + "royandreisen": { + "title": "Meher Roy & Reisen - Co-Founders of Chorus One Ep #14", + "text": "Chorus Oneは、暗号通貨を安全に保有するためのインフラストラクチャを運用しています。" + }, + "sunnya": { + "title": "Sunny Aggarwal - Core Developer at Tendermint / Cosmos", + "text": "このエピソードではノードの実行とバリデーターになるための方法について解説しています。" + }, + "defi": { + "title": "FTX、Aave、Balancer、Curve、Gauntlet、SolanaがもたらすDefiの世界にディープダイブ", + "text": "これはThe Solana Podcastの特別なエピソードです:最近のSolana Wormhole Hackathonのパネルの様子を録音したものです!業界のリーダーとDeFiへディープダイブをお楽しみください" + }, + "tds-week-2": { + "title": "Tour de SOL – Week 2 概要", + "text": "Tour de SOLの進捗状況をお伝えします" + }, + "tds-week-1": { + "title": "Tour de SOL – Week 1 概要", + "text": "私たちは公式にTdS(TdS) のステージ1に1週間入ります。 私たちの目標は、私たちのテストを強調し始めることでした..." + }, + "serum": { + "title": "FTXはSerumの開発にSolanaを選択 高速で非中央集権分散型デリバティブ取引所", + "text": "FTXとAlameda ResearchはSerum Foundationを設立し、Solana上に構築された新しい高速ノンカストディアルDEX Serumを発表した。Serumの詳細はホワイトペーパーとThe Blockのこの包括的な記事を参照してください。" + }, + "arweave": { + "title": "Solana&Arweaveの相互運用性ハックを発表", + "text": "本日、SolanaはArweaveとのコラボレーションを発表しました。現在SolanaとArweaveのプロジェクト間の架け橋となるような開発者を募集しています。このバウンティは現在Gitcoin上で公開されており、15,000 DAIの報酬が含まれています。バウンティの範囲とルールについての詳細はこちらをご覧ください。" + }, + "tdsstage1": { + "title": "Tour de SOL Stage 1 詳細", + "text": "Tour de SOLは3つのイベントから、インセンティブありの定期開催されるイベントにしようとしています…" + }, + "coinlist": { + "title": "Solana コインリストオークションで176万ドルを調達", + "text": "3月23日午後10時(PST)にコインリストでダッチオークションが実施され、6時間で800万SOLトークンが完売しました。決して良くない世界情勢の中で、オークションを成功裏に終えられたことに対しコミュニティに感謝します。" + }, + "terra": { + "title": "SolanaはTerraと提携し、ローレイテンシトークンブリッジを構築及びステーブルコインをSolanaエコシステムに導入", + "text": "私たちは、TerraによるステーブルコインをSolana dapp エコシステムに転送する為の高速トークンブリッジを共同して構築しています。これはSolanaネットワーク初のステーブルコインとなります。ステーブルコインをネットワークに導入することで、開発者のデザインスペースを飛躍的に拡大し、価格安定型の支払い方法を必要とするアプリケーションへの門戸を拡張させてることを目的とします。" + }, + "chainlink": { + "title": "ChainlinkとSolanaの統合: 高速プライスオラクルデータを用いたDeFiアプリケーションの構築が可能に", + "text": "ファイナンシャルコントラクトは、原資産の価格変動に反応するデータドリブン型の商品です。スマートコントラクトは金融商品に自動化をもたらし、仲介者なくデータが直接的に契約の実行や決済を実行することを可能にします。" + }, + "popular": { + "title": "News", + "description": "ここ数ヶ月における複数の選択肢を紹介します" + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "おすすめ動画", + "youtube": "YouTube", + "podcast": "Podcast" + } + }, + "blog": { + "hero": "Solana News", + "header": "Learn more about Solana’s technology, validators, integrations, and community.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "すべて見る" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "YouTube", + "latest-episode": "Podcast" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "リソース", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "リソース", + "guides-title": "ガイド", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "今すぐ構築", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "リソース" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "インフラではなく", + "focus-2": "ビジネスにフォーカスします", + "network": "私たちのグローバル分散ネットワークは、数十億人のユーザーとデバイスをサポートする為に分散化やセキュリティを犠牲にすることなく、ムーアの法則に則った拡張が可能になります", + "language": "あらゆる言語でのコーディング", + "vm": "C、C ++、Rustでコーディング。フレキシブルな仮想マシンのインテグレーションでさらに多くの言語が追加予定", + "wait-times": "長い待機時間を回避", + "fast": "驚異的な高速スピードかつメモリプール不要。 400msのブロックタイムに1秒未満のファイナリティを達成するWeb 3.0プロダクト", + "scale": "エコシステムが成長するにつれて資本効率が向上", + "scale-context": "Solanaはムーアの法則によって拡張可能であり、複数のシャードやレイヤー2ソリューションと統合する必要はありません", + "security": "エンタープライズレベルのセキュリティ", + "audit": "Fortune500が推奨するセキュリティ会社による監査により、世界レベルの鉄璧の不変性を確保しています" + }, + "pitch-2": { + "users": "ユーザーは", + "users-notice": "気付くことはありません。", + "performance": "Solanaのパフォーマンスは比類のないものであり、高頻度かつ大規模アプリケーション向けに構築されています", + "pmt": "Block Height", + "validators": "現在のエポック", + "blocktimes": "Block Time", + "tps": "Total Transactions" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "まとめ", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "助成金", + "break": "Break Solana", + "media": "Media Kit", + "careers": "求人情報", + "disclaimer": "免責事項", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "Get Connected", + "blog": "Blog", + "newsletter": "Newsletter" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "コミュニティに参加", + "discord": "Solana Discord Support", + "forums": "Solana Forums", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "動画" + } + }, + "nav": { + "learn": { + "title": "Learn", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "リソース", + "items": [ + { + "title": "Become a Validator", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "Community", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "News", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "FAQ", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "FAQ", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Solana Foundation" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "With support from" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Prizes", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "免責事項", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Start building" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Start building" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "ダウンロード" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "スケーラブル", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/ko/common.json b/public/locales/ko/common.json new file mode 100644 index 000000000..e4c0af131 --- /dev/null +++ b/public/locales/ko/common.json @@ -0,0 +1,1734 @@ +{ + "titles": { + "404": "404: Not Found", + "validators": "밸리데이터: 네트워크 보안 강화를 돕고 SOL을 보상받으세요", + "newsletter": "뉴스레터", + "developers": "개발자: 솔라나에서 개발을 시작하기위한 리소스 및 정보", + "community": "솔라나 커뮤니티: 생태계에 참여하세요", + "news": "Solana News", + "defi": "DeFi", + "events": "Events", + "dao": "DAOs and Governance" + }, + "404": { + "title": "이런.", + "copy": "문제가 발생했네요. 걱정하지마세요. 저희가 해결하겠습니다.", + "button": "Back to homepage" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "원장의 안전성을 확보하고", + "earn": "SOL을 받으세요", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "밸리데이터가 되세요", + "stakingnd": "스테이킹 & 밸리데이션", + "stake": "토큰 스테이킹을 하고 트랜잭션을 처리와 검증 제공하여 토큰 보상을 받으세요. 다른 사람들의 토큰을 위임받고 수수료 수익도 얻으세요.", + "testnet": "테스트넷 대회", + "build": "Earn tokens by running a node to help test new features and benchmark network performance.", + "ecosystem": "밸리데이터를 만나보세요", + "participatetitle": "참여하기", + "register": "TdS에 등록하세요", + "register-page": "지금 가입하세요", + "onsolana": "솔라나의 밸리데이터가 되세요", + "storage": "스토리지 채굴", + "disk": "솔라나의 원장 데이터를 스트라이프 형식으로저장할 디스크 저장소를 제공하세요. SOL을 스테이킹 검증 클라이언트로 자동 위임하고 복리의 수익을 얻으세요.", + "become": "밸리데이터가 되고 토큰 얻기", + "existence": "밸리데이터 없이는 솔라나의 클러스터가 존재하지 않습니다. 원장의 완전성을 유지를 돕고 보상을 받으세요.", + "rewards": "프로토콜 기반 보상", + "issuances": "Issuances from a global, protocol-defined, inflation rate. These rewards are delivered on top of earnings from transaction fees.", + "fees": "트랜잭션 수수료", + "feesdesc": "Transaction fees are market-based p2p transfers, attached to network interactions for state execution.", + "staking": "스테이킹", + "howstaking": "스테이커들은 벨리데이터 노드에 지분을 위임하여 원장을 검증하는데 도움을 주고 보상받습니다. 벨리데이터는 원장 재검토 작업을 진행하고 스테이커가 그들의 지분을 위임할 수 있는 각 노드 투표 계정으로 표를 전송합니다. 남은 클러스터는 이러한 스테이크-가중 투표를 사용하여 포크 발생 시 블록을 선택합니다.", + "tps": "2020년 3월부터 트랜젝션을 처리했습니다.. 세계에서 가장 빠른 블록체인 검증을 도와주세요.", + "pert": "밸리데이터가 되어 트랜잭션당 수수료를 확보하세요.", + "validators": "최고의 글로벌 밸리데이터 네트워크 전문가와 함께하세요.", + "docs": "더 배우고 싶은가요? 문서를 확인해보세요.", + "start-registration": "시작할 준비가 되었나요? 아래 링크를 클릭하세요.", + "howto": "Validating on Solana", + "header": "밸리데이터 신청", + "info": "보상을 위한 법적 사전 절차", + "items-one": "솔라나 클러스터 지원에 관심을 가져주셔서 감사합니다. 아래 정보는 메인넷 베타, Tor de SOL, 테스트넷 클러스터 밸리데이터 참여자를 위해 지급되는 보상을 지급하기 위해 필요한 법적 사전 절차입니다.", + "items-two": "아래 Passbase를 통해 신원인증을 완료하세요.", + "items-three": "공용 밸리데이터 보상 서류를 DocuSign으로 사인하세요.", + "same-email": "Passbase 신원 인증과 DocuSign 둘 다 같은 이메일을 사용해주세요.", + "run": "노드를 운영하세요", + "discuss": "다른 밸리데이터와 솔라나 팀과 대화를 나누세요", + "progress": "아직 노드를 운영할 준비가 안됬나요? 그래도 솔라나의 발전 소식을 받아보시고 싶으신가요?", + "step1": "1단계: 등록하기", + "process": "위에 링크의 4 가지 절차를 따라하고 가입, KYC/AML, 참여 협의서, 그리고 디스코드 온보딩을 완료하세요.", + "both-register": "아래 절차를 완료하고 솔라나의 Tour de SOL과 메인넷 베타 네트워크 검증에 참여할 수 있습니다.", + "before": "밸리데이터는 메인넷에 온보딩 전에 최소 하나의 인센티브 테스트넷 \"스테이지\"를 참여해야됩니다.: Tour de SOL.", + "stages": "스테이지는 매달 시작됩니다. 등록 신청후 여기에서 스테이지의 최신 정보를 받으세요 (보상, 버그 바운티, 등등).", + "inflationary": "인플레이션 리워드가 활성화되기 전까지 밸리데이터들의 서비스를 제공한 보상으로 솔라나 재단에서 직접 보상합니다.", + "successful": "After successfully participating in a stage of Tour de SOL, you will be eligible to receive a Solana Foundation delegation on Mainnet Beta.", + "us": "미국시민 및 법인은 현재 참여할 수 없습니다.", + "step2": "2단계: Tour de SOL을 참여하기", + "step3": "3단계: 메인넷 베타 참여", + "anyone": "누구나 허가없이 솔라나 테스트넷과 메인넷 베타 네트워크상의 밸리데이터 노드를 운영을 할 수 있습니다.", + "getstarted": "밸리데이터 노드를 운영하려면 아래 문서 확인해주세요. 기술 요구사항 및 노드 운영하기 가이드", + "activecomm": "매우 활발한 솔라나 벨리데이터 커뮤니티에 참여하세요. 디스코드 서버 들어가기 디스코드 서버에서 기술 지원과 궁금점을 해결하세요.", + "permissionless": "솔라나의 네트워크는 허가없이 누구나 밸리데이터 노드를 언제나 운영할 수 있습니다. KYC 및 가입은 솔라나 재단에서 보상을 받기 위해서만 필요합니다. 미국 기관이나 개인은 보상 플랜을 받을 수 없습니다.", + "participate-2": "Participate in Tour de SOL to be eligible for Solana Foundation delegation", + "registration": { + "head": "보상플랜 등록 프로세스", + "steps": "아래 절차를 거처 솔라나 테스트넷과 메인넷 베타 네트워크에 밸리데이터 서비스 제공에 따른 토큰 보상을 받을 수 있습니다.", + "no-u": "솔라나의 네트워크는 허가없이 누구나 밸리데이터 노드를 언제나 운영할 수 있습니다. KYC 및 가입은 솔라나 재단에서 보상을 받기 위해서만 필요합니다. 미국 기관이나 개인은 보상 플랜을 받을 수 없습니다.", + "registration": "등록하기", + "form": "Tour de SOL (TdS) 등록 신청서", + "keybase": "참가자는 더 이상 퍼블릭키를 키베이스에 연결할 필요가 없습니다.", + "req": "최소 1 스테이지의 TdS를 성공적으로 참여해야지만 메인넷 베타의 보상을 받을 수 있습니다.", + "more": "Tour de SOL에 더 많은 정보를 보실려면 여기를 클릭하세요", + "kyc": "KYC/AML (Passbase 사용)", + "before": "과거에 SLP or TdS 등에 참여하여 KYC/AML을 완료 했을 경우 해당 단체나 개인은 KYC/AML을 추가로 진행 할 필요가 없습니다.", + "no-us": "미국 기관이나 개인의 KYC는 보상 플랜을 참여할 수 없습니다.", + "participation": "참여 동의서를 완료하세요", + "same-email": "Passbase 신원 인증에 사용한 이메일 주소와 같은 주소를 사용해주세요", + "discord": "디스코드에 참여하세요", + "discord-desc": "모든 밸리데이터는 주요 커뮤니케이션, 기술적 토론, 네트워크 공지와 업그레이드등이 공유되는 디스코드 채널에 참여해야됩니다." + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "프로토콜 기반 보상", + "protocol-text": "Issuances from a global, protocol-defined, inflation rate. These rewards are delivered on top of earnings from transaction fees.", + "staking-header": "스테이킹", + "staking-text": "스테이커들은 벨리데이터 노드에 지분을 위임하여 원장을 검증하는데 도움을 주고 보상받습니다. 벨리데이터는 원장 재검토 작업을 진행하고 스테이커가 그들의 지분을 위임할 수 있는 각 노드 투표 계정으로 표를 전송합니다. 남은 클러스터는 이러한 스테이크-가중 투표를 사용하여 포크 발생 시 블록을 선택합니다.", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "문서 보기", + "visitf": "포럼 방문하기", + "forum": "포럼에서 토론하기", + "chat": "채팅으로 지원받기", + "updated": "Solana의 진행 소식을 받아보고 싶으신가요?", + "build": "지금 개발하세요", + "contact": "연락처", + "learn": "더 알아보기", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "지금 구독하기", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "솔라나 뉴스레터에 가입하세요", + "spam": "절대 스팸 메일을 보내지 않습니다.", + "informed": "최신 정보를 받아보세요" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "개발자" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Solana Season", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Solana Community", + "featcontent": "주요 콘텐츠", + "header": "The Solana community is a globally distributed home to developers, token holders, validators, and members supporting the protocol.", + "info": "Listen to the podcast", + "podcast": "팟케스트 듣기", + "learn": "Learn in depth", + "blog": "Visit Blog", + "apply": "지금 지원하세요", + "collective": "Support the Solana core team through community and marketing initiatives while accumulating rewards.", + "socials": { + "hero": "Wayfinding", + "hero-old": "Join the crypto revolution", + "subheader": "The following are our most frequented and updated communication channels. You name it, we’ve got it!", + "telegram": "텔레그램", + "approx-members": "멤버", + "gt-members": " 멤버", + "announcements": "공지사항", + "discord": "디스코드", + "engineering": "엔지니어링", + "twitter": "트위터", + "approx-followers": "팔로워", + "medium": "News", + "approx-write-ups": "포스팅", + "blogposts": "블로그 포스트", + "github": "깃헙", + "vk": "VK", + "vk-subscribers": "팔로워", + "weibo": "Weibo", + "weibo-subscribers": " 구독자", + "twitter-jp": "일본 트위터", + "twitter-jp-subscribers": " 멤버", + "forum": "솔라나 포럼", + "forum-subscribers": " 포스트", + "gt-stars": " 스타", + "youtube": "유튜브", + "gt-subscribers": " 구독자", + "yt-subscribers": "K subscribers", + "videos": "동영상", + "email": "이메일", + "oneonone": "1대1", + "reddit": "레딧", + "discussions": "토론", + "meetup": "밋업", + "meetings": "미팅" + }, + "articles": { + "latest": "최신 소식", + "description": "저희의 최신 소식입니다.", + "view": "모두 보기" + }, + "jill": { + "title": "Jill Carlson - Slow Ventures 파트너 / The Open Money Initiative 공동 창립자", + "text": "이번 솔라나의 #15번째 팟케스트는 Jill Carlson과 함께 No Sharding으로 이야기를 나눴습니다. 이번 에피소드는 조금 색다른 방법으로 진행됬습니다." + }, + "cluster-launch": { + "title": "SPL1 Cluster 런칭", + "text": "We’re excited to announce the successful launch of our “Soft Launch” cluster. An incentivized cluster for development and partner integration. This cluster will run in parallel and separate to Tour de SOL (TdS)." + }, + "solana2019": { + "title": "2019년의 솔라나: 성장, 개발, 그리고 메인넷 런칭", + "text": "It’s been a hell of a year. As we prepare for the next decade, we want to recap the amazing progress Solana made in 2019. From intensive, heads down infrastructure work to announcing our $20m raise led by Multicoin Capital..." + }, + "brendan": { + "title": "Brendan Eich - Brave Software and Attention Token 공동 창립자 / CEO", + "text": "Brendan talks briefly about his background (Javascript creator & Mozilla co-founder) and then jumps right into how..." + }, + "sam": { + "title": "Sam Bankman-Fried - CEO of FTX, Co-founder of Serum", + "text": "A day after Project Serum was officially announced, Anatoly and Sam sat down to discuss the current trading environment in crypto, the future of DeFi, and to provide additional details around the high-speed, non-custodial decent..." + }, + "dieter": { + "title": "Dieter Shirley - CTO of Dapper Labs, Lead Architect of Flow", + "text": "No Sharding is the name of the podcast, and that is precisely what this episode is all about. From developing flow to leading the engineering team who designed Crypto Kitties, Dieter has extensive experience in both L1 and L2..." + }, + "rodolfo": { + "title": "Rodolfo Gonzalez - Partner at Foundation Capital", + "text": "This episode is all about venture capital. Rodolfo Gonzales is a partner at Foundation Capital, a venture capital firm that backs individuals who want to nudge the world ahead in some way, using a transformative business as their..." + }, + "royandreisen": { + "title": "Meher Roy & Reisen - Chorus One Ep #14 공동 창립자", + "text": "Chorus One is operating infrastructure to help you securely increase your crypto holdings. Meher..." + }, + "sunnya": { + "title": "Sunny Aggarwal - Tendermin/ Cosmos 코어 개발자", + "text": "이번에는 밸리데이터를 자세히 알아보는 에피소드입니다. 노드를 운영하고 밸리데이터가 되는것에 관심이 있으신가요?" + }, + "defi": { + "title": "A Deep Dive Into DeFi With FTX, Aave, Balancer, Curve, Gauntlet, and Solana", + "text": "This is a special episode of The Solana Podcast - we took a recent panel for the Solana Wormhole Hackathon and converted into audio format for you! Enjoy this deep dive into all things DeFi with industry leaders." + }, + "tds-week-2": { + "title": "Tour de SOL - 2주차 요약", + "text": "Welcome back to everyone who’s been following along on our progress during Tour de SOL..." + }, + "tds-week-1": { + "title": "Tour de SOL - 1주차 요약", + "text": "We’re officially a week into Stage 1 of Tour de SOL (TdS), and what a week it has been. Our goal was to begin to stress test our..." + }, + "serum": { + "title": "FTX Chooses Solana for Serum: A High-Speed, Non-Custodial Decentralized Derivatives Exchange", + "text": "FTX and Alameda Research created the Serum Foundation and announced Serum, a new high-speed, non-custodial DEX that’s built on Solana. You can learn more about Serum in the white paper and in this comprehensive write-up on The Block." + }, + "arweave": { + "title": "Announcing the Solana Arweave Interoperability Hack", + "text": "Today Solana is excited to announce a collaboration with Arweave. We are both calling for developers to build a bridge between the Solana and Arweave projects. This bounty is now live on Gitcoin and includes a 15,000 DAI reward. You can learn more about the scope and rules of the bounty here!" + }, + "tdsstage1": { + "title": "Tour de SOL 스테이지 1 세부사항", + "text": "We are revising Tour de SOL (TdS) from 3 events into an ongoing series of incentivised and scheduled events..." + }, + "coinlist": { + "title": "솔라나는 Coinlist 옥션에서 176만 달러를 조달했습니다.", + "text": "3 월 23 일 오후 10시 (PST) 에 코인리스트 경매가 시작되었습니다. 더치 옥션 방식으로 진행된 이번 경매에는 6시간 동안 8백만 개의 SOL 토큰이 판매되었습니다. 현재 세계적인 상황에도 불구하고이 경매에 대한 압도적으로 긍정적인 반응에 대해 커뮤니티에 감사를 표합니다." + }, + "terra": { + "title": "솔라나는 Terra와 파트너십을 통해 Low-Latency 토큰 브릿지를 만들어 솔라나 생태계에 스테이블 코인을 제공합니다.", + "text": "테라는 루나입니다 테라와 함께 만드는 새로운 고속 토큰 브릿지는 솔라나의 디앱 생태계내에 테라 스테이블 코인의 전송을 담당 하게됩니다. 테라의 토큰은 솔라나 네트워크상의 첫번째 스테이블 코인이 될것입니다. 스테이블 코인을 도입하여 개발자들을 위해 획기적인 개발 환경을 제공하고자 합니다. 이를 통해 안정적인 가격으로 결제가 필요한 혁신적인 서비스 구현이 가능해집니다." + }, + "chainlink": { + "title": "솔라나의 체인링크 도입: 더욱 뛰어난 DeFI 애플리케이션을 위한 초고속 가격 오라클 데이터", + "text": "금융 계약은 기초 자산의 가격 변동등의 시장 이벤트에 반응하는 데이터 기반의 상품입니다. 구체적으로 스마트 컨트랙트는 자동화된 금융 상품으로 사람이 중간자로써 개입이 없이 데이터로 직접적으로 이행과 청산까지 처리해주는 계약입니다." + }, + "popular": { + "title": "News", + "description": "Here are some selections from the past few months." + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "주요 비디오", + "youtube": "유튜브", + "podcast": "팟케스트" + } + }, + "blog": { + "hero": "Solana News", + "header": "Learn more about Solana’s technology, validators, integrations, and community.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "모두 보기" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "유튜브", + "latest-episode": "팟케스트" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "Resources", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "Resources", + "guides-title": "가이드", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "지금 개발하세요", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "Resources" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "인프라에 집중하지 말고", + "focus-2": "인프라가 아닌", + "network": "글로벌 분산 네트워크는 무어의 법칙과 함께 규모가 커지도록 설계되었습니다. 탈중앙성이나 보안을 희생할 필요 없이 수억명의 유저와 디바이스를 지원할 수 있습니다.", + "language": "다양한 언어로 코딩하세요.", + "vm": "Code in Rust, C, and C++. Flexible virtual machine integrations, with more on the way.", + "wait-times": "유저를 오래 기다리게 하지 마세요.", + "fast": "맴풀이 없고 엄청난 속도를 자랑합니다. 400ms 블록 타임과 초단위 이하의 완결성. 웹 2.0 속도의 웹 3.0.", + "scale": "자본 효율적인 생태계 성장", + "scale-context": "Solana scales thanks to Moore’s Law — there's no need to integrate with multiple shards or layer 2 solutions.", + "security": "엔터프라이즈급 보안", + "audit": "포튠 500 회사가 선호하는 보안 기업이 감사. 글로벌 규모를 위한 확실한 불변성." + }, + "pitch-2": { + "users": "유저들은", + "users-notice": "알지도 못 할것입니다.", + "performance": "솔라나의 성능은 누구도 따라올 수 없으며 고빈도 대규모의 어플리케이션을 위해 만들어지고 있습니다.", + "pmt": "블록 높이", + "validators": "현재 Epoch", + "blocktimes": "블록 타임", + "tps": "전체 트랜잭션" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "더 읽기", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "그랜트", + "break": "Break Solana", + "media": "Media Kit", + "careers": "커리어", + "disclaimer": "면책사항", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "Get Connected", + "blog": "Blog", + "newsletter": "뉴스레터" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "커뮤니티에 참여하세요", + "discord": "Solana Discord Support", + "forums": "솔라나 포럼", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "동영상" + } + }, + "nav": { + "learn": { + "title": "Learn", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "밸리데이터가 되세요", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "커뮤니티", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "News", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "Events", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "FAQ", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Solana Foundation" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "With support from" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Prizes", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "면책사항", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Start building" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Start building" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "다운로드" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "확장성", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json new file mode 100644 index 000000000..0023f4ec0 --- /dev/null +++ b/public/locales/nl/common.json @@ -0,0 +1,1735 @@ +{ + "titles": { + "404": "404: Niet gevonden", + "validators": "Validators: Help Secure the Network and Earn SOL", + "newsletter": "Nieuwsbrief", + "developers": "Developers: Resources and Information for Building on Solana", + "community": "Solana Community: Join our ecosystem", + "news": "Solana News", + "defi": "DeFi", + "events": "Events", + "dao": "DAOs and Governance" + }, + "404": { + "title": "Uh Oh.", + "copy": "We ran into an issue, but don’t worry, we’ll take care of it for sure.", + "button": "Back to homepage" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "Secure the ledger.", + "earn": "Earn SOL.", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "Become a Validator", + "stakingnd": "Staking & Validation", + "stake": "Stake tokens and earn rewards by processing and validating transactions. Earn commissions by managing delegated tokens on behalf of others.", + "testnet": "Testnet Competition", + "build": "Earn tokens by running a node to help test new features and benchmark network performance.", + "ecosystem": "Meet Our Validators", + "participatetitle": "Participate", + "register": "Register for TdS", + "register-page": "Register Now", + "onsolana": "Validate on Solana", + "storage": "Storage Mining", + "disk": "Provide excess disk space to store the Solana ledger’s data in stripes. Auto-delegate earned SOL to staking validation clients to compound earnings.", + "become": "Become a validator and get tokens.", + "existence": "Without validators, the Solana cluster cannot exist. Help maintain the integrity of the ledger and earn rewards while doing so.", + "rewards": "Protocol Based Rewards", + "issuances": "Issuances from a global, protocol-defined, inflation rate. These rewards are delivered on top of earnings from transaction fees.", + "fees": "Transaction Fees", + "feesdesc": "Transaction fees are market-based p2p transfers, attached to network interactions for state execution.", + "staking": "Staking", + "howstaking": "Stakers are rewarded for helping to validate the ledger. They do this by delegating their stake to validator nodes. Those validators do the legwork of replaying the ledger and send votes to a per-node vote account to which stakers can delegate their stakes. The rest of the cluster uses those stake-weighted votes to select a block when forks arise.", + "tps": "transactions processed since March 2020. Help validate the fastest blockchain in the world.", + "pert": "per transaction. Capture transaction fees as a validator.", + "validators": "Global Validators. Join our cohort of elite network experts.", + "docs": "Interested in learning more? Check out our docs.", + "start-registration": "Ready to start? Click the link below.", + "howto": "Validating on Solana", + "header": "Validator Signup", + "info": "Compensation Legal Proceedings", + "items-one": "Thank you for your interest in supporting the Solana cluster. Below is information related to the legal proceedings required to issue compensation for validator participation on either the Mainnet Beta, Tour de SOL, or Testnet clusters.", + "items-two": "Complete identity verification via Passbase below.", + "items-three": "Sign the universal Validator compensation document via DocuSign.", + "same-email": "Please use the same email for both Passbase identity verification and DocuSign.", + "run": "Run a Node", + "discuss": "Discuss with other validators and the Solana team.", + "progress": "Not ready to run a node? Want to keep updated with Solana’s progress?", + "step1": "Step 1. Register", + "process": "Follow the four step process outlined in the link above for registration, KYC/AML, participation agreement, and Discord onboarding.", + "both-register": "Completing these steps will register you to validate on Solana's Tour de SOL and Mainnet Beta networks.", + "before": "Before onboarding to Mainnet, validators should successfully participate in at least one “stage” of our incentivized testnet: Tour de SOL.", + "stages": "Stages kick off monthly; after registration see here for the latest stage information (including details regarding compensation, bug bounties, etc).", + "inflationary": "Until inflationary rewards are enabled, validators are directly compensated for their services by the Solana Foundation.", + "successful": "After successfully participating in a stage of Tour de SOL, you will be eligible to receive a Solana Foundation delegation on Mainnet Beta.", + "us": "U.S. individuals and entities are currently EXCLUDED from participating", + "step2": "Step 2. Participate in Tour de SOL", + "step3": "Step 3. Join Mainnet Beta", + "anyone": "Anyone can run a validator node on Solana’s permissionless testnet and Mainnet Beta networks!", + "getstarted": "To get started, check out our docs on the technical requirements and steps to start your own node.", + "activecomm": "We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "permissionless": "Solana’s networks are permissionless and therefore anyone can begin running a validator node at any time. Registration and KYC are required to receive compensation from the Solana Foundation. Please note that U.S. entities and individuals are not eligible to receive compensation at this time.", + "participate-2": "Participate in Tour de SOL to be eligible for Solana Foundation delegation", + "registration": { + "head": "Compensation Registration Process", + "steps": "Please complete the steps below to be eligible for token compensation for validation services first on the Solana Testnet and then Mainnet Beta networks.", + "no-u": "Solana’s networks are permissionless and therefore anyone can begin running a validator node at any time. Registration and KYC are required to receive compensation from the Solana Foundation. Please note that U.S. entities and individuals are not eligible to receive compensation at this time.", + "registration": "Registration", + "form": "Tour de SOL (TdS) Registration Form", + "keybase": "We no longer require participants to link their Public Key with their Keybase account", + "req": "Registration and successful participation in at least one stage of TdS is a requirement before becoming eligible for compensation on Mainnet Beta", + "more": "More info on Tour de SOL here", + "kyc": "KYC/AML (via Passbase)", + "before": "If you’ve completed KYC/AML previously for SLP or TdS with the same entity/individual on Coinlist or Passbase, then you will not need to go through this again.", + "no-us": "We cannot accept U.S. entities or individuals for KYC or compensation", + "participation": "Complete Participation Agreement", + "same-email": "Please use the same email address as used for Passbase identity verification", + "discord": "Join Our Discord", + "discord-desc": "Requirement for all validators, as this is our primary communication channel for technical discussions, network announcements and upgrades, etc" + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "Protocol Based Rewards", + "protocol-text": "Issuances from a global, protocol-defined, inflation rate. These rewards are delivered on top of earnings from transaction fees.", + "staking-header": "Staking", + "staking-text": "Stakers are rewarded for helping to validate the ledger. They do this by delegating their stake to validator nodes. Those validators do the legwork of replaying the ledger and send votes to a per-node vote account to which stakers can delegate their stakes. The rest of the cluster uses those stake-weighted votes to select a block when forks arise.", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "Ga naar Documenten", + "visitf": "Forums bezoeken", + "forum": "Discuss on Forum", + "chat": "Get Chat Support", + "updated": "Want to keep updated with Solana’s progress?", + "build": "Build Now", + "contact": "Contact Us", + "learn": "Meer info", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "Subscribe Now", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "Meld u aan voor de Solana nieuwsbrief", + "spam": "We promise we won’t spam you.", + "informed": "Blijf op de hoogte" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "Ontwikkelaars" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Solana Season", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Solana Community", + "featcontent": "Featured Content", + "header": "The Solana community is a globally distributed home to developers, token holders, validators, and members supporting the protocol.", + "info": "Listen to the podcast", + "podcast": "Go to Podcast", + "learn": "Learn in depth", + "blog": "Visit Blog", + "apply": "Apply Now", + "collective": "Support the Solana core team through community and marketing initiatives while accumulating rewards.", + "socials": { + "hero": "Wayfinding", + "hero-old": "Join the crypto revolution", + "subheader": "The following are our most frequented and updated communication channels. You name it, we’ve got it!", + "telegram": "Telegram", + "approx-members": "members", + "gt-members": "members", + "announcements": "Aankondigingen", + "discord": "Discord", + "engineering": "Engineering", + "twitter": "Twitter", + "approx-followers": "followers", + "medium": "News", + "approx-write-ups": "write-ups", + "blogposts": "Blog Posts", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "followers", + "weibo": "Weibo", + "weibo-subscribers": "subscribers", + "twitter-jp": "Twitter Japan", + "twitter-jp-subscribers": "members", + "forum": "Solana Forums", + "forum-subscribers": " posts", + "gt-stars": "stars", + "youtube": "YouTube", + "gt-subscribers": "subscribers", + "yt-subscribers": "K subscribers", + "videos": "Video's", + "email": "E-mail", + "oneonone": "1:1", + "reddit": "Reddit", + "discussions": "Discussies", + "meetup": "Bijeenkomst", + "meetings": "Meetings" + }, + "articles": { + "latest": "Latest Stories", + "description": "Here’s what we’ve been up to recently.", + "view": "Bekijk alles" + }, + "jill": { + "title": "Jill Carlson - Partner at Slow Ventures / Co-Founder Of The Open Money Initiative", + "text": "We had a blast hosting Jill Carlson for episode #15 of No Sharding, The Solana Podcast. For this episode we took a different approach..." + }, + "cluster-launch": { + "title": "SLP1 Cluster Launch", + "text": "We’re excited to announce the successful launch of our “Soft Launch” cluster. An incentivized cluster for development and partner integration. This cluster will run in parallel and separate to Tour de SOL (TdS)." + }, + "solana2019": { + "title": "Solana in 2019: Growth, Development, and the Road to Mainnet", + "text": "It’s been a hell of a year. As we prepare for the next decade, we want to recap the amazing progress Solana made in 2019. From intensive, heads down infrastructure work to announcing our $20m raise led by Multicoin Capital..." + }, + "brendan": { + "title": "Brendan Eich - Co-founder / CEO Brave Software and Attention Token", + "text": "Brendan talks briefly about his background (Javascript creator & Mozilla co-founder) and then jumps right into how..." + }, + "sam": { + "title": "Sam Bankman-Fried - CEO of FTX, Co-founder of Serum", + "text": "A day after Project Serum was officially announced, Anatoly and Sam sat down to discuss the current trading environment in crypto, the future of DeFi, and to provide additional details around the high-speed, non-custodial decent..." + }, + "dieter": { + "title": "Dieter Shirley - CTO of Dapper Labs, Lead Architect of Flow", + "text": "No Sharding is the name of the podcast, and that is precisely what this episode is all about. From developing flow to leading the engineering team who designed Crypto Kitties, Dieter has extensive experience in both L1 and L2..." + }, + "rodolfo": { + "title": "Rodolfo Gonzalez - Partner at Foundation Capital", + "text": "This episode is all about venture capital. Rodolfo Gonzales is a partner at Foundation Capital, a venture capital firm that backs individuals who want to nudge the world ahead in some way, using a transformative business as their..." + }, + "royandreisen": { + "title": "Meher Roy & Reisen - Co-Founders of Chorus One Ep #14", + "text": "Chorus One is operating infrastructure to help you securely increase your crypto holdings. Meher..." + }, + "sunnya": { + "title": "Sunny Aggarwal - Core Developer at Tendermint / Cosmos", + "text": "This episode is all about Validators. Are you interested in learning more about how to run a node and become a validator?" + }, + "defi": { + "title": "A Deep Dive Into DeFi With FTX, Aave, Balancer, Curve, Gauntlet, and Solana", + "text": "This is a special episode of The Solana Podcast - we took a recent panel for the Solana Wormhole Hackathon and converted into audio format for you! Enjoy this deep dive into all things DeFi with industry leaders." + }, + "tds-week-2": { + "title": "Tour de SOL – Week 2 Recap", + "text": "Welcome back to everyone who’s been following along on our progress during Tour de SOL..." + }, + "tds-week-1": { + "title": "Tour de SOL – Week 1 Recap", + "text": "We’re officially a week into Stage 1 of Tour de SOL (TdS), and what a week it has been. Our goal was to begin to stress test our..." + }, + "serum": { + "title": "FTX Chooses Solana for Serum: A High-Speed, Non-Custodial Decentralized Derivatives Exchange", + "text": "FTX and Alameda Research created the Serum Foundation and announced Serum, a new high-speed, non-custodial DEX that’s built on Solana. You can learn more about Serum in the white paper and in this comprehensive write-up on The Block." + }, + "arweave": { + "title": "Announcing the Solana Arweave Interoperability Hack", + "text": "Today Solana is excited to announce a collaboration with Arweave. We are both calling for developers to build a bridge between the Solana and Arweave projects. This bounty is now live on Gitcoin and includes a 15,000 DAI reward. You can learn more about the scope and rules of the bounty here!" + }, + "tdsstage1": { + "title": "Tour de SOL Stage 1 Details", + "text": "We are revising Tour de SOL (TdS) from 3 events into an ongoing series of incentivised and scheduled events..." + }, + "coinlist": { + "title": "Solana Raises 1.76 Million in Sold-Out Coinlist Auction", + "text": "On March 23rd at 10 pm PST our Coinlist auction went live. The dutch auction sold out the 8 million available SOL tokens in 6 hours. We want to thank our community for the overwhelmingly positive response to this auction, despite the current world conditions." + }, + "terra": { + "title": "Solana Partners with Terra to Build a Low-Latency Token Bridge, Bringing Stablecoins To The Solana Ecosystem", + "text": "Together we’re building a new high-speed token bridge that facilitates the transfer of Terra stablecoins into Solana’s dapp ecosystem. Terra’s tokens will be the first stablecoins on the Solana network. By bringing stablecoins onto our network, we aim to dramatically expand the design space for developers, opening the door to novel applications that require price-stable payments." + }, + "chainlink": { + "title": "Chainlink and Solana Integration: High-Speed Price Oracle Data for Better DeFi Applications", + "text": "Financial contracts are data-driven instruments that react to market events, such as the price change of an underlying asset. Smart contracts, in particular, are automated financial products, meaning the data directly triggers the execution and settlement of the contract as opposed to employing a human intermediary." + }, + "popular": { + "title": "News", + "description": "Here are some selections from the past few months." + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "Featured Videos", + "youtube": "YouTube", + "podcast": "Podcast" + } + }, + "blog": { + "hero": "Solana News", + "header": "Learn more about Solana’s technology, validators, integrations, and community.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "Bekijk alles" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "YouTube", + "latest-episode": "Podcast" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "Resources", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "Resources", + "guides-title": "Guides", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "Build Now", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "Resources" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "Focus on your business,", + "focus-2": "not your infrastructure.", + "network": "The global, distributed network is specifically built to scale with Moore’s Law, without sacrificing decentralization or security to support users and devices in the billions.", + "language": "Code in your language.", + "vm": "Code in Rust, C, and C++. Flexible virtual machine integrations, with more on the way.", + "wait-times": "Avoid long wait times for your users.", + "fast": "Blazing fast speeds and no mempool. 400ms blocktimes and sub-second finality. Web 3.0 with Web 2.0 speed.", + "scale": "Capital efficient as the ecosystem grows.", + "scale-context": "Solana scales thanks to Moore’s Law — there's no need to integrate with multiple shards or layer 2 solutions.", + "security": "Enterprise-grade security.", + "audit": "Audited by a Fortune 500-preferred security firm. Iron-clad immutability for global scale." + }, + "pitch-2": { + "users": "Your users will", + "users-notice": "never even notice.", + "performance": "Solana’s performance is unparalleled, and specifically built for high-frequency and massive-scale applications.", + "pmt": "Block Height", + "validators": "Current Epoch", + "blocktimes": "Block Time", + "tps": "Total Transactions" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "Read More", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "Grants", + "break": "Break Solana", + "media": "Media Kit", + "careers": "Careers", + "disclaimer": "Disclaimer", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "ecosystem": "Ecosystem", + "heading": "Get Connected", + "blog": "Blog", + "newsletter": "Nieuwsbrief" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "Join the Community", + "discord": "Solana Discord Support", + "forums": "Solana Forums", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "Video's" + } + }, + "nav": { + "learn": { + "title": "Learn", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Become a Validator", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "Community", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "News", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "Events", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "FAQ", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Solana Foundation" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "With support from" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Prizes", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "Disclaimer", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Start building" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Start building" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "Download" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "Scalable", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/pl/common.json b/public/locales/pl/common.json new file mode 100644 index 000000000..6b0c3ce79 --- /dev/null +++ b/public/locales/pl/common.json @@ -0,0 +1,1734 @@ +{ + "titles": { + "404": "404: Nie znaleziono", + "validators": "Walidatorzy: Pomóż zabezpieczyć sieć i zarabiaj SOL", + "newsletter": "Biuletyn", + "developers": "Deweloperzy: Zasoby i informacje na potrzeby budowania na Solanie", + "community": "Społeczność Solana: Dołącz do naszego ekosystemu", + "news": "Solana News", + "defi": "DeFi", + "events": "Wydarzenia", + "dao": "DAOs and Governance" + }, + "404": { + "title": "Oj.", + "copy": "Mamy problem, ale spokojnie, na pewno się nim zajmiemy.", + "button": "Back to homepage" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "Zabezpiecz księgę.", + "earn": "Zdobądź SOL.", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "Zostań walidatorem", + "stakingnd": "Stakowanie i Walidacja", + "stake": "Stakuj tokeny i zarabiaj nagrody za przetwarzanie i zatwierdzanie transakcji. Zarabiaj prowizje, zarządzając tokenami delegowanymi w imieniu innych.", + "testnet": "Konkurs Testnetowy", + "build": "Zarabiaj tokeny uruchamiając węzeł, aby pomóc w testowaniu nowych funkcji i porównywaniu wydajności sieci.", + "ecosystem": "Poznaj naszych walidatorów", + "participatetitle": "Weź udział", + "register": "Zarejestruj się dla TdS", + "register-page": "Zarejestruj się teraz", + "onsolana": "Zatwierdź na Solanie", + "storage": "Kopanie Dyskowe", + "disk": "Dostarcz nadmiar dostępnego miejsca na swoim dysku, aby przechowywać dane księgi Solana w paskach (Data Striping). Automatycznie deleguj zarobione SOL na stakowanie klientów weryfikujących aby zwiększyć zyski.", + "become": "Zostań walidatorem i zdobądź tokeny.", + "existence": "Bez walidatorów, klaster Solana nie może istnieć. Pomóż zachować integralność księgi i zdobywaj nagrody podczas wykonywania tego zadania.", + "rewards": "Nagrody oparte o protokół", + "issuances": "Emisje z globalnego, zdefiniowanego w protokole poziomu inflacji. Nagrody te są dostarczane oprócz zarobków z opłat transakcyjnych.", + "fees": "Opłaty transakcyjne", + "feesdesc": "Opłaty transakcyjne to rynkowe transfery p2p, powiązane z interakcjami sieciowymi stanu wykonania.", + "staking": "Staking", + "howstaking": "Stakerzy są nagradzani za pomoc w weryfikacji księgi. Robią to poprzez delegowanie swoich udziałów do węzłów walidatora. Ci walidatorzy wykonują czarną robotę odtwarzając księgę i wysyłają głosy na konto głosowania na węzęł, na które stakerzy mogą delegować swoje udziały. Pozostała część klastra wykorzystuje te głosy które są ważone iloscią udziałów do wyboru bloku, gdy powstają forki.", + "tps": "transakcje przetworzone od marca 2020 r. Pomóż weryfikować najszybszy blockchain na świecie.", + "pert": "za transakcję. Przechwytuj opłaty transakcyjne jako walidator.", + "validators": "Globalni walidatorzy. Dołącz do naszej kohorty elitarnych ekspertów sieciowych.", + "docs": "Jesteś zainteresowany aby dowiedzieć się więcej? Sprawdź nasze dokumenty.", + "start-registration": "Gotowy, aby rozpocząć? Kliknij poniższy link.", + "howto": "Validating on Solana", + "header": "Rejestracja Walidatora", + "info": "Postępowanie prawne dotyczące odszkodowania", + "items-one": "Dziękujemy za zainteresowanie wsparciem klastra Solana. Poniżej znajdują się informacje dotyczące postępowania prawnego wymaganego do wydania rekompensaty za udział walidatora w sieciach: Mainnet Beta, Tour de SOL, lub Testnet.", + "items-two": "Ukończ proces weryfikacji tożsamości za pomocą Passbase poniżej.", + "items-three": "Podpisz uniwersalny dokument dotyczący odszkodowania dla walidatora za pomocą DocuSign.", + "same-email": "Proszę użyj tego samego adresu e-mail zarówno do weryfikacji tożsamości Passbase jak i DocuSign.", + "run": "Uruchom Węzeł", + "discuss": "Dyskutuj z innymi walidatorami i całym zespołem Solana.", + "progress": "Nie jesteś gotowy aby uruchomić węzeł? Chcesz być na bieżąco z postępem Solany?", + "step1": "Krok 1. Zarejestruj się", + "process": "Postępuj zgodnie z procesem składających się z czterech etapów opisanym w powyższym linku do rejestracji, KYC/AML, porozumienie o uczestnictwie i wdrożeniu na Discordzie.", + "both-register": "Ukończenie tych kroków spowoduje zarejestrowanie Cię w sieciach: Solana Tour de SOL i Mainnet Beta.", + "before": "Przed wdrożeniem do Mainnet, walidatorzy powinni z powodzeniem uczestniczyć w co najmniej jednym „etapie” naszej polecanej sieci testowej: Tour de SOL.", + "stages": "Etapy kumulują się miesięcznie; po rejestracji zobacz tutaj, aby uzyskać najnowsze informacje dotyczące etapu (w tym szczegóły dotyczące rekompensat, nagród za błędy, itp.).", + "inflationary": "Dopóki nie zostaną włączone nagrody inflacyjne, walidatorzy otrzymają rekompensatę za ich usługi bezpośrednio ze strony Fundacji Solana.", + "successful": "Po pomyślnym uczestnictwie na etapie Tour de SOL, będziesz uprawniony do otrzymania delegacji Fundacji Solana na głównej sieci - Mainnet Beta.", + "us": "Osoby i podmioty z USA nie mogą w tym momencie brać udziału", + "step2": "Krok 2. Weź udział w Tour de SOL", + "step3": "Krok 3. Dołącz do Mainnet Beta", + "anyone": "Każdy może uruchomić węzeł walidatoski na sieciach Solany: testnet i Mainnet Beta!", + "getstarted": "Aby rozpocząć, sprawdź naszą dokumentację na dotyczącą wymagań technicznych i wyjaśniającą w kilku krokach, jak uruchomić swój własny węzeł.", + "activecomm": "Mamy bardzo aktywną społeczność walidatorów na naszym serwerze na Discordzie. To najlepsze miejsce do uzyskania wsparcia technicznego i zadawania pytań.", + "permissionless": "Sieci Solana nie wymagają pozwolenia i dlatego każdy może uruchomić własny węzeł walidatorski w każdej chwili. Rejestracja i KYC są wymagane do otrzymania rekompensaty od Fundacji Solana. Proszę wziąć pod uwagę, że podmioty i osoby z USA nie kwalifikują się obecnie do otrzymania rekompensaty.", + "participate-2": "Weź udział w Tour de SOL, aby kwalifikować się do delegacji Fundacji Solana", + "registration": { + "head": "Proces rejestracji rekompensaty", + "steps": "Proszę wykonać poniższe kroki, aby kwalifikować się do otrzymania rekompensaty tokenów za usługi walidacyjne najpierw na sieci Solana Testnet, a następnie na sieci Mainnet Beta.", + "no-u": "Sieci Solana nie wymagają pozwolenia i dlatego każdy może uruchomić własny węzeł walidatorski w każdej chwili. Rejestracja i KYC są wymagane do otrzymania rekompensaty od Fundacji Solana. Proszę wziąć pod uwagę, że podmioty i osoby z USA nie kwalifikują się obecnie do otrzymania rekompensaty.", + "registration": "Rejestracja", + "form": "Formularz rejestracyjny Tour de SOL (TdS)", + "keybase": "Nie wymagamy już od uczestników połączenia ich klucza publicznego z ich kontem Keybase", + "req": "Rejestracja i pomyślny udział w co najmniej jednym etapie TdS jest wymogiem przed zakwalifikowaniem się do rekompensaty na sieci Mainnet Beta", + "more": "Więcej informacji na temat Tour de SOL tutaj", + "kyc": "KYC/AML (poprzez Passbase)", + "before": "Jeśli ukończyłeś KYC/AML poprzednio dla SLP lub TdS z tą samą jednostką/osobą na Coinlist lub Passbase, nie będzie konieczne ponowne przeprowadzenie tego procesu.", + "no-us": "Nie możemy zaakceptować jednostek lub osób pochodzących z USA dla KYC lub rekompensatę", + "participation": "Zakończ umowę uczestnictwa", + "same-email": "Proszę użyj tego samego adresu e-mail, który jest używany do weryfikacji tożsamości Passbase", + "discord": "Dołącz do naszego Discorda", + "discord-desc": "Wymaganie dla wszystkich walidatorów, ponieważ jest to nasz główny kanał komunikacji dla dyskusji technicznych, ogłoszeń dotyczących sieci, aktualizacji itp." + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "Nagrody oparte o protokół", + "protocol-text": "Emisje z globalnego, zdefiniowanego w protokole poziomu inflacji. Nagrody te są dostarczane oprócz zarobków z opłat transakcyjnych.", + "staking-header": "Staking", + "staking-text": "Stakerzy są nagradzani za pomoc w weryfikacji księgi. Robią to poprzez delegowanie swoich udziałów do węzłów walidatora. Ci walidatorzy wykonują czarną robotę odtwarzając księgę i wysyłają głosy na konto głosowania na węzęł, na które stakerzy mogą delegować swoje udziały. Pozostała część klastra wykorzystuje te głosy które są ważone iloscią udziałów do wyboru bloku, gdy powstają forki.", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "Przejdź do Dokumentacji", + "visitf": "Odwiedź fora", + "forum": "Dyskutuj na forum", + "chat": "Uzyskaj wsparcie na czacie", + "updated": "Chcesz być na bieżąco z postępem Solany?", + "build": "Buduj teraz", + "contact": "Skontaktuj się z nami", + "learn": "Dowiedz się więcej", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "Zasubskrybuj", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "Zapisz się do Biuletynu Solana", + "spam": "Obiecujemy, że nie będziemy wysyłać Ci spamu.", + "informed": "Pozostań informowany" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "Deweloperzy" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Sezon Solany", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Solana Community", + "featcontent": "Wyróżniona zawartość", + "header": "Społeczność Solana jest globalnie rozproszonym domem dla deweloperów, posiadaczy tokenów, walidatorów i członków wspierających protokół.", + "info": "Listen to the podcast", + "podcast": "Przejdź do Podcastu", + "learn": "Learn in depth", + "blog": "Visit Blog", + "apply": "Aplikuj Teraz", + "collective": "Wspieraj główny zespół Solany poprzez społeczność i inicjatywy marketingowe, gromadząc nagrody.", + "socials": { + "hero": "Wayfinding", + "hero-old": "Join the crypto revolution", + "subheader": "The following are our most frequented and updated communication channels. You name it, we’ve got it!", + "telegram": "Telegram", + "approx-members": "członków", + "gt-members": " członków", + "announcements": "Ogłoszenia", + "discord": "Discord", + "engineering": "Inżynieria", + "twitter": "Twitter", + "approx-followers": "obserwujących", + "medium": "News", + "approx-write-ups": "zapisów", + "blogposts": "Posty na blogu", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "obserwujących", + "weibo": "Weibo", + "weibo-subscribers": " subskrybentów", + "twitter-jp": "Twitter Japonia", + "twitter-jp-subscribers": " użytkowników", + "forum": "Fora Solana", + "forum-subscribers": " postów", + "gt-stars": " gwiazdek", + "youtube": "YouTube", + "gt-subscribers": " subskrybentów", + "yt-subscribers": "K subscribers", + "videos": "Filmy", + "email": "E-mail", + "oneonone": "1:1", + "reddit": "Reddit", + "discussions": "Dyskusje", + "meetup": "Spotkanie", + "meetings": "Spotkania" + }, + "articles": { + "latest": "Najnowsze Historie", + "description": "Oto co niedawno porabialiśmy.", + "view": "Zobacz wszystko" + }, + "jill": { + "title": "Jill Carlson - Partner w Slow Ventures / Współzałożyciel The Open Money Initiative", + "text": "Mieliśmy przyjemność gościć Jilla Carlsona w #15 odcinku Podcastu Solany pt. No Sharding. W tym odcinku przyjęliśmy inne podejście..." + }, + "cluster-launch": { + "title": "Uruchamianie klastra SLP1", + "text": "Z przyjemnością ogłaszamy udane uruchomienie naszego klastra „Soft Launch”. Zmotywowany klaster na rzecz rozwoju i integracji z partnerami. Klaster ten będzie działał równolegle i odrębnie z Tour de SOL (TdS)." + }, + "solana2019": { + "title": "Solana w 2019 r.: Wzrost, Rozwój i Droga do Mainnetu", + "text": "To był ciężki rok. Jako, że przygotowujemy się na następną dekadę, chcemy ponownie podsumować i przedstawić niesamowity postęp Solany w 2019 roku. Od intensywnych, godnych podziwu prac nad infrastrukturą po ogłoszenie naszego wsparcia pod przewodnictwem Multicoin Capital o wartości 20 mln dolarów..." + }, + "brendan": { + "title": "Brendan Eich - współzałożyciel / Dyrektor Generalny przeglądarki Brave i tokenu BAT (Basic Attention Token)", + "text": "Brendan pokrótce mówi o swoim tle (twórca Javascript i współzałożyciel Mozilla), a następnie błyskawicznie przechodzi do tego w jaki sposób..." + }, + "sam": { + "title": "Sam Bankman-Fried - dyrektor generalny FTX, współzałożyciel Serum", + "text": "Dzień po oficjalnym ogłoszeniu Projektu Serum, Anatoli i Sam wspólnie zasiedli w celu omówienia obecnego środowiska handlowego w kryptowalutach, przyszłości DeFi i dostarczenia dodatkowych informacji na temat szybkiej i nie wymagającej opieki i pozwolenia, wspaniałej..." + }, + "dieter": { + "title": "Dieter Shirley - dyrektor ds. technicznych projektu Dapper Labs, Główny Architekt projektu Flow", + "text": "No Sharding jest nazwą podcastu i oto dokładnie chodzi w tym epizodzie. Zaczynając od rozwijania Flow po kierownictwo zespołu inżynieryjnego, który stworzył Crypto Kitties, Dieter ma szerokie doświadczenie zarówno w dziedzinie L1, jak i L2..." + }, + "rodolfo": { + "title": "Rodolfo Gonzalez - Partner w Foundation Capital", + "text": "Ten epizod dotyczy głównie Venture Capital. Rodolfo Gonzales jest partnerem w Foundation Capital, przedsiębiorstwo Venture Capital wspierające osoby, które chcą w jakiś sposób popychać świat do przodu, wykorzystując transformacyjny biznes jako swoje..." + }, + "royandreisen": { + "title": "Meher Roy & Reisen - Współzałożyciele Chorus One, Epizod #14", + "text": "Chorus One obsługuje infrastrukturę, która pomoże Ci w bezpiecznym zwiększeniu ilości Twoich kryptowalut. Meher..." + }, + "sunnya": { + "title": "Sunny Aggarwal - Główny deweloper w Tendermint / Cosmos", + "text": "Ten odcinek dotyczy walidatorów. Czy jesteś zainteresowany tym, jak uruchomić węzeł i stać się walidatorem sieci?" + }, + "defi": { + "title": "Głębokie nurkowanie w rynek DeFi z FTX, Aave, Balancer, Curve, Gauntlet, and Solana", + "text": "To specjalny odcinek Podcastu Solana - wykonaliśmy ostatnio panel dla Hackathonu Wormhole Solany i przekonwertowaliśmy go do formatu audio dla Ciebie! Ciesz się zawartymi informacjami na temat wszystkich aspektów dotyczących DeFi z liderami tej branży." + }, + "tds-week-2": { + "title": "Tour de SOL - Tydzień 2 Podsumowanie", + "text": "Witamy wszystkich z powrotem, którzy obserwują nasze postępy podczas Tour de SOL..." + }, + "tds-week-1": { + "title": "Tour de SOL - Tydzień 1 Podsumowanie", + "text": "Od tygodnia jesteśmy oficjalnie na pierwszym etapie Tour de SOL (TdS) i cóż to był za tydzień. Naszym celem było rozpoczęcie testów skrajnych naszej..." + }, + "serum": { + "title": "FTX wybiera Solanę dla Serum: Szybka, zdecentralizowana i nienadzorowana giełda instrumentów pochodnych, derywat", + "text": "FTX i Alameda Research stworzyły Fundację Serum i ogłosiły Serum, nową szybką, nienadzorowalną, zdecentralizowaną giełdę (w skrócie DEX), zbudowaną na Solanie. Możesz dowiedzieć się więcej o Serum studiując White Paper i w tym wszechstronnym zapisie na The Block." + }, + "arweave": { + "title": "Ogłoszenie Haka Interoperacyjności Arweave Solana", + "text": "Solana jest dziś podekscytowana, aby ogłosić współpracę z Arweave. Oboje wzywamy deweloperów do zbudowania mostu między projektami Solana i Arweave. Ta nagroda jest teraz dostępna na Gitcoin i jej kwota wynosi 15,000 DAI. Możesz dowiedzieć się więcej o zakresie i zasadach nagrody tutaj!" + }, + "tdsstage1": { + "title": "Tour de SOL Etap 1 - Szczegóły", + "text": "Zmieniamy Tour de SOL (TdS) z 3 wydarzeń na ciągle trwającą serię zachęt i zaplanowanych wydarzeń..." + }, + "coinlist": { + "title": "Solana zgarnia 1,76 mln EUR w wyprzedanej aukcji na Coinlist", + "text": "23 marca o godz. 22.00 (Czasu Pacyficznego) nasza aukcja Coinlist była na żywo. Na holenderskiej aukcji wyprzedano 8 milionów dostępnych tokenów SOL w ciągu 6 godzin. Chcemy podziękować naszej społeczności za zdecydowanie pozytywną reakcję dotyczącą tej aukcji, pomimo obecnej sytuacji na świecie." + }, + "terra": { + "title": "Solana podjęła współpracuję z Terra, aby zbudować most (tzw. Bridge) o niskim opóźnieniu, pozwalający na dostarczanie stablecoinów do całego ekosystemu Solany", + "text": "Razem budujemy nowy, szybki most tokenowy, który ułatwia transfer Stablecoinów na Terra do dappki (zdecentralizowanej aplikacji) w ekosystemie Solany. Tokeny platformy Terra będą pierwszymi stablecoinami w sieci Solana. Wprowadzając stablecoiny do naszej sieci, dążymy do dramatycznego rozszerzenia przestrzeni projektowej dla programistów, otwierając możliwości dla nowych aplikacji, które wymagają stabilnych cenowo płatności." + }, + "chainlink": { + "title": "Integracja Chainlink i Solana: Szybkie dane cenowe Oracle dla lepszych aplikacji DeFi", + "text": "Kontrakty finansowe to instrumenty oparte na danych, które reagują na zdarzenia rynkowe, takie jak zmiana ceny \naktywa bazowego. Smart Kontrakty to w szczególności zautomatyzowane produkty finansowe, oznacza to, że dane bezpośrednio wywołują wykonanie i rozliczenie umowy w przeciwieństwie do zatrudniania ludzkiego pośrednika." + }, + "popular": { + "title": "News", + "description": "Oto kilka selekcji z ostatnich kilku miesięcy." + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "Wyróżnione filmy", + "youtube": "YouTube", + "podcast": "Podcast" + } + }, + "blog": { + "hero": "Solana News", + "header": "Learn more about Solana’s technology, validators, integrations, and community.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "Zobacz wszystko" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "YouTube", + "latest-episode": "Podcast" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "Źródła", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "Źródła", + "guides-title": "Poradniki", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "Buduj teraz", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "Źródła" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "Skup się na swojej firmie,", + "focus-2": "nie na twojej infrastrukturze.", + "network": "Globalna, rozproszona sieć została specjalnie zbudowana tak by się skalować zgodnie z prawem Moore'a, bez poświęcania decentralizacji czy bezpieczeństwa w celu wsparcia miliardów użytkowników i urządzeń.", + "language": "Koduj w swoim języku.", + "vm": "Koduj w Rust, C i C++. Elastyczne integracje maszyn wirtualnych, z większą ilością już wkrótce.", + "wait-times": "Unikaj długiego czasu oczekiwania dla użytkowników.", + "fast": "Hiper szybkie prędkości i brak mempoola. Czas bloków 400 ms i finalizacja poniżej sekundy. Web 3.0 z prędkością Web 2.0.", + "scale": "Efektywność kapitałowa w miarę wzrostu ekosystemu.", + "scale-context": "Solana skaluje się dzięki prawu Moore’a – nie ma potrzeby integrowania się z wieloma Shardami lub rozwiązaniami Layer 2.", + "security": "Bezpieczeństwo klasy korporacyjnej.", + "audit": "Audytowane przez preferowaną firmę zabezpieczającą Fortune 500. Pancerna niezmienność w skali globalnej." + }, + "pitch-2": { + "users": "Twoi użytkownicy będą", + "users-notice": "nawet nie zauważą.", + "performance": "Wydajność Solany jest niespotykana i budowana specjalnie do zastosowań o wysokiej częstotliwości i aplikacji na masową skalę.", + "pmt": "Wielkość bloku", + "validators": "Bieżący Epoch", + "blocktimes": "Czas bloku", + "tps": "Całkowita liczba transakcji" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "Przeczytaj więcej", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "Dotacje", + "break": "Złam Solanę", + "media": "Media Kit", + "careers": "Oferty pracy", + "disclaimer": "Zastrzeżenie dotyczące wyłączenia odpowiedzialności", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "Get Connected", + "blog": "Blog", + "newsletter": "Biuletyn" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "Dołącz do społeczności", + "discord": "Solana Discord Support", + "forums": "Fora Solana", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "Filmy" + } + }, + "nav": { + "learn": { + "title": "Ucz się", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "Źródła", + "items": [ + { + "title": "Zostań walidatorem", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "Społeczność", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "News", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "Wydarzenia", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "Często zadawane pytania", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Solana Foundation" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "Z wsparciem od" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Prizes", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "Zastrzeżenie dotyczące wyłączenia odpowiedzialności", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Start building" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Start building" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "Pobierz" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "Skalowalna", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/pt/common.json b/public/locales/pt/common.json new file mode 100644 index 000000000..9bf9df222 --- /dev/null +++ b/public/locales/pt/common.json @@ -0,0 +1,1734 @@ +{ + "titles": { + "404": "404: Não Encontrado", + "validators": "Validadores: Ajude a proteger a rede e Ganhe SOL", + "newsletter": "Newsletter", + "developers": "Desenvolvedores: Recursos e Informações para Fortalecimento em Solana", + "community": "Solana Comunidade: Junte-se ao nosso ecossistema", + "news": "Solana News", + "defi": "DeFi", + "events": "Eventos", + "dao": "DAOs and Governance" + }, + "404": { + "title": "Uh Oh.", + "copy": "Tivemos um problema, mas não se preocupe, cuidaremos dele com certeza.", + "button": "Back to homepage" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "Proteja o livro de contas.", + "earn": "Ganhe SOL.", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "Torne-se um Validador", + "stakingnd": "Staking e Validação", + "stake": "Implantar tokens e ganhar recompensas processando e validando transações. Ganhe comissões gerenciando tokens delegados em nome de outros.", + "testnet": "Competição da Testnet", + "build": "Ganhe tokens executando um node para ajudar a testar novas funcionalidades e desempenho na rede do benchmark.", + "ecosystem": "Conheça Nossos Validadores", + "participatetitle": "Participe", + "register": "Registre-se para TdS", + "register-page": "Registre-se Agora", + "onsolana": "Como Validar na Solana", + "storage": "Mineração de Armazenamento", + "disk": "Fornecer espaço em disco excessivo para armazenar os dados da Blokchain da Solana em lisças. Delegar automaticamente ganhando SOL para aposição de clientes de validação para ganhos compostos.", + "become": "Torne-se um validador e ganhe tokens.", + "existence": "Sem validadores, o cluster Solana não pode existir. Ajude a manter a integridade da Blockchain e ganhe recompensas enquanto isso acontece.", + "rewards": "Recompensas de Base do Protocolo", + "issuances": "Emissões de uma taxa de inflação global, definida pelo protocolo. Estas recompensas são entregues acima dos ganhos das taxas de transação.", + "fees": "Taxas de Transação", + "feesdesc": "As taxas de transação são transferências de p2p baseadas no mercado, anexadas a interações de rede para uma execução do estado ou verificação de \"proof-of-replication\".", + "staking": "Staking", + "howstaking": "Os Stakers são recompensados por ajudar a validar o livro. Eles fazem isso delegando sua participação a nós validadores. Esses validadores fazem o trabalho legal de rejogar o livro razão e enviam votos para uma conta de voto por nó para a qual os participantes podem delegar suas participações. O resto do cluster utiliza esses votos ponderados para selecionar um bloco quando os bifurcações surgem.", + "tps": "transações processadas desde março de 2020. Ajude a validar a blockchain mais rápida do mundo.", + "pert": "por transação. Capture as taxas de transação como validador.", + "validators": "Validadores globais. Junte-se ao nosso grupo de especialistas em rede de elite.", + "docs": "Quer aprender mais? Confira nossa documentação.", + "start-registration": "Pronto para começar? Clique no link abaixo.", + "howto": "Validating on Solana", + "header": "Validator Signup", + "info": "Processo Legal de Compensação", + "items-one": "Obrigado pelo seu interesse em apoiar o cluster. Abaixo estão as informações relacionadas aos procedimentos legais necessários para emitir uma compensação por participação do validador no Beta Principal, Tour de SOL ou clusters Testnet.", + "items-two": "Completar verificação de identidade via Passbase abaixo.", + "items-three": "Assine o documento de compensação universal do Validador via DocuSign.", + "same-email": "Por favor, use o mesmo e-mail para verificação de identidade base de senha e DocuSign.", + "run": "Executar um Node", + "discuss": "Discuta com outros validadores e a equipe Solana.", + "progress": "Não está pronto para executar um Node? Quer se manter atualizado com o progresso da Solana?", + "step1": "Passo 1. Cadastrar", + "process": "Siga o processo de quatro etapas delineado no link acima para o cadastro, KYC/AML, acordo de participação e integração com o Discord.", + "both-register": "Completar esses passos irá registrá-lo para validar na Tour de SOL da Solana e nas redes Beta Principal.", + "before": "Antes de integrar à rede principal, os validadores devem participar com sucesso de pelo menos um \"estágio\" do nosso teste de incentivo: Tour de SOL.", + "stages": "Os estágios são lançados mensalmente; após o registro, veja aqui para as informações mais recentes do estágio (incluindo detalhes sobre compensação, recompensas de bugs, etc).", + "inflationary": "Até que as recompensas inflacionárias sejam ativadas, os validadores serão diretamente compensados pelos seus serviços pela Fundação Solana.", + "successful": "Depois de participar com sucesso de uma fase de Tour de SOL, você será elegível a bordo para Mainnet Beta.", + "us": "Os indivíduos e entidades dos Estados Unidos atualmente são EXCLUÍDOS de participar", + "step2": "Passo 2. Participe do tour de SOL", + "step3": "Passo 3. Junte-se ao Mainnet Principal", + "anyone": "Qualquer um pode executar um node de validador na rede testnet sem permissão da Solana e Mainnetl!", + "getstarted": "Para começar, consulte nossa documentação sobre as exigências e etapas técnicas para iniciar o seu próprio node.", + "activecomm": "Temos uma comunidade de validadores muito ativa no nosso servidor Discord. Este é o melhor lugar para obter suporte técnico e fazer perguntas.", + "permissionless": "As redes de Solana são sem permissão e, portanto, qualquer um pode começar a executar um node validador a qualquer momento. Registro e KYC só são necessários para receber compensações da Fundação Solana até um momento em que a inflação e as recompensas de rede possam estar ativadas. Por favor, note que as entidades e indivíduos dos EUA não são elegíveis para receber compensação neste momento.", + "participate-2": "Participe do Tour de SOL para ser elegível à compensação do Validador", + "registration": { + "head": "Processo de registro de compensação", + "steps": "Por favor, complete os passos abaixo para ser elegível à compensação de tokens pelos serviços de validação na Tour de Sol e Mainnet Beta principal da Solana.", + "no-u": "As redes de Solana são sem permissão e, portanto, qualquer um pode começar a executar um node validador a qualquer momento. Registro e KYC só são necessários para receber compensações da Fundação Solana até um momento em que a inflação e as recompensas de rede possam estar ativadas. Por favor, note que as entidades e indivíduos dos EUA não são elegíveis para receber compensação neste momento.", + "registration": "Cadastro", + "form": "Formulário de registro de tour de SOL (TdS)", + "keybase": "Não exigimos mais que os participantes vinculem sua chave pública à sua conta de Keybase", + "req": "Registro e participação bem-sucedida em pelo menos uma fase do TdS é um requisito antes de se tornar elegível para compensação no Mainnet Beta", + "more": "Mais informações sobre Tour de SOL aqui", + "kyc": "KYC/AML (via Passbase)", + "before": "Se você completou o KYC/AML anteriormente para SLP ou TdS com a mesma entidade/indivíduo na Coinlist ou Passbase, então não precisarão de voltar a analisar esta questão.", + "no-us": "Não podemos aceitar entidades dos EUA ou indivíduos para KYC ou compensação", + "participation": "Completar Acordo de Participação", + "same-email": "Por favor, use o mesmo endereço de e-mail usado para verificação de identidade base", + "discord": "Junte-se ao Nosso Discord", + "discord-desc": "Requisito para todos os validadores, como este é o nosso principal canal de comunicação para discussões técnicas, anúncios de rede e atualizações, etc." + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "Recompensas de Base do Protocolo", + "protocol-text": "Emissões de uma taxa de inflação global, definida pelo protocolo. Estas recompensas são entregues acima dos ganhos das taxas de transação.", + "staking-header": "Staking", + "staking-text": "Os Stakers são recompensados por ajudar a validar o livro. Eles fazem isso delegando sua participação a nós validadores. Esses validadores fazem o trabalho legal de rejogar o livro razão e enviam votos para uma conta de voto por nó para a qual os participantes podem delegar suas participações. O resto do cluster utiliza esses votos ponderados para selecionar um bloco quando os bifurcações surgem.", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "Ir para Documentos", + "visitf": "Fóruns de Visita", + "forum": "Discuta no Fórum", + "chat": "Obter Suporte ao Chat", + "updated": "Quer se manter atualizado com o progresso da Solana?", + "build": "Construir Agora", + "contact": "Fale conosco", + "learn": "Saber mais", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "Inscreva-se Agora", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "Inscreva-se na Newsletter Solana", + "spam": "Prometemos que não vamos te enviar spam.", + "informed": "Mantenha-se informado" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "Desenvolvedores" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Solana Season", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Solana Community", + "featcontent": "Conteúdo em Destaque", + "header": "A comunidade Solana é distribuída globalmente e é lar de desenvolvedores e titulares de tokens, validadores e qualquer um que esteja interessado em apoiar o protocolo.", + "info": "Listen to the podcast", + "podcast": "Ir para Podcast", + "learn": "Learn in depth", + "blog": "Visit Blog", + "apply": "Inscreva-se Agora", + "collective": "Participe com a equipe principal do Solana através de iniciativas de comunidade e marketing.", + "socials": { + "hero": "Wayfinding", + "hero-old": "Join the crypto revolution", + "subheader": "The following are our most frequented and updated communication channels. You name it, we’ve got it!", + "telegram": "Telegram", + "approx-members": "membros", + "gt-members": " membros", + "announcements": "Anúncio", + "discord": "Discord", + "engineering": "Engenheiro", + "twitter": "Twitter", + "approx-followers": "seguidores", + "medium": "News", + "approx-write-ups": "escrituras", + "blogposts": "Postagens do Blog", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "seguidores", + "weibo": "Weibo", + "weibo-subscribers": " inscritos", + "twitter-jp": "Twitter Japão", + "twitter-jp-subscribers": " membros", + "forum": "Fóruns Solana", + "forum-subscribers": " publicações", + "gt-stars": " estrelas", + "youtube": "Youtube", + "gt-subscribers": " inscritos", + "yt-subscribers": "K subscribers", + "videos": "Vídeos", + "email": "E-mail", + "oneonone": "1:1", + "reddit": "Reddit", + "discussions": "Discussões", + "meetup": "Meetup", + "meetings": "Encontros" + }, + "articles": { + "latest": "Últimas Histórias", + "description": "Veja o que estivemos tentando recentemente.", + "view": "Visualizar tudo" + }, + "jill": { + "title": "Jill Carlson - Parceiro de Slow Ventures / Co-Fundador da Iniciativa Open Money", + "text": "Tivemos uma explosão de Jill Carlson para o episódio #15 de Sem Força, O Solana Podcast. Para este episódio, tivemos uma abordagem diferente..." + }, + "cluster-launch": { + "title": "Lançamento de cluster SLP1", + "text": "Estamos animados em anunciar o lançamento bem-sucedido do nosso cluster de \"Lançamento de soft\". Um cluster incentivado para o desenvolvimento e integração parceira. Esse cluster será executado em paralelo e separado para o Tour de SOL (TdS)." + }, + "solana2019": { + "title": "Solana em 2019: Crescimento, Desenvolvimento e Estrada para a Mainnet", + "text": "Tem sido muito puxado em um ano. Enquanto nos preparamos para a próxima década, queremos recapitular o progresso incrível Javier Solana feito em 2019. Da intensiva parte da infraestrutura para anunciar nossos $20m de criação liderada pelo Capital Multicoin..." + }, + "brendan": { + "title": "Brendan Eich - Co-fundador / CEO Brave Software e Token de atenção", + "text": "O Brendan fala brevemente sobre seu fundo (criador de javascript e co-fundador da Mozilla) e então pula direto sobre como..." + }, + "sam": { + "title": "Sam Bankman-Fried - CEO do FTX, Co-fundador do Serum", + "text": "Um dia após o anúncio oficial do projeto Serum, Anatoly e Sam sentaram-se para discutir o atual ambiente de trading em cripto, o futuro do DeFi, e fornecer detalhes adicionais em torno do decente de alta velocidade e não custódia..." + }, + "dieter": { + "title": "Dieter Shirley - CTO of Dapper Labs, Arquiteto Lead de Flow", + "text": "Nenhuma partilha é o nome do podcast, e é precisamente disso que se trata este episódio. Do fluxo de desenvolvimento para a liderança da equipe de engenharia que projetou Cripto Kitties, Dieter tem uma vasta experiência em L1 e L2..." + }, + "rodolfo": { + "title": "Rodolfo Gonzalez - Parceiro na Fundação Capital", + "text": "Este episódio é tudo sobre capital de risco. Rodolfo Gonzales é um parceiro na Fundação Capital, uma empresa de capital de risco que apoia os indivíduos que querem empurrar o mundo parafrente de alguma forma, usando um negócio transformador como seu..." + }, + "royandreisen": { + "title": "Meher Roy & Reisen - Co-Fundadores de Coro One Ep #14", + "text": "A Refrão 1 é a infraestrutura operacional para ajudá-lo a aumentar com segurança suas participações de criptomoedas. Meta..." + }, + "sunnya": { + "title": "Sunny Aggarwal - Desenvolvedor principal da Tendermint / Cosmos", + "text": "Este episódio é sobre os validadores. Você está interessado em aprender mais sobre como executar um node e se tornar um validador?" + }, + "defi": { + "title": "Um mergulho profundo DeFi com FTX, Aave, Balancer, Curve, Gauntlet e Solana", + "text": "Este é um episódio especial de The Solana Podcast - fizemos um painel recente para a Solana Wormhole Hackathon e convertemos em formato de áudio para você! Aproveite este mergulho profundo em todas as coisas do DeFi com líderes do setor." + }, + "tds-week-2": { + "title": "Demonstração de SOL – Recapitulação da semana 2", + "text": "Bem-vindo de volta a todos que acompanharam o nosso progresso durante o Tour da SOL..." + }, + "tds-week-1": { + "title": "Demonstração de SOL – Recapitulação da Semana 1", + "text": "Nós estamos oficialmente uma semana na Primeira Etapa da Tour de SOL (TdS) e que semana passou. O nosso objectivo era começar a testar o nosso..." + }, + "serum": { + "title": "FTX Escolhe Solana para o Serum: Uma troca de Derivados de alta velocidade, não Custodial Descentralizada", + "text": "Pesquisa FTX e Alameda criaram a Fundação de Serum e anunciaram Serum, um DEX novo de alta velocidade, sem custódia que foi construído em Solana. Você pode aprender mais sobre Serum pelo Whitepaper e neste resumo completo em The Block." + }, + "arweave": { + "title": "Anunciando o Hack de Interoperabilidade do Arweave Solana", + "text": "Solana está animado para anunciar uma colaboração com Arweave. Ambos estamos pedindo que os desenvolvedores construam uma ponte entre os projetos Solana e Arweaves. Essa recompensa agora está ao vivo no Gitcoin e inclui uma recompensa DAI. Você pode aprender mais sobre o escopo e as regras da recompensa aqui!" + }, + "tdsstage1": { + "title": "Detalhes do tour da SOL Fase 1", + "text": "Estamos revisando o Tour de SOL (TdS) de 3 eventos para uma série contínua de eventos incentivados e programados..." + }, + "coinlist": { + "title": "Solana Gera 1.76 milhões de leões no Leilão de Moeda Soldada", + "text": "Em 23 de março, em 22:00 no horário de PST nosso leilão de Coinlist foram lançados ao vivo. O leilão de produtos vendeu os 8 milhões de tokens de SOL disponíveis em 6 horas. Queremos agradecer à nossa comunidade a resposta esmagadoramente positiva a este leilão, apesar das atuais condições mundiais." + }, + "terra": { + "title": "Solana faz parceria com Terra para construir uma ponte de token de baixa latência, trazendo Stablecoins para o ecossistema Solana", + "text": "Juntos estamos construindo uma nova ponte de tokens de alta velocidade que facilita a transferência de criptomoedas Terra para o ecossistema dapp de Solana. Os tokens de Terra serão os primeiros stablecoins da rede Solana. Ao colocar as stablecoins na nossa rede, pretendemos expandir drasticamente o espaço de design para desenvolvedores, abrir a porta a novas aplicações que exigem pagamentos com preços estáveis." + }, + "chainlink": { + "title": "Chainlink e Integração Solana: Dados Oracle de Preço Alta Velocidade para Aplicativos Melhores em DeFi", + "text": "Os contratos financeiros são instrumentos orientados por dados que reagem a eventos do mercado, como a mudança de preço de um ativo subjacente. Os contratos inteligentes, em particular, são produtos financeiros automatizados. significando que os dados desencadeiam directamente a execução e a liquidação do contrato em vez de empregar um intermediário humano." + }, + "popular": { + "title": "News", + "description": "Eis algumas opções dos últimos meses." + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "Vídeos em destaque", + "youtube": "Youtube", + "podcast": "Podcast" + } + }, + "blog": { + "hero": "Solana News", + "header": "Learn more about Solana’s technology, validators, integrations, and community.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "Visualizar tudo" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "Youtube", + "latest-episode": "Podcast" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "Recursos", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "Recursos", + "guides-title": "Guias", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "Construir Agora", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "Recursos" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "Concentre-se nos seus negócios,", + "focus-2": "não a sua infraestrutura.", + "network": "A rede global e distribuída é especificamente construída para escala com a Lei de Moore, sem sacrificar a descentralização ou a segurança para apoiar usuários e bilhões de dispositivos", + "language": "Código no seu idioma.", + "vm": "Código em Rust, C e C ++. Integrações flexíveis de máquina virtual, com mais a caminho.", + "wait-times": "Evite longos tempos de espera para seus usuários.", + "fast": "Velocidades rápidas em chamas e sem mempool. 400ms de bloqueio e sub-finalidade. Web 3.0 com velocidade Web 2.0.", + "scale": "Capital eficiente à medida que o ecossistema cresce.", + "scale-context": "Solana escala graças à Lei de Moore. Não há necessidade de se integrar com vários fragmentos ou soluções de camada 2.", + "security": "Segurança para Empresas.", + "audit": "Auditado por uma empresa de segurança preferencial da Fortune 500. Imutabilidade em escala global." + }, + "pitch-2": { + "users": "Seus usuários terão", + "users-notice": "nem mesmo percebo.", + "performance": "O desempenho de Solana é incomparável e especificamente construído para aplicações de alta frequência e em grande escala.", + "pmt": "Altura do Bloco", + "validators": "Época atual", + "blocktimes": "Tempo do Bloco", + "tps": "Total de Transações" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "Saber mais", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "Concessões", + "break": "Parar Solana", + "media": "Media Kit", + "careers": "Carreira", + "disclaimer": "Aviso Legal", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "Get Connected", + "blog": "Blog", + "newsletter": "Newsletter" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "Junte-se à Comunidade", + "discord": "Solana Discord Support", + "forums": "Fóruns Solana", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "Vídeos" + } + }, + "nav": { + "learn": { + "title": "Aprender", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "Recursos", + "items": [ + { + "title": "Torne-se um Validador", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "Comunidade", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "News", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "Eventos", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "Perguntas Frequentes", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Fundação Solana" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "With support from" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Prizes", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "Aviso Legal", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Start building" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Start building" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "Download" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "Escalável", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/ru/common.json b/public/locales/ru/common.json new file mode 100644 index 000000000..bb31f5866 --- /dev/null +++ b/public/locales/ru/common.json @@ -0,0 +1,1734 @@ +{ + "titles": { + "404": "404: Не найдено", + "validators": "Валидаторы: Поддержите сеть и заработайте SOL", + "newsletter": "Рассылка", + "developers": "Разработчики: Ресурсы и информация для разработки на Solana", + "community": "Сообщество Solana: Присоединяйтесь к нашей экосистеме", + "news": "Solana hовости", + "defi": "DeFi", + "events": "События", + "dao": "DAOs and Governance" + }, + "404": { + "title": "Ох, ну вот.", + "copy": "Мы столкнулись с проблемой, но не волнуйтесь, мы обязательно ее решим.", + "button": "Обратно к безопасности" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "Поддерживайте реестр.", + "earn": "Заработайте SOL.", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "Стать валидатором", + "stakingnd": "Депонирование и Валидация", + "stake": "Депонируйте токены и получайте вознаграждения за предоставление вычислительных возможностей для обработки и проверки транзакций. Зарабатывайте комиссионные, управляя делегированными токенами от имени других.", + "testnet": "Соревнование на тестовой сети", + "build": "Зарабатывайте токены, запустив ноду для тестирования новых функций и оценки производительности сети.", + "ecosystem": "Познакомьтесь с нашими валидаторами", + "participatetitle": "Участвовать", + "register": "Зарегистрироваться на TdS", + "register-page": "Зарегистрироваться", + "onsolana": "Стать валидатором на Solana", + "storage": "Хранилище", + "disk": "Предоставьте избыточное дисковое пространство для хранения данных реестра Solana. Автоматически делегируйте полученные токены SOL клиентам-валидаторам для депонирования и участия в совокупной прибыли.", + "become": "Станьте валидатором и получите токены.", + "existence": "Без валидаторов кластер Solana не существует. Участвуйте в поддержании целостности реестра и зарабатывайте вознаграждение.", + "rewards": "Награды на базе протокола", + "issuances": "Выплаты по глобальной, определенной протоколом инфляционной цене. Эти вознаграждения выплачиваются поверх доходов от трансакционных комиссий.", + "fees": "Комиссии за транзацию", + "feesdesc": "Комиссия за транзакции это р2р переводы, связанные с взаимодействием в сети при изменении состояния или проверке репликаций реестра.", + "staking": "Депонирование", + "howstaking": "При депонировании участники получают вознаграждение за помощь в валидации реестра путем делегирования их доли узлам-валидаторам. Валидаторы делают всю техническую работу с реестром и направляют голоса на аккаунты, разделенные по нодам, на которые пользователи могут делегировать свой депозит. Остальные участники кластера используют голоса, разделенные по долям депонирования, для выбора блока при появлении форков.", + "tps": "транзакций с марта 2020. Поддержите самый быстрый блокчейн в мире.", + "pert": "за транзакцию. Получайте комиссии за транзации как валидатор.", + "validators": "валидаторов по всему миру. Присоединяйтесь к нашей группе экспертов.", + "docs": "Хотите узнать больше? Посмотрите наши документы.", + "start-registration": "Готовы начать? Нажмите на ссылку ниже.", + "howto": "Validating on Solana", + "header": "Регистрация валидаторов", + "info": "Процедура компенсации", + "items-one": "Спасибо за ваш интерес к поддержке кластера Solana. Ниже Вы найдете информацию о юридических процессах, необходимых для выплаты компенсации за вклад валидатора на бета-версии основной сети, Tour de SOL или тестовой сети.", + "items-two": "Выполните проверку личности через Passbase ниже.", + "items-three": "Подпишите универсальный документ о компенсации валидаторов через DocuSign.", + "same-email": "Пожалуйста, используйте один и тот же электронный адрес для проверки личности Passbase и DocuSign.", + "run": "Запустить ноду", + "discuss": "Обсудите с другими валидаторами и командой Solana.", + "progress": "Не готовы к запуску узла? Хотите быть в курсе прогресса Solana?", + "step1": "Шаг 1. Регистрация", + "process": "Следуйте описанному выше 4 шаговому процессу для регистрации, KYC/AML, подписании соглашения об участии и подключению к Discord.", + "both-register": "После завершения этих шагов Вы будете зарегистрированы для валидирования на сетях Solana Tour de SOL и Mainnet Beta.", + "before": "Перед переходом в Mainnet, валидаторы должны успешно принять участие по крайней мере в одном «этапе» нашей мотивационной тестовой сети: Tour de SOL.", + "stages": "Этапы проходят ежемесячно; после регистрации вот тут можно посмотреть информацию о последней стадии (включая информацию о компенсации, баунти за ошибки и т. д.).", + "inflationary": "До тех пор, пока инфляционные вознаграждения не включены, валидаторы получают компенсацию за свои услуги напрямую от Solana Foundation.", + "successful": "После успешного участия в этапе Tour de SOL у Вас будет возможность получить стейк от Solana Foundation на Mainnet Beta.", + "us": "Физические и юридические лица США в настоящее время НЕ МОГУТ принимать участие", + "step2": "Шаг 2. Участвуйте в Tour de SOL", + "step3": "Шаг 3. Присоединиться к бета-версии Mainnet", + "anyone": "Каждый может запустить узел валидатора на публичном блокчейне Solana - тестовой и бета-версии основной сети!", + "getstarted": "Для начала ознакомьтесь с нашей документацией о технических требованиях и шагах, чтобы запустить свой собственный узел.", + "activecomm": "У нас есть очень активное сообщество валидаторов на нашем сервере Discord. Это лучшее место для получения технической поддержки и вопросов.", + "permissionless": "Блокчейн Solana публичный, поэтому любой может запустить узел валидатора в любое время. Регистрация и KYC требуются только для того, чтобы получать компенсацию от Solana Foundation до того момента, пока не будут включены инфляция и сетевые вознаграждения. Пожалуйста, обратите внимание, что в настоящее время организации и физические лица США не имеют права на получение компенсации.", + "participate-2": "Участвуйте в Tour de SOL, чтобы получить право на стейк от Solana Foundation", + "registration": { + "head": "Процесс регистрации для получения компенсации", + "steps": "Пожалуйста, выполните следующие шаги, чтобы иметь право на компенсацию токена для служб проверки сначала в Solana Testnet и затем в сети Mainnet Beta.", + "no-u": "Блокчейн Solana публичный, поэтому любой может запустить узел валидатора в любое время. Регистрация и KYC требуются только для того, чтобы получать компенсацию от Solana Foundation до того момента, пока не будут включены инфляция и сетевые вознаграждения. Пожалуйста, обратите внимание, что в настоящее время организации и физические лица США не имеют права на получение компенсации.", + "registration": "Регистрация", + "form": "Форма регистрации на Tour de SOL(TdS)", + "keybase": "Мы больше не требуем, чтобы участники связали свой публичный ключ со своим аккаунтом в Keybase", + "req": "Регистрация и успешное участие по крайней мере на одном этапе TdS являются обязательным условием для получения права на компенсацию в рамках Mainnet Beta", + "more": "Подробнее о Tour de SOL здесь", + "kyc": "KYC/AML (via Passbase)", + "before": "Если вы завершали KYC/AML ранее для SLP или TdS на то же юридическое/физическое лицо, что и в Coinlist или Passbase, тогда Вам не нужно будет проходить этот этап снова.", + "no-us": "Мы не можем принять американские организации или физические лица для прохождения KYC или выплат компенсации", + "participation": "Подпишите соглашение об участии", + "same-email": "Пожалуйста, используйте тот же адрес электронной почты, что и для проверки личности Passbase", + "discord": "Присоединитесь к нашему Discord", + "discord-desc": "Требования для всех валидаторов, так как это наш основной канал связи для технических дискуссий, сетевых объявлений и обновлений" + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "Награды на базе протокола", + "protocol-text": "Выплаты по глобальной, определенной протоколом инфляционной цене. Эти вознаграждения выплачиваются поверх доходов от трансакционных комиссий.", + "staking-header": "Депонирование", + "staking-text": "При депонировании участники получают вознаграждение за помощь в валидации реестра путем делегирования их доли узлам-валидаторам. Валидаторы делают всю техническую работу с реестром и направляют голоса на аккаунты, разделенные по нодам, на которые пользователи могут делегировать свой депозит. Остальные участники кластера используют голоса, разделенные по долям депонирования, для выбора блока при появлении форков.", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "Перейти к документам", + "visitf": "Зайти на форум", + "forum": "Обсудить на Форуме", + "chat": "Получить поддержку", + "updated": "Хотите быть в курсе прогресса Solana?", + "build": "Построить сейчас", + "contact": "Свяжитесь с нами", + "learn": "Узнать больше", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "Подписаться сейчас", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "Подписаться на рассылку Solana", + "spam": "Мы обещаем, что не будем спамить Вас.", + "informed": "Оставайтесь в курсе" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "Разработчикам" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Solana Season", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Присоединяйтесь к Крипто-Революции", + "featcontent": "Рекомендуемый контент", + "header": "Сообщество Solana распределено по всему миру и является местов общения для разработчиков, холдеров монет, валидаторов и всех, кто заинтересован в поддержке протокола.", + "info": "Послушать CEO", + "podcast": "Перейти к подкасту", + "learn": "Узнать больше", + "blog": "Перейти к блогу", + "apply": "Подать заявку", + "collective": "Участвуйте в маркетинговых мероприятиях и событиях нашего сообщества вместе с основной командой Solana и получайте вознаграждения.", + "socials": { + "hero": "Найдите свое сообщество", + "hero-old": "Join the crypto revolution", + "subheader": "Вы выбираете. Ниже перечислены наиболее посещаемые и обновляемые каналы.", + "telegram": "Telegram", + "approx-members": "участников", + "gt-members": " участников", + "announcements": "Анонсы", + "discord": "Discord", + "engineering": "Разработка", + "twitter": "Twitter", + "approx-followers": "подписчиков", + "medium": "Будьте в курсе всех последних новостей", + "approx-write-ups": "статей", + "blogposts": "Блог", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "подписчиков", + "weibo": "Weibo", + "weibo-subscribers": " подписчиков", + "twitter-jp": "Twitter Япония", + "twitter-jp-subscribers": " участников", + "forum": "Форумы Solana", + "forum-subscribers": " звёзд", + "gt-stars": " звёзд", + "youtube": "YouTube", + "gt-subscribers": " подписчиков", + "yt-subscribers": "K subscribers", + "videos": "Видео", + "email": "Email", + "oneonone": "1:1", + "reddit": "Reddit", + "discussions": "Обсуждения", + "meetup": "Meetups", + "meetings": "Встречи" + }, + "articles": { + "latest": "Последние публикации", + "description": "Над чем мы работали последнее время.", + "view": "Посмотреть все" + }, + "jill": { + "title": "Жиль Карлсон - Партнер в Slow Ventures / Сооснователь The Open Money Initiative", + "text": "У нас был невероятный гость Джил Карлсон в эпизоде №15 нашего подкаста No Sharding. Для этого интервью мы выбрали новый подход..." + }, + "cluster-launch": { + "title": "Запуск кластера SLP1", + "text": "Мы рады сообщить об успешном запуске кластера \"Soft Launch\". Интерактивный кластер с механизмом вознаграждения для интеграции с разработчиками и партнерами. Данный кластер будет работать отдельно, но параллельно с Tour de SOL (TdS)." + }, + "solana2019": { + "title": "Solana в 2019 году: рост, развитие и пусть к запуску основной сети", + "text": "Это был безумно сложный год. Пока мы готовимся к следующему десятилетию, мы хотели бы отметить удивительный прогресс, достигнутый Solana в 2019 году. Начиная с интенсивной, непрекращающейся работы над инфраструктурой до инвестиций в 20 млн долларов США во главе с Multicoin Capital..." + }, + "brendan": { + "title": "Брендан Айч - Соучредитель / CEO Brave Software и Attention Token", + "text": "Brendan кратко рассказывает о своем опыте (создатель Javascript и соучредитель Mozilla), а затем сразу погружается в..." + }, + "sam": { + "title": "Сэм Банкман-Фрид - CEO FTX, соучредитель Serum", + "text": "Спустя день после официального объявления о проекте Serum, Анатолий и Сэм собрались для обсуждения текущей торговой ситуации в криптовалюте, будущего De-Fi и для того, чтобы раскрыть детали высокоскоростного, некастодиального..." + }, + "dieter": { + "title": "Дитер Ширли - CTO Dapper Labs, ведущий архитектор Flow", + "text": "No Sharding - это название подкаста, и именно об этом пойдет речь в этом эпизоде. От разработки процессов до управления командой разработчиков, которые создали CryptoKitties, Dieter имеет невероятный опыт в работе с L1 и L2..." + }, + "rodolfo": { + "title": "Родольфо Гонцалес - Партнер Foundation Capital", + "text": "Этот эпизод посвящен венчурному капиталу. Родольфо Гонцалес является партнером фонда Capital, венчурный инвестор, который поддерживает тех, кто хочет каким-то образом подтолкнуть мир вперед, используя преобразующий бизнес в качестве своего..." + }, + "royandreisen": { + "title": "Мейер Рой и Райсен - сооснователи Chorus One Эпизод #14", + "text": "Chorus One — операционная инфраструктура, которая поможет вам безопасно увеличить ваши криптовалютные активы. Мейер..." + }, + "sunnya": { + "title": "Санни Аггарвал - Core-разработчик в Tendermint / Cosmos", + "text": "Этот эпизод посвящен валидаторам. Вам интересно узнать больше о том, как запустить узел и стать валидатором?" + }, + "defi": { + "title": "Глубокое погружение в DeFi вместе с FTX, Aave, Balancer, Curve, Gauntlet, и Solana", + "text": "Это специальный выпуск The Solana Podcast - мы взяли недавнюю панельную дискуссию Solana Wormhole Hackathon и конвертировали в аудио-формат для Вас! Наслаждайтесь этим глубоким погружением во всё, что связано в DeFi, вместе с лидерами индустрии." + }, + "tds-week-2": { + "title": "Tour de SOL - Обзор 2-й недели", + "text": "Добро пожаловать всем, кто следит за нашим прогрессом в рамках Tour de SOL..." + }, + "tds-week-1": { + "title": "Tour de SOL - Обзор 1-й недели", + "text": "Прошли первые семь дней 1-го этапа Tour de SOL (TdS), и ох, какая это была неделя. Нашей целью было начать стресс-тестирование последнего..." + }, + "serum": { + "title": "FTX выбирает Solana для Serum: высокоскоростная, некастодиальная, децентрализованная биржа", + "text": "FTX и Alameda Research создали Serum Foundation и объявили о новом высокоскоростном некастодиальном DEX, построенном на Solana. Вы можете узнать больше о Serum в White Paper и в этой объемной статье на The Block." + }, + "arweave": { + "title": "Анонс баунти за развитие совместимости Solana и Arweave", + "text": "Сегодня Solana с радостью объявляет о сотрудничестве с Arweave. Мы призываем разработчиков построить мост между Solana и Arweave. Этот баунти запущен на Gitcoin и имеет награду в размере 15 000 DAI. Вы можете узнать больше о задаче и правилах баунти здесь!" + }, + "tdsstage1": { + "title": "Tour de SOL - Подробности 1-го Этапа", + "text": "Мы модифицируем Tour de SOL (TdS) из 3 отдельных мероприятий в целую серию постоянно активных событий, которые сохранят механику вознаграждения и будут запланированы..." + }, + "coinlist": { + "title": "Solana завершает аукцион на Coinlist с $1.76 миллиона", + "text": "23 марта в 22 часа PST прошел аукцион Coinlist. В течение 6 часов аукциона было продано 8 миллионов токенов SOL. Мы хотим поблагодарить наше сообщество за весьма позитивный отклик на этом аукционе, несмотря на сложившиеся в мире условия." + }, + "terra": { + "title": "Solana заключает партнерство с Terra для создания моста с низкой задержкой, который позволит внедрить стейблкоины в экосистему Solana", + "text": "Вместе мы строим новый высокоскоростной токен-мост, облегчающий перенос стейблкоинов Terra в экосистему Solana. Токены Terra будут первыми стейблкоинами в сети Solana. Привлекая в нашу сеть стейблкоины, мы стремимся значительно расширить пространство для разработчиков, открывая возможности для новых приложений, которые требуют стабильных платежей." + }, + "chainlink": { + "title": "Партнерство Chainlink и Solana: Высокоскоростные оракулы данных для лучших DeFi приложений", + "text": "Финансовые контракты являются инструментами, основанными на данных, которые реагируют на рыночные события, такие как изменение цены базового актива. Смарт-контракты, в частности, представляют собой автоматизированные финансовые продукты, что означает, что данные напрямую инициируют исполнение и расчет через контракт, а не через найм посредника." + }, + "popular": { + "title": "Будьте в курсе всех последних новостей", + "description": "Вот несколько примеров за последние месяцы." + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "Рекомендуемые видео", + "youtube": "YouTube", + "podcast": "Подкаст" + } + }, + "blog": { + "hero": "Solana hовости", + "header": "Узнайте больше о технологии Solana, валидаторах, интеграции и сообществе.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "Посмотреть все" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "YouTube", + "latest-episode": "Подкаст" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "Ресурсы", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "Ресурсы", + "guides-title": "Руководства", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "Построить сейчас", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "Ресурсы" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "Сосредоточьтесь на Вашем бизнесе,", + "focus-2": "не об инфраструктуре.", + "network": "Глобальная, распределенная сеть специально построена для масштабирования в соответствии с законом Мура, для поддержки миллиардов пользователей и устройств, не жертвуя децентрализацией или безопасностью.", + "language": "Пишите код на вашем языке.", + "vm": "Поддержка языков Rust, С и С++. Гибкие интеграции c виртуальной машиной и новые возможности в разработке.", + "wait-times": "Избавьтесь от длительного ожидания ваших пользователей.", + "fast": "Молниеносная скорость без мемпула. Время формирования блока - 400мс и финальность менее одной секунды. Web 3.0 на скорости Web 2.0.", + "scale": "Эффективность капитала по мере роста экосистемы.", + "scale-context": "Solana масштабируется благодаря закону Мура, не требуя от разработчиков интеграции с несколькими шардами или решениями второго уровня.", + "security": "Безопасность корпоративного уровня.", + "audit": "Прошли аудит компании, которой доверяют лидеры Fortune 500." + }, + "pitch-2": { + "users": "Ваши пользователи", + "users-notice": "даже не заметят.", + "performance": "Производительность блокчейн Solana недосягаема и специально разработана для высоконагруженных приложений.", + "pmt": "Высота блока", + "validators": "Текущая эпоха", + "blocktimes": "Время блока", + "tps": "Всего транзакций" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "Узнать больше", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "Гранты", + "break": "Break Solana", + "media": "Media Kit", + "careers": "Вакансии", + "disclaimer": "Отказ от ответственности", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "Get Connected", + "blog": "Блог", + "newsletter": "Рассылка" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "Присоединиться к сообществу", + "discord": "Solana Discord Support", + "forums": "Форумы Solana", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "Видео" + } + }, + "nav": { + "learn": { + "title": "Узнать больше", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "Ресурсы", + "items": [ + { + "title": "Стать валидатором", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "Сообщество", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "Будьте в курсе всех последних новостей", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "События", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "FAQ", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Solana Foundation" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "При поддержке" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Призы", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "Дисклеймер", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Начните разработку" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Начните разработку" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "Скачать" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "Масштабируемый", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/tr/common.json b/public/locales/tr/common.json new file mode 100644 index 000000000..32f3c1678 --- /dev/null +++ b/public/locales/tr/common.json @@ -0,0 +1,1734 @@ +{ + "titles": { + "404": "404: Bulunamadı", + "validators": "Doğrulayıcılar: Ağ Güvenliğine yardım edin ve SOL Kazanın", + "newsletter": "Bülten", + "developers": "Geliştiriciler: Solana'da Oluşturmaya Yönelik Kaynaklar ve Bilgiler", + "community": "Solana Topluluğu: Ekosistemimize katılın", + "news": "Solana News", + "defi": "DeFi", + "events": "Events", + "dao": "DAOs and Governance" + }, + "404": { + "title": "Ah Ah.", + "copy": "Bir sorunla karşılaştık, ama endişelenmeyin, konuyla hemen ilgileneceğiz.", + "button": "Back to homepage" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "Defter güvenliğini sağla.", + "earn": "SOL kazan", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "Doğrulayıcı ol", + "stakingnd": "Staking & Doğrulama", + "stake": "Token stake yapın ve işlemleri işleyip, onaylalayarak ödüller kazanın. Başkaları adına yetki verilen tokenleri yöneterek komisyonlar kazanın.", + "testnet": "Testnet Yarışması", + "build": "Yeni özellikleri test etmeye ve ağ performansını karşılaştırmaya yardımcı olmak için bir düğüm çalıştırarak token kazanın.", + "ecosystem": "Doğrulayıcılarımızla Tanışın", + "participatetitle": "Katıl", + "register": "TdS için kaydolun", + "register-page": "Şimdi üye Ol", + "onsolana": "Solana'da doğrula", + "storage": "Depo Madenciliği", + "disk": "Solana defteri' nin verilerini şerit halinde saklamak için fazla disk alanı sağlayın. Otomatik yetkilendirme, doğrulama müşterilerini bileşik kazançlara yatırmak için SOL kazandı.", + "become": "Doğrulayıcı olun ve token kazanın.", + "existence": "Doğrulayıcılar olmadan, Solana ekibi var olamaz. Defter bütünlüğünü korumaya yardımcı olun ve ödüller kazanın.", + "rewards": "Protokol Tabanlı Ödüller", + "issuances": "Küresel, protokol tanımlı bir enflasyon oranı. Bu ödüller, işlem ücretlerinden elde edilen kazançlara ek olarak verilir.", + "fees": "İşlem ücretleri", + "feesdesc": "Fee ücretleri, işlemlerin yürütülmesi için ağ etkileşimlerine eklenen piyasa tabanlı p2p transferleridir.", + "staking": "Staking", + "howstaking": "Stake yapanlar, defteri doğrulamaya yardımcı olduğu için ödüllendirilir. Bunu, paylarını onaylayıcı düğümlere devrederek yaparlar. Bu onaylayıcılar, defteri yeniden oynatmak ve oy verenlerin hisse senetlerini devredebileceği her bir düğüm başına oy hesabına oy gönderir. Kümenin geri kalanı, fork' lar ortaya çıktığında bir blok seçmek için bu fork ağırlıklı oyları kullanır.", + "tps": "2020 Mart ayından bu yana işlemler gerçekleştirilmiştir. Dünyanın en hızlı blok zincirini doğrulamaya yardımcı olun.", + "pert": "işlem başına. İşlem ücretlerini doğrulayıcı olarak kazanın.", + "validators": "Global Doğrulayıcılar. Seçkin ağ uzmanları topluluğumuza katılın.", + "docs": "Daha fazla bilgi edinmek ister misiniz? Dokümanlarımıza göz atın.", + "start-registration": "Başlamaya hazır mısınız? Aşağıdaki bağlantıya tıklayın.", + "howto": "Validating on Solana", + "header": "Doğrulayıcı Kaydı", + "info": "Ödeme Yasal İşlemleri", + "items-one": "Solanayı desteklemeye gösterdiğiniz ilgi için teşekkür ederiz. Aşağıda, Mainnet Beta, Tour de SOL veya Testnet bölümlerinde doğrulayıcı katılımı için ödeme verilmesi gereken yasal işlemlerle ilgili bilgiler bulunmaktadır.", + "items-two": "Aşağıdaki Passbase aracılığıyla kimlik doğrulamasını tamamlayın.", + "items-three": "DocuSign aracılığıyla evrensel Doğrulayıcı ödeme belgesini imzalayın.", + "same-email": "Lütfen hem Passbase kimlik doğrulaması hem de DocuSign için aynı e-postayı kullanın.", + "run": "Bir Node Çalıştır", + "discuss": "Diğer doğrulayıcılarla ve Solana ekibiyle görüşün.", + "progress": "Bir düğümü çalıştırmaya hazır değil misiniz? Solana’nın ilerleyişi ile güncel kalmak ister misiniz?", + "step1": "Adım 1. Kaydolun", + "process": "Kayıt, KYC / AML, katılım sözleşmesi ve Discord'a ilk katılım için yukarıdaki bağlantıda belirtilen dört adımlı süreci izleyin.", + "both-register": "Bu adımların tamamlanması sizi Solana'nın Tour de SOL ve Mainnet Beta ağlarında doğrulamanız için kaydedecektir.", + "before": "Mainnet'e katılmadan önce, doğrulayıcılar teşvik edilmiş test ağımızın en az bir \"aşamasına\" başarıyla katılmalıdır: Tour de SOL. ", + "stages": "Aşamalar aylık olarak başlar; kayıttan sonra en son aşama bilgileri için buraya bakınız (ödeme, bug ödülleri vb. ile ilgili ayrıntılar dahil).", + "inflationary": "Enflasyon ödülleri etkinleştirilene kadar, doğrulayıcılar, hizmetleri için doğrudan Solana Vakfı tarafından tazmin edilir.", + "successful": "Tour de SOL'un bir aşamasına başarıyla katıldıktan sonra, Mainnet Beta'da bir Solana Foundation delegasyonu almaya hak kazanacaksınız.", + "us": "ABD'li bireyler ve kuruluşlar şu anda katılımdan HARİÇ TUTULMAKTADIR", + "step2": "Adım 2. Tour de SOL' a katılın", + "step3": "Adım 3. Mainnet Beta' ya Katılın", + "anyone": "Solana’nın izinsiz test ağı ve Mainnet Beta ağları üzerinde herkes bir doğrulayıcı düğümü çalıştırabilir!", + "getstarted": "Başlamak için teknik gereksinimleri ve kendi düğümünüzü(node) başlatma adımları ile ilgili dokümanlarımıza göz atın.", + "activecomm": " Discord sunucumuzda çok aktif bir doğrulayıcı topluluğumuz var. Burası teknik destek almak ve soru sormak için en iyi yerdir.", + "permissionless": "Solana’nın ağları izinsizdir ve bu nedenle herkes herhangi bir zamanda bir doğrulayıcı düğümü çalıştırmaya başlayabilir. Solana Vakfı'ndan ödeme almak için kayıt ve KYC gereklidir. Lütfen ABD tüzel kişiliklerinin ve bireylerinin şu anda ödeme almaya uygun olmadığını unutmayın.", + "participate-2": "Solana Vakfı delegasyonuna hak kazanmak için Tour de SOL'a katılın", + "registration": { + "head": "Ödeme Kayıt Süreci", + "steps": "Lütfen önce Solana Testnet ve ardından Mainnet Beta ağlarında doğrulama hizmetleri için token ödemesi almaya hak kazanmak için aşağıdaki adımları tamamlayın.", + "no-u": "Solana’nın ağları izinsizdir ve bu nedenle herkes herhangi bir zamanda bir doğrulayıcı düğümü çalıştırmaya başlayabilir. Solana Vakfı'ndan ödeme almak için kayıt ve KYC gereklidir. Lütfen ABD tüzel kişiliklerinin ve bireylerinin şu anda ödeme almaya uygun olmadığını unutmayın.", + "registration": "Kayıt", + "form": "Tour de SOL (TdS) Kayıt Formu", + "keybase": "Artık katılımcıların Genel Anahtarlarını(Public Key) Keybase hesaplarıyla bağlamalarını istemiyoruz", + "req": "Kayıt ve TdS' nin en az bir aşamasına başarılı katılım, Mainnet Beta'da ödeme almaya hak kazanmadan önce bir gerekliliktir.", + "more": "Tour de SOL hakkında daha fazla bilgi burada ", + "kyc": "KYC / AML (Passbase aracılığıyla)", + "before": "KYC / AML'yi daha önce Coinlist veya Passbase'de aynı varlık / bireyle SLP veya TdS için tamamladıysanız, bunu tekrar yapmanız gerekmeyecektir.", + "no-us": "KYC veya ödeme için ABD kuruluşlarını veya bireylerini kabul etmiyoruz", + "participation": "Tam Katılım Anlaşması", + "same-email": "Lütfen Passbase kimlik doğrulaması için kullanılan e-posta adresini kullanın", + "discord": "Discord' a katılın\n", + "discord-desc": "Teknik tartışmalar, ağ duyuruları ve güncellemeler için öncelikli iletişim kanalımız olduğundan, tüm doğrulayıcılar için gerekli" + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "Protokol Tabanlı Ödüller", + "protocol-text": "Küresel, protokol tanımlı bir enflasyon oranı. Bu ödüller, işlem ücretlerinden elde edilen kazançlara ek olarak verilir.", + "staking-header": "Staking", + "staking-text": "Stake yapanlar, defteri doğrulamaya yardımcı olduğu için ödüllendirilir. Bunu, paylarını onaylayıcı düğümlere devrederek yaparlar. Bu onaylayıcılar, defteri yeniden oynatmak ve oy verenlerin hisse senetlerini devredebileceği her bir düğüm başına oy hesabına oy gönderir. Kümenin geri kalanı, fork' lar ortaya çıktığında bir blok seçmek için bu fork ağırlıklı oyları kullanır.", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "Dokümanlara git", + "visitf": "Forumları Ziyaret edin", + "forum": "Forumda Tartışın", + "chat": "Sohbet Desteği Alın", + "updated": "Solana’ nın ilerleyişi ile güncel kalmak ister misiniz?", + "build": "Şimdi İnşa Edin", + "contact": "Bize Ulaşın", + "learn": "Daha fazla bilgi edin", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "Şimdi Abone Olun", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "Solana Haber Bültenine kaydolun", + "spam": "Size spam göndermeyeceğimize söz veriyoruz.", + "informed": "Haberdar Olun" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "Geliştiriciler" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Solana Sezonu", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Solana Community", + "featcontent": "Öne Çıkan İçerik", + "header": "Solana topluluğu, geliştiriciler, token sahipleri, doğrulayıcılar ve protokolü destekleyen üyeler için küresel olarak dağıtılmış bir evdir.", + "info": "Listen to the podcast", + "podcast": "Podcast' e Git", + "learn": "Learn in depth", + "blog": "Visit Blog", + "apply": "Şimdi Uygula", + "collective": "Solana çekirdek ekibini, ödülleri toplarken topluluk ve pazarlama girişimleri aracılığıyla destekleyin.", + "socials": { + "hero": "Wayfinding", + "hero-old": "Join the crypto revolution", + "subheader": "The following are our most frequented and updated communication channels. You name it, we’ve got it!", + "telegram": "Telegram", + "approx-members": "~ {number} üyeler", + "gt-members": "> {number} üyeler", + "announcements": "Duyurular", + "discord": "Discord", + "engineering": "Mühendislik", + "twitter": "Twitter", + "approx-followers": "takipçiler", + "medium": "News", + "approx-write-ups": "rapor", + "blogposts": "Blog Yazıları", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "takipçiler", + "weibo": "Weibo", + "weibo-subscribers": " aboneler", + "twitter-jp": "Twitter Japonya", + "twitter-jp-subscribers": " üyeler", + "forum": "Solana Forumları", + "forum-subscribers": " gönderiler", + "gt-stars": " yıldız", + "youtube": "YouTube", + "gt-subscribers": " aboneler", + "yt-subscribers": "K subscribers", + "videos": "Videolar", + "email": "Email", + "oneonone": "1:1", + "reddit": "Reddit", + "discussions": "Tartışmalar", + "meetup": "Buluşma", + "meetings": "Toplantılar" + }, + "articles": { + "latest": "En Son Hikayeler", + "description": "Son zamanlarda yaptıklarımız.", + "view": "Hepsini gör" + }, + "jill": { + "title": "Jill Carlson - Slow Ventures şirketinde Partner / Open Money Initiative' in Kurucu Ortağı", + "text": "Solana Podcast'in 15. bölümü No Sharding için Jill Carlson'a ev sahipliği yapan bir patlama yaşadık. Bu bölüm için farklı bir yaklaşım izledik..." + }, + "cluster-launch": { + "title": "SLP1 Küme Lansmanı", + "text": "“Soft Launch” kümemizin başarılı bir şekilde piyasaya sürüldüğünü duyurmaktan heyecan duyuyoruz. Geliştirme ve iş ortağı entegrasyonu için teşvik edilen bir küme. Bu küme paralel olarak ve SOL Turundan (Tour de SOL'dan - TdS) ayrı olarak çalışır." + }, + "solana2019": { + "title": "2019'da Solana: Büyüme, Gelişme ve Mainnet'e Giden Yol", + "text": "Bir yıl oldu. Önümüzdeki on yıla hazırlanırken, Solana'nın 2019'da kaydettiği inanılmaz ilerlemeyi yeniden özetlemek istiyoruz. Yoğun işlerden, altyapı çalışmalarından Multicoin Capital liderliğindeki 20 milyon dolarlık fon toplanmasına kadar..." + }, + "brendan": { + "title": "Brendan Eich - Kurucu Ortak / CEO Brave Software and Attention Token", + "text": "Brendan, arka planını (Javascript yaratıcısı ve Mozilla kurucu ortağı) kısaca anlatıyor ve ardından nasıl olduğunu..." + }, + "sam": { + "title": "Sam Bankman-Fried - FTX CEO' su , Serum Kurucu Ortağı\n", + "text": "Serum Projesi'nin resmi olarak duyurulmasından bir gün sonra Anatoly ve Sam, kripto para birimindeki mevcut ticaret ortamını, DeFi'nin geleceğini tartışmak ve yüksek hızlı, gözetim dışı(non-custodial) gelişmeler hakkında ek ayrıntılar sağlamak için bir araya geldi..." + }, + "dieter": { + "title": "Dieter Shirley - Dapper Labs CTO'su, Akış Baş Mimarı", + "text": "No Sharding, podcast'in adı ve bu bölüm tam olarak bununla ilgilidir. Akış geliştirmekten Crypto Kitties'i tasarlayan mühendislik ekibine liderlik etmeye kadar Dieter, hem L1 hem de L2'de geniş deneyime sahip ..." + }, + "rodolfo": { + "title": "Rodolfo Gonzalez - Foundation Capital'in Ortağı", + "text": "Bu bölüm tamamen risk sermayesi hakkındadır. Rodolfo Gonzales, dünyayı bir şekilde ileriye götürmek isteyen bireyleri destekleyen, dönüştürücü bir işi kullanarak bir risk sermayesi şirketi olan Foundation Capital'in ortağıdır ..." + }, + "royandreisen": { + "title": "Meher Roy & Reisen - Chorus One Ep # 14 Kurucu Ortakları", + "text": "Chorus One, kripto varlıklarınızı güvenli bir şekilde artırmanıza yardımcı olacak işletim altyapısıdır. Meher..." + }, + "sunnya": { + "title": "Sunny Aggarwal - Tendermint / Cosmos şirketinde Çekirdek Geliştirici", + "text": "Bu bölüm Dğrulayıcılar hakkında. Bir düğümün nasıl çalıştırılacağı ve nasıl doğrulayıcı olunacağı hakkında daha fazla bilgi edinmek ister misiniz?" + }, + "defi": { + "title": "FTX, Aave, Balancer, Curve, Gauntlet ve Solana ile DeFi'ye Derin Bir Bakış\n", + "text": "Bu, The Solana Podcast'in özel bir bölümü - Solana Wormhole Hackathon için yeni bir panel aldık ve sizin için ses formatına dönüştürdük! Sektör liderleriyle DeFi ile ilgili her şeyi, derinlemesine incelemenin tadını çıkarın." + }, + "tds-week-2": { + "title": "SOL Turu- Hafta 2 Özeti", + "text": "SOL Turu sırasında ilerlememizi takip eden herkes, tekrar hoş geldiniz..." + }, + "tds-week-1": { + "title": "SOL Turu- Hafta 1 Özeti", + "text": "Resmi olarak, SOL Turunun (TdS) 1. Aşamasında olduğumuz bir haftadayız ve ne haftaydı ama. Hedefimiz stres testine başlamaktı..." + }, + "serum": { + "title": "FTX, Serum İçin Solana'yı Seçti: Yüksek Hızlı, Gözetimsiz Merkezi Olmayan Türev Borsası", + "text": "FTX ve Alameda Research, Serum Foundation'ı kurdu ve Solana üzerine inşa edilen yeni bir yüksek hızlı, gözetim dışı DEX olan Serum'u duyurdu. Whitepaper ve The Block hakkındaki bu kapsamlı yazıda Serum hakkında daha fazla bilgi edinebilirsiniz." + }, + "arweave": { + "title": "Solana Arweave Birlikte Çalışabilirlik Hack Duyurusu", + "text": "Bugün Solana, Arweave ile bir işbirliğini duyurmaktan heyecan duymaktadır. İkimiz de geliştiricilere Solana ve Arweave projeleri arasında bir köprü kurmaları çağrısında bulunuyoruz. Bu ödül artık Gitcoin'de yayında ve 15.000 DAI ödüllü. Buradan ödülün kapsamı ve kuralları hakkında daha fazla bilgi edinebilirsiniz!" + }, + "tdsstage1": { + "title": "SOL Turunun 1. Aşama Detayları", + "text": "SOL Turunu (TdS) 3 etkinlikten devam eden bir teşvik ve programlanmış etkinlik serisine dönüştürüyoruz..." + }, + "coinlist": { + "title": "Solana, Coinlist Etkinliğinde 1,76 Milyon Gelir Elde etti", + "text": "23 Mart günü akşam saat 10.00'da (PST) Coinlist açık artırmamız vardı. Hollanda müzayedesi 6 saat içinde mevcut 8 milyon SOL tokenini sattı. Mevcut dünya koşullarına rağmen, bu açık artırmaya büyük ölçüde olumlu yanıt verdiği için topluluğumuza teşekkür etmek istiyoruz." + }, + "terra": { + "title": "Solana, Düşük Gecikmeli Token Köprüsü İnşa Etmek için Terra ile İşbirliği Yapıyor, Solana Ekosistemine Stabil Coinler Getiriyor", + "text": "Birlikte, Terra stabilcoinlerinin Solana’nın dapp ekosistemine aktarılmasını kolaylaştıran yüksek hızlı yeni bir token köprüsü inşa ediyoruz. Terra tokenler, Solana ağındaki ilk stabil coin olacak. Stabilcoinleri ağımıza getirerek, geliştiriciler için tasarım alanını önemli ölçüde genişletmeyi ve fiyat istikrarlı ödemeler gerektiren yeni uygulamalara kapı açmayı hedefliyoruz." + }, + "chainlink": { + "title": "Chainlink ve Solana Entegrasyonu: Daha İyi DeFi Uygulamaları için Yüksek Hızlı Fiyat Oracle Verileri", + "text": "Finansal sözleşmeler, temel bir varlığın fiyat değişikliği gibi piyasa olaylarına tepki veren verilere dayalı araçlardır. Özellikle akıllı sözleşmeler otomatik finansal ürünlerdir, yani veriler bir insan aracısı istihdam etmenin aksine sözleşmenin yürütülmesini ve kapatılmasını doğrudan tetikler." + }, + "popular": { + "title": "News", + "description": "İşte son birkaç aydan bazı seçimler." + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "Öne çıkan Videolar", + "youtube": "YouTube", + "podcast": "Podcast" + } + }, + "blog": { + "hero": "Solana News", + "header": "Learn more about Solana’s technology, validators, integrations, and community.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "Hepsini gör" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "YouTube", + "latest-episode": "Podcast" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "Kaynaklar", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "Kaynaklar", + "guides-title": "Rehberler", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "Şimdi İnşa Edin", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "Kaynaklar" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "İşinize odaklanın,", + "focus-2": "sizin altyapınız değil.", + "network": "Küresel, dağıtılmış ağ, milyarlarca kullanıcı ve cihazı desteklemek için merkeziyetsizlikten veya güvenlikten ödün vermeden Moore Yasası'na göre ölçeklendirilecek şekilde oluşturulmuştur.", + "language": "Kendi dilinizde kodlayın.", + "vm": "Rust, C ve C ++ ile kodlayın. Daha fazlasıyla esnek sanal makine entegrasyonları.", + "wait-times": "Kullanıcılarınız için uzun bekleme sürelerinden kaçının.", + "fast": "Yüksek hızlar ve mempool yok. 400 ms blok süreleri ve saniyenin altında sonuç. Web 2.0 hızı ile Web 3.0.", + "scale": "Ekosistem büyüdükçe sermaye verimlidir", + "scale-context": "Solana, Moore Yasası sayesinde ölçeklenir - birden fazla parça veya katman 2 çözümüyle entegre olmaya gerek yoktur.", + "security": "Kurumsal düzeyde güvenlik.", + "audit": "Fortune 500 tarafından tercih edilen bir güvenlik firması tarafından denetlenir. Küresel ölçekte demir kaplı değişmezlik." + }, + "pitch-2": { + "users": "Kullanıcılarınız", + "users-notice": "asla farketmeyecek bile.", + "performance": "Solana’nın performansı benzersizdir, özellikle yüksek frekanslı ve büyük ölçekli uygulamalar için üretilmiştir.", + "pmt": "Blok Yüksekliği", + "validators": "Mevcut Dönem", + "blocktimes": "Blok zamanı", + "tps": "Toplam İşlemler" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "Daha fazla oku", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "Hibeler", + "break": "Solana'yı kır", + "media": "Media Kit", + "careers": "Kariyer", + "disclaimer": "Sorumluluk Reddi", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "Get Connected", + "blog": "Blog", + "newsletter": "Bülten" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "Topluluğa katıl", + "discord": "Solana Discord Support", + "forums": "Solana Forumları", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "Videolar" + } + }, + "nav": { + "learn": { + "title": "Learn", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "Kaynaklar", + "items": [ + { + "title": "Doğrulayıcı ol", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "Topluluk", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "News", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "Events", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "FAQ", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Solana Kuruluşu" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "Desteğiyle" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Prizes", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "Sorumluluk Reddi", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Start building" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Start building" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "İndir" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "Ölçeklenebilir", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/uk/common.json b/public/locales/uk/common.json new file mode 100644 index 000000000..b57ed9460 --- /dev/null +++ b/public/locales/uk/common.json @@ -0,0 +1,2103 @@ +{ + "titles": { + "404": "404: Not Found", + "validators": "Validators: Help Secure the Network and Earn SOL", + "newsletter": "Newsletter", + "developers": "Developers: Resources and Information for Building on Solana", + "community": "Solana Community: Join our ecosystem", + "news": "Solana News", + "defi": "DeFi", + "events": "Events", + "dao": "DAOs and Governance" + }, + "404": { + "title": "Uh Oh.", + "copy": "We ran into an issue, but don’t worry, we’ll take care of it for sure.", + "button": "Back to homepage" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "Secure the ledger.", + "earn": "Earn SOL.", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "Become a Validator", + "stakingnd": "Staking & Validation", + "stake": "Stake tokens and earn rewards by processing and validating transactions. Earn commissions by managing delegated tokens on behalf of others.", + "testnet": "Testnet Competition", + "build": "Earn tokens by running a node to help test new features and benchmark network performance.", + "ecosystem": "Meet Our Validators", + "participatetitle": "Participate", + "register": "Register for TdS", + "register-page": "Register Now", + "onsolana": "Validate on Solana", + "storage": "Storage Mining", + "disk": "Provide excess disk space to store the Solana ledger’s data in stripes. Auto-delegate earned SOL to staking validation clients to compound earnings.", + "become": "Become a validator and get tokens.", + "existence": "Without validators, the Solana cluster cannot exist. Help maintain the integrity of the ledger and earn rewards while doing so.", + "rewards": "Protocol Based Rewards", + "issuances": "Issuances from a global, protocol-defined, inflation rate. These rewards are delivered on top of earnings from transaction fees.", + "fees": "Transaction Fees", + "feesdesc": "Transaction fees are market-based p2p transfers, attached to network interactions for state execution.", + "staking": "Staking", + "howstaking": "Stakers are rewarded for helping to validate the ledger. They do this by delegating their stake to validator nodes. Those validators do the legwork of replaying the ledger and send votes to a per-node vote account to which stakers can delegate their stakes. The rest of the cluster uses those stake-weighted votes to select a block when forks arise.", + "tps": "transactions processed since March 2020. Help validate the fastest blockchain in the world.", + "pert": "per transaction. Capture transaction fees as a validator.", + "validators": "Global Validators. Join our cohort of elite network experts.", + "docs": "Interested in learning more? Check out our docs.", + "start-registration": "Ready to start? Click the link below.", + "howto": "Validating on Solana", + "header": "Validator Signup", + "info": "Compensation Legal Proceedings", + "items-one": "Thank you for your interest in supporting the Solana cluster. Below is information related to the legal proceedings required to issue compensation for validator participation on either the Mainnet Beta, Tour de SOL, or Testnet clusters.", + "items-two": "Complete identity verification via Passbase below.", + "items-three": "Sign the universal Validator compensation document via DocuSign.", + "same-email": "Please use the same email for both Passbase identity verification and DocuSign.", + "run": "Run a Node", + "discuss": "Discuss with other validators and the Solana team.", + "progress": "Not ready to run a node? Want to keep updated with Solana’s progress?", + "step1": "Step 1. Register", + "process": "Follow the four step process outlined in the link above for registration, KYC/AML, participation agreement, and Discord onboarding.", + "both-register": "Completing these steps will register you to validate on Solana's Tour de SOL and Mainnet Beta networks.", + "before": "Before onboarding to Mainnet, validators should successfully participate in at least one “stage” of our incentivized testnet: Tour de SOL.", + "stages": "Stages kick off monthly; after registration see here for the latest stage information (including details regarding compensation, bug bounties, etc).", + "inflationary": "Until inflationary rewards are enabled, validators are directly compensated for their services by the Solana Foundation.", + "successful": "After successfully participating in a stage of Tour de SOL, you will be eligible to receive a Solana Foundation delegation on Mainnet Beta.", + "us": "U.S. individuals and entities are currently EXCLUDED from participating", + "step2": "Step 2. Participate in Tour de SOL", + "step3": "Step 3. Join Mainnet Beta", + "anyone": "Anyone can run a validator node on Solana’s permissionless testnet and Mainnet Beta networks!", + "getstarted": "To get started, check out our docs on the technical requirements and steps to start your own node.", + "activecomm": "We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "permissionless": "Solana’s networks are permissionless and therefore anyone can begin running a validator node at any time. Registration and KYC are required to receive compensation from the Solana Foundation. Please note that U.S. entities and individuals are not eligible to receive compensation at this time.", + "participate-2": "Participate in Tour de SOL to be eligible for Solana Foundation delegation", + "registration": { + "head": "Compensation Registration Process", + "steps": "Please complete the steps below to be eligible for token compensation for validation services first on the Solana Testnet and then Mainnet Beta networks.", + "no-u": "Solana’s networks are permissionless and therefore anyone can begin running a validator node at any time. Registration and KYC are required to receive compensation from the Solana Foundation. Please note that U.S. entities and individuals are not eligible to receive compensation at this time.", + "registration": "Registration", + "form": "Tour de SOL (TdS) Registration Form", + "keybase": "We no longer require participants to link their Public Key with their Keybase account", + "req": "Registration and successful participation in at least one stage of TdS is a requirement before becoming eligible for compensation on Mainnet Beta", + "more": "More info on Tour de SOL here", + "kyc": "KYC/AML (via Passbase)", + "before": "If you’ve completed KYC/AML previously for SLP or TdS with the same entity/individual on Coinlist or Passbase, then you will not need to go through this again.", + "no-us": "We cannot accept U.S. entities or individuals for KYC or compensation", + "participation": "Complete Participation Agreement", + "same-email": "Please use the same email address as used for Passbase identity verification", + "discord": "Join Our Discord", + "discord-desc": "Requirement for all validators, as this is our primary communication channel for technical discussions, network announcements and upgrades, etc" + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "Protocol Based Rewards", + "protocol-text": "Issuances from a global, protocol-defined, inflation rate. These rewards are delivered on top of earnings from transaction fees.", + "staking-header": "Staking", + "staking-text": "Stakers are rewarded for helping to validate the ledger. They do this by delegating their stake to validator nodes. Those validators do the legwork of replaying the ledger and send votes to a per-node vote account to which stakers can delegate their stakes. The rest of the cluster uses those stake-weighted votes to select a block when forks arise.", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "Go to Docs", + "visitf": "Visit Forums", + "forum": "Discuss on Forum", + "chat": "Get Chat Support", + "updated": "Want to keep updated with Solana’s progress?", + "build": "Build Now", + "contact": "Contact Us", + "learn": "Learn More", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "Subscribe Now", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "Sign up to the Solana Newsletter", + "spam": "We promise we won’t spam you.", + "informed": "Stay Informed" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "Developers" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Solana Season", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "team-up": { + "authenticate": "Sign up to team up", + "count-label": "{requestCount} Team-Up requests", + "header": { + "user-menu": { + "my-team-ups": "My Team-Ups", + "logout": "Logout" + } + }, + "reply-form": { + "submit-btn": "Submit reply", + "reply-message-field": "Reply Message (optional)", + "reply-message-placeholder": "Optionally add a message to your reaction", + "error": "An error occurred while submitting your reaction, please try again later." + }, + "request": { + "default": "Request team-up", + "default-active": "Cancel team-up request", + "pending": "Request pending", + "accepted": "Request accepted", + "denied": "Request denied" + }, + "request-form": { + "captcha": "Verify that you are human", + "submit-btn": "Submit request", + "request-message-field": "Request Message", + "request-message-placeholder": "Write about why you want to team up", + "error": "An error occurred while submitting your request, please try again later." + }, + "search": { + "aria-label": "Search through participants", + "placeholder": "Search participants by name, skills, profession, or in their description...", + "total-participants": "Displaying {{currentCountStart}} to {{currentCountEnd}} of {{totalCount}} participants", + "previous-page": "Previous", + "next-page": "Next", + "query-result": "Displaying {{currentCountStart}} to {{currentCountEnd}} of {{resultCount}} participants matching your query", + "loading": "Loading...", + "no-results": "No users found", + "sort-by": "Sort by", + "sort-types": { + "none": "Default", + "newest": "Newest", + "oldest": "Oldest", + "teamups-asc": "Requests (ASC)", + "teamups-desc": "Requests (DESC)", + "name-asc": "Name (ASC)", + "name-desc": "Name (DESC)", + "slug-asc": "Slug (ASC)", + "slug-desc": "Slug (DESC)" + } + }, + "signup": { + "back-btn": "Go back", + "main-step": { + "captcha": "Verify that you are human", + "title": "Sign up to team up!", + "description": "Hi {{name}}, nice to have you. Please enter just a few more info to get you going!", + "next-btn": "Sign me up!", + "user-name": { + "field": "Username", + "placeholder": "Enter your username" + }, + "user-real-name": { + "field": "Your name - else your username will be displayed", + "placeholder": "Enter your name or pseudonym" + }, + "user-profession": { + "field": "Job title", + "placeholder": "Enter the job description that fits you best" + }, + "user-description": { + "field": "Description", + "placeholder": "Describe yourself for others to know", + "option": "{{value}} characters max" + }, + "user-skills": { + "field": "Enter some of your skills (comma-separated)" + }, + "user-interests": { + "field": "Interests", + "placeholder": "Pokemon researcher" + } + }, + "validation": { + "required": "Required!", + "duplicate": "Username already taken!", + "skill-length": "You should have at least one skill..." + }, + "error-modal": { + "generic": "An error occurred while signing you up, please try again later.", + "duplicate": "User already exists! Did you perhaps receive an error before?" + } + }, + "user-requests": { + "title": "Team-up profile", + "inbound": "({count}) Team-up requests you received", + "outbound": "({count}) Team-ups you requested", + "none": "You have no Team-up requests up till now.", + "accept": "Accept request", + "deny": "Deny request" + }, + "error": { + "title": "Error!" + } + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Solana Community", + "featcontent": "Featured Content", + "header": "The Solana community is a globally distributed home to developers, token holders, validators, and members supporting the protocol.", + "info": "Listen to the podcast", + "podcast": "Go to Podcast", + "learn": "Learn in depth", + "blog": "Visit Blog", + "apply": "Apply Now", + "collective": "Support the Solana core team through community and marketing initiatives while accumulating rewards.", + "socials": { + "hero": "Wayfinding", + "hero-old": "Join the crypto revolution", + "subheader": "The following are our most frequented and updated communication channels. You name it, we’ve got it!", + "telegram": "Telegram", + "approx-members": "members", + "gt-members": "members", + "announcements": "Announcements", + "discord": "Discord", + "engineering": "Engineering", + "twitter": "Twitter", + "approx-followers": "followers", + "medium": "News", + "approx-write-ups": "write-ups", + "blogposts": "Blog Posts", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "followers", + "weibo": "Weibo", + "weibo-subscribers": "subscribers", + "twitter-jp": "Twitter Japan", + "twitter-jp-subscribers": "members", + "forum": "Solana Forums", + "forum-subscribers": " posts", + "gt-stars": "stars", + "youtube": "YouTube", + "gt-subscribers": "subscribers", + "yt-subscribers": "K subscribers", + "videos": "Videos", + "email": "Email", + "oneonone": "1:1", + "reddit": "Reddit", + "discussions": "Discussions", + "meetup": "Meetup", + "meetings": "Meetings" + }, + "articles": { + "latest": "Latest Stories", + "description": "Here’s what we’ve been up to recently.", + "view": "View all" + }, + "jill": { + "title": "Jill Carlson - Partner at Slow Ventures / Co-Founder Of The Open Money Initiative", + "text": "We had a blast hosting Jill Carlson for episode #15 of No Sharding, The Solana Podcast. For this episode we took a different approach..." + }, + "cluster-launch": { + "title": "SLP1 Cluster Launch", + "text": "We’re excited to announce the successful launch of our “Soft Launch” cluster. An incentivized cluster for development and partner integration. This cluster will run in parallel and separate to Tour de SOL (TdS)." + }, + "solana2019": { + "title": "Solana in 2019: Growth, Development, and the Road to Mainnet", + "text": "It’s been a hell of a year. As we prepare for the next decade, we want to recap the amazing progress Solana made in 2019. From intensive, heads down infrastructure work to announcing our $20m raise led by Multicoin Capital..." + }, + "brendan": { + "title": "Brendan Eich - Co-founder / CEO Brave Software and Attention Token", + "text": "Brendan talks briefly about his background (Javascript creator & Mozilla co-founder) and then jumps right into how..." + }, + "sam": { + "title": "Sam Bankman-Fried - CEO of FTX, Co-founder of Serum", + "text": "A day after Project Serum was officially announced, Anatoly and Sam sat down to discuss the current trading environment in crypto, the future of DeFi, and to provide additional details around the high-speed, non-custodial decent..." + }, + "dieter": { + "title": "Dieter Shirley - CTO of Dapper Labs, Lead Architect of Flow", + "text": "No Sharding is the name of the podcast, and that is precisely what this episode is all about. From developing flow to leading the engineering team who designed Crypto Kitties, Dieter has extensive experience in both L1 and L2..." + }, + "rodolfo": { + "title": "Rodolfo Gonzalez - Partner at Foundation Capital", + "text": "This episode is all about venture capital. Rodolfo Gonzales is a partner at Foundation Capital, a venture capital firm that backs individuals who want to nudge the world ahead in some way, using a transformative business as their..." + }, + "royandreisen": { + "title": "Meher Roy & Reisen - Co-Founders of Chorus One Ep #14", + "text": "Chorus One is operating infrastructure to help you securely increase your crypto holdings. Meher..." + }, + "sunnya": { + "title": "Sunny Aggarwal - Core Developer at Tendermint / Cosmos", + "text": "This episode is all about Validators. Are you interested in learning more about how to run a node and become a validator?" + }, + "defi": { + "title": "A Deep Dive Into DeFi With FTX, Aave, Balancer, Curve, Gauntlet, and Solana", + "text": "This is a special episode of The Solana Podcast - we took a recent panel for the Solana Wormhole Hackathon and converted into audio format for you! Enjoy this deep dive into all things DeFi with industry leaders." + }, + "tds-week-2": { + "title": "Tour de SOL – Week 2 Recap", + "text": "Welcome back to everyone who’s been following along on our progress during Tour de SOL..." + }, + "tds-week-1": { + "title": "Tour de SOL – Week 1 Recap", + "text": "We’re officially a week into Stage 1 of Tour de SOL (TdS), and what a week it has been. Our goal was to begin to stress test our..." + }, + "serum": { + "title": "FTX Chooses Solana for Serum: A High-Speed, Non-Custodial Decentralized Derivatives Exchange", + "text": "FTX and Alameda Research created the Serum Foundation and announced Serum, a new high-speed, non-custodial DEX that’s built on Solana. You can learn more about Serum in the white paper and in this comprehensive write-up on The Block." + }, + "arweave": { + "title": "Announcing the Solana Arweave Interoperability Hack", + "text": "Today Solana is excited to announce a collaboration with Arweave. We are both calling for developers to build a bridge between the Solana and Arweave projects. This bounty is now live on Gitcoin and includes a 15,000 DAI reward. You can learn more about the scope and rules of the bounty here!" + }, + "tdsstage1": { + "title": "Tour de SOL Stage 1 Details", + "text": "We are revising Tour de SOL (TdS) from 3 events into an ongoing series of incentivised and scheduled events..." + }, + "coinlist": { + "title": "Solana Raises 1.76 Million in Sold-Out Coinlist Auction", + "text": "On March 23rd at 10 pm PST our Coinlist auction went live. The dutch auction sold out the 8 million available SOL tokens in 6 hours. We want to thank our community for the overwhelmingly positive response to this auction, despite the current world conditions." + }, + "terra": { + "title": "Solana Partners with Terra to Build a Low-Latency Token Bridge, Bringing Stablecoins To The Solana Ecosystem", + "text": "Together we’re building a new high-speed token bridge that facilitates the transfer of Terra stablecoins into Solana’s dapp ecosystem. Terra’s tokens will be the first stablecoins on the Solana network. By bringing stablecoins onto our network, we aim to dramatically expand the design space for developers, opening the door to novel applications that require price-stable payments." + }, + "chainlink": { + "title": "Chainlink and Solana Integration: High-Speed Price Oracle Data for Better DeFi Applications", + "text": "Financial contracts are data-driven instruments that react to market events, such as the price change of an underlying asset. Smart contracts, in particular, are automated financial products, meaning the data directly triggers the execution and settlement of the contract as opposed to employing a human intermediary." + }, + "popular": { + "title": "News", + "description": "Here are some selections from the past few months." + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "Featured Videos", + "youtube": "YouTube", + "podcast": "Podcast" + } + }, + "blog": { + "hero": "Solana News", + "header": "Learn more about Solana’s technology, validators, integrations, and community.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "View all" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "YouTube", + "latest-episode": "Podcast" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "Resources", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "Resources", + "guides-title": "Guides", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "Build Now", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "Resources" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "Focus on your business,", + "focus-2": "not your infrastructure.", + "network": "The global, distributed network is specifically built to scale with Moore’s Law, without sacrificing decentralization or security to support users and devices in the billions.", + "language": "Code in your language.", + "vm": "Code in Rust, C, and C++. Flexible virtual machine integrations, with more on the way.", + "wait-times": "Avoid long wait times for your users.", + "fast": "Blazing fast speeds and no mempool. 400ms blocktimes and sub-second finality. Web 3.0 with Web 2.0 speed.", + "scale": "Capital efficient as the ecosystem grows.", + "scale-context": "Solana scales thanks to Moore’s Law — there's no need to integrate with multiple shards or layer 2 solutions.", + "security": "Enterprise-grade security.", + "audit": "Audited by a Fortune 500-preferred security firm. Iron-clad immutability for global scale." + }, + "pitch-2": { + "users": "Your users will", + "users-notice": "never even notice.", + "performance": "Solana’s performance is unparalleled, and specifically built for high-frequency and massive-scale applications.", + "pmt": "Block Height", + "validators": "Current Epoch", + "blocktimes": "Block Time", + "tps": "Total Transactions" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "Read More", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "Grants", + "break": "Break Solana", + "media": "Media Kit", + "careers": "Careers", + "disclaimer": "Disclaimer", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "ecosystem": "Ecosystem", + "heading": "Get Connected", + "blog": "Blog", + "newsletter": "Newsletter" + } + }, + "ecosystem": { + "title": "Ecosystem", + "description": "Every Solana partnership, collaboration, and integration – all in one place.", + "heading": "Discover the hottest projects on Solana.", + "secondary-heading": "Over 500 and growing.", + "cta": "Submit your project", + "back": "Back", + "next-page": "Next Page", + "previous-page": "Previous Page", + "header": { + "products": "Products", + "about": "About", + "cancel": "Cancel", + "submit": "Submit Project", + "sign-in": "Sign in", + "sign-up": "Sign up", + "user-menu": { + "profile": "Profile", + "my-upvotes": "My upvotes", + "my-projects": "My projects", + "logout": "Logout" + } + }, + "sign-in-up-modal": { + "title": "Create your account", + "sub": "Join a community dedicated to discovering and sharing Solana ecosystem projects.", + "button": "Continue with Twitter" + }, + "verify-request": { + "title": "Please check your email", + "sub": "A sign-in link has been sent to your email address.", + "required-email": "The email address is required.", + "invalid-email": "Please enter a valid email address." + }, + "new": "What’s new", + "winners": "Hackathon winners", + "search": { + "placeholder": "Search projects...", + "search": "Search" + }, + "tags": { + "title": "Categories", + "placeholder": "Search categories", + "all": "All", + "clear": "CLEAR" + }, + "filter": { + "primary": { + "option-1": "Popular", + "option-2": "Newest" + }, + "secondary": { + "option-1": "Today", + "option-2": "Weekly", + "option-3": "Monthly", + "option-4": "All-time" + } + }, + "no-results": { + "my-upvotes": "You haven’t upvoted anything yet.", + "my-projects": "You haven't submitted any projects.", + "default": "There are no results for your search." + }, + "project-count": "You're seeing {{projectsVisible}} of {{totalProjects}} projects", + "project-filter-count": "{{countProjects}} projects filtered by ", + "disclaimer": { + "preview": "This information is provided by the owner of the associated project and is not verified by a third party. More info", + "modal": { + "title": "More info", + "p1": "Anyone can submit information about their project. Do your own research and use your best judgement with projects listed on this directory.", + "p2": "Being listed on the ecosystem page is not an endorsement from Solana Labs, the Solana Foundation, or any other related entity." + } + }, + "social-section-text": "Connect", + "category-section-text": "Category", + "error-modal": { + "title": "Error!", + "already-voted": "You already voted for this project!", + "unknown": "An error has occurred, please try again later." + }, + "submit-project": { + "title": "Submit project", + "description": "Submit your project to the Solana ecosystem", + "back-btn": "Go back", + "validation": { + "required": "Required", + "duplicate": "This Project already exists!", + "url": "Insert a valid URL", + "twitterUrl": "Insert a valid Twitter URL", + "discordUrl": "Insert a valid Discord invite URL", + "telegramUrl": "Insert a valid Telegram group URL", + "hCaptcha": "Make sure you are human", + "logo-file-size": "The file size for the project logo should not exceed 1MB", + "screenshots-file-size": "The total file size of all screenshots must not exceed 3MB", + "screenshots-minimum": "At least one screenshot is required" + }, + "main-step": { + "title": "Submit a Solana project", + "description": "Found a Solana project you want everyone to know about? Made one yourself and want to share it with the community? You're in the right place.", + "next-btn": "Next step: Images and media", + "project-name": { + "field": "Project", + "placeholder": "Project name" + }, + "tagline": { + "field": "Tagline", + "placeholder": "A one sentence description of the project" + }, + "website-link": { + "field": "Website link", + "placeholder": "https://example.com" + }, + "description-project": { + "field": "Description", + "placeholder": "A description of the project", + "option": "{{value}} characters max" + } + }, + "thumbnail-step": { + "title": "Thumbnail", + "description": "Let’s make sure people can find your project easily.", + "dropzone": { + "title": "Browse for files", + "description": "Upload at least one image. 1270x760px or higher recommended. The total file size of your project logo and screenshots must be under 4MB. The first image will be used as preview." + }, + "next-btn": "Next step: Category", + "select-title": "Select your project logo", + "select-sub": "Image file must be max 160x160px / at an aspect ratio of ~1:1, the total file size of your project logo and screenshots must be under 4MB.", + "screenshots": { + "title": "Screenshots", + "description": "We recommend at least 3 screenshots of your project." + } + }, + "category-step": { + "title": "Category", + "description": "Select up to 3 categories", + "next-btn": "Next step: Socials", + "project-status": { + "title": "Project status", + "description": "How far along is the project?", + "live": "Live on Mainnet, Devnet, or Testnet", + "building": "Currently building" + }, + "date": { + "title": "Date", + "description": "The date of project addition to Solana ecosystem", + "day": "Day", + "month": "Month", + "year": "Year" + } + }, + "social-step": { + "title": "Socials", + "next-btn": "Submit project", + "twitter": { + "title": "Twitter", + "placeholder": "https://twitter.com/project" + }, + "discord": { + "title": "Discord", + "placeholder": "https://discord.com/invite/project" + }, + "telegram": { + "title": "Telegram", + "placeholder": "https://t.me/project" + }, + "captcha": "Verify that you are human", + "optional": "Optional" + }, + "success": { + "title": "Congrats, you submitted your project to the Solana ecosystem. Our team will review your submission soon.", + "see-btn": "See your project page" + }, + "error-modal": { + "generic": "An error occurred while submitting your project, please try again later." + } + }, + "edit-project": { + "title": "Edit project", + "description": "Edit your project on the Solana ecosystem", + "main-step": { + "title": "Edit your Solana project {{projectName}}", + "keep-slug": "Keep slug: {slug}?" + }, + "thumbnail-step": { + "title": "Project Media", + "select-title": "Change your project logo" + }, + "category-step": { + "project-status": { + "title": "Update project status", + "description": "How far along is the project in the meantime?" + } + }, + "social-step": { + "next-btn": "Save project changes" + }, + "error-modal": { + "no-changes": "You didn't change anything!" + } + }, + "profile-headings": { + "my-projects": "My Projects ({{count}})", + "my-upvotes": "My Upvotes ({{count}})" + }, + "report-project": { + "cta": "Report project", + "reported": "You reported this project. Reason:", + "modal": { + "title": "Submit a report here", + "heading": "Help us understand the problem —", + "subheading": "What is going on with this project?", + "reason-1": "Scam", + "reason-2": "Harassment", + "reason-3": "Threatening violence", + "reason-4": "Hate", + "reason-5": "Impersonation", + "reason-6": "Copyright violation", + "reason-7": "Spam", + "reason-8": "Misinformation" + } + }, + "claim-project": { + "cta": "Claim project", + "claim-success": "You successfully claimed this project!", + "modal": { + "title": "Claim your project with your Twitter account.", + "heading": "Verify via twitter profile", + "text": "This project is associated with @{{twitterHandle}} on Twitter. Please login with that Twitter account to edit the project details.", + "sign-in-button": "Sign in as @{{twitterHandle}}" + }, + "error-modal": { + "claim-error": "Claiming the project associated with @{{twitterHandle}} failed!" + } + }, + "share-project": { + "cta": "Share", + "modal": { + "title": "Share", + "embed": "Embed", + "twitter": "Twitter", + "linkedin": "Linkedin", + "reddit": "Reddit", + "facebook": "Facebook", + "telegram": "Telegram", + "whatsapp": "Whatsapp", + "pinterest": "Pinterest", + "copy-link": "Copy", + "copied": "Copied!" + } + }, + "curated-projects": { + "first": "The first wallet built for xNFTs.", + "second": "Massive, decentralized connectivity." + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "Join the Community", + "discord": "Solana Discord Support", + "forums": "Solana Forums", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "Videos" + } + }, + "nav": { + "learn": { + "title": "Learn", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Become a Validator", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "Community", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "News", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "Events", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "FAQ", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "oauth-sign-up": { + "title": "Create Account", + "email-required-description": "There is no email address connected to your Twitter account. Please add your email below to continue.", + "email-required": "Email address is required.", + "email-invalid": "Invalid email address.", + "unexpected-error": "An unexpected error occured while trying to register you. Please try again!" + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Solana Foundation" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "With support from" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Prizes", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "Disclaimer", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Start building" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Start building" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "Download" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "Scalable", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/vi/common.json b/public/locales/vi/common.json new file mode 100644 index 000000000..8792a42eb --- /dev/null +++ b/public/locales/vi/common.json @@ -0,0 +1,1734 @@ +{ + "titles": { + "404": "404: Không tìm thấy", + "validators": "Trình xác thực: Giúp bảo mật mạng và kiếm SOL", + "newsletter": "Bản tin", + "developers": "Nhà phát triển: Tài nguyên và Thông tin để Xây dựng trên Solana", + "community": "Cộng đồng Solana: Tham gia hệ sinh thái của chúng tôi", + "news": "Solana News", + "defi": "DeFi", + "events": "Sự kiện", + "dao": "DAOs and Governance" + }, + "404": { + "title": "\nÀ", + "copy": "Chúng tôi gặp phải một vấn đề, nhưng đừng lo lắng, chúng tôi chắc chắn sẽ giải quyết nó.", + "button": "Back to homepage" + }, + "ai": { + "title": "AI innovation at the speed of Solana", + "description": "Solana is a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people.", + "hero": { + "title": "AI innovation at the speed of Solana", + "point-1": "$10M AI Grants Fund", + "point-2": "ChatGPT Plugin for Solana", + "point-3": "An ecosystem of builders at intersection of AI + Web3", + "cta": "Get in touch" + }, + "why-ai": { + "caption": "Why AI on the Blockchain?", + "title": "Solana is built for scale — a blockchain with low costs, high speeds, minimal energy impact, and easy user experience. AI could reduce that friction even further, opening up the power of decentralization to millions of people by making it even easier to use." + }, + "grant-fund": { + "title": "A $10M Grant Fund", + "content": "Apply for Solana Foundation's $10M grant fund to support builders exploring the intersection of the Solana blockchain and artificial intelligence.", + "check-1": "Must be publicly available for others to use", + "check-2": "Grants up to $25k", + "check-3": "Must have source code available to the Foundation", + "cta": "Apply for a Grant", + "cta-note": "Apply for the grant and select the \"AI\" category on your application." + }, + "quote-section": { + "content": "OpenAI is a startup. It wasn't google that built it. AI requires operational changes, and big companies won't be able to keep up, best they can do is survive.", + "author": "Anatoly Yakovenko, Co-founder of Solana Labs" + }, + "chatgpt": { + "title": "Use for Solana", + "title-mobile": "Solana Labs and", + "plugin": { + "title": "A ChatGPT Plugin for Solana", + "content": "Solana Labs has created an open-source reference implementation for a ChatGPT plugin that lets users interact with the Solana network directly from ChatGPT. Users will be able to check wallet balances, transfer tokens, and even purchase NFTs using the plugin.", + "cta": "View on GitHub" + } + }, + "build": { + "title": "More AI built on Solana", + "card-1": { + "title": "Solana Audits AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "Uses LLMs to identify vulnerabilities in Solana smart contracts" + }, + "card-2": { + "title": "Solana Ecosystem Search", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "Answers questions about Solana by using Solana ecosystem projects documentation" + }, + "card-3": { + "title": "Ask Solana", + "subtitle": "Solana University / Ryan Trat @ryan_trat", + "content": "Uses LLMs to answer questions about Solana & smart contract development" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "Uses LLMs to answer questions about Solana DeFi with realtime data & also to interact with Solana defi protocols" + } + } + }, + "validators": { + "secure": "Bảo mật sổ cái.", + "earn": "Kiếm SOL.", + "participate": "Decentralize the network by providing computing resources.", + "become-cta": "Trở thành Người xác thực", + "stakingnd": "Đặt cược & Xác thực", + "stake": "Đặt cược mã thông báo và kiếm phần thưởng bằng cách xử lý và xác thực các giao dịch. Kiếm tiền hoa hồng bằng cách thay mặt người khác quản lý các mã thông báo được ủy quyền.", + "testnet": "Cuộc thi Testnet", + "build": "Kiếm mã thông báo bằng cách chạy một node để giúp kiểm tra các tính năng mới và hiệu suất mạng.", + "ecosystem": "Gặp gỡ Người xác thực của chúng tôi", + "participatetitle": "Tham gia", + "register": "Đăng ký TdS", + "register-page": "Đăng ký ngay", + "onsolana": "Xác thực trên Solana", + "storage": "Lưu trữ khai thác", + "disk": "Cung cấp dung lượng đĩa dư thừa để lưu trữ dữ liệu của sổ cái Solana. Tự động ủy quyền cho các trình xác nhận để nhận SOL cho lãi suất kép phần thưởng của bạn.", + "become": "Trở thành một trình xác thực và nhận mã thông báo.", + "existence": "Nếu không có người xác thực, Solana không thể tồn tại. Họ giúp duy trì tính toàn vẹn của sổ cái và kiếm được phần thưởng khi thực hiện những việc đó.", + "rewards": "Phần thưởng dựa trên giao thức", + "issuances": "Các vấn đề từ tỷ lệ lạm phát toàn cầu, do giao thức xác định. Những phần thưởng này được phân phối cùng với thu nhập từ phí giao dịch.", + "fees": "Phí giao dịch", + "feesdesc": "Phí giao dịch là chuyển khoản p2p dựa trên thị trường, gắn liền với các tương tác mạng để thực thi trạng thái.", + "staking": "Đặt cược", + "howstaking": "Staker được thưởng vì đã giúp xác thực sổ cái. Họ làm điều này bằng cách ủy quyền tiền cược của họ cho các nút xác nhận. Những người xác nhận đó thực hiện công việc phát lại sổ cái và gửi phiếu bầu đến tài khoản bỏ phiếu cho mỗi nút mà những người xác nhận có thể ủy quyền số tiền cổ phần của họ. Phần còn lại của cụm sử dụng các phiếu bầu có tỷ trọng cổ phần đó để chọn một khối khi phát sinh các nhánh.", + "tps": "các giao dịch được xử lý từ tháng 3 năm 2020. Giúp xác thực blockchain nhanh nhất trên thế giới.", + "pert": "mỗi giao dịch. Thu phí giao dịch như một trình xác thực.", + "validators": "Trình xác thực toàn cầu. Tham gia nhóm các chuyên gia mạng ưu tú của chúng tôi.", + "docs": "Muốn tìm hiểu nhiều hơn nữa? Hãy đọc tài liệu.", + "start-registration": "Sẵn sàng để bắt đầu? Nhấp vào liên kết bên dưới.", + "howto": "Validating on Solana", + "header": "Đăng ký làm người xác thực", + "info": "Các thủ tục pháp lý về bồi thường", + "items-one": "Cảm ơn bạn đã quan tâm ủng hộ Solana. Dưới đây là thông tin liên quan đến các thủ tục pháp lý được yêu cầu để bồi thường cho việc tham gia trình xác thực trên các cụm Mainnet Beta, Tour de SOL hoặc Testnet.", + "items-two": "Hoàn tất xác minh danh tính qua Passbase bên dưới.", + "items-three": "Ký vào tài liệu bồi thường của Universal Validator qua DocuSign.", + "same-email": "Vui lòng sử dụng cùng một email cho cả xác minh danh tính Passbase và DocuSign.", + "run": "\nChạy một nút", + "discuss": "Thảo luận với các trình xác thực khác và nhóm Solana.", + "progress": "Chưa sẵn sàng để chạy một nút? Bạn muốn cập nhật tiến trình của Solana?", + "step1": "Bước 1. Đăng ký", + "process": "Thực hiện theo quy trình bốn bước được nêu trong liên kết ở trên để đăng ký, KYC / AML, thỏa thuận tham gia và giới thiệu Discord.", + "both-register": "Hoàn thành các bước này sẽ giúp bạn đăng ký xác thực trên Tour de SOL và Mainnet Beta của Solana.", + "before": "Trước khi tham gia vào Mainnet, người xác thực nên tham gia thành công ít nhất một “giai đoạn” testnet của chúng tôi: Tour de SOL.", + "stages": "Các giai đoạn bắt đầu hàng tháng; sau khi đăng ký, hãy xem tại đây để biết thông tin về giai đoạn mới nhất (bao gồm các chi tiết liên quan đến bồi thường, tiền thưởng lỗi hệ thống, v. v.).", + "inflationary": "Cho đến khi phần thưởng lạm phát được kích hoạt, những người xác thực sẽ được Solana Foundation bồi thường trực tiếp cho công việc của họ.", + "successful": "Sau khi tham gia thành công một giai đoạn của Tour de SOL, bạn sẽ đủ điều kiện để nhận ủy quyền của Solana Foundation trên Mainnet Beta.", + "us": "Các cá nhân và tổ chức của Hoa Kỳ hiện bị CẤM tham gia", + "step2": "Bước 2. Tham gia vào Tour de SOL", + "step3": "Bước 3. Tham gia Mainnet Beta", + "anyone": "Bất kỳ ai cũng có thể chạy một nút xác thực trên các mạng testnet và Mainnet Beta của Solana!", + "getstarted": "Để bắt đầu, hãy xem tài liệu của chúng tôi về các yêu cầu kỹ thuật và các bước để bắt đầu nút của riêng bạn. ", + "activecomm": "Chúng tôi có một cộng đồng người xác thực rất tích cực trên máy chủ Discord của chúng tôi. Đây là nơi tốt nhất để nhận hỗ trợ kỹ thuật và đặt câu hỏi.", + "permissionless": "Mạng của Solana là mở và do đó bất kỳ ai cũng có thể bắt đầu chạy một validator node bất kỳ lúc nào. Đăng ký và KYC để yêu cầu để nhận tiền bồi thường từ Solana Foundation. Xin lưu ý rằng các tổ chức và cá nhân Hoa Kỳ không đủ điều kiện để nhận tiền bồi thường tại thời điểm này.", + "participate-2": "Tham gia Tour de SOL để đủ điều kiện tham gia ủy quyền của Solana Foundation", + "registration": { + "head": "Quy trình đăng ký bồi thường", + "steps": "Vui lòng hoàn thành các bước bên dưới để đủ điều kiện nhận mã thông báo bồi thường cho các dịch vụ xác thực trước tiên trên Solana Testnet và sau đó là các mạng Mainnet Beta.", + "no-u": "Mạng của Solana là mở và do đó bất kỳ ai cũng có thể bắt đầu chạy một validator node bất kỳ lúc nào. Đăng ký và KYC để yêu cầu để nhận tiền bồi thường từ Solana Foundation. Xin lưu ý rằng các tổ chức và cá nhân Hoa Kỳ không đủ điều kiện để nhận tiền bồi thường tại thời điểm này.", + "registration": "Đăng ký", + "form": "Form đăng ký Tour de SOL (TdS)", + "keybase": "Chúng tôi không còn yêu cầu người tham gia liên kết Public Key với tài khoản Keybase của họ nữa", + "req": "Đăng ký và tham gia thành công ít nhất một giai đoạn của TdS là một yêu cầu trước khi đủ điều kiện nhận bồi thường trên Mainnet Beta", + "more": "Thông tin thêm về Tour de SOL tại đây ", + "kyc": "KYC / AML (qua Passbase)", + "before": "Nếu trước đây bạn đã hoàn thành KYC / AML cho SLP hoặc TdS với cùng một thực thể / cá nhân trên Coinlist hoặc Passbase, thì bạn sẽ không cần thực hiện lại bước này.", + "no-us": "Chúng tôi không thể chấp nhận các tổ chức hoặc cá nhân công dân Hoa Kỳ cho KYC hoặc bồi thường", + "participation": "Hoàn thành Thỏa thuận tham gia", + "same-email": "Vui lòng sử dụng cùng một địa chỉ email để xác minh danh tính Passbase", + "discord": "Tham gia Discord", + "discord-desc": "Yêu cầu đối với tất cả trình xác thực, vì đây là kênh liên lạc chính của chúng tôi để thảo luận kỹ thuật, thông báo và nâng cấp mạng, v. v" + }, + "qa": { + "q1": "Q: What is a validator?", + "a1": "A: Validators form the backbone of Solana’s network. By processing transactions and participating in consensus, each validator helps make Solana the most high-performance blockchain network in the world.", + "q2": "Q: Who can run a validator node?", + "a2": "A: Anyone!", + "q3": "Q: How do I run a validator node?", + "a3": "A: To get started, check out our docs on the technical requirements and steps to start your own node.", + "q4": "Q: How do I get help running a validator node?", + "a4": "A: We have a very active community of validators on our Discord server. This is the best place to get technical support and ask questions.", + "q5": "Q: Why should I run a validator node?", + "a5": "A: Validators can earn SOL for helping secure the Solana network. Here's an overview of the economics, and here's an overview of staking rewards. Validators also help increase censorship resistance on the network by increasing decentralization.", + "q6": "Q: What’s the Foundation Delegation program?", + "a6": "A: It’s a Solana Foundation program to incentivize new validators to the network. Read more about it here." + }, + "new": { + "header": "Secure the ledger. Earn SOL.", + "sub-header": "Decentralize the network by providing computing resources.", + "become-validator": "Become a validator", + "cards": { + "number-text": "Current number of validators on mainnet", + "nakamoto-text": "Current Superminority" + }, + "definition": { + "title": "Validators form the backbone of Solana’s network.", + "text": "By processing transactions and participating in consensus, each validator helps make Solana the most censorship resistant and highest-performance blockchain network in the world." + }, + "rewards": { + "header": "Validator Rewards", + "cards": { + "protocol-header": "Phần thưởng dựa trên giao thức", + "protocol-text": "Các vấn đề từ tỷ lệ lạm phát toàn cầu, do giao thức xác định. Những phần thưởng này được phân phối cùng với thu nhập từ phí giao dịch.", + "staking-header": "Đặt cược", + "staking-text": "Staker được thưởng vì đã giúp xác thực sổ cái. Họ làm điều này bằng cách ủy quyền tiền cược của họ cho các nút xác nhận. Những người xác nhận đó thực hiện công việc phát lại sổ cái và gửi phiếu bầu đến tài khoản bỏ phiếu cho mỗi nút mà những người xác nhận có thể ủy quyền số tiền cổ phần của họ. Phần còn lại của cụm sử dụng các phiếu bầu có tỷ trọng cổ phần đó để chọn một khối khi phát sinh các nhánh.", + "stake-pool-header": "Stake Pools", + "stake-pool-text": "Stake Pools are a liquid staking solution that promote censorship resistance, decentralization, and the growth of DeFi on Solana." + } + }, + "getting-started": { + "header": "Getting Started", + "cards": { + "docs-header": "Get started", + "docs-text": "Go here for documentation related to all things Validator, from validator requirements, to troubleshooting.", + "explorer-header": "Validators explorer", + "explorer-text": "View the current list of validators, their ranking by stake amount, and information about commission below.", + "explorer-btn": "View Validators", + "server-header": "Server Program", + "server-text": "The Solana Foundation Server Program is designed to help new validators get started on the Solana network by providing access to servers at discounted prices through our partners.", + "delegation-header": "Delegation Program", + "delegation-text": "Foundation Delegation participants are eligible to receive a delegation from the Solana Foundation.", + "delegation-btn": "Dashboard" + } + } + } + }, + "commands": { + "gtdocs": "Đi đến Tài liệu", + "visitf": "Truy cập Diễn đàn\n", + "forum": "\nThảo luận trên Diễn đàn", + "chat": "\nNhận hỗ trợ từ trò chuyện", + "updated": "Bạn muốn tiếp tục cập nhật tiến độ của Solana?", + "build": "Xây dựng ngay", + "contact": "Liên hệ chúng tôi", + "learn": "Tìm hiểu thêm\n", + "helpsecure": "Help Secure the Network", + "get-it": "Try It", + "upvote": "Upvote", + "submit": "Submit", + "close": "Close", + "copied": "Copied!", + "subscribe": "Theo dõi ngay", + "submit-event": "Submit event" + }, + "newsletter": { + "signup": "Đăng ký nhận bản tin Solana", + "spam": "Chúng tôi hứa sẽ không gửi thư rác cho bạn.", + "informed": "Để nhận được cập nhật thường xuyên" + }, + "hackathon": { + "index": { + "title": "Join a Solana Online Hackathon to Kickstart your Crypto Journey", + "description": "Solana hackathons provide ambitious builders a launchpad to create projects that push the crypto space forward. Sign up for Colosseum to find cofounders, share ideas, and sign up for the next Solana hackathon.", + "cta": "Join Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "Nhà phát triển\n" + }, + "projects": { + "title": "3,000+", + "subtitle": "Projects Launched" + }, + "funding": { + "title": "$600m+", + "subtitle": "in Venture Funding" + } + } + }, + "previousWinners": { + "title": "Previous Winners, Honorable Mentions, and Participants" + }, + "previousHackathons": { + "title": "Previous Hackathons", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "renaissance": { + "title": "Solana Renaissance", + "description": "Renaissance was the 9th Solana Foundation hackathon, bringing together founders and developers from 95+ countries to build products spanning Infrastructure, Gaming, DePIN, DAOs, DeFi, and a long-tail of Consumer Applications." + }, + "grizzlython": { + "title": "Solana Grizzlython", + "description": "Over 10,000 participants submitted 813 final projects to Grizzlython, the seventh Solana hackathon." + }, + "summercamp": { + "title": "Solana Summer Camp", + "description": "Open to teams globally, Solana Summer Camp saw nearly 18,000 participants submit 750 final projects to the judges." + }, + "riptide": { + "title": "Solana Riptide", + "description": "Open to teams globally, Riptide saw nearly 7000 participants submit 550 final projects to the judges." + }, + "ignition": { + "title": "Solana Ignition", + "description": "With over 500+ project submissions from builders around the world." + }, + "season": { + "title": "Solana Season", + "description": "Over 13,000 builders registered and 350 teams submitted projects spanning DeFi, NFTs, Web3 and beyond." + }, + "defi": { + "title": "Solana DeFi", + "description": "With over 3,000 registrations & 100+ project submissions from builders globally!" + }, + "inaugural": { + "title": "Solana’s Inaugural Hackathon", + "description": "With over 1,000 registrations & 60+ project submissions from builders globally!" + } + }, + "previousSponsors": { + "title": "Previous Sponsors" + }, + "overview": { + "title": "Overview", + "description": "Solana hackathons are not traditional hackathons. They are global, online events where the most promising entrepreneurs and builders compete to launch their crypto startups to raise seed rounds from the world's leading investors. Do you have what it takes?", + "cta": "Get Notified" + }, + "voting": { + "prize-track-filter": "Browse by Prize Track", + "sponsored-prize-filter": "Browse by Sponsored Prizes", + "description": "Project Description", + "additional-info": "Additional Information", + "repo-link": "Go to project repository", + "presentation-link": "Presentation Link", + "votes": "Votes", + "clear-filters": "CLEAR", + "search-project": "Search project", + "no-results": "No projects found matching your search criteria.", + "error-results": "An error occurred, please try again.", + "try-again": "Try again", + "error": { + "title": "Error!", + "voting-ended": "The voting period is over and you cannot vote anymore.", + "unknown": "An error has occurred, please try again later." + } + } + }, + "branding": { + "title": "Brand & Press", + "description": "Learn about Solana's branding guidelines, download assets, and contact our press team.", + "assets": { + "title": "Assets", + "download-btn": "Download assets", + "mainLogoType": "Main logotype", + "logomark": "Logomark", + "wordmark": "Wordmark", + "vertical": "Vertical lockup", + "foundation": "Foundation logotype" + }, + "tags": { + "title": "Contents", + "first-tag": "Brand guidelines", + "second-tag": "Asset downloads", + "third-tag": "Press inquiries" + }, + "goodies": { + "title": "Goodies", + "description": "Download Solana backgrounds.", + "shape1": "Shape 1", + "shape2": "Shape 2" + }, + "banned": { + "title": "Logo Dont’s", + "description": "Here are some things you should never do with the Solana logomark.", + "shadow": "Don’t add shadows behind the logo", + "outline": "Don’t add outlines to the logo", + "stretch": "Don’t stretch the logo", + "lowResolution": "Don’t apply logo in low resolution", + "imagery": "Don’t use logo as a frame for imagery", + "contrast": "Don’t place on low contrast colors" + }, + "logo": { + "title": "Solana Brand", + "sub-title": "Logotype", + "description": "Solana’s wordmark is constructed from custom-built, modular type. The angular and uniform lettering take cues from 1980s tech aesthetics, updated to feel fresh and futuristic. The logomark is created by stacking three identical parallelograms. It conveys speed and celebrates the concept of building." + }, + "welcome": { + "title": "Welcome to Solana Brand & Marketing page", + "description": "Follow these guidelines when promoting Solana in marketing communications, including advertising, articles, websites, and printed promotions.", + "description-2": "For full brand guidelines please see Solana Foundation Brand Guidelines." + }, + "clearspace": { + "title": "Clearspace", + "description": "A certain amount of space is needed around the logomark to prevent it from becoming cluttered by surrounding artwork, images, or the edge of a page. Below are the minimum spacings for both logomark and wordmark." + }, + "colors": { + "title": "Colors", + "gradient": "solana gradient", + "purple": "solana purple", + "green": "solana green" + }, + "press": { + "title": "Press inquiries", + "description": "Please direct inquiries to" + } + }, + "community": { + "hero": "Solana Community", + "featcontent": "Nội dung nổi bật", + "header": "Cộng đồng Solana là một ngôi nhà chung cho các nhà phát triển, chủ sở hữu mã thông báo, trình xác thực và các thành viên hỗ trợ giao thức.", + "info": "Listen to the podcast", + "podcast": "Đi đến Podcast", + "learn": "Learn in depth", + "blog": "Visit Blog", + "apply": "Áp dụng ngay bây giờ", + "collective": "Hỗ trợ đội ngũ cốt lõi của Solana thông qua các sáng kiến cộng đồng và tiếp thị, đồng thời tích lũy phần thưởng.", + "socials": { + "hero": "Wayfinding", + "hero-old": "Join the crypto revolution", + "subheader": "The following are our most frequented and updated communication channels. You name it, we’ve got it!", + "telegram": "Telegram\n", + "approx-members": "~ {number} thành viên", + "gt-members": " thành viên", + "announcements": "Thông báo", + "discord": "Bất hòa\n", + "engineering": "Kỹ thuật\n", + "twitter": "Twitter", + "approx-followers": "người theo dõi", + "medium": "News", + "approx-write-ups": "~ {number} viết lên", + "blogposts": "Bài đăng trên blog", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "người theo dõi", + "weibo": "Weibo", + "weibo-subscribers": " người đăng ký", + "twitter-jp": "Twitter Nhật Bản", + "twitter-jp-subscribers": " thành viên", + "forum": "Diễn đàn Solana", + "forum-subscribers": "> {number} bài viết", + "gt-stars": "> {number} sao", + "youtube": "YouTube", + "gt-subscribers": "> {number} người đăng ký", + "yt-subscribers": "K subscribers", + "videos": "Videos", + "email": "Email", + "oneonone": "1:1", + "reddit": "Reddit", + "discussions": "Thảo luận", + "meetup": "Meetup", + "meetings": "Các cuộc họp" + }, + "articles": { + "latest": "Câu chuyện mới nhất", + "description": "Đây là những gì chúng tôi đã cập nhật gần đây.", + "view": "Xem tất cả" + }, + "jill": { + "title": "Jill Carlson - Đối tác của Slow Ventures / Đồng sáng lập The Open Money Initiative", + "text": "Chúng tôi đã tổ chức một buổi lễ lớn Jill Carlson cho tập 15 của No Sharding, The Solana Podcast. Trong tập này, chúng đã thực hiện một cách tiếp cận khác..." + }, + "cluster-launch": { + "title": "Khởi chạy cụm SLP1", + "text": "Chúng tôi rất vui mừng được thông báo về việc khởi chạy thành công cụm “Soft Launch” của chúng tôi. Một cụm được khuyến khích để phát triển và tích hợp đối tác. Cụm này sẽ chạy song song và tách biệt với Tour de SOL (TdS)." + }, + "solana2019": { + "title": "Solana năm 2019: Tăng trưởng, phát triển và con đường đến với Mainnet", + "text": "Nó là một năm khó khăn. Khi chúng tôi chuẩn bị cho thập kỷ tiếp theo, chúng tôi muốn tóm tắt lại những tiến bộ đáng kinh ngạc mà Solana đã đạt được trong năm 2019. Từ công việc cơ sở hạ tầng chuyên sâu, tập trung đến công bố khoản huy động 20m $ của chúng tôi bởi Multicoin Capital..." + }, + "brendan": { + "title": "Brendan Eich - Đồng sáng lập / Giám đốc điều hành Brave Software và Attention Token", + "text": "Brendan nói ngắn gọn về lý lịch của mình (Người sáng lập Javascript & đồng sáng lập Mozilla) và sau đó bắt đầu tìm hiểu ngay cách..." + }, + "sam": { + "title": "Sam Bankman-Fried - Giám đốc điều hành của FTX, Đồng sáng lập Serum", + "text": "Một ngày sau khi Project Serum chính thức được công bố, Anatoly và Sam đã ngồi xuống để thảo luận và trao đổi về thị trường giao dịch tiền điện tử, tương lai của DeFi và thảo luận thêm thông tin chi tiết về tốc độ cao, không quản lý..." + }, + "dieter": { + "title": "Dieter Shirley - Giám đốc công nghệ của Dapper Labs, Kiến trúc sư chính của Flow", + "text": "No Sharding là tên của podcast, và đó chính xác là nội dung của tập tin này. Từ chương trình phát triển để hướng dẫn nhóm kỹ sư thiết kế Crypto Kitties, Dieter có nhiều kinh nghiệm trong cả L1 và L2..." + }, + "rodolfo": { + "title": "Rodolfo Gonzalez - Đối tác tại Foundation Capital", + "text": "Tập này là tất cả về đầu tư mạo hiểm. Rodolfo Gonzales là đối tác của Foundation Capital, một công ty đầu tư mạo hiểm hỗ trợ những cá nhân muốn thúc đẩy thế giới phía trước theo một cách nào đó, sử dụng một công việc kinh doanh chuyển đổi làm..." + }, + "royandreisen": { + "title": "Meher Roy & Reisen- Đồng sáng lập của Chorus One Ep #14", + "text": "Chorus One đang vận hành cơ sở hạ tầng để giúp bạn tăng an toàn khi nắm giữ tiền điện tử. Meher..." + }, + "sunnya": { + "title": "Sunny Aggarwal - Nhà phát triển cốt lõi tại Tendermint / Cosmos", + "text": "Tập này là tất cả về Trình xác thực. Bạn có muốn tìm hiểu thêm về cách chạy một nút và trở thành trình xác thực không?" + }, + "defi": { + "title": "Tìm hiểu sâu về DeFi với FTX, Aave, Balancer, Curve, Gauntlet và Solana", + "text": "Đây là tập đặc biệt của The Solana Podcast - chúng tôi đã có một bảng điều khiển mới cho Solana Wormhole Hackathon và chuyển đổi thành định dạng âm thanh cho bạn! Tận hưởng chuyến đi tìm hiểu sâu mọi thứ về DeFi với các nhà lãnh đạo trong ngành." + }, + "tds-week-2": { + "title": "Tour de SOL - Tóm tắt tuần 2", + "text": "Chào mừng bạn quay trở lại và cùng với tất cả những người đã theo dõi tiến độ của chúng tôi trong Tour de SOL..." + }, + "tds-week-1": { + "title": "Tour de SOL - Tóm tắt tuần 1", + "text": "Chúng tôi chính thức được một tuần vào giai đoạn 1 của Tour de SOL (TdS). Mục tiêu của chúng tôi là bắt đầu thử thách..." + }, + "serum": { + "title": "FTX chọn Solana cho Serum: Sàn giao dịch phái sinh phi tập trung tốc độ cao, không giám sát", + "text": "FTX và Alameda Research đã thành lập ra Serum Foundation và công bố Serum, một DEX tốc độ cao mới, không bị quản lý, được xây dựng trên Solana. Bạn có thể tìm hiểu thêm về Serum trong sách trắng và trong bài viết đầy đủ trên The Block." + }, + "arweave": { + "title": "Thông báo về bản hack khả năng tương tác của Solana Arweave", + "text": "Hôm nay Solana rất vui mừng thông báo về sự hợp tác với Arweave. Cả hai chúng tôi đang kêu gọi các nhà phát triển xây dựng cầu nối giữa các dự án Solana và Arweave. Tiền thưởng này hiện có trên Gitcoin và bao gồm phần thưởng 15.000 DAI. Bạn có thể tìm hiểu thêm về phạm vi và quy tắc của tiền thưởng tại đây!" + }, + "tdsstage1": { + "title": "Tour de SOL Giai đoạn 1 Chi tiết", + "text": "Chúng tôi đang sửa đổi Tour de SOL (TdS) từ 3 sự kiện thành một chuỗi liên tục các sự kiện và lên lịch..." + }, + "coinlist": { + "title": "Solana tăng 1.76 triệu $ trong bán đấu giá Coinlist", + "text": "Vào ngày 23 tháng 03 lúc 10 giờ tối PST, cuộc đấu giá Coinlist của chúng tôi đã diễn ra. Phiên đấu giá Hà Lan đã bán hết 8 triệu mã thông báo SOL có sẵn trong 6 giờ. Chúng tôi muốn cảm ơn cộng đồng của chúng tôi vì đã phản ứng tích cực cho cuộc đấu giá này, mặc dù tình hình thế giới hiện nay." + }, + "terra": { + "title": "Solana hợp tác với Terra để bắt cầu xây dựng một mã thông báo có độ trễ thấp, đưa Stablecoin vào hệ sinh thái Solana", + "text": "Chúng tôi cùng nhau xây dựng một cây cầu mã thông báo tốc độ cao mới tạo điều kiện thuận lợi cho việc chuyển các stablecoin Terra vào hệ sinh thái dapp của Solana. Các mã thông báo của Terra sẽ là stablecoin đầu tiên trên mạng Solana. Bằng cách đưa stablecoin vào mạng của mình, chúng tôi đặt mục tiêu mở rộng đáng kể không gian thiết kế cho các nhà phát triển, mở ra cánh cửa cho các ứng dụng mới đòi hỏi ổn định về giá." + }, + "chainlink": { + "title": "Chainlink và Solana tích hợp: Tốc độ cao dữ liệu Oracle cho các ứng dụng DeFi tốt hơn", + "text": "Hợp đồng tài chính là công cụ dựa trên dữ liệu phản ứng với các sự kiện thị trường, chẳng hạn như thay đổi giá của một tài sản cơ bản. Hợp đồng thông minh, đặc biệt, là các sản phẩm tài chính tự động, có nghĩa là dữ liệu trực tiếp kích hoạt việc thực hiện và giải quyết hợp đồng trái ngược với việc thông qua trung gian của con người." + }, + "popular": { + "title": "News", + "description": "Dưới đây là một số lựa chọn trong vài tháng qua." + }, + "videos": { + "related": "Related", + "watch": "Watch", + "head": "\nCác Video", + "youtube": "YouTube", + "podcast": "Podcast" + } + }, + "blog": { + "hero": "Solana News", + "header": "Learn more about Solana’s technology, validators, integrations, and community.", + "latestTopics": "Related Topics", + "readArticle": "Read Article", + "back-btn": "See all news", + "Share-article": "Share article", + "read-article": "Read article", + "pagination": "You're reading {{firstItem}} - {{lastItem}} of {{total}}", + "previous-btn": "Previous page", + "next-btn": "Next page" + }, + "developers": { + "courses": { + "title": "Learn Solana development", + "description": "Use these Solana Foundation and community courses to begin your journey into Solana development.", + "aria-label": "View course", + "chapters_one": "{{count}} Chapter", + "chapters_other": "{{count}} Chapters" + }, + "documents": { + "title": "Go to the source.", + "description": "Read the documentation for Solana and popular tools.", + "solana-docs": { + "title": "Solana Docs", + "description": "Learn how Solana works and get a high-level understanding of Solana's architecture." + }, + "metaplex-docs": { + "title": "Metaplex Docs", + "description": "Learn what you build with Metaplex, make the process of creating and launching NFTs easier." + }, + "view-all": "Xem tất cả" + }, + "changelog": { + "cta": "Latest episode" + }, + "content": { + "newsletter": { + "title": "Solana Developer Update", + "description": "Sign up to the newsletter and learn about new resources, new commits, new proposals, and more." + }, + "other-content": { + "title": "Even more resources", + "description": "More videos, more episodes. Discussions between industry leaders in both blockchain and technology, our team, and community developers.", + "latest-video": "YouTube", + "latest-episode": "Podcast" + } + }, + "course-hero": { + "start-now": "Start Now" + }, + "featured-resources-list": { + "title": "Featured resources", + "description": "The best resources for building an end-to-end Solana dApp.", + "start": "Explore" + }, + "resources-page": { + "title": "Tài nguyên", + "difficulty": "Difficulty", + "labels": "Labels", + "date": "Date", + "category": "Category", + "seo-description": "Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more." + }, + "resource-content": { + "resources-title": "Tài nguyên", + "guides-title": "Hướng dẫn", + "difficulty": "Difficulty", + "tags": "Tags", + "labels": "Labels", + "date": "Date", + "category": "Category" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up" + } + }, + "hero": { + "description": "A manual for joining the Solana ecosystem. By builders for builders.", + "explore": "Explore the Docs", + "build": "Xây dựng ngay", + "title": "Developer Resources" + }, + "learning-paths": { + "title": "Learning Paths", + "subtitle": "Guided paths to expand your abilities as a well-rounded Solana Developer.", + "articles": "Articles", + "articles_one": "{{count}} Article", + "articles_other": "{{count}} Articles", + "related-learning-paths": "More learning paths", + "series-info": "Info", + "series-episodes": "Episodes", + "key-takeaways": "Key takeaways", + "start": "Start", + "length": "Length", + "difficulty": "Difficulty" + }, + "navs": { + "home": { + "title": "Home" + }, + "solana-course": { + "title": "Solana course" + }, + "learning-paths": { + "title": "Learning paths" + }, + "resources": { + "title": "Tài nguyên" + }, + "hackathon-checklist": { + "title": "Hackathon checklist" + } + }, + "pitch": { + "focus": "Tập trung vào doanh nghiệp của bạn,", + "focus-2": "không phải cơ sở hạ tầng của bạn.", + "network": "Mạng phân tán toàn cầu được xây dựng đặc biệt theo quy định của định luật Moore Moore, mà không phải hy sinh sự phân cấp hoặc bảo mật để hỗ trợ hàng tỷ người dùng và thiết bị.", + "language": "Mã bằng ngôn ngữ của bạn.", + "vm": "Code với Rust, C và C ++. Tích hợp máy ảo linh hoạt, với nhiều hơn thế nữa.", + "wait-times": "Tránh thời gian chờ đợi lâu cho người dùng của bạn.", + "fast": "Tốc độ nhanh và không có mempool. 400 mili giây mỗi khối. Web 3.0 với tốc độ Web 2.0.", + "scale": "Hiệu quả vốn khi hệ sinh thái phát triển.", + "scale-context": "Solana mở rộng quy mô nhờ Định luật Moore - không cần phải tích hợp với nhiều phân đoạn hoặc các giải pháp lớp 2.", + "security": "Bảo mật cấp doanh nghiệp.", + "audit": "Kiểm toán bởi công ty bảo mật Fortune 500. Iron-clad bất biến trên quy mô toàn cầu." + }, + "pitch-2": { + "users": "Người dùng của bạn sẽ", + "users-notice": "thậm chí không bao giờ thông báo.", + "performance": "Hiệu suất của Solana là vô song, và được xây dựng đặc biệt cho các ứng dụng có quy mô lớn và tần số cao.", + "pmt": "Chiều cao khối", + "validators": "Kỷ nguyên hiện tại", + "blocktimes": "Thời gian tạo khối", + "tps": "Tổng số giao dịch" + }, + "references": { + "title": "Developer References", + "description": "A collection of the core learning resources for developers onboarding to Solana." + }, + "guides": { + "title": "Tutorials and guides.", + "description": "Learn from tutorials and guides from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "featured-guides-list": { + "title": "Featured guides", + "description": "The best in-depth guides to learn and build Solana dApps.", + "start": "Start" + }, + "seo-description": "Learn Solana development with developer guides, from beginner to advanced. JavaScript, TypeScript, Rust, and more." + }, + "resources": { + "title": "Tools and resources.", + "description": "Explore developer resources from across the greater Solana ecosystem.", + "learn-more": "Learn more", + "items": { + "core-docs": { + "title": "Core Documentation", + "description": "The official Solana documentation on developing, validators, SPL tokens, wallets and more." + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "The Solana Cookbook is a developer resource that provides the essential concepts and references for building applications on Solana." + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange is a question and answer site for Solana software users and developers.", + "ask": { + "title": "Got a question?", + "description": "Questions are everywhere, answers are on the Solana StackExchange.", + "cta-label": "Ask on Stack Exchange" + } + }, + "playground": { + "title": "Solana Playground", + "description": "Easily build, deploy and test Solana programs and smart contracts from a browser IDE." + }, + "create-dapp": { + "title": "create-solana-dapp", + "description": "Get up and running fast with Solana dApps, generate a project template in seconds." + }, + "anchor": { + "title": "Anchor Docs", + "description": "Anchor is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts." + }, + "program-library": { + "title": "Solana Program Library", + "description": "The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime." + }, + "program-examples": { + "title": "Program Examples", + "description": "A list of curated examples for a wide range of use cases implemented using on-chain programs." + } + } + }, + "nav": { + "next": "Next", + "prev": "Previous", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "Environment", + "description": "How the Solana Foundation and greater community are building a better, more energy-efficient web3.", + "hero": { + "title-part-1": "Carbon neutral.", + "title-part-2": "Climate focused.", + "subtitle": "How the Solana Foundation and greater community are building a better, more energy-efficient web3." + }, + "stats": { + "transaction": "Average energy used per Solana transaction, in Joules", + "nonvoting-transaction": "Average energy used per Solana nonvoting transaction, in Joules", + "annual-carbon-footprint": "Annual carbon footprint, in tons of CO2", + "net-carbon-impact": "Net carbon impact" + }, + "cta-data": "See raw data", + "energy": { + "title": "How Solana’s energy use stacks up", + "subtitle": "Compare Solana’s extremely efficient platform.", + "solanaTransaction": "One Solana (voting + non-voting) transaction", + "cta": "Read the Energy Use Report" + }, + "report": { + "title": "Neutralizing Solana’s carbon impact", + "description-part-1": "The Solana Foundation is committed to studying the impact of the Solana blockchain, open-sourcing the data, and taking steps to bring the chain’s footprint to zero. ", + "description-part-2": "Solana is the first smart-contract layer 1 blockchain with real-time energy emissions tracking, enabling anyone in the world to examine the network’s emissions down to the validator or RPC level." + }, + "what-you-can-do": { + "title": "What you can do", + "data": { + "title": "Use the data", + "description": "We’ve open-sourced the Solana’s emissions data for those who want to check our work or use it for other analyses. Read the energy use report for more information." + }, + "footprint": { + "title": "Lighten your footprint", + "description": "The Solana Foundation encourages all validators and projects to take a look at their own emissions data and mitigate where possible. Learn from Orca’s journey." + }, + "grants": { + "title": "Apply for a grant", + "description": "Check some project ideas for making the Solana network more climate positive, or submit your own proposal." + } + }, + "featured-projects": { + "title": "A climate-focused ecosystem", + "read-more": "Đọc thêm", + "case-study": "Read the case study", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "Solana, in real life", + "signup": "RSVP", + "archive": { + "page-title": "Events Archive", + "title": "Past Events", + "subtitle": "See where the Solana builders in your community have met before!", + "archive": "See past events in the Archive", + "event-count": "You're seeing {{current}} of {{total}} archived events", + "next-page": "Older Events", + "previous-page": "Newer Events" + }, + "hero": { + "title": "Solana, in real life", + "subtitle": "Meet the Solana builders in your community. Come to a meet-up!", + "virtual": "Virtual", + "in-person": "In-Person", + "hacker": "Hacker House", + "all-events": "View all events" + }, + "community": { + "heading": "Community events", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "Details" + }, + "single-event": { + "about-event": "About the Event", + "about-panel": "About the Panel", + "share": "share event", + "schedule": "Date and time", + "schedule-cta": "Add to calendar", + "venue": "Location" + } + }, + "footer": { + "foundation": "Managed by", + "copyright": "© {{currentYear}} Solana Foundation. All rights reserved.", + "solana": { + "heading": "Solana", + "grants": "Trợ cấp", + "break": "Solana Break", + "media": "Media Kit", + "careers": "Nghề nghiệp\n", + "disclaimer": "Từ chối", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "Get Connected", + "blog": "Blog", + "newsletter": "Bản tin" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "Tham gia vào cộng đồng", + "discord": "Solana Discord Support", + "forums": "Diễn đàn Solana", + "solhack-discord": "SolHack Discord (community)", + "solhack-training": "SolHack Training (community)" + }, + "mail-signup": { + "form": { + "sending": "Sending...", + "placeholder": "Enter email address", + "email-error": "Please enter a valid email address", + "signup": "Sign up", + "signup-success": "You are successfully signed up!", + "unexpected-error": "An unexpected error occured. Please try again!" + } + }, + "resources": { + "link-btn": "try it" + }, + "videos": { + "title": "Videos" + } + }, + "nav": { + "learn": { + "title": "Tìm hiểu", + "start": { + "title": "Start here", + "items": [ + { + "title": "Blockchain and Solana 101", + "description": "The basics on all things Solana and web3." + }, + { + "title": "Intro to NFTs", + "description": "Everything you need to know about NFTs on Solana." + }, + { + "title": "Environmental Impact", + "description": "How Solana is supporting a greener web3." + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "Solutions", + "tools": { + "title": "Tools", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "Games Tooling" + }, + { + "title": "Payments Tooling" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "Financial Infrastructure" + }, + { + "title": "Digital Assets" + }, + { + "title": "Mobile" + }, + { + "title": "Permissioned Environments" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "Use cases", + "items": [ + { + "title": "Gaming and Entertainment" + }, + { + "title": "Enterprise" + }, + { + "title": "Artists and Creators" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "Resources", + "items": [ + { + "title": "Solutions Hub" + }, + { + "title": "AI" + }, + { + "title": "DAOs" + } + ] + } + }, + "network": { + "title": "Network", + "inspect": { + "title": "Inspect", + "items": [ + { + "title": "Solscan", + "description": "Explore Solana blockchain in real time." + }, + { + "title": "SolanaFM", + "description": "Solana blockchain explorer and indexer." + } + ] + }, + "resources": { + "title": "Tài nguyên", + "items": [ + { + "title": "Trở thành Người xác thực", + "description": "Help run the Solana network." + }, + { + "title": "RPC Providers", + "description": "Build crypto apps that scale." + }, + { + "title": "Network Status", + "description": "Network performance and status." + } + ] + } + }, + "community": { + "title": "Cộng đồng\n", + "involved": { + "title": "Get involved", + "items": [ + { + "title": "News", + "description": "The latest in the Solana ecosystem." + }, + { + "title": "Sự kiện", + "description": "Experience the Solana community, in real life." + }, + { + "title": "The Collective", + "description": "Help the greater ecosystem." + }, + { + "title": "Community Resource Hub", + "description": "How to join in." + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "Home", + "episodes": "Episodes" + }, + "title": "Validated", + "description": "When it comes to blockchain, the thing people talk about most — the price — is actually the least interesting part. Crypto conversations are too often about who’s up and who’s down, what to buy and what to sell, and today’s drama on Twitter. Most conversations about crypto miss how it’s going to change ... everything. On VALIDATED, we’ll be talking to the people who are rethinking the internet — and our world. No hype cycles. No financial advice. Just conversations on the biggest ideas shaping the future of the internet. Web3 is complicated, but never boring.", + "cta-list-sub": "Listen & Subscribe", + "recent-episodes": "Recent Episodes", + "view-all-episodes": "View All Episodes", + "episodes": { + "title": "Validated episodes", + "description": "View the full list of Validated episodes.", + "sort-by": "Sort by", + "newest-first": "Newest First", + "oldest-first": "Oldest First", + "search": "Search Episodes", + "load-more": "Load More" + }, + "episode": { + "summary": "Episode Summary", + "notes": "Episode Notes", + "contributors": "Show Contributors", + "recast": "Recast", + "subscribe": "Subscribe", + "download": "Download MP3" + }, + "listen-options-modal": { + "title": "Listen on..." + } + }, + "learn": { + "explore": "Explore {{category}} Projects on Solana", + "prev": "Previous use case", + "next": "Next use case" + }, + "sign-in-up-modal": { + "sign-in": "Sign in", + "sign-up": "Sign up", + "sign-out": "Sign out", + "email-sign-in": "Sign in with email", + "close-window": "Close Window" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "Side events", + "travel": "Travel", + "faq": "Câu hỏi thường gặp", + "tickets": "Tickets", + "sponsor": "Sponsor", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "Highlighted events", + "community": "Community events", + "community-cta": "Have an event you want on this calendar? Submit it here." + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFTs are Live on Instagram & Facebook", + "description": "Instagram and Facebook have integrated with the Solana blockchain to allow users to showcase their NFT collections! The Solana Foundation has teamed up with leading NFT ecosystem creators, marketplaces, and infrastructure projects to celebrate with a special contest.", + "enter-now": "Enter Now", + "walkthrough": "How it works", + "tiles": { + "title": "Enter to win 1:1 NFTs and exclusive rewards from your favorite NFT projects", + "tileClosedCTA": "Read more", + "tileOpenCTA": "Read less", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "The Catalina Whale NFT will award the holder an additional Original Catalina Whale Collection NFT." + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "The Hyperspace NFT will award the holder an exclusive Merch pack and member-only Discord access." + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "The Degods NFT will give the owner an exclusive Degod Merch pack." + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "The Grim Syndicate NFT will give the holder guaranteed whitelist spots for the Wheel of Degen drop, early access to other drops, and an original Grim NFT." + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "The y00ts NFT will give the holder a exclusive y00ts Merch pack." + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "The Magic Eden NFT holder will be appointed Chief Degen Officer for 1 month and will have the opportunity to share feedback directly with the ME team and help shape the future of NFTs." + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "The Aurory NFT will give the holder access to all of Aurory's current & future closed beta games, as well as access to select mini games on aurory.io." + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "The Degen Ape NFT will award the holder an additional Original Degen Ape Collection NFT." + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "The Okay Bears NFT holder will get access to OkayBears merch, events, future drops & more." + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "The Boogles NFT will give the holder a unique Boogles Merch pack." + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "The Holaplex NFT holder will receive a Holaplex merch pack and a 1 hour strategy session on how to leverage your business in web3 (if applicable)." + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "The Metaplex NFT will give the holder a unique Metaplex Merch Pack." + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "The Formfunction NFT will give the holder a Formfunction Merch pack." + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "The Exchange Art NFT will award the holder 2 tickets to Exchange Art’s upcoming Art Basel Event." + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "The Fractal NFT holder will be awarded the legendary Fractal Hat." + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "The SMB NFT will give the holder a Monkee Pass." + } + ] + }, + "disclaimer": { + "title": "Terms & Conditions", + "terms": "Solana NFT Celebration Terms and Conditions", + "rules": "Solana NFT Celebration Official Rules" + }, + "giveaway-form": { + "title": "Enter now to win!", + "description": "Link your Phantom wallet to your Facebook or Instagram account and post an NFT you hold. After, submit your info in the form below to enter to win unique 1:1 NFTs from some of your favorite collections. Remember, the form closes on November 12th, so enter soon!", + "form": { + "sending": "Sending...", + "success": "Your entry has been confirmed!", + "address-label": "Enter Public Wallet Address", + "address-aria-label": "Enter Public Wallet Address", + "address-error": "Please enter a valid public SOL wallet address", + "posturl-label": "Link to Instagram or Facebook Post", + "posturl-aria-label": "Enter the url of your Instagram or Facebook post", + "posturl-error": "Please enter a valid Instagram or Facebook post URL", + "email-label": "Enter Email Address (optional)", + "email-aria-label": "Enter Email Address", + "email-error": "Please enter a valid email address", + "submit": "Contest closed" + } + } + }, + "energy-usage": { + "title": "Solana is built to be fast, efficient, and green-friendly.", + "description": "Solana is made for everyone on planet Earth while being carbon neutral. There’s no power-guzzling mining or inefficient, single-file-line analysis. And thanks to its unique technical innovations, Solana is more green-friendly than other blockchains and has the numbers to back it up.", + "energy-unit": "Joules", + "next-label": "Next statistic", + "prev-label": "Previous statistic", + "stats": { + "solana-transaction": { + "label": "One Solana transaction", + "legend": "Average nonvoting transaction", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "Minting an NFT on Solana", + "legend": "Minting an NFT using Metaplex is roughly a single transaction", + "stat": "3290" + }, + "solana-network": { + "label": "Entire Solana Network", + "legend": "Yearly energy consumption of the entire Solana network", + "stat": "4056273936" + }, + "google": { + "label": "One single Google search", + "legend": "Search made on a desktop computer or mobile device", + "stat": "1080" + }, + "lightbulb": { + "label": "Using an LED lightbulb", + "legend": "Using an LED lightbulb (per hour)", + "stat": "36000" + }, + "ethereum": { + "label": "One Ethereum transaction", + "legend": "One Ethereum transaction, post-merge (estimated)", + "stat": "144036" + }, + "computer": { + "label": "Working on a computer", + "legend": "Using a desktop computer, monitor, and router (per hour)", + "stat": "568800" + }, + "refrigerator": { + "label": "Running large refrigerator", + "legend": "Running large refrigerator consumption (per hour)", + "stat": "648000" + }, + "gaming": { + "label": "Gaming on a PlayStation 5", + "legend": "Playing a video game on a PS5 (per hour)", + "stat": "708840" + }, + "ac": { + "label": "Central air conditioning", + "legend": "Central air conditioning consumption (per hour)", + "stat": "12600000" + }, + "bitcoin": { + "label": "One Bitcoin transaction", + "legend": "One Bitcoin transaction energy consumption", + "stat": "5005764000" + }, + "household": { + "label": "Average U.S. household", + "legend": "The U.S. household energy consumption average, per year", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana Foundation", + "description": "Enter the Solana House to experience the decentralized future of blockchain payments, art, and more.", + "hero": { + "subtitle": "Experience the future of art and tech — all in one place.", + "description": "Enter the Solana House at the FORMAT Festival to get free snacks with crypto-powered digital vouchers, immerse yourself in world-renowned artist Nancy Baker Cahill’s first-ever Solana NFT exhibit, and participate in an NFT auction.", + "dates": "Coming to Bentonville, AR September 23-25, 2022." + }, + "claim": { + "title": "Claim your mystery NFT", + "description": "Celebrate Solana + FORMAT Festival 2022 by redeeming a mystery NFT. No crypto experience required!", + "cta": "Claim now", + "social": { + "description": "Stay tuned for the reveal of what your mystery NFT turns into by following @TipLinkOfficial & @SolanaSpaces on Twitter.", + "poweredby": "Powered by" + } + }, + "concessions": { + "title": "Concessions with Crypto", + "description": "Free snacks with a scan! Use the Solana House x FORMAT digital vouchers to get some tasty treats, powered by TipLink — while supplies last." + }, + "slipstream": { + "title": "Slipstream NFT Experience", + "description": "Storied new media artist Nancy Baker Cahill is exhibiting 10 exclusive NFTs at Solana House — which will be auctioned off to the public with help from Magic Eden. See the auction." + }, + "ecosystem": { + "title": "Learn more", + "description": "Explore the Solana ecosystem and learn more about the world of NFTs.", + "nft": { + "title": "What’s an NFT?", + "description": "NFTs? Mints? Get the basics to NFTs on Solana.com", + "cta": "Learn more" + }, + "magiceden": { + "title": "Magic Eden", + "description": "Buy, sell, and discover Solana NFTs on the Magic Eden marketplace.", + "cta": "Try it" + }, + "tipLink": { + "title": "TipLink", + "description": "Help anyone get crypto — even if they don’t have a wallet.", + "cta": "Try it" + } + }, + "nft-volume": { + "title": "This is Solana.", + "description": "With fast transactions, low energy impact, and fees that are a fraction of a cent, Solana is quickly becoming home to many NFT projects.", + "volume": { + "title": "20.3M+ NFTs on Solana", + "description": "Find your community. Try out some of the most popular NFT marketplaces.", + "nfts": "Learn about NFTs", + "me": "GO TO MAGIC EDEN", + "os": "GO TO OPENSEA" + } + } + }, + "ecdr": { + "title": "Electric Capital Developer Report", + "description": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "hero": { + "headline": "See why thousands of new blockchain developers are building on Solana.", + "subheadline": "A rising cohort of blockchain developers are choosing Solana over other chains for its scalability, speed and lower costs.", + "note": "Get in touch to learn more and connect with our team.", + "cta": "Get in touch" + }, + "stats": { + "title": "Electric Capital Developer Report confirmed Solana as one of the fastest growing blockchains in 2022.", + "learn": "Learn more about Solana’s vision for web3 and the recent report.", + "full-time": { + "title": "16x growth in number of full time developers since 2018." + }, + "blockchain": { + "title": "The number of total Solana developers grew 83% in 2022." + }, + "active-developers": { + "title": "More than monthly active developers are building on Solana.", + "note": "*second in raw numbers only to Ethereum." + }, + "open-source": { + "title": [ + { + "phrase": "Fully open-sourced code." + }, + { + "phrase": "All activity on-chain." + }, + { + "phrase": "Self-custody." + }, + { + "phrase": "Community-owned." + } + ], + "description": "Decentralization is the heart of web3 — and to truly embrace web3’s promise, it needs to be the uncompromising core of everything a project does." + } + }, + "join-community": { + "title": "Join the Growing Solana Community to Kickstart your Crypto Journey.", + "description": "As builders ourselves, our bet will always be on the builders in the Solana community. We are very excited about the years ahead of us." + } + }, + "playgg": { + "title": "PlayGG", + "description": "An event for all players to explore the fun of blockchain games. San Diego, Jul 18-19.", + "info": { + "title": "Info", + "description": "An event for all players to explore the fun of blockchain games." + }, + "presentedby": { + "title": "Presented by", + "description": "Solana Foundation" + }, + "signup": { + "title": "Sign up and receive early access to registration", + "placeholder": "enter email", + "cta": "Want to sponsor PlayGG? Click here" + }, + "rsvp": "RSVP here", + "games": { + "title": "Selected Featured Games" + } + }, + "nft-showdown": { + "title": "The Solana NFT Showdown", + "description": "The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition.", + "alert": "Join the NFT Showdown - Build the next generation of NFT brands on Solana ->", + "cta": "View the winners", + "intro": { + "title": "Introducing", + "heading": "The Solana NFT Showdown", + "lead": "Fostering the next generation of NFT brands", + "description-1": "Prepare for a showdown of epic proportions! The Solana Foundation is calling all creators to bring their business ideas to life in this one-of-a-kind NFT pitch competition – a rare opportunity to have the chance to collaborate with industry experts and NFT community leaders. We’re seeking new Solana NFT brands that aim to create real-world products in verticals such as fashion, entertainment, gaming, creative agencies.", + "description-2": "NFT brands are a great way for savvy entrepreneurs to kickstart their business plans and build lasting communities. Do you have a creative concept and business pitch you’re passionate about? Take advantage of this chance to access and leverage a variety of new Solana tools that provide flexibility and scale. Project winners will be selected based on their viable business plans and the product innovation they showcase – working with judges who will provide guidance to give you the knowledge you need to turn your vision into a reality.", + "description-3": "It’s time to make this a pitch fit for the boardroom. Drop your email below to stay in-the-know on updates and timing. The submission window will be open in early June. Get started on those pitches and good luck!", + "description-4": "For complete pitch guidelines, see the FAQs below." + }, + "faq": { + "title": "FAQs" + }, + "partners": { + "title": "Với sự hỗ trợ từ" + }, + "judges": { + "title": "Judges + Prizes", + "prizes": { + "title": "Prizes", + "description": "Finalists and winners will all receive", + "list": [ + "Mentorship and office hours with the Solana team.", + "Attendance to curated workshops hosted by industry experts and NFT community leaders.", + "Tickets to Breakpoint, scheduled from Oct. 30 - Nov. 3, 2023 in Amsterdam." + ] + }, + "judging": { + "title": "Judging", + "description-1": "Project winners will be selected based on their viable business plans and the product innovation they showcase – business acumen, user-centric product thinking, creative direction, innovative use of Solana tech, and real-world application will all play a factor in identifying the winning submissions.", + "description-2": "Judges will narrow entries down to ten finalists. From there, in partnership with their mentor, finalists will present their pitch in-person. Of the ten finalists, a total of five NFT projects will be recognized as winners." + } + }, + "email": { + "title": "I'm interested!" + }, + "disclaimer": { + "rules": "SOLANA Foundation NFT Showdown Official Rules", + "title": "Từ chối", + "description-line-1": "The Solana NFT Showdown is a competition where projects will be evaluated by judges on their business acumen, user-centric product thinking, creative direction and lore, innovative use of Solana technology, and real-world application without consideration of legal viability. All participants must comply with applicable laws and regulations in connection with their projects for the NFT Showdown.", + "description-line-2": "The developer resources that Solana Foundation (“SF”) provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resides in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or is a person subject to similar blocking or denied party prohibitions, or (d) in violation of the Commodities and Exchange Act.", + "read-more-button": "Read more...", + "read-less-button": "Read less..." + } + }, + "possible": { + "meta": { + "title": "Only possible on Solana", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building." + }, + "hero": { + "title": "Built for what's possible.", + "description": "Developers from around the world are building apps on Solana for a fast, secure, scalable, and user-friendly future. A future that's only possible on Solana. Explore resources, connect to the ecosystem, and get building.", + "cta-primary": "Start building" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper is mapping the world with everyday drivers.", + "description": "Hivemapper's community has already mapped 6% of the world's roads, with weekly rewards powered by Solana’s unparalleled state compression technology." + }, + "case-2": { + "title": "Helium Mobile enables community-powered 5G service.", + "description": "Helium migrated to Solana, bringing a “People’s Network” to a growing number of American cities." + }, + "case-3": { + "title": "The Drip team has dropped 25-million artworks for around $3,000.", + "description": "Using state compression, Drip has distributed quality artworks every week, for free, to a user base of 400k and counting." + }, + "case-4": { + "title": "Dialect has minted by the millions with 2,400 to 24,000x cheaper minting costs.", + "description": "Dialect dramatically lowered minting costs to let users share NFT stickers on a mass scale with compressed NFTs on Solana." + }, + "case-5": { + "title": "So far, GainForest has monitored 5.4m hectares of land for environmental conservation.", + "description": "GainForest uses Solana smart contracts to collect real-time data and incentivize reforestation efforts worldwide." + } + }, + "innovations": { + "title": "Discover what’s only possible with Solana’s tech stack", + "mint": { + "controlText": "Compressed NFTs", + "title": "Mint by the millions", + "description1": "With state compression for NFTs, the cost of high-volume drops just got a lot cheaper. Imagine onboarding new users en masse or rewarding existing users for just a few hundred dollars, instead of a few hundred thousand. From event ticketing, to collectibles, to social media stickers and more, compressed NFTs open up a whole new world of possibilities.", + "description2": "This is made possible by state compression, a technique in which transaction data secured by the Solana ledger is hashed and verified against a Merkle tree account for use in a smart contract. This means that compressed NFTs can be created onchain in a similar manner as before, but for a fraction of the cost." + }, + "scale": { + "controlText": "Scalable tech", + "title": "Tech that scales, ultra fast", + "description1": "With Solana’s native scalability, you don’t need to make a tradeoff between decentralization and performance. Whether you’re building the next big thing in gaming, or focused on frontiers like AI or decentralized physical infrastructure (dePIN), let your imagination run wild and build the kind of application that’s only possible on Solana.", + "description2": "Ground-breaking projects like Helium and Hivemapper are building what’s only possible on Solana, thanks to its transaction speeds, scalability and reliability. And with integrations in areas such as AI, builders on Solana have access to the latest innovations to fuel their most ambitious projects." + }, + "climate": { + "controlText": "Low carbon footprint", + "title": "Climate-conscious tech", + "description1": "On Solana, a blockchain transaction uses about the same amount of energy as a few online searches. And with real-time emissions measurement, you can be sure you’re building on tech that not only performs, but is committed to energy efficiency. ", + "description2": "The emissions tracker software embedded directly on Solana nodes provides comprehensive and dynamic measurements over time. This data set is detail-rich, open, and free to use, making it possible for validators or anyone building on Solana to evaluate their contributions to the network’s carbon footprint and explore mitigation strategies." + }, + "payment": { + "controlText": "Parallel transactions", + "title": "Power global payments", + "description1": "Solana’s high throughput and low fees make it possible to support decentralized payments at scale. And with Solana Pay, developers have the toolkit they need to integrate Wall-Street-fast payment capabilities into their apps, while providing auditability and confidentiality when they need it most. Now your project or business can harness the power of the blockchain at the same speed as traditional payment networks, without intermediaries.", + "description2": "With Solana, builders have the opportunity to create the next generation of merchant payment and commerce rails built on blockchain technology that provides low cost and instant settlement for online and in-store payments. Find new ways to incentivize your customers with onchain rewards and loyalty offerings, and work directly with your customer – no intermediaries needed." + }, + "web3": { + "controlText": "Lightning fast consensus", + "title": "Web3 in your pocket", + "description1": "With Solana Mobile, web3 in your pocket is finally here. When you combine a world-class crypto phone, mobile dApp store and mobile stack, all underpinned by fast and secure blockchain tech, the possibilities are endless.", + "description2": "The Saga phone by Solana Mobile is ushering in the new mobile era of web3. Not only does it have the premium hardware you expect from your phone, but with its one-of-a-kind dApp store you can access your favorite DeFi protocols, NFT marketplaces and web3 apps on the go. Plus, with the phone’s secure Seed Vault, you can securely transact with your favorite wallet, protect your private keys and sign transactions using just your fingerprint." + }, + "solanaMobile": { + "controlText": "Mobile ready" + }, + "readMore": "Read more" + }, + "startBuilding": { + "title": "Start here", + "portal": { + "title": "The developer portal", + "description": "Begin your journey toward building what’s possible on Solana. Find courses, resources and tutorials to get started coding, building dApps and more.", + "cta": "Start building" + }, + "programming": { + "title": "Developer programming", + "description": "Meet the Solana builders in your community. From Boot Camps to Hacker Houses around the world, find the right event to help kickstart your project in the Solana ecosystem.", + "cta": "Find an event" + }, + "community": { + "title": "Connect with the community", + "description": "Whether it’s Telegram, Reddit, Discord or Meetups, find the right platform for you to stay connected to a global community of developers, token holders, validators and supporters.", + "cta": "Get connected" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "Discover the latest ecosystem news", + "cta": "Learn more" + }, + "icons": { + "title": "Icons for everyone.", + "description": "Download the icon set and show off what's possible. Check back as new icons are added.", + "cta": "Tải xuống" + }, + "loading": "Loading...", + "readMore": "Read more", + "learnMore": "Learn more", + "stats": { + "headline": "Join a community of millions.", + "headline-secondary": "Built for mass adoption.", + "live": "Live data", + "accounts": "Active accounts", + "nfts": "NFTs minted", + "cost": "Average cost per transaction", + "transactions": "Transactions per second", + "validators": "Validator nodes", + "totaltransactions": "Total transactions", + "carbon": "Net carbon impact", + "adoption": { + "fast": { + "title": "Fast", + "description": "Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network." + }, + "decentralized": { + "title": "Decentralized", + "description": "The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant." + }, + "scalable": { + "title": "Có thể mở rộng", + "description": "Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0.0025." + }, + "energy": { + "title": "Energy Efficient", + "description": "Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches." + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/locales/zh/common.json b/public/locales/zh/common.json new file mode 100644 index 000000000..619821578 --- /dev/null +++ b/public/locales/zh/common.json @@ -0,0 +1,1730 @@ +{ + "titles": { + "404": "404: 网页不存在", + "validators": "验证节点:确保网络安全并在此过程中赚取SOL代币", + "newsletter": "新闻通讯", + "developers": "开发者:Solana开发相关的资源以及信息", + "community": "Solana 社区:加入我们的生态", + "news": "Solana 新闻", + "defi": "DeFi", + "events": "活动", + "dao": "DAO 和 治理" + }, + "404": { + "title": "噢!出错了!", + "copy": "我们遇到了一个问题,但是别担心,我们肯定会解决的。", + "button": "返回首页" + }, + "ai": { + "title": "Solana 的 AI 创新速度", + "description": "Solana 是一个成本低、速度快、能量影响极小、用户使用简单的区块链。AI 甚至还能减少摩擦,推进去中心化的力量向成百上千万人开放。", + "hero": { + "title": "Solana 的AI 创新速度", + "point-1": "千万 AI 资助基金", + "point-2": "Solana 的 ChatGPT 插件", + "point-3": "一个在 AI 和 Web3 交叉领域的建设者生态", + "cta": "联系我们" + }, + "why-ai": { + "caption": "为什么将 AI 引入区块链?", + "title": "Solana 是为扩容而建立 - 成本低、速度快、碳排影响极小和简单用户使用体验。AI 甚至还能减少摩擦,让 Solana 更容易使用,推进去中心化的力量向成百上千万人开放。" + }, + "grant-fund": { + "title": "千万资助基金", + "content": "申请 Solana Foundation 千万资助基金,去探索 Solana 区块链和 AI 的交叉融合。", + "check-1": "必须公开供他人使用", + "check-2": "高达2.5万资助", + "check-3": "必须向基金会提供源代码", + "cta": "申请资助", + "cta-note": "申请资助,在申请表里选择 “AI” 类别。" + }, + "quote-section": { + "content": "OpenAI 是一个初创公司,但并不是谷歌创立的。AI 需要在公司运营管理上不断调整变化,大公司往往跟不上变化的速度,他们最多只能做到的就是生存。", + "author": "Solana Labs 共同创办人 Anatoly Yakovenko" + }, + "chatgpt": { + "title": "使用 Solana 的 插件", + "title-mobile": "Solana Labs 和 ", + "plugin": { + "title": "Solana 的 ChatGPT 插件", + "content": "Solana Labs 创建了一个 ChatGPT 插件的开源实施参考,让用户可以直接通过 ChatGPT 使用 Solana 网络。用户可以查询钱包余额、转账,甚至通过插件购买 NFT。", + "cta": "在 GitHub 上查看" + } + }, + "build": { + "title": "更多在 Solana 上创建的 AI", + "card-1": { + "title": "Solana 审计 AI", + "subtitle": "Ryan Trat @ryan_trat", + "content": "使用 LLM 识别 Solana 智能合约里的漏洞" + }, + "card-2": { + "title": "Solana 生态搜索", + "subtitle": "Sam Hogan @0xSamHogan", + "content": "使用 Solana 生态项目文件来回答 Solana 相关的问题" + }, + "card-3": { + "title": "询问 Solana", + "subtitle": "Solana 大学 / Ryan Trat @ryan_trat", + "content": "使用 LLM 回答 Solana 和智能合约开发相关问题" + }, + "card-4": { + "title": "Omni MarginFi", + "subtitle": "MarginFi @marginfi", + "content": "使用 LLM 回答 Solana DeFi 相关问题,同时可以联动实时数据,与 Solana DeFi 协议交互。" + } + } + }, + "validators": { + "secure": "确保账本安全。", + "earn": "赚取SOL。", + "participate": "提供算力资源将网络去中心化", + "become-cta": "成为验证节点", + "stakingnd": "抵押 & 验证", + "stake": "通过处理和验证交易,来抵押代币并获得奖励。代表他人管理委托代币,来赚取佣金。", + "testnet": "测试网比赛", + "build": "运行一个节点,来帮助我们测试新功能和基准网络性能并从中赚取代币。", + "ecosystem": "会见我们的验证节点", + "participatetitle": "来参与", + "register": "注册 TdS", + "register-page": "马上注册", + "onsolana": "在 Solana 上进行验证", + "storage": "存储挖矿", + "disk": "提供多余的磁盘空间,分条存储Solana的分类账数据。网络将为抵押验证者节点自动分配赚取的SOL,作为他们的累计收益。", + "become": "成为验证者节点,并获得代币。", + "existence": "没有验证者,Solana cluster 就无法存在。 帮助维护账本的完整性并在此过程中获得奖励。", + "rewards": "基于协议的奖励", + "issuances": "根据协议定义的全链通胀率发行。 这些奖励是在交易费用收入之外提供的。", + "fees": "交易手续费", + "feesdesc": "交易手续费产生于市场中的p2p转账,用于状态执行或验证复制证明的网络活动。", + "staking": "抵押", + "howstaking": "质押者因帮助验证账本而获得奖励。 他们通过将质押委托给验证节点来做到这一点。 这些验证者负责重播账本并将选票发送到每个节点的投票账户,质押者可以将其质押委托给该账户。 当分叉出现时,集群的其余部分使用这些权益加权投票来选择一个区块。", + "tps": "自 2020 年 3 月以来处理的交易。帮助验证世界上最快的区块链。", + "pert": "每笔交易。作为验证者节点,获取交易费用。", + "validators": "全球验证者节点。加入我们的精英网络专家群吧。", + "docs": "有兴趣了解更多吗?来看看我们的文件。", + "start-registration": "准备好了吗?点击下面的链接。", + "howto": "在 Solana 上进行验证", + "header": "验证节点注册", + "info": "报偿法律程序", + "items-one": "感谢你有兴趣支持Solana cluster。以下是为Mainnet Beta、Tour de SOL或者Testnet clusters的验证节点参与发放报偿金所需的法律程序资料。", + "items-two": "通过下面的Passbase完成身份验证。", + "items-three": "通过DocuSign签署通用验证节点报偿文件。", + "same-email": "请使用相同的电子邮件来验证Passbase身份和DocuSign。", + "run": "运行一个节点", + "discuss": "与其他验证者节点、以及Solana团队进行讨论。", + "progress": "还没有准备好运行节点吗?想要随时获得Solana的最新进展吗?", + "step1": "第 1 步:注册", + "process": "请按照上面链接中概述的四个步骤流程进行注册、KYC/AML、参与协议和加入 Discord 。", + "both-register": "完成这些步骤后,你将注册并在 Solana 的 Tour de SOL 和 Mainnet Beta 网络上进行验证。", + "before": "在加入主网之前,验证节点至少应该成功地参加我们的激励测试网的一个“阶段”: Tour de SOL", + "stages": "各个阶段每个月启动一次; 注册后,请参阅此处以获取最新阶段信息 (包括补贴的详细信息、漏洞悬赏奖励等)。", + "inflationary": "在启用通货膨胀奖励之前,Solana基金会对验证节点的服务直接给予补偿。", + "successful": "在成功参与Tour de SOL阶段后,你将有资格在Mainnet Beta接受Solana基金会的委托。", + "us": "美国个人和实体目前被禁止参与。", + "step2": "第 2 步:参加Tour de SOL", + "step3": "第 3 步:加入Mainnet Beta版", + "anyone": "任何人都可以在 Solana 的无需许可测试网和主网 Beta 网络上运行验证器节点!", + "getstarted": "首先,请查看我们的文档,了解启动你自己的节点的技术要求和步骤。", + "activecomm": "我们在 Discord 服务器上有非常活跃的验证节点社区。这是获得技术支持和提问的最佳场所。", + "permissionless": "Solana网络是无需许可的,因此任何人都可以随时开始运行验证节点。在启用通货膨胀和网络奖励之前,想要获得Solana基金会的补偿,用户需要先注册和通过KYC。 请注意,美国实体和个人目前没有资格获得补偿。", + "participate-2": "参加 Tour de SOL 以获得 Solana 基金会委托资格", + "registration": { + "head": "补偿注册程序", + "steps": "请完成以下步骤,以便先在 Solana 测试网、然后在主网 Beta 网络上获得验证服务的代币补偿。", + "no-u": "Solana 的网络是无需许可的,因此任何人都可以随时开始运行验证器节点。 需要注册和 KYC 才能获得 Solana 基金会的补偿。 请注意,美国实体和个人目前没有资格获得补偿。", + "registration": "注册", + "form": "Tour de SOL (TdS) 注册表", + "keybase": "我们不再要求参与者将他们的公钥链接到他们的密钥帐户", + "req": "注册并成功参加至少一个阶段的TdS是获得Mainnet Beta补偿资格的一项要求", + "more": "更多关于Tour de SOL的信息请 查看此处", + "kyc": "KYC/AML (通过 Passbase)", + "before": "如果你之前已在 Coinlist 或 Passbase 上为同一实体/个人完成了 SLP 或 TdS 的 KYC/AML,那么你无需再次执行此操作。", + "no-us": "我们不能接受美国实体或个人的KYC或进行补偿", + "participation": "完成参与协议", + "same-email": "请使用与 Passbase 身份验证相同的电子邮件地址", + "discord": "加入我们的Discord", + "discord-desc": "要求所有验证节点,因为这是我们技术讨论、网络通知和升级等的主要通信频道" + }, + "qa": { + "q1": "问:什么是验证者?", + "a1": "答:验证者构成 Solana 的主干网络。通过处理交易、参与共识,每一个验证者帮助 Solana 成为世上最高性能的区块链网络。", + "q2": "问:谁可以运行验证者节点?", + "a2": "答:任何人!", + "q3": "问:我要怎样运行一个验证者节点?", + "a3": "答:开始前,请查询在 上的技术要求文件,跟随指引设置自己的节点 。", + "q4": "问:运行节点过程中我要怎样获得帮助?", + "a4": "答:我们在 Discord 服务器 上有一个非常活跃的验证者社区。 这是获得技术支持和提出问题的最佳场所。", + "q5": "问:为什么我要运行一个节点?", + "a5": "答:验证者可以通过帮助保护 Solana 网络的安全性来获得 SOL。这是经济学的概述,这里是质押奖励的概述。 验证者还通过提高去中心化程度来帮助增强网络的审查阻力。", + "q6": "问:基金会委托计划是什么?", + "a6": "答:这是由 Solana Foundation 发起的计划,旨在激励新的验证者加入到网络。更多信息请查阅这里。" + }, + "new": { + "header": "确保账本安全,赚取 $SOL。", + "sub-header": "通过提供算力资源将网络去中心化。", + "become-validator": "成为验证者", + "cards": { + "number-text": "当前主网验证者数量", + "nakamoto-text": "当前的超级少数个体" + }, + "definition": { + "title": "验证者构成 Solana 的主干网络。", + "text": "通过处理交易和参与共识,每一个验证者让 Solana 成为世上最抗审查和最高性能的网络。" + }, + "rewards": { + "header": "验证者奖励", + "cards": { + "protocol-header": "基于协议的奖励", + "protocol-text": "发行一个全局、协议规定的通货膨胀率,这些奖励是交易费收入以外的。", + "staking-header": "抵押", + "staking-text": "抵押代币者,帮助验证分类账而获得奖励。他们通过将其持有的代币抵押给验证器节点,来完成该操作。 这些验证者节点,将重新运行账本,并将投票发送到每个节点的投票帐户,代币抵押者可以将其代币授权给这些节点投票账户。集群的其余部分,将使用那些抵押代币加权的投票来选择一个区块。", + "stake-pool-header": "质押池", + "stake-pool-text": "质押池是一个流动性质押解决方案,它可以加强抗审查性、去中心化程度以及 Solana 上 Defi 的增长。" + } + }, + "getting-started": { + "header": "准备开始", + "cards": { + "docs-header": "首先", + "docs-text": "在此处获取所有关于验证者的相关文件,从验证者要求到疑难解答。", + "explorer-header": "验证者浏览器", + "explorer-text": "查看当前验证者列表、按质押金额排名以及有关佣金的信息如下。", + "explorer-btn": "查看验证者", + "server-header": "服务器计划", + "server-text": "Solana Foundation 服务器计划旨在帮助新验证者开始使用 Solana 网络,我们的合作伙伴会提供优惠的价格供验证者使用服务器。", + "delegation-header": "委托计划", + "delegation-text": "基金会委托计划参与者有资格获得 Solana 基金会的委托。", + "delegation-btn": "仪表板" + } + } + } + }, + "commands": { + "gtdocs": "转到文档", + "visitf": "访问论坛", + "forum": "前往论坛进行讨论", + "chat": "想了解更多,请与我们进一步沟通", + "updated": "想要随时获取 Solana 的最新进展吗?", + "build": "马上进行开发", + "contact": "联系我们", + "learn": "了解更多信息", + "helpsecure": "保障网络安全", + "get-it": "试一试", + "upvote": "Upvote", + "submit": "提交", + "close": "关闭", + "copied": "已复制!", + "subscribe": "立即订阅", + "submit-event": "提交活动" + }, + "newsletter": { + "signup": "注册以及接收 Solana 新闻通讯", + "spam": "我们保证不会向你发送垃圾邮件。", + "informed": "保持联系" + }, + "hackathon": { + "index": { + "title": "加入 Solana 线上黑客松,开启你的加密之旅", + "description": "Solana 黑客松为有想法的建设者提供一个创建项目的启动平台,旨在推动加密行业的发展。注册 Colosseum 寻找联合创始人,分享想法,并注册下一次 Solana 黑客松。", + "cta": "加入 Colosseum", + "hero": { + "developers": { + "title": "48,000+", + "subtitle": "开发者" + }, + "projects": { + "title": "3,000+", + "subtitle": "项目启动" + }, + "funding": { + "title": "$6亿+", + "subtitle": "正在风险融资" + } + } + }, + "previousWinners": { + "title": "往期获奖者、荣誉提名和参与者" + }, + "previousHackathons": { + "title": "往期黑客松", + "hyperdrive": { + "title": "Solana Hyperdrive", + "description": "Hyperdrive saw more than 7,000 participants submit 907 final projects to the judges, the largest online Solana hackathon to date." + }, + "grizzlython": { + "title": "Solana Grizzlython 黑客松", + "description": "超过1万参与者提交了813个最终项目,目前为止最大的 Solana 黑客松。" + }, + "summercamp": { + "title": "Solana 夏令营", + "description": "Solana 夏令营面向全球开放,吸引了将近1.8万参与者,最终提交了 750 个项目给到评审团。" + }, + "riptide": { + "title": "Solana Riptide 黑客松", + "description": "Solana Riptide 黑客松面向全球开放,吸引了将近 7000 参与者,最终提交了 550 个项目给到评审团。" + }, + "ignition": { + "title": "Solana Ignition 黑客松", + "description": "来自世界各地的参与者提交了500+个项目。" + }, + "season": { + "title": "Solana Season", + "description": "超过1.3万名注册参与者,350个队伍提交了项目成果,覆盖 DeFi、NFT、Web3 等领域。" + }, + "defi": { + "title": "Solana DeFi", + "description": "全球一共超过3000个注册参与者,提交了100+个项目。" + }, + "inaugural": { + "title": "Solana 首次黑客松", + "description": "全球一共超过1000个注册参与者,提交了60+个项目。" + } + }, + "previousSponsors": { + "title": "先前的赞助商" + }, + "overview": { + "title": "概览", + "description": "Solana 黑客松不是传统黑客松。它是全球性的线上活动,最有前景的创业者和建设者将在这里启动他们的加密项目,从世上顶尖投资者手中获得种子轮资助。你有没有所需的能力和素质?", + "cta": "获取通知" + }, + "voting": { + "prize-track-filter": "按奖励类目浏览", + "sponsored-prize-filter": "按资助奖励浏览", + "description": "项目简介", + "additional-info": "附加信息", + "repo-link": "转到项目存储库", + "presentation-link": "演示链接", + "votes": "票数", + "clear-filters": "清除", + "search-project": "搜索项目", + "no-results": "没有找到符合你搜索条件的项目。", + "error-results": "发生错误,请稍后再试。", + "try-again": "再试一次", + "error": { + "title": "错误!", + "voting-ended": "投票已经结束,你不能再投票。", + "unknown": "发生错误,请稍后再试。" + } + } + }, + "branding": { + "title": "品牌和媒体", + "description": "想了解 Solana 的品牌指南,下载资料并联系我们的媒体团队。", + "assets": { + "title": "资源", + "download-btn": "下载资源", + "mainLogoType": "主标识", + "logomark": "品牌标识", + "wordmark": "文字标识", + "vertical": "纵向锁定", + "foundation": "基金会标识" + }, + "tags": { + "title": "目录", + "first-tag": "品牌指南", + "second-tag": "资料下载", + "third-tag": "媒体查询" + }, + "goodies": { + "title": "礼品", + "description": "下载 Solana 背景", + "shape1": "形状 1", + "shape2": "形状 2" + }, + "banned": { + "title": "Logo 注意事项", + "description": "这里列举了你不能使用 Solana 品牌标识的一些事项。", + "shadow": "不要在 logo 后添加阴影", + "outline": "不要在 logo 上加轮廓", + "stretch": "不要拉伸 logo", + "lowResolution": "不要使用低分辨率的 logo", + "imagery": "不要用 logo 作图片边框", + "contrast": "不要将 logo 放在低对比度的颜色上" + }, + "logo": { + "title": "Solana 品牌", + "sub-title": "标识", + "description": "Solana 文字标识是由定制的模块化字体构成,其角度和统一的字母排列借鉴了20世纪80年代的技术美学,经过更新后显得清爽和未来感十足。品牌标识由三个相同的平行四边形堆叠而成,传达了速度理念和对建设文化的赞颂。" + }, + "welcome": { + "title": "欢迎来到 Solana 品牌与营销页面", + "description": "在营销传播中宣传 Solana 时,包括广告、文章、网站和印刷宣传,请遵循这些准则。", + "description-2": "关于品牌指南全文,请参阅 Solana 基金会品牌指南。" + }, + "clearspace": { + "title": "清空", + "description": "在品牌标识周围需要留出一定的间距,以防止其被周围的艺术作品、图像或页面边缘所覆盖。以下是企业标识和文字标识的最小间距要求。" + }, + "colors": { + "title": "颜色", + "gradient": "Solana 渐变色", + "purple": "Solana 紫色", + "green": "Solana 绿色" + }, + "press": { + "title": "媒体查询", + "description": "请直接发送咨询到" + } + }, + "community": { + "hero": "Solana 社区", + "featcontent": "精选内容", + "header": "Solana 社区分布在全球范围,是开发者、代币持有者、验证者以及任何对支持该协议感兴趣的人的家园。", + "info": "收听播客。", + "podcast": "前往播客(Podcast)", + "learn": "深入学习", + "blog": "查看博客", + "apply": "马上申请", + "collective": "与 Solana 核心团队一起参与社区和推广活动,还能积累奖励!", + "socials": { + "hero": "寻路", + "hero-old": "加入加密货币革命", + "subheader": "以下是我们最常使用和更新的沟通渠道。 只要你能想到的,我们都有!", + "telegram": "电报", + "approx-members": "位成员", + "gt-members": " 名成员", + "announcements": "公告", + "discord": "Discord", + "engineering": "工程师", + "twitter": "推特", + "approx-followers": "个关注者", + "medium": "新闻", + "approx-write-ups": "篇文章", + "blogposts": "博客文章", + "github": "GitHub", + "vk": "VK", + "vk-subscribers": "个关注者", + "weibo": "微博", + "weibo-subscribers": " 位订阅者", + "twitter-jp": "Twitter 日本", + "twitter-jp-subscribers": " 名成员", + "forum": "Solana论坛", + "forum-subscribers": " 条帖子", + "gt-stars": " 颗星", + "youtube": "YouTube", + "gt-subscribers": " 位订阅者", + "yt-subscribers": "千位订阅者", + "videos": "视频", + "email": "邮箱地址", + "oneonone": "1:1", + "reddit": "Reddit", + "discussions": "讨论", + "meetup": "聚会", + "meetings": "会议" + }, + "articles": { + "latest": "最新进展", + "description": "这是我们的最新进展。", + "view": "查看全部" + }, + "jill": { + "title": "Jill Carlson :Slow Ventures 合伙人、Open Money Initiative 联合创始人", + "text": "我们非常高兴地邀请 Jill Carlson 到《No Sharding》- Solana 播客第 15 集。 对于这一集,我们采取了不同的方法..." + }, + "cluster-launch": { + "title": "SLP1 Cluster 启动", + "text": "我们很高兴地宣布我们的 “Soft Launch” 集群已成功启动。 一个促进发展和合作伙伴整合的激励集群。 该集群将与 Tour de SOL (TdS) 并行且独立地运行。" + }, + "solana2019": { + "title": "2019年的Solana:成长、发展和通向主网之路", + "text": "这一年真是糟透了。当我们为下一个十年做准备时,我们想回顾一下Solana在2019年取得的惊人进展。从密集开发、埋头建设基础设施,到宣布获得由Multicoin Capital领投的2000万美元的融资。" + }, + "brendan": { + "title": "Brendan Eich - Brave Software 和 Attention Token 联合创始人/首席执行官", + "text": "Brendan 简要介绍了他的背景(Javascript 创建者和 Mozilla 联合创始人),然后直接切入..." + }, + "sam": { + "title": "Sam Bankman-Fried - FTX 首席执行官、Serum 联合创始人", + "text": "正式宣布Serum项目一天后,Anatoly和Sam坐下来讨论了当前的加密交易环境,并提供了更多关于高速、非托管的细节..." + }, + "dieter": { + "title": "Dieter Shirley - Dapper Labs 首席技术官、Flow 首席架构师", + "text": "播客的名称是“No Sharding (无分片)”,而这正是本集的主题。 从开发流程到领导设计 Crypto Kitties 的工程团队,Dieter 在 L1 和 L2 方面都拥有丰富的经验......" + }, + "rodolfo": { + "title": "Rodolfo Gonzalez - Foundation Capital合伙人", + "text": "这一集是关于风险投资的。 鲁道夫·冈萨雷斯 (Rodolfo Gonzales) 是 Foundation Capital 的合伙人,这是一家风险投资公司,为那些希望以某种方式推动世界前进的个人提供支持,利用变革性业务作为他们的..." + }, + "royandreisen": { + "title": "Meher Roy & Reisen :Chorus One Ep #14 的联合创始人", + "text": "Chorus One 正在运营基础设施,以帮助你安全地增加你的加密货币持有量。" + }, + "sunnya": { + "title": "Sunny Aggarwal :Tendermint 以及Cosmos的核心开发者", + "text": "这一集是关于验证者的。 你是否有兴趣了解有关如何运行节点并成为验证者的更多信息?" + }, + "defi": { + "title": "FTX、Aave、Balancer、Curve、Gauntlet 和 Solana 深入探讨 DeFi", + "text": "这是Solana播客频道推出的一个独家剧集 - 我们最近将 Solana Wormhole 黑客松举行的一次演说,并为你把视频转化成了音频格式!一同来感受行业领导者对 DeFi 的分享吧。" + }, + "tds-week-2": { + "title": "Tour de SOL – 第 2 周回顾", + "text": "欢迎所有在Tour de SOL期间一直关注我们进展的人" + }, + "tds-week-1": { + "title": "Tour de SOL – 第 1 周回顾", + "text": "我们正式进入Tour de SOL (TdS) 阶段1,以及这是我们一周内完成的事情。我们的目标是开始进行压力测试" + }, + "serum": { + "title": "FTX为Serum选择Solana:一个高速的、非托管的去中心化衍生品交易所", + "text": "FTX和Alameda研究公司创建了Serum基金会并宣布了Serum,这是一个新的高速非托管DEX,它建立在Solana上。 你可以在白皮书上和The Block上的全面写作中了解更多有Serum的信息。" + }, + "arweave": { + "title": "宣布Solana Arweave互操作性赏金计划", + "text": "今天,Solana 很高兴地宣布与Arweave合作。 我们都呼吁开发者在Solana和Arweave项目之间架设网桥。 这个赏金现在已经在Gitcoin上线,包括15,000DAI的奖励。 你可以在这里了解更多关于这个赏金的范围和规则!" + }, + "tdsstage1": { + "title": "Tour de SOL 阶段 1 详情", + "text": "我们正在将Tour de SOL (TdS) 从三个活动修改为一系列激励性和计划性的活动..." + }, + "coinlist": { + "title": "Solana 在Coinlist的拍卖中筹集了176万美元\n\n升高176万枚金牌脱离金星座拍卖。", + "text": "3 月 23 日晚上 10 点(太平洋标准时间)我们的 Coinlist 拍卖开始了。 荷兰式拍卖在 6 小时内售罄了 800 万个 SOL 代币。 尽管当前的世界形势如此,我们要感谢我们的社区对这次拍卖的积极支持和响应。" + }, + "terra": { + "title": "Solana 与 Terra 合作开发低延迟代币网桥,给Solana生态系统引入稳定币", + "text": "我们正在共同构建一个新的高速代币桥,以促进 Terra 稳定币转移到 Solana 的 dapp 生态系中。 Terra 的代币将成为 Solana 网络上的第一个稳定币。 通过将稳定币引入我们的网络,我们的目标是大幅扩展开发人员的设计空间,为需要价格稳定支付的新颖应用程序打开大门。" + }, + "chainlink": { + "title": "Chainlink 和 Solana 集成:高速价格预言机数据,打造更好的 DeFi 应用", + "text": "金融合约是数据驱动的工具,可对市场事件(例如标的资产的价格变化)做出反应。 特别是智能合约,是自动化的金融产品,这意味着数据直接触发合约的执行和结算,而不是雇用中间人。" + }, + "popular": { + "title": "新闻", + "description": "以下是过去几个月的一些选择。" + }, + "videos": { + "related": "相关的", + "watch": "观看", + "head": "精选视频", + "youtube": "YouTube", + "podcast": "播客" + } + }, + "blog": { + "hero": "Solana 新闻", + "header": "了解有关 Solana 的技术、验证者、集成和社区的更多信息。", + "latestTopics": "相关话题", + "readArticle": "阅读文章", + "back-btn": "查看全部新闻", + "Share-article": "分享文章", + "read-article": "阅读文章", + "pagination": "你正在阅读 {{total}} 的 {{firstItem}} 到 {{lastItem}}", + "previous-btn": "上一页", + "next-btn": "下一页" + }, + "developers": { + "courses": { + "title": "了解 Solana 開發", + "description": "使用这些 Solana 基金会和社区课程开始你的 Solana 开发之旅。", + "aria-label": "浏览课程", + "chapters_one": "{{count}} 个章节", + "chapters_other": "{{count}} 个章节" + }, + "documents": { + "title": "前往源页面", + "description": "阅读 Solana 和流行工具的文档。", + "solana-docs": { + "title": "Solana 文档", + "description": "了解 Solana 的工作原理并深入了解 Solana 的架构。" + }, + "metaplex-docs": { + "title": "Metaplex 文档", + "description": "了解你使用 Metaplex 构建的内容,使创建和发行 NFT 的过程更加容易。" + }, + "view-all": "查看全部" + }, + "changelog": { + "cta": "最新内容" + }, + "content": { + "newsletter": { + "title": "Solana 开发者更新", + "description": "订阅时事通讯,了解新资源、新提交、新提案等。" + }, + "other-content": { + "title": "更多资源", + "description": "更多视频,更多片段。区块链和技术领域的行业领导者、我们的团队以及社区开发者之间的讨论。", + "latest-video": "YouTube", + "latest-episode": "播客" + } + }, + "course-hero": { + "start-now": "立即开始" + }, + "featured-resources-list": { + "title": "精选资源", + "description": "构建端到端 Solana dApp 的最佳资源。", + "start": "查看" + }, + "resources-page": { + "title": "资源", + "difficulty": "难度", + "labels": "标记", + "date": "日期", + "category": "类别", + "seo-description": "探索 Solana 生态系的开发者资源。文档、工具、框架、SDK 等等。" + }, + "resource-content": { + "resources-title": "资源", + "guides-title": "指南", + "difficulty": "难度", + "tags": "标签", + "labels": "标记", + "date": "日期", + "category": "类别" + }, + "mail-signup": { + "form": { + "sending": "正在发送...", + "placeholder": "输入邮箱地址", + "email-error": "请输入有效的邮箱地址", + "signup": "注册" + } + }, + "hero": { + "description": "一本加入 Solana 生态的手册。由开发者为开发者设计。", + "explore": "查看文档", + "build": "马上进行开发", + "title": "开发者资源" + }, + "learning-paths": { + "title": "学习路径", + "subtitle": "扩展你作为全面的 Solana 开发者的能力的指导路径。", + "articles": "文章", + "articles_one": "{{count}} 篇文章", + "articles_other": "{{count}} 篇文章", + "related-learning-paths": "更多学习路径", + "series-info": "信息", + "series-episodes": "剧集", + "key-takeaways": "要点", + "start": "开始", + "length": "时长", + "difficulty": "难度" + }, + "navs": { + "home": { + "title": "首页" + }, + "solana-course": { + "title": "Solana 课程" + }, + "learning-paths": { + "title": "学习路径" + }, + "resources": { + "title": "资源" + }, + "hackathon-checklist": { + "title": "黑客松清单" + } + }, + "pitch": { + "focus": "专注于你的事业,", + "focus-2": "不是你的基础设施。", + "network": "全球分布式网络是专门根据摩尔定律扩展而构建的,无需牺牲去中心化或安全性即可支持数十亿用户和设备。", + "language": "使用你习惯的语言来写代码。", + "vm": "使用 Rust、C 和 C++ 编写代码。灵活的虚拟机整合,还有更多功能正在开发中。", + "wait-times": "避免用户长时间的等待。", + "fast": "速度极快,而且没有mempool。 400 毫秒的出块时间和亚秒级的确定性。 Web 3.0 具有 Web 2.0 的速度。", + "scale": "随着生态的发展壮大,资本效率也随之提高。", + "scale-context": "Solana 的扩展得益于摩尔定律 — 无需与多个分片或第 2 层解决方案集成。", + "security": "企业级的安全性。", + "audit": "由 财富 500 首选的安全公司进行审计,全球规模的铁定不变性。" + }, + "pitch-2": { + "users": "你的用户将", + "users-notice": "甚至不会注意到。", + "performance": "Solana 的性能是独一无二的,专用于高频和大规模应用。", + "pmt": "区块高度", + "validators": "目前的Epoch时期", + "blocktimes": "出块时间", + "tps": "交易总数" + }, + "references": { + "title": "开发者参考资源", + "description": "为加入 Solana 的开发者提供的核心学习资源集合。" + }, + "guides": { + "title": "教程和指南。", + "description": "学习来自整个 Solana 生态系的教程和指南。", + "learn-more": "了解更多", + "featured-guides-list": { + "title": "精选指南", + "description": "深入学习和构建 Solana dApp 的最佳指南。", + "start": "开始" + }, + "seo-description": "通过开发者指南学习从初学到高级的 Solana 开发。JavaScript、TypeScript、Rust 等。" + }, + "resources": { + "title": "工具和資源。", + "description": "探索整个 Solana 生态的开发者资源。", + "learn-more": "了解更多", + "items": { + "core-docs": { + "title": "核心文档", + "description": "有关开发、验证者、SPL 代币、钱包等的 Solana 官方文档。" + }, + "cookbook": { + "title": "Solana Cookbook", + "description": "Solana Cookbook 是一个开发者资源,提供在 Solana 上构建应用程序的基本概念和参考资料。" + }, + "stackexchange": { + "title": "Solana Stack Exchange", + "description": "Solana Stack Exchange 是一个面向 Solana 软件用户和开发者的问答网站。", + "ask": { + "title": "有问题吗?", + "description": "问题无处不在,答案尽在 Solana Stack Exchange。", + "cta-label": "在 Stack Exchange 上提问" + } + }, + "playground": { + "title": "Solana Playground", + "description": "从浏览器 IDE 轻松构建、部署和测试 Solana 程序和智能合约。" + }, + "create-dapp": { + "title": "创建 Solana dApp", + "description": "使用 Solana dApps 快速启动并运行,在几秒钟内生成项目模板。" + }, + "anchor": { + "title": "Anchor 文档", + "description": "Anchor 是 Solana 的 Sealevel 运行时框架,为编写智能合约提供了多种便利的开发者工具。" + }, + "program-library": { + "title": "Solana 程序库", + "description": "Solana 程序库(SPL)是针对 Sealevel 并行运行时的链上程序集合。" + }, + "program-examples": { + "title": "程序示例", + "description": "使用链上程序实现的广泛用例的精选示例列表。" + } + } + }, + "nav": { + "next": "下一页", + "prev": "上一页", + "documentation": "Documentation", + "rpc": "RPC API", + "guides": "Guides", + "terminology": "Terminology", + "cookbook": "Cookbook" + } + }, + "environment": { + "title": "环境", + "description": "Solana 基金会和广大社区如何建立一个更好、更节能的 Web3。", + "hero": { + "title-part-1": "碳中和", + "title-part-2": "以气候为重点。", + "subtitle": "Solana 基金会和广大社区如何建立一个更好、更节能的 Web3。" + }, + "stats": { + "transaction": "Solana 交易中使用的平均能量,以焦耳为单位。", + "nonvoting-transaction": "Solana 非表决权交易使用的平均能量,以焦耳为单位。", + "annual-carbon-footprint": "年度碳足迹(以吨二氧化碳计)", + "net-carbon-impact": "净碳影响" + }, + "cta-data": "查看原始数据", + "energy": { + "title": "Solana 的能源使用情况如何", + "subtitle": "比较 Solana 高效率的平台。", + "solanaTransaction": "一笔 Solana (投票 + 无投票)交易", + "cta": "阅读能源使用报告" + }, + "report": { + "title": "中和 Solana 的碳影响", + "description-part-1": "Solana 基金会致力于研究 Solana 区块链的影响、开源数据并采取措施使该链的碳足迹降到零。 ", + "description-part-2": "Solana 是第一个具有实时能源排放追踪功能的智能合约底层区块链,使世界上任何人都可以检查网络的碳排放,精细到验证者或者 RPC 的情况。" + }, + "what-you-can-do": { + "title": "你可以做什么", + "data": { + "title": "使用数据", + "description": "我们已将 Solana 的碳排放数据开源,供那些想要检查我们的工作或将其用于其他分析的人使用。阅读能源使用报告以获取更多信息。" + }, + "footprint": { + "title": "减轻你的碳足迹", + "description": "Solana 基金会鼓励所有验证者和项目查看自己的碳排放数据,并尽可能减少排放。从 Orca的旅途中学习。" + }, + "grants": { + "title": "申请资助", + "description": "查看一些使 Solana 网络对气候更加有益的想法,或提交你自己的提案。" + } + }, + "featured-projects": { + "title": "以气候为重点的生态", + "read-more": "了解更多信息", + "case-study": "阅读案例研究", + "projects": { + "gainForest": { + "title": "GainForest", + "description": "Gainforest combines artificial intelligence with community-engagement to get real-time data on the world’s forests and turn conservation areas into digital impact certificates, unique to the space each certificate is tied to.", + "links": { + "website": "Visit Gainforest", + "caseStudy": "Read more" + } + }, + "ecoToken": { + "title": "EcoToken", + "description": "EcoToken brings environmental credits to Solana, offering an easy way for anyone to have an environmental impact. This is complemented by recognition through leaderboards and NFT Impact Certificates.", + "links": { + "website": "Visit EcoToken" + } + }, + "sunriseStake": { + "title": "SunriseStake", + "description": "SunriseStake supports climate-positive staking on Solana.", + "links": { + "website": "Visit SunriseStake" + } + }, + "outerverse": { + "title": "Outerverse by Outside Interactive", + "description": "The Outerverse is an NFT-based outdoor creator community and marketplace on a mission to inspire more people to get outside – and 20% of net revenue from all sales goes to nonprofits working for sustainability and DEI.", + "links": { + "website": "Visit Outerverse" + } + }, + "wiHi": { + "title": "WiHi", + "description": "WiHi is a decentralized solution to the problems of weather forecasting and climate monitoring.", + "links": { + "website": "Visit WiHi" + } + } + } + } + }, + "events": { + "description": "Check out the latest foundational and community based Solana events. Come to an event and meet with Solana builders!", + "title": "现实生活中的 Solana", + "signup": "敬请回复", + "archive": { + "page-title": "活动档案", + "title": "以往活动", + "subtitle": "看看你社区中的 Solana 开发者以前在哪里见过面!", + "archive": "查看档案中的以往活动", + "event-count": "你正在查看 {{total}} 个归档活动中的 {{current}} 个", + "next-page": "更早的活动", + "previous-page": "更新的活动" + }, + "hero": { + "title": "现实生活中的 Solana", + "subtitle": "会见你社区里的Solana贡献者。快来聚会吧!", + "virtual": "线上活动", + "in-person": "线下活动", + "hacker": "Hacker House", + "all-events": "查看所有活动" + }, + "community": { + "heading": "社区活动", + "description": "Meetups, build spaces, and more from the Solana community. These events are not hosted by the Solana Foundation.", + "help": "Need some help? Check out the meetup playbook or request a microgrant." + }, + "detail": { + "action": "详情" + }, + "single-event": { + "about-event": "关于此次活动", + "about-panel": "关于此次讨论会", + "share": "分享活动", + "schedule": "日期和时间", + "schedule-cta": "添加到日历", + "venue": "地点" + } + }, + "footer": { + "foundation": "管理者", + "copyright": "©️ {{currentYear}} Solana 基金会版权所有", + "solana": { + "heading": "Solana", + "grants": "资助", + "break": "挑战Solana的极限", + "media": "媒体包", + "careers": "职位招聘", + "disclaimer": "法律免责声明", + "privacy-policy": "Privacy Policy" + }, + "get-connected": { + "heading": "取得联系", + "blog": "博客", + "newsletter": "新闻通讯" + } + }, + "shared": { + "general": { + "toc": "Table of Contents", + "edit-page": "Edit Page", + "scroll-to-top": "Scroll to Top" + }, + "community": { + "title": "加入社区", + "discord": "Solana Discord 支持", + "forums": "Solana论坛", + "solhack-discord": "SolHack Discord (社区)", + "solhack-training": "SolHack 培训 (社区)" + }, + "mail-signup": { + "form": { + "sending": "正在发送...", + "placeholder": "输入邮箱地址", + "email-error": "请输入有效的邮箱地址", + "signup": "注册", + "signup-success": "你已成功注册!", + "unexpected-error": "出现意外错误。请重试!" + } + }, + "resources": { + "link-btn": "试一试" + }, + "videos": { + "title": "视频" + } + }, + "nav": { + "learn": { + "title": "学习", + "start": { + "title": "从此处开始", + "items": [ + { + "title": "区块链和 Solana 入门课程", + "description": "有关 Solana 和 web3 的所有基础知识。" + }, + { + "title": "NFT介绍", + "description": "Solana上你需要知道的 NFTs 的所有内容。" + }, + { + "title": "环境影响", + "description": "Solana 如何支持更环保的 web3。" + } + ] + } + }, + "developers": { + "title": "Developers", + "items": { + "title": "Start Building", + "hub": { + "title": "Developer Learning Center", + "description": "Start learning how to build today." + }, + "docs": { + "title": "Solana Documentation", + "description": "Official documentation for the Solana blockchain." + }, + "spl": { + "title": "Solana Program Library Documentation", + "description": "Official docs the Solana Program Library." + }, + "resources": { + "title": "Resources", + "description": "Extensive developer tooling for building on Solana." + }, + "courses": { + "title": "Courses", + "description": "Online, self-paced classes to guide you through development." + }, + "hackathon": { + "title": "Hackathon", + "description": "Kickstart your crypto journey." + }, + "metaplex": { + "title": "Metaplex NFT Documentation", + "description": "What you can build with Metaplex." + } + }, + "tutorials": { + "title": "Tutorials", + "all-guides": "All Guides", + "hello-world": "Hello World", + "bootcamp": "Bootcamp", + "evm-to-svm": "EVM to SVM", + "local-setup": "Local Setup" + } + }, + "solutions": { + "title": "解决方案", + "tools": { + "title": "工具", + "items": [ + { + "title": "Token Extensions" + }, + { + "title": "游戏工具" + }, + { + "title": "支付工具" + }, + { + "title": "Commerce Tooling" + }, + { + "title": "金融基础设施" + }, + { + "title": "数字资产" + }, + { + "title": "移动端" + }, + { + "title": "Solana 权限环境" + }, + { + "title": "Real World Assets" + }, + { + "title": "Actions and Blockchain Links" + } + ] + }, + "cases": { + "title": "使用案例", + "items": [ + { + "title": "游戏和娱乐" + }, + { + "title": "企业" + }, + { + "title": "艺术家和创作者" + }, + { + "title": "Financial Institutions" + } + ] + }, + "resources": { + "title": "资源", + "items": [ + { + "title": "解决方案中心" + }, + { + "title": "AI" + }, + { + "title": "DAO" + } + ] + } + }, + "network": { + "title": "网络", + "inspect": { + "title": "检查", + "items": [ + { + "title": "Solscan", + "description": "实时浏览 Solana 区块链。" + }, + { + "title": "SolanaFM", + "description": "Solana 区块链浏览器和索引器。" + } + ] + }, + "resources": { + "title": "开发资源", + "items": [ + { + "title": "成为验证者", + "description": "帮助运行 Solana 网络。" + }, + { + "title": "RPC 提供者", + "description": "构建可扩展的加密应用程序。" + }, + { + "title": "网络状态", + "description": "网络性能和状态。" + } + ] + } + }, + "community": { + "title": "社区", + "involved": { + "title": "参与", + "items": [ + { + "title": "新闻信息", + "description": "Solana 生态系统的最新动态。" + }, + { + "title": "活动", + "description": "亲身体验Solana 社区。" + }, + { + "title": "The Collective", + "description": "帮助更大的生态系。" + }, + { + "title": "社区资源中心", + "description": "如何加入。" + } + ] + }, + "event": { + "title": "Breakpoint" + } + } + }, + "podcast": { + "navigation": { + "home": "首页", + "episodes": "剧集" + }, + "title": "验证", + "description": "当谈到区块链时,人们谈论最多的事情就是 — 价格 — 实际上是最不有趣的部分。 加密货币的对话常常涉及谁上涨、谁下跌、买什么、卖什么,以及今天推特上的戏剧性事件。 大多数关于加密货币的讨论都忽略了它将如何改变…一切。 在 VALIDATED 上,我们将与那些正在重新思考互联网和世界的人们交谈。 没有炒作周期。 没有财务建议。 只是关于塑造互联网未来的最伟大想法的对话。 Web3 很复杂,但绝不无聊。", + "cta-list-sub": "聆听并订阅", + "recent-episodes": "最新剧集", + "view-all-episodes": "查看所有剧集", + "episodes": { + "title": "Validated 剧集", + "description": "View the full list of Validated episodes.", + "sort-by": "排序方式", + "newest-first": "最新在前", + "oldest-first": "最早在前", + "search": "搜索剧集", + "load-more": "加载更多" + }, + "episode": { + "summary": "剧集摘要", + "notes": "剧集笔记", + "contributors": "显示贡献者", + "recast": "重新上传", + "subscribe": "订阅", + "download": "下载 MP3" + }, + "listen-options-modal": { + "title": "在这些平台收听..." + } + }, + "learn": { + "explore": "探索 Solana 上的 {{category}} 项目", + "prev": "上一个使用案例", + "next": "下一个使用案例" + }, + "sign-in-up-modal": { + "sign-in": "登入", + "sign-up": "注册", + "sign-out": "登出", + "email-sign-in": "用电子邮件登录", + "close-window": "关闭视窗" + }, + "breakpoint": { + "header": { + "agenda": "Agenda & Speakers", + "events": "会外活动", + "travel": "旅行", + "faq": "常见问题", + "tickets": "门票", + "sponsor": "赞助商", + "accomodations": "Accomodations", + "contact": "Contact Us" + }, + "footer": { + "link": { + "code-of-conduct": "Solana Foundation Events Code of Conduct" + } + }, + "page": { + "side-events": { + "title": "Breakpoint Side Events", + "description": "Events happening around the time of Solana Breakpoint 2024.", + "intro": "Breakpoint is truly an event for the entire Solana ecosystem. Projects, teams, and individuals from around the world hold their own events during the conference to meet and celebrate with their fellow builders.", + "featured": "重点活动", + "community": "社区活动", + "community-cta": "此日历上有你想要的活动吗? 在这里提交。" + }, + "travel": { + "title": "Travel to Breakpoint", + "description": "Travel to Breakpoint, visas, flights, hotels & transportation.", + "usdc": "Looking to pay with USDC? Go here" + } + } + }, + "instagram": { + "title": "Solana NFT 在 Instagram 和 Facebook 上上线", + "description": "Instagram 和 Facebook 已与 Solana 区块链集成,允许用户展示他们的 NFT 收藏! Solana 基金会与领先的 NFT 生态系创建者、市场和基础设施项目合作,举办了一场特别竞赛来庆祝。", + "enter-now": "立即加入", + "walkthrough": "它是如何运作的", + "tiles": { + "title": "参与赢取 1:1 NFT 以及你最喜爱的 NFT 项目的独家奖励", + "tileClosedCTA": "阅读更多", + "tileOpenCTA": "收起", + "tiles": [ + { + "title": "Catalina Whales", + "image": "CatalinaWhales", + "description": "Catalina Whale NFT 将额外奖励持有者一份原始 Catalina Whale Collection NFT。" + }, + { + "title": "Hyperspace", + "image": "Hyperspace", + "description": "Hyperspace NFT 将授予持有者独家商品包和会员专用的 Discord 访问权限。" + }, + { + "title": "DeGods", + "image": "DeGods", + "description": "Degods NFT 将为持有者提供专属 Degod 商品包。" + }, + { + "title": "Grim Syndicate", + "image": "GrimSyndicate", + "description": "Grim Syndicate NFT 将为持有者提供 Wheel of Degen 的白名单、提早获得其他空投的机会以及原始的 Grim NFT。" + }, + { + "title": "y00ts", + "image": "Y00ts", + "description": "Y00ts NFT 将为持有者提供专属的 y00ts 商品包。" + }, + { + "title": "Magic Eden", + "image": "MagicEden", + "description": "Magic Eden NFT 持有者将被任命为首席 Degen 官,任期 1 个月,并将有机会直接与 ME 团队分享反馈,帮助塑造 NFT 的未来。" + }, + { + "title": "Aurory", + "image": "Aurory", + "description": "Aurory NFT 将使持有者能够访问 Aurory 当前和未来的所有内测游戏,以及访问 aurory.io 上的精选迷你游戏。" + }, + { + "title": "Degen Ape", + "image": "DegenApe", + "description": "Degen Ape NFT 将额外奖励持有者一张 Original Degen Ape Collection NFT。" + }, + { + "title": "Okay Bears", + "image": "OkayBears", + "description": "OK Bears NFT 持有者将可以访问 OKBears 商品、活动、未来空投等。" + }, + { + "title": "Boogles", + "image": "Boogles", + "description": "Boogles NFT 将为持有者提供独特的 Boogles 商品包。" + }, + { + "title": "Holaplex", + "image": "Holaplex", + "description": "Holaplex NFT 持有者将收到一个 Holaplex 商品包和一个关于如何在 web3 中利用你的业务的1小时策略会议 (如果适用的话)。" + }, + { + "title": "Metaplex", + "image": "Metaplex", + "description": "Metaplex NFT 将为持有者提供独特的 Metaplex 商品包。" + }, + { + "title": "Formfunction", + "image": "Formfunction", + "description": "Formfunction NFT 将为持有者提供 Formfunction 商品包。" + }, + { + "title": "Exchange Art", + "image": "ExchangeArt", + "description": "Exchange Art NFT 将向持有人奖励 2 张 Exchange Art 即将举行的巴塞尔艺术展活动门票。" + }, + { + "title": "Fractal", + "image": "Fractal", + "description": "Fractal NFT 持有者将获得传奇的 Fractal 帽子。" + }, + { + "title": "Solana Monkey Business", + "image": "SolanaMonkeyBusiness", + "description": "SMB NFT 将给予持有者 Monkee 通证。" + } + ] + }, + "disclaimer": { + "title": "条款与条件", + "terms": "Solana NFT 庆祝条款与条件", + "rules": "Solana NFT 庆祝官方规则" + }, + "giveaway-form": { + "title": "立即加入来赢奖!", + "description": "将你的 Phantom 钱包链接到你的 Facebook 或 Instagram 帐户,并发布你持有的 NFT。 然后,在下面的表格中提交你的信息,即可参与赢取你最喜欢的一些收藏中的独特 1:1 NFT。 请记住,表格将于 11 月 12 日截止,所以请尽快填写!", + "form": { + "sending": "正在发送...", + "success": "你的提交已被确认!", + "address-label": "输入钱包地址", + "address-aria-label": "输入钱包地址", + "address-error": "请输入有效的 SOL 钱包地址", + "posturl-label": "链接到 Instagram 或 Facebook 帖子", + "posturl-aria-label": "输入 Instagram 或 Facebook 帖子的网址", + "posturl-error": "请输入一个有效的 Instagram 或 Facebook 帖子 URL", + "email-label": "输入邮箱地址 (可选)", + "email-aria-label": "输入邮箱地址", + "email-error": "请输入有效的邮箱地址", + "submit": "竞赛已结束" + } + } + }, + "energy-usage": { + "title": "Solana 旨在快速、高效且绿色环保。", + "description": "Solana 是为地球上的每个人而设计,同时保持碳中和。 不存在耗电的挖掘或低效的单文件行分析。 由于其独特的技术创新,Solana 比其他区块链更加环保,并且拥有数据支持。", + "energy-unit": "Joules", + "next-label": "下一个统计", + "prev-label": "上一次统计", + "stats": { + "solana-transaction": { + "label": "一笔 Solana 交易", + "legend": "平均非投票交易", + "stat": "3290" + }, + "solana-mint-nft": { + "label": "在 Solana 上铸造 NFT", + "legend": "使用 Metaplex 铸造 NFT 大致只需要一笔交易", + "stat": "3290" + }, + "solana-network": { + "label": "整个 Solana 网络", + "legend": "整个 Solana 网络每年的能耗量", + "stat": "4056273936" + }, + "google": { + "label": "单次谷歌搜索", + "legend": "在桌面电脑或移动设备上进行的搜索", + "stat": "1080" + }, + "lightbulb": { + "label": "使用 LED 灯泡", + "legend": "使用 LED 灯泡(每小时)", + "stat": "36000" + }, + "ethereum": { + "label": "单笔 Ethereum 交易", + "legend": "单笔 Ethereum 交易,合并后(估计)", + "stat": "144036" + }, + "computer": { + "label": "在电脑上工作", + "legend": "使用台式电脑、显示器和路由器(每小时)", + "stat": "568800" + }, + "refrigerator": { + "label": "运行大型冰箱", + "legend": "运行大型冰箱消耗量(每小时)", + "stat": "648000" + }, + "gaming": { + "label": "在 PlayStation 5 上玩游戏", + "legend": "在 PS5 上玩电子游戏(每小时)", + "stat": "708840" + }, + "ac": { + "label": "中央空调", + "legend": "中央空调消耗量(每小时)", + "stat": "12600000" + }, + "bitcoin": { + "label": "单笔 Bitcoin 交易", + "legend": "单笔 Bitcoin 交易能耗", + "stat": "5005764000" + }, + "household": { + "label": "美国家庭平均水平", + "legend": "美国家庭每年平均能耗", + "stat": "38574000000" + } + } + }, + "format": { + "title": "FORMAT Festival x Solana 基金会", + "description": "进入 Solana House 体验区块链支付、艺术等更多领域的去中心化未来。", + "hero": { + "subtitle": "体验艺术和科技的未来 — 一切皆在此处。", + "description": "进入 FORMAT Festival 上的 Solana House,使用加密支持的数字代金券获得免费零食,沉浸在世界知名艺术家 Nancy Baker Cahill 的首次 Solana NFT 展览,并参与 NFT 拍卖。", + "dates": "将于 2022 年 9 月 23 日至 25 日在 Bentonville, AR 举办。" + }, + "claim": { + "title": "领取你的神秘 NFT", + "description": "通过领取神秘 NFT 来庆祝 Solana 与 FORMAT Festival 的联动。无需加密经验!", + "cta": "立即领取", + "social": { + "description": "敬请关注你的神秘 NFT 的后续揭秘,通过在 Twitter 上关注 @TipLinkOfficial@SolanaSpaces。", + "poweredby": "支持者" + } + }, + "concessions": { + "title": "加密优惠", + "description": "扫码免费领取零食!使用 Solana House x FORMAT 数字优惠券获得一些由 TipLink 提供支持的美味佳肴 —— 送完即止。" + }, + "slipstream": { + "title": "Slipstream NFT 体验", + "description": "著名新媒体艺术家 Nancy Baker Cahill 在 Solana House 展出 10 件独家 NFT,这些作品将在 Magic Eden 的帮助下公开拍卖。 查看拍卖。" + }, + "ecosystem": { + "title": "了解更多", + "description": "探索 Solana 生态系并了解有关 NFT 世界的更多信息。", + "nft": { + "title": "什么是 NFT?", + "description": "NFT?铸造?在 Solana.com 上了解 NFT 基础知识", + "cta": "了解更多" + }, + "magiceden": { + "title": "Magic Eden", + "description": "在 Magic Eden 市场上购买、销售和探索 Solana NFT。", + "cta": "尝试一下" + }, + "tipLink": { + "title": "TipLink", + "description": "帮助任何人进入加密世界——即使他们没有钱包。", + "cta": "尝试一下" + } + }, + "nft-volume": { + "title": "这就是 Solana。", + "description": "凭借快速交易、低能源影响和不到一美分的费用,Solana 很快成为 许多 NFT 项目 的所在地。", + "volume": { + "title": "Solana 上有超过两千三百万个 NFT", + "description": "找到你的社区。 尝试一些最受欢迎的 NFT 市场。", + "nfts": "了解 NFT", + "me": "前往 MAGIC EDEN", + "os": "前往 OPENSEA" + } + } + }, + "ecdr": { + "title": "电力资本开发者报告", + "description": "Electric Capital 开发者报告确认 Solana 是 2022 年增长最快的区块链之一。", + "hero": { + "headline": "了解为什么数以千计的新区块链开发人员正在Solana上进行开发。", + "subheadline": "越来越多的区块链开发人员选择 Solana,而不是其他链,因为它具有可扩展性、速度快和成本低的特点。", + "note": "如需了解更多信息,请联系我们的团队。", + "cta": "联系我们" + }, + "stats": { + "title": "Electric Capital 开发者报告确认 Solana 是 2022 年增长最快的区块链之一。", + "learn": "了解更多关于Solana的 web3 愿景和近期报告。", + "full-time": { + "title": "自 2018 年以来,全职开发人员数量增长了 16 倍。" + }, + "blockchain": { + "title": "2022年,Solana 上的开发者总数增长了83%。" + }, + "active-developers": { + "title": "活跃的开发者连续数月在Solana进行建设。", + "note": "*在原始数据方面仅次于以太坊。" + }, + "open-source": { + "title": [ + { + "phrase": "完全开源代码。" + }, + { + "phrase": "所有活动都在链上进行。" + }, + { + "phrase": "自我保管。" + }, + { + "phrase": "社区所有。" + } + ], + "description": "去中心化是 web3 的核心 — 要真正实现 web3 的承诺,就必须将其作为项目一切工作的核心。" + } + }, + "join-community": { + "title": "加入不断壮大的 Solana 社区,开启你的加密之旅。", + "description": "作为建设者,我们始终把赌注押在Solana社区的建设者身上。我们对今后的未来充满期待。" + } + }, + "playgg": { + "title": "PlayGG", + "description": "一个为所有玩家举办探索区块链游戏乐趣的活动,圣地亚哥,7月18日-7月19日。", + "info": { + "title": "信息", + "description": "一个为所有玩家举办探索区块链游戏乐趣的活动。" + }, + "presentedby": { + "title": "提供者", + "description": "Solana 基金会" + }, + "signup": { + "title": "注册并提前获得参与资格", + "placeholder": "输入电子邮箱", + "cta": "想要赞助 PlayGG?点击此处" + }, + "rsvp": "在此回复", + "games": { + "title": "精选特色游戏" + } + }, + "nft-showdown": { + "title": "Solana NFT Showdown", + "description": "Solana 基金会呼吁所有创作者在这场独一无二的 NFT 宣发竞赛中将他们的商业想法变为现实。", + "alert": "加入 NFT 对决 - 在 Solana 上打造下一代 NFT 品牌 ->", + "cta": "查看获奖者", + "intro": { + "title": "介绍", + "heading": "Solana NFT Showdown", + "lead": "培养下一代NFT品牌。", + "description-1": "准备好迎接史诗般的对决吧! Solana 基金会呼吁所有创作者在这场独一无二的 NFT 推介竞赛中将他们的商业想法变为现实,这是一个与行业专家和 NFT 社区领袖合作的难得机会。 我们正在寻找新的 Solana NFT 品牌,旨在在时尚、娱乐、游戏、创意机构等垂直领域创造真正的产品。", + "description-2": "NFT 品牌是精明的企业家启动商业计划和建立持久社区的好方法。 你有自己热衷的创意理念和商业宣传吗? 利用这个机会访问和利用各种提供灵活性和可扩展性的新 Solana 工具。 项目获奖者将根据其可行的商业计划和所展示的产品创新来选择 — 与评委合作,评委将提供指导,为你提供将愿景变为现实所需的知识。", + "description-3": "是时候让这个方案适合在会议上提出了。 请在下面留下你的电子邮件,以随时了解更新和时间安排。 提交窗口将于六月初开放。 开始想些方案吧,祝你好运!", + "description-4": "有关完整的推介指南,请参阅下面的常见问题解答。" + }, + "faq": { + "title": "常见问题" + }, + "partners": { + "title": "在来自以下的支持" + }, + "judges": { + "title": "评委 + 奖品", + "prizes": { + "title": "奖项", + "description": "决赛入围者和获胜者都将获得", + "list": [ + "Solana 团队提供的指导和办公时间。", + "参加由行业专家和 NFT 社区领袖主办的策划研讨会。", + "Breakpoint 门票,定于 2023 年 10 月 30 日至 11 月 3 日在阿姆斯特丹举行。" + ] + }, + "judging": { + "title": "评审", + "description-1": "项目获奖者将根据其可行的商业计划和他们展示的产品创新进行选择 - 商业头脑、以用户为中心的产品思维、创意方向、Solana 技术的创新使用以及实际应用都将成为确定获胜者的因素。", + "description-2": "评委将把参赛作品范围缩小到十名决赛入围者。从那里,决赛入围者将与他们的导师合作,亲自展示他们的作品。在 10 名决赛入围者中,共有 5 个 NFT 项目将被认定为获胜者。" + } + }, + "email": { + "title": "我有兴趣!" + }, + "disclaimer": { + "rules": "Solana 基金会 NFT Showdown 官方规则", + "title": "免责声明", + "description-line-1": "Solana NFT Showdown 是一项竞赛,评委将根据项目的商业头脑、以用户为中心的产品思维、创意方向和知识、Solana 技术的创新使用以及实际应用来评估项目,而不考虑法律可行性。所有参与者必须遵守与其 NFT Showdown 项目相关的适用法律和法规。", + "description-line-2": "Solana 基金会(“SF”)提供的开发者资源仅用于教育和启发目的。 SF 不鼓励、诱导或制裁违反适用法律或法规的任何此类应用程序的部署。 SF 不鼓励、诱导或制裁违反适用法律或法规的任何此类应用程序(包括构成 Solana 区块链协议的代码)的部署、集成或使用,并特此禁止任何此类部署、集成或使用。 这包括读者使用任何此类应用程序 (a) 违反美国或任何其他适用司法管辖区的出口管制或制裁法律,(b) 如果读者位于或通常居住在受以下法律约束的国家或地区: 美国外国资产控制办公室 (OFAC) 实施的全面制裁,(c) 如果读者是或正在代表特别指定国民 (SDN) 工作,或者是受到类似封锁或被拒绝方禁令的人,或者 (d) 违反《商品和交易法》。", + "read-more-button": "阅读更多...", + "read-less-button": "收起..." + } + }, + "possible": { + "meta": { + "title": "仅能在 Solana 上实现", + "description": "来自世界各地的开发人员正在 Solana 上构建应用程序,以实现快速、安全、可扩展且用户友好的未来。 只有 Solana 才有可能实现的未来。 探索资源、连接生态系并开始建设。" + }, + "hero": { + "title": "为更多可能性建设", + "description": "来自世界各地的开发人员正在 Solana 上构建应用程序,以实现快速、安全、可扩展且用户友好的未来。 只有 Solana 才有可能实现的未来。 探索资源、连接生态系并开始建设。", + "cta-primary": "开始动手开发" + }, + "caseStudies": { + "case-1": { + "title": "Hivemapper 正透过世界各地的汽车驾驶绘制世界地图。", + "description": "Hivemapper 社区已经绘制了世界上6%的道路,每周的奖励用 Solana 无可比拟的状态压缩技术发放。" + }, + "case-2": { + "title": "Helium Mobile支持社区驱动的5G服务。", + "description": "Helium 迁移到了 Solana 上,把一个“人的网络” 带到了越来越多的美国城市。" + }, + "case-3": { + "title": "Drip 团队以约 3,000 美元的价格投放了 2500 万件艺术品。", + "description": "通过状态压缩,Drip每周免费向40万用户分发高质量的艺术品。" + }, + "case-4": { + "title": "Dialect 已经以2400到24000倍更低的成本被数百万人铸造。", + "description": "Dialect大幅降低了铸造成本,让用户在Solana上大规模分享压缩的NFT。" + }, + "case-5": { + "title": "迄今为止,GainForest已监测了540万公顷的环境保护土地。", + "description": "GainForest 使用 Solana 智能合约来收集实时数据并激励全球的重新造林工作。" + } + }, + "innovations": { + "title": "探索只能在 Solana 科技栈完成的事情", + "mint": { + "controlText": "压缩NFTs", + "title": "被百万人铸造", + "description1": "有了NFT的状态压缩,大批量空投的成本就大大降低了。想象一下,用几百美元而不是几十万美元让大量新用户加入游戏,或者奖励现有用户。从活动票务到收藏品,再到社交媒体贴纸等等,压缩的NFT打开了一个全新的可能性世界。", + "description2": "这是通过状态压缩实现的,该技术通过对 Solana 账本保护的交易数据进行哈希处理并针对 Merkle 树帐户进行验证,以便在智能合约中使用。 这意味着压缩的 NFT 可以以与以前类似的方式在链上创建,但成本仅为之前的一小部分。" + }, + "scale": { + "controlText": "可扩展的技术", + "title": "可扩展的技术,速度极快", + "description1": "借助 Solana 的可扩展性,你无需在去中心化和性能之间进行权衡。 无论你是在构建下一个游戏领域的大作,还是专注于人工智能或去中心化物理基础设施 (dePIN) 等前沿领域,都可以尽情发挥你的想象力,构建只能在 Solana 上实现的应用程序。", + "description2": "像 HeliumHivemaper 这样的颠覆性的项目正在建造只能在Solana上做的事情。 由于其交易速度、可扩展性和可靠性, 如AI这样领域的贡献者能够获得最新的创新,为他们最雄心勃勃的项目提供燃料。" + }, + "climate": { + "controlText": "低碳足迹", + "title": "关注环境的技术", + "description1": "在 Solana 上,区块链交易使用的能量大约与 一些在线搜索的能量相同 。 借助 实时排放测量 ,你可以确信你所构建的技术不仅具有性能,而且致力于提高能源效率。", + "description2": "直接嵌入Solana节点的排放跟踪软件随时间提供全面和动态的测量。该数据集细节丰富,开放且免费使用,使验证者或任何在Solana上的开发者都可以评估他们对网络碳足迹的贡献,并探索缓解策略。" + }, + "payment": { + "controlText": "并行交易", + "title": "赋能全球支付交易", + "description1": "Solana 的高吞吐量和低费用使其能够大规模支持 < paymentsLink> 去中心化支付 。 借助 Solana Pay ,开发人员拥有将华尔街快速支付功能集成到他们的应用程序中所需的工具包,同时在他们最需要的时候提供可审核性和保密性。现在,你的项目或业务无需中间方,就可以以与传统支付网络相同的速度来驾驭区块链。", + "description2": "有了Solana,开发者有机会创建基于区块链技术的下一代商业支付和商业轨道,为在线和店内支付提供低成本和即时结算。无需中间商,寻找新的方法,通过链上奖励和忠诚度产品来激励你的客户,并直接与你的客户合作。" + }, + "web3": { + "controlText": "闪电般快速的共识", + "title": "Web3 在你的口袋里", + "description1": "有了 Solana Mobile,你口袋里的 web3 终于来了。 当你将以快速、安全的区块链技术为基础的世界一流加密手机、移动 dApp 商店和移动堆栈结合起来时,这些可能性是无限的。", + "description2": "Solana Mobile 的 Saga 手机正在引领 web3 的新移动时代。 它不仅拥有你期望从手机中获得的优质硬件,而且通过其独一无二的 dApp 商店,你可以随时随地访问你最喜欢的 DeFi 协议、NFT 市场和 web3 应用程序。 此外,借助手机的安全种子金库,你可以安全地使用你喜爱的钱包进行交易,保护你的私钥并仅使用指纹即可签署交易。" + }, + "solanaMobile": { + "controlText": "移动端已准备好" + }, + "readMore": "了解更多信息" + }, + "startBuilding": { + "title": "从这里开始", + "portal": { + "title": "开发者入口", + "description": "开始在 Solana 上构建无限可能的旅程。 查找课程、资源和教程以开始编码、构建 dApp 等。", + "cta": "开始开发" + }, + "programming": { + "title": "开发者编程", + "description": "认识你社区中的 Solana 开发者。 从世界各地的新手训练营到 Hacker House,找到合适的活动来帮助在 Solana 生态系中启动你的项目。", + "cta": "查找活动" + }, + "community": { + "title": "与社区连接", + "description": "无论是 Telegram、Reddit、Discord 还是 Meetups,你都可以找到合适的平台,与全球开发者、代币持有者、验证者和支持者社区保持联系。", + "cta": "建立联系" + } + }, + "visionaries": { + "title": "Built for visionaries", + "watch": "Watch", + "seeAll": "See all", + "episodeAbbreviation": "Ep", + "episodes": [ + { + "name": "Hivemapper", + "title": "Mapping the globe with Hivemapper", + "description": "Discover how Solana’s ease of use, low transaction fees and passionate developer community supports Hivemapper on its quest to reimagine the possibilities for a decentralized mapping system." + }, + { + "name": "Orca", + "title": "Out of the box scalability and performance with Orca", + "description": "Learn how Orca leverages Solana's unmatched speed, dependability, and security to create an accessible, cost-effective platform for capital formation." + }, + { + "name": "Dialect", + "title": "Pioneering a new messaging experience with Dialect", + "description": "Discover how Solana’s speed, scalability and state compression has enabled Dialect’s smart messaging platform to enhance the collector and creator experience." + }, + { + "name": "Helius", + "title": "Built for now, staying ready with Helius", + "description": "See how Helius utilizes Solana’s pragmatic tech, ultra-fast speeds and cost-efficiencies to fuel a tight-knit developer community that’s building for the future, today." + }, + { + "name": "Helium", + "title": "Powering a global wireless network with Helium", + "description": "See how Solana is incentivizing connectivity and scaling real-world infrastructure projects around the globe with Helium’s community-powered wireless network." + }, + { + "name": "Decaf", + "title": "The impact of borderless money with Decaf", + "description": "See how Solana’s speed and composability is allowing users on Decaf to fight inflation and take control of their financial future." + }, + { + "name": "DRiP", + "title": "Changing the way we consume, own and distribute online with DRiP", + "description": "See how artists, creators and fans are owning their work and supporting each other on DRiP." + } + ] + }, + "ecosystem": { + "title": "探索最新的生态新闻", + "cta": "了解更多信息" + }, + "icons": { + "title": "适合所有人的图标。", + "description": "下载图标设置并显示各种可能性。请在添加新图标后再次查看。", + "cta": "下载" + }, + "loading": "加载中...", + "readMore": "了解更多信息", + "learnMore": "了解更多信息", + "stats": { + "headline": "加入数百万人的社区。", + "headline-secondary": "专为 大规模采用。", + "live": "实时数据", + "accounts": "个活跃账户", + "nfts": "个 NFT 被铸造", + "cost": "每笔交易的平均成本", + "transactions": "笔交易/秒", + "validators": "个验证者节点", + "totaltransactions": "交易总数", + "carbon": "净碳影响", + "adoption": { + "fast": { + "title": "快速", + "description": "不要让你的用户等待。Solana 的出块时间为 400 毫秒 —— 随着硬件变得更快,网络也会变得更快。" + }, + "decentralized": { + "title": "去中心化", + "description": "Solana 网络由数千个独立运行的节点进行验证,确保你的数据保持安全且抗审查。" + }, + "scalable": { + "title": "可扩展的", + "description": "迅速壮大。Solana 专为处理每秒数千笔交易,且使开发者和用户的使用费用保持在 0.0025 美元以下。" + }, + "energy": { + "title": "高效节能", + "description": "Solana 的权益证明网络和其他创新最大限度的减少了其对环境的影响。每笔 Solana 交易消耗的能量与几次 Google 搜索的能量大致相同。" + } + } + } + }, + "cookie-consent": { + "title": "This website uses cookies to offer you a better browsing experience. Find out more on how we use cookies.", + "button": { + "accept": "Accept", + "optout": "Opt-out", + "details": "Details" + } + }, + "artistsAndCreatorsNewsletter": { + "title": "Your creative evolution starts on Solana.", + "description": "Discover the latest creator news, community updates, and get invited to events happening across the Solana art world.", + "form": { + "firstName": { + "label": "First Name", + "placeholder": "First Name", + "error": "Please enter first name." + }, + "lastName": { + "label": "Last Name", + "placeholder": "Last Name", + "error": "Please enter last name." + }, + "country": { + "label": "Country", + "placeholder": "Select country", + "error": "Please select a country." + }, + "company": { + "label": "Company/Project", + "placeholder": "Company/Project", + "error": "Please enter company/project." + }, + "email": { + "label": "Email", + "placeholder": "Email", + "error": "Please enter a valid email address." + }, + "submit": "Sign up", + "submitting": "Submitting...", + "optional": "optional", + "success": { + "title": "Welcome!", + "description": "Thank you for joining the community of artists and creators on Solana. You’ll receive the latest news, updates, and events straight to your inbox.", + "cta": "Explore" + } + } + } +} diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 000000000..fcc5c838c --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,8 @@ +# * +User-agent: * + +# Host +Host: https://solana.com/ + +# Sitemaps +Sitemap: https://solana.com/sitemap.xml diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 000000000..fa99de77d --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/public/social/2023outlook.jpg b/public/social/2023outlook.jpg new file mode 100644 index 000000000..d4f088ac6 Binary files /dev/null and b/public/social/2023outlook.jpg differ diff --git a/public/social/breakpoint.jpg b/public/social/breakpoint.jpg new file mode 100644 index 000000000..e99fe2234 Binary files /dev/null and b/public/social/breakpoint.jpg differ diff --git a/public/social/format.jpg b/public/social/format.jpg new file mode 100644 index 000000000..59e687776 Binary files /dev/null and b/public/social/format.jpg differ diff --git a/public/social/hyperdrive.png b/public/social/hyperdrive.png new file mode 100644 index 000000000..3f4189bee Binary files /dev/null and b/public/social/hyperdrive.png differ diff --git a/public/social/lollashare.png b/public/social/lollashare.png new file mode 100644 index 000000000..c15e02577 Binary files /dev/null and b/public/social/lollashare.png differ diff --git a/public/social/meta.jpg b/public/social/meta.jpg new file mode 100644 index 000000000..0e5cf491a Binary files /dev/null and b/public/social/meta.jpg differ diff --git a/public/social/nftshowdown.jpg b/public/social/nftshowdown.jpg new file mode 100644 index 000000000..548cfd5ed Binary files /dev/null and b/public/social/nftshowdown.jpg differ diff --git a/public/social/playgg.jpg b/public/social/playgg.jpg new file mode 100644 index 000000000..13d68a6bf Binary files /dev/null and b/public/social/playgg.jpg differ diff --git a/public/social/possible.jpg b/public/social/possible.jpg new file mode 100644 index 000000000..1ce0e9688 Binary files /dev/null and b/public/social/possible.jpg differ diff --git a/public/social/solana.jpg b/public/social/solana.jpg new file mode 100644 index 000000000..0974d7ff2 Binary files /dev/null and b/public/social/solana.jpg differ diff --git a/public/social/validated.jpg b/public/social/validated.jpg new file mode 100644 index 000000000..2cf25db1b Binary files /dev/null and b/public/social/validated.jpg differ diff --git a/public/solana-whitepaper.pdf b/public/solana-whitepaper.pdf new file mode 100644 index 000000000..d1f1b7bec Binary files /dev/null and b/public/solana-whitepaper.pdf differ diff --git a/public/sprite.svg b/public/sprite.svg new file mode 100644 index 000000000..92773a1db --- /dev/null +++ b/public/sprite.svg @@ -0,0 +1,109 @@ + \ No newline at end of file diff --git a/public/src/img/branding/bannedLogos-1.svg b/public/src/img/branding/bannedLogos-1.svg new file mode 100644 index 000000000..2fb36b002 --- /dev/null +++ b/public/src/img/branding/bannedLogos-1.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/src/img/branding/bannedLogos-2.png b/public/src/img/branding/bannedLogos-2.png new file mode 100644 index 000000000..56dd82214 Binary files /dev/null and b/public/src/img/branding/bannedLogos-2.png differ diff --git a/public/src/img/branding/bannedLogos-2.svg b/public/src/img/branding/bannedLogos-2.svg new file mode 100644 index 000000000..64edcdc55 --- /dev/null +++ b/public/src/img/branding/bannedLogos-2.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/public/src/img/branding/bannedLogos-3.svg b/public/src/img/branding/bannedLogos-3.svg new file mode 100644 index 000000000..ca56ebb68 --- /dev/null +++ b/public/src/img/branding/bannedLogos-3.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/src/img/branding/bannedLogos-4.svg b/public/src/img/branding/bannedLogos-4.svg new file mode 100644 index 000000000..c34fc89d0 --- /dev/null +++ b/public/src/img/branding/bannedLogos-4.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/public/src/img/branding/bannedLogos-5.svg b/public/src/img/branding/bannedLogos-5.svg new file mode 100644 index 000000000..57111a9f3 --- /dev/null +++ b/public/src/img/branding/bannedLogos-5.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/public/src/img/branding/bannedLogos-6.svg b/public/src/img/branding/bannedLogos-6.svg new file mode 100644 index 000000000..ae59d824b --- /dev/null +++ b/public/src/img/branding/bannedLogos-6.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/public/src/img/branding/brandLogo.inline.svg b/public/src/img/branding/brandLogo.inline.svg new file mode 100644 index 000000000..504db1ccf --- /dev/null +++ b/public/src/img/branding/brandLogo.inline.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/src/img/branding/clearspace-1.png b/public/src/img/branding/clearspace-1.png new file mode 100644 index 000000000..1e78c5b75 Binary files /dev/null and b/public/src/img/branding/clearspace-1.png differ diff --git a/public/src/img/branding/clearspace-2.png b/public/src/img/branding/clearspace-2.png new file mode 100644 index 000000000..959f11f80 Binary files /dev/null and b/public/src/img/branding/clearspace-2.png differ diff --git a/public/src/img/branding/solanaFoundationLogo.png b/public/src/img/branding/solanaFoundationLogo.png new file mode 100644 index 000000000..e5fad209d Binary files /dev/null and b/public/src/img/branding/solanaFoundationLogo.png differ diff --git a/public/src/img/branding/solanaFoundationLogo.svg b/public/src/img/branding/solanaFoundationLogo.svg new file mode 100644 index 000000000..3da2bdf0c --- /dev/null +++ b/public/src/img/branding/solanaFoundationLogo.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/public/src/img/branding/solanaGradient.jpg b/public/src/img/branding/solanaGradient.jpg new file mode 100644 index 000000000..0f06c5a4d Binary files /dev/null and b/public/src/img/branding/solanaGradient.jpg differ diff --git a/public/src/img/branding/solanaLogo.png b/public/src/img/branding/solanaLogo.png new file mode 100644 index 000000000..c1d51b402 Binary files /dev/null and b/public/src/img/branding/solanaLogo.png differ diff --git a/public/src/img/branding/solanaLogo.svg b/public/src/img/branding/solanaLogo.svg new file mode 100644 index 000000000..08ec87cb1 --- /dev/null +++ b/public/src/img/branding/solanaLogo.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/src/img/branding/solanaLogoMark.png b/public/src/img/branding/solanaLogoMark.png new file mode 100644 index 000000000..546c9d797 Binary files /dev/null and b/public/src/img/branding/solanaLogoMark.png differ diff --git a/public/src/img/branding/solanaLogoMark.svg b/public/src/img/branding/solanaLogoMark.svg new file mode 100644 index 000000000..ed6f34d95 --- /dev/null +++ b/public/src/img/branding/solanaLogoMark.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/public/src/img/branding/solanaVerticalLogo.png b/public/src/img/branding/solanaVerticalLogo.png new file mode 100644 index 000000000..d6523b543 Binary files /dev/null and b/public/src/img/branding/solanaVerticalLogo.png differ diff --git a/public/src/img/branding/solanaVerticalLogo.svg b/public/src/img/branding/solanaVerticalLogo.svg new file mode 100644 index 000000000..e5dfeebbf --- /dev/null +++ b/public/src/img/branding/solanaVerticalLogo.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/src/img/branding/solanaWordMark.png b/public/src/img/branding/solanaWordMark.png new file mode 100644 index 000000000..c6566b254 Binary files /dev/null and b/public/src/img/branding/solanaWordMark.png differ diff --git a/public/src/img/branding/solanaWordMark.svg b/public/src/img/branding/solanaWordMark.svg new file mode 100644 index 000000000..5e26a68be --- /dev/null +++ b/public/src/img/branding/solanaWordMark.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/public/src/img/branding/spacing.png b/public/src/img/branding/spacing.png new file mode 100644 index 000000000..a71f94134 Binary files /dev/null and b/public/src/img/branding/spacing.png differ diff --git a/public/src/img/community/collective.png b/public/src/img/community/collective.png new file mode 100644 index 000000000..84640e623 Binary files /dev/null and b/public/src/img/community/collective.png differ diff --git a/public/src/img/community/hero.png b/public/src/img/community/hero.png new file mode 100644 index 000000000..b0ea28428 Binary files /dev/null and b/public/src/img/community/hero.png differ diff --git a/public/src/img/community/socials-discord.inline.svg b/public/src/img/community/socials-discord.inline.svg new file mode 100644 index 000000000..0cc145e2e --- /dev/null +++ b/public/src/img/community/socials-discord.inline.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/public/src/img/community/socials-git.inline.svg b/public/src/img/community/socials-git.inline.svg new file mode 100644 index 000000000..1405d7d88 --- /dev/null +++ b/public/src/img/community/socials-git.inline.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/public/src/img/community/socials-mail.inline.svg b/public/src/img/community/socials-mail.inline.svg new file mode 100644 index 000000000..88a47114e --- /dev/null +++ b/public/src/img/community/socials-mail.inline.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/public/src/img/community/socials-news.inline.svg b/public/src/img/community/socials-news.inline.svg new file mode 100644 index 000000000..bb8f83e44 --- /dev/null +++ b/public/src/img/community/socials-news.inline.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/public/src/img/community/socials-reddit.inline.svg b/public/src/img/community/socials-reddit.inline.svg new file mode 100644 index 000000000..e1f3de9b9 --- /dev/null +++ b/public/src/img/community/socials-reddit.inline.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/src/img/community/socials-sun.inline.svg b/public/src/img/community/socials-sun.inline.svg new file mode 100644 index 000000000..94093a83d --- /dev/null +++ b/public/src/img/community/socials-sun.inline.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/public/src/img/community/socials-telegram.inline.svg b/public/src/img/community/socials-telegram.inline.svg new file mode 100644 index 000000000..953c0d5a7 --- /dev/null +++ b/public/src/img/community/socials-telegram.inline.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/src/img/community/socials-twitter.inline.svg b/public/src/img/community/socials-twitter.inline.svg new file mode 100644 index 000000000..d5f98ae76 --- /dev/null +++ b/public/src/img/community/socials-twitter.inline.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/public/src/img/community/socials-vk.inline.svg b/public/src/img/community/socials-vk.inline.svg new file mode 100644 index 000000000..4dcff0474 --- /dev/null +++ b/public/src/img/community/socials-vk.inline.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/src/img/community/socials-weibo.inline.svg b/public/src/img/community/socials-weibo.inline.svg new file mode 100644 index 000000000..7de61973a --- /dev/null +++ b/public/src/img/community/socials-weibo.inline.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/public/src/img/developers/api.inline.svg b/public/src/img/developers/api.inline.svg new file mode 100644 index 000000000..d92f23016 --- /dev/null +++ b/public/src/img/developers/api.inline.svg @@ -0,0 +1 @@ + diff --git a/public/src/img/developers/cookbook.inline.svg b/public/src/img/developers/cookbook.inline.svg new file mode 100644 index 000000000..b0329b461 --- /dev/null +++ b/public/src/img/developers/cookbook.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/developers/docs.inline.svg b/public/src/img/developers/docs.inline.svg new file mode 100644 index 000000000..d5f9fc839 --- /dev/null +++ b/public/src/img/developers/docs.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/developers/guides.inline.svg b/public/src/img/developers/guides.inline.svg new file mode 100644 index 000000000..bcb731707 --- /dev/null +++ b/public/src/img/developers/guides.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/developers/terminology.inline.svg b/public/src/img/developers/terminology.inline.svg new file mode 100644 index 000000000..8c82796d6 --- /dev/null +++ b/public/src/img/developers/terminology.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/ecdr/clipboard.inline.svg b/public/src/img/ecdr/clipboard.inline.svg new file mode 100644 index 000000000..a9caa875d --- /dev/null +++ b/public/src/img/ecdr/clipboard.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/ecdr/hackathon-background.jpg b/public/src/img/ecdr/hackathon-background.jpg new file mode 100644 index 000000000..8df24cd30 Binary files /dev/null and b/public/src/img/ecdr/hackathon-background.jpg differ diff --git a/public/src/img/ecdr/solana-ring.png b/public/src/img/ecdr/solana-ring.png new file mode 100644 index 000000000..8694998bd Binary files /dev/null and b/public/src/img/ecdr/solana-ring.png differ diff --git a/public/src/img/ecosystem/curated/backpack.jpg b/public/src/img/ecosystem/curated/backpack.jpg new file mode 100644 index 000000000..d9eb506d4 Binary files /dev/null and b/public/src/img/ecosystem/curated/backpack.jpg differ diff --git a/public/src/img/ecosystem/curated/helium.png b/public/src/img/ecosystem/curated/helium.png new file mode 100644 index 000000000..f545ef35a Binary files /dev/null and b/public/src/img/ecosystem/curated/helium.png differ diff --git a/public/src/img/favicon.ico b/public/src/img/favicon.ico new file mode 100644 index 000000000..da4839396 Binary files /dev/null and b/public/src/img/favicon.ico differ diff --git a/public/src/img/footer/discord.inline.svg b/public/src/img/footer/discord.inline.svg new file mode 100644 index 000000000..940f07781 --- /dev/null +++ b/public/src/img/footer/discord.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/footer/github.inline.svg b/public/src/img/footer/github.inline.svg new file mode 100644 index 000000000..45428e94f --- /dev/null +++ b/public/src/img/footer/github.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/footer/reddit.inline.svg b/public/src/img/footer/reddit.inline.svg new file mode 100644 index 000000000..3f7ce54c4 --- /dev/null +++ b/public/src/img/footer/reddit.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/footer/telegram.inline.svg b/public/src/img/footer/telegram.inline.svg new file mode 100644 index 000000000..2cd379b82 --- /dev/null +++ b/public/src/img/footer/telegram.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/footer/twitter.inline.svg b/public/src/img/footer/twitter.inline.svg new file mode 100644 index 000000000..13da00a5a --- /dev/null +++ b/public/src/img/footer/twitter.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/footer/youtube.inline.svg b/public/src/img/footer/youtube.inline.svg new file mode 100644 index 000000000..141b9d14a --- /dev/null +++ b/public/src/img/footer/youtube.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/format/banner-bg.png b/public/src/img/format/banner-bg.png new file mode 100644 index 000000000..75f5fc352 Binary files /dev/null and b/public/src/img/format/banner-bg.png differ diff --git a/public/src/img/format/banner-logo.png b/public/src/img/format/banner-logo.png new file mode 100644 index 000000000..82f099bc5 Binary files /dev/null and b/public/src/img/format/banner-logo.png differ diff --git a/public/src/img/format/hero.jpg b/public/src/img/format/hero.jpg new file mode 100644 index 000000000..f263c756d Binary files /dev/null and b/public/src/img/format/hero.jpg differ diff --git a/public/src/img/format/magiceden.inline.svg b/public/src/img/format/magiceden.inline.svg new file mode 100644 index 000000000..c658ec0a3 --- /dev/null +++ b/public/src/img/format/magiceden.inline.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/public/src/img/format/play.inline.svg b/public/src/img/format/play.inline.svg new file mode 100644 index 000000000..58aedcedf --- /dev/null +++ b/public/src/img/format/play.inline.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/src/img/format/solana-format.png b/public/src/img/format/solana-format.png new file mode 100644 index 000000000..704add76e Binary files /dev/null and b/public/src/img/format/solana-format.png differ diff --git a/public/src/img/format/solanapay.inline.svg b/public/src/img/format/solanapay.inline.svg new file mode 100644 index 000000000..9e05f1e25 --- /dev/null +++ b/public/src/img/format/solanapay.inline.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/public/src/img/format/tiplink.inline.svg b/public/src/img/format/tiplink.inline.svg new file mode 100644 index 000000000..54229028a --- /dev/null +++ b/public/src/img/format/tiplink.inline.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/src/img/format/twitter.inline.svg b/public/src/img/format/twitter.inline.svg new file mode 100644 index 000000000..8df1e7df2 --- /dev/null +++ b/public/src/img/format/twitter.inline.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/src/img/icons/Angle-down.inline.svg b/public/src/img/icons/Angle-down.inline.svg new file mode 100644 index 000000000..f56c80ab0 --- /dev/null +++ b/public/src/img/icons/Angle-down.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/icons/Angle-up.inline.svg b/public/src/img/icons/Angle-up.inline.svg new file mode 100644 index 000000000..910be391d --- /dev/null +++ b/public/src/img/icons/Angle-up.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/icons/Archivers.inline.svg b/public/src/img/icons/Archivers.inline.svg new file mode 100644 index 000000000..81f60545a --- /dev/null +++ b/public/src/img/icons/Archivers.inline.svg @@ -0,0 +1,11 @@ + + + + Stockholm-icons / Tools / Shovel + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/public/src/img/icons/ArrowLeft.inline.svg b/public/src/img/icons/ArrowLeft.inline.svg new file mode 100644 index 000000000..d7c6b6aa1 --- /dev/null +++ b/public/src/img/icons/ArrowLeft.inline.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/src/img/icons/Bulb.inline.svg b/public/src/img/icons/Bulb.inline.svg new file mode 100755 index 000000000..d31dea745 --- /dev/null +++ b/public/src/img/icons/Bulb.inline.svg @@ -0,0 +1,13 @@ + + + + Stockholm-icons / Home / Bulb#2 + Created with Sketch. + + + + + + + + \ No newline at end of file diff --git a/public/src/img/icons/CategoriesBrowse.svg b/public/src/img/icons/CategoriesBrowse.svg new file mode 100644 index 000000000..f4e297b4c --- /dev/null +++ b/public/src/img/icons/CategoriesBrowse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/icons/Chat.inline.svg b/public/src/img/icons/Chat.inline.svg new file mode 100755 index 000000000..0130933e0 --- /dev/null +++ b/public/src/img/icons/Chat.inline.svg @@ -0,0 +1,10 @@ + + + + Stockholm-icons / Communication / Chat#4 + Created with Sketch. + + + + + \ No newline at end of file diff --git a/public/src/img/icons/Clipboard.inline.svg b/public/src/img/icons/Clipboard.inline.svg new file mode 100644 index 000000000..b3128284c --- /dev/null +++ b/public/src/img/icons/Clipboard.inline.svg @@ -0,0 +1,13 @@ + + + + Stockholm-icons / General / Clipboard + Created with Sketch. + + + + + + + + \ No newline at end of file diff --git a/public/src/img/icons/Cloudbreak.inline.svg b/public/src/img/icons/Cloudbreak.inline.svg new file mode 100644 index 000000000..66e5d5a74 --- /dev/null +++ b/public/src/img/icons/Cloudbreak.inline.svg @@ -0,0 +1,11 @@ + + + + Stockholm-icons / Weather / Cloud-sun + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/public/src/img/icons/Code.inline.svg b/public/src/img/icons/Code.inline.svg new file mode 100644 index 000000000..4122ae435 --- /dev/null +++ b/public/src/img/icons/Code.inline.svg @@ -0,0 +1,11 @@ + + + + Stockholm-icons / Code / Code + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/public/src/img/icons/Fire.inline.svg b/public/src/img/icons/Fire.inline.svg new file mode 100755 index 000000000..0d53792df --- /dev/null +++ b/public/src/img/icons/Fire.inline.svg @@ -0,0 +1,10 @@ + + + + Stockholm-icons / General / Fire + Created with Sketch. + + + + + \ No newline at end of file diff --git a/public/src/img/icons/Gamepad.inline.svg b/public/src/img/icons/Gamepad.inline.svg new file mode 100644 index 000000000..2bde1e19e --- /dev/null +++ b/public/src/img/icons/Gamepad.inline.svg @@ -0,0 +1,11 @@ + + + + Stockholm-icons / Devices / Gamepad#2 + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/public/src/img/icons/Globe.inline.svg b/public/src/img/icons/Globe.inline.svg new file mode 100644 index 000000000..325aae1c3 --- /dev/null +++ b/public/src/img/icons/Globe.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/icons/GlobeOutline.inline.svg b/public/src/img/icons/GlobeOutline.inline.svg new file mode 100644 index 000000000..12d29df66 --- /dev/null +++ b/public/src/img/icons/GlobeOutline.inline.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/src/img/icons/Gulfstream.inline.svg b/public/src/img/icons/Gulfstream.inline.svg new file mode 100644 index 000000000..f9a178f93 --- /dev/null +++ b/public/src/img/icons/Gulfstream.inline.svg @@ -0,0 +1,11 @@ + + + + Stockholm-icons / Weather / Wind + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/public/src/img/icons/History.inline.svg b/public/src/img/icons/History.inline.svg new file mode 100644 index 000000000..00572b37f --- /dev/null +++ b/public/src/img/icons/History.inline.svg @@ -0,0 +1,11 @@ + + + + Stockholm-icons / Code / Time-schedule + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/public/src/img/icons/Home.inline.svg b/public/src/img/icons/Home.inline.svg new file mode 100644 index 000000000..3d2cc293a --- /dev/null +++ b/public/src/img/icons/Home.inline.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/src/img/icons/Loader.inline.svg b/public/src/img/icons/Loader.inline.svg new file mode 100644 index 000000000..d72e2f898 --- /dev/null +++ b/public/src/img/icons/Loader.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/icons/Location.inline.svg b/public/src/img/icons/Location.inline.svg new file mode 100644 index 000000000..e96a27e71 --- /dev/null +++ b/public/src/img/icons/Location.inline.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/src/img/icons/Money.inline.svg b/public/src/img/icons/Money.inline.svg new file mode 100644 index 000000000..067f79763 --- /dev/null +++ b/public/src/img/icons/Money.inline.svg @@ -0,0 +1,11 @@ + + + + Stockholm-icons / Shopping / Money + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/public/src/img/icons/Pipeline.inline.svg b/public/src/img/icons/Pipeline.inline.svg new file mode 100644 index 000000000..9129b0695 --- /dev/null +++ b/public/src/img/icons/Pipeline.inline.svg @@ -0,0 +1,15 @@ + + + + Stockholm-icons / Weather / Fog + Created with Sketch. + + + + + + + + + + \ No newline at end of file diff --git a/public/src/img/icons/PoH.inline.svg b/public/src/img/icons/PoH.inline.svg new file mode 100644 index 000000000..961f298fe --- /dev/null +++ b/public/src/img/icons/PoH.inline.svg @@ -0,0 +1,11 @@ + + + + Stockholm-icons / Home / Clock + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/public/src/img/icons/RedClose.inline.svg b/public/src/img/icons/RedClose.inline.svg new file mode 100644 index 000000000..cc46ab6e3 --- /dev/null +++ b/public/src/img/icons/RedClose.inline.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/src/img/icons/Sealevel.inline.svg b/public/src/img/icons/Sealevel.inline.svg new file mode 100644 index 000000000..ba575e3ae --- /dev/null +++ b/public/src/img/icons/Sealevel.inline.svg @@ -0,0 +1,11 @@ + + + + Stockholm-icons / Weather / Suset#1 + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/public/src/img/icons/Tools.inline.svg b/public/src/img/icons/Tools.inline.svg new file mode 100644 index 000000000..e15575342 --- /dev/null +++ b/public/src/img/icons/Tools.inline.svg @@ -0,0 +1,11 @@ + + + + Stockholm-icons / Tools / Tools + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/public/src/img/icons/Tools.svg b/public/src/img/icons/Tools.svg new file mode 100644 index 000000000..0824899d1 --- /dev/null +++ b/public/src/img/icons/Tools.svg @@ -0,0 +1,11 @@ + + + + Stockholm-icons / Tools / Tools + Created with Sketch. + + + + + + diff --git a/public/src/img/icons/Tower.inline.svg b/public/src/img/icons/Tower.inline.svg new file mode 100644 index 000000000..20300316e --- /dev/null +++ b/public/src/img/icons/Tower.inline.svg @@ -0,0 +1,11 @@ + + + + Stockholm-icons / Devices / LTE#2 + Created with Sketch. + + + + + + \ No newline at end of file diff --git a/public/src/img/icons/Turbine.inline.svg b/public/src/img/icons/Turbine.inline.svg new file mode 100644 index 000000000..0ccb1c20c --- /dev/null +++ b/public/src/img/icons/Turbine.inline.svg @@ -0,0 +1,12 @@ + + + + Stockholm-icons / Electric / Fan + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/public/src/img/icons/checked.inline.svg b/public/src/img/icons/checked.inline.svg new file mode 100644 index 000000000..c0dc4956f --- /dev/null +++ b/public/src/img/icons/checked.inline.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/src/img/icons/circleCloseIcon.svg b/public/src/img/icons/circleCloseIcon.svg new file mode 100644 index 000000000..b6b15a21d --- /dev/null +++ b/public/src/img/icons/circleCloseIcon.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/src/img/icons/color-mode-dark.svg b/public/src/img/icons/color-mode-dark.svg new file mode 100644 index 000000000..8be180973 --- /dev/null +++ b/public/src/img/icons/color-mode-dark.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/public/src/img/icons/color-mode-light.svg b/public/src/img/icons/color-mode-light.svg new file mode 100644 index 000000000..61e0865f6 --- /dev/null +++ b/public/src/img/icons/color-mode-light.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/public/src/img/icons/copyLink.inline.svg b/public/src/img/icons/copyLink.inline.svg new file mode 100644 index 000000000..1dc52a81c --- /dev/null +++ b/public/src/img/icons/copyLink.inline.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/src/img/icons/diamond.inline.svg b/public/src/img/icons/diamond.inline.svg new file mode 100644 index 000000000..330d08fc1 --- /dev/null +++ b/public/src/img/icons/diamond.inline.svg @@ -0,0 +1,2 @@ + \ No newline at end of file diff --git a/public/src/img/icons/first.inline.svg b/public/src/img/icons/first.inline.svg new file mode 100644 index 000000000..a5f6f0ca4 --- /dev/null +++ b/public/src/img/icons/first.inline.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/src/img/icons/getemarrow.inline.svg b/public/src/img/icons/getemarrow.inline.svg new file mode 100644 index 000000000..f330534db --- /dev/null +++ b/public/src/img/icons/getemarrow.inline.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/src/img/icons/grand.inline.svg b/public/src/img/icons/grand.inline.svg new file mode 100644 index 000000000..519269b02 --- /dev/null +++ b/public/src/img/icons/grand.inline.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/src/img/icons/heart.inline.svg b/public/src/img/icons/heart.inline.svg new file mode 100644 index 000000000..4af7663ce --- /dev/null +++ b/public/src/img/icons/heart.inline.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/public/src/img/icons/laurel.inline.svg b/public/src/img/icons/laurel.inline.svg new file mode 100644 index 000000000..1629e17a6 --- /dev/null +++ b/public/src/img/icons/laurel.inline.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/src/img/icons/podcast.inline.svg b/public/src/img/icons/podcast.inline.svg new file mode 100644 index 000000000..07b0cd49b --- /dev/null +++ b/public/src/img/icons/podcast.inline.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/src/img/icons/second.inline.svg b/public/src/img/icons/second.inline.svg new file mode 100644 index 000000000..0507d6224 --- /dev/null +++ b/public/src/img/icons/second.inline.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/src/img/icons/third.inline.svg b/public/src/img/icons/third.inline.svg new file mode 100644 index 000000000..dd079b75e --- /dev/null +++ b/public/src/img/icons/third.inline.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/src/img/icons/twitter.inline.svg b/public/src/img/icons/twitter.inline.svg new file mode 100644 index 000000000..01db960b0 --- /dev/null +++ b/public/src/img/icons/twitter.inline.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/src/img/icons/unChecked.inline.svg b/public/src/img/icons/unChecked.inline.svg new file mode 100644 index 000000000..9d197acce --- /dev/null +++ b/public/src/img/icons/unChecked.inline.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/src/img/icons/youtube.inline.svg b/public/src/img/icons/youtube.inline.svg new file mode 100644 index 000000000..f14bf7237 --- /dev/null +++ b/public/src/img/icons/youtube.inline.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/src/img/index/glow-lines.jpg b/public/src/img/index/glow-lines.jpg new file mode 100644 index 000000000..66fdd9a65 Binary files /dev/null and b/public/src/img/index/glow-lines.jpg differ diff --git a/public/src/img/index/logos/shopify.svg b/public/src/img/index/logos/shopify.svg new file mode 100644 index 000000000..fd4a32292 --- /dev/null +++ b/public/src/img/index/logos/shopify.svg @@ -0,0 +1,29 @@ + + + + + + + diff --git a/public/src/img/index/news/energy.jpg b/public/src/img/index/news/energy.jpg new file mode 100644 index 000000000..aef0e992a Binary files /dev/null and b/public/src/img/index/news/energy.jpg differ diff --git a/public/src/img/index/news/outlook.jpg b/public/src/img/index/news/outlook.jpg new file mode 100644 index 000000000..4178639fb Binary files /dev/null and b/public/src/img/index/news/outlook.jpg differ diff --git a/public/src/img/index/news/paxos.jpg b/public/src/img/index/news/paxos.jpg new file mode 100644 index 000000000..f03dfccee Binary files /dev/null and b/public/src/img/index/news/paxos.jpg differ diff --git a/public/src/img/index/news/solstice.jpg b/public/src/img/index/news/solstice.jpg new file mode 100644 index 000000000..4c8589349 Binary files /dev/null and b/public/src/img/index/news/solstice.jpg differ diff --git a/public/src/img/index/news/token-extensions.jpg b/public/src/img/index/news/token-extensions.jpg new file mode 100644 index 000000000..50204217f Binary files /dev/null and b/public/src/img/index/news/token-extensions.jpg differ diff --git a/public/src/img/logos-solana/logomark.inline.svg b/public/src/img/logos-solana/logomark.inline.svg new file mode 100644 index 000000000..6c1390f2a --- /dev/null +++ b/public/src/img/logos-solana/logomark.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/logos-solana/logotype-dark.svg b/public/src/img/logos-solana/logotype-dark.svg new file mode 100644 index 000000000..78a40f754 --- /dev/null +++ b/public/src/img/logos-solana/logotype-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/logos-solana/logotype-foundation.inline.svg b/public/src/img/logos-solana/logotype-foundation.inline.svg new file mode 100644 index 000000000..096b861e7 --- /dev/null +++ b/public/src/img/logos-solana/logotype-foundation.inline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/logos-solana/logotype.svg b/public/src/img/logos-solana/logotype.svg new file mode 100644 index 000000000..987932a4f --- /dev/null +++ b/public/src/img/logos-solana/logotype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/src/img/news/blogbackup.png b/public/src/img/news/blogbackup.png new file mode 100644 index 000000000..2d8156e3d Binary files /dev/null and b/public/src/img/news/blogbackup.png differ diff --git a/public/src/img/news/hero.png b/public/src/img/news/hero.png new file mode 100644 index 000000000..1b24dc73b Binary files /dev/null and b/public/src/img/news/hero.png differ diff --git a/public/src/img/possible/Only-Possible-on-Solana.zip b/public/src/img/possible/Only-Possible-on-Solana.zip new file mode 100644 index 000000000..6265e1d28 Binary files /dev/null and b/public/src/img/possible/Only-Possible-on-Solana.zip differ diff --git a/public/src/img/staking/validator1.png b/public/src/img/staking/validator1.png new file mode 100644 index 000000000..5be84e639 Binary files /dev/null and b/public/src/img/staking/validator1.png differ diff --git a/public/src/img/staking/validator2.png b/public/src/img/staking/validator2.png new file mode 100644 index 000000000..86ed7ae53 Binary files /dev/null and b/public/src/img/staking/validator2.png differ diff --git a/public/src/img/staking/validator3.png b/public/src/img/staking/validator3.png new file mode 100644 index 000000000..8ce3cf5a7 Binary files /dev/null and b/public/src/img/staking/validator3.png differ diff --git a/public/src/img/validators/validators_geometry.png b/public/src/img/validators/validators_geometry.png new file mode 100644 index 000000000..904773d52 Binary files /dev/null and b/public/src/img/validators/validators_geometry.png differ diff --git a/public/src/img/validators/validators_geometry_small.png b/public/src/img/validators/validators_geometry_small.png new file mode 100644 index 000000000..86d37d391 Binary files /dev/null and b/public/src/img/validators/validators_geometry_small.png differ diff --git a/public/src/img/validators/validators_geometry_small2.png b/public/src/img/validators/validators_geometry_small2.png new file mode 100644 index 000000000..f704fae95 Binary files /dev/null and b/public/src/img/validators/validators_geometry_small2.png differ diff --git a/rewrites-redirects.json b/rewrites-redirects.json new file mode 100644 index 000000000..e1a7aed16 --- /dev/null +++ b/rewrites-redirects.json @@ -0,0 +1,99 @@ +{ + "rewrites": [ + { "source": "/brand", "destination": "/branding" }, + { "source": "/press", "destination": "/branding" }, + { "source": "/upgrade", "destination": "/news/solana-network-upgrades" }, + { "source": "/upgrades", "destination": "/news/solana-network-upgrades" } + ], + + "redirects": [ + { "source": "/reddit", "destination": "https://reddit.com/r/solana" }, + { "source": "/telegram", "destination": "https://t.me/solana" }, + { "source": "/github", "destination": "https://github.com/solana-labs" }, + { "source": "/twitter", "destination": "https://twitter.com/solana" }, + { + "source": "/youtube", + "destination": "https://www.youtube.com/SolanaFndn" + }, + { + "source": "/discord", + "destination": "https://discord.gg/kBbATFA7PW" + }, + { "source": "/blog", "destination": "/news" }, + { + "source": "/news/solana-scaffold-part-1-wallet-adapter", + "destination": "/developers/guides/getstarted/full-stack-solana-development" + }, + { + "source": "/news/solana-scaffold-part-2-wallet-balance", + "destination": "/developers/guides/getstarted/full-stack-solana-development" + }, + { + "source": "/news/getting-started-with-solana-development", + "destination": "/docs/intro/dev" + }, + { + "source": "/simd", + "destination": "https://github.com/solana-foundation/solana-improvement-documents" + }, + { "source": "/disclaimer", "destination": "/tos" }, + { "source": "/ecosystem(.*)", "destination": "/" }, + { "source": "/lolla", "destination": "/" }, + { "source": "/solana-pay", "destination": "https://solanapay.com/" }, + { "source": "/solanapay", "destination": "https://solanapay.com/" }, + { "source": "/pay", "destination": "https://solanapay.com/" }, + { "source": "/mobile", "destination": "https://solanamobile.com/" }, + { "source": "/podcast", "destination": "/validated" }, + { "source": "/careers", "destination": "https://jobs.solana.com" }, + { "source": "/jobs", "destination": "https://jobs.solana.com" }, + { + "source": "/austin", + "destination": "https://calendly.com/solana-austin" + }, + { + "source": "/dev-update", + "destination": "https://solana.us17.list-manage.com/subscribe?u=dc5b8a6eb6dc3d737579c03c9&id=4a4784c804" + }, + { "source": "/store", "destination": "https://store.solana.com/" }, + { "source": "/shop", "destination": "https://store.solana.com/" }, + { "source": "/ignition", "destination": "/hackathon" }, + { "source": "/solanaszn", "destination": "/hackathon" }, + { "source": "/wormhole-hackathon", "destination": "/hackathon" }, + { "source": "/defi", "destination": "/hackathon" }, + { "source": "/riptide(.*)", "destination": "/hackathon" }, + { "source": "/summercamp(.*)", "destination": "/hackathon" }, + { "source": "/grizzlython(.*)", "destination": "/hackathon" }, + { "source": "/hyperdrive(.*)", "destination": "/hackathon" }, + { "source": "/ai", "destination": "/developers/ai" }, + { "source": "/developer", "destination": "/developers" }, + { "source": "/token22", "destination": "/solutions/token-extensions" }, + { + "source": "/solutions/token22", + "destination": "/solutions/token-extensions" + }, + { + "source": "/tokenextensions", + "destination": "/solutions/token-extensions" + }, + { + "source": "/solutions/tokenextensions", + "destination": "/solutions/token-extensions" + }, + { + "source": "/token-extensions", + "destination": "/solutions/token-extensions" + }, + { + "source": "/enterprise", + "destination": "/solutions/enterprise" + }, + { + "source": "/2024-outlook", + "destination": "/2024outlook" + }, + { + "source": "/collective", + "destination": "https://www.solanacollective.com/" + } + ] +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx new file mode 100644 index 000000000..225b6038d --- /dev/null +++ b/src/app/layout.tsx @@ -0,0 +1,11 @@ +export default function RootLayout({ + children, +}: { + children: React.ReactNode; +}) { + return ( + + {children} + + ); +} diff --git a/src/app/opengraph/developers/[...slug]/route.ts b/src/app/opengraph/developers/[...slug]/route.ts new file mode 100644 index 000000000..23f91144a --- /dev/null +++ b/src/app/opengraph/developers/[...slug]/route.ts @@ -0,0 +1,73 @@ +import { IMAGE_SETTINGS } from "@/utils/images"; +import { notFound } from "next/navigation"; +import ContentApi from "@/utils/contentApi"; +import DeveloperDocsImage from "@/components/opengraph/DeveloperDocsImage"; + +// Route segment config +export const runtime = IMAGE_SETTINGS.runtime; +export const revalidate = 3600; // 1 hour +// export const dynamic = "force-static"; + +export async function GET( + request: Request, + { + params, + }: { + params: { slug: string[] }; + }, +) { + // format the provided slug as a path route + const route = params.slug.join("/"); + + let size = IMAGE_SETTINGS.sizeDefault; + + // locate the current record being viewed (via the correctly formatted api route) + const record = await ContentApi.getSingleRecord(route); + + // ensure the content record was found + if (!record || !record.href) { + notFound(); + } + + // select the correct heading text based on the specific content + let heading = getHeadingText(params.slug[0]); + + // create the dynamic image + // todo: add support for more image variations + const imageData = await DeveloperDocsImage( + { + heading, + title: + record.seoTitle || + record.sidebarLabel || + record.title || + "Learn how to be a better Solana Developer", + }, + size, + ); + + return new Response(imageData.body, { + headers: { + "Content-Type": IMAGE_SETTINGS.contentType, + "Cache-Control": "public; max-age=18000", + }, + }); +} + +/** + * + */ +const getHeadingText = (prefix: string) => { + switch (prefix.toLowerCase()) { + case "cookbook": + return "Solana Cookbook"; + case "docs": + return "Solana Documentation"; + case "guides": + return "Developer Guides"; + case "resources": + return "Developer Resources"; + default: + return "Solana Developers"; + } +}; diff --git a/src/components/CookieConsent/CookieConsent.jsx b/src/components/CookieConsent/CookieConsent.jsx new file mode 100644 index 000000000..aba64bd54 --- /dev/null +++ b/src/components/CookieConsent/CookieConsent.jsx @@ -0,0 +1,110 @@ +import { useState, useEffect } from "react"; +import { useTranslation } from "next-i18next"; +import Button from "../shared/Button"; +import classNames from "classnames"; +import styles from "./CookieConsent.module.scss"; + +// Get localstorage with expiry date +const getLocalStorage = function (key, defaultValue) { + const now = new Date().getTime(); + let sticky = null; + + try { + sticky = JSON.parse(localStorage.getItem(key)); + } catch (error) { + console.error(error); + } + + if (sticky !== null && sticky !== "undefined") { + // remove stored consent value based on the expiration date + if (now > sticky.timeToExpire) { + localStorage.removeItem(key); + } + return sticky.value; + } + + return defaultValue; +}; + +// Set localstorage with expiry date +const setLocalStorage = function (key, value) { + const now = new Date().getTime(); + const timeToExpire = 15778476000; //6months + + const obj = { value, timeToExpire: now + timeToExpire }; + localStorage.setItem(key, JSON.stringify(obj)); +}; + +export default function CookieConsent() { + const { t } = useTranslation("common"); + + // cookieConsent is blank by default + const [cookieConsent, setCookieConsent] = useState(""); + + // check if it has previously set within localStorage, or null otherwise + useEffect(() => { + const consent = getLocalStorage("cookie_consent", null); + setCookieConsent(consent); + + // set builderNoTrack based on the previously set consent + if (typeof window !== "undefined" && consent) { + window.builderNoTrack = !consent; + } + }, [setCookieConsent]); + + // update when cookieConsent is changed via onClick + useEffect(() => { + if (typeof window.gtag !== "undefined" && cookieConsent !== "") { + setLocalStorage("cookie_consent", cookieConsent); + window.gtag("consent", "update", { + ad_storage: cookieConsent ? "granted" : "denied", + ad_user_data: cookieConsent ? "granted" : "denied", + ad_personalization: cookieConsent ? "granted" : "denied", + analytics_storage: cookieConsent ? "granted" : "denied", + }); + + window.builderNoTrack = !cookieConsent; + } + }, [cookieConsent]); + + return ( + <> + {cookieConsent === null ? ( +
+
+

{t("cookie-consent.title")}

+
+ +
+
+ + +
+ +
+
+ ) : ( + "" + )} + + ); +} diff --git a/src/components/CookieConsent/CookieConsent.module.scss b/src/components/CookieConsent/CookieConsent.module.scss new file mode 100644 index 000000000..720337b1b --- /dev/null +++ b/src/components/CookieConsent/CookieConsent.module.scss @@ -0,0 +1,12 @@ +.cookie-consent { + position: fixed; + z-index: 1200; + bottom: 10px; + left: 10px; + right: 10px; + + @media (min-width: 768px) { + max-width: 400px; + right: auto; + } +} diff --git a/src/components/Footer/Footer.module.scss b/src/components/Footer/Footer.module.scss new file mode 100644 index 000000000..360f449fd --- /dev/null +++ b/src/components/Footer/Footer.module.scss @@ -0,0 +1,86 @@ +$lightGray: #848895; + +.solFooter { + font-size: 1rem; + margin-top: 5rem; + padding: 5rem 0; + background-color: #000508; + color: #fff; + background-image: radial-gradient( + farthest-corner at bottom right, + #3a233f, + transparent 250px + ); + + border: 1px solid #141414; + border-radius: 12px 12px 0 0; + + @media (min-width: 768px) { + background-image: radial-gradient( + farthest-side at bottom left, + #271d3b, + transparent 900px + ), + radial-gradient( + farthest-corner at bottom right, + #3a233f, + transparent 1000px + ); + } + + :global { + a:not(.dropdown-item), + button { + color: $lightGray; + + &:hover { + color: #fff; + } + } + } + + ul a { + padding: 6px 0; + display: inline-block; + } + + // Managed by + &__foundation { + font-family: "DSemi"; + margin-bottom: 0; + line-height: 1; + } + + &__foundation-logo { + margin-bottom: 20px; + } + + // Social icons + &__social { + margin-bottom: 20px; + + a { + background: $lightGray; + display: inline-flex; + padding: 5px; + border-radius: 50%; + + &:hover { + background: #fff; + } + + &:not(:last-child) { + margin-right: 10px; + } + + svg { + fill: #111; + } + } + } + + // Copyright + &__copyright { + color: $lightGray; + } +} diff --git a/src/components/Footer/index.js b/src/components/Footer/index.js new file mode 100644 index 000000000..f6a471542 --- /dev/null +++ b/src/components/Footer/index.js @@ -0,0 +1,136 @@ +import { useTranslation } from "next-i18next"; +import styles from "./Footer.module.scss"; +import LanguageSelector from "../LanguageSelector"; +import Divider from "../shared/Divider"; +import SolanaFoundationLogo from "../../../public/src/img/logos-solana/logotype-foundation.inline.svg"; +import YoutubeIcon from "../../../public/src/img/footer/youtube.inline.svg"; +import TwitterIcon from "../../../public/src/img/footer/twitter.inline.svg"; +import DiscordIcon from "../../../public/src/img/footer/discord.inline.svg"; +import RedditIcon from "../../../public/src/img/footer/reddit.inline.svg"; +import GithubIcon from "../../../public/src/img/footer/github.inline.svg"; +import TelegramIcon from "../../../public/src/img/footer/telegram.inline.svg"; +import Link, { InlineLink } from "../../utils/Link"; + +const CopyrightRow = () => { + const { t } = useTranslation(); + + return ( + + {t("footer.copyright", { + currentYear: new Date().getFullYear(), + })} + + ); +}; + +const Footer = () => { + const { t } = useTranslation(); + + return ( +
+
+
+
+

+ {t("footer.foundation")} +

+
+ + + +
+
+ + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
+
+
+ {t("footer.solana.heading")} +
+
    +
  • + + {t("footer.solana.grants")} + +
  • +
  • + + {t("footer.solana.break")} + +
  • +
  • + {t("footer.solana.media")} +
  • +
  • + + {t("footer.solana.careers")} + +
  • +
  • + {t("footer.solana.disclaimer")} +
  • +
  • + + {t("footer.solana.privacy-policy")} + +
  • +
+
+
+
+
+
+ {t("footer.get-connected.heading")} +
+
    +
  • + {t("footer.get-connected.blog")} +
  • +
  • + + {t("footer.get-connected.newsletter")} + +
  • +
+
+
+ +
+
+
+
+
+
+ +
+ + +
+
+
+ ); +}; + +export default Footer; diff --git a/src/components/GTMTrackingSnippet.js b/src/components/GTMTrackingSnippet.js new file mode 100644 index 000000000..3b4693e47 --- /dev/null +++ b/src/components/GTMTrackingSnippet.js @@ -0,0 +1,37 @@ +import Script from "next/script"; +import { config } from "src/config"; + +const GTMTrackingSnippet = () => { + const id = config.siteMetadata.googleTagManagerID; + + return ( + <> + + + {/* The consent */} + + + ); +}; + +export default GTMTrackingSnippet; diff --git a/src/components/HTMLHead.tsx b/src/components/HTMLHead.tsx new file mode 100644 index 000000000..2b02e5e67 --- /dev/null +++ b/src/components/HTMLHead.tsx @@ -0,0 +1,103 @@ +import Head from "next/head"; +import { NextSeo } from "next-seo"; +import { config } from "@/config"; +import { useRouter } from "next/router"; +import MetaLinks from "./MetaLinks"; +import { prependSiteUrl } from "@/utils/general"; + +type HTMLHeadProps = { + title: string; + description?: string; + meta?: Array; + addDefaultMeta?: boolean; + socialShare?: string; + twitterShare?: string; +}; + +/** + * Adds metadata, classNames, scripts and others to head & body via Helmet. + * + * @param {string} description The meta description. + * @param {Object} meta Custom meta-tag object (default: []). + * @param {string} title The site title. + * @param {boolean} addDefaultMeta If the default meta-tags should be added if "meta" present (default: true). + * @param {string} socialShare URl to social share image (default: https://solana.com/social/solana.jpg). + * @returns {JSX.Element} + * @constructor + */ +export default function HTMLHead({ + description = "", + meta = [], + title, + addDefaultMeta = true, + socialShare, +}: HTMLHeadProps) { + const { asPath, locale } = useRouter(); + const asPathNoRedirect = asPath === "/" ? "" : asPath; + const localeNoEnDefault = locale === "en" ? "" : "/" + locale; + const metaDescription = description || config.siteMetadata.description; + const metaSocialShare = prependSiteUrl( + socialShare || config.siteMetadata.socialShare, + ); + + if (addDefaultMeta) { + meta.unshift( + { + name: `description`, + content: metaDescription, + }, + { + property: `og:description`, + content: metaDescription, + }, + { + property: `og:image`, + content: metaSocialShare, + }, + { + property: `og:type`, + content: `website`, + }, + { + name: `twitter:card`, + content: `summary_large_image`, + }, + { + name: `twitter:creator`, + content: config.siteMetadata.author, + }, + ); + } + + // always add these metatags to the start of the array + meta.unshift( + { + name: "docsearch:language", + content: locale, + }, + { + name: "language", + content: locale, + }, + ); + + return ( + <> + + + {/* @ts-ignore */} + + {addDefaultMeta && ( + + )} + + + ); +} diff --git a/src/components/Header.js b/src/components/Header.js new file mode 100644 index 000000000..69343be71 --- /dev/null +++ b/src/components/Header.js @@ -0,0 +1,105 @@ +import Navbar from "react-bootstrap/Navbar"; +import Image from "next/image"; +import { useRouter } from "next/router"; +import { Link } from "../utils/Link"; +import { useEffect } from "react"; +import SolanaLogo from "../../public/src/img/logos-solana/logotype.svg"; +import SolanaLogoDark from "../../public/src/img/logos-solana/logotype-dark.svg"; +import colorModeLight from "../../public/src/img/icons/color-mode-light.svg"; +import colorModeDark from "../../public/src/img/icons/color-mode-dark.svg"; +import HeaderList from "./header/HeaderList"; +import { DocSearch } from "@docsearch/react"; +import { useTheme } from "@/themecontext"; +import styled from "styled-components"; +import DevelopersNav from "./developers/DevelopersNav/DevelopersNav"; + +const Header = ({ className = "", containerClassName = "" }) => { + const router = useRouter(); + const { theme, toggleTheme, isThemePage } = useTheme(); + + const ThemeToggleButton = styled.button` + background-image: url(${({ theme }) => + theme === "light" ? colorModeLight.src : colorModeDark.src}); + background-color: transparent; + border: none; + cursor: pointer; + width: 60px; + height: 24px; + background-size: contain; + margin-left: 20px; + `; + + // Update the navbar class when the theme changes + useEffect(() => { + const navbar = document.getElementById("navbar"); + if (navbar) { + if (isThemePage) { + navbar.classList.remove("navbar-light", "navbar-dark"); + navbar.classList.add("navbar-" + theme); + } else { + navbar.classList.add("navbar-dark"); + } + } + }, [theme, isThemePage]); + + return ( + <> +
+ +
+ + Solana + + +
+ + + + + + + + + + + + {/* Theme Toggle Button */} + {isThemePage && ( + + )} +
+
+
+
+ {/* Secondary nav for /developers/* and /docs/* */} + {(router.asPath.includes("/developers") || + router.asPath.includes("/docs")) && ( + + )} + + ); +}; + +export default Header; diff --git a/src/components/LanguageSelector.js b/src/components/LanguageSelector.js new file mode 100644 index 000000000..960ba732a --- /dev/null +++ b/src/components/LanguageSelector.js @@ -0,0 +1,36 @@ +import Dropdown from "react-bootstrap/Dropdown"; +import Globe from "../../public/src/img/icons/Globe.inline.svg"; +import { ChevronDown } from "react-feather"; +import { useRouter } from "next/router"; +import languages from "../../public/json/languages.json"; + +const Language = () => { + const { asPath } = useRouter(); + const currentLocale = useRouter().locale; + + return ( + + + + + {currentLocale} + + + + + + {Object.keys(languages).map((language) => ( + + {languages[language]} + + ))} + + + ); +}; + +export default Language; diff --git a/src/components/MetaLinks.js b/src/components/MetaLinks.js new file mode 100755 index 000000000..80b2f66bf --- /dev/null +++ b/src/components/MetaLinks.js @@ -0,0 +1,72 @@ +import languages from "../../public/json/languages.json"; +import { config } from "src/config"; + +const cleanPath = (pathString) => { + try { + const url = new URL(pathString, config.siteUrl); + // Clear all search parameters + url.searchParams.forEach((value, name) => { + url.searchParams.delete(name); + }); + + // Return the cleaned Pathname + let cleanedPath = url.pathname.toString(); + // Remove trailing slash if it exists + if (cleanedPath.endsWith("/")) { + cleanedPath = cleanedPath.slice(0, -1); + } + return cleanedPath; + } catch (error) { + console.error("Error cleaning Path:", error); + return urlString; // Return the original path in case of any error + } +}; + +const MetaLinks = ({ localeNoEnDefault, asPathNoRedirect }) => { + const cleanedAsPathNoRedirect = cleanPath(asPathNoRedirect); + return ( + <> + + + + + {/* preferred canonical page */} + + {/* hreflang localized variations of the same content */} + + {Object.keys(languages).map((language, k) => ( + + ))} + + ); +}; + +export default MetaLinks; diff --git a/src/components/ModalLauncher/ModalLauncher.js b/src/components/ModalLauncher/ModalLauncher.js new file mode 100644 index 000000000..73f1ace3c --- /dev/null +++ b/src/components/ModalLauncher/ModalLauncher.js @@ -0,0 +1,94 @@ +import { useEffect, useState, useRef, createElement } from "react"; +import { useRouter } from "next/router"; +import { Modal, CloseButton } from "react-bootstrap"; +import ArtistsAndCreatorsNewsletter from "../newsletter/artistsAndCreators"; + +const ModalLauncher = () => { + const router = useRouter(); + const [showModal, setShowModal] = useState(false); + const [modalComponent, setModalComponent] = useState(null); + const [modalLaunchId, setModalLaunchId] = useState("default"); + const modalActionCompleted = useRef(false); + + const modalMapping = { + artistAndCreatorsNewsletter: ArtistsAndCreatorsNewsletter, + }; + + const modalCloseHandler = () => { + // if the modal action is not complete, track bounce + if (!modalActionCompleted.current && typeof window.gtag !== "undefined") { + window.gtag("event", "modal_bounce", { + event_category: "engagement", + event_action: "Closed Without Submission", + event_label: modalLaunchId, + }); + } + + // Update the URL + const currentPath = router.pathname; + const currentQuery = { ...router.query }; + delete currentQuery.modalLaunch; + delete currentQuery.modalLaunchId; + router.push( + { + pathname: currentPath, + query: currentQuery, + }, + undefined, + { shallow: true }, + ); + }; + + useEffect(() => { + const { modalLaunch, modalLaunchId } = router.query; + + if ( + modalLaunch === "true" && + modalLaunchId && + modalMapping[modalLaunchId] + ) { + setModalComponent( + createElement(modalMapping[router.query.modalLaunchId], { + modalCloseHandler, + modalActionCompleted, + }), + ); + setShowModal(true); + setModalLaunchId(modalLaunchId); + + // track modal launch + if (typeof window.gtag !== "undefined") { + window.gtag("event", "modal_launch", { + event_category: "engagement", + event_action: "Opened", + event_label: modalLaunchId, + }); + } + } else { + setShowModal(false); + setModalComponent(null); + } + }, [router.query]); + + return ( + + + + + {modalComponent} + + ); +}; + +export default ModalLauncher; diff --git a/src/components/SolFormattedMessage/index.js b/src/components/SolFormattedMessage/index.js new file mode 100644 index 000000000..98c423fef --- /dev/null +++ b/src/components/SolFormattedMessage/index.js @@ -0,0 +1,113 @@ +import { useRouter } from "next/router"; +import { useEffect, useMemo, useState } from "react"; + +export const formatNumber = (locale, value, options) => { + try { + return Intl.NumberFormat(locale, options).format(value); + } catch (error) { + console.error(error); + return value; + } +}; + +const humanFriendlyNumbers = { + 1: "", + 1e3: "K", + 1e6: "M", + 1e9: "G", + 1e12: "T", + 1e15: "P", + 1e18: "E", +}; + +/** + * Format a number down and adds the above extensions. + * + * @param {string} locale + * @param {number} value + * @param {number} digits How many digits to display after the floating point, defaults to 1. + * @param {number} startDividing When to start dividing, default to 1e4, divides by 1e3. + * @param {NumberFormatOptions} options + * @return {`${*}${*}`|`${*}${*}`} + */ +export const formatNumberHumanFriendly = ( + locale, + value, + digits = 1, + startDividing = 1e4, + options = {}, +) => { + let dividend; + switch (true) { + case value >= 1e18: { + dividend = 1e18; + break; + } + case value >= 1e15: { + dividend = 1e15; + break; + } + case value >= 1e12: { + dividend = 1e12; + break; + } + case value >= 1e9: { + dividend = 1e9; + break; + } + case value >= 1e6: { + dividend = 1e6; + break; + } + case value >= startDividing: { + dividend = 1e3; + break; + } + default: + dividend = 1; + } + const dividedDown = (value / dividend).toFixed(digits); + // console.log(value, dividedDown, dividend); + return `${formatNumber(locale, dividedDown, options)}${ + humanFriendlyNumbers[dividend] + }`; +}; + +export function FormattedNumber({ value, ...options }) { + const { locale } = useRouter(); + + const formatted = useMemo(() => { + try { + return Intl.NumberFormat(locale, options).format(value); + } catch (error) { + console.error(error); + return value; + } + }, [locale, value, options]); + + return <>{formatted}; +} + +export function FormattedDate({ value, ...options }) { + const { locale } = useRouter(); + const [date, setDate] = useState(null); + + useEffect(() => { + setDate(value); + }, [value]); + + const formatted = useMemo(() => { + if (!date) { + return null; + } + + try { + return Intl.DateTimeFormat(locale, options).format(date); + } catch (error) { + console.error(error); + return date; + } + }, [locale, date, options]); + + return <>{formatted}; +} diff --git a/src/components/ai/AiBuild.jsx b/src/components/ai/AiBuild.jsx new file mode 100644 index 000000000..43faed8ae --- /dev/null +++ b/src/components/ai/AiBuild.jsx @@ -0,0 +1,135 @@ +import styled from "styled-components"; +import Image from "next/image"; +import { ArrowRight } from "react-feather"; + +import { Trans, useTranslation } from "next-i18next"; +import Button from "../shared/Button"; +import CarouselCards from "../shared/CarouselCards"; + +import auditsImg from "../../../assets/ai/audits.png"; +import auditsIcon from "../../../assets/ai/audits-icon.png"; +import ecosystemImg from "../../../assets/ai/ecosystem.png"; +import ecosystemIcon from "../../../assets/ai/ecosystem-icon.png"; +import askSolanaImg from "../../../assets/ai/ask-solana.png"; +import askSolanaIcon from "../../../assets/ai/ask-solana-icon.png"; +import marginfiImg from "../../../assets/ai/marginfi.png"; +import marginfiIcon from "../../../assets/ai/marginfi-icon.png"; +import bgImage from "../../../assets/ai/build-bg.png"; + +import styles from "./AiBuild.module.scss"; + +const StyledCard = styled.div` + position: relative; + color: ${(props) => (props.color ? props.color : "#fff")}; + background-color: ${(props) => props.bgColor ?? "unset"}; + background-image: url("${(props) => (props.$image ? props.$image.src : "")}"); + background-size: cover; + background-repeat: no-repeat; +`; + +function Card({ + color, + bgColor, + bgImage, + dividerColor, + icon, + title, + subtitle, + content, + ctaLink, +}) { + const { t } = useTranslation(); + + return ( + + {title && ( + <> +
+ {icon && ( + {title} + )} +

{t(title)}

+

{t(subtitle)}

+ +

{t(content)}

+
+
+ +
+ + )} +
+ ); +} + +export default function AiBuild() { + return ( +
+
+ +
+

+ , + }} + /> +

+ + + + + + + + + + +
+
+ ); +} diff --git a/src/components/ai/AiBuild.module.scss b/src/components/ai/AiBuild.module.scss new file mode 100644 index 000000000..92693db3a --- /dev/null +++ b/src/components/ai/AiBuild.module.scss @@ -0,0 +1,118 @@ +.build { + text-align: center; + + &__bg { + z-index: -1; + top: -200px !important; + left: -200px !important; + } + + &__bg-effect { + position: absolute; + z-index: -2; + width: 840px; + height: 1254px; + left: -600px; + top: -180px; + background: #231f4a; + filter: blur(250px); + + @media (min-width: 768px) { + left: -300px; + top: -140px; + } + } + + &__title { + font-size: 2.625rem; + margin-bottom: 48px; + + &--colored { + color: #ad31ff; + } + } +} + +.card { + display: flex; + flex-direction: column; + justify-content: space-between; + align-items: center; + width: 256.5px; + height: 405px; + gap: 89px; + border-radius: 6px; + padding: 36px 24px; + + @media (min-width: 768px) { + width: 342px; + height: 540px; + padding: 48px 32px; + border-radius: 8px; + } + + &__icon { + width: 64px; + height: 64px; + margin-bottom: 18px; + + @media (min-width: 768px) { + width: 88px; + height: 88px; + margin-bottom: 24px; + } + } + + &__title { + font-size: 1.313rem; + line-height: 1.5rem; + font-weight: 500; + + @media (min-width: 768px) { + font-size: 1.75rem; + line-height: 2rem; + } + } + + &__subtitle { + font-size: 0.563rem; + line-height: 0.563rem; + font-weight: 700; + text-transform: uppercase; + + @media (min-width: 768px) { + font-size: 0.75rem; + line-height: 0.75rem; + } + } + + &__divider { + display: inline-block; + width: 15px; + height: 0px; + border-top: 2.25px solid #1cbeeb; + + @media (min-width: 768px) { + width: 20px; + border-top: 3px solid #1cbeeb; + } + } + + &__content { + text-align: left; + font-size: 0.875rem; + line-height: 1.188rem; + margin-top: 24px; + + @media (min-width: 768px) { + font-size: 1.125rem; + line-height: 1.563rem; + margin-top: 32px; + } + } + + &__cta { + position: absolute; + bottom: 32px; + } +} diff --git a/src/components/ai/AiChatGPT.jsx b/src/components/ai/AiChatGPT.jsx new file mode 100644 index 000000000..9b46b6306 --- /dev/null +++ b/src/components/ai/AiChatGPT.jsx @@ -0,0 +1,79 @@ +import classNames from "classnames"; +import Image from "next/image"; +import { useState } from "react"; +import VideoModal from "../shared/VideoModal"; +import { Trans, useTranslation } from "next-i18next"; +import Button from "../shared/Button"; + +import demoPreviewImg from "../../../assets/ai/demo-preview.png"; +import ChatGpt from "../../../assets/ai/chatgpt.inline.svg"; + +import styles from "./AiChatGPT.module.scss"; + +export default function AiChatGPT() { + const [showVideoModal, setShowVideoModal] = useState(false); + const { t } = useTranslation(); + + return ( +
+
+
+

+ + , + }} + /> + + + , + }} + /> + +

+
+
+ +
+
+

+ {t("ai.chatgpt.plugin.title")} +

+

+ {t("ai.chatgpt.plugin.content")} +

+ +
+
+
+ +
+ ); +} diff --git a/src/components/ai/AiChatGPT.module.scss b/src/components/ai/AiChatGPT.module.scss new file mode 100644 index 000000000..a9deb21bf --- /dev/null +++ b/src/components/ai/AiChatGPT.module.scss @@ -0,0 +1,71 @@ +.chatgpt { + &__light { + position: absolute; + width: 1178px; + height: 407px; + top: -650px; + left: calc(50% - 1178px / 2); + background: #8121fa; + filter: blur(200px); + transform: matrix(-1, 0, 0, 1, 0, 0); + } + + &__title { + display: flex; + justify-content: center; + align-items: center; + font-size: 2.625rem; + margin-bottom: 48px; + white-space: nowrap; + + &--icon { + margin: 6px 0; + + @media (min-width: 576px) { + margin: 0 9px; + } + } + } + + &__plugin { + &--video { + margin-bottom: 40px; + min-height: 275px; + + @media (min-width: 480px) { + min-height: 300px; + } + + @media (min-width: 992px) { + margin-right: 10px; + margin-bottom: 0; + min-height: 287px; + } + } + + &--title { + font-weight: 700; + font-size: 1.25rem; + line-height: 1.5rem; + margin-bottom: 8px; + + @media (min-width: 992px) { + font-size: 1.875rem; + line-height: 1.875rem; + margin-bottom: 20px; + } + } + + &--content { + font-size: 0.875rem; + line-height: 1.4rem; + margin-bottom: 16px; + + @media (min-width: 992px) { + font-size: 1.125rem; + line-height: 1.8rem; + margin-bottom: 24px; + } + } + } +} diff --git a/src/components/ai/AiGrantFund.jsx b/src/components/ai/AiGrantFund.jsx new file mode 100644 index 000000000..c07e67649 --- /dev/null +++ b/src/components/ai/AiGrantFund.jsx @@ -0,0 +1,65 @@ +import classNames from "classnames"; +import Image from "next/legacy/image"; +import { ArrowRight, Check } from "react-feather"; + +import { useTranslation } from "next-i18next"; +import Button from "../shared/Button"; +import RoundedDepthCard from "../shared/RoundedDepthCard"; + +import nftsEcosystemBlob from "../../../assets/ai/fund.png"; +import SolanaLogo from "../../../assets/ai/solana-logo.inline.svg"; + +import styles from "./AiGrantFund.module.scss"; + +export default function AiGrantFund() { + const { t } = useTranslation(); + + return ( +
+
+
+ +
+
+ + +

+ {t("ai.grant-fund.title")} +

+

+ {t("ai.grant-fund.content")} +

+
+
+ + {t("ai.grant-fund.check-1")} +
+
+ + {t("ai.grant-fund.check-2")} +
+
+ + {t("ai.grant-fund.check-3")} +
+
+
+ + + {t("ai.grant-fund.cta-note")} + +
+
+
+ ); +} diff --git a/src/components/ai/AiGrantFund.module.scss b/src/components/ai/AiGrantFund.module.scss new file mode 100644 index 000000000..c8bee3b47 --- /dev/null +++ b/src/components/ai/AiGrantFund.module.scss @@ -0,0 +1,104 @@ +.grant-fund { + &__graphic { + position: absolute; + width: 150%; + top: -55vw; + + @media (min-width: 576px) { + top: -325px; + } + + @media (min-width: 768px) { + width: unset; + top: -375px; + right: -410px; + } + + @media (min-width: 992px) { + top: -380px; + right: -225px; + } + } +} + +.card { + color: #fff !important; + border-radius: 0.75rem !important; + background: radial-gradient( + 125.93% 361.33% at -20.54% 116.46%, + #42078a 0%, + #8e27fe 25.08%, + #5469d4 56.08%, + #668ccc 75.16%, + #6adfdd 100% + ) !important; + padding: 32px 14px 36px 16px !important; + + @media (min-width: 768px) { + max-width: 80%; + padding: 48px !important; + padding-left: 24px !important; + + p { + max-width: 85%; + } + } + + @media (min-width: 992px) { + max-width: 70%; + } + + &__title { + font-size: 2.25rem; + + @media (min-width: 768px) { + font-size: 3rem; + } + } + + &__content { + font-size: 1.125rem; + line-height: 1.575rem; + + @media (min-width: 768px) { + font-size: 1.313rem; + line-height: 1.838rem; + } + } + + &__points { + display: flex; + flex-direction: column; + + > div { + display: flex; + font-size: 1rem; + line-height: 1.375rem; + + svg { + margin-right: 8px; + height: 25px; + } + } + + > div:nth-child(2) { + margin: 32px 0; + + @media (min-width: 768px) { + margin: 0 32px; + } + } + + @media (min-width: 768px) { + flex-direction: row; + } + } + + &__cta { + &--note { + font-size: 0.875rem; + line-height: 1.375rem; + margin-top: 12px; + } + } +} diff --git a/src/components/ai/AiHero.jsx b/src/components/ai/AiHero.jsx new file mode 100644 index 000000000..181e3b1ab --- /dev/null +++ b/src/components/ai/AiHero.jsx @@ -0,0 +1,61 @@ +import classNames from "classnames"; +import Image from "next/image"; +import { useState } from "react"; +import { ArrowRight } from "react-feather"; + +import { Trans, useTranslation } from "next-i18next"; +import Button from "../shared/Button"; + +import bgSmall from "../../../assets/ai/hero-bg-small.png"; +import bgLarge from "../../../assets/ai/hero-bg-large.png"; + +import styles from "./AiHero.module.scss"; +import TypeformModal from "../shared/TypeformModal"; + +export default function AiHero() { + const [showTypeformModal, setShowTypeformModal] = useState(false); + const { t } = useTranslation(); + + return ( +
+
+ +
+
+ +
+
+
+

+ , + }} + /> +

+
+
{t("ai.hero.point-1")}
+
{t("ai.hero.point-2")}
+
{t("ai.hero.point-3")}
+
+
+ +
+ +
+ ); +} diff --git a/src/components/ai/AiHero.module.scss b/src/components/ai/AiHero.module.scss new file mode 100644 index 000000000..5a23f5410 --- /dev/null +++ b/src/components/ai/AiHero.module.scss @@ -0,0 +1,75 @@ +.hero { + &__bg { + &--small { + @media (min-width: 576px) { + display: none; + } + } + + &--large { + display: none; + + @media (min-width: 576px) { + display: block; + } + } + } + + &__container { + position: relative; + padding-top: 48px; + padding-bottom: 60px; + + @media (min-width: 576px) { + padding: 30px 0; + } + + @media (min-width: 992px) { + padding-top: 128px; + padding-bottom: 106px; + } + } + + &__content { + max-width: 985px; + } + + &__title { + font-weight: 700; + font-size: 3.5rem; + margin-bottom: 24px !important; + + @media (min-width: 768px) { + font-size: 6rem; + line-height: 6rem; + margin-bottom: 32px !important; + } + + &--colored { + color: #ad31ff; + } + } + + &__points { + display: flex; + flex-direction: column; + margin: 2rem 0; + + div { + margin-bottom: 24px; + border-left: 1px solid rgba(255, 255, 255, 0.4); + padding-left: 14px; + } + + @media (min-width: 768px) { + flex-direction: row; + + div { + display: flex; + align-items: center; + margin-bottom: 0; + margin-right: 25px; + } + } + } +} diff --git a/src/components/ai/AiWhySection.jsx b/src/components/ai/AiWhySection.jsx new file mode 100644 index 000000000..17ae3e352 --- /dev/null +++ b/src/components/ai/AiWhySection.jsx @@ -0,0 +1,17 @@ +import classNames from "classnames"; +import { useTranslation } from "next-i18next"; +import StyledCaption from "../shared/StyledCaption"; +import styles from "./AiWhySection.module.scss"; + +export default function AiWhySection() { + const { t } = useTranslation(); + + return ( +
+
+ {t("ai.why-ai.caption")} +

{t("ai.why-ai.title")}

+
+
+ ); +} diff --git a/src/components/ai/AiWhySection.module.scss b/src/components/ai/AiWhySection.module.scss new file mode 100644 index 000000000..87a110503 --- /dev/null +++ b/src/components/ai/AiWhySection.module.scss @@ -0,0 +1,12 @@ +.why-section { + &__title { + font-size: 1.75rem; + line-height: 2.1rem; + + @media (min-width: 768px) { + font-size: 2.425rem; + line-height: 3.15rem; + font-weight: normal; + } + } +} diff --git a/src/components/blog/BlogHero.js b/src/components/blog/BlogHero.js new file mode 100644 index 000000000..f78a0b757 --- /dev/null +++ b/src/components/blog/BlogHero.js @@ -0,0 +1,75 @@ +import styled from "styled-components"; +import { useTranslation } from "next-i18next"; +import Image from "next/legacy/image"; + +import blogHeroImage from "../../../public/src/img/news/hero.png"; + +const StyledBlogHeroImageContainer = styled.div` + position: absolute; + left: 0; + overflow: hidden; + height: 100%; + display: flex; + justify-content: center; + @media (min-width: 576px) { + right: 0; + } + img { + width: 100%; + } +`; + +const StyledHeroText = styled.div` + font-family: Diatype, var(--font-family-sans-serif); + + .news-heading { + color: #ffffff; + font-size: 4rem; + font-weight: bold; + line-height: 100%; + + // Using !important here to overcome the global !important setting from solana-variables + letter-spacing: -0.04em !important; + font-feature-settings: "ss14" on; + + @media (min-width: 576px) { + font-size: 5rem; + } + @media (min-width: 992px) { + font-size: 6rem; + } + } + + a:hover { + text-decoration: none; + } +`; + +const BlogHero = () => { + const { t } = useTranslation(); + + return ( +
+
+ + Hero Background + +
+
+
+ +

{t("blog.hero")}

+
+
+
+
+ ); +}; + +export default BlogHero; diff --git a/src/components/blog/Pagination.js b/src/components/blog/Pagination.js new file mode 100644 index 000000000..ec64dd41d --- /dev/null +++ b/src/components/blog/Pagination.js @@ -0,0 +1,166 @@ +import { Link } from "../../utils/Link"; +import styled from "styled-components"; +import { useTranslation } from "next-i18next"; + +const StyledPagination = styled.div` + font-family: Diatype, var(--font-family-sans-serif); + font-size: 20px; + line-height: 145%; + color: #f9f9fb; + + .progress { + height: 4px; + margin-top: 8px; + max-width: 178px; + background: #232323; + + &-bar { + background: #f9f9fb; + } + } + + .load-more { + margin-top: 15px; + padding: 0.5rem 0.75rem; + font-size: 0.75rem !important; + color: #fff; + + @media (min-width: 576px) { + padding: 0.5625rem 1rem; + font-size: 0.9375rem !important; + } + + @media (min-width: 768px) { + margin: 0; + } + } + + .separator { + border-top: 1px solid rgba(255, 255, 255, 0.2); + } + + .btns-group { + display: flex; + flex-wrap: wrap; + align-items: center; + column-gap: 0.5rem; + + @media (min-width: 567px) { + column-gap: 1.5rem; + } + + .up-arrow { + transform: rotate(180deg); + } + } +`; + +const Pagination = ({ + disableSeperatorMargin = false, + nextPagePath, + previousPagePath, + humanPageNumber, + numberOfPages, + postsPerPage = 3, + postsInThisPage, + itemsTotal, + onPageChange, +}) => { + const itemsRead = postsInThisPage + (humanPageNumber - 1) * postsPerPage; + const progressPercentage = (itemsRead * 100) / itemsTotal; + const progressPercentageStyle = { + width: `${progressPercentage}%`, + }; + + const firstIndex = 1 + (humanPageNumber - 1) * postsPerPage; + const lastIndex = postsInThisPage + (humanPageNumber - 1) * postsPerPage; + + const seperatorClassname = disableSeperatorMargin + ? "separator" + : "seperator mt-10"; + + const { t } = useTranslation(); + + return ( + +
+ + + ); +}; + +export default Pagination; diff --git a/src/components/blog/PostCard.js b/src/components/blog/PostCard.js new file mode 100644 index 000000000..de964800c --- /dev/null +++ b/src/components/blog/PostCard.js @@ -0,0 +1,290 @@ +import dynamic from "next/dynamic"; +import Image from "next/legacy/image"; +import Link from "../../utils/Link"; +import styled from "styled-components"; +import { useTranslation } from "next-i18next"; + +const PublishedAt = dynamic(() => import("./PublishedAt"), { + ssr: false, +}); + +const StyledPostCard = styled.article` + // Using !important here to overcome the global !important setting from solana-variables + + font-family: Diatype, var(--font-family-sans-serif); + + .post-card { + &-date { + margin-top: 32px; + font-size: 16px; + line-height: 145%; + color: #ffffff; + opacity: 0.7; + + @media (min-width: 992px) { + color: #f9f9fb; + margin-top: 12px; + opacity: 0.5; + } + } + + &.featured { + .post-card-date { + margin: 0 0 12px 0; + + @media (min-width: 992px) { + margin: 0 0 20px 0; + } + } + } + + &-title { + color: #f9f9fb; + font-style: normal; + font-weight: bold; + font-size: 1.75rem !important; + line-height: 110% !important; + letter-spacing: -0.02em !important; + font-feature-settings: "ss14" on; + &.secondary { + margin: 1rem 0; + } + + @media (min-width: 750px) { + font-size: 2rem !important; + letter-spacing: -0.01em !important; + &.secondary { + margin: 1.5rem 0; + } + } + + @media (min-width: 992px) { + font-size: 3rem !important; + line-height: 120% !important; + letter-spacing: -0.01em !important; + &.secondary { + font-size: 3.5rem !important; + } + } + } + + &.featured { + .post-card-title { + font-style: normal; + font-weight: bold; + font-size: clamp(40px, 4vw, 60px) !important; + line-height: 110% !important; + font-feature-settings: "ss14" on; + + @media (min-width: 992px) { + font-size: 60px; + letter-spacing: -0.03em !important; + } + } + } + + &-excerpt { + font-size: 20px; + line-height: 145%; + } + + &-image { + display: flex; + overflow: hidden; + border-radius: 15px; + } + + &-tags { + margin-top: 20px; + display: flex; + flex-direction: column; + flex-wrap: wrap; + + @media (min-width: 992px) { + flex-direction: row; + } + + a { + font-family: "DSemi", monospace; + font-size: 16px; + line-height: 125%; + background-color: #eb54bc; + border-radius: 28px; + color: #000005; + margin-bottom: 12px; + padding: 6px 12px 4px; + display: inline-block; + text-transform: uppercase; + + @media (min-width: 992px) { + margin: 0 12px 12px 0; + } + + &:hover { + text-decoration: none; + } + } + } + &-button { + padding: 8px 20px; + border: 1px solid #ffffff; + box-sizing: border-box; + border-radius: 36px; + color: #ffffff; + font-size: 0.875rem; + text-transform: uppercase; + &:hover { + text-decoration: none; + } + } + } +`; + +const PostCard = ({ post, index, isFirstPage, variant = "primary" }) => { + const { t } = useTranslation(); + + if (!post?.data) { + return null; + } + + const url = `/news/${post?.data?.slug}/`; + const featuredImage = post?.data?.image || "/src/img/news/blogbackup.png"; + const showAsFeaturedPost = index === 0 && isFirstPage; + const excerpt = post?.data?.description || post?.data?.intro; + const postTags = post?.tags + ? post?.tags?.filter((node) => node?.slug !== "featured") + : []; + + const publishedDate = post?.data?.datePublished || "2021-01-01T00:00:00.000Z"; + + if (variant !== "primary") { + return ( + +
+ + + +

{post?.data?.title}

+
+ + {t("blog.read-article")} + +
+ ); + } + + return ( + +
+ + {featuredImage && showAsFeaturedPost ? ( +
+
+
+ + + +

{post?.data?.title}

+

{excerpt}

+
+
+
+ +
+
+ ) : ( + <> + )} +
+ {featuredImage && !showAsFeaturedPost ? ( +
+
+ +
+ + + +

{post?.data?.title}

+

{excerpt}

+
+ ) : ( + <> + )} +
+ + <> + {postTags && ( +
+ {" "} + {postTags.map((t) => { + return ( + + e.stopPropagation()} + > + {t.name} + + + ); + })} +
+ )} + {/*
+
+
+ {post.primary_author.profile_image ? ( + {post.primary_author.name} + ) : ( + {post.primary_author.name} + )} +
+ {post.primary_author.name} +
+
+
{readingTime}
+
+
*/} + +
+
+ ); +}; + +export default PostCard; diff --git a/src/components/blog/PostTopics.js b/src/components/blog/PostTopics.js new file mode 100644 index 000000000..e810426aa --- /dev/null +++ b/src/components/blog/PostTopics.js @@ -0,0 +1,70 @@ +import { useMemo } from "react"; +import PropTypes from "prop-types"; +import styled from "styled-components"; +import { useTranslation } from "next-i18next"; +import Link from "../../utils/Link"; + +import { extractTags } from "@/lib/builder/api"; + +const StyledPostTopics = styled.div` + font-family: Diatype, var(--font-family-sans-serif); + h5 { + color: #ffffff; + font-size: 24px; + line-height: 28px; + margin-top: 3rem; + @media (min-width: 750px) { + font-size: 14px; + line-height: 16px; + color: #c8c8d6; + margin-top: 0.5rem; + } + } + .post-topics { + display: flex; + flex-direction: column; + row-gap: 0.75rem; + a { + border: none; + border-bottom: 1px solid #ffffff50; + color: #f9f9fb; + font-size: 1rem; + line-height: 145%; + padding-bottom: 0.5rem; + display: block; + &:hover { + text-decoration: none; + } + } + } +`; + +const PostTopics = ({ posts }) => { + const topics = useMemo(() => { + if (posts) { + return extractTags(posts, 3); + } else return []; + }, [posts]); + const { t } = useTranslation(); + + return ( + +
{t("blog.latestTopics")}
+
+ {topics.map((t) => { + return ( + + {t.name} + + ); + })} +
+
+ ); +}; + +PostTopics.propTypes = { + posts: PropTypes.array.isRequired, +}; + +export default PostTopics; diff --git a/src/components/blog/PublishedAt.js b/src/components/blog/PublishedAt.js new file mode 100644 index 000000000..c3dc41d45 --- /dev/null +++ b/src/components/blog/PublishedAt.js @@ -0,0 +1,22 @@ +import PropTypes from "prop-types"; +import { toLocaleString } from "../../utils/dateUtils"; +import { useRouter } from "next/router"; + +/** + * Converts the Date and displays it. + * + * @param publishedDateString + * @returns {JSX.Element} + * @constructor + */ +const PublishedAt = ({ publishedDateString }) => { + const { locale } = useRouter(); + const publishedAt = toLocaleString(locale, publishedDateString); + return ; +}; + +PublishedAt.propTypes = { + publishedDateString: PropTypes.string.isRequired, +}; + +export default PublishedAt; diff --git a/src/components/blog/meta/ArticleMeta.js b/src/components/blog/meta/ArticleMeta.js new file mode 100644 index 000000000..37e875744 --- /dev/null +++ b/src/components/blog/meta/ArticleMeta.js @@ -0,0 +1,200 @@ +import Head from "next/head"; +import _ from "lodash"; +import url from "url"; +import { extractTags } from "@/lib/builder/api"; +import MetaLinks from "../../MetaLinks"; +import ImageMeta from "./ImageMeta"; +import { config } from "src/config"; +import { useRouter } from "next/router"; + +const ArticleMetaBuilder = ({ + data: builderPost, + settings, + canonical, + locale, +}) => { + const author = builderPost?.data?.author?.value || null; + + const _tags = extractTags([builderPost], 3); + const publicTags = _tags.map((tag) => tag?.name || null); + + const getShareImage = () => { + if (builderPost?.data?.seo?.seoImage) + return builderPost?.data?.seo?.seoImage; + if (builderPost?.data?.openGraph?.ogImage) + return builderPost.data.openGraph.ogImage; + if (builderPost?.data?.image) return builderPost.data.image; + return _.get(settings, "cover_image", null); + }; + const shareImage = getShareImage(); + + const publisherLogo = + settings.logo || config.siteIcon + ? url.resolve(config.siteUrl, settings.logo || config.siteIcon) + : null; + + const datePublished = new Date( + builderPost?.firstPublished, + ).toLocaleDateString("en-GB", { + year: "numeric", + month: "long", + day: "numeric", + }); + + const dateModified = new Date(builderPost?.lastUpdated).toLocaleDateString( + "en-GB", + { + year: "numeric", + month: "long", + day: "numeric", + }, + ); + + const jsonLd = { + "@context": `https://schema.org/`, + "@type": `Article`, + author: { + "@type": `Person`, + name: author?.name || "Solana Foundation", + image: author?.data?.image ? author.data.image : undefined, + }, + keywords: publicTags.length ? publicTags.join(`, `) : undefined, + headline: builderPost?.data?.seo?.seoTitle || builderPost?.data?.title, + url: canonical, + datePublished: datePublished, + dateModified: dateModified, + image: shareImage + ? { + "@type": `ImageObject`, + url: shareImage, + width: config.shareImageWidth, + height: config.shareImageHeight, + } + : undefined, + publisher: { + "@type": `Organization`, + name: `Solana Foundation`, + logo: { + "@type": `ImageObject`, + url: publisherLogo, + width: 60, + height: 60, + }, + }, + description: + builderPost?.data?.seo?.seoDescription || builderPost?.data?.intro, + mainEntityOfPage: { + "@type": `WebPage`, + "@id": config.siteUrl, + }, + }; + + // Check if the title contains "| Solana" and remove it if it does. + // Regardless, add "| Solana" to the end of the title. + // We can remove the replace() method once we've updated all the titles. + const titleRegex = /(\s\|\sSolana|Solana\s\|\s)/g; + const title = builderPost?.data?.seo?.seoTitle + ? `${builderPost?.data?.seo?.seoTitle.replace(titleRegex, "")} | Solana` + : `${builderPost?.data?.title} | Solana`; + + const { asPath } = useRouter(); + const asPathNoRedirect = asPath === "/" ? "" : asPath; + const localeNoEnDefault = locale === "en" ? "" : "/" + locale; + + return ( + <> + + + {title} + + + + + + + + + + {datePublished && ( + + )} + {dateModified && ( + + )} + {publicTags.map((keyword, i) => ( + + ))} + {author?.data?.facebook && ( + + )} + + + + + + + {settings.twitter && ( + + )} + {settings.twitter && ( + + )} + + + + + ); +}; + +const ArticleMetaQuery = ({ settings, ...rest }) => ( + +); + +export default ArticleMetaQuery; diff --git a/src/components/blog/meta/AuthorMeta.js b/src/components/blog/meta/AuthorMeta.js new file mode 100644 index 000000000..7c966dd0c --- /dev/null +++ b/src/components/blog/meta/AuthorMeta.js @@ -0,0 +1,93 @@ +import Head from "next/head"; +import PropTypes from "prop-types"; +import _ from "lodash"; + +import ImageMeta from "./ImageMeta"; +import getAuthorProperties from "./getAuthorProperties"; +import { config } from "src/config"; + +const AuthorMeta = ({ data, settings, canonical }) => { + const author = getAuthorProperties(data); + const shareImage = author.image || _.get(settings, `cover_image`, null); + const title = `${data.name} - ${settings.title}`; + const description = + data.bio || config.siteMetadata.description || settings.description; + + const jsonLd = { + "@context": `https://schema.org/`, + "@type": `Person`, + name: data.name, + sameAs: author.sameAsArray ? author.sameAsArray : undefined, + url: canonical, + image: shareImage + ? { + "@type": `ImageObject`, + url: shareImage, + width: config.shareImageWidth, + height: config.shareImageHeight, + } + : undefined, + mainEntityOfPage: { + "@type": `WebPage`, + "@id": config.siteUrl, + }, + description, + }; + + return ( + <> + + {title} + + + + + + + + + + + {settings.twitter && ( + + )} + {settings.twitter && ( + + )} + + + + + ); +}; + +AuthorMeta.propTypes = { + data: PropTypes.shape({ + name: PropTypes.string, + bio: PropTypes.string, + profile_image: PropTypes.string, + website: PropTypes.string, + twitter: PropTypes.string, + facebook: PropTypes.string, + }).isRequired, + settings: PropTypes.shape({ + title: PropTypes.string, + twitter: PropTypes.string, + description: PropTypes.string, + }).isRequired, + canonical: PropTypes.string.isRequired, +}; + +const AuthorMetaQuery = ({ settings, ...rest }) => ( + +); + +export default AuthorMetaQuery; diff --git a/src/components/blog/meta/ImageMeta.js b/src/components/blog/meta/ImageMeta.js new file mode 100644 index 000000000..dd02b199d --- /dev/null +++ b/src/components/blog/meta/ImageMeta.js @@ -0,0 +1,25 @@ +import Head from "next/head"; +import PropTypes from "prop-types"; +import { config } from "src/config"; + +const ImageMeta = ({ image }) => { + if (!image) { + return null; + } + + return ( + + + + + + + + ); +}; + +ImageMeta.propTypes = { + image: PropTypes.string, +}; + +export default ImageMeta; diff --git a/src/components/blog/meta/MetaData.js b/src/components/blog/meta/MetaData.js new file mode 100644 index 000000000..119dc761e --- /dev/null +++ b/src/components/blog/meta/MetaData.js @@ -0,0 +1,64 @@ +import url from "url"; +import { config } from "src/config"; +import ArticleMeta from "./ArticleMeta"; +import WebsiteMeta from "./WebsiteMeta"; +import { useRouter } from "next/router"; + +/** + * MetaData will generate all relevant meta data information incl. + * JSON-LD (schema.org), Open Graph (Facebook) and Twitter properties. + * + */ +const MetaData = ({ data = {}, settings = {} }) => { + const { asPath, locale } = useRouter(); + const canonical = url.resolve( + config.siteUrl, + asPath.split("?")[0].split("#")[0], + ); + const { builderPost, builderTag } = data; + + if (builderPost) { + return ( + + ); + } else if (builderTag) { + return ( + + ); + } else { + const title = config?.siteMetadata.title || settings?.title; + const description = + config?.siteMetadata.description || settings?.description; + let image = settings?.logo || settings?.cover_image || null; + image = image ? url.resolve(config?.siteUrl, image) : null; + + return ( + + ); + } +}; + +const MetaDataQuery = ({ settings, ...rest }) => ( + +); + +export default MetaDataQuery; diff --git a/src/components/blog/meta/WebsiteMeta.js b/src/components/blog/meta/WebsiteMeta.js new file mode 100644 index 000000000..06e0ffca2 --- /dev/null +++ b/src/components/blog/meta/WebsiteMeta.js @@ -0,0 +1,107 @@ +import Head from "next/head"; +import _ from "lodash"; +import url from "url"; + +import ImageMeta from "./ImageMeta"; +import { config } from "src/config"; + +const WebsiteMeta = ({ + data, + settings, + canonical, + title, + description, + image, + type, + locale, +}) => { + const publisherLogo = url.resolve( + config.siteUrl, + settings.logo || config.siteIcon, + ); + let shareImage = + image || data?.feature_image || _.get(settings, `cover_image`, null); + + shareImage = shareImage ? url.resolve(config.siteUrl, shareImage) : null; + + description = + description || + data.meta_description || + data.description || + config.siteMetadata.description || + settings.description; + title = `${title || data.meta_title || data.name || data.title} - ${ + settings.title + }`; + + const jsonLd = { + "@context": `https://schema.org/`, + "@type": type, + url: canonical, + image: shareImage + ? { + "@type": `ImageObject`, + url: shareImage, + width: config.shareImageWidth, + height: config.shareImageHeight, + } + : undefined, + publisher: { + "@type": `Organization`, + name: settings.title, + logo: { + "@type": `ImageObject`, + url: publisherLogo, + width: 60, + height: 60, + }, + }, + mainEntityOfPage: { + "@type": `WebPage`, + "@id": config.siteUrl, + }, + description, + }; + + return ( + <> + + {title} + + + + + + + + + + + + + {settings.twitter && ( + + )} + {settings.twitter && ( + + )} + + + + + ); +}; + +const WebsiteMetaQuery = ({ settings, ...rest }) => ( + +); + +export default WebsiteMetaQuery; diff --git a/src/components/blog/meta/getAuthorProperties.js b/src/components/blog/meta/getAuthorProperties.js new file mode 100644 index 000000000..986f82150 --- /dev/null +++ b/src/components/blog/meta/getAuthorProperties.js @@ -0,0 +1,47 @@ +import _ from "lodash"; +import PropTypes from "prop-types"; +import { getAuthor } from "@/lib/builder/api"; + +export const getAuthorProperties = (primaryAuthor) => { + let authorProfiles = []; + const authorData = primaryAuthor ? getAuthor(primaryAuthor?.id) : null; + + authorProfiles.push( + authorData?.website ? authorData?.website : null, + authorData?.twitter + ? `https://twitter.com/${authorData?.twitter.replace(/^@/, ``)}/` + : null, + authorData?.facebook + ? `https://www.facebook.com/${authorData?.facebook.replace(/^\//, ``)}/` + : null, + ); + + authorProfiles = _.compact(authorProfiles); + + return { + name: authorData?.name || null, + sameAsArray: authorProfiles.length + ? `["${_.join(authorProfiles, `", "`)}"]` + : null, + image: authorData?.profileImage || null, + facebookUrl: authorData?.facebook + ? `https://www.facebook.com/${authorData?.facebook.replace(/^\//, ``)}/` + : null, + }; +}; + +getAuthorProperties.defaultProps = { + fetchAuthorData: false, +}; + +getAuthorProperties.PropTypes = { + primaryAuthor: PropTypes.shape({ + name: PropTypes.string.isRequired, + profileImage: PropTypes.string, + website: PropTypes.string, + twitter: PropTypes.string, + facebook: PropTypes.string, + }).isRequired, +}; + +export default getAuthorProperties; diff --git a/src/components/blog/meta/index.js b/src/components/blog/meta/index.js new file mode 100644 index 000000000..2e39b56b2 --- /dev/null +++ b/src/components/blog/meta/index.js @@ -0,0 +1 @@ +export { default as MetaData } from "./MetaData"; diff --git a/src/components/branding/BrandingAnchorTags.jsx b/src/components/branding/BrandingAnchorTags.jsx new file mode 100644 index 000000000..63114b977 --- /dev/null +++ b/src/components/branding/BrandingAnchorTags.jsx @@ -0,0 +1,50 @@ +import styled from "styled-components"; +import { useTranslation } from "next-i18next"; + +const StyledSection = styled.section` + a { + color: #f9f9fb; + } + + .tag { + display: flex; + align-items: center; + column-gap: 0.75rem; + padding: 0.75rem 0; + border-bottom: 1px solid #ffffff44; + cursor: pointer; + } + + .smallest { + font-size: 0.875rem; + } +`; + +const BrandingAnchorTagsSection = () => { + const { t } = useTranslation(); + + return ( + +

{t("branding.tags.title")}

+ +
+ ); +}; + +export default BrandingAnchorTagsSection; diff --git a/src/components/branding/BrandingAssets.jsx b/src/components/branding/BrandingAssets.jsx new file mode 100644 index 000000000..98e3ba220 --- /dev/null +++ b/src/components/branding/BrandingAssets.jsx @@ -0,0 +1,172 @@ +import Image from "next/legacy/image"; +import styled from "styled-components"; +import Divider from "../shared/Divider"; +import Button from "../shared/Button"; +import { useTranslation } from "next-i18next"; + +import solanaLogo from "../../../public/src/img/branding/solanaLogo.svg"; +import solanaLogoMark from "../../../public/src/img/branding/solanaLogoMark.svg"; +import solanaVerticalLogo from "../../../public/src/img/branding/solanaVerticalLogo.svg"; +import solanaFoundationLogo from "../../../public/src/img/branding/solanaFoundationLogo.svg"; +import solanaWordMark from "../../../public/src/img/branding/solanaWordMark.svg"; + +const StyledSection = styled.section` + .logo-section { + display: flex; + justify-content: space-between; + align-items: center; + column-gap: 1.5rem; + row-gap: 1.5rem; + flex-wrap: wrap; + + .logo { + min-width: 280px; + width: 320px; + height: 160px; + display: flex; + align-items: center; + justify-content: center; + } + } +`; + +const BrandingAssets = () => { + const { t } = useTranslation(); + + return ( + +

{t("branding.assets.title")}

+ + + +
+
+

+ {t("branding.assets.mainLogoType")} +

+
+ + +
+
+
+ {`Solana`} +
+
+ + +
+
+

+ {t("branding.assets.logomark")} +

+
+ + +
+
+
+ {`Solana`} +
+
+ + +
+
+

+ {t("branding.assets.wordmark")} +

+
+ + +
+
+
+ {`Solana`} +
+
+ + +
+
+

+ {t("branding.assets.vertical")} +

+
+ + +
+
+
+ {`Solana`} +
+
+ + +
+
+

+ {t("branding.assets.foundation")} +

+
+ + +
+
+
+ {`Solana`} +
+
+
+ ); +}; + +export default BrandingAssets; diff --git a/src/components/branding/BrandingBannedLogos.jsx b/src/components/branding/BrandingBannedLogos.jsx new file mode 100644 index 000000000..68281de63 --- /dev/null +++ b/src/components/branding/BrandingBannedLogos.jsx @@ -0,0 +1,93 @@ +import Image from "next/legacy/image"; +import styled from "styled-components"; +import { useTranslation } from "next-i18next"; + +import bannedLogos1 from "../../../public/src/img/branding/bannedLogos-1.svg"; +import bannedLogos2 from "../../../public/src/img/branding/bannedLogos-2.png"; +import bannedLogos3 from "../../../public/src/img/branding/bannedLogos-3.svg"; +import bannedLogos4 from "../../../public/src/img/branding/bannedLogos-4.svg"; +import bannedLogos5 from "../../../public/src/img/branding/bannedLogos-5.svg"; +import bannedLogos6 from "../../../public/src/img/branding/bannedLogos-6.svg"; +import InvalidMark from "../../../public/src/img/icons/RedClose.inline.svg"; + +const StyledSection = styled.section` + .banned-logos { + display: flex; + justify-content: space-between; + column-gap: 1.5rem; + row-gap: 1.5rem; + flex-wrap: wrap; + + & > div { + display: flex; + align-items: center; + justify-content: center; + position: relative; + flex: 1; + width: 100%; + min-width: 280px; + height: 180px; + background: #ffffff; + border-radius: 0.75rem; + margin-bottom: 1.5rem; + + .invalid-mark { + position: absolute; + left: 0.5rem; + bottom: 0.5rem; + } + + .description { + font-size: 0.875rem; + position: absolute; + top: calc(100% + 0.5rem); + left: 0; + } + } + } +`; + +const BrandingBannedLogos = () => { + const { t } = useTranslation(); + + return ( + +
{t("branding.banned.title")}
+

{t("branding.banned.description")}

+
+
+ + +

{t("branding.banned.shadow")}

+
+
+ + +

{t("branding.banned.outline")}

+
+
+ + +

{t("branding.banned.stretch")}

+
+
+ + +

{t("branding.banned.lowResolution")}

+
+
+ + +

{t("branding.banned.imagery")}

+
+
+ + +

{t("branding.banned.contrast")}

+
+
+
+ ); +}; + +export default BrandingBannedLogos; diff --git a/src/components/branding/BrandingClearspace.jsx b/src/components/branding/BrandingClearspace.jsx new file mode 100644 index 000000000..7a1491f81 --- /dev/null +++ b/src/components/branding/BrandingClearspace.jsx @@ -0,0 +1,19 @@ +import Image from "next/legacy/image"; +import { useTranslation } from "next-i18next"; +import clearspaceMain from "../../../public/src/img/branding/spacing.png"; + +const BrandingClearspace = () => { + const { t } = useTranslation(); + + return ( +
+
{t("branding.clearspace.title")}
+

{t("branding.clearspace.description")}

+
+ +
+
+ ); +}; + +export default BrandingClearspace; diff --git a/src/components/branding/BrandingColors.jsx b/src/components/branding/BrandingColors.jsx new file mode 100644 index 000000000..bbfafc6a7 --- /dev/null +++ b/src/components/branding/BrandingColors.jsx @@ -0,0 +1,87 @@ +import Image from "next/legacy/image"; +import styled from "styled-components"; +import { useTranslation } from "next-i18next"; +import Divider from "../shared/Divider"; +import Button from "../shared/Button"; + +import solanaGradient from "../../../public/src/img/branding/solanaGradient.jpg"; + +const StyledSection = styled.section` + .title { + font-size: clamp(2rem, 8vw, 2.25rem); + line-height: 105%; + font-weight: bold; + } + + .gradient { + border-radius: 0.75rem; + } + + .colors { + display: flex; + align-items: center; + flex-wrap: wrap; + column-gap: 1.5rem; + row-gap: 1.5rem; + + & > div { + flex: 1; + min-width: 200px; + } + + .purple { + width: 100%; + height: 120px; + background: #9945ff; + border-radius: 0.75rem; + } + + .green { + width: 100%; + height: 120px; + background: #14f195; + border-radius: 0.75rem; + } + } +`; + +const BrandingColors = () => { + const { t } = useTranslation(); + + return ( + +
{t("branding.colors.title")}
+ +
+

+ {t("branding.colors.gradient")} +

+ +
+ +
+
+ +
+
+

+ {t("branding.colors.purple")} +

+

#9945FF

+
+
+
+

+ {t("branding.colors.green")} +

+

#14F195

+
+
+
+ + ); +}; + +export default BrandingColors; diff --git a/src/components/branding/BrandingLogo.jsx b/src/components/branding/BrandingLogo.jsx new file mode 100644 index 000000000..0da7c6a11 --- /dev/null +++ b/src/components/branding/BrandingLogo.jsx @@ -0,0 +1,19 @@ +import { useTranslation } from "next-i18next"; +import BrandLogo from "../../../public/src/img/branding/brandLogo.inline.svg"; + +const BrandingLogo = () => { + const { t } = useTranslation(); + + return ( +
+

{t("branding.logo.title")}

+
{t("branding.logo.sub-title")}
+
+ +
+

{t("branding.logo.description")}

+
+ ); +}; + +export default BrandingLogo; diff --git a/src/components/branding/BrandingPress.jsx b/src/components/branding/BrandingPress.jsx new file mode 100644 index 000000000..f78a3c5b1 --- /dev/null +++ b/src/components/branding/BrandingPress.jsx @@ -0,0 +1,20 @@ +import { useTranslation } from "next-i18next"; + +const BrandingPress = () => { + const { t } = useTranslation(); + + return ( +
+

{t("branding.press.title")}

+

+ {t("branding.press.description")}{" "} + + press@solana.org + + . +

+
+ ); +}; + +export default BrandingPress; diff --git a/src/components/branding/BrandingWelcome.jsx b/src/components/branding/BrandingWelcome.jsx new file mode 100644 index 000000000..6eb620141 --- /dev/null +++ b/src/components/branding/BrandingWelcome.jsx @@ -0,0 +1,25 @@ +import { Trans, useTranslation } from "next-i18next"; +import { InlineLink } from "../shared/Link"; + +const BrandingWelcome = () => { + const { t } = useTranslation(); + + return ( +
+
{t("branding.welcome.title")}
+

{t("branding.welcome.description")}

+

+ + ), + }} + /> +

+
+ ); +}; + +export default BrandingWelcome; diff --git a/src/components/breakpoint/BreakpointFooter.jsx b/src/components/breakpoint/BreakpointFooter.jsx new file mode 100644 index 000000000..43a8cb573 --- /dev/null +++ b/src/components/breakpoint/BreakpointFooter.jsx @@ -0,0 +1,18 @@ +import { useTranslation } from "next-i18next"; +import Link from "../shared/Link"; + +const Footer = () => { + const { t } = useTranslation("common"); + + return ( +
+
+ + {t("breakpoint.footer.link.code-of-conduct")} + +
+
+ ); +}; + +export default Footer; diff --git a/src/components/breakpoint/BreakpointHeader.jsx b/src/components/breakpoint/BreakpointHeader.jsx new file mode 100644 index 000000000..34711805d --- /dev/null +++ b/src/components/breakpoint/BreakpointHeader.jsx @@ -0,0 +1,107 @@ +import Navbar from "react-bootstrap/Navbar"; +import Image from "next/image"; +import Link, { InlineLink } from "../shared/Link"; +import { useTranslation } from "next-i18next"; +import SolanaLogo from "../../../public/src/img/logos-solana/logotype.svg"; +import { ArrowUpRight } from "react-feather"; + +const Header = () => { + const { t } = useTranslation(); + + return ( + // 1020 is a z-index value similar to main Header's one + // that prevents stacking issues as e.g. modal underneath the main menu + <> + +
+ + Solana + + + + + + + + +
    +
  • + + Breakpoint + +
  • +
  • + + {t("breakpoint.header.events")} + +
  • +
  • + + {t("breakpoint.header.travel")} + +
  • +
  • + + {t("breakpoint.header.faq")} + +
  • +
  • + + {t("breakpoint.header.tickets")} + +
  • +
  • + + {t("breakpoint.header.sponsor")} + + +
  • +
+
+
+
+ + ); +}; + +export default Header; diff --git a/src/components/breakpoint/BreakpointLayout.jsx b/src/components/breakpoint/BreakpointLayout.jsx new file mode 100644 index 000000000..d37bd3ec1 --- /dev/null +++ b/src/components/breakpoint/BreakpointLayout.jsx @@ -0,0 +1,22 @@ +import styles from "./BreakpointLayout.module.scss"; +import Header from "./BreakpointHeader"; +import Footer from "./../Footer"; +import BreakpointFooter from "./BreakpointFooter"; + +const BreakpointLayout = ({ data, children }) => { + return ( + <> + {data?.showHeader &&
} + +
+
+ {children} + +
+
+ {data?.showFooter &&