lc_fuel update
This commit is contained in:
parent
e9335eaf78
commit
cae0aa5e6a
28 changed files with 6064 additions and 5968 deletions
|
@ -1,85 +1,85 @@
|
|||
if (Lang == undefined) {
|
||||
var Lang = [];
|
||||
}
|
||||
Lang["de"] = {
|
||||
pumpInterface: {
|
||||
stationStock: "{0} L",
|
||||
vehicleFuel: "{0} L",
|
||||
confirm: "Bestätigen",
|
||||
vehicleFuelTooltip: "Aktueller Kraftstoff / Tankkapazität",
|
||||
fuelTypes: {
|
||||
regular: "Regulär",
|
||||
plus: "Plus",
|
||||
premium: "Premium",
|
||||
diesel: "Diesel",
|
||||
},
|
||||
},
|
||||
pumpRefuelDisplay: {
|
||||
liters: "L",
|
||||
carTank: "Autotank",
|
||||
remaining: "Übrig",
|
||||
},
|
||||
confirmRefuelModal: {
|
||||
title: "Bestätigen Sie „Tanken“.",
|
||||
description: "Sie kaufen {0}L {1} Kraftstoff für {2}.",
|
||||
paymentBank: "Bezahlen Sie mit der Bank",
|
||||
paymentCash: "Bezahlen Sie mit Bargeld",
|
||||
},
|
||||
confirmBuyJerryCanModal: {
|
||||
title: "Kauf Bestätigen",
|
||||
paymentBank: "Bezahlen Sie mit der Bank",
|
||||
paymentCash: "Bezahlen Sie mit Bargeld",
|
||||
},
|
||||
confirmFuelChangeModal: {
|
||||
title: "Kraftstoffe können nicht gemischt werden",
|
||||
description: "⚠️ Kraftstoffe können nicht gemischt werden",
|
||||
},
|
||||
electricInterface: {
|
||||
chargerType: {
|
||||
title: "LADEGERÄTETYP",
|
||||
fast: {
|
||||
title: "SCHNELL",
|
||||
power: "220kW",
|
||||
},
|
||||
normal: {
|
||||
title: "NORMAL",
|
||||
power: "100kW",
|
||||
},
|
||||
pricePerKWh: "{0}/kWh",
|
||||
},
|
||||
chargerAmount: {
|
||||
title: "BETRAG WÄHLEN",
|
||||
typeSelected: "{0} AUSGEWÄHLT",
|
||||
placeholder: "Menge",
|
||||
timeToRechargeText: "Zeit zum Aufladen:",
|
||||
timeToRechargeValue: "{0} min {1} sec",
|
||||
},
|
||||
chargerPayment: {
|
||||
title: "Bezahlmethode",
|
||||
money: "Bar",
|
||||
bank: "Karte",
|
||||
payButton: "Bezahlen {0}",
|
||||
},
|
||||
continueButton: "Bestätigen",
|
||||
outOfStock: "Ausverkauft",
|
||||
},
|
||||
rechargerDisplay: {
|
||||
title: "AUFLADEN...",
|
||||
remainingTimeText: "VERBLEIBENDE ZEIT",
|
||||
remainingTimeValue: "{0} min {1} sek",
|
||||
},
|
||||
fuelConsumptionChart: {
|
||||
title: "Kraftstoffverbrauchsdiagramm",
|
||||
chartLabels: {
|
||||
fuel: "Kraftstoff (%)",
|
||||
speed: "Geschwindigkeit (km/h)",
|
||||
consumption: "Verbrauch (L/s)",
|
||||
shortSeconds: "{0}s",
|
||||
},
|
||||
footer: {
|
||||
focus: "F3 zum Fokussieren umschalten",
|
||||
toggleRecording: "Aufnahme umschalten",
|
||||
recordsLength: "Verlaufslänge ({0}s)",
|
||||
},
|
||||
},
|
||||
if (Lang == undefined) {
|
||||
var Lang = [];
|
||||
}
|
||||
Lang["de"] = {
|
||||
pumpInterface: {
|
||||
stationStock: "{0} L",
|
||||
vehicleFuel: "{0} L",
|
||||
confirm: "Bestätigen",
|
||||
vehicleFuelTooltip: "Aktueller Kraftstoff / Tankkapazität",
|
||||
fuelTypes: {
|
||||
regular: "Regulär",
|
||||
plus: "Plus",
|
||||
premium: "Premium",
|
||||
diesel: "Diesel",
|
||||
},
|
||||
},
|
||||
pumpRefuelDisplay: {
|
||||
liters: "L",
|
||||
carTank: "Autotank",
|
||||
remaining: "Übrig",
|
||||
},
|
||||
confirmRefuelModal: {
|
||||
title: "Bestätigen Sie „Tanken“.",
|
||||
description: "Sie kaufen {0}L {1} Kraftstoff für {2}.",
|
||||
paymentBank: "Bezahlen Sie mit der Bank",
|
||||
paymentCash: "Bezahlen Sie mit Bargeld",
|
||||
},
|
||||
confirmBuyJerryCanModal: {
|
||||
title: "Kauf Bestätigen",
|
||||
paymentBank: "Bezahlen Sie mit der Bank",
|
||||
paymentCash: "Bezahlen Sie mit Bargeld",
|
||||
},
|
||||
confirmFuelChangeModal: {
|
||||
title: "Kraftstoffe können nicht gemischt werden",
|
||||
description: "⚠️ Kraftstoffe können nicht gemischt werden",
|
||||
},
|
||||
electricInterface: {
|
||||
chargerType: {
|
||||
title: "LADEGERÄTETYP",
|
||||
fast: {
|
||||
title: "SCHNELL",
|
||||
power: "220kW",
|
||||
},
|
||||
normal: {
|
||||
title: "NORMAL",
|
||||
power: "100kW",
|
||||
},
|
||||
pricePerKWh: "{0}/kWh",
|
||||
},
|
||||
chargerAmount: {
|
||||
title: "BETRAG WÄHLEN",
|
||||
typeSelected: "{0} AUSGEWÄHLT",
|
||||
placeholder: "Menge",
|
||||
timeToRechargeText: "Zeit zum Aufladen:",
|
||||
timeToRechargeValue: "{0} min {1} sec",
|
||||
},
|
||||
chargerPayment: {
|
||||
title: "Bezahlmethode",
|
||||
money: "Bar",
|
||||
bank: "Karte",
|
||||
payButton: "Bezahlen {0}",
|
||||
},
|
||||
continueButton: "Bestätigen",
|
||||
outOfStock: "Ausverkauft",
|
||||
},
|
||||
rechargerDisplay: {
|
||||
title: "AUFLADEN...",
|
||||
remainingTimeText: "VERBLEIBENDE ZEIT",
|
||||
remainingTimeValue: "{0} min {1} sek",
|
||||
},
|
||||
fuelConsumptionChart: {
|
||||
title: "Kraftstoffverbrauchsdiagramm",
|
||||
chartLabels: {
|
||||
fuel: "Kraftstoff (%)",
|
||||
speed: "Geschwindigkeit (km/h)",
|
||||
consumption: "Verbrauch (L/s)",
|
||||
shortSeconds: "{0}s",
|
||||
},
|
||||
footer: {
|
||||
focus: "F3 zum Fokussieren umschalten",
|
||||
toggleRecording: "Aufnahme umschalten",
|
||||
recordsLength: "Verlaufslänge ({0}s)",
|
||||
},
|
||||
},
|
||||
};
|
|
@ -1,85 +1,85 @@
|
|||
if (Lang == undefined) {
|
||||
var Lang = [];
|
||||
}
|
||||
Lang["en"] = {
|
||||
pumpInterface: {
|
||||
stationStock: "{0} L",
|
||||
vehicleFuel: "{0} L",
|
||||
confirm: "CONFIRM",
|
||||
vehicleFuelTooltip: "Current Fuel / Tank Capacity",
|
||||
fuelTypes: {
|
||||
regular: "Regular",
|
||||
plus: "Plus",
|
||||
premium: "Premium",
|
||||
diesel: "Diesel",
|
||||
},
|
||||
},
|
||||
pumpRefuelDisplay: {
|
||||
liters: "L",
|
||||
carTank: "Car Tank",
|
||||
remaining: "Remaining",
|
||||
},
|
||||
confirmRefuelModal: {
|
||||
title: "Confirm Refuel",
|
||||
description: "You are purchasing {0}L of {1} fuel for {2}.",
|
||||
paymentBank: "Pay with bank",
|
||||
paymentCash: "Pay with cash",
|
||||
},
|
||||
confirmBuyJerryCanModal: {
|
||||
title: "Confirm Purchase",
|
||||
paymentBank: "Pay with bank",
|
||||
paymentCash: "Pay with cash",
|
||||
},
|
||||
confirmFuelChangeModal: {
|
||||
title: "Fuels cannot be mixed",
|
||||
description: "⚠️ To change the fuel type in your vehicle, the tank will be emptied.",
|
||||
},
|
||||
electricInterface: {
|
||||
chargerType: {
|
||||
title: "CHARGER TYPE",
|
||||
fast: {
|
||||
title: "FAST",
|
||||
power: "220kW",
|
||||
},
|
||||
normal: {
|
||||
title: "NORMAL",
|
||||
power: "100kW",
|
||||
},
|
||||
pricePerKWh: "{0}/kWh",
|
||||
},
|
||||
chargerAmount: {
|
||||
title: "SELECT AMOUNT",
|
||||
typeSelected: "{0} CHARGER",
|
||||
placeholder: "Amount",
|
||||
timeToRechargeText: "Time to recharge:",
|
||||
timeToRechargeValue: "{0} min {1} sec",
|
||||
},
|
||||
chargerPayment: {
|
||||
title: "PAYMENT METHOD",
|
||||
money: "MONEY",
|
||||
bank: "BANK",
|
||||
payButton: "PAY {0}",
|
||||
},
|
||||
continueButton: "CONTINUE",
|
||||
outOfStock: "Out of stock",
|
||||
},
|
||||
rechargerDisplay: {
|
||||
title: "CHARGING...",
|
||||
remainingTimeText: "REMAINING TIME",
|
||||
remainingTimeValue: "{0} min {1} sec",
|
||||
},
|
||||
fuelConsumptionChart: {
|
||||
title: "Fuel consumption chart",
|
||||
chartLabels: {
|
||||
fuel: "Fuel (%)",
|
||||
speed: "Speed (km/h)",
|
||||
consumption: "Consumption (L/s)",
|
||||
shortSeconds: "{0}s",
|
||||
},
|
||||
footer: {
|
||||
focus: "F3 to toggle focus",
|
||||
toggleRecording: "Toggle Recording",
|
||||
recordsLength: "History Length ({0}s)",
|
||||
},
|
||||
},
|
||||
if (Lang == undefined) {
|
||||
var Lang = [];
|
||||
}
|
||||
Lang["en"] = {
|
||||
pumpInterface: {
|
||||
stationStock: "{0} L",
|
||||
vehicleFuel: "{0} L",
|
||||
confirm: "CONFIRM",
|
||||
vehicleFuelTooltip: "Current Fuel / Tank Capacity",
|
||||
fuelTypes: {
|
||||
regular: "Regular",
|
||||
plus: "Plus",
|
||||
premium: "Premium",
|
||||
diesel: "Diesel",
|
||||
},
|
||||
},
|
||||
pumpRefuelDisplay: {
|
||||
liters: "L",
|
||||
carTank: "Car Tank",
|
||||
remaining: "Remaining",
|
||||
},
|
||||
confirmRefuelModal: {
|
||||
title: "Confirm Refuel",
|
||||
description: "You are purchasing {0}L of {1} fuel for {2}.",
|
||||
paymentBank: "Pay with bank",
|
||||
paymentCash: "Pay with cash",
|
||||
},
|
||||
confirmBuyJerryCanModal: {
|
||||
title: "Confirm Purchase",
|
||||
paymentBank: "Pay with bank",
|
||||
paymentCash: "Pay with cash",
|
||||
},
|
||||
confirmFuelChangeModal: {
|
||||
title: "Fuels cannot be mixed",
|
||||
description: "⚠️ To change the fuel type in your vehicle, the tank will be emptied.",
|
||||
},
|
||||
electricInterface: {
|
||||
chargerType: {
|
||||
title: "CHARGER TYPE",
|
||||
fast: {
|
||||
title: "FAST",
|
||||
power: "220kW",
|
||||
},
|
||||
normal: {
|
||||
title: "NORMAL",
|
||||
power: "100kW",
|
||||
},
|
||||
pricePerKWh: "{0}/kWh",
|
||||
},
|
||||
chargerAmount: {
|
||||
title: "SELECT AMOUNT",
|
||||
typeSelected: "{0} CHARGER",
|
||||
placeholder: "Amount",
|
||||
timeToRechargeText: "Time to recharge:",
|
||||
timeToRechargeValue: "{0} min {1} sec",
|
||||
},
|
||||
chargerPayment: {
|
||||
title: "PAYMENT METHOD",
|
||||
money: "MONEY",
|
||||
bank: "BANK",
|
||||
payButton: "PAY {0}",
|
||||
},
|
||||
continueButton: "CONTINUE",
|
||||
outOfStock: "Out of stock",
|
||||
},
|
||||
rechargerDisplay: {
|
||||
title: "CHARGING...",
|
||||
remainingTimeText: "REMAINING TIME",
|
||||
remainingTimeValue: "{0} min {1} sec",
|
||||
},
|
||||
fuelConsumptionChart: {
|
||||
title: "Fuel consumption chart",
|
||||
chartLabels: {
|
||||
fuel: "Fuel (%)",
|
||||
speed: "Speed (km/h)",
|
||||
consumption: "Consumption (L/s)",
|
||||
shortSeconds: "{0}s",
|
||||
},
|
||||
footer: {
|
||||
focus: "F3 to toggle focus",
|
||||
toggleRecording: "Toggle Recording",
|
||||
recordsLength: "History Length ({0}s)",
|
||||
},
|
||||
},
|
||||
};
|
|
@ -1,85 +1,85 @@
|
|||
if (Lang == undefined) {
|
||||
var Lang = [];
|
||||
}
|
||||
Lang["es"] = {
|
||||
pumpInterface: {
|
||||
stationStock: "{0} L",
|
||||
vehicleFuel: "{0} L",
|
||||
confirm: "CONFIRMAR",
|
||||
vehicleFuelTooltip: "Combustible actual / Capacidad del tanque",
|
||||
fuelTypes: {
|
||||
regular: "Sin plomo",
|
||||
plus: "Plus",
|
||||
premium: "Premium",
|
||||
diesel: "Diésel",
|
||||
},
|
||||
},
|
||||
pumpRefuelDisplay: {
|
||||
liters: "L",
|
||||
carTank: "Depósito del coche",
|
||||
remaining: "Restante",
|
||||
},
|
||||
confirmRefuelModal: {
|
||||
title: "Confirmar Repostaje",
|
||||
description: "Estás comprando {0}L de combustible {1} por {2}.",
|
||||
paymentBank: "Pagar con el banco",
|
||||
paymentCash: "Pagar en efectivo",
|
||||
},
|
||||
confirmBuyJerryCanModal: {
|
||||
title: "Confirmar Compra",
|
||||
paymentBank: "Pagar con el banco",
|
||||
paymentCash: "Pagar en efectivo",
|
||||
},
|
||||
confirmFuelChangeModal: {
|
||||
title: "No se pueden mezclar combustibles",
|
||||
description: "⚠️ Para cambiar el tipo de combustible en tu vehículo, el depósito se vaciará.",
|
||||
},
|
||||
electricInterface: {
|
||||
chargerType: {
|
||||
title: "TIPO DE CARGADOR",
|
||||
fast: {
|
||||
title: "RÁPIDO",
|
||||
power: "220kW",
|
||||
},
|
||||
normal: {
|
||||
title: "NORMAL",
|
||||
power: "100kW",
|
||||
},
|
||||
pricePerKWh: "{0}/kWh",
|
||||
},
|
||||
chargerAmount: {
|
||||
title: "SELECCIONAR CANTIDAD",
|
||||
typeSelected: "CARGADOR {0}",
|
||||
placeholder: "Cantidad",
|
||||
timeToRechargeText: "Tiempo de recarga:",
|
||||
timeToRechargeValue: "{0} min {1} seg",
|
||||
},
|
||||
chargerPayment: {
|
||||
title: "MÉTODO DE PAGO",
|
||||
money: "EFECTIVO",
|
||||
bank: "BANCO",
|
||||
payButton: "PAGAR {0}",
|
||||
},
|
||||
continueButton: "CONTINUAR",
|
||||
outOfStock: "Sin stock",
|
||||
},
|
||||
rechargerDisplay: {
|
||||
title: "CARGANDO...",
|
||||
remainingTimeText: "TIEMPO RESTANTE",
|
||||
remainingTimeValue: "{0} min {1} seg",
|
||||
},
|
||||
fuelConsumptionChart: {
|
||||
title: "Gráfico de consumo de combustible",
|
||||
chartLabels: {
|
||||
fuel: "Combustible (%)",
|
||||
speed: "Velocidad (km/h)",
|
||||
consumption: "Consumo (L/s)",
|
||||
shortSeconds: "{0}s",
|
||||
},
|
||||
footer: {
|
||||
focus: "F3 para alternar enfoque",
|
||||
toggleRecording: "Alternar grabación",
|
||||
recordsLength: "Duración del historial ({0}s)",
|
||||
},
|
||||
},
|
||||
};
|
||||
if (Lang == undefined) {
|
||||
var Lang = [];
|
||||
}
|
||||
Lang["es"] = {
|
||||
pumpInterface: {
|
||||
stationStock: "{0} L",
|
||||
vehicleFuel: "{0} L",
|
||||
confirm: "CONFIRMAR",
|
||||
vehicleFuelTooltip: "Combustible actual / Capacidad del tanque",
|
||||
fuelTypes: {
|
||||
regular: "Sin plomo",
|
||||
plus: "Plus",
|
||||
premium: "Premium",
|
||||
diesel: "Diésel",
|
||||
},
|
||||
},
|
||||
pumpRefuelDisplay: {
|
||||
liters: "L",
|
||||
carTank: "Depósito del coche",
|
||||
remaining: "Restante",
|
||||
},
|
||||
confirmRefuelModal: {
|
||||
title: "Confirmar Repostaje",
|
||||
description: "Estás comprando {0}L de combustible {1} por {2}.",
|
||||
paymentBank: "Pagar con el banco",
|
||||
paymentCash: "Pagar en efectivo",
|
||||
},
|
||||
confirmBuyJerryCanModal: {
|
||||
title: "Confirmar Compra",
|
||||
paymentBank: "Pagar con el banco",
|
||||
paymentCash: "Pagar en efectivo",
|
||||
},
|
||||
confirmFuelChangeModal: {
|
||||
title: "No se pueden mezclar combustibles",
|
||||
description: "⚠️ Para cambiar el tipo de combustible en tu vehículo, el depósito se vaciará.",
|
||||
},
|
||||
electricInterface: {
|
||||
chargerType: {
|
||||
title: "TIPO DE CARGADOR",
|
||||
fast: {
|
||||
title: "RÁPIDO",
|
||||
power: "220kW",
|
||||
},
|
||||
normal: {
|
||||
title: "NORMAL",
|
||||
power: "100kW",
|
||||
},
|
||||
pricePerKWh: "{0}/kWh",
|
||||
},
|
||||
chargerAmount: {
|
||||
title: "SELECCIONAR CANTIDAD",
|
||||
typeSelected: "CARGADOR {0}",
|
||||
placeholder: "Cantidad",
|
||||
timeToRechargeText: "Tiempo de recarga:",
|
||||
timeToRechargeValue: "{0} min {1} seg",
|
||||
},
|
||||
chargerPayment: {
|
||||
title: "MÉTODO DE PAGO",
|
||||
money: "EFECTIVO",
|
||||
bank: "BANCO",
|
||||
payButton: "PAGAR {0}",
|
||||
},
|
||||
continueButton: "CONTINUAR",
|
||||
outOfStock: "Sin stock",
|
||||
},
|
||||
rechargerDisplay: {
|
||||
title: "CARGANDO...",
|
||||
remainingTimeText: "TIEMPO RESTANTE",
|
||||
remainingTimeValue: "{0} min {1} seg",
|
||||
},
|
||||
fuelConsumptionChart: {
|
||||
title: "Gráfico de consumo de combustible",
|
||||
chartLabels: {
|
||||
fuel: "Combustible (%)",
|
||||
speed: "Velocidad (km/h)",
|
||||
consumption: "Consumo (L/s)",
|
||||
shortSeconds: "{0}s",
|
||||
},
|
||||
footer: {
|
||||
focus: "F3 para alternar enfoque",
|
||||
toggleRecording: "Alternar grabación",
|
||||
recordsLength: "Duración del historial ({0}s)",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
@ -1,85 +1,85 @@
|
|||
if (Lang == undefined) {
|
||||
var Lang = [];
|
||||
}
|
||||
Lang["fr"] = {
|
||||
pumpInterface: {
|
||||
stationStock: "{0} L",
|
||||
vehicleFuel: "{0} L",
|
||||
confirm: "CONFIRMER",
|
||||
vehicleFuelTooltip: "Carburant actuel / Capacité du réservoir",
|
||||
fuelTypes: {
|
||||
regular: "Ordinaire",
|
||||
plus: "Plus",
|
||||
premium: "Premium",
|
||||
diesel: "Diesel",
|
||||
},
|
||||
},
|
||||
pumpRefuelDisplay: {
|
||||
liters: "L",
|
||||
carTank: "Réservoir",
|
||||
remaining: "Restant",
|
||||
},
|
||||
confirmRefuelModal: {
|
||||
title: "Confirmer le ravitaillement",
|
||||
description: "Vous achetez {0} L de carburant {1} pour {2}.",
|
||||
paymentBank: "Payer avec la banque",
|
||||
paymentCash: "Payer en espèces",
|
||||
},
|
||||
confirmBuyJerryCanModal: {
|
||||
title: "Confirmer l'achat",
|
||||
paymentBank: "Payer avec la banque",
|
||||
paymentCash: "Payer en espèces",
|
||||
},
|
||||
confirmFuelChangeModal: {
|
||||
title: "Les carburants ne peuvent pas être mélangés",
|
||||
description: "⚠️ Pour changer le type de carburant dans votre véhicule, le réservoir sera vidé.",
|
||||
},
|
||||
electricInterface: {
|
||||
chargerType: {
|
||||
title: "TYPE DE CHARGEUR",
|
||||
fast: {
|
||||
title: "RAPIDE",
|
||||
power: "220kW",
|
||||
},
|
||||
normal: {
|
||||
title: "NORMAL",
|
||||
power: "100kW",
|
||||
},
|
||||
pricePerKWh: "{0}/kWh",
|
||||
},
|
||||
chargerAmount: {
|
||||
title: "SÉLECTIONNER LA QUANTITÉ",
|
||||
typeSelected: "{0} CHARGEUR",
|
||||
placeholder: "Quantité",
|
||||
timeToRechargeText: "Temps pour recharger :",
|
||||
timeToRechargeValue: "{0} min {1} sec",
|
||||
},
|
||||
chargerPayment: {
|
||||
title: "MODE DE PAIEMENT",
|
||||
money: "ESPÈCES",
|
||||
bank: "BANQUE",
|
||||
payButton: "PAYER {0}",
|
||||
},
|
||||
continueButton: "CONTINUER",
|
||||
outOfStock: "Rupture de stock",
|
||||
},
|
||||
rechargerDisplay: {
|
||||
title: "CHARGE EN COURS...",
|
||||
remainingTimeText: "TEMPS RESTANT",
|
||||
remainingTimeValue: "{0} min {1} sec",
|
||||
},
|
||||
fuelConsumptionChart: {
|
||||
title: "Graphique de consommation de carburant",
|
||||
chartLabels: {
|
||||
fuel: "Carburant (%)",
|
||||
speed: "Vitesse (km/h)",
|
||||
consumption: "Consommation (L/s)",
|
||||
shortSeconds: "{0}s",
|
||||
},
|
||||
footer: {
|
||||
focus: "F3 pour basculer le focus",
|
||||
toggleRecording: "Activer/Désactiver l’enregistrement",
|
||||
recordsLength: "Durée de l’historique ({0}s)",
|
||||
},
|
||||
},
|
||||
};
|
||||
if (Lang == undefined) {
|
||||
var Lang = [];
|
||||
}
|
||||
Lang["fr"] = {
|
||||
pumpInterface: {
|
||||
stationStock: "{0} L",
|
||||
vehicleFuel: "{0} L",
|
||||
confirm: "CONFIRMER",
|
||||
vehicleFuelTooltip: "Carburant actuel / Capacité du réservoir",
|
||||
fuelTypes: {
|
||||
regular: "Ordinaire",
|
||||
plus: "Plus",
|
||||
premium: "Premium",
|
||||
diesel: "Diesel",
|
||||
},
|
||||
},
|
||||
pumpRefuelDisplay: {
|
||||
liters: "L",
|
||||
carTank: "Réservoir",
|
||||
remaining: "Restant",
|
||||
},
|
||||
confirmRefuelModal: {
|
||||
title: "Confirmer le ravitaillement",
|
||||
description: "Vous achetez {0} L de carburant {1} pour {2}.",
|
||||
paymentBank: "Payer avec la banque",
|
||||
paymentCash: "Payer en espèces",
|
||||
},
|
||||
confirmBuyJerryCanModal: {
|
||||
title: "Confirmer l'achat",
|
||||
paymentBank: "Payer avec la banque",
|
||||
paymentCash: "Payer en espèces",
|
||||
},
|
||||
confirmFuelChangeModal: {
|
||||
title: "Les carburants ne peuvent pas être mélangés",
|
||||
description: "⚠️ Pour changer le type de carburant dans votre véhicule, le réservoir sera vidé.",
|
||||
},
|
||||
electricInterface: {
|
||||
chargerType: {
|
||||
title: "TYPE DE CHARGEUR",
|
||||
fast: {
|
||||
title: "RAPIDE",
|
||||
power: "220kW",
|
||||
},
|
||||
normal: {
|
||||
title: "NORMAL",
|
||||
power: "100kW",
|
||||
},
|
||||
pricePerKWh: "{0}/kWh",
|
||||
},
|
||||
chargerAmount: {
|
||||
title: "SÉLECTIONNER LA QUANTITÉ",
|
||||
typeSelected: "{0} CHARGEUR",
|
||||
placeholder: "Quantité",
|
||||
timeToRechargeText: "Temps pour recharger :",
|
||||
timeToRechargeValue: "{0} min {1} sec",
|
||||
},
|
||||
chargerPayment: {
|
||||
title: "MODE DE PAIEMENT",
|
||||
money: "ESPÈCES",
|
||||
bank: "BANQUE",
|
||||
payButton: "PAYER {0}",
|
||||
},
|
||||
continueButton: "CONTINUER",
|
||||
outOfStock: "Rupture de stock",
|
||||
},
|
||||
rechargerDisplay: {
|
||||
title: "CHARGE EN COURS...",
|
||||
remainingTimeText: "TEMPS RESTANT",
|
||||
remainingTimeValue: "{0} min {1} sec",
|
||||
},
|
||||
fuelConsumptionChart: {
|
||||
title: "Graphique de consommation de carburant",
|
||||
chartLabels: {
|
||||
fuel: "Carburant (%)",
|
||||
speed: "Vitesse (km/h)",
|
||||
consumption: "Consommation (L/s)",
|
||||
shortSeconds: "{0}s",
|
||||
},
|
||||
footer: {
|
||||
focus: "F3 pour basculer le focus",
|
||||
toggleRecording: "Activer/Désactiver l’enregistrement",
|
||||
recordsLength: "Durée de l’historique ({0}s)",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
@ -1,85 +1,85 @@
|
|||
if (Lang == undefined) {
|
||||
var Lang = [];
|
||||
}
|
||||
Lang["ja"] = {
|
||||
pumpInterface: {
|
||||
stationStock: "{0} L",
|
||||
vehicleFuel: "{0} L",
|
||||
confirm: "確認",
|
||||
vehicleFuelTooltip: "現在の燃料 / タンク容量",
|
||||
fuelTypes: {
|
||||
regular: "レギュラー",
|
||||
plus: "プラス",
|
||||
premium: "プレミアム",
|
||||
diesel: "ディーゼル",
|
||||
},
|
||||
},
|
||||
pumpRefuelDisplay: {
|
||||
liters: "L",
|
||||
carTank: "自動車タンク",
|
||||
remaining: "残り",
|
||||
},
|
||||
confirmRefuelModal: {
|
||||
title: "給油の確認",
|
||||
description: "{0}Lの{1}を{2}で購入します。",
|
||||
paymentBank: "銀行で支払う",
|
||||
paymentCash: "現金で支払う",
|
||||
},
|
||||
confirmBuyJerryCanModal: {
|
||||
title: "購入を確認する",
|
||||
paymentBank: "銀行で支払う",
|
||||
paymentCash: "現金で支払う",
|
||||
},
|
||||
confirmFuelChangeModal: {
|
||||
title: "燃料の混合はできません",
|
||||
description: "⚠️ 燃料の種類を変更する場合はタンクを空にしてください。",
|
||||
},
|
||||
electricInterface: {
|
||||
chargerType: {
|
||||
title: "チャージャータイプ",
|
||||
fast: {
|
||||
title: "高速",
|
||||
power: "220kW",
|
||||
},
|
||||
normal: {
|
||||
title: "普通",
|
||||
power: "100kW",
|
||||
},
|
||||
pricePerKWh: "{0}/kWh",
|
||||
},
|
||||
chargerAmount: {
|
||||
title: "金額選択",
|
||||
typeSelected: "{0}チャージャー",
|
||||
placeholder: "金額",
|
||||
timeToRechargeText: "充電時間:",
|
||||
timeToRechargeValue: "{0} 分 {1} 秒",
|
||||
},
|
||||
chargerPayment: {
|
||||
title: "支払い方法",
|
||||
money: "現金",
|
||||
bank: "銀行",
|
||||
payButton: "{0}で支払う",
|
||||
},
|
||||
continueButton: "決定",
|
||||
outOfStock: "在庫切れ",
|
||||
},
|
||||
rechargerDisplay: {
|
||||
title: "充電中・・・",
|
||||
remainingTimeText: "残り時間",
|
||||
remainingTimeValue: "{0} 分 {1} 秒",
|
||||
},
|
||||
fuelConsumptionChart: {
|
||||
title: "燃料消費チャート",
|
||||
chartLabels: {
|
||||
fuel: "燃料 (%)",
|
||||
speed: "速度 (km/h)",
|
||||
consumption: "消費量 (L/s)",
|
||||
shortSeconds: "{0}秒",
|
||||
},
|
||||
footer: {
|
||||
focus: "F3でフォーカス切替",
|
||||
toggleRecording: "記録の切り替え",
|
||||
recordsLength: "履歴の長さ ({0}秒)",
|
||||
},
|
||||
},
|
||||
if (Lang == undefined) {
|
||||
var Lang = [];
|
||||
}
|
||||
Lang["ja"] = {
|
||||
pumpInterface: {
|
||||
stationStock: "{0} L",
|
||||
vehicleFuel: "{0} L",
|
||||
confirm: "確認",
|
||||
vehicleFuelTooltip: "現在の燃料 / タンク容量",
|
||||
fuelTypes: {
|
||||
regular: "レギュラー",
|
||||
plus: "プラス",
|
||||
premium: "プレミアム",
|
||||
diesel: "ディーゼル",
|
||||
},
|
||||
},
|
||||
pumpRefuelDisplay: {
|
||||
liters: "L",
|
||||
carTank: "自動車タンク",
|
||||
remaining: "残り",
|
||||
},
|
||||
confirmRefuelModal: {
|
||||
title: "給油の確認",
|
||||
description: "{0}Lの{1}を{2}で購入します。",
|
||||
paymentBank: "銀行で支払う",
|
||||
paymentCash: "現金で支払う",
|
||||
},
|
||||
confirmBuyJerryCanModal: {
|
||||
title: "購入を確認する",
|
||||
paymentBank: "銀行で支払う",
|
||||
paymentCash: "現金で支払う",
|
||||
},
|
||||
confirmFuelChangeModal: {
|
||||
title: "燃料の混合はできません",
|
||||
description: "⚠️ 燃料の種類を変更する場合はタンクを空にしてください。",
|
||||
},
|
||||
electricInterface: {
|
||||
chargerType: {
|
||||
title: "チャージャータイプ",
|
||||
fast: {
|
||||
title: "高速",
|
||||
power: "220kW",
|
||||
},
|
||||
normal: {
|
||||
title: "普通",
|
||||
power: "100kW",
|
||||
},
|
||||
pricePerKWh: "{0}/kWh",
|
||||
},
|
||||
chargerAmount: {
|
||||
title: "金額選択",
|
||||
typeSelected: "{0}チャージャー",
|
||||
placeholder: "金額",
|
||||
timeToRechargeText: "充電時間:",
|
||||
timeToRechargeValue: "{0} 分 {1} 秒",
|
||||
},
|
||||
chargerPayment: {
|
||||
title: "支払い方法",
|
||||
money: "現金",
|
||||
bank: "銀行",
|
||||
payButton: "{0}で支払う",
|
||||
},
|
||||
continueButton: "決定",
|
||||
outOfStock: "在庫切れ",
|
||||
},
|
||||
rechargerDisplay: {
|
||||
title: "充電中・・・",
|
||||
remainingTimeText: "残り時間",
|
||||
remainingTimeValue: "{0} 分 {1} 秒",
|
||||
},
|
||||
fuelConsumptionChart: {
|
||||
title: "燃料消費チャート",
|
||||
chartLabels: {
|
||||
fuel: "燃料 (%)",
|
||||
speed: "速度 (km/h)",
|
||||
consumption: "消費量 (L/s)",
|
||||
shortSeconds: "{0}秒",
|
||||
},
|
||||
footer: {
|
||||
focus: "F3でフォーカス切替",
|
||||
toggleRecording: "記録の切り替え",
|
||||
recordsLength: "履歴の長さ ({0}秒)",
|
||||
},
|
||||
},
|
||||
};
|
|
@ -1,85 +1,85 @@
|
|||
if (Lang == undefined) {
|
||||
var Lang = [];
|
||||
}
|
||||
Lang["tr"] = {
|
||||
pumpInterface: {
|
||||
stationStock: "{0} L",
|
||||
vehicleFuel: "{0} L",
|
||||
confirm: "ONAYLA",
|
||||
vehicleFuelTooltip: "Mevcut Yakıt / Depo Kapasitesi",
|
||||
fuelTypes: {
|
||||
regular: "Normal",
|
||||
plus: "Plus",
|
||||
premium: "Premium",
|
||||
diesel: "Dizel",
|
||||
},
|
||||
},
|
||||
pumpRefuelDisplay: {
|
||||
liters: "L",
|
||||
carTank: "Araç Deposu",
|
||||
remaining: "Kalan",
|
||||
},
|
||||
confirmRefuelModal: {
|
||||
title: "Yakıt Alımını Onayla",
|
||||
description: "{0}L {1} yakıtı {2} karşılığında satın alıyorsunuz.",
|
||||
paymentBank: "Banka ile öde",
|
||||
paymentCash: "Nakit ile öde",
|
||||
},
|
||||
confirmBuyJerryCanModal: {
|
||||
title: "Satın Alımı Onayla",
|
||||
paymentBank: "Banka ile öde",
|
||||
paymentCash: "Nakit ile öde",
|
||||
},
|
||||
confirmFuelChangeModal: {
|
||||
title: "Yakıtlar Karıştırılamaz",
|
||||
description: "⚠️ Araçtaki yakıt türünü değiştirmek için depo boşaltılacaktır.",
|
||||
},
|
||||
electricInterface: {
|
||||
chargerType: {
|
||||
title: "ŞARJ CİHAZI TÜRÜ",
|
||||
fast: {
|
||||
title: "HIZLI",
|
||||
power: "220kW",
|
||||
},
|
||||
normal: {
|
||||
title: "NORMAL",
|
||||
power: "100kW",
|
||||
},
|
||||
pricePerKWh: "{0}/kWh",
|
||||
},
|
||||
chargerAmount: {
|
||||
title: "MİKTAR SEÇİN",
|
||||
typeSelected: "{0} ŞARJ CİHAZI",
|
||||
placeholder: "Miktar",
|
||||
timeToRechargeText: "Şarj süresi:",
|
||||
timeToRechargeValue: "{0} dk {1} sn",
|
||||
},
|
||||
chargerPayment: {
|
||||
title: "ÖDEME YÖNTEMİ",
|
||||
money: "NAKİT",
|
||||
bank: "BANKA",
|
||||
payButton: "{0} ÖDE",
|
||||
},
|
||||
continueButton: "DEVAM",
|
||||
outOfStock: "Stokta yok",
|
||||
},
|
||||
rechargerDisplay: {
|
||||
title: "ŞARJ EDİLİYOR...",
|
||||
remainingTimeText: "KALAN SÜRE",
|
||||
remainingTimeValue: "{0} dk {1} sn",
|
||||
},
|
||||
fuelConsumptionChart: {
|
||||
title: "Yakıt tüketim grafiği",
|
||||
chartLabels: {
|
||||
fuel: "Yakıt (%)",
|
||||
speed: "Hız (km/s)",
|
||||
consumption: "Tüketim (L/s)",
|
||||
shortSeconds: "{0}s",
|
||||
},
|
||||
footer: {
|
||||
focus: "Odağı değiştirmek için F3",
|
||||
toggleRecording: "Kaydı Aç/Kapat",
|
||||
recordsLength: "Geçmiş Uzunluğu ({0}s)",
|
||||
},
|
||||
},
|
||||
};
|
||||
if (Lang == undefined) {
|
||||
var Lang = [];
|
||||
}
|
||||
Lang["tr"] = {
|
||||
pumpInterface: {
|
||||
stationStock: "{0} L",
|
||||
vehicleFuel: "{0} L",
|
||||
confirm: "ONAYLA",
|
||||
vehicleFuelTooltip: "Mevcut Yakıt / Depo Kapasitesi",
|
||||
fuelTypes: {
|
||||
regular: "Normal",
|
||||
plus: "Plus",
|
||||
premium: "Premium",
|
||||
diesel: "Dizel",
|
||||
},
|
||||
},
|
||||
pumpRefuelDisplay: {
|
||||
liters: "L",
|
||||
carTank: "Araç Deposu",
|
||||
remaining: "Kalan",
|
||||
},
|
||||
confirmRefuelModal: {
|
||||
title: "Yakıt Alımını Onayla",
|
||||
description: "{0}L {1} yakıtı {2} karşılığında satın alıyorsunuz.",
|
||||
paymentBank: "Banka ile öde",
|
||||
paymentCash: "Nakit ile öde",
|
||||
},
|
||||
confirmBuyJerryCanModal: {
|
||||
title: "Satın Alımı Onayla",
|
||||
paymentBank: "Banka ile öde",
|
||||
paymentCash: "Nakit ile öde",
|
||||
},
|
||||
confirmFuelChangeModal: {
|
||||
title: "Yakıtlar Karıştırılamaz",
|
||||
description: "⚠️ Araçtaki yakıt türünü değiştirmek için depo boşaltılacaktır.",
|
||||
},
|
||||
electricInterface: {
|
||||
chargerType: {
|
||||
title: "ŞARJ CİHAZI TÜRÜ",
|
||||
fast: {
|
||||
title: "HIZLI",
|
||||
power: "220kW",
|
||||
},
|
||||
normal: {
|
||||
title: "NORMAL",
|
||||
power: "100kW",
|
||||
},
|
||||
pricePerKWh: "{0}/kWh",
|
||||
},
|
||||
chargerAmount: {
|
||||
title: "MİKTAR SEÇİN",
|
||||
typeSelected: "{0} ŞARJ CİHAZI",
|
||||
placeholder: "Miktar",
|
||||
timeToRechargeText: "Şarj süresi:",
|
||||
timeToRechargeValue: "{0} dk {1} sn",
|
||||
},
|
||||
chargerPayment: {
|
||||
title: "ÖDEME YÖNTEMİ",
|
||||
money: "NAKİT",
|
||||
bank: "BANKA",
|
||||
payButton: "{0} ÖDE",
|
||||
},
|
||||
continueButton: "DEVAM",
|
||||
outOfStock: "Stokta yok",
|
||||
},
|
||||
rechargerDisplay: {
|
||||
title: "ŞARJ EDİLİYOR...",
|
||||
remainingTimeText: "KALAN SÜRE",
|
||||
remainingTimeValue: "{0} dk {1} sn",
|
||||
},
|
||||
fuelConsumptionChart: {
|
||||
title: "Yakıt tüketim grafiği",
|
||||
chartLabels: {
|
||||
fuel: "Yakıt (%)",
|
||||
speed: "Hız (km/s)",
|
||||
consumption: "Tüketim (L/s)",
|
||||
shortSeconds: "{0}s",
|
||||
},
|
||||
footer: {
|
||||
focus: "Odağı değiştirmek için F3",
|
||||
toggleRecording: "Kaydı Aç/Kapat",
|
||||
recordsLength: "Geçmiş Uzunluğu ({0}s)",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
@ -1,85 +1,85 @@
|
|||
if (Lang == undefined) {
|
||||
var Lang = [];
|
||||
}
|
||||
Lang["zh-cn"] = {
|
||||
pumpInterface: {
|
||||
stationStock: "{0} 升(L)",
|
||||
vehicleFuel: "{0} 升(L)",
|
||||
confirm: "确认",
|
||||
vehicleFuelTooltip: "当前燃料 / 油箱容量",
|
||||
fuelTypes: {
|
||||
regular: "92号燃油",
|
||||
plus: "95号燃油",
|
||||
premium: "98号燃油",
|
||||
diesel: "柴油",
|
||||
},
|
||||
},
|
||||
pumpRefuelDisplay: {
|
||||
liters: "升(L)",
|
||||
carTank: "车辆油箱",
|
||||
remaining: "剩余容量",
|
||||
},
|
||||
confirmRefuelModal: {
|
||||
title: "加油确认",
|
||||
description: "您正在为车牌号 {2} 的车辆补充 {0} 升 {1} 类燃油",
|
||||
paymentBank: "银行结算",
|
||||
paymentCash: "现金结算",
|
||||
},
|
||||
confirmBuyJerryCanModal: {
|
||||
title: "确认购买",
|
||||
paymentBank: "银行结算",
|
||||
paymentCash: "现金结算",
|
||||
},
|
||||
confirmFuelChangeModal: {
|
||||
title: "燃油类型变更提示",
|
||||
description: "⚠️ 更换燃油种类前请确保油箱完全排空",
|
||||
},
|
||||
electricInterface: {
|
||||
chargerType: {
|
||||
title: "充电规格选择",
|
||||
fast: {
|
||||
title: "极速充电",
|
||||
power: "220kW",
|
||||
},
|
||||
normal: {
|
||||
title: "标准充电",
|
||||
power: "100kW",
|
||||
},
|
||||
pricePerKWh: "{0}/kWh",
|
||||
},
|
||||
chargerAmount: {
|
||||
title: "充电金额设定",
|
||||
typeSelected: "充电桩 {0} 台",
|
||||
placeholder: "输入金额",
|
||||
timeToRechargeText: "预计充电时长:",
|
||||
timeToRechargeValue: "{0} 分 {1} 秒",
|
||||
},
|
||||
chargerPayment: {
|
||||
title: "支付方式选择",
|
||||
money: "现金结算",
|
||||
bank: "银行解锁",
|
||||
payButton: "支付 {0}",
|
||||
},
|
||||
continueButton: "下一步",
|
||||
outOfStock: "库存不足",
|
||||
},
|
||||
rechargerDisplay: {
|
||||
title: "充电中...",
|
||||
remainingTimeText: "剩余充电时间",
|
||||
remainingTimeValue: "{0} 分 {1} 秒",
|
||||
},
|
||||
fuelConsumptionChart: {
|
||||
title: "燃料消耗图表",
|
||||
chartLabels: {
|
||||
fuel: "燃料 (%)",
|
||||
speed: "速度 (km/h)",
|
||||
consumption: "消耗 (L/s)",
|
||||
shortSeconds: "{0}秒",
|
||||
},
|
||||
footer: {
|
||||
focus: "按F3切换焦点",
|
||||
toggleRecording: "切换录制",
|
||||
recordsLength: "历史长度({0}秒)",
|
||||
},
|
||||
},
|
||||
if (Lang == undefined) {
|
||||
var Lang = [];
|
||||
}
|
||||
Lang["zh-cn"] = {
|
||||
pumpInterface: {
|
||||
stationStock: "{0} 升(L)",
|
||||
vehicleFuel: "{0} 升(L)",
|
||||
confirm: "确认",
|
||||
vehicleFuelTooltip: "当前燃料 / 油箱容量",
|
||||
fuelTypes: {
|
||||
regular: "92号燃油",
|
||||
plus: "95号燃油",
|
||||
premium: "98号燃油",
|
||||
diesel: "柴油",
|
||||
},
|
||||
},
|
||||
pumpRefuelDisplay: {
|
||||
liters: "升(L)",
|
||||
carTank: "车辆油箱",
|
||||
remaining: "剩余容量",
|
||||
},
|
||||
confirmRefuelModal: {
|
||||
title: "加油确认",
|
||||
description: "您正在为车牌号 {2} 的车辆补充 {0} 升 {1} 类燃油",
|
||||
paymentBank: "银行结算",
|
||||
paymentCash: "现金结算",
|
||||
},
|
||||
confirmBuyJerryCanModal: {
|
||||
title: "确认购买",
|
||||
paymentBank: "银行结算",
|
||||
paymentCash: "现金结算",
|
||||
},
|
||||
confirmFuelChangeModal: {
|
||||
title: "燃油类型变更提示",
|
||||
description: "⚠️ 更换燃油种类前请确保油箱完全排空",
|
||||
},
|
||||
electricInterface: {
|
||||
chargerType: {
|
||||
title: "充电规格选择",
|
||||
fast: {
|
||||
title: "极速充电",
|
||||
power: "220kW",
|
||||
},
|
||||
normal: {
|
||||
title: "标准充电",
|
||||
power: "100kW",
|
||||
},
|
||||
pricePerKWh: "{0}/kWh",
|
||||
},
|
||||
chargerAmount: {
|
||||
title: "充电金额设定",
|
||||
typeSelected: "充电桩 {0} 台",
|
||||
placeholder: "输入金额",
|
||||
timeToRechargeText: "预计充电时长:",
|
||||
timeToRechargeValue: "{0} 分 {1} 秒",
|
||||
},
|
||||
chargerPayment: {
|
||||
title: "支付方式选择",
|
||||
money: "现金结算",
|
||||
bank: "银行解锁",
|
||||
payButton: "支付 {0}",
|
||||
},
|
||||
continueButton: "下一步",
|
||||
outOfStock: "库存不足",
|
||||
},
|
||||
rechargerDisplay: {
|
||||
title: "充电中...",
|
||||
remainingTimeText: "剩余充电时间",
|
||||
remainingTimeValue: "{0} 分 {1} 秒",
|
||||
},
|
||||
fuelConsumptionChart: {
|
||||
title: "燃料消耗图表",
|
||||
chartLabels: {
|
||||
fuel: "燃料 (%)",
|
||||
speed: "速度 (km/h)",
|
||||
consumption: "消耗 (L/s)",
|
||||
shortSeconds: "{0}秒",
|
||||
},
|
||||
footer: {
|
||||
focus: "按F3切换焦点",
|
||||
toggleRecording: "切换录制",
|
||||
recordsLength: "历史长度({0}秒)",
|
||||
},
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue