Upload all PlotSquared files

Except storage, in case we start using MySQL
And except the current DB file
This commit is contained in:
Chromachine 2018-06-08 21:19:15 +00:00
parent 671518103b
commit 9684f4460e
13 changed files with 2488 additions and 2 deletions

View file

@ -13,7 +13,7 @@ storage:
method: sqlite method: sqlite
# Requires Mysql. # Requires Mysql.
mysql-username: root mysql-username: root
mysql-password: 'NOPE' mysql-password: NOPE
mysql-hostname: localhost:3306 mysql-hostname: localhost:3306
mysql-database: minecraft mysql-database: minecraft
mysql-table-prefix: jobs_ mysql-table-prefix: jobs_

582
PlotSquared/config/commands.yml Executable file
View file

@ -0,0 +1,582 @@
plot:
aliases:
- plot
- plots
- p
- plotsquared
- plot2
- p2
- ps
- '2'
- plotme
- plotz
- ap
usage: ''
description: ''
confirmation: false
buy:
aliases:
- buy
usage: /plot buy
description: Buy the plot you are standing on
confirmation: false
save:
aliases:
- save
- backup
usage: ''
description: Save your plot
confirmation: false
load:
aliases:
- load
- restore
usage: /plot restore
description: Load your plot
confirmation: false
confirm:
aliases:
- confirm
usage: ''
description: Confirm an action
confirmation: false
template:
aliases:
- template
usage: /plot template [import|export] <world> <template>
description: Create or use a world template
confirmation: false
download:
aliases:
- download
- dl
usage: /plot download [schematic|bo3|world]
description: Download your plot
confirmation: false
changelog:
aliases:
- changelog
- cl
usage: /plot changelog
description: View the changelog
confirmation: false
setup:
aliases:
- setup
- create
usage: /plot setup
description: Setup wizard for plot worlds
confirmation: false
area:
aliases:
- area
- world
usage: /plot area <create|info|list|tp|regen>
description: Create a new PlotArea
confirmation: true
debugsavetest:
aliases:
- debugsavetest
usage: /plot debugsavetest
description: This command will force the recreation of all plots in the DB
confirmation: false
debugloadtest:
aliases:
- debugloadtest
usage: /plot debugloadtest
description: This debug command will force the reload of all plots in the DB
confirmation: false
createroadschematic:
aliases:
- createroadschematic
- crs
usage: /plot createroadschematic
description: Add a road schematic to your world using the roads around your current
plot
confirmation: false
debugallowunsafe:
aliases:
- debugallowunsafe
usage: /plot debugallowunsafe
description: Allow unsafe actions until toggled off
confirmation: false
regenallroads:
aliases:
- regenallroads
- rgar
usage: /plot regenallroads <world> [height]
description: Regenerate all roads in the map using the set road schematic
confirmation: false
claim:
aliases:
- claim
- c
usage: /plot claim
description: Claim the current plot you're standing on
confirmation: false
auto:
aliases:
- auto
- a
usage: /plot auto [length,width]
description: Claim the nearest plot
confirmation: false
visit:
aliases:
- visit
- v
- tp
- teleport
- goto
- home
- h
usage: /plot visit [<player>|<alias>|<world>|<id>] [#]
description: Visit someones plot
confirmation: false
set:
aliases:
- set
- s
usage: /plot set <biome|alias|home|flag> <value...>
description: Set a plot value
confirmation: false
clear:
aliases:
- clear
- reset
usage: /plot clear
description: Clear a plot
confirmation: true
delete:
aliases:
- delete
- dispose
- del
- reset
usage: /plot delete
description: Delete a plot
confirmation: true
trust:
aliases:
- trust
- t
usage: /plot trust <player>
description: Allow a player to build in a plot
confirmation: false
add:
aliases:
- add
usage: /plot add <player>
description: Allow a user to build while you are online
confirmation: false
leave:
aliases:
- leave
usage: ''
description: Leave a plot
confirmation: false
deny:
aliases:
- deny
- d
- ban
usage: /plot deny <player>
description: Deny a user from a plot
confirmation: false
remove:
aliases:
- remove
- r
- untrust
- ut
- undeny
- unban
- ud
usage: /plot remove <player>
description: Remove a player from a plot
confirmation: false
info:
aliases:
- info
- i
usage: /plot info <id>
description: Display plot info
confirmation: false
near:
aliases:
- near
- n
usage: /plot near
description: Display nearby players
confirmation: false
list:
aliases:
- list
- l
- find
- search
usage: /plot list <forsale|mine|shared|world|top|all|unowned|unknown|player|world|done|fuzzy
<search...>> [#]
description: List plots
confirmation: false
debug:
aliases:
- debug
usage: /plot debug [msg]
description: Show debug information
confirmation: false
schematic:
aliases:
- schematic
- sch
usage: /plot schematic <arg...>
description: Schematic command
confirmation: false
plugin:
aliases:
- plugin
- version
usage: ''
description: Show plugin information
confirmation: false
purge:
aliases:
- purge
usage: /plot purge world:<world> area:<area> id:<id> owner:<owner> shared:<shared>
unknown:[true|false]
description: Purge all plots for a world
confirmation: true
reload:
aliases:
- reload
usage: /plot reload
description: Reload configurations
confirmation: false
relight:
aliases:
- relight
usage: ''
description: Relight your plot
confirmation: false
merge:
aliases:
- merge
- m
usage: /plot merge <all|n|e|s|w> [removeroads]
description: Merge the plot you are standing on, with another plot
confirmation: true
debugpaste:
aliases:
- debugpaste
- dp
usage: /plot debugpaste
description: Upload settings.yml, worlds.yml, commands.yml and latest.log to www.hastebin.com
confirmation: false
unlink:
aliases:
- unlink
- u
- unmerge
usage: /plot unlink
description: Unlink a mega-plot
confirmation: true
kick:
aliases:
- kick
- k
usage: <player>
description: Kick a player from your plot
confirmation: false
rate:
aliases:
- rate
- rt
usage: /plot rate [#|next|purge]
description: Rate the plot
confirmation: false
debugclaimtest:
aliases:
- debugclaimtest
usage: ''
description: If you accidentally delete your database, this command will attempt
to restore all plots based on the data from plot signs. Execution time may vary
confirmation: false
inbox:
aliases:
- inbox
usage: /plot inbox [inbox] [delete <index>|clear|page]
description: Review the comments for a plot
confirmation: false
comment:
aliases:
- comment
- msg
usage: ''
description: Comment on a plot
confirmation: false
database:
aliases:
- database
- convert
usage: /plot database [area] <sqlite|mysql|import>
description: Convert/Backup Storage
confirmation: false
swap:
aliases:
- swap
- switch
usage: /plot swap <X;Z>
description: Swap two plots
confirmation: false
music:
aliases:
- music
usage: /plot music
description: Player music in a plot
confirmation: false
debugroadregen:
aliases:
- debugroadregen
usage: /plot debugroadregen
description: Regenerate all roads based on the road schematic
confirmation: false
debugexec:
aliases:
- debugexec
- exec
- $
usage: ''
description: Mutli-purpose debug command
confirmation: false
setflag:
aliases:
- setflag
- f
- flag
- setf
- setflag
usage: /plot flag <set|remove|add|list|info> <flag> <value>
description: Set plot flags
confirmation: false
target:
aliases:
- target
usage: /plot target <<plot>|nearest>
description: Target a plot with your compass
confirmation: false
debugfixflags:
aliases:
- debugfixflags
usage: /plot debugfixflags <world>
description: Attempt to fix all flags for a world
confirmation: false
move:
aliases:
- move
- debugmove
usage: /plot move <X;Z>
description: Move a plot
confirmation: false
condense:
aliases:
- condense
usage: ''
description: Condense a plotworld
confirmation: false
copy:
aliases:
- copy
- copypaste
usage: /plot copy <X;Z>
description: Copy a plot
confirmation: false
chat:
aliases:
- chat
usage: /plot chat [on|off]
description: Toggle plot chat on or off
confirmation: false
trim:
aliases:
- trim
usage: /plot trim <world> [regenerate]
description: Delete unmodified portions of your plotworld
confirmation: false
done:
aliases:
- done
- submit
usage: ''
description: Mark a plot as done
confirmation: false
continue:
aliases:
- continue
usage: ''
description: Continue a plot that was previously marked as done
confirmation: false
bo3:
aliases:
- bo3
- bo2
usage: ''
description: Mark a plot as done
confirmation: false
middle:
aliases:
- middle
- center
- centre
usage: /plot middle
description: Teleports you to the center of the plot
confirmation: false
grant:
aliases:
- grant
usage: /plot grant <check|add> [player]
description: ''
confirmation: false
setowner:
aliases:
- setowner
- owner
- so
- seto
usage: /plot setowner <player>
description: Set the plot owner
confirmation: true
setdescription:
aliases:
- setdescription
- desc
- setdesc
- setd
- description
usage: /plot desc <description>
description: Set the plot description
confirmation: false
setbiome:
aliases:
- setbiome
- biome
- sb
- setb
- b
usage: /plot biome [biome]
description: Set the plot biome
confirmation: false
setalias:
aliases:
- setalias
- alias
- sa
- name
- rename
- setname
- seta
- nameplot
usage: /plot alias <set|remove> <alias>
description: Set the plot name
confirmation: false
sethome:
aliases:
- sethome
- sh
- seth
usage: /plot sethome [none]
description: Set the plot home
confirmation: false
cluster:
aliases:
- cluster
- clusters
usage: ''
description: Manage a plot cluster
confirmation: false
debugimportworlds:
aliases:
- debugimportworlds
usage: ''
description: Import worlds by player name
confirmation: false
toggle:
aliases:
- toggle
- attribute
usage: ''
description: Toggle per user settings
confirmation: false
worldedit:
aliases:
- worldedit
- we
- wea
usage: ''
description: Toggle worldedit area restrictions
confirmation: false
titles:
aliases:
- titles
usage: ''
description: Toggle plot title messages
confirmation: false
chatspy:
aliases:
- chatspy
- spy
usage: ''
description: Toggle admin chat spying
confirmation: false
clear-confirmation:
aliases:
- clear-confirmation
usage: ''
description: Toggle autoclear confirmation
confirmation: false
chat:
aliases:
- chat
usage: ''
description: Toggle plot chat
confirmation: false
help:
aliases:
- help
- he
- '?'
usage: help [category|#]
description: Get this help menu
confirmation: false
uuidconvert:
aliases:
- uuidconvert
usage: /plot uuidconvert <lower|offline|online>
description: Debug UUID conversion
confirmation: false
weanywhere:
aliases:
- weanywhere
- wea
usage: /plot weanywhere
description: Force bypass of WorldEdit
confirmation: false
trimchunks:
aliases:
- trimchunks
usage: /plot trimchunks <world> <boolean-delete-unowned>
description: Delete unmodified portions of your plotworld
confirmation: false
generatebiome:
aliases:
- generatebiome
- bg
- gb
usage: /plots generatebiome <biome>
description: Generate a biome in your plot
confirmation: false
moveto512:
aliases:
- moveto512
usage: /plots moveto512 [world]
description: Move plots to a 512 sized region
confirmation: false

0
PlotSquared/config/worlds.yml Executable file
View file

View 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:
- PS
- 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(false);
}
}
else if ("%s0" === "false") {
for (var i = 0; i < plots.size(); i++) {
var plot = plots.get(i);
plot.autoMerge(false);
}
}
else {
C_COMMAND_SYNTAX.send(PlotPlayer, "/plot debugexec automerge.js <removeroads>");
MainUtil.sendMessage(PlotPlayer, "$1<removeroads> is true or false if you want to remove roads when auto merging");
}

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,409 @@
confirm:
expired_confirm: $2Confirmation has expired, please run the command again!
failed_confirm: $2You have no pending actions to confirm!
requires_confirm: '$2Are you sure you wish to execute: $1%s$2?&-$2This cannot be
undone! If you are sure: $1/plot confirm'
move:
move_success: $4Successfully moved plot.
copy_success: $4Successfully copied plot.
requires_unowned: $2The location specified is already occupied.
set:
set_attribute: $4Successfully set %s0 set to %s1
web:
generating_link: $1Processing plot...
generating_link_failed: $2Failed to generate download link!
save_failed: $2Failed to save
load_null: $2Please use $4/plot load $2to get a list of schematics
load_failed: $2Failed to load schematic
load_list: '$2To load a schematic, use $1/plot load #'
save_success: $1Successfully saved!
compass:
compass_target: $4Successfully targeted plot with compass
cluster:
cluster_available_args: '$1The following sub commands are available: $4list$2, $4create$2,
$4delete$2, $4resize$2, $4invite$2, $4kick$2, $4leave$2, $4members$2, $4info$2,
$4tp$2, $4sethome'
cluster_list_heading: $2There are $1%s$2 clusters in this world
cluster_list_element: $2 - $1%s&-
cluster_intersection: '$2The proposed area overlaps with: %s0'
cluster_outside: '$2The proposed area is outside the plot area: %s0'
cluster_added: $4Successfully created the cluster.
cluster_deleted: $4Successfully deleted the cluster.
cluster_resized: $4Successfully resized the cluster.
cluster_added_user: $4Successfully added user to the cluster.
cannot_kick_player: $2You cannot kick that player
cluster_invited: '$1You have been invited to the following cluster: $2%s'
cluster_removed: '$1You have been removed from cluster: $2%s'
cluster_kicked_user: $4Successfully kicked the user
invalid_cluster: '$1Invalid cluster name: $2%s'
cluster_not_added: $2That player was not added to the plot cluster
cluster_cannot_leave: $1You must delete or transfer ownership before leaving
cluster_added_helper: $4Successfully added a helper to the cluster
cluster_removed_helper: $4Successfully removed a helper from the cluster
cluster_regenerated: $4Successfully started cluster regeneration
cluster_teleporting: $4Teleporting...
cluster_info: '$1Current cluster: $2%id%&-$1Name: $2%name%&-$1Owner: $2%owner%&-$1Size:
$2%size%&-$1Rights: $2%rights%'
border:
border: $2You are outside the current map border
unclaim:
unclaim_success: $4You successfully unclaimed the plot.
unclaim_failed: $2Could not unclaim the plot
worldedit masks:
worldedit_delayed: $2Please wait while we process your WorldEdit action...
worldedit_run: '$2Apologies for the delay. Now executing: %s'
require_selection_in_mask: $2%s of your selection is not within your plot mask.
You can only make edits within your plot.
worldedit_volume: $2You cannot select a volume of %current%. The maximum volume
you can modify is %max%.
worldedit_iterations: $2You cannot iterate %current% times. The maximum number of
iterations allowed is %max%.
worldedit_unsafe: $2Access to that command has been blocked
worldedit_bypass: $2&oTo bypass your restrictions use $4/plot wea
worldedit_bypassed: $2Currently bypassing WorldEdit restriction.
worldedit_unmasked: $1Your WorldEdit is now unrestricted.
worldedit_restricted: $1Your WorldEdit is now restricted.
gamemode:
gamemode_was_bypassed: $1You bypassed the GameMode ($2{gamemode}$1) $1set for $2{plot}
height limit:
height_limit: $1This plot area has a height limit of $2{limit}
records:
record_play: $2%player $2started playing record $1%name
notify_enter: $2%player $2entered your plot ($1%plot$2)
notify_leave: $2%player $2left your plot ($1%plot$2)
swap:
swap_overlap: $2The proposed areas are not allowed to overlap
swap_dimensions: $2The proposed areas must have comparable dimensions
swap_syntax: $2/plot swap <id>
swap_success: $4Successfully swapped plots
started_swap: $2Started plot swap task. You will be notified when it finishes
comment:
inbox_notification: '%s unread messages. Use /plot inbox'
not_valid_inbox_index: $2No comment at index %s
inbox_item: $2 - $4%s
comment_syntax: $2Use /plot comment [X;Z] <%s> <comment>
invalid_inbox: '$2That is not a valid inbox.&-$1Accepted values: %s'
no_perm_inbox: $2You do not have permission for that inbox
no_perm_inbox_modify: $2You do not have permission to modify that inbox
no_plot_inbox: $2You must stand in or supply a plot argument
comment_removed: $4Successfully deleted comment/s:n$2 - '$3%s$2'
comment_added: $4A comment has been left
comment_header: $2&m---------&r $1Comments $2&m---------&r
inbox_empty: $2No comments
console:
not_console: $2For safety reasons, this command can only be executed by console.
is_console: $2This command can only be executed by a player.
inventory:
inventory_usage: '&cUsage: &6{usage}'
inventory_desc: '&cDescription: &6{desc}'
inventory_category: '&cCategory: &6{category}'
clipboard:
clipboard_set: $2The current plot is now copied to your clipboard, use $1/plot paste$2
to paste it
pasted: $4The plot selection was successfully pasted. It has been cleared from your
clipboard.
paste_failed: '$2Failed to paste the selection. Reason: $2%s'
no_clipboard: $2You don't have a selection in your clipboard
clipboard_info: '$2Current Selection - Plot ID: $1%id$2, Width: $1%width$2, Total
Blocks: $1%total$2'
toggle:
toggle_enabled: '$2Enabled setting: %s'
toggle_disabled: '$2Disabled setting: %s'
blocked command:
command_blocked: $2That command is not allowed in this plot
done:
done_already_done: $2This plot is already marked as done
done_not_done: $2This plot is not marked as done.
done_insufficient_complexity: $2This plot is too simple. Please add more detail
before using this command.
done_success: $1Successfully marked this plot as done.
done_removed: $1You may now continue building in this plot.
ratings:
ratings_purged: $2Purged ratings for this plot
rating_not_valid: $2You need to specify a number between 1 and 10
rating_already_exists: $2You have already rated plot $2%s
rating_applied: $4You successfully rated plot $2%s
rating_not_your_own: $2You cannot rate your own plot
rating_not_done: $2You can only rate finished plots.
rating_not_owned: $2You cannot rate a plot that is not claimed by anyone
tutorial:
rate_this: $2Rate this plot!
comment_this: '$2Leave some feedback on this plot: %s'
economy:
econ_disabled: $2Economy is not enabled
cannot_afford_plot: $2You cannot afford to buy this plot. It costs $1%s
not_for_sale: $2This plot is not for sale
cannot_buy_own: $2You cannot buy your own plot
plot_sold: $4Your plot; $1%s0$4, has been sold to $1%s1$4 for $1$%s2
cannot_afford_merge: $2You cannot afford to merge the plots. It costs $1%s
added_balance: $1%s $2has been added to your balance
removed_balance: $1%s $2has been taken from your balance
removed_granted_plot: $2You used %s plot grant(s), you've got $1%s $2left
setup:
setup_init: '$1Usage: $2/plot setup <value>'
setup_step: '$3[$1Step %s0$3] $1%s1 $2- $1Expecting: $2%s2 $1Default: $2%s3'
setup_invalid_arg: '$2%s0 is not a valid argument for step %s1. To cancel setup
use: $1/plot setup cancel'
setup_valid_arg: $2Value $1%s0 $2set to %s1
setup_finished: $4You should have been teleported to the created world. Otherwise
you will need to set the generator manually using the bukkit.yml or your chosen
world management plugin.
setup_world_taken: $2%s is already a world
setup_missing_world: $2You need to specify a world name ($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: $2You need to specify a generator ($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: '$2Invalid generator. Possible options: %s'
schematics:
schematic_too_large: $2The plot is too large for this action!
schematic_missing_arg: '$2You need to specify an argument. Possible values: $1test
<name>$2 , $1save$2 , $1paste $2, $1exportall'
schematic_invalid: '$2That is not a valid schematic. Reason: $2%s'
schematic_valid: $2That is a valid schematic
schematic_paste_failed: $2Failed to paste the schematic
schematic_paste_success: $4The schematic pasted successfully
titles:
title_entered_plot: '$1Plot: %world%;%x%;%z%'
title_entered_plot_sub: $4Owned by %s
prefix_greeting: '$1%id%$2> '
prefix_farewell: '$1%id%$2> '
core:
task_start: Starting task...
prefix: $3[$1P2$3] $2
enabled: $1%s0 is now enabled
reload:
reloaded_configs: $1Translations and world settings have been reloaded
reload_failed: $2Failed to reload file configurations
desc:
desc_set: $2Plot description set
desc_unset: $2Plot description unset
missing_desc: $2You need to specify a description
alias:
alias_set_to: $2Plot alias set to $1%alias%
alias_removed: $2Plot alias removed
missing_alias: $2You need to specify an alias
alias_too_long: $2The alias must be < 50 characters in length
alias_is_taken: $2That alias is already taken
position:
missing_position: '$2You need to specify a position. Possible values: $1none'
position_set: $1Home position set to your current location
position_unset: $1Home position reset to the default location
home_argument: $2Use /plot set home [none]
invalid_position: $2That is not a valid position value
cap:
entity_cap: $2You are not allowed to spawn more mobs
time:
time_format: $1%hours%, %min%, %sec%
permission:
no_schematic_permission: $2You don't have the permission required to use schematic
$1%s
no_permission: '$2You are lacking the permission node: $1%s'
no_permission_event: '$2You are lacking the permission node: $1%s'
no_plot_perms: $2You must be the plot owner to perform this action
cant_claim_more_plots: $2You can't claim more plots.
cant_claim_more_clusters: $2You can't claim more clusters.
cant_transfer_more_plots: $2You can't send more plots to that user
cant_claim_more_plots_num: $2You can't claim more than $1%s $2plots at once
you_be_denied: $2You are not allowed to enter this plot
merge_request_confirm: Merge request from %s
merge:
merge_not_valid: $2This merge request is no longer valid.
merge_accepted: $2The merge request has been accepted
success_merge: $2Plots have been merged!
merge_requested: $2Successfully sent a merge request
no_perm_merge: '$2You are not the owner of the plot: $1%plot%'
no_available_automerge: $2You do not own any adjacent plots in the specified direction
or are not allowed to merge to the required size.
unlink_required: $2An unlink is required to do this.
unlink_impossible: $2You can only unlink a mega-plot
unlink_success: $2Successfully unlinked plots.
commandconfig:
not_valid_subcommand: $2That is not a valid subcommand
did_you_mean: '$2Did you mean: $1%s'
name_little: $2%s0 name is too short, $1%s1$2<$1%s3
no_commands: $2I'm sorry, but you're not permitted to use any subcommands.
subcommand_set_options_header: '$2Possible Values: '
command_syntax: '$1Usage: $2%s'
flag_tutorial_usage: '$1Have an admin set the flag: $2%s'
errors:
invalid_player_wait: '$2Player not found: $1%s$2, fetching it. Try again soon.'
invalid_player: '$2Player not found: $1%s$2.'
invalid_player_offline: '$2The player must be online: $1%s.'
invalid_command_flag: '$2Invalid command flag: %s0'
error: '$2An error occurred: %s'
command_went_wrong: $2Something went wrong when executing that command...
no_free_plots: $2There are no free plots available
not_in_plot: $2You're not in a plot
not_loaded: $2The plot could not be loaded
not_in_cluster: $2You must be within a plot cluster to perform that action
not_in_plot_world: $2You're not in a plot area
plotworld_incompatible: $2The two worlds must be compatible
not_valid_world: $2That is not a valid world (case sensitive)
not_valid_plot_world: $2That is not a valid plot area (case sensitive)
no_plots: $2You don't have any plots
wait_for_timer: $2A setblock timer is bound to either the current plot or you. Please
wait for it to finish
paste:
debug_report_created: '$1Uploaded a full debug to: $1%url%'
purge:
purge_success: $4Successfully purged %s plots
trim:
trim_in_progress: A world trim task is already in progress!
not_valid_hybrid_plot_world: The hybrid plot manager is required to perform this
action
block list:
block_list_separater: '$1,$2 '
biome:
need_biome: $2You need to specify a valid biome.
biome_set_to: $2Plot biome set to $2
teleport:
teleported_to_plot: $1You have been teleported
teleported_to_road: $2You got teleported to the road
teleport_in_seconds: $1Teleporting in %s seconds. Do not move...
teleport_failed: $2Teleportation cancelled due to movement or damage
set block:
set_block_action_finished: $1The last setblock action is now finished.
unsafe:
debugallowunsafe_on: $2Unsafe actions allowed
debugallowunsafe_off: $2Unsafe actions disabled
debug:
debug_header: $1Debug Information&-
debug_section: $2>> $1&l%val%
debug_line: $2>> $1%var%$2:$1 %val%&-
invalid:
not_valid_data: $2That's not a valid data id.
not_valid_block: '$2That''s not a valid block: %s'
not_allowed_block: '$2That block is not allowed: %s'
not_valid_number: '$2That''s not a valid number within the range: %s'
not_valid_plot_id: $2That's not a valid plot id.
plot_id_form: '$2The plot id must be in the form: $1X;Y $2e.g. $1-5;7'
not_your_plot: $2That is not your plot.
no_such_plot: $2There is no such plot
player_has_not_been_on: $2That player hasn't been in the plotworld
found_no_plots: $2Found no plots with your search query
found_no_plots_for_player: '$2No plots found for player: %s'
camera:
camera_started: $2You have entered camera mode for plot $1%s
camera_stopped: $2You are no longer in camera mode
need:
need_plot_number: $2You've got to specify a plot number or alias
need_block: $2You've got to specify a block
need_plot_id: $2You've got to specify a plot id.
need_plot_world: $2You've got to specify a plot area.
need_user: $2You need to specify a username
near:
plot_near: '$1Players: %s0'
info:
none: None
now: Now
never: Never
unknown: Unknown
everyone: Everyone
plot_unowned: $2The current plot must have an owner to perform this action
plot_info_unclaimed: $2Plot $1%s$2 is not yet claimed
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%&-$1Seen: $2%seen%&-$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_info_seen: $1Seen:$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: $1Started generating component from your settings
clearing_plot: $2Clearing plot async.
clearing_done: $4Clear completed! Took %sms.
deleting_done: $4Delete completed! Took %sms.
plot_not_claimed: $2Plot not claimed
plot_is_claimed: $2This plot is already claimed
claimed: $4You successfully claimed the plot
list:
comment_list_header_paged: $2(Page $1%cur$2/$1%max$2) $1List of %amount% comments
clickable: ' (interactive)'
area_list_header_paged: $2(Page $1%cur$2/$1%max$2) $1List of %amount% areas
plot_list_header_paged: $2(Page $1%cur$2/$1%max$2) $1List of %amount% plots
plot_list_header: $1List of %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% a total of $2%num% $1claimed %plot%.
left:
left_plot: $2You left a 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: $2This world forces everyone to use plot chat.
plot_chat_on: $4Plot chat enabled.
plot_chat_off: $4Plot chat disabled.
deny:
denied_removed: $4You successfully undenied the player from this plot
denied_added: $4You successfully denied the player from this plot
denied_need_argument: $2Arguments are missing. $1/plot denied add <name> $2or $1/plot
denied remove <name>
was_not_denied: $2That player was not denied on this plot
you_got_denied: $4You are denied from the plot you were previously on, and got teleported
to spawn
kick:
you_got_kicked: $4You got kicked!
rain:
need_on_off: '$2You need to specify a value. Possible values: $1on$2, $1off'
setting_updated: $4You successfully updated the setting
flag:
flag_key: '$2Key: %s'
flag_type: '$2Type: %s'
flag_desc: '$2Desc: %s'
not_valid_flag: $2That is not a valid flag
not_valid_flag_suggested: '$2That is not a valid flag. Did you mean: $1%s'
not_valid_value: $2Flag values must be alphanumerical
flag_not_in_plot: $2The plot does not have that flag
flag_not_removed: $2The flag could not be removed
flag_not_added: $2The flag could not be added
flag_removed: $4Successfully removed flag
flag_added: $4Successfully added flag
trusted:
trusted_added: $4You successfully trusted a user to the plot
trusted_removed: $4You successfully removed a trusted user from the plot
was_not_added: $2That player was not trusted on this plot
plot_removed_user: $1Plot %s of which you were added to has been deleted due to
owner inactivity
member:
removed_players: $2Removed %s players from this plot.
already_owner: '$2That user is already the plot owner: %s0'
already_added: '$2That user is already added to that category: %s0'
member_added: $4That user can now build while the plot owner is online
member_removed: $1You successfully removed a user from the plot
member_was_not_added: $2That player was not added as a user on this plot
plot_max_members: $2You are not allowed to add any more players to this plot
owner:
set_owner: $4You successfully set the plot owner
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: '$1Result: $2%s $1grants left'
granted_plot: $1You granted %s0 plot to $2%s1
granted_plot_failed: '$1Grant failed: $2%s'
'-':
custom_string: '-'

View file

@ -0,0 +1,412 @@
# 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 nochmal 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 ist jetzt nicht mehr begrenzt.
worldedit_restricted: $1Dein WorldEdit 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 unread messages. Use /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 es 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: $2You used %s plot grant(s), you've got $1%s $2left
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: $2The plot is too large for this action!
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: $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 Schematics zu verwenden:
$1%s'
no_permission: '$2Dir fehlt folgende Berechtigung: $1%s'
no_plot_perms: $2Diese Aktion kann nur der Besitzer des Plots
cant_claim_more_plots: $2Du kannst keine weiteren Plots besitzen.
cant_transfer_more_plots: $2Du kannst keine weiteren Plots diesem Spieler schicken.
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: Zusammenführanfrage von %s
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 Zusammenführanfrage ist nicht länger gültig.
merge_accepted: $2Die Zusammenführanfrage wurde akzeptiert.
success_merge: $2Plots wurden zusammengeführt.
merge_requested: $2Zusammenführanfrage 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: '$2Meinst 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&-
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: '$2That block is not allowed: %s'
found_no_plots_for_player: '$2No plots found for player: %s'
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(Page $1%cur$2/$1%max$2) $1List of %amount% comments
clickable: ' (interactive)'
area_list_header_paged: $2(Page $1%cur$2/$1%max$2) $1List of %amount% areas
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
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: '$1Category: $2%category%$2,$1 Page: $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 Spielmodus ($2{gamemode}$1) $1im Plot $2{plot}
height limit:
height_limit: $1Diese Plot Region hat ein Höhenlimit vonf $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 befor du den Befehlt erneut benutzt.
done_success: $1Plot als fertig markiert.
done_removed: $1Vielleicht möchtest du hier 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'

View file

@ -0,0 +1,394 @@
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
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: '-'

View file

@ -0,0 +1,378 @@
#Translator: c7w/1345979462
confirm:
failed_confirm: $2\u4f60\u5f53\u524d\u6ca1\u6709\u53ef\u4ee5\u63a5\u53d7\u7684\u884c\u52a8\uff01
requires_confirm: '$2\u4f60\u662f\u5426\u8981\u6267\u884c: $1%s$2?&-$2\u8be5\u64cd\u4f5c\u4e0d\u53ef\u9006! \u5982\u679c\u786e\u5b9a\u8bf7\u8f93\u5165: $1/plot confirm'
move:
move_success: $4\u6210\u529f\u7684\u79fb\u52a8\u4e86\u5730\u76ae\u3002
copy_success: $4\u6210\u529f\u7684\u590d\u5236\u4e86\u5730\u76ae\u3002
requires_unowned: $2\u4f60\u6307\u5b9a\u7684\u4f4d\u7f6e\u5df2\u88ab\u5360\u7528\u3002
set:
set_attribute: $4\u6210\u529f\u5c06 %s0 \u8bbe\u7f6e\u4e3a %s1
web:
generating_link: $1\u5904\u7406\u5730\u76ae\u4e2d...
generating_link_failed: $2\u521b\u5efa\u4e0b\u8f7d\u94fe\u63a5\u5931\u8d25\u4e86\uff01
save_failed: $2\u4fdd\u5b58\u5931\u8d25
load_null: $2\u8bf7\u4f7f\u7528 $4/plot load $2\u6765\u83b7\u53d6\u6a21\u578b\u5217\u8868
load_failed: $2\u8bfb\u53d6\u6a21\u578b\u5931\u8d25
load_list: '$2\u82e5\u8981\u8bfb\u53d6\u4e00\u4e2a\u6a21\u578b\uff0c\u8bf7\u4f7f\u7528 $1/plot load #'
save_success: $1\u6210\u529f\u4fdd\u5b58\uff01
compass:
compass_target: $4\u6210\u529f\u7684\u7528\u6307\u5357\u9488\u6307\u5411\u4e86\u5730\u76ae\uff01
cluster:
cluster_available_args: '''$1\u4e0b\u9762\u7684\u5b50\u6307\u4ee4\u662f\u53ef\u884c\u7684: $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\u5728\u8fd9\u4e2a\u4e16\u754c\u4e2d\u6709 $1%s$2 \u4e2a\u5730\u76ae\u7fa4
cluster_list_element: $2 - $1%s&-
cluster_intersection: $2\u76ee\u6807\u533a\u57df\u88ab %s0 \u8986\u76d6'
cluster_added: $4\u6210\u529f\u7684\u521b\u5efa\u4e86\u7fa4\u3002
cluster_deleted: $4\u6210\u529f\u7684\u5220\u9664\u4e86\u7fa4\u3002
cluster_resized: $4\u6210\u529f\u4e3a\u7fa4\u91cd\u65b0\u8bbe\u7f6e\u5927\u5c0f\u3002
cluster_added_user: $4\u6210\u529f\u4e3a\u7fa4\u589e\u52a0\u7528\u6237\u3002
cannot_kick_player: $2\u4f60\u4e0d\u80fd\u4ece\u5730\u76ae\u4e2d\u79fb\u9664\u90a3\u4f4d\u73a9\u5bb6\uff01
cluster_invited: $1\u4f60\u88ab\u9080\u8bf7\u53bb\u4e0b\u5217\u7fa4\uff1a $2%s
cluster_removed: $1\u4f60\u88ab\u8be5\u7fa4\u79fb\u9664\uff1a $2%s
cluster_kicked_user: $4\u6210\u529f\u79fb\u9664\u4e86\u7528\u6237\u3002
invalid_cluster: '''$1\u4e0d\u5408\u6cd5\u7684\u7fa4\u540d\u79f0\uff1a $2%s'''
cluster_not_added: $2\u90a3\u4e2a\u73a9\u5bb6\u6ca1\u6709\u88ab\u6dfb\u52a0\u5230\u5730\u76ae\u7fa4\u4e2d
cluster_cannot_leave: $1\u4f60\u5728\u79bb\u5f00\u4e4b\u524d\u5fc5\u987b\u5220\u9664\u6216\u8f6c\u8ba9\u7fa4
cluster_added_helper: $4\u6210\u529f\u4e3a\u5730\u76ae\u7fa4\u589e\u52a0\u4e86\u63f4\u5efa\u8005
cluster_removed_helper: $4\u6210\u529f\u4e3a\u5730\u76ae\u7fa4\u79fb\u9664\u4e86\u4e00\u4f4d\u63f4\u5efa\u8005
cluster_regenerated: $4\u6210\u529f\u7684\u5f00\u59cb\u4e86\u5730\u76ae\u7fa4\u91cd\u5efa\u4efb\u52a1
cluster_teleporting: $4\u4f20\u9001\u4e2d...
cluster_info: '''$1\u5f53\u524d\u7fa4\uff1a $2%id%&-$1\u540d\u79f0\uff1a $2%name%&-$1\u6240\u6709\u8005\uff1a $2%owner%&-$1\u5927\u5c0f\uff1a $2%size%&-$1\u6743\u5229\uff1a
$2%rights%'''
cluster_outside: '$2The proposed area is outside the plot area: %s0'
border:
border: $2\u4f60\u5728\u5f53\u524d\u5730\u56fe\u8fb9\u754c\u4e4b\u5916
unclaim:
unclaim_success: $4\u4f60\u6210\u529f\u7684\u653e\u5f03\u4e86\u5730\u76ae
unclaim_failed: $2\u4e0d\u80fd\u653e\u5f03\u5730\u76ae
worldedit masks:
worldedit_delayed: $2\u8bf7\u7b49\u5f85\u6211\u4eec\u5904\u7406\u4f60\u7684 Worldedit \u884c\u52a8...
worldedit_run: '''$2\u8bf7\u7b49\u5f85\u5f53\u524d\u4efb\u52a1\u5b8c\u6210\u3002\u5f53\u524d\u6b63\u5728\u8fdb\u884c\u7684\u4efb\u52a1\uff1a%s'''
require_selection_in_mask: $2\u4f60\u5f53\u524d\u9009\u62e9\u8303\u56f4\u4e2d %s \u4e0d\u662f\u4f60\u7684\u5730\u76ae\uff0c\u4f60\u53ea\u80fd\u5728\u4f60\u81ea\u5df1\u7684\u5730\u76ae\u4e0a\u66f4\u6539\u3002
worldedit_volume: $2\u4f60\u76ee\u524d\u9009\u533a\u4e2d\u6709 %current%\u4e2a\u65b9\u5757\uff0c\u4f60\u6700\u5927\u53ef\u4ee5\u4e00\u6b21\u6027\u7f16\u8f91\u7684\u65b9\u5757\u6570\u76ee\u4e3a %max%\u3002
worldedit_iterations: $2\u4f60\u4e0d\u80fd\u91cd\u590d %current% \u6b21\u3002\u4f60\u53ef\u4ee5\u91cd\u590d\u7684\u6700\u5927\u6b21\u6570\u4e3a %max%\u6b21\u3002
worldedit_unsafe: $2\u90a3\u4e2a\u6307\u4ee4\u5df2\u88ab\u7981\u7528
worldedit_bypass: $2&o\u82e5\u8981\u89e3\u9664\u4f60\u7684 Worldedit \u9650\u5236\uff0c\u8f93\u5165 $4/plot wea
worldedit_bypassed: $2\u5f53\u524d\u89e3\u9664\u4e86\u4f60\u7684 WorldEdit \u9650\u5236
worldedit_unmasked: $1\u4f60\u7684 WorldEdit \u73b0\u5728\u88ab\u89e3\u9664\u9650\u5236\u3002
worldedit_restricted: $1\u4f60\u7684 WorldEdit \u73b0\u5728\u88ab\u9650\u5236\u3002
gamemode:
gamemode_was_bypassed: $1\u4f60\u4e3a\u5730\u76ae $2{plot} $1\u8df3\u8fc7\u4e86\u6e38\u620f\u6a21\u5f0f \u2014\u2014 ($2{gamemode}$1) $1
height limit:
height_limit: $1\u8fd9\u4e2a\u5730\u76ae\u7684\u5efa\u7b51\u9ad8\u5ea6\u9650\u5236\u4e3a $2{limit}
records:
record_play: $2%player $2\u5f00\u59cb\u4e86 $1%name \u7684\u8bb0\u5f55
notify_enter: $2%player $2\u8fdb\u5165\u4e86\u4f60\u7684\u5730\u76ae ($1%plot$2)
notify_leave: $2%player $2\u79bb\u5f00\u4e86\u4f60\u7684\u5730\u76ae ($1%plot$2)
swap:
swap_overlap: $2\u76ee\u6807\u533a\u57df\u4e0d\u5141\u8bb8\u88ab\u8986\u76d6
swap_dimensions: $2\u548c\u76ee\u6807\u533a\u57df\u5fc5\u987b\u62e5\u6709\u76f8\u540c\u7684\u4e16\u754c\u7c7b\u578b
swap_syntax: $2/plots swap <id>
swap_success: $4\u6210\u529f\u7684\u4ea4\u6362\u4e86\u5730\u76ae
started_swap: $2\u4ea4\u6362\u5730\u76ae\u4efb\u52a1\u5df2\u5f00\u59cb\uff0c\u4f60\u5c06\u4f1a\u5728\u5b8c\u6210\u540e\u6536\u5230\u901a\u77e5\u3002
comment:
inbox_notification: '%s \u6761\u672a\u8bfb\u4fe1\u606f\u3002\u4f7f\u7528 /plot inbox \u6765\u8bfb\u53d6'
not_valid_inbox_index: $2\u5728\u7b2c %s \u9875\u6ca1\u6709\u4fe1\u606f
inbox_item: $2 - $4%s
comment_syntax: $2\u8bf7\u4f7f\u7528 /plots comment [X;Z] <%s> <comment>
invalid_inbox: $2\u90a3\u4e0d\u662f\u4e00\u4e2a\u6b63\u786e\u7684\u6536\u4ef6\u7bb1&-$1\u5141\u8bb8\u7684\u503c\uff1a %s
no_perm_inbox: $2\u4f60\u6ca1\u6709\u67e5\u770b\u90a3\u4e2a\u6536\u4ef6\u7bb1\u7684\u6743\u9650
no_perm_inbox_modify: $2\u4f60\u6ca1\u6709\u66f4\u6539\u90a3\u4e2a\u6536\u4ef6\u7bb1\u7684\u6743\u9650
no_plot_inbox: $2\u4f60\u5fc5\u987b\u7ad9\u5728\u6216\u6307\u5b9a\u4e00\u4e2a\u5730\u76ae\u53c2\u6570
comment_removed: $4\u6210\u529f\u7684\u5220\u9664\u4e86\u8bc4\u8bba\uff1a$2 - '$3%s$2'
comment_added: $4\u4e00\u6761\u8bc4\u8bba\u88ab\u7559\u4e0b
comment_header: $2&m---------&r $1\u8bc4\u8bba $2&m---------&r
inbox_empty: $2\u6ca1\u6709\u8bc4\u8bba
console:
not_console: $2\u4e3a\u4e86\u5b89\u5168\uff0c\u8fd9\u4e2a\u6307\u4ee4\u53ea\u80fd\u7531\u63a7\u5236\u53f0\u6267\u884c\u3002
is_console: $2\u8fd9\u4e2a\u6307\u4ee4\u53ea\u80fd\u7531\u73a9\u5bb6\u6267\u884c\u3002
inventory:
inventory_usage: '&c\u4f7f\u7528\uff1a &6{usage}'
inventory_desc: '&c\u63cf\u8ff0\uff1a &6{desc}'
inventory_category: '&c\u7c7b\u578b\uff1a &6{category}'
clipboard:
clipboard_set: $2\u5f53\u524d\u5730\u76ae\u5df2\u88ab\u590d\u5236\u5230\u4f60\u7684\u526a\u5207\u677f\u4e2d\uff0c\u4f7f\u7528 $1/plot paste$2 \u6765\u7c98\u8d34\u3002
pasted: $4\u5730\u76ae\u5df2\u88ab\u6210\u529f\u7c98\u8d34\u3002\u5b83\u4ece\u4f60\u7684\u526a\u5207\u677f\u4e2d\u88ab\u79fb\u9664\u3002
paste_failed: $2\u7c98\u8d34\u9009\u4e2d\u533a\u57df\u65f6\u5931\u8d25\u4e86\uff0c\u5931\u8d25\u539f\u56e0\uff1a $2%s
no_clipboard: $2\u4f60\u7684\u526a\u5207\u677f\u4e2d\u6ca1\u6709\u9009\u62e9\u3002
clipboard_info: '$2\u5f53\u524d\u9009\u62e9 - \u5730\u76aeID: $1%id$2, \u5bbd\u5ea6: $1%width$2, \u603b\u8ba1\u65b9\u5757\u6570\uff1a$1%total$2'
toggle:
toggle_enabled: $2\u542f\u7528\u8bbe\u7f6e\uff1a %s
toggle_disabled: $2\u7981\u7528\u8bbe\u7f6e\uff1a %s
blocked command:
command_blocked: $2\u5728\u8fd9\u4e2a\u5730\u76ae\u4e2d\u90a3\u4e2a\u6307\u4ee4\u4e0d\u88ab\u5141\u8bb8
done:
done_already_done: $2\u8fd9\u4e2a\u5730\u76ae\u5df2\u7ecf\u88ab\u6807\u8bb0\u5b8c\u6210\u3002
done_not_done: $2\u8fd9\u4e2a\u5730\u76ae\u6ca1\u6709\u88ab\u6807\u8bb0\u5b8c\u6210\u3002
done_insufficient_complexity: $2\u8fd9\u4e2a\u5730\u76ae\u592a\u8fc7\u4e8e\u7b80\u5355\u3002\u8bf7\u5728\u4f7f\u7528\u8fd9\u4e2a\u6307\u4ee4\u4e4b\u524d\u589e\u52a0\u589e\u52a0\u66f4\u591a\u7ec6\u8282\u3002
done_success: $1\u6210\u529f\u5c06\u5730\u76ae\u6807\u8bb0\u5b8c\u6210\u3002
done_removed: $1\u4f60\u73b0\u5728\u53ef\u4ee5\u7ee7\u7eed\u5728\u5730\u76ae\u4e2d\u5efa\u7b51\u4e86\u3002
ratings:
rating_not_valid: $2\u4f60\u9700\u8981\u5728 1 - 10 \u4e4b\u524d\u6307\u5b9a\u4e00\u4e2a\u6570\u5b57
rating_already_exists: $2\u4f60\u5df2\u7ecf\u4e3a\u5730\u76ae $2%s \u6295\u8fc7\u7968\u4e86
rating_applied: $4\u4f60\u6210\u529f\u7684\u4e3a\u5730\u76ae $2%s \u6295\u4e86\u4e00\u7968
rating_not_your_own: $2\u4f60\u4e0d\u80fd\u4e3a\u81ea\u5df1\u7684\u5730\u76ae\u6295\u7968
rating_not_done: $2\u4f60\u53ea\u80fd\u4e3a\u5b8c\u6210\u7684\u5730\u76ae\u6295\u7968\u3002
rating_not_owned: $2\u4f60\u4e0d\u80fd\u4e3a\u65e0\u4e3b\u7684\u5730\u76ae\u6295\u7968\u3002
tutorial:
rate_this: $2\u4e3a\u8fd9\u4e2a\u5730\u76ae\u6295\u7968\uff01
comment_this: $2\u4e3a\u8fd9\u4e2a\u5730\u76ae\u7559\u4e00\u4e9b\u53cd\u9988\uff1a %s
economy:
econ_disabled: $2\u73b0\u5728\u6ca1\u6709\u542f\u52a8\u7ecf\u6d4e\u7cfb\u7edf
cannot_afford_plot: $2\u4f60\u6ca1\u6709\u8db3\u591f\u7684\u94b1\u4e70\u8fd9\u5757\u5730\u76ae\u3002\u5b83\u9700\u8981\u82b1\u8d39 $1%s
not_for_sale: $2\u8fd9\u5757\u5730\u76ae\u6ca1\u6709\u51fa\u552e
cannot_buy_own: $2\u4f60\u4e0d\u80fd\u8d2d\u4e70\u4f60\u81ea\u5df1\u7684\u5730\u76ae
plot_sold: $4\u4f60\u7684\u5730\u76ae $1%s0$4\uff0c\u4ee5 $1$%s2 \u7684\u4ef7\u683c\u88ab\u5356\u7ed9\u4e86 $1%s1$4
cannot_afford_merge: $2\u4f60\u6ca1\u6709\u8db3\u591f\u7684\u94b1\u6765\u5408\u5e76\u5730\u76ae\u3002\u5b83\u9700\u8981\u82b1\u8d39 $1%s
added_balance: $1%s $2\u88ab\u6253\u5165\u4f60\u7684\u8d26\u6237
removed_balance: $1%s $2\u4ece\u4f60\u7684\u8d26\u6237\u53d6\u51fa
removed_granted_plot: $2\u4f60\u4f7f\u7528\u4e86 %s \u4e2a\u5730\u76ae\u6388\u6743\uff0c\u4f60\u8fd8\u5269\u4e0b $1%s $2\u4e2a
setup:
setup_init: $1\u8bf7\u4f7f\u7528\uff1a $2/plot setup <value>
setup_step: $3[$1\u7b2c %s0 $1\u6b65$3] $1%s1 $2- $1\u53c2\u6570\u7c7b\u578b\uff1a $2%s2 $1\u9ed8\u8ba4\u503c\uff1a $2%s3
setup_invalid_arg: $2%s0 \u4e0d\u662f\u5bf9\u4e8e\u7b2c %s1 \u6b65\u7684\u6b63\u786e\u7684\u53c2\u6570\u3002\u8981\u60f3\u53d6\u6d88\u8bbe\u7f6e\u4f7f\u7528\uff1a $1/plot setup cancel
setup_valid_arg: $2\u4f60\u5c06\u503c $1%s0 $2\u8bbe\u7f6e\u4e3a\u4e86 %s1
setup_finished: $4\u4f60\u5e94\u8be5\u88ab\u4f20\u9001\u5230\u4e86\u521b\u5efa\u7684\u4e16\u754c\u3002\u5426\u5219\u4f60\u9700\u8981\u624b\u52a8\u8bbe\u7f6e\u5728 bukkit.yml \u4e2d\u7684\u4e16\u754c\u521b\u5efa\u5668\u6216\u8005\u4f60\u9009\u62e9\u7684\u4e16\u754c\u7684\u7ba1\u7406\u63d2\u4ef6\u3002
setup_world_taken: $2%s \u662f\u4e00\u4e2a\u5df2\u7ecf\u521b\u5efa\u7684\u5730\u76ae\u4e16\u754c
setup_missing_world: $2\u4f60\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u4e16\u754c\u540d($1/plot setup &l<world>$1 <generator>$2)&-$1\u9644\u52a0\u6307\u4ee4\uff1a&-$2 - $1/plot setup <value>&-$2 - $1/plot setup back&-$2 - $1/plot setup cancel
setup_missing_generator: $2\u4f60\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u4e16\u754c\u751f\u6210\u5668 ($1/plot setup <world> &l<generator>&r$2)&-$1\u9644\u52a0\u6307\u4ee4\uff1a&-$2 - $1/plot setup <value>&-$2 - $1/plot setup back&-$2 - $1/plot setup cancel
setup_invalid_generator: $2\u9519\u8bef\u7684\u751f\u6210\u5668\u3002\u6b63\u786e\u7684\u751f\u6210\u5668\u6709\uff1a %s
schematics:
schematic_too_large: $2\u8fd9\u4e2a\u5730\u76ae\u5bf9\u6b64\u884c\u52a8\u592a\u5927\u4e86\uff01
schematic_missing_arg: $2\u4f60\u9700\u8981\u5236\u5b9a\u4e00\u4e2a\u53c2\u6570\u3002\u6b63\u786e\u7684\u503c\uff1a $1test <name>$2 , $1save$2 , $1paste $2, $1exportall
schematic_invalid: $2\u90a3\u4e0d\u662f\u4e00\u4e2a\u6b63\u786e\u7684\u6a21\u677f\u3002\u539f\u56e0\uff1a $2%s
schematic_valid: $2\u90a3\u662f\u4e00\u4e2a\u6b63\u786e\u7684\u6a21\u677f
schematic_paste_failed: $2\u7c98\u8d34\u6a21\u677f\u5931\u8d25\u4e86
schematic_paste_success: $4\u6210\u529f\u7684\u7c98\u8d34\u4e86\u6a21\u677f
titles:
title_entered_plot: $1\u5730\u76ae\uff1a %world%;%x%;%z%
title_entered_plot_sub: $4\u5730\u76ae\u4e3b\u4eba %s
prefix_greeting: '$1%id%$2> '
prefix_farewell: '$1%id%$2> '
core:
task_start: \u4efb\u52a1\u5f00\u59cb...
prefix: $3[$1\u5730\u76ae\u7cfb\u7edf$3] $2
enabled: $1PlotSquared \u73b0\u5df2\u5f00\u542f
reload:
reloaded_configs: $1\u7ffb\u8bd1\u548c\u4e16\u754c\u8bbe\u7f6e\u88ab\u91cd\u65b0\u8bfb\u53d6
reload_failed: $2\u8bfb\u53d6\u6587\u4ef6\u914d\u7f6e\u5931\u8d25
desc:
desc_set: $2\u5730\u76ae\u7684\u63cf\u8ff0\u88ab\u8bbe\u7f6e
desc_unset: $2\u5730\u76ae\u7684\u63cf\u8ff0\u88ab\u91cd\u7f6e
missing_desc: $2\u4f60\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u63cf\u8ff0
alias:
alias_set_to: $2\u5730\u76ae\u7b80\u79f0\u8bbe\u7f6e\u4e3a $1%alias%
missing_alias: $2\u4f60\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u7b80\u79f0
alias_too_long: $2\u5728\u957f\u5ea6\u4e0a\u7b80\u79f0\u5fc5\u987b\u5c0f\u4e8e50\u5b57\u7b26
alias_is_taken: $2\u5df2\u7ecf\u6709\u5730\u76ae\u547d\u540d\u4e3a\u90a3\u4e2a\u7b80\u79f0\u4e86
position:
missing_position: $2\u4f60\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u65b9\u4f4d\u3002\u6b63\u786e\u7684\u503c\uff1a \u00d7\u65e0\u00d7
position_set: $1\u5c06\u5bb6\u8bbe\u7f6e\u4e3a\u5f53\u524d\u4f4d\u7f6e
position_unset: $1\u5bb6\u7684\u4f4d\u7f6e\u91cd\u7f6e\u5230\u9ed8\u8ba4\u4f4d\u7f6e
home_argument: $2\u8bf7\u4f7f\u7528 /plot set home [none]
invalid_position: $2\u90a3\u4e0d\u662f\u4e00\u4e2a\u6b63\u786e\u7684\u4f4d\u7f6e\u7684\u503c
cap:
entity_cap: $2\u4f60\u4e0d\u80fd\u518d\u751f\u6210\u66f4\u591a\u602a\u7269\u4e86\uff01
time:
time_format: $1%hours%, %min%, %sec%
permission:
no_schematic_permission: $2\u4f60\u6ca1\u6709\u6743\u9650\u6765\u4f7f\u7528\u6a21\u677f $1%s
no_permission: $2\u4f60\u6ca1\u6709\u6743\u9650\uff01 ($1%s)
no_permission_event: $2\u4f60\u6ca1\u6709\u6743\u9650\u8fd9\u6837\u505a\uff01 ($1%s)
no_plot_perms: $2\u4f60\u9700\u8981\u5730\u76ae\u4e3b\u4eba\u6743\u9650
cant_claim_more_plots: $2\u4f60\u4e0d\u80fd\u518d\u9886\u53d6\u66f4\u591a\u5730\u76ae\u4e86
cant_transfer_more_plots: $2\u4f60\u4e0d\u80fd\u7ed9\u90a3\u4e2a\u73a9\u5bb6\u66f4\u591a\u5730\u76ae\u4e86
cant_claim_more_plots_num: $2\u4f60\u4e0d\u80fd\u540c\u65f6\u9886\u53d6\u8d85\u8fc7 $1%s $2\u4e2a\u5730\u76ae
you_be_denied: $2\u4f60\u4e0d\u80fd\u8fdb\u5165\u90a3\u4e2a\u5730\u76ae
merge_request_confirm: \u6765\u81ea %s \u7684\u5730\u76ae\u5408\u5e76\u7533\u8bf7
cant_claim_more_clusters: $2You can't claim more clusters.
merge:
merge_not_valid: $2\u8fd9\u4e2a\u5408\u5e76\u8bf7\u6c42\u4e0d\u518d\u5408\u6cd5
merge_accepted: $2\u5408\u5e76\u8bf7\u6c42\u88ab\u63a5\u53d7
success_merge: $2\u5730\u76ae\u6210\u529f\u88ab\u5408\u5e76\uff01
merge_requested: $2\u6210\u529f\u7684\u53d1\u9001\u4e86\u4e00\u4e2a\u5408\u5e76\u8bf7\u6c42
no_perm_merge: $2\u4f60\u4e0d\u662f\u5730\u76ae $1%plot% \u7684\u4e3b\u4eba
no_available_automerge: $2\u4f60\u5728\u6307\u5b9a\u4f4d\u7f6e\u6ca1\u6709\u90bb\u8fd1\u7684\u5730\u76ae\u6216\u4e0d\u5141\u8bb8\u4f60\u5408\u5e76\u6210\u90a3\u6837\u5927\u5c0f\u3002
unlink_required: $2\u4f60\u9700\u8981\u5148\u89e3\u9664\u5730\u76ae\u7684\u5408\u5e76\u3002
unlink_impossible: $2\u4f60\u53ea\u80fd\u89e3\u9664\u8d85\u7ea7\u5730\u76ae\u7684\u5408\u5e76
unlink_success: $2\u6210\u529f\u7684\u89e3\u9664\u4e86\u5730\u76ae\u7684\u5408\u5e76\u3002
commandconfig:
not_valid_subcommand: $2\u90a3\u4e0d\u662f\u4e00\u4e2a\u6b63\u786e\u7684\u5b50\u547d\u4ee4
did_you_mean: $2\u4f60\u60f3\u8f93\u5165\uff1a $1%s$2\u5417
name_little: $2%s0 \u7684\u540d\u5b57\u592a\u77ed\u4e86\uff0c$1%s1$2<$1%s3
no_commands: $2\u5f88\u62b1\u6b49\uff0c\u4f60\u6ca1\u6709\u6743\u9650\u4f7f\u7528\u4efb\u4f55\u5b50\u6307\u4ee4\u3002
subcommand_set_options_header: '$2\u6b63\u786e\u7684\u503c\uff1a '
command_syntax: $1\u8bf7\u4f7f\u7528\uff1a $2%s
flag_tutorial_usage: $1\u4f7f\u4e00\u4f4d\u7ba1\u7406\u5458\u8bbe\u7f6e\u6807\u5fd7\uff1a $2%s
errors:
invalid_player_wait: $2\u6ca1\u6709\u627e\u5230\u73a9\u5bb6\uff1a$1%s$2\u3002\u8bf7\u7a0d\u540e\u518d\u8bd5\u3002
invalid_player: $2\u6ca1\u6709\u627e\u5230\u73a9\u5bb6\uff1a $1%s$2.
invalid_player_offline: $2\u8fd9\u4e2a\u73a9\u5bb6\u5fc5\u987b\u5728\u7ebf\uff1a $1%s.
error: $2\u53d1\u751f\u4e86\u4e00\u4e2a\u9519\u8bef\uff1a %s
command_went_wrong: $2\u5f53\u4f7f\u7528\u6307\u4ee4\u65f6\u53d1\u751f\u4e86\u9519\u8bef...
no_free_plots: $2\u73b0\u5728\u6ca1\u6709\u53ef\u83b7\u5f97\u7684\u514d\u8d39\u5730\u76ae
not_in_plot: $2\u4f60\u4e0d\u5728\u4e00\u4e2a\u5730\u76ae\u4e2d
not_in_cluster: $2\u4f60\u5fc5\u987b\u5728\u4e00\u4e2a\u5730\u76ae\u7fa4\u7ec4\u4e2d\u624d\u80fd\u4f7f\u7528\u8fd9\u4e2a\u547d\u4ee4
not_in_plot_world: $2\u4f60\u4e0d\u5728\u4e00\u4e2a\u5730\u76ae\u4e16\u754c\u4e2d
plotworld_incompatible: $2\u4e24\u4e2a\u4e16\u754c\u5fc5\u987b\u662f\u517c\u5bb9\u7684
not_valid_world: $2\u90a3\u4e0d\u662f\u4e00\u4e2a\u6b63\u786e\u7684\u4e16\u754c(\u533a\u5206\u5927\u5c0f\u5199)
not_valid_plot_world: $2\u90a3\u4e0d\u662f\u4e00\u4e2a\u6b63\u786e\u7684\u5730\u76ae\u4e16\u754c(\u533a\u5206\u5927\u5c0f\u5199)
no_plots: $2\u4f60\u4e0d\u62e5\u6709\u4efb\u4f55\u5730\u76ae
wait_for_timer: $2A setblock timer is bound to either the current plot or you. Please wait for it to finish
invalid_command_flag: '$2Invalid command flag: %s0'
paste:
debug_report_created: $1U\u5c06DEBUG\u4fe1\u606f\u7c98\u8d34\u5230\u4e86\uff1a $1%url%
purge:
purge_success: $4\u6210\u529f\u7684\u5408\u5e76\u4e86 %s \u5757\u5730\u76ae
trim:
trim_in_progress: \u5df2\u7ecf\u6709\u4e00\u4e2a\u5730\u76ae\u6e05\u7406\u4efb\u52a1\u5728\u8fdb\u884c\uff01
not_valid_hybrid_plot_world: \u8981\u8fdb\u884c\u8fd9\u4e2a\u884c\u52a8\uff0c\u4f60\u9700\u8981\u7acb\u65b9\u4f53\u5730\u76ae\u7ba1\u7406\u7cfb\u7edf\u3002
block list:
block_list_separater: '$1,$2 '
biome:
need_biome: $2\u4f60\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u6b63\u786e\u7684\u751f\u7269\u7fa4\u7cfb
biome_set_to: $2\u5730\u76ae\u7684\u751f\u7269\u7fa4\u7cfb\u8bbe\u7f6e\u4e3a $2
teleport:
teleported_to_plot: $1\u4f60\u5df2\u88ab\u4f20\u9001
teleported_to_road: $2\u4f60\u88ab\u4f20\u9001\u5230\u4e86\u9053\u8def\u4e0a
teleport_in_seconds: $1\u4f20\u9001\u5c06\u5728 %s \u79d2\u540e\u8fdb\u884c\u3002\u4e0d\u8981\u79fb\u52a8...
teleport_failed: $2\u4f20\u9001\u56e0\u79fb\u52a8\u6216\u4f24\u5bb3\u88ab\u53d6\u6d88
set block:
set_block_action_finished: $1\u4e0a\u4e00\u4e2a\u65b9\u5757\u8bbe\u7f6e\u884c\u52a8\u73b0\u5728\u5b8c\u6210\u4e86\u3002
unsafe:
debugallowunsafe_on: $2\u5141\u8bb8\u4e86\u4e0d\u5b89\u5168\u7684\u884c\u52a8
debugallowunsafe_off: $2\u4e0d\u5b89\u5168\u7684\u884c\u52a8\u88ab\u7981\u7528
debug:
debug_header: $1Debug \u4fe1\u606f&-
debug_section: $2>> $1&l%val%
debug_line: $2>> $1%var%$2:$1 %val%&-
invalid:
not_valid_data: $2\u90a3\u4e0d\u662f\u4e00\u4e2a\u6b63\u786e\u7684\u6570\u636eID
not_valid_block: $2%s \u4e0d\u662f\u4e00\u4e2a\u6b63\u786e\u7684\u65b9\u5757
not_allowed_block: $2\u8fd9\u4e2a\u65b9\u5757\u88ab\u7981\u7528\uff1a %s
not_valid_number: $2\u5728\u8303\u56f4\u4e0a\u8fd9\u4e0d\u662f\u4e00\u4e2a\u6b63\u786e\u7684\u6570\u503c\uff1a %s
not_valid_plot_id: $2\u90a3\u4e0d\u662f\u4e00\u4e2a\u6b63\u786e\u7684\u5730\u76aeID
plot_id_form: $2\u5730\u76ae ID \u7684\u683c\u5f0f\u5fc5\u987b\u4e3a\uff1a $1X;Y $2\u4f8b\u5982\uff1a $1-5;7
not_your_plot: $2\u90a3\u4e0d\u662f\u4f60\u7684\u5730\u76ae
no_such_plot: $2\u6ca1\u6709\u8fd9\u4e2a\u5730\u76ae
player_has_not_been_on: $2\u90a3\u4f4d\u73a9\u5bb6\u4e0d\u5728\u5730\u76ae\u4e2d
found_no_plots: $2\u5728\u4f60\u7684\u641c\u7d22\u8bf7\u6c42\u4e2d\u627e\u4e0d\u5230\u5339\u914d\u7684\u5730\u76ae
camera:
camera_started: $2\u4f60\u8fdb\u5165\u4e86\u5730\u76ae $1%s \u7684\u6444\u50cf\u673a\u6a21\u5f0f
camera_stopped: $2\u4f60\u9000\u51fa\u4e86\u6444\u50cf\u673a\u6a21\u5f0f
need:
need_plot_number: $2\u4f60\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u5730\u76aeID\u6216\u5730\u76ae\u7b80\u79f0
need_block: $2\u4f60\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u65b9\u5757
need_plot_id: $2\u4f60\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u65b9\u5757 ID\u3002
need_plot_world: $2\u4f60\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u5730\u76ae\u533a\u57df\u3002
need_user: $2\u4f60\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u7528\u6237\u540d
info:
none: \u65e0
now: \u73b0\u5728
never: \u4ece\u4e0d
unknown: \u672a\u77e5
everyone: \u6240\u6709\u4eba
plot_unowned: $2\u6267\u884c\u8fd9\u4e2a\u884c\u52a8\u5f53\u524d\u5730\u76ae\u5fc5\u987b\u6709\u4e3b\u4eba
plot_info_unclaimed: $2\u5730\u76ae $1%s$2 \u8fd8\u6ca1\u6709\u88ab\u9886\u53d6
plot_info_header: $3&m---------&r $1\u4fe1\u606f $3&m---------
plot_info: $1ID\uff1a $2%id%$1&-$1\u522b\u79f0\uff1a $2%alias%$1&-$1\u5730\u76ae\u4e3b\u4eba\uff1a $2%owner%$1&-$1\u751f\u7269\u7fa4\u7cfb\uff1a $2%biome%$1&-$1\u662f\u5426\u53ef\u5efa\u7b51\uff1a $2%build%$1&-$1\u8bc4\u7ea7\uff1a $2%rating%&-$1\u53ef\u89c1\uff1a $2%seen%&-$1\u63f4\u5efa\u8005\uff1a $2%trusted%$1&-$1\u6210\u5458\uff1a $2%members%$1&-$1\u9ed1\u540d\u5355\uff1a $2%denied%$1&-$1\u6807\u5fd7\uff1a $2%flags%
plot_info_footer: $3&m---------&r $1\u4fe1\u606f $3&m---------
plot_info_trusted: $1\u63f4\u5efa\u8005\uff1a$2 %trusted%
plot_info_members: $1\u6210\u5458\uff1a$2 %members%
plot_info_denied: $1\u9ed1\u540d\u5355\uff1a$2 %denied%
plot_info_flags: $1\u6807\u5fd7\uff1a$2 %flags%
plot_info_biome: $1\u751f\u7269\u7fa4\u7cfb\uff1a$2 %biome%
plot_info_rating: $1\u8bc4\u7ea7\uff1a$2 %rating%
plot_info_owner: $1\u5730\u76ae\u4e3b\u4eba\uff1a$2 %owner%
plot_info_id: $1\u5730\u76aeID\uff1a$2 %id%
plot_info_alias: $1\u5730\u76ae\u522b\u79f0\uff1a$2 %alias%
plot_info_size: $1\u5730\u76ae\u5927\u5c0f\uff1a$2 %size%
plot_info_seen: $1\u5730\u76ae\u53ef\u89c1\uff1a$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\u4ece\u60a8\u7684\u8bbe\u7f6e\u4e2d\u5f00\u59cb\u7ec4\u6210\u90e8\u4ef6
clearing_plot: $2\u6e05\u9664\u5730\u76ae\u5f02\u6b65\u5904\u7406\u3002
clearing_done: $4\u6e05\u7406\u5b8c\u6210\uff01\u82b1\u8d39\u4e86 %s \u6beb\u79d2\u3002
plot_not_claimed: $2\u5730\u76ae\u6ca1\u6709\u88ab\u9886\u53d6
plot_is_claimed: $2\u8fd9\u4e2a\u5730\u76ae\u5df2\u7ecf\u88ab\u9886\u53d6
claimed: $4\u4f60\u6210\u529f\u7684\u9886\u53d6\u4e86\u5730\u76ae
deleting_done: $4Delete completed! Took %sms.
list:
comment_list_header_paged: $2(\u7b2c $1%cur$2 \u9875/\u5171 $1%max$2 \u9875) $1\u5217\u51fa\u4e86 %amount% \u6761\u8bc4\u8bba
clickable: ' \uff08\u53ef\u70b9\u51fb\uff09'
area_list_header_paged: $2(\u7b2c $1%cur$2 \u9875/\u5171 $1%max$2 \u9875) $1\u5217\u51fa\u4e86 %amount% \u7247\u533a\u57df
plot_list_header_paged: $2(\u7b2c $1%cur$2 \u9875/\u5171 $1%max$2 \u9875) $1\u5217\u51fa\u4e86 %amount% \u5757\u5730\u76ae
plot_list_header: $1\u5217\u51fa\u4e86 %word% \u5730\u76ae
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% \u603b\u8ba1\u6709\u5757 $2%num% $1\u9886\u53d6\u7684 %plot%.
left:
left_plot: $2\u4f60\u79bb\u5f00\u4e86\u4e00\u4e2a\u5730\u76ae
chat:
plot_chat_format: '$2[$1\u5730\u76ae\u804a\u5929$2][$1%plot_id%$2] $1%sender%$2: $1%msg%'
plot_chat_forced: $2\u8fd9\u4e2a\u4e16\u754c\u5f3a\u5236\u6240\u6709\u4eba\u4f7f\u7528\u5730\u76ae\u804a\u5929
plot_chat_on: $4\u5f00\u542f\u4e86\u5730\u76ae\u804a\u5929\u3002
plot_chat_off: $4\u5173\u95ed\u4e86\u5730\u76ae\u804a\u5929\u3002
deny:
denied_removed: $4Y\u4f60\u6210\u529f\u7684\u4ece\u6b64\u5730\u76ae\u9ed1\u540d\u5355\u89e3\u9664\u4e86\u4e00\u4f4d\u73a9\u5bb6
denied_added: $4\u4f60\u6210\u529f\u7684\u5c06\u8fd9\u4f4d\u73a9\u5bb6\u52a0\u5165\u6b64\u5730\u76ae\u7684\u9ed1\u540d\u5355\u4e2d
denied_need_argument: $2\u7f3a\u5c11\u53c2\u6570\u3002\u8bf7\u4f7f\u7528$1/plot denied add <name> $2\u6216\u8005 $1/plot denied remove <name>
was_not_denied: $2\u90a3\u4f4d\u73a9\u5bb6\u4e0d\u5728\u6b64\u5730\u76ae\u7684\u9ed1\u540d\u5355\u4e2d
you_got_denied: $4\u4f60\u88ab\u6240\u5728\u7684\u5730\u76ae\u52a0\u5165\u4e86\u9ed1\u540d\u5355\uff0c\u6240\u4ee5\u4f60\u88ab\u4f20\u9001\u5230\u4e86\u51fa\u751f\u70b9\u3002
kick:
you_got_kicked: $4\u4f60\u88ab\u8e22\u51fa\u4e86\u5730\u76ae\uff01
rain:
need_on_off: $2\u4f60\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u503c\u3002\u6b63\u786e\u7684\u503c\uff1a $1on$2, $1off
setting_updated: $4\u4f60\u6210\u529f\u7684\u66f4\u65b0\u4e86\u8bbe\u7f6e\u3002
flag:
flag_key: $2\u5173\u952e\u8bcd\uff1a %s
flag_type: $2\u7c7b\u578b\uff1a %s
flag_desc: $2\u63cf\u8ff0\uff1a %s
not_valid_flag: $2\u90a3\u4e0d\u662f\u4e00\u4e2a\u6b63\u786e\u7684\u6807\u5fd7
not_valid_flag_suggested: $2\u90a3\u4e0d\u662f\u4e00\u4e2a\u6b63\u786e\u7684\u6807\u5fd7\u3002\u4f60\u60f3\u7528\uff1a $1%s \u5417\uff1f
not_valid_value: $2\u5730\u76ae\u503c\u5fc5\u987b\u4e3a\u4ee3\u6570
flag_not_in_plot: $2\u8fd9\u4e2a\u5730\u76ae\u76ee\u524d\u6ca1\u6709\u6807\u5fd7
flag_not_removed: $2\u8fd9\u4e2a\u6807\u5fd7\u4e0d\u80fd\u88ab\u79fb\u9664
flag_not_added: $2\u8fd9\u4e2a\u6807\u5fd7\u4e0d\u80fd\u88ab\u6dfb\u52a0
flag_removed: $4\u6210\u529f\u7684\u79fb\u9664\u4e86\u6807\u5fd7
flag_added: $4\u6210\u529f\u7684\u6dfb\u52a0\u4e86\u6807\u5fd7
trusted:
trusted_added: $4\u4f60\u6210\u529f\u7684\u4e3a\u5730\u76ae\u6dfb\u52a0\u4e86\u4e00\u4f4d\u4fe1\u4efb\u73a9\u5bb6
trusted_removed: $4\u4f60\u6210\u529f\u7684\u4e3a\u5730\u76ae\u79fb\u9664\u4e86\u4e00\u4f4d\u4fe1\u4efb\u73a9\u5bb6
was_not_added: $2\u90a3\u4f4d\u73a9\u5bb6\u5728\u8fd9\u4e2a\u5730\u76ae\u4e2d\u4e0d\u662f\u4fe1\u4efb\u73a9\u5bb6
plot_removed_user: $1\u56e0\u4e3a\u5730\u76ae\u4e3b\u4eba\u7684\u957f\u671f\u4e0d\u5728\u7ebf\uff0c\u4f60\u6240\u4f5c\u4e3a\u4fe1\u4efb\u73a9\u5bb6\u7684\u5730\u76ae %s \u5df2\u88ab\u5220\u9664
member:
removed_players: $2Removed %s players from this plot.
already_owner: $2\u73a9\u5bb6 %s0 \u5df2\u7ecf\u662f\u5730\u76ae\u4e3b\u4eba\u4e86
already_added: $2\u73a9\u5bb6 %s0 \u5df2\u7ecf\u88ab\u6dfb\u52a0\u5230\u6b64\u7c7b\u4e86
member_added: $4\u90a3\u4f4d\u73a9\u5bb6\u73b0\u5728\u5728\u5730\u76ae\u4e3b\u4eba\u5728\u7ebf\u65f6\u53ef\u4ee5\u7f16\u8f91\u5730\u76ae
member_removed: $1\u4f60\u6210\u529f\u7684\u4e3a\u5730\u76ae\u79fb\u9664\u4e86\u4e00\u4f4d\u6210\u5458
member_was_not_added: $2\u90a3\u4f4d\u73a9\u5bb6\u4e0d\u662f\u5730\u76ae\u7684\u4e00\u4f4d\u6210\u5458
plot_max_members: $2\u4f60\u4e0d\u88ab\u5141\u8bb8\u518d\u4e3a\u5730\u76ae\u589e\u52a0\u6210\u5458\u4e86
owner:
set_owner: $4\u4f60\u6210\u529f\u7684\u8bbe\u7f6e\u4e86\u5730\u76ae\u4e3b\u4eba
now_owner: $4\u4f60\u73b0\u5728\u662f\u5730\u76ae %s \u7684\u4e3b\u4eba\u4e86
signs:
owner_sign_line_1: $1\u5730\u76aeID\uff1a $1%id%
owner_sign_line_2: '$1\u6240\u6709\u8005:'
owner_sign_line_3: $2%plr%
owner_sign_line_4: $3\u88ab\u9886\u53d6
help:
help_header: $3&m---------&r $1\u5730\u76ae\u7cfb\u7edf\u2461\u5e2e\u52a9\u6587\u4ef6 $3&m---------
help_page_header: '$1\u7c7b\u578b: $2%category%$2,$1 \u9875\u9762\uff1a $2%current%$3/$2%max%$2'
help_footer: $3&m---------&r $1\u5730\u76ae\u7cfb\u7edf\u2461\u5e2e\u52a9\u6587\u4ef6 $3&m---------
help_info_item: $1/plots help %category% $3- $2%category_desc%
help_item: $1%usage% [%alias%]&- $3- $2%desc%&-
direction: $1\u5f53\u524d\u8def\u5f84\uff1a %dir%
grants:
granted_plots: $1\u7ed3\u679c\uff1a $1\u5269\u4f59 $2%s
granted_plot: $1\u4f60\u5c06 %s0 \u5730\u76ae\u8d60\u4e88 $2%s1
granted_plot_failed: $1\u8d60\u4e88\u5931\u8d25\u4e86\uff1a$2%s
'-':
custom_string: '-'
near:
plot_near: '$1Players: %s0'

View file

@ -0,0 +1,257 @@
### UNESCAPED TEMPLATE ###
# Translated by: Liouftgoo/Mayomi9
# UTF-8 ESCAPE USING: http://www.rapidmonkey.com/unicodeconverter/
### UNESCAPED TEMPLATE ###
camera_started: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˵<EFBFBD>Ƥ $1%s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ģʽ"
command_syntax: "$1<>÷<EFBFBD>: $2%s"
not_valid_flag: "$2<><EFBFBD><E2B2BB>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>Ч<EFBFBD>ı<EFBFBD>ʶ"
setup_world_taken: "$2%s <20>Ѿ<EFBFBD><D1BE>ǵ<EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
plot_list_item: "$2>> $1%id$2:$1%world $2- $1%owner"
schematic_invalid: "$2<><EFBFBD><E2B2BB>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>Ч<EFBFBD>Ľ<EFBFBD><C4BD><EFBFBD><EFBFBD>ļ<EFBFBD>. ԭ<><D4AD>: $2%s"
not_valid_inbox_index: "$2ҳ<32><D2B3> %s û<><C3BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
setup_invalid_generator: "$2<><32>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD><EFBFBD>ɲ<EFBFBD><C9B2><EFBFBD>. <20><>ѡ: %s"
teleported_to_road: "$2<><EFBFBD>͵<EFBFBD><CDB5><EFBFBD>·<EFBFBD><C2B7>"
debug_section: "$2>> $1&l%val%"
plot_id_form: "$2<><32>ƤID<49>ĸ<EFBFBD>ʽ<EFBFBD><CABD><EFBFBD><EFBFBD>Ϊ: $1X;Y $2<><32><EFBFBD><EFBFBD>: $1-5;7"
invalid_position: "$2<><EFBFBD><E2B2BB>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>Ч<EFBFBD><D0A7>λ<EFBFBD><CEBB>"
worldedit_unsafe: "$2<><32>ָ<EFBFBD><D6B8><EFBFBD>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD><EFBFBD>ֹʹ<D6B9><CAB9>"
not_in_plot_world: "$2<><EFBFBD>ڵ<EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
cannot_buy_own: "$2<><EFBFBD><E3B2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Լ<EFBFBD><D4BC>ĵ<EFBFBD>Ƥ"
help_item: "$1%usage% [%alias%]&- $3- $2%desc%&-"
not_valid_world: "$2<><EFBFBD><E2B2BB>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><><D7A2><EFBFBD>Сд)"
home_argument: "$2<>÷<EFBFBD> /plot set home [<5B>ɲ<EFBFBD><C9B2><EFBFBD>]"
title_left_plot_color: "GOLD"
merge_not_valid: "$2<>ϲ<EFBFBD><CFB2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʧЧ."
debug_line: "$2>> $1%var%$2:$1 %val% "
comment_added: "$4<><34><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD>µ<EFBFBD><C2B5><EFBFBD><EFBFBD><EFBFBD>"
alias_is_taken: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѱ<EFBFBD><D1B1><EFBFBD><EFBFBD><EFBFBD>ʹ<EFBFBD><CAB9>"
setup_missing_generator: "$2<><32><EFBFBD><EFBFBD>Ҫָ<D2AA><D6B8>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD>ɲ<EFBFBD><C9B2><EFBFBD> ($1/plot setup <<3C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>> &l<<3C><><EFBFBD>ɲ<EFBFBD><C9B2><EFBFBD>>&r$2)&-$1<><31><EFBFBD><EFBFBD>ָ<EFBFBD><D6B8>:&-$2 - $1/plot setup <<3C><><EFBFBD><EFBFBD>>&-$2 - $1/plot setup back&-$2 - $1/plot setup cancel"
block_list_separater: "$1,$2 "
alias_set_to: "$2<><32>Ƥ<EFBFBD>ı<EFBFBD><C4B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ $1%alias%"
did_you_mean: "$2<><32><EFBFBD><EFBFBD><EFBFBD>˼<EFBFBD><CBBC> $1%s $2<><32>?"
cluster_not_added: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD>δ<EFBFBD><CEB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4>Ⱥ<EFBFBD><C8BA>"
success_merge: "$2<><32>Ƥ<EFBFBD>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD>ϲ<EFBFBD>!"
position_set: "$1<><31><EFBFBD>㵱ǰ<E3B5B1><C7B0>λ<EFBFBD><CEBB><EFBFBD><EFBFBD><EFBFBD>ü<EFBFBD>"
cluster_regenerated: "$4<>ɹ<EFBFBD><C9B9><EFBFBD>ʼȺ<CABC><C8BA><EFBFBD>ؽ<EFBFBD>"
not_valid_data: "$2<><EFBFBD><E2B2BB>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>Ч<EFBFBD>IJ<EFBFBD><C4B2><EFBFBD>ֵ."
not_for_sale: "$2<><32><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
not_in_cluster: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4>Ⱥ<EFBFBD>в<EFBFBD><D0B2>ܽ<EFBFBD><DCBD>д˲<D0B4><CBB2><EFBFBD>"
schematic_paste_success: "$4<><34><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>ճ<EFBFBD><D5B3><EFBFBD>ɹ<EFBFBD>"
set_block_action_finished: "$1<><31><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>."
missing_alias: "$2<><32><EFBFBD><EFBFBD>Ҫָ<D2AA><D6B8>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
paste_failed: "$2ճ<32><D5B3>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. ԭ<><D4AD>: $2%s"
invalid_player: "$2δ<32>ҵ<EFBFBD><D2B5><EFBFBD><EFBFBD> $1%s."
plot_info_helpers: "$1<><31><EFBFBD><EFBFBD>:$2 %helpers%"
cluster_added: "$4<>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ⱥ."
setup_init: "$1<>÷<EFBFBD>: $2/plot setup <<3C><><EFBFBD><EFBFBD>>"
bossbar_clearing: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ $1%id%"
title_entered_plot_sub_color: "RED"
prefix_greeting: "$1%id%$2> "
not_your_plot: "$2<><EFBFBD><E2B2BB><EFBFBD><EFBFBD>ĵ<EFBFBD>Ƥ."
worldedit_volume: "$2<><32><EFBFBD>޷<EFBFBD>ѡ<EFBFBD><D1A1> %current% <20>Ŀռ<C4BF>. <20><><EFBFBD>ռ<EFBFBD><D5BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ %max%."
not_valid_plot_id: "$2<><EFBFBD><E2B2BB><EFBFBD><EFBFBD>Ч<EFBFBD>ĵ<EFBFBD>ƤID."
unclaim_success: "$4<><34><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ."
teleport_failed: "$2<><32>Ϊ<EFBFBD>ܵ<EFBFBD><DCB5>˺<EFBFBD><CBBA><EFBFBD><EFBFBD><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
need_plot_world: "$2<><32><EFBFBD><EFBFBD>Ҫָ<D2AA><D6B8>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD>."
plot_not_claimed: "$2<><32>Ƥδ<C6A4><CEB4><EFBFBD><EFBFBD>ȡ"
title_entered_plot_color: "GOLD"
denied_removed: "$4<><34><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD>ҵĺ<D2B5><C4BA><EFBFBD><EFBFBD><EFBFBD>"
plot_removed_helper: "$1<><31><EFBFBD><EFBFBD><EFBFBD>ĵ<EFBFBD>Ƥ %s <20><>Ϊӵ<CEAA><D3B5><EFBFBD>߲<EFBFBD><DFB2><EFBFBD>Ծ<EFBFBD><D4BE><EFBFBD><EFBFBD>ɾ<EFBFBD><C9BE><EFBFBD><EFBFBD>"
plotworld_incompatible: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E0BBA5><EFBFBD><EFBFBD>"
generating_component: "$1<><31>ʼ<EFBFBD><CABC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E8B6A8><EFBFBD><EFBFBD>"
not_valid_block_list_header: "$2<><EFBFBD><E2B2BB>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>Ч<EFBFBD>ķ<EFBFBD><C4B7><EFBFBD>. <20><>Ч<EFBFBD>ķ<EFBFBD><C4B7><EFBFBD>: "
alias_too_long: "$2<><32><EFBFBD><EFBFBD><EFBFBD>ij<EFBFBD><C4B3>ȱ<EFBFBD><C8B1><EFBFBD>С<EFBFBD><D0A1>50<35><30><EFBFBD>ַ<EFBFBD>"
move_success: "$4<>ɹ<EFBFBD><C9B9>Ƴ<EFBFBD><C6B3><EFBFBD>Ƥ."
no_plot_perms: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǵ<EFBFBD>Ƥӵ<C6A4><D3B5><EFBFBD>߲<EFBFBD><DFB2><EFBFBD>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
command_went_wrong: "$2ִ<32><D6B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD>˴<EFBFBD><CBB4><EFBFBD>..."
helper_added: "$4<><34>ɹ<EFBFBD>Ϊ<EFBFBD><CEAA>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD>˰<EFBFBD><CBB0><EFBFBD>"
schematic_paste_failed: "$2ճ<32><D5B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>ʧ<EFBFBD><CAA7>"
removed_balance: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˻<EFBFBD><CBBB>п۳<D0BF><DBB3><EFBFBD> $1%s"
setup_step: "$3[$1<><31><EFBFBD><EFBFBD> - %s$3] $1%s $2- $1<><31><EFBFBD><EFBFBD>: $2%s $1Ĭ<31><C4AC>ֵ: $2%s"
schematic_valid: "$2<><32><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>Ч<EFBFBD>Ľ<EFBFBD><C4BD><EFBFBD><EFBFBD>ļ<EFBFBD>"
owner_sign_line_4: "$3<><33><EFBFBD><EFBFBD>ȡ"
cluster_added_helper: "$4<>ɹ<EFBFBD>Ϊ<EFBFBD><CEAA>Ⱥ<EFBFBD><C8BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
owner_sign_line_3: "$2%plr%"
already_owner: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD>ӵ<EFBFBD>е<EFBFBD>Ƥ<EFBFBD><C6A4>."
owner_sign_line_2: "$1ӵ<31><D3B5><EFBFBD><EFBFBD>:"
owner_sign_line_1: "$1ID: $1%id%"
not_valid_subcommand: "$2<><EFBFBD><E2B2BB>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
subcommand_set_options_header: "$2<><32><EFBFBD>õIJ<C3B5><C4B2><EFBFBD>: "
requires_unowned: "$2<><32>λ<EFBFBD><CEBB><EFBFBD>ѱ<EFBFBD>ռ<EFBFBD><D5BC>."
plot_unowned: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǵ<EFBFBD>Ƥӵ<C6A4><D3B5><EFBFBD>߲<EFBFBD><DFB2><EFBFBD>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
inbox_item: "$2 - $4%s"
cannot_kick_player: "$2<><EFBFBD><E3B2BB><EFBFBD>߳<EFBFBD><DFB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
clearing_done: "$4<><34><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>! <20><>ʱ %s<><73><EFBFBD><EFBFBD>."
setup_valid_arg: "$2<><32><EFBFBD><EFBFBD> $1%s $2<><32><EFBFBD><EFBFBD>Ϊ %s"
camera_stopped: "$2<><32>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ģʽ"
flag_type: "$2<><32><EFBFBD><EFBFBD>: %s"
pasted: "$4<><34>ѡ<EFBFBD><D1A1>ĵ<EFBFBD>Ƥ<EFBFBD>ɹ<EFBFBD>ճ<EFBFBD><D5B3>."
cluster_info: "$1<><31>ǰ<EFBFBD><C7B0>Ⱥ: $2%id%&-$1<><31><EFBFBD><EFBFBD>: $2%name%&-$1ӵ<31><D3B5><EFBFBD><EFBFBD>: $2%owner%&-$1<><31>С: $2%size%&-$1Ȩ<31><C8A8>: $2%rights%"
cluster_cannot_leave: "$1<><31><EFBFBD>˳<EFBFBD>֮ǰ<D6AE><C7B0>ת<EFBFBD><D7AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȩ"
help_header: "$3====== $1<><31>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD>˵<EFBFBD> $3======"
cannot_afford_merge: "$2<><32>û<EFBFBD><C3BB><EFBFBD><EFBFBD>Ľ<EFBFBD>Ǯ<EFBFBD>ϲ<EFBFBD><CFB2><EFBFBD>Ƥ. <20><>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD> $1%s"
setting_updated: "$4<><34><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>趨"
need_key: "$2<><32><EFBFBD>ò<EFBFBD><C3B2><EFBFBD>: $1%values%"
merge_requested: "$2<>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD>ͺϲ<CDBA><CFB2><EFBFBD><EFBFBD><EFBFBD>"
compass_target: "$4S<34>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD>͵<EFBFBD>Ŀ<EFBFBD><C4BF><EFBFBD>Ƥ"
flag_not_added: "$2<>ñ<EFBFBD>ʶ<EFBFBD>޷<EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
no_plots: "$2<><32>û<EFBFBD>ж<EFBFBD><D0B6><EFBFBD>ĵ<EFBFBD>Ƥ<EFBFBD><C6A4>"
need_plot_id: "$2<><32><EFBFBD><EFBFBD>Ҫָ<D2AA><D6B8>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>ƤID."
flag_not_removed: "$2<>ñ<EFBFBD>ʶ<EFBFBD>޷<EFBFBD><DEB7><EFBFBD><EFBFBD>Ƴ<EFBFBD>"
trusted_removed: "$1<><31>ӵ<EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD>Ƴ<EFBFBD><C6B3><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
comment_header: "$2====== <20><><EFBFBD>԰<EFBFBD> ======"
flag_removed: "$4<>ɹ<EFBFBD><C9B9>Ƴ<EFBFBD><C6B3><EFBFBD>ʶ"
rating_applied: "$4<><34>Ϊ<EFBFBD><CEAA>Ƥ $2%s $4<><34><EFBFBD><EFBFBD><EFBFBD>"
requires_confirm: "$2<><32><EFBFBD>Ƿ<EFBFBD>ִ<EFBFBD><D6B4>: $1%s$2?&-$2<>ò<EFBFBD><C3B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>! <20><><EFBFBD>ȷ<EFBFBD><C8B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: $1/plot confirm"
flag_added: "$4<>ɹ<EFBFBD><C9B9><EFBFBD>ӱ<EFBFBD>ʶ"
econ_disabled: "$2<><32><EFBFBD>ù<EFBFBD><C3B9><EFBFBD>δ<EFBFBD><CEB4><EFBFBD><EFBFBD>"
not_valid_hybrid_plot_world: "The hybrid plot manager is required to perform this action"
no_commands: "$2<><32>û<EFBFBD><C3BB>Ȩ<EFBFBD><C8A8>ʹ<EFBFBD><CAB9><EFBFBD>κ<EFBFBD>ָ<EFBFBD><D6B8>."
missing_position: "$2<><32><EFBFBD><EFBFBD>Ҫָ<D2AA><D6B8>һ<EFBFBD><D2BB>λ<EFBFBD><CEBB>. <20><><EFBFBD>õIJ<C3B5><C4B2><EFBFBD>: $1none"
record_play: "$2%player $2<><32>ʼ<EFBFBD><CABC><EFBFBD><EFBFBD>CD $1%name"
no_perm_inbox_modify: "$2<><32>û<EFBFBD><C3BB>Ȩ<EFBFBD><C8A8><EFBFBD>޸<EFBFBD>"
unlink_required: "$2<><32><EFBFBD><EFBFBD><EFBFBD>Ҫȡ<D2AA><C8A1><EFBFBD>ϲ<EFBFBD><CFB2><EFBFBD>Ƥ."
denied_need_argument: "$2ȱ<32>ٲ<EFBFBD><D9B2><EFBFBD>. $1/plot denied add <<3C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>> $2<><32> $1/plot denied remove <<3C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>>"
added_balance: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˻<EFBFBD><CBBB>м<EFBFBD><D0BC><EFBFBD><EFBFBD><EFBFBD> $1%s"
not_using_plotme: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʹ<EFBFBD><CAB9><EFBFBD><EFBFBD> $1PlotSquared $2<><32>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD>ϵͳ. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> $1/ps $2<><32> $1/p2 $2<><32> $1/plot $2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
player_has_not_been_on: "$2<><32><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD>ûӵ<C3BB>е<EFBFBD>Ƥ"
plot_list_footer: "$2>> $1%word% <20><> $2%num% $1<><31><EFBFBD><EFBFBD>ȡ<EFBFBD><C8A1> %plot%."
trim_in_progress: "<22><>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڽ<EFBFBD><DABD><EFBFBD>!"
cluster_deleted: "$4<>ɹ<EFBFBD>ɾ<EFBFBD><C9BE><EFBFBD><EFBFBD>Ⱥ."
cant_claim_more_plots: "$2<><EFBFBD><E3B2BB><EFBFBD><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD>ĵ<EFBFBD>Ƥ<EFBFBD><C6A4>."
unlink_success: "$2<>ɹ<EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD>Ƥ<EFBFBD>ϲ<EFBFBD>."
no_perm_inbox: "$2<><32>û<EFBFBD><C3BB>Ȩ<EFBFBD><C8A8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
worldedit_bypass: "$2&o<><6F><EFBFBD><EFBFBD>Ȩ<EFBFBD><C8A8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> $3/plot wea"
prefix: "$3[$1<><31>Ƥ$3] "
claimed: "$4<><34>ɹ<EFBFBD><C9B9><EFBFBD>ȡ<EFBFBD>˵<EFBFBD>Ƥ"
failed_confirm: "$2<><32>һ<EFBFBD><D2BB>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD>˴<EFBFBD><CBB4><EFBFBD>!"
copy_success: "$4<><34>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˵<EFBFBD>Ƥ."
cluster_available_args: "$1<><31><EFBFBD>õ<EFBFBD><C3B5><EFBFBD>Ⱥָ<C8BA><D6B8>: $4list$2, $4create$2, $4delete$2, $4resize$2, $4invite$2, $4kick$2, $4leave$2, $4helpers$2, $4info$2, $4tp$2, $4sethome"
cluster_list_heading: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> $1%s$2 <20><><EFBFBD><EFBFBD>Ⱥ"
cluster_list_element: "$2 - $1%s&-"
cluster_intersection: "$2<>õ<EFBFBD><C3B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ص<EFBFBD><D8B5><EFBFBD> $1%s$2 <20><><EFBFBD><EFBFBD>Ⱥ"
cluster_resized: "$4<>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ⱥ<EFBFBD>Ĵ<EFBFBD>С."
cluster_added_user: "$4<>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҵ<EFBFBD><D2B5><EFBFBD>Ⱥ<EFBFBD><C8BA>."
cluster_invited: "$1<><EFBFBD><E3B1BB><EFBFBD><EFBFBD><EBB5BD>Ⱥ: $2%s"
cluster_removed: "$1<><EFBFBD><E3B1BB>Ⱥ $2%s <20>߳<EFBFBD><DFB3><EFBFBD>"
cluster_kicked_user: "$4<>ɹ<EFBFBD><C9B9>߳<EFBFBD><DFB3><EFBFBD><EFBFBD>"
invalid_cluster: "$1<><31>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD>Ⱥ<EFBFBD><C8BA><EFBFBD><EFBFBD>: $2%s"
cluster_removed_helper: "$4<>ɹ<EFBFBD><C9B9>Ƴ<EFBFBD><C6B3><EFBFBD><EFBFBD><EFBFBD>Ⱥ<EFBFBD>İ<EFBFBD><C4B0><EFBFBD>"
cluster_teleporting: "$4<><34><EFBFBD><EFBFBD><EFBFBD><EFBFBD>..."
cluster_current_plotid: "$1<><31>ǰ<EFBFBD><C7B0>Ƥ: $2%s"
border: "$2<><32><EFBFBD>ߵ<EFBFBD><DFB5>˵<EFBFBD>ͼ<EFBFBD>߾<EFBFBD>"
require_selection_in_mask: "$2<><32>ѡ<EFBFBD><D1A1>ĵ<EFBFBD>Ƥ %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><>ֻ<EFBFBD><D6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ĵ<EFBFBD>Ƥ<EFBFBD>н<EFBFBD><D0BD><EFBFBD>."
worldedit_iterations: "$2<><EFBFBD><E3B2BB><EFBFBD>ظ<EFBFBD> %current% <20><>. <20><><EFBFBD><EFBFBD>ظ<EFBFBD><D8B8><EFBFBD><EFBFBD><EFBFBD>Ϊ %max%."
worldedit_unmasked: "$1<><31><EFBFBD>WE<57><45><EFBFBD><EFBFBD>û<EFBFBD><C3BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>."
worldedit_restricted: "$1<><31><EFBFBD>WE<57><45><EFBFBD>ܱ<EFBFBD><DCB1><EFBFBD><EFBFBD><EFBFBD>."
notify_enter: "$2%player $2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ĵ<EFBFBD>Ƥ ($1%plot$2)"
notify_leave: "$2%player $2<><EFBFBD><EBBFAA><EFBFBD><EFBFBD>ĵ<EFBFBD>Ƥ ($1%plot$2)"
swap_overlap: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
swap_dimensions: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫͬ<D2AA><CDAC><EFBFBD><EFBFBD>С<EFBFBD>ijߴ<C4B3>"
swap_syntax: "$2/plot swap <<3C><>ƤID>"
swap_success: "$4<>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ"
started_swap: "$2<><32>ʼ<EFBFBD><CABC>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֪ͨ<CDA8><D6AA>"
comment_syntax: "$2<>÷<EFBFBD> /plot comment [X;Z] <%s> <<3C><><EFBFBD><EFBFBD>>"
invalid_inbox: "$2<><EFBFBD><E2B2BB>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>Ч<EFBFBD><D0A7>ҳ<EFBFBD><D2B3>.&-$1<><31><EFBFBD>õIJ<C3B5><C4B2><EFBFBD>: %s"
no_plot_inbox: "$2<><EFBFBD><E2B2BB><EFBFBD><EFBFBD>Ч<EFBFBD>ĵ<EFBFBD>Ƥҳ<C6A4><D2B3>"
comment_removed: "$4<>ɹ<EFBFBD>ɾ<EFBFBD><C9BE><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD>/s:n$2 - '$3%s$2'"
not_console: "$<24><>ָ<EFBFBD><D6B8><EFBFBD><EFBFBD>޿<EFBFBD><DEBF><EFBFBD>̨<EFBFBD><CCA8><EFBFBD><EFBFBD>."
is_console: "$2<><32>ָ<EFBFBD><D6B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>."
clipboard_set: "$2<><32>ǰ<EFBFBD><C7B0>Ƥ<EFBFBD>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƶ<EFBFBD><C6B5>˼<EFBFBD><CBBC>а<EFBFBD>, ʹ<><CAB9> $1/plot paste$2 <20><>ճ<EFBFBD><D5B3><EFBFBD><EFBFBD>"
no_clipboard: "$2<><32>û<EFBFBD><C3BB>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD>а<EFBFBD>"
clipboard_info: "$2<><32>ǰѡ<C7B0><D1A1> - <20><>Ƥ ID: $1%id$2, <20><><EFBFBD>: $1%width$2, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: $1%total$2"
rating_not_valid: "$2<><32><EFBFBD><EFBFBD>Ҫָ<D2AA><D6B8>һ<EFBFBD><D2BB>1~10֮<30><D6AE><EFBFBD><EFBFBD><EFBFBD>"
rating_already_exists: "$2<><32><EFBFBD>Ѿ<EFBFBD>Ϊ<EFBFBD><CEAA>Ƥ $2%s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
rating_not_your_own: "$2<><EFBFBD><E3B2BB>Ϊ<EFBFBD>Լ<EFBFBD><D4BC><EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD>"
rating_not_owned: "$2<><EFBFBD><E3B2BB>Ϊ<EFBFBD><CEAA><EFBFBD>õ<EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD>"
cannot_afford_plot: "$2<><32>û<EFBFBD><C3BB><EFBFBD><EFBFBD>Ľ<EFBFBD>Ǯ<EFBFBD><C7AE><EFBFBD><EFBFBD><EFBFBD>Ƥ. <20><>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD> $1%s"
plot_sold: "$4<><34>ĵ<EFBFBD>Ƥ; $1%s$4, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> $1%s$4 <20>۸<EFBFBD>Ϊ $1$%s"
setup_invalid_arg: "$2%s<><73><EFBFBD>Dz<EFBFBD><C7B2><EFBFBD> %s <20><><EFBFBD><EFBFBD>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD>. ȡ<><C8A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: $1/plot setup cancel"
setup_finished: "$3<><33><EFBFBD>ʹ<EFBFBD><CAB9><EFBFBD><EFBFBD> MULTIVERSE <20><> MULTIWORLD <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>û<EFBFBD><C3BB>Զ<EFBFBD>д<EFBFBD><D0B4>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD>ֶ<EFBFBD>д<EFBFBD><D0B4><EFBFBD>ļ<EFBFBD> bukkit.yml"
setup_missing_world: "$2<><32><EFBFBD><EFBFBD>Ҫָ<D2AA><D6B8>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ($1/plot setup &l<<3C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>>$1 <<3C><><EFBFBD>ɲ<EFBFBD><C9B2><EFBFBD>>$2)&-$1<><31><EFBFBD><EFBFBD>ָ<EFBFBD><D6B8>:&-$2 - $1/plot setup <<3C><><EFBFBD><EFBFBD>>&-$2 - $1/plot setup back&-$2 - $1/plot setup cancel"
schematic_missing_arg: "$2<><32><EFBFBD><EFBFBD>Ҫָ<D2AA><D6B8>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD>õIJ<C3B5><C4B2><EFBFBD>: $1test <<3C><><EFBFBD><EFBFBD>>$2 , $1save$2 , $1paste $2, $1exportall"
title_entered_plot: "<22><>Ƥλ<C6A4><CEBB>: %world%;%x%;%z%"
title_entered_plot_sub: <><D3B5><EFBFBD><EFBFBD> %s"
title_left_plot: "<22><><EFBFBD><EFBFBD><EBBFAA> %s"
title_left_plot_sub: <><D3B5><EFBFBD><EFBFBD> %s"
title_left_plot_sub_color: "RED"
prefix_farewell: "$1%id%$2> "
enabled: "$1PlotSquared <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
example_message: "$2<><32><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>ʾ<EFBFBD><CABE>Ϣ &k!!!"
reloaded_configs: "$1<>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><E8B6A8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȡ"
reload_failed: "$2<><32><EFBFBD><EFBFBD>ȡʧ<C8A1><CAA7><EFBFBD><EFBFBD>"
time_format: "$1%hours%, %min%, %sec%"
no_schematic_permission: "$2<><32>û<EFBFBD><C3BB>Ȩ<EFBFBD><C8A8>ʹ<EFBFBD>ý<EFBFBD><C3BD><EFBFBD><EFBFBD>ļ<EFBFBD> $1%s"
no_permission: "$2<><32>ȱ<EFBFBD><C8B1><EFBFBD><EFBFBD>Ȩ<EFBFBD><C8A8>: $1%s"
cant_transfer_more_plots: "$2<><EFBFBD>ܷ<EFBFBD><DCB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ĵ<EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
cant_claim_more_plots_num: "$2<><EFBFBD><E3B2BB>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>ȡ $1%s $2<><32><EFBFBD>Ƥ"
you_be_denied: "$2<><EFBFBD>ܽ<EFBFBD><DCBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ"
no_perm_merge: "$2<><EFBFBD><E3B2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ $1%plot% $2<><32>ӵ<EFBFBD><D3B5><EFBFBD><EFBFBD>"
unlink_impossible: "$2<><32>ֻ<EFBFBD><D6BB>ȡ<EFBFBD><C8A1><EFBFBD>ϲ<EFBFBD><CFB2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ"
no_merge_to_mega: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ<EFBFBD>޷<EFBFBD><DEB7><EFBFBD><EFBFBD>ϲ<EFBFBD>."
merge_accepted: "$2<>ϲ<EFBFBD><CFB2><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѱ<EFBFBD><D1B1><EFBFBD><EFBFBD><EFBFBD>"
merge_request_confirm: "<22>յ<EFBFBD><D5B5><EFBFBD> %s <20>ĺϲ<C4BA><CFB2><EFBFBD><EFBFBD><EFBFBD>"
name_little: "$2%s <20><><EFBFBD><EFBFBD>̫<EFBFBD><CCAB><EFBFBD><EFBFBD>, $1%s$2<$1%s"
purge_syntax: "<22>÷<EFBFBD> /plot purge <x;z|player|unowned|unknown|all> <<3C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>>"
purge_success: "$4<>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD>Ƥ"
trim_syntax: "<22>÷<EFBFBD> /plot trim <all|x;y> <<3C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>>"
trim_start: "<22><>ʼ<EFBFBD><CABC>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD>..."
no_free_plots: "$2û<32><C3BB><EFBFBD><EFBFBD>ѵĵ<D1B5>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD>"
not_in_plot: "$2<><EFBFBD>ڵ<EFBFBD>Ƥ<EFBFBD><C6A4>"
not_valid_plot_world: "$2<><EFBFBD><E2B2BB>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><><D7A2><EFBFBD>Сд)"
block_list_item: " $1%mat%$2,"
need_biome: "$2<><32><EFBFBD><EFBFBD>Ҫָ<D2AA><D6B8>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ⱥ<EFBFBD><C8BA>"
biome_set_to: "$2<><32>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ⱥ<EFBFBD><C8BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ $2"
teleported_to_plot: "$2<><EFBFBD>͵<EFBFBD><CDB5>˵<EFBFBD>Ƥ<EFBFBD><C6A4>"
teleport_in_seconds: "$1<><31><EFBFBD><EFBFBD> %s <20><><EFBFBD>ڴ<EFBFBD><DAB4><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD>ƶ<EFBFBD>..."
deubg_header: "$1<><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ"
not_valid_block: "$2<><EFBFBD><E2B2BB>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>Ч<EFBFBD>ķ<EFBFBD><C4B7><EFBFBD>."
not_valid_number: "$2<><EFBFBD><E2B2BB>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
no_such_plot: "$2û<32>и<EFBFBD><D0B8><EFBFBD><EFBFBD>͵ĵ<CDB5>Ƥ"
found_no_plots: "$2<>޷<EFBFBD><DEB7><EFBFBD><EFBFBD>ݸ<EFBFBD>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD>ҵ<EFBFBD>Ƥ"
need_plot_number: "$2<><32><EFBFBD><EFBFBD>Ҫָ<D2AA><D6B8>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>ƤID<49><44><EFBFBD><EFBFBD><EFBFBD>"
need_block: "$<24><><EFBFBD><EFBFBD>Ҫָ<D2AA><D6B8>һ<EFBFBD>ַ<EFBFBD><D6B7><EFBFBD>"
need_user: "$2<><32><EFBFBD><EFBFBD>Ҫָ<D2AA><D6B8>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD>"
plot_info_unclaimed: "$2<><32>Ƥ $1%s$2 <20><>δ<EFBFBD><CEB4><EFBFBD><EFBFBD>ȡ"
plot_info_header: "$3====== $1INFO $3======"
plot_info: "$1ID: $2%id%$1&-$1<><31><EFBFBD><EFBFBD>: $2%alias%$1&-$1ӵ<31><D3B5><EFBFBD><EFBFBD>: $2%owner%$1&-$1<><31><EFBFBD><EFBFBD>Ⱥ<EFBFBD><C8BA>: $2%biome%$1&-$1<>ɷ<EFBFBD><C9B7><EFBFBD>: $2%build%$1&-$1<><31><EFBFBD><EFBFBD>: $2%rating%$1/$210$1&-$1<><31><EFBFBD><EFBFBD>: $2%helpers%$1&-$1<><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: $2%trusted%$1&-$1<><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: $2%denied%$1&-$1<><31>ʶ: $2%flags%"
plot_info_trusted: "$1<><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:$2 %trusted%"
plot_info_denied: "$1<><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:$2 %denied%"
plot_info_flags: "$1<><31>ʶ:$2 %flags%"
plot_info_biome: "$1<><31><EFBFBD><EFBFBD>Ⱥ<EFBFBD><C8BA>:$2 %biome%"
plot_info_rating: "$1<><31><EFBFBD><EFBFBD>:$2 %rating%"
plot_info_owner: "$1ӵ<31><D3B5><EFBFBD><EFBFBD>:$2 %owner%"
plot_info_id: "$1ID:$2 %id%"
plot_info_alias: "$1<><31><EFBFBD><EFBFBD>:$2 %alias%"
plot_info_size: "$1<><31>С:$2 %size%"
plot_user_list: " $1%user%$2,"
info_syntax_console: "$2/plot info <<3C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>> X;Y"
clearing_plot: "$2<><32><EFBFBD><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4>."
plot_is_claimed: "$2<><32><EFBFBD><EFBFBD>Ƥ<EFBFBD>ѱ<EFBFBD><D1B1><EFBFBD>ȡ"
plot_list_header_paged: "$2(ҳ<><D2B3> $1%cur$2/$1%max$2) $1<>г<EFBFBD><D0B3><EFBFBD> %word% <20><><EFBFBD>Ƥ"
plot_list_header: "$11<31>г<EFBFBD><D0B3><EFBFBD> %word% <20><><EFBFBD>Ƥ"
plot_list_item_ordered: "$2[$1%in$2] >> $1%id$2:$1%world $2- $1%owner"
left_plot: "$2<><32><EFBFBD><EFBFBD>˵<EFBFBD>Ƥ"
wait_for_timer: "$2<><32><EFBFBD>÷<EFBFBD><C3B7><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD>Ժ<EFBFBD>..."
plot_chat_format: "$2[$1<><31>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD>$2][$1%plot_id%$2] $1%sender%$2: $1%msg%"
denied_added: "$4<><34>ɹ<EFBFBD>Ϊ<EFBFBD><CEAA>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD>˺<EFBFBD><CBBA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
was_not_denied: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҳ<EFBFBD><D2B2>ں<EFBFBD><DABA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
need_on_off: "$2<><32><EFBFBD><EFBFBD>Ҫָ<D2AA><D6B8>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD>õIJ<C3B5><C4B2><EFBFBD>: $1on$2, $1off"
flag_key: "$2<>ؼ<EFBFBD><D8BC><EFBFBD>: %s"
flag_desc: "$2<><32><EFBFBD><EFBFBD>: %s"
not_valid_value: "$2<><32>ʶ<EFBFBD>IJ<EFBFBD><C4B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD>"
flag_not_in_plot: "$2<><32><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4>û<EFBFBD><C3BB><EFBFBD><EFBFBD><EFBFBD>ñ<EFBFBD>ʶ 26"
helper_removed: "$4<><34>ɹ<EFBFBD>Ϊ<EFBFBD><CEAA>Ƥ<EFBFBD>Ƴ<EFBFBD><C6B3>˰<EFBFBD><CBB0><EFBFBD>"
helper_need_argument: "$2ȱ<32>ٲ<EFBFBD><D9B2><EFBFBD>. $1/plot helpers add <<3C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>> $2<><32> $1/plot helpers remove <<3C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>>"
was_not_added: "$2<><32><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD>û<EFBFBD>г<EFBFBD>Ϊ<EFBFBD>õ<EFBFBD>Ƥ<EFBFBD>İ<EFBFBD><C4B0><EFBFBD>"
already_added: "$2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˸÷<CBB8><C3B7><EFBFBD>."
trusted_added: "$4<><34>ɹ<EFBFBD>Ϊ<EFBFBD><CEAA>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD>˿<EFBFBD><CBBF><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
trusted_need_argument: "$2ȱ<32>ٲ<EFBFBD><D9B2><EFBFBD>. $1/plot trusted add <<3C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>> $2<><32> $1/plot trusted remove <<3C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>>"
t_was_not_added: "$2<><32><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD>û<EFBFBD>г<EFBFBD>Ϊ<EFBFBD>õ<EFBFBD>Ƥ<EFBFBD>Ŀ<EFBFBD><C4BF><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
set_owner: "$4<><34>ɹ<EFBFBD>Ϊ<EFBFBD><CEAA>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӵ<EFBFBD><D3B5><EFBFBD><EFBFBD>"
now_owner: "$4<><34><EFBFBD><EFBFBD><EFBFBD>ڳ<EFBFBD>Ϊ<EFBFBD><CEAA>Ƥ %s <20><>ӵ<EFBFBD><D3B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
help_category: "$1<><31><EFBFBD><EFBFBD>: $2%category%$2,$1 ҳ<><D2B3>: $2%current%$3/$2%max%$2,$1 <20><><EFBFBD><EFBFBD>ʾ: $2%dis%$3/$2%total%"
help_info: "$3====== $1ѡ<31><D1A1>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD> $3======"
help_info_item: "$1/plot help %category% $3- $2%category_desc%"
direction: "$1<><31>ǰ<EFBFBD><C7B0><EFBFBD><EFBFBD>: %dir%"
custom_string: "-"

View file

@ -0,0 +1,6 @@
version: PlotSquared-18.6.7-740de49-2003
color:
'3': '8'
'4': '3'
'1': '6'
'2': '7'

View file

@ -13,7 +13,7 @@ git add -f 'dynmap/configuration.txt' 'dynmap/worlds.txt'
git add -f 'MythicMobs/*' ':!:MythicMobs/SavedData/*' git add -f 'MythicMobs/*' ':!:MythicMobs/SavedData/*'
git add -f ':(glob)Jobs/*.yml' ':!:Jobs/furnaceBrewingStands.yml' git add -f ':(glob)Jobs/*.yml' ':!:Jobs/furnaceBrewingStands.yml'
git add -f 'Towny/settings/townyperms.yml' git add -f 'Towny/settings/townyperms.yml'
git add -f 'PlotSquared/config/settings.yml' git add -f 'PlotSquared/*' ':!:PlotSquared/*storage*'
git add -f update.sh download.sh git add -f update.sh download.sh