Skip to content

Commit 2e1c1bb

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 79b0ef2 + 2957b1c commit 2e1c1bb

File tree

2 files changed

+74
-6
lines changed

2 files changed

+74
-6
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: 71 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
{
3333
"id": "/SettingsPage/Buttons/ReRegister",
34-
"translation": "Ri-registra l'entry dei driver di SteamVR"
34+
"translation": "Ri-registra driver di SteamVR"
3535
},
3636
{
3737
"id": "/SettingsPage/ReManifest/Error/NotFound",
@@ -180,7 +180,75 @@
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": "Gestisci input azioni personalizzate"
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": "Prova"
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 input registrate per visualizzarla.\nPotrai modificare il suo codice, provarla o eliminarla per sempre."
220+
},
221+
{
222+
"id": "/InputActions/Code/Input",
223+
"translation": "Scrivi il tuo gestore per questa azione input utilizzando C# e clicca 'Aggiungi' per registrare l'azione su SteamVR. Pou, vai su sulle impostazioni Input SteamVR e associa la combinazione al tuo input.\n\nPuoi utilizzare i dati della combinazione accedendo alla variabile globale 'data'. Inoltre è possibile valutare lo script nel contesto di Amethyst aggiungendo \"hosted\" all'inizio.\n\nAd esempio, per despawnare i tracker:\n{\n hosted\n Interfacing.AppTrackersInitialized = false;\n}\n\nPer più informazioni, fai riferimento a docs.k2vr.tech e learn.microsoft.com"
224+
},
225+
{
226+
"id": "/InputActions/Code/Test",
227+
"translation": "L'output del codice in test apparirà qui..."
228+
},
229+
{
230+
"id": "/ServerStatuses/-110/Title",
231+
"translation": "Il driver OpenVR registrato non supporta l'emulaizone."
232+
},
233+
{
234+
"id": "/ServerStatuses/-111/Title",
235+
"translation": "Il driver OpenVR registrato ha l'emulazione dispositivo e input abilitate."
236+
},
237+
{
238+
"id": "/ServerStatuses/-110/Content",
239+
"translation": "Ri-registra l'entry del driver dalle impostazioni del servizio di SteamVR su Amethyst"
240+
},
241+
{
242+
"id": "/ServerStatuses/-111/Content",
243+
"translation": "Ri-registra l'entry del driver dalle impostazioni del servizio di SteamVR su Amethyst"
244+
},
245+
{
246+
"id": "/Settings/Toggles/Standable",
247+
"translation": "Abilita il supporto a Standable"
248+
},
249+
{
250+
"id": "/Settings/Toggles/Standable/Comment",
251+
"translation": "ー Amethyst contrassegnerà i tracker dedotti come invalidi"
184252
}
185253
]
186-
}
254+
}

0 commit comments

Comments
 (0)