Skip to content

Commit

Permalink
synced translations to translations.io
Browse files Browse the repository at this point in the history
  • Loading branch information
briri committed Feb 10, 2021
1 parent a73c05b commit 903def0
Show file tree
Hide file tree
Showing 7 changed files with 209 additions and 59 deletions.
5 changes: 4 additions & 1 deletion app/views/branded/layouts/_constants.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ constants_json = {
MORE_INFO: _("More info"),
LESS_INFO: _("Less info"),

ACQUIRING_DMP_ID: _("Acquiring your DMP ID. This may take a few minutes ...")
ACQUIRING_DMP_ID: _("Acquiring your DMP ID. This may take a few minutes ..."),

# The following are here so that we can translate them before they get pushed into DMPRoadmap
PUBLISH_TEXT: _("Finalise / Publish")
}.to_json
%>

Expand Down
2 changes: 1 addition & 1 deletion app/views/paginable/plans/_privately_visible.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<li><%= link_to _('Edit'), plan_path(plan) %></li>

<% if plan.administerable_by?(current_user.id) %>
<li><%= link_to _('Finalise/Publish'), publish_plan_path(plan) %></li>
<li><%= link_to _('Finalise / Publish'), publish_plan_path(plan) %></li>
<% end %>

<li><%= link_to _('Download'), download_plan_path(plan) %></li>
Expand Down
85 changes: 67 additions & 18 deletions config/locale/client.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: dmptool 1.0\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2021-01-14 08:21-0800\n"
"PO-Revision-Date: 2021-01-14 08:21-0800\n"
"POT-Creation-Date: 2021-02-10 11:28-0800\n"
"PO-Revision-Date: 2021-02-10 11:28-0800\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
Expand Down Expand Up @@ -73,14 +73,18 @@ msgid "preferences"
msgstr ""

#: ../../app/controllers/application_controller.rb:164
msgid "research output"
msgstr ""

#: ../../app/controllers/application_controller.rb:165
msgid "profile"
msgstr ""

#: ../../app/controllers/application_controller.rb:164
#: ../../app/controllers/application_controller.rb:165
msgid "user"
msgstr ""

#: ../../app/controllers/application_controller.rb:165
#: ../../app/controllers/application_controller.rb:166
msgid "question option"
msgstr ""

Expand All @@ -97,10 +101,12 @@ msgid "Unable to submit your request"
msgstr ""

#: ../../app/controllers/contributors_controller.rb:47
#: ../../app/controllers/research_outputs_controller.rb:38
msgid "added"
msgstr ""

#: ../../app/controllers/contributors_controller.rb:49
#: ../../app/controllers/research_outputs_controller.rb:40
msgid "add"
msgstr ""

Expand All @@ -111,10 +117,12 @@ msgstr ""
#: ../../app/controllers/orgs_controller.rb:95
#: ../../app/controllers/plans_controller.rb:256
#: ../../app/controllers/plans_controller.rb:259
#: ../../app/controllers/plans_controller.rb:383
#: ../../app/controllers/registrations_controller.rb:260
#: ../../app/controllers/registrations_controller.rb:264
#: ../../app/controllers/registrations_controller.rb:289
#: ../../app/controllers/registrations_controller.rb:293
#: ../../app/controllers/research_outputs_controller.rb:59
#: ../../app/controllers/users_controller.rb:99
#: ../../app/controllers/users_controller.rb:126
msgid "saved"
Expand All @@ -131,20 +139,24 @@ msgstr ""
#: ../../app/controllers/plans_controller.rb:275
#: ../../app/controllers/registrations_controller.rb:267
#: ../../app/controllers/registrations_controller.rb:296
#: ../../app/controllers/research_outputs_controller.rb:62
msgid "save"
msgstr ""

#: ../../app/controllers/contributors_controller.rb:76
#: ../../app/controllers/notes_controller.rb:134
#: ../../app/controllers/research_outputs_controller.rb:72
msgid "removed"
msgstr ""

#: ../../app/controllers/contributors_controller.rb:79
#: ../../app/controllers/notes_controller.rb:152
#: ../../app/controllers/research_outputs_controller.rb:75
msgid "remove"
msgstr ""

