ru-RU translation #112

Merged
OlegEnot merged 5 commits from main into main 2023-06-29 01:04:03 +01:00
Showing only changes of commit 31fcf7c9f7 - Show all commits

View file

@ -82,7 +82,7 @@ msgstr "Контролируйте уровень тока заряда бата
NGnius commented 2023-06-25 18:02:42 +01:00 (Migrated from github.com)
Review

Are Minimum and Maximum missing the MHz unit because it doesn't translate?

Are Minimum and Maximum missing the MHz unit because it doesn't translate?
NGnius commented 2023-06-25 18:04:53 +01:00 (Migrated from github.com)
Review

This could be Google Translate's fault, but this translation seems to mention CPU threads when it should be referring to a single CPU thread.

This could be Google Translate's fault, but this translation seems to mention CPU thread***s*** when it should be referring to a single CPU thread.
NGnius commented 2023-06-25 18:07:58 +01:00 (Migrated from github.com)
Review

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...
OlegEnot commented 2023-06-26 13:13:08 +01:00 (Migrated from github.com)
Review

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!
OlegEnot commented 2023-06-26 13:15:53 +01:00 (Migrated from github.com)
Review

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.
OlegEnot commented 2023-06-26 13:17:03 +01:00 (Migrated from github.com)
Review

Corrected.

Corrected.
NGnius commented 2023-06-27 02:15:30 +01:00 (Migrated from github.com)
Review

The toggle that that translation string is for writes to the sysfs path generated here to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.

The toggle that that translation string is for writes to the sysfs path generated [here](https://github.com/NGnius/PowerTools/blob/dev/backend/src/settings/steam_deck/cpu.rs#L554) to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.
OlegEnot commented 2023-06-27 19:05:11 +01:00 (Migrated from github.com)
Review

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-)
Corrected according to the description in the Linux kernel documentation.

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-) Corrected according to the description in the Linux kernel documentation.
NGnius commented 2023-06-25 18:02:42 +01:00 (Migrated from github.com)
Review

Are Minimum and Maximum missing the MHz unit because it doesn't translate?

Are Minimum and Maximum missing the MHz unit because it doesn't translate?
NGnius commented 2023-06-25 18:04:53 +01:00 (Migrated from github.com)
Review

This could be Google Translate's fault, but this translation seems to mention CPU threads when it should be referring to a single CPU thread.

This could be Google Translate's fault, but this translation seems to mention CPU thread***s*** when it should be referring to a single CPU thread.
NGnius commented 2023-06-25 18:07:58 +01:00 (Migrated from github.com)
Review

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...
OlegEnot commented 2023-06-26 13:13:08 +01:00 (Migrated from github.com)
Review

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!
OlegEnot commented 2023-06-26 13:15:53 +01:00 (Migrated from github.com)
Review

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.
OlegEnot commented 2023-06-26 13:17:03 +01:00 (Migrated from github.com)
Review

Corrected.

Corrected.
NGnius commented 2023-06-27 02:15:30 +01:00 (Migrated from github.com)
Review

The toggle that that translation string is for writes to the sysfs path generated here to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.

The toggle that that translation string is for writes to the sysfs path generated [here](https://github.com/NGnius/PowerTools/blob/dev/backend/src/settings/steam_deck/cpu.rs#L554) to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.
OlegEnot commented 2023-06-27 19:05:11 +01:00 (Migrated from github.com)
Review

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-)
Corrected according to the description in the Linux kernel documentation.

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-) Corrected according to the description in the Linux kernel documentation.
#: components/battery.tsx:74 #: components/battery.tsx:74
# (Battery maximum input current with unit) # (Battery maximum input current with unit)
msgid "Maximum (mA)" msgid "Maximum (mA)"
msgstr "Максимум" msgstr "Максимум (mA)"
NGnius commented 2023-06-25 18:02:42 +01:00 (Migrated from github.com)
Review

Are Minimum and Maximum missing the MHz unit because it doesn't translate?

Are Minimum and Maximum missing the MHz unit because it doesn't translate?
NGnius commented 2023-06-25 18:04:53 +01:00 (Migrated from github.com)
Review

