mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
more translations
This commit is contained in:
parent
35dd0d8def
commit
69944853f9
|
@ -104,7 +104,7 @@ class SlackSettingsForm extends Component
|
||||||
try {
|
try {
|
||||||
$webhook->post($this->webhook_endpoint, ['body' => $payload]);
|
$webhook->post($this->webhook_endpoint, ['body' => $payload]);
|
||||||
$this->isDisabled='';
|
$this->isDisabled='';
|
||||||
return session()->flash('success' , 'Your'.$this->webhook_name.' Integration works!');
|
return session()->flash('success' , 'Your '.$this->webhook_name.' Integration works!');
|
||||||
|
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
$this->isDisabled= 'disabled';
|
$this->isDisabled= 'disabled';
|
||||||
|
|
|
@ -206,7 +206,7 @@ return [
|
||||||
'webhook_channel' => ':app Channel',
|
'webhook_channel' => ':app Channel',
|
||||||
'webhook_endpoint' => ':app Endpoint',
|
'webhook_endpoint' => ':app Endpoint',
|
||||||
'webhook_integration' => ':app Settings',
|
'webhook_integration' => ':app Settings',
|
||||||
'webhook_test' =>':app test integration',
|
'webhook_test' =>'Test :app integration',
|
||||||
'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ',
|
'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ',
|
||||||
'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
|
'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
|
||||||
'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',
|
'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',
|
||||||
|
|
Loading…
Reference in a new issue