#: ../../app/controllers/contributors_controller.rb:148
#: ../../app/controllers/research_outputs_controller.rb:169
msgid "plan not found"
msgstr ""

Expand Down Expand Up @@ -266,37 +278,29 @@ msgid "copied"
msgstr ""

#: ../../app/controllers/plans_controller.rb:364
#: ../../app/controllers/plans_controller.rb:385
msgid "copy"
msgstr ""

#: ../../app/controllers/plans_controller.rb:384
#: ../../app/controllers/users_controller.rb:104
msgid "updated"
msgstr ""

#: ../../app/controllers/plans_controller.rb:387
msgid "update"
msgstr ""

#: ../../app/controllers/plans_controller.rb:392
#: ../../app/controllers/plans_controller.rb:389
msgid ""
"Unable to change the plan's status since it is needed at least %{percentage} p"
"ercentage responded"
msgstr ""

#: ../../app/controllers/plans_controller.rb:400
#: ../../app/controllers/plans_controller.rb:395
msgid "Unable to find plan id %{plan_id}"
msgstr ""

#: ../../app/controllers/plans_controller.rb:417
#: ../../app/controllers/plans_controller.rb:411
msgid "Your project is now a test."
msgstr ""

#: ../../app/controllers/plans_controller.rb:417
#: ../../app/controllers/plans_controller.rb:411
msgid "Your project is no longer a test."
msgstr ""

#: ../../app/controllers/plans_controller.rb:421
#: ../../app/controllers/plans_controller.rb:415
msgid "Unable to change the plan's test status"
msgstr ""

Expand Down Expand Up @@ -379,6 +383,10 @@ msgstr ""
msgid "Password and comfirmation must match"
msgstr ""

#: ../../app/controllers/research_outputs_controller.rb:178
msgid "research output not found"
msgstr ""

#: ../../app/controllers/roles_controller.rb:23
msgid ""
"Cannot share plan with %{email} since that email matches with the owner of the"
Expand Down Expand Up @@ -461,6 +469,10 @@ msgid ""
"itation."
msgstr ""

#: ../../app/controllers/users_controller.rb:104
msgid "updated"
msgstr ""

#: ../../app/controllers/users_controller.rb:142
msgid "Successfully %{action} %{username}'s account."
msgstr ""
Expand Down Expand Up @@ -548,6 +560,27 @@ msgid ""
"and execution."
msgstr ""

#: ../../app/presenters/research_output_presenter.rb:61
msgid "Generalist (multidisciplinary)"
msgstr ""

#: ../../app/presenters/research_output_presenter.rb:62
msgid "Discipline specific"
msgstr ""

#: ../../app/presenters/research_output_presenter.rb:63
msgid "Institutional"
msgstr ""

#: ../../app/presenters/research_output_presenter.rb:97
msgid "None specified"
msgstr ""

#: ../../app/presenters/research_output_presenter.rb:104
#: ../../app/presenters/research_output_presenter.rb:111
msgid "Unspecified"
msgstr ""

#: ../../app/views/branded/contact_us/contacts/new.html.erb:2
#: ../../app/views/branded/contact_us/contacts/new.html.erb:5
msgid "Contact Us"
Expand Down Expand Up @@ -743,6 +776,22 @@ msgstr ""
msgid "No results are available for your entry."
msgstr ""

#: ../../app/views/branded/layouts/_constants.html.erb:36
msgid "More info"
msgstr ""

#: ../../app/views/branded/layouts/_constants.html.erb:37
msgid "Less info"
msgstr ""

#: ../../app/views/branded/layouts/_constants.html.erb:39
msgid "Acquiring your DMP ID. This may take a few minutes ..."
msgstr ""

#: ../../app/views/branded/layouts/_constants.html.erb:42
msgid "Finalise / Publish"
msgstr ""

#: ../../app/views/branded/layouts/_fixed_menu.html.erb:17
#: ../../app/views/branded/layouts/mobile/_fixed_menu.html.erb:62
#: ../../app/views/branded/shared/_sign_in_form.html.erb:22
Expand Down
Binary file modified config/locale/en_US/LC_MESSAGES/client.mo
Binary file not shown.
Loading

0 comments on commit 903def0

Please sign in to comment.