fix bugs
This commit is contained in:
@@ -1,6 +1,19 @@
|
||||
<?php
|
||||
// Dictionnaire Catalan
|
||||
return [
|
||||
// ==========================================
|
||||
// TEST AUTO
|
||||
// ==========================================
|
||||
'test_running' => 'Proves en curs...',
|
||||
'test_passed' => 'Prova superada',
|
||||
'test_failed' => 'Prova fallida',
|
||||
'tests_title' => 'Laboratori de Proves',
|
||||
'tests_run_budget' => 'Provar el Pressupost',
|
||||
'tests_run_all' => 'Iniciar totes les proves',
|
||||
'tests_copy_report' => 'Copiar l\'informe',
|
||||
'tests_waiting' => 'Esperant l\'inici...',
|
||||
'tests_report_copied' => 'Informe copiat al porta-retalls!',
|
||||
|
||||
// ==========================================
|
||||
// GLOBAL & NAVIGATION
|
||||
// ==========================================
|
||||
|
||||
@@ -1,6 +1,20 @@
|
||||
<?php
|
||||
// Dictionnaire Français
|
||||
return [
|
||||
// ==========================================
|
||||
// TEST AUTO
|
||||
// ==========================================
|
||||
'test_running' => 'Tests en cours...',
|
||||
'test_passed' => 'Test réussi',
|
||||
'test_failed' => 'Test échoué',
|
||||
'tests_title' => 'Laboratoire de Tests',
|
||||
'tests_run_budget' => 'Tester le Budget',
|
||||
'tests_run_all' => 'Lancer tous les tests',
|
||||
'tests_copy_report' => 'Copier le rapport',
|
||||
'tests_waiting' => 'En attente du lancement...',
|
||||
'tests_report_copied' => 'Rapport copié dans le presse-papier !',
|
||||
|
||||
|
||||
// ==========================================
|
||||
// GLOBAL & NAVIGATION
|
||||
// ==========================================
|
||||
|
||||
Reference in New Issue
Block a user