feat: add german translation for browser window notifications

This commit is contained in:
RohitR311
2024-12-21 16:31:44 +05:30
parent 329aff1ce9
commit e0c7acfb19

View File

@@ -383,5 +383,27 @@
"proxy": "Proxy",
"apikey": "API-Schlüssel"
}
},
"browser_window": {
"attribute_modal": {
"title": "Attribut auswählen",
"notifications": {
"list_select_success": "Liste erfolgreich ausgewählt. Wählen Sie die zu extrahierenden Textdaten.",
"pagination_select_success": "Paginierungselement erfolgreich ausgewählt."
}
},
"attribute_options": {
"anchor": {
"text": "Text: {{text}}",
"url": "URL: {{url}}"
},
"image": {
"alt_text": "Alt-Text: {{altText}}",
"image_url": "Bild-URL: {{imageUrl}}"
},
"default": {
"text": "Text: {{text}}"
}
}
}
}