From 25a6d967453014a2facda56bf73d8939ac47fae9 Mon Sep 17 00:00:00 2001 From: thejenja <65224669+thejenja@users.noreply.github.com> Date: Mon, 6 May 2024 13:30:20 +0500 Subject: [PATCH] =?UTF-8?q?chore:=20update=20translations=20with=20Fink=20?= =?UTF-8?q?=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- materialious/src/lib/i18n/locales/en.json | 24 ++++++++--------- materialious/src/lib/i18n/locales/ru.json | 32 ++++++++++++++++++----- 2 files changed, 38 insertions(+), 18 deletions(-) diff --git a/materialious/src/lib/i18n/locales/en.json b/materialious/src/lib/i18n/locales/en.json index 4744dbf9..59748fb7 100644 --- a/materialious/src/lib/i18n/locales/en.json +++ b/materialious/src/lib/i18n/locales/en.json @@ -43,11 +43,10 @@ "home": "Home", "trending": "Trending", "subscriptions": "Subscriptions", - "playlists": "Playlists", - "history": "History" + "history": "History", + "playlists": "Playlists" }, "subscribers": "subscribers", - "subscribe": "Subscribe", "unsubscribe": "Unsubscribe", "loginRequired": "Login required", "player": { @@ -60,9 +59,9 @@ "youtubeLink": "Copy Youtube link" }, "download": "Download", - "addToPlaylist": "Add to playlist", "noPlaylists": "No playlists", - "unableToLoadComments": "Unable to load comments" + "unableToLoadComments": "Unable to load comments", + "addToPlaylist": "Add to playlist" }, "layout": { "star": "Star us on Github!", @@ -85,21 +84,22 @@ "searchSuggestions": "Search suggestions", "previewVideoOnHover": "Preview video on hover", "dataPreferences": { - "dataPreferences": "Data preferences", - "content": "Looking to import/export subscriptions, change password or delete account? Click here and scroll to the bottom of the page." + "content": "Looking to import/export subscriptions, change password or delete account? Click here and scroll to the bottom of the page.", + "dataPreferences": "Data preferences" }, "player": { "title": "Player", "autoPlay": "Autoplay video", - "miniPlayer": "Mini player", "alwaysLoopVideo": "Always loop video", - "proxyVideos": "Proxy videos", "savePlaybackPosition": "Save playback position", "listenByDefault": "Listen by default", "theatreModeByDefault": "Theatre mode by default", "autoPlayNextByDefault": "Autoplay next by default", + "miniPlayer": "Mini player", + "proxyVideos": "Proxy videos", "dash": "Dash" }, + "bookmarklet": "Bookmarklet", "instanceUrl": "Instance URL", "sponsors": { "sponsor": "Sponsor", @@ -113,7 +113,7 @@ "deArrow": { "title": "DeArrow", "thumbnailInstanceUrl": "Thumbnail instance URL" - }, - "bookmarklet": "Bookmarklet" - } + } + }, + "subscribe": "Subscribe" } diff --git a/materialious/src/lib/i18n/locales/ru.json b/materialious/src/lib/i18n/locales/ru.json index 8462bcc5..32846c06 100644 --- a/materialious/src/lib/i18n/locales/ru.json +++ b/materialious/src/lib/i18n/locales/ru.json @@ -43,7 +43,8 @@ "home": "Начало", "trending": "Тренды", "subscriptions": "Подписки", - "history": "История" + "history": "История", + "playlists": "Плейлисты" }, "subscribers": "подписчик(а/ов)", "unsubscribe": "Отписаться", @@ -59,7 +60,8 @@ }, "download": "Скачать", "noPlaylists": "Нет списков воспроизведения", - "unableToLoadComments": "Невозможно загрузить комментарии" + "unableToLoadComments": "Невозможно загрузить комментарии", + "addToPlaylist": "Добавить в плейлист" }, "layout": { "star": "Поставить нам звезду на Github", @@ -82,7 +84,8 @@ "searchSuggestions": "Поисковые подсказки", "previewVideoOnHover": "Предпросмотр видео при наведении", "dataPreferences": { - "content": "Ищете импорт/экспорт подписок, смену пароля или как удалить учётную запись? Нажмите сюда и прокрутите станицу вниз." + "content": "Ищете импорт/экспорт подписок, смену пароля или как удалить учётную запись? Нажмите сюда и прокрутите станицу вниз.", + "dataPreferences": "Настройки данных" }, "player": { "title": "Плейер", @@ -91,8 +94,25 @@ "savePlaybackPosition": "Сохранять позицию", "listenByDefault": "Слушать по умолчанию", "theatreModeByDefault": "Широкий формат по умолчанию", - "autoPlayNextByDefault": "Авто-воспроизведение по умолчанию" + "autoPlayNextByDefault": "Авто-воспроизведение по умолчанию", + "miniPlayer": "Мини-плеер", + "proxyVideos": "Прокси видео" }, - "bookmarklet": "Закладка" - } + "bookmarklet": "Закладка", + "instanceUrl": "URL инстанса", + "sponsors": { + "sponsor": "Спонсор", + "unpaidSelfPromotion": "Самореклама", + "interactionReminder": "Напоминание о подписке", + "intermissionIntroAnimation": "Интро", + "credits": "Титры/Авторы", + "preViewRecapHook": "Краткое содержание", + "tangentJokes": "Шутки" + }, + "deArrow": { + "title": "DeArrow", + "thumbnailInstanceUrl": "URL инстанса обложек" + } + }, + "subscribe": "Подписаться" }