-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodDesc.xml
More file actions
85 lines (65 loc) · 4.71 KB
/
modDesc.xml
File metadata and controls
85 lines (65 loc) · 4.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="106">
<author>aaw3k</author>
<version>1.0.1.0</version>
<title>
<en>Construction Search</en>
<de>Konstruktion Suche</de>
<fr>Recherche De Construction</fr>
<pl>Wyszukiwarka Budowania</pl>
<ru>Поиск Конструкций</ru>
</title>
<description>
<en><![CDATA[
Adds a powerful search functionality to the construction menu. Quickly find any placeable object, building, or decoration by typing its name. Features include fuzzy matching (finds items even with typos), real-time filtering, multi-word search, sorting by relevance/price/name, and search across item names, categories, tabs, and brands.
Changelog Version 1.0.1.0:
- Added search by mod/DLC name
- Added minimum query length (2 characters)
Hotkeys:
- Press Backspace key while in Search category to focus search input.
For more information or to report a bug, please visit GitHub (modnext/constructionSearch).
]]></en>
<de><![CDATA[
Fügt eine leistungsstarke Suchfunktion zum Konstruktionsmenü hinzu. Finden Sie schnell jedes platzierbare Objekt, Gebäude oder Dekoration, indem Sie den Namen eingeben. Zu den Funktionen gehören unscharfe Suche (findet Elemente auch bei Tippfehlern), Echtzeitfilterung, Mehrwortsuche, Sortierung nach Relevanz/Preis/Name und Suche nach Elementnamen, Kategorien, Registerkarten und Marken.
Änderungsprotokoll Version 1.0.1.0:
- Suche nach Mod/DLC-Name hinzugefügt
- Mindestabfragelänge hinzugefügt (2 Zeichen)
Tastenkombinationen:
- Drücken Sie die Rücktaste, während Sie sich in der Suchkategorie befinden, um das Sucheingabefeld zu fokussieren.
Für weitere Informationen oder um einen Fehler zu melden, besuchen Sie bitte GitHub (modnext/constructionSearch).
]]></de>
<fr><![CDATA[
Ajoute une puissante fonctionnalité de recherche au menu de construction. Trouvez rapidement tout objet, bâtiment ou décoration en tapant son nom. Les fonctionnalités incluent la recherche floue (trouve les éléments même avec des fautes de frappe), le filtrage en temps réel, la recherche multi-mots, le tri par pertinence/prix/nom et la recherche par noms, catégories, onglets et marques.
Journal des modifications version 1.0.1.0:
- Ajout de la recherche par nom de mod/DLC
- Ajout de la longueur minimale de requête (2 caractères)
Raccourcis clavier:
- Appuyez sur la touche Retour arrière dans la catégorie Recherche pour activer le champ de recherche.
Pour plus d'informations ou pour signaler un bug, veuillez visiter GitHub (modnext/constructionSearch).
]]></fr>
<pl><![CDATA[
Dodaje funkcję wyszukiwania do menu budowania. Szybko znajdź dowolny obiekt, budynek lub dekorację, wpisując jego nazwę. Funkcje obejmują wyszukiwanie rozmyte (znajduje elementy nawet przy literówkach), filtrowanie w czasie rzeczywistym, wyszukiwanie wielowyrazowe, sortowanie wg trafności/ceny/nazwy oraz wyszukiwanie po nazwach, kategoriach, zakładkach i markach.
Lista zmian w wersji 1.0.1.0:
- Dodano wyszukiwanie po nazwie moda/DLC
- Dodano minimalną długość zapytania (2 znaki)
Skróty klawiszowe:
- Naciśnij klawisz Backspace w kategorii Szukaj, aby aktywować pole wyszukiwania.
Aby uzyskać więcej informacji lub zgłosić błąd, odwiedź GitHub (modnext/constructionSearch).
]]></pl>
<ru><![CDATA[
Добавляет мощную функцию поиска в меню строительства. Быстро находите любой размещаемый объект, здание или украшение, вводя его название. Функции включают нечёткий поиск (находит элементы даже с опечатками), фильтрацию в реальном времени, многословный поиск, сортировку по релевантности/цене/названию и поиск по названиям, категориям, вкладкам и брендам.
Журнал изменений версии 1.0.1.0:
- Добавлен поиск по названию мода/DLC
- Добавлена минимальная длина запроса (2 символа)
Горячие клавиши:
- Нажмите клавишу Backspace в категории Поиск, чтобы активировать поле поиска.
Для получения дополнительной информации или сообщения об ошибке посетите GitHub (modnext/constructionSearch).
]]></ru>
</description>
<l10n filenamePrefix="l10n/l10n" />
<iconFilename>icon_constructionSearch.dds</iconFilename>
<multiplayer supported="true" />
<extraSourceFiles>
<sourceFile filename="src/main.lua" />
</extraSourceFiles>
</modDesc>