This commit is contained in:
Dan
2024-08-11 01:27:53 +03:00
parent 4c904da048
commit 9070b05f60
10 changed files with 159 additions and 9 deletions
@@ -144,6 +144,12 @@
"AdjustWithFingerDesc" = "يسمح بضبط سرعة التشغيل عن طريق الضغط المطول على المشغل وتحريك الإصبع لأعلى ولأسفل."; "AdjustWithFingerDesc" = "يسمح بضبط سرعة التشغيل عن طريق الضغط المطول على المشغل وتحريك الإصبع لأعلى ولأسفل.";
"PreserveSpeed" = "الاحتفاظ بالسرعة"; "PreserveSpeed" = "الاحتفاظ بالسرعة";
"PreserveSpeedDesc" = "يحافظ على السرعة المعدلة بعد اكتمال الإيماءة."; "PreserveSpeedDesc" = "يحافظ على السرعة المعدلة بعد اكتمال الإيماءة.";
"SeekAnywhere" = "Swipe to seek";
"SeekAnywhereDesc" = "Allows controlling playback seeking by swiping left and right.";
"SeekMethod" = "Seek method";
"Independent" = "Independent";
"DurationBased" = "Duration-based";
"SeekSensitivity" = "Seek sensitivity";
"TwoFingerTapToPause" = "إيقاف التشغيل باستخدام إصبعين"; "TwoFingerTapToPause" = "إيقاف التشغيل باستخدام إصبعين";
"TwoFingerTapToPauseDesc" = "إيقاف تشغيل/استئناف التشغيل عن طريق الضغط على الشاشة باستخدام إصبعين."; "TwoFingerTapToPauseDesc" = "إيقاف تشغيل/استئناف التشغيل عن طريق الضغط على الشاشة باستخدام إصبعين.";
"TwoFingerPanToBrightness" = "ضبط السطوع"; "TwoFingerPanToBrightness" = "ضبط السطوع";
@@ -328,6 +334,10 @@
"SupportDevelopment" = "دعم التطوير"; "SupportDevelopment" = "دعم التطوير";
"DonateDesc" = "دعمك يعني الكثير بالنسبة لي"; "DonateDesc" = "دعمك يعني الكثير بالنسبة لي";
"SupportDevelopmentDesc" = "إذا أعجبك YTPlus وترغب في دعم تطويره، يمكنك فعل ذلك باستخدام أي من الطرق المناسبة أدناه.\nشكرًا ❤"; "SupportDevelopmentDesc" = "إذا أعجبك YTPlus وترغب في دعم تطويره، يمكنك فعل ذلك باستخدام أي من الطرق المناسبة أدناه.\nشكرًا ❤";
"VisitGithub" = "Github Repository";
"VisitGithubDesc" = "Star the repo, request a feature or report issues";
"VisitTelegram" = "My Telegram Channel";
"VisitTelegramDesc" = "Stay informed about the latest app updates";
/* Credits section */ /* Credits section */
"Credits" = "الاعتمادات"; "Credits" = "الاعتمادات";
@@ -443,5 +453,10 @@
"SupportMe" = "ادعمني"; "SupportMe" = "ادعمني";
"Continue" = "متابعة"; "Continue" = "متابعة";
"Conflicts.Detected" = "Incompatible Tweaks Detected";
"Conflicts.DetectedDesc" = "Despite the apparent stability of the app, the developer of YouTube Plus does not recommend combining tweaks with similar functionality in the same app and cannot guarantee safe usage.\n\nBy continuing to use the app, you take full responsibility and agree that any complaints about performance will be ignored.";
"Conflicts.AcceptRisks" = "I Accept All Risks";
"Conflicts.CloseYT" = "Close YouTube";
"DonationReminder" = "دعمك يجعل YTPlus أفضل, ادعم من خلال إعدادات الأداة"; "DonationReminder" = "دعمك يجعل YTPlus أفضل, ادعم من خلال إعدادات الأداة";
"DontRemind" = "إيقاف التذكير"; "DontRemind" = "إيقاف التذكير";
@@ -77,7 +77,7 @@
"Player.Interface" = "Interface"; "Player.Interface" = "Interface";
"SpeedControls" = "Speed controls"; "SpeedControls" = "Speed controls";
"SpeedControlsDesc" = "Shows speed control buttons on overlay"; "SpeedControlsDesc" = "Shows speed control buttons on overlay.";
"HideAutoplay" = "Hide Autoplay switch"; "HideAutoplay" = "Hide Autoplay switch";
"HideAutoplayDesc" = "Hides Autoplay switch from the overlay."; "HideAutoplayDesc" = "Hides Autoplay switch from the overlay.";
"HideSubs" = "Hide Subtitles button"; "HideSubs" = "Hide Subtitles button";
@@ -97,7 +97,7 @@
"NoEndScreenCards" = "Hide End screens hover cards"; "NoEndScreenCards" = "Hide End screens hover cards";
"NoEndScreenCardsDesc" = "Hides End screens (thumbnails) at the end of videos."; "NoEndScreenCardsDesc" = "Hides End screens (thumbnails) at the end of videos.";
"NoAutonavEndScreenCards" = "Hide auto-play end screen"; "NoAutonavEndScreenCards" = "Hide auto-play end screen";
"NoAutonavEndScreenCardsDesc" = "Hides the screen that shows what you can play next after playback ended. Disabling this option also disables auto-play"; "NoAutonavEndScreenCardsDesc" = "Hides the screen that shows what you can play next after playback ended. Disabling this option also disables auto-play.";
"NoFullscreenActions" = "Disable fullscreen actions"; "NoFullscreenActions" = "Disable fullscreen actions";
"NoFullscreenActionsDesc" = "Disables actions panel in fullscreen mode."; "NoFullscreenActionsDesc" = "Disables actions panel in fullscreen mode.";
"PersistentProgressBar" = "Persistent progress bar"; "PersistentProgressBar" = "Persistent progress bar";
@@ -141,13 +141,19 @@
"RightSideGesture" = "Gesture for the right side"; "RightSideGesture" = "Gesture for the right side";
"HoldToSpeed" = "Hold to speed"; "HoldToSpeed" = "Hold to speed";
"AdjustWithFinger" = "Adjust speed by gestures"; "AdjustWithFinger" = "Adjust speed by gestures";
"AdjustWithFingerDesc" = "Allows adjusting playback speed by long press on player and moving finger up and down"; "AdjustWithFingerDesc" = "Allows adjusting playback speed by long press on player and moving finger up and down.";
"PreserveSpeed" = "Preserve Speed"; "PreserveSpeed" = "Preserve Speed";
"PreserveSpeedDesc" = "Preserves adjusted speed after gesture completion"; "PreserveSpeedDesc" = "Preserves adjusted speed after gesture completion.";
"SeekAnywhere" = "Swipe to seek";
"SeekAnywhereDesc" = "Allows controlling playback seeking by swiping left and right.";
"SeekMethod" = "Seek method";
"Independent" = "Independent";
"DurationBased" = "Duration-based";
"SeekSensitivity" = "Seek sensitivity";
"TwoFingerTapToPause" = "Pause using two fingers"; "TwoFingerTapToPause" = "Pause using two fingers";
"TwoFingerTapToPauseDesc" = "Pause/Resume playback by tapping on the screen using two fingers."; "TwoFingerTapToPauseDesc" = "Pause/Resume playback by tapping on the screen using two fingers.";
"TwoFingerPanToBrightness" = "Adjust brightness"; "TwoFingerPanToBrightness" = "Adjust brightness";
"TwoFingerPanToBrightnessDesc" = "Allows adjusting screen brigthness by sliding up/down using two fingers."; "TwoFingerPanToBrightnessDesc" = "Allows adjusting screen brightness by sliding up/down using two fingers.";
"CopyWithTimestamp" = "Copy timestamped links"; "CopyWithTimestamp" = "Copy timestamped links";
"CopyWithTimestampDesc" = "Allows to copy timestamped link to the clipboard by pressing pause button."; "CopyWithTimestampDesc" = "Allows to copy timestamped link to the clipboard by pressing pause button.";
"PauseOnOverlay" = "Pause on overlay"; "PauseOnOverlay" = "Pause on overlay";
@@ -328,6 +334,10 @@
"SupportDevelopment" = "Support development"; "SupportDevelopment" = "Support development";
"DonateDesc" = "Your support means a lot to me"; "DonateDesc" = "Your support means a lot to me";
"SupportDevelopmentDesc" = "If you like YTPlus and would like to support its development, you can do it using any of convenient ways below.\nThanks❤"; "SupportDevelopmentDesc" = "If you like YTPlus and would like to support its development, you can do it using any of convenient ways below.\nThanks❤";
"VisitGithub" = "Github Repository";
"VisitGithubDesc" = "Star the repo, request a feature or report issues";
"VisitTelegram" = "My Telegram Channel";
"VisitTelegramDesc" = "Stay informed about the latest app updates";
/* Credits section */ /* Credits section */
"Credits" = "Credits"; "Credits" = "Credits";
@@ -443,5 +453,10 @@
"SupportMe" = "Support me"; "SupportMe" = "Support me";
"Continue" = "Continue"; "Continue" = "Continue";
"Conflicts.Detected" = "Incompatible Tweaks Detected";
"Conflicts.DetectedDesc" = "Despite the apparent stability of the app, the developer of YouTube Plus does not recommend combining tweaks with similar functionality in the same app and cannot guarantee safe usage.\n\nBy continuing to use the app, you take full responsibility and agree that any complaints about performance will be ignored.";
"Conflicts.AcceptRisks" = "I Accept All Risks";
"Conflicts.CloseYT" = "Close YouTube";
"DonationReminder" = "Your support makes YTPlus better... Support through tweak settings"; "DonationReminder" = "Your support makes YTPlus better... Support through tweak settings";
"DontRemind" = "Turn off"; "DontRemind" = "Turn off";
@@ -144,6 +144,12 @@
"AdjustWithFingerDesc" = "Permite ajustar la velocidad de reproducción presionando durante mucho tiempo el reproductor y moviendo el dedo hacia arriba y hacia abajo"; "AdjustWithFingerDesc" = "Permite ajustar la velocidad de reproducción presionando durante mucho tiempo el reproductor y moviendo el dedo hacia arriba y hacia abajo";
"PreserveSpeed" = "Preservar la velocidad"; "PreserveSpeed" = "Preservar la velocidad";
"PreserveSpeedDesc" = "Conserva la velocidad ajustada después de completar el gesto"; "PreserveSpeedDesc" = "Conserva la velocidad ajustada después de completar el gesto";
"SeekAnywhere" = "Swipe to seek";
"SeekAnywhereDesc" = "Allows controlling playback seeking by swiping left and right.";
"SeekMethod" = "Seek method";
"Independent" = "Independent";
"DurationBased" = "Duration-based";
"SeekSensitivity" = "Seek sensitivity";
"TwoFingerTapToPause" = "Pausa con dos dedos"; "TwoFingerTapToPause" = "Pausa con dos dedos";
"TwoFingerTapToPauseDesc" = "Pausa/reanuda la reproducción tocando en la pantalla con dos dedos."; "TwoFingerTapToPauseDesc" = "Pausa/reanuda la reproducción tocando en la pantalla con dos dedos.";
"TwoFingerPanToBrightness" = "Ajustar el brillo"; "TwoFingerPanToBrightness" = "Ajustar el brillo";
@@ -328,6 +334,10 @@
"SupportDevelopment" = "Apoyar el desarrollo"; "SupportDevelopment" = "Apoyar el desarrollo";
"DonateDesc" = "Your support means a lot to me"; "DonateDesc" = "Your support means a lot to me";
"SupportDevelopmentDesc" = "Si te gusta YTPlus y quieres apoyar su desarrollo, puedes hacerlo utilizando cualquiera de las formas convenientes que se indican a continuación.\n¡Gracias❤!"; "SupportDevelopmentDesc" = "Si te gusta YTPlus y quieres apoyar su desarrollo, puedes hacerlo utilizando cualquiera de las formas convenientes que se indican a continuación.\n¡Gracias❤!";
"VisitGithub" = "Github Repository";
"VisitGithubDesc" = "Star the repo, request a feature or report issues";
"VisitTelegram" = "My Telegram Channel";
"VisitTelegramDesc" = "Stay informed about the latest app updates";
/* Credits section */ /* Credits section */
"Credits" = "Créditos"; "Credits" = "Créditos";
@@ -443,5 +453,10 @@
"SupportMe" = "Apóyame"; "SupportMe" = "Apóyame";
"Continue" = "Continuar"; "Continue" = "Continuar";
"Conflicts.Detected" = "Incompatible Tweaks Detected";
"Conflicts.DetectedDesc" = "Despite the apparent stability of the app, the developer of YouTube Plus does not recommend combining tweaks with similar functionality in the same app and cannot guarantee safe usage.\n\nBy continuing to use the app, you take full responsibility and agree that any complaints about performance will be ignored.";
"Conflicts.AcceptRisks" = "I Accept All Risks";
"Conflicts.CloseYT" = "Close YouTube";
"DonationReminder" = "Tu apoyo hace que YTPlus sea mejor... Apoyo a través de ajustes tweak"; "DonationReminder" = "Tu apoyo hace que YTPlus sea mejor... Apoyo a través de ajustes tweak";
"DontRemind" = "No recordar"; "DontRemind" = "No recordar";
@@ -144,6 +144,12 @@
"AdjustWithFingerDesc" = "Permet d'ajuster la vitesse de lecture par un appui long sur le lecteur et en déplaçant le doigt vers le haut et le bas"; "AdjustWithFingerDesc" = "Permet d'ajuster la vitesse de lecture par un appui long sur le lecteur et en déplaçant le doigt vers le haut et le bas";
"PreserveSpeed" = "Conserver la vitesse"; "PreserveSpeed" = "Conserver la vitesse";
"PreserveSpeedDesc" = "Conserve la vitesse ajustée après la fin du geste"; "PreserveSpeedDesc" = "Conserve la vitesse ajustée après la fin du geste";
"SeekAnywhere" = "Swipe to seek";
"SeekAnywhereDesc" = "Allows controlling playback seeking by swiping left and right.";
"SeekMethod" = "Seek method";
"Independent" = "Independent";
"DurationBased" = "Duration-based";
"SeekSensitivity" = "Seek sensitivity";
"TwoFingerTapToPause" = "Pause avec deux doigts"; "TwoFingerTapToPause" = "Pause avec deux doigts";
"TwoFingerTapToPauseDesc" = "Met en pause/reprend la lecture en tapant sur l'écran avec deux doigts."; "TwoFingerTapToPauseDesc" = "Met en pause/reprend la lecture en tapant sur l'écran avec deux doigts.";
"TwoFingerPanToBrightness" = "Ajuster la luminosité"; "TwoFingerPanToBrightness" = "Ajuster la luminosité";
@@ -328,6 +334,10 @@
"SupportDevelopment" = "Soutenir le développement"; "SupportDevelopment" = "Soutenir le développement";
"DonateDesc" = "Votre soutien compte beaucoup pour moi"; "DonateDesc" = "Votre soutien compte beaucoup pour moi";
"SupportDevelopmentDesc" = "Si vous aimez YTLite et souhaitez soutenir son développement, vous pouvez le faire en utilisant l'une des méthodes pratiques ci-dessous.\nMerci❤"; "SupportDevelopmentDesc" = "Si vous aimez YTLite et souhaitez soutenir son développement, vous pouvez le faire en utilisant l'une des méthodes pratiques ci-dessous.\nMerci❤";
"VisitGithub" = "Github Repository";
"VisitGithubDesc" = "Star the repo, request a feature or report issues";
"VisitTelegram" = "My Telegram Channel";
"VisitTelegramDesc" = "Stay informed about the latest app updates";
/* Credits section */ /* Credits section */
"Credits" = "Crédits"; "Credits" = "Crédits";
@@ -443,5 +453,10 @@
"SupportMe" = "Me soutenir"; "SupportMe" = "Me soutenir";
"Continue" = "Continuer"; "Continue" = "Continuer";
"Conflicts.Detected" = "Incompatible Tweaks Detected";
"Conflicts.DetectedDesc" = "Despite the apparent stability of the app, the developer of YouTube Plus does not recommend combining tweaks with similar functionality in the same app and cannot guarantee safe usage.\n\nBy continuing to use the app, you take full responsibility and agree that any complaints about performance will be ignored.";
"Conflicts.AcceptRisks" = "I Accept All Risks";
"Conflicts.CloseYT" = "Close YouTube";
"DonationReminder" = "Votre soutien améliore YTPlus... Soutenez via les paramètres du tweak"; "DonationReminder" = "Votre soutien améliore YTPlus... Soutenez via les paramètres du tweak";
"DontRemind" = "Désactiver"; "DontRemind" = "Désactiver";
@@ -144,6 +144,12 @@
"AdjustWithFingerDesc" = "プレーヤーを長押しして指を上下に動かすことで再生速度を調整できます。"; "AdjustWithFingerDesc" = "プレーヤーを長押しして指を上下に動かすことで再生速度を調整できます。";
"PreserveSpeed" = "速度を維持"; "PreserveSpeed" = "速度を維持";
"PreserveSpeedDesc" = "ジェスチャー終了後も調整された速度を維持します。"; "PreserveSpeedDesc" = "ジェスチャー終了後も調整された速度を維持します。";
"SeekAnywhere" = "Swipe to seek";
"SeekAnywhereDesc" = "Allows controlling playback seeking by swiping left and right.";
"SeekMethod" = "Seek method";
"Independent" = "Independent";
"DurationBased" = "Duration-based";
"SeekSensitivity" = "Seek sensitivity";
"TwoFingerTapToPause" = "2本の指で一時停止"; "TwoFingerTapToPause" = "2本の指で一時停止";
"TwoFingerTapToPauseDesc" = "2 本の指で画面をタップして再生を一時停止/再開します。"; "TwoFingerTapToPauseDesc" = "2 本の指で画面をタップして再生を一時停止/再開します。";
"TwoFingerPanToBrightness" = "明るさを調整する"; "TwoFingerPanToBrightness" = "明るさを調整する";
@@ -328,6 +334,10 @@
"SupportDevelopment" = "開発のサポート"; "SupportDevelopment" = "開発のサポート";
"DonateDesc" = "Your support means a lot to me"; "DonateDesc" = "Your support means a lot to me";
"SupportDevelopmentDesc" = "YTPlus が気に入って、その開発をサポートしたい場合は、以下のいずれかの便利な方法でサポートできます。\nありがとう❤"; "SupportDevelopmentDesc" = "YTPlus が気に入って、その開発をサポートしたい場合は、以下のいずれかの便利な方法でサポートできます。\nありがとう❤";
"VisitGithub" = "Github Repository";
"VisitGithubDesc" = "Star the repo, request a feature or report issues";
"VisitTelegram" = "My Telegram Channel";
"VisitTelegramDesc" = "Stay informed about the latest app updates";
/* Credits section */ /* Credits section */
"Credits" = "クレジット"; "Credits" = "クレジット";
@@ -443,5 +453,10 @@
"SupportMe" = "サポートしてください"; "SupportMe" = "サポートしてください";
"Continue" = "続ける"; "Continue" = "続ける";
"Conflicts.Detected" = "Incompatible Tweaks Detected";
"Conflicts.DetectedDesc" = "Despite the apparent stability of the app, the developer of YouTube Plus does not recommend combining tweaks with similar functionality in the same app and cannot guarantee safe usage.\n\nBy continuing to use the app, you take full responsibility and agree that any complaints about performance will be ignored.";
"Conflicts.AcceptRisks" = "I Accept All Risks";
"Conflicts.CloseYT" = "Close YouTube";
"DonationReminder" = "あなたのサポートにより、YTPlus はより良くなります...設定のtweakを通じてサポートします。"; "DonationReminder" = "あなたのサポートにより、YTPlus はより良くなります...設定のtweakを通じてサポートします。";
"DontRemind" = "オフにする"; "DontRemind" = "オフにする";
@@ -126,7 +126,7 @@
"DisableAutoplay" = "Запретить автовоспроизведение"; "DisableAutoplay" = "Запретить автовоспроизведение";
"DisableAutoplayDesc" = "Принудительно запрещает автовоспроизведение видео при его открытии."; "DisableAutoplayDesc" = "Принудительно запрещает автовоспроизведение видео при его открытии.";
"DisableAutoCaptions" = "Запретить автоматические субтитры"; "DisableAutoCaptions" = "Запретить автоматические субтитры";
"DisableAutoCaptionsDesc" = "Отключает включенные по умолчанию субтитры"; "DisableAutoCaptionsDesc" = "Отключает включенные по умолчанию субтитры.";
"NoContentWarning" = "Пропускать предупреждения"; "NoContentWarning" = "Пропускать предупреждения";
"NoContentWarningDesc" = "Пропускает предупреждения, всплывающие перед воспроизведением некоторого контента."; "NoContentWarningDesc" = "Пропускает предупреждения, всплывающие перед воспроизведением некоторого контента.";
"NoHints" = "Отключить подсказки"; "NoHints" = "Отключить подсказки";
@@ -141,9 +141,15 @@
"RightSideGesture" = "Жест для правой части"; "RightSideGesture" = "Жест для правой части";
"HoldToSpeed" = "Ускорение долгим нажатием"; "HoldToSpeed" = "Ускорение долгим нажатием";
"AdjustWithFinger" = "Регулировать скорость жестами"; "AdjustWithFinger" = "Регулировать скорость жестами";
"AdjustWithFingerDesc" = "Позволяет регулировать скорость зажатием и вертикальным движением пальца по окну плеера"; "AdjustWithFingerDesc" = "Позволяет регулировать скорость зажатием и вертикальным движением пальца по окну плеера.";
"PreserveSpeed" = "Сохранить скорость воспроизведения"; "PreserveSpeed" = "Сохранить скорость воспроизведения";
"PreserveSpeedDesc" = "Не сбрасывает отрегулированную скорость воспроизведения после окончания жеста"; "PreserveSpeedDesc" = "Не сбрасывает отрегулированную скорость воспроизведения после окончания жеста.";
"SeekAnywhere" = "Перемотка свайпами";
"SeekAnywhereDesc" = "Позволяет управлять перемоткой воспроизведения свайпами влево и вправо.";
"SeekMethod" = "Тип перемотки";
"Independent" = "Свободный";
"DurationBased" = "Зависимый от длительности";
"SeekSensitivity" = "Чувствительность перемотки";
"TwoFingerTapToPause" = "Приостанавливать двумя пальцами"; "TwoFingerTapToPause" = "Приостанавливать двумя пальцами";
"TwoFingerTapToPauseDesc" = "Позволяет ставить на паузу/продолжать воспроизведение контента касанием плеера двумя пальцами."; "TwoFingerTapToPauseDesc" = "Позволяет ставить на паузу/продолжать воспроизведение контента касанием плеера двумя пальцами.";
"TwoFingerPanToBrightness" = "Регулировать яркость"; "TwoFingerPanToBrightness" = "Регулировать яркость";
@@ -328,6 +334,10 @@
"SupportDevelopment" = "Помочь с развитием проекта"; "SupportDevelopment" = "Помочь с развитием проекта";
"DonateDesc" = "Ваша поддержка важна для меня"; "DonateDesc" = "Ваша поддержка важна для меня";
"SupportDevelopmentDesc" = "Если вам понравился YTPlus и вы хотели бы поддержать проект, то можете сделать это любым подходящим ниже способом.\nСпасибо❤"; "SupportDevelopmentDesc" = "Если вам понравился YTPlus и вы хотели бы поддержать проект, то можете сделать это любым подходящим ниже способом.\nСпасибо❤";
"VisitGithub" = "Репозиторий на Github";
"VisitGithubDesc" = "Оцените репозиторий, предложите функцию или сообщите о проблемах";
"VisitTelegram" = "Мой канал в Telegram";
"VisitTelegramDesc" = "Будьте в курсе последних обновлений приложения";
/* Credits section */ /* Credits section */
"Credits" = "Авторы"; "Credits" = "Авторы";
@@ -443,5 +453,10 @@
"SupportMe" = "Задонатить"; "SupportMe" = "Задонатить";
"Continue" = "Продолжить"; "Continue" = "Продолжить";
"Conflicts.Detected" = "Обнаружены несовместимые твики";
"Conflicts.DetectedDesc" = "Несмотря на кажущуюся стабильность работы приложения, разработчик YouTube Plus не рекомендует совмещать схожие по функциональности твики в одном приложении и не может гарантировать безопасность использования.\n\nПродолжая использование, вы берете на себя всю ответственность и соглашаетесь с тем, что жалобы на работоспособность будут игнорироваться.";
"Conflicts.AcceptRisks" = "Я принимаю все риски";
"Conflicts.CloseYT" = "Закрыть YouTube";
"DonationReminder" = "Ваша поддержка делает YTPlus лучше... Загляните в настройки твика"; "DonationReminder" = "Ваша поддержка делает YTPlus лучше... Загляните в настройки твика";
"DontRemind" = "Откл."; "DontRemind" = "Откл.";
@@ -144,6 +144,12 @@
"AdjustWithFingerDesc" = "Oynatıcıda uzun süre basılı tutarak ve parmağınızı yukarı ve aşağı hareket ettirerek oynatma hızını ayarlamanıza olanak tanır"; "AdjustWithFingerDesc" = "Oynatıcıda uzun süre basılı tutarak ve parmağınızı yukarı ve aşağı hareket ettirerek oynatma hızını ayarlamanıza olanak tanır";
"PreserveSpeed" = "Hızı koru"; "PreserveSpeed" = "Hızı koru";
"PreserveSpeedDesc" = "Hareket tamamlandıktan sonra ayarlanan hızı korur"; "PreserveSpeedDesc" = "Hareket tamamlandıktan sonra ayarlanan hızı korur";
"SeekAnywhere" = "Kaydırarak sarma";
"SeekAnywhereDesc" = "Oynatmayı, parmağınızı sola ve sağa kaydırarak sarmanıza olanak tanır.";
"SeekMethod" = "Sarma yöntemi";
"Independent" = "Bağımsız";
"DurationBased" = "Süreye dayalı";
"SeekSensitivity" = "Sarma hassasiyeti";
"TwoFingerTapToPause" = "İki parmakla duraklat"; "TwoFingerTapToPause" = "İki parmakla duraklat";
"TwoFingerTapToPauseDesc" = "Ekrana iki parmakla dokunarak oynatmayı duraklatır/yeniden başlatır."; "TwoFingerTapToPauseDesc" = "Ekrana iki parmakla dokunarak oynatmayı duraklatır/yeniden başlatır.";
"TwoFingerPanToBrightness" = "Parlaklığı ayarla"; "TwoFingerPanToBrightness" = "Parlaklığı ayarla";
@@ -328,6 +334,10 @@
"SupportDevelopment" = "Gelişimi destekleyin"; "SupportDevelopment" = "Gelişimi destekleyin";
"DonateDesc" = "Desteğiniz benim için çok önemli"; "DonateDesc" = "Desteğiniz benim için çok önemli";
"SupportDevelopmentDesc" = "YTPlus'u beğendiyseniz ve gelişimini desteklemek isterseniz, aşağıdaki uygun yolları kullanarak destek olabilirsiniz.\nTeşekkürler❤"; "SupportDevelopmentDesc" = "YTPlus'u beğendiyseniz ve gelişimini desteklemek isterseniz, aşağıdaki uygun yolları kullanarak destek olabilirsiniz.\nTeşekkürler❤";
"VisitGithub" = "Github Deposu";
"VisitGithubDesc" = "Depoya yıldız verin, özellik isteyin veya sorun bildirin";
"VisitTelegram" = "Telegram Kanalım";
"VisitTelegramDesc" = "Uygulamanın en son güncellemelerinden haberdar olun";
/* Credits section */ /* Credits section */
"Credits" = "Katkılar"; "Credits" = "Katkılar";
@@ -443,5 +453,10 @@
"SupportMe" = "Beni destekleyin"; "SupportMe" = "Beni destekleyin";
"Continue" = "Devam et"; "Continue" = "Devam et";
"Conflicts.Detected" = "Uyumsuz Tweak'ler Tespit Edildi";
"Conflicts.DetectedDesc" = "Uygulamanın görünürdeki istikrarına rağmen, YouTube Plus geliştiricisi, benzer işlevselliğe sahip tweak'lerin aynı uygulamada birleştirilmesini önermemekte ve güvenli kullanım garantisi vermemektedir.\n\nUygulamayı kullanmaya devam ederek, tüm sorumluluğu kabul edersiniz ve performansla ilgili şikayetlerin dikkate alınmayacağını kabul edersiniz.";
"Conflicts.AcceptRisks" = "Tüm Riskleri Kabul Ediyorum";
"Conflicts.CloseYT" = "YouTube'u Kapat";
"DonationReminder" = "Desteğiniz YTPlus'ı daha iyi hale getiriyor... Tweak ayarlarından destek olun"; "DonationReminder" = "Desteğiniz YTPlus'ı daha iyi hale getiriyor... Tweak ayarlarından destek olun";
"DontRemind" = "Kapat"; "DontRemind" = "Kapat";
@@ -144,6 +144,12 @@
"AdjustWithFingerDesc" = "Allows adjusting playback speed by long press on player and moving finger up and down"; "AdjustWithFingerDesc" = "Allows adjusting playback speed by long press on player and moving finger up and down";
"PreserveSpeed" = "Preserve Speed"; "PreserveSpeed" = "Preserve Speed";
"PreserveSpeedDesc" = "Preserves adjusted speed after gesture completion"; "PreserveSpeedDesc" = "Preserves adjusted speed after gesture completion";
"SeekAnywhere" = "Swipe to seek";
"SeekAnywhereDesc" = "Allows controlling playback seeking by swiping left and right.";
"SeekMethod" = "Seek method";
"Independent" = "Independent";
"DurationBased" = "Duration-based";
"SeekSensitivity" = "Seek sensitivity";
"TwoFingerTapToPause" = "Pause using two fingers"; "TwoFingerTapToPause" = "Pause using two fingers";
"TwoFingerTapToPauseDesc" = "Pause/Resume playback by tapping on the screen using two fingers."; "TwoFingerTapToPauseDesc" = "Pause/Resume playback by tapping on the screen using two fingers.";
"TwoFingerPanToBrightness" = "Adjust brightness"; "TwoFingerPanToBrightness" = "Adjust brightness";
@@ -328,6 +334,10 @@
"SupportDevelopment" = "Hỗ trợ nhà phát triển"; "SupportDevelopment" = "Hỗ trợ nhà phát triển";
"DonateDesc" = "Your support means a lot to me"; "DonateDesc" = "Your support means a lot to me";
"SupportDevelopmentDesc" = "Nếu bạn thích YTPlus và muốn hỗ trợ sự phát triển của nó, bạn có thể thực hiện bằng bất kỳ cách thuận tiện nào dưới đây.\nCảm ơn❤"; "SupportDevelopmentDesc" = "Nếu bạn thích YTPlus và muốn hỗ trợ sự phát triển của nó, bạn có thể thực hiện bằng bất kỳ cách thuận tiện nào dưới đây.\nCảm ơn❤";
"VisitGithub" = "Github Repository";
"VisitGithubDesc" = "Star the repo, request a feature or report issues";
"VisitTelegram" = "My Telegram Channel";
"VisitTelegramDesc" = "Stay informed about the latest app updates";
/* Credits section */ /* Credits section */
"Credits" = "Credits"; "Credits" = "Credits";
@@ -443,5 +453,10 @@
"SupportMe" = "Support me"; "SupportMe" = "Support me";
"Continue" = "Continue"; "Continue" = "Continue";
"Conflicts.Detected" = "Incompatible Tweaks Detected";
"Conflicts.DetectedDesc" = "Despite the apparent stability of the app, the developer of YouTube Plus does not recommend combining tweaks with similar functionality in the same app and cannot guarantee safe usage.\n\nBy continuing to use the app, you take full responsibility and agree that any complaints about performance will be ignored.";
"Conflicts.AcceptRisks" = "I Accept All Risks";
"Conflicts.CloseYT" = "Close YouTube";
"DonationReminder" = "Your support makes YTPlus better... Support through tweak settings"; "DonationReminder" = "Your support makes YTPlus better... Support through tweak settings";
"DontRemind" = "Turn off"; "DontRemind" = "Turn off";
@@ -144,6 +144,12 @@
"AdjustWithFingerDesc" = "允许长按播放器并上下滑动手指来调整音量。"; "AdjustWithFingerDesc" = "允许长按播放器并上下滑动手指来调整音量。";
"PreserveSpeed" = "保持速度"; "PreserveSpeed" = "保持速度";
"PreserveSpeedDesc" = "手势完成后保持调整后的速度。"; "PreserveSpeedDesc" = "手势完成后保持调整后的速度。";
"SeekAnywhere" = "Swipe to seek";
"SeekAnywhereDesc" = "Allows controlling playback seeking by swiping left and right.";
"SeekMethod" = "Seek method";
"Independent" = "Independent";
"DurationBased" = "Duration-based";
"SeekSensitivity" = "Seek sensitivity";
"TwoFingerTapToPause" = "使用双指暂停"; "TwoFingerTapToPause" = "使用双指暂停";
"TwoFingerTapToPauseDesc" = "用双指点击屏幕即可“暂停/恢复”播放。"; "TwoFingerTapToPauseDesc" = "用双指点击屏幕即可“暂停/恢复”播放。";
"TwoFingerPanToBrightness" = "调整亮度"; "TwoFingerPanToBrightness" = "调整亮度";
@@ -328,6 +334,10 @@
"SupportDevelopment" = "支持开发"; "SupportDevelopment" = "支持开发";
"DonateDesc" = "你的支持对我来说意义重大!"; "DonateDesc" = "你的支持对我来说意义重大!";
"SupportDevelopmentDesc" = "如果您喜欢“YouTube Plus”并愿意支持其开发,可以使用以下任何便捷的方式来赞助。\n感谢❤"; "SupportDevelopmentDesc" = "如果您喜欢“YouTube Plus”并愿意支持其开发,可以使用以下任何便捷的方式来赞助。\n感谢❤";
"VisitGithub" = "Github Repository";
"VisitGithubDesc" = "Star the repo, request a feature or report issues";
"VisitTelegram" = "My Telegram Channel";
"VisitTelegramDesc" = "Stay informed about the latest app updates";
/* Credits section */ /* Credits section */
"Credits" = "信息"; "Credits" = "信息";
@@ -443,5 +453,10 @@
"SupportMe" = "支持我"; "SupportMe" = "支持我";
"Continue" = "继续"; "Continue" = "继续";
"Conflicts.Detected" = "Incompatible Tweaks Detected";
"Conflicts.DetectedDesc" = "Despite the apparent stability of the app, the developer of YouTube Plus does not recommend combining tweaks with similar functionality in the same app and cannot guarantee safe usage.\n\nBy continuing to use the app, you take full responsibility and agree that any complaints about performance will be ignored.";
"Conflicts.AcceptRisks" = "I Accept All Risks";
"Conflicts.CloseYT" = "Close YouTube";
"DonationReminder" = "您的支持使“YouTube Plus”变得更好...通过插件设置来支持开发工作。"; "DonationReminder" = "您的支持使“YouTube Plus”变得更好...通过插件设置来支持开发工作。";
"DontRemind" = "关闭"; "DontRemind" = "关闭";
@@ -144,6 +144,12 @@
"AdjustWithFingerDesc" = "透過在播放器上長按並上下滑動手指來調整播放速度"; "AdjustWithFingerDesc" = "透過在播放器上長按並上下滑動手指來調整播放速度";
"PreserveSpeed" = "保持速度"; "PreserveSpeed" = "保持速度";
"PreserveSpeedDesc" = "手勢完成後保持調整後的速度"; "PreserveSpeedDesc" = "手勢完成後保持調整後的速度";
"SeekAnywhere" = "Swipe to seek";
"SeekAnywhereDesc" = "Allows controlling playback seeking by swiping left and right.";
"SeekMethod" = "Seek method";
"Independent" = "Independent";
"DurationBased" = "Duration-based";
"SeekSensitivity" = "Seek sensitivity";
"TwoFingerTapToPause" = "使用兩指暫停"; "TwoFingerTapToPause" = "使用兩指暫停";
"TwoFingerTapToPauseDesc" = "兩指點擊螢幕即可\"暫停/恢復\"播放"; "TwoFingerTapToPauseDesc" = "兩指點擊螢幕即可\"暫停/恢復\"播放";
"TwoFingerPanToBrightness" = "調整亮度"; "TwoFingerPanToBrightness" = "調整亮度";
@@ -328,6 +334,10 @@
"SupportDevelopment" = "支持開發"; "SupportDevelopment" = "支持開發";
"DonateDesc" = "您的支持對我來說意義非凡"; "DonateDesc" = "您的支持對我來說意義非凡";
"SupportDevelopmentDesc" = "如果您喜歡YTPlus並且願意支持開發,可以使用以下任何方便的方式支持。\n感謝❤"; "SupportDevelopmentDesc" = "如果您喜歡YTPlus並且願意支持開發,可以使用以下任何方便的方式支持。\n感謝❤";
"VisitGithub" = "Github Repository";
"VisitGithubDesc" = "Star the repo, request a feature or report issues";
"VisitTelegram" = "My Telegram Channel";
"VisitTelegramDesc" = "Stay informed about the latest app updates";
/* Credits section */ /* Credits section */
"Credits" = "貢獻"; "Credits" = "貢獻";
@@ -443,5 +453,10 @@
"SupportMe" = "支持我"; "SupportMe" = "支持我";
"Continue" = "繼續"; "Continue" = "繼續";
"Conflicts.Detected" = "Incompatible Tweaks Detected";
"Conflicts.DetectedDesc" = "Despite the apparent stability of the app, the developer of YouTube Plus does not recommend combining tweaks with similar functionality in the same app and cannot guarantee safe usage.\n\nBy continuing to use the app, you take full responsibility and agree that any complaints about performance will be ignored.";
"Conflicts.AcceptRisks" = "I Accept All Risks";
"Conflicts.CloseYT" = "Close YouTube";
"DonationReminder" = "您的支持讓YTPlus變得更好...請透過插件設定進行支持"; "DonationReminder" = "您的支持讓YTPlus變得更好...請透過插件設定進行支持";
"DontRemind" = "關閉"; "DontRemind" = "關閉";