first commit
This commit is contained in:
16
lang/vendor/backpack/fr_CA/backup.php
vendored
Normal file
16
lang/vendor/backpack/fr_CA/backup.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
62
lang/vendor/backpack/fr_CA/base.php
vendored
Normal file
62
lang/vendor/backpack/fr_CA/base.php
vendored
Normal file
@ -0,0 +1,62 @@
|
||||
<?php
|
||||
|
||||
// Please note it is recommended to use the subtag [fr-CA], not [fr_CA]
|
||||
// That is the one formalized by the W3C in the IANA Language Subtag Registry
|
||||
// - https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
|
||||
// - https://www.w3.org/International/questions/qa-choosing-language-tags
|
||||
//
|
||||
// Also, that is the one used by the most popular Laravel translation package
|
||||
// - https://github.com/caouecs/Laravel-lang/tree/master/src
|
||||
//
|
||||
// Backpack provides translations for both subtags, for backwards compatibility.
|
||||
// But this will change at some point, and we will only support [fr-CA].
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Backpack\Base Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'registration_closed' => 'Inscription fermée.',
|
||||
'first_page_you_see' => 'La première page que vous voyez après connexion',
|
||||
'login_status' => 'Etat de connexion',
|
||||
'logged_in' => 'Vous êtes connecté!',
|
||||
'toggle_navigation' => 'Afficher/masquer la navigation',
|
||||
'administration' => 'ADMINISTRATION',
|
||||
'user' => 'UTILISATEUR',
|
||||
'logout' => 'Déconnexion',
|
||||
'login' => 'Connexion',
|
||||
'register' => 'Inscription',
|
||||
'name' => 'Nom',
|
||||
'email_address' => 'Adresse e-mail',
|
||||
'password' => 'Mot de passe',
|
||||
'old_password' => 'Ancien mot de passe',
|
||||
'new_password' => 'Nouveau mot de passe',
|
||||
'confirm_password' => 'Confirmation du mot de passe',
|
||||
'remember_me' => 'Se souvenir de moi',
|
||||
'forgot_your_password' => 'Mot de passe oublié ?',
|
||||
'reset_password' => 'Réinitialiser le mot de passe',
|
||||
'send_reset_link' => 'Envoyer un lien de réinitialisation du mot de passe',
|
||||
'click_here_to_reset' => 'Cliquez ici pour réinitialiser votre mot de passe',
|
||||
'change_password' => 'Modifier le mot de passe',
|
||||
'unauthorized' => 'Non autorisé.',
|
||||
'dashboard' => 'Tableau de bord',
|
||||
'handcrafted_by' => 'Artisé par',
|
||||
'powered_by' => 'Propulsé par',
|
||||
'my_account' => 'Mon compte',
|
||||
'update_account_info' => 'Modifier mon compte',
|
||||
'save' => 'Enregistrer',
|
||||
'cancel' => 'Annuler',
|
||||
'error' => 'Erreur',
|
||||
'success' => 'Succès',
|
||||
'old_password_incorrect' => 'L’ancien mot de passe est erroné.',
|
||||
'password_dont_match' => 'Les mots de passe ne correspondent pas.',
|
||||
'password_empty' => 'Assurez-vous de bien avoir rempli les champs de mot de passe.',
|
||||
'password_updated' => 'Mot de passe mis à jour.',
|
||||
'account_updated' => 'Compte mis à jour avec succès.',
|
||||
'unknown_error' => 'Un erreur s’est produite. Veuillez réessayer.',
|
||||
'error_saving' => 'Erreur lors de l’enregistrement. Veuillez réessayer.',
|
||||
'session_expired_error' => 'Votre session a expiré. Veuillez vous reconnecter à votre compte.',
|
||||
];
|
142
lang/vendor/backpack/fr_CA/crud.php
vendored
Normal file
142
lang/vendor/backpack/fr_CA/crud.php
vendored
Normal file
@ -0,0 +1,142 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Backpack Crud Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the CRUD interface.
|
||||
| You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
// Forms
|
||||
'save_action_save_and_new' => 'Enregistrer et créer un nouveau',
|
||||
'save_action_save_and_edit' => 'Enregistrer et éditer',
|
||||
'save_action_save_and_back' => 'Enregistrer et retour',
|
||||
'save_action_changed_notification' => 'Action par défaut changée',
|
||||
|
||||
// Create form
|
||||
'add' => 'Ajouter',
|
||||
'back_to_all' => 'Retour à la liste ',
|
||||
'cancel' => 'Annuler',
|
||||
'add_a_new' => 'Ajouter un nouvel élément ',
|
||||
|
||||
// Edit form
|
||||
'edit' => 'Modifier',
|
||||
'save' => 'Enregistrer',
|
||||
|
||||
// Translatable models
|
||||
'edit_translations' => 'EDITER LES TRADUCTIONS',
|
||||
'language' => 'Langue',
|
||||
|
||||
// CRUD table view
|
||||
'all' => 'Tous les ',
|
||||
'in_the_database' => 'dans la base de données',
|
||||
'list' => 'Liste',
|
||||
'actions' => 'Actions',
|
||||
'preview' => 'Aperçu',
|
||||
'delete' => 'Supprimer',
|
||||
'admin' => 'Administration',
|
||||
'details_row' => 'Ligne de détail. Modifiez la à volonté.',
|
||||
'details_row_loading_error' => 'Une erreur est survenue en chargeant les détails. Veuillez réessayer.',
|
||||
|
||||
// Confirmation messages and bubbles
|
||||
'delete_confirm' => 'Souhaitez-vous réellement supprimer cet élément?',
|
||||
'delete_confirmation_title' => 'Élément supprimé',
|
||||
'delete_confirmation_message' => 'L’élément a été supprimé avec succès.',
|
||||
'delete_confirmation_not_title' => 'NON supprimé',
|
||||
'delete_confirmation_not_message' => 'Une erreur est survenue. Votre élément n’a peut-être pas été effacé.',
|
||||
'delete_confirmation_not_deleted_title' => 'Non supprimé',
|
||||
'delete_confirmation_not_deleted_message' => 'Aucune modification. Votre élément a été conservé.',
|
||||
|
||||
'ajax_error_title' => 'Erreur',
|
||||
'ajax_error_text' => 'Erreur lors du chargement. Merci de réactualiser la page.',
|
||||
|
||||
// DataTables translation
|
||||
'emptyTable' => 'Aucune donnée à afficher.',
|
||||
'info' => 'Affichage des éléments _START_ à _END_ sur _TOTAL_',
|
||||
'infoEmpty' => '',
|
||||
'infoFiltered' => '(filtré à partir de _MAX_ éléments au total)',
|
||||
'infoPostFix' => '.',
|
||||
'thousands' => ',',
|
||||
'lengthMenu' => '_MENU_ enregistrements par page',
|
||||
'loadingRecords' => 'Chargement...',
|
||||
'processing' => 'Traitement...',
|
||||
'search' => 'Recherche',
|
||||
'zeroRecords' => 'Aucun enregistrement correspondant trouvé',
|
||||
'paginate' => [
|
||||
'first' => 'Premier',
|
||||
'last' => 'Dernier',
|
||||
'next' => 'Suivant',
|
||||
'previous' => 'Précédent',
|
||||
],
|
||||
'aria' => [
|
||||
'sortAscending' => ': activez pour trier la colonne par ordre croissant',
|
||||
'sortDescending' => ': activez pour trier la colonne par ordre décroissant',
|
||||
],
|
||||
'export' => [
|
||||
'export' => 'Exporter',
|
||||
'copy' => 'Copier',
|
||||
'excel' => 'Excel',
|
||||
'csv' => 'CSV',
|
||||
'pdf' => 'PDF',
|
||||
'print' => 'Imprimer',
|
||||
'column_visibility' => 'Affichage des colonnes',
|
||||
],
|
||||
|
||||
// global crud - errors
|
||||
'unauthorized_access' => 'Accès non autorisé - vous n’avez pas les droits nécessaires à la consultation de cette page.',
|
||||
'please_fix' => 'Veuillez corriger les erreurs suivantes :',
|
||||
|
||||
// global crud - success / error notification bubbles
|
||||
'insert_success' => 'L’élément a été ajouté avec succès.',
|
||||
'update_success' => 'L’élément a été modifié avec succès.',
|
||||
|
||||
// CRUD reorder view
|
||||
'reorder' => 'Réordonner',
|
||||
'reorder_text' => 'Utilisez le glisser-déposer pour réordonner.',
|
||||
'reorder_success_title' => 'Fait',
|
||||
'reorder_success_message' => 'L’ordre a été enregistré.',
|
||||
'reorder_error_title' => 'Erreur',
|
||||
'reorder_error_message' => 'L’ordre n’a pas pu être enregistré.',
|
||||
|
||||
// CRUD yes/no
|
||||
'yes' => 'Oui',
|
||||
'no' => 'Non',
|
||||
|
||||
// CRUD filters navbar view
|
||||
'filters' => 'Filtres',
|
||||
'toggle_filters' => 'Activer les filtres',
|
||||
'remove_filters' => 'Retirer les filtres',
|
||||
|
||||
//filters language strings
|
||||
'today' => 'Aujourd\'hui',
|
||||
'yesterday' => 'Hier',
|
||||
'last_7_days' => '7 derniers jours',
|
||||
'last_30_days' => '30 derniers jours',
|
||||
'this_month' => 'Ce mois-ci',
|
||||
'last_month' => 'Le mois dernier',
|
||||
'custom_range' => 'Durée personnalisé',
|
||||
'weekLabel' => 'S',
|
||||
|
||||
// Fields
|
||||
'browse_uploads' => 'Parcourir les fichier chargés',
|
||||
'clear' => 'Effacer',
|
||||
'page_link' => 'Lien de la page',
|
||||
'page_link_placeholder' => 'http://example.com/votre-page',
|
||||
'internal_link' => 'Lien interne',
|
||||
'internal_link_placeholder' => 'Identifiant de lien interne. Ex: \'admin/page\' (sans guillemets) pour \':url\'',
|
||||
'external_link' => 'Lien externe',
|
||||
'choose_file' => 'Choisissez un fichier',
|
||||
|
||||
//Table field
|
||||
'table_cant_add' => 'Impossible d’ajouter un nouveau :entity',
|
||||
'table_max_reached' => 'Nombre maximum :max atteint',
|
||||
|
||||
// File manager
|
||||
'file_manager' => 'Gestionnaire de fichiers',
|
||||
];
|
16
lang/vendor/backpack/fr_CA/langfilemanager.php
vendored
Normal file
16
lang/vendor/backpack/fr_CA/langfilemanager.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
16
lang/vendor/backpack/fr_CA/logmanager.php
vendored
Normal file
16
lang/vendor/backpack/fr_CA/logmanager.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
16
lang/vendor/backpack/fr_CA/pagemanager.php
vendored
Normal file
16
lang/vendor/backpack/fr_CA/pagemanager.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
16
lang/vendor/backpack/fr_CA/permissionmanager.php
vendored
Normal file
16
lang/vendor/backpack/fr_CA/permissionmanager.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
16
lang/vendor/backpack/fr_CA/settings.php
vendored
Normal file
16
lang/vendor/backpack/fr_CA/settings.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
Reference in New Issue
Block a user