forked from eclipse-lsp4e/lsp4e
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmessages.properties
More file actions
112 lines (99 loc) · 5.63 KB
/
messages.properties
File metadata and controls
112 lines (99 loc) · 5.63 KB
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
# *******************************************************************************
# Copyright (c) 2016 Red Hat Inc. and others.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Mickael Istria (Red Hat Inc.) - initial implementation
# Jan Koehnlein (TypeFox) add rename empty message
# *******************************************************************************/
declarationHyperlinkLabel=Open Declaration
definitionHyperlinkLabel=Open Definition
typeDefinitionHyperlinkLabel=Open Type Definition
implementationHyperlinkLabel=Open Implementation
PreferencesPage_Intro=Language Servers are applications that implement the Language Server Protocol. The IDE can connect \
to them to take advantage of editor support such as code completion, diagnostics, and refactoring.
PreferencesPage_staticServers=The following Language Server <-> <A>Content-Type</A> associations are provided statically:
PreferencesPage_manualServers=You can also associate <A>content-types</A> \
with a Launch Configuration which starts a language server chatting via stdin/stdout.
PreferencesPage_LaunchConfiguration=Launch Configuration
PreferencesPage_LaunchMode=Launch Mode
PreferencesPage_contentType=Content Type
PreferencesPage_Add=Add...
PreferencesPage_Remove=Remove
PreferencesPage_languageServer=Language Server
PreferencesPage_languageServerId=Language Server ID
PreferencesPage_Enabled=Enabled
PreferencesPage_enablementCondition=Enablement condition
PreferencePage_enablementCondition_true=\u2714\ufe0f
PreferencePage_enablementCondition_false=\u274c
PreferencePage_enablementCondition_enableAll=Enable all
PreferencePage_enablementCondition_disableAll=Disable all
PreferencesPage_logging_toFile_title=Log to File
PreferencesPage_logging_toFile_description=Log language server communications to file
PreferencesPage_logging_toConsole_title=Log to Console
PreferencesPage_logging_toConsole_description=Log language server communications to console
preferencesPage_logging_info=Click on individual server logging statuses to set logging on a per server basis
preferencesPage_logging_fileLogsLocation=File logs are stored in \uD83D\uDCC2<A>{0}</A>
PreferencesPage_restartWarning_title=Restart Required
PreferencesPage_restartWarning_message=Changes to the logging settings may require a restart to fully take affect. Would you like to restart Eclipse SDK to apply the changes?
PreferencesPage_restartWarning_restart=Restart Now
PreferencesPage_enableOnTypeFormatting=Enable on type formatting
NewContentTypeLSPLaunchDialog_associateContentType=Associate content-type...
NewContentTypeLSPLaunchDialog_withLSPLaunch=...with Language Server Launch Configuration
codeActions_description=Code Actions from language server.
codeActions_label=Code Actions
codeActions_emptyMenu=No available code actions
codeLens_emptyMenu=No available code lenses
updateCodeActions_menu=Update Code Actions
initializeLanguageServer_job=Initializing language server "{0}"
computing=Computing...
LSPFormatFilesHandler_FormattingFile=Formatting {0}...
LSPFormatFilesHandler_FormattingSelectedFiles=Formatting selected files...
LSPFormatHandler_DiscardedFormat=Discarded Format
LSPFormatHandler_DiscardedFormatResponse=The format response has been discarded because the document has changed since the format request has been sent
LSPSymbolInWorkspaceDialog_DialogLabel=Select an item to open.
LSPSymbolInWorkspaceDialog_DialogTitle=Open Symbol in Workspace
updateCodelensMenu_job=Update CodeLens menu
outline_computingSymbols=Computing symbols...
notImplemented=Not implemented
completionError=Error while computing completion
completionIncomplete=\u2795 Continue typing for more proposals...
continueIncomplete=This proposal list is incomplete. Continue typing to get more proposals.
rename_title=Rename
rename_label=New name:
rename_processor_name=Rename Symbol
rename_processor_required=New name cannot be empty
rename_empty_message=Nothing to rename.
rename_invalidated=The Rename request is not valid at the given position
serverEdit=Edit from Language Server
linkWithEditor_label=Lin&k with Editor
linkWithEditor_description=Link with active editor
linkWithEditor_tooltip=Link with Editor
# References
LSSearchQuery_label=References Search
LSSearchQuery_singularReference= ''{0}'' at [{1}:{2}] - 1 reference in {3}ms
LSSearchQuery_pluralReferences= ''{0}'' at [{1}:{2}] - {3} references in {4}ms
enableDisableLSJob=Enable/Disable Language Servers
edit_CreateFile=Create file {0}
workspaceSymbols=Workspace symbols
symbolsInFile=Symbols in {0}
typeHierarchy=Type Hierarchy
typeHierarchy_show_supertypes = Show Supertypes
typeHierarchy_show_subtypes = Show Subtypes
DocumentContentSynchronizer_OnSaveActionTimeout="On Save Action Timeout"
DocumentContentSynchronizer_TimeoutMessage="On-Save action timeout out after {0} seconds for {1}"
DocumentContentSynchronizer_TimeoutThresholdMessage="On-Save action timeout out after {0} seconds for {1}. On-Save actions will no longer be called for this document"
CreateFile_confirm_title=Create file
CreateFile_confirm_message=Unable to open file ''{0}''. Do you want to create file?
LSPProgressManager_BackgroundJobName=Language Server Background Job
LSConsoleName = Language Servers
CH_no_call_hierarchy = No Call Hierarchy for the selected element
CH_finding_callers = Finding callers ...
TH_no_type_hierarchy = No Type Hierarchy for the selected element
TH_diplay_hint = To display the type hierarchy, select a type or a member and select the 'Open Type Hierarchy' menu option.
TH_cannot_find_file = Cannot find file
occurrences={0} occurrences found