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
end
def description
s_('Integrations|Update your Packagist projects.')
s_('Integrations|Keep your PHP dependencies updated on Packagist.')
end
def self.to_param
......@@ -27,9 +27,30 @@ module Integrations
def fields
[
{ type: 'text', name: 'username', placeholder: '', required: true },
{ type: 'text', name: 'token', placeholder: '', required: true },
{ type: 'text', name: 'server', placeholder: 'https://packagist.org', required: false }
{
type: 'text',
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
......
......@@ -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 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 |
| 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 |
| [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 |
......
......@@ -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."
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"
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."
msgstr ""
msgid "Integrations|Keep your PHP dependencies updated on Packagist."
msgstr ""
msgid "Integrations|Link namespaces"
msgstr ""
......@@ -17698,9 +17710,6 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
msgstr ""
......@@ -29642,6 +29651,9 @@ msgstr ""
msgid "Serve repository static objects (for example, archives and blobs) from external storage."
msgstr ""
msgid "Server (optional)"
msgstr ""
msgid "Server supports batch API only, please update your Git LFS client to version 1.0.1 and up."
msgstr ""
......@@ -35892,6 +35904,9 @@ msgstr ""
msgid "UserProfile|made a private contribution"
msgstr ""
msgid "Username"
msgstr ""
msgid "Username (for password-protected Elasticsearch servers)"
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