From a31ffec01728ccf942c65393af2dc5cc950629e6 Mon Sep 17 00:00:00 2001 From: frankieorabona <32438819+frankieorabona@users.noreply.github.com> Date: Fri, 22 Mar 2024 20:51:22 +0100 Subject: [PATCH] Add Italian localization --- distrib/Localisation/it-it.cfg | 57 ++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 distrib/Localisation/it-it.cfg diff --git a/distrib/Localisation/it-it.cfg b/distrib/Localisation/it-it.cfg new file mode 100644 index 0000000..41edec8 --- /dev/null +++ b/distrib/Localisation/it-it.cfg @@ -0,0 +1,57 @@ +Localization +{ + it-it + { + + // English translation by frankieorabona + + // Commands + #autoLOC_SIM_DEF_001 = sim + #autoLOC_SIM_DEF_002 = aiuto + #autoLOC_SIM_DEF_003 = seriale + + // Command Help Statements + + // <<1>> = SIM_DEF_001, <<2>>, = SIM_DEF_002 + #autoLOC_SIM_HELP_001 = Comandi per facilitare l'utilizzo di Kerbal Simpit. Prova "/<<1>> <<2>>" per un elenco completo dei comandi. + #autoLOC_SIM_HELP_002 = Comando Aiuto per informazioni sugli ordini di KSP Simpit + #autoLOC_SIM_HELP_003 = Comando seriale per gestire la connessione seriale con il controller KSP Simpit + + // Command Help Extra Values + #autoLOC_SIM_HELP_EXTRA_001 = Comandi Kerbal Simpit: + #autoLOC_SIM_HELP_EXTRA_002 = Sovraccarico di argomenti + + // Command Usage + // <<1>> = SIM_DEF_001, <<2>> = SIM_DEF_002 + #autoLOC_SIM_USAGE_001 = Utilizzo: "/<<1>> " + #autoLOC_SIM_USAGE_002 = Utilizzo: "/<<1>> <<2>> " + #autoLOC_SIM_USAGE_003 = Utilizzo: "/<<1>> <<2>> " + + + // --- Serial Values --- + + // Serial Command Values + + #autoLOC_SIM_SER_STATUS = stato + #autoLOC_SIM_SER_START = avvia + #autoLOC_SIM_SER_STOP = ferma + + // Serial Output Values + + #autoLOC_SIM_SER_OUTPUT_HEADER = Stato della porta di Kerbal Simpit: + // <<1>> = Port name, provided by the OS in code. <<2>> = connected/disconnected + #autoLOC_SIM_SER_OUTPUT_STATUS = Porta seriale: <<1>>, Stato: <<2>> + + // Serial Misc Values + + #autoLOC_SIM_SER_MISC_CONNECT = connetti + #autoLOC_SIM_SER_MISC_CONNECTED = connessa + #autoLOC_SIM_SER_MISC_DISCONNECT = disconnetti + #autoLOC_SIM_SER_MISC_DISCONNECTED = disconnessa + + #autoLOC_SIM_SER_MISC_CONNECT_CAPS = Connetti + #autoLOC_SIM_SER_MISC_CONNECTED_CAPS = Connessa + #autoLOC_SIM_SER_MISC_DISCONNECT_CAPS = Disconnetti + #autoLOC_SIM_SER_MISC_DISCONNECTED_CAPS = Disconnessa + } +} \ No newline at end of file