forked from adobe/brackets
-
Notifications
You must be signed in to change notification settings - Fork 279
/
editor.properties
296 lines (246 loc) · 13.1 KB
/
editor.properties
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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
############
## ERRORS ##
############
# General File I/O Error strings
# Error message prefix that will look like: "(error my message)"
GENERIC_ERROR=(error {0})
NOT_FOUND_ERR=The file/directory could not be found.
NOT_READABLE_ERR=The file/directory could not be read.
EXCEEDS_MAX_FILE_SIZE=Files larger than {0} MB cannot be opened in {APP_NAME}.
FILE_EXISTS_ERR=The file or directory already exists.
FILE=file
FILE_TITLE=File
DIRECTORY=directory
DIRECTORY_TITLE=Directory
DIRECTORY_NAMES_LEDE=Directory names
FILENAMES_LEDE=Filenames
FILENAME=Filename
DIRECTORY_NAME=Directory Name
# Title for error dialog when total project size has been exceeded
ERROR_OUT_OF_SPACE_TITLE=Project Size Limit Reached
# Error message to show the user when the filesystem has no more room.
ERROR_PROJECT_SIZE_EXCEEDED=The total size of the files in your project has exceeded the maximum available space. You will not be able to add any new files until you delete some of the existing files to free up space.
# File Open/Save Error strings
FILE_EXISTS_HEADER=The file already exists.
# The {0} here will be replaced by an actual error message
OPEN_DIALOG_ERROR=An error occurred when showing the open file dialog. (error {0})
# {0} will be replaced with a filename and {1} will be replaced by an error message
READ_DIRECTORY_ENTRIES_ERROR=An error occurred when reading the contents of the directory <span class='dialog-filename'>{0}</span>. (error {1})
ERROR_OPENING_FILE_TITLE=Error Opening File
# {0} will be replaced with a filename and {1} will be replaced by an error message
ERROR_OPENING_FILE=An error occurred when trying to open the file <span class='dialog-filename'>{0}</span>. {1}
ERROR_OPENING_FILES=An error occurred when trying to open the following files:
ERROR_SAVING_FILE_TITLE=Error Saving File
# {0} will be replaced with a filename and {1} will be replaced by an error message
ERROR_SAVING_FILE=An error occurred when trying to save the file <span class='dialog-filename'>{0}</span>. {1}
ERROR_RENAMING_FILE_TITLE=Error Renaming File
ERROR_RENAMING_DIRECTORY_TITLE=Error Renaming Directory
# {0} will be replaced with a filename and {1} will be replaced by an error message
ERROR_RENAMING_FILE=An error occurred when trying to rename the file <span class='dialog-filename'>{0}</span>. {1}
# {0} will be replaced with a directory name and {1} will be replaced by an error message
ERROR_RENAMING_DIRECTORY=An error occurred when trying to rename the directory <span class='dialog-filename'>{0}</span>. {1}
ERROR_DELETING_FILE_TITLE=Error Deleting File
ERROR_DELETING_DIRECTORY_TITLE=Error Deleting Directory
# {0} will be replaced with a filename and {1} will be replaced by an error message
ERROR_DELETING_FILE=An error occurred when trying to delete the file <span class='dialog-filename'>{0}</span>. {1}
# {0} will be replaced with a directory name and {1} will be replaced by an error message
ERROR_DELETING_DIRECTORY=An error occurred when trying to delete the directory <span class='dialog-filename'>{0}</span>. {1}
INVALID_FILENAME_TITLE=Invalid File Name
INVALID_DIRNAME_TITLE=Invalid Directory Name
# {1} will be replaced with an error message
INVALID_FILENAME_MESSAGE=File names cannot use any system reserved words, end with dots (.) or use any of the following characters: <code class='emphasized'>{1}</code>
# {1} will be replaced with an error message
INVALID_DIRNAME_MESSAGE=Directory names cannot use any system reserved words, end with dots (.) or use any of the following characters: <code class='emphasized'>{1}</code>
# {0} will be replaced with a filename
ENTRY_WITH_SAME_NAME_EXISTS=A file or directory with the name <span class='dialog-filename'>{0}</span> already exists.
ERROR_CREATING_FILE_TITLE=Error Creating File
ERROR_CREATING_DIRECTORY_TITLE=Error Creating Directory
# {1} will be replaced with a file name and {2} will be replaced by an error message
ERROR_CREATING_FILE=An error occurred when trying to create the file <span class='dialog-filename'>{1}</span>. {2}
# {1} will be replaced with a directory name and {2} will be replaced by an error message
ERROR_CREATING_DIRECTORY=An error occurred when trying to create the directory <span class='dialog-filename'>{1}</span>. {2}
# Project max files Error strings
ERROR_MAX_FILES_TITLE=Error Indexing Files
# Saving Errors
EXT_MODIFIED_TITLE=External Changes
# {0} will be replaced by a filename and {APP_NAME} will be replaced with the word "Brackets"
EXT_MODIFIED_WARNING=<span class='dialog-filename'>{0}</span> has been modified on disk outside of {APP_NAME}.<br /><br />Do you want to save the file and overwrite those changes?
# {0} will be replaced by a filename and {APP_NAME} will be replaced with the word "Brackets"
EXT_MODIFIED_MESSAGE=<span class='dialog-filename'>{0}</span> has been modified on disk outside of {APP_NAME}, but also has unsaved changes in {APP_NAME}.<br /><br />Which version do you want to keep?
# {0} will be replaced by a filename and {APP_NAME} will be replaced with the word "Brackets"
EXT_DELETED_MESSAGE=<span class='dialog-filename'>{0}</span> has been deleted on disk outside of {APP_NAME}, but has unsaved changes in {APP_NAME}.<br /><br />Do you want to keep your changes?
#############
## GENERAL ##
#############
# Delete
CONFIRM_FOLDER_DELETE_TITLE=Confirm Delete
# {0} will be replaced by a directory name
CONFIRM_FOLDER_DELETE=Are you sure you want to delete the folder <span class='dialog-filename'>{0}</span>?
# {0} will be replaced by a file name
CONFIRM_FILE_DELETE=Are you sure you want to delete <span class='dialog-filename'>{0}</span>?
FILE_DELETED_TITLE=File Deleted
# General Dialog/Button labels
DONE=Done
OK=OK
CANCEL=Cancel
SAVE_AND_OVERWRITE=Overwrite
DELETE=Delete
BUTTON_YES=Yes
BUTTON_NO=No
# "Use Imported" as in "Use the new imported version of this file vs. the existing one"
USE_IMPORTED=Use New File
# "Keep Existing" as in "Keep the existing version of this file vs. the imported one"
KEEP_EXISTING=Keep Existing File
# Quick Edit
ERROR_QUICK_EDIT_PROVIDER_NOT_FOUND=No Quick Edit available for current cursor position
ERROR_CSSQUICKEDIT_BETWEENCLASSES=CSS Quick Edit: place cursor on a single class name
ERROR_CSSQUICKEDIT_CLASSNOTFOUND=CSS Quick Edit: incomplete class attribute
ERROR_CSSQUICKEDIT_IDNOTFOUND=CSS Quick Edit: incomplete id attribute
ERROR_CSSQUICKEDIT_UNSUPPORTEDATTR=CSS Quick Edit: place cursor in tag, class, or id
ERROR_TIMINGQUICKEDIT_INVALIDSYNTAX=CSS Timing Function Quick Edit: invalid syntax
ERROR_JSQUICKEDIT_FUNCTIONNOTFOUND=JS Quick Edit: place cursor in function name
BUTTON_NEW_RULE=New Rule
# Quick Docs
ERROR_QUICK_DOCS_PROVIDER_NOT_FOUND=No Quick Docs available for current cursor position
# Context Menu Commands
CMD_FILE_NEW=New File
CMD_FILE_NEW_FOLDER=New Folder
CMD_FILE_RENAME=Rename
CMD_FILE_DELETE=Delete
CMD_FILE_DOWNLOAD=Download
CMD_CUT=Cut
CMD_COPY=Copy
CMD_PASTE=Paste
CMD_SELECT_ALL=Select All
CMD_TOGGLE_QUICK_EDIT=Quick Edit
CMD_TOGGLE_QUICK_DOCS=Quick Docs
# Drag and Drop
DND_MAX_SIZE_EXCEEDED=file exceeds maximum supported size: {0} MB.
DND_UNSUPPORTED_FILE_TYPE=unsupported file type
DND_ERROR_UNZIP=unable to unzip file
DND_ERROR_UNTAR=unable to untar file
DND_SUCCESS_UNZIP_TITLE=Unzip Completed Successfully
DND_SUCCESS_UNTAR_TITLE=Untar Completed Successfully
DND_FILE_REPLACE=A file named <span class='dialog-filename'>{0}</span> already exists. Do you want to use the new file or keep the existing one?
# Image Viewer
IMAGE_FILE_TITLE=Image File
IMAGE_DIMENSIONS_1={0} × {1} pixels
IMAGE_ALT_TEXT=Image description
# Image Filters
IMAGE_FILTERS_TITLE=Image Filter
IMAGE_FILTER_PINHOLE=Pinhole
IMAGE_FILTER_SEPIA=Sepia
IMAGE_FILTER_CONTRAST=Contrast
IMAGE_FILTER_VINTAGE=Vintage
IMAGE_FILTER_SUNRISE=Sunrise
IMAGE_FILTER_EMBOSS=Emboss
IMAGE_FILTER_GLOWING_SUN=Glowing Sun
IMAGE_SAVE_WITH_FILTERS=Apply
IMAGE_RESET_FILTERS=Cancel
# Font Viewer
FONT_FILE=Font File
USE_FONT_INSTRUCTIONS=To use this font, copy and paste this code into your CSS file.
FONT_TYPE_BOLD=Bold
FONT_TYPE_ITALIC=Italic
# "Put text inside a <strong></strong> tag."
FONT_BOLD_HTML_TAG=Put text inside a <code><strong></strong></code> tag.
FONT_BOLD_CSS_RULE=Add a <code>font-weight: bold;</code> CSS rule.
# "Put text inside an <em></em> tag."
FONT_ITALIC_HTML_TAG=Put text inside an <code><em></em></code> tag.
FONT_ITALIC_CSS_RULE=Add a <code>font-style: italic;</code> CSS rule.
# Video Viewer
VIDEO_FILE=Video File
VIDEO_OPTIONS=Video Options
VIDEO_CODE_SAMPLE=Copy & paste this code to add this video to an HTML page
VIDEO_OPTION_SHOW_CONTROLS=Show video controls
VIDEO_OPTION_AUTOPLAY=Start playing the video automatically
VIDEO_OPTION_LOOPING=Restart the video when it is over
VIDEO_OPTION_DISABLE_AUDIO=Disable audio
# Audio Viewer
AUDIO_FILE=Audio File
AUDIO_OPTIONS=Audio Options
AUDIO_OPTION_SHOW_CONTROLS=Show audio controls (when disabled audio player is invisible)
AUDIO_OPTION_AUTOPLAY=Start playing the audio automatically
AUDIO_OPTION_LOOPING=Restart the audio when it is over
AUDIO_OPTION_DISABLE_AUDIO=Start audio player muted
# Binary Viewer
BINARY_FILE_TITLE=Non-editable File
BINARY_FILE_CANNOT_EDIT=Thimble is not sure how to edit this file!
# Title for binary file actions that user can take
BINARY_FILE_OPTIONS_TITLE=But you can...
BINARY_FILE_DOWNLOAD=Download it
BINARY_FILE_OPEN=Open it in a new tab
BINARY_FILE_TRY_EDIT=Try to edit it
#PDF Viewer
PDF_FILE_TITLE=PDF File
################
## EXTENSIONS ##
################
# extensions/default/InlineBorderRadiusEditor
# "Individual Corners" is an option that can be selected for border-radius in case when users want to change border-radius value for just one specific corner.
INDIVIDUAL_CORNERS=Individual Corners
# "All Corners" is an option that can be selected for border-radius in case when users want to change border-radius value for all four corners at once
ALL_CORNERS=All Corners
PIXEL_UNIT=pixels
PERCENTAGE_UNIT=percentage
EM_UNIT=em font unit
# extensions/default/InlinePaddingEditor
# "All Sides" is an option that can be selected for padding in case when users want to change padding value for all the sides at once
ALL_SIDE=All Sides
# "Individual Sides" is an option that can be selected for setting the padding value for all the four sides indiviually
INDIVIDUAL_SIDES=Individual Sides
# Heading of the QUICK EDIT UI box used to set padding value
SET_PADDING_FOR=Set Padding For
# Heading of the QUICK EDIT UI box used to set margin value
SET_MARGIN_FOR=Set Margin For
# extensions/default/InlineColorEditor
COLOR_EDITOR_CURRENT_COLOR_SWATCH_TIP=Current Color
COLOR_EDITOR_ORIGINAL_COLOR_SWATCH_TIP=Original Color
COLOR_EDITOR_RGBA_BUTTON_TIP=RGBa Format
COLOR_EDITOR_HEX_BUTTON_TIP=Hex Format
COLOR_EDITOR_HSLA_BUTTON_TIP=HSLa Format
# {0} will be replaced by a CSS color name or HEX code (neither of which should be localized) and {1} will be replaced by a number
COLOR_EDITOR_USED_COLOR_TIP_SINGULAR={0} (Used {1} time)
# {0} will be replaced by a CSS color name or HEX code (neither of which should be localized) and {1} will be replaced by a number
COLOR_EDITOR_USED_COLOR_TIP_PLURAL={0} (Used {1} times)
# extensions/default/JavaScriptCodeHints
CMD_JUMPTO_DEFINITION=Jump to Definition
CMD_SHOW_PARAMETER_HINT=Show Parameter Hint
NO_ARGUMENTS=<no parameters>
DETECTED_EXCLUSION_TITLE=JavaScript File Inference Problem
# extensions/default/QuickView
CMD_ENABLE_QUICK_VIEW=Quick View on Hover
# extensions/default/WebPlatformDocs
DOCS_MORE_LINK=Read more
# extensions/default/UploadFiles
UPLOAD_FILES_DIALOG_HEADER=Upload Files
DRAG_AREA_UPLOAD_FILES_DIALOG_TEXT=...or drag files here.
DROP_AREA_UPLOAD_FILES_DIALOG_TEXT=OK, release the files!
UPLOADING_INDICATOR=Uploading...
BUTTON_FROM_YOUR_COMPUTER=From your Computer...
# extensions/default/BrambleUrlCodeHints
TAKE_A_SELFIE=Take a Selfie...
# extensions/default/bramble-move-file
CMD_MOVE_FILE=Move To...
PROJECT_ROOT=Project Root
PICK_A_FOLDER_TO_MOVE_TO=Pick a folder
ERROR_MOVING_FILE_DIALOG_HEADER=Move Error
# {0} is the name of the file/folder being moved and {1} is the name of the folder it is being moved to
UNEXPECTED_ERROR_MOVING_FILE=An unexpected error occurred when attempting to move {0} to {1}
# {0} is the name of the file/folder being moved and {1} is the name of the folder it is being moved to
ERROR_MOVING_FILE_SAME_NAME=A file or folder with the name {0} already exists in {1}. Consider renaming either one to continue.
# extensions/default/bramble/console
# The title that appears at the top of the simulated developer console.
CONSOLE_TITLE=Console
# Tooltip that shows when hovering over the console icon in the Thimble preview
CONSOLE_TOOLTIP=Open the JavaScript Console
# The text show in the button to clear the console of all previous messages
CONSOLE_CLEAR=Clear
# Tooltip that shows when hovering over the Clear button, which clears previous logs in the console
CONSOLE_CLEAR_TOOLTIP=Clear the Console
# Tooltip that shows when hovering over the Close button, which closes the console
CONSOLE_CLOSE_TOOLTIP=Close the Console
# When a user logs an empty string to the console, this will show instead of nothing
CONSOLE_EMPTY_STRING=Empty String
# Text that shows up when the console is empty with instructions on how to use it. Feel free to localize "Hello World!" or leave as is.
CONSOLE_HELPTEXT=To use the console, add <code>console.log("Hello World!");</code> to your JavaScript file.