flutter_desktop: remote scroll choice translation
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
		
							parent
							
								
									47b7e84aca
								
							
						
					
					
						commit
						4fecbba87e
					
				@ -533,10 +533,10 @@ class _RemotePageState extends State<RemotePage>
 | 
			
		||||
            Provider.of<CanvasModel>(context, listen: false).updateViewStyle();
 | 
			
		||||
          });
 | 
			
		||||
          return ImagePaint(
 | 
			
		||||
        id: widget.id,
 | 
			
		||||
        cursorOverImage: _cursorOverImage,
 | 
			
		||||
        listenerBuilder: _buildImageListener,
 | 
			
		||||
      );
 | 
			
		||||
            id: widget.id,
 | 
			
		||||
            cursorOverImage: _cursorOverImage,
 | 
			
		||||
            listenerBuilder: _buildImageListener,
 | 
			
		||||
          );
 | 
			
		||||
        }),
 | 
			
		||||
      ))
 | 
			
		||||
    ];
 | 
			
		||||
@ -1086,9 +1086,9 @@ void showOptions(String id, OverlayDialogManager dialogManager) async {
 | 
			
		||||
                getRadio('Shrink', 'shrink', viewStyle, setViewStyle),
 | 
			
		||||
                getRadio('Stretch', 'stretch', viewStyle, setViewStyle),
 | 
			
		||||
                Divider(color: MyTheme.border),
 | 
			
		||||
                getRadio('Scrollbar', 'scrollbar', scrollStyle, setScrollStyle),
 | 
			
		||||
                getRadio(
 | 
			
		||||
                    'ScrollAuto', 'scrollauto', scrollStyle, setScrollStyle),
 | 
			
		||||
                getRadio('Scrollbar', 'scrollbar', scrollStyle, setScrollStyle),
 | 
			
		||||
                Divider(color: MyTheme.border),
 | 
			
		||||
                getRadio('Good image quality', 'best', quality, setQuality),
 | 
			
		||||
                getRadio('Balanced', 'balanced', quality, setQuality),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "原始比例"),
 | 
			
		||||
        ("Shrink", "收缩"),
 | 
			
		||||
        ("Stretch", "伸展"),
 | 
			
		||||
        ("Scrollbar", "滚动条"),
 | 
			
		||||
        ("ScrollAuto", "自动滚动"),
 | 
			
		||||
        ("Good image quality", "好画质"),
 | 
			
		||||
        ("Balanced", "一般画质"),
 | 
			
		||||
        ("Optimize reaction time", "优化反应时间"),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "Původní"),
 | 
			
		||||
        ("Shrink", "Oříznout"),
 | 
			
		||||
        ("Stretch", "Roztáhnout"),
 | 
			
		||||
        ("Scrollbar", "Posuvník"),
 | 
			
		||||
        ("ScrollAuto", "Rolovať Auto"),
 | 
			
		||||
        ("Good image quality", "Dobrá kvalita obrazu"),
 | 
			
		||||
        ("Balanced", "Vyvážené"),
 | 
			
		||||
        ("Optimize reaction time", "Optimalizovat pro co nejnižší prodlevu odezvy"),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "Original"),
 | 
			
		||||
        ("Shrink", "Krymp"),
 | 
			
		||||
        ("Stretch", "Strak"),
 | 
			
		||||
        ("Scrollbar", "Rullebar"),
 | 
			
		||||
        ("ScrollAuto", "Rul Auto"),
 | 
			
		||||
        ("Good image quality", "God billedkvalitet"),
 | 
			
		||||
        ("Balanced", "Afbalanceret"),
 | 
			
		||||
        ("Optimize reaction time", "Optimeret responstid"),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "Original"),
 | 
			
		||||
        ("Shrink", "Verkleinern"),
 | 
			
		||||
        ("Stretch", "Strecken"),
 | 
			
		||||
        ("Scrollbar", "Scrollleiste"),
 | 
			
		||||
        ("ScrollAuto", "Automatisch scrollen"),
 | 
			
		||||
        ("Good image quality", "Schöner"),
 | 
			
		||||
        ("Balanced", "Ausgeglichen"),
 | 
			
		||||
        ("Optimize reaction time", "Schneller"),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "Originala rilatumo"),
 | 
			
		||||
        ("Shrink", "Ŝrumpi"),
 | 
			
		||||
        ("Stretch", "Streĉi"),
 | 
			
		||||
        ("Scrollbar", "Rulumbreto"),
 | 
			
		||||
        ("ScrollAuto", "Rulumu Aŭtomate"),
 | 
			
		||||
        ("Good image quality", "Bona bilda kvalito"),
 | 
			
		||||
        ("Balanced", "Normala bilda kvalito"),
 | 
			
		||||
        ("Optimize reaction time", "Optimigi reakcia tempo"),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "Original"),
 | 
			
		||||
        ("Shrink", "Encogerse"),
 | 
			
		||||
        ("Stretch", "Estirar"),
 | 
			
		||||
        ("Scrollbar", "Barra de desplazamiento"),
 | 
			
		||||
        ("ScrollAuto", "Desplazamiento automático"),
 | 
			
		||||
        ("Good image quality", "Buena calidad de imagen"),
 | 
			
		||||
        ("Balanced", "Equilibrado"),
 | 
			
		||||
        ("Optimize reaction time", "Optimizar el tiempo de reacción"),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "Ratio d'origine"),
 | 
			
		||||
        ("Shrink", "Rétrécir"),
 | 
			
		||||
        ("Stretch", "Étirer"),
 | 
			
		||||
        ("Scrollbar", "Barre de défilement"),
 | 
			
		||||
        ("ScrollAuto", "Défilement automatique"),
 | 
			
		||||
        ("Good image quality", "Bonne qualité d'image"),
 | 
			
		||||
        ("Balanced", "Qualité d'image normale"),
 | 
			
		||||
        ("Optimize reaction time", "Optimiser le temps de réaction"),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "Eredeti"),
 | 
			
		||||
        ("Shrink", "Zsugorított"),
 | 
			
		||||
        ("Stretch", "Nyújtott"),
 | 
			
		||||
        ("Scrollbar", "Görgetősáv"),
 | 
			
		||||
        ("ScrollAuto", "Görgessen Auto"),
 | 
			
		||||
        ("Good image quality", "Jó képminőség"),
 | 
			
		||||
        ("Balanced", "Balanszolt"),
 | 
			
		||||
        ("Optimize reaction time", "Válaszidő optimializálása"),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "Original"),
 | 
			
		||||
        ("Shrink", "Susutkan"),
 | 
			
		||||
        ("Stretch", "Regangkan"),
 | 
			
		||||
        ("Scrollbar", "Scroll bar"),
 | 
			
		||||
        ("ScrollAuto", "Gulir Otomatis"),
 | 
			
		||||
        ("Good image quality", "Kualitas Gambar Baik"),
 | 
			
		||||
        ("Balanced", "Seimbang"),
 | 
			
		||||
        ("Optimize reaction time", "Optimalkan waktu reaksi"),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "Originale"),
 | 
			
		||||
        ("Shrink", "Restringi"),
 | 
			
		||||
        ("Stretch", "Allarga"),
 | 
			
		||||
        ("Scrollbar", "Barra di scorrimento"),
 | 
			
		||||
        ("ScrollAuto", "Scorri automaticamente"),
 | 
			
		||||
        ("Good image quality", "Buona qualità immagine"),
 | 
			
		||||
        ("Balanced", "Bilanciato"),
 | 
			
		||||
        ("Optimize reaction time", "Ottimizza il tempo di reazione"),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "オリジナル"),
 | 
			
		||||
        ("Shrink", "縮小"),
 | 
			
		||||
        ("Stretch", "伸縮"),
 | 
			
		||||
        ("Scrollbar", "スクロール・バー"),
 | 
			
		||||
        ("ScrollAuto", "自動スクロール"),
 | 
			
		||||
        ("Good image quality", "画質優先"),
 | 
			
		||||
        ("Balanced", "バランス"),
 | 
			
		||||
        ("Optimize reaction time", "速度優先"),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "Oryginał"),
 | 
			
		||||
        ("Shrink", "Zmniejsz"),
 | 
			
		||||
        ("Stretch", "Zwiększ"),
 | 
			
		||||
        ("Scrollbar", "Pasek przewijania"),
 | 
			
		||||
        ("ScrollAuto", "Przewijanie automatyczne"),
 | 
			
		||||
        ("Good image quality", "Dobra jakość obrazu"),
 | 
			
		||||
        ("Balanced", "Zrównoważony"),
 | 
			
		||||
        ("Optimize reaction time", "Zoptymalizuj czas reakcji"),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "Original"),
 | 
			
		||||
        ("Shrink", "Reduzir"),
 | 
			
		||||
        ("Stretch", "Aumentar"),
 | 
			
		||||
        ("Scrollbar", "Barra de rolagem"),
 | 
			
		||||
        ("ScrollAuto", "Rolagem automática"),
 | 
			
		||||
        ("Good image quality", "Qualidade visual boa"),
 | 
			
		||||
        ("Balanced", "Balanceada"),
 | 
			
		||||
        ("Optimize reaction time", "Otimizar tempo de reação"),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "Оригинал"),
 | 
			
		||||
        ("Shrink", "Уменьшить"),
 | 
			
		||||
        ("Stretch", "Растянуть"),
 | 
			
		||||
        ("Scrollbar", "Полоса прокрутки"),
 | 
			
		||||
        ("ScrollAuto", "Прокрутка Авто"),
 | 
			
		||||
        ("Good image quality", "Хорошее качество изображения"),
 | 
			
		||||
        ("Balanced", "Сбалансированный"),
 | 
			
		||||
        ("Optimize reaction time", "Оптимизировать время реакции"),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "Pôvodný"),
 | 
			
		||||
        ("Shrink", "Zmenšené"),
 | 
			
		||||
        ("Stretch", "Roztiahnuté"),
 | 
			
		||||
        ("Scrollbar", "Posuvník"),
 | 
			
		||||
        ("ScrollAuto", "Rolovať Auto"),
 | 
			
		||||
        ("Good image quality", "Dobrá kvalita obrazu"),
 | 
			
		||||
        ("Balanced", "Vyvážené"),
 | 
			
		||||
        ("Optimize reaction time", "Optimalizované pre čas odozvy"),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", ""),
 | 
			
		||||
        ("Shrink", ""),
 | 
			
		||||
        ("Stretch", ""),
 | 
			
		||||
        ("Scrollbar", ""),
 | 
			
		||||
        ("ScrollAuto", ""),
 | 
			
		||||
        ("Good image quality", ""),
 | 
			
		||||
        ("Balanced", ""),
 | 
			
		||||
        ("Optimize reaction time", ""),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "Orjinal"),
 | 
			
		||||
        ("Shrink", "Küçült"),
 | 
			
		||||
        ("Stretch", "Uzat"),
 | 
			
		||||
        ("Scrollbar", "Kaydırma çubuğu"),
 | 
			
		||||
        ("ScrollAuto", "Otomatik Kaydır"),
 | 
			
		||||
        ("Good image quality", "İyi görüntü kalitesi"),
 | 
			
		||||
        ("Balanced", "Dengelenmiş"),
 | 
			
		||||
        ("Optimize reaction time", "Tepki süresini optimize et"),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "原始"),
 | 
			
		||||
        ("Shrink", "縮減"),
 | 
			
		||||
        ("Stretch", "延展"),
 | 
			
		||||
        ("Scrollbar", "滾動條"),
 | 
			
		||||
        ("ScrollAuto", "自動滾動"),
 | 
			
		||||
        ("Good image quality", "畫面品質良好"),
 | 
			
		||||
        ("Balanced", "平衡"),
 | 
			
		||||
        ("Optimize reaction time", "回應速度最佳化"),
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
 | 
			
		||||
        ("Original", "Gốc"),
 | 
			
		||||
        ("Shrink", "Thu nhỏ"),
 | 
			
		||||
        ("Stretch", "Kéo dãn"),
 | 
			
		||||
        ("Scrollbar", "Thanh cuộn"),
 | 
			
		||||
        ("ScrollAuto", "Tự động cuộn"),
 | 
			
		||||
        ("Good image quality", "Chất lượng hình ảnh tốt"),
 | 
			
		||||
        ("Balanced", "Cân bằng"),
 | 
			
		||||
        ("Optimize reaction time", "Thời gian phản ứng tối ưu"),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user