mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-02 02:26:57 +03:00
New Crowdin updates (#3158)
* New translations activities.php (Slovak) * New translations activities.php (Slovak) * New translations common.php (Russian) * New translations settings.php (Russian) * New translations common.php (Japanese) * New translations settings.php (Japanese) * New translations activities.php (Persian) * New translations auth.php (Persian) * New translations auth.php (Persian) * New translations entities.php (Persian) * New translations common.php (Persian) * New translations auth.php (Persian) * New translations entities.php (Persian) * New translations settings.php (Persian) * New translations entities.php (Persian) * New translations validation.php (Persian) * New translations settings.php (Persian) * New translations settings.php (Spanish, Argentina) * New translations common.php (Spanish, Argentina) * New translations settings.php (Spanish, Argentina) * New translations activities.php (Spanish, Argentina) * New translations entities.php (Spanish, Argentina) * New translations entities.php (Persian) * New translations settings.php (Persian) * New translations entities.php (Persian) * New translations errors.php (Persian) * New translations settings.php (French) * New translations common.php (French) * New translations settings.php (French) * New translations entities.php (Persian) * New translations settings.php (Persian) * New translations entities.php (Persian) * New translations errors.php (Persian)
This commit is contained in:
@ -74,7 +74,7 @@ return [
|
||||
'status' => 'Statut',
|
||||
'status_active' => 'Actif',
|
||||
'status_inactive' => 'Inactif',
|
||||
'never' => 'Never',
|
||||
'never' => 'Jamais',
|
||||
|
||||
// Header
|
||||
'header_menu_expand' => 'Développer le menu',
|
||||
|
@ -240,24 +240,24 @@ return [
|
||||
'webhooks_edit' => 'Éditer le Webhook',
|
||||
'webhooks_save' => 'Enregistrer le Webhook',
|
||||
'webhooks_details' => 'Détails du Webhook',
|
||||
'webhooks_details_desc' => 'Provide a user friendly name and a POST endpoint as a location for the webhook data to be sent to.',
|
||||
'webhooks_details_desc' => 'Renseignez un nom ainsi que votre endpoint POST sur lequel les données du webhook doivent être envoyées.',
|
||||
'webhooks_events' => 'Événements du Webhook',
|
||||
'webhooks_events_desc' => 'Select all the events that should trigger this webhook to be called.',
|
||||
'webhooks_events_warning' => 'Keep in mind that these events will be triggered for all selected events, even if custom permissions are applied. Ensure that use of this webhook won\'t expose confidential content.',
|
||||
'webhooks_events_desc' => 'Sélectionnez tous les évènements qui doivent déclencher un appel sur ce webhook.',
|
||||
'webhooks_events_warning' => 'Gardez à l\'esprit que ces événements seront déclenchés pour chaque événement sélectionné, même si des permissions personnalisées sont appliquées. Vérifiez bien que l\'utilisation de ce webhook n\'exposera pas de contenu confidentiel.',
|
||||
'webhooks_events_all' => 'Tous les événements système',
|
||||
'webhooks_name' => 'Nom du Webhook',
|
||||
'webhooks_timeout' => 'Webhook Request Timeout (Seconds)',
|
||||
'webhooks_timeout' => 'Délai d\'expiration de requête du Webhook (en secondes)',
|
||||
'webhooks_endpoint' => 'Point de terminaison du Webhook',
|
||||
'webhooks_active' => 'Webhook actif',
|
||||
'webhook_events_table_header' => 'Événements',
|
||||
'webhooks_delete' => 'Supprimer le Webhook',
|
||||
'webhooks_delete_warning' => 'This will fully delete this webhook, with the name \':webhookName\', from the system.',
|
||||
'webhooks_delete_confirm' => 'Are you sure you want to delete this webhook?',
|
||||
'webhooks_format_example' => 'Webhook Format Example',
|
||||
'webhooks_format_example_desc' => 'Webhook data is sent as a POST request to the configured endpoint as JSON following the format below. The "related_item" and "url" properties are optional and will depend on the type of event triggered.',
|
||||
'webhooks_status' => 'Webhook Status',
|
||||
'webhooks_last_called' => 'Last Called:',
|
||||
'webhooks_last_errored' => 'Last Errored:',
|
||||
'webhooks_delete_warning' => 'Ceci supprimera complètement du système le webhook ayant le nom \':webhookName\'.',
|
||||
'webhooks_delete_confirm' => 'Êtes-vous sûr(e) de vouloir supprimer ce webhook ?',
|
||||
'webhooks_format_example' => 'Exemple de Format de Webhook',
|
||||
'webhooks_format_example_desc' => 'Les données du webhook sont envoyées dans une requête POST vers l\'endpoint au format JSON respectant le format ci-dessous. Les propriétés "related_item" et "url" sont optionnelles et dépendront du type d\'événement déclenché.',
|
||||
'webhooks_status' => 'Statut du webhook',
|
||||
'webhooks_last_called' => 'Dernier appel :',
|
||||
'webhooks_last_errored' => 'Dernier en erreur :',
|
||||
'webhooks_last_error_message' => 'Dernier message d\'erreur : ',
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user