Initial commit
This commit is contained in:
16
node_modules/node-red-dashboard/nodes/locales/de/ui_link.json
generated
vendored
Normal file
16
node_modules/node-red-dashboard/nodes/locales/de/ui_link.json
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"ui_link": {
|
||||
"label": {
|
||||
"name": "Name",
|
||||
"link": "Link",
|
||||
"icon": "Icon",
|
||||
"open-in": "Öffnen im",
|
||||
"new-tab": "neuen Tab",
|
||||
"this-tab": "selben Tab",
|
||||
"iframe": "iframe",
|
||||
"className": "Klasse",
|
||||
"classNamePlaceholder": "Optionale(r) CSS-Klassenname(n) für das Widget"
|
||||
},
|
||||
"tip": "Das <b>Icon</b> kann entweder ein <a href=\"https://klarsys.github.io/angular-material-icons/\" target=\"_blank\">Material-Design-Icon</a> (z.B. <code>check</code> oder <code>close</code>), ein <a href=\"https://fontawesome.com/v4.7.0/icons/\" target=\"_blank\">Font-Awesome-Icon</a> (z.B. <code>fa-fire</code>) oder ein <a href=\"https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md\" target=\"_blank\">Wetter-Icon</a> (z.B. <code>wi-wu-sunny</code>) sein.</p><p>Des Weiteren können alle Google-Material-Icons verwendet werden, indem dem Icon-Namen <code>mi-</code> vorangestellt wird (z.B. <code>mi-videogame_asset</code>).</p>"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user