Skip to content

Commit

Permalink
feat: bump strings
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr committed Dec 26, 2023
1 parent 5c663dd commit 4180eab
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 32 deletions.
2 changes: 1 addition & 1 deletion data/dev.geopjr.Collision.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Comment=Check hashes for your files
Terminal=false
Icon=dev.geopjr.Collision
Categories=Utility;
Keywords=md5;sha1;sha256;sha512;hash;
Keywords=md5;sha1;sha256;sha512;blake3;crc32;adler32;hash;
# Translators: Do NOT translate or transliterate this text (these are enum types)!
X-Purism-FormFactor=Workstation;Mobile;
2 changes: 1 addition & 1 deletion data/dev.geopjr.Collision.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<p>
This tool aims to solve that. Collision comes with a simple &amp; clean UI, allowing
anyone, from any age and experience group, to generate, compare and verify MD5,
SHA-256, SHA-512 and SHA-1 hashes.
SHA-256, SHA-512, SHA-1, Blake3, CRC32 and Adler32 hashes.
</p>
</description>
<screenshots>
Expand Down
5 changes: 3 additions & 2 deletions data/ui/application.ui
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
</child>
<child>
<object class="GtkOverlay">
<property name="overflow">hidden</property>
<child type="overlay">
<object class="GtkImage" id="verifyFeedback">
<property name="pixel-size">16</property>
Expand All @@ -230,7 +231,7 @@
</child>
<child type="overlay">
<object class="GtkLabel" id="verifyOverlayLabel">
<property name="label" translatable="yes">MD5,SHA-1,SHA-256 or SHA-512 Hash</property>
<property name="label" translatable="yes">MD5,SHA-1,SHA-256,SHA-512,Blake3,CRC32 or Adler32 Hash</property>
<property name="halign">start</property>
<property name="valign">start</property>
<property name="justify">fill</property>
Expand Down Expand Up @@ -259,7 +260,7 @@
<property name="wrap-mode">char</property>
<property name="accepts-tab">0</property>
<property name="css-name">entry</property>
<property name="tooltip-text" translatable="yes">Insert a MD5/SHA-1/SHA-256/SHA-512 Hash</property>
<property name="tooltip-text" translatable="yes">Insert a MD5/SHA-1/SHA-256/SHA-512/Blake3/CRC32/Adler32 Hash</property>
<style>
<class name="card-like" />
<class name="monospace" />
Expand Down
1 change: 1 addition & 0 deletions po/POTFILES
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
data/dev.geopjr.Collision.desktop.in
data/dev.geopjr.Collision.metainfo.xml.in
data/ui/application.ui
data/ui/hash_row.ui
data/ui/shortcuts_window.ui
69 changes: 41 additions & 28 deletions po/dev.geopjr.Collision.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-23 21:06+0300\n"
"POT-Creation-Date: 2023-12-26 04:15+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -18,8 +18,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"

#: data/dev.geopjr.Collision.desktop.in:6
#: data/dev.geopjr.Collision.metainfo.xml.in:4 data/ui/application.ui:33
#: data/ui/application.ui:76 data/ui/application.ui:113
#: data/dev.geopjr.Collision.metainfo.xml.in:4 data/ui/application.ui:34
#: data/ui/application.ui:77 data/ui/application.ui:114
msgid "Collision"
msgstr ""

Expand All @@ -28,15 +28,15 @@ msgid "Hash Generator"
msgstr ""

#: data/dev.geopjr.Collision.desktop.in:8
#: data/dev.geopjr.Collision.metainfo.xml.in:7 data/ui/application.ui:114
#: data/dev.geopjr.Collision.metainfo.xml.in:7 data/ui/application.ui:115
msgid "Check hashes for your files"
msgstr ""

#: data/dev.geopjr.Collision.desktop.in:12
msgid "md5;sha1;sha256;sha512;hash;"
msgid "md5;sha1;sha256;sha512;blake3;crc32;adler32;hash;"
msgstr ""

