diff --git a/locales/cs.json b/locales/cs.json index 9c448c0..6832e12 100644 --- a/locales/cs.json +++ b/locales/cs.json @@ -35,6 +35,7 @@ "keys_taken": "Dostanete klíčky od vozidla!", "no_keys": "Od tohoto vozidla nemáte klíče.", "not_near": "V blízkosti není nikdo, komu by bylo možné předat klíče", + "vehicle_not_near": "Not close enough to vehicle", "vehicle_locked": "Vozidlo je zamčené!", "vehicle_lockedpick": "Podařilo se ti otevřít zámek dveří!", "vehicle_unlocked": "Vozidlo odemčeno!", diff --git a/locales/da.json b/locales/da.json index b59c41b..3bf2af6 100644 --- a/locales/da.json +++ b/locales/da.json @@ -37,6 +37,7 @@ "keys_removed": "Du mistede nøglerne til køretøjet!", "no_keys": "Du har ikke nøgler til dette køretøj.", "not_near": "Der er ingen i nærheden at give nøglerne til", + "vehicle_not_near": "Not close enough to vehicle", "vehicle_locked": "Køretøj låst!", "vehicle_lockedpick": "Det lykkedes dig at dirke dørlåsen op!", "vehicle_unlocked": "Køretøj ulåst!", diff --git a/locales/de.json b/locales/de.json index 2cfc1eb..9d3b542 100644 --- a/locales/de.json +++ b/locales/de.json @@ -35,6 +35,7 @@ "keys_taken": "Du erhälst die Schlüssel für das Fahrzeug!", "no_keys": "Du hast keine Schlüssel für das Fahrzeug!", "not_near": "Es ist niemand in der Nähe, der den Schlüssel bekommen könnte!", + "vehicle_not_near": "Not close enough to vehicle", "vehicle_locked": "Fahrzeug verriegelt!", "vehicle_lockedpick": "Du hast es geschafft, das Türschloss zu knacken!", "vehicle_unlocked": "Fahrzeug entriegelt.", diff --git a/locales/es.json b/locales/es.json index 9dda679..8b1568a 100644 --- a/locales/es.json +++ b/locales/es.json @@ -35,6 +35,7 @@ "keys_taken": "Has recibido las llaves del vehículo", "no_keys": "No tienes las llaves de este vehículo", "not_near": "No hay nadie cerca a quién darle las llaves", + "vehicle_not_near": "Not close enough to vehicle", "vehicle_locked": "Vehículo cerrado", "vehicle_lockedpick": "Lograste abrir la cerradura", "vehicle_unlocked": "Vehículo abierto", diff --git a/locales/et.json b/locales/et.json index 695cff3..51f8364 100644 --- a/locales/et.json +++ b/locales/et.json @@ -35,6 +35,7 @@ "keys_taken": "Saate auto võtmed!", "no_keys": "Teil pole selle sõiduki võtmeid.", "not_near": "Läheduses pole kedagi, kellele võtmed kätte anda", + "vehicle_not_near": "Not close enough to vehicle", "vehicle_locked": "Sõiduk lukus!", "vehicle_lockedpick": "Sul õnnestus ukselukk lahti keerata!", "vehicle_unlocked": "Sõiduk avatud!", diff --git a/locales/fr.json b/locales/fr.json index 7a613aa..8198018 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -35,6 +35,7 @@ "keys_taken": "Vous obtenez les clés du véhicule!", "no_keys": "Vous n'avez pas de clés de ce véhicule.", "not_near": "Il n'y a personne à proximité.", + "vehicle_not_near": "Not close enough to vehicle", "vehicle_locked": "Véhicule verrouillé!", "vehicle_lockedpick": "Vous avez réussi à ouvrir le véhicule!", "vehicle_unlocked": "Véhicule déverrouillé!", diff --git a/locales/nl.json b/locales/nl.json index 4eada87..f8e431a 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -35,6 +35,7 @@ "keys_taken": "Je kreeg de sleutels van het voertuig!", "no_keys": "Je hebt de sleutels van dit voertuig niet.", "not_near": "Er is niemand in de buurt om sleutels aan te geven", + "vehicle_not_near": "Not close enough to vehicle", "vehicle_locked": "Voertuig op slot gezet!", "vehicle_lockedpick": "Je hebt de deur open gebroken!", "vehicle_unlocked": "Voertuig van het slot gehaald!", diff --git a/locales/pt.json b/locales/pt.json index c28359f..75036b3 100644 --- a/locales/pt.json +++ b/locales/pt.json @@ -35,6 +35,7 @@ "keys_taken": "Recebeste as chaves do veículo!", "no_keys": "Não tens as chaves deste veículo.", "not_near": "Não há ninguém por perto para entregar as chaves", + "vehicle_not_near": "Not close enough to vehicle", "vehicle_locked": "Veículo trancado!", "vehicle_lockedpick": "Conseguiste abrir a fechadura da porta!", "vehicle_unlocked": "Veículo destrancado!", diff --git a/locales/ro.json b/locales/ro.json index 59d09bf..50561e9 100644 --- a/locales/ro.json +++ b/locales/ro.json @@ -35,6 +35,7 @@ "keys_taken": "Ai primit cheile vehiculului!", "no_keys": "Nu ai cheile acestui vehicul.", "not_near": "Nu este nimeni langa tine sa-i dai cheile vehiculului", + "vehicle_not_near": "Not close enough to vehicle", "vehicle_locked": "Vehicul blocat - Alarma activa!", "vehicle_lockedpick": "Felicitari, ai reusit sa spargi incuietoarea!", "vehicle_unlocked": "Vehicul deblocat - Alarma inactiva!", diff --git a/locales/tr.json b/locales/tr.json index dc5d639..a3b4cd9 100644 --- a/locales/tr.json +++ b/locales/tr.json @@ -35,6 +35,7 @@ "keys_taken": "Araç anahtarlarını aldınız", "no_keys": "Bu aracın anahtarlarına sahip değilsiniz", "not_near": "Anahtarları verecek kimse yakınınızda değil", + "vehicle_not_near": "Not close enough to vehicle", "vehicle_locked": "Araç kilitli", "vehicle_lockedpick": "Kilidi açmayı başardın", "vehicle_unlocked": "Araç açık",