-
-
Notifications
You must be signed in to change notification settings - Fork 382
/
Copy pathenglish.lang
220 lines (203 loc) · 12.2 KB
/
english.lang
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
# Default English language file
# Which version of Skript this language file was written for
version: @version@
# What null (nothing) should show up as in a string/text
none: <none>
# -- Skript --
skript:
copyright: ~ created by & © Peter Güttinger aka Njol ~
prefix: <gray>[<gold>Skript<gray>] <reset>
quotes error: Invalid use of quotes ("). If you want to use quotes in "quoted text", double them: "".
brackets error: Invalid amount or placement of brackets. Please make sure that each opening bracket has a corresponding closing bracket.
invalid reload: Skript may only be reloaded by either Bukkit's '/reload' or Skript's '/skript reload' command.
no scripts: No scripts were found, maybe you should write some ;)
no errors: All scripts loaded without errors.
scripts loaded: Loaded %s script¦¦s¦ with a total of %s structure¦¦s¦ in %s
finished loading: Finished loading.
warning message: It appears that /reload or another plugin reloaded Skript. This is not supported behaviour and may cause issues.
restart message: Please consider restarting the server instead.
# -- Skript command --
skript command:
usage: Usage:
help:
description: Skript's main command
help: Prints this help message. Use '/skript reload/enable/disable/update' to get more info
reload:
description: Reloads a specific script, all scripts, the config, or everything
all: Reloads the config, all aliases configs and all scripts
config: Reloads the main config
aliases: Reloads the aliases configs (aliases-english.zip or plugin jar)
scripts: Reloads all scripts
<script>: Reloads a specific script or a folder of scripts
enable:
description: Enables all scripts or a specific one
all: Enables all scripts
<script>: Enables a specific script or a folder of scripts
disable:
description: Disables all scripts or a specific one
all: Disables all scripts
<script>: Disables a specific script or a folder of scripts
update:
description: Check for updates or read the changelog
check: Checks for a new version
changes: Lists all changes since the current version
list: Lists all enabled and disabled scripts
info: Prints a message with links to Skript's aliases and documentation
gen-docs: Generates documentation using docs/templates in plugin folder
test: Used for running internal Skript tests
invalid script: Can't find the script <grey>'<gold>%s<grey>'<red> in the scripts folder!
invalid folder: Can't find the folder <grey>'<gold>%s<grey>'<red> in the scripts folder!
reload:
warning line info: <gold><bold>Line %s:<gray> (%s)<reset>\n
error line info: <light red><bold>Line %s:<gray> (%s)<reset>\n
reloading: Reloading <gold>%s<reset>...
reloaded: <lime>Successfully reloaded <gold>%s<lime>. <gray>(<gold>%2$sms<gray>)
player reload: <lime>%s <reset>is reloading <gold>%s<reset>...
error: <light red>Encountered <gold>%2$s <light red>error¦¦s¦ while reloading <gold>%1$s<light red>! <gray>(<gold>%3$sms<gray>)
script disabled: <gold>%s<reset> is currently disabled. Use <gray>/<gold>skript <cyan>enable <red>%s<reset> to enable it.
warning details: <yellow> %s<reset>\n
error details: <light red> %s<reset>\n
other details: <white> %s<reset>\n
line details: <gold> Line: <gray>%s<reset>\n <reset>
config, aliases and scripts: the config, aliases and all scripts
scripts: all scripts
main config: the main configuration
aliases: the aliases
script: <gold>%s<reset>
scripts in folder: all scripts in <gold>%s<reset>
x scripts in folder success: <gold>%2$s <lime>script¦¦s¦ in <gold>%1$s<reset>
x scripts in folder error: <gold>%2$s <light red>script¦¦s¦ in <gold>%1$s<reset>
empty folder: <gold>%s<reset> does not contain any enabled scripts.
enable:
all:
enabling: Enabling all disabled scripts...
enabled: Successfully enabled & parsed all previously disabled scripts.
error: <light red>Encountered <gold>%s <light red>error¦¦s¦ while parsing disabled scripts!
io error: <light red>Could not load one or more scripts - some scripts might have been renamed already and will be enabled when the server restarts: <gold>%s
single:
already enabled: <gold>%s<reset> is already enabled! Use <gray>/<gold>skript <cyan>reload <red>%s<reset> to reload it if it was changed.
enabling: Enabling <gold>%s<reset>...
enabled: Successfully enabled & parsed <gold>%s<reset>.
error: <light red>Encountered <gold>%2$s <light red>error¦¦s¦ while parsing <gold>%1$s<light red>!
io error: <light red>Could not enable <gold>%s<light red>: <gold>%s
folder:
empty: <gold>%s<reset> does not contain any disabled scripts.
enabling: Enabling <gold>%2$s <reset>script¦¦s¦ in <gold>%1$s<reset>...
enabled: Successfully enabled & parsed <gold>%2$s<reset> previously disabled scripts in <gold>%1$s<reset>.
error: <light red>Encountered <gold>%2$s <light red>error¦¦s¦ while parsing scripts in <gold>%1$s<light red>!
io error: <light red>Error while enabling one or more scripts in <gold>%s <light red>(some scripts might get enabled when the server restarts): <gold>%s
disable:
all:
disabled: Successfully disabled all scripts.
io error: <light red>Could not rename one or more scripts - some scripts might have been renamed already and will be disabled when the server restarts: <gold>%s
single:
already disabled: <gold>%s<reset> is already disabled!
disabled: Successfully disabled <gold>%s<reset>.
io error: <light red>Could not rename <gold>%s<light red>, it will be enabled again when you restart the server: <gold>%s
folder:
empty: <gold>%s<reset> does not contain any enabled scripts.
disabled: Successfully disabled <gold>%2$s<reset> script(s) in <gold>%1$s<reset>.
io error: <light red>Could not disable one or more scripts in <gold>%s <light red>(some scripts might get disabled when the server restarts): <gold>%s
update:
# check/download: see Updater
changes:
# multiple versions:
# title: <gold>%s<r> update¦ has¦s have¦ been released since this version (<gold>%s<r>) of Skript:
# footer: To show the changelog of a version type <gold>/skript update changes <version><reset>
# invalid version: No changelog for the version <gold>%s<red> available
title: <bold><cyan>%s<reset> (%s)
next page: <grey>page %s of %s. Type <gold>/skript update changes %s<gray> for the next page (hint: use the up arrow key)
list:
enabled:
header: <white>Enabled scripts:
element: <lime green> %s
disabled:
header: <white>Disabled scripts:
element: <light red> %s
info:
aliases: Skript's aliases can be found here: <aqua>https://github.com/SkriptLang/skript-aliases
documentation: Skript's documentation can be found here: <aqua>https://docs.skriptlang.org/
tutorials: Skript's tutorials can be found here: <aqua>https://docs.skriptlang.org/tutorials
version: Skript Version: <aqua>%s
server: Server Version: <aqua>%s
addons: Installed Skript Addons: <aqua>%s
dependencies: Installed dependencies: <aqua>%s
# -- Log Messages --
log:
# runtime errors
runtime:
error: <light red>The script '<gray>%s<light red>' encountered an error while executing the '<gray>%s<light red>' %s<light red>:\n
errors skipped: <gold>%d<light red> runtime error[s] were thrown but not printed in the last frame. From: <gray>%s
errors timed out: <gold>Line %d<light red> of script '<gray>%s<light red>' produced too many runtime errors (<gray>%d<light red> allowed per frame). No errors from this line will be printed for %d frames.
error notification: <light red>Script '<gray>%s<light red>' produced runtime errors. Please check console logs for details.
error notification plural: <light red>Script '<gray>%s<light red>' and %d others produced runtime errors. Please check console logs for details.
warning: <yellow>The script '<gray>%s<yellow>' encountered a warning while executing the '<gray>%s<yellow>' %s<yellow>:\n
warnings skipped: <yellow>%d<yellow> runtime warning[s] were thrown but not printed in the last frame. From: <gray>%s
warnings timed out: <gold>Line %d<yellow> of script '<gray>%s<yellow>' produced too many runtime warnings (<gray>%d<yellow> allowed per frame). No warnings from this line will be printed for %d frames.
warning notification: <yellow>Script '<gray>%s<yellow>' produced runtime warnings. Please check console logs for details.
warning notification plural: <gold>Script '<gray>%s<yellow>' and %d others produced runtime warnings. Please check console logs for details.
line info: <gold> Line %s<white>: <gray>%s\n \n
# -- Updater --
updater:
not started: Skript has not yet checked for the latest version. Use <gold>/skript update check<reset> to do so.
checking: Checking for the latest version of Skript...
check in progress: Checking for a new version is currently in progress.
updater disabled: The updater is disabled, so a check for the latest version of Skript was not performed.
check error: <red>There was an error checking for the latest version of Skript:<light red> %s
running latest version: You're currently running the latest stable version of Skript.
running latest version (beta): You're currently running a <i>beta<r> version of Skript, and no new <i>stable<r> version is available. Please note that you have to update to newer beta versions manually!
update available: A new version of Skript is available: <gold>%s<reset> (you're currently running <gold>%s<reset>)
downloading: Downloading Skript <gold>%s<reset>...
download in progress: The latest version of Skript is currently being downloaded.
download error: <red>There was an error downloading the latest version of Skript:<light red> %s
downloaded: The latest version of Skript has been downloaded! Restart the server or use /reload to apply the changes.
internal error: An internal error occurred while checking for the latest version of Skript. Please refer to the server log for details.
custom version: You're currently running a custom Skript version. No updates will be automatically installed.
nightly build: You're currently running a development build of Skript. No updates will be automatically installed.
# -- Commands --
commands:
no permission message: You don't have the required permission to use this command
cooldown message: You are using this command too often, please try again later
executable by players: This command can only be used by players
executable by console: This command can only be used by the console
correct usage: Correct usage:
invalid argument: Invalid argument <gray>'%s<gray>'<reset>. Allowed are:
too many arguments: This command can only accept a single %2$s.
internal error: An internal error occurred while attempting to perform this command.
no player starts with: There is no player online whose name starts with '%s'
multiple players start with: There are several players online whose names start with '%s'
# -- Hooks --
hooks:
hooked: Successfully hooked into %s
error: Could not hook into %1$s. This can happen if Skript doesn't support the installed version of %1$s
# -- Aliases --
aliases:
# Errors and warnings
empty string: '' is not an item type
invalid item type: '%s' is not an item type
empty name: An alias must have name
brackets error: Invalid use of brackets
not enough brackets: Section starting at character %s ('%s') must be closed
too many brackets: Character %s ('%s') closes a nonexistent section
unknown variation: The variation %s has not been defined before
missing aliases: Following Minecraft ids do not have any aliases:
empty alias: Alias has no Minecraft id or tags defined
invalid minecraft id: Minecraft id %s is not valid
useless variation: Variation has no Minecraft id or tags specified, so it is useless
invalid tags: Specified tags are not defined in valid JSON
unexpected section: Sections are not allowed here
invalid variation section: A section should be variation section, but %s is not valid variation name
outside section: Aliases must be put in sections
# Other messages
loaded x aliases from: Loaded %s english aliases from %s
loaded x aliases: Loaded a total of %s english aliases
# -- Time --
time:
errors:
24 hours: A day only has 24 hours
12 hours: Using 12-hour format does not allow more than 12 hours
60 minutes: An hour only has 60 minutes
# -- IO Exceptions --
io exceptions:
unknownhostexception: Cannot connect to %s
accessdeniedexception: Access denied for %s