We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 653222c + 15721fd commit 166bd01Copy full SHA for 166bd01
src/Autocomplete/translations/AutocompleteBundle.sk.php
@@ -0,0 +1,16 @@
1
+<?php
2
+
3
+/*
4
+ * This file is part of the Symfony package.
5
+ *
6
+ * (c) Fabien Potencier <fabien@symfony.com>
7
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
12
+return [
13
+ 'Loading more results...' => 'Načítavajú sa ďalšie výsledky...',
14
+ 'No results found' => 'Neboli nájdené žiadne výsledky',
15
+ 'No more results' => 'Žiadne ďalšie výsledky',
16
+];
0 commit comments