|
79 | 79 | "confirm": "Confirm", |
80 | 80 | "contract": "Smart contract", |
81 | 81 | "contract.exec": "Execute contract", |
| 82 | + "editor": "Editor", |
| 83 | + "editor.app": "Application", |
82 | 84 | "editor.block.create": "Create block", |
83 | 85 | "editor.close.confirm": "Do you really want to close '{name}' without saving changes?", |
84 | 86 | "editor.close.all": "Close all tabs", |
| 87 | + "editor.close.all.confirm": "Do you really want to close all tabs without saving?", |
85 | 88 | "editor.close.saved": "Close saved tabs", |
86 | 89 | "editor.conditions.change": "Change conditions", |
| 90 | + "editor.contract.create": "Create smart contract", |
87 | 91 | "editor.create": "Create", |
88 | 92 | "editor.execute": "Execute", |
89 | 93 | "editor.menu": "Menu", |
|
92 | 96 | "editor.page.name": "Name", |
93 | 97 | "editor.param.add": "Add parameter", |
94 | 98 | "editor.revert": "Revert", |
95 | | - "editor.revert.confirm": "Do you really want to discard all changes?", |
| 99 | + "editor.revert.confirm": "Do you really want to discard all changes in '{name}'?", |
96 | 100 | "editor.save": "Save", |
97 | 101 | "editor.tool.developer": "Developer", |
98 | 102 | "editor.tool.designer": "Designer", |
|
114 | 118 | "general.download.asfile": "Download as file", |
115 | 119 | "general.ecosystems": "Ecosystems", |
116 | 120 | "general.error": "Error", |
117 | | - "general.error.notfound": "The page you are looking for does not exists", |
| 121 | + "general.error.notfound": "The page you are looking for does not exist", |
118 | 122 | "general.error.page": "The page you are looking for could not be processed", |
119 | 123 | "general.error.timeout": "The page you are looking for is too heavy to be processed. Consider reducing number of database queries", |
120 | 124 | "general.error.socket": "Notifications are unavailable", |
121 | 125 | "general.error.socket.desc": "Failed to establish connection to the WebSocket server. Check your configuration", |
122 | 126 | "general.home": "Home", |
123 | 127 | "general.key.private": "Private key", |
124 | 128 | "general.key.public": "Public key", |
| 129 | + "general.main_menu": "Main menu", |
125 | 130 | "general.network.id.short": "ID", |
126 | 131 | "general.network.id.auto": "Automatic discovery", |
127 | 132 | "general.network.add": "Add network", |
|
143 | 148 | "general.network.error.E_SERVER_MISCONFIGURATION": "Server configuration error", |
144 | 149 | "general.networks": "Networks", |
145 | 150 | "general.notfound.page": "We couldn't find this page", |
146 | | - "general.notfound.page.notexists": "The page you are looking for does not exists", |
| 151 | + "general.notfound.page.notexists": "The page you are looking for does not exist", |
147 | 152 | "general.password": "Password", |
148 | 153 | "general.password.repeat": "Repeat password", |
149 | 154 | "general.password.old": "Old password", |
|
180 | 185 | "map.editor": "Map editor", |
181 | 186 | "map.meter.short": "m", |
182 | 187 | "modal.authorization.title": "Authorization", |
183 | | - "modal.authorization.password": "Enter your password to execute transaction {contract}", |
| 188 | + "modal.authorization.password": "Please enter your password to perform this action", |
184 | 189 | "modal.confirm.title": "Confirmation", |
185 | 190 | "modal.imageeditor.cancel": "Cancel", |
186 | 191 | "modal.imageeditor.confirm": "Confirm", |
187 | 192 | "modal.imageeditor.desc": "Prepare your image for uploading by selecting which part of the image you want to use", |
188 | 193 | "modal.imageeditor.title": "Image editor", |
189 | | - "modal.locale.title": "Switch language", |
190 | 194 | "modal.network.remove.confirmation": "Do you really want to delete network \"{name}\"?", |
191 | | - "navigation.back": "Back", |
192 | | - "navigation.forward": "Forward", |
193 | | - "navigation.home": "Home", |
| 195 | + "navigation.default_page": "Main page", |
| 196 | + "navigation.loaded_page": "Loaded page", |
194 | 197 | "navigation.refresh": "Refresh", |
| 198 | + "navigation.return": "Return", |
195 | 199 | "notifications": "Notifications", |
196 | 200 | "notification.ecosystem_invited": "Joined ecosystem {ecosystem}", |
197 | 201 | "notification.tx_batch": "Batch processing completed", |
|
224 | 228 | "tx.error.E_LIMITFORSIGN": "Execution failed", |
225 | 229 | "tx.error.E_OFFLINE": "Service offline", |
226 | 230 | "tx.error.E_SERVER": "Runtime error", |
227 | | - "tx.error.E_CONTRACT.desc": "Contract '{0}' does not exists", |
| 231 | + "tx.error.E_CONTRACT.desc": "Contract '{0}' does not exist", |
228 | 232 | "tx.error.E_DELETEDKEY.desc": "Your account has been removed", |
229 | 233 | "tx.error.E_GUEST_VIOLATION.desc": "Transaction can't be executed using demo mode", |
230 | 234 | "tx.error.E_INVALID_PASSWORD.desc": "Invalid password", |
|
0 commit comments