Merge pull request #74 from Leajian/master
Custom voice text with DEBUG face and Greek voice fixes.
This commit is contained in:
commit
615257423e
Binary file not shown.
@ -1,15 +1,16 @@
|
|||||||
# pwnigotchi voice data
|
# pwnigotchi voice data
|
||||||
# Copyright (C) 2019
|
# Copyright (C) 2019
|
||||||
# This file is distributed under the same license as the pwnagotchi package.
|
# This file is distributed under the same license as the pwnagotchi package.
|
||||||
# FIRST AUTHOR Perilis Fregkos <fregkos@gmail.com>, 2019.
|
# FIRST AUTHOR Periklis Fregkos <fregkos@gmail.com>, 2019.
|
||||||
|
# CO AUTHOR Panos Vasilopoulos <hello@alwayslivid.com>, 2019.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 0.0.1\n"
|
"Project-Id-Version: 0.0.1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2019-09-29 13:42+0200\n"
|
"POT-Creation-Date: 2019-09-29 13:42+0200\n"
|
||||||
"PO-Revision-Date: 2019-10-01 16:22+0000\n"
|
"PO-Revision-Date: 2019-10-03 08:00+0000\n"
|
||||||
"Last-Translator: Panos Vasilopoulos <hello@alwayslivid.com>\n"
|
"Last-Translator: Periklis Fregkos <fregkos@gmail.com>\n"
|
||||||
"Language-Team: pwnagotchi <33197631+dadav@users.noreply.github.com>\n"
|
"Language-Team: pwnagotchi <33197631+dadav@users.noreply.github.com>\n"
|
||||||
"Language: el\n"
|
"Language: el\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -25,7 +26,7 @@ msgid ""
|
|||||||
"Hi, I'm Pwnagotchi!\n"
|
"Hi, I'm Pwnagotchi!\n"
|
||||||
"Starting ..."
|
"Starting ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Γεία, είμαι το Pwnagotchi!\n"
|
"Γειά, είμαι το Pwnagotchi!\n"
|
||||||
"Εκκινούμαι ..."
|
"Εκκινούμαι ..."
|
||||||
|
|
||||||
#: voice.py:22
|
#: voice.py:22
|
||||||
@ -200,7 +201,7 @@ msgstr "Νιώθω μοναχός μου ..."
|
|||||||
|
|
||||||
#: voice.py:96
|
#: voice.py:96
|
||||||
msgid "Where's everybody?!"
|
msgid "Where's everybody?!"
|
||||||
msgstr "Μα, πού πήγαν όλοi;!"
|
msgstr "Μα, πού πήγαν όλοι;!"
|
||||||
|
|
||||||
#: voice.py:101
|
#: voice.py:101
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
@ -252,7 +253,7 @@ msgid ""
|
|||||||
"Yo\n"
|
"Yo\n"
|
||||||
"{what}!"
|
"{what}!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Που'σ ρε τρελέ\n"
|
"Που'σαι ρε τρελέ\n"
|
||||||
"{what}!"
|
"{what}!"
|
||||||
|
|
||||||
#: voice.py:128
|
#: voice.py:128
|
||||||
@ -291,7 +292,7 @@ msgid ""
|
|||||||
"new handshake{plural}!"
|
"new handshake{plural}!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Τέλεια δικέ μου, πήραμε {num}\n"
|
"Τέλεια δικέ μου, πήραμε {num}\n"
|
||||||
"νέες χειραψίες{plural}!"
|
"νέες χειραψίες!"
|
||||||
|
|
||||||
#: voice.py:139
|
#: voice.py:139
|
||||||
msgid ""
|
msgid ""
|
@ -15,3 +15,4 @@ LONELY = '(ب__ب)'
|
|||||||
SAD = '(╥☁╥ )'
|
SAD = '(╥☁╥ )'
|
||||||
FRIEND = '(♥‿‿♥)'
|
FRIEND = '(♥‿‿♥)'
|
||||||
BROKEN = '(☓‿‿☓)'
|
BROKEN = '(☓‿‿☓)'
|
||||||
|
DEBUG = '(#__#)'
|
||||||
|
@ -137,3 +137,6 @@ class Voice:
|
|||||||
deauthed=log.deauthed,
|
deauthed=log.deauthed,
|
||||||
associated=log.associated,
|
associated=log.associated,
|
||||||
handshakes=log.handshakes)
|
handshakes=log.handshakes)
|
||||||
|
|
||||||
|
def custom(self, text):
|
||||||
|
return self._(text)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user