-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathit.yaml
401 lines (384 loc) · 26.4 KB
/
it.yaml
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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
Language:
name: "Italiano"
# ^ The name of the language in its own language. Example: "Suomi"
name_en: "Italian"
# ^ The name of the language in English. Example: "Finnish"
iso_code: "it"
# ^ The ISO 639-1 code for the language. Example: "fi"
credits: "Stai usando le traduzioni ufficiali inglesi."
# ^ The credits for the language show in the UI.
version: "2.0.0"
# ^ Latest compatible version. Checked by the UI for compatibility.
Translations:
# MARK: Globals
confirm: "Conferma"
cancel: "Cancella"
'yes': "Si"
'no': "No"
continue: "Continua"
loading: "Caricando..."
success: "Successo"
# ^ Usually used in a statement that says something was successful. Example: [Something was completed] 'Success!'
error: "Errore"
# ^ Usually used in a statement that says something was unsuccessful. Example: [Something was not completed] 'Error!'
done: "Fatto!"
set: "Imposta"
# ^ Something was set. Example: [Stay on top set to true] 'Set'
setting: "Impostazioni..."
# ^ The act of setting something. Example: [Setting stay on top to true] 'Setting...'
unknown: "Sconoscuto"
download: "Download"
downloading: "Scaricando {0}..."
# ^ {0} is the name of what is being downloaded. Example: 'Downloading model...'
clear: "Pulisci"
search: "ricerva"
submit: "invia"
install: "Installa"
uninstall: "Disinstalla"
# MARK: Backend
main.errors_and_warnings: "Errori e avvisi nel file di log:"
main.errors: "Errori:"
# ^ Here the text is before a count of errors. For example a print could be 'Errors: 5'
main.warnings: "Avvisi:"
# ^ Here the text is before a count of warnings. For example a print could be 'Warnings: 5'
main.no_errors_or_warnings: "Nessun avviso o errore trovato."
main.overseer_started: "servizio Overseas di ETS2LA avviato!"
# ^ Overseer in this context means the main file that monitors the rest of the program. If the program crashes the overseer will attempt to fix the issue and restart.
main.development_mode: "ETS2LA in modalità sviluppatore."
main.restarting: "ETS2LA si sta riavviando..."
main.updating: "ETS2LA si sta aggiornando..."
main.update_done: "Aggiornamento finito... riavviando!"
main.crashed: "ETS2LA è crashato con il seguente errore:"
main.legacy_traceback: "Utilizzata la stampa legacy traceback."
main.send_report: "Inviare il traceback sopra riportato agli sviluppatori."
main.closed: "ETS2LA è stato chiuso."
main.press_enter: "Premi invio per uscire..."
core.backend_started: "Il backend ETS2LA è stato avviato correttamente."
immediate.websocket_started: "Websocket avviato."
immediate.message_error: "Un errore si è occurato durante processando l'immagine."
# ^ Message in this context means a transmission between the websocket client (for example the frontend) and the server.
immediate.empty_page: "Provando a inviarte un'immagine vuota"
webserver.enabling_plugin: "Abilitando plugin {0}"
# ^ {0} is the plugin to be enabled.
webserver.disabling_plugin: "Dialbilitando plugin {0}"
# ^ {0} is the plugin to be disabled.
webserver.webserver_started: "Webserver avviato in {0} ( {1} )"
# ^ {0} is the local network address {1} is localhost address. Example: 'Webserver started on http://192.168.1.106:37520 ( http://localhost:37520 )'
webserver.frontend_started: "Frontend avviato in {0} ( {1} )"
# ^ {0} is the local network address {1} is localhost address. Example: 'Frontend started on http://192.168.1.106:3005 ( http://localhost:3005 )'
godot.server_started: "Godot serving sulla porta {0}"
# ^ {0} is the port number. Example: 'Godot serving on port 60407'
webpage.opened: "ETS2LA UI aperta."
webpage.ui_loading: "Attendi mentre inizializziamo l'interfaccia utente"
controls.listener_started: "Controlla l'ascoltatore avviato."
# ^ Listener just means the app is listening for input from the user.
sounds.missing_sound: "Pacchetto di suoni '{0}' sta mancando il seguente file '{1}'"
# ^ {0} is the soundpack name {1} is the sound name Example: 'Soundpack 'default' is missing the required sound 'beep'
sounds.invalid_file_type: "Pacchetto di suoni '{0}' ha un tipo di file invalido '{1}'"
# ^ {0} is the soundpack name {1} is the file type Example: 'Soundpack 'default' has an invalid file type 'flac'
sounds.sound_not_found_in_soundpack: "Ho provato a riprodurre l'audio '{0}', ma non è stato trovato nel pacchetto '{1}'"
# ^ {0} is the sound name {1} is the soundpack name Example: 'Tried to play sound 'beep', but it was not found in soundpack 'default'
logging.delete_log_error: "Non si poteva eliminare il file di log."
logging.logger_initialized: "Logger inizializzato."
events.vehicle_change.vehicle_change: "Cambiamento di veicolo rilevanto."
events.vehicle_change.vehicle_change_description: "Abbiamo rilevato un nuovo veicolo. Premi F4 nella vista della cabina, apri le impostazioni del sedile e inserisci il nuovo valore FOV."
# MARK: Runner
runner.could_not_import: "Non è stato possibile esportare il modulo {0}"
# ^ {0} is the plugin path. Example: 'Could not import plugin 'ETS2LA.plugins.NavigationDetection.main''
runner.could_not_load_module: "Non è stato possibile caricare il modulo {0}"
# ^ {0} is the module object. Example: 'Could not load module <object>'
runner.initialize_error: "Errore durante l'inizializzazione() per {0}"
# ^ {0} is the plugin name or module Example: 'Error while running Initialize() for NavigationDetection
runner.error_calling_function: "Errore durante la chiamata alla funzione {0} in {1}"
# ^ {0} is the function name {1} is the plugin name Example: 'Error while calling function 'onStart' in NavigationDetection
runner.plugin_crash: "Plugin {0} è crashato."
# ^ {0} is the plugin name Example: 'Plugin NavigationDetection has crashed'
# MARK: Frontend
frontend.hello: "Ciao, {0}!"
# ^ {0} is the name of the user Example: 'Hello, Tumppi066'
frontend.disclaimer.title: "Avviso!"
frontend.disclaimer.description.line1: "ETS2LA non è responsabile per eventuali effetti negativi causati dall'utilizzo di una qualsiasi delle funzionalità fornite da questo software. Si prega di utilizzare il software a proprio rischio e pericolo.."
frontend.disclaimer.description.line2: "L'utilizzo di ETS2LA in TruckersMP è stato consentito dallo staff TMP, ma sei responsabile di eventuali divieti o avvisi causati dall'utilizzo di questo software."
frontend.disclaimer.ok: "Capisco"
frontend.disclaimer.dontshowagain: "Non mostrare più"
frontend.disclaimer.dontshowagain.toast: "Non lo vedrai fino al prossimo aggiornamento."
frontend.logged_out: "Uscito."
frontend.states.complete: "Fatto!"
frontend.theme.dark: "Scuro"
frontend.theme.light: "Chiaro"
frontend.immediate.connected: "Connesso al backend ETS2LA"
frontend.immediate.disconnected: "Disconnesso al backend ETS2LA"
frontend.immediate.update_check_error: "Errore: {0}"
# ^ {0} is the error message
frontend.immediate.checking_updates: "Controllando per aggiornamenti..."
frontend.immediate.update_available: "Tu sei {0} aggiornamento(i) indietro"
frontend.immediate.no_updates: "Nessun Aggiornamento disponibile."
frontend.immediate.up_to_date: "Aggiornato"
frontend.immediate.socket_connected: "Connesso"
frontend.immediate.socket_disconnected: "Disconnetti, perfavore aggiorna."
frontend.immediate.enable_stay_on_top: "Abilita in primo piano"
frontend.immediate.disable_stay_on_top: "Disabilita in primo piano"
frontend.immediate.enable_transparent: "Abilita la transparenza"
frontend.immediate.disable_transparent: "Disabilita la transparenza"
frontend.immediate.minimize: "Minimizza"
frontend.immediate.close: "Chiudi"
frontend.404.title: "Why are we here... just to suffer?"
# ^ You can go wild here, I'd like to see some fun jokes in the 404 page!
frontend.404.message: "Anyway click the button below to return to the home screen, and can you please tell us how you got here?"
# ^ You can go wild here, I'd like to see some fun jokes in the 404 page!
frontend.404.button: "Menu Principale"
# ^ You can go wild here, I'd like to see some fun jokes in the 404 page! (at least make this something about the main menu)
frontend.settings.data_missing: "Informazioni del plugin invalide o mancanti."
frontend.settings: "Impostazioni"
frontend.settings.global: "Globale"
frontend.settings.controls: "Controlli"
frontend.settings.global_info: "Questa lista è solo supportata dai plugin nel file delle impostazioni globali."
frontend.settings.error: "Errore: {0}"
# ^ {0} is the error message that happened.
frontend.settings.backend_no_data: "Nessuna Informazione dalla frontend."
frontend.settings.string.updated: "Impostazioni Aggiornate"
frontend.settings.number.updated: "Impostazioni Aggiornate"
frontend.settings.boolean.updated: "Impostazioni Aggiornate"
frontend.settings.array.updated_element: "Elemento array aggiornato"
frontend.settings.array.removed_element: "Elemento array rimosso"
frontend.settings.array.added_element: "Elemento array aggiunto"
frontend.settings.array.add: "Aggiungi elemento."
frontend.settings.array.remove: "Rimuovi"
frontend.settings.enum.no_enum: "No enum values provided."
frontend.settings.enum.updated: "Updated setting"
frontend.settings.unknown_data_type: "Unknown data type: {0}"
# ^ {0} is the data type that was unknown. Example: 'Unknown data type: string'
frontend.settings.needs_restart: "Plugin needs a restart to update settings."
frontend.settings.restarted: "Restart Successful"
frontend.feedback: "Feedback"
frontend.feedback.empty: "Feedback is empty, please provide any feedback you have."
frontend.feedback.sending: "Sending feedback..."
frontend.feedback.sent: "Feedback sent!"
frontend.feedback.error_sending: "There was an error sending the feedback, try again later."
frontend.feedback.description: "Please provide any feedback you have. This will be send directly to a private channel for developers to see."
frontend.feedback.disclaimer: "Do not share any personal information."
frontend.feedback.submit: "Submit"
frontend.plugins.name: "Name"
frontend.plugins.authors: "Authors"
frontend.plugins.tags: "Tags"
frontend.plugins.select_tags: "Search Tags"
frontend.plugins.select_authors: "Search Authors"
frontend.plugins.selected_tags: "{0} tag(s) selected"
frontend.plugins.selected_authors: "{0} author(s) selected"
frontend.plugins.end_list: "This is the end of the list"
frontend.plugins.enabling_plugin: "Enabling {0}"
frontend.plugins.enabled_plugin: "Enabled {0}"
frontend.plugins.error_enabling_plugin: "Error enabling {0}"
frontend.plugins.disabling_plugin: "Disabling {0}"
frontend.plugins.disabled_plugin: "Disabled {0}"
frontend.plugins.error_disabling_plugin: "Error disabling {0}"
frontend.plugins.hidden: "{0} plugin(s) hidden"
frontend.dialog.not_supported: "{0} is not supported in a dialog."
# ^ {0} is the function that is not supported. Example: 'EnabledLock is not supported in a dialog.'
frontend.sidebar.updates_available: "Updates Available"
frontend.sidebar.main: "Main"
frontend.sidebar.dashboard: "Dashboard"
frontend.sidebar.visualization: "Visualization"
frontend.sidebar.plugins: "Plugins"
frontend.sidebar.manager: "Manager"
frontend.sidebar.performance: "Performance"
frontend.sidebar.help: "Help"
frontend.sidebar.wiki: "Wiki"
frontend.sidebar.chat: "Chat"
frontend.sidebar.settings: "Settings"
frontend.sidebar.anonymous: "Anonymous"
frontend.sidebar.account: "Account"
frontend.sidebar.sign_out: "Sign Out"
frontend.sidebar.sign_out_successful: "Sign out successful."
frontend.sidebar.sign_out_description: "You can log back in at any time."
frontend.sidebar.sign_in: "Sign In"
frontend.login: "Login"
frontend.login.disclaimer: "We currently only support logging in via discord, this is so that we don't have to store any sensitive information like passwords."
frontend.login.discord: "Login with Discord"
frontend.login.privacy_policy: "Privacy Policy"
frontend.login.already_logged_in: "NOTE: You have already logged in, you can override it by logging in again."
frontend.login.successful: "Successfully logged in!"
frontend.login.successful_description: "Log out using the context menu under your username in the bottom left."
# MARK: About
about.about: "About"
about.description: "ETS2LA is a project that aims to provide an easy to use self driving solution for ETS2 and ATS, if you want to learn more then you can visit the github page or the wiki via the sidebar."
about.developers: "Developers / Contributors"
about.translation_credits: "Translation Credits"
about.no_credits: "Language has no credits."
about.support_development: "Support Development"
about.kofi_description: "• If you like the project and want to support the development, you can do so by donating via Ko-Fi."
about.contribute_description: "• If you want to contribute, then I recommend joining the discord server and checking out the github page."
about.translate_description: "• If you want to contribute to the translations, then you can do so by joining the discord."
about.tumppi066.description: "Lead developer and creator of ETS2LA, backend & frontend."
about.glas42.description: "Navigation Detection, Traffic Light Detection, ETS2LA Lite, 'co-owner'"
about.cloud.description: "Linux & Unix Port, various improvements and bug fixes"
about.dyldev.description: "Various additions and improvements, Object Detection AI models & development"
about.truckersmudgeon.description: "Game data extraction and processing"
about.whytrevorwhy.description: "Help with Navigate on ETS2LA & Map"
about.mimi89999.description: "scs-sdk-controller developer"
about.zhaoyj.description: "3D models for the visualization"
about.lun.description: "Chinese translation, bug fixes"
about.mruiaw.description: "Chinese translations, bug fixes"
about.ziakhan4505.description: "C++ support, Linux & Unix Port, bug fixes"
about.piotrke.description: "Game hooks"
about.dtheicydragon.description: "Bug fixes"
about.romansonnik.description: "Bug fixes"
about.atac_helicopter.description: "Bug fixes"
about.flexflexen.description: "Bug fixes"
about.lookatyourskill.description: "Bug fixes"
about.viszke.description: "Bug fixes"
# MARK: List of plugins
plugins.adaptivecruisecontrol: "Adaptive Cruise Control"
plugins.adaptivecruisecontrol.description: "Will slow down for vehicles in front (if an object detection model is enabled). Will also slow down for turns (if a plugin exporting this information is enabled)."
plugins.ar: "AR (Augmented Reality)"
plugins.ar.description: "In development... The plugin will draw shapes over your game, to make it seem like they are in the game world."
plugins.cruisecontrol: "Cruise Control"
plugins.cruisecontrol.description: "Use the In-Game cruise control to control speed and keep distance between vehicles in front. Can't work with ACC plugin!"
plugins.datacollection: "Data Collection"
plugins.datacollection.description: "Data collection for vehicle detection plugin."
plugins.depthprediction: "Depth Prediction"
plugins.depthprediction.description: "Provides depth prediction for object avoidance, please note that this plugin may only work on NVIDIA graphics cards, due to the sheer performance requirements."
plugins.discordrichpresence: "Discord Rich Presence"
plugins.discordrichpresence.description: "Discord Rich Presence for ETS2LA"
plugins.map: "Map"
plugins.map.description: "Map detection plugin."
plugins.microcontrollercontrol: "Microcontroller Control"
plugins.microcontrollercontrol.description: "Allows you to control ETS2LA and ETS2 from a microcontroller (Made for button boxes)"
plugins.navigationdetection: "Navigation Detection"
plugins.navigationdetection.description: "Uses the in-game route advisor to follow the selected route."
plugins.objectdetection: "Object Detection"
plugins.objectdetection.description: "Detects various objects using computer vision and can display them in an output window and 3D visualization."
plugins.raycastingtest: "Raycasting Test"
plugins.raycastingtest.description: "A test plugin for raycasting. Will raycast to your mouse position."
plugins.sockets: "Sockets"
plugins.sockets.description: "Plugin to make a data socket available mainly for the built in visualisation."
plugins.trafficlightdetection: "Traffic Light Detection"
plugins.trafficlightdetection.description: "Detects traffic lights using computer vision and can display them in an output window. It communicates with the CruiseControl plugin to stop the truck at red traffic lights."
plugins.truckstats: "Truck Stats"
plugins.truckstats.description: "This plugin shows some statistics about the truck, route and the game."
# MARK: Plugin settings
global.settings.1.title: "Global Settings"
global.settings.1.description: "These are mostly settings that affect the entire application."
global.settings.2.name: "Soundpack"
global.settings.2.description: "The soundpack to use. These will change all the sounds for the app."
global.settings.3.name: "Volume"
global.settings.3.description: "The volume of the sounds in the app."
global.settings.4.name: "Frontend Port"
global.settings.4.description: "The port the frontend runs on."
global.settings.5.name: "Fancy Traceback"
global.settings.5.description: "Whether to use a fancy traceback when an error occurs."
global.settings.6.name: "Send Crash Reports"
global.settings.6.description: "Whether to send crash reports to the developers."
global.settings.7.name: "Debug Mode"
global.settings.7.description: "Whether to enable debug mode."
global.settings.8.name: "Language"
global.settings.8.description: "The language to use for the app. Needs a restart to apply changes!"
global.settings.9.name: "Frameless"
global.settings.9.description: "Whether to use a frameless window for the app. Needs a full restart to apply changes! Will fix problems with moving the app window around. Also enables scaling."
global.settings.10.name: "Window Width"
global.settings.10.description: "Width of the window."
global.settings.11.name: "Window Height"
global.settings.11.description: "Height of the window."
global.settings.12.name: "Transparency Mode Alpha"
global.settings.12.description: "The transparency of the window in transparent mode. 1 = fully opaque, 0 = fully transparent."
global.settings.13.name: "Display ID"
global.settings.13.description: "The ID of the display to use for vision applications (Object Detection, etc.). This should be set to the monitor that ETS2 is running on. Needs a restart to apply changes!"
global.settings.14.name: "FOV"
global.settings.14.description: "Missed the popup? Change your FOV here."
global.settings.15.name: "Snow"
global.settings.15.description: "Whether to enable snow particles on the screen."
global.settings.16.name: "Fireworks"
global.settings.16.description: "Whether to enable fireworks on the screen."
global.settings.ui: "User Interface"
global.settings.audio: "Audio"
global.settings.variables: "Variables"
global.settings.misc: "Miscellaneous"
map.settings.1.title: "Map Settings"
map.settings.1.description: "These settings are for the map plugin."
map.settings.2.name: "Calculate Steering"
map.settings.2.description: "This will calculate all necessary values for the map to steer the truck."
map.settings.3.name: "Send Data"
map.settings.3.description: "This will allow other plugins to use the Map's data. Please note that visualisation will not work without this option enabled. This option can and will improve performance marginally."
map.settings.4.title: "Internal Visualisation"
map.settings.5.name: "Zoom"
map.settings.5.description: "Controls the zoom level of the internal visualisation."
map.settings.6.name: "Enable"
map.settings.6.description: "Whether to render the internal visualisation of the map. Useful if you are not sending the external data."
map.settings.7.title: "External Visualisation"
map.settings.8.name: "Render Distance"
map.settings.8.description: "This will set the max distance of the data send to other plugins. Assuming it is allowed by the plugin."
map.settings.9.name: "Show AR data"
map.settings.9.description: "This will show the roads over your game, you need to enable the AR plugin too."
map.settings.10.title: "Steering Settings"
map.settings.11.name: "Smoothness"
map.settings.11.description: "The amount of seconds to smooth the steering over. A value of 0 will be extremely snappy, while a value over 0.5 might swing left and right."
map.settings.12.name: "Navigate on ETS2LA"
map.settings.12.description: "Will calculate the necessary path to follow a route to your destination. Disclaimer: This route is not guaranteed to be the fastest!"
object_detection.settings.1.title: "Object Detection Settings"
object_detection.settings.1.description: "These settings will affect the quality and performance of the object detection."
object_detection.settings.2.name: "Device"
object_detection.settings.2.description: "The device to run Object Detection on, if you use automatic, it will be decided based on your system. (If you select GPU, and you dont have one, or CUDA isn't installed, it will default to CPU.)"
# ^ This has three options, CPU, GPU and Automatic. The others are probably self explanatory but if you think people can't understand 'Automatic' then you should explain it here.
object_detection.settings.3.name: "Mode"
object_detection.settings.3.description: "The object detection mode you want to use. Please note that quality mode requires a powerful PC to run well."
# ^ This two options, Performance and Quality. These cannot be translated. If you think people can't understand them then you should explain them here.
object_detection.settings.4.name: "YOLO Speed"
object_detection.settings.4.description: "The refresh rate of the YOLO model. Higher values will update detections faster. In performance mode this is FPS, quality mode it's frames between detections. Please note that values above 2 for performance mode might not work as expected."
object_detection.settings.5.name: "Model architecture"
object_detection.settings.5.description: "The model architecture you want to use. Please note that YoloV7 needs more power."
object_detection.settings.6.name: "Screen Capture Dimensions"
object_detection.settings.6.description: "What part of your screen to use for object detection. Index 0 is X, index 1 is Y, index 2 is Width, index 3 is Height. This setting will be automatically generate after you start the plugin once."
acc.settings.1.title: "Adaptive Cruise Control Settings"
acc.settings.1.description: "This will affect how the app responds to other vehicles."
acc.settings.2.name: "Follow Time"
acc.settings.2.description: "How many seconds behind the vehicle in front we should be."
acc.settings.3.name: "Speed Offset"
acc.settings.3.description: "Drive this amount over the speed limit."
acc.settings.4.name: "Distance"
acc.settings.4.description: "How far the app should keep from the object in front."
acc.settings.5.name: "Speed Offset type"
acc.settings.5.description: "Do we drive a percentage faster than the speed limit, or do we add a set amount?"
acc.settings.6.name: "Show Notifications"
acc.settings.6.description: "Show a popup when the app is slowing down due to any obstructions."
# MARK: Plugin keys
map.json_not_found: "No JSON files found in the GameData folder, please unpack the GameData.zip file."
map.loading.preparing: "Map preparing to load data..."
map.loading.nodes: "Map Loading nodes..."
map.loading.roads: "Map Loading roads..."
map.loading.ferries: "Map Loading ferries..."
map.loading.prefab_data: "Map Loading prefab data..."
map.loading.prefabs: "Map Loading prefabs..."
map.loading.final_calculations: "Map doing final calculations..."
map.visualisation.roads.text: "Roads: {0}, Tile: {1}, Loading: {2}"
# ^ {0} is the count of roads {1} is the current tile {2} is the count of roads currently being loaded Example: 'Roads: 5, Tile: (27,13), Loading: 2'
map.visualisation.prefabs.prefabs: "Prefabs: {0}, Tile: {1}"
# ^ {0} is the count of prefabs {1} is the current tile Example: 'Prefabs: 5, Tile: (27,13)'
map.visualisation.prefabs.curves: "Curves: {0}"
# ^ {0} is the count of curves Example: 'Curves: 5'
map.extracting_data: "Extracting GameData.zip please wait..."
object_detection.loading_model: "Loading Object Detection Model..."
object_detection.not_found.1: "The requested model shown below has not yet been downloaded."
# ^ Displayed in the first line of a modal when the selected model is not found, the model name is shown below this message.
object_detection.not_found.2: "Click the button below to download the model from"
# ^ The full sentence will be: {translation} Hugging Face
object_detection.connection_failed.1: "Unable to reach the server at Hugging Face."
# ^ Don't change Hugging Face
object_detection.connection_failed.2: "Please check your internet connection."
object_detection.connection_failed.3: "NOTE: In countries like China, the server may be blocked."
object_detection.connection_failed.4: "In this case, you should ask in the Discord for help."
object_detection.screen_capture_profile: "Object Detection is using screen capture profile: {0}"
# ^ {0} is the profile name Example: 'Object Detection is using screen capture profile: 1080p'
object_detection.loaded_model: "Object Detection model loaded on {0}"
object_detection.tracking_failed: "Tracking failed for {0} with confidence {1}"
# ^ {0} is the class of vehicle that the tracking failed on. {1} is the confidence rating of said vehicle, this is a number from 0 to 1. Example: 'Tracking failed for car with confidence 0.5'
object_detection.processing_error: "Error while processing vehicle data"
sdk_install.title: "SDK Setup"
sdk_install.description: "Check that you have the necessary DLLs installed for us to communicate with the game."
sdk_install.no_games: "We could not find any games on your system. You'll have to install the SDKs manually."
sdk_install.games: "We found the following games on your system:"
sdk_install.install: "Install SDKs"
sdk_install.install_description: "This button will install the SDKs for all the games listed above. It might take some time to refresh the page after the installation is complete."
sdk_install.uninstall: "Uninstall SDKs"
sdk_install.uninstall_description: "This button will uninstall the SDKs for all the games listed above. It might take some time to refresh the page after the uninstallation is complete."
sdk_install.installed: "- Installed"
sdk_install.not_installed: "- Not Installed"