|
26 | 26 | "General": "General", |
27 | 27 | "ChooseColor": "Choose color", |
28 | 28 | "OpenWith": "Open with", |
| 29 | + "OperationFailed": "Operation failed", |
29 | 30 | "EmptyDescription": "No authorized assets are available for the current type", |
30 | 31 | "SelectFromMenu": "Select an item on the left" |
31 | 32 | }, |
|
61 | 62 | "Resource": "Resource", |
62 | 63 | "Database": "Database", |
63 | 64 | "Web": "Web", |
64 | | - "Tool": "Tools", |
65 | 65 | "Transcode": "Replay Transcode", |
66 | 66 | "OfflinePlayer": "Offline Player", |
67 | 67 | "Favorite": "Favorite" |
|
77 | 77 | "CompletedCount": "Completed {completed}/{total}", |
78 | 78 | "InProgress": "Processing {processing}/{total}", |
79 | 79 | "NotStarted": "Not started", |
| 80 | + "Elapsed": "Elapsed {duration}", |
80 | 81 | "ArchivesTitle": "Replay archives", |
81 | 82 | "ArchivesHint": "Single and multiple selection are both supported, and you can append more archives later.", |
82 | 83 | "SelectArchives": "Add archives", |
|
148 | 149 | "PowerMedium": "Medium (1/2 CPU)", |
149 | 150 | "PowerLow": "Low (1/4 CPU)" |
150 | 151 | }, |
| 152 | + "VideoPlayer": { |
| 153 | + "ImportingFiles": "Importing {count} file(s)…", |
| 154 | + "NoPlayableFilesTitle": "No playable files found", |
| 155 | + "NoPlayableFilesDescription": "Import mp4, cast.gz, replay.gz, part.gz, or a tar archive containing these files.", |
| 156 | + "DuplicatesSkippedTitle": "Some files were skipped", |
| 157 | + "DuplicatesSkippedDescription": "{count} item(s) with the same name already exist and were not imported again.", |
| 158 | + "ImportFailed": "Import failed", |
| 159 | + "SwitchToLight": "Switch to light mode", |
| 160 | + "SwitchToDark": "Switch to dark mode", |
| 161 | + "ImportRecording": "Import recording files", |
| 162 | + "DropToImport": "Drop files to import recordings", |
| 163 | + "DropzoneHint": "Drag or select `.mp4`, `.gz`, or `.tar` files.", |
| 164 | + "SelectFiles": "Select files", |
| 165 | + "Playlist": "Playlist", |
| 166 | + "EmptyPlaylist": "No playable segments", |
| 167 | + "EmptyPlaylistDescription": "Imported recording segments will appear here.", |
| 168 | + "AddRecording": "Add recording", |
| 169 | + "Account": "Account", |
| 170 | + "User": "User", |
| 171 | + "Protocol": "Protocol", |
| 172 | + "StartTime": "Start time", |
| 173 | + "TotalDuration": "Total duration", |
| 174 | + "Segment": "Segment", |
| 175 | + "SegmentProgress": "Segment {index} / {total}", |
| 176 | + "ParsingRecording": "Parsing recording…" |
| 177 | + }, |
151 | 178 | "AssetCard": { |
152 | 179 | "Activated": "Activated", |
153 | 180 | "Deactivated": "Deactivated", |
|
181 | 208 | "ConnectMethod": "Connect Method", |
182 | 209 | "OptionalAccount": "Account" |
183 | 210 | }, |
| 211 | + "ConnectMethod": { |
| 212 | + "ssh_client": "SSH Client", |
| 213 | + "sftp_client": "SFTP Client", |
| 214 | + "rdp_client": "RDP Client", |
| 215 | + "vnc_client": "VNC Client", |
| 216 | + "db_client": "Database Client", |
| 217 | + "builtin_client": "Built-in Terminal", |
| 218 | + "chrome": "Chrome" |
| 219 | + }, |
| 220 | + "SettingModal": { |
| 221 | + "Description": "Connection settings configure the default application used for subsequent connections" |
| 222 | + }, |
184 | 223 | "Layout": { |
185 | 224 | "Grid": "Grid View", |
186 | 225 | "Table": "Table View" |
|
0 commit comments