-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Robert Hoffmann
committed
Feb 1, 2017
1 parent
e154659
commit 6ee5307
Showing
7 changed files
with
74 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ | |
/_exclude | ||
*.sln | ||
*.suo | ||
Web.config | ||
Web.config | ||
debug.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"ConsumptionTitle": "E-Liquid Calculator", | ||
"CalculatorTitle" : "Calcolatrice Micro-Coil", | ||
"Social" : "Social Networks", | ||
"EmbedLink" : "Incorporare", | ||
"EmbedTitle" : "Proporre sul tuo sito", | ||
"EmbedPreview" : "Anteprima", | ||
|
||
"WireType" : "Filo: Tipo", | ||
"WireHeight" : "Filo: Altezza", | ||
"WireWidth" : "Filo: Larghezza", | ||
"WireDiameter": "Filo: Diametro", | ||
"CoilDiameter": "Coil: Diametro", | ||
"CoilTurns" : "Bobina: Giri", | ||
"CoilFeet" : "Bobina: Piedi", | ||
"Resistance" : "Resistenza", | ||
"Coefficient" : "Riscaldamento Coefficient", | ||
"Power" : "Energia", | ||
"Amperes" : "Ampere", | ||
"Voltage" : "Tensione", | ||
"CoilCount" : "Bobina: Contare", | ||
"WireCount" : "Filo: Contare", | ||
"WireLength" : "Lunghezza del cavo", | ||
"CoilWidth" : "Larghezza della bobina", | ||
|
||
"Reset": "Ripristinare le impostazioni predefinite", | ||
|
||
"CoeffTitle" : "Riscaldamento Coefficient", | ||
"CoeffContent1": "Il coefficiente di riscaldamento provoca la resistenza viene riscaldata in modo relativamente uniforme su tutta la gamma della carica della batteria.", | ||
"CoeffContent2": "Per un setup ideale", | ||
"CoeffContent3": "Massima della batteria (4.2 Volt)", | ||
"CoeffContent4": "Il coefficiente dovrebbe essere di circa 0.28-0.35", | ||
"CoeffContent5": "Minima della batteria (3.2-3.4 Volt)", | ||
"CoeffContent6": "Il coefficiente dovrebbe essere di circa 0.18-0.22", | ||
"CoeffContent7": "Prima di calcolare la configurazione, e quindi verificare il coefficiente.", | ||
"CoeffContent8": "Se tutto è come dovrebbe essere, si avrà un Vape coerente dall'inizio alla fine della carica della batteria. A volte si può anche scaricare la batteria fino a 2,5 volt ed a mala pena notare ^^" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"ConsumptionTitle": "E-Liquid Calculator", | ||
"CalculatorTitle" : "Calcolatrice Micro-Coil", | ||
"Social" : "Social Networks", | ||
"EmbedLink" : "Incorporare", | ||
"EmbedTitle" : "Proporre sul tuo sito", | ||
"EmbedPreview" : "Anteprima", | ||
|
||
"ConsommationDay" : "Consumi/giorno", | ||
"ConsumptionHelp" : "Numero di sigarette attualmente consumata.", | ||
"NicotinePercentage" : "Nicotina/sigaretta", | ||
"NicotineHelp" : "Quantità di nicotina per sigaretta. Le cifre sulla confezione.", | ||
"NicotineCigarette" : "Nicotina (sigarette)", | ||
"TotalDay" : "Totale/giorno", | ||
"ErrorMargin" : "Margine di errore", | ||
"Assimilated" : "Reale assimilato", | ||
"ELiquid" : "E-Liquid", | ||
"NicotineEquivalent" : "Equivalenza nicotina", | ||
"AssimilatedPercent" : "Percentuale di assimilazione", | ||
"NicotineAssimilated": "Nicotina assimilata", | ||
"NicotineLiquid" : "Nicotina E-Liquid", | ||
"LiquidToConsume" : "E-Liquid per consumare", | ||
"PerDay" : "Al/giorno", | ||
"PerWeek" : "Al/settimana", | ||
"PerMonth" : "Al/mese" | ||
} |