#: data/dev.geopjr.Collision.metainfo.xml.in:14
#: data/dev.geopjr.Collision.metainfo.xml.in:16
msgid ""
"Verifying that a file you downloaded or received is actually the one you "
"were expecting is often overlooked or too time-consuming to do. At the same "
Expand All @@ -45,11 +45,11 @@ msgid ""
"actors."
msgstr ""

#: data/dev.geopjr.Collision.metainfo.xml.in:20
#: data/dev.geopjr.Collision.metainfo.xml.in:22
msgid ""
"This tool aims to solve that. Collision comes with a simple &amp; clean UI, "
"allowing anyone, from any age and experience group, to generate, compare and "
"verify MD5, SHA-256, SHA-512 and SHA-1 hashes."
"verify MD5, SHA-256, SHA-512, SHA-1, Blake3, CRC32 and Adler32 hashes."
msgstr ""

#: data/ui/application.ui:6
Expand All @@ -68,63 +68,70 @@ msgstr ""
msgid "_About Collision"
msgstr ""

#: data/ui/application.ui:23 data/ui/application.ui:27
#: data/ui/application.ui:23 data/ui/application.ui:28
msgid "Choose a File"
msgstr ""

#: data/ui/application.ui:59
#: data/ui/application.ui:60
msgid "_Open"
msgstr ""

#: data/ui/application.ui:60
#: data/ui/application.ui:61
msgid "Open…"
msgstr ""

#: data/ui/application.ui:97
#: data/ui/application.ui:98
msgid "Menu"
msgstr ""

#: data/ui/application.ui:118
#: data/ui/application.ui:119
msgid "_Open a File"
msgstr ""

#: data/ui/application.ui:165
msgid "Hash"
#: data/ui/application.ui:139
msgid "Calculating Hashes"
msgstr ""

#: data/ui/application.ui:178 data/ui/application.ui:198
#: data/ui/application.ui:218 data/ui/application.ui:238
msgid "Copy"
#: data/ui/application.ui:140
msgid "This might take a while"
msgstr ""

#: data/ui/application.ui:175
msgid "Hash"
msgstr ""

#: data/ui/application.ui:261
#: data/ui/application.ui:191
msgid "Verify"
msgstr ""

#: data/ui/application.ui:274
#: data/ui/application.ui:204
msgid "Checksum"
msgstr ""

#: data/ui/application.ui:303
msgid "MD5,SHA-1,SHA-256 or SHA-512 Hash"
#: data/ui/application.ui:234
msgid "MD5,SHA-1,SHA-256,SHA-512,Blake3,CRC32 or Adler32 Hash"
msgstr ""

#: data/ui/application.ui:332
msgid "Insert a MD5/SHA-1/SHA-256/SHA-512 Hash"
#: data/ui/application.ui:263
msgid "Insert a MD5/SHA-1/SHA-256/SHA-512/Blake3/CRC32/Adler32 Hash"
msgstr ""

#: data/ui/application.ui:354
#: data/ui/application.ui:285
msgid "File"
msgstr ""

#: data/ui/application.ui:369
#: data/ui/application.ui:300
msgid "Select Another File to Check Against"
msgstr ""

#: data/ui/application.ui:411
#: data/ui/application.ui:342
msgid "Choose File…"
msgstr ""

#: data/ui/hash_row.ui:9
msgid "Copy"
msgstr ""

#: data/ui/shortcuts_window.ui:11
msgid "General"
msgstr ""
Expand Down Expand Up @@ -154,7 +161,7 @@ msgid "Check Hashes"
msgstr ""

#. Wikipedia article. If available, set it to the LANGUAGE's version, else leave it as is.
#: src/collision.cr:64
#: src/collision.cr:72
msgid ""
"https://en.wikipedia.org/wiki/Comparison_of_cryptographic_hash_functions"
msgstr ""
Expand All @@ -163,3 +170,9 @@ msgstr ""
#: src/collision/actions/about.cr:22
msgid "translator-credits"
msgstr ""

#. The variables are numbers
#: src/collision/functions/checksum.cr:79
#, c-format
msgid "%d of %d hashes calculated"
msgstr ""

0 comments on commit 4180eab

Please sign in to comment.