-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.en.json
128 lines (128 loc) · 5.88 KB
/
package.nls.en.json
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
{
"obi.show_changes": "OBI: Show changes",
"obi.show_single_changes": "OBI: Show single change",
"obi.run_build": "OBI: Run build",
"obi.run_single_build": "OBI: Run single build",
"obi.source-filter.update": "OBI: Update source filter",
"obi.source-filter.add": "OBI: Add new source filter",
"obi.get-remote-compiled-object-list": "OBI: Get remote compiled object list",
"obi.reset-compiled-object-list": "OBI: Reset compiled object list",
"obi.get-remote-source-list": "OBI: Get remote source list",
"obi.check-remote-sources": "OBI: Check remote sources",
"obi.controller.config": "OBI: Configuration",
"obi.controller.dependency-list": "OBI: Dependency list",
"obi.transfer-all": "OBI: Transfer all to remote",
"obi.source-filter.show-view": "OBI: Show source filter",
"obi.source-filter.edit-config": "OBI: Edit source filter config",
"obi.source-filter.delete-config": "OBI: Delete source filter config",
"obi.source-filter.maintain-source-infos": "OBI: Maintain source infos",
"obi.source-filter.view-source-infos": "OBI: Show source infos",
"obi.source.edit-compile-config": "OBI: Individual build settings",
"obi.deployment.maintain": "OBI: deployment config",
"Welcome": "Welcome",
"deployment": "Deployment",
"Source filters": "Source filters",
"Source filter": "Source filters",
"Invalid config": "Invalid config",
"Configuration": "Configuration",
"Compile settings": "Compile settings",
"System settings": "System settings",
"Constants": "Constants",
"Remote host": "Remote host",
"SSH Concurrency": "SSH Concurrency",
"SSH Key": "SSH Key",
"User (is only available in user config)": "User (is only available in user config)",
"Password (is only available in user config)": "Password (is only available in user config)",
"Tilde (~) and env vars (e.g. $HOME) are not supported for paths.": "Tilde (~) and env vars (e.g. $HOME) are not supported for paths.",
"Local path": "Local path",
"Remote ifs path": "Remote ifs path",
"Source directory": "Source directory",
"Check remote sources on start up": "Check remote sources on start up",
"Use remote OBI (show changes)": "Use remote OBI (show changes)",
"Local OBI path (if exist)": "Local OBI path (if exist)",
"Remote OBI path": "Remote OBI path",
"General": "General",
"Individual language settings": "Individual language settings",
"Add language": "Add language",
"Add property": "Add property",
"General commands": "General commands",
"Compile commands": "Compile commands",
"Compile steps": "Compile steps",
"Supported object types": "Supported object types",
"File system encoding": "File system encoding",
"Console output encoding": "Console output encoding",
"Maximum number of threads": "Maximum number of threads",
"Compiled object list": "Compiled object list",
"Remote source list": "Remote source list",
"Local source list": "Local source list",
"Extended source infos": "Extended source infos",
"Dependency list": "Dependency list",
"Deployment object list": "Deployment object list",
"Build output dir": "Build output dir",
"Compile list": "Compile list",
"Compiled object list md": "Compiled object list md",
"User": "User",
"Password": "Password",
"There are still missing values ...": "There are still missing values ...",
"Save": "Save",
"Project configuration": "Project configuration",
"User configuration": "User configuration",
"Open project config file": "Open project config file",
"Open user config file": "Open user config file",
"Use OBI in your project?": "Use OBI in your project?",
"You need to open a folder containing an OBI project:": "You need to open a folder containing an OBI project:",
"Open folder": "Open folder",
"Or initialize your current folder with OBI:": "Or initialize your current folder with OBI:",
"Initialize": "Initialize",
"Reload window": "Reload window",
"Run build": "Run build",
"Show changes": "Show changes",
"Open build summary": "Open build summary",
"Source filter:": "Source filter:",
"source-lib": "source-lib",
"source-file": "source-file",
"source-member": "source-member",
"description": "description",
"Summary": "Summary",
"Created at": "Created at",
"open JSON file": "open JSON file",
"New sources": "New sources",
"Changed sources": "Changed sources",
"Dependend objects": "Dependend objects",
"Details": "Details",
"level": "level",
"object": "object",
"status": "status",
"commands": "commands",
"timestamp": "timestamp",
"command": "command",
"OBI invalid!": "OBI uncomplete!",
"Please finish configuration first": "Please finish configuration first",
"Reload": "Reload",
"Source infos": "Source infos",
"Lib": "Lib",
"File": "File",
"Member": "Member",
"Description": "Description",
"Source filter config:": "Source filter config:",
"Search patterns are regex based.": "Search patterns are regex based.",
"So, instead of <code>*</code> please use <code>.*</code>.": "So, instead of <code>*</code> please use <code>.*</code>.",
"You can define multiple patterns separated by comma (<code>,</code>)": "You can define multiple patterns separated by comma (<code>,</code>)",
"Add new": "Add new",
"Cloud workspace host (ℹ️ only when using remote workspaces)": "Cloud workspace host (ℹ️ only when using remote workspaces)",
"Run single build": "Run single build",
"Show single changes": "Show single changes",
"Command id": "Command id",
"Command": "Command",
"Commands (separated by new line)": "Commands (separated by new line)",
"Source configuration": "Source configuration",
"Source list config": "Source list config",
"Source config": "Source config",
"open OBI log": "open OBI log",
"Open source config file": "Open source config file",
"Command ID": "Command ID",
"Source type": "Source type",
"Command IDs (separated by new line)": "Command IDs (separated by new line)",
"Variable": "Variable",
"Value": "Value"
}