Merge pull request #33 from 5h4d0wb0y/master

added IT locale support
This commit is contained in:
evilsocket 2019-10-01 16:48:09 +02:00 committed by GitHub
commit bf90fc3031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 351 additions and 3 deletions

View File

@ -98,9 +98,10 @@ Pwnagotchi is able to speak multiple languages!! Currently supported are:
* **english** (default) * **english** (default)
* german * german
* dutch
* italian
If you want to add a language use the `language.sh` script. If you want to add a language use the `language.sh` script. If you want to add for example the language **italian** you would type:
If you want to add for example the language **italian** you would type:
```shell ```shell
./scripts/language.sh add it ./scripts/language.sh add it

View File

@ -1,6 +1,6 @@
# main algorithm configuration # main algorithm configuration
main: main:
# currently implemented: en (default), de, nl # currently implemented: en (default), de, nl, it
lang: en lang: en
# monitor interface to use # monitor interface to use
iface: mon0 iface: mon0

View File

@ -0,0 +1,347 @@
# pwnigotchi voice data
# Copyright (C) 2019
# This file is distributed under the same license as the pwnagotchi package.
# 5h4d0wb0y <28193209+5h4d0wb0y@users.noreply.github.com>, 2019.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-10-01 14:15+0200\n"
"PO-Revision-Date: 2019-10-01 14:00+0200\n"
"Last-Translator: 5h4d0wb0y <28193209+5h4d0wb0y@users.noreply.github.com>\n"
"Language-Team: pwnagotchi <33197631+dadav@users.noreply.github.com>\n"
"Language: italian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:18
msgid "ZzzzZZzzzzZzzz"
msgstr "ZzzzZZzzzzZzzz"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:23
msgid ""
"Hi, I'm Pwnagotchi!\n"
"Starting ..."
msgstr ""
"Ciao, sono Pwnagotchi!\n"
"Avviamento ..."
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:24
msgid ""
"New day, new hunt,\n"
"new pwns!"
msgstr ""
"Nuovo giorno, nuova caccia,\n"
"nuovi pwns!"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:25
msgid "Hack the Planet!"
msgstr "Hack il pianeta!"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:30
msgid "AI ready."
msgstr "IA pronta."
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:31
msgid ""
"The neural network\n"
"is ready."
msgstr ""
"La rete neurale\n"
"è pronta."
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:41
#, python-brace-format
msgid ""
"Hey, channel {channel} is\n"
"free! Your AP will\n"
"say thanks."
msgstr ""
"Hey, il canale {channel} è\n"
"libero! Il tuo AP\n"
"dirà grazie."
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:46
msgid "I'm bored ..."
msgstr "Sono annoiato ..."
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:47
msgid "Let's go for a walk!"
msgstr "Andiamo a fare una \npasseggiata!"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:51
msgid ""
"This is the best\n"
"day of my life!"
msgstr ""
"Questo è il migliore\n"
"giorno della mia vita!"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:55
msgid "Shitty day :/"
msgstr "Giorno di merda :/"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:60
msgid "I'm extremely bored ..."
msgstr ""
"Sono estremamente\n"
"annoiato ..."
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:61
msgid "I'm very sad ..."
msgstr "Sono molto triste ..."
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:62
msgid "I'm sad"
msgstr "Sono triste"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:68
msgid "I'm living the life!"
msgstr "Sto vivendo la vita!"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:69
msgid "I pwn therefore I am."
msgstr "Possiedo quindi sono."
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:70
msgid "So many networks!!!"
msgstr "Così tante reti!!!"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:71
msgid ""
"I'm having so much\n"
"fun!"
msgstr ""
"Mi sto divertendo\n"
"tanto!"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:72
msgid ""
"My crime is that of\n"
"curiosity ..."
msgstr ""
"La mia colpa è di\n"
"essere curioso ..."
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:77
#, python-brace-format
msgid ""
"Hello\n"
"{name}!\n"
"Nice to meet you. {name}"
msgstr ""
"Ciao\n"
"{name}!\n"
"Piacere di conoscerti. {name}"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:78
#, python-brace-format
msgid ""
"Unit\n"
"{name}\n"
"is nearby! {name}"
msgstr ""
"L'Unità\n"
"{name}\n"
"è vicina! {name}"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:83
#, python-brace-format
msgid ""
"Uhm ...\n"
"goodbye\n"
"{name}"
msgstr ""
"Uhm ...\n"
"addio\n"
"{name}"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:84
#, python-brace-format
msgid ""
"{name}\n"
"is gone ..."
msgstr ""
"{name}\n"
"è andato ..."
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:89
#, python-brace-format
msgid ""
"Whoops ...\n"
"{name}\n"
"is gone."
msgstr ""
"Whoops ...\n"
"{name}\n"
"è andato."
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:90
#, python-brace-format
msgid ""
"{name}\n"
"missed!"
msgstr ""
"{name}\n"
"perso!"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:91
msgid "Missed!"
msgstr "Perso!"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:96
msgid ""
"Nobody wants to\n"
"play with me ..."
msgstr ""
"Nessuno vuole\n"
"giocare con me..."
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:97
msgid "I feel so alone ..."
msgstr "Mi sento così solo ..."
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:98
msgid "Where's everybody?!"
msgstr "Dove sono tutti?!"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:103
#, python-brace-format
msgid "Napping for {secs}s ..."
msgstr "Pisolino per {secs}i ..."
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:104
msgid "Zzzzz"
msgstr "Zzzzz"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:105
#, python-brace-format
msgid "ZzzZzzz ({secs}s)"
msgstr "ZzzZzzz ({secs}i)"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:114
#, python-brace-format
msgid "Waiting for {secs}s ..."
msgstr "In attesa di {secs}i ..."
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:116
#, python-brace-format
msgid "Looking around ({secs}s)"
msgstr "Guardando intorno ({secs}s)"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:123
#, python-brace-format
msgid ""
"Hey\n"
"{what}\n"
"let's be friends!"
msgstr ""
"Hey\n"
"{what}\n"
"diventiamo amici!"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:124
#, python-brace-format
msgid ""
"Associating to\n"
"{what}"
msgstr ""
"Associarci a\n"
"{what}"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:125
#, python-brace-format
msgid ""
"Yo\n"
"{what}!"
msgstr ""
"Yo\n"
"{what}!"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:130
#, python-brace-format
msgid ""
"Just decided that\n"
"{mac}\n"
"needs no WiFi!"
msgstr ""
"Ho appena deciso che\n"
"{mac}\n"
"non necessita di\n"
"WiFi!"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:131
#, python-brace-format
msgid ""
"Deauthenticating\n"
"{mac}"
msgstr ""
"Dissociarci da\n"
"{mac}"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:132
#, python-brace-format
msgid ""
"Kickbanning\n"
"{mac}!"
msgstr ""
"Sto prendendo\n"
"a calci\n"
"{mac}!"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:137
#, python-brace-format
msgid ""
"Cool, we got {num}\n"
"new handshake{plural}!"
msgstr ""
"Bene, abbiamo {num}\n"
"nuovi handshake{plural}!"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:141
msgid ""
"Ops, something\n"
"went wrong ...\n"
"Rebooting ..."
msgstr ""
"Ops, qualcosa\n"
"è andato storto ...\n"
"Riavvio ..."
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:145
#, python-brace-format
msgid "Kicked {num} stations\n"
msgstr "Calciate {num} stazioni\n"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:146
#, python-brace-format
msgid "Made {num} new friends\n"
msgstr "Fatti {num} nuovi amici\n"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:147
#, python-brace-format
msgid "Got {num} handshakes\n"
msgstr "Presi {num} handshakes\n"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:149
msgid "Met 1 peer"
msgstr "Incontrato 1 peer"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:151
#, python-brace-format
msgid "Met {num} peers"
msgstr "Incontrati {num} peers"
#: /home/sh4d0wb0y/Projects/GitHub/pwnagotchi/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py:156
#, python-brace-format
msgid ""
"I've been pwning for {duration} and kicked {deauthed} clients! I've also met "
"{associated} new friends and ate {handshakes} handshakes! #pwnagotchi "
"#pwnlog #pwnlife #hacktheplanet #skynet"
msgstr ""
"Ho lavorato per {duration} e preso a calci i clienti di {deauthed}! Ho anche "
"incontrato{associate} nuovi amici e ho mangiato {handshakes} handshakes! "
"#pwnagotchi#pwnlog #pwnlife #hacktheplanet #skynet"