This could be Google Translate's fault, but this translation seems to mention CPU threads when it should be referring to a single CPU thread.

This could be Google Translate's fault, but this translation seems to mention CPU thread***s*** when it should be referring to a single CPU thread.
NGnius commented 2023-06-25 18:07:58 +01:00 (Migrated from github.com)
Review

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...
OlegEnot commented 2023-06-26 13:13:08 +01:00 (Migrated from github.com)
Review

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!
OlegEnot commented 2023-06-26 13:15:53 +01:00 (Migrated from github.com)
Review

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.
OlegEnot commented 2023-06-26 13:17:03 +01:00 (Migrated from github.com)
Review

Corrected.

Corrected.
NGnius commented 2023-06-27 02:15:30 +01:00 (Migrated from github.com)
Review

The toggle that that translation string is for writes to the sysfs path generated here to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.

The toggle that that translation string is for writes to the sysfs path generated [here](https://github.com/NGnius/PowerTools/blob/dev/backend/src/settings/steam_deck/cpu.rs#L554) to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.
OlegEnot commented 2023-06-27 19:05:11 +01:00 (Migrated from github.com)
Review

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-)
Corrected according to the description in the Linux kernel documentation.

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-) Corrected according to the description in the Linux kernel documentation.
NGnius commented 2023-06-25 18:02:42 +01:00 (Migrated from github.com)
Review

Are Minimum and Maximum missing the MHz unit because it doesn't translate?

Are Minimum and Maximum missing the MHz unit because it doesn't translate?
NGnius commented 2023-06-25 18:04:53 +01:00 (Migrated from github.com)
Review

This could be Google Translate's fault, but this translation seems to mention CPU threads when it should be referring to a single CPU thread.

This could be Google Translate's fault, but this translation seems to mention CPU thread***s*** when it should be referring to a single CPU thread.
NGnius commented 2023-06-25 18:07:58 +01:00 (Migrated from github.com)
Review

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...
OlegEnot commented 2023-06-26 13:13:08 +01:00 (Migrated from github.com)
Review

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!
OlegEnot commented 2023-06-26 13:15:53 +01:00 (Migrated from github.com)
Review

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.
OlegEnot commented 2023-06-26 13:17:03 +01:00 (Migrated from github.com)
Review

Corrected.

Corrected.
NGnius commented 2023-06-27 02:15:30 +01:00 (Migrated from github.com)
Review

The toggle that that translation string is for writes to the sysfs path generated here to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.

The toggle that that translation string is for writes to the sysfs path generated [here](https://github.com/NGnius/PowerTools/blob/dev/backend/src/settings/steam_deck/cpu.rs#L554) to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.
OlegEnot commented 2023-06-27 19:05:11 +01:00 (Migrated from github.com)
Review

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-)
Corrected according to the description in the Linux kernel documentation.

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-) Corrected according to the description in the Linux kernel documentation.
#: components/battery.tsx:97,115 #: components/battery.tsx:97,115
# (Battery charge mode override toggle) # (Battery charge mode override toggle)
@ -144,7 +144,7 @@ msgstr "SMT"
NGnius commented 2023-06-25 18:02:42 +01:00 (Migrated from github.com)
Review

Are Minimum and Maximum missing the MHz unit because it doesn't translate?

Are Minimum and Maximum missing the MHz unit because it doesn't translate?
NGnius commented 2023-06-25 18:04:53 +01:00 (Migrated from github.com)
Review

This could be Google Translate's fault, but this translation seems to mention CPU threads when it should be referring to a single CPU thread.

This could be Google Translate's fault, but this translation seems to mention CPU thread***s*** when it should be referring to a single CPU thread.
NGnius commented 2023-06-25 18:07:58 +01:00 (Migrated from github.com)
Review

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...
OlegEnot commented 2023-06-26 13:13:08 +01:00 (Migrated from github.com)
Review

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!
OlegEnot commented 2023-06-26 13:15:53 +01:00 (Migrated from github.com)
Review

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.
OlegEnot commented 2023-06-26 13:17:03 +01:00 (Migrated from github.com)
Review

