mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: generate library credits and finish all translations
This commit is contained in:
parent
65e9dba82f
commit
433ae3d0c7
14
README.md
14
README.md
@ -204,6 +204,7 @@ If you are concerned, you can [read the reason of choosing this license](https:/
|
||||
1. [auto_size_text](https://github.com/leisim/auto_size_text) - Flutter widget that automatically resizes text to fit perfectly within its bounds.
|
||||
1. [buttons_tabbar](https://afonsoraposo.com) - A Flutter package that implements a TabBar where each label is a toggle button.
|
||||
1. [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image) - Flutter library to load and cache network images. Can also be used with placeholder and error widgets.
|
||||
1. [catcher_2](https://github.com/ThexXTURBOXx/catcher_2) - Plugin for error catching which provides multiple handlers for dealing with errors when they are not caught by the developer.
|
||||
1. [collection](https://pub.dev/packages/collection) - Collections and utilities functions and classes related to collections.
|
||||
1. [cupertino_icons](https://pub.dev/packages/cupertino_icons) - Default icons asset for Cupertino widgets based on Apple styled icons
|
||||
1. [curved_navigation_bar](https://github.com/rafalbednarczuk/curved_navigation_bar) - Stunning Animating Curved Shape Navigation Bar. Adjustable color, background color, animation curve, animation duration.
|
||||
@ -215,9 +216,6 @@ If you are concerned, you can [read the reason of choosing this license](https:/
|
||||
1. [duration](https://github.com/desktop-dart/duration) - Utilities to make working with 'Duration's easier. Formats duration in human readable form and also parses duration in human readable form to Dart's Duration.
|
||||
1. [envied](https://github.com/petercinibulk/envied) - Explicitly reads environment variables into a dart file from a .env file for more security and faster start up times.
|
||||
1. [file_selector](https://pub.dev/packages/file_selector) - Flutter plugin for opening and saving files, or selecting directories, using native file selection UI.
|
||||
1. [fl_query](https://fl-query.vercel.app) - Asynchronous data caching, refetching & invalidation library for Flutter
|
||||
1. [fl_query_hooks](https://fl-query.vercel.app) - Elite flutter_hooks compatible library for fl_query, the Asynchronous data caching, refetching & invalidation library for Flutter
|
||||
1. [fl_query_devtools](https://fl-query.vercel.app) - Devtools support for Fl-Query
|
||||
1. [fluentui_system_icons](https://github.com/microsoft/fluentui-system-icons/tree/main) - Fluent UI System Icons are a collection of familiar, friendly and modern icons from Microsoft.
|
||||
1. [flutter_cache_manager](https://github.com/Baseflow/flutter_cache_manager/tree/develop/flutter_cache_manager) - Generic cache manager for flutter. Saves web files on the storages of the device and saves the cache info using sqflite.
|
||||
1. [flutter_displaymode](https://github.com/ajinasokan/flutter_displaymode) - A Flutter plugin to set display mode (resolution, refresh rate) on Android platform. Allows to enable high refresh rate on supported devices.
|
||||
@ -238,7 +236,6 @@ If you are concerned, you can [read the reason of choosing this license](https:/
|
||||
1. [html](https://pub.dev/packages/html) - APIs for parsing and manipulating HTML content outside the browser.
|
||||
1. [http](https://pub.dev/packages/http) - A composable, multi-platform, Future-based API for HTTP requests.
|
||||
1. [image_picker](https://pub.dev/packages/image_picker) - Flutter plugin for selecting images from the Android and iOS image library, and taking new pictures with the camera.
|
||||
1. [internet_connection_checker](https://github.com/RounakTadvi/internet_connection_checker/tree/main) - A pure Dart library that checks for internet by opening a socket to a list of specified addresses, each with individual port and timeout. Defaults are provided for convenience.
|
||||
1. [intl](https://pub.dev/packages/intl) - Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.
|
||||
1. [introduction_screen](https://github.com/pyozer/introduction_screen) - Introduction/Onboarding package for flutter app with some customizations possibilities
|
||||
1. [json_annotation](https://pub.dev/packages/json_annotation) - Classes and helper functions that support JSON code generation via the `json_serializable` package.
|
||||
@ -265,11 +262,13 @@ If you are concerned, you can [read the reason of choosing this license](https:/
|
||||
1. [system_theme](https://pub.dev/packages/system_theme) - A plugin to get the current system theme info. Supports Android, Web, Windows, Linux and macOS
|
||||
1. [titlebar_buttons](https://github.com/gtk-flutter/titlebar_buttons) - A package which provides most of the titlebar buttons from windows, linux and macos.
|
||||
1. [url_launcher](https://pub.dev/packages/url_launcher) - Flutter plugin for launching a URL. Supports web, phone, SMS, and email schemes.
|
||||
1. [uuid](https://github.com/Daegalus/dart-uuid) - RFC4122 (v1, v4, v5, v6, v7, v8) UUID Generator and Parser for Dart
|
||||
1. [uuid](https://pub.dev/packages/uuid) - RFC4122 (v1, v4, v5, v6, v7, v8) UUID Generator and Parser for Dart
|
||||
1. [version](https://github.com/dartninja/version) - Provides a simple class for parsing and comparing semantic versions as defined by http://semver.org/
|
||||
1. [visibility_detector](https://pub.dev/packages/visibility_detector) - A widget that detects the visibility of its child and notifies a callback.
|
||||
1. [window_manager](https://github.com/leanflutter/window_manager) - This plugin allows Flutter desktop apps to resizing and repositioning the window.
|
||||
1. [youtube_explode_dart](https://github.com/Hexer10/youtube_explode_dart) - A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key.
|
||||
1. [simple_icons](https://jlnrrg.github.io/) - The Simple Icon pack available as Flutter Icons. Provides over 1500 Free SVG icons for popular brands.
|
||||
1. [audio_service_mpris](https://github.com/bdrazhzhov/audio-service-mpris) - audio_service platform interface supporting Media Player Remote Interfacing Specification.
|
||||
1. [build_runner](https://pub.dev/packages/build_runner) - A build system for Dart code generation and modular compilation.
|
||||
1. [envied_generator](https://github.com/petercinibulk/envied) - Generator for the Envied package. See https://pub.dev/packages/envied.
|
||||
1. [flutter_distributor](https://distributor.leanflutter.org) - A complete tool for packaging and publishing your Flutter apps.
|
||||
@ -280,8 +279,11 @@ If you are concerned, you can [read the reason of choosing this license](https:/
|
||||
1. [json_serializable](https://pub.dev/packages/json_serializable) - Automatically generate code for converting to and from JSON by annotating Dart classes.
|
||||
1. [pub_api_client](https://github.com/leoafarias/pub_api_client) - An API Client for Pub to interact with public package information.
|
||||
1. [pubspec_parse](https://pub.dev/packages/pubspec_parse) - Simple package for parsing pubspec.yaml files with a type-safe API and rich error reporting.
|
||||
1. [catcher](https://github.com/jhomlala/catcher) - Plugin for error catching which provides multiple handlers for dealing with errors when they are not caught by the developer.
|
||||
1. [fl_query](https://fl-query.vercel.app) - Asynchronous data caching, refetching & invalidation library for Flutter
|
||||
1. [fl_query_hooks](https://fl-query.vercel.app) - Elite flutter_hooks compatible library for fl_query, the Asynchronous data caching, refetching & invalidation library for Flutter
|
||||
1. [fl_query_devtools](https://fl-query.vercel.app) - Devtools support for Fl-Query
|
||||
1. [flutter_desktop_tools](https://github.com/KRTirtho/flutter_desktop_tools) - Essential collection of tools for flutter desktop app development
|
||||
1. [scrobblenaut](https://github.com/Nebulino/Scrobblenaut) - A deadly simple LastFM API Wrapper for Dart. So deadly simple that it's gonna hit the mark.
|
||||
1. [window_size](https://github.com/google/flutter-desktop-embedding.git) - Allows resizing and repositioning the window containing Flutter.
|
||||
</details>
|
||||
|
||||
|
@ -262,5 +262,22 @@
|
||||
"connection_restored": "تمت استعادة اتصالك بالإنترنت",
|
||||
"use_system_title_bar": "استخدم شريط عنوان النظام",
|
||||
"crunching_results": "تدمير النتائج",
|
||||
"search_to_get_results": "إبحث للحصول على النتائج"
|
||||
"search_to_get_results": "إبحث للحصول على النتائج",
|
||||
"use_amoled_mode": "استخدم وضع AMOLED",
|
||||
"pitch_dark_theme": "موضوع دارت الأسود الفحمي",
|
||||
"normalize_audio": "تطبيع الصوت",
|
||||
"change_cover": "تغيير الغلاف",
|
||||
"add_cover": "إضافة غلاف",
|
||||
"restore_defaults": "استعادة الإعدادات الافتراضية",
|
||||
"download_music_codec": "تنزيل ترميز الموسيقى",
|
||||
"streaming_music_codec": "ترميز الموسيقى بالتدفق",
|
||||
"login_with_lastfm": "تسجيل الدخول باستخدام Last.fm",
|
||||
"connect": "اتصال",
|
||||
"disconnect_lastfm": "قطع الاتصال بـ Last.fm",
|
||||
"disconnect": "قطع الاتصال",
|
||||
"username": "اسم المستخدم",
|
||||
"password": "كلمة المرور",
|
||||
"login": "تسجيل الدخول",
|
||||
"login_with_your_lastfm": "تسجيل الدخول باستخدام حساب Last.fm الخاص بك",
|
||||
"scrobble_to_lastfm": "تسجيل الاستماع على Last.fm"
|
||||
}
|
@ -262,5 +262,22 @@
|
||||
"update_playlist": "প্লেলিস্ট আপডেট করুন",
|
||||
"update": "আপডেট",
|
||||
"crunching_results": "ফলাফল বিশ্লেষণ করা হচ্ছে...",
|
||||
"search_to_get_results": "ফলাফল পেতে খোঁজ করুন"
|
||||
"search_to_get_results": "ফলাফল পেতে খোঁজ করুন",
|
||||
"use_amoled_mode": "AMOLED মোড ব্যবহার করুন",
|
||||
"pitch_dark_theme": "পিচ ব্ল্যাক ডার্ট থিম",
|
||||
"normalize_audio": "অডিও স্তরমান করুন",
|
||||
"change_cover": "কভার পরিবর্তন করুন",
|
||||
"add_cover": "কভার যোগ করুন",
|
||||
"restore_defaults": "ডিফল্ট সেটিংস পুনরুদ্ধার করুন",
|
||||
"download_music_codec": "সঙ্গীত কোডেক ডাউনলোড করুন",
|
||||
"streaming_music_codec": "স্ট্রিমিং সঙ্গীত কোডেক",
|
||||
"login_with_lastfm": "Last.fm দিয়ে লগইন করুন",
|
||||
"connect": "সংযোগ করুন",
|
||||
"disconnect_lastfm": "Last.fm সংযোগ বিচ্ছিন্ন করুন",
|
||||
"disconnect": "সংযোগ বিচ্ছিন্ন করুন",
|
||||
"username": "ব্যবহারকারীর নাম",
|
||||
"password": "পাসওয়ার্ড",
|
||||
"login": "লগইন",
|
||||
"login_with_your_lastfm": "আপনার Last.fm অ্যাকাউন্ট দিয়ে লগইন করুন",
|
||||
"scrobble_to_lastfm": "Last.fm এ স্ক্রবল করুন"
|
||||
}
|
@ -262,5 +262,22 @@
|
||||
"update_playlist": "Actualitzar la llista de reproducció",
|
||||
"update": "Actualitzar",
|
||||
"crunching_results": "Processant resultats...",
|
||||
"search_to_get_results": "Cerca per obtenir resultats"
|
||||
"search_to_get_results": "Cerca per obtenir resultats",
|
||||
"use_amoled_mode": "Utilitza el mode AMOLED",
|
||||
"pitch_dark_theme": "Tema de dart negre intens",
|
||||
"normalize_audio": "Normalitza l'àudio",
|
||||
"change_cover": "Canvia la coberta",
|
||||
"add_cover": "Afegeix una coberta",
|
||||
"restore_defaults": "Restaura els valors per defecte",
|
||||
"download_music_codec": "Descarrega el codec de música",
|
||||
"streaming_music_codec": "Codec de música en streaming",
|
||||
"login_with_lastfm": "Inicia la sessió amb Last.fm",
|
||||
"connect": "Connecta",
|
||||
"disconnect_lastfm": "Desconnecta de Last.fm",
|
||||
"disconnect": "Desconnecta",
|
||||
"username": "Nom d'usuari",
|
||||
"password": "Contrasenya",
|
||||
"login": "Inicia la sessió",
|
||||
"login_with_your_lastfm": "Inicia la sessió amb el teu compte de Last.fm",
|
||||
"scrobble_to_lastfm": "Scrobble a Last.fm"
|
||||
}
|
@ -262,5 +262,22 @@
|
||||
"update_playlist": "Wiedergabeliste aktualisieren",
|
||||
"update": "Aktualisieren",
|
||||
"crunching_results": "Ergebnisse werden verarbeitet...",
|
||||
"search_to_get_results": "Suche, um Ergebnisse zu erhalten"
|
||||
"search_to_get_results": "Suche, um Ergebnisse zu erhalten",
|
||||
"use_amoled_mode": "AMOLED-Modus verwenden",
|
||||
"pitch_dark_theme": "Pitch Black Dart Theme",
|
||||
"normalize_audio": "Audio normalisieren",
|
||||
"change_cover": "Cover ändern",
|
||||
"add_cover": "Cover hinzufügen",
|
||||
"restore_defaults": "Standardeinstellungen wiederherstellen",
|
||||
"download_music_codec": "Musik-Codec herunterladen",
|
||||
"streaming_music_codec": "Streaming-Musik-Codec",
|
||||
"login_with_lastfm": "Mit Last.fm anmelden",
|
||||
"connect": "Verbinden",
|
||||
"disconnect_lastfm": "Last.fm trennen",
|
||||
"disconnect": "Trennen",
|
||||
"username": "Benutzername",
|
||||
"password": "Passwort",
|
||||
"login": "Anmelden",
|
||||
"login_with_your_lastfm": "Mit Ihrem Last.fm-Konto anmelden",
|
||||
"scrobble_to_lastfm": "Auf Last.fm scrobbeln"
|
||||
}
|
@ -262,5 +262,22 @@
|
||||
"update_playlist": "Actualizar lista de reproducción",
|
||||
"update": "Actualizar",
|
||||
"crunching_results": "Procesando resultados...",
|
||||
"search_to_get_results": "Buscar para obtener resultados"
|
||||
"search_to_get_results": "Buscar para obtener resultados",
|
||||
"use_amoled_mode": "Usar modo AMOLED",
|
||||
"pitch_dark_theme": "Tema oscuro de dart",
|
||||
"normalize_audio": "Normalizar audio",
|
||||
"change_cover": "Cambiar portada",
|
||||
"add_cover": "Agregar portada",
|
||||
"restore_defaults": "Restaurar valores predeterminados",
|
||||
"download_music_codec": "Descargar códec de música",
|
||||
"streaming_music_codec": "Códec de música en streaming",
|
||||
"login_with_lastfm": "Iniciar sesión con Last.fm",
|
||||
"connect": "Conectar",
|
||||
"disconnect_lastfm": "Desconectar de Last.fm",
|
||||
"disconnect": "Desconectar",
|
||||
"username": "Nombre de usuario",
|
||||
"password": "Contraseña",
|
||||
"login": "Iniciar sesión",
|
||||
"login_with_your_lastfm": "Iniciar sesión con tu cuenta de Last.fm",
|
||||
"scrobble_to_lastfm": "Scrobble a Last.fm"
|
||||
}
|
@ -262,5 +262,22 @@
|
||||
"connection_restored": "اتصال به اینترنت شما بازیابی شد ",
|
||||
"use_system_title_bar": "از نوار عنوان سیستم استفاده کنید ",
|
||||
"crunching_results": "نتایج خرد کردن...",
|
||||
"search_to_get_results": "جستجو کنید تا به نتیجه برسید"
|
||||
"search_to_get_results": "جستجو کنید تا به نتیجه برسید",
|
||||
"use_amoled_mode": "استفاده از حالت AMOLED",
|
||||
"pitch_dark_theme": "تم تیره دارت",
|
||||
"normalize_audio": "نرمال کردن صدا",
|
||||
"change_cover": "تغییر جلد",
|
||||
"add_cover": "افزودن جلد",
|
||||
"restore_defaults": "بازیابی پیش فرض ها",
|
||||
"download_music_codec": "دانلود کدک موسیقی",
|
||||
"streaming_music_codec": "کدک موسیقی استریمینگ",
|
||||
"login_with_lastfm": "ورود با Last.fm",
|
||||
"connect": "اتصال",
|
||||
"disconnect_lastfm": "قطع ارتباط با Last.fm",
|
||||
"disconnect": "قطع ارتباط",
|
||||
"username": "نام کاربری",
|
||||
"password": "رمز عبور",
|
||||
"login": "ورود",
|
||||
"login_with_your_lastfm": "ورود با حساب کاربری Last.fm خود",
|
||||
"scrobble_to_lastfm": "Scrobble به Last.fm"
|
||||
}
|
@ -262,5 +262,22 @@
|
||||
"update_playlist": "Mettre à jour la playlist",
|
||||
"update": "Mettre à jour",
|
||||
"crunching_results": "Traitement des résultats...",
|
||||
"search_to_get_results": "Recherche pour obtenir des résultats"
|
||||
"search_to_get_results": "Recherche pour obtenir des résultats",
|
||||
"use_amoled_mode": "Utiliser le mode AMOLED",
|
||||
"pitch_dark_theme": "Thème Dart noir intense",
|
||||
"normalize_audio": "Normaliser l'audio",
|
||||
"change_cover": "Changer de couverture",
|
||||
"add_cover": "Ajouter une couverture",
|
||||
"restore_defaults": "Restaurer les valeurs par défaut",
|
||||
"download_music_codec": "Télécharger le codec musical",
|
||||
"streaming_music_codec": "Codec de musique en streaming",
|
||||
"login_with_lastfm": "Se connecter avec Last.fm",
|
||||
"connect": "Connecter",
|
||||
"disconnect_lastfm": "Déconnecter de Last.fm",
|
||||
"disconnect": "Déconnecter",
|
||||
"username": "Nom d'utilisateur",
|
||||
"password": "Mot de passe",
|
||||
"login": "Se connecter",
|
||||
"login_with_your_lastfm": "Se connecter avec votre compte Last.fm",
|
||||
"scrobble_to_lastfm": "Scrobble à Last.fm"
|
||||
}
|
@ -262,5 +262,22 @@
|
||||
"update_playlist": "प्लेलिस्ट अपडेट करें",
|
||||
"update": "अपडेट करें",
|
||||
"crunching_results": "परिणाम को प्रसंस्कृत किया जा रहा है...",
|
||||
"search_to_get_results": "परिणाम प्राप्त करने के लिए खोजें"
|
||||
"search_to_get_results": "परिणाम प्राप्त करने के लिए खोजें",
|
||||
"use_amoled_mode": "AMOLED मोड का उपयोग करें",
|
||||
"pitch_dark_theme": "पिच ब्लैक डार्ट थीम",
|
||||
"normalize_audio": "ऑडियो को सामान्य करें",
|
||||
"change_cover": "कवर बदलें",
|
||||
"add_cover": "कवर जोड़ें",
|
||||
"restore_defaults": "डिफ़ॉल्ट सेटिंग्स को बहाल करें",
|
||||
"download_music_codec": "संगीत कोडेक डाउनलोड करें",
|
||||
"streaming_music_codec": "स्ट्रीमिंग संगीत कोडेक",
|
||||
"login_with_lastfm": "Last.fm से लॉगिन करें",
|
||||
"connect": "कनेक्ट करें",
|
||||
"disconnect_lastfm": "Last.fm से डिस्कनेक्ट करें",
|
||||
"disconnect": "डिस्कनेक्ट करें",
|
||||
"username": "उपयोगकर्ता नाम",
|
||||
"password": "पासवर्ड",
|
||||
"login": "लॉग इन करें",
|
||||
"login_with_your_lastfm": "अपने Last.fm अकाउंट से लॉगिन करें",
|
||||
"scrobble_to_lastfm": "Last.fm पर स्क्रॉबल करें"
|
||||
}
|
@ -262,5 +262,22 @@
|
||||
"update_playlist": "プレイリストを更新",
|
||||
"update": "更新",
|
||||
"crunching_results": "結果を処理中...",
|
||||
"search_to_get_results": "結果を取得するために検索"
|
||||
"search_to_get_results": "結果を取得するために検索",
|
||||
"use_amoled_mode": "AMOLEDモードを使用する",
|
||||
"pitch_dark_theme": "ピッチブラックダートテーマ",
|
||||
"normalize_audio": "オーディオを正規化する",
|
||||
"change_cover": "カバーを変更する",
|
||||
"add_cover": "カバーを追加する",
|
||||
"restore_defaults": "デフォルト値に戻す",
|
||||
"download_music_codec": "音楽コーデックをダウンロードする",
|
||||
"streaming_music_codec": "ストリーミング音楽コーデック",
|
||||
"login_with_lastfm": "Last.fmでログインする",
|
||||
"connect": "接続する",
|
||||
"disconnect_lastfm": "Last.fmから切断する",
|
||||
"disconnect": "切断する",
|
||||
"username": "ユーザー名",
|
||||
"password": "パスワード",
|
||||
"login": "ログインする",
|
||||
"login_with_your_lastfm": "あなたのLast.fmアカウントでログインする",
|
||||
"scrobble_to_lastfm": "Last.fmにスクロブルする"
|
||||
}
|
@ -262,5 +262,22 @@
|
||||
"update_playlist": "Zaktualizuj playlistę",
|
||||
"update": "Aktualizuj",
|
||||
"crunching_results": "Przetwarzanie wyników...",
|
||||
"search_to_get_results": "Szukaj, aby uzyskać wyniki"
|
||||
"search_to_get_results": "Szukaj, aby uzyskać wyniki",
|
||||
"use_amoled_mode": "Tryb AMOLED",
|
||||
"pitch_dark_theme": "Ciemny motyw",
|
||||
"normalize_audio": "Normalizuj dźwięk",
|
||||
"change_cover": "Zmień okładkę",
|
||||
"add_cover": "Dodaj okładkę",
|
||||
"restore_defaults": "Przywróć domyślne",
|
||||
"download_music_codec": "Pobierz kodek muzyczny",
|
||||
"streaming_music_codec": "Kodek strumieniowy muzyki",
|
||||
"login_with_lastfm": "Zaloguj się z Last.fm",
|
||||
"connect": "Połącz",
|
||||
"disconnect_lastfm": "Rozłącz z Last.fm",
|
||||
"disconnect": "Rozłącz",
|
||||
"username": "Nazwa użytkownika",
|
||||
"password": "Hasło",
|
||||
"login": "Zaloguj",
|
||||
"login_with_your_lastfm": "Zaloguj się na swoje konto Last.fm",
|
||||
"scrobble_to_lastfm": "Scrobbluj do Last.fm"
|
||||
}
|
@ -262,5 +262,22 @@
|
||||
"update_playlist": "Atualizar lista de reprodução",
|
||||
"update": "Atualizar",
|
||||
"crunching_results": "Processando resultados...",
|
||||
"search_to_get_results": "Pesquisar para obter resultados"
|
||||
"search_to_get_results": "Pesquisar para obter resultados",
|
||||
"use_amoled_mode": "Modo AMOLED",
|
||||
"pitch_dark_theme": "Tema escuro",
|
||||
"normalize_audio": "Normalizar áudio",
|
||||
"change_cover": "Alterar capa",
|
||||
"add_cover": "Adicionar capa",
|
||||
"restore_defaults": "Restaurar padrões",
|
||||
"download_music_codec": "Descarregar codec de música",
|
||||
"streaming_music_codec": "Codec de streaming de música",
|
||||
"login_with_lastfm": "Iniciar sessão com o Last.fm",
|
||||
"connect": "Ligar",
|
||||
"disconnect_lastfm": "Desligar do Last.fm",
|
||||
"disconnect": "Desligar",
|
||||
"username": "Nome de utilizador",
|
||||
"password": "Palavra-passe",
|
||||
"login": "Iniciar sessão",
|
||||
"login_with_your_lastfm": "Inicie sessão na sua conta Last.fm",
|
||||
"scrobble_to_lastfm": "Scrobble para o Last.fm"
|
||||
}
|
@ -262,5 +262,22 @@
|
||||
"update_playlist": "Обновить плейлист",
|
||||
"update": "Обновить",
|
||||
"crunching_results": "Обработка результатов...",
|
||||
"search_to_get_results": "Поиск для получения результатов"
|
||||
"search_to_get_results": "Поиск для получения результатов",
|
||||
"use_amoled_mode": "Режим AMOLED",
|
||||
"pitch_dark_theme": "Темная тема",
|
||||
"normalize_audio": "Нормализовать звук",
|
||||
"change_cover": "Изменить обложку",
|
||||
"add_cover": "Добавить обложку",
|
||||
"restore_defaults": "Восстановить настройки по умолчанию",
|
||||
"download_music_codec": "Загрузить кодек для музыки",
|
||||
"streaming_music_codec": "Кодек потоковой передачи музыки",
|
||||
"login_with_lastfm": "Войти с помощью Last.fm",
|
||||
"connect": "Подключить",
|
||||
"disconnect_lastfm": "Отключиться от Last.fm",
|
||||
"disconnect": "Отключить",
|
||||
"username": "Имя пользователя",
|
||||
"password": "Пароль",
|
||||
"login": "Войти",
|
||||
"login_with_your_lastfm": "Войти в свою учетную запись Last.fm",
|
||||
"scrobble_to_lastfm": "Скробблинг на Last.fm"
|
||||
}
|
@ -262,5 +262,22 @@
|
||||
"connection_restored": "Ваше інтернет-з'єднання відновлено",
|
||||
"use_system_title_bar": "Використовувати системний заголовок",
|
||||
"crunching_results": "Опрацювання результатів...",
|
||||
"search_to_get_results": "Почніть пошук, щоб отримати результати"
|
||||
"search_to_get_results": "Почніть пошук, щоб отримати результати",
|
||||
"use_amoled_mode": "Режим AMOLED",
|
||||
"pitch_dark_theme": "Темна тема",
|
||||
"normalize_audio": "Нормалізувати звук",
|
||||
"change_cover": "Змінити обкладинку",
|
||||
"add_cover": "Додати обкладинку",
|
||||
"restore_defaults": "Відновити налаштування за замовчуванням",
|
||||
"download_music_codec": "Завантажити кодек для музики",
|
||||
"streaming_music_codec": "Кодек потокової передачі музики",
|
||||
"login_with_lastfm": "Увійти з Last.fm",
|
||||
"connect": "Підключити",
|
||||
"disconnect_lastfm": "Відключитися від Last.fm",
|
||||
"disconnect": "Відключити",
|
||||
"username": "Ім'я користувача",
|
||||
"password": "Пароль",
|
||||
"login": "Увійти",
|
||||
"login_with_your_lastfm": "Увійти в свій обліковий запис Last.fm",
|
||||
"scrobble_to_lastfm": "Скробблінг на Last.fm"
|
||||
}
|
@ -262,5 +262,22 @@
|
||||
"update_playlist": "更新播放列表",
|
||||
"update": "更新",
|
||||
"crunching_results": "处理结果中...",
|
||||
"search_to_get_results": "搜索以获取结果"
|
||||
"search_to_get_results": "搜索以获取结果",
|
||||
"use_amoled_mode": "使用 AMOLED 模式",
|
||||
"pitch_dark_theme": "深色主题",
|
||||
"normalize_audio": "标准化音频",
|
||||
"change_cover": "更改封面",
|
||||
"add_cover": "添加封面",
|
||||
"restore_defaults": "恢复默认值",
|
||||
"download_music_codec": "下载音乐编解码器",
|
||||
"streaming_music_codec": "流媒体音乐编解码器",
|
||||
"login_with_lastfm": "使用 Last.fm 登录",
|
||||
"connect": "连接",
|
||||
"disconnect_lastfm": "断开 Last.fm 连接",
|
||||
"disconnect": "断开连接",
|
||||
"username": "用户名",
|
||||
"password": "密码",
|
||||
"login": "登录",
|
||||
"login_with_your_lastfm": "使用您的 Last.fm 帐户登录",
|
||||
"scrobble_to_lastfm": "在 Last.fm 上记录播放"
|
||||
}
|
@ -1,281 +1 @@
|
||||
{
|
||||
"ar": [
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
"restore_defaults",
|
||||
"download_music_codec",
|
||||
"streaming_music_codec",
|
||||
"login_with_lastfm",
|
||||
"connect",
|
||||
"disconnect_lastfm",
|
||||
"disconnect",
|
||||
"username",
|
||||
"password",
|
||||
"login",
|
||||
"login_with_your_lastfm",
|
||||
"scrobble_to_lastfm"
|
||||
],
|
||||
|
||||
"bn": [
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
"restore_defaults",
|
||||
"download_music_codec",
|
||||
"streaming_music_codec",
|
||||
"login_with_lastfm",
|
||||
"connect",
|
||||
"disconnect_lastfm",
|
||||
"disconnect",
|
||||
"username",
|
||||
"password",
|
||||
"login",
|
||||
"login_with_your_lastfm",
|
||||
"scrobble_to_lastfm"
|
||||
],
|
||||
|
||||
"ca": [
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
"restore_defaults",
|
||||
"download_music_codec",
|
||||
"streaming_music_codec",
|
||||
"login_with_lastfm",
|
||||
"connect",
|
||||
"disconnect_lastfm",
|
||||
"disconnect",
|
||||
"username",
|
||||
"password",
|
||||
"login",
|
||||
"login_with_your_lastfm",
|
||||
"scrobble_to_lastfm"
|
||||
],
|
||||
|
||||
"de": [
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
"restore_defaults",
|
||||
"download_music_codec",
|
||||
"streaming_music_codec",
|
||||
"login_with_lastfm",
|
||||
"connect",
|
||||
"disconnect_lastfm",
|
||||
"disconnect",
|
||||
"username",
|
||||
"password",
|
||||
"login",
|
||||
"login_with_your_lastfm",
|
||||
"scrobble_to_lastfm"
|
||||
],
|
||||
|
||||
"es": [
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
"restore_defaults",
|
||||
"download_music_codec",
|
||||
"streaming_music_codec",
|
||||
"login_with_lastfm",
|
||||
"connect",
|
||||
"disconnect_lastfm",
|
||||
"disconnect",
|
||||
"username",
|
||||
"password",
|
||||
"login",
|
||||
"login_with_your_lastfm",
|
||||
"scrobble_to_lastfm"
|
||||
],
|
||||
|
||||
"fa": [
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
"restore_defaults",
|
||||
"download_music_codec",
|
||||
"streaming_music_codec",
|
||||
"login_with_lastfm",
|
||||
"connect",
|
||||
"disconnect_lastfm",
|
||||
"disconnect",
|
||||
"username",
|
||||
"password",
|
||||
"login",
|
||||
"login_with_your_lastfm",
|
||||
"scrobble_to_lastfm"
|
||||
],
|
||||
|
||||
"fr": [
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
"restore_defaults",
|
||||
"download_music_codec",
|
||||
"streaming_music_codec",
|
||||
"login_with_lastfm",
|
||||
"connect",
|
||||
"disconnect_lastfm",
|
||||
"disconnect",
|
||||
"username",
|
||||
"password",
|
||||
"login",
|
||||
"login_with_your_lastfm",
|
||||
"scrobble_to_lastfm"
|
||||
],
|
||||
|
||||
"hi": [
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
"restore_defaults",
|
||||
"download_music_codec",
|
||||
"streaming_music_codec",
|
||||
"login_with_lastfm",
|
||||
"connect",
|
||||
"disconnect_lastfm",
|
||||
"disconnect",
|
||||
"username",
|
||||
"password",
|
||||
"login",
|
||||
"login_with_your_lastfm",
|
||||
"scrobble_to_lastfm"
|
||||
],
|
||||
|
||||
"ja": [
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
"restore_defaults",
|
||||
"download_music_codec",
|
||||
"streaming_music_codec",
|
||||
"login_with_lastfm",
|
||||
"connect",
|
||||
"disconnect_lastfm",
|
||||
"disconnect",
|
||||
"username",
|
||||
"password",
|
||||
"login",
|
||||
"login_with_your_lastfm",
|
||||
"scrobble_to_lastfm"
|
||||
],
|
||||
|
||||
"pl": [
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
"restore_defaults",
|
||||
"download_music_codec",
|
||||
"streaming_music_codec",
|
||||
"login_with_lastfm",
|
||||
"connect",
|
||||
"disconnect_lastfm",
|
||||
"disconnect",
|
||||
"username",
|
||||
"password",
|
||||
"login",
|
||||
"login_with_your_lastfm",
|
||||
"scrobble_to_lastfm"
|
||||
],
|
||||
|
||||
"pt": [
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
"restore_defaults",
|
||||
"download_music_codec",
|
||||
"streaming_music_codec",
|
||||
"login_with_lastfm",
|
||||
"connect",
|
||||
"disconnect_lastfm",
|
||||
"disconnect",
|
||||
"username",
|
||||
"password",
|
||||
"login",
|
||||
"login_with_your_lastfm",
|
||||
"scrobble_to_lastfm"
|
||||
],
|
||||
|
||||
"ru": [
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
"restore_defaults",
|
||||
"download_music_codec",
|
||||
"streaming_music_codec",
|
||||
"login_with_lastfm",
|
||||
"connect",
|
||||
"disconnect_lastfm",
|
||||
"disconnect",
|
||||
"username",
|
||||
"password",
|
||||
"login",
|
||||
"login_with_your_lastfm",
|
||||
"scrobble_to_lastfm"
|
||||
],
|
||||
|
||||
"uk": [
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
"restore_defaults",
|
||||
"download_music_codec",
|
||||
"streaming_music_codec",
|
||||
"login_with_lastfm",
|
||||
"connect",
|
||||
"disconnect_lastfm",
|
||||
"disconnect",
|
||||
"username",
|
||||
"password",
|
||||
"login",
|
||||
"login_with_your_lastfm",
|
||||
"scrobble_to_lastfm"
|
||||
],
|
||||
|
||||
"zh": [
|
||||
"use_amoled_mode",
|
||||
"pitch_dark_theme",
|
||||
"normalize_audio",
|
||||
"change_cover",
|
||||
"add_cover",
|
||||
"restore_defaults",
|
||||
"download_music_codec",
|
||||
"streaming_music_codec",
|
||||
"login_with_lastfm",
|
||||
"connect",
|
||||
"disconnect_lastfm",
|
||||
"disconnect",
|
||||
"username",
|
||||
"password",
|
||||
"login",
|
||||
"login_with_your_lastfm",
|
||||
"scrobble_to_lastfm"
|
||||
]
|
||||
}
|
||||
{}
|
Loading…
Reference in New Issue
Block a user