Skip to content

Commit

Permalink
localization: fixed typo "whell" -> "wheel"
Browse files Browse the repository at this point in the history
Fixes #5646
  • Loading branch information
osy committed Sep 2, 2023
1 parent 4938441 commit f4834cb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Platform/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
"QEMU Pointer" = "Pointeur QEMU";
"Hold Control (⌃) for right click" = "Appuyer sur Control (⌃) pour un clic droit";
"Invert scrolling" = "Inverser le défilement de la souris";
"If enabled, scroll whell input will be inverted." = "Si coché, le défilement de la molette de la souris sera inversé.";
"If enabled, scroll wheel input will be inverted." = "Si coché, le défilement de la molette de la souris sera inversé.";
"QEMU Keyboard" = "Clavier QEMU";
"Use Command+Option (⌘+⌥) for input capture/release" = "Utiliser Command+Option (⌘+⌥) pour capturer ou rendre l’entrée";
"If disabled, the default combination Control+Option (⌃+⌥) will be used." = "Si décoché, la combinaison par défaut Ctrl+Option (⌃+⌥) sera utilisée.";
Expand Down
2 changes: 1 addition & 1 deletion Platform/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"QEMU Pointer" = "QEMUポインタ";
"Hold Control (⌃) for right click" = "Control(⌃)を押している間は右クリックにする";
"Invert scrolling" = "スクロールを反転";
"If enabled, scroll whell input will be inverted." = "有効にすると、スクロールホイールの入力が反転します。";
"If enabled, scroll wheel input will be inverted." = "有効にすると、スクロールホイールの入力が反転します。";
"QEMU Keyboard" = "QEMUキーボード";
"Use Command+Option (⌘+⌥) for input capture/release" = "入力のキャプチャ/解放にCommand+Option(⌘+⌥)を使用";
"If disabled, the default combination Control+Option (⌃+⌥) will be used." = "無効にすると、デフォルトのコンビネーションControl+Option(⌃+⌥)が使用されます。";
Expand Down
2 changes: 1 addition & 1 deletion Platform/macOS/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ struct InputSettingsView: View {
})
Toggle(isOn: $isInvertScroll, label: {
Text("Invert scrolling")
}).help("If enabled, scroll whell input will be inverted.")
}).help("If enabled, scroll wheel input will be inverted.")
}

Section(header: Text("QEMU Keyboard")) {
Expand Down
2 changes: 1 addition & 1 deletion Platform/pl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
"QEMU Pointer" = "Wskaźnik QEMU";
"Hold Control (⌃) for right click" = "Przytrzymaj Control (⌃) aby wykonać prawe kliknięcie";
"Invert scrolling" = "Odwróć przewijanie";
"If enabled, scroll whell input will be inverted." = "Jeśli włączone, przewijanie będzie odwrócone";
"If enabled, scroll wheel input will be inverted." = "Jeśli włączone, przewijanie będzie odwrócone";
"QEMU Keyboard" = "Klawiatura QEMU";
"Use Command+Option (⌘+⌥) for input capture/release" = "Użyj Command+Option(⌘+⌥), aby przechwytywać/uwolnić mysz";
"If disabled, the default combination Control+Option (⌃+⌥) will be used." = "Jeśli wyłączone, domyślna kombinacja Control+Option(⌃+⌥) będzie użyta.";
Expand Down
2 changes: 1 addition & 1 deletion Platform/zh-Hant.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@
"If enabled, resizing of the VM window will not be allowed." = "啟用後將不允許調整虛擬機視窗的大小。";

/* No comment provided by engineer. */
"If enabled, scroll whell input will be inverted." = "啟用後會反轉滾輪輸入的方向。";
"If enabled, scroll wheel input will be inverted." = "啟用後會反轉滾輪輸入的方向。";

/* No comment provided by engineer. */
"If enabled, the default input devices will be emulated on the USB bus." = "啟用後預設的輸入裝置會模擬插在 USB 匯流排。";
Expand Down

0 comments on commit f4834cb

Please sign in to comment.