Corrected.

Corrected.
NGnius commented 2023-06-27 02:15:30 +01:00 (Migrated from github.com)
Review

The toggle that that translation string is for writes to the sysfs path generated here to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.

The toggle that that translation string is for writes to the sysfs path generated [here](https://github.com/NGnius/PowerTools/blob/dev/backend/src/settings/steam_deck/cpu.rs#L554) to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.
OlegEnot commented 2023-06-27 19:05:11 +01:00 (Migrated from github.com)
Review

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-)
Corrected according to the description in the Linux kernel documentation.

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-) Corrected according to the description in the Linux kernel documentation.
NGnius commented 2023-06-25 18:02:42 +01:00 (Migrated from github.com)
Review

Are Minimum and Maximum missing the MHz unit because it doesn't translate?

Are Minimum and Maximum missing the MHz unit because it doesn't translate?
NGnius commented 2023-06-25 18:04:53 +01:00 (Migrated from github.com)
Review

This could be Google Translate's fault, but this translation seems to mention CPU threads when it should be referring to a single CPU thread.

This could be Google Translate's fault, but this translation seems to mention CPU thread***s*** when it should be referring to a single CPU thread.
NGnius commented 2023-06-25 18:07:58 +01:00 (Migrated from github.com)
Review

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...
OlegEnot commented 2023-06-26 13:13:08 +01:00 (Migrated from github.com)
Review

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!
OlegEnot commented 2023-06-26 13:15:53 +01:00 (Migrated from github.com)
Review

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.
OlegEnot commented 2023-06-26 13:17:03 +01:00 (Migrated from github.com)
Review

Corrected.

Corrected.
NGnius commented 2023-06-27 02:15:30 +01:00 (Migrated from github.com)
Review

The toggle that that translation string is for writes to the sysfs path generated here to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.

The toggle that that translation string is for writes to the sysfs path generated [here](https://github.com/NGnius/PowerTools/blob/dev/backend/src/settings/steam_deck/cpu.rs#L554) to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.
OlegEnot commented 2023-06-27 19:05:11 +01:00 (Migrated from github.com)
Review

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-)
Corrected according to the description in the Linux kernel documentation.

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-) Corrected according to the description in the Linux kernel documentation.
#: components/cpus.tsx:89 #: components/cpus.tsx:89
# (CPU SMT toggle description) # (CPU SMT toggle description)
msgid "Enables odd-numbered CPUs" msgid "Enables odd-numbered CPUs"
msgstr "Активация многопоточности" msgstr "Активация одновременной многопоточности"
NGnius commented 2023-06-25 18:02:42 +01:00 (Migrated from github.com)
Review

Are Minimum and Maximum missing the MHz unit because it doesn't translate?

Are Minimum and Maximum missing the MHz unit because it doesn't translate?
NGnius commented 2023-06-25 18:04:53 +01:00 (Migrated from github.com)
Review

This could be Google Translate's fault, but this translation seems to mention CPU threads when it should be referring to a single CPU thread.

This could be Google Translate's fault, but this translation seems to mention CPU thread***s*** when it should be referring to a single CPU thread.
NGnius commented 2023-06-25 18:07:58 +01:00 (Migrated from github.com)
Review

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...
OlegEnot commented 2023-06-26 13:13:08 +01:00 (Migrated from github.com)
Review

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!
OlegEnot commented 2023-06-26 13:15:53 +01:00 (Migrated from github.com)
Review

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.
OlegEnot commented 2023-06-26 13:17:03 +01:00 (Migrated from github.com)
Review

Corrected.

Corrected.
NGnius commented 2023-06-27 02:15:30 +01:00 (Migrated from github.com)
Review

The toggle that that translation string is for writes to the sysfs path generated here to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.

