mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-14 06:36:46 +00:00
76 lines
2.4 KiB
PHP
76 lines
2.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'buttons' => [
|
|
'filter' => 'Filtre',
|
|
'clear_all_filters' => 'Clear all',
|
|
],
|
|
'labels' => [
|
|
'action' => 'Accions',
|
|
'results_per_page' => 'Registres per pàgina',
|
|
'clear_filter' => 'Esborra el filtre',
|
|
'no_data' => 'No s\'han trobat registres.',
|
|
'all' => 'Tots',
|
|
'selected' => 'Seleccionat',
|
|
'filtered' => 'Filtrat',
|
|
],
|
|
'placeholders' => [
|
|
'search' => 'Cerca...',
|
|
'select' => 'Seleccioneu un període',
|
|
],
|
|
'pagination' => [
|
|
'showing' => 'Mostrant',
|
|
'to' => 'a',
|
|
'of' => 'de',
|
|
'results' => 'Registres',
|
|
'all' => 'Tots',
|
|
],
|
|
'multi_select' => [
|
|
'select' => 'Seleccioneu',
|
|
'all' => 'Tots',
|
|
],
|
|
'select' => [
|
|
'select' => 'Seleccioneu',
|
|
'all' => 'Tots',
|
|
],
|
|
'boolean_filter' => [
|
|
'all' => 'Tots',
|
|
],
|
|
'input_text_options' => [
|
|
'is' => 'És',
|
|
'is_not' => 'No és',
|
|
'contains' => 'Té contingut',
|
|
'contains_not' => 'No té contingut',
|
|
'starts_with' => 'Comença per',
|
|
'ends_with' => 'Acaba en',
|
|
'is_null' => 'És nul',
|
|
'is_not_null' => 'No és nul',
|
|
'is_blank' => 'És blanc',
|
|
'is_not_blank' => 'No és blanc',
|
|
'is_empty' => 'És omplit',
|
|
'is_not_empty' => 'No és omplit',
|
|
],
|
|
'export' => [
|
|
'exporting' => 'Espereu, si us plau!',
|
|
'completed' => 'S\'ha completat l\'exportació. Els vostres fitxers estan a punt per descarregar-se',
|
|
],
|
|
'soft_deletes' => [
|
|
'message_with_trashed' => 'Displaying all records, including deleted ones.',
|
|
'message_only_trashed' => 'Displaying only deleted records.',
|
|
'without_trashed' => 'Without deleted',
|
|
'with_trashed' => 'With deleted',
|
|
'only_trashed' => 'Only deleted',
|
|
],
|
|
'multi_sort' => [
|
|
'message' => 'Multiple sort is active',
|
|
],
|
|
'buttons_macros' => [
|
|
'confirm' => [
|
|
'message' => 'Are you sure you want to perform this action?',
|
|
],
|
|
'confirm_prompt' => [
|
|
'message' => "Are you sure you want to perform this action? \n\n Enter :confirmValue to confirm.",
|
|
],
|
|
],
|
|
];
|