Browse Source

Russian translation half-done

Nikita Krupin 3 năm trước cách đây
mục cha
commit
cac5b2ebf5
1 tập tin đã thay đổi với 26 bổ sung26 xóa
  1. 26 26
      Website/_locales/ru.ts

+ 26 - 26
Website/_locales/ru.ts

@@ -3,25 +3,25 @@ import { ru } from 'vuetify/src/locale'
 export default {
     ...ru,
     home: {
-        name: 'Home',
-        title: 'Return YouTube Dislike',
-        subtitle: 'Browser extension and an API that shows you dislikes on Youtube',
-        ukraine: 'Support Ukraine',
-        sponsors: 'Sponsors',
+        name: 'Главная',
+        title: 'Вернуть YouTube Дизлайки',
+        subtitle: 'Расширение для браузера и API, которые показывают вам дизлайки в Youtube',
+        ukraine: 'Поддержите Украину',
+        sponsors: 'Спонсоры',
     },
     install: {
-        name: 'Install',
-        title: 'Select Your Platform',
-        subtitle: 'Available for Firefox and all Chromium browsers',
-        title2: 'Other Platforms',
-        subtitle2: 'If your browser is not yet supported, try this UserScript',
-        title3: 'Third Party Implementations',
-        subtitle3: 'No liability on our side, use at your own risk',
+        name: 'Скачать',
+        title: 'Выберите Свою Платформу',
+        subtitle: 'Доступно в Firefox и во всех Chromium браузерах',
+        title2: 'Другие Платформы',
+        subtitle2: 'Если ваш браузер еще не поддерживается, попробуйте этот пользовательский скрипт',
+        title3: 'От Других Разработчиков',
+        subtitle3: 'Никакой ответственности с нашей стороны, используйте на свой страх и риск',
     },
     api: {
         name: 'API',
-        title: 'Welcome to the official RYD docs!',
-        subtitle: 'To get started, select a section from the menu.',
+        title: 'Добро пожаловать в официальную документацию RYD!',
+        subtitle: 'Чтобы начать, выберите раздел в меню.',
         rights: {
             title: 'Usage Rights',
             subtitle: 'Third party use of this open API is allowed with the following restrictions:',
@@ -51,8 +51,8 @@ export default {
         },
     },
     help: {
-        name: 'Help',
-        title: 'Troubleshooting',
+        name: 'Помощь',
+        title: 'Диагностика',
         bullet1: 'Make sure you have latest version of extension installed, ',
         bullet11: 'right now',
         bullet2: 'Try removing extension and installing it again, then restarting the browser (all active windows, not just one tab)',
@@ -69,9 +69,9 @@ export default {
         chrome: 'for Chrome, Edge, Brave, Opera, Vivaldi',
     },
     faq: {
-        name: 'FAQ',
-        title: 'Frequently Asked Questions',
-        subtitle: 'Still have questions? Feel free to join our Discord!',
+        name: 'ЧаВо',
+        title: 'Частые Вопросы',
+        subtitle: 'Все еще есть вопросы? Не стесняйтесь заглянуть в наш Дискорд!',
         bullet1: 'Where does the extension get its data?',
         bullet1text: 'A combination of archived data from before the offical YouTube dislike API shut down, and extrapolated extension user behavior.',
         bullet2: 'Why isn\'t the dislike count updating?',
@@ -88,14 +88,14 @@ export default {
         bullet7text: 'Sometimes a recently uploaded video might show \'DISLIKES DISABLED\' even if the creator hasn\'t disabled it, this is due to how we are detecting if dislikes are disabled, it should go away in a few hours or by liking or disliking the video and refreshing the page (hopefully).',
     },
     donate: {
-        name: 'Donate',
-        subtitle: 'You can support our efforts to keep the internet free with a donation!',
+        name: 'Пожертвовать',
+        subtitle: 'Вы можете поддержать наши усилия по обеспечению бесплатного Интернета пожертвованием!',
     },
     links: {
-        name: 'Links',
-        title: 'Project Links',
-        subtitle: 'Links to the project and its developers',
-        contact: 'Contact Me',
-        translators: 'Translators',
+        name: 'Ссылки',
+        title: 'Ссылки Проекта',
+        subtitle: 'Ссылки на проект и его разработчиков',
+        contact: 'Связаться',
+        translators: 'Переводчики',
     },
 }