The toggle that that translation string is for writes to the sysfs path generated [here](https://github.com/NGnius/PowerTools/blob/dev/backend/src/settings/steam_deck/cpu.rs#L554) to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.
OlegEnot commented 2023-06-27 19:05:11 +01:00 (Migrated from github.com)
Review

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-)
Corrected according to the description in the Linux kernel documentation.

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-) Corrected according to the description in the Linux kernel documentation.
NGnius commented 2023-06-25 18:02:42 +01:00 (Migrated from github.com)
Review

Are Minimum and Maximum missing the MHz unit because it doesn't translate?

Are Minimum and Maximum missing the MHz unit because it doesn't translate?
NGnius commented 2023-06-25 18:04:53 +01:00 (Migrated from github.com)
Review

This could be Google Translate's fault, but this translation seems to mention CPU threads when it should be referring to a single CPU thread.

This could be Google Translate's fault, but this translation seems to mention CPU thread***s*** when it should be referring to a single CPU thread.
NGnius commented 2023-06-25 18:07:58 +01:00 (Migrated from github.com)
Review

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...
OlegEnot commented 2023-06-26 13:13:08 +01:00 (Migrated from github.com)
Review

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!
OlegEnot commented 2023-06-26 13:15:53 +01:00 (Migrated from github.com)
Review

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.
OlegEnot commented 2023-06-26 13:17:03 +01:00 (Migrated from github.com)
Review

Corrected.

Corrected.
NGnius commented 2023-06-27 02:15:30 +01:00 (Migrated from github.com)
Review

The toggle that that translation string is for writes to the sysfs path generated here to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.

The toggle that that translation string is for writes to the sysfs path generated [here](https://github.com/NGnius/PowerTools/blob/dev/backend/src/settings/steam_deck/cpu.rs#L554) to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.
OlegEnot commented 2023-06-27 19:05:11 +01:00 (Migrated from github.com)
Review

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-)
Corrected according to the description in the Linux kernel documentation.

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-) Corrected according to the description in the Linux kernel documentation.
#: components/cpus.tsx:106 #: components/cpus.tsx:106
# (CPU thread count slider) # (CPU thread count slider)
@ -167,13 +167,13 @@ msgstr "Установите ограничения на тактовую час
NGnius commented 2023-06-25 18:02:42 +01:00 (Migrated from github.com)
Review

Are Minimum and Maximum missing the MHz unit because it doesn't translate?

Are Minimum and Maximum missing the MHz unit because it doesn't translate?
NGnius commented 2023-06-25 18:04:53 +01:00 (Migrated from github.com)
Review

This could be Google Translate's fault, but this translation seems to mention CPU threads when it should be referring to a single CPU thread.

This could be Google Translate's fault, but this translation seems to mention CPU thread***s*** when it should be referring to a single CPU thread.
NGnius commented 2023-06-25 18:07:58 +01:00 (Migrated from github.com)
Review

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...
OlegEnot commented 2023-06-26 13:13:08 +01:00 (Migrated from github.com)
Review

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!
OlegEnot commented 2023-06-26 13:15:53 +01:00 (Migrated from github.com)
Review

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.
OlegEnot commented 2023-06-26 13:17:03 +01:00 (Migrated from github.com)
Review

Corrected.

Corrected.
NGnius commented 2023-06-27 02:15:30 +01:00 (Migrated from github.com)
Review

The toggle that that translation string is for writes to the sysfs path generated here to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.

The toggle that that translation string is for writes to the sysfs path generated [here](https://github.com/NGnius/PowerTools/blob/dev/backend/src/settings/steam_deck/cpu.rs#L554) to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.
OlegEnot commented 2023-06-27 19:05:11 +01:00 (Migrated from github.com)
Review

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-)
Corrected according to the description in the Linux kernel documentation.

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-) Corrected according to the description in the Linux kernel documentation.
NGnius commented 2023-06-25 18:02:42 +01:00 (Migrated from github.com)
Review

Are Minimum and Maximum missing the MHz unit because it doesn't translate?

Are Minimum and Maximum missing the MHz unit because it doesn't translate?
NGnius commented 2023-06-25 18:04:53 +01:00 (Migrated from github.com)
Review

This could be Google Translate's fault, but this translation seems to mention CPU threads when it should be referring to a single CPU thread.

