mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[it.i18n] Add missing italian translations, fix typos / excessive length in the existing ones (#331)
* [it.i18n] [apps/code] Add missing translations * [it.i18n] [apps/reader] Fix typo * [it.i18n] [apps/external, apps/setting] Add missing translations + fixes
This commit is contained in:
@@ -31,7 +31,7 @@ PythonBin = "Converte un intero in binario"
|
|||||||
PythonCeil = "Parte intera superiore"
|
PythonCeil = "Parte intera superiore"
|
||||||
PythonChoice = "Numero aleatorio nella lista"
|
PythonChoice = "Numero aleatorio nella lista"
|
||||||
PythonClear = "Svuota la lista"
|
PythonClear = "Svuota la lista"
|
||||||
PythonCmathFunction = "Funz. prefissata modulo cmath"
|
PythonCmathFunction = "Prefisso funzione del modulo cmath"
|
||||||
PythonColor = "Definisci un colore rvb"
|
PythonColor = "Definisci un colore rvb"
|
||||||
PythonColorBlack = "Colore nero"
|
PythonColorBlack = "Colore nero"
|
||||||
PythonColorBlue = "Colore blu"
|
PythonColorBlue = "Colore blu"
|
||||||
@@ -69,7 +69,7 @@ PythonFloor = "Parte intera"
|
|||||||
PythonFmod = "a modulo b"
|
PythonFmod = "a modulo b"
|
||||||
PythonFrExp = "Mantissa ed esponente di x : (m,e)"
|
PythonFrExp = "Mantissa ed esponente di x : (m,e)"
|
||||||
PythonGamma = "Funzione gamma"
|
PythonGamma = "Funzione gamma"
|
||||||
PythonGetKeys = "Premere i tasti"
|
PythonGetKeys = "Ottieni i tasti premuti"
|
||||||
PythonGetPalette = "Ottieni la tavolozza del tema"
|
PythonGetPalette = "Ottieni la tavolozza del tema"
|
||||||
PythonGetPixel = "Restituisce colore del pixel(x,y)"
|
PythonGetPixel = "Restituisce colore del pixel(x,y)"
|
||||||
PythonGetrandbits = "Numero aleatorio con k bit"
|
PythonGetrandbits = "Numero aleatorio con k bit"
|
||||||
@@ -88,25 +88,25 @@ PythonImportTurtle = "Importa del modulo turtle"
|
|||||||
PythonImportTime = "Importa del modulo time"
|
PythonImportTime = "Importa del modulo time"
|
||||||
PythonImportOs = "Importa modulo os"
|
PythonImportOs = "Importa modulo os"
|
||||||
PythonOsUname = "Ottieni informazioni sul sistema"
|
PythonOsUname = "Ottieni informazioni sul sistema"
|
||||||
PythonOsGetlogin = "Get username"
|
PythonOsGetlogin = "Ottieni username"
|
||||||
PythonOsRemove = "Rimuovere un file"
|
PythonOsRemove = "Rimuovere un file"
|
||||||
PythonOsRename = "Rinomina file"
|
PythonOsRename = "Rinomina file"
|
||||||
PythonOsListdir = "Elenca file"
|
PythonOsListdir = "Elenca file"
|
||||||
PythonImportSys = "Importa modulo sys"
|
PythonImportSys = "Importa modulo sys"
|
||||||
PythonSysExit = "Terminate current program"
|
PythonSysExit = "Termina programma corrente"
|
||||||
PythonSysPrintexception = "Print exception"
|
PythonSysPrintexception = "Stampa eccezione"
|
||||||
PythonSysByteorder = "The byte order of the system"
|
PythonSysByteorder = "Ordine di byte del sistema"
|
||||||
PythonSysImplementation = "Information about Python"
|
PythonSysImplementation = "Informazioni su Python"
|
||||||
PythonSysModules = "Dictionary of loaded modules"
|
PythonSysModules = "Dizionario dei moduli caricati"
|
||||||
PythonSysVersion = "Python language version (string)"
|
PythonSysVersion = "Versione linguaggio Python (stringa)"
|
||||||
PythonSysVersioninfo = "Python language version (tuple)"
|
PythonSysVersioninfo = "Versione linguaggio Python (tupla)"
|
||||||
PythonIndex = "Indice prima occorrenza di x"
|
PythonIndex = "Indice prima occorrenza di x"
|
||||||
PythonInput = "Inserire un valore"
|
PythonInput = "Inserire un valore"
|
||||||
PythonInsert = "Inserire x in posizione i-esima"
|
PythonInsert = "Inserire x in posizione i-esima"
|
||||||
PythonInt = "Conversione in intero"
|
PythonInt = "Conversione in intero"
|
||||||
PythonIonFunction = "Prefisso di funzione modulo ion"
|
PythonIonFunction = "Prefisso di funzione modulo ion"
|
||||||
PythonIsFinite = "Testa se x è finito"
|
PythonIsFinite = "Testa se x è finito"
|
||||||
PythonIsInfinite = "Testa se x est infinito"
|
PythonIsInfinite = "Testa se x è infinito"
|
||||||
PythonIsKeyDown = "Restituisce True premendo tasto k"
|
PythonIsKeyDown = "Restituisce True premendo tasto k"
|
||||||
PythonBattery = "Restituisce la tensione della batteria"
|
PythonBattery = "Restituisce la tensione della batteria"
|
||||||
PythonBatteryLevel = "Restituisce il livello della batteria"
|
PythonBatteryLevel = "Restituisce il livello della batteria"
|
||||||
@@ -190,7 +190,7 @@ PythonPower = "x alla potenza y"
|
|||||||
PythonPrint = "Visualizza l'oggetto"
|
PythonPrint = "Visualizza l'oggetto"
|
||||||
PythonRadians = "Conversione da gradi a radianti"
|
PythonRadians = "Conversione da gradi a radianti"
|
||||||
PythonRandint = "Intero aleatorio in [a,b]"
|
PythonRandint = "Intero aleatorio in [a,b]"
|
||||||
PythonRandom = "Numero aleatorio in [0,1["
|
PythonRandom = "Numero aleatorio in [0,1]"
|
||||||
PythonRandomFunction = "Prefisso funzione modulo casuale"
|
PythonRandomFunction = "Prefisso funzione modulo casuale"
|
||||||
PythonRandrange = "Numero dentro il range(start, stop)"
|
PythonRandrange = "Numero dentro il range(start, stop)"
|
||||||
PythonRangeStartStop = "Lista da start a stop-1"
|
PythonRangeStartStop = "Lista da start a stop-1"
|
||||||
@@ -242,23 +242,23 @@ PythonTurtleShowturtle = "Mostra la tartaruga"
|
|||||||
PythonTurtleSpeed = "Velocità di disegno (x tra 0 e 10)"
|
PythonTurtleSpeed = "Velocità di disegno (x tra 0 e 10)"
|
||||||
PythonTurtleWrite = "Mostra un testo"
|
PythonTurtleWrite = "Mostra un testo"
|
||||||
PythonUniform = "Numero decimale tra [a,b]"
|
PythonUniform = "Numero decimale tra [a,b]"
|
||||||
PythonImportTime = "Import time module"
|
PythonImportTime = "Importa modulo time"
|
||||||
PythonMonotonic = "Return monotonic time"
|
PythonMonotonic = "Restituisce tempo monotonico"
|
||||||
PythonFileOpen = "Opens a file"
|
PythonFileOpen = "Apre un file"
|
||||||
PythonFileSeekable = "Tells if seek can be used on a file"
|
PythonFileSeekable = "Dice se si può usare il cursore su un file"
|
||||||
PythonFileSeek = "Move file's cursor"
|
PythonFileSeek = "Sposta cursore di un file"
|
||||||
PythonFileTell = "Get file's cursor location"
|
PythonFileTell = "Ottieni posizione del cursore del file"
|
||||||
PythonFileClose = "Closes a file"
|
PythonFileClose = "Chiude un file"
|
||||||
PythonFileClosed = "True if file was closed"
|
PythonFileClosed = "True se un file è stato chiuso"
|
||||||
PythonFileRead = "Read up to size bytes"
|
PythonFileRead = "Legge fino ai byte di un file"
|
||||||
PythonFileWrite = "Write b into file"
|
PythonFileWrite = "Scrive b in un file"
|
||||||
PythonFileReadline = "Reads a line or up to size bytes"
|
PythonFileReadline = "Legge una riga o fino ai byte di un file"
|
||||||
PythonFileReadlines = "Reads a list of lines"
|
PythonFileReadlines = "Legge una lista di linee di un file"
|
||||||
PythonFileTruncate = "Resize the file to size"
|
PythonFileTruncate = "Ridimensiona il file"
|
||||||
PythonFileWritelines = "Writes a list of lines"
|
PythonFileWritelines = "Scrive una lista di linee su file"
|
||||||
PythonFileName = "Contains file's name"
|
PythonFileName = "Contiene il nome del file"
|
||||||
PythonFileMode = "Contains file's open mode"
|
PythonFileMode = "Contiene la modalità di apertura del file"
|
||||||
PythonFileReadable = "Tells if read can be used on a file"
|
PythonFileReadable = "Dice se si può leggere sul file"
|
||||||
PythonFileWritable = "Tells if write can be used on a file"
|
PythonFileWritable = "Dice se si può scrivere sul file"
|
||||||
PythonImportUtils = "Importazione di ulab.utils"
|
PythonImportUtils = "Importazione di ulab.utils"
|
||||||
PythonUtilsFunction = "prefisso della funzione del modulo utils"
|
PythonUtilsFunction = "Prefisso funzione del modulo utils"
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ Functions = "Funzioni"
|
|||||||
Catalog = "Catalogo"
|
Catalog = "Catalogo"
|
||||||
Modules = "Moduli"
|
Modules = "Moduli"
|
||||||
LoopsAndTests = "Cicli e test"
|
LoopsAndTests = "Cicli e test"
|
||||||
Files = "Files"
|
Files = "File"
|
||||||
Exceptions = "Exceptions"
|
Exceptions = "Eccezioni"
|
||||||
UlabDocumentation = "Documentazione"
|
UlabDocumentation = "Documentazione"
|
||||||
IonSelector = "Selettore a chiave"
|
IonSelector = "Selettore tasti"
|
||||||
PressAKey = "Premi un tasto"
|
PressAKey = "Premi un tasto"
|
||||||
IonKeyList = "Elenco delle chiavi"
|
IonKeyList = "Elenco dei tasti"
|
||||||
|
|||||||
18
apps/external/base.it.i18n
vendored
18
apps/external/base.it.i18n
vendored
@@ -1,9 +1,9 @@
|
|||||||
ExternalApp = "External"
|
ExternalApp = "Esterna"
|
||||||
ExternalAppCapital = "EXTERNAL"
|
ExternalAppCapital = "ESTERNA"
|
||||||
ExternalAppApiMismatch = "API mismatch"
|
ExternalAppApiMismatch = "Discordanza di API"
|
||||||
ExternalAppExecError = "Cannot execute file"
|
ExternalAppExecError = "Impossibile eseguire file"
|
||||||
ExternalNotCompatible = "External is not compatible"
|
ExternalNotCompatible = "Esterna non compatibile"
|
||||||
WithSimulator = "with the simulator"
|
WithSimulator = "con il simulatore"
|
||||||
WithN0100 = "with n0100"
|
WithN0100 = "con n0100"
|
||||||
GetMoreAppsAt = "Get more apps at"
|
GetMoreAppsAt = "Ottieni altre app a"
|
||||||
NoAppsInstalled = "No apps installed"
|
NoAppsInstalled = "Nessuna app installata"
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
ReaderApp = "Lettore"
|
ReaderApp = "Lettore"
|
||||||
ReaderAppCapital = "LETTORE"
|
ReaderAppCapital = "LETTORE"
|
||||||
NoFileToDisplay = "essun file da visualizzare"
|
NoFileToDisplay = "Nessun file da visualizzare"
|
||||||
|
|||||||
@@ -32,52 +32,52 @@ Real = "Reale "
|
|||||||
Cartesian = "Algebrico "
|
Cartesian = "Algebrico "
|
||||||
Polar = "Esponenziale "
|
Polar = "Esponenziale "
|
||||||
Brightness = "Luminosità"
|
Brightness = "Luminosità"
|
||||||
BrightnessSettings = "Impostazioni di luminosità"
|
BrightnessSettings = "Impostazioni luminosità"
|
||||||
SoftwareVersion = "Epsilon version"
|
SoftwareVersion = "Versione di Epsilon"
|
||||||
UpsilonVersion = "Upsilon version"
|
UpsilonVersion = "Versione di Upsilon"
|
||||||
OmegaVersion = "Omega version"
|
OmegaVersion = "Versione di Omega"
|
||||||
Username = "Name"
|
Username = "Nome"
|
||||||
MicroPythonVersion = "µPython version"
|
MicroPythonVersion = "Versione µPython"
|
||||||
FontSizes = "Carattere Python"
|
FontSizes = "Carattere Python"
|
||||||
LargeFont = "Grande "
|
LargeFont = "Grande "
|
||||||
SmallFont = "Piccolo "
|
SmallFont = "Piccolo "
|
||||||
SerialNumber = "Numero di serie"
|
SerialNumber = "Numero di serie"
|
||||||
UpdatePopUp = "Promemoria aggiornamento"
|
UpdatePopUp = "Promemoria aggiornamento"
|
||||||
BetaPopUp = "Promemoria beta"
|
BetaPopUp = "Promemoria beta"
|
||||||
Contributors = "Contributors"
|
Contributors = "Contributori"
|
||||||
Battery = "Batteria"
|
Battery = "Batteria"
|
||||||
Accessibility = "Accessibility"
|
Accessibility = "Accessibilità"
|
||||||
AccessibilityInvertColors = "Invert colors"
|
AccessibilityInvertColors = "Inversione colori"
|
||||||
AccessibilityMagnify = "Magnify"
|
AccessibilityMagnify = "Ingrandimento"
|
||||||
AccessibilityGamma = "Gamma correction"
|
AccessibilityGamma = "Correzione gamma"
|
||||||
AccessibilityGammaRed = "Red gamma"
|
AccessibilityGammaRed = "Gamma del rosso"
|
||||||
AccessibilityGammaGreen = "Green gamma"
|
AccessibilityGammaGreen = "Gamma del verde"
|
||||||
AccessibilityGammaBlue = "Blue gamma"
|
AccessibilityGammaBlue = "Gamma del blu"
|
||||||
MathOptions = "Math options"
|
MathOptions = "Opzioni matematica"
|
||||||
SymbolMultiplication = "Multiply"
|
SymbolMultiplication = "Simbolo moltiplicaz."
|
||||||
SymbolMultiplicationCross = "Cross "
|
SymbolMultiplicationCross = "Croce "
|
||||||
SymbolMultiplicationMiddleDot = "Dot "
|
SymbolMultiplicationMiddleDot = "Punto "
|
||||||
SymbolMultiplicationStar = "Star "
|
SymbolMultiplicationStar = "Stella "
|
||||||
SymbolMultiplicationAutoSymbol = "Auto "
|
SymbolMultiplicationAutoSymbol = "Automatico "
|
||||||
SymbolFunction = "Expression format "
|
SymbolFunction = "Formato espressioni "
|
||||||
SymbolDefaultFunction = "Default "
|
SymbolDefaultFunction = "Predefinito "
|
||||||
SymbolArgFunction = "Empty "
|
SymbolArgFunction = "Vuoto "
|
||||||
SymbolArgDefaultFunction = "Argument "
|
SymbolArgDefaultFunction = "Argomento "
|
||||||
MemUse = "Memory"
|
MemUse = "Memoria"
|
||||||
DateTime = "Date/time"
|
DateTime = "Data/ora"
|
||||||
ExternalApps = "App esterne"
|
ExternalApps = "App esterne"
|
||||||
ActivateClock = "Activate clock"
|
ActivateClock = "Attiva orologio"
|
||||||
Date = "Date"
|
Date = "Data"
|
||||||
Time = "Time"
|
Time = "Ora"
|
||||||
RTCWarning1 = "Enabling the clock drains the battery faster"
|
RTCWarning1 = "Attivare l'orologio drena la batteria più"
|
||||||
RTCWarning2 = "when the calculator is powered off."
|
RTCWarning2 = "velocemente quando la calcolatrice è spenta."
|
||||||
SyntaxHighlighting = "Evidenziazione della sintassi"
|
SyntaxHighlighting = "Evidenz. sintassi"
|
||||||
Normal = "Normale"
|
Normal = "Normale"
|
||||||
IdleTimeBeforeDimming = "Scurisci dopo (s)"
|
IdleTimeBeforeDimming = "Scurisci dopo (s)"
|
||||||
IdleTimeBeforeSuspend = "Sospendi dopo (s)"
|
IdleTimeBeforeSuspend = "Sospendi dopo (s)"
|
||||||
BrightnessShortcut = "Passaggi di scelta rapida"
|
BrightnessShortcut = "Livelli scelta rapida"
|
||||||
ExtAppWrite = "Scrittura abilitata"
|
ExtAppWrite = "Scrittura abilitata"
|
||||||
ExtAppWriteExplanation1 = "Per impostazione predefinita, applicazioni esterne"
|
ExtAppWriteExplanation1 = "Per impostazione predefinita, le app esterne"
|
||||||
ExtAppWriteExplanation2 = "non può scrivere in memoria"
|
ExtAppWriteExplanation2 = "non possono scrivere in memoria flash"
|
||||||
ExtAppWriteExplanation3 = "flash (persistente) della calcolatrice."
|
ExtAppWriteExplanation3 = "(persistente) della calcolatrice."
|
||||||
ExtAppEnabled = "Affiggere"
|
ExtAppEnabled = "Affiggere"
|
||||||
|
|||||||
Reference in New Issue
Block a user