mirror of
https://github.com/vladmandic/sdnext.git
synced 2026-01-27 15:02:48 +03:00
Merge pull request #4458 from awsr/interrogate-icon
Change "interrogate" icon
This commit is contained in:
@@ -135,8 +135,8 @@
|
||||
},
|
||||
{
|
||||
"id": "",
|
||||
"label": "♻",
|
||||
"localized": "♻",
|
||||
"label": "",
|
||||
"localized": "",
|
||||
"reload": "",
|
||||
"hint": "Bild befragen"
|
||||
},
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
{"id":"","label":"🔍","localized":"","reload":"","hint":"Search"},
|
||||
{"id":"","label":"🖌️","localized":"","reload":"","hint":"LaMa remove selected object from image"},
|
||||
{"id":"","label":"🖼️","localized":"","reload":"","hint":"Show preview"},
|
||||
{"id":"","label":"♻","localized":"","reload":"","hint":"Interrogate image"},
|
||||
{"id":"","label":"","localized":"","reload":"","hint":"Interrogate image"},
|
||||
{"id":"","label":"⁜","localized":"","reload":"","hint":"Cycle image fit method"},
|
||||
{"id":"","label":"↶","localized":"","reload":"","hint":"Apply selected style to prompt"},
|
||||
{"id":"","label":"↷","localized":"","reload":"","hint":"Save current prompt to style"},
|
||||
|
||||
@@ -135,8 +135,8 @@
|
||||
},
|
||||
{
|
||||
"id": "",
|
||||
"label": "♻",
|
||||
"localized": "♻",
|
||||
"label": "",
|
||||
"localized": "",
|
||||
"reload": "",
|
||||
"hint": "Interrogar imagen"
|
||||
},
|
||||
|
||||
@@ -135,8 +135,8 @@
|
||||
},
|
||||
{
|
||||
"id": "",
|
||||
"label": "♻",
|
||||
"localized": "♻",
|
||||
"label": "",
|
||||
"localized": "",
|
||||
"reload": "",
|
||||
"hint": "Interroger l'image"
|
||||
},
|
||||
|
||||
@@ -135,8 +135,8 @@
|
||||
},
|
||||
{
|
||||
"id": "",
|
||||
"label": "♻",
|
||||
"localized": "♻",
|
||||
"label": "",
|
||||
"localized": "",
|
||||
"reload": "",
|
||||
"hint": "Ispitaj sliku"
|
||||
},
|
||||
|
||||
@@ -135,8 +135,8 @@
|
||||
},
|
||||
{
|
||||
"id": "",
|
||||
"label": "♻",
|
||||
"localized": "♻",
|
||||
"label": "",
|
||||
"localized": "",
|
||||
"reload": "",
|
||||
"hint": "Interroga immagine"
|
||||
},
|
||||
|
||||
@@ -135,8 +135,8 @@
|
||||
},
|
||||
{
|
||||
"id": "",
|
||||
"label": "♻",
|
||||
"localized": "♻",
|
||||
"label": "",
|
||||
"localized": "",
|
||||
"reload": "",
|
||||
"hint": "画像を解析"
|
||||
},
|
||||
|
||||
@@ -135,8 +135,8 @@
|
||||
},
|
||||
{
|
||||
"id": "",
|
||||
"label": "♻",
|
||||
"localized": "♻",
|
||||
"label": "",
|
||||
"localized": "",
|
||||
"reload": "",
|
||||
"hint": "이미지 심문"
|
||||
},
|
||||
|
||||
@@ -135,7 +135,7 @@
|
||||
},
|
||||
{
|
||||
"id": "",
|
||||
"label": "♻",
|
||||
"label": "",
|
||||
"localized": "Interrogar imagem",
|
||||
"reload": "",
|
||||
"hint": "Interrogar imagem"
|
||||
|
||||
@@ -135,8 +135,8 @@
|
||||
},
|
||||
{
|
||||
"id": "",
|
||||
"label": "♻",
|
||||
"localized": "♻",
|
||||
"label": "",
|
||||
"localized": "",
|
||||
"reload": "",
|
||||
"hint": "Проанализировать изображение"
|
||||
},
|
||||
|
||||
@@ -135,8 +135,8 @@
|
||||
},
|
||||
{
|
||||
"id": "",
|
||||
"label": "♻",
|
||||
"localized": "♻",
|
||||
"label": "",
|
||||
"localized": "",
|
||||
"reload": "",
|
||||
"hint": "反推图像"
|
||||
},
|
||||
|
||||
@@ -26,7 +26,7 @@ search = '🔍'
|
||||
preview = '🖼️'
|
||||
image = '🖌️'
|
||||
resize = '⁜'
|
||||
interrogate = '♻'
|
||||
interrogate = '\uf46b' # Telescope icon in Noto Sans. Previously '♻'
|
||||
bullet = '⃝'
|
||||
vision = '\uf06e' # Font Awesome eye icon (more minimalistic)
|
||||
reasoning = '\uf0eb' # Font Awesome lightbulb icon (represents thinking/reasoning)
|
||||
|
||||
Reference in New Issue
Block a user