mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 16:54:45 +01:00
Merge branch 'master' of https://github.com/bilelmoussaoui/Authenticator
This commit is contained in:
commit
1d5296998c
4 changed files with 97 additions and 60 deletions
|
@ -7,16 +7,49 @@
|
|||
<summary>Two Factor Authentication code generator</summary>
|
||||
<description>
|
||||
<p>Simple application that generates 2 factor authentication code, created for GNOME.</p>
|
||||
<p>Features:</p>
|
||||
<ul>
|
||||
<li>QR code scanner</li>
|
||||
<li>Beautiful UI</li>
|
||||
<li>Huge database of (290+) websites/applications</li>
|
||||
</ul>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default" width="376" height="574">https://raw.githubusercontent.com/bilelmoussaoui/Authenticator/master/data/screenshots/screenshot1.png</screenshot>
|
||||
<screenshot width="376" height="574">https://raw.githubusercontent.com/bilelmoussaoui/Authenticator/master/data/screenshots/screenshot2.png</screenshot>
|
||||
<screenshot width="376" height="574">https://raw.githubusercontent.com/bilelmoussaoui/Authenticator/master/data/screenshots/screenshot3.png</screenshot>
|
||||
<screenshot width="376" height="574">https://raw.githubusercontent.com/bilelmoussaoui/Authenticator/master/data/screenshots/screenshot4.png</screenshot>
|
||||
<screenshot type="default"><image width="376" height="574">https://raw.githubusercontent.com/bilelmoussaoui/Authenticator/master/data/screenshots/screenshot1.png</image></screenshot>
|
||||
<screenshot><image width="376" height="574">https://raw.githubusercontent.com/bilelmoussaoui/Authenticator/master/data/screenshots/screenshot2.png</image></screenshot>
|
||||
<screenshot><image width="376" height="574">https://raw.githubusercontent.com/bilelmoussaoui/Authenticator/master/data/screenshots/screenshot3.png</image></screenshot>
|
||||
<screenshot><image width="376" height="574">https://raw.githubusercontent.com/bilelmoussaoui/Authenticator/master/data/screenshots/screenshot4.png</image></screenshot>
|
||||
</screenshots>
|
||||
<url type="homepage">https://github.com/bilelmoussaoui/Authenticator</url>
|
||||
<url type="bugtracker">https://github.com/bilelmoussaoui/Authenticator/issues</url>
|
||||
<developer_name>Bilal Elmoussaoui</developer_name>
|
||||
<updatecontact>bil.elmoussaoui@gmail.com</updatecontact>
|
||||
<translation type="gettext">Authenticator</translation>
|
||||
<url type="translate">https://hosted.weblate.org/projects/authenticator/translation/</url>
|
||||
<categories>
|
||||
<category>Utility</category>
|
||||
</categories>
|
||||
<releases>
|
||||
<release version="0.2.1" date="2018-03-22">
|
||||
<description>
|
||||
<ul>
|
||||
<li>HOTFIX: App not running in DE other than GNOME</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.2" date="2018-03-16">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Rename project to Authenticator</li>
|
||||
<li>Cleaner code base</li>
|
||||
<li>Faster startup</li>
|
||||
<li>Remove unneeded features</li>
|
||||
<li>Switch to pyzbar instead of zbarlight</li>
|
||||
<li>Flatpak pacakge</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.1.1" date="2016-06-28" />
|
||||
<release version="0.1.0" date="2016-06-22" />
|
||||
</releases>
|
||||
<developer_name>Bilal Elmoussaoui</developer_name>
|
||||
<update_contact>bil.elmoussaoui@gmail.com</update_contact>
|
||||
<translation type="gettext">Authenticator</translation>
|
||||
</component>
|
||||
|
|
78
po/ar.po
78
po/ar.po
|
@ -8,138 +8,142 @@ msgstr ""
|
|||
"Project-Id-Version: Authenticator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-03-16 04:03+0100\n"
|
||||
"PO-Revision-Date: 2018-03-16 04:02+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
"PO-Revision-Date: 2018-08-21 09:34+0000\n"
|
||||
"Last-Translator: ButterflyOfFire <ButterflyOfFire@protonmail.com>\n"
|
||||
"Language-Team: Arabic <https://hosted.weblate.org/projects/authenticator/"
|
||||
"translation/ar/>\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=ASCII\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
|
||||
"X-Generator: Weblate 3.2-dev\n"
|
||||
|
||||
#: Authenticator/application.py:36 Authenticator/widgets/about.py:40
|
||||
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:5
|
||||
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:3
|
||||
msgid "Authenticator"
|
||||
msgstr ""
|
||||
msgstr "الموثق"
|
||||
|
||||
#. Night mode action
|
||||
#: Authenticator/application.py:79
|
||||
msgid "Night Mode"
|
||||
msgstr ""
|
||||
msgstr "الوضع الليلي"
|
||||
|
||||
#: Authenticator/application.py:82
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
msgstr "عن"
|
||||
|
||||
#: Authenticator/application.py:83
|
||||
msgid "Quit"
|
||||
msgstr ""
|
||||
msgstr "خروج"
|
||||
|
||||
#: Authenticator/widgets/accounts/add.py:51
|
||||
#: Authenticator/widgets/headerbar.py:101
|
||||
msgid "Add a new account"
|
||||
msgstr ""
|
||||
msgstr "اضافة حساب جديد"
|
||||
|
||||
#: Authenticator/widgets/accounts/add.py:60
|
||||
#: Authenticator/widgets/headerbar.py:99
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
msgstr "بحث"
|
||||
|
||||
#: Authenticator/widgets/accounts/add.py:64
|
||||
msgid "Scan QR code"
|
||||
msgstr ""
|
||||
msgstr "امسح كود QR"
|
||||
|
||||
#: Authenticator/widgets/accounts/add.py:99
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
msgstr "التالي"
|
||||
|
||||
#: Authenticator/widgets/accounts/add.py:100
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
msgstr "اغلاق"
|
||||
|
||||
#: Authenticator/widgets/accounts/add.py:108
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
msgstr "اضافة"
|
||||
|
||||
#: Authenticator/widgets/accounts/add.py:109
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
msgstr "رجوع"
|
||||
|
||||
#: Authenticator/widgets/accounts/add.py:245
|
||||
msgid "Account name"
|
||||
msgstr ""
|
||||
msgstr "اسم الحساب"
|
||||
|
||||
#: Authenticator/widgets/accounts/add.py:247
|
||||
msgid "Secret Token"
|
||||
msgstr ""
|
||||
msgstr "الرمز السري"
|
||||
|
||||
#: Authenticator/widgets/accounts/add.py:293
|
||||
msgid "Invalid QR code"
|
||||
msgstr ""
|
||||
msgstr "رمز QR خاطئ"
|
||||
|
||||
#. Label
|
||||
#: Authenticator/widgets/accounts/list.py:121
|
||||
msgid "There's no account yet..."
|
||||
msgstr ""
|
||||
msgstr "ليس هناك حساب بعد …"
|
||||
|
||||
#: Authenticator/widgets/accounts/row.py:53
|
||||
msgid "Copy"
|
||||
msgstr ""
|
||||
msgstr "نسخ"
|
||||
|
||||
#: Authenticator/widgets/accounts/row.py:118
|
||||
msgid "Couldn't generate the secret code"
|
||||
msgstr ""
|
||||
msgstr "لم يتم توليد المفتاح السري"
|
||||
|
||||
#: Authenticator/widgets/about.py:41
|
||||
msgid "translator-credits"
|
||||
msgstr ""
|
||||
msgstr "translator-credits"
|
||||
|
||||
#: Authenticator/widgets/about.py:43
|
||||
msgid "Two factor authentication codes generator."
|
||||
msgstr ""
|
||||
msgstr "كود توليد التوثيق الثنائي."
|
||||
|
||||
#: Authenticator/widgets/actions_bar.py:45
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
msgstr "حذف"
|
||||
|
||||
#: Authenticator/widgets/headerbar.py:103
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
msgstr "الاعدادات"
|
||||
|
||||
#: Authenticator/widgets/headerbar.py:105
|
||||
msgid "Selection mode"
|
||||
msgstr ""
|
||||
msgstr "وضع الاختيار"
|
||||
|
||||
#: Authenticator/widgets/headerbar.py:107
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
msgstr "الغاء"
|
||||
|
||||
#: Authenticator/widgets/headerbar.py:187
|
||||
msgid "Click on items to select them"
|
||||
msgstr ""
|
||||
msgstr "اضغط على العتاصر ليتم اختيارهم"
|
||||
|
||||
#: Authenticator/widgets/inapp_notification.py:51
|
||||
#: Authenticator/widgets/inapp_notification.py:79
|
||||
msgid "Undo"
|
||||
msgstr ""
|
||||
msgstr "تراجع"
|
||||
|
||||
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:6
|
||||
msgid "Two Factor Authentication code generator"
|
||||
msgstr ""
|
||||
msgstr "كود توليد التوثيق الثنائي"
|
||||
|
||||
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:8
|
||||
msgid ""
|
||||
"Simple application that generates 2 factor authentication code, created for "
|
||||
"Gnome"
|
||||
msgstr ""
|
||||
msgstr "برنامج بسيط يولد كود توثيق ثنائي، صمم لنظام Gnome"
|
||||
|
||||
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:4
|
||||
msgid "Two Factor Authentication"
|
||||
msgstr ""
|
||||
msgstr "التوثيق الثنائي"
|
||||
|
||||
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:5
|
||||
msgid "Two-Factor Authentication code generator"
|
||||
msgstr ""
|
||||
msgstr "كود توليد التوثيق الثنائي"
|
||||
|
||||
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:10
|
||||
msgid "Gnome;GTK;Verification;"
|
||||
|
@ -147,16 +151,16 @@ msgstr ""
|
|||
|
||||
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:11
|
||||
msgid "com.github.bilelmoussaoui.Authenticator"
|
||||
msgstr ""
|
||||
msgstr "com.github.bilelmoussaoui.Authenticator"
|
||||
|
||||
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:20
|
||||
msgid "About Authenticator"
|
||||
msgstr ""
|
||||
msgstr "عن الموثق"
|
||||
|
||||
#: authenticator.py.in:45
|
||||
msgid "Start in debug mode"
|
||||
msgstr ""
|
||||
msgstr "البدء في وضع التصحيح"
|
||||
|
||||
#: authenticator.py.in:47
|
||||
msgid "Authenticator version number"
|
||||
msgstr ""
|
||||
msgstr "رقم نسخة الموثق"
|
||||
|
|
20
po/nb_NO.po
20
po/nb_NO.po
|
@ -8,16 +8,16 @@ msgstr ""
|
|||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-13 00:20+0100\n"
|
||||
"PO-Revision-Date: 2017-11-11 22:48+0000\n"
|
||||
"PO-Revision-Date: 2018-08-19 05:40+0000\n"
|
||||
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/gnome-"
|
||||
"twofactorauth/translation/nb_NO/>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/"
|
||||
"authenticator/translation/nb_NO/>\n"
|
||||
"Language: nb_NO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 2.18-dev\n"
|
||||
"X-Generator: Weblate 3.2-dev\n"
|
||||
|
||||
#: ../TwoFactorAuth/application.py:46
|
||||
msgid "TwoFactorAuth"
|
||||
|
@ -202,26 +202,26 @@ msgstr "Automatisk låsning av programmet (m):"
|
|||
#: ../data/gnome-twofactorauth.appdata.xml.in.h:1
|
||||
#: ../data/gnome-twofactorauth.desktop.in.h:1
|
||||
msgid "Gnome TwoFactorAuth"
|
||||
msgstr "Gnome To-faktorbekreftelse"
|
||||
msgstr "Gnome to-faktorbekreftelse"
|
||||
|
||||
#: ../data/gnome-twofactorauth.appdata.xml.in.h:2
|
||||
msgid "Two Factor Authentication code generator"
|
||||
msgstr "Kodegenerator for to-trinnsbekreftelse"
|
||||
msgstr "Kodegenerator for to-faktorbekreftelse"
|
||||
|
||||
#: ../data/gnome-twofactorauth.appdata.xml.in.h:3
|
||||
msgid ""
|
||||
"Simple application that generates two-factor authentication code, created "
|
||||
"for Gnome"
|
||||
msgstr ""
|
||||
"Enkelt program som genererer to-trinnsbekreftelseskoder, laget for Gnome"
|
||||
"Enkelt program som genererer to-faktorbekreftelseskoder, laget for Gnome"
|
||||
|
||||
#: ../data/gnome-twofactorauth.desktop.in.h:2
|
||||
msgid "Two Factor Authentication"
|
||||
msgstr "To-trinnsbekreftelse"
|
||||
msgstr "To-faktorbekreftelse"
|
||||
|
||||
#: ../data/gnome-twofactorauth.desktop.in.h:3
|
||||
msgid "Two-Factor Authentication code generator"
|
||||
msgstr "Kodegenerator for to-trinnsbekreftelse"
|
||||
msgstr "Kodegenerator for to-faktorbekreftelse"
|
||||
|
||||
#: ../data/gnome-twofactorauth.desktop.in.h:4
|
||||
msgid "About Gnome TwoFactorAuth"
|
||||
|
@ -237,4 +237,4 @@ msgstr "Versjonsnummer for Gnome to-faktorbekreftelse"
|
|||
|
||||
#: ../gnome-twofactorauth.in:54
|
||||
msgid "Show about dialog"
|
||||
msgstr "Vis Om-dialogvindu"
|
||||
msgstr "Vis \"Om\"-dialogvindu"
|
||||
|
|
12
po/pl.po
12
po/pl.po
|
@ -8,8 +8,8 @@ msgstr ""
|
|||
"Project-Id-Version: Authenticator\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-03-16 04:03+0100\n"
|
||||
"PO-Revision-Date: 2018-04-10 00:41+0000\n"
|
||||
"Last-Translator: Bartosz Budzynski <kaybeaver@gmail.com>\n"
|
||||
"PO-Revision-Date: 2018-07-26 19:37+0000\n"
|
||||
"Last-Translator: WaldiS <admin@sto.ugu.pl>\n"
|
||||
"Language-Team: Polish <https://hosted.weblate.org/projects/authenticator/"
|
||||
"translation/pl/>\n"
|
||||
"Language: pl\n"
|
||||
|
@ -18,13 +18,13 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 2.20\n"
|
||||
"X-Generator: Weblate 3.1-dev\n"
|
||||
|
||||
#: Authenticator/application.py:36 Authenticator/widgets/about.py:40
|
||||
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:5
|
||||
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:3
|
||||
msgid "Authenticator"
|
||||
msgstr ""
|
||||
msgstr "Wystawca uwierzytelnienia"
|
||||
|
||||
#. Night mode action
|
||||
#: Authenticator/application.py:79
|
||||
|
@ -96,7 +96,7 @@ msgstr "Nie udało się wygenerować sekretnego kodu"
|
|||
|
||||
#: Authenticator/widgets/about.py:41
|
||||
msgid "translator-credits"
|
||||
msgstr ""
|
||||
msgstr "tłumacz-uznanie"
|
||||
|
||||
#: Authenticator/widgets/about.py:43
|
||||
msgid "Two factor authentication codes generator."
|
||||
|
@ -153,7 +153,7 @@ msgstr "Gnome;GTK;Weryfikacja;"
|
|||
|
||||
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:11
|
||||
msgid "com.github.bilelmoussaoui.Authenticator"
|
||||
msgstr ""
|
||||
msgstr "com.github.bilelmoussaoui.Authenticator"
|
||||
|
||||
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:20
|
||||
msgid "About Authenticator"
|
||||
|
|
Loading…
Add table
Reference in a new issue