diff --git a/ShareX.HelpersLib/Forms/ColorPickerForm.ru.resx b/ShareX.HelpersLib/Forms/ColorPickerForm.ru.resx index fe5bf3712..edffb7cfe 100644 --- a/ShareX.HelpersLib/Forms/ColorPickerForm.ru.resx +++ b/ShareX.HelpersLib/Forms/ColorPickerForm.ru.resx @@ -213,4 +213,7 @@ Стандартные цвета + + Название: + \ No newline at end of file diff --git a/ShareX.HelpersLib/NameParser/CodeMenuEntryFilename.cs b/ShareX.HelpersLib/NameParser/CodeMenuEntryFilename.cs index 9f148b10f..533206ab0 100644 --- a/ShareX.HelpersLib/NameParser/CodeMenuEntryFilename.cs +++ b/ShareX.HelpersLib/NameParser/CodeMenuEntryFilename.cs @@ -59,8 +59,7 @@ public class CodeMenuEntryFilename : CodeMenuEntry public static readonly CodeMenuEntryFilename guid = new CodeMenuEntryFilename("guid", Resources.ReplCodeMenuEntry_guid_Random_guid, Resources.ReplCodeMenuCategory_Random); public static readonly CodeMenuEntryFilename radjective = new CodeMenuEntryFilename("radjective", Resources.CodeMenuEntryFilename_RandomAdjective, Resources.ReplCodeMenuCategory_Random); public static readonly CodeMenuEntryFilename ranimal = new CodeMenuEntryFilename("ranimal", Resources.CodeMenuEntryFilename_RandomAnimal, Resources.ReplCodeMenuCategory_Random); - // TODO: Translate - public static readonly CodeMenuEntryFilename remoji = new CodeMenuEntryFilename("remoji", "Random emoji. Repeat using {n}", Resources.ReplCodeMenuCategory_Random); + public static readonly CodeMenuEntryFilename remoji = new CodeMenuEntryFilename("remoji", Resources.RandomEmojiRepeatUsingN, Resources.ReplCodeMenuCategory_Random); public static readonly CodeMenuEntryFilename rf = new CodeMenuEntryFilename("rf", Resources.ReplCodeMenuEntry_rf_Random_line_from_file, Resources.ReplCodeMenuCategory_Random); public static readonly CodeMenuEntryFilename width = new CodeMenuEntryFilename("width", Resources.ReplCodeMenuEntry_width_Gets_image_width, Resources.ReplCodeMenuCategory_Image); public static readonly CodeMenuEntryFilename height = new CodeMenuEntryFilename("height", Resources.ReplCodeMenuEntry_height_Gets_image_height, Resources.ReplCodeMenuCategory_Image); diff --git a/ShareX.HelpersLib/Properties/Resources.Designer.cs b/ShareX.HelpersLib/Properties/Resources.Designer.cs index 215224ce6..92bfae662 100644 --- a/ShareX.HelpersLib/Properties/Resources.Designer.cs +++ b/ShareX.HelpersLib/Properties/Resources.Designer.cs @@ -2430,6 +2430,15 @@ internal class Resources { } } + /// + /// Looks up a localized string similar to Random emoji. Repeat using {n}. + /// + internal static string RandomEmojiRepeatUsingN { + get { + return ResourceManager.GetString("RandomEmojiRepeatUsingN", resourceCulture); + } + } + /// /// Looks up a localized string similar to Random non ambiguous alphanumeric char. Repeat using {n}. /// diff --git a/ShareX.HelpersLib/Properties/Resources.resx b/ShareX.HelpersLib/Properties/Resources.resx index df38213fb..c534f49a2 100644 --- a/ShareX.HelpersLib/Properties/Resources.resx +++ b/ShareX.HelpersLib/Properties/Resources.resx @@ -1199,4 +1199,7 @@ Would you like to download and install it? Random non ambiguous alphanumeric char. Repeat using {n} + + Random emoji. Repeat using {n} + \ No newline at end of file diff --git a/ShareX.HelpersLib/Properties/Resources.ru.resx b/ShareX.HelpersLib/Properties/Resources.ru.resx index ae0ee2903..6313266b1 100644 --- a/ShareX.HelpersLib/Properties/Resources.ru.resx +++ b/ShareX.HelpersLib/Properties/Resources.ru.resx @@ -1168,4 +1168,7 @@ Случайный недвусмысленный алфавитно-цифровой символ. Повторение задается через {n} + + Случайный символ эмодзи. Повторение задается через {n} + \ No newline at end of file diff --git a/ShareX.ScreenCaptureLib/Forms/FFmpegOptionsForm.ru.resx b/ShareX.ScreenCaptureLib/Forms/FFmpegOptionsForm.ru.resx index 463ae142a..fe82dd764 100644 --- a/ShareX.ScreenCaptureLib/Forms/FFmpegOptionsForm.ru.resx +++ b/ShareX.ScreenCaptureLib/Forms/FFmpegOptionsForm.ru.resx @@ -251,4 +251,7 @@ Использование: + + По умолчанию 128k. + \ No newline at end of file diff --git a/ShareX/Forms/ApplicationSettingsForm.ru.resx b/ShareX/Forms/ApplicationSettingsForm.ru.resx index 7a7f8a068..4da09b9bf 100644 --- a/ShareX/Forms/ApplicationSettingsForm.ru.resx +++ b/ShareX/Forms/ApplicationSettingsForm.ru.resx @@ -349,7 +349,7 @@ Применить - Экспериментальная темная тема + Экспериментальная пользовательская тема Использовать белую иконку ShareX @@ -357,4 +357,28 @@ Использовать темную тему + + Заметка: Не делитесь этим экспортируемым файлом ни с кем, он может содержать личную информация, например пароли. + + + История + + + Настройки + + + Тема + + + Применить тему + + + Добавить + + + Удалить + + + Сбросить + \ No newline at end of file diff --git a/ShareX/Forms/MainForm.ru.resx b/ShareX/Forms/MainForm.ru.resx index 1b5610dca..b1c2268dc 100644 --- a/ShareX/Forms/MainForm.ru.resx +++ b/ShareX/Forms/MainForm.ru.resx @@ -765,4 +765,28 @@ Спрятать кнопки соцсетей + + Разделитель изображений... + + + Разделитель изображений... + + + Заголовок миниатюры + + + Прятать + + + Показывать + + + Вверху + + + Внизу + + + Выполнить действие + \ No newline at end of file