Commit 646154bc authored by Marcia Ramos's avatar Marcia Ramos Committed by Mayra Cabrera

TW OKR: Review UI text Packagist integration

parent ac4dcbe0
...@@ -18,7 +18,7 @@ module Integrations ...@@ -18,7 +18,7 @@ module Integrations
end end
def description def description
s_('Integrations|Update your Packagist projects.') s_('Integrations|Keep your PHP dependencies updated on Packagist.')
end end
def self.to_param def self.to_param
...@@ -27,9 +27,30 @@ module Integrations ...@@ -27,9 +27,30 @@ module Integrations
def fields def fields
[ [
{ type: 'text', name: 'username', placeholder: '', required: true }, {
{ type: 'text', name: 'token', placeholder: '', required: true }, type: 'text',
{ type: 'text', name: 'server', placeholder: 'https://packagist.org', required: false } name: 'username',
title: _('Username'),
help: s_('Enter your Packagist username.'),
placeholder: '',
required: true
},
{
type: 'text',
name: 'token',
title: _('Token'),
help: s_('Enter your Packagist token.'),
placeholder: '',
required: true
},
{
type: 'text',
name: 'server',
title: _('Server (optional)'),
help: s_('Enter your Packagist server. Defaults to https://packagist.org.'),
placeholder: 'https://packagist.org',
required: false
}
] ]
end end
......
...@@ -48,7 +48,7 @@ Click on the service links to see further configuration instructions and details ...@@ -48,7 +48,7 @@ Click on the service links to see further configuration instructions and details
| [Mattermost notifications](mattermost.md) | Send notifications about project events to Mattermost channels. | **{dotted-circle}** No | | [Mattermost notifications](mattermost.md) | Send notifications about project events to Mattermost channels. | **{dotted-circle}** No |
| [Mattermost slash commands](mattermost_slash_commands.md) | Perform common tasks with slash commands. | **{dotted-circle}** No | | [Mattermost slash commands](mattermost_slash_commands.md) | Perform common tasks with slash commands. | **{dotted-circle}** No |
| [Microsoft Teams notifications](microsoft_teams.md) | Receive event notifications. | **{dotted-circle}** No | | [Microsoft Teams notifications](microsoft_teams.md) | Receive event notifications. | **{dotted-circle}** No |
| Packagist | Update your projects. | **{check-circle}** Yes | | Packagist | Keep your PHP dependencies updated on Packagist. | **{check-circle}** Yes |
| Pipelines emails | Send the pipeline status to a list of recipients by email. | **{dotted-circle}** No | | Pipelines emails | Send the pipeline status to a list of recipients by email. | **{dotted-circle}** No |
| [Pivotal Tracker](pivotal_tracker.md) | Add commit messages as comments to Pivotal Tracker stories. | **{dotted-circle}** No | | [Pivotal Tracker](pivotal_tracker.md) | Add commit messages as comments to Pivotal Tracker stories. | **{dotted-circle}** No |
| [Prometheus](prometheus.md) | Monitor application metrics. | **{dotted-circle}** No | | [Prometheus](prometheus.md) | Monitor application metrics. | **{dotted-circle}** No |
......
...@@ -12352,6 +12352,15 @@ msgstr "" ...@@ -12352,6 +12352,15 @@ msgstr ""
msgid "Enter the number of seconds, or other human-readable input, like \"1 hour\". This timeout takes precedence over lower timeouts set for the project." msgid "Enter the number of seconds, or other human-readable input, like \"1 hour\". This timeout takes precedence over lower timeouts set for the project."
msgstr "" msgstr ""
msgid "Enter your Packagist server. Defaults to https://packagist.org."
msgstr ""
msgid "Enter your Packagist token."
msgstr ""
msgid "Enter your Packagist username."
msgstr ""
msgid "Enter your password to approve" msgid "Enter your password to approve"
msgstr "" msgstr ""
...@@ -17638,6 +17647,9 @@ msgstr "" ...@@ -17638,6 +17647,9 @@ msgstr ""
msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira."
msgstr "" msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
msgid "Integrations|Link namespaces" msgid "Integrations|Link namespaces"
msgstr "" msgstr ""
...@@ -17698,9 +17710,6 @@ msgstr "" ...@@ -17698,9 +17710,6 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue." msgid "Integrations|To keep this project going, create a new issue."
msgstr "" msgstr ""
msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings" msgid "Integrations|Use custom settings"
msgstr "" msgstr ""
...@@ -29642,6 +29651,9 @@ msgstr "" ...@@ -29642,6 +29651,9 @@ msgstr ""
msgid "Serve repository static objects (for example, archives and blobs) from external storage." msgid "Serve repository static objects (for example, archives and blobs) from external storage."
msgstr "" msgstr ""
msgid "Server (optional)"
msgstr ""
msgid "Server supports batch API only, please update your Git LFS client to version 1.0.1 and up." msgid "Server supports batch API only, please update your Git LFS client to version 1.0.1 and up."
msgstr "" msgstr ""
...@@ -35892,6 +35904,9 @@ msgstr "" ...@@ -35892,6 +35904,9 @@ msgstr ""
msgid "UserProfile|made a private contribution" msgid "UserProfile|made a private contribution"
msgstr "" msgstr ""
msgid "Username"
msgstr ""
msgid "Username (for password-protected Elasticsearch servers)" msgid "Username (for password-protected Elasticsearch servers)"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment