Skip to content

Commit 84cd8cf

Browse files
authored
Merge pull request #2 from Stiggimy/main
no way, updated Italian locals!
2 parents 542d13d + 9c8201a commit 84cd8cf

File tree

2 files changed

+65
-5
lines changed

2 files changed

+65
-5
lines changed

plugin_OpenVR/Assets/Strings/en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@
191191
"translation": "OpenVR Driver"
192192
},
193193
{
194-
"id": "/Dependencies/Null",
195-
"translation": "Null Driver"
194+
"id": "/Dependencies/Null",
195+
"translation": "Null Driver"
196196
},
197197
{
198198
"id": "/InputActions/Buttons/View",
@@ -259,4 +259,4 @@
259259
"translation": "ー Amethyst will mark inferred trackers as invalid"
260260
}
261261
]
262-
}
262+
}

plugin_OpenVR/Assets/Strings/it.json

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,67 @@
180180
},
181181
{
182182
"id": "/Dependencies/Driver",
183-
"translation": "OpenVR Driver"
183+
"translation": "Driver OpenVR"
184+
}
185+
{
186+
"id": "/Dependencies/Null",
187+
"translation": "Driver Null"
188+
},
189+
{
190+
"id": "/InputActions/Buttons/View",
191+
"translation": "Configura azioni input personalizzati"
192+
},
193+
{
194+
"id": "/InputActions/Picker/Options/New",
195+
"translation": "Nuova azione"
196+
},
197+
{
198+
"id": "/SettingsPage/Placeholders/NewAction",
199+
"translation": "Nuova Azione Input"
200+
},
201+
{
202+
"id": "/InputActions/Buttons/Test",
203+
"translation": "Test"
204+
},
205+
{
206+
"id": "/InputActions/Buttons/Remove",
207+
"translation": "Rimuovi"
208+
},
209+
{
210+
"id": "/InputActions/Buttons/Add",
211+
"translation": "Aggiungi"
212+
},
213+
{
214+
"id": "/InputActions/Title/NoSelection",
215+
"translation": "Nessuna selezione"
216+
},
217+
{
218+
"id": "/InputActions/Picker/NoSelection",
219+
"translation": "Clicca su una delle azioni di input registrate per visualizzarla in anteprima.\nPotrai modificarne il codice, testarla o eliminarla per sempre."
220+
},
221+
{
222+
"id": "/InputActions/Code/Input",
223+
"translation": "Scrivi il tuo gestore per questa azione di input usando C# e clicca su 'Aggiungi' per registrare l'azione in SteamVR. Quindi, vai alle impostazioni di input di SteamVR e associa la tua combinazione al tuo input.\n\nPuoi usare i dati della combinazione accedendo alla variabile globale 'data'. È anche possibile valutare lo script nel contesto di Amethyst aggiungendo \"hosted\" all'inizio.\n\nAd esempio, per disattivare il tracciamento:\n{\n hosted\n Interfacing.AppTrackersInitialized = false;\n}\n\nPer maggiori informazioni, consulta docs.k2vr.tech e learn.microsoft.com"
224+
},
225+
{
226+
"id": "/InputActions/Code/Test",
227+
"translation": "L'output del test del codice apparirà qui..."
228+
},
229+
{
230+
"id": "/ServerStatuses/-110/Title",
231+
"translation": "Il driver OpenVR registrato non supporta l'emulazione."
232+
},
233+
{
234+
"id": "/ServerStatuses/-111/Title",
235+
"translation": "Il driver OpenVR registrato ha l'emulazione del dispositivo e dell'input abilitata."
236+
},
237+
{
238+
"id": "/ServerStatuses/-110/Content",
239+
"translation": "Per favore, registra nuovamente la voce del driver dalle impostazioni del servizio SteamVR all'interno di Amethyst."
240+
},
241+
{
242+
"id": "/ServerStatuses/-111/Content",
243+
"translation": "Per favore, registra nuovamente la voce del driver dalle impostazioni del servizio SteamVR all'interno di Amethyst."
184244
}
185245
]
186-
}
246+
}

0 commit comments

Comments
 (0)