Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests : fix entity row selector #5884

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Command/MakeCrudControllerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int

$guessedNamespace = u($controllerDir)->equalsTo('src')
? 'App'
: u($controllerDir)->replace('/', ' ')->replace('\\', ' ')->replace('src ', 'app ')->title(true)->replace(' ', '\\')->trimEnd(\DIRECTORY_SEPARATOR);
: u($controllerDir)->replace('/', ' ')->replace('\\', ' ')->replace('src ', 'app ')->title(true)->replace('App App ', 'App ')->replace(' ', '\\')->trimEnd(\DIRECTORY_SEPARATOR);
$namespace = $io->ask(
'Namespace of the generated CRUD controller',
$guessedNamespace,
Expand Down
87 changes: 44 additions & 43 deletions src/Resources/translations/EasyAdminBundle.el.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'page_title' => [
// 'dashboard' => '',
'dashboard' => 'Πίνακας ελέγχου',
'detail' => '%entity_as_string%',
'edit' => 'Επεξεργασία %entity_label_singular%',
'index' => '%entity_label_plural%',
Expand All @@ -11,7 +11,7 @@
],

'datagrid' => [
// 'hidden_results' => '',
'hidden_results' => 'Ορισμένα αποτελέσματα δεν μπορούν να εμφανιστούν επειδή δεν έχετε αρκετά δικαιώματα',
'no_results' => 'Δεν βρέθηκαν αποτελέσματα.',
],

Expand All @@ -21,7 +21,7 @@
'next' => 'Επόμενη',
'last' => 'Τελευταία',
'counter' => '<strong>%start%</strong> - <strong>%end%</strong> από <strong>%results%</strong>',
// 'results' => '',
'results' => '{0} Δεν βρέθηκαν εγγραφές |{1} <strong>1</strong> εγγραφή|]1,Inf] <strong>%count%</strong> εγγραφές',
],

'label' => [
Expand All @@ -36,8 +36,8 @@
],

'field' => [
// 'code_editor.view_code' => '',
// 'text_editor.view_content' => '',
'code_editor.view_code' => 'Προβολή κώδικα',
'text_editor.view_content' => 'Προβολή περιεχομένου',
],

'action' => [
Expand All @@ -49,22 +49,22 @@
'delete' => 'Διαγραφή',
'cancel' => 'Άκυρο',
'index' => 'Επιστροφή στην λίστα',
// 'deselect' => '',
'deselect' => 'Αποεπιλογή',
'add_new_item' => 'Δημιουργία νέου αντικειμένου',
'remove_item' => 'Αφαίρεση αντικειμένου',
'choose_file' => 'Επιλογή αρχείου',
// 'close' => '',
// 'create' => '',
// 'create_and_add_another' => '',
// 'create_and_continue' => '',
// 'save' => '',
// 'save_and_continue' => '',
'close' => 'Κλείσιμο',
'create' => 'Δημιουργία',
'create_and_add_another' => 'Δημιουργία και προσθήκη άλλου',
'create_and_continue' => 'Δημιουργία και συνέχιση επεξεργασίας',
'save' => 'Αποθήκευση αλλαγών',
'save_and_continue' => 'Αποθήκευση και συνέχιση επεξεργασία',
],

'batch_action_modal' => [
// 'title' => '',
// 'content' => '',
// 'action' => '',
'title' => 'Θα εφαρμόσετε την ενέργεια "%action_name%" στο %num_items% αντικείμενο(α).',
'content' => 'Αυτή η ενέργεια δεν αναιρείται.',
'action' => 'Συνεχίστε.',
],

'delete_modal' => [
Expand All @@ -73,33 +73,34 @@
],

'filter' => [
// 'title' => '',
// 'button.clear' => '',
// 'button.apply' => '',
// 'label.is_equal_to' => '',
// 'label.is_not_equal_to' => '',
// 'label.is_greater_than' => '',
// 'label.is_greater_than_or_equal_to' => '',
// 'label.is_less_than' => '',
// 'label.is_less_than_or_equal_to' => '',
// 'label.is_between' => '',
// 'label.contains' => '',
// 'label.not_contains' => '',
// 'label.starts_with' => '',
// 'label.ends_with' => '',
// 'label.exactly' => '',
// 'label.not_exactly' => '',
// 'label.is_same' => '',
// 'label.is_not_same' => '',
// 'label.is_after' => '',
// 'label.is_after_or_same' => '',
// 'label.is_before' => '',
// 'label.is_before_or_same' => '',
'title' => 'Φίλτρα',
'button.clear' => 'Καθαρισμός',
'button.apply' => 'Εφαρμογή',
'label.is_equal_to' => 'είναι ίσο με',
'label.is_not_equal_to' => 'δεν είναι ίσο με',
'label.is_greater_than' => 'είναι μεγαλύτερο από',
'label.is_greater_than_or_equal_to' => 'είναι μεγαλύτερο ή ίσο με',
'label.is_less_than' => 'είναι μικρότερο από',
'label.is_less_than_or_equal_to' => 'είναι μικρότερο ή ίσο με',
'label.is_between' => 'είναι μεταξύ',
'label.contains' => 'περιέχει',
'label.not_contains' => 'δεν περιέχει',
'label.starts_with' => 'ξεκινάει με',
'label.ends_with' => 'τελειώνει με',
'label.exactly' => 'ακριβώς',
'label.not_exactly' => 'όχι ακριβώς',
'label.is_same' => 'είναι ίδιο',
'label.is_not_same' => 'δεν είναι το ίδιο',
'label.is_after' => 'είναι μετά',
'label.is_after_or_same' => 'είναι μετά ή το ίδιο',
'label.is_before' => 'είναι πριν',
'label.is_before_or_same' => 'είναι πριν ή το ίδιο',
],

'form' => [
'are_you_sure' => 'Δεν έχετε αποθηκεύσει τις αλλαγές που έχετε κάνει στην φόρμα.',
'tab.error_badge_title' => 'Μη αποδεκτή τιμή|%count% μη αποδεκτές τιμές',
'slug.confirm_text' => 'Εάν αλλάξετε τον εναλλακτικό τίτλο, μπορείτε να διακόψετε συνδέσμους σε άλλες σελίδες',
],

'user' => [
Expand All @@ -121,23 +122,23 @@
],

'login_page' => [
'username' => 'Username',
'password' => 'Password',
'sign_in' => 'Sign in',
// 'forgot_password' => '',
'username' => 'Όνομα χρήστη',
'password' => 'Κωδικός πρόσβασης',
'sign_in' => 'Συνδεθείτε',
'forgot_password' => 'Ξεχάσατε τον κωδικό σας?',
'remember_me' => 'Να με θυμάσαι',
],

'exception' => [
'entity_not_found' => 'Αυτό το αντικείμενο δεν είναι πλέον διαθέσιμο.',
'entity_remove' => 'Το αντικείμενο δεν είναι δυνατόν να διαγραφεί διότη υπάρχουν αντικείμενο που βασίζονται σε αυτό.',
'forbidden_action' => 'Η ενέργεια αυτή είναι αδύνατον να εφαρμοστεί σε αυτό το αντικείμενο.',
// 'insufficient_entity_permission' => 'You don't have permission to access this item.',
'insufficient_entity_permission' => 'Δεν έχετε δικαιώματα πρόσβασης σε αυτό το αντικείμενο',
],

'autocomplete' => [
'no-results-found' => 'Δεν βρέθηκαν αποτελέσματα',
// 'no-more-results' => 'No more results',
'no-more-results' => 'Δεν υπάρχουν άλλα αποτελέσματα',
'loading-more-results' => 'Φόρτωση περισσότερων αποτελεσμάτων…',
],
];
2 changes: 1 addition & 1 deletion src/Test/Trait/CrudTestSelectors.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ protected function getIndexEntityActionSelector(string $action, string|int $enti

protected function getIndexEntityRowSelector(string|int $entityId): string
{
return sprintf('tbody tr[data-id=%s]', (string) $entityId);
return sprintf('tbody tr[data-id="%s"]', (string) $entityId);
}

protected function getActionSelector(string $action): string
Expand Down