|
| 1 | +<?php |
| 2 | + |
| 3 | +return [ |
| 4 | + 'All' => 'Tot', |
| 5 | + 'All Columns' => 'Totes les columnes', |
| 6 | + 'Applied Filters' => 'Filtres Aplicats', |
| 7 | + 'Applied Sorting' => 'Ordenació Aplicada', |
| 8 | + 'Bulk Actions' => 'Accions Massives', |
| 9 | + 'Clear' => 'Esborra', |
| 10 | + 'Columns' => 'Columnes', |
| 11 | + 'Debugging Values' => 'Valors de depuració', |
| 12 | + 'Deselect All' => 'Deselecciona tot', |
| 13 | + 'Done Reordering' => 'Reordenació finalitzada', |
| 14 | + 'Filters' => 'Filtres', |
| 15 | + 'not_applicable' => 'N/A', |
| 16 | + 'No' => 'No', |
| 17 | + 'No items found, try to broaden your search' => "No s'han trobat elements. Intenti ampliar la cerca", |
| 18 | + 'of' => 'de', |
| 19 | + 'Remove filter option' => 'Elimina opció de filtre', |
| 20 | + 'Remove sort option' => "Elimina opció d'ordenació", |
| 21 | + 'Reorder' => 'Reordena', |
| 22 | + 'results' => 'resultats', |
| 23 | + 'row' => 'fila', |
| 24 | + 'rows' => 'files', |
| 25 | + 'rows, do you want to select all' => 'files, vol seleccionar totes', |
| 26 | + 'to' => 'a', |
| 27 | + 'Search' => 'Cerca', |
| 28 | + 'Select All' => 'Selecciona tot', |
| 29 | + 'Showing' => 'Mostrant', |
| 30 | + 'Yes' => 'Sí', |
| 31 | + 'You are currently selecting all' => 'Actualment està seleccionant tot', |
| 32 | + 'You are not connected to the internet' => 'No està conectat a Internet', |
| 33 | + 'You have selected' => 'Ha seleccionat', |
| 34 | +]; |
0 commit comments