Update Russian translation and README_rus.md #603
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
This pull request updates and improves the Russian translation for the application. Specifically, it addresses missing strings by adding translations for 235 strings and removing out-of-date entries that are no longer in the original source text. In addition,
README_rus.md
is updated to match the latest content in the mainREADME.md
.Summary of Changes:
ru.axaml
– Added or updated translations for all relevant strings.README_rus.md
– Brought in line with the mainREADME.md
for consistency.Known Issues / Additional Notes:
<sys:String x:Key="not_available">Недоступно</sys:String>
does not seem to appear in certain contexts (e.g.,Usage Report
andMetering Report
), which still display “Not available” instead of “Недоступно.” This might indicate hard-coded or differently referenced strings outside the resource file.BluetoothService.cs
(e.g., error messages and logs) as well as a button label inMainView.axaml
that are not currently pulling from the translation resources. These lines will require further refactoring to make them translatable in the future.Testing & Verification:
ru.axaml
.README_rus.md
for full alignment with the mainREADME.md
.Next Steps:
not_available
resource string.Please let me know if there are any further concerns or if you spot additional untranslated items!