Skip to content

Commit

Permalink
Merge pull request #1155 from Blueberryy/develop
Browse files Browse the repository at this point in the history
Update Russian translation
  • Loading branch information
batzen authored Aug 24, 2023
2 parents 1145bb8 + 1547415 commit 807666b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Fluent.Ribbon/Localization/Languages/Russian.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Fluent.Localization.Languages
public class Russian : RibbonLocalizationBase
{
public override string Automatic { get; } = "Автоматически";
public override string BackstageBackButtonUid { get; } = FallbackLocalization.BackstageBackButtonUid /* Close Backstage */;
public override string BackstageBackButtonUid { get; } = "Закрыть Backstage";
public override string BackstageButtonKeyTip { get; } = "Ф";
public override string BackstageButtonText { get; } = "Файл";
public override string CustomizeStatusBar { get; } = "Настройка строки состояния";
Expand Down Expand Up @@ -38,4 +38,4 @@ public class Russian : RibbonLocalizationBase
public override string UseClassicRibbon { get; } = "_Использовать классическую ленту";
public override string UseSimplifiedRibbon { get; } = "_Использовать упрощённую ленту";
}
}
}

0 comments on commit 807666b

Please sign in to comment.