Translations Update

This commit is contained in:
Serge
2024-02-04 13:29:17 +01:00
parent e1ba87fa2b
commit b0e60d5d78
6 changed files with 229 additions and 2 deletions

View File

@@ -141,6 +141,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Ally Controller.
/// </summary>
internal static string AllyController {
get {
return ResourceManager.GetString("AllyController", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Animation Speed.
/// </summary>
@@ -519,6 +528,33 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Binding.
/// </summary>
internal static string Binding {
get {
return ResourceManager.GetString("Binding", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Primary.
/// </summary>
internal static string BindingPrimary {
get {
return ResourceManager.GetString("BindingPrimary", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Secondary.
/// </summary>
internal static string BindingSecondary {
get {
return ResourceManager.GetString("BindingSecondary", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to BIOS and Driver Updates.
/// </summary>
@@ -600,6 +636,24 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Contrast.
/// </summary>
internal static string Contrast {
get {
return ResourceManager.GetString("Contrast", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Controller.
/// </summary>
internal static string Controller {
get {
return ResourceManager.GetString("Controller", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CPU Boost.
/// </summary>
@@ -636,6 +690,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Disable Controller.
/// </summary>
internal static string DisableController {
get {
return ResourceManager.GetString("DisableController", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Disable screen overdrive.
/// </summary>
@@ -690,6 +753,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Enable GPU on shutdown (prevents issue with Eco mode).
/// </summary>
internal static string EnableGPUOnShutdown {
get {
return ResourceManager.GetString("EnableGPUOnShutdown", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Disabling the dGPU by going into Eco mode while Display Mode in NVIDIA Control Panel is not set to Optimus might cause problems with brightness controls until after the next reboot.
///
@@ -935,6 +1007,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Image Rotation.
/// </summary>
internal static string ImageRotation {
get {
return ResourceManager.GetString("ImageRotation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Key Bindings.
/// </summary>
@@ -1034,6 +1115,24 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Left Stick Deadzones.
/// </summary>
internal static string LSDeadzones {
get {
return ResourceManager.GetString("LSDeadzones", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Left Trigger Deadzones.
/// </summary>
internal static string LTDeadzones {
get {
return ResourceManager.GetString("LTDeadzones", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Audio Visualizer.
/// </summary>
@@ -1430,6 +1529,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Reset.
/// </summary>
internal static string Reset {
get {
return ResourceManager.GetString("Reset", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Something is using dGPU and preventing Eco mode. Let G-Helper try to restart dGPU in device manager? (Please proceed at your own risk).
/// </summary>
@@ -1448,6 +1556,24 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Right Stick Deadzones.
/// </summary>
internal static string RSDeadzones {
get {
return ResourceManager.GetString("RSDeadzones", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Right Trigger Deadzones.
/// </summary>
internal static string RTDeadzones {
get {
return ResourceManager.GetString("RTDeadzones", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Run on Startup.
/// </summary>
@@ -1457,6 +1583,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Scaling Quality.
/// </summary>
internal static string ScalingQuality {
get {
return ResourceManager.GetString("ScalingQuality", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Screenpad Brightness Down.
/// </summary>
@@ -1691,6 +1826,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Vibration Strength.
/// </summary>
internal static string VibrationStrength {
get {
return ResourceManager.GetString("VibrationStrength", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Volume Down.
/// </summary>
@@ -1726,5 +1870,14 @@ namespace GHelper.Properties {
return ResourceManager.GetString("WindowTop", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Zoom.
/// </summary>
internal static string Zoom {
get {
return ResourceManager.GetString("Zoom", resourceCulture);
}
}
}
}