diff --git a/Gemfile.lock b/Gemfile.lock index f8f570c546..432da7e450 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM autoprefixer-rails (9.7.6) execjs bcrypt (3.1.13) - better_errors (2.7.1) + better_errors (2.8.0) coderay (>= 1.0.0) erubi (>= 1.0.0) rack (>= 0.9.0) @@ -123,7 +123,7 @@ GEM dragonfly-s3_data_store (1.3.0) dragonfly (~> 1.0) fog-aws - erubi (1.9.0) + erubi (1.10.0) excon (0.75.0) execjs (2.7.0) factory_bot (6.0.1) diff --git a/app/controllers/registrations_controller.rb b/app/controllers/registrations_controller.rb index 298525d6b1..352fa8481b 100644 --- a/app/controllers/registrations_controller.rb +++ b/app/controllers/registrations_controller.rb @@ -100,7 +100,7 @@ def create end # Determine if reCAPTCHA is enabled and if so verify it - use_recaptcha = Rails.configuration.x.application.use_recaptcha || false + use_recaptcha = Rails.configuration.x.recaptcha.enabled || false if (!use_recaptcha || verify_recaptcha(model: resource)) && resource.save if resource.active_for_authentication? set_flash_message :notice, :signed_up if is_navigational_format? diff --git a/app/views/contributors/edit.html.erb b/app/views/contributors/edit.html.erb index e47ee1213b..59c4b37706 100644 --- a/app/views/contributors/edit.html.erb +++ b/app/views/contributors/edit.html.erb @@ -18,7 +18,7 @@ <%= form_for @contributor, url: plan_contributor_path(@plan, @contributor), html: { method: :put } do |f| %> <%= render partial: "contributors/form", - locals: { form: f, plan: @plan, contributor: @contributor, orgs: @orgs, org_partial: @org_partial } %> + locals: { form: f, plan: @plan, contributor: @contributor, orgs: @all_orgs, org_partial: @org_partial } %> <% end %> diff --git a/app/views/contributors/new.html.erb b/app/views/contributors/new.html.erb index 9286269391..85c0454d2f 100644 --- a/app/views/contributors/new.html.erb +++ b/app/views/contributors/new.html.erb @@ -17,7 +17,7 @@
<%= form_for @contributor, url: plan_contributors_path do |f| %> <%= render partial: "contributors/form", - locals: { form: f, plan: @plan, contributor: @contributor, orgs: @orgs, org_partial: @org_partial } %> + locals: { form: f, plan: @plan, contributor: @contributor, orgs: @all_orgs, org_partial: @org_partial } %> <% end %>
diff --git a/config/locale/app.pot b/config/locale/app.pot index 8d52d2d8cb..ae410efe3e 100644 --- a/config/locale/app.pot +++ b/config/locale/app.pot @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: app 1.0\n" "Report-Msgid-Bugs-To: contact@translation.io\n" -"POT-Creation-Date: 2021-08-18 08:39+0000\n" -"PO-Revision-Date: 2021-08-18 08:39+0000\n" +"POT-Creation-Date: 2021-10-01 11:19+0000\n" +"PO-Revision-Date: 2021-10-01 11:19+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" @@ -2309,6 +2309,7 @@ msgid "Do you have a %{application_name} account?" msgstr "" #: ../../app/views/devise/registrations/new.html.erb:22 +#: ../../app/views/layouts/_navigation.html.erb:63 #: ../../app/views/layouts/_signin_signout.html.erb:41 #: ../../app/views/shared/_access_controls.html.erb:5 #: ../../app/views/shared/_sign_in_form.html.erb:19 diff --git a/config/locale/de/LC_MESSAGES/app.mo b/config/locale/de/LC_MESSAGES/app.mo index 53aeeaf674..c63521277b 100644 Binary files a/config/locale/de/LC_MESSAGES/app.mo and b/config/locale/de/LC_MESSAGES/app.mo differ diff --git a/config/locale/de/app.po b/config/locale/de/app.po index 6ed63f5adf..4aaadf0be7 100644 --- a/config/locale/de/app.po +++ b/config/locale/de/app.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: app 1.0\n" "Report-Msgid-Bugs-To: contact@translation.io\n" -"POT-Creation-Date: 2021-08-18 08:39+0000\n" -"PO-Revision-Date: 2021-08-18 10:39+0200\n" +"POT-Creation-Date: 2021-10-01 11:19+0000\n" +"PO-Revision-Date: 2021-10-01 13:19+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: German\n" "Language: de\n" @@ -2457,6 +2457,7 @@ msgid "Do you have a %{application_name} account?" msgstr "Hast du einen %{application_name}-Account?" #: ../../app/views/devise/registrations/new.html.erb:22 +#: ../../app/views/layouts/_navigation.html.erb:63 #: ../../app/views/layouts/_signin_signout.html.erb:41 #: ../../app/views/shared/_access_controls.html.erb:5 #: ../../app/views/shared/_sign_in_form.html.erb:19 diff --git a/config/locale/en_CA/LC_MESSAGES/app.mo b/config/locale/en_CA/LC_MESSAGES/app.mo index a9eb7abcba..b3f8a5b1c7 100644 Binary files a/config/locale/en_CA/LC_MESSAGES/app.mo and b/config/locale/en_CA/LC_MESSAGES/app.mo differ diff --git a/config/locale/en_CA/app.po b/config/locale/en_CA/app.po index d91fb420b2..b0d0a9e32a 100644 --- a/config/locale/en_CA/app.po +++ b/config/locale/en_CA/app.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: app 1.0\n" "Report-Msgid-Bugs-To: contact@translation.io\n" -"POT-Creation-Date: 2021-08-18 08:39+0000\n" -"PO-Revision-Date: 2021-08-18 10:39+0200\n" +"POT-Creation-Date: 2021-10-01 11:19+0000\n" +"PO-Revision-Date: 2021-10-01 13:19+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: English\n" "Language: en_CA\n" @@ -2309,6 +2309,7 @@ msgid "Do you have a %{application_name} account?" msgstr "" #: ../../app/views/devise/registrations/new.html.erb:22 +#: ../../app/views/layouts/_navigation.html.erb:63 #: ../../app/views/layouts/_signin_signout.html.erb:41 #: ../../app/views/shared/_access_controls.html.erb:5 #: ../../app/views/shared/_sign_in_form.html.erb:19 diff --git a/config/locale/en_GB/LC_MESSAGES/app.mo b/config/locale/en_GB/LC_MESSAGES/app.mo index fec355fd77..901223596a 100644 Binary files a/config/locale/en_GB/LC_MESSAGES/app.mo and b/config/locale/en_GB/LC_MESSAGES/app.mo differ diff --git a/config/locale/en_GB/app.po b/config/locale/en_GB/app.po index b298ecb696..ad5ed8e4f3 100644 --- a/config/locale/en_GB/app.po +++ b/config/locale/en_GB/app.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: app 1.0\n" "Report-Msgid-Bugs-To: contact@translation.io\n" -"POT-Creation-Date: 2021-08-18 08:39+0000\n" -"PO-Revision-Date: 2021-08-18 10:39+0200\n" +"POT-Creation-Date: 2021-10-01 11:19+0000\n" +"PO-Revision-Date: 2021-10-01 13:19+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: English\n" "Language: en_GB\n" @@ -2309,6 +2309,7 @@ msgid "Do you have a %{application_name} account?" msgstr "" #: ../../app/views/devise/registrations/new.html.erb:22 +#: ../../app/views/layouts/_navigation.html.erb:63 #: ../../app/views/layouts/_signin_signout.html.erb:41 #: ../../app/views/shared/_access_controls.html.erb:5 #: ../../app/views/shared/_sign_in_form.html.erb:19 diff --git a/config/locale/en_US/LC_MESSAGES/app.mo b/config/locale/en_US/LC_MESSAGES/app.mo index c4d2f69df0..36978e85ed 100644 Binary files a/config/locale/en_US/LC_MESSAGES/app.mo and b/config/locale/en_US/LC_MESSAGES/app.mo differ diff --git a/config/locale/en_US/app.po b/config/locale/en_US/app.po index bf5726b26b..ab3642bbba 100644 --- a/config/locale/en_US/app.po +++ b/config/locale/en_US/app.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: app 1.0\n" "Report-Msgid-Bugs-To: contact@translation.io\n" -"POT-Creation-Date: 2021-08-18 08:39+0000\n" -"PO-Revision-Date: 2021-08-18 10:39+0200\n" +"POT-Creation-Date: 2021-10-01 11:19+0000\n" +"PO-Revision-Date: 2021-10-01 13:19+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: English\n" "Language: en_US\n" @@ -2317,6 +2317,7 @@ msgid "Do you have a %{application_name} account?" msgstr "" #: ../../app/views/devise/registrations/new.html.erb:22 +#: ../../app/views/layouts/_navigation.html.erb:63 #: ../../app/views/layouts/_signin_signout.html.erb:41 #: ../../app/views/shared/_access_controls.html.erb:5 #: ../../app/views/shared/_sign_in_form.html.erb:19 diff --git a/config/locale/es/LC_MESSAGES/app.mo b/config/locale/es/LC_MESSAGES/app.mo index cfd7734a59..1c12ec9d90 100644 Binary files a/config/locale/es/LC_MESSAGES/app.mo and b/config/locale/es/LC_MESSAGES/app.mo differ diff --git a/config/locale/es/app.po b/config/locale/es/app.po index d6fe94667e..cd1fb9ad9d 100644 --- a/config/locale/es/app.po +++ b/config/locale/es/app.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: app 1.0\n" "Report-Msgid-Bugs-To: contact@translation.io\n" -"POT-Creation-Date: 2021-08-18 08:39+0000\n" -"PO-Revision-Date: 2021-08-18 10:39+0200\n" +"POT-Creation-Date: 2021-10-01 11:19+0000\n" +"PO-Revision-Date: 2021-10-01 13:19+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish\n" "Language: es\n" @@ -2438,6 +2438,7 @@ msgid "Do you have a %{application_name} account?" msgstr "¿Tienes una cuenta %{application_name}?" #: ../../app/views/devise/registrations/new.html.erb:22 +#: ../../app/views/layouts/_navigation.html.erb:63 #: ../../app/views/layouts/_signin_signout.html.erb:41 #: ../../app/views/shared/_access_controls.html.erb:5 #: ../../app/views/shared/_sign_in_form.html.erb:19 diff --git a/config/locale/fi/LC_MESSAGES/app.mo b/config/locale/fi/LC_MESSAGES/app.mo index 15d621beb2..7bda03479c 100644 Binary files a/config/locale/fi/LC_MESSAGES/app.mo and b/config/locale/fi/LC_MESSAGES/app.mo differ diff --git a/config/locale/fi/app.po b/config/locale/fi/app.po index d81a71f1c9..f82ab3e951 100644 --- a/config/locale/fi/app.po +++ b/config/locale/fi/app.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: app 1.0\n" "Report-Msgid-Bugs-To: contact@translation.io\n" -"POT-Creation-Date: 2021-08-18 08:39+0000\n" -"PO-Revision-Date: 2021-08-18 10:39+0200\n" +"POT-Creation-Date: 2021-10-01 11:19+0000\n" +"PO-Revision-Date: 2021-10-01 13:19+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish\n" "Language: fi\n" @@ -2421,6 +2421,7 @@ msgid "Do you have a %{application_name} account?" msgstr "Onko sinulla jo %{application_name} -tili?" #: ../../app/views/devise/registrations/new.html.erb:22 +#: ../../app/views/layouts/_navigation.html.erb:63 #: ../../app/views/layouts/_signin_signout.html.erb:41 #: ../../app/views/shared/_access_controls.html.erb:5 #: ../../app/views/shared/_sign_in_form.html.erb:19 diff --git a/config/locale/fr_CA/LC_MESSAGES/app.mo b/config/locale/fr_CA/LC_MESSAGES/app.mo index 20709bb053..6d66c6e855 100644 Binary files a/config/locale/fr_CA/LC_MESSAGES/app.mo and b/config/locale/fr_CA/LC_MESSAGES/app.mo differ diff --git a/config/locale/fr_CA/app.po b/config/locale/fr_CA/app.po index fbfb9d60d0..54baecc671 100644 --- a/config/locale/fr_CA/app.po +++ b/config/locale/fr_CA/app.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: app 1.0\n" "Report-Msgid-Bugs-To: contact@translation.io\n" -"POT-Creation-Date: 2021-08-18 08:39+0000\n" -"PO-Revision-Date: 2021-08-18 10:39+0200\n" +"POT-Creation-Date: 2021-10-01 11:19+0000\n" +"PO-Revision-Date: 2021-10-01 13:19+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: French\n" "Language: fr_CA\n" @@ -2449,6 +2449,7 @@ msgid "Do you have a %{application_name} account?" msgstr "Avez-vous un compte %{application_name}?" #: ../../app/views/devise/registrations/new.html.erb:22 +#: ../../app/views/layouts/_navigation.html.erb:63 #: ../../app/views/layouts/_signin_signout.html.erb:41 #: ../../app/views/shared/_access_controls.html.erb:5 #: ../../app/views/shared/_sign_in_form.html.erb:19 diff --git a/config/locale/fr_FR/LC_MESSAGES/app.mo b/config/locale/fr_FR/LC_MESSAGES/app.mo index 434c2d6261..3dab52347f 100644 Binary files a/config/locale/fr_FR/LC_MESSAGES/app.mo and b/config/locale/fr_FR/LC_MESSAGES/app.mo differ diff --git a/config/locale/fr_FR/app.po b/config/locale/fr_FR/app.po index c55a63c751..dc0f963d2e 100644 --- a/config/locale/fr_FR/app.po +++ b/config/locale/fr_FR/app.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: app 1.0\n" "Report-Msgid-Bugs-To: contact@translation.io\n" -"POT-Creation-Date: 2021-08-18 08:39+0000\n" -"PO-Revision-Date: 2021-08-18 10:39+0200\n" +"POT-Creation-Date: 2021-10-01 11:19+0000\n" +"PO-Revision-Date: 2021-10-01 13:19+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -2447,6 +2447,7 @@ msgid "Do you have a %{application_name} account?" msgstr "Avez vous un compte sur %{application_name} ?" #: ../../app/views/devise/registrations/new.html.erb:22 +#: ../../app/views/layouts/_navigation.html.erb:63 #: ../../app/views/layouts/_signin_signout.html.erb:41 #: ../../app/views/shared/_access_controls.html.erb:5 #: ../../app/views/shared/_sign_in_form.html.erb:19 diff --git a/config/locale/pt_BR/LC_MESSAGES/app.mo b/config/locale/pt_BR/LC_MESSAGES/app.mo index 25bce9d064..7d2e6cb2d6 100644 Binary files a/config/locale/pt_BR/LC_MESSAGES/app.mo and b/config/locale/pt_BR/LC_MESSAGES/app.mo differ diff --git a/config/locale/pt_BR/app.po b/config/locale/pt_BR/app.po index f3aa960ff1..ff7bd33ce9 100644 --- a/config/locale/pt_BR/app.po +++ b/config/locale/pt_BR/app.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: app 1.0\n" "Report-Msgid-Bugs-To: contact@translation.io\n" -"POT-Creation-Date: 2021-08-18 08:39+0000\n" -"PO-Revision-Date: 2021-08-18 10:39+0200\n" +"POT-Creation-Date: 2021-10-01 11:19+0000\n" +"PO-Revision-Date: 2021-10-01 13:19+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese\n" "Language: pt_BR\n" @@ -2429,6 +2429,7 @@ msgid "Do you have a %{application_name} account?" msgstr "Você tem uma conta %{application_name}?" #: ../../app/views/devise/registrations/new.html.erb:22 +#: ../../app/views/layouts/_navigation.html.erb:63 #: ../../app/views/layouts/_signin_signout.html.erb:41 #: ../../app/views/shared/_access_controls.html.erb:5 #: ../../app/views/shared/_sign_in_form.html.erb:19 diff --git a/config/locale/sv_FI/LC_MESSAGES/app.mo b/config/locale/sv_FI/LC_MESSAGES/app.mo index 1e673fb2a0..3da5a80fca 100644 Binary files a/config/locale/sv_FI/LC_MESSAGES/app.mo and b/config/locale/sv_FI/LC_MESSAGES/app.mo differ diff --git a/config/locale/sv_FI/app.po b/config/locale/sv_FI/app.po index 0f39a85292..eb9a56900c 100644 --- a/config/locale/sv_FI/app.po +++ b/config/locale/sv_FI/app.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: app 1.0\n" "Report-Msgid-Bugs-To: contact@translation.io\n" -"POT-Creation-Date: 2021-08-18 08:39+0000\n" -"PO-Revision-Date: 2021-08-18 10:39+0200\n" +"POT-Creation-Date: 2021-10-01 11:19+0000\n" +"PO-Revision-Date: 2021-10-01 13:19+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish\n" "Language: sv_FI\n" @@ -2414,6 +2414,7 @@ msgid "Do you have a %{application_name} account?" msgstr "Har du ett %{application_name} konto?" #: ../../app/views/devise/registrations/new.html.erb:22 +#: ../../app/views/layouts/_navigation.html.erb:63 #: ../../app/views/layouts/_signin_signout.html.erb:41 #: ../../app/views/shared/_access_controls.html.erb:5 #: ../../app/views/shared/_sign_in_form.html.erb:19 diff --git a/config/locale/tr_TR/LC_MESSAGES/app.mo b/config/locale/tr_TR/LC_MESSAGES/app.mo index 9f96b9ac6d..c8fca2f360 100644 Binary files a/config/locale/tr_TR/LC_MESSAGES/app.mo and b/config/locale/tr_TR/LC_MESSAGES/app.mo differ diff --git a/config/locale/tr_TR/app.po b/config/locale/tr_TR/app.po index 58d178909c..873bc19faf 100644 --- a/config/locale/tr_TR/app.po +++ b/config/locale/tr_TR/app.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: app 1.0\n" "Report-Msgid-Bugs-To: contact@translation.io\n" -"POT-Creation-Date: 2021-08-18 08:39+0000\n" -"PO-Revision-Date: 2021-08-18 10:39+0200\n" +"POT-Creation-Date: 2021-10-01 11:19+0000\n" +"PO-Revision-Date: 2021-10-01 13:19+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish\n" "Language: tr_TR\n" @@ -1305,7 +1305,7 @@ msgstr "%{authors}" #: ../../app/models/concerns/exportable_plan.rb:135 msgid "%{affiliation}" -msgstr "%{affiliation}" +msgstr "Bağlı olunan kurum/kuruluş:" #: ../../app/models/concerns/exportable_plan.rb:137 #: ../../app/models/concerns/exportable_plan.rb:139 @@ -2413,6 +2413,7 @@ msgid "Do you have a %{application_name} account?" msgstr "%{application_name} hesabınız var mı?" #: ../../app/views/devise/registrations/new.html.erb:22 +#: ../../app/views/layouts/_navigation.html.erb:63 #: ../../app/views/layouts/_signin_signout.html.erb:41 #: ../../app/views/shared/_access_controls.html.erb:5 #: ../../app/views/shared/_sign_in_form.html.erb:19 diff --git a/config/locales/.translation_io b/config/locales/.translation_io index c237e46017..bed0f0ab69 100644 --- a/config/locales/.translation_io +++ b/config/locales/.translation_io @@ -1,2 +1,2 @@ --- -timestamp: 1629275957 +timestamp: 1633087160 diff --git a/config/locales/translation.de.yml b/config/locales/translation.de.yml index 7281133b2a..2c79e49ded 100644 --- a/config/locales/translation.de.yml +++ b/config/locales/translation.de.yml @@ -117,15 +117,6 @@ de: konnte:" model_invalid: 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}' required: muss ausgefüllt werden - unavailable_session: "Session %{id} ist nicht mehr im Arbeitsspeicher verfügbar. - \n\nSollte Ihr System auf einem Multi-Process-Server (wie Unicorn oder Puma) - laufen, dann speichert der Prozess, den diese Anfrage ansteuert, keine %{id} - im Arbeitspeicher. Sie sollten die Anzahl der Prozesse/Arbeiter auf eins (1) - setzen oder einen anderen Server für die Entwicklung verwenden." - unacceptable_request: " Im Accept-Header wird eine unterstützte Version erwartet." - connection_refused: |- - Ups! Konnte keine Verbindung zur Web-Console-Middleware herstellen. - Bitte stellen Sie sicher, dass ein Rails-Development-Server läuft. template: body: 'Bei den folgenden Feldern gibt es Unstimmigkeiten:' header: diff --git a/config/locales/translation.en-CA.yml b/config/locales/translation.en-CA.yml index 28b000e488..d10f8ad442 100644 --- a/config/locales/translation.en-CA.yml +++ b/config/locales/translation.en-CA.yml @@ -121,9 +121,6 @@ en-CA: header: one: 1 error prohibited this %{model} from being saved other: "%{count} errors prohibited this %{model} from being saved" - unavailable_session: - unacceptable_request: - connection_refused: activerecord: errors: messages: diff --git a/config/locales/translation.en-GB.yml b/config/locales/translation.en-GB.yml index b304bb3441..adfd57062c 100644 --- a/config/locales/translation.en-GB.yml +++ b/config/locales/translation.en-GB.yml @@ -116,9 +116,6 @@ en-GB: other: "%{count} errors prohibited this %{resource} from being saved:" model_invalid: 'Validation failed: %{errors}' required: must exist - unavailable_session: - unacceptable_request: - connection_refused: template: body: 'There were problems with the following fields:' header: diff --git a/config/locales/translation.en-US.yml b/config/locales/translation.en-US.yml index 61dfb56c09..2a054b2d80 100644 --- a/config/locales/translation.en-US.yml +++ b/config/locales/translation.en-US.yml @@ -116,9 +116,6 @@ en-US: other: "%{count} errors prohibited this %{resource} from being saved:" model_invalid: 'Validation failed: %{errors}' required: must exist - unavailable_session: - unacceptable_request: - connection_refused: template: body: 'There were problems with the following fields:' header: diff --git a/config/locales/translation.es.yml b/config/locales/translation.es.yml index 1adb863ec2..a3521d3a2b 100644 --- a/config/locales/translation.es.yml +++ b/config/locales/translation.es.yml @@ -116,16 +116,6 @@ es: other: "%{count} errores impidieron que este %{resource} fuese guardado:" model_invalid: 'La validación falló: %{errors}' required: debe existir - unavailable_session: |- - Sesión %{id} ya no se encuentra disponible en la memoria. - - Si le sucede a ejecutar en un servidor multi-proceso (como el unicornio o Puma) el proceso de - esta solicitud golpe no almacena %{id} en la memoria. Considere girando el número de - procesos / trabajadores a uno (1) o el uso de un servidor diferente en el desarrollo. - unacceptable_request: Una versión compatible Se espera que en la cabecera Aceptar. - connection_refused: |- - Ups! No se pudo conectar a la consola Web de middleware. - Por favor asegúrese de que un servidor de desarrollo carriles se está ejecutando. template: body: 'Se encontraron problemas con los siguientes campos:' header: diff --git a/config/locales/translation.fi.yml b/config/locales/translation.fi.yml index 2ba54b4959..90349ee736 100644 --- a/config/locales/translation.fi.yml +++ b/config/locales/translation.fi.yml @@ -115,13 +115,6 @@ fi: other: "%{count} virhettä estivät kohteen %{resource} tallennuksen:" model_invalid: 'Validointi epäonnistui: %{errors}' required: täytyy olla - unavailable_session: Istunnon %{id} ei ole enää saatavilla muistissa. Jos satut - ajaa usean prosessin palvelimen (kuten Unicorn tai Puma) prosessi. Tämä pyyntö - osuma ei tallenna %{id} muistiin. Tarkastellaan kääntämällä määrä prosessit - / työntekijät yhteen (1) tai käyttämällä eri palvelinta kehittämiseen. - unacceptable_request: Pitää olla tuettu versio Hyväksytty otsikossa. - connection_refused: Oho! Yhteys nettikonsolin väliohjelmistoon epäonnistui. Varmista, - että palvelin on käynnissä. template: body: 'Seuraavat kentät aiheuttivat ongelmia:' header: diff --git a/config/locales/translation.fr-CA.yml b/config/locales/translation.fr-CA.yml index 4d0f914b04..f36b76baec 100644 --- a/config/locales/translation.fr-CA.yml +++ b/config/locales/translation.fr-CA.yml @@ -121,17 +121,6 @@ fr-CA: header: one: " 1 erreur a empêché l’enregistrement de %{model}" other: "%{count} erreurs ont empêché l’enregistrement de %{model} " - unavailable_session: | - La session %{id} n’est plus disponible en mémoire. - - S'il vous arrive d’exécuter le processus sur un serveur multi-processus (comme Unicorn ou Puma), le processus cette requête ne stocke pas %{id} en mémoire. Pensez à remettre le nombre de processus ou de travailleurs à un (1) ou à utiliser un autre serveur en développement. - unacceptable_request: 'Une version prise en charge est attendue dans l’en-tête - Accept. - -' - connection_refused: | - Oups! Échec de la connexion à l’intergiciel de la console Web. - Veuillez vous assurer qu’un serveur de développement Rails est en cours d'exécution. activerecord: errors: messages: diff --git a/config/locales/translation.fr-FR.yml b/config/locales/translation.fr-FR.yml index 4968abe2d1..3e4893653d 100644 --- a/config/locales/translation.fr-FR.yml +++ b/config/locales/translation.fr-FR.yml @@ -116,17 +116,6 @@ fr-FR: other: "%{count} erreurs ont empêché d’enregistrer ce(tte) %{resource} :" model_invalid: 'Validation échouée : %{errors}' required: doit exister - unavailable_session: |- - La session %{id} n'est plus disponible en mémoire. - - Si vous utilisez un serveur multi-processus (comme Unicorn ou Puma), le processus - cet appel de requête ne stocke pas %{id} en mémoire. Pensez à tourner le nombre de - processus / travailleurs à un (1) ou en utilisant un serveur différent en développement. - unacceptable_request: Une version prise en charge est attendue dans l'en-tête - Accept. - connection_refused: |- - Oops! Impossible de se connecter à la console Web middleware. - faire S'il vous plaît assurer un serveur de développement de rails est en cours d'exécution. template: body: 'Veuillez vérifier les champs suivants : ' header: diff --git a/config/locales/translation.pt-BR.yml b/config/locales/translation.pt-BR.yml index 92737b48a3..f7d15265ec 100644 --- a/config/locales/translation.pt-BR.yml +++ b/config/locales/translation.pt-BR.yml @@ -116,18 +116,6 @@ pt-BR: other: "%{count} erros proibiram que esse %{resource} fosse salvo:" model_invalid: 'A validação falhou: %{errors}' required: é obrigatório(a) - unavailable_session: | - A sessão %{id} não está mais disponível na memória. - - Se acontecer de você executar em um servidor com vários processos (como Unicorn ou Puma), o processo - esta solicitação não armazena %{id} na memória. Considere transformar o número de - processos / trabalhadores para um (1) ou usando um servidor diferente em desenvolvimento. - unacceptable_request: 'Uma versão suportada é esperada no cabeçalho Accept. - -' - connection_refused: | - Opa! Falha ao conectar-se ao middleware do console da Web. - Por favor, certifique-se de que um servidor de desenvolvimento de trilhos está sendo executado. template: body: 'Por favor, verifique o(s) seguinte(s) campo(s):' header: diff --git a/config/locales/translation.sv-FI.yml b/config/locales/translation.sv-FI.yml index f4d69fecbe..c1586645ad 100644 --- a/config/locales/translation.sv-FI.yml +++ b/config/locales/translation.sv-FI.yml @@ -116,16 +116,6 @@ sv-FI: other: "%{count} fel hindrade detta %{resource} från att sparas:" model_invalid: 'Validering misslyckades: %{errors}' required: måste finnas - unavailable_session: |- - Session %{id} är inte längre tillgänglig i minnet. - - Om du råkar köra på en multi-process-server (som Unicorn eller Puma) processen - den här förfrågan träffar inte %{id} i minnet. Överväg att vrida antalet - processer / arbetare till en (1) eller använder en annan server i utveckling. - unacceptable_request: En stödd version förväntas i Accept header. - connection_refused: |- - hoppsan! Misslyckades att ansluta till middleware-konsolen. - Se till att en railsutvecklingsserver körs. template: body: 'Det var problem med följande fält:' header: diff --git a/config/locales/translation.tr-TR.yml b/config/locales/translation.tr-TR.yml index 2d79430fb2..1a312ff16c 100644 --- a/config/locales/translation.tr-TR.yml +++ b/config/locales/translation.tr-TR.yml @@ -128,14 +128,6 @@ tr-TR: header: one: 1 hata oluştuğu için %{model} kaydedilemedi other: "%{count} hata oluştuğu için %{model} kaydedilemedi" - unavailable_session: | - Oturum %{id} artık bellekte mevcut değil. - - Unicorn veya Puma gibi bir çoklu-işlem sunucusunda çalışıyorsanız, bu isteğe karşılık gelen işlem, %{id}'i bellekte saklamaz. İşlem/çalışan sayısını bir (1) olarak ayarlamayı ya da geliştirme ortamında farklı bir sunucu kullanmayı değerlendirin. - unacceptable_request: Accept header'da desteklenen bir sürüm bekleniyor. - connection_refused: |- - Hata! Web Konsolu ara katman yazılımına bağlanılamadı. - Lütfen bir Rails geliştirme sunucusunun çalıştığından emin olun. activerecord: errors: messages: