|
@@ -127,11 +127,13 @@ return [
|
|
'route' => 'Route',
|
|
'route' => 'Route',
|
|
'confirm' => 'Confirm',
|
|
'confirm' => 'Confirm',
|
|
'cancel' => 'Cancel',
|
|
'cancel' => 'Cancel',
|
|
|
|
+ 'selectall' => 'Select all',
|
|
'http' => [
|
|
'http' => [
|
|
'method' => 'HTTP method',
|
|
'method' => 'HTTP method',
|
|
'path' => 'HTTP path',
|
|
'path' => 'HTTP path',
|
|
],
|
|
],
|
|
'all_methods_if_empty' => 'All methods if empty',
|
|
'all_methods_if_empty' => 'All methods if empty',
|
|
|
|
+ 'any_character_is' => 'Using "*" to match any character.',
|
|
'all' => 'All',
|
|
'all' => 'All',
|
|
'current_page' => 'Current page',
|
|
'current_page' => 'Current page',
|
|
'selected_rows' => 'Selected rows',
|
|
'selected_rows' => 'Selected rows',
|