Skip to content

Commit

Permalink
Bundle and Language String Updates (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo authored Nov 12, 2023
1 parent b34dc08 commit 27d0783
Show file tree
Hide file tree
Showing 89 changed files with 1,344 additions and 1,074 deletions.
109 changes: 55 additions & 54 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,50 +20,51 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actioncable (7.1.1)
actionpack (= 7.1.1)
activesupport (= 7.1.1)
actioncable (7.1.2)
actionpack (= 7.1.2)
activesupport (= 7.1.2)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
actionmailbox (7.1.1)
actionpack (= 7.1.1)
activejob (= 7.1.1)
activerecord (= 7.1.1)
activestorage (= 7.1.1)
activesupport (= 7.1.1)
actionmailbox (7.1.2)
actionpack (= 7.1.2)
activejob (= 7.1.2)
activerecord (= 7.1.2)
activestorage (= 7.1.2)
activesupport (= 7.1.2)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.1.1)
actionpack (= 7.1.1)
actionview (= 7.1.1)
activejob (= 7.1.1)
activesupport (= 7.1.1)
actionmailer (7.1.2)
actionpack (= 7.1.2)
actionview (= 7.1.2)
activejob (= 7.1.2)
activesupport (= 7.1.2)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.2)
actionpack (7.1.1)
actionview (= 7.1.1)
activesupport (= 7.1.1)
actionpack (7.1.2)
actionview (= 7.1.2)
activesupport (= 7.1.2)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actiontext (7.1.1)
actionpack (= 7.1.1)
activerecord (= 7.1.1)
activestorage (= 7.1.1)
activesupport (= 7.1.1)
actiontext (7.1.2)
actionpack (= 7.1.2)
activerecord (= 7.1.2)
activestorage (= 7.1.2)
activesupport (= 7.1.2)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.1.1)
activesupport (= 7.1.1)
actionview (7.1.2)
activesupport (= 7.1.2)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
Expand All @@ -73,26 +74,26 @@ GEM
activemodel (>= 4.1)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (7.1.1)
activesupport (= 7.1.1)
activejob (7.1.2)
activesupport (= 7.1.2)
globalid (>= 0.3.6)
activemodel (7.1.1)
activesupport (= 7.1.1)
activemodel (7.1.2)
activesupport (= 7.1.2)
activemodel-serializers-xml (1.0.2)
activemodel (> 5.x)
activesupport (> 5.x)
builder (~> 3.1)
activerecord (7.1.1)
activemodel (= 7.1.1)
activesupport (= 7.1.1)
activerecord (7.1.2)
activemodel (= 7.1.2)
activesupport (= 7.1.2)
timeout (>= 0.4.0)
activestorage (7.1.1)
actionpack (= 7.1.1)
activejob (= 7.1.1)
activerecord (= 7.1.1)
activesupport (= 7.1.1)
activestorage (7.1.2)
actionpack (= 7.1.2)
activejob (= 7.1.2)
activerecord (= 7.1.2)
activesupport (= 7.1.2)
marcel (~> 1.0)
activesupport (7.1.1)
activesupport (7.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -312,7 +313,7 @@ GEM
rainbow (>= 2.2.2, < 4.0)
terminal-table (>= 1.5.1)
io-console (0.6.0)
irb (1.8.3)
irb (1.9.0)
rdoc
reline (>= 0.3.8)
jbuilder (2.11.5)
Expand Down Expand Up @@ -427,20 +428,20 @@ GEM
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails (7.1.1)
actioncable (= 7.1.1)
actionmailbox (= 7.1.1)
actionmailer (= 7.1.1)
actionpack (= 7.1.1)
actiontext (= 7.1.1)
actionview (= 7.1.1)
activejob (= 7.1.1)
activemodel (= 7.1.1)
activerecord (= 7.1.1)
activestorage (= 7.1.1)
activesupport (= 7.1.1)
rails (7.1.2)
actioncable (= 7.1.2)
actionmailbox (= 7.1.2)
actionmailer (= 7.1.2)
actionpack (= 7.1.2)
actiontext (= 7.1.2)
actionview (= 7.1.2)
activejob (= 7.1.2)
activemodel (= 7.1.2)
activerecord (= 7.1.2)
activestorage (= 7.1.2)
activesupport (= 7.1.2)
bundler (>= 1.15.0)
railties (= 7.1.1)
railties (= 7.1.2)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
Expand All @@ -451,9 +452,9 @@ GEM
rails-i18n (7.0.8)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
railties (7.1.1)
actionpack (= 7.1.1)
activesupport (= 7.1.1)
railties (7.1.2)
actionpack (= 7.1.2)
activesupport (= 7.1.2)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
Expand Down
2 changes: 1 addition & 1 deletion config/locales/.translation_io
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# ignore the conflicts and "sync" again, it will fix this file for you.

---
timestamp: 1696923777
timestamp: 1699814147
66 changes: 33 additions & 33 deletions config/locales/gettext/app.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PasswordPusher 1.0\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-10-10 09:42+0200\n"
"PO-Revision-Date: 2023-10-10 09:42+0200\n"
"POT-Creation-Date: 2023-11-12 19:35+0100\n"
"PO-Revision-Date: 2023-11-12 19:35+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
Expand All @@ -18,74 +18,74 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"

#: ../../../app/controllers/application_controller.rb:20
#: ../../../app/controllers/application_controller.rb:24
msgid "Not Found"
msgstr ""

#: ../../../app/controllers/feedbacks_controller.rb:12
#: ../../../app/controllers/feedbacks_controller.rb:15
msgid ""
"Our apologies but you failed the spam check. You could try contacting us on G"
"ithub instead."
msgstr ""

#: ../../../app/controllers/feedbacks_controller.rb:17
#: ../../../app/controllers/feedbacks_controller.rb:21
msgid "Feedback sent! We will get back to you as soon as possible."
msgstr ""

#: ../../../app/controllers/feedbacks_controller.rb:19
#: ../../../app/controllers/feedbacks_controller.rb:24
msgid ""
"Could not send feedback. Did you pass the Humanity Test? Valid email? Try a"
"gain?"
msgstr ""

#: ../../../app/controllers/file_pushes_controller.rb:160
#: ../../../app/controllers/passwords_controller.rb:159
#: ../../../app/controllers/urls_controller.rb:150
#: ../../../app/controllers/file_pushes_controller.rb:164
#: ../../../app/controllers/passwords_controller.rb:165
#: ../../../app/controllers/urls_controller.rb:155
msgid ""
"That passphrase is incorrect. Please try again or contact the person or organ"
"ization that sent you this link."
msgstr ""

#: ../../../app/controllers/file_pushes_controller.rb:224
#: ../../../app/controllers/file_pushes_controller.rb:230
msgid ""
"Only 10 active file pushes allowed while in Beta and until things are stable. "
"If it's an option, you can manually expire existing pushes before creating new"
" ones."
msgstr ""

#: ../../../app/controllers/file_pushes_controller.rb:317
#: ../../../app/controllers/passwords_controller.rb:297
#: ../../../app/controllers/urls_controller.rb:290
#: ../../../app/controllers/file_pushes_controller.rb:325
#: ../../../app/controllers/passwords_controller.rb:307
#: ../../../app/controllers/urls_controller.rb:297
msgid "That push doesn't belong to you."
msgstr ""

#: ../../../app/controllers/file_pushes_controller.rb:347
#: ../../../app/controllers/passwords_controller.rb:327
#: ../../../app/controllers/urls_controller.rb:320
#: ../../../app/controllers/urls_controller.rb:324
#: ../../../app/controllers/file_pushes_controller.rb:356
#: ../../../app/controllers/passwords_controller.rb:338
#: ../../../app/controllers/urls_controller.rb:328
#: ../../../app/controllers/urls_controller.rb:332
msgid "That push does not belong to you."
msgstr ""

#: ../../../app/controllers/file_pushes_controller.rb:352
#: ../../../app/controllers/passwords_controller.rb:332
#: ../../../app/controllers/file_pushes_controller.rb:361
#: ../../../app/controllers/passwords_controller.rb:343
msgid "That push is not deletable by viewers."
msgstr ""

#: ../../../app/controllers/file_pushes_controller.rb:358
#: ../../../app/controllers/file_pushes_controller.rb:359
#: ../../../app/controllers/passwords_controller.rb:338
#: ../../../app/controllers/passwords_controller.rb:339
#: ../../../app/controllers/urls_controller.rb:330
#: ../../../app/controllers/urls_controller.rb:331
#: ../../../app/controllers/file_pushes_controller.rb:367
#: ../../../app/controllers/file_pushes_controller.rb:368
#: ../../../app/controllers/passwords_controller.rb:349
#: ../../../app/controllers/passwords_controller.rb:350
#: ../../../app/controllers/urls_controller.rb:338
#: ../../../app/controllers/urls_controller.rb:339
msgid "That push is already expired."
msgstr ""

#: ../../../app/controllers/file_pushes_controller.rb:377
#: ../../../app/controllers/file_pushes_controller.rb:380
#: ../../../app/controllers/passwords_controller.rb:356
#: ../../../app/controllers/passwords_controller.rb:359
#: ../../../app/controllers/urls_controller.rb:348
#: ../../../app/controllers/urls_controller.rb:351
#: ../../../app/controllers/file_pushes_controller.rb:386
#: ../../../app/controllers/file_pushes_controller.rb:389
#: ../../../app/controllers/passwords_controller.rb:367
#: ../../../app/controllers/passwords_controller.rb:370
#: ../../../app/controllers/urls_controller.rb:356
#: ../../../app/controllers/urls_controller.rb:359
#: ../../../app/views/file_pushes/audit.html.erb:97
#: ../../../app/views/file_pushes/audit.html.erb:254
#: ../../../app/views/passwords/audit.html.erb:97
Expand All @@ -95,7 +95,7 @@ msgstr ""
msgid "The push content has been deleted and the secret URL expired."
msgstr ""

#: ../../../app/controllers/urls_controller.rb:201
#: ../../../app/controllers/urls_controller.rb:206
msgid "Invalid URL: Must have a valid URI scheme."
msgstr ""

Expand Down Expand Up @@ -355,7 +355,7 @@ msgid "Your Name"
msgstr ""

#: ../../../app/views/feedbacks/new.html.erb:29
msgid "What is one hundred minus 5?"
msgid "What is one hundred minus 3?"
msgstr ""

#: ../../../app/views/feedbacks/new.html.erb:34
Expand Down
Binary file modified config/locales/gettext/ca/LC_MESSAGES/app.mo
Binary file not shown.
Loading

0 comments on commit 27d0783

Please sign in to comment.