From 1bebf9de669d05794fa672351ce24cf122614c77 Mon Sep 17 00:00:00 2001 From: L1Q <0xL1Q@ex.ua> Date: Sun, 13 May 2018 06:20:16 +0300 Subject: [PATCH] Update russian translation --- .../Colors/ColorPickerForm.ru.resx | 39 +++++ .../Properties/Resources.ru.resx | 12 ++ .../Forms/DirectoryIndexerForm.ru.resx | 138 ++++++++++++++++++ ShareX.IndexerLib/ShareX.IndexerLib.csproj | 3 + .../Forms/ImageInsertForm.ru.resx | 132 +++++++++++++++++ .../Forms/StickerForm.ru.resx | 135 +++++++++++++++++ .../Forms/StickerPackForm.ru.resx | 135 +++++++++++++++++ .../Properties/Resources.ru.resx | 7 + .../ShareX.ScreenCaptureLib.csproj | 9 ++ .../Forms/OCRSpaceForm.ru.resx | 3 + .../Forms/PuushLoginForm.ru.resx | 132 +++++++++++++++++ .../Forms/UploadersConfigForm.resx | 92 ++++++------ .../Forms/UploadersConfigForm.ru.resx | 45 ++++++ .../ShareX.UploadersLib.csproj | 3 + ShareX/Forms/ApplicationSettingsForm.ru.resx | 10 +- ShareX/Forms/FirstTimeConfigForm.ru.resx | 2 +- ShareX/Forms/QRCodeForm.ru.resx | 3 + ShareX/Forms/TaskSettingsForm.ru.resx | 6 + ShareX/Forms/TextUploadForm.ru.resx | 129 ++++++++++++++++ ShareX/Properties/Resources.ru.resx | 12 ++ ShareX/ShareX.csproj | 3 + 21 files changed, 1001 insertions(+), 49 deletions(-) create mode 100644 ShareX.IndexerLib/Forms/DirectoryIndexerForm.ru.resx create mode 100644 ShareX.ScreenCaptureLib/Forms/ImageInsertForm.ru.resx create mode 100644 ShareX.ScreenCaptureLib/Forms/StickerForm.ru.resx create mode 100644 ShareX.ScreenCaptureLib/Forms/StickerPackForm.ru.resx create mode 100644 ShareX.UploadersLib/Forms/PuushLoginForm.ru.resx create mode 100644 ShareX/Forms/TextUploadForm.ru.resx diff --git a/ShareX.HelpersLib/Colors/ColorPickerForm.ru.resx b/ShareX.HelpersLib/Colors/ColorPickerForm.ru.resx index 3ede63a9c..d8c4ee838 100644 --- a/ShareX.HelpersLib/Colors/ColorPickerForm.ru.resx +++ b/ShareX.HelpersLib/Colors/ColorPickerForm.ru.resx @@ -171,4 +171,43 @@ Прозрачный + + Позиция курсора: + + + Скопировать все + + + Скопировать RGB + + + Скопировать шестнадцатеричное значение + + + Скопировать CMYK + + + Скопировать HSB + + + Скопировать десятичное значение + + + Скопировать позицию + + + Взять цвет с экрана... + + + Скопировать + + + Закрыть + + + Шестнадцатеричный: + + + Последние цвета: + \ No newline at end of file diff --git a/ShareX.HelpersLib/Properties/Resources.ru.resx b/ShareX.HelpersLib/Properties/Resources.ru.resx index 1ccba0f4c..07ce00eff 100644 --- a/ShareX.HelpersLib/Properties/Resources.ru.resx +++ b/ShareX.HelpersLib/Properties/Resources.ru.resx @@ -1150,4 +1150,16 @@ Случайная строка из файла. Используйте {filepath}, чтобы указать файл + + Сканировать QR код + + + Ограниченный доступ + + + Открытый доступ + + + Доступ по ссылке + \ No newline at end of file diff --git a/ShareX.IndexerLib/Forms/DirectoryIndexerForm.ru.resx b/ShareX.IndexerLib/Forms/DirectoryIndexerForm.ru.resx new file mode 100644 index 000000000..0f2852ffe --- /dev/null +++ b/ShareX.IndexerLib/Forms/DirectoryIndexerForm.ru.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX - Индексация папки + + + Выбрать папку... + + + Индексировать выбранную папку + + + Загрузить и закрыть это окно + + + Предпросмотр + + + Настройки + + \ No newline at end of file diff --git a/ShareX.IndexerLib/ShareX.IndexerLib.csproj b/ShareX.IndexerLib/ShareX.IndexerLib.csproj index b823f9d1e..b34a537c7 100644 --- a/ShareX.IndexerLib/ShareX.IndexerLib.csproj +++ b/ShareX.IndexerLib/ShareX.IndexerLib.csproj @@ -109,6 +109,9 @@ DirectoryIndexerForm.cs + + DirectoryIndexerForm.cs + ResXFileCodeGenerator Resources.Designer.cs diff --git a/ShareX.ScreenCaptureLib/Forms/ImageInsertForm.ru.resx b/ShareX.ScreenCaptureLib/Forms/ImageInsertForm.ru.resx new file mode 100644 index 000000000..1b9cab221 --- /dev/null +++ b/ShareX.ScreenCaptureLib/Forms/ImageInsertForm.ru.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX - Вставка изображения + + + Вставить изображение в центре + + + Вставить изображение снизу (расширить полотно) + + + Вставить изображение справа (расширить полотно) + + \ No newline at end of file diff --git a/ShareX.ScreenCaptureLib/Forms/StickerForm.ru.resx b/ShareX.ScreenCaptureLib/Forms/StickerForm.ru.resx new file mode 100644 index 000000000..310b327bd --- /dev/null +++ b/ShareX.ScreenCaptureLib/Forms/StickerForm.ru.resx @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX - Выбор стикера + + + Размер: + + + Редактировать наборы стикеров + + + Стикеры: + + + Поиск: + + \ No newline at end of file diff --git a/ShareX.ScreenCaptureLib/Forms/StickerPackForm.ru.resx b/ShareX.ScreenCaptureLib/Forms/StickerPackForm.ru.resx new file mode 100644 index 000000000..84955b50f --- /dev/null +++ b/ShareX.ScreenCaptureLib/Forms/StickerPackForm.ru.resx @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX - Наборы стикеров + + + Папка: + + + Имя: + + + Добавить + + + Удалить + + \ No newline at end of file diff --git a/ShareX.ScreenCaptureLib/Properties/Resources.ru.resx b/ShareX.ScreenCaptureLib/Properties/Resources.ru.resx index ad2c9e409..ff980b1b9 100644 --- a/ShareX.ScreenCaptureLib/Properties/Resources.ru.resx +++ b/ShareX.ScreenCaptureLib/Properties/Resources.ru.resx @@ -518,4 +518,11 @@ Режим интерполяции + + Есть несохраненные изменения. +Хотите закрыть редактор изображений? + + + ShareX - Редактор изображений + \ No newline at end of file diff --git a/ShareX.ScreenCaptureLib/ShareX.ScreenCaptureLib.csproj b/ShareX.ScreenCaptureLib/ShareX.ScreenCaptureLib.csproj index 41fe20c33..073726eee 100644 --- a/ShareX.ScreenCaptureLib/ShareX.ScreenCaptureLib.csproj +++ b/ShareX.ScreenCaptureLib/ShareX.ScreenCaptureLib.csproj @@ -358,6 +358,9 @@ ImageInsertForm.cs + + ImageInsertForm.cs + ImageSizeForm.cs @@ -424,9 +427,15 @@ StickerForm.cs + + StickerForm.cs + StickerPackForm.cs + + StickerPackForm.cs + TextDrawingInputBox.cs diff --git a/ShareX.UploadersLib/Forms/OCRSpaceForm.ru.resx b/ShareX.UploadersLib/Forms/OCRSpaceForm.ru.resx index c874d5f16..3461828a5 100644 --- a/ShareX.UploadersLib/Forms/OCRSpaceForm.ru.resx +++ b/ShareX.UploadersLib/Forms/OCRSpaceForm.ru.resx @@ -132,4 +132,7 @@ Начать распознавание + + Открыть в Google Translate и закрыть окно + \ No newline at end of file diff --git a/ShareX.UploadersLib/Forms/PuushLoginForm.ru.resx b/ShareX.UploadersLib/Forms/PuushLoginForm.ru.resx new file mode 100644 index 000000000..69e91067d --- /dev/null +++ b/ShareX.UploadersLib/Forms/PuushLoginForm.ru.resx @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Пароль: + + + Email: + + + Логин + + + Забыли пароль? + + \ No newline at end of file diff --git a/ShareX.UploadersLib/Forms/UploadersConfigForm.resx b/ShareX.UploadersLib/Forms/UploadersConfigForm.resx index 566d38cec..ef105947f 100644 --- a/ShareX.UploadersLib/Forms/UploadersConfigForm.resx +++ b/ShareX.UploadersLib/Forms/UploadersConfigForm.resx @@ -496,7 +496,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Twitter - + @Invariant tpTwitter @@ -2782,7 +2782,7 @@ store.book[0].title bit.ly - + @Invariant tpBitly @@ -3043,7 +3043,7 @@ store.book[0].title YOURLS - + @Invariant tpYourls @@ -3202,7 +3202,7 @@ store.book[0].title adf.ly - + @Invariant tpAdFly @@ -3277,7 +3277,7 @@ store.book[0].title CoinURL - + @Invariant tpCoinURL @@ -3463,7 +3463,7 @@ store.book[0].title Polr - + @Invariant tpPolr @@ -5146,7 +5146,7 @@ store.book[0].title FTP / FTPS / SFTP - + @Invariant tpFTP @@ -5445,7 +5445,7 @@ store.book[0].title Dropbox - + @Invariant tpDropbox @@ -5577,7 +5577,7 @@ store.book[0].title OneDrive - + @Invariant tpOneDrive @@ -5829,7 +5829,7 @@ store.book[0].title Google Drive - + @Invariant tpGoogleDrive @@ -6093,7 +6093,7 @@ store.book[0].title puush - + @Invariant tpPuush @@ -6288,7 +6288,7 @@ store.book[0].title Box - + @Invariant tpBox @@ -7089,7 +7089,7 @@ store.book[0].title Amazon S3 - + @Invariant tpAmazonS3 @@ -7344,7 +7344,7 @@ store.book[0].title Google Cloud Storage - + @Invariant tpGoogleCloudStorage @@ -7668,7 +7668,7 @@ store.book[0].title Azure Storage - + @Invariant tpAzureStorage @@ -7767,7 +7767,7 @@ store.book[0].title Gfycat - + @Invariant tpGfycat @@ -8085,7 +8085,7 @@ store.book[0].title Mega - + @Invariant tpMega @@ -8466,7 +8466,7 @@ store.book[0].title ownCloud / Nextcloud - + @Invariant tpOwnCloud @@ -8676,7 +8676,7 @@ store.book[0].title MediaFire - + @Invariant tpMediaFire @@ -8838,7 +8838,7 @@ store.book[0].title Pushbullet - + @Invariant tpPushbullet @@ -9015,7 +9015,7 @@ store.book[0].title SendSpace - + @Invariant tpSendSpace @@ -9201,7 +9201,7 @@ store.book[0].title Ge.tt - + @Invariant tpGe_tt @@ -9360,7 +9360,7 @@ store.book[0].title Hostr - + @Invariant tpHostr @@ -9567,7 +9567,7 @@ store.book[0].title Atlassian Jira - + @Invariant tpJira @@ -9726,7 +9726,7 @@ store.book[0].title Lambda - + @Invariant tpLambda @@ -9936,7 +9936,7 @@ store.book[0].title Pomf - + @Invariant tpPomf @@ -10897,7 +10897,7 @@ Using an encrypted library disables sharing. Seafile - + @Invariant tpSeafile @@ -11098,7 +11098,7 @@ Using an encrypted library disables sharing. Streamable - + @Invariant tpStreamable @@ -11203,7 +11203,7 @@ Using an encrypted library disables sharing. s-ul - + @Invariant tpSul @@ -11437,7 +11437,7 @@ Using an encrypted library disables sharing. Lithiio - + @Invariant tpLithiio @@ -11944,7 +11944,7 @@ Using an encrypted library disables sharing. Plik - + @Invariant tpPlik @@ -12070,7 +12070,7 @@ Using an encrypted library disables sharing. YouTube - + @Invariant tpYouTube @@ -13303,7 +13303,7 @@ Using an encrypted library disables sharing. Pastebin - + @Invariant tpPastebin @@ -13408,7 +13408,7 @@ Using an encrypted library disables sharing. Paste.ee - + @Invariant tpPaste_ee @@ -13624,7 +13624,7 @@ Using an encrypted library disables sharing. GitHub Gist - + @Invariant tpGist @@ -13732,7 +13732,7 @@ Using an encrypted library disables sharing. uPaste - + @Invariant tpUpaste @@ -13891,7 +13891,7 @@ Using an encrypted library disables sharing. Hastebin - + @Invariant tpHastebin @@ -14020,7 +14020,7 @@ Using an encrypted library disables sharing. OneTimeSecret - + @Invariant tpOneTimeSecret @@ -14404,7 +14404,7 @@ Using an encrypted library disables sharing. Imgur - + @Invariant tpImgur @@ -14644,7 +14644,7 @@ Using an encrypted library disables sharing. ImageShack - + @Invariant tpImageShack @@ -14848,7 +14848,7 @@ Using an encrypted library disables sharing. TinyPic - + @Invariant tpTinyPic @@ -14926,7 +14926,7 @@ Using an encrypted library disables sharing. Flickr - + @Invariant tpFlickr @@ -15418,7 +15418,7 @@ Using an encrypted library disables sharing. Photobucket - + @Invariant tpPhotobucket @@ -15586,7 +15586,7 @@ Using an encrypted library disables sharing. Google Photos - + @Invariant tpGooglePhotos @@ -15856,7 +15856,7 @@ Using an encrypted library disables sharing. Chevereto - + @Invariant tpChevereto @@ -15964,7 +15964,7 @@ Using an encrypted library disables sharing. vgy.me - + @Invariant tpVgyme diff --git a/ShareX.UploadersLib/Forms/UploadersConfigForm.ru.resx b/ShareX.UploadersLib/Forms/UploadersConfigForm.ru.resx index efb76e2b9..e4c5b561e 100644 --- a/ShareX.UploadersLib/Forms/UploadersConfigForm.ru.resx +++ b/ShareX.UploadersLib/Forms/UploadersConfigForm.ru.resx @@ -1211,4 +1211,49 @@ store.book[0].title Задавать файлам public-read ACL + + Предпросмотр + + + Предпросмотр URL: + + + Короткая ссылка + + + Ключ веб API: + + + Динамические ссылки Firebase + + + Путь: + + + Пользовательский домен: + + + Имя ведра: + + + Использовать ссылки на предпросмотр (только NextCloud) + + + Добавить + + + Удалить + + + Дублировать + + + Вставить + + + Тип доступа: + + + Использовать короткую ссылку + \ No newline at end of file diff --git a/ShareX.UploadersLib/ShareX.UploadersLib.csproj b/ShareX.UploadersLib/ShareX.UploadersLib.csproj index 5ade53405..259438fcf 100644 --- a/ShareX.UploadersLib/ShareX.UploadersLib.csproj +++ b/ShareX.UploadersLib/ShareX.UploadersLib.csproj @@ -599,6 +599,9 @@ PuushLoginForm.cs + + PuushLoginForm.cs + ResponseForm.cs diff --git a/ShareX/Forms/ApplicationSettingsForm.ru.resx b/ShareX/Forms/ApplicationSettingsForm.ru.resx index 2bfebdceb..730f798cd 100644 --- a/ShareX/Forms/ApplicationSettingsForm.ru.resx +++ b/ShareX/Forms/ApplicationSettingsForm.ru.resx @@ -148,7 +148,7 @@ Редактировать меню быстрых задач - Показывать кнопку "Загрузить с помощью ShareX" в контекстном меню + Показывать пункт "Загрузить с помощью ShareX" в контекстном меню проводника Windows Показывать ShareX в меню "Отправить" @@ -244,7 +244,7 @@ Вторичные для файлов - Форматы содержимого буфера + Форматы содержимого буфера - они появятся в контекстном меню в главном окне Результаты @@ -351,4 +351,10 @@ Дополнение для Firefox + + Установить dev сборку... + + + Показывать пункт "Редактировать в ShareX" в контекстном меню проводника Windows + \ No newline at end of file diff --git a/ShareX/Forms/FirstTimeConfigForm.ru.resx b/ShareX/Forms/FirstTimeConfigForm.ru.resx index d2be9d51d..f873e95ee 100644 --- a/ShareX/Forms/FirstTimeConfigForm.ru.resx +++ b/ShareX/Forms/FirstTimeConfigForm.ru.resx @@ -127,7 +127,7 @@ Показывать ShareX в меню "Отправить" - Показывать кнопку "Загрузить с помощью ShareX" в контекстном меню + Показывать пункт "Загрузить с помощью ShareX" в контекстном меню проводника Windows Пока ShareX открыт, показывать в Steam статус "В приложении" diff --git a/ShareX/Forms/QRCodeForm.ru.resx b/ShareX/Forms/QRCodeForm.ru.resx index b2fd808ff..9fea21b54 100644 --- a/ShareX/Forms/QRCodeForm.ru.resx +++ b/ShareX/Forms/QRCodeForm.ru.resx @@ -144,4 +144,7 @@ Декодировать + + Загрузить изображение + \ No newline at end of file diff --git a/ShareX/Forms/TaskSettingsForm.ru.resx b/ShareX/Forms/TaskSettingsForm.ru.resx index 4e2d6342b..fe053e458 100644 --- a/ShareX/Forms/TaskSettingsForm.ru.resx +++ b/ShareX/Forms/TaskSettingsForm.ru.resx @@ -540,4 +540,10 @@ Изменить... + + Запрашивать подтверждение на отмену + + + Заменять проблемные для URL символы подчеркиваниями при загрузке + \ No newline at end of file diff --git a/ShareX/Forms/TextUploadForm.ru.resx b/ShareX/Forms/TextUploadForm.ru.resx new file mode 100644 index 000000000..6787f8656 --- /dev/null +++ b/ShareX/Forms/TextUploadForm.ru.resx @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX - Загрузка текста + + + Загрузить + + + Отменить + + \ No newline at end of file diff --git a/ShareX/Properties/Resources.ru.resx b/ShareX/Properties/Resources.ru.resx index c30d1c534..5bd437b41 100644 --- a/ShareX/Properties/Resources.ru.resx +++ b/ShareX/Properties/Resources.ru.resx @@ -566,4 +566,16 @@ Сократить + + Редактировать в ShareX + + + Вы действительно хотите отменить эту запись? + + + Dev сборки могут быть нестабильными и должны использоваться только для тестирования. Хотите установить? + + + Хотите сбросить настройки ShareX? + \ No newline at end of file diff --git a/ShareX/ShareX.csproj b/ShareX/ShareX.csproj index a3e7046e9..2231a1077 100644 --- a/ShareX/ShareX.csproj +++ b/ShareX/ShareX.csproj @@ -1237,6 +1237,9 @@ TextUploadForm.cs + + TextUploadForm.cs + VideoEncodersForm.cs