This could be Google Translate's fault, but this translation seems to mention CPU thread***s*** when it should be referring to a single CPU thread.
NGnius commented 2023-06-25 18:07:58 +01:00 (Migrated from github.com)
Review

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...
OlegEnot commented 2023-06-26 13:13:08 +01:00 (Migrated from github.com)
Review

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!
OlegEnot commented 2023-06-26 13:15:53 +01:00 (Migrated from github.com)
Review

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.
OlegEnot commented 2023-06-26 13:17:03 +01:00 (Migrated from github.com)
Review

Corrected.

Corrected.
NGnius commented 2023-06-27 02:15:30 +01:00 (Migrated from github.com)
Review

The toggle that that translation string is for writes to the sysfs path generated here to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.

The toggle that that translation string is for writes to the sysfs path generated [here](https://github.com/NGnius/PowerTools/blob/dev/backend/src/settings/steam_deck/cpu.rs#L554) to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.
OlegEnot commented 2023-06-27 19:05:11 +01:00 (Migrated from github.com)
Review

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-)
Corrected according to the description in the Linux kernel documentation.

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-) Corrected according to the description in the Linux kernel documentation.
#: components/gpu.tsx:137 #: components/gpu.tsx:137
# (Minimum clock speed with unit) # (Minimum clock speed with unit)
msgid "Minimum (MHz)" msgid "Minimum (MHz)"
msgstr "Минимум" msgstr "Минимум (MHz)"
NGnius commented 2023-06-25 18:02:42 +01:00 (Migrated from github.com)
Review

Are Minimum and Maximum missing the MHz unit because it doesn't translate?

Are Minimum and Maximum missing the MHz unit because it doesn't translate?
NGnius commented 2023-06-25 18:04:53 +01:00 (Migrated from github.com)
Review

This could be Google Translate's fault, but this translation seems to mention CPU threads when it should be referring to a single CPU thread.

This could be Google Translate's fault, but this translation seems to mention CPU thread***s*** when it should be referring to a single CPU thread.
NGnius commented 2023-06-25 18:07:58 +01:00 (Migrated from github.com)
Review

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...
OlegEnot commented 2023-06-26 13:13:08 +01:00 (Migrated from github.com)
Review

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!
OlegEnot commented 2023-06-26 13:15:53 +01:00 (Migrated from github.com)
Review

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.
OlegEnot commented 2023-06-26 13:17:03 +01:00 (Migrated from github.com)
Review

Corrected.

Corrected.
NGnius commented 2023-06-27 02:15:30 +01:00 (Migrated from github.com)
Review

The toggle that that translation string is for writes to the sysfs path generated here to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.

The toggle that that translation string is for writes to the sysfs path generated [here](https://github.com/NGnius/PowerTools/blob/dev/backend/src/settings/steam_deck/cpu.rs#L554) to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.
OlegEnot commented 2023-06-27 19:05:11 +01:00 (Migrated from github.com)
Review

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-)
Corrected according to the description in the Linux kernel documentation.

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-) Corrected according to the description in the Linux kernel documentation.
NGnius commented 2023-06-25 18:02:42 +01:00 (Migrated from github.com)
Review

Are Minimum and Maximum missing the MHz unit because it doesn't translate?

Are Minimum and Maximum missing the MHz unit because it doesn't translate?
NGnius commented 2023-06-25 18:04:53 +01:00 (Migrated from github.com)
Review

This could be Google Translate's fault, but this translation seems to mention CPU threads when it should be referring to a single CPU thread.

This could be Google Translate's fault, but this translation seems to mention CPU thread***s*** when it should be referring to a single CPU thread.
NGnius commented 2023-06-25 18:07:58 +01:00 (Migrated from github.com)
Review

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...
OlegEnot commented 2023-06-26 13:13:08 +01:00 (Migrated from github.com)
Review

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!
OlegEnot commented 2023-06-26 13:15:53 +01:00 (Migrated from github.com)
Review

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.
OlegEnot commented 2023-06-26 13:17:03 +01:00 (Migrated from github.com)
Review

Corrected.

Corrected.
NGnius commented 2023-06-27 02:15:30 +01:00 (Migrated from github.com)
Review

The toggle that that translation string is for writes to the sysfs path generated here to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.

The toggle that that translation string is for writes to the sysfs path generated [here](https://github.com/NGnius/PowerTools/blob/dev/backend/src/settings/steam_deck/cpu.rs#L554) to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.
OlegEnot commented 2023-06-27 19:05:11 +01:00 (Migrated from github.com)
Review

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-)
Corrected according to the description in the Linux kernel documentation.

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-) Corrected according to the description in the Linux kernel documentation.
#: components/cpus.tsx:195 #: components/cpus.tsx:195
#: components/gpu.tsx:160 #: components/gpu.tsx:160
# (Maximum clock speed with unit) # (Maximum clock speed with unit)
msgid "Maximum (MHz)" msgid "Maximum (MHz)"
msgstr "Максимум" msgstr "Максимум (MHz)"
NGnius commented 2023-06-25 18:02:42 +01:00 (Migrated from github.com)
Review

Are Minimum and Maximum missing the MHz unit because it doesn't translate?

Are Minimum and Maximum missing the MHz unit because it doesn't translate?
NGnius commented 2023-06-25 18:04:53 +01:00 (Migrated from github.com)
Review

This could be Google Translate's fault, but this translation seems to mention CPU threads when it should be referring to a single CPU thread.

This could be Google Translate's fault, but this translation seems to mention CPU thread***s*** when it should be referring to a single CPU thread.
NGnius commented 2023-06-25 18:07:58 +01:00 (Migrated from github.com)
Review

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...
OlegEnot commented 2023-06-26 13:13:08 +01:00 (Migrated from github.com)
Review

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!
OlegEnot commented 2023-06-26 13:15:53 +01:00 (Migrated from github.com)
Review

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.
OlegEnot commented 2023-06-26 13:17:03 +01:00 (Migrated from github.com)
Review

Corrected.

Corrected.
NGnius commented 2023-06-27 02:15:30 +01:00 (Migrated from github.com)
Review

The toggle that that translation string is for writes to the sysfs path generated here to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.

The toggle that that translation string is for writes to the sysfs path generated [here](https://github.com/NGnius/PowerTools/blob/dev/backend/src/settings/steam_deck/cpu.rs#L554) to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.
OlegEnot commented 2023-06-27 19:05:11 +01:00 (Migrated from github.com)
Review

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-)
Corrected according to the description in the Linux kernel documentation.

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-) Corrected according to the description in the Linux kernel documentation.
NGnius commented 2023-06-25 18:02:42 +01:00 (Migrated from github.com)
Review

Are Minimum and Maximum missing the MHz unit because it doesn't translate?

Are Minimum and Maximum missing the MHz unit because it doesn't translate?
NGnius commented 2023-06-25 18:04:53 +01:00 (Migrated from github.com)
Review

This could be Google Translate's fault, but this translation seems to mention CPU threads when it should be referring to a single CPU thread.

This could be Google Translate's fault, but this translation seems to mention CPU thread***s*** when it should be referring to a single CPU thread.
NGnius commented 2023-06-25 18:07:58 +01:00 (Migrated from github.com)
Review

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...
OlegEnot commented 2023-06-26 13:13:08 +01:00 (Migrated from github.com)
Review

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!
OlegEnot commented 2023-06-26 13:15:53 +01:00 (Migrated from github.com)
Review

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.
OlegEnot commented 2023-06-26 13:17:03 +01:00 (Migrated from github.com)
Review

Corrected.

Corrected.
NGnius commented 2023-06-27 02:15:30 +01:00 (Migrated from github.com)
Review

The toggle that that translation string is for writes to the sysfs path generated here to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.

The toggle that that translation string is for writes to the sysfs path generated [here](https://github.com/NGnius/PowerTools/blob/dev/backend/src/settings/steam_deck/cpu.rs#L554) to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.
OlegEnot commented 2023-06-27 19:05:11 +01:00 (Migrated from github.com)
Review

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-)
Corrected according to the description in the Linux kernel documentation.

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-) Corrected according to the description in the Linux kernel documentation.
# advanced mode # advanced mode

NGnius commented 2023-06-25 18:02:42 +01:00 (Migrated from github.com)
Review

Are Minimum and Maximum missing the MHz unit because it doesn't translate?

Are Minimum and Maximum missing the MHz unit because it doesn't translate?
NGnius commented 2023-06-25 18:04:53 +01:00 (Migrated from github.com)
Review

This could be Google Translate's fault, but this translation seems to mention CPU threads when it should be referring to a single CPU thread.

This could be Google Translate's fault, but this translation seems to mention CPU thread***s*** when it should be referring to a single CPU thread.
NGnius commented 2023-06-25 18:07:58 +01:00 (Migrated from github.com)
Review

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...
OlegEnot commented 2023-06-26 13:13:08 +01:00 (Migrated from github.com)
Review

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!
OlegEnot commented 2023-06-26 13:15:53 +01:00 (Migrated from github.com)
Review

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.
OlegEnot commented 2023-06-26 13:17:03 +01:00 (Migrated from github.com)
Review

Corrected.

Corrected.
NGnius commented 2023-06-27 02:15:30 +01:00 (Migrated from github.com)
Review

The toggle that that translation string is for writes to the sysfs path generated here to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.

The toggle that that translation string is for writes to the sysfs path generated [here](https://github.com/NGnius/PowerTools/blob/dev/backend/src/settings/steam_deck/cpu.rs#L554) to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.
OlegEnot commented 2023-06-27 19:05:11 +01:00 (Migrated from github.com)
Review

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-)
Corrected according to the description in the Linux kernel documentation.

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-) Corrected according to the description in the Linux kernel documentation.
NGnius commented 2023-06-25 18:02:42 +01:00 (Migrated from github.com)
Review

Are Minimum and Maximum missing the MHz unit because it doesn't translate?

Are Minimum and Maximum missing the MHz unit because it doesn't translate?
NGnius commented 2023-06-25 18:04:53 +01:00 (Migrated from github.com)
Review

This could be Google Translate's fault, but this translation seems to mention CPU threads when it should be referring to a single CPU thread.

This could be Google Translate's fault, but this translation seems to mention CPU thread***s*** when it should be referring to a single CPU thread.
NGnius commented 2023-06-25 18:07:58 +01:00 (Migrated from github.com)
Review

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...

Multithreading isn't the same as Simultaneous Multithreading (at least in English), so that wording might be confusing. That could make someone think it turns off all but one CPU thread, instead of every second thread. I also might a bit too pedantic...
OlegEnot commented 2023-06-26 13:13:08 +01:00 (Migrated from github.com)
Review

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!

Please tell me what to read about the mechanism of this setting. For a better understanding of the context. Thank you!
OlegEnot commented 2023-06-26 13:15:53 +01:00 (Migrated from github.com)
Review

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.

Corrected for a more appropriate term "Активация одновременной многопоточности" ("Activation of simultaneous multithreading"), according to the decoding of SMT.
OlegEnot commented 2023-06-26 13:17:03 +01:00 (Migrated from github.com)
Review

Corrected.

Corrected.
NGnius commented 2023-06-27 02:15:30 +01:00 (Migrated from github.com)
Review

The toggle that that translation string is for writes to the sysfs path generated here to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.

The toggle that that translation string is for writes to the sysfs path generated [here](https://github.com/NGnius/PowerTools/blob/dev/backend/src/settings/steam_deck/cpu.rs#L554) to set a specific CPU thread online or offline. Only a single processor thread is ever involved, since each thread has it's own subdirectory. It's part of the basic CPU configuration sysfs from the Linux kernel and it's basically self-documenting so online resources don't discuss it very in-depth.
OlegEnot commented 2023-06-27 19:05:11 +01:00 (Migrated from github.com)
Review

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-)
Corrected according to the description in the Linux kernel documentation.

I realized that filling with blue color in the slider entered with a stupor and the function was not correctly interpreted :-) Corrected according to the description in the Linux kernel documentation.