feat(i18n): add 'searchResultsFor' translation key across multiple languages

- Introduce a new 'searchResultsFor' translation key in various language files to enhance search functionality.
- Update language files for Arabic, Bulgarian, Czech, German, Greek, English, Spanish, French, Croatian, Hungarian, Italian, Polish, Romanian, Russian, Slovak, Slovenian, Albanian, Serbian, Swedish, Turkish, Ukrainian, and Chinese to include this key.
- Ensure consistency in language context for search results across the application.
This commit is contained in:
sebseb7
2025-11-16 08:08:33 +01:00
parent 4f5a44dc7d
commit f665e7c5f8
22 changed files with 26 additions and 4 deletions

View File

@@ -2,4 +2,5 @@ export default {
"placeholder": "You can ask me about cannabis strains...", // Du kannst mich nach Cannabissorten fragen...
"recording": "Recording in progress...", // Aufnahme läuft...
"searchProducts": "Search products...", // Produkte suchen...
"searchResultsFor": "Search results for: \"{{query}}\"", // Suchergebnisse für: "{{query}}"
};