mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Apply correct codestyle
This commit is contained in:
553
Bukkit/src/main/resources/LICENSE
Normal file
553
Bukkit/src/main/resources/LICENSE
Normal file
@ -0,0 +1,553 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
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.
|
||||
{one line to give the program's name and a brief idea of what it does.}
|
||||
Copyright (C) {year} {name of author}
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
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:
|
||||
{project} Copyright (C) {year} {fullname}
|
||||
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
|
||||
<http://www.gnu.org/licenses/>.
|
||||
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
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
18
Bukkit/src/main/resources/addplots.js
Normal file
18
Bukkit/src/main/resources/addplots.js
Normal file
@ -0,0 +1,18 @@
|
||||
/*
|
||||
This will increase a player's allowed plots by the provided value
|
||||
/plot debugexec runasync addperm <player> <amount>
|
||||
*/
|
||||
var uuid = UUIDHandler.getUUID('%s0', null);
|
||||
if (uuid === null) {
|
||||
C_INVALID_PLAYER.send(PlotPlayer, '%s0');
|
||||
}
|
||||
else if (!MathMan.class.static.isInteger('%s1')) {
|
||||
C_NOT_VALID_NUMBER.send(PlotPlayer, '(0, ' + Settings.MAX_PLOTS + ')');
|
||||
}
|
||||
else {
|
||||
var amount = parseInt('%s1');
|
||||
var pp = IMP.wrapPlayer(UUIDHandler.getUUIDWrapper().getOfflinePlayer(uuid).player);
|
||||
var allowed = pp.getAllowedPlots();
|
||||
MainUtil.class.static.sendMessage(PlotPlayer, '$4Setting permission: plots.plot.' + (allowed + amount) + ' for %s0');
|
||||
IMP.getEconomyHandler().setPermission("", pp.getName(), 'plots.plot.' + (allowed + amount), true);
|
||||
}
|
12
Bukkit/src/main/resources/addsigns.js
Normal file
12
Bukkit/src/main/resources/addsigns.js
Normal file
@ -0,0 +1,12 @@
|
||||
/*
|
||||
This script will fix all signs in the world.
|
||||
*/
|
||||
var plots = PS.sortPlots(PS.getPlots());
|
||||
for (var i = 0; i < plots.size(); i++) {
|
||||
var plot = plots.get(i);
|
||||
if (!plot.isMerged() || !plot.getMerged(0)) {
|
||||
plot.setSign();
|
||||
PS.class.static.log('&cSetting sign for: ' + plot);
|
||||
}
|
||||
java.lang.Thread.sleep(10);
|
||||
}
|
48
Bukkit/src/main/resources/automerge.js
Normal file
48
Bukkit/src/main/resources/automerge.js
Normal file
@ -0,0 +1,48 @@
|
||||
/*
|
||||
Need to script something quick with PlotSquared?
|
||||
/plot debugexec runasync automerge.js <removeroads>
|
||||
|
||||
This is an example script that will auto merge all plots
|
||||
|
||||
The following utility classes are usable:
|
||||
- PlotSquared
|
||||
- TaskManager
|
||||
- TitleManager
|
||||
- ConsolePlayer
|
||||
- SchematicHandler
|
||||
- ChunkManager
|
||||
- BlockManager
|
||||
- SetupUtils
|
||||
- EventUtil
|
||||
- UUIDHandler
|
||||
- DBFunc
|
||||
- HybridUtils
|
||||
- IMP ( BukkitMain or SpongeMain)
|
||||
- MainCommand
|
||||
- MainUtil
|
||||
- Settings
|
||||
- StringMan
|
||||
- MathMan
|
||||
- C ( use C_ )
|
||||
- Permissions ( use Permissions_ )
|
||||
|
||||
For more information see: https://github.com/IntellectualSites/PlotSquared/wiki/Scripting
|
||||
*/
|
||||
var plots = PS.sortPlots(PS.getPlots());
|
||||
PS.class.static.log("Attempting to auto merge " + plots.size() + " plots");
|
||||
if ("%s0" === "true") {
|
||||
for (var i = 0; i < plots.size(); i++) {
|
||||
var plot = plots.get(i);
|
||||
plot.autoMerge(-1, 250000, plot.owner, true);
|
||||
}
|
||||
}
|
||||
else if ("%s0" === "false") {
|
||||
for (var i = 0; i < plots.size(); i++) {
|
||||
var plot = plots.get(i);
|
||||
plot.autoMerge(-1, 250000, plot.owner, false);
|
||||
}
|
||||
}
|
||||
else {
|
||||
C_COMMAND_SYNTAX.send(PlotPlayer, "/plot debugexec automerge.js <removeroads>");
|
||||
MainUtil.class.static.sendMessage(PlotPlayer, "$1<removeroads> is true or false if you want to remove roads when auto merging");
|
||||
}
|
BIN
Bukkit/src/main/resources/bridge.template
Normal file
BIN
Bukkit/src/main/resources/bridge.template
Normal file
Binary file not shown.
414
Bukkit/src/main/resources/de-DE.yml
Normal file
414
Bukkit/src/main/resources/de-DE.yml
Normal file
@ -0,0 +1,414 @@
|
||||
# Translated by: Krauti2 / EvilOlaf
|
||||
# Adjusted and updated by: NotMyFault
|
||||
BORDER: $2Du befindest dich außerhalb der aktuellen Weltengrenze.
|
||||
confirm:
|
||||
failed_confirm: $2Es gibt keine zur Bestätigung ausstehenden Befehle!
|
||||
requires_confirm: '$2Bist du sicher, dass du diesen Befehl ausführen willst: $1%s$2?&-$2Die
|
||||
Änderung ist unwiderruflich! Wenn du sicher bist: $1/plot confirm'
|
||||
expired_confirm: $2Bestätigung abgelaufgen, führe den Befehl erneut aus!
|
||||
move:
|
||||
move_success: $4Plot erfolgreich verschoben.
|
||||
copy_success: $4Plot erfolgreich kopiert.
|
||||
requires_unowned: $2Der angegebene Ort ist bereits belegt.
|
||||
compass:
|
||||
compass_target: $4Plot erfolgreich mit dem Kompass anvisiert.
|
||||
cluster:
|
||||
cluster_available_args: '$1Die folgenden Parameter sind verfügbar: $4list$2, $4create$2,
|
||||
$4delete$2, $4resize$2, $4invite$2, $4kick$2, $4leave$2, $4helpers$2, $4info$2,
|
||||
$4tp$2, $4sethome'
|
||||
cluster_list_heading: $2Es gibt $1%s$2 Cluster in dieser Welt.
|
||||
cluster_list_element: $2 - $1%sn
|
||||
cluster_intersection: $2Der vorgeschlagene Bereich überlappt mit $1%s$2 existierendem/n
|
||||
Cluster/n
|
||||
cluster_added: $4Cluster erfolgreich erstellt.
|
||||
cluster_deleted: $4Cluster erfolgreich gelöscht.
|
||||
cluster_resized: $4Größe des Clusters wurde erfolgreich geändert.
|
||||
cluster_added_user: $4Spieler erfolgreich zum Cluster hinzugefügt.
|
||||
cannot_kick_player: $2Du kannst diesen Spieler nicht kicken.
|
||||
cluster_invited: '$1Du wurdest in folgenden Cluster eingeladen: $2%s'
|
||||
cluster_removed: '$1Du wurdest aus folgendem Cluster entfernt: $2%s'
|
||||
cluster_kicked_user: $4Spieler erfolgreich gekickt.
|
||||
invalid_cluster: '$1Clustername ungültig: $2%s'
|
||||
cluster_not_added: $2Dieser Spieler war nicht zum Cluster hinzugefügt.
|
||||
cluster_cannot_leave: $1Du musst deinen Besitz löschen oder transferieren bevor
|
||||
du gehen kannst.
|
||||
cluster_added_helper: $4Helfer erfolgreich hinzugefügt.
|
||||
cluster_removed_helper: $4Helfer erfolgreich vom Cluster entfernt.
|
||||
cluster_regenerated: $4Clusterregeneration erfolgreich gestartet
|
||||
cluster_teleporting: $4Teleportiere...
|
||||
cluster_info: '$1Aktueller Cluster: $2%id%&-$1Name: $2%name%&-$1Besitzer: $2%owner%&-$1Größe:
|
||||
$2%size%&-$1Rechte: $2%rights%'
|
||||
cluster_outside: '$2Der vorgeschlagene Bereich liegt außerhalb der Plot Grenze: %s0'
|
||||
unclaim:
|
||||
unclaim_success: $4Dieser Plot gehört dir jetzt nicht mehr.
|
||||
unclaim_failed: $2Plot konnte nicht enteignet werden.
|
||||
worldedit masks:
|
||||
require_selection_in_mask: $2%s deiner Selektion befindet sich nicht innerhalb deines
|
||||
Plots. Du kannst Änderungen nur innerhalb deines Plots vornehmen.
|
||||
worldedit_volume: $2Du kannst die Menge %current% nicht auswählen. Die maximale
|
||||
Grenze liegt bei %max%.
|
||||
worldedit_iterations: $2Du kannst nicht %current% mal wiederholen. Die maximalen
|
||||
Wiederholungen liegen bei %max%.
|
||||
worldedit_unsafe: $2Der Zugriff auf diesen Befehl wurde verwehrt.
|
||||
worldedit_bypass: $2&oUm die Beschränkung außer Kraft zu setzen, verwende $4/plot
|
||||
wea
|
||||
worldedit_unmasked: $1Dein WorldEdit-Bereich ist jetzt nicht mehr begrenzt.
|
||||
worldedit_restricted: $1Dein WorldEdit-Bereich ist jetzt begrenzt.
|
||||
worldedit_delayed: $2Bitte warte während deine WorldEdit Aktion verarbeitet wird...
|
||||
worldedit_run: '$2Sorry für die Wartezeit. Starte jetzt: %s'
|
||||
worldedit_bypassed: $2Beschränkungen werden nun ignoriert.
|
||||
records:
|
||||
record_play: $2%player $2startete Spielaufzeichnung $1%name
|
||||
notify_enter: $2%player $2betritt deinen Plot ($1%plot$2)
|
||||
notify_leave: $2%player $2verließ deinen Plot ($1%plot$2)
|
||||
swap:
|
||||
swap_overlap: $2Der geplante Bereich darf nicht überlappen.
|
||||
swap_dimensions: $2Die geplanten Bereiche müssen vergleichbare Dimensionen aufweisen.
|
||||
swap_syntax: $2/plot swap <plot id>
|
||||
swap_success: $4Plots erfolgreich getauscht.
|
||||
started_swap: $2Plot swap Aufgabe gestartet. Du erhälst eine Meldung wenn sie beendet
|
||||
ist.
|
||||
comment:
|
||||
not_valid_inbox_index: $2Keine Kommentar auf Seite %s
|
||||
inbox_item: $2 - $4%s
|
||||
comment_syntax: $2Verwende /plot comment [X;Z] <%s> <comment>
|
||||
invalid_inbox: '$2Dieses Postfach ist ungültig.&-$1Akzeptierte Werte: %s'
|
||||
no_perm_inbox: $2Du hast keine Berechtigung für dieses Postfach.
|
||||
no_perm_inbox_modify: $2Du hast keine Berechtigung.
|
||||
no_plot_inbox: $2Du musst an einem Plot stehen oder einen solchen angeben.
|
||||
comment_removed: $4Kommentar/e n$2 - '$3%s$2' erfolgreich gelöscht.
|
||||
comment_added: $4Ein Kommentar wurde hinterlassen.
|
||||
comment_header: $2------ Kommentare ------
|
||||
inbox_notification: '%s ungelesene Nachrichten. Öffne sie mit /plot inbox'
|
||||
inbox_empty: $2Keine Kommentare.
|
||||
console:
|
||||
not_console: $2Aus Sicherheitsgründen kann dieser Befehl nur von der Konsole ausgeführt
|
||||
werden.
|
||||
is_console: $2Dieser Befehl kann nur von einem Spieler ausgeführt werden.
|
||||
clipboard:
|
||||
clipboard_set: $2Der aktuelle Plot wird in die Zwischenablage kopiert. Benutze $1/plot
|
||||
paste$2 um ihn einzufügen.
|
||||
pasted: $4Die Plotauswahl wurde erfolgreich eingefügt. Die Zwischenablage wurde
|
||||
geleert.
|
||||
paste_failed: '$2Einfügen fehlgeschlagen: $2%s'
|
||||
no_clipboard: $2Deine Zwischenablage ist leer.
|
||||
clipboard_info: '$2Aktuelle Auswahl - Plot ID: $1%id$2, Breite: $1%width$2, Anzahl
|
||||
Blöcke: $1%total$2'
|
||||
ratings:
|
||||
rating_not_valid: $2Wähle eine Zahl zwischen 1 und 10
|
||||
rating_already_exists: '$2Du hast diesen Plot bereits bewertet: $2%s'
|
||||
rating_applied: '$4Du hast diesen Plot erfolgreich bewertet: $2%s'
|
||||
rating_not_your_own: $2Du kannst deinen eigenen Plot nicht selbst bewerten.
|
||||
rating_not_owned: $2Plots ohne Besitzer können nicht bewertet werden.
|
||||
ratings_purged: $2Bewertungen für diesen Plot wurden gelöscht.
|
||||
rating_not_done: $2Du kannst nur beendete Plots bewerten.
|
||||
economy:
|
||||
econ_disabled: $2Ökonomie ist nicht aktiviert.
|
||||
cannot_afford_plot: $2Du kannst dir diesen Plot nicht leisten. Er kostet $1%s
|
||||
not_for_sale: $2Dieser Plot steht nicht zum Verkauf.
|
||||
cannot_buy_own: $2Du kannst deinen eigenen Plot nicht kaufen.
|
||||
plot_sold: $4Dein Plot $1%s$4 wurde an $1%s$4 für $1$%s$4 verkauft.
|
||||
cannot_afford_merge: $2Du kannst dir das Zusammenfügen der Plots nicht leisten.
|
||||
Es kostet $1%s
|
||||
added_balance: $1%s $2wurden deinem Guthaben hinzugefügt.
|
||||
removed_balance: $1%s $2wurden von deinem Guthaben abgezogen.
|
||||
removed_granted_plot: $2Du hast %s plot grant(s) benutzt, du hast $1%s $2übrig.
|
||||
setup:
|
||||
setup_init: '$1Verwendung: $2/plot setup <value>'
|
||||
setup_step: '$3[$1Schritt %s$3] $1%s $2- $1Erwarte: $2%s $1Standard: $2%s'
|
||||
setup_invalid_arg: '$2%s ist kein gültiger Wert für Schritt %s. Um Setup abzubrechen
|
||||
verwende: $1/plot setup cancel'
|
||||
setup_valid_arg: $2Wert $1%s $2gesetzt auf %s
|
||||
setup_finished: $3Falls du MULTIVERSE oder MULTIWORLD verwendest, sollte die Welt
|
||||
generiert worden sein. Andernfalls musst du die Welt manuell über bukkit.yml hinzufügen.
|
||||
setup_world_taken: $2%s ist bereits eine bekannte Plotwelt.
|
||||
setup_missing_world: $2Du musst einen Namen für die Welt vergeben ($1/plot setup
|
||||
&l<world>$1 <generator>$2)&-$1Zusätzliche Befehle:&-$2 - $1/plot setup <value>&-$2
|
||||
- $1/plot setup backn$2 - $1/plot setup cancel
|
||||
setup_missing_generator: $2Du musst einen Generator angeben ($1/plot setup <world>
|
||||
&l<generator>&r$2)&-$1Zusätzliche Befehle:&-$2 - $1/plot setup <value>&-$2 - $1/plot
|
||||
setup backn$2 - $1/plot setup cancel
|
||||
setup_invalid_generator: '$2Ungültiger Generarator. Mögliche Optionen: %s'
|
||||
schematics:
|
||||
schematic_missing_arg: '$2Du musst einen Wert angeben. Gültige Werte: $1test <name>$2
|
||||
, $1save$2 , $1paste $2, $1exportall'
|
||||
schematic_invalid: '$2Diese Schematic ist ungültig: $2%s'
|
||||
schematic_valid: $2Diese Schematic ist gültig.
|
||||
schematic_paste_failed: $2Einfügen der Schematic fehlgeschlagen.
|
||||
schematic_paste_success: $4Einfügen der Schematic erfolgreich.
|
||||
schematic_too_large: $2Der Plot ist zu groß für diese Aktion.
|
||||
titles:
|
||||
title_entered_plot: Du betrittst Plot %world%;%x%;%z%
|
||||
title_entered_plot_sub: 'Besitzer: %s'
|
||||
prefix_greeting: '$1%id%$2> '
|
||||
prefix_farewell: '$1%id%$2> '
|
||||
core:
|
||||
prefix: '$3[$1P2$3] '
|
||||
enabled: $1PlotSquared wurde aktiviert
|
||||
task_start: Starte Aufgabe...
|
||||
reload:
|
||||
reloaded_configs: $1Übersetzungen und Welteneinstellungen wurden neu geladen.
|
||||
reload_failed: $2Erneutes Laden der Konfiguration fehlgeschlagen.
|
||||
alias:
|
||||
alias_set_to: $2Plot Alias auf $1%alias% gesetzt.
|
||||
missing_alias: $2Du musst einen Alias angeben.
|
||||
alias_too_long: $2Der Alias darf nicht länger als 50 Zeichen sein.
|
||||
alias_is_taken: $2Dieser Alias wird bereits verwendet.
|
||||
alias_removed: $2Der Alias wurde gelöscht.
|
||||
position:
|
||||
missing_position: '$2Du musst eine Position angeben. Mögliche Werte sind: $1none'
|
||||
position_set: $1Der Plot Spawn wurde auf deinen aktuellen Standort gesetzt.
|
||||
home_argument: $2Verwende /plot set home [none]
|
||||
invalid_position: $2Dies ist eine ungültige Position.
|
||||
position_unset: $1Home Position zurückgesetzt auf standard Wert.
|
||||
time:
|
||||
time_format: $1%hours%, %min%, %sec%
|
||||
permission:
|
||||
no_schematic_permission: '$2Du hast keine Berechtigung um Schematics zu verwenden:
|
||||
$1%s'
|
||||
no_permission: '$2Dir fehlt folgende Berechtigung: $1%s'
|
||||
no_plot_perms: $2Diese Aktion kann nur der Besitzer des Plots ausführen.
|
||||
cant_claim_more_plots: $2Du kannst keine weiteren Plots besitzen.
|
||||
cant_transfer_more_plots: $2Du kannst keine weiteren Plots diesem Spieler übergeben.
|
||||
cant_claim_more_plots_num: $2Du kannst nicht mehr als $1%s $2Plots auf einmal einnehmen.
|
||||
you_be_denied: $2Es ist dir nicht gestattet diesen Plot zu betreten.
|
||||
merge_request_confirm: '%s möchte sein Plot mit deinem verbinden.'
|
||||
no_permission_event: '$2Dir fehlt folgende Berechtigung: $1%s'
|
||||
cant_claim_more_clusters: $2Du kannst nicht mehr Cluster besitzen.
|
||||
merge:
|
||||
no_perm_merge: $2Du bist nicht Besitzer des Plots $1%plot%
|
||||
unlink_required: $2Die Plots müssen vorher getrennt (unlink) werden.
|
||||
unlink_impossible: $2Die Trennung (unlink) funktioniert nur auf Megaplots.
|
||||
unlink_success: $2Trennung erfolgreich.
|
||||
merge_not_valid: $2Diese Anfrage ist nicht länger gültig.
|
||||
merge_accepted: $2Die Anfrage wurde akzeptiert.
|
||||
success_merge: $2Plots wurden zusammengeführt.
|
||||
merge_requested: $2Anfrage erfolgreich verschickt.
|
||||
no_available_automerge: $2Dir gehören keine benachbarten Plots oder du darfst die Plot Zusammenführungsgröße nicht überschreiten.
|
||||
commandconfig:
|
||||
not_valid_subcommand: $2Das ist kein gültiger Parameter.
|
||||
did_you_mean: '$2Meintest du: $1%s'
|
||||
name_little: $2%s Name ist zu kurz, $1%s$2<$1%s
|
||||
no_commands: $2Du hast für keinen Befehl eine Berechtigung.
|
||||
subcommand_set_options_header: '$2Mögliche Werte: '
|
||||
command_syntax: '$1Verwendung: $2%s'
|
||||
flag_tutorial_usage: '$1Folgende Flags fehlen zur Benutzung: $2%s'
|
||||
errors:
|
||||
invalid_player: '$2Spieler nicht gefunden: $1%s$2.'
|
||||
command_went_wrong: $2Beim Ausführen des Befehls ging etwas schief...
|
||||
no_free_plots: $2Es sind keine freien Plots verfügbar.
|
||||
not_in_plot: $2Du befindest dich nicht auf einem Plot.
|
||||
not_in_cluster: $2Du musst dich innerhalb eines Plot Clusters befinden um das zu
|
||||
tun.
|
||||
not_in_plot_world: $2Du befindest dich nicht in einer Plotwelt.
|
||||
plotworld_incompatible: $2Die beiden Welten müssen kompatibel sein.
|
||||
not_valid_world: $2Das ist keine gültige Welt (Groß- / Kleinschreibung beachten)
|
||||
not_valid_plot_world: $2Das ist keine gültige Plotwelt (Groß- / Kleinschreibung
|
||||
beachten)
|
||||
no_plots: $2Du hast keine Plots.
|
||||
wait_for_timer: $2Ein Zeitgeber wurde an den Plot oder an dich gebunden. Bitte warte
|
||||
bis die Zeit abgelaufen ist.
|
||||
invalid_player_wait: '$2Spieler nicht gefunden: $1%s$2. Versuche es später nochmal.'
|
||||
invalid_player_offline: '$2Der Spieler muss online sein: $1%s.'
|
||||
invalid_command_flag: '$2Ungültige Flag: %s0'
|
||||
error: '$2Ein Fehler ist aufgetreten: %s'
|
||||
not_loaded: $2Der Plot konnte nicht geladen werden.
|
||||
purge:
|
||||
purge_success: $4%s Plots erfolgreich gelöscht.
|
||||
trim:
|
||||
trim_in_progress: Die Weltenbeschneidung ist bereits gestartet!
|
||||
not_valid_hybrid_plot_world: Hybrid Plot Manager wird für diese Aktion benötigt.
|
||||
block list:
|
||||
block_list_separater: '$1,$2 '
|
||||
biome:
|
||||
need_biome: $2Du musst ein Biom angeben.
|
||||
biome_set_to: '$2Plot Biome gesetzt: $2'
|
||||
teleport:
|
||||
teleported_to_plot: $1Du wurdest teleportiert.
|
||||
teleported_to_road: $2Du wurdest auf die Straße teleportiert.
|
||||
teleport_in_seconds: $1Teleportiere in %s Sekunden. Bewege dich nicht...
|
||||
teleport_failed: $2Teleportation wurde wegen einer Bewegung oder Schaden abgebrochen.
|
||||
set block:
|
||||
set_block_action_finished: $1Die letze Setblock-Aktion wurde fertiggestellt.
|
||||
debug:
|
||||
debug_section: $2>> $1&l%val%
|
||||
debug_line: $2>> $1%var%$2:$1 %val%&-
|
||||
debug_header: $1Debug Information&-
|
||||
requires_unmerged: Diser Plot kann nicht verbunden werden.
|
||||
invalid:
|
||||
not_valid_data: $2Das ist kein gültiger Datenwert.
|
||||
not_valid_block: $2Das ist kein gültiger Block.
|
||||
not_valid_number: $2Das ist keine gültige Zahl.
|
||||
not_valid_plot_id: $2Das ist keine gültige Plot-ID.
|
||||
plot_id_form: '$2Die Plot-ID muss wie folgt angegeben werden: $1X;Y $2z.B. $1-5;7'
|
||||
not_your_plot: $2Das ist nicht dein Plot.
|
||||
no_such_plot: $2Ein solcher Plot existiert nicht.
|
||||
player_has_not_been_on: $2Dieser Spieler war nicht in der Plotwelt.
|
||||
found_no_plots: $2Dein Suchmuster ergab keine Treffer.
|
||||
not_allowed_block: '$2Dieser Block ist nicht erlaubt: %s'
|
||||
found_no_plots_for_player: '$2Keine Grundstücke für %s gefunden.'
|
||||
camera:
|
||||
camera_started: $2Du verwendest den Kameramodus für Plot $1%s
|
||||
camera_stopped: $2Der Kameramodus wurde abeschaltet.
|
||||
need:
|
||||
need_plot_number: $2Du musst eine Plotnummer oder einen Alias angeben.
|
||||
need_block: $2Du musst einen Block angeben.
|
||||
need_plot_id: $2Du musst eine Plot-ID angeben.
|
||||
need_plot_world: $2Du musst eine Plotwelt angeben.
|
||||
need_user: $2Du musst einen Spielernamen angeben.
|
||||
info:
|
||||
plot_unowned: $2Für diese Aktion muss dieser Plot einen Besitzer aufweisen.
|
||||
plot_info_unclaimed: $2Plot $1%s$2 hat bisher keinen Besitzer.
|
||||
plot_info_header: $3&m---------&r $1INFO $3&m---------
|
||||
plot_info: '$1ID: $2%id%$1&-$1Alias: $2%alias%$1&-$1Besitzer: $2%owner%$1&-$1Biom:
|
||||
$2%biome%$1&-$1Baurechte: $2%build%$1&-$1Bewertung: $2%rating%$1/$210$1&-$1Helfer:
|
||||
$2%helpers%$1&-$1Vertraut: $2%trusted%$1&-$1Verboten: $2%denied%$1&-$1Flags: $2%flags%'
|
||||
plot_info_trusted: $1Vertraute:$2 %trusted%
|
||||
plot_info_denied: $1Verboten:$2 %denied%
|
||||
plot_info_flags: $1Flags:$2 %flags%
|
||||
plot_info_biome: $1Biom:$2 %biome%
|
||||
plot_info_rating: $1Bewertung:$2 %rating%
|
||||
plot_info_owner: $1Besitzer:$2 %owner%
|
||||
plot_info_id: $1ID:$2 %id%
|
||||
plot_info_alias: $1Alias:$2 %alias%
|
||||
plot_info_size: $1Größe:$2 %size%
|
||||
plot_user_list: ' $1%user%$2,'
|
||||
info_syntax_console: $2/plot info <world> X;Y
|
||||
none: Keiner
|
||||
now: Jetzt
|
||||
never: Niemals
|
||||
unknown: Unbekannt
|
||||
everyone: Jeder
|
||||
plot_info_footer: $3&m---------&r $1INFO $3&m---------
|
||||
plot_info_members: $1Members:$2 %members%
|
||||
plot_info_seen: $1Seen:$2 %seen%
|
||||
plot_flag_list: $1%s0:%s1$2
|
||||
working:
|
||||
generating_component: $1Die Generierung wurde gemäß deiner Einstellungen gestartet.
|
||||
clearing_plot: $2Plot wird asynchron geleert.
|
||||
clearing_done: $4Erfolgreich in %sms geleert.
|
||||
plot_not_claimed: $2Dieser Plot hat keinen Besitzer.
|
||||
plot_is_claimed: $2Dieser Plot hat bereits einen Besitzer.
|
||||
claimed: $4Plot erfolgreich in Besitz genommen.
|
||||
deleting_done: $4Löschung in %sms abgeschlossen.
|
||||
list:
|
||||
plot_list_header_paged: $2(Seite $1%von$2/$1%max$2) $1Liste Plots nach %word%
|
||||
plot_list_header: $1Liste aller %word% Plots.
|
||||
plot_list_item: $2>> $1%id$2:$1%Welt $2- $1%owner
|
||||
plot_list_item_ordered: $2[$1%in$2] >> $1%id$2:$1%Welt $2- $1%owner
|
||||
plot_list_footer: $2>> $1%word% umfasst insgesamt $2%num% $1Plots %plot%.
|
||||
comment_list_header_paged: $2(Seite $1%cur$2/$1%max$2) $1Liste %amount% Kommentare auf.
|
||||
clickable: ' (interactive)'
|
||||
area_list_header_paged: $2(Seite $1%cur$2/$1%max$2) $1Liste %amount% of Plot-Areas auf.
|
||||
left:
|
||||
left_plot: $2Du hast einen Plot verlassen.
|
||||
chat:
|
||||
plot_chat_format: '$2[$1Plot Chat$2][$1%plot_id%$2] $1%sender%$2: $1%msg%'
|
||||
plot_chat_spy_format: '$2[$1Plot Spy$2][$1%plot_id%$2] $1%sender%$2: $1%msg%'
|
||||
plot_chat_forced: $2Diese Welt zwingt jeden Spieler dazu den Plot Chat zu benutzen.
|
||||
plot_chat_on: $4Plot Chat aktiviert.
|
||||
plot_chat_off: $4Plot Chat deaktiviert.
|
||||
deny:
|
||||
denied_removed: $4Der Spieler darf diesen Plot wieder betreten.
|
||||
denied_added: $4Der Spieler darf diesen Plot nicht mehr betreten.
|
||||
denied_need_argument: $2Argumente fehlen. $1/plot denied add <name> $2oder $1/plot
|
||||
helpers remove <name>
|
||||
was_not_denied: $2Der Spieler durfte diesen Plot bereits betreten.
|
||||
you_got_denied: $4Du wurdest von dem Plot gebannt auf dem du dich befunden hast und wurdest zum Spawn teleportiert.
|
||||
rain:
|
||||
need_on_off: '$2Du musst einen Wert angeben. Mögliche Werte: $1on$2, $1off'
|
||||
setting_updated: $4Einstellungen erfolgreich aktualisiert.
|
||||
flag:
|
||||
flag_key: '$2Schlüssel: %s'
|
||||
flag_type: '$2Typ: %s'
|
||||
flag_desc: '$2Beschreibung: %s'
|
||||
not_valid_flag: $2Ungültige Flag
|
||||
not_valid_value: $2Wert der Flag muss alphanumerisch angegeben werden.
|
||||
flag_not_in_plot: $2Diese Flag wurde in diesem Plot nicht gesetzt.
|
||||
flag_not_removed: $2Die Flag konnte nicht entfernt werden.
|
||||
flag_not_added: $2Flag konnte nicht gesetzt werden.
|
||||
flag_removed: $4Flag erfolgreich entfernt.
|
||||
flag_added: $4Flag erfolreich hinzugefügt
|
||||
not_valid_flag_suggested: '$2Ungültige Flag. Meintest du: $1%s'
|
||||
trusted:
|
||||
was_not_added: $2Dieser Spieler war bisher kein Helfer auf diesem Plot.
|
||||
trusted_added: $4Spieler erfolgreich in diesem Plot vertraut.
|
||||
trusted_removed: $1Diesem Spieler wird auf diesem Plot nicht mehr vertraut.
|
||||
plot_removed_user: $1Plot %s wurde wegen Inaktivität des Plot Besitzers gelöscht.
|
||||
member:
|
||||
already_owner: $2Dieser Spieler ist bereits Besitzer des Plots.
|
||||
already_added: $2Dieser Spieler ist bereits in dieser Kategorie.
|
||||
removed_players: $2%s Spieler wurde von dem Plot entfernt.
|
||||
member_added: $4Dieser Spieler kann nun bauen wenn der Plot Besitzer online ist.
|
||||
member_removed: $1Du hast einen Spieler von dem Plot entfernt.
|
||||
member_was_not_added: $2Dieser Spieler war nicht diesem Plot hinzugefügt.
|
||||
plot_max_members: $2Du kannst nicht mehr Spieler diesem Plot hinzufügen.
|
||||
owner:
|
||||
set_owner: $4Plotbesitzer erfolgreich gesetzt.
|
||||
now_owner: $4Du bist jetzt Besitzer des Plots %s
|
||||
set_owner_cancelled: Die Plotübergabe wurde abgebrochen.
|
||||
signs:
|
||||
owner_sign_line_1: '$1ID: $1%id%'
|
||||
owner_sign_line_2: '$1Besitzer:'
|
||||
owner_sign_line_3: $2%plr%
|
||||
owner_sign_line_4: $3in Besitz
|
||||
help:
|
||||
help_header: $3&m---------&r $1Plot² Hilfe $3&m---------
|
||||
help_info_item: $1/plot help %category% $3- $2%category_desc%
|
||||
help_item: $1%usage% [%alias%]&- $3- $2%desc%&-
|
||||
direction: '$1Aktuelle Himmelsrichtung: %dir%'
|
||||
help_page_header: '$1Kategorie: $2%category%$2,$1 Seite: $2%current%$3/$2%max%$2'
|
||||
help_footer: $3&m---------&r $1Plot² Hilfe $3&m---------
|
||||
'-':
|
||||
custom_string: '-'
|
||||
set:
|
||||
set_attribute: $4Successfully set %s0 set to %s1
|
||||
web:
|
||||
generating_link: $1Lade Plot hoch...
|
||||
generating_link_failed: $2Es konnte kein Download Link erstellt werden!
|
||||
save_failed: $2Konnte Plot nicht speichern.
|
||||
load_null: $2Benutze $4/plot load $2um eine Liste der Schematics zu bekommen.
|
||||
load_failed: $2Fehler beim Laden des Plots.
|
||||
load_list: '$2Um eine Schematic zu laden benutze $1/plot load #'
|
||||
save_success: $1Gespeichert!
|
||||
gamemode:
|
||||
gamemode_was_bypassed: $1Du ignorierst den Spielmodus ($2{gamemode}$1) $1im Plot $2{plot}
|
||||
height limit:
|
||||
height_limit: $1Diese Plot Region hat ein Höhenlimit von $2{limit}
|
||||
inventory:
|
||||
inventory_usage: '&cBenutzung: &6{usage}'
|
||||
inventory_desc: '&cBeschreibung: &6{desc}'
|
||||
inventory_category: '&cKategorie: &6{category}'
|
||||
toggle:
|
||||
toggle_enabled: '$2Einstellungen aktiviert: %s'
|
||||
toggle_disabled: '$2Einstellungen deaktiviert: %s'
|
||||
blocked command:
|
||||
command_blocked: $2Dieser Befehl darf nicht in diesem Plot genutzt werden.
|
||||
done:
|
||||
done_already_done: $2Dieses Plot ist bereits als fertig markiert.
|
||||
done_not_done: $2Dieses Plot ist nicht als fertig markiert.
|
||||
done_insufficient_complexity: $2Dieses Plot ist zu simpel. Füge mehr Struktur und Terrain hinzu bevor du den Befehl erneut benutzt.
|
||||
done_success: $1Plot als fertig markiert.
|
||||
done_removed: $1Du kannst nun weiterbauen.
|
||||
tutorial:
|
||||
rate_this: $2Bewerte dieses Plot.
|
||||
comment_this: '$2Hinterlasse deine Meinung über das Plot: %s'
|
||||
desc:
|
||||
desc_set: $2Plot Beschreibung gesetzt.
|
||||
desc_unset: $2Plot Beschreibung gelöscht.
|
||||
missing_desc: $2Du musst eine Beschreibung angeben.
|
||||
cap:
|
||||
entity_cap: $2Du darfst hier keine Mobs spawnen.
|
||||
paste:
|
||||
debug_report_created: '$1Debug-Log hochgeladen: $1%url%'
|
||||
unsafe:
|
||||
debugallowunsafe_on: $2Unsichere Aktionen sind jetzt erlaubt.
|
||||
debugallowunsafe_off: $2Unsichere Aktionen sind jetzt nicht mehr erlaubt.
|
||||
near:
|
||||
plot_near: '$2Spieler: %s0'
|
||||
kick:
|
||||
you_got_kicked: $4Du wurdest gekickt!
|
||||
grants:
|
||||
granted_plots: '$Ergebnis: $2%s $1Zuschuss übrig'
|
||||
granted_plot: $1Du gewährst %s0 Plot an $2%s1
|
||||
granted_plot_failed: '$1Gewährung gescheitert: $2%s'
|
394
Bukkit/src/main/resources/es-ES.yml
Normal file
394
Bukkit/src/main/resources/es-ES.yml
Normal file
@ -0,0 +1,394 @@
|
||||
confirm:
|
||||
failed_confirm: $2No tienes acciones pendientes por confirmar.
|
||||
requires_confirm: '$2¿Estas seguro de realizar este comando?: $1%s$2?&-$2¡No hay vuelta atras! Si estas seguro escribe: $1/plot confirm'
|
||||
expired_confirm: $2La confirmación ha expirado, por favor ejecute el comando otra vez!
|
||||
move:
|
||||
move_success: $4La parcela fue movida correctamente.
|
||||
copy_success: $4La parcela fue copiada correctamente.
|
||||
requires_unowned: $2La localizacion especificada ya esta ocupada.
|
||||
web:
|
||||
generating_link: $1Procesando parcela...
|
||||
generating_link_failed: $2¡Fallo al generar un link de descarga!
|
||||
save_failed: $2Fallo al guardar.
|
||||
load_null: $2Por favor usa $4/plot load $2para conseguir una schematic.
|
||||
load_failed: $2Fallo al cargar schematic.
|
||||
load_list: '$2Para cargar una schematic usa $1/plot load #'
|
||||
save_success: $1¡Guardado completado!
|
||||
compass:
|
||||
compass_target: $4Parcela seleccionada con la brujula completada.
|
||||
cluster:
|
||||
cluster_available_args: '$1Los siguientes subcomandos estan disponibles: $4list$2,
|
||||
$4create$2, $4delete$2, $4resize$2, $4invite$2, $4kick$2, $4leave$2, $4members$2,
|
||||
$4info$2, $4tp$2, $4sethome'
|
||||
cluster_list_heading: $2Hay $1%s$2 agrupaciones en este mundo.
|
||||
cluster_list_element: $2 - $1%s&-
|
||||
cluster_intersection: $2El area propuesta se solapa con $1%s$2 de la parcela existente.
|
||||
cluster_added: $4Creacion de agrupaciones completado.
|
||||
cluster_deleted: $4Borrado de agrupaciones completado.
|
||||
cluster_resized: $4Reescalado de agrupaciones completado.
|
||||
cluster_added_user: $4Añadido usuario a la agrupacion con exito.
|
||||
cannot_kick_player: $2Tu no puedes expulsar a este jugador.
|
||||
cluster_invited: '$1Has sido invitado a la siguiente agrupacion: $2%s'
|
||||
cluster_removed: '$1Has sido eliminado de la agrupacion: $2%s'
|
||||
cluster_kicked_user: $4Usuario expulsado con exito.
|
||||
invalid_cluster: '$1Nombre de agrupacion invalido: $2%s'
|
||||
cluster_not_added: $2Este jugador no fue añadido a la agrupacion de parcelas.
|
||||
cluster_cannot_leave: $1Debes eliminar o transferir el dueño antes de salir.
|
||||
cluster_added_helper: $4Ayudante añadido a la agrupacion con exito.
|
||||
cluster_removed_helper: $4Ayudante eliminado de la agrupacion con exito.
|
||||
cluster_regenerated: $4Regeneracion de la agrupacion comenzada con exito.
|
||||
cluster_teleporting: $4Teletransportando...
|
||||
cluster_info: '$1Agrupacion actual: $2%id%&-$1Nombre: $2%name%&-$1Propietario: $2%owner%&-$1Tamaño:
|
||||
$2%size%&-$1Derechos: $2%rights%'
|
||||
cluster_outside: '$2El área propuesta está fuera del área de la parcela: %s0'
|
||||
border:
|
||||
border: $2Estas en las afueras del borde del mapa.
|
||||
unclaim:
|
||||
unclaim_success: $4Desclaimeaste la parcela correctamente.
|
||||
unclaim_failed: $2No se pudo desclaimear la parcela.
|
||||
worldedit masks:
|
||||
worldedit_delayed: $2Por favor espere mientras se procesa tu accion de WorldEdit...
|
||||
worldedit_run: '$2Sentimos la tardanza. Ejecutando: %s'
|
||||
require_selection_in_mask: $2%s la seleccion no esta en tu parcela. Solo puedes editar la zona de tu parcela.
|
||||
worldedit_volume: $2No puedes seleccionar el volumen de %current%. El volumen maximo de modificacion es %max%.
|
||||
worldedit_iterations: $2No puedes repetir %current% veces. El límite es %max%.
|
||||
worldedit_unsafe: $2El acceso a ese comando ha sido bloqueado.
|
||||
worldedit_bypass: $2&oPara evitar las restrinciones usa $4/plot wea
|
||||
worldedit_bypassed: $2 Sobrepasando las restrincciones de WorlEdit.
|
||||
worldedit_unmasked: $1El WorldEdit desactivo tus restricciones. Tus permisos de WorldEdit son ilimitados.
|
||||
worldedit_restricted: $1Tus permisos de WorldEdit estan restringidos.
|
||||
gamemode:
|
||||
gamemode_was_bypassed: $1Has omitido el modo de juego ($2{gamemode}$1) $1set for $2{plot}
|
||||
height limit:
|
||||
height_limit: $1Esta parcela tiene un limite de altura de $2{limit}
|
||||
records:
|
||||
record_play: $2%player $2comenzando a registrar la parcela $1%name
|
||||
notify_enter: $2%player $2introduce tu parcela ($1%plot$2)
|
||||
notify_leave: $2%player $2abandona tu parcela ($1%plot$2)
|
||||
swap:
|
||||
swap_overlap: $2Las áreas propuestas no pueden superponerse.
|
||||
swap_dimensions: $2El area propuesta debe tener dimensiones comparables.
|
||||
swap_syntax: $2/plot swap <plot id>
|
||||
swap_success: $4Intercambio de parcelas completado
|
||||
started_swap: $2 Intercambiando las tareas de las parcelas. Serás notificado cuando el proceso haya terminado.
|
||||
comment:
|
||||
inbox_notification: '%s Mensajes no leidos. Usa /plot inbox'
|
||||
not_valid_inbox_index: $2No hay comentarios %s
|
||||
inbox_item: $2 - $4%s
|
||||
comment_syntax: $2Usa /plot comment [X;Z] <%s> <comment>
|
||||
invalid_inbox: '$2Esta no es una bandeja de entrada valida.&-$1Los valores aceptados: %s'
|
||||
no_perm_inbox: $2No tienes permisos para ingresar a esta bandeja de entrada.
|
||||
no_perm_inbox_modify: $2No tienes permisos para modificar esta bandeja de entrada.
|
||||
no_plot_inbox: $2Debes permanecer en la parcela para poder escribir el comentario.
|
||||
comment_removed: $4Comentario eliminado satisfactoriamente/s:n$2 - '$3%s$2'
|
||||
comment_added: $4Te han dejado un comentario.
|
||||
comment_header: $2&m---------&r $1Comentarios $2&m---------&r
|
||||
inbox_empty: $2No hay comentarios.
|
||||
console:
|
||||
not_console: $2Por razones de seguridad, este comando solo se puede ejecutar desde la consola.
|
||||
is_console: $2Este comando solo puede ser ejecutado por los jugadores.
|
||||
inventory:
|
||||
inventory_usage: '&cUso: &6{usage}'
|
||||
inventory_desc: '&cDescripcion: &6{desc}'
|
||||
inventory_category: '&cCategoria: &6{category}'
|
||||
clipboard:
|
||||
clipboard_set: $2La parcela actual fue copiada a tu portapapeles, usa $1/plot paste$2 para copiarla.
|
||||
pasted: $4La seleccion de la parcela ha sido copiada correctamente.
|
||||
paste_failed: '$2Fallo al copiar la seleccion. Razon: $2%s'
|
||||
no_clipboard: $2No tienes nada seleccionado en el portapapeles.
|
||||
clipboard_info: '$2Seleccion actual - Plot ID: $1%id$2, Ancho: $1%width$2, Bloques totales: $1%total$2'
|
||||
toggle:
|
||||
toggle_enabled: '$2Ajustes activados : %s'
|
||||
toggle_disabled: '$2Ajustes desactivados : %s'
|
||||
blocked command:
|
||||
command_blocked: $2El comando no esta permitido en esta parcela.
|
||||
done:
|
||||
done_already_done: $2Esta parcela esta finalizada.
|
||||
done_not_done: $2Esta parcela no esta finalizada.
|
||||
done_insufficient_complexity: $2Esta parcela es muy simple. Porfavor añade mas detalles antes de usar este comando.
|
||||
done_success: $1Parcela finalizada con exito.
|
||||
done_removed: $1Ya puedes continuar construyendo en esta parcela.
|
||||
ratings:
|
||||
rating_not_valid: $2Tienes que especificar un número entre 1 y 10.
|
||||
rating_already_exists: $2Ya has valorado la parcela. $2%s
|
||||
rating_applied: $4Has valorado correctamente la parcela. $2%s
|
||||
rating_not_your_own: $2No puedes valorar tu propia parcela.
|
||||
rating_not_done: $2Solo puedes valorar parcelas terminadas.
|
||||
rating_not_owned: $2No puedes valorar una parcela que no pertenece a nadie.
|
||||
ratings_purged: $2Calificaciones purgadas para esta parcela
|
||||
tutorial:
|
||||
rate_this: $2¡Valora esta parcela!
|
||||
comment_this: '$2Deja tu opinion de esta parcela: %s'
|
||||
economy:
|
||||
econ_disabled: $2La economia no esta activada.
|
||||
cannot_afford_plot: $2No te puedes permitir comprar esta parcela. Cuesta $1%s
|
||||
not_for_sale: $2Esta parcela no esta a la venta.
|
||||
cannot_buy_own: $2No puedes comprar tu propia parcela.
|
||||
plot_sold: $4Tu parcela; $1%s0$4, se ha vendido por $1%s1$4 para $1$%s2
|
||||
cannot_afford_merge: $2Tu no puedes permitirte combinar las parcelas. Cuesta $1%s
|
||||
added_balance: $1%s $2 fue añadido a tu fondo de dinero.
|
||||
removed_balance: $1%s $2 fue removido de tu fondo de dinero.
|
||||
removed_granted_plot: $2Usaste %s concesiones de trama, te quedan 5 $1%s
|
||||
setup:
|
||||
setup_init: '$1Uso: $2/plot setup <cantidad>'
|
||||
setup_step: '$3[$1Step %s0$3] $1%s1 $2- $1Espectando: $2%s2 $1Default: $2%s3'
|
||||
setup_invalid_arg: '$2%s0 no es un argumento valido para este paso %s1. Para cancelar la configuracion usa: $1/plot setup cancel'
|
||||
setup_valid_arg: $2Valor $1%s0 $2ajustado a %s1
|
||||
setup_finished: $4Deberias haber sido teletransportado al mundo creado, sino tendras que generarlo manualmente usando el bukkit.yml
|
||||
setup_world_taken: $2%s este mundo ya esta registrado.
|
||||
setup_missing_world: $2 Necesitas especificar el nombre del mundo ($1/plot setup
|
||||
&l<world>$1 <generator>$2)&-$1Comandos adicionales:&-$2 - $1/plot setup <value>&-$2
|
||||
- $1/plot setup back&-$2 - $1/plot setup cancel
|
||||
setup_missing_generator: $2Tienes que especificar un generador ($1/plot setup <world>
|
||||
&l<generator>&r$2)&-$1Comandos adicionales:&-$2 - $1/plot setup <value>&-$2 - $1/plot
|
||||
setup back&-$2 - $1/plot setup cancel
|
||||
setup_invalid_generator: '$2Generador inválido. Opciones posibles: %s'
|
||||
schematics:
|
||||
schematic_missing_arg: '$2Necesitas especificar un argumento. Valores posibles:
|
||||
$1test <name>$2 , $1save$2 , $1paste $2, $1exportall'
|
||||
schematic_invalid: '$2Este no es un schematic valido. Razon: $2%s'
|
||||
schematic_valid: $2Este es un schematic valido.
|
||||
schematic_paste_failed: $2Fallo al pegar el schematic.
|
||||
schematic_paste_success: $4El schematic ha sido copiado correctamente.
|
||||
schematic_too_large: $2¡La trama es demasiado grande para esta acción!
|
||||
titles:
|
||||
title_entered_plot: '$1Parcela: %world%;%x%;%z%'
|
||||
title_entered_plot_sub: $4Propiedad de %s
|
||||
prefix_greeting: '$1%id%$2> '
|
||||
prefix_farewell: '$1%id%$2> '
|
||||
core:
|
||||
task_start: Comenzando la tarea...
|
||||
prefix: $3[$1P2$3] $2
|
||||
enabled: $1PlotSquared esta activado.
|
||||
reload:
|
||||
reloaded_configs: $1Las traducciones y opciones del mundo han sido cargados.
|
||||
reload_failed: $2Fallo al cargar las configuraciones de los archivos.
|
||||
desc:
|
||||
desc_set: $2Descripcion de la parcela.
|
||||
desc_unset: $2Descripcion de la parcela no especificada.
|
||||
missing_desc: $2Necesitas especificar una descripcion.
|
||||
alias:
|
||||
alias_set_to: $2Alias de la parcela establecido en $1%alias%
|
||||
missing_alias: $2Necesitas especificar un alias.
|
||||
alias_too_long: $2El alias debe ser < de 50 caracteres
|
||||
alias_is_taken: $2Ese alias ya ha sido utilizado.
|
||||
alias_removed: $2Parcela alias eliminado
|
||||
position:
|
||||
missing_position: '$2Necesitas especificar una posicion. Valores posibles: $1none'
|
||||
position_set: $1Hogar establecido en tu posicion actual.
|
||||
position_unset: $1Hogar reseteado a la posicion por defecto.
|
||||
home_argument: $2Usa /plot set home [none]
|
||||
invalid_position: $2Valor de posicion no valida.
|
||||
time:
|
||||
time_format: $1%hours%, %min%, %sec%
|
||||
permission:
|
||||
no_schematic_permission: $2No tienes permisos para usar schematic $1%s
|
||||
no_permission: '$2Careces de los permisos de este nodo: $1%s'
|
||||
no_permission_event: '$2Careces de los permisos de este nodo: $1%s'
|
||||
no_plot_perms: $2Tienes que ser el dueño de la parcela para realizar esta accion.
|
||||
cant_claim_more_plots: $2No puedes claimear mas parcelas.
|
||||
cant_transfer_more_plots: $2No puedes enviar mas parcelas a ese usuario.
|
||||
cant_claim_more_plots_num: $2No puedes claimear mas de $1%s $2parcelas a la vez.
|
||||
you_be_denied: $2No tienes permitido entrar en esta parcela.
|
||||
merge_request_confirm: Peticion de agrupamiento de %s
|
||||
cant_claim_more_clusters: $2No puedes reclamar más grupos.
|
||||
merge:
|
||||
merge_not_valid: $2La peticion de agrupacion ya no es valida.
|
||||
merge_accepted: $2La peticion de agrupacion ha sido aceptada.
|
||||
success_merge: $2¡Las parcelas se han agrupado!
|
||||
merge_requested: $2Se ha enviado con exito la peticion de agrupar.
|
||||
no_perm_merge: '$2No eres el dueño de la parcela: $1%plot%'
|
||||
no_available_automerge: $2 No eres propietario de ninguna parcela adyacente en la direccion especificada o no tienes permitido agrupar el tamaño requerido.
|
||||
unlink_required: $2Se requiere una desconexion para hacer esto.
|
||||
unlink_impossible: $2Solo puedes desconectar una mega-parcela.
|
||||
unlink_success: $2Se han desconectado las parcelas.
|
||||
errors:
|
||||
invalid_player_wait: '$2Jugador no encontrado: $1%s$2, buscando. Prueba mas tarde.'
|
||||
invalid_player: '$2Jugador no encontrado: $1%s$2.'
|
||||
invalid_player_offline: '$2El jugador debe estar conectado: $1%s.'
|
||||
command_went_wrong: $2Algo ocurrio ejecutando este comando...
|
||||
no_free_plots: $2No hay parcelas libres disponibles.
|
||||
not_in_plot: $2No estas en ninguna parcela.
|
||||
not_in_cluster: $2Debes tener una agrupacion de parcelas para realizar esta accion.
|
||||
not_in_plot_world: $2No estas en el mundo de parcelas.
|
||||
plotworld_incompatible: $2Los dos mundos deben ser compatibles.
|
||||
not_valid_world: $2Esto no es un mundo valido. (caso sensitivo)
|
||||
not_valid_plot_world: $2Esta no es una parcela valida. (caso sensitivo)
|
||||
no_plots: $2No tienes ninguna parcela.
|
||||
wait_for_timer: $2El temporizador del selector de bloque esta ligado a ti o a la parcela actual. Por favor espere a que termine.
|
||||
invalid_command_flag: '$2Indicador de comando no válido: %s0'
|
||||
error: '$2Ocurrió un error: %s'
|
||||
not_loaded: $2No se pudo cargar la trama
|
||||
paste:
|
||||
debug_report_created: '$1Se ha enviado una depuracion a: $1%url%'
|
||||
purge:
|
||||
purge_success: $4Se ha limpiado %s parcelas.
|
||||
trim:
|
||||
trim_in_progress: La tarea de recorte esta en proceso!
|
||||
not_valid_hybrid_plot_world: Es necesario el dueño de las parcelas para realizar esta accion.
|
||||
block list:
|
||||
block_list_separater: '$1,$2 '
|
||||
biome:
|
||||
need_biome: $2Necesitas especificar un bioma valido.
|
||||
biome_set_to: $2El bioma de la parcela ha sido cambiado a $2
|
||||
teleport:
|
||||
teleported_to_plot: $1Has sido teletransportado.
|
||||
teleported_to_road: $2Has sido teletransportado a la carretera.
|
||||
teleport_in_seconds: $1Teletransporte en %s segundos. No te muevas...
|
||||
teleport_failed: $2Teletransporte cancelado debido a movimiento o daño.
|
||||
set block:
|
||||
set_block_action_finished: $1La ultima accion de seleccion de bloque se ha finalizado.
|
||||
unsafe:
|
||||
debugallowunsafe_on: $2Acciones inseguras habilitadas.
|
||||
debugallowunsafe_off: $2Acciones inseguras deshabilitadas.
|
||||
debug:
|
||||
debug_header: $1Informacion de Debug&-
|
||||
debug_section: $2>> $1&l%val%
|
||||
debug_line: $2>> $1%var%$2:$1 %val%&-
|
||||
invalid:
|
||||
not_valid_data: $2No es una informacion de id valida.
|
||||
not_valid_block: '$2No es un bloque valido: %s'
|
||||
not_allowed_block: '$2Ese bloque no esta permitido: %s'
|
||||
not_valid_number: '$2No es un numero valido en el rango: %s'
|
||||
not_valid_plot_id: $2No es una id de parcela valida.
|
||||
plot_id_form: '$2La id de la parcela tiene que estar de manera: $1X;Y $2e.g. $1-5;7'
|
||||
not_your_plot: $2Esa no es tu parcela.
|
||||
no_such_plot: $2No existe dicha parcela.
|
||||
player_has_not_been_on: $2Este usuario no ha estado en el mundo de parcelas.
|
||||
found_no_plots: $2No se ha encontrado parcelas con esta informacion.
|
||||
found_no_plots_for_player: '$2No se encontraron parcelas para jugador: %s'
|
||||
camera:
|
||||
camera_started: $2Has entrado en modo camara para la parcela $1%s
|
||||
camera_stopped: $2Ya no estas en modo camara.
|
||||
need:
|
||||
need_plot_number: $2Necesitas especificar un alias o numero de parcela.
|
||||
need_block: $2Necesitas especificar un bloque.
|
||||
need_plot_id: $2Necesitas especificar la id de una parcela.
|
||||
need_plot_world: $2Necesitas especificar un mundo de parcelas.
|
||||
need_user: $2Necesitas especificar un usuario.
|
||||
info:
|
||||
none: Ninguno
|
||||
unknown: Desconocido
|
||||
everyone: Todos
|
||||
plot_unowned: $2La parcela actual tiene que tener un propietario para ejecutar esa accion.
|
||||
plot_info_unclaimed: $2Parcela $1%s$2 aun no esta claimeada.
|
||||
plot_info_header: $3&m---------&r $1INFO $3&m---------
|
||||
plot_info: '$1ID: $2%id%$1&-$1Alias: $2%alias%$1&-$1Propietario: $2%owner%$1&-$1Bioma:
|
||||
$2%biome%$1&-$1Puede construir: $2%build%$1&-$1Clasificacion: $2%rating%&-$1Confianza:
|
||||
$2%trusted%$1&-$1Miembros: $2%members%$1&-$1Denegados: $2%denied%$1&-$1Flags:
|
||||
$2%flags%'
|
||||
plot_info_footer: $3&m---------&r $1INFO $3&m---------
|
||||
plot_info_trusted: $1Confianza:$2 %trusted%
|
||||
plot_info_members: $1Miembros:$2 %members%
|
||||
plot_info_denied: $1Denegado:$2 %denied%
|
||||
plot_info_flags: $1Flags:$2 %flags%
|
||||
plot_info_biome: $1Bioma:$2 %biome%
|
||||
plot_info_rating: $1Clasificacion:$2 %rating%
|
||||
plot_info_owner: $1Propietario:$2 %owner%
|
||||
plot_info_id: $1ID:$2 %id%
|
||||
plot_info_alias: $1Alias:$2 %alias%
|
||||
plot_info_size: $1Tamaño:$2 %size%
|
||||
plot_user_list: ' $1%user%$2,'
|
||||
info_syntax_console: $2/plot info X;Y
|
||||
now: Ahora
|
||||
never: Nunca
|
||||
plot_info_seen: $1Seen:$2 %seen%
|
||||
plot_flag_list: $1%s0:%s1$2
|
||||
working:
|
||||
generating_component: $1Empezando a generar componentes desde tus opciones.
|
||||
clearing_plot: $2Limpiando parcela async.
|
||||
clearing_done: $4¡Limpieza completada! Ha tardado %sms.
|
||||
plot_not_claimed: $2Parcela no reclamada.
|
||||
plot_is_claimed: $2Esta parcela ya esta reclamada.
|
||||
claimed: $4Has reclamado con exito esta parcela.
|
||||
deleting_done: $4Eliminar completado! Tomó %sms.
|
||||
list:
|
||||
comment_list_header_paged: $2(Page $1%cur$2/$1%max$2) $1Lista de %amount% comentarios.
|
||||
clickable: ' (interactive)'
|
||||
plot_list_header_paged: $2(Page $1%cur$2/$1%max$2) $1Lista de %amount% parcelas.
|
||||
plot_list_header: $1Lista de %word% parcelas.
|
||||
plot_list_item: $2>> $1%id$2:$1%world $2- $1%owner.
|
||||
plot_list_item_ordered: $2[$1%in$2] >> $1%id$2:$1%world $2- $1%owner.
|
||||
plot_list_footer: $2>> $1%word% un total $2%num% $1claimeado %plot%.
|
||||
area_list_header_paged: $2(Página $1%cur$2/$1%max$2) $1lista de %amount% areas
|
||||
left:
|
||||
left_plot: $2Has abandonado una parcela.
|
||||
chat:
|
||||
plot_chat_format: '$2[$1Plot Chat$2][$1%plot_id%$2] $1%sender%$2: $1%msg%'
|
||||
plot_chat_forced: $2Este mundo obliga a usar el chat de parcela.
|
||||
plot_chat_on: $4Chat de parcela activado.
|
||||
plot_chat_off: $4Chat de parcela desactivado.
|
||||
plot_chat_spy_format: '$2[$1Plot Spy$2][$1%plot_id%$2] $1%sender%$2: $1%msg%'
|
||||
deny:
|
||||
denied_removed: $4Este usuario ya no esta denegado en esta parcela.
|
||||
denied_added: $4Has denegado este usuario de tu parcela.
|
||||
denied_need_argument: $2Faltan argumentos. $1/plot denied add <name> $2o $1/plot denied remove <name>
|
||||
was_not_denied: $2Ese usuario no ha sido denegado de este plot.
|
||||
you_got_denied: $4Has sido denegado de la parcela, se te ha teletransportado al spawn.
|
||||
rain:
|
||||
need_on_off: '$2Necesitas un valor especifico. Posible valores: $1on$2, $1off'
|
||||
setting_updated: $4Has actualizado las opciones.
|
||||
flag:
|
||||
flag_key: '$2Llave: %s'
|
||||
flag_type: '$2Tipo: %s'
|
||||
flag_desc: '$2Desc: %s'
|
||||
not_valid_flag: $2No es una flag valida.
|
||||
not_valid_value: $2El valor de la flag tiene que ser alfanumerico.
|
||||
flag_not_in_plot: $2La parcela no tiene flag.
|
||||
flag_not_removed: $2No se ha podido remover la flag.
|
||||
flag_not_added: $2La flag no se ha podido añadir.
|
||||
flag_removed: $4Flag removida con exito.
|
||||
flag_added: $4Flag añadida con exito.
|
||||
not_valid_flag_suggested: '$2Eso no es una bandera válida. Querías decir: $1%s'
|
||||
trusted:
|
||||
trusted_added: $4Has añadido un usuario de confianza en esta parcela.
|
||||
trusted_removed: $4Has removido un usuario de confianza en esta parcela.
|
||||
was_not_added: $2Ese usuario no es de confianza en esta parcela.
|
||||
plot_removed_user: $1La parcela %s en la que estabas añadido fue removida por inactividad.
|
||||
member:
|
||||
removed_players: $2Removido %s jugadores de esta parcela.
|
||||
already_owner: $2Ese usuario es el dueño del parcela.
|
||||
already_added: $2Ese usuario ya esta en esa categoria.
|
||||
member_added: $4Este usuario puede construir mientras el dueño de la parcela este conectado.
|
||||
member_removed: $1Has removido a un usuario de tu parcela.
|
||||
member_was_not_added: $2Ese usuario no fue añadido a tu parcela.
|
||||
plot_max_members: $2No puedes añadir mas personas.
|
||||
owner:
|
||||
set_owner: $4Has añadido con exito el dueño de la parcela.
|
||||
now_owner: $4Ahora eres dueño de esta parcela %s
|
||||
set_owner_cancelled: $2La setowner la acción fue cancelada
|
||||
signs:
|
||||
owner_sign_line_1: '$1ID: $1%id%'
|
||||
owner_sign_line_2: '$1Propietario:'
|
||||
owner_sign_line_3: $2%plr%
|
||||
owner_sign_line_4: $3Claimeado
|
||||
help:
|
||||
help_header: $3&m---------&r $1Plot² Ayuda $3&m---------
|
||||
help_page_header: '$1Categoria: $2%category%$2,$1 Página: $2%current%$3/$2%max%$2'
|
||||
help_footer: $3&m---------&r $1Plot² Ayuda $3&m---------
|
||||
help_info_item: $1/plot help %category% $3- $2%category_desc%
|
||||
help_item: $1%usage% [%alias%]&- $3- $2%desc%&-
|
||||
direction: '$1Direccion actual: %dir%'
|
||||
'-':
|
||||
custom_string: '-'
|
||||
commandconfig:
|
||||
not_valid_subcommand: $2No es un subcomando valido.
|
||||
did_you_mean: '$2Quisiste decir: $1%s'
|
||||
name_little: $2%s0 el nombre es muy corto, $1%s1$2<$1%s3
|
||||
no_commands: $2No tienes permitido utilizar cualquier subcomando.
|
||||
subcommand_set_options_header: '$2Valores posibles: '
|
||||
command_syntax: '$1Usos: $2%s'
|
||||
flag_tutorial_usage: '$1Haz que un administrador coloque la bandera: $2%s'
|
||||
bar api: {}
|
||||
set:
|
||||
set_attribute: $4Establecer con éxito %s0 ajustado a %s1
|
||||
cap:
|
||||
entity_cap: $2No tienes permitido engendrar más mobs
|
||||
near:
|
||||
plot_near: '$1Jugadores: %s0'
|
||||
kick:
|
||||
you_got_kicked: $4Te patearon!
|
||||
grants:
|
||||
granted_plots: '$1Resultado: $2%s $1grants left'
|
||||
granted_plot: $1You granted %s0 plot to $2%s1
|
||||
granted_plot_failed: '$1Subvención fallida: $2%s'
|
393
Bukkit/src/main/resources/fr-FR.yml
Normal file
393
Bukkit/src/main/resources/fr-FR.yml
Normal file
@ -0,0 +1,393 @@
|
||||
#Translated by Bobbber#5545
|
||||
#12.12.2018
|
||||
confirm:
|
||||
expired_confirm: $2La confirmation a expiré, veuillez relancer la commande.!
|
||||
failed_confirm: '$2Vous n''avez aucune action en attente à confirmer!'
|
||||
requires_confirm: '$2Êtes-vous sûr de vouloir exécuter: $1%s$2?&-$2Ça ne peut pas être inversé! Si vous êtes certain: $1/plot confirm'
|
||||
move:
|
||||
move_success: $4Parcelle déplacée avec succès.
|
||||
copy_success: $4Parcelle copiée avec succès.
|
||||
requires_unowned: '$2L''emplacement spécifié est déjà occupé.'
|
||||
set:
|
||||
set_attribute: $4Réglé avec succès %s0 mis à %s1
|
||||
web:
|
||||
generating_link: $1Parcelle en traitement...
|
||||
generating_link_failed: $2Impossible de générer le lien de téléchargement!
|
||||
save_failed: $2Échec de la sauvegarde
|
||||
load_null: $2Veuillez utiliser $4/plot load $2pour obtenir une liste des schématics
|
||||
load_failed: $2Impossible de charger le schématic
|
||||
load_list: '$2Pour charger un schématic, utilisez $1/plot load #'
|
||||
save_success: $1Enregistré avec succès!
|
||||
compass:
|
||||
compass_target: $4Parcelle ciblée avec la boussole, réussi.
|
||||
cluster:
|
||||
cluster_available_args: '$1Les sous-commandes suivantes sont disponibles: $4list$2, $4create$2,
|
||||
$4delete$2, $4resize$2, $4invite$2, $4kick$2, $4leave$2, $4members$2, $4info$2,
|
||||
$4tp$2, $4sethome'
|
||||
cluster_list_heading: $2Il y a $1%s$2 clusters dans ce monde
|
||||
cluster_list_element: $2 - $1%s&-
|
||||
cluster_intersection: '$2La zone proposée chevauche avec: %s0'
|
||||
cluster_outside: '$2La zone proposée est en dehors de la parcelle: %s0'
|
||||
cluster_added: $4Cluster créé avec succès.
|
||||
cluster_deleted: $4Cluster supprimé avec succès.
|
||||
cluster_resized: $4Cluster redimensionné avec succès.
|
||||
cluster_added_user: $4Utilisateur ajouté avec succès au cluster.
|
||||
cannot_kick_player: $2Vous ne pouvez pas kick ce joueur
|
||||
cluster_invited: '$1Vous avez été invité au cluster suivant: $2%s'
|
||||
cluster_removed: '$1Vous avez été retiré du cluster: $2%s'
|
||||
cluster_kicked_user: '$4Vous avez expulsé avec succès l''utilisateur'
|
||||
invalid_cluster: '$1Nom de cluster non valide: $2%s'
|
||||
cluster_not_added: '$2Ce joueur n''a pas été ajouté au parcelle de cluster'
|
||||
cluster_cannot_leave: $1Vous devez supprimer ou transférer la propriété avant de partir
|
||||
cluster_added_helper: '$4Ajout réussi d''un assistant au cluster'
|
||||
cluster_removed_helper: '$4Suppression réussie d''un assistant du cluster'
|
||||
cluster_regenerated: $4La régénération de cluster a démarré avec succès
|
||||
cluster_teleporting: $4Téléportation...
|
||||
cluster_info: '$1Cluster actuel: $2%id%&-$1Nom: $2%name%&-$1Propriétaire: $2%owner%&-$1Taille:
|
||||
$2%size%&-$1Droits: $2%rights%'
|
||||
border:
|
||||
border: $2Vous êtes en dehors de la bordure de la map actuelle
|
||||
unclaim:
|
||||
unclaim_success: $4Vous avez réussi à canceller votre claim de plot.
|
||||
unclaim_failed: $2Impossible de canceller votre claim de plot
|
||||
worldedit masks:
|
||||
worldedit_delayed: $2Veuillez patienter pendant que nous traitons votre action WorldEdit...
|
||||
worldedit_run: '$2Toutes mes excuses pour le délais. Nous exécutons: %s'
|
||||
require_selection_in_mask: '$2%s de votre sélection n''est pas dans votre masque de parcelle. Vous pouvez seulement éditer dans votre parcelle.'
|
||||
worldedit_volume: $2Vous ne pouvez pas sélectionner un volume de %current%. Le volume maximum que vous pouvez modifier est %max%.
|
||||
worldedit_iterations: '$2Vous ne pouvez pas itérer %current% fois. Le nombre maximum d''itérations autorisé est %max%.'
|
||||
worldedit_unsafe: '$2L''accès à cette commande a été bloqué'
|
||||
worldedit_bypass: $2&oPour contourner vos restrictions, utilisez $4/plot wea
|
||||
worldedit_bypassed: $2Restriction actuellement contourné de WorldEdit.
|
||||
worldedit_unmasked: $1Votre WorldEdit est maintenant illimité.
|
||||
worldedit_restricted: $1Votre WorldEdit est maintenant limité.
|
||||
gamemode:
|
||||
gamemode_was_bypassed: $1Vous avez contourné le GameMode ($2{gamemode}$1) $1fixé pour $2{plot}
|
||||
height limit:
|
||||
height_limit: $1Ce plot a une limite de hauteur de $2{limit}
|
||||
records:
|
||||
record_play: $2%Joueur $2started playing record $1%name
|
||||
notify_enter: $2%Joueur $2entré dans votre plot ($1%plot$2)
|
||||
notify_leave: $2%Joueur $2quitté votre plot ($1%plot$2)
|
||||
swap:
|
||||
swap_overlap: $2Les zones proposées ne peuvent pas se chevaucher
|
||||
swap_dimensions: $2Les zones proposées doivent avoir des dimensions comparables
|
||||
swap_syntax: $2/plot swap <id>
|
||||
swap_success: $4Parcelles échangées avec succès
|
||||
started_swap: '$2La tâche d''échange de parcelle est commencé. Vous serez averti quand elle sera terminée'
|
||||
comment:
|
||||
inbox_notification: '%s messages non lus. Utilisez /plot inbox'
|
||||
not_valid_inbox_index: '$2Aucun commentaire à l''index %s'
|
||||
inbox_item: $2 - $4%s
|
||||
comment_syntax: $2Utilisez /plot comment [X;Z] <%s> <comment>
|
||||
invalid_inbox: '$2Ce n''est pas une boîte de réception valide.&-$1Valeurs acceptées: %s'
|
||||
no_perm_inbox: '$2Vous n''avez pas la permission pour cette boîte de réception'
|
||||
no_perm_inbox_modify: '$2Vous n''êtes pas autorisé à modifier cette boîte de réception'
|
||||
no_plot_inbox: $2Vous devez être présent ou fournir un argument de plot
|
||||
comment_removed: $4Commentaire supprimé avec succès/s:n$2 - '$3%s$2'
|
||||
comment_added: $4Un commentaire a été laissé
|
||||
comment_header: $2&m---------&r $1Commentaires $2&m---------&r
|
||||
inbox_empty: $2Sans commentaires
|
||||
console:
|
||||
not_console: $2Pour des raisons de sécurité, cette commande ne peut être exécutée que par la console.
|
||||
is_console: $2Cette commande ne peut être exécutée que par un joueur.
|
||||
inventory:
|
||||
inventory_usage: '&cUsage: &6{usage}'
|
||||
inventory_desc: '&cDescription: &6{desc}'
|
||||
inventory_category: '&cCatégorie: &6{category}'
|
||||
clipboard:
|
||||
clipboard_set: $2Le plot actuel est maintenant copié dans votre presse-papiers, utilisez $1/plot paste$2 pour le coller
|
||||
pasted: $4La sélection de plot a été collée avec succès. Il a été effacé de votre presse-papiers.
|
||||
paste_failed: '$2Impossible de coller la sélection. Raison: $2%s'
|
||||
no_clipboard: '$2Vous n''avez pas de choix dans votre presse-papiers'
|
||||
clipboard_info: '$2Sélection actuelle - Plot ID: $1%id$2, Largeur: $1%width$2, nombre total de blocs: $1%total$2'
|
||||
toggle:
|
||||
toggle_enabled: '$2Paramètre activé: %s'
|
||||
toggle_disabled: '$2Paramètre désactivé: %s'
|
||||
blocked command:
|
||||
command_blocked: '$2Cette commande n''est pas autorisée dans ce plot'
|
||||
done:
|
||||
done_already_done: $2Ce plot est déjà marquée comme étant terminée
|
||||
done_not_done: '$2Ce plot n''est pas marquée comme étant terminée.'
|
||||
done_insufficient_complexity: '$2Ce complot est trop simple. S''il vous plaît ajouter plus de détails avant d''utiliser cette commande.'
|
||||
done_success: $1Marqué avec succès ce plot comme étant terminée.
|
||||
done_removed: $1Vous pouvez maintenant continuer à construire dans ce plot.
|
||||
ratings:
|
||||
ratings_purged: $2Notes purgées pour ce plot
|
||||
rating_not_valid: $2Vous devez spécifier un nombre entre 1 et 10
|
||||
rating_already_exists: $2Vous avez déjà évalué ce plot $2%s
|
||||
rating_applied: $4Vous avez évalué ce plot avec succès $2%s
|
||||
rating_not_your_own: $2Vous ne pouvez pas évaluer votre propre plot
|
||||
rating_not_done: $2Vous ne pouvez évaluer que les parcelles finies.
|
||||
rating_not_owned: '$2Vous ne pouvez pas évaluer un terrain qui n''est revendiqué par personne'
|
||||
tutorial:
|
||||
rate_this: $2Noter ce plot!
|
||||
comment_this: '$2Laisser des commentaires sur ce plot: %s'
|
||||
economy:
|
||||
econ_disabled: '$2L''économie n''est pas activée'
|
||||
cannot_afford_plot: '$2Vous ne pouvez pas vous permettre d''acheter ce plot. Il coute $1%s'
|
||||
not_for_sale: '$2Ce plot n''est pas à vendre'
|
||||
cannot_buy_own: $2Vous ne pouvez pas acheter votre propre plot
|
||||
plot_sold: $4Votre plot; $1%s0$4, a été vendu à $1%s1$4 pour $1$%s2
|
||||
cannot_afford_merge: $2Vous ne pouvez pas vous permettre de fusionner ces plots. Il coute $1%s
|
||||
added_balance: $1%s $2a été ajouté à votre solde
|
||||
removed_balance: $1%s $2a été pris sur votre solde
|
||||
removed_granted_plot: '$2Vous avez utilisé %s plot grant(s), il vous $2reste $1%s'
|
||||
setup:
|
||||
setup_init: '$1Usage: $2/plot setup <valeur>'
|
||||
setup_step: '$3[$1Step %s0$3] $1%s1 $2- $1Attendant: $2%s2 $1Défaut: $2%s3'
|
||||
setup_invalid_arg: '$2%s0 n''est pas un argument valable pour l''étape %s1. Pour annuler la configuration, utilisez: $1/plot setup cancel'
|
||||
setup_valid_arg: $2valeur $1%s0 $2mis à %s1
|
||||
setup_finished: '$4Vous auriez dû être téléporté dans le monde créé. Sinon, vous devrez configurer le générateur manuellement à l''aide du fichier bukkit.yml ou du plug-in de gestion de monde votre choix.'
|
||||
setup_world_taken: $2%s est déjà un monde
|
||||
setup_missing_world: $2Vous devez spécifier un nom de monde ($1/plot setup &l<monde>$1
|
||||
<generateur>$2)&-$1Commandes supplémentaires:&-$2 - $1/plot setup <valeur>&-$2 - $1/plot
|
||||
setup back&-$2 - $1/plot setup cancel
|
||||
setup_missing_generator: $2Vous devez spécifier un générateur ($1/plot setup <monde> $l<generateur>&r$2)&-$1Commandes supplémentaires:&-$2 - $1/plot setup <valeur>&-$2 - $1/plot
|
||||
setup back&-$2 - $1/plot setup cancel
|
||||
setup_invalid_generator: '$2Générateur invalide. Options possibles: %s'
|
||||
schematics:
|
||||
schematic_too_large: $2Ce plot est trop grand pour cette action!
|
||||
schematic_missing_arg: '$2Vous devez spécifier un argument. Valeurs possibles: $1test <nom>$2 , $1save$2 , $1paste $2, $1exportall'
|
||||
schematic_invalid: '$2Ce n''est pas un schématic valide. Raison: $2%s'
|
||||
schematic_valid: '$2C''est un schématic valide'
|
||||
schematic_paste_failed: $2Impossible de coller le schématic
|
||||
schematic_paste_success: $4Le schématic a été collé avec succès
|
||||
titles:
|
||||
title_entered_plot: '$1Plot: %world%;%x%;%z%'
|
||||
title_entered_plot_sub: $4Propriété de %s
|
||||
prefix_greeting: '$1%id%$2> '
|
||||
prefix_farewell: '$1%id%$2> '
|
||||
core:
|
||||
task_start: Début de tâche...
|
||||
prefix: $3[$1P2$3] $2
|
||||
enabled: $1%s0 est maintenant activé
|
||||
reload:
|
||||
reloaded_configs: $1Les traductions et les paramètres du monde ont été rechargés
|
||||
reload_failed: $2Impossible de recharger les configurations de fichier
|
||||
desc:
|
||||
desc_set: $2Description des configurations du plot
|
||||
desc_unset: $2Description du plot non défini
|
||||
missing_desc: $2Vous devez spécifier une description
|
||||
alias:
|
||||
alias_set_to: $2Alias du plot défini sur $1%alias%
|
||||
alias_removed: $2Alias du plot a été retiré
|
||||
missing_alias: $2Vous devez spécifier un alias
|
||||
alias_too_long: '$2L''alias doit être < 50 caractères de long'
|
||||
alias_is_taken: $2Cet alias est déjà pris
|
||||
position:
|
||||
missing_position: '$2Vous devez spécifier une position. Valeurs possibles: $1none'
|
||||
position_set: $1Home définie sur votre position actuelle
|
||||
position_unset: '$1Home, position réinitialisée à l''emplacement par défaut'
|
||||
home_argument: $2Utilisez /plot set home [none]
|
||||
invalid_position: '$2Ce n''est pas une valeur de position valide'
|
||||
cap:
|
||||
entity_cap: '$2Vous n''êtes pas autorisé à générer plus de créatures'
|
||||
time:
|
||||
time_format: $1%hours%, %min%, %sec%
|
||||
permission:
|
||||
no_schematic_permission: '$2Vous ne disposez pas de l''autorisation nécessaire pour utiliser le schématic $1%s'
|
||||
no_permission: '$2Il vous manque la permission: $1%s'
|
||||
no_permission_event: '$2Il vous manque la permission: $1%s'
|
||||
no_plot_perms: $2Vous devez être le propriétaire du plot pour effectuer cette action.
|
||||
cant_claim_more_plots: $2Vous ne pouvez pas réclamer plus de plot.
|
||||
cant_claim_more_clusters: $2Vous ne pouvez pas réclamer plus de clusters.
|
||||
cant_transfer_more_plots: $2Vous ne pouvez pas envoyer plus de plot à cet utilisateur
|
||||
cant_claim_more_plots_num: $2Vous ne pouvez pas réclamer plus que $1%s $2plots à la fois
|
||||
you_be_denied: '$2Vous n''êtes pas autorisé à entrer dans ce plot'
|
||||
merge_request_confirm: Demande de fusionnement de la part de %s
|
||||
merge:
|
||||
merge_not_valid: '$2Cette demande de fusion n''est plus valide.'
|
||||
merge_accepted: $2La demande de fusion a été acceptée.
|
||||
success_merge: $2Les plots ont été fusionnés!
|
||||
merge_requested: $2Envoyé avec succès une demande de fusion
|
||||
no_perm_merge: '$2Vous n''êtes pas propriétaire du plot: $1%plot%'
|
||||
no_available_automerge: '$2Vous ne possédez aucun plot adjacent dans la direction spécifiée ou vous n''êtes pas autorisé à fusionner à la taille requise.'
|
||||
unlink_required: $2Une dissociation est nécessaire pour faire ceci.
|
||||
unlink_impossible: $2Vous pouvez seulement dissocier un méga-plot
|
||||
unlink_success: $2Plot dissocié avec succès.
|
||||
commandconfig:
|
||||
not_valid_subcommand: '$2Ce n''est pas une sous-commande valide'
|
||||
did_you_mean: '$2Vouliez-vous dire: $1%s'
|
||||
name_little: $2%s0 Le nom est trop court, $1%s1$2<$1%s3
|
||||
no_commands: '$2Je suis désolé, mais vous n''êtes autorisé à utiliser aucune sous-commande.'
|
||||
subcommand_set_options_header: '$2Valeurs possibles: '
|
||||
command_syntax: '$1Usage: $2%s'
|
||||
flag_tutorial_usage: '$1Avoir un administrateur pour mettre le flag: $2%s'
|
||||
errors:
|
||||
invalid_player_wait: '$2Joueur non trouvé: $1%s$2, Réessayez bientôt.'
|
||||
invalid_player: '$2Joueur non trouvé: $1%s$2.'
|
||||
invalid_player_offline: '$2Le joueur doit être en ligne: $1%s.'
|
||||
invalid_command_flag: '$2Commande de flag invalide: %s0'
|
||||
error: '$2Une erreur est survenue: %s'
|
||||
command_went_wrong: '$2Quelque chose s''est mal passé lors de l''exécution de cette commande...'
|
||||
no_free_plots: '$2Il n''y a plus de plots gratuits disponibles'
|
||||
not_in_plot: '$2Vous n''êtes pas dans un plot'
|
||||
not_loaded: '$2Le plot n''a pas pu être chargée'
|
||||
not_in_cluster: $2Vous devez être dans un cluster de plot pour effectuer cette action.
|
||||
not_in_plot_world: '$2Vous n''êtes pas dans un plot'
|
||||
plotworld_incompatible: $2Les deux mondes doivent être compatibles
|
||||
not_valid_world: '$2Ce n''est pas un monde valide (sensible aux majuscules et minuscules)'
|
||||
not_valid_plot_world: '$2Ce n''est pas un plot valide (sensible aux majuscules et minuscules)'
|
||||
no_plots: '$2Vous n''avez pas de plots'
|
||||
wait_for_timer: $2Un minuteur est lié au plot actuel ou à vous. Merci d'attendre la fin
|
||||
paste:
|
||||
debug_report_created: '$1Téléchargé un débogage complet vers: $1%url%'
|
||||
purge:
|
||||
purge_success: $4Purgé avec succès %s plots
|
||||
trim:
|
||||
trim_in_progress: Une tâche de trim du monde est déjà en cours!
|
||||
not_valid_hybrid_plot_world: Le gestionnaire de plot hybride est requis pour effectuer cette action.
|
||||
block list:
|
||||
block_list_separater: '$1,$2 '
|
||||
biome:
|
||||
need_biome: $2Vous devez spécifier un biome valide.
|
||||
biome_set_to: $2Biome du plot mis à $2
|
||||
teleport:
|
||||
teleported_to_plot: $1Vous avez été téléporté
|
||||
teleported_to_road: $2Vous avez été téléporté sur la route
|
||||
teleport_in_seconds: $1Téléportation dans %s secondes. Ne bougez pas...
|
||||
teleport_failed: $2Téléportation annulée pour cause de mouvement ou de dommage
|
||||
set block:
|
||||
set_block_action_finished: $1La dernière action setblock est maintenant terminée.
|
||||
unsafe:
|
||||
debugallowunsafe_on: $2Actions dangereuses autorisées
|
||||
debugallowunsafe_off: $2Actions dangereuses désactivées
|
||||
debug:
|
||||
debug_header: $1Informations de débogage&-
|
||||
debug_section: $2>> $1&l%val%
|
||||
debug_line: $2>> $1%var%$2:$1 %val%&-
|
||||
invalid:
|
||||
not_valid_data: '$2Ce n''est pas un identifiant de données valide.'
|
||||
not_valid_block: '$2Ce n''est pas un bloc valide: %s'
|
||||
not_allowed_block: '$2Ce bloc n''est pas autorisé: %s'
|
||||
not_valid_number: '$2Ce n''est pas un nombre valide: %s'
|
||||
not_valid_plot_id: $2Ce n''est pas un identifiant de plot valide.
|
||||
plot_id_form: '$2L''identifiant de plot doit être sous la forme: $1X;Y $2e.g. $1-5;7'
|
||||
not_your_plot: '$2Ce n''est pas votre plot.'
|
||||
no_such_plot: '$2Il n''y a pas un tel plot'
|
||||
player_has_not_been_on: '$2Ce joueur n''a pas été dans ce monde de plot'
|
||||
found_no_plots: '$2Nous n''avons trouvé aucun plot avec votre requête de recherche'
|
||||
found_no_plots_for_player: '$2Aucun plot trouvé pour le joueur: %s'
|
||||
camera:
|
||||
camera_started: $2Vous êtes entré en mode caméra pour le plot $1%s
|
||||
camera_stopped: '$2Vous n''êtes plus en mode caméra'
|
||||
need:
|
||||
need_plot_number: $2Vous devez spécifier un numéro de plot ou un alias
|
||||
need_block: $2Vous devez spécifier un bloc
|
||||
need_plot_id: $2Vous devez spécifier un identifiant de plot.
|
||||
need_plot_world: $2Vous devez spécifier une zone ou plot.
|
||||
need_user: '$2Vous devez spécifier un nom d''utilisateur'
|
||||
near:
|
||||
plot_near: '$1Joueurs: %s0'
|
||||
info:
|
||||
none: Aucun
|
||||
now: À présent
|
||||
never: Jamais
|
||||
unknown: Inconnu
|
||||
everyone: Toutes les personnes
|
||||
plot_unowned: $2Le plot actuel doit avoir un propriétaire pour effectuer cette action
|
||||
plot_info_unclaimed: '$2Plot $1%s$2 n''est pas encore réclamé'
|
||||
plot_info_header: $3&m---------&r $1INFO $3&m---------
|
||||
plot_info: '$1ID: $2%id%$1&-$1Alias: $2%alias%$1&-$1Propriétaire: $2%owner%$1&-$1Biome:
|
||||
$2%biome%$1&-$1Can Construit: $2%build%$1&-$1Évaluation: $2%rating%&-$1Vu: $2%seen%&-$1De confiance:
|
||||
$2%trusted%$1&-$1Membres: $2%members%$1&-$1Refusé: $2%denied%$1&-$1Flags: $2%flags%'
|
||||
plot_info_footer: $3&m---------&r $1INFO $3&m---------
|
||||
plot_info_trusted: $1De confiance:$2 %trusted%
|
||||
plot_info_members: $1Membres:$2 %members%
|
||||
plot_info_denied: $1Refusé:$2 %denied%
|
||||
plot_info_flags: $1Flags:$2 %flags%
|
||||
plot_info_biome: $1Biome:$2 %biome%
|
||||
plot_info_rating: $1Évaluation:$2 %rating%
|
||||
plot_info_owner: $1Propriétaire:$2 %owner%
|
||||
plot_info_id: $1ID:$2 %id%
|
||||
plot_info_alias: $1Alias:$2 %alias%
|
||||
plot_info_size: $1Taille:$2 %size%
|
||||
plot_info_seen: $1Vu:$2 %seen%
|
||||
plot_user_list: ' $1%user%$2,'
|
||||
plot_flag_list: $1%s0:%s1$2
|
||||
info_syntax_console: $2/plot info X;Y
|
||||
working:
|
||||
generating_component: $1Début de génération des composants à partir de vos paramètres
|
||||
clearing_plot: $2Effacement des items du plot.
|
||||
clearing_done: $4Effacer terminé! Cela a pris %sms.
|
||||
deleting_done: $4Supprimer terminé! Cela a pris %sms.
|
||||
plot_not_claimed: $2Plot non réclamé
|
||||
plot_is_claimed: $2Ce plot a déja été réclamé
|
||||
claimed: $4Vous avez réclamé avec succès ce plot
|
||||
list:
|
||||
comment_list_header_paged: $2(Page $1%cur$2/$1%max$2) $1Liste de %amount% commentaires
|
||||
clickable: ' (interactive)'
|
||||
area_list_header_paged: $2(Page $1%cur$2/$1%max$2) $1Liste de %amount% zones
|
||||
plot_list_header_paged: $2(Page $1%cur$2/$1%max$2) $1Liste de %amount% plots
|
||||
plot_list_header: $1Liste de %word% plots
|
||||
plot_list_item: $2>> $1%id$2:$1%world $2- $1%owner
|
||||
plot_list_item_ordered: $2[$1%in$2] >> $1%id$2:$1%world $2- $1%owner
|
||||
plot_list_footer: $2>> $1%word% un total de $2%num% %plot% $1réclamé.
|
||||
left:
|
||||
left_plot: $2Tu as quitté le plot
|
||||
chat:
|
||||
plot_chat_spy_format: '$2[$1Plot Spy$2][$1%plot_id%$2] $1%sender%$2: $1%msg%'
|
||||
plot_chat_format: '$2[$1Plot Chat$2][$1%plot_id%$2] $1%sender%$2: $1%msg%'
|
||||
plot_chat_forced: $2Ce monde oblige tout le monde à utiliser le chat de plot.
|
||||
plot_chat_on: $4Chat du plot activé.
|
||||
plot_chat_off: $4Chat du plot désactivé.
|
||||
deny:
|
||||
denied_removed: $4Vous avez réussi à retirer ce joueur de la liste des joueurs interdits
|
||||
denied_added: $4Vous avez réussi à ajouter ce joueur à la liste des joueurs interdits
|
||||
denied_need_argument: $2Arguments manquants. $1/plot denied add <nom du joueur> $2or $1/plot
|
||||
denied remove <nom du joueur>
|
||||
was_not_denied: '$2Ce joueur n''est pas interdit sur ce plot'
|
||||
you_got_denied: $4Le plot sur lequel vous étiez précédemmment vous a été refusé et vous avez été téléporté au spawn
|
||||
kick:
|
||||
you_got_kicked: $4Vous avez été expulsé!
|
||||
rain:
|
||||
need_on_off: '$2Vous devez spécifier une valeur. Valeurs possibles: $1on$2, $1off'
|
||||
setting_updated: $4Vous avez mis à jour les paramètres avec succès
|
||||
flag:
|
||||
flag_key: '$2Key: %s'
|
||||
flag_type: '$2Type: %s'
|
||||
flag_desc: '$2Desc: %s'
|
||||
not_valid_flag: '$2Ceci n''est pas un flag valide'
|
||||
not_valid_flag_suggested: '$2Ce n''est pas un flag valide. Vouliez-vous dire: $1%s'
|
||||
not_valid_value: $2Les valeurs du flag doivent être alphanumériques
|
||||
flag_not_in_plot: '$2Ce plot n''a pas ce flag'
|
||||
flag_not_removed: $2Ce flag ne peut pas etre retiré
|
||||
flag_not_added: $2Ce flag ne peut pas etre ajouté
|
||||
flag_removed: $4Flag retiré avec succès
|
||||
flag_added: $4Flag ajouté avec succès
|
||||
trusted:
|
||||
trusted_added: $4Vous avez réussi à ajouter ce joueur à la liste des joueurs fiables pour ce plot
|
||||
trusted_removed: $4Vous avez réussi à retirer ce joueur de la liste des joueurs fiables pour ce plot
|
||||
was_not_added: $2Ce joueur fait partie de la liste des joueurs non-fiables
|
||||
plot_removed_user: 'Le $1Plot %s dont vous avez été ajouté a été supprimé en raison de l''inactivité du propriétaire'
|
||||
member:
|
||||
removed_players: $2Suppression du joueur %s de ce plot.
|
||||
already_owner: '$2Cet utilisateur est déjà propriétaire de ce plot: %s0'
|
||||
already_added: '$2Cet utilisateur est déjà ajouté à cette catégorie: %s0'
|
||||
member_added: $4Cet utilisateur peut maintenant construire pendant que le propriétaire du plot est en ligne
|
||||
member_removed: $1Vous avez supprimé avec succès un utilisateur du plot
|
||||
member_was_not_added: '$2Ce joueur n''a pas été ajouté en tant qu''utilisateur sur ce plot'
|
||||
plot_max_members: '$2Vous n''êtes pas autorisé à ajouter d''autres joueurs à ce plot'
|
||||
owner:
|
||||
set_owner: $4You successfully set the plot owner
|
||||
set_owner_cancelled: $2The setowner action was cancelled
|
||||
now_owner: $4You are now owner of plot %s
|
||||
signs:
|
||||
owner_sign_line_1: '$1ID: $1%id%'
|
||||
owner_sign_line_2: '$1Owner:'
|
||||
owner_sign_line_3: $2%plr%
|
||||
owner_sign_line_4: $3Claimed
|
||||
help:
|
||||
help_header: $3&m---------&r $1Plot² Help $3&m---------
|
||||
help_page_header: '$1Category: $2%category%$2,$1 Page: $2%current%$3/$2%max%$2'
|
||||
help_footer: $3&m---------&r $1Plot² Help $3&m---------
|
||||
help_info_item: $1/plot help %category% $3- $2%category_desc%
|
||||
help_item: $1%usage% [%alias%]&- $3- $2%desc%&-
|
||||
direction: '$1Current direction: %dir%'
|
||||
grants:
|
||||
granted_plots: '$1Résultat: $2%s $1Ajout retiré'
|
||||
granted_plot: $1Vous avez été ajouté %s0 au plot $2%s1
|
||||
granted_plot_failed: '$1L''ajout a échoué: $2%s'
|
||||
'-':
|
||||
custom_string: '-'
|
33
Bukkit/src/main/resources/furthest.js
Normal file
33
Bukkit/src/main/resources/furthest.js
Normal file
@ -0,0 +1,33 @@
|
||||
/*
|
||||
* Script to find the furthest plot from origin in a world:
|
||||
* - /plot debugexec runasync furthest.js <plotworld>
|
||||
*/
|
||||
|
||||
if (PS.hasPlotArea("%s0")) {
|
||||
var plots = PS.getAllPlotsRaw().get("%s0").values().toArray();
|
||||
var max = 0;
|
||||
var maxplot;
|
||||
for (var i in plots) {
|
||||
var plot = plots[i];
|
||||
if (plot.x > max) {
|
||||
max = plot.x;
|
||||
maxplot = plot;
|
||||
}
|
||||
if (plot.y > max) {
|
||||
max = plot.y;
|
||||
maxplot = plot;
|
||||
}
|
||||
if (-plot.x > max) {
|
||||
max = -plot.x;
|
||||
maxplot = plot;
|
||||
}
|
||||
if (-plot.y > max) {
|
||||
max = -plot.y;
|
||||
maxplot = plot;
|
||||
}
|
||||
}
|
||||
PS.class.static.log(plot);
|
||||
}
|
||||
else {
|
||||
PlotPlayer.sendMessage("Usage: /plot debugexec runasync furthest.js <plotworld>");
|
||||
}
|
393
Bukkit/src/main/resources/it-IT.yml
Normal file
393
Bukkit/src/main/resources/it-IT.yml
Normal file
@ -0,0 +1,393 @@
|
||||
confirm:
|
||||
expired_confirm: $2La conferma è scaduta, esegui nuovamente il comando!
|
||||
failed_confirm: $2Non hai azioni in sospeso da confermare!
|
||||
requires_confirm: '$2Sei sicuro di voler eseguire: $1%s$2?&-$2Questo non può essere annullato! Se sei sicuro: $1/plot confirm'
|
||||
move:
|
||||
move_success: $4Lotto spostato con successo.
|
||||
copy_success: $4Lotto copiato con successo.
|
||||
requires_unowned: $2La posizione specificata è già occupata.
|
||||
set:
|
||||
set_attribute: $4Impostato con successo %s0 a %s1
|
||||
web:
|
||||
generating_link: $1Elaborazione del lotto in corso...
|
||||
generating_link_failed: $2Generazione del link per il download fallita!
|
||||
save_failed: $2Salvataggio fallito
|
||||
load_null: $2Usa $4/plot load $2per ottenere una lista delle schematiche
|
||||
load_failed: $2Caricamento schematica fallito
|
||||
load_list: '$2Per caricare una schematica, usa $1/plot load #'
|
||||
save_success: $1Salvata con successo!
|
||||
compass:
|
||||
compass_target: $4Lotto mirato con successo con la bussola
|
||||
cluster:
|
||||
cluster_available_args: '$1Sono disponibili i seguenti sotto comandi: $4list$2,
|
||||
$4create$2, $4delete$2, $4resize$2, $4invite$2, $4kick$2, $4leave$2, $4members$2,
|
||||
$4info$2, $4tp$2, $4sethome'
|
||||
cluster_list_heading: $2Ci sono $1%s$2 cluster in questo mondo
|
||||
cluster_list_element: $2 - $1%s&-
|
||||
cluster_intersection: '$2L''area proposta si sovrappone a: %s0'
|
||||
cluster_outside: '$2L''area proposta è fuori dall''area dei lotti: %s0'
|
||||
cluster_added: $4Cluster creato con successo.
|
||||
cluster_deleted: $4Cluster eliminato con successo.
|
||||
cluster_resized: $4Cluster ridimensionato con successo.
|
||||
cluster_added_user: $4Utente aggiunto al cluster con successo.
|
||||
cannot_kick_player: $2Non puoi cacciare quel giocatore
|
||||
cluster_invited: '$1Sei stato invitato nel cluster seguente: $2%s'
|
||||
cluster_removed: '$1Sei stato rimosso dal cluster: $2%s'
|
||||
cluster_kicked_user: $4Utente cacciato con successo
|
||||
invalid_cluster: '$1Nome cluster non valido: $2%s'
|
||||
cluster_not_added: $2Quel giocatore non è stato aggiunto al cluster di lotti
|
||||
cluster_cannot_leave: $1Devi eliminare o trasferire la proprietà prima di uscire
|
||||
cluster_added_helper: $4Aggiunto con successo un aiutante al cluster
|
||||
cluster_removed_helper: $4Rimosso con successo un aiutante dal cluster
|
||||
cluster_regenerated: $4Rigenerazione cluster iniziata correttamente
|
||||
cluster_teleporting: $4Teletrasporto in corso...
|
||||
cluster_info: '$1Cluster attuale: $2%id%&-$1Nome: $2%name%&-$1Proprietario: $2%owner%&-$1Dimensione: $2%size%&-$1Permessi: $2%rights%'
|
||||
border:
|
||||
border: $2Sei fuori dal confine della mappa attuale
|
||||
unclaim:
|
||||
unclaim_success: $4Hai liberato il lotto con successo.
|
||||
unclaim_failed: $2Impossibile liberare il lotto
|
||||
worldedit masks:
|
||||
worldedit_delayed: $2Attendi durante l'elaborazione della tua azione WorldEdit...
|
||||
worldedit_run: '$2Scuse per il ritardo. Ora in esecuzione: %s'
|
||||
require_selection_in_mask: $2%s della tua selezione non è all'interno del tuo lotto. Puoi apportare modifiche solo dentro il tuo lotto.
|
||||
worldedit_volume: $2Non puoi selezionare un volume di %current%. Il volume massimo che puoi modificare è %max%.
|
||||
worldedit_iterations: $2Non puoi iterare %current% volte. Il massimo numero di iterazioni consentite è %max%.
|
||||
worldedit_unsafe: $2L'accesso a quel comando è stato bloccato
|
||||
worldedit_bypass: $2&oPer bypassare le tue restrizioni usa $4/plot wea
|
||||
worldedit_bypassed: $2Attualmente bypassando le restrizioni di WorldEdit.
|
||||
worldedit_unmasked: $1Il tuo WorldEdit è ora libero.
|
||||
worldedit_restricted: $1Il tuo WorldEdit è ora ristretto.
|
||||
gamemode:
|
||||
gamemode_was_bypassed: $1Hai bypassato la modalità di gioco ($2{gamemode}$1) $1impostata per $2{plot}
|
||||
height limit:
|
||||
height_limit: $1Questa area lotti ha un limite di altezza di $2{limit}
|
||||
records:
|
||||
record_play: $2%player $2ha iniziato a riprodurre il disco $1%name
|
||||
notify_enter: $2%player $2è entrato nel tuo lotto ($1%plot$2)
|
||||
notify_leave: $2%player $2è uscito dal tuo lotto ($1%plot$2)
|
||||
swap:
|
||||
swap_overlap: $2Le aree proposte non possono sovrapporsi
|
||||
swap_dimensions: $2Le aree proposte devono avere le stesse dimensioni
|
||||
swap_syntax: $2/plot swap <id lotto>
|
||||
swap_success: $4Lotti scambiati con successo
|
||||
started_swap: $2Scambio lotti avviato. Sarai avvisato al termine
|
||||
comment:
|
||||
inbox_notification: '%s messaggi non letti. Usa /plot inbox'
|
||||
not_valid_inbox_index: $2Nessun commento all'indice %s
|
||||
inbox_item: $2 - $4%s
|
||||
comment_syntax: $2Usa /plot comment [X;Z] <%s> <commento>
|
||||
invalid_inbox: '$2Quella non è una casella di posta valida.&-$1Valori accettati: %s'
|
||||
no_perm_inbox: $2Non hai il permesso per quella casella di posta
|
||||
no_perm_inbox_modify: $2Non hai il permesso di modificare quella casella di posta
|
||||
no_plot_inbox: $2Devi stare in un lotto o fornirlo nell'argomento
|
||||
comment_removed: $4Cancellato con successo il commento/i:n$2 - '$3%s$2'
|
||||
comment_added: $4È stato lasciato un commento
|
||||
comment_header: $2&m---------&r $1Commenti $2&m---------&r
|
||||
inbox_empty: $2Nessun commento
|
||||
console:
|
||||
not_console: $2Per ragioni di sicurezza, questo commando può essere eseguito solo dalla console.
|
||||
is_console: $2Questo comando può essere eseguito solo da un giocatore.
|
||||
inventory:
|
||||
inventory_usage: '&cUso: &6{usage}'
|
||||
inventory_desc: '&cDescrizione: &6{desc}'
|
||||
inventory_category: '&cCategoria: &6{category}'
|
||||
clipboard:
|
||||
clipboard_set: $2Il lotto corrente è ora copiato nei tuoi appunti, usa $1/plot paste$2 per incollarlo
|
||||
pasted: $4La selezione del lotto è stata incollata. È stata cancellata dai tuoi appunti.
|
||||
paste_failed: '$2Incollaggio della selezione fallito. Motivo: $2%s'
|
||||
no_clipboard: $2Non hai una selezione nei tuoi appunti
|
||||
clipboard_info: '$2Selezione Attuale - ID Lotto: $1%id$2, Larghezza: $1%width$2, Blocchi Totali: $1%total$2'
|
||||
toggle:
|
||||
toggle_enabled: '$2Impostazione abilitata: %s'
|
||||
toggle_disabled: '$2Impostazione disabilitata: %s'
|
||||
blocked command:
|
||||
command_blocked: $2Quel comando non è consentito in questo lotto
|
||||
done:
|
||||
done_already_done: $2Questo lotto è già contrassegnato come finito
|
||||
done_not_done: $2Questo lotto non è contrassegnato come finito.
|
||||
done_insufficient_complexity: $2Questo lotto è troppo semplice. Aggiungi altri dettagli prima di usare questo comando.
|
||||
done_success: $1Questo lotto è stato contrassegnato con successo come finito.
|
||||
done_removed: $1Ora puoi continuare a costruire in questo lotto.
|
||||
ratings:
|
||||
ratings_purged: $2Valutazioni di questo lotto eliminate
|
||||
rating_not_valid: $2Devi specificare un numero compreso tra 1 e 10
|
||||
rating_already_exists: $2Hai già valutato il lotto $2%s
|
||||
rating_applied: $4Hai valutato con successo il lotto $2%s
|
||||
rating_not_your_own: $2Non puoi valutare il tuo stesso lotto
|
||||
rating_not_done: $2Puoi valutare solo lotti finiti.
|
||||
rating_not_owned: $2Non puoi valutare un lotto che non è stato claimato
|
||||
tutorial:
|
||||
rate_this: $2Valuta questo lotto!
|
||||
comment_this: '$2Lascia un feedback a questo lotto: %s'
|
||||
economy:
|
||||
econ_disabled: $2L'economia non è abilitata
|
||||
cannot_afford_plot: $2Non ti puoi permettere di comprare questo lotto. Costa $1%s
|
||||
not_for_sale: $2Questo lotto non è in vendita
|
||||
cannot_buy_own: $2Non puoi comprare il tuo stesso lotto
|
||||
plot_sold: $4Il tuo lotto; $1%s0$4, è stato venduto a $1%s1$4 per $1$%s2
|
||||
cannot_afford_merge: $2Non puoi permetterti di unire i lotti. Costa $1%s
|
||||
added_balance: $1%s $2sono stati aggiunti al tuo bilancio
|
||||
removed_balance: $1%s $2sono stati presi dal tuo bilancio
|
||||
removed_granted_plot: $2Hai usato la concessione del lotto di %s, hai $1%s $2rimanenti
|
||||
setup:
|
||||
setup_init: '$1Uso: $2/plot setup <valore>'
|
||||
setup_step: '$3[$1Passaggio %s0$3] $1%s1 $2- $1Stimato: $2%s2 $1Predefinito: $2%s3'
|
||||
setup_invalid_arg: '$2%s0 non è un argomento valido per il passaggio %s1. Per cancellare il setup usa: $1/plot setup cancel'
|
||||
setup_valid_arg: $2Valore $1%s0 $2impostato a %s1
|
||||
setup_finished: $4Dovresti essere stato teletrasportato nel mondo creato. Altrimenti
|
||||
sarà necessario impostare manualmente il generatore usando il file bukkit.yml
|
||||
o il tuo plugin di gestione dei mondi scelto.
|
||||
setup_world_taken: $2%s è già un mondo lotti
|
||||
setup_missing_world: $2Devi specificare un nome per il mondo ($1/plot setup &l<mondo>$1
|
||||
<generatore>$2)&-$1Comandi aggiuntivi:&-$2 - $1/plot setup <valore>&-$2 - $1/plot
|
||||
setup back&-$2 - $1/plot setup cancel
|
||||
setup_missing_generator: $2Devi specificare un generatore ($1/plot setup <mondo>
|
||||
&l<generatore>&r$2)&-$1Comandi aggiuntivi:&-$2 - $1/plot setup <valore>&-$2 -
|
||||
$1/plot setup back&-$2 - $1/plot setup cancel
|
||||
setup_invalid_generator: '$2Generatore non valido. Opzioni possibili: %s'
|
||||
schematics:
|
||||
schematic_too_large: $2Il lotto è troppo grande per questa azione!
|
||||
schematic_missing_arg: '$2Devi specificare un argomento. Valori possibili: $1test <nome>$2 , $1save$2 , $1paste $2, $1exportall'
|
||||
schematic_invalid: '$2Quella non è una schematica valida. Motivo: $2%s'
|
||||
schematic_valid: $2Quella è una schematica valida
|
||||
schematic_paste_failed: $2L'incollaggio della schematica è fallito
|
||||
schematic_paste_success: $4Schematica incollata con successo
|
||||
titles:
|
||||
title_entered_plot: '$1Lotto: %world%;%x%;%z%'
|
||||
title_entered_plot_sub: $4Proprietà di %s
|
||||
prefix_greeting: '$1%id%$2> '
|
||||
prefix_farewell: '$1%id%$2> '
|
||||
core:
|
||||
task_start: Avviando l'attività...
|
||||
prefix: $3[$1P2$3] $2
|
||||
enabled: $1%s0 è ora abilitato
|
||||
reload:
|
||||
reloaded_configs: $1Le traduzioni e le configurazioni del mondo sono state ricaricate
|
||||
reload_failed: $2Ricarimento dei file di configurazione fallito
|
||||
desc:
|
||||
desc_set: $2Descrizione del lotto impostata
|
||||
desc_unset: $2Descrizione del lotto eliminata
|
||||
missing_desc: $2Devi specificare una descrizione
|
||||
alias:
|
||||
alias_set_to: $2Alias del lotto impostato a $1%alias%
|
||||
alias_removed: $2Alias del lotto rimosso
|
||||
missing_alias: $2Devi specificare un alias
|
||||
alias_too_long: $2L'alias deve esssere deve essere lungo meno di 50 caratteri
|
||||
alias_is_taken: $2Quell'alias è già in uso
|
||||
position:
|
||||
missing_position: '$2Devi specificare una posizione. Valori possibili: $1none'
|
||||
position_set: $1Casa impostata alla tua posizione attuale
|
||||
position_unset: $1Posizione della casa ripristinata al punto predefinito
|
||||
home_argument: $2Usa /plot set home [none]
|
||||
invalid_position: $2Quella non è una posizione valida
|
||||
cap:
|
||||
entity_cap: $2Non puoi spawnare ulteriori mob
|
||||
time:
|
||||
time_format: $1%hours%, %min%, %sec%
|
||||
permission:
|
||||
no_schematic_permission: $2Non hai il permesso richiesto per usare la schematica $1%s
|
||||
no_permission: '$2Ti manca il permesso: $1%s'
|
||||
no_permission_event: '$2Ti manca il permesso: $1%s'
|
||||
no_plot_perms: $2Devi essere il proprietario del lotto per eseguire questa azione
|
||||
cant_claim_more_plots: $2Non puoi avere ulteriori lotti.
|
||||
cant_claim_more_clusters: $2Non puoi avere ulteriori cluster.
|
||||
cant_transfer_more_plots: $2Non puoi trasferire ulteriori lotti a quell'utente
|
||||
cant_claim_more_plots_num: $2Non puoi claimare più di $1%s $2lotti alla volta
|
||||
you_be_denied: $2Non ti è permesso entrare in questo lotto
|
||||
merge_request_confirm: Richiesta di fusione dei lotti da %s
|
||||
merge:
|
||||
merge_not_valid: $2Questa richiesta di fusione dei lotti non è più valida.
|
||||
merge_accepted: $2La richiesta di fusione dei lotti è stata accettata
|
||||
success_merge: $2I lotti sono stati uniti!
|
||||
merge_requested: $2Richiesta di fusione dei lotti inviata
|
||||
no_perm_merge: '$2Non sei il proprietario del lotto: $1%plot%'
|
||||
no_available_automerge: $2Non possiedi alcun lotto adiacente nella direzione specificata o non puoi unire i lotti alla dimensione richiesta.
|
||||
unlink_required: $2Per fare questo è necessario uno scollegamento dei lotti.
|
||||
unlink_impossible: $2Puoi scollegare solo un mega-lotto
|
||||
unlink_success: $2Lotti scollegati con successo.
|
||||
commandconfig:
|
||||
not_valid_subcommand: $2Quello non è un sottocomando valido
|
||||
did_you_mean: '$2Forse intendevi: $1%s'
|
||||
name_little: $2Il nome %s0 è troppo corto, $1%s1$2<$1%s3
|
||||
no_commands: $2Non ti è permesso usare alcun sottocomando.
|
||||
subcommand_set_options_header: '$2Valori Possibili: '
|
||||
command_syntax: '$1Uso: $2%s'
|
||||
flag_tutorial_usage: '$1Avere un amministratore che imposta la flag: $2%s'
|
||||
errors:
|
||||
invalid_player_wait: '$2Giocatore non trovato: $1%s$2, ricerca in corso. Riprova presto.'
|
||||
invalid_player: '$2Giocatore non trovato: $1%s$2.'
|
||||
invalid_player_offline: '$2Il giocatore deve essere online: $1%s.'
|
||||
invalid_command_flag: '$2Flag dei comandi non valida: %s0'
|
||||
error: '$2Si è verificato un errore: %s'
|
||||
command_went_wrong: $2Qualcosa è andato storto durante l'esecuzione di quel comando...
|
||||
no_free_plots: $2Non ci sono lotti liberi disponibili
|
||||
not_in_plot: $2Non sei in un lotto
|
||||
not_loaded: $2Non è stato possibile caricare il lotto
|
||||
not_in_cluster: $2Devi essere dentro un cluster di lotti per eseguire questa azione
|
||||
not_in_plot_world: $2Non sei in un mondo lotti
|
||||
plotworld_incompatible: $2I due mondi devono essere compatibili
|
||||
not_valid_world: $2Quello non è un mondo valido (case sensitive)
|
||||
not_valid_plot_world: $2Quello non è un mondo lotti valido (case sensitive)
|
||||
no_plots: $2Non hai nessun lotto
|
||||
wait_for_timer: $2Un timer setblock è impostato sul lotto attuale o su di te. Aspetta che finisca
|
||||
paste:
|
||||
debug_report_created: '$1Un debug completo è stato caricato a: $1%url%'
|
||||
purge:
|
||||
purge_success: $4Eliminati con successo %s lotti
|
||||
trim:
|
||||
trim_in_progress: Un'attività di trim del mondo è già in esecuzione!
|
||||
not_valid_hybrid_plot_world: Il gestore di lotti ibridi è richiesto per eseguire questa azione
|
||||
block list:
|
||||
block_list_separater: '$1,$2 '
|
||||
biome:
|
||||
need_biome: $2Devi specificare un bioma valido.
|
||||
biome_set_to: $2Bioma del lotto impostato a $2
|
||||
teleport:
|
||||
teleported_to_plot: $1Sei stato teletrasportato
|
||||
teleported_to_road: $2Sei stato teletrasportato sulla strada
|
||||
teleport_in_seconds: $1Teletrasporto tra %s secondi. Non muoverti...
|
||||
teleport_failed: $2Teletrasporto annullato a causa di movimenti o danni
|
||||
set block:
|
||||
set_block_action_finished: $1L'ultima azione setblock è ora terminata.
|
||||
unsafe:
|
||||
debugallowunsafe_on: $2Azioni non sicure consentite
|
||||
debugallowunsafe_off: $2Azioni non sicure disabilitate
|
||||
debug:
|
||||
debug_header: $1Informazioni di Debug&-
|
||||
debug_section: $2>> $1&l%val%
|
||||
debug_line: $2>> $1%var%$2:$1 %val%&-
|
||||
invalid:
|
||||
not_valid_data: $2Quello non è un id valido.
|
||||
not_valid_block: '$2Questo non è un blocco valido: %s'
|
||||
not_allowed_block: '$2Questo blocco non è consentito: %s'
|
||||
not_valid_number: '$2Quello non è un numero valido all''interno dell''intervallo: %s'
|
||||
not_valid_plot_id: $2Quello non è un id lotto valido.
|
||||
plot_id_form: '$2L''id del lotto deve essere scritto in questa forma: $1X;Y $2es. $1-5;7'
|
||||
not_your_plot: $2Quel lotto non è tuo.
|
||||
no_such_plot: $2Quel lotto non esiste
|
||||
player_has_not_been_on: $2Quel giocatore non è mai stato nel mondo lotti
|
||||
found_no_plots: $2Non sono stati trovati lotti con la tua ricerca
|
||||
found_no_plots_for_player: '$2Nessun lotto trovato per il giocatore: %s'
|
||||
camera:
|
||||
camera_started: $2Hai inserito la modalità telecamera per il lotto $1%s
|
||||
camera_stopped: $2Non sei più in modalità telecamera
|
||||
need:
|
||||
need_plot_number: $2Devi specificare un numero lotto o un alias
|
||||
need_block: $2Devi specificare un blocco
|
||||
need_plot_id: $2Devi specificare un id lotto.
|
||||
need_plot_world: $2Devi specificare un mondo lotti.
|
||||
need_user: $2Devi specificare un nome utente
|
||||
near:
|
||||
plot_near: '$1Giocatori: %s0'
|
||||
info:
|
||||
none: Nessuno
|
||||
now: Adesso
|
||||
never: Mai
|
||||
unknown: Sconosciuto
|
||||
everyone: Tutti
|
||||
plot_unowned: $2Il lotto attuale deve avere un proprietario per eseguire questa azione
|
||||
plot_info_unclaimed: $2Il lotto $1%s$2 non è ancora claimato
|
||||
plot_info_header: $3&m---------&r $1INFO $3&m---------
|
||||
plot_info: '$1ID: $2%id%$1&-$1Alias: $2%alias%$1&-$1Proprietario: $2%owner%$1&-$1Bioma:
|
||||
$2%biome%$1&-$1Puoi costruire: $2%build%$1&-$1Valutazione: $2%rating%&-$1Visto:
|
||||
$2%seen%&-$1Membri fidati: $2%trusted%$1&-$1Membri: $2%members%$1&-$1Bloccati:
|
||||
$2%denied%$1&-$1Flag: $2%flags%'
|
||||
plot_info_footer: $3&m---------&r $1INFO $3&m---------
|
||||
plot_info_trusted: $1Membri fidati:$2 %trusted%
|
||||
plot_info_members: $1Membri:$2 %members%
|
||||
plot_info_denied: $1Bloccati:$2 %denied%
|
||||
plot_info_flags: $1Flag:$2 %flags%
|
||||
plot_info_biome: $1Bioma:$2 %biome%
|
||||
plot_info_rating: $1Valutazione:$2 %rating%
|
||||
plot_info_owner: $1Proprietario:$2 %owner%
|
||||
plot_info_id: $1ID:$2 %id%
|
||||
plot_info_alias: $1Alias:$2 %alias%
|
||||
plot_info_size: $1Dimensione:$2 %size%
|
||||
plot_info_seen: $1Visto:$2 %seen%
|
||||
plot_user_list: ' $1%user%$2,'
|
||||
plot_flag_list: $1%s0:%s1$2
|
||||
info_syntax_console: $2/plot info X;Y
|
||||
working:
|
||||
generating_component: $1Iniziato a generare componenti dalle tue impostazioni
|
||||
clearing_plot: $2Pulizia del lotto.
|
||||
clearing_done: $4Pulizia completata! Impiegati %sms.
|
||||
deleting_done: $4Cancellazione completata! Impiegati %sms.
|
||||
plot_not_claimed: $2Lotto non claimato
|
||||
plot_is_claimed: $2Questo lotto è già claimato
|
||||
claimed: $4Hai claimato il lotto con successo
|
||||
list:
|
||||
comment_list_header_paged: $2(Pagina $1%cur$2/$1%max$2) $1Elenco di %amount% commenti
|
||||
clickable: ' (interattivo)'
|
||||
area_list_header_paged: $2(Pagina $1%cur$2/$1%max$2) $1Elenco di %amount% aree
|
||||
plot_list_header_paged: $2(Pagina $1%cur$2/$1%max$2) $1Elenco di %amount% lotti
|
||||
plot_list_header: $1Elenco dei lotti di %word%
|
||||
plot_list_item: $2>> $1%id$2:$1%world $2- $1%owner
|
||||
plot_list_item_ordered: $2[$1%in$2] >> $1%id$2:$1%world $2- $1%owner
|
||||
plot_list_footer: $2>> $1%word% con un totale di $2%num% $1%plot% claimati.
|
||||
left:
|
||||
left_plot: $2Hai lasciato il lotto
|
||||
chat:
|
||||
plot_chat_spy_format: '$2[$1Spia Chat Lotti$2][$1%plot_id%$2] $1%sender%$2: $1%msg%'
|
||||
plot_chat_format: '$2[$1Chat Lotti$2][$1%plot_id%$2] $1%sender%$2: $1%msg%'
|
||||
plot_chat_forced: $2Questo mondo costringe tutti a usare la chat dei lotti.
|
||||
plot_chat_on: $4Chat lotti abilitata.
|
||||
plot_chat_off: $4Chat lotti disabilitata.
|
||||
deny:
|
||||
denied_removed: $4Hai sbloccato con successo il giocatore da questo lotto
|
||||
denied_added: $4Hai bloccato con successo il giocatore da questo lotto
|
||||
denied_need_argument: $2Gli argomenti sono mancanti. $1/plot denied add <nome> $2o $1/plot denied remove <nome>
|
||||
was_not_denied: $2Quel giocatore non è bloccato in questo lotto
|
||||
you_got_denied: $4Sei stato bloccato dal lotto dove eri prima, e sei stato teletrasportato allo spawn
|
||||
kick:
|
||||
you_got_kicked: $4Sei stato cacciato!
|
||||
rain:
|
||||
need_on_off: '$2Devi specificare un valore. Valori possibili: $1on$2, $1off'
|
||||
setting_updated: $4Hai aggiornato l'impostazione con successo
|
||||
flag:
|
||||
flag_key: '$2Key: %s'
|
||||
flag_type: '$2Tipo: %s'
|
||||
flag_desc: '$2Desc: %s'
|
||||
not_valid_flag: $2Quella non è una flag valida
|
||||
not_valid_flag_suggested: '$2Quella non è una flag valida. Forse intendevi: $1%s'
|
||||
not_valid_value: $2Il valore delle flag deve essere alfanumerico
|
||||
flag_not_in_plot: $2Il lotto non ha quella flag
|
||||
flag_not_removed: $2La flag non può essere rimossa
|
||||
flag_not_added: $2La flag non può essere aggiunta
|
||||
flag_removed: $4Flag rimossa con successo
|
||||
flag_added: $4Flag aggiunta con successo
|
||||
trusted:
|
||||
trusted_added: $4Quell'utente ora può costruire nel tuo lotto
|
||||
trusted_removed: $4Hai rimosso con successo un amico dal lotto
|
||||
was_not_added: $2Quel giocatore non è aggiunto come amico in questo lotto
|
||||
plot_removed_user: $1Il lotto %s in cui eri aggiunto è stato eliminato a causa dell'inattività del proprietario
|
||||
member:
|
||||
removed_players: $2Rimossi %s giocatori dal lotto.
|
||||
already_owner: $2L'utente %s0 è già il proprietario di questo lotto.
|
||||
already_added: $2L'utente %s0 è già aggiunto a quella categoria.
|
||||
member_added: $4Quell'utente ora può costruire quando il proprietario è online
|
||||
member_removed: $1Hai rimosso con successo un utente dal lotto
|
||||
member_was_not_added: $2Quel giocatore non è aggiunto a questo lotto
|
||||
plot_max_members: $2Non puoi aggiungere altri giocatori a questo lotto
|
||||
owner:
|
||||
set_owner: $4Hai impostato correttamente il proprietario del lotto
|
||||
now_owner: $4Sei ora proprietario del lotto %s
|
||||
set_owner_cancelled: $2L'azione del proprietario è stata annullata
|
||||
signs:
|
||||
owner_sign_line_1: '$1ID: $1%id%'
|
||||
owner_sign_line_2: '$1Proprietario:'
|
||||
owner_sign_line_3: $2%plr%
|
||||
owner_sign_line_4: $3Claimato
|
||||
help:
|
||||
help_header: $3&m---------&r $1Aiuto Plot² $3&m---------
|
||||
help_page_header: '$1Categoria: $2%category%$2,$1 Pagina: $2%current%$3/$2%max%$2'
|
||||
help_footer: $3&m---------&r $1Aiuto Plot² $3&m---------
|
||||
help_info_item: $1/plot help %category% $3- $2%category_desc%
|
||||
help_item: $1%usage% [%alias%]&- $3- $2%desc%&-
|
||||
direction: '$1Direzione attuale: %dir%'
|
||||
grants:
|
||||
granted_plots: '$1Risultato: $2%s $1concessioni rimanenti'
|
||||
granted_plot: $1Hai concesso il lotto %s0 a $2%s1
|
||||
granted_plot_failed: '$1Concessione fallita: $2%s'
|
||||
'-':
|
||||
custom_string: '-'
|
402
Bukkit/src/main/resources/ko-KR.yml
Normal file
402
Bukkit/src/main/resources/ko-KR.yml
Normal file
@ -0,0 +1,402 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Translate by Protocodyne Korean Translate team
|
||||
# First Author <bmr02039@protocodyne.com>, 2015.
|
||||
confirm:
|
||||
failed_confirm: $2이 작업이 완료되기 위한 행동이 당신에게 존재하지 않습니다!
|
||||
requires_confirm: '$2정말로 실행되길 원하나요: $1%s$2?&-$2이 작업은 되돌릴 수 없습니다! 확실하다면 다음 명령어를 입력하세요:
|
||||
$1/plot confirm'
|
||||
expired_confirm: $2확인이 만료되었습니다. 명령을 다시 실행하십시오.!
|
||||
move:
|
||||
move_success: $4성공적으로 땅이 옮겨졌습니다.
|
||||
copy_success: $4성공적으로 땅이 복사되었습니다.
|
||||
requires_unowned: $2이 지역은 이미 사용되고 있습니다.
|
||||
web:
|
||||
generating_link: $1땅을 생성중입니다...
|
||||
generating_link_failed: $2다운로드 링크 생성에 실패하였습니다!
|
||||
save_failed: $2저장에 실패하였습니다.
|
||||
load_null: $2/plot load $4명령어를 사용하여 $2schematics 리스트를 가져오십시오
|
||||
load_failed: $2schematic 로드를 실패하였습니다.
|
||||
load_list: '$2schematic로드를 원한다면, 다음명령어를 사용하세요 $1/plot load #'
|
||||
save_success: $1성공적으로 저장되었습니다!
|
||||
compass:
|
||||
compass_target: $4나침반과 함께 음모를 성공적으로 지정했습니다.
|
||||
cluster:
|
||||
cluster_available_args: '$1다음 하위명령어가 사용 가능합니다.: $4list$2, $4create$2, $4delete$2,
|
||||
$4resize$2, $4invite$2, $4kick$2, $4leave$2, $4members$2, $4info$2, $4tp$2, $4sethome'
|
||||
cluster_list_heading: $2이 월드에 $1%s$2 cluster가 있습니다
|
||||
cluster_list_element: $2 - $1%s&-
|
||||
cluster_intersection: $2제안 된 영역이 겹칩니다 와 $1%s$2 기존의 cluster
|
||||
cluster_added: $4cluster가 성공적으로 생성되었습니다.
|
||||
cluster_deleted: $4cluster가 성공적으로 삭제되었습니다.
|
||||
cluster_resized: $4cluster가 성공적으로 재조정 되었습니다.
|
||||
cluster_added_user: $4cluster에 성공적으로 유저가 추가되었습니다.
|
||||
cannot_kick_player: $2당신은 해당 플레이어를 추방 할 수 없습니다.
|
||||
cluster_invited: '$1당신은 다음 cluster으로 초대받았습니다: $2%s'
|
||||
cluster_removed: '$1당신은 다음cluster에서 삭제되었습니다: $2%s'
|
||||
cluster_kicked_user: $4성공적으로 해당 유저를 추방 하였습니다
|
||||
invalid_cluster: '$1올바르지 않은 cluster 이름입니다: $2%s'
|
||||
cluster_not_added: $2해당 플레이어는 plot cluster 추가되지 않았습니다
|
||||
cluster_cannot_leave: $1당신은 떠나기전에 cluster를 반드시 삭제하거나 소유권을 이전해야합니다
|
||||
cluster_added_helper: $4helper가 성공적으로 cluster에 추가되었습니다
|
||||
cluster_removed_helper: $4helper가 성공적으로 cluster에서 제거되었습니다
|
||||
cluster_regenerated: $4성공적으로 cluster가 재생성 되었습니다
|
||||
cluster_teleporting: $4이동중...
|
||||
cluster_info: '$1현재 cluster: $2%id%&-$1이름: $2%name%&-$1소유자: $2%owner%&-$1크기: $2%size%&-$1Rights:
|
||||
$2%rights%'
|
||||
cluster_outside: '$2제안 된 영역이 플롯 영역 밖에 있습니다: %s0'
|
||||
border:
|
||||
border: $2당신은 현재 지도의 경계 밖에 있습니다
|
||||
unclaim:
|
||||
unclaim_success: $4성공적으로 땅을 판매하였습니다.
|
||||
unclaim_failed: $2땅을 판매할 수 없습니다
|
||||
worldedit masks:
|
||||
worldedit_delayed: $2당신의 WorldEdit 행동을 처리중이니 기다려주시기 바랍니다...
|
||||
worldedit_run: '$2처리가 지연되어 죄송합니다. 해당 명령어를 실행합니다: %s'
|
||||
require_selection_in_mask: $2%s 선택한 마스크가 플롯 마스크 안에 있지 않습니다..
|
||||
플롯 내에서만 편집 할 수 있습니다..
|
||||
worldedit_volume: $2당신은 a volume of %current%를 선택 할 수 없습니다. 당신이 수정할 수 있는 최대부피는 %max% 입니다.
|
||||
worldedit_iterations: $2당신은 %current%번 반복 적용시킬 수 없습니다. 당신이 수정가능한 최대 부피는 %max% 입니다.
|
||||
worldedit_unsafe: $2해당 명령어는 실행 될 수 없습니다.
|
||||
worldedit_bypass: $2&o당신의 제한을 우회하고 싶다면 $4/plot wea를 사용하십시오
|
||||
worldedit_bypassed: $2현재 WorldEdit의 제한을 수정하는 중입니다.
|
||||
worldedit_unmasked: $1당신의 WorldEdit 제한이 제거되었습니다.
|
||||
worldedit_restricted: $1당신의 WorldEdit은 제한됩니다.
|
||||
gamemode:
|
||||
gamemode_was_bypassed: $1당신은 gamemode를 무시합니다 ($2{gamemode}$1) $1set for $2{plot}
|
||||
height limit:
|
||||
height_limit: $1이 Plot World는 $2{limit}만큼 제한이 있습니다
|
||||
records:
|
||||
record_play: $2%player가 $2플레이 기록을 시작합니다 $1%name
|
||||
notify_enter: $2%player가 $2당신의 plot에 입장합니다 ($1%plot$2)
|
||||
notify_leave: $2%player가 $2당신의 plot를 떠납니다 ($1%plot$2)
|
||||
swap:
|
||||
swap_overlap: $2해당 구역은 덮어쓰기가 허용되지 않습니다.
|
||||
swap_dimensions: $2해당 지역은 반드시 비교 가능한 차원이 있어야 합니다.
|
||||
swap_syntax: $2/plot swap <plot id>
|
||||
swap_success: $4성공적으로 땅이 교환되었습니다
|
||||
started_swap: $2땅 교환이 시작되었습니다. 작업 완료시 장신에게 통보 될 예정입니다.
|
||||
comment:
|
||||
inbox_notification: '%s 읽지않은 메세지가 있습니다. 다음 명령어를 사용해주세요 /plot inbox'
|
||||
not_valid_inbox_index: $2메일함에 comment가 존재하지 않습니다 %s
|
||||
inbox_item: $2 - $4%s
|
||||
comment_syntax: $2다음 명령어를 사용해주세요 /plot comment [X;Z] <%s> <comment>
|
||||
invalid_inbox: '$2올바르지 않은 메일함 입니다..&-$1Accepted values: %s'
|
||||
no_perm_inbox: $2당신은 해당 메일함에 권한이 없습니다
|
||||
no_perm_inbox_modify: $2당신은 해당 메일함을 수정할 권한이 없습니다
|
||||
no_plot_inbox: $2당신은 서 있거나 줄거리를 제공해야합니다
|
||||
comment_removed: $4comment가 성공적으로 삭제되었습니다/s:n$2 - '$3%s$2'
|
||||
comment_added: $4A comment가 남아있습니다
|
||||
comment_header: $2&m---------&r $1댓글 $2&m---------&r
|
||||
inbox_empty: $2comment가 없습니다
|
||||
console:
|
||||
not_console: $2보안상의 이유로, 이 명령어는 Console에서만 입력 가능합니다.
|
||||
is_console: $2해당 명령어는 Player만 사용 가능합니다.
|
||||
inventory:
|
||||
inventory_usage: '&c시용: &6{usage}'
|
||||
inventory_desc: '&c설명: &6{desc}'
|
||||
inventory_category: '&c카테고리: &6{category}'
|
||||
clipboard:
|
||||
clipboard_set: $2현재 땅은 당신의 클리보드로 복사되었습니다, 다음명령어를 사용하여 $1/plot paste$2 붙여넣으세요.
|
||||
pasted: $4해당 땅은 성공적으로 붙여넣어졌습니다. 해당 땅은 클립보드로부터 제거됩니다.
|
||||
paste_failed: '$2선택된 땅의 복사가 실패했습니다. 사유: $2%s'
|
||||
no_clipboard: $2클립보드에 복사된 땅이 존재하지 않습니다
|
||||
clipboard_info: '$2현재 선택 - Plot ID: $1%id$2, Width: $1%width$2, Total Blocks: $1%total$2'
|
||||
toggle:
|
||||
toggle_enabled: '$2가능한 세팅: %s'
|
||||
toggle_disabled: '$2불가능한 세팅: %s'
|
||||
blocked command:
|
||||
command_blocked: $2해당 명령어는 이 plot에서 허가되지 않았습니다
|
||||
done:
|
||||
done_already_done: $2이 땅은 이미 완료로 표기 되어 있습니다.
|
||||
done_not_done: $2이 땅은 완료로 표기되어 있지 않습니다.
|
||||
done_insufficient_complexity: $2이 땅은 너무 간단합니다. 이 명령어를 사용하기전 더 많은 정보를 입력해주시기 바랍니다.
|
||||
done_success: $1성공적으로 이 땅에 완료표시를 하였습니다.
|
||||
done_removed: $1이 땅에 건축을 진행해도 좋습니다.
|
||||
ratings:
|
||||
rating_not_valid: $2당신은 1 과 10 사이의 숫자를 입력해야 합니다
|
||||
rating_already_exists: $2당신은 이미 이 땅에 투표하였습니다 $2%s
|
||||
rating_applied: $4성공적으로 투표되었습니다 $2%s
|
||||
rating_not_your_own: $2당신은 자신의 땅에 투표 할 수 없습니다
|
||||
rating_not_done: $2당신은 완료된 땅에만 투표 할 수 있습니다.
|
||||
rating_not_owned: $2당신은 소유자가 없는 땅에 투표 할 수 없습니다
|
||||
ratings_purged: $2Purged ratings for this plot
|
||||
tutorial:
|
||||
rate_this: $2이 땅에 투표해보세요!
|
||||
comment_this: '$2이땅에 피드백을 남겨보세요: %s'
|
||||
economy:
|
||||
econ_disabled: $2Economy 가 활성화 되있지 않습니다
|
||||
cannot_afford_plot: $2당신은 이 땅을 구입 할 수 없습니다. 이 땅의 가격은 $1%s 입니다
|
||||
not_for_sale: $2이 땅은 판매 불가능합니다
|
||||
cannot_buy_own: $2당신은 본인의 땅을 구입 불가능 합니다
|
||||
plot_sold: $4당신의 땅; $1%s0$4, 판매 된 $1%s1$4 에 대한 $1$%s2
|
||||
cannot_afford_merge: $2당신은 이 땅을 함칠 수 없습니다. 이 땅의 가격은 $1%s 입니다
|
||||
added_balance: $1%s $2이 당신의 통장에 추가되었습니다
|
||||
removed_balance: $1%s $2이 당신의 통장에서 빠져나갔습니다
|
||||
removed_granted_plot: $2너는 사용했다 %s 계획 교부금 (들), 당신이있어 $1%s $2왼쪽
|
||||
setup:
|
||||
setup_init: '$1용법: $2/plot setup <value>'
|
||||
setup_step: '$3[$1Step %s0$3] $1%s1 $2- $1기대: $2%s2 $1태만: $2%s3'
|
||||
setup_invalid_arg: '$2%s0 는 올바르지 않은 값입니다 %s1. 설정 취소를 원하시면 다음 명령어를 사용하십시오: $1/plot
|
||||
setup cancel'
|
||||
setup_valid_arg: $2Value $1%s0 $2set to %s1
|
||||
setup_finished: $4당신은 만들어진 World로 이동되있어야 합니다. 그렇지 않으면 당신은 bukkit.yml를 통하여 워드를 설정하거나
|
||||
다중월드 플러그인을 사용하여 월드를 생성하여야 합니다.
|
||||
setup_world_taken: $2%s 는 이미 등록된 Plot World 입니다
|
||||
setup_missing_world: $2당신은 월드의 이름을 지정해야 합니다 ($1/plot setup &l<world>$1 <generator>$2)&-$1Additional
|
||||
commands:&-$2 - $1/plot setup <value>&-$2 - $1/plot setup back&-$2 - $1/plot setup
|
||||
cancel
|
||||
setup_missing_generator: $2당신은 생성기를 지정해야 합니다 ($1/plot setup <world> &l<generator>&r$2)&-$1Additional
|
||||
commands:&-$2 - $1/plot setup <value>&-$2 - $1/plot setup back&-$2 - $1/plot setup
|
||||
cancel
|
||||
setup_invalid_generator: '$2올바르지 않은 생성기 입니다. 가능한 옵션: %s'
|
||||
schematics:
|
||||
schematic_missing_arg: '$2당신은 인수를 지정해야 합니다. 가능한 값: $1test <name>$2 , $1save$2 ,
|
||||
$1paste $2, $1exportall'
|
||||
schematic_invalid: '$2이것은 올바르지 않은 schematic파일 입니다. 사유: $2%s'
|
||||
schematic_valid: $2이것은 올바른 schematic파일 입니다
|
||||
schematic_paste_failed: $2schematic 적용에 실패하엿습니다
|
||||
schematic_paste_success: $4schematic이 성공적으로 적용되었습니다
|
||||
schematic_too_large: $2플롯이 너무 커서이 작업을 수행 할 수 없습니다!
|
||||
titles:
|
||||
title_entered_plot: '$1Plot: %world%;%x%;%z%'
|
||||
title_entered_plot_sub: $4에게 소유 된 %s
|
||||
prefix_greeting: '$1%id%$2> '
|
||||
prefix_farewell: '$1%id%$2> '
|
||||
core:
|
||||
task_start: 작업을 시작합니다...
|
||||
prefix: $3[$1P2$3] $2
|
||||
enabled: $1PlotSquared 가 실행됩니다
|
||||
reload:
|
||||
reloaded_configs: $1번역 파일 및 월드 설정 파일이 성공적으로 리로드 되었습니다
|
||||
reload_failed: $2설정파일의 리로드에 실패하였습니다
|
||||
desc:
|
||||
desc_set: $2Plot 설명 설정
|
||||
desc_unset: $2Plot 설명 설정취소
|
||||
missing_desc: $2당신은 설명을 지정해야 합니다
|
||||
alias:
|
||||
alias_set_to: $2땅의 별명을 $1%alias%로 성정합니다
|
||||
missing_alias: $2당신은 별명을 설정해야 합니다
|
||||
alias_too_long: $2별명은 50자 이내여야 합니다
|
||||
alias_is_taken: $2이 별명은 이미 존재합니다
|
||||
alias_removed: $2플롯 별칭이 제거되었습니다
|
||||
position:
|
||||
missing_position: '$2당신은 위치를 지정해야합니다. 가능한 값: $1none'
|
||||
position_set: $1Home 위치를 현재 위치로 지정합니다
|
||||
position_unset: $1Home 위치를 기본위치로 초기화 합니다
|
||||
home_argument: $2다음 명령어를 사용하십시오 /plot set home [none]
|
||||
invalid_position: $2해당 위치는 유효하지 않습니다
|
||||
time:
|
||||
time_format: $1%시간%, %분%, %초%
|
||||
permission:
|
||||
no_schematic_permission: $2당신은 schematic을 이용하기 위한 권한이 없습니다 $1%s
|
||||
no_permission: '$2당신은 해당 퍼미션 노드가 존재하지 않습니다: $1%s'
|
||||
no_permission_event: '$2당신은 해당 퍼미션 노드가 존재하지 않습니다: $1%s'
|
||||
no_plot_perms: $2이 행동을 하기 위해선 반드시 땅의 소유자여야 합니다
|
||||
cant_claim_more_plots: $2당신은 더 많은 땅들을 소유할 수 없습니다
|
||||
cant_transfer_more_plots: $2당신은 해당 유저에게 더 많은 땅을 보낼 수 없습니다
|
||||
cant_claim_more_plots_num: $2당신은 한번에 $1%s $2plots보다 더 많이 소유할 수 없습니다
|
||||
you_be_denied: $2당신은 이 땅에 들어갈 수 없습니다
|
||||
merge_request_confirm: 병합요청이 들어왔습니다 %s
|
||||
cant_claim_more_clusters: $2더 많은 클러스터를 청구 할 수 없습니다.
|
||||
merge:
|
||||
merge_not_valid: $2이 병합 요청은 더이상 유효하지 않습니다
|
||||
merge_accepted: $2병합 요청이 수락되었습니다
|
||||
success_merge: $2땅이 병합되었습니다
|
||||
merge_requested: $2병합요청이 성공적으로 전송되었습니다
|
||||
no_perm_merge: '$2당신은 이 땅의 소유자가 아닙니다: $1%plot%'
|
||||
no_available_automerge: $2당신은 지정한 방향으로 인접한 plots를 소유하지 않았거나 plots를 필요한 크기로 합병 할
|
||||
수 없습니다.
|
||||
unlink_required: $2An unlink는 이것을 하는데 요구 됩니다.
|
||||
unlink_impossible: $2당신은 오직 mega-plot만 unlink 할 수 있습니다
|
||||
unlink_success: $2성공적으로 plots을 unlink 하였습니다.
|
||||
errors:
|
||||
invalid_player_wait: '$2플레이어를 찾지 못했습니다: $1%s$2, fetching it. 잠시 후 시도해주세요.'
|
||||
invalid_player_offline: '$2플레이어는 반드시 접속 중이어야 합니다: $1%s.'
|
||||
invalid_player: '$2플레이어를 찾지 못했습니다: $1%s.'
|
||||
command_went_wrong: $2해당 명령어를 실행 중 오류가 발생 하였습니다...
|
||||
no_free_plots: $2그곳에는 사용가능한 Free Plot이 없습니다
|
||||
not_in_plot: $2당신은 땅에 있지 않습니다
|
||||
not_in_cluster: $2당신은 그 행동을 하기 위해서 plot cluster 내부에 있어야만 합니다.
|
||||
not_in_plot_world: $2당신은 plot world에 있지 않습니다.
|
||||
plotworld_incompatible: $2해당 월드는 호환되지 않습니다
|
||||
not_valid_world: $2옳바르지 않은 World 입니다
|
||||
not_valid_plot_world: $2올바르지 않은 plot world 입니다 (case sensitive)
|
||||
no_plots: $2당신은 어떤 땅도 가지고 있지 않습니다
|
||||
wait_for_timer: $2A setblock 타이머는 현재의 땅 또는 당신에게 묶여있습니다. 완료까지 잠시 기다려주시기 바랍니다
|
||||
invalid_command_flag: '$2잘못된 명령 플래그: %s0'
|
||||
error: '$2오류가 발생했습니다: %s'
|
||||
not_loaded: $2플롯을로드 할 수 없습니다
|
||||
paste:
|
||||
debug_report_created: '$1전체 디버그를에 업로드했습니다.: $1%url%'
|
||||
purge:
|
||||
purge_success: $4%s 땅들을 성공적으로 제거하였습니다
|
||||
trim:
|
||||
trim_in_progress: 최적화 작업이 이미 진행중입니다!
|
||||
not_valid_hybrid_plot_world: 이 행동을 위하여 hybrid plot manager가 필요합니다.
|
||||
block list:
|
||||
block_list_separater: '$1,$2 '
|
||||
biome:
|
||||
need_biome: $2당신은 유효한 생태계를 지정해야 합니다.
|
||||
biome_set_to: $2플롯 생물 설정 $2
|
||||
teleport:
|
||||
teleported_to_plot: $1당신은 이동 되었습니다.
|
||||
teleported_to_road: $2당신은 길로 이동 되었습니다.
|
||||
teleport_in_seconds: $1%s초 후 이동됩니다. 움직이지 마세요...
|
||||
teleport_failed: $2이동이 움직임 또는 데미지 때문에 취소되었습니다.
|
||||
set block:
|
||||
set_block_action_finished: $1마지막 setblock 행동이 이제 끝났습니다.
|
||||
unsafe:
|
||||
debugallowunsafe_on: $2안전하지 않은 행동을 허가합니다
|
||||
debugallowunsafe_off: $2안전하지 않은 행동을 차단합니다
|
||||
debug:
|
||||
debug_header: $1Debug Information&-
|
||||
debug_section: $2>> $1&l%val%
|
||||
debug_line: $2>> $1%var%$2:$1 %val%&-
|
||||
invalid:
|
||||
not_valid_data: $2그것은 유효한 데이터 ID가 아닙니다.
|
||||
not_valid_block: '$2그것은 유효한 블록이 아닙니다.: %s 그것은 유효한 블록이 아닙니다.'
|
||||
not_allowed_block: '$2그 블록은 허락되지 않았습니다 : %s'
|
||||
not_valid_number: $2그것은 %s범위내에서 유효하지 않은 숫자입니다.
|
||||
not_valid_plot_id: $2그 땅의 ID는 유효하지 않습니다.
|
||||
plot_id_form: '$2땅의 ID는 반드시 형식에 있어야 합니다: $1X;Y $2e.g. $1-5;7'
|
||||
not_your_plot: $2그것은 당신의 땅이 아닙니다.
|
||||
no_such_plot: $2거기엔 어떤 땅도 없습니다.
|
||||
player_has_not_been_on: $2해당 플레이어는 plotworld에 없습니다.
|
||||
found_no_plots: $2당신의 검색에서 아무 땅도 발견하지 못했습니다
|
||||
found_no_plots_for_player: '$2No plots found for player: %s'
|
||||
camera:
|
||||
camera_started: $2당신은 땅을 위한 카메라 모드에 입장했습니다 $1%s
|
||||
camera_stopped: $2카메라 모드를 종료합니다
|
||||
need:
|
||||
need_plot_number: $2당신은 땅의 번호 또는 별칭을 지정해야합니다.
|
||||
need_block: $2당신은 블록을 지정해야합니다
|
||||
need_plot_id: $2당신은 Plot ID를 지정할 수 있습니다
|
||||
need_plot_world: $2당신은 Plot world를 지정할 수 있습니다
|
||||
need_user: $2당신은 유저이름을 지정할 필요가 있습니다
|
||||
info:
|
||||
none: None
|
||||
unknown: Unknown
|
||||
everyone: Everyone
|
||||
plot_unowned: $2이 행동을 실행하기 위해선 현재 plot에 소유자가 있어야 합니다
|
||||
plot_info_unclaimed: $2땅 $1%s$2 이 아직 판매되지 않았습니다
|
||||
plot_info_header: $3&m---------&r $1INFO $3&m---------
|
||||
plot_info: '$1ID: $2%id%$1&-$1Alias: $2%alias%$1&-$1Owner: $2%owner%$1&-$1Biome:
|
||||
$2%biome%$1&-$1Can Build: $2%build%$1&-$1Rating: $2%rating%&-$1Trusted: $2%trusted%$1&-$1Members:
|
||||
$2%members%$1&-$1Denied: $2%denied%$1&-$1Flags: $2%flags%'
|
||||
plot_info_footer: $3&m---------&r $1INFO $3&m---------
|
||||
plot_info_trusted: $1Trusted:$2 %trusted%
|
||||
plot_info_members: $1Members:$2 %members%
|
||||
plot_info_denied: $1Denied:$2 %denied%
|
||||
plot_info_flags: $1Flags:$2 %flags%
|
||||
plot_info_biome: $1Biome:$2 %biome%
|
||||
plot_info_rating: $1Rating:$2 %rating%
|
||||
plot_info_owner: $1Owner:$2 %owner%
|
||||
plot_info_id: $1ID:$2 %id%
|
||||
plot_info_alias: $1Alias:$2 %alias%
|
||||
plot_info_size: $1Size:$2 %size%
|
||||
plot_user_list: ' $1%user%$2,'
|
||||
info_syntax_console: $2/plot info X;Y
|
||||
now: 지금
|
||||
never: 못
|
||||
plot_info_seen: $1Seen:$2 %seen%
|
||||
plot_flag_list: $1%s0:%s1$2
|
||||
working:
|
||||
generating_component: $1당신의 설정값으로부터 component 생성을 시작합니다
|
||||
clearing_plot: $2플롯 비동기 지우기.
|
||||
clearing_done: $4명확한 완료. 했다 %sms.
|
||||
plot_not_claimed: $2땅이 판매되지 않았습니다
|
||||
plot_is_claimed: $2이 땅은 이미 판매되었습니다
|
||||
claimed: $4성공적으로 땅을 판매하였습니다
|
||||
deleting_done: $4삭제가 완료되었습니다! 가져왔다 %sms.
|
||||
list:
|
||||
comment_list_header_paged: $2(페이지 $1%cur$2/$1%max$2) $1목록 %amount% 코멘트
|
||||
clickable: ' (상호 작용하는)'
|
||||
plot_list_header_paged: $2(페이지 $1%cur$2/$1%max$2) $1목록 %amount% plots
|
||||
plot_list_header: $1목록 %word% plots
|
||||
plot_list_item: $2>> $1%id$2:$1%world $2- $1%owner
|
||||
plot_list_item_ordered: $2[$1%in$2] >> $1%id$2:$1%world $2- $1%owner
|
||||
plot_list_footer: $2>> $1%word% 총 $2%num% $1claimed %plot%.
|
||||
area_list_header_paged: $2(페이지 $1%cur$2/$1%max$2) $1목록f %amount% areas
|
||||
left:
|
||||
left_plot: $2당신은 땅을 떠났습니다.
|
||||
chat:
|
||||
plot_chat_format: '$2[$1Plot Chat$2][$1%plot_id%$2] $1%sender%$2: $1%msg%'
|
||||
plot_chat_forced: $이 월드는 모두가 plot chat을 쓰도록 강제합니다
|
||||
plot_chat_on: $4플롯 채팅 사용 설정 됨.
|
||||
plot_chat_off: $4플롯 채팅 사용 중지됨.
|
||||
plot_chat_spy_format: '$2[$1Plot Spy$2][$1%plot_id%$2] $1%sender%$2: $1%msg%'
|
||||
deny:
|
||||
denied_removed: $4당신은 이 땅으로부터 플레이어를 차단 해제 했습니다.
|
||||
denied_added: $4당신은 이 땅으로부터 플레이어를 성공적으로 차단 했습니다.
|
||||
denied_need_argument: $2변수가 빠졌습니다. $1/plot denied add <name> $2or $1/plot denied
|
||||
remove <name>
|
||||
was_not_denied: $2해당 플레이어는 이 땅에서 차단되지 않았습니다.
|
||||
you_got_denied: $4당신은 해당 땅으로부터 차단되었습니다 따라서 spawn으로 자동 이동 되었습니다.
|
||||
rain:
|
||||
need_on_off: '$2당신은 올바른 값을 선택하여야 합니다. 가능한 값: $1on$2, $1off'
|
||||
setting_updated: $4당신은 설정을 성공적으로 업데이트 했습니다
|
||||
flag:
|
||||
flag_key: '$2Key: %s'
|
||||
flag_type: '$2Type: %s'
|
||||
flag_desc: '$2Desc: %s'
|
||||
not_valid_flag: $2그것은 유효한 깃발이 아닙니다
|
||||
not_valid_value: $2깃발 값은 무조건 문자 숫자여야만 한다
|
||||
flag_not_in_plot: $2그땅은 그 깃발을 가지고 있지 않습니다
|
||||
flag_not_removed: $2그 깃발은 제거될 수 없습니다
|
||||
flag_not_added: $2그 깃발은 추가될 수 없습니다
|
||||
flag_removed: $4깃발이 성공적으로 제거되었습니다
|
||||
flag_added: $4깃발이 성공적으로 추가되었습니다
|
||||
not_valid_flag_suggested: '$2That is not a valid flag. Did you mean: $1%s'
|
||||
trusted:
|
||||
trusted_added: $4당신은 그 땅에 유저를 성공적으로 위탁했습니다
|
||||
trusted_removed: $4당신은 그 땅으로부터 신용(위탁)받은 유저를 성공적으로 제거했습니다.
|
||||
was_not_added: $2그 플레이어는 이 땅에서 신용(위탁)받지 못했습니다.
|
||||
plot_removed_user: $1당신이 추가되었던 땅 %s가 소유자의 비활성의 이유로 삭제되었습니다.
|
||||
member:
|
||||
removed_players: $2이 땅으로부터 %s 플레이어가 제거되었습니다
|
||||
already_owner: $2해당 유저는 이미 땅의 주인입니다
|
||||
already_added: $2그 유저는 그 카테고리에 이미 추가되었습니다.
|
||||
member_added: $4그 유저는 이제 그 땅의 소유자가 온라인에 있는 동안 지을 수 있습니다.
|
||||
member_removed: $1당신은 땅으로부터 유저를 성공적으로 제거되었습니다.
|
||||
member_was_not_added: $2그 플레이어는 이 땅에 유저로서 추가되지 않았습니다
|
||||
plot_max_members: $2당신은 이 땅에 어떤 플레이어를 더 추가 할 수 없습니다
|
||||
owner:
|
||||
set_owner: $4당신은 땅의 소유자를 성공적으로 설정했습니다
|
||||
now_owner: $4당신은 이제 %s땅의 소유자입니다
|
||||
set_owner_cancelled: $2The setowner action was cancelled
|
||||
signs:
|
||||
owner_sign_line_1: '$1ID: $1%id%'
|
||||
owner_sign_line_2: '$1소유자:'
|
||||
owner_sign_line_3: $2%plr%
|
||||
owner_sign_line_4: $3Claimed
|
||||
help:
|
||||
help_header: $3&m---------&r $1Plot² 도움말 $3&m---------
|
||||
help_page_header: '$1범주: $2%category%$2,$1 페이지: $2%current%$3/$2%max%$2'
|
||||
help_footer: $3&m---------&r $1Plot² 도움말 $3&m---------
|
||||
help_info_item: $1/plot help %category% $3- $2%category_desc%
|
||||
help_item: $1%usage% [%alias%]&- $3- $2%desc%&-
|
||||
direction: '$1현재 방향: %dir%'
|
||||
'-':
|
||||
custom_string: '-'
|
||||
commandconfig:
|
||||
not_valid_subcommand: $2이것은 유효하지 않은 하위 명령어 입니다
|
||||
did_you_mean: '$2이것을 명령어를 의미하나요: $1%s'
|
||||
name_little: $2%s0 아름이 너무 짧습니다, $1%s1$2<$1%s3
|
||||
no_commands: $2죄송합니다 당신은 하위명령어 사용을 허가받지 못했습니다.
|
||||
subcommand_set_options_header: '$2Possible Values: '
|
||||
command_syntax: '$1Usage: $2%s'
|
||||
flag_tutorial_usage: '$1관리자에게 국기를 설정하게하십시오: $2%s'
|
||||
bar api: {}
|
||||
set:
|
||||
set_attribute: $4설정 완료 %s0 로 설정 %s1
|
||||
cap:
|
||||
entity_cap: $2더 많은 몹을 스폰하는 것은 허용되지 않습니다.
|
||||
near:
|
||||
plot_near: '$1선수: %s0'
|
||||
kick:
|
||||
you_got_kicked: $4너는 쫓겨났다
|
||||
grants:
|
||||
granted_plots: '$1결과: $2%s $1grants left'
|
||||
granted_plot: $1You granted %s0 plot to $2%s1
|
||||
granted_plot_failed: '$1Grant failed: $2%s'
|
2
Bukkit/src/main/resources/mycommand.js
Normal file
2
Bukkit/src/main/resources/mycommand.js
Normal file
@ -0,0 +1,2 @@
|
||||
// This command is registered from the start.js file which is run during startup
|
||||
PlotPlayer.sendMessage("Hello World!");
|
3
Bukkit/src/main/resources/plugin.properties
Normal file
3
Bukkit/src/main/resources/plugin.properties
Normal file
@ -0,0 +1,3 @@
|
||||
version=${version}
|
||||
commit=${commit}
|
||||
date=${date}
|
12
Bukkit/src/main/resources/setbiomes.js
Normal file
12
Bukkit/src/main/resources/setbiomes.js
Normal file
@ -0,0 +1,12 @@
|
||||
/*
|
||||
This script will reset all biomes in claimed plots
|
||||
*/
|
||||
var plots = PS.sortPlots(PS.getPlots());
|
||||
for (var i = 0; i < plots.size(); i++) {
|
||||
var plot = plots.get(i);
|
||||
if (!plot.isMerged() || !plot.getMerged(0)) {
|
||||
plot.setBiome("%s0", null);
|
||||
PS.class.static.log('&cSetting biome for: ' + plot);
|
||||
}
|
||||
java.lang.Thread.sleep(1000);
|
||||
}
|
BIN
Bukkit/src/main/resources/skyblock.template
Normal file
BIN
Bukkit/src/main/resources/skyblock.template
Normal file
Binary file not shown.
7
Bukkit/src/main/resources/start.js
Normal file
7
Bukkit/src/main/resources/start.js
Normal file
@ -0,0 +1,7 @@
|
||||
// Add your commands to this list
|
||||
var commands = ["mycommand"];
|
||||
|
||||
// Command registration:
|
||||
for (var i in commands) {
|
||||
MainCommand.class.static.onCommand(PlotPlayer, "plot", "debugexec", "addcmd", commands[i] + ".js");
|
||||
}
|
BIN
Bukkit/src/main/resources/town.template
Normal file
BIN
Bukkit/src/main/resources/town.template
Normal file
Binary file not shown.
407
Bukkit/src/main/resources/zh-CN.yml
Normal file
407
Bukkit/src/main/resources/zh-CN.yml
Normal file
@ -0,0 +1,407 @@
|
||||
# This file is translated by c7w, w/1345979462 and 佛壁灯(f0rb1d)
|
||||
# Translation Guide
|
||||
# 1. 句子与变量、命令、数字之间保留空隙,全角符号除外
|
||||
# 2. 使用已成功/已复制/正在/未启用/已启用/请使用开头
|
||||
# 3. 使用阁下(其实好像也无所谓)
|
||||
# 4. 失败/成功/无效应放在句末
|
||||
# 就差不多这些
|
||||
confirm:
|
||||
expired_confirm: $2确认已过期,请重新执行命令!
|
||||
failed_confirm: $2阁下没有待确认的操作!
|
||||
requires_confirm: '$2阁下是否确定执行:$1%s$2?&-$2此操作无法恢复!若阁下确定,请输入:$1/plot confirm'
|
||||
move:
|
||||
move_success: $4已成功移除地皮。
|
||||
copy_success: $4已成功复制地皮。
|
||||
requires_unowned: $2指定地点已被占用。
|
||||
set:
|
||||
set_attribute: $4已成功设置 %s0 为 %s1
|
||||
web:
|
||||
generating_link: $1正在处理地皮···
|
||||
generating_link_failed: $2生成下载链接失败!
|
||||
save_failed: $2保存失败
|
||||
load_null: $2请使用 $4/plot load$2 获取布局列表
|
||||
load_failed: $2载入布局失败
|
||||
load_list: '$2要载入布局,请使用 $1/plot load #'
|
||||
save_success: $1已成功保存!
|
||||
compass:
|
||||
compass_target: $4已成功将指南针指向地皮
|
||||
cluster:
|
||||
cluster_available_args: '$1以下子指令可用:$4list$2, $4create$2,
|
||||
$4delete$2, $4resize$2, $4invite$2, $4kick$2, $4leave$2, $4members$2, $4info$2,
|
||||
$4tp$2, $4sethome'
|
||||
cluster_list_heading: $2此世界中有 $1%s$2 个群集
|
||||
cluster_list_element: $2 - $1%s&-
|
||||
cluster_intersection: '$计划的区域与%s0重叠'
|
||||
cluster_outside: '$2计划的区域在地皮区域%s0外'
|
||||
cluster_added: $4已成功创建群集。
|
||||
cluster_deleted: $4已成功删除群集。
|
||||
cluster_resized: $4已成功调整群集尺寸。
|
||||
cluster_added_user: $4已成功将玩家添加到群集。
|
||||
cannot_kick_player: $2阁下无法踢出此玩家
|
||||
cluster_invited: '$1阁下已被邀请至群集 $2%s'
|
||||
cluster_removed: '$1阁下已被群集 $2%s $1移除'
|
||||
cluster_kicked_user: $4已成功踢出此玩家
|
||||
invalid_cluster: '$1群集名 $2%s 无效'
|
||||
cluster_not_added: $2此玩家未被添加至地皮群集
|
||||
cluster_cannot_leave: $1阁下必须在离开前先删除群集或转移所有权
|
||||
cluster_added_helper: $4已成功将帮手添加到群集
|
||||
cluster_removed_helper: $4已成功将帮手从群集移除
|
||||
cluster_regenerated: $4已成功开始群集重生
|
||||
cluster_teleporting: $4正在传送···
|
||||
cluster_info: '$1当前群集:$2%id%&-$1名称:$2%name%&-$1所有者:$2%owner%&-$1大小:
|
||||
$2%size%&-$1权限:$2%rights%'
|
||||
border:
|
||||
border: $2阁下处于当前地图边界外
|
||||
unclaim:
|
||||
unclaim_success: $4阁下已成功解除认领地皮。
|
||||
unclaim_failed: $2无法解除认领地皮
|
||||
worldedit masks:
|
||||
worldedit_delayed: $2请在我们处理阁下的WorldEdit操作时稍等片刻···
|
||||
worldedit_run: '$2很抱歉造成了延迟。现正执行:%s'
|
||||
require_selection_in_mask: $2选中的 %s 不在阁下的地皮覆盖范围内。
|
||||
阁下仅可对自己的地皮做出修改。
|
||||
worldedit_volume: $2阁下无法选择 %current% 体积。阁下可编辑的最大
|
||||
体积为 %max%。
|
||||
worldedit_iterations: $2阁下无法重复 %current% 次。容许的最大
|
||||
重复次数为 %max%。
|
||||
worldedit_unsafe: $2已禁止对此命令的访问
|
||||
worldedit_bypass: $2&o要绕过对阁下的限制,请使用 $4/plot wea
|
||||
worldedit_bypassed: $2当前正绕过WorldEdit功能限制。
|
||||
worldedit_unmasked: $1阁下的WorldEdit功能现已解除限制。
|
||||
worldedit_restricted: $1阁下的WorldEdit功能现已受限制。
|
||||
gamemode:
|
||||
gamemode_was_bypassed: $1阁下绕过了为 $2{plot} $1设置的游戏模式($2{gamemode}$1)限制
|
||||
height limit:
|
||||
height_limit: $1此地皮拥有高度 $2{limit} 的限制
|
||||
records:
|
||||
record_play: $2%player $2已开始游玩记录 $1%name
|
||||
notify_enter: $2%player $2已进入阁下的地皮($1%plot$2)
|
||||
notify_leave: $2%player $2已离开阁下的地皮($1%plot$2)
|
||||
swap:
|
||||
swap_overlap: $2计划的区域不允许重叠
|
||||
swap_dimensions: $2计划的区域必须有可对比的维度
|
||||
swap_syntax: $2/plot swap <编号>
|
||||
swap_success: $4已成功交换地皮
|
||||
started_swap: $2已开始地皮交换任务。阁下将会在完成时收到提醒
|
||||
comment:
|
||||
inbox_notification: '%s 条未读消息。请使用 /plot inbox 阅读'
|
||||
not_valid_inbox_index: $2索引 %s 处无评论
|
||||
inbox_item: $2 - $4%s
|
||||
comment_syntax: $2请使用 /plot comment [X;Z] <%s> <评论>
|
||||
invalid_inbox: '$2此收件箱无效。&-$1接受的值:%s'
|
||||
no_perm_inbox: $2阁下没有此收件箱的权限
|
||||
no_perm_inbox_modify: $2阁下没有编辑此收件箱的权限
|
||||
no_plot_inbox: $2阁下必须站在地皮内或提供地皮参数
|
||||
comment_removed: $4已成功删除评论$2 - '$3%s$2'
|
||||
comment_added: $4有玩家留下了一条评论
|
||||
comment_header: $2&m---------&r $1评论 $2&m---------&r
|
||||
inbox_empty: $2无评论
|
||||
console:
|
||||
not_console: $2由于安全考虑,此命令只可由控制台执行。
|
||||
is_console: $2此命令只可被玩家执行。
|
||||
inventory:
|
||||
inventory_usage: '&c用法:&6{usage}'
|
||||
inventory_desc: '&c描述:&6{desc}'
|
||||
inventory_category: '&c分类:&6{category}'
|
||||
clipboard:
|
||||
clipboard_set: $2当前地皮已复制到阁下的剪贴板,请使用 $1/plot paste$2 粘贴
|
||||
pasted: $4已成功粘贴选择项并已从剪贴板中清除。
|
||||
paste_failed: '$2无法粘贴选择项。理由:$2%s'
|
||||
no_clipboard: $2阁下的剪贴板内无选择项
|
||||
clipboard_info: '$2当前选择项 - 地皮编号:$1%id$2, 宽度:$1%width$2, 方块
|
||||
总数: $1%total$2'
|
||||
toggle:
|
||||
toggle_enabled: '$2已启用设置:%s'
|
||||
toggle_disabled: '$2已禁用设置:%s'
|
||||
blocked command:
|
||||
command_blocked: $2此地皮中不允许使用此命令
|
||||
done:
|
||||
done_already_done: $2此地皮已被标记为已完成
|
||||
done_not_done: $2此地皮未标记为已完成。
|
||||
done_insufficient_complexity: $2此地皮过于简单。请在使用此命令前添加更多的细节。
|
||||
done_success: $1已成功标记此地皮为已完成。
|
||||
done_removed: $1阁下现在可以在此地皮中继续建造了。
|
||||
ratings:
|
||||
ratings_purged: $2已清除此地皮的评分
|
||||
rating_not_valid: $2阁下需要指定介于 1 到 10 之间的数字
|
||||
rating_already_exists: $2阁下已评价过地皮 $2%s
|
||||
rating_applied: $4阁下已成功评价地皮 $2%s
|
||||
rating_not_your_own: $2阁下无法评价自己的地皮
|
||||
rating_not_done: $2阁下仅可评价已完成的地皮。
|
||||
rating_not_owned: $2阁下无法评价尚未被任何玩家拥有的地皮
|
||||
tutorial:
|
||||
rate_this: $2评价此地皮!
|
||||
comment_this: '$2请为地皮 %s 留下反馈'
|
||||
economy:
|
||||
econ_disabled: $2未启用经济系统
|
||||
cannot_afford_plot: $2阁下无法购买此地皮。此地皮价值 $1%s
|
||||
not_for_sale: $2此地皮恕不出售
|
||||
cannot_buy_own: $2阁下无法购买自己的地皮
|
||||
plot_sold: $4阁下的地皮 $1%s0$4 已以 $1$%s2$4 的价格售给了 $1%s1
|
||||
cannot_afford_merge: $2阁下无法合并地皮。此操作花费 $1%s
|
||||
added_balance: $1%s $2已转入您的余额
|
||||
removed_balance: $1%s $2已从您的余额中转出
|
||||
removed_granted_plot: $2阁下已使用了授予的 %s 块地皮,剩余 $1%s $2块
|
||||
setup:
|
||||
setup_init: '$1用法:$2/plot setup <值>'
|
||||
setup_step: '$3[$1步骤 %s0$3] $1%s1 $2- $1预期值:$2%s2 $1默认值:$2%s3'
|
||||
setup_invalid_arg: '$2%s0 不是步骤 %s1 的有效参数。要取消配置
|
||||
请使用:$1/plot setup cancel'
|
||||
setup_valid_arg: $2值 $1%s0 $2已设置为 %s1
|
||||
setup_finished: $4阁下应已被传送至新建的世界。否则阁下将需
|
||||
在 bukkit.yml 或世界管理插件中手动设置生成器。
|
||||
setup_world_taken: $2%s 已是一个世界
|
||||
setup_missing_world: $2阁下需要指定世界名($1/plot setup &l<世界名>$1
|
||||
<生成器>$2)&-$1附加指令:&-$2 - $1/plot setup <值>&-$2 - $1/plot
|
||||
setup back&-$2 - $1/plot setup cancel
|
||||
setup_missing_generator: $2阁下需要指定生成器($1/plot setup <世界名>
|
||||
&l<生成器>&r$2)&-$1附加指令&-$2 - $1/plot setup <值>&-$2 - $1/plot
|
||||
setup back&-$2 - $1/plot setup cancel
|
||||
setup_invalid_generator: '$2无效的生成器。可能选项:%s'
|
||||
schematics:
|
||||
schematic_too_large: $2此地皮过大无法进行此操作!
|
||||
schematic_missing_arg: '$2阁下需要指定参数。可能的值:$1test
|
||||
<名称>$2 , $1save$2 , $1paste $2, $1exportall'
|
||||
schematic_invalid: '$2布局无效。理由:$2%s'
|
||||
schematic_valid: $2布局无效
|
||||
schematic_paste_failed: $2粘贴布局失败
|
||||
schematic_paste_success: $4已成功粘贴布局
|
||||
titles:
|
||||
title_entered_plot: '$1地皮:%world%;%x%;%z%'
|
||||
title_entered_plot_sub: $4由 %s 所有
|
||||
prefix_greeting: '$1%id%$2> '
|
||||
prefix_farewell: '$1%id%$2> '
|
||||
core:
|
||||
task_start: 正在启动任务···
|
||||
prefix: $3[$1P2$3] $2
|
||||
enabled: $1%s0 现已启用
|
||||
reload:
|
||||
reloaded_configs: $1已重载翻译及世界设置
|
||||
reload_failed: $2重载文件配置失败
|
||||
desc:
|
||||
desc_set: $2已设置地皮描述
|
||||
desc_unset: $2已重置地皮描述
|
||||
missing_desc: $2阁下需要指定描述
|
||||
alias:
|
||||
alias_set_to: $2地皮别名已设置为 $1%alias%
|
||||
alias_removed: $2已移除地皮别名
|
||||
missing_alias: $2阁下需要指定别名
|
||||
alias_too_long: $2别名长度必须小于 50 个字符
|
||||
alias_is_taken: $2此别名已被占用
|
||||
position:
|
||||
missing_position: '$2阁下需要指定位置。可能的值:$1none'
|
||||
position_set: $1已设置家为阁下的当前位置
|
||||
position_unset: $1已重置家为默认位置
|
||||
home_argument: $2使用 /plot set home [无]
|
||||
invalid_position: $2位置值无效
|
||||
cap:
|
||||
entity_cap: $2阁下被禁止生成更多怪物
|
||||
time:
|
||||
time_format: $1%hours%, %min%, %sec%
|
||||
permission:
|
||||
no_schematic_permission: $2阁下没有使用布局的所需权限
|
||||
$1%s
|
||||
no_permission: '$2阁下缺少权限节点:$1%s'
|
||||
no_permission_event: '$2阁下缺少权限节点:$1%s'
|
||||
no_plot_perms: $2阁下必须为地皮所有者才能执行此操作
|
||||
cant_claim_more_plots: $2阁下无法拥有更多地皮。
|
||||
cant_claim_more_clusters: $2阁下无法拥有更多群集。
|
||||
cant_transfer_more_plots: $2阁下无法赠予此用户更多地皮
|
||||
cant_claim_more_plots_num: $2阁下无法同时拥有多于 $1%s $2块地皮
|
||||
you_be_denied: $2阁下被禁止进入此地皮
|
||||
merge_request_confirm: 来自 %s 的合并请求
|
||||
merge:
|
||||
merge_not_valid: $2此合并请求已不再可用。
|
||||
merge_accepted: $2此合并请求已被接受
|
||||
success_merge: $2已合并地皮!
|
||||
merge_requested: $2已成功发送合并请求
|
||||
no_perm_merge: '$2阁下不是地皮 $1%plot% $2的所有者'
|
||||
no_available_automerge: $2阁下在指定方向不拥有任何相邻的地皮
|
||||
或阁下被禁止合并所需的大小。
|
||||
unlink_required: $2需要解除关联才能执行此操作。
|
||||
unlink_impossible: $2阁下只能解除关联大地皮
|
||||
unlink_success: $2已成功将地皮解除关联。
|
||||
commandconfig:
|
||||
not_valid_subcommand: $2此子命令无效
|
||||
did_you_mean: '$2阁下的意思是否是:$1%s'
|
||||
name_little: $2%s0 名称过短,$1%s1$2<$1%s3
|
||||
no_commands: $2很抱歉,但阁下无法使用任何子命令。
|
||||
subcommand_set_options_header: '$2可能的值:'
|
||||
command_syntax: '$1用法:$2%s'
|
||||
flag_tutorial_usage: '$1请让管理员设置标记:$2%s'
|
||||
errors:
|
||||
invalid_player_wait: '$2未找到玩家:$1%s$2,正在获取。请稍后再试。'
|
||||
invalid_player: '$2未找到玩家:$1%s$2.'
|
||||
invalid_player_offline: '$2玩家 $1%s $2必须在线。'
|
||||
invalid_command_flag: '$2无效的命令标记:%s0'
|
||||
error: '$2发生了 %s 错误'
|
||||
command_went_wrong: $2执行此命令时发生错误···
|
||||
no_free_plots: $2无可用的免费地皮
|
||||
not_in_plot: $2阁下不在地皮上
|
||||
not_loaded: $2无法加载地皮
|
||||
not_in_cluster: $2阁下必须在地皮群集上以进行此操作
|
||||
not_in_plot_world: $2阁下不在地皮区域上
|
||||
plotworld_incompatible: $2两个世界必须相互兼容
|
||||
not_valid_world: $2世界无效(大小写敏感)
|
||||
not_valid_plot_world: $2地皮区域无效(大小写敏感)
|
||||
no_plots: $2阁下不拥有任何地皮
|
||||
wait_for_timer: $2一个设置方块计时器已关联到当前地皮或阁下上。请等待此操作完成
|
||||
paste:
|
||||
debug_report_created: '$1已上传完整调试日志至:$1%url%'
|
||||
purge:
|
||||
purge_success: $4已成功清除了 %s 块地皮
|
||||
trim:
|
||||
trim_in_progress: 世界修整任务正在进行中!
|
||||
not_valid_hybrid_plot_world: 需要混合地皮管理以执行此操作
|
||||
block list:
|
||||
block_list_separater: '$1,$2 '
|
||||
biome:
|
||||
need_biome: $2阁下需要指定一个有效的生态群落。
|
||||
biome_set_to: $2地皮生态群落被设置为 $2
|
||||
teleport:
|
||||
teleported_to_plot: $1阁下已被传送
|
||||
teleported_to_road: $2阁下已被传送到道路上
|
||||
teleport_in_seconds: $1%s 秒后传送。请勿移动···
|
||||
teleport_failed: $2传送由于移动或伤害取消
|
||||
set block:
|
||||
set_block_action_finished: $1已完成最后一个设置方块操作。
|
||||
unsafe:
|
||||
debugallowunsafe_on: $2已允许不安全的操作
|
||||
debugallowunsafe_off: $2已禁用不安全的操作
|
||||
debug:
|
||||
debug_header: $1调试信息&-
|
||||
debug_section: $2>> $1&l%val%
|
||||
debug_line: $2>> $1%var%$2:$1 %val%&-
|
||||
invalid:
|
||||
not_valid_data: $2数据编号无效。
|
||||
not_valid_block: '$2%s 不是有效的方块。'
|
||||
not_allowed_block: '$2方块 %s 被禁止'
|
||||
not_valid_number: '$2%s 不是区间内的有效数字'
|
||||
not_valid_plot_id: $2地皮编号无效。
|
||||
plot_id_form: '$2地皮编号必须为 $1X;Y 形式 $2例如:$1-5;7'
|
||||
not_your_plot: $2此地皮不为阁下拥有
|
||||
no_such_plot: $2没有此地皮
|
||||
player_has_not_been_on: $2此玩家从未进入过地皮世界
|
||||
found_no_plots: $2阁下的搜索查询未找到地皮
|
||||
found_no_plots_for_player: '$2未找到玩家 %s 的地皮'
|
||||
camera:
|
||||
camera_started: $2阁下已进入地皮 $1%s 的摄像模式
|
||||
camera_stopped: $2阁下已不再处于摄像模式
|
||||
need:
|
||||
need_plot_number: $2阁下必须指定地皮数字或别名
|
||||
need_block: $2阁下必须指定方块
|
||||
need_plot_id: $2阁下必须指定地皮编号。
|
||||
need_plot_world: $2阁下必须指定地皮区域。
|
||||
need_user: $2阁下必须指定用户名
|
||||
near:
|
||||
plot_near: '$1玩家:%s0'
|
||||
info:
|
||||
none: 无
|
||||
now: 现在
|
||||
never: 从不
|
||||
unknown: 未知
|
||||
everyone: 所有人
|
||||
plot_unowned: $2当前地皮必须有所有者才能执行此操作
|
||||
plot_info_unclaimed: $2地皮 $1%s$2 尚未被领取
|
||||
plot_info_header: $3&m---------&r $1信息 $3&m---------
|
||||
plot_info: '$1编号:$2%id%$1&-$1别名:$2%alias%$1&-$1所有者:$2%owner%$1&-$1生态群落:
|
||||
$2%biome%$1&-$1可以建造:$2%build%$1&-$1评分:$2%rating%&-$1可见:$2%seen%&-$1受信:
|
||||
$2%trusted%$1&-$1成员:$2%members%$1&-$1拒绝:$2%denied%$1&-$1标记:$2%flags%'
|
||||
plot_info_footer: $3&m---------&r $1信息 $3&m---------
|
||||
plot_info_trusted: $1受信:$2 %trusted%
|
||||
plot_info_members: $1成员:$2 %members%
|
||||
plot_info_denied: $1拒绝:$2 %denied%
|
||||
plot_info_flags: $1标记:$2 %flags%
|
||||
plot_info_biome: $1生态群落:$2 %biome%
|
||||
plot_info_rating: $1评分:$2 %rating%
|
||||
plot_info_owner: $1所有者:$2 %owner%
|
||||
plot_info_id: $1编号:$2 %id%
|
||||
plot_info_alias: $1别名:$2 %alias%
|
||||
plot_info_size: $1大小:$2 %size%
|
||||
plot_info_seen: $1可见:$2 %seen%
|
||||
plot_user_list: ' $1%user%$2,'
|
||||
plot_flag_list: $1%s0:%s1$2
|
||||
info_syntax_console: $2/plot info X;Y
|
||||
working:
|
||||
generating_component: $1已开始从阁下的设置中生成元件
|
||||
clearing_plot: $2正在清除地皮异步。
|
||||
clearing_done: $4已清除!此操作花费了 %s 毫秒。
|
||||
deleting_done: $4已删除!此操作花费了 %s 毫秒。
|
||||
plot_not_claimed: $2地皮未领取
|
||||
plot_is_claimed: $2此地皮已被领取
|
||||
claimed: $4阁下已成功领取地皮
|
||||
list:
|
||||
comment_list_header_paged: $2(页面 $1%cur$2/$1%max$2) $1共计 %amount% 条评论
|
||||
clickable: '(可交互)'
|
||||
area_list_header_paged: $2(页面 $1%cur$2/$1%max$2) $1共计 %amount% 块区域
|
||||
plot_list_header_paged: $2(页面 $1%cur$2/$1%max$2) $1共计 %amount% 块地皮
|
||||
plot_list_header: $1共计 %word% 块地皮
|
||||
plot_list_item: $2>> $1%id$2:$1%world $2- $1%owner
|
||||
plot_list_item_ordered: $2[$1%in$2] >> $1%id$2:$1%world $2- $1%owner
|
||||
plot_list_footer: $2>> $1%word% 共计 $2%num% $1领取了地皮 %plot%。
|
||||
left:
|
||||
left_plot: $2阁下已离开地皮
|
||||
chat:
|
||||
plot_chat_spy_format: '$2[$1地皮间谍$2][$1%plot_id%$2] $1%sender%$2: $1%msg%'
|
||||
plot_chat_format: '$2[$1地皮老铁$2][$1%plot_id%$2] $1%sender%$2: $1%msg%'
|
||||
plot_chat_forced: $2此世界强制所有人使用地皮聊天。
|
||||
plot_chat_on: $4已启用地皮聊天。
|
||||
plot_chat_off: $4已禁用地皮聊天。
|
||||
deny:
|
||||
denied_removed: $4阁下已成功解禁此玩家进入地皮
|
||||
denied_added: $4阁下已成功禁止此玩家进入地皮
|
||||
denied_need_argument: $2缺少参数。$1/plot denied add <名称> $2或 $1/plot
|
||||
denied remove <名称>
|
||||
was_not_denied: $2此玩家未被此地皮封禁
|
||||
you_got_denied: $4阁下已被禁止进入先前所在的地皮并已被传送至出生点
|
||||
kick:
|
||||
you_got_kicked: $4阁下已被踢出!
|
||||
rain:
|
||||
need_on_off: '$2阁下需要指定值。可能的值:$1on$2, $1off'
|
||||
setting_updated: $4阁下已成功更新设置
|
||||
flag:
|
||||
flag_key: '$2关键词:%s'
|
||||
flag_type: '$2类型:%s'
|
||||
flag_desc: '$2描述:%s'
|
||||
not_valid_flag: $2标记无效
|
||||
not_valid_flag_suggested: '$2标记无效。阁下的意思是否是:$1%s'
|
||||
not_valid_value: $2标记值必须为字母数字混合编制
|
||||
flag_not_in_plot: $2此地皮不拥有此标记
|
||||
flag_not_removed: $2无法移除此标记
|
||||
flag_not_added: $2无法添加此标记
|
||||
flag_removed: $4已成功移除标记
|
||||
flag_added: $4已成功添加标记
|
||||
trusted:
|
||||
trusted_added: $4阁下已成功将用户添加到地皮受信列表
|
||||
trusted_removed: $4阁下已成功将用户从地皮受信列表中移除
|
||||
was_not_added: $2此用户在此地皮上不受信任
|
||||
plot_removed_user: $1阁下所添加至的地皮 %s 由于所有者不活跃已被删除
|
||||
member:
|
||||
removed_players: $2已从此地皮中移除了 %s 位玩家。
|
||||
already_owner: '$2此玩家已是地皮所有者:%s0'
|
||||
already_added: '$2此玩家已被添加到此分类:%s0'
|
||||
member_added: $4此用户现已可以在地皮所有者在线时建造
|
||||
member_removed: $1阁下已成功从此地皮中移除了用户
|
||||
member_was_not_added: $2此玩家并未被添加到此地皮的用户列表
|
||||
plot_max_members: $2阁下被禁止添加更多玩家至此地皮
|
||||
owner:
|
||||
set_owner: $4阁下已成功设置地皮所有者
|
||||
now_owner: $4阁下现在是地皮 %s 的所有者
|
||||
signs:
|
||||
owner_sign_line_1: '$1编号:$1%id%'
|
||||
owner_sign_line_2: '$1所有者:'
|
||||
owner_sign_line_3: $2%plr%
|
||||
owner_sign_line_4: $3已被领取
|
||||
help:
|
||||
help_header: $3&m---------&r $1Plot² 帮助 $3&m---------
|
||||
help_page_header: '$1分类:$2%category%$2,$1 页面:$2%current%$3/$2%max%$2'
|
||||
help_footer: $3&m---------&r $1Plot² 帮助 $3&m---------
|
||||
help_info_item: $1/plot help %category% $3- $2%category_desc%
|
||||
help_item: $1%usage% [%alias%]&- $3- $2%desc%&-
|
||||
direction: '$1当前方向:%dir%'
|
||||
grants:
|
||||
granted_plots: '$1结果:剩余 $2%s $1次授权'
|
||||
granted_plot: $1阁下授权了 %s0 地皮至 $2%s1
|
||||
granted_plot_failed: '$1授权失败:$2%s'
|
||||
'-':
|
||||
custom_string: '-'
|
Reference in New Issue
Block a user