Skip to content

Commit d69cb50

Browse files
committed
Update translation files
1 parent bfba5be commit d69cb50

File tree

10 files changed

+312
-137
lines changed

10 files changed

+312
-137
lines changed

po/com.github.elfenware.obliviate.pot

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: com.github.elfenware.obliviate\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-12-20 12:05+0100\n"
11+
"POT-Creation-Date: 2021-09-02 20:06+0530\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,50 +17,51 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

20-
#: src/MainView.vala:43 src/MainView.vala:160
20+
#: src/MainView.vala:45 src/MainView.vala:154
2121
msgid "Copied to clipboard"
2222
msgstr ""
2323

24-
#: src/MainView.vala:48
24+
#: src/MainView.vala:50
2525
msgid "Site:"
2626
msgstr ""
2727

28-
#: src/MainView.vala:54
28+
#: src/MainView.vala:56
2929
msgid "GitHub"
3030
msgstr ""
3131

32-
#: src/MainView.vala:60
32+
#: src/MainView.vala:62
3333
msgid "Site is not case-sensitive. “GitHub” equals “github”."
3434
msgstr ""
3535

36-
#: src/MainView.vala:63
36+
#: src/MainView.vala:65
3737
msgid "Cipher key:"
3838
msgstr ""
3939

40-
#: src/MainView.vala:73
40+
#: src/MainView.vala:75
4141
msgid "correct horse battery staple"
4242
msgstr ""
4343

44-
#: src/MainView.vala:81
44+
#: src/MainView.vala:83
4545
msgid "Show or hide the cipher key"
4646
msgstr ""
4747

48-
#: src/MainView.vala:87
49-
msgid "Derive Password"
48+
#: src/MainView.vala:100
49+
msgid "Show or hide the password"
5050
msgstr ""
5151

52-
#: src/MainView.vala:94
53-
msgid "Password:"
52+
#: src/MainView.vala:107
53+
msgid "Copy"
5454
msgstr ""
5555

56-
#: src/MainView.vala:110
57-
msgid "Show or hide the password"
56+
#: src/MainView.vala:111 src/MainView.vala:172
57+
#, c-format
58+
msgid "Clearing clipboard in %.0f seconds"
5859
msgstr ""
5960

60-
#: src/MainView.vala:117
61-
msgid "Copy"
61+
#: src/MainView.vala:145
62+
msgid "Could not derive password"
6263
msgstr ""
6364

64-
#: src/MainView.vala:153
65-
msgid "Could not derive password"
65+
#: src/MainView.vala:164
66+
msgid "Cleared the clipboard"
6667
msgstr ""

po/es.po

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: com.github.elfenware.obliviate\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-12-20 12:05+0100\n"
10+
"POT-Creation-Date: 2021-09-02 20:06+0530\n"
1111
"PO-Revision-Date: 2020-12-18 20:37+0530\n"
1212
"Last-Translator: Darshak Parikh, José Expósito\n"
1313
"Language-Team: Español\n"
@@ -17,52 +17,59 @@ msgstr ""
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919

20-
#: src/MainView.vala:43 src/MainView.vala:160
20+
#: src/MainView.vala:45 src/MainView.vala:154
2121
msgid "Copied to clipboard"
2222
msgstr "Copiado en el portapapeles"
2323

24-
#: src/MainView.vala:48
24+
#: src/MainView.vala:50
2525
msgid "Site:"
2626
msgstr "Página web:"
2727

28-
#: src/MainView.vala:54
28+
#: src/MainView.vala:56
2929
msgid "GitHub"
3030
msgstr "GitHub"
3131

32-
#: src/MainView.vala:60
32+
#: src/MainView.vala:62
3333
msgid "Site is not case-sensitive. “GitHub” equals “github”."
3434
msgstr ""
3535
"El nombre de la página web no distingue entre mayúsculas y minúsculas. "
3636
"«GitHub» es igual a «github»."
3737

38-
#: src/MainView.vala:63
38+
#: src/MainView.vala:65
3939
msgid "Cipher key:"
4040
msgstr "Clave de cifrado:"
4141

42-
#: src/MainView.vala:73
42+
#: src/MainView.vala:75
4343
msgid "correct horse battery staple"
4444
msgstr "correcto caballo batería grapa"
4545

46-
#: src/MainView.vala:81
46+
#: src/MainView.vala:83
4747
msgid "Show or hide the cipher key"
4848
msgstr "Mostrar u ocultar la clave de cifrado"
4949

50-
#: src/MainView.vala:87
51-
msgid "Derive Password"
52-
msgstr "Derivar Contraseña"
53-
54-
#: src/MainView.vala:94
55-
msgid "Password:"
56-
msgstr "Contraseña:"
57-
58-
#: src/MainView.vala:110
50+
#: src/MainView.vala:100
5951
msgid "Show or hide the password"
6052
msgstr "Mostrar u ocultar la contraseña"
6153

62-
#: src/MainView.vala:117
54+
#: src/MainView.vala:107
6355
msgid "Copy"
6456
msgstr "Copiar"
6557

66-
#: src/MainView.vala:153
58+
#: src/MainView.vala:111 src/MainView.vala:172
59+
#, c-format
60+
msgid "Clearing clipboard in %.0f seconds"
61+
msgstr "Borrando el portapapeles en %.0f segundos"
62+
63+
#: src/MainView.vala:145
6764
msgid "Could not derive password"
6865
msgstr "No se pudo derivar la contraseña"
66+
67+
#: src/MainView.vala:164
68+
msgid "Cleared the clipboard"
69+
msgstr "Borrado el portapapeles"
70+
71+
#~ msgid "Derive Password"
72+
#~ msgstr "Derivar Contraseña"
73+
74+
#~ msgid "Password:"
75+
#~ msgstr "Contraseña:"

po/extra/es.po

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: extra\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-12-20 17:56+0530\n"
10+
"POT-Creation-Date: 2021-09-02 20:10+0530\n"
1111
"PO-Revision-Date: 2020-12-20 12:03+0100\n"
1212
"Last-Translator: Darshak Parikh, José Expósito\n"
1313
"Language-Team: Español\n"
@@ -30,6 +30,10 @@ msgstr "Administrador de Contraseñas"
3030
msgid "Derive passwords using a cipher key"
3131
msgstr "Derive contraseñas usando una clave de cifrado"
3232

33+
#: data/com.github.elfenware.obliviate.desktop.in:8
34+
msgid "com.github.elfenware.obliviate"
35+
msgstr ""
36+
3337
#: data/com.github.elfenware.obliviate.desktop.in:11
3438
msgid "Password;Manager;Security;Generate;Derive;"
3539
msgstr "Contraseña;Administrador;Seguridad;Generar;Derivar;"
@@ -81,16 +85,40 @@ msgstr "No es mágico, pero casi."
8185

8286
#: data/com.github.elfenware.obliviate.appdata.xml.in:19
8387
msgid ""
84-
"<em>Bonus:</em> If you need your passwords on another device, you can get "
85-
"them on the web from <em>obliviate.app</em>."
88+
"Bonus: If you need your passwords on another device, you can get them on the "
89+
"web from obliviate.app."
8690
msgstr ""
87-
"<em>La bonificación:</em> Si necesita sus contraseñas en otro dispositivo, "
88-
"puede obtenerlas en la web <em>obliviate.app</em>."
91+
"La bonificación: Si necesita sus contraseñas en otro dispositivo, "
92+
"puede obtenerlas en la web obliviate.app."
8993

9094
#: data/com.github.elfenware.obliviate.appdata.xml.in:24
95+
msgid "First AppCenter Release 🎉️"
96+
msgstr "Publicación inicial para AppCenter 🎉️"
97+
98+
#: data/com.github.elfenware.obliviate.appdata.xml.in:26
99+
msgid "Add: Clear clipboard 30 seconds after copying password"
100+
msgstr "Adición: Borrar el portapapeles 30 segundos después de copiar la contraseña"
101+
102+
#: data/com.github.elfenware.obliviate.appdata.xml.in:27
103+
msgid "Add: Dark style support"
104+
msgstr "Adición: soporte de estilo oscuro"
105+
106+
#: data/com.github.elfenware.obliviate.appdata.xml.in:28
107+
msgid "Add: French translations (@NathanBnm)"
108+
msgstr "Adición: traducción en francés (@NathanBnm)"
109+
110+
#: data/com.github.elfenware.obliviate.appdata.xml.in:29
111+
msgid "Add: Spanish translations (@dar5hak, @JoseExposito)"
112+
msgstr "Adición: traducción en español (@dar5hak, @JoseExposito)"
113+
114+
#: data/com.github.elfenware.obliviate.appdata.xml.in:30
115+
msgid "Add: Dutch translations (@Vistaus)"
116+
msgstr "Adición: traducción en neerlandés (@Vistaus)"
117+
118+
#: data/com.github.elfenware.obliviate.appdata.xml.in:36
91119
msgid "Initial release 🎉️"
92120
msgstr "Publicación inicial 🎉️"
93121

94-
#: data/com.github.elfenware.obliviate.appdata.xml.in:60
122+
#: data/com.github.elfenware.obliviate.appdata.xml.in:72
95123
msgid "Elfenware"
96124
msgstr "Elfenware"

po/extra/extra.pot

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: extra\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-12-20 17:56+0530\n"
11+
"POT-Creation-Date: 2021-09-02 20:10+0530\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -30,6 +30,10 @@ msgstr ""
3030
msgid "Derive passwords using a cipher key"
3131
msgstr ""
3232

33+
#: data/com.github.elfenware.obliviate.desktop.in:8
34+
msgid "com.github.elfenware.obliviate"
35+
msgstr ""
36+
3337
#: data/com.github.elfenware.obliviate.desktop.in:11
3438
msgid "Password;Manager;Security;Generate;Derive;"
3539
msgstr ""
@@ -74,14 +78,38 @@ msgstr ""
7478

7579
#: data/com.github.elfenware.obliviate.appdata.xml.in:19
7680
msgid ""
77-
"<em>Bonus:</em> If you need your passwords on another device, you can get "
78-
"them on the web from <em>obliviate.app</em>."
81+
"Bonus: If you need your passwords on another device, you can get them on the "
82+
"web from obliviate.app."
7983
msgstr ""
8084

8185
#: data/com.github.elfenware.obliviate.appdata.xml.in:24
86+
msgid "First AppCenter Release 🎉️"
87+
msgstr ""
88+
89+
#: data/com.github.elfenware.obliviate.appdata.xml.in:26
90+
msgid "Add: Clear clipboard 30 seconds after copying password"
91+
msgstr ""
92+
93+
#: data/com.github.elfenware.obliviate.appdata.xml.in:27
94+
msgid "Add: Dark style support"
95+
msgstr ""
96+
97+
#: data/com.github.elfenware.obliviate.appdata.xml.in:28
98+
msgid "Add: French translations (@NathanBnm)"
99+
msgstr ""
100+
101+
#: data/com.github.elfenware.obliviate.appdata.xml.in:29
102+
msgid "Add: Spanish translations (@dar5hak, @JoseExposito)"
103+
msgstr ""
104+
105+
#: data/com.github.elfenware.obliviate.appdata.xml.in:30
106+
msgid "Add: Dutch translations (@Vistaus)"
107+
msgstr ""
108+
109+
#: data/com.github.elfenware.obliviate.appdata.xml.in:36
82110
msgid "Initial release 🎉️"
83111
msgstr ""
84112

85-
#: data/com.github.elfenware.obliviate.appdata.xml.in:60
113+
#: data/com.github.elfenware.obliviate.appdata.xml.in:72
86114
msgid "Elfenware"
87115
msgstr ""

po/extra/fr.po

Lines changed: 37 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: extra\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-12-20 15:41+0100\n"
10+
"POT-Creation-Date: 2021-09-02 20:10+0530\n"
1111
"PO-Revision-Date: 2020-12-20 19:05+0530\n"
1212
"Last-Translator: Nathan Bonnemains (@NathanBnm)\n"
1313
"Language-Team: Français\n"
@@ -47,8 +47,8 @@ msgid ""
4747
"Obliviate does not store your passwords but gives them to you when you need "
4848
"them. How?"
4949
msgstr ""
50-
"Obliviate ne stocke pas vos mots de passe mais vous les donne lorsque vous en avez "
51-
"besoin. Comment ?"
50+
"Obliviate ne stocke pas vos mots de passe mais vous les donne lorsque vous "
51+
"en avez besoin. Comment ?"
5252

5353
#: data/com.github.elfenware.obliviate.appdata.xml.in:11
5454
msgid "It asks you for two things:"
@@ -60,15 +60,17 @@ msgstr "Le site auquel vous souhaitez vous connecter"
6060

6161
#: data/com.github.elfenware.obliviate.appdata.xml.in:14
6262
msgid "a cipher key, which is any passphrase you can remember"
63-
msgstr "Une clé de chiffrement, soit n'importe quelle phrase secrète dont vous vous souviendrez"
63+
msgstr ""
64+
"Une clé de chiffrement, soit n'importe quelle phrase secrète dont vous vous "
65+
"souviendrez"
6466

6567
#: data/com.github.elfenware.obliviate.appdata.xml.in:16
6668
msgid ""
6769
"Using these, it will derive a password, which you can set as your new "
6870
"password for that site."
6971
msgstr ""
70-
"En utilisant ces informations, vous obtiendrez un mot de passe que vous pourrez "
71-
"utiliser comme nouveau mot de passe pour ce site."
72+
"En utilisant ces informations, vous obtiendrez un mot de passe que vous "
73+
"pourrez utiliser comme nouveau mot de passe pour ce site."
7274

7375
#: data/com.github.elfenware.obliviate.appdata.xml.in:17
7476
msgid ""
@@ -84,16 +86,40 @@ msgstr "Ce n'est pas de la magie, mais presque."
8486

8587
#: data/com.github.elfenware.obliviate.appdata.xml.in:19
8688
msgid ""
87-
"<em>Bonus:</em> If you need your passwords on another device, you can get "
88-
"them on the web from <em>obliviate.app</em>."
89+
"Bonus: If you need your passwords on another device, you can get them on the "
90+
"web from obliviate.app."
8991
msgstr ""
90-
"<em>Bonus :</em> Si vous avez besoin de vos mots de passe sur un autre périphérique, "
91-
"vous pouvez les récupérer depuis <em>obliviate.app</em>"
92+
"Bonus : Si vous avez besoin de vos mots de passe sur un autre "
93+
"périphérique, vous pouvez les récupérer depuis obliviate.app"
9294

9395
#: data/com.github.elfenware.obliviate.appdata.xml.in:24
96+
msgid "First AppCenter Release 🎉️"
97+
msgstr ""
98+
99+
#: data/com.github.elfenware.obliviate.appdata.xml.in:26
100+
msgid "Add: Clear clipboard 30 seconds after copying password"
101+
msgstr ""
102+
103+
#: data/com.github.elfenware.obliviate.appdata.xml.in:27
104+
msgid "Add: Dark style support"
105+
msgstr "Ajout : Prise en charge du thème sombre"
106+
107+
#: data/com.github.elfenware.obliviate.appdata.xml.in:28
108+
msgid "Add: French translations (@NathanBnm)"
109+
msgstr "Ajout : Traductions en français (@NathanBnm)"
110+
111+
#: data/com.github.elfenware.obliviate.appdata.xml.in:29
112+
msgid "Add: Spanish translations (@dar5hak, @JoseExposito)"
113+
msgstr "Ajout : Traductions en espagnol (@dar5hak, @JoseExposito)"
114+
115+
#: data/com.github.elfenware.obliviate.appdata.xml.in:30
116+
msgid "Add: Dutch translations (@Vistaus)"
117+
msgstr "Ajout : Traductions en néerlandais (@Vistaus)"
118+
119+
#: data/com.github.elfenware.obliviate.appdata.xml.in:36
94120
msgid "Initial release 🎉️"
95121
msgstr "Version initiale 🎉️"
96122

97-
#: data/com.github.elfenware.obliviate.appdata.xml.in:60
123+
#: data/com.github.elfenware.obliviate.appdata.xml.in:72
98124
msgid "Elfenware"
99125
msgstr "Elfenware"

0 commit comments

Comments
 (0)