mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-19 17:06:38 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db79d1a71e |
@@ -6,7 +6,7 @@ body:
|
|||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: check-duplicate
|
id: check-duplicate
|
||||||
attributes:
|
attributes:
|
||||||
label: I have already checked through the existing (both open AND closed) bug reports and found no duplicates
|
label: I have already checked through the existing bug reports and found no duplicates
|
||||||
options:
|
options:
|
||||||
- label: 'Yes'
|
- label: 'Yes'
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
@@ -4,11 +4,6 @@ permissions: write-all
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
|
||||||
tag:
|
|
||||||
description: 'Docker image tag (e.g. 1.12.0 or latest)'
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*'
|
- 'v*.*.*'
|
||||||
@@ -38,10 +33,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=${{ inputs.tag }},enable=${{ github.event_name == 'workflow_dispatch' }}
|
type=ref,event=branch
|
||||||
type=semver,pattern={{version}},enable=${{ github.event_name == 'push' }}
|
type=ref,event=pr
|
||||||
type=semver,pattern={{major}}.{{minor}},enable=${{ github.event_name == 'push' }}
|
type=semver,pattern={{version}}
|
||||||
type=semver,pattern={{major}},enable=${{ github.event_name == 'push' }}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=semver,pattern={{major}}
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
- name: Setup Docker buildx
|
- name: Setup Docker buildx
|
||||||
|
|||||||
+1
-2
@@ -5,8 +5,7 @@ WORKDIR /app
|
|||||||
# Copy package.json first to cache node_modules
|
# Copy package.json first to cache node_modules
|
||||||
COPY package.json pnpm-lock.yaml .
|
COPY package.json pnpm-lock.yaml .
|
||||||
|
|
||||||
# Match CI (pnpm/action-setup version: 10). Latest pnpm 11 fails install without approve-builds.
|
RUN npm install -g pnpm
|
||||||
RUN corepack enable && corepack prepare pnpm@10 --activate
|
|
||||||
|
|
||||||
RUN pnpm install
|
RUN pnpm install
|
||||||
|
|
||||||
|
|||||||
+1
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "feishin",
|
"name": "feishin",
|
||||||
"version": "1.12.0",
|
"version": "1.11.0",
|
||||||
"description": "A modern self-hosted music player.",
|
"description": "A modern self-hosted music player.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"subsonic",
|
"subsonic",
|
||||||
@@ -189,7 +189,6 @@
|
|||||||
"pnpm": {
|
"pnpm": {
|
||||||
"onlyBuiltDependencies": [
|
"onlyBuiltDependencies": [
|
||||||
"electron",
|
"electron",
|
||||||
"electron-winstaller",
|
|
||||||
"esbuild"
|
"esbuild"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
+15
-349
@@ -2,48 +2,32 @@
|
|||||||
"action": {
|
"action": {
|
||||||
"addToFavorites": "إضافة الى $t(entity.favorite, {\"count\": 2})",
|
"addToFavorites": "إضافة الى $t(entity.favorite, {\"count\": 2})",
|
||||||
"addToPlaylist": "إضافة الى $t(entity.playlist, {\"count\": 1})",
|
"addToPlaylist": "إضافة الى $t(entity.playlist, {\"count\": 1})",
|
||||||
"clearQueue": "مسح قائمة التشغيل",
|
"clearQueue": "مسح قائمة الإنتظار",
|
||||||
"createPlaylist": "إنشاء $t(entity.playlist, {\"count\": 1})",
|
"createPlaylist": "إنشاء $t(entity.playlist, {\"count\": 1})",
|
||||||
"deletePlaylist": "حذف $t(entity.playlist, {\"count\": 1})",
|
"deletePlaylist": "حذف $t(entity.playlist, {\"count\": 1})",
|
||||||
"deselectAll": "إلغاء تحديد الكل",
|
"deselectAll": "إلغاء تحديد الكل",
|
||||||
"editPlaylist": "تعديل $t(entity.playlist, {\"count\": 1})",
|
"editPlaylist": "تعديل $t(entity.playlist, {\"count\": 1})",
|
||||||
"goToPage": "اذهب الى الصفحة",
|
"goToPage": "اذهب الى صفحة",
|
||||||
"moveToNext": "نقل إلى التالي",
|
"moveToNext": "الذهاب الى التالي",
|
||||||
"moveToBottom": "نقل إلى الأسفل",
|
"moveToBottom": "الذهاب الى الأسفل",
|
||||||
"moveToTop": "نقل إلى الأعلى",
|
"moveToTop": "الذهاب الى الأعلى",
|
||||||
"refresh": "$t(common.refresh)",
|
"refresh": "$t(common.refresh)",
|
||||||
"removeFromFavorites": "حذف من $t(entity.favorite, {\"count\": 2})",
|
"removeFromFavorites": "حذف من $t(entity.favorite, {\"count\": 2})",
|
||||||
"removeFromPlaylist": "حذف من $t(entity.playlist, {\"count\": 1})",
|
"removeFromPlaylist": "حذف من $t(entity.playlist, {\"count\": 1})",
|
||||||
"removeFromQueue": "حذف من قائمة التشغيل",
|
"removeFromQueue": "حذف من قائمة الإنتظار",
|
||||||
"setRating": "تحديد التقييم",
|
"setRating": "تحديد التقييم",
|
||||||
"toggleSmartPlaylistEditor": "إظهار / إخفاء وضع التعديل لـ $t(entity.smartPlaylist)",
|
"toggleSmartPlaylistEditor": "تشغيل / إطفاء وضع التعديل لـ $t(entity.smartPlaylist)",
|
||||||
"viewPlaylists": "عرض $t(entity.playlist, {\"count\": 2})",
|
"viewPlaylists": "إظهار $t(entity.playlist, {\"count\": 2})",
|
||||||
"openIn": {
|
"openIn": {
|
||||||
"lastfm": "فتح في Last.fm",
|
"lastfm": "فتح في Last.fm",
|
||||||
"musicbrainz": "فتح في MusicBrainz",
|
"musicbrainz": "فتح في MusicBrainz"
|
||||||
"listenbrainz": "فتح في ListenBrainz",
|
|
||||||
"qobuz": "فتح في Qobuz",
|
|
||||||
"spotify": "فتح في Spotify"
|
|
||||||
},
|
},
|
||||||
"addOrRemoveFromSelection": "إضافة أو إزالة من الإختيارات",
|
"addOrRemoveFromSelection": "إضافة أو إزالة من الإختيارات",
|
||||||
"selectRangeOfItems": "اختر مجموعة من العناصر",
|
"selectRangeOfItems": "اختر مجموعة من العناصر",
|
||||||
"goToCurrent": "الانتقال إلى العنصر الحالي",
|
"goToCurrent": "الانتقال إلى العنصر الحالي",
|
||||||
"createRadioStation": "إنشاء $t(entity.radioStation, {\"count\": 1})",
|
"createRadioStation": "يخلق $t(entity.radioStation, {\"count\": 1})",
|
||||||
"deleteRadioStation": "يمسح $t(entity.radioStation, {\"count\": 1})",
|
"deleteRadioStation": "يمسح $t(entity.radioStation, {\"count\": 1})",
|
||||||
"selectAll": "تحديد الكل",
|
"selectAll": "تحديد الكل"
|
||||||
"shuffle": "لخبط",
|
|
||||||
"shuffleAll": "لخبط الكل",
|
|
||||||
"shuffleSelected": "لخبط المحدد",
|
|
||||||
"collapseAllFolders": "اطو جميع المجلدات",
|
|
||||||
"expandAllFolders": "بسط الملفات",
|
|
||||||
"downloadStarted": "بدأ تحميل {{count}} عنصر",
|
|
||||||
"moveUp": "نقل إلى فوق",
|
|
||||||
"moveDown": "نقل إلى تحت",
|
|
||||||
"holdToMoveToTop": "اضغط مطولاً للنقل إلى الأعلى",
|
|
||||||
"holdToMoveToBottom": "اضغط مطولاً للنقل إلى الأسفل",
|
|
||||||
"moveItems": "نقل العناصر",
|
|
||||||
"viewMore": "عرض المزيد",
|
|
||||||
"openApplicationDirectory": "فتح مجلد التطبيق"
|
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"action_zero": "عملية",
|
"action_zero": "عملية",
|
||||||
@@ -55,13 +39,13 @@
|
|||||||
"add": "إضافة",
|
"add": "إضافة",
|
||||||
"additionalParticipants": "مشاركين إضافيين",
|
"additionalParticipants": "مشاركين إضافيين",
|
||||||
"newVersion": "تم تثبيت تحديث جديد {{version}}",
|
"newVersion": "تم تثبيت تحديث جديد {{version}}",
|
||||||
"viewReleaseNotes": "عرض ملاحظات الإصدار",
|
"viewReleaseNotes": "عرض معلومات الإصدار",
|
||||||
"albumGain": "مستوى صوت الألبوم",
|
"albumGain": "مستوى صوت الألبوم",
|
||||||
"albumPeak": "اعلى مستوى للألبوم",
|
"albumPeak": "اعلى مستوى للألبوم",
|
||||||
"areYouSure": "هل أنت متأكد؟",
|
"areYouSure": "هل أنت متأكد؟",
|
||||||
"ascending": "تصاعدي",
|
"ascending": "تصاعدي",
|
||||||
"backward": "خلف",
|
"backward": "خلف",
|
||||||
"biography": "السيرة",
|
"biography": "سيرة",
|
||||||
"bitDepth": "عمق البت",
|
"bitDepth": "عمق البت",
|
||||||
"bitrate": "معدل البت (البت ريت)",
|
"bitrate": "معدل البت (البت ريت)",
|
||||||
"bpm": "نبضة في الدقيقة",
|
"bpm": "نبضة في الدقيقة",
|
||||||
@@ -157,35 +141,7 @@
|
|||||||
"unknown": "غير معروف",
|
"unknown": "غير معروف",
|
||||||
"version": "الإصدار",
|
"version": "الإصدار",
|
||||||
"year": "السنة",
|
"year": "السنة",
|
||||||
"yes": "نعم",
|
"yes": "نعم"
|
||||||
"explicitStatus": "حالة المحتوى الصريح",
|
|
||||||
"countSelected": "{{count}} عنصر محدد",
|
|
||||||
"back": "للخلف",
|
|
||||||
"doNotShowAgain": "لا تظهر هذا مجدداً",
|
|
||||||
"view": "عرض",
|
|
||||||
"example": "مثال",
|
|
||||||
"externalLinks": "روابط الخارجية",
|
|
||||||
"openFolder": "فتح المجلد",
|
|
||||||
"faster": "أسرع",
|
|
||||||
"filter_single": "فردي",
|
|
||||||
"filter_multiple": "متعدد",
|
|
||||||
"grouping": "مجموعات",
|
|
||||||
"mood": "مزاج",
|
|
||||||
"numberOfResults": "{{numberOfResults}} نتيجة",
|
|
||||||
"noFilters": "لا توجد فلاتر معينة",
|
|
||||||
"private": "خاص",
|
|
||||||
"public": "عام",
|
|
||||||
"retry": "إعادة المحاولة",
|
|
||||||
"recordLabel": "شركة التسجيل",
|
|
||||||
"releaseType": "نوع الإصدار",
|
|
||||||
"rename": "إعادة تسمية",
|
|
||||||
"slower": "أبطأ",
|
|
||||||
"sort": "فرز",
|
|
||||||
"explicit": "صريح",
|
|
||||||
"clean": "نظيف",
|
|
||||||
"gridRows": "صفوف الشبكة",
|
|
||||||
"tableColumns": "أعمدة الجدول",
|
|
||||||
"newVersionAvailable": "هناك نسخة جديدة متاحة"
|
|
||||||
},
|
},
|
||||||
"entity": {
|
"entity": {
|
||||||
"album_zero": "الالبوم",
|
"album_zero": "الالبوم",
|
||||||
@@ -199,296 +155,6 @@
|
|||||||
"albumArtist_two": "فنان الالبومين",
|
"albumArtist_two": "فنان الالبومين",
|
||||||
"albumArtist_few": "فنان الالبومات",
|
"albumArtist_few": "فنان الالبومات",
|
||||||
"albumArtist_many": "فنان الالبومات",
|
"albumArtist_many": "فنان الالبومات",
|
||||||
"albumArtist_other": "فنان الالبومات",
|
"albumArtist_other": "فنان الالبومات"
|
||||||
"albumArtistCount_zero": "{{count}} فنان الالبوم",
|
|
||||||
"albumArtistCount_one": "{{count}} فنان الالبوم",
|
|
||||||
"albumArtistCount_two": "{{count}} فنان الالبومين",
|
|
||||||
"albumArtistCount_few": "{{count}} فنان الالبومات",
|
|
||||||
"albumArtistCount_many": "{{count}} فنان الالبومات",
|
|
||||||
"albumArtistCount_other": "{{count}} فنان الالبومات",
|
|
||||||
"albumWithCount_zero": "{{count}} البوم",
|
|
||||||
"albumWithCount_one": "{{count}} البوم",
|
|
||||||
"albumWithCount_two": "{{count}} البومين",
|
|
||||||
"albumWithCount_few": "{{count}} البومات",
|
|
||||||
"albumWithCount_many": "{{count}} البومات",
|
|
||||||
"albumWithCount_other": "{{count}} البومات",
|
|
||||||
"radioStation_zero": "محطة راديو",
|
|
||||||
"radioStation_one": "محطة راديو",
|
|
||||||
"radioStation_two": "محطتان راديو",
|
|
||||||
"radioStation_few": "محطات راديو",
|
|
||||||
"radioStation_many": "محطات راديو",
|
|
||||||
"radioStation_other": "محطات راديو",
|
|
||||||
"radioStationWithCount_zero": "{{count}} محطة راديو",
|
|
||||||
"radioStationWithCount_one": "{{count}} محطة راديو",
|
|
||||||
"radioStationWithCount_two": "{{count}} محطتان راديو",
|
|
||||||
"radioStationWithCount_few": "{{count}} محطات راديو",
|
|
||||||
"radioStationWithCount_many": "{{count}} محطات راديو",
|
|
||||||
"radioStationWithCount_other": "{{count}} محطات راديو",
|
|
||||||
"artist_zero": "فنان",
|
|
||||||
"artist_one": "فنان",
|
|
||||||
"artist_two": "فنانان",
|
|
||||||
"artist_few": "فنانين",
|
|
||||||
"artist_many": "فنانين",
|
|
||||||
"artist_other": "فنانين",
|
|
||||||
"artistWithCount_zero": "{{count}} فنان",
|
|
||||||
"artistWithCount_one": "{{count}} فنان",
|
|
||||||
"artistWithCount_two": "{{count}} فنانان",
|
|
||||||
"artistWithCount_few": "{{count}} فنانين",
|
|
||||||
"artistWithCount_many": "{{count}} فنانين",
|
|
||||||
"artistWithCount_other": "{{count}} فنانين",
|
|
||||||
"favorite_zero": "مفضلة",
|
|
||||||
"favorite_one": "مفضلة",
|
|
||||||
"favorite_two": "مفضلتان",
|
|
||||||
"favorite_few": "مفضلات",
|
|
||||||
"favorite_many": "مفضلات",
|
|
||||||
"favorite_other": "مفضلات",
|
|
||||||
"folder_zero": "مجلد",
|
|
||||||
"folder_one": "مجلد",
|
|
||||||
"folder_two": "مجلدان",
|
|
||||||
"folder_few": "مجلدات",
|
|
||||||
"folder_many": "مجلدات",
|
|
||||||
"folder_other": "مجلدات",
|
|
||||||
"folderWithCount_zero": "{{count}} مجلد",
|
|
||||||
"folderWithCount_one": "{{count}} مجلد",
|
|
||||||
"folderWithCount_two": "{{count}} مجلدان",
|
|
||||||
"folderWithCount_few": "{{count}} مجلدات",
|
|
||||||
"folderWithCount_many": "{{count}} مجلدات",
|
|
||||||
"folderWithCount_other": "{{count}} مجلدات",
|
|
||||||
"genre_zero": "نوع",
|
|
||||||
"genre_one": "نوع",
|
|
||||||
"genre_two": "نوعان",
|
|
||||||
"genre_few": "أنواع",
|
|
||||||
"genre_many": "أنواع",
|
|
||||||
"genre_other": "أنواع",
|
|
||||||
"genreWithCount_zero": "{{count}} نوع",
|
|
||||||
"genreWithCount_one": "{{count}} نوع",
|
|
||||||
"genreWithCount_two": "{{count}} نوعان",
|
|
||||||
"genreWithCount_few": "{{count}} أنواع",
|
|
||||||
"genreWithCount_many": "{{count}} أنواع",
|
|
||||||
"genreWithCount_other": "{{count}} أنواع",
|
|
||||||
"playlist_zero": "قائمة تشغيل",
|
|
||||||
"playlist_one": "قائمة تشغيل",
|
|
||||||
"playlist_two": "قائمتان تشغيل",
|
|
||||||
"playlist_few": "قوائم تشغيل",
|
|
||||||
"playlist_many": "قوائم تشغيل",
|
|
||||||
"playlist_other": "قوائم تشغيل",
|
|
||||||
"play_zero": "{{count}} قائمة تشغيل",
|
|
||||||
"play_one": "{{count}} قائمة تشغيل",
|
|
||||||
"play_two": "{{count}} قائمتان تشغيل",
|
|
||||||
"play_few": "{{count}} قوائم تشغيل",
|
|
||||||
"play_many": "{{count}} قوائم تشغيل",
|
|
||||||
"play_other": "{{count}} قوائم تشغيل",
|
|
||||||
"playlistWithCount_zero": "{{count}} قائمة تشغيل",
|
|
||||||
"playlistWithCount_one": "{{count}} قائمة تشغيل",
|
|
||||||
"playlistWithCount_two": "{{count}} قائمتان تشغيل",
|
|
||||||
"playlistWithCount_few": "{{count}} قوائم تشغيل",
|
|
||||||
"playlistWithCount_many": "{{count}} قوائم تشغيل",
|
|
||||||
"playlistWithCount_other": "{{count}} قوائم تشغيل",
|
|
||||||
"smartPlaylist": "$t(entity.playlist, {\"count\": 1}) قائمة تشغيل ذكية",
|
|
||||||
"track_zero": "مقطع",
|
|
||||||
"track_one": "مقطع",
|
|
||||||
"track_two": "مقطعان",
|
|
||||||
"track_few": "مقاطع",
|
|
||||||
"track_many": "مقاطع",
|
|
||||||
"track_other": "مقاطع",
|
|
||||||
"song_zero": "أغنية",
|
|
||||||
"song_one": "أغنية",
|
|
||||||
"song_two": "أغنيتان",
|
|
||||||
"song_few": "أغاني",
|
|
||||||
"song_many": "أغاني",
|
|
||||||
"song_other": "أغاني",
|
|
||||||
"trackWithCount_zero": "{{count}} مقطع",
|
|
||||||
"trackWithCount_one": "{{count}} مقطع",
|
|
||||||
"trackWithCount_two": "{{count}} مقطعان",
|
|
||||||
"trackWithCount_few": "{{count}} مقاطع",
|
|
||||||
"trackWithCount_many": "{{count}} مقاطع",
|
|
||||||
"trackWithCount_other": "{{count}} مقاطع"
|
|
||||||
},
|
|
||||||
"error": {
|
|
||||||
"apiRouteError": "تعذّر توجيه الطلب",
|
|
||||||
"audioDeviceFetchError": "حصل خطأ أثناء محاولة الحصول على أجهزة الصوت",
|
|
||||||
"authenticationFailed": "فشلت المصادقة",
|
|
||||||
"badAlbum": "أنت ترى هذة الصفحة لأن هذه الأغنية ليست جزءاً من ألبوم. على الأرجح تظهر لك هذه المشكلة إذا كان لديك أغنية في المستوى الأعلى من مجلد الموسيقى. يقوم Jellyfin بتجميع الأغاني فقط إذا كانت داخل مجلد",
|
|
||||||
"credentialsRequired": "يتطلب بيانات اعتماد",
|
|
||||||
"genericError": "حدث خطأ",
|
|
||||||
"loginRateError": "تجاوزت الحد لمحاولات الدخول. حاول مجدداً بعد بضع ثوان",
|
|
||||||
"mpvRequired": "يتطلب MPV",
|
|
||||||
"multipleServerSaveQueueError": "قائمة التشغيل تحتوي على أغنية أو أكثر من خادم مختلف. هذا غير مدعوم",
|
|
||||||
"networkError": "حصل خطأ في الشبكة",
|
|
||||||
"noNetwork": "الخادم غير متوفر",
|
|
||||||
"noNetworkDescription": "تعذر الإتصال بالخادم",
|
|
||||||
"notificationDenied": "تم رفض أذن الإشعارات. هذا الإعداد لن يكون له أي تأثير",
|
|
||||||
"openError": "تعذر فتح الملف",
|
|
||||||
"playbackError": "حدث خطأ أثناء محاولة تشغيل الوسائط",
|
|
||||||
"playbackPausedDueToError": "تم ايقاف التشغيل بسبب خطأ",
|
|
||||||
"remoteDisableError": "حدث خطأ أثناء محاولة $t(common.disable) الخادم البعيد",
|
|
||||||
"remoteEnableError": "حدث خطأ أثناء محاولة $t(common.enable) الخادم البعيد",
|
|
||||||
"remotePortError": "حدث خطأ أثناء محاولة تعيين الخادم البعيد",
|
|
||||||
"remotePortWarning": "أعد تشغيل الخادم لتطبيق المنفذ الجديد",
|
|
||||||
"saveQueueFailed": "فشل حفظ قائمة التشغيل",
|
|
||||||
"serverLockSingleServer": "فقط خادم واحد متاح إذا الخادم مقفل",
|
|
||||||
"serverNotSelectedError": "لم يتم اختيار أي خادم",
|
|
||||||
"serverRequired": "يتطلب خادم",
|
|
||||||
"sessionExpiredError": "انتهت صلاحية جلستك",
|
|
||||||
"systemFontError": "حدث خطأ أثناء محاولة الحصول على خطوط النظام",
|
|
||||||
"settingsSyncError": "تم اكتشاف تعارضات بين إعدادات العارض والعملية الرئيسية. أعد تشغيل التطبيق لتطبيق التغييرات",
|
|
||||||
"invalidJson": "JSON غير صالح",
|
|
||||||
"invalidServer": "خادم غير صالح",
|
|
||||||
"localFontAccessDenied": "تم رفض الوصول إلى الخطوط المحلية"
|
|
||||||
},
|
|
||||||
"filter": {
|
|
||||||
"album": "$t(entity.album, {\"count\": 1})",
|
|
||||||
"albumArtist": "$t(entity.albumArtist, {\"count\": 1})",
|
|
||||||
"matchAnd": "و",
|
|
||||||
"matchOr": "أو",
|
|
||||||
"biography": "السيرة",
|
|
||||||
"bitrate": "معدل البت (البت ريت)",
|
|
||||||
"bpm": "نبضة في الدقيقة",
|
|
||||||
"comment": "تعليق",
|
|
||||||
"communityRating": "تقييم المجتمع",
|
|
||||||
"criticRating": "تقييم الناقد",
|
|
||||||
"dateAdded": "تاريخ الإضافة",
|
|
||||||
"disc": "قرص",
|
|
||||||
"duration": "المدة",
|
|
||||||
"favorited": "مفضل",
|
|
||||||
"fromYear": "من سنة",
|
|
||||||
"id": "معرف",
|
|
||||||
"isFavorited": "مفضل",
|
|
||||||
"isPublic": "عام",
|
|
||||||
"isRated": "مقيم",
|
|
||||||
"isRecentlyPlayed": "تم التشغيل حديثاً",
|
|
||||||
"lastPlayed": "أخر تشغيل",
|
|
||||||
"mostPlayed": "أكثر تشغيل",
|
|
||||||
"name": "الأسم",
|
|
||||||
"note": "الملاحظة",
|
|
||||||
"path": "المسار",
|
|
||||||
"playCount": "عدد التشغيلات",
|
|
||||||
"random": "عشوائي",
|
|
||||||
"rating": "التقييم",
|
|
||||||
"recentlyAdded": "مضاف حديثاً",
|
|
||||||
"recentlyPlayed": "تم التشغيل حديثاً",
|
|
||||||
"recentlyUpdated": "محدث حديثاً",
|
|
||||||
"releaseDate": "تاريخ الإصدار",
|
|
||||||
"releaseYear": "سنة الإصدار",
|
|
||||||
"search": "بحث",
|
|
||||||
"songCount": "عدد الأغاني",
|
|
||||||
"sortName": "أسم الفرز",
|
|
||||||
"title": "العنوان",
|
|
||||||
"toYear": "إلى سنة",
|
|
||||||
"trackNumber": "مقطع",
|
|
||||||
"isCompilation": "تجميعة"
|
|
||||||
},
|
|
||||||
"datetime": {
|
|
||||||
"minuteShort": "د",
|
|
||||||
"secondShort": "ث",
|
|
||||||
"hourShort": "س",
|
|
||||||
"dayShort": "ي"
|
|
||||||
},
|
|
||||||
"filterOperator": {
|
|
||||||
"after": "بعد",
|
|
||||||
"afterDate": "بعد (تاريخ)",
|
|
||||||
"before": "قبل",
|
|
||||||
"beforeDate": "قبل (تاريخ)",
|
|
||||||
"contains": "يحتوي على",
|
|
||||||
"endsWith": "ينتهي بـ",
|
|
||||||
"inPlaylist": "في",
|
|
||||||
"inTheLast": "في أخِر",
|
|
||||||
"inTheRange": "في مدى",
|
|
||||||
"inTheRangeDate": "في مدى (تاريخ)",
|
|
||||||
"is": "في",
|
|
||||||
"isNot": "ليس في",
|
|
||||||
"isGreaterThan": "أكبر من",
|
|
||||||
"isLessThan": "أقل من",
|
|
||||||
"matchesRegex": "يطابق التعبير النمطي",
|
|
||||||
"notContains": "لا يحتوي على",
|
|
||||||
"notInPlaylist": "ليس في",
|
|
||||||
"notInTheLast": "ليس في أخِر",
|
|
||||||
"startsWith": "يبدأ بـ"
|
|
||||||
},
|
|
||||||
"form": {
|
|
||||||
"addServer": {
|
|
||||||
"error_savePassword": "حدث خطأ أثناء محاولة حفظ كلمة السر",
|
|
||||||
"input_legacyAuthentication": "تفعيل المصادقة القديمة",
|
|
||||||
"input_name": "أسم الخادم",
|
|
||||||
"input_password": "كلمة السر",
|
|
||||||
"input_preferRemoteUrl": "تفضيل رابط عام",
|
|
||||||
"input_remoteUrl": "رابط عام",
|
|
||||||
"input_savePassword": "حفظ كلمة السر",
|
|
||||||
"input_url": "الرابط",
|
|
||||||
"input_username": "أسم المستخدم",
|
|
||||||
"success": "تمت إضافة الخادم بنجاح",
|
|
||||||
"title": "إضافة خادم",
|
|
||||||
"input_preferInstantMix": "تفضيل الميكس الفوري",
|
|
||||||
"input_preferInstantMixDescription": "استخدم الميكس الفوري فقط للحصول على أغاني مشابهة. مفيد إذا كان لديك إضافات تعدّل هذا السلوك",
|
|
||||||
"input_remoteUrlPlaceholder": "اختياري: عنوان URL عام للميزات الخارجية"
|
|
||||||
},
|
|
||||||
"largeFetchConfirmation": {
|
|
||||||
"title": "أضف العناصر إلى قائمة التشغيل",
|
|
||||||
"description": "سيقوم هذا الإجراء بإضافة جميع العناصر في العرض المفلتر الحالي"
|
|
||||||
},
|
|
||||||
"addToPlaylist": {
|
|
||||||
"input_skipDuplicates": "تخطي العناصر المكررة",
|
|
||||||
"title": "أضف إلى $t(entity.playlist, {\"count\": 1})",
|
|
||||||
"create": "إنشاء $t(entity.playlist, {\"count\": 1}) {{playlist}}"
|
|
||||||
},
|
|
||||||
"createPlaylist": {
|
|
||||||
"input_public": "عام"
|
|
||||||
},
|
|
||||||
"createRadioStation": {
|
|
||||||
"input_homepageUrl": "رابط الرئيسية",
|
|
||||||
"input_name": "الأسم",
|
|
||||||
"input_streamUrl": "رابط البث",
|
|
||||||
"success": "تم إنشاء محطة راديو جديدة بنجاح",
|
|
||||||
"title": "إنشاء محطة راديو"
|
|
||||||
},
|
|
||||||
"editRadioStation": {
|
|
||||||
"success": "تم تحديث محطة الراديو بنجاح"
|
|
||||||
},
|
|
||||||
"deletePlaylist": {
|
|
||||||
"input_confirm": "أكتب أسم $t(entity.playlist, {\"count\": 1}) للتأكيد",
|
|
||||||
"success": "تم حذف $t(entity.playlist, {\"count\": 1}) بنجاح",
|
|
||||||
"title": "حذف $t(entity.playlist, {\"count\": 1})"
|
|
||||||
},
|
|
||||||
"editPlaylist": {
|
|
||||||
"success": "تم تحديث $t(entity.playlist, {\"count\": 1}) بنجاح",
|
|
||||||
"title": "تعديل $t(entity.playlist, {\"count\": 1})",
|
|
||||||
"publicJellyfinNote": "لسبب ما، لا يكشف Jellyfin عما إذا كانت قائمة التشغيل عامة أم لا. إذا كنت ترغب في إبقائها عامة، يرجى التأكد من تحديد الخيار التالي"
|
|
||||||
},
|
|
||||||
"lyricsExport": {
|
|
||||||
"export": "تصدير الكلمات",
|
|
||||||
"input_synced": "تصدير الكلمات المتزامنة"
|
|
||||||
},
|
|
||||||
"lyricSearch": {
|
|
||||||
"title": "البحث بالكلمات"
|
|
||||||
},
|
|
||||||
"queryEditor": {
|
|
||||||
"input_optionMatchAll": "تطابق الجميع",
|
|
||||||
"input_optionMatchAny": "تطابق أي",
|
|
||||||
"title": "محرر الاستعلامات",
|
|
||||||
"addRuleGroup": "إضافة مجموعة قواعد",
|
|
||||||
"removeRuleGroup": "إزالة مجموعة قواعد",
|
|
||||||
"resetToDefault": "استعادة الإعدادات الافتراضية"
|
|
||||||
},
|
|
||||||
"shareItem": {
|
|
||||||
"allowDownloading": "السماح بالتحميل",
|
|
||||||
"description": "الوصف"
|
|
||||||
},
|
|
||||||
"shuffleAll": {
|
|
||||||
"title": "تشغيل عشوائي",
|
|
||||||
"input_kind_albums": "ألبومات",
|
|
||||||
"input_kind_songs": "أغاني",
|
|
||||||
"input_kind": "إختيارات عشوائية",
|
|
||||||
"input_minYear": "من سنة",
|
|
||||||
"input_maxYear": "إلى سنة"
|
|
||||||
},
|
|
||||||
"updateServer": {
|
|
||||||
"success": "تم تحديث الخادم بنجاح",
|
|
||||||
"title": "تحديث الخادم"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"page": {
|
|
||||||
"albumArtistDetail": {
|
|
||||||
"favoriteSongs": "الأغاني المفضلة"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -827,6 +827,7 @@
|
|||||||
"notify_description": "Mostra notificacions quan la cançó actual canviï",
|
"notify_description": "Mostra notificacions quan la cançó actual canviï",
|
||||||
"transcode": "Activa la transcodificació",
|
"transcode": "Activa la transcodificació",
|
||||||
"autoDJ": "DJ automàtic",
|
"autoDJ": "DJ automàtic",
|
||||||
|
"autoDJ_description": "Afegeix cançons similars a la cua automàticament",
|
||||||
"autoDJ_itemCount": "Número d'elements",
|
"autoDJ_itemCount": "Número d'elements",
|
||||||
"autoDJ_itemCount_description": "El nombre d'elements que s'intenten afegir a la cua quan el DJ automàtic està activat",
|
"autoDJ_itemCount_description": "El nombre d'elements que s'intenten afegir a la cua quan el DJ automàtic està activat",
|
||||||
"autoDJ_timing": "Temps",
|
"autoDJ_timing": "Temps",
|
||||||
|
|||||||
@@ -234,7 +234,7 @@
|
|||||||
"customCssEnable": "Povolit vlastní CSS",
|
"customCssEnable": "Povolit vlastní CSS",
|
||||||
"customCssEnable_description": "Umožnit psaní vlastního CSS",
|
"customCssEnable_description": "Umožnit psaní vlastního CSS",
|
||||||
"customCssNotice": "Varování: i když provádíme určitou sanitizaci (zakázáním URL() a content:), může používání CSS stále představovat riziko změnami rozhraní",
|
"customCssNotice": "Varování: i když provádíme určitou sanitizaci (zakázáním URL() a content:), může používání CSS stále představovat riziko změnami rozhraní",
|
||||||
"customCss_description": "Vlastní CSS obsah. Upozornění: vlastnosti content a vzdálené URL jsou zakázané. Níže je zobrazen náhled vašeho obsahu. Další pole, která jste nenastavili, jsou přítomna z důvodu sanitizace. Počítačový Feishin čte a zapisuje soubor custom.css do konfiguračního adresáře aplikace a znovu jej načte po jeho změně",
|
"customCss_description": "Vlastní CSS obsah. Upozornění: vlastnosti content a vzdálené URL jsou zakázané. Níže je zobrazen náhled vašeho obsahu. Další pole, která jste nenastavili, jsou přítomna z důvodu sanitizace",
|
||||||
"customCss": "Vlastní css",
|
"customCss": "Vlastní css",
|
||||||
"webAudio": "Použít webový zvuk",
|
"webAudio": "Použít webový zvuk",
|
||||||
"webAudio_description": "Použít webový zvuk. Tím povolíte pokročilé funkce jako ReplayGain. Zakažte, pokud se objeví problémy",
|
"webAudio_description": "Použít webový zvuk. Tím povolíte pokročilé funkce jako ReplayGain. Zakažte, pokud se objeví problémy",
|
||||||
@@ -344,8 +344,9 @@
|
|||||||
"playerFilters_description": "Vynechat skladby z přidání do fronty na základě následujících kritérií",
|
"playerFilters_description": "Vynechat skladby z přidání do fronty na základě následujících kritérií",
|
||||||
"playerbarSlider_description": "Vlnová křivka není doporučena, pokud se nacházíte na pomalém nebo měřeném internetovém připojení",
|
"playerbarSlider_description": "Vlnová křivka není doporučena, pokud se nacházíte na pomalém nebo měřeném internetovém připojení",
|
||||||
"autoDJ": "Automatický DJ",
|
"autoDJ": "Automatický DJ",
|
||||||
|
"autoDJ_description": "Automaticky přidávat podobné skladby do fronty",
|
||||||
"autoDJ_itemCount": "Počet položek",
|
"autoDJ_itemCount": "Počet položek",
|
||||||
"autoDJ_itemCount_description": "Počet položek, které se pokusíme přidat do fronty",
|
"autoDJ_itemCount_description": "Počet položek, které se pokusíme přidat do fronty po povolení automatického DJ",
|
||||||
"autoDJ_timing": "Časování",
|
"autoDJ_timing": "Časování",
|
||||||
"autoDJ_timing_description": "Počet skladeb zbývajících ve frontě před spuštěním automatického DJ",
|
"autoDJ_timing_description": "Počet skladeb zbývajících ve frontě před spuštěním automatického DJ",
|
||||||
"logLevel": "Úroveň protokolu",
|
"logLevel": "Úroveň protokolu",
|
||||||
@@ -447,16 +448,7 @@
|
|||||||
"sidebarPlaylistMode_description": "Jak je každý seznam skladeb zobrazen v seznamu v postranní liště",
|
"sidebarPlaylistMode_description": "Jak je každý seznam skladeb zobrazen v seznamu v postranní liště",
|
||||||
"sidebarPlaylistMode": "Režim seznamů skladeb v postranní liště",
|
"sidebarPlaylistMode": "Režim seznamů skladeb v postranní liště",
|
||||||
"sidebarPlaylistMode_optionCompact": "Kompaktní",
|
"sidebarPlaylistMode_optionCompact": "Kompaktní",
|
||||||
"sidebarPlaylistMode_optionExpanded": "Rozšířený",
|
"sidebarPlaylistMode_optionExpanded": "Rozšířený"
|
||||||
"autoDJ_mode": "Režim",
|
|
||||||
"autoDJ_mode_albums": "Alba",
|
|
||||||
"autoDJ_mode_description": "Vyberte, zda do fronty přidávat skladby nebo celá alba",
|
|
||||||
"autoDJ_mode_songs": "Skladby",
|
|
||||||
"autoDJ_enabled": "Povolit automatického DJ",
|
|
||||||
"autoDJ_albumStrategy": "Režim výběru alb",
|
|
||||||
"autoDJ_songStrategy": "Režim výběru skladeb",
|
|
||||||
"autoDJ_strategy_option_library_random": "Náhodně",
|
|
||||||
"autoDJ_strategy_option_similar": "Podobné"
|
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"editPlaylist": "Upravit $t(entity.playlist, {\"count\": 1})",
|
"editPlaylist": "Upravit $t(entity.playlist, {\"count\": 1})",
|
||||||
@@ -632,8 +624,7 @@
|
|||||||
"newVersionAvailable": "Je dostupná nová verze",
|
"newVersionAvailable": "Je dostupná nová verze",
|
||||||
"numberOfResults": "{{numberOfResults}} výsledků",
|
"numberOfResults": "{{numberOfResults}} výsledků",
|
||||||
"grouping": "Seskupování",
|
"grouping": "Seskupování",
|
||||||
"back": "Zpět",
|
"back": "Zpět"
|
||||||
"openFolder": "Otevřít složku"
|
|
||||||
},
|
},
|
||||||
"table": {
|
"table": {
|
||||||
"config": {
|
"config": {
|
||||||
@@ -1132,12 +1123,7 @@
|
|||||||
"input_played": "Přehrát filtr",
|
"input_played": "Přehrát filtr",
|
||||||
"input_played_optionAll": "Všechny skladby",
|
"input_played_optionAll": "Všechny skladby",
|
||||||
"input_played_optionUnplayed": "Pouze nepřehrané skladby",
|
"input_played_optionUnplayed": "Pouze nepřehrané skladby",
|
||||||
"input_played_optionPlayed": "Pouze přehrané skladby",
|
"input_played_optionPlayed": "Pouze přehrané skladby"
|
||||||
"input_kind_albums": "Alba",
|
|
||||||
"input_kind_songs": "Skladby",
|
|
||||||
"input_kind": "Náhodný výběr",
|
|
||||||
"input_limit_albums": "Kolik alb?",
|
|
||||||
"input_limit_songs": "Kolik skladeb?"
|
|
||||||
},
|
},
|
||||||
"saveQueue": {
|
"saveQueue": {
|
||||||
"success": "Fronta přehrávání uložena na server"
|
"success": "Fronta přehrávání uložena na server"
|
||||||
|
|||||||
@@ -695,6 +695,7 @@
|
|||||||
},
|
},
|
||||||
"setting": {
|
"setting": {
|
||||||
"autoDJ": "Auto-DJ",
|
"autoDJ": "Auto-DJ",
|
||||||
|
"autoDJ_description": "Tilføj automatisk lignende sange til køen",
|
||||||
"autoDJ_itemCount": "Antal elementer",
|
"autoDJ_itemCount": "Antal elementer",
|
||||||
"autoDJ_itemCount_description": "Antallet af elementer der forsøges tilføjet til køen, når auto-DJ er aktiveret",
|
"autoDJ_itemCount_description": "Antallet af elementer der forsøges tilføjet til køen, når auto-DJ er aktiveret",
|
||||||
"autoDJ_timing": "Tidspunkt",
|
"autoDJ_timing": "Tidspunkt",
|
||||||
|
|||||||
+50
-59
@@ -13,7 +13,7 @@
|
|||||||
"removeFromPlaylist": "Aus $t(entity.playlist, {\"count\": 1}) entfernen",
|
"removeFromPlaylist": "Aus $t(entity.playlist, {\"count\": 1}) entfernen",
|
||||||
"viewPlaylists": "$t(entity.playlist, {\"count\": 2}) anzeigen",
|
"viewPlaylists": "$t(entity.playlist, {\"count\": 2}) anzeigen",
|
||||||
"refresh": "$t(common.refresh)",
|
"refresh": "$t(common.refresh)",
|
||||||
"removeFromQueue": "Aus Wiedergabeliste entfernen",
|
"removeFromQueue": "Aus wiedergabeliste entfernen",
|
||||||
"setRating": "Bewertung setzen",
|
"setRating": "Bewertung setzen",
|
||||||
"toggleSmartPlaylistEditor": "Editor für $t(entity.smartPlaylist) ein-/ausblenden",
|
"toggleSmartPlaylistEditor": "Editor für $t(entity.smartPlaylist) ein-/ausblenden",
|
||||||
"removeFromFavorites": "Aus $t(entity.favorite, {\"count\": 2}) entfernen",
|
"removeFromFavorites": "Aus $t(entity.favorite, {\"count\": 2}) entfernen",
|
||||||
@@ -41,14 +41,14 @@
|
|||||||
"selectRangeOfItems": "Wählen sie eine reihe von elementen",
|
"selectRangeOfItems": "Wählen sie eine reihe von elementen",
|
||||||
"holdToMoveToTop": "Halten um nach oben zu bewegen",
|
"holdToMoveToTop": "Halten um nach oben zu bewegen",
|
||||||
"holdToMoveToBottom": "Halten um nach unten zu bewegen",
|
"holdToMoveToBottom": "Halten um nach unten zu bewegen",
|
||||||
"goToCurrent": "Zu aktuellem Eintrag wechseln",
|
"goToCurrent": "Zu aktuellem eintrag wechseln",
|
||||||
"collapseAllFolders": "Alle Ordner einklappen",
|
"collapseAllFolders": "Alle Ordner einklappen",
|
||||||
"expandAllFolders": "Alle Ordner ausklappen"
|
"expandAllFolders": "Alle Ordner ausklappen"
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"backward": "Zurück",
|
"backward": "Zurück",
|
||||||
"increase": "Erhöhen",
|
"increase": "Erhöhen",
|
||||||
"rating": "Bewertung",
|
"rating": "Wertung",
|
||||||
"bpm": "Bpm",
|
"bpm": "Bpm",
|
||||||
"refresh": "Aktualisieren",
|
"refresh": "Aktualisieren",
|
||||||
"unknown": "Unbekannt",
|
"unknown": "Unbekannt",
|
||||||
@@ -167,10 +167,9 @@
|
|||||||
"rename": "Umbenennen",
|
"rename": "Umbenennen",
|
||||||
"filter_single": "Einzeln",
|
"filter_single": "Einzeln",
|
||||||
"filter_multiple": "Mehrfach",
|
"filter_multiple": "Mehrfach",
|
||||||
"retry": "Erneut versuchen",
|
"retry": "Wiederholen",
|
||||||
"newVersionAvailable": "Eine neue version ist verfügbar",
|
"newVersionAvailable": "Eine neue version ist verfügbar",
|
||||||
"numberOfResults": "{{numberOfResults}} ergebnisse",
|
"numberOfResults": "{{numberOfResults}} ergebnisse"
|
||||||
"openFolder": "Verzeichnis öffnen"
|
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"remotePortWarning": "Starten Sie den Server neu, um den neuen Port anzuwenden",
|
"remotePortWarning": "Starten Sie den Server neu, um den neuen Port anzuwenden",
|
||||||
@@ -180,7 +179,7 @@
|
|||||||
"remotePortError": "Beim Versuch, den Remote-Server-Port festzulegen, ist ein Fehler aufgetreten",
|
"remotePortError": "Beim Versuch, den Remote-Server-Port festzulegen, ist ein Fehler aufgetreten",
|
||||||
"serverRequired": "Server benötigt",
|
"serverRequired": "Server benötigt",
|
||||||
"authenticationFailed": "Authentifizierung fehlgeschlagen",
|
"authenticationFailed": "Authentifizierung fehlgeschlagen",
|
||||||
"apiRouteError": "Anfrage kann nicht weitergeleitet werden",
|
"apiRouteError": "Anforderung kann nicht weitergeleitet werden",
|
||||||
"genericError": "Ein Fehler ist aufgetreten",
|
"genericError": "Ein Fehler ist aufgetreten",
|
||||||
"credentialsRequired": "Anmeldeinformationen erforderlich",
|
"credentialsRequired": "Anmeldeinformationen erforderlich",
|
||||||
"sessionExpiredError": "Deine Sitzung ist abgelaufen",
|
"sessionExpiredError": "Deine Sitzung ist abgelaufen",
|
||||||
@@ -192,13 +191,13 @@
|
|||||||
"audioDeviceFetchError": "Beim Versuch, Audiogeräte abzurufen, ist ein Fehler aufgetreten",
|
"audioDeviceFetchError": "Beim Versuch, Audiogeräte abzurufen, ist ein Fehler aufgetreten",
|
||||||
"invalidServer": "Ungültiger Server",
|
"invalidServer": "Ungültiger Server",
|
||||||
"loginRateError": "Zu viele Anmeldeversuche, bitte versuche es in einigen Sekunden erneut",
|
"loginRateError": "Zu viele Anmeldeversuche, bitte versuche es in einigen Sekunden erneut",
|
||||||
"badAlbum": "Sie sehen diese Seite, weil dieses Lied nicht Teil eines Albums ist. Dieses Problem tritt meist auf, wenn sich ein Lied im Überordner befindet. Jellyfin gruppiert Tracks nur, wenn diese sich innerhalb eines Verzeichnisses befinden",
|
"badAlbum": "Sie sehen diese Seite, weil dieses Lied nicht Teil eines Albums ist. Dieses Problem tritt meist auf, wenn sich ein Lied im Überordner befindet. Jellyfin gruppiert Tracks nur, wenn diese sich innerhalb eines Ordners befinden",
|
||||||
"networkError": "Ein Netzwerkfehler ist aufgetreten",
|
"networkError": "Ein Netzwerkfehler ist aufgetreten",
|
||||||
"openError": "Datei kann nicht geöffnet werden",
|
"openError": "Datei kann nicht geöffnet werden",
|
||||||
"badValue": "Ungültige option \"{{value}}\". Dieser Wert existiert nicht mehr",
|
"badValue": "Ungültige option \"{{value}}\". Dieser Wert existiert nicht mehr",
|
||||||
"notificationDenied": "Berechtigungen über Benachrichtigungen wurden verweigert. Diese Einstellung hat keinen Effekt",
|
"notificationDenied": "Berechtigungen über Benachrichtigungen wurden verweigert. Diese Einstellung hat keinen Effekt",
|
||||||
"saveQueueFailed": "Wiedergabeliste konnte nicht gespeichert werden",
|
"saveQueueFailed": "Wiedergabeliste konnte nicht gespeichert werden",
|
||||||
"multipleServerSaveQueueError": "Die Wiedergabeliste enthält einen oder mehrere Titel, die nicht vom aktuellen Server stammen. Dies wird nicht unterstützt",
|
"multipleServerSaveQueueError": "Die Wiedergabeliste enthält einen oder mehrere Titel, die nicht vom aktuellen Server stammen. dies wird nicht unterstützt",
|
||||||
"noNetwork": "Server nicht verfügbar",
|
"noNetwork": "Server nicht verfügbar",
|
||||||
"noNetworkDescription": "Verbindung zum Server konnte nicht hergestellt werden",
|
"noNetworkDescription": "Verbindung zum Server konnte nicht hergestellt werden",
|
||||||
"invalidJson": "JSON ungültig",
|
"invalidJson": "JSON ungültig",
|
||||||
@@ -221,7 +220,7 @@
|
|||||||
"recentlyAdded": "Kürzlich hinzugefügt",
|
"recentlyAdded": "Kürzlich hinzugefügt",
|
||||||
"note": "Hinweis",
|
"note": "Hinweis",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"dateAdded": "Hinzugefügt am",
|
"dateAdded": "Datum hinzugefügt",
|
||||||
"releaseDate": "Veröffentlichungsdatum",
|
"releaseDate": "Veröffentlichungsdatum",
|
||||||
"albumCount": "$t(entity.album, {\"count\": 2}) anzahl",
|
"albumCount": "$t(entity.album, {\"count\": 2}) anzahl",
|
||||||
"communityRating": "Community-wertung",
|
"communityRating": "Community-wertung",
|
||||||
@@ -251,8 +250,7 @@
|
|||||||
"artist": "$t(entity.artist, {\"count\": 1})",
|
"artist": "$t(entity.artist, {\"count\": 1})",
|
||||||
"explicitStatus": "$t(common.explicitStatus)",
|
"explicitStatus": "$t(common.explicitStatus)",
|
||||||
"matchAnd": "Und",
|
"matchAnd": "Und",
|
||||||
"matchOr": "Oder",
|
"matchOr": "Oder"
|
||||||
"sortName": "Sortierungsname"
|
|
||||||
},
|
},
|
||||||
"form": {
|
"form": {
|
||||||
"deletePlaylist": {
|
"deletePlaylist": {
|
||||||
@@ -310,7 +308,7 @@
|
|||||||
"editPlaylist": {
|
"editPlaylist": {
|
||||||
"title": "Bearbeite $t(entity.playlist, {\"count\": 1})",
|
"title": "Bearbeite $t(entity.playlist, {\"count\": 1})",
|
||||||
"success": "$t(entity.playlist, {\"count\": 1}) erfolgreich aktualisiert",
|
"success": "$t(entity.playlist, {\"count\": 1}) erfolgreich aktualisiert",
|
||||||
"publicJellyfinNote": "Jellyfin legt aus irgendwelchen Gründen nicht offen, ob eine Wiedergabeliste öffentlich ist oder nicht. Wenn du möchtest, dass sie öffentlich bleibt, wähle bitte diese Option aus"
|
"publicJellyfinNote": "Jellyfin legt aus irgendwelchen Gründen nicht offen ob eine Wiedergabeliste öffentlich ist oder nicht. Wenn du möchtest, dass sie öffentlich bleibt, wähle bitte diese Option aus"
|
||||||
},
|
},
|
||||||
"lyricSearch": {
|
"lyricSearch": {
|
||||||
"title": "Songtext suche",
|
"title": "Songtext suche",
|
||||||
@@ -328,12 +326,12 @@
|
|||||||
"successMustClick": "Freigabe erfolgreich erstellt. Hier klicken um diese zu öffnen"
|
"successMustClick": "Freigabe erfolgreich erstellt. Hier klicken um diese zu öffnen"
|
||||||
},
|
},
|
||||||
"privateMode": {
|
"privateMode": {
|
||||||
"enabled": "Privater Modus aktiviert, Wiedergabe-Status wird externen Quellen nicht preisgegeben",
|
"enabled": "Privatmodus aktiviert, Wiedergabe-Status wird externen Quellen nicht preisgegeben",
|
||||||
"disabled": "Privater Modus deaktiviert, Wiedergabe-Status wird externen Quellen preisgegeben",
|
"disabled": "Privatmodus deaktiviert, Wiedergabe-Status wird externen Quellen preisgegeben",
|
||||||
"title": "Privater Modus"
|
"title": "Privatmodus"
|
||||||
},
|
},
|
||||||
"largeFetchConfirmation": {
|
"largeFetchConfirmation": {
|
||||||
"title": "Elemente der Wiedergabeliste hinzufügen",
|
"title": "Elemente der wiedergabeliste hinzufügen",
|
||||||
"description": "Diese Aktion fügt alle Elemente in der aktuell gefilterten Ansicht hinzu"
|
"description": "Diese Aktion fügt alle Elemente in der aktuell gefilterten Ansicht hinzu"
|
||||||
},
|
},
|
||||||
"shuffleAll": {
|
"shuffleAll": {
|
||||||
@@ -348,7 +346,7 @@
|
|||||||
"input_played": "Wiedergabefilter"
|
"input_played": "Wiedergabefilter"
|
||||||
},
|
},
|
||||||
"saveQueue": {
|
"saveQueue": {
|
||||||
"success": "Wiedergabeliste auf Server gespeichert"
|
"success": "Wiedergabeliste auf server gespeichert"
|
||||||
},
|
},
|
||||||
"createRadioStation": {
|
"createRadioStation": {
|
||||||
"success": "Radiosender erfolgreich erstellt",
|
"success": "Radiosender erfolgreich erstellt",
|
||||||
@@ -359,7 +357,7 @@
|
|||||||
},
|
},
|
||||||
"lyricsExport": {
|
"lyricsExport": {
|
||||||
"input_offset": "$t(setting.lyricOffset)",
|
"input_offset": "$t(setting.lyricOffset)",
|
||||||
"export": "Liedtext exportieren",
|
"export": "Songtexte exportieren",
|
||||||
"input_synced": "Synchronisierte songtexte exportieren"
|
"input_synced": "Synchronisierte songtexte exportieren"
|
||||||
},
|
},
|
||||||
"editRadioStation": {
|
"editRadioStation": {
|
||||||
@@ -369,14 +367,14 @@
|
|||||||
"entity": {
|
"entity": {
|
||||||
"genre_one": "Genre",
|
"genre_one": "Genre",
|
||||||
"genre_other": "Genres",
|
"genre_other": "Genres",
|
||||||
"playlistWithCount_one": "{{count}} Wiedergabeliste",
|
"playlistWithCount_one": "{{count}} wiedergabeliste",
|
||||||
"playlistWithCount_other": "{{count}} Wiedergabelisten",
|
"playlistWithCount_other": "{{count}} wiedergabelisten",
|
||||||
"playlist_one": "Wiedergabeliste",
|
"playlist_one": "Wiedergabeliste",
|
||||||
"playlist_other": "Wiedergabelisten",
|
"playlist_other": "Wiedergabelisten",
|
||||||
"artist_one": "Interpret",
|
"artist_one": "Interpret",
|
||||||
"artist_other": "Interpreten",
|
"artist_other": "Interpreten",
|
||||||
"folderWithCount_one": "{{count}} Verzeichnis",
|
"folderWithCount_one": "{{count}} verzeichnis",
|
||||||
"folderWithCount_other": "{{count}} Verzeichnisse",
|
"folderWithCount_other": "{{count}} verzeichnisse",
|
||||||
"albumArtist_one": "Albuminterpret",
|
"albumArtist_one": "Albuminterpret",
|
||||||
"albumArtist_other": "Albuminterpreten",
|
"albumArtist_other": "Albuminterpreten",
|
||||||
"track_one": "Track",
|
"track_one": "Track",
|
||||||
@@ -543,19 +541,19 @@
|
|||||||
"selectServer": "Server auswählen",
|
"selectServer": "Server auswählen",
|
||||||
"version": "Version {{version}}",
|
"version": "Version {{version}}",
|
||||||
"manageServers": "Server verwalten",
|
"manageServers": "Server verwalten",
|
||||||
"expandSidebar": "Seitenleiste ausklappen",
|
"expandSidebar": "Seitenleiste erweitern",
|
||||||
"collapseSidebar": "Seitenleiste einklappen",
|
"collapseSidebar": "Seitenleiste einklappen",
|
||||||
"openBrowserDevtools": "Browser-entwicklungswerkzeuge öffnen",
|
"openBrowserDevtools": "Browser-entwicklungswerkzeuge öffnen",
|
||||||
"goBack": "Gehe zurück",
|
"goBack": "Gehe zurück",
|
||||||
"goForward": "Gehe vorwärts",
|
"goForward": "Gehe vorwärts",
|
||||||
"settings": "$t(common.setting, {\"count\": 2})",
|
"settings": "$t(common.setting, {\"count\": 2})",
|
||||||
"quit": "$t(common.quit)",
|
"quit": "$t(common.quit)",
|
||||||
"privateModeOff": "Privaten Modus deaktivieren",
|
"privateModeOff": "Privatmodus deaktivieren",
|
||||||
"privateModeOn": "Privaten Modus aktivieren",
|
"privateModeOn": "Privatmodus aktivieren",
|
||||||
"commandPalette": "Kommandopalette öffnen",
|
"commandPalette": "Kommandopalette öffnen",
|
||||||
"selectMusicFolder": "Musikverzeichnis wählen",
|
"selectMusicFolder": "Musikordner wählen",
|
||||||
"noMusicFolder": "Kein Musikverzeichnis gewählt",
|
"noMusicFolder": "Kein musikordner gewählt",
|
||||||
"multipleMusicFolders": "{{count}} Musikverzeichnis ausgewählt"
|
"multipleMusicFolders": "{{count}} musikordner ausgewählt"
|
||||||
},
|
},
|
||||||
"home": {
|
"home": {
|
||||||
"mostPlayed": "Meistgespielt",
|
"mostPlayed": "Meistgespielt",
|
||||||
@@ -682,9 +680,9 @@
|
|||||||
"topSongs": "Toplieder",
|
"topSongs": "Toplieder",
|
||||||
"relatedArtists": "Ähnliche $t(entity.artist, {\"count\": 2})",
|
"relatedArtists": "Ähnliche $t(entity.artist, {\"count\": 2})",
|
||||||
"groupingTypeAll": "Alle veröffentlichungsformate",
|
"groupingTypeAll": "Alle veröffentlichungsformate",
|
||||||
"groupingTypePrimary": "Primäre Veröffentlichungsformate",
|
"groupingTypePrimary": "Primäre veröffentlichungsformate",
|
||||||
"favoriteSongs": "Lieblingslieder",
|
"favoriteSongs": "Lieblingssongs",
|
||||||
"favoriteSongsFrom": "Liebslingslieder von {{title}}",
|
"favoriteSongsFrom": "Liebslingssongs von {{title}}",
|
||||||
"topSongsCommunity": "Community",
|
"topSongsCommunity": "Community",
|
||||||
"topSongsPersonal": "Persönlich"
|
"topSongsPersonal": "Persönlich"
|
||||||
},
|
},
|
||||||
@@ -715,7 +713,7 @@
|
|||||||
},
|
},
|
||||||
"windowBar": {
|
"windowBar": {
|
||||||
"paused": "(Pausiert) ",
|
"paused": "(Pausiert) ",
|
||||||
"privateMode": "(Privater Modus)"
|
"privateMode": "(Privater modus)"
|
||||||
},
|
},
|
||||||
"collections": {
|
"collections": {
|
||||||
"saveAsCollection": "Als sammlung speichern",
|
"saveAsCollection": "Als sammlung speichern",
|
||||||
@@ -762,8 +760,8 @@
|
|||||||
"addLastShuffled": "Als Letztes (zufällige Wiedergabe)",
|
"addLastShuffled": "Als Letztes (zufällige Wiedergabe)",
|
||||||
"addNextShuffled": "Als Nächstes (zufällige Wiedergabe)",
|
"addNextShuffled": "Als Nächstes (zufällige Wiedergabe)",
|
||||||
"holdToShuffle": "Halten für zufallswiedergabe",
|
"holdToShuffle": "Halten für zufallswiedergabe",
|
||||||
"restoreQueueFromServer": "Wiedergabeliste von Server wiederherstellen",
|
"restoreQueueFromServer": "Wiedergabeliste von server wiederherstellen",
|
||||||
"saveQueueToServer": "Wiedergabeliste auf Server speichern",
|
"saveQueueToServer": "Wiedergabeliste auf server speichern",
|
||||||
"lyrics": "Songtexte",
|
"lyrics": "Songtexte",
|
||||||
"artistRadio": "Künstler radio",
|
"artistRadio": "Künstler radio",
|
||||||
"sleepTimer_endOfSong": "Ende des aktuellen liedes",
|
"sleepTimer_endOfSong": "Ende des aktuellen liedes",
|
||||||
@@ -901,13 +899,13 @@
|
|||||||
"sidebarPlaylistSorting": "Wiedergabelisten-sortierung in der seitenleiste",
|
"sidebarPlaylistSorting": "Wiedergabelisten-sortierung in der seitenleiste",
|
||||||
"minimizeToTray": "Zur taskleiste minimieren",
|
"minimizeToTray": "Zur taskleiste minimieren",
|
||||||
"skipPlaylistPage": "Wiedergabeliste-seite überspringen",
|
"skipPlaylistPage": "Wiedergabeliste-seite überspringen",
|
||||||
"themeDark": "Design (dunkel)",
|
"themeDark": "Erscheinungsbild (dunkel)",
|
||||||
"sidebarCollapsedNavigation": "Navigation in der seitenleiste (komprimiert)",
|
"sidebarCollapsedNavigation": "Navigation in der seitenleiste (komprimiert)",
|
||||||
"gaplessAudio_optionWeak": "Schwach (empfohlen)",
|
"gaplessAudio_optionWeak": "Schwach (empfohlen)",
|
||||||
"minimumScrobbleSeconds": "Minimum scrobble-dauer (sekunden)",
|
"minimumScrobbleSeconds": "Minimum scrobble-dauer (sekunden)",
|
||||||
"hotkey_playbackStop": "Stoppen",
|
"hotkey_playbackStop": "Stoppen",
|
||||||
"savePlayQueue_description": "Speichert die Wiedergabeliste beim Schließen der Anwendung, und stellt diese wieder her, wenn die Anwendung geöffnet wird",
|
"savePlayQueue_description": "Speichert die Wiedergabeliste beim Schließen der Anwendung, und stellt diese wieder her, wenn die Anwendung geöffnet wird",
|
||||||
"useSystemTheme": "Nach Erscheinungsbild des Systems richten",
|
"useSystemTheme": "Nach erscheinungsbild des systems richten",
|
||||||
"enableRemote_description": "Aktiviert den Server für die Fernsteuerung, damit andere Geräte die Anwendung steuern können",
|
"enableRemote_description": "Aktiviert den Server für die Fernsteuerung, damit andere Geräte die Anwendung steuern können",
|
||||||
"fontType_optionSystem": "System schriftart",
|
"fontType_optionSystem": "System schriftart",
|
||||||
"discordUpdateInterval": "{{discord}} rich presence aktualisierungsintervall",
|
"discordUpdateInterval": "{{discord}} rich presence aktualisierungsintervall",
|
||||||
@@ -923,7 +921,7 @@
|
|||||||
"fontType": "Schriftartenquelle",
|
"fontType": "Schriftartenquelle",
|
||||||
"followLyric": "Aktuellen songtext synchronisieren",
|
"followLyric": "Aktuellen songtext synchronisieren",
|
||||||
"font_description": "Wähle die Schriftart für die Anwendung",
|
"font_description": "Wähle die Schriftart für die Anwendung",
|
||||||
"themeLight": "Design (hell)",
|
"themeLight": "Erscheinungsbild (hell)",
|
||||||
"sidePlayQueueStyle_optionDetached": "Lösgelöst",
|
"sidePlayQueueStyle_optionDetached": "Lösgelöst",
|
||||||
"windowBarStyle_description": "Legt das Erscheinungsbild des Fensterrahmens fest",
|
"windowBarStyle_description": "Legt das Erscheinungsbild des Fensterrahmens fest",
|
||||||
"hotkey_toggleCurrentSongFavorite": "$t(common.currentSong) zu favoriten hinzufügen",
|
"hotkey_toggleCurrentSongFavorite": "$t(common.currentSong) zu favoriten hinzufügen",
|
||||||
@@ -951,7 +949,7 @@
|
|||||||
"albumBackgroundBlur_description": "Passt die Stärke der Unschärfe an, welche auf das Hintergrundbild des Albums angewandt wird",
|
"albumBackgroundBlur_description": "Passt die Stärke der Unschärfe an, welche auf das Hintergrundbild des Albums angewandt wird",
|
||||||
"clearCacheSuccess": "Cache erfolgreich geleert",
|
"clearCacheSuccess": "Cache erfolgreich geleert",
|
||||||
"contextMenu": "Kontextmenü-einstellungen (rechtsklick)",
|
"contextMenu": "Kontextmenü-einstellungen (rechtsklick)",
|
||||||
"customCssEnable_description": "Erlaubt das Hinzufügen von benutzerdefiniertem CSS",
|
"customCssEnable_description": "Erlaubt das hinzufügen von benutzerdefiniertem CSS",
|
||||||
"artistBackground": "Künstler hintergrundbild",
|
"artistBackground": "Künstler hintergrundbild",
|
||||||
"artistBackground_description": "Fügt ein Hintergrundbild für die Künstlerseite hinzu",
|
"artistBackground_description": "Fügt ein Hintergrundbild für die Künstlerseite hinzu",
|
||||||
"artistConfiguration": "Künstler albumseite konfiguration",
|
"artistConfiguration": "Künstler albumseite konfiguration",
|
||||||
@@ -979,10 +977,11 @@
|
|||||||
"logLevel_optionError": "Fehler",
|
"logLevel_optionError": "Fehler",
|
||||||
"logLevel_optionInfo": "Info",
|
"logLevel_optionInfo": "Info",
|
||||||
"logLevel_optionWarn": "Warnung",
|
"logLevel_optionWarn": "Warnung",
|
||||||
|
"autoDJ_description": "Füge automatisch ähnliche Lieder der Wiedergabeliste hinzu",
|
||||||
"autoDJ": "Auto DJ",
|
"autoDJ": "Auto DJ",
|
||||||
"autoDJ_itemCount": "Anzahl",
|
"autoDJ_itemCount": "Anzahl",
|
||||||
"autoDJ_itemCount_description": "Die Anzahl der Lieder, die zur Wiedergabeliste hinzugefügt werden soll",
|
"autoDJ_itemCount_description": "Die anzahl der lieder, die bei aktiviertem auto DJ zur wiedergabeliste hinzugefügt werden sollen",
|
||||||
"autoDJ_timing_description": "Die Anzahl der Lieder, die sich noch in der Wiedergabeliste befinden, bevor Auto-DJ ausgelöst wird",
|
"autoDJ_timing_description": "Die anzahl der lieder, die sich noch in der wiedergabeliste befinden, bevor auto DJ ausgelöst wird",
|
||||||
"autoDJ_timing": "Timing",
|
"autoDJ_timing": "Timing",
|
||||||
"discordDisplayType": "{{discord}} presence darstellungsart",
|
"discordDisplayType": "{{discord}} presence darstellungsart",
|
||||||
"discordLinkType_mbz_lastfm": "{{musicbrainz}} mit {{lastfm}} als ersatz",
|
"discordLinkType_mbz_lastfm": "{{musicbrainz}} mit {{lastfm}} als ersatz",
|
||||||
@@ -1023,7 +1022,7 @@
|
|||||||
"artistConfiguration_description": "Legt fest, welche Elemente auf der Albumkünstlerseite angezeigt werden und in welcher Reihenfolge",
|
"artistConfiguration_description": "Legt fest, welche Elemente auf der Albumkünstlerseite angezeigt werden und in welcher Reihenfolge",
|
||||||
"contextMenu_description": "Legt die Einträge fest, die im Rechtsklick-Menü angezeigt werden sollen. Abgewählte Einträge werden ausgeblendet",
|
"contextMenu_description": "Legt die Einträge fest, die im Rechtsklick-Menü angezeigt werden sollen. Abgewählte Einträge werden ausgeblendet",
|
||||||
"crossfadeStyle": "Art der überblende",
|
"crossfadeStyle": "Art der überblende",
|
||||||
"customCss_description": "Benutzerdefinierter CSS-Inhalt. Hinweis: Content und Remote URLs sind nicht zulässige Eigenschaften. Eine Vorschau deines Inhalts wird unten angezeigt. Aufgrund von Bereinigung werden womöglich zusätzliche, nicht von dir definierte Felder angezeigt. Desktop: Feishin liest und schreibt in eine custom.css Datei im App-Konfigurationsverzeichnis, und lädt diese neu, wenn sich die Datei ändert.",
|
"customCss_description": "Benutzerdefinierter CSS-inhalt. Hinweis: inhalte und remote-urls sind nicht zulässige eigenschaften. Unten siehst du eine vorschau deines inhalts. Aufgrund von bereinigung werden womöglich zusätzliche, nicht von dir definierte felder angezeigt",
|
||||||
"customCssNotice": "Warnung: obwohl eine gewisse bereinigung erfolgt (nicht zulässig sind z. B. \"URL()\" und \"content:\"), kann ein benutzerdefiniertes CSS risiken mit sich bringen, da die benutzeroberfläche dadurch verändert wird",
|
"customCssNotice": "Warnung: obwohl eine gewisse bereinigung erfolgt (nicht zulässig sind z. B. \"URL()\" und \"content:\"), kann ein benutzerdefiniertes CSS risiken mit sich bringen, da die benutzeroberfläche dadurch verändert wird",
|
||||||
"releaseChannel_optionBeta": "Beta",
|
"releaseChannel_optionBeta": "Beta",
|
||||||
"releaseChannel_optionLatest": "Stabil",
|
"releaseChannel_optionLatest": "Stabil",
|
||||||
@@ -1065,7 +1064,7 @@
|
|||||||
"automaticUpdates": "Automatische updates",
|
"automaticUpdates": "Automatische updates",
|
||||||
"automaticUpdates_description": "Updates automatisch suchen und installieren",
|
"automaticUpdates_description": "Updates automatisch suchen und installieren",
|
||||||
"releaseChannel_optionAlpha": "Alpha (nightly)",
|
"releaseChannel_optionAlpha": "Alpha (nightly)",
|
||||||
"useThemeAccentColor": "Standard Akzentfarbe übernehmen",
|
"useThemeAccentColor": "Akzentfarbe des themas nutzen",
|
||||||
"analyticsEnable_description": "Anonymisierte Nutzungsdaten werden an den Entwickler gesendet, um die Anwendung zu verbessern",
|
"analyticsEnable_description": "Anonymisierte Nutzungsdaten werden an den Entwickler gesendet, um die Anwendung zu verbessern",
|
||||||
"artistReleaseTypeConfiguration_description": "Konfigurieren, welche Release-Typen und in welcher Reihenfolge diese auf der Album-Künstlerseite angezeigt werden",
|
"artistReleaseTypeConfiguration_description": "Konfigurieren, welche Release-Typen und in welcher Reihenfolge diese auf der Album-Künstlerseite angezeigt werden",
|
||||||
"homeConfiguration_description": "Konfigurieren, welche Elemente und in welcher Reihenfolge diese auf der Startseite angezeigt werden",
|
"homeConfiguration_description": "Konfigurieren, welche Elemente und in welcher Reihenfolge diese auf der Startseite angezeigt werden",
|
||||||
@@ -1112,14 +1111,14 @@
|
|||||||
"queryBuilder": "Abfrage-editor",
|
"queryBuilder": "Abfrage-editor",
|
||||||
"queryBuilderCustomFields_inputLabel": "Label",
|
"queryBuilderCustomFields_inputLabel": "Label",
|
||||||
"queryBuilderCustomFields_description": "Füge benutzerdefinierte Felder für den Abfrage-Editor hinzu",
|
"queryBuilderCustomFields_description": "Füge benutzerdefinierte Felder für den Abfrage-Editor hinzu",
|
||||||
"autosave": "Automatisch aktuelle Wiedergabeliste speichern",
|
"autosave": "Automatisch aktuelle wiedergabeliste speichern",
|
||||||
"autosave_description": "Aktiviere die automatische Speicherung der aktuellen Wiedergabe auf dem Server. Diese Funktion ist nur bei Navidrome/Subsonic Servern verfügbar und es darf sich nicht um eine gemischte Wiedergabeliste handeln.",
|
"autosave_description": "Aktiviere die automatische speicherung der aktuellen wiedergabe auf dem server. Diese funktion ist nur bei Navidrome/Subsonic servern verfügbar und es darf sich nicht um eine gemischte wiedergabeliste handeln.",
|
||||||
"autosaveCount": "Häufigkeit der automatischen Speicherung bei Wiedergabelisten",
|
"autosaveCount": "Häufigkeit der automatischen speicherung bei wiedergabelisten",
|
||||||
"autosaveCount_description": "Wieviele Lieder gespielt werden, bevor die Wiedergabeliste gespeichert wird. 1 (Minimum) bedeutet die Speicherung nach jedem gespielten Lied",
|
"autosaveCount_description": "Wieviele Lieder gespielt werden, bevor die Wiedergabeliste gespeichert wird. 1 (Minimum) bedeutet die Speicherung nach jedem gespielten Lied",
|
||||||
"useThemeAccentColor_description": "Verwendet die primäre Farbe des gewählten Designs",
|
"useThemeAccentColor_description": "Verwendet die Primärfarbe des gewählten Themas anstatt einer ausgewählten Akzentfarbe",
|
||||||
"useThemePrimaryShade": "Standard Farbton übernehmen",
|
"useThemePrimaryShade": "Primärschatten des themas nutzen",
|
||||||
"useThemePrimaryShade_description": "Verwendet den primären Farbton des ausgewählten Designs für die Primärfarbvarianten",
|
"useThemePrimaryShade_description": "Verwendet den Primärschatten des ausgewählten Themas als primäre Farbvarianten",
|
||||||
"primaryShade": "Primärer Farbton",
|
"primaryShade": "Primärschatten",
|
||||||
"listenbrainz": "ListenBrainz Links anzeigen",
|
"listenbrainz": "ListenBrainz Links anzeigen",
|
||||||
"listenbrainz_description": "Zeige Links zu ListenBrainz auf den Interpreten/Alben Seiten",
|
"listenbrainz_description": "Zeige Links zu ListenBrainz auf den Interpreten/Alben Seiten",
|
||||||
"mpvExtraParameters": "Zusätzliche mpv parameter",
|
"mpvExtraParameters": "Zusätzliche mpv parameter",
|
||||||
@@ -1134,15 +1133,7 @@
|
|||||||
"nativeSpotify_description": "In der Spotify app statt im browser öffnen",
|
"nativeSpotify_description": "In der Spotify app statt im browser öffnen",
|
||||||
"imageResolution_optionFullScreenPlayer": "Wiedergabe im vollbildmodus",
|
"imageResolution_optionFullScreenPlayer": "Wiedergabe im vollbildmodus",
|
||||||
"sidePlayQueueLayout_optionHorizontal": "Horizontal",
|
"sidePlayQueueLayout_optionHorizontal": "Horizontal",
|
||||||
"sidePlayQueueLayout_optionVertical": "Vertikal",
|
"sidePlayQueueLayout_optionVertical": "Vertikal"
|
||||||
"sidebarPlaylistFolders": "Verzeichnisse aktivieren",
|
|
||||||
"sidebarPlaylistFolderSeparator": "Verzeichnistrennzeichen",
|
|
||||||
"sidebarPlaylistFolderView_description": "Wie Verzeichnisse in der Seitenleiste angezeigt werden",
|
|
||||||
"sidebarPlaylistFolderView": "Verzeichnisansicht",
|
|
||||||
"sidebarPlaylistFolderView_optionSingle": "Einzelne Ordner",
|
|
||||||
"sidebarPlaylistFolderView_optionTree": "Baumstruktur",
|
|
||||||
"sidebarPlaylistFolderView_optionNavigation": "Navigationsansicht",
|
|
||||||
"sidebarPlaylistFolderSeparator_description": "Zeichen (oder Zeichenfolge), das die Verzeichnisebenen im Wiedergabelistentitel trennt"
|
|
||||||
},
|
},
|
||||||
"dragDropZone": {
|
"dragDropZone": {
|
||||||
"error_oneFileOnly": "Bitte wähle nur 1 Datei",
|
"error_oneFileOnly": "Bitte wähle nur 1 Datei",
|
||||||
|
|||||||
@@ -92,7 +92,6 @@
|
|||||||
"expand": "Expand",
|
"expand": "Expand",
|
||||||
"example": "Example",
|
"example": "Example",
|
||||||
"externalLinks": "External links",
|
"externalLinks": "External links",
|
||||||
"openFolder": "Open folder",
|
|
||||||
"faster": "Faster",
|
"faster": "Faster",
|
||||||
"favorite": "Favorite",
|
"favorite": "Favorite",
|
||||||
"filter_one": "Filter",
|
"filter_one": "Filter",
|
||||||
@@ -799,7 +798,7 @@
|
|||||||
"crossfadeDuration": "Crossfade duration",
|
"crossfadeDuration": "Crossfade duration",
|
||||||
"crossfadeStyle": "Crossfade style",
|
"crossfadeStyle": "Crossfade style",
|
||||||
"crossfadeStyle_description": "Select the crossfade style to use for the audio player",
|
"crossfadeStyle_description": "Select the crossfade style to use for the audio player",
|
||||||
"customCss_description": "Custom CSS content. Note: content and remote urls are disallowed properties. A preview of your content is shown below. Additional fields you didn't set are present due to sanitization. Desktop: feishin reads and writes custom.css in the app config directory and reloads it when the file changes",
|
"customCss_description": "Custom CSS content. Note: content and remote urls are disallowed properties. A preview of your content is shown below. Additional fields you didn't set are present due to sanitization",
|
||||||
"customCss": "Custom CSS",
|
"customCss": "Custom CSS",
|
||||||
"customCssEnable_description": "Allow for writing custom CSS",
|
"customCssEnable_description": "Allow for writing custom CSS",
|
||||||
"customCssEnable": "Enable custom CSS",
|
"customCssEnable": "Enable custom CSS",
|
||||||
|
|||||||
@@ -235,7 +235,7 @@
|
|||||||
"customCssEnable_description": "Permite escribir CSS personalizado",
|
"customCssEnable_description": "Permite escribir CSS personalizado",
|
||||||
"customCss": "CSS personalizado",
|
"customCss": "CSS personalizado",
|
||||||
"customCssNotice": "Aviso: mientras hay alguna sanitización (rechazar URL() y content:), usar CSS personalizado puede aún entrañar riesgos cambiando la interfaz",
|
"customCssNotice": "Aviso: mientras hay alguna sanitización (rechazar URL() y content:), usar CSS personalizado puede aún entrañar riesgos cambiando la interfaz",
|
||||||
"customCss_description": "Content CSS personalizado. Nota: content y remote urls son propiedades rechazadas. Una vista previa de tu content se muestra debajo. Las entradas adicionales que no estableciste están presentes debido a la sanitización. Escritorio: Feishin lee y escribe custom.css en el directorio de configuración de la aplicación y lo recarga cuando cambia el archivo",
|
"customCss_description": "Content CSS personalizado. Nota: content y urls remotas son propiedades rechazadas. Una vista previa de tu content se muestra debajo. Las entradas adicionales que no estableciste están presentes debido a la sanitización",
|
||||||
"webAudio": "Usar audio web",
|
"webAudio": "Usar audio web",
|
||||||
"webAudio_description": "Utilizar audio web. Esto habilita funciones avanzadas como ReplayGain. Desactiva esta opción si tienes problemas",
|
"webAudio_description": "Utilizar audio web. Esto habilita funciones avanzadas como ReplayGain. Desactiva esta opción si tienes problemas",
|
||||||
"transcode_description": "Permite la transcodificación a distintos formatos",
|
"transcode_description": "Permite la transcodificación a distintos formatos",
|
||||||
@@ -344,8 +344,9 @@
|
|||||||
"playerFilters_description": "Omite la adición de canciones a la cola basado en los siguientes criterios",
|
"playerFilters_description": "Omite la adición de canciones a la cola basado en los siguientes criterios",
|
||||||
"playerbarSlider_description": "La forma de onda no es recomendable en una conexión a Internet lenta o medida",
|
"playerbarSlider_description": "La forma de onda no es recomendable en una conexión a Internet lenta o medida",
|
||||||
"autoDJ": "DJ Automático",
|
"autoDJ": "DJ Automático",
|
||||||
|
"autoDJ_description": "Añade canciones similares a las de la cola automáticamente",
|
||||||
"autoDJ_itemCount": "Recuento de elementos",
|
"autoDJ_itemCount": "Recuento de elementos",
|
||||||
"autoDJ_itemCount_description": "El número de elementos que se ha intentado añadir a la cola",
|
"autoDJ_itemCount_description": "El número de elementos que se ha intentado añadir a la cola cuando DJ automático está activado",
|
||||||
"autoDJ_timing_description": "El número de canciones restantes en la cola antes de que DJ automático se dispare",
|
"autoDJ_timing_description": "El número de canciones restantes en la cola antes de que DJ automático se dispare",
|
||||||
"autoDJ_timing": "Tiempo",
|
"autoDJ_timing": "Tiempo",
|
||||||
"logLevel": "Nivel de registro",
|
"logLevel": "Nivel de registro",
|
||||||
@@ -447,16 +448,7 @@
|
|||||||
"sidebarPlaylistMode_optionCompact": "Compacto",
|
"sidebarPlaylistMode_optionCompact": "Compacto",
|
||||||
"sidebarPlaylistMode_optionExpanded": "Expandido",
|
"sidebarPlaylistMode_optionExpanded": "Expandido",
|
||||||
"sidebarPlaylistMode_description": "Cómo se muestra cada lista de reproducción en la lista de la barra lateral",
|
"sidebarPlaylistMode_description": "Cómo se muestra cada lista de reproducción en la lista de la barra lateral",
|
||||||
"sidebarPlaylistFolderTreeIndent_description": "Píxeles que está sangrado cada nivel del árbol",
|
"sidebarPlaylistFolderTreeIndent_description": "Píxeles que está sangrado cada nivel del árbol"
|
||||||
"autoDJ_mode": "Modo",
|
|
||||||
"autoDJ_mode_albums": "Álbumes",
|
|
||||||
"autoDJ_mode_songs": "Canciones",
|
|
||||||
"autoDJ_enabled": "Activar DJ automático",
|
|
||||||
"autoDJ_albumStrategy": "Modo de selección de álbum",
|
|
||||||
"autoDJ_songStrategy": "Modo de selección de canción",
|
|
||||||
"autoDJ_strategy_option_library_random": "Aleatorio",
|
|
||||||
"autoDJ_strategy_option_similar": "Similar",
|
|
||||||
"autoDJ_mode_description": "Elegir para añadir canciones o álbumes enteros a la cola"
|
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"editPlaylist": "Editar $t(entity.playlist, {\"count\": 1})",
|
"editPlaylist": "Editar $t(entity.playlist, {\"count\": 1})",
|
||||||
@@ -632,8 +624,7 @@
|
|||||||
"newVersionAvailable": "Una nueva versión está disponible",
|
"newVersionAvailable": "Una nueva versión está disponible",
|
||||||
"numberOfResults": "{{numberOfResults}} resultados",
|
"numberOfResults": "{{numberOfResults}} resultados",
|
||||||
"grouping": "Agrupar",
|
"grouping": "Agrupar",
|
||||||
"back": "Atrás",
|
"back": "Atrás"
|
||||||
"openFolder": "Abrir carpeta"
|
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"remotePortWarning": "Reiniciar el servidor para aplicar el nuevo puerto",
|
"remotePortWarning": "Reiniciar el servidor para aplicar el nuevo puerto",
|
||||||
@@ -1023,12 +1014,7 @@
|
|||||||
"input_played": "Reproducir filtro",
|
"input_played": "Reproducir filtro",
|
||||||
"input_played_optionAll": "Todas las pistas",
|
"input_played_optionAll": "Todas las pistas",
|
||||||
"input_played_optionUnplayed": "Solo las pistas sin reproducir",
|
"input_played_optionUnplayed": "Solo las pistas sin reproducir",
|
||||||
"input_played_optionPlayed": "Solo las pistas reproducidas",
|
"input_played_optionPlayed": "Solo las pistas reproducidas"
|
||||||
"input_kind_albums": "Álbumes",
|
|
||||||
"input_kind_songs": "Canciones",
|
|
||||||
"input_limit_albums": "¿Cuántos álbumes?",
|
|
||||||
"input_limit_songs": "¿Cuántas canciones?",
|
|
||||||
"input_kind": "Selecciones aleatorias"
|
|
||||||
},
|
},
|
||||||
"saveQueue": {
|
"saveQueue": {
|
||||||
"success": "Cola de reproducción guardada en el servidor"
|
"success": "Cola de reproducción guardada en el servidor"
|
||||||
|
|||||||
@@ -658,6 +658,7 @@
|
|||||||
"transcodeFormat": "Transkodetzeko formatua",
|
"transcodeFormat": "Transkodetzeko formatua",
|
||||||
"queryBuilderCustomFields_inputLabel": "Etiketa",
|
"queryBuilderCustomFields_inputLabel": "Etiketa",
|
||||||
"autoDJ": "DJ automatikoa",
|
"autoDJ": "DJ automatikoa",
|
||||||
|
"autoDJ_description": "Automatikoki gehitu antzeko abestiak ilaran",
|
||||||
"autoDJ_itemCount_description": "DJ automatikoa gaituta dagoenean ilaran gehitzen saiatu diren elementuen kopurua",
|
"autoDJ_itemCount_description": "DJ automatikoa gaituta dagoenean ilaran gehitzen saiatu diren elementuen kopurua",
|
||||||
"autoDJ_timing_description": "DJ automatikoa aktibatu aurretik ilaran geratzen diren abestien kopurua",
|
"autoDJ_timing_description": "DJ automatikoa aktibatu aurretik ilaran geratzen diren abestien kopurua",
|
||||||
"analyticsDisable": "Erabileran oinarritutako analisiei uko egin",
|
"analyticsDisable": "Erabileran oinarritutako analisiei uko egin",
|
||||||
|
|||||||
@@ -630,6 +630,7 @@
|
|||||||
"releaseChannel_description": "Valitse vakaiden ja beetaversioiden välillä automaattisille päivityksille",
|
"releaseChannel_description": "Valitse vakaiden ja beetaversioiden välillä automaattisille päivityksille",
|
||||||
"discordDisplayType_artistname": "Artistin nimi / artistien nimet",
|
"discordDisplayType_artistname": "Artistin nimi / artistien nimet",
|
||||||
"autoDJ": "Auto DJ",
|
"autoDJ": "Auto DJ",
|
||||||
|
"autoDJ_description": "Lisää automaattisesti samanlaisia kappaleita jonoon",
|
||||||
"autoDJ_itemCount": "Kohteiden määrä",
|
"autoDJ_itemCount": "Kohteiden määrä",
|
||||||
"autoDJ_itemCount_description": "Jonoon lisättäväksi yritettyjen kohteiden määrä, kun auto DJ on käytössä",
|
"autoDJ_itemCount_description": "Jonoon lisättäväksi yritettyjen kohteiden määrä, kun auto DJ on käytössä",
|
||||||
"autoDJ_timing": "Ajastus"
|
"autoDJ_timing": "Ajastus"
|
||||||
|
|||||||
@@ -812,6 +812,7 @@
|
|||||||
"queryBuilderCustomFields": "Champs personnalisé",
|
"queryBuilderCustomFields": "Champs personnalisé",
|
||||||
"queryBuilderCustomFields_description": "Ajouter des champs personnalisés à utiliser dans les constructeurs de requêtes",
|
"queryBuilderCustomFields_description": "Ajouter des champs personnalisés à utiliser dans les constructeurs de requêtes",
|
||||||
"autoDJ": "DJ auto",
|
"autoDJ": "DJ auto",
|
||||||
|
"autoDJ_description": "Ajouter automatiquement des titres similaire à la file d'attente",
|
||||||
"autoDJ_itemCount": "Nombre d'entrée",
|
"autoDJ_itemCount": "Nombre d'entrée",
|
||||||
"autoDJ_itemCount_description": "Le nombre d'entrées tentées d'être ajoutées à la file d'attente lorsque le DJ auto est activé",
|
"autoDJ_itemCount_description": "Le nombre d'entrées tentées d'être ajoutées à la file d'attente lorsque le DJ auto est activé",
|
||||||
"autoDJ_timing": "Timing",
|
"autoDJ_timing": "Timing",
|
||||||
|
|||||||
@@ -917,6 +917,7 @@
|
|||||||
"queryBuilderCustomFields_description": "Egyéni mezők hozzáadása a lekérdezés-építőhöz",
|
"queryBuilderCustomFields_description": "Egyéni mezők hozzáadása a lekérdezés-építőhöz",
|
||||||
"autoDJ": "Auto DJ",
|
"autoDJ": "Auto DJ",
|
||||||
"autoDJ_timing": "Időzítés",
|
"autoDJ_timing": "Időzítés",
|
||||||
|
"autoDJ_description": "Hasonló dalokat automatikusan hozzáad a műsorlistához",
|
||||||
"autoDJ_itemCount": "Elem szám",
|
"autoDJ_itemCount": "Elem szám",
|
||||||
"autoDJ_itemCount_description": "Az auto DJ engedélyezésekor a műsorsorba felvenni kívánt elemek száma",
|
"autoDJ_itemCount_description": "Az auto DJ engedélyezésekor a műsorsorba felvenni kívánt elemek száma",
|
||||||
"autoDJ_timing_description": "Az auto DJ elindulása előtt a műsorlistában maradt dalok száma",
|
"autoDJ_timing_description": "Az auto DJ elindulása előtt a műsorlistában maradt dalok száma",
|
||||||
|
|||||||
@@ -862,6 +862,7 @@
|
|||||||
"sampleRate": "Rasio sampel",
|
"sampleRate": "Rasio sampel",
|
||||||
"savePlayQueue": "Simpan antrean pemutaran",
|
"savePlayQueue": "Simpan antrean pemutaran",
|
||||||
"autoDJ": "DJ Otomatis",
|
"autoDJ": "DJ Otomatis",
|
||||||
|
"autoDJ_description": "Tambahkan lagu serupa secara otomatis ke antrean",
|
||||||
"autoDJ_itemCount": "Jumlah item",
|
"autoDJ_itemCount": "Jumlah item",
|
||||||
"autoDJ_itemCount_description": "Jumlah item yang dicoba ditambahkan ke antrean saat DJ otomatis diaktifkan",
|
"autoDJ_itemCount_description": "Jumlah item yang dicoba ditambahkan ke antrean saat DJ otomatis diaktifkan",
|
||||||
"autoDJ_timing": "Waktu",
|
"autoDJ_timing": "Waktu",
|
||||||
|
|||||||
@@ -438,6 +438,7 @@
|
|||||||
"discordLinkType_none": "$t(common.none)",
|
"discordLinkType_none": "$t(common.none)",
|
||||||
"discordLinkType_mbz_lastfm": "{{musicbrainz}} con {{lastfm}} fallback",
|
"discordLinkType_mbz_lastfm": "{{musicbrainz}} con {{lastfm}} fallback",
|
||||||
"autoDJ": "Auto DJ",
|
"autoDJ": "Auto DJ",
|
||||||
|
"autoDJ_description": "Aggiungi automaticamente canzoni simili alla coda",
|
||||||
"autoDJ_itemCount": "Conteggio elementi",
|
"autoDJ_itemCount": "Conteggio elementi",
|
||||||
"analyticsDisable_description": "Alcuni dati anonimi sull'utilizzo vengono inviati allo sviluppatore per migliorare l'applicazione",
|
"analyticsDisable_description": "Alcuni dati anonimi sull'utilizzo vengono inviati allo sviluppatore per migliorare l'applicazione",
|
||||||
"artistBackground": "Immagine dello sfondo dell'artista",
|
"artistBackground": "Immagine dello sfondo dell'artista",
|
||||||
|
|||||||
@@ -315,6 +315,7 @@
|
|||||||
"exportImportSettings_importSuccess": "設定が正常にインポートされました!",
|
"exportImportSettings_importSuccess": "設定が正常にインポートされました!",
|
||||||
"exportImportSettings_importModalTitle": "Feishin 設定をインポート",
|
"exportImportSettings_importModalTitle": "Feishin 設定をインポート",
|
||||||
"exportImportSettings_importBtn": "設定をインポート",
|
"exportImportSettings_importBtn": "設定をインポート",
|
||||||
|
"autoDJ_description": "類似の曲を自動でキューに追加します",
|
||||||
"autoDJ": "自動 DJ",
|
"autoDJ": "自動 DJ",
|
||||||
"autoDJ_itemCount_description": "自動 DJ が有効なときにキューに追加しようとした曲数",
|
"autoDJ_itemCount_description": "自動 DJ が有効なときにキューに追加しようとした曲数",
|
||||||
"autoDJ_itemCount": "曲数",
|
"autoDJ_itemCount": "曲数",
|
||||||
|
|||||||
@@ -653,6 +653,7 @@
|
|||||||
"globalMediaHotkeys_description": "Het gebruik van systeem mediahotkeys voor controle van afspelen aan-/uitzetten",
|
"globalMediaHotkeys_description": "Het gebruik van systeem mediahotkeys voor controle van afspelen aan-/uitzetten",
|
||||||
"globalMediaHotkeys": "Globale mediasneltoetsen",
|
"globalMediaHotkeys": "Globale mediasneltoetsen",
|
||||||
"autoDJ": "Auto-DJ",
|
"autoDJ": "Auto-DJ",
|
||||||
|
"autoDJ_description": "Soortgelijke nummers automatisch aan wachtrij toevoegen",
|
||||||
"autoDJ_itemCount": "Aantal items",
|
"autoDJ_itemCount": "Aantal items",
|
||||||
"autoDJ_itemCount_description": "Het aantal items dat aan de wachtrij wordt geprobeerd toe te voegen als auto-DJ is ingeschakeld",
|
"autoDJ_itemCount_description": "Het aantal items dat aan de wachtrij wordt geprobeerd toe te voegen als auto-DJ is ingeschakeld",
|
||||||
"autoDJ_timing": "Timing",
|
"autoDJ_timing": "Timing",
|
||||||
|
|||||||
@@ -173,8 +173,7 @@
|
|||||||
"newVersionAvailable": "Nowa wersja jest dostępna",
|
"newVersionAvailable": "Nowa wersja jest dostępna",
|
||||||
"numberOfResults": "{{numberOfResults}} wyników",
|
"numberOfResults": "{{numberOfResults}} wyników",
|
||||||
"grouping": "Grupowanie",
|
"grouping": "Grupowanie",
|
||||||
"back": "Wstecz",
|
"back": "Wstecz"
|
||||||
"openFolder": "Otwórz folder"
|
|
||||||
},
|
},
|
||||||
"entity": {
|
"entity": {
|
||||||
"genre_one": "Gatunek",
|
"genre_one": "Gatunek",
|
||||||
@@ -410,12 +409,7 @@
|
|||||||
"input_played": "Filtr odtwarzania",
|
"input_played": "Filtr odtwarzania",
|
||||||
"input_played_optionAll": "Wszystkie utwory",
|
"input_played_optionAll": "Wszystkie utwory",
|
||||||
"input_played_optionUnplayed": "Tylko nieodtworzone utwory",
|
"input_played_optionUnplayed": "Tylko nieodtworzone utwory",
|
||||||
"input_played_optionPlayed": "Tylko odtworzone utwory",
|
"input_played_optionPlayed": "Tylko odtworzone utwory"
|
||||||
"input_kind_albums": "Albumy",
|
|
||||||
"input_kind_songs": "Piosenki",
|
|
||||||
"input_kind": "Losowy wybór",
|
|
||||||
"input_limit_albums": "Ile albumów?",
|
|
||||||
"input_limit_songs": "Ile piosenek?"
|
|
||||||
},
|
},
|
||||||
"saveQueue": {
|
"saveQueue": {
|
||||||
"success": "Zapisano kolejkę odtwarzania na serwerze"
|
"success": "Zapisano kolejkę odtwarzania na serwerze"
|
||||||
@@ -889,7 +883,7 @@
|
|||||||
"customCssEnable": "Włącz niestandardowy CSS",
|
"customCssEnable": "Włącz niestandardowy CSS",
|
||||||
"customCssEnable_description": "Pozwalaj na pisanie niestandardowego CSS",
|
"customCssEnable_description": "Pozwalaj na pisanie niestandardowego CSS",
|
||||||
"customCssNotice": "Ostrzeżenie: chociaż istnieje pewne filtrowanie (uniemożliwia używanie URL() i content:), używanie niestandardowego CSS-a może stwarzać ryzyko przez zmiany w interfejsie",
|
"customCssNotice": "Ostrzeżenie: chociaż istnieje pewne filtrowanie (uniemożliwia używanie URL() i content:), używanie niestandardowego CSS-a może stwarzać ryzyko przez zmiany w interfejsie",
|
||||||
"customCss_description": "Zawartość niestandardowego CSS. Uwaga: content i zdalne URL są niedozwolonymi właściwościami. Podgląd twojej zawartości jest pokazany poniżej. Dodatkowe pola których nie ustawiłeś są obecne z powodu sanityzacji. Aplikacja komputerowa: feishin odczytuje i zapisuje custom.css w katalogu ustawień aplikacji i przeładowuje go gdy plik się zmieni",
|
"customCss_description": "Zawartość niestandardowego CSS. Uwaga: content i zdalne URL są niedozwolonymi właściwościami. Podgląd twojej zawartości jest pokazana poniżej. Dodatkowe pola których nie ustawiłeś, są obecne z powodu sanityzacji",
|
||||||
"customCss": "Niestandardowy css",
|
"customCss": "Niestandardowy css",
|
||||||
"trayEnabled_description": "Pokaż/ukryj ikonę/menu w zasobniku. jeżeli wyłączone, wyłącza też minimalizowanie.wyjście do zasobnika",
|
"trayEnabled_description": "Pokaż/ukryj ikonę/menu w zasobniku. jeżeli wyłączone, wyłącza też minimalizowanie.wyjście do zasobnika",
|
||||||
"webAudio_description": "Używaj web audio. Włącza to zaawansowane funkcje takie jak ReplayGain. Wyłącz jeżeli nie działa poprawnie",
|
"webAudio_description": "Używaj web audio. Włącza to zaawansowane funkcje takie jak ReplayGain. Wyłącz jeżeli nie działa poprawnie",
|
||||||
@@ -995,8 +989,9 @@
|
|||||||
"audioFadeOnStatusChange": "Przenikanie dźwięku przy zmianie statusu",
|
"audioFadeOnStatusChange": "Przenikanie dźwięku przy zmianie statusu",
|
||||||
"audioFadeOnStatusChange_description": "Umożliwia zanikanie lub pojawianie się dźwięku gdy zmieni się status play/pauza",
|
"audioFadeOnStatusChange_description": "Umożliwia zanikanie lub pojawianie się dźwięku gdy zmieni się status play/pauza",
|
||||||
"autoDJ": "Automatyczny DJ",
|
"autoDJ": "Automatyczny DJ",
|
||||||
|
"autoDJ_description": "Automatycznie dodawaj podobne piosenki do kolejki",
|
||||||
"autoDJ_itemCount": "Liczba elementów",
|
"autoDJ_itemCount": "Liczba elementów",
|
||||||
"autoDJ_itemCount_description": "Liczba elementów, które będzie próbować dodać do kolejki",
|
"autoDJ_itemCount_description": "Liczba elementów, które będzie próbować dodać do kolejki kiedy automatyczny DJ jest włączony",
|
||||||
"autoDJ_timing": "Czas dodawania",
|
"autoDJ_timing": "Czas dodawania",
|
||||||
"autoDJ_timing_description": "Ilość piosenek pozostałych w kolejce przed tym gdy zostanie włączony automatyczny DJ",
|
"autoDJ_timing_description": "Ilość piosenek pozostałych w kolejce przed tym gdy zostanie włączony automatyczny DJ",
|
||||||
"logLevel": "Poziom logów",
|
"logLevel": "Poziom logów",
|
||||||
@@ -1098,16 +1093,7 @@
|
|||||||
"sidebarPlaylistMode_description": "Jak każda z playlist jest wyświetlana w liście w pasku bocznym",
|
"sidebarPlaylistMode_description": "Jak każda z playlist jest wyświetlana w liście w pasku bocznym",
|
||||||
"sidebarPlaylistMode": "Tryb playlist bocznego paska",
|
"sidebarPlaylistMode": "Tryb playlist bocznego paska",
|
||||||
"sidebarPlaylistMode_optionCompact": "Kompaktowy",
|
"sidebarPlaylistMode_optionCompact": "Kompaktowy",
|
||||||
"sidebarPlaylistMode_optionExpanded": "Rozszerzony",
|
"sidebarPlaylistMode_optionExpanded": "Rozszerzony"
|
||||||
"autoDJ_mode": "Tryb",
|
|
||||||
"autoDJ_mode_albums": "Albumy",
|
|
||||||
"autoDJ_mode_description": "Wybierz dodawanie piosenek lub całych albumów do kolejki",
|
|
||||||
"autoDJ_mode_songs": "Piosenki",
|
|
||||||
"autoDJ_enabled": "Włącz Auto DJ",
|
|
||||||
"autoDJ_albumStrategy": "Tryb wyboru albumów",
|
|
||||||
"autoDJ_songStrategy": "Tryb wyboru piosenek",
|
|
||||||
"autoDJ_strategy_option_library_random": "Losowo",
|
|
||||||
"autoDJ_strategy_option_similar": "Podobne"
|
|
||||||
},
|
},
|
||||||
"table": {
|
"table": {
|
||||||
"config": {
|
"config": {
|
||||||
|
|||||||
@@ -957,6 +957,7 @@
|
|||||||
"artistBackground_description": "Добавляет фоновое изображение для страниц исполнителя, содержащих обложку исполнителя",
|
"artistBackground_description": "Добавляет фоновое изображение для страниц исполнителя, содержащих обложку исполнителя",
|
||||||
"artistBackgroundBlur": "Процент размытия обложки исполнителя",
|
"artistBackgroundBlur": "Процент размытия обложки исполнителя",
|
||||||
"artistBackgroundBlur_description": "Регулирует процент размытия к заднему фону исполнителя",
|
"artistBackgroundBlur_description": "Регулирует процент размытия к заднему фону исполнителя",
|
||||||
|
"autoDJ_description": "Автоматически добавлять похожие песни в очередь воспроизведения",
|
||||||
"autoDJ_itemCount": "Количество элементов",
|
"autoDJ_itemCount": "Количество элементов",
|
||||||
"autoDJ_itemCount_description": "Количество элементов, которые пытаются добавить в очередь при включенной функции автоматического диджеинга",
|
"autoDJ_itemCount_description": "Количество элементов, которые пытаются добавить в очередь при включенной функции автоматического диджеинга",
|
||||||
"autoDJ_timing": "Расчетное время",
|
"autoDJ_timing": "Расчетное время",
|
||||||
|
|||||||
@@ -881,6 +881,7 @@
|
|||||||
"preservePitch": "சுருதியைப் பாதுகாக்கவும்",
|
"preservePitch": "சுருதியைப் பாதுகாக்கவும்",
|
||||||
"preservePitch_description": "பின்னணி வேகத்தை மாற்றும்போது சுருதியைப் பாதுகாக்கிறது",
|
"preservePitch_description": "பின்னணி வேகத்தை மாற்றும்போது சுருதியைப் பாதுகாக்கிறது",
|
||||||
"autoDJ": "ஆட்டோ டி.சே",
|
"autoDJ": "ஆட்டோ டி.சே",
|
||||||
|
"autoDJ_description": "தானாக வரிசையில் ஒத்த பாடல்களைச் சேர்க்கவும்",
|
||||||
"autoDJ_itemCount": "பொருள் எண்ணிக்கை",
|
"autoDJ_itemCount": "பொருள் எண்ணிக்கை",
|
||||||
"autoDJ_itemCount_description": "ஆட்டோ DJ இயக்கப்பட்டிருக்கும் போது, வரிசையில் சேர்க்க முயற்சிக்கும் உருப்படிகளின் எண்ணிக்கை",
|
"autoDJ_itemCount_description": "ஆட்டோ DJ இயக்கப்பட்டிருக்கும் போது, வரிசையில் சேர்க்க முயற்சிக்கும் உருப்படிகளின் எண்ணிக்கை",
|
||||||
"autoDJ_timing": "நேரவிவரம்",
|
"autoDJ_timing": "நேரவிவரம்",
|
||||||
|
|||||||
@@ -508,6 +508,7 @@
|
|||||||
"combinedLyricsAndVisualizer_description": "将歌词和可视化界面合并到同一面板中",
|
"combinedLyricsAndVisualizer_description": "将歌词和可视化界面合并到同一面板中",
|
||||||
"queryBuilderCustomFields_description": "在查询构建器添加自定义字段",
|
"queryBuilderCustomFields_description": "在查询构建器添加自定义字段",
|
||||||
"combinedLyricsAndVisualizer": "在播放器侧边栏合并歌词和可视化界面",
|
"combinedLyricsAndVisualizer": "在播放器侧边栏合并歌词和可视化界面",
|
||||||
|
"autoDJ_description": "自动添加相似歌曲到队列中",
|
||||||
"notify_description": "歌曲变更时显示通知",
|
"notify_description": "歌曲变更时显示通知",
|
||||||
"mpvExtraParameters_description": "向MPV传递额外参数",
|
"mpvExtraParameters_description": "向MPV传递额外参数",
|
||||||
"audioFadeOnStatusChange": "音频改变时淡入淡出",
|
"audioFadeOnStatusChange": "音频改变时淡入淡出",
|
||||||
|
|||||||
@@ -119,8 +119,7 @@
|
|||||||
"newVersionAvailable": "有新的版本可供使用",
|
"newVersionAvailable": "有新的版本可供使用",
|
||||||
"numberOfResults": "{{numberOfResults}} 項結果",
|
"numberOfResults": "{{numberOfResults}} 項結果",
|
||||||
"grouping": "分組",
|
"grouping": "分組",
|
||||||
"back": "返回",
|
"back": "返回"
|
||||||
"openFolder": "開啟資料夾"
|
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"endpointNotImplementedError": "{{serverType}} 尚未實現端點 {{endpoint}}",
|
"endpointNotImplementedError": "{{serverType}} 尚未實現端點 {{endpoint}}",
|
||||||
@@ -595,7 +594,7 @@
|
|||||||
"customCssEnable_description": "允許撰寫自訂CSS",
|
"customCssEnable_description": "允許撰寫自訂CSS",
|
||||||
"customCssNotice": "警告:即使已限制某些用法(不允許 URL() 和 content:),但使用自訂 CSS 仍然會透過更改介面帶來風險",
|
"customCssNotice": "警告:即使已限制某些用法(不允許 URL() 和 content:),但使用自訂 CSS 仍然會透過更改介面帶來風險",
|
||||||
"customCss": "自訂CSS",
|
"customCss": "自訂CSS",
|
||||||
"customCss_description": "自訂 CSS 內容。注意:內容和遠端 URL 是不允許使用的屬性。您的內容預覽如下所示。由於需要進行清理,因此存在一些您未設定的其他欄位。桌面端:feishin在應用程式配置目錄中讀取和寫入custom.css,並在檔案更改時重新載入",
|
"customCss_description": "自訂 CSS 內容。注意:內容和遠端 URL 是不允許使用的屬性。您的內容預覽如下所示。由於需要進行清理,因此存在一些您未設定的其他欄位",
|
||||||
"discordPausedStatus": "暫停時顯示 Rich Presence",
|
"discordPausedStatus": "暫停時顯示 Rich Presence",
|
||||||
"discordPausedStatus_description": "啟用後,播放器暫停時將顯示狀態",
|
"discordPausedStatus_description": "啟用後,播放器暫停時將顯示狀態",
|
||||||
"discordListening": "將狀態設為\"正在聽\"",
|
"discordListening": "將狀態設為\"正在聽\"",
|
||||||
@@ -715,8 +714,9 @@
|
|||||||
"playerFilters": "從佇列中過濾歌曲",
|
"playerFilters": "從佇列中過濾歌曲",
|
||||||
"playerFilters_description": "根據以下條件,排除要新增至佇列中的歌曲",
|
"playerFilters_description": "根據以下條件,排除要新增至佇列中的歌曲",
|
||||||
"autoDJ": "Auto DJ",
|
"autoDJ": "Auto DJ",
|
||||||
"autoDJ_itemCount": "項目數量",
|
"autoDJ_description": "自動將相似的歌曲加入到播放佇列",
|
||||||
"autoDJ_itemCount_description": "嘗試加入佇列的項目數量",
|
"autoDJ_itemCount": "歌曲數量",
|
||||||
|
"autoDJ_itemCount_description": "在啟用Auto DJ時嘗試加入佇列的歌曲數量",
|
||||||
"autoDJ_timing_description": "佇列中剩餘多少歌曲時啟動 Auto DJ",
|
"autoDJ_timing_description": "佇列中剩餘多少歌曲時啟動 Auto DJ",
|
||||||
"autoDJ_timing": "觸發時機",
|
"autoDJ_timing": "觸發時機",
|
||||||
"logLevel": "Log等級",
|
"logLevel": "Log等級",
|
||||||
@@ -818,16 +818,7 @@
|
|||||||
"sidebarPlaylistMode_description": "各播放清單在側邊欄列表中的顯示方式",
|
"sidebarPlaylistMode_description": "各播放清單在側邊欄列表中的顯示方式",
|
||||||
"sidebarPlaylistMode": "側邊欄播放清單模式",
|
"sidebarPlaylistMode": "側邊欄播放清單模式",
|
||||||
"sidebarPlaylistMode_optionCompact": "緊湊",
|
"sidebarPlaylistMode_optionCompact": "緊湊",
|
||||||
"sidebarPlaylistMode_optionExpanded": "展開",
|
"sidebarPlaylistMode_optionExpanded": "展開"
|
||||||
"autoDJ_mode": "模式",
|
|
||||||
"autoDJ_mode_albums": "專輯",
|
|
||||||
"autoDJ_mode_description": "選擇將歌曲或整張專輯加入佇列",
|
|
||||||
"autoDJ_mode_songs": "歌曲",
|
|
||||||
"autoDJ_enabled": "啟用Auto DJ",
|
|
||||||
"autoDJ_albumStrategy": "專輯選擇模式",
|
|
||||||
"autoDJ_songStrategy": "歌曲選擇模式",
|
|
||||||
"autoDJ_strategy_option_library_random": "隨機",
|
|
||||||
"autoDJ_strategy_option_similar": "相似"
|
|
||||||
},
|
},
|
||||||
"table": {
|
"table": {
|
||||||
"config": {
|
"config": {
|
||||||
@@ -1146,12 +1137,7 @@
|
|||||||
"input_played": "播放過濾器",
|
"input_played": "播放過濾器",
|
||||||
"input_played_optionAll": "所有曲目",
|
"input_played_optionAll": "所有曲目",
|
||||||
"input_played_optionUnplayed": "僅未播放的曲目",
|
"input_played_optionUnplayed": "僅未播放的曲目",
|
||||||
"input_played_optionPlayed": "僅播放過的曲目",
|
"input_played_optionPlayed": "僅播放過的曲目"
|
||||||
"input_kind_albums": "專輯",
|
|
||||||
"input_kind_songs": "歌曲",
|
|
||||||
"input_kind": "隨機選取",
|
|
||||||
"input_limit_albums": "專輯數量?",
|
|
||||||
"input_limit_songs": "歌曲數量?"
|
|
||||||
},
|
},
|
||||||
"createRadioStation": {
|
"createRadioStation": {
|
||||||
"success": "電台建立成功",
|
"success": "電台建立成功",
|
||||||
@@ -1188,7 +1174,7 @@
|
|||||||
"fieldRecording": "現場錄音",
|
"fieldRecording": "現場錄音",
|
||||||
"demo": "Demo",
|
"demo": "Demo",
|
||||||
"interview": "訪談",
|
"interview": "訪談",
|
||||||
"live": "現場演出",
|
"live": "Live",
|
||||||
"mixtape": "混音帶",
|
"mixtape": "混音帶",
|
||||||
"remix": "Remix",
|
"remix": "Remix",
|
||||||
"soundtrack": "原聲帶",
|
"soundtrack": "原聲帶",
|
||||||
|
|||||||
@@ -120,14 +120,8 @@ const createMpv = async (data: {
|
|||||||
}): Promise<MpvAPI> => {
|
}): Promise<MpvAPI> => {
|
||||||
const { binaryPath, extraParameters, properties } = data;
|
const { binaryPath, extraParameters, properties } = data;
|
||||||
const resolvedBinaryPath = await resolveMpvBinaryPath(binaryPath);
|
const resolvedBinaryPath = await resolveMpvBinaryPath(binaryPath);
|
||||||
const normalizedExtraParameters = (extraParameters ?? [])
|
|
||||||
.map((param) => param.trim())
|
|
||||||
.filter((param) => param.length > 0);
|
|
||||||
|
|
||||||
const params = uniq([
|
const params = uniq([...DEFAULT_MPV_PARAMETERS(extraParameters), ...(extraParameters || [])]);
|
||||||
...DEFAULT_MPV_PARAMETERS(normalizedExtraParameters),
|
|
||||||
...normalizedExtraParameters,
|
|
||||||
]);
|
|
||||||
|
|
||||||
const mpv = new MpvAPI(
|
const mpv = new MpvAPI(
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,18 +1,7 @@
|
|||||||
import type { TitleTheme } from '/@/shared/types/types';
|
import type { TitleTheme } from '/@/shared/types/types';
|
||||||
import type { FSWatcher } from 'fs';
|
|
||||||
|
|
||||||
import {
|
import { app, dialog, ipcMain, nativeTheme, OpenDialogOptions, safeStorage } from 'electron';
|
||||||
app,
|
|
||||||
BrowserWindow,
|
|
||||||
dialog,
|
|
||||||
ipcMain,
|
|
||||||
nativeTheme,
|
|
||||||
OpenDialogOptions,
|
|
||||||
safeStorage,
|
|
||||||
shell,
|
|
||||||
} from 'electron';
|
|
||||||
import Store from 'electron-store';
|
import Store from 'electron-store';
|
||||||
import { promises as fs, watch as fsWatch } from 'fs';
|
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
|
|
||||||
const getFrame = () => {
|
const getFrame = () => {
|
||||||
@@ -37,67 +26,6 @@ const storePath = isDevelopment
|
|||||||
? path.normalize(`${defaultUserDataPath}-dev`)
|
? path.normalize(`${defaultUserDataPath}-dev`)
|
||||||
: path.normalize(defaultUserDataPath);
|
: path.normalize(defaultUserDataPath);
|
||||||
|
|
||||||
const CUSTOM_CSS_FILENAME = 'custom.css';
|
|
||||||
const customCssPath = path.join(storePath, CUSTOM_CSS_FILENAME);
|
|
||||||
let customCssWatcher: FSWatcher | null = null;
|
|
||||||
let customCssDebounce: NodeJS.Timeout | null = null;
|
|
||||||
|
|
||||||
const readCustomCss = async (): Promise<{ content: string; exists: boolean }> => {
|
|
||||||
try {
|
|
||||||
const content = await fs.readFile(customCssPath, 'utf8');
|
|
||||||
return { content, exists: true };
|
|
||||||
} catch (error) {
|
|
||||||
const fsError = error as NodeJS.ErrnoException;
|
|
||||||
if (fsError.code === 'ENOENT') {
|
|
||||||
return { content: '', exists: false };
|
|
||||||
}
|
|
||||||
|
|
||||||
console.error('Failed to read custom css file', error);
|
|
||||||
return { content: '', exists: false };
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
const notifyCustomCssUpdate = async () => {
|
|
||||||
const { content, exists } = await readCustomCss();
|
|
||||||
BrowserWindow.getAllWindows().forEach((window) => {
|
|
||||||
window.webContents.send('custom-css-updated', {
|
|
||||||
content,
|
|
||||||
exists,
|
|
||||||
path: customCssPath,
|
|
||||||
});
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
const scheduleCustomCssUpdate = () => {
|
|
||||||
if (customCssDebounce) {
|
|
||||||
clearTimeout(customCssDebounce);
|
|
||||||
}
|
|
||||||
|
|
||||||
customCssDebounce = setTimeout(() => {
|
|
||||||
notifyCustomCssUpdate().catch((error) => {
|
|
||||||
console.error('Failed to broadcast custom css update', error);
|
|
||||||
});
|
|
||||||
}, 100);
|
|
||||||
};
|
|
||||||
|
|
||||||
const startCustomCssWatcher = async () => {
|
|
||||||
if (customCssWatcher) return;
|
|
||||||
|
|
||||||
try {
|
|
||||||
await fs.mkdir(storePath, { recursive: true });
|
|
||||||
customCssWatcher = fsWatch(storePath, (eventType, filename) => {
|
|
||||||
if (!filename) return;
|
|
||||||
if (filename.toString() !== CUSTOM_CSS_FILENAME) return;
|
|
||||||
|
|
||||||
if (eventType === 'change' || eventType === 'rename') {
|
|
||||||
scheduleCustomCssUpdate();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
} catch (error) {
|
|
||||||
console.error('Failed to watch custom css file', error);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
export const store = new Store<any>({
|
export const store = new Store<any>({
|
||||||
beforeEachMigration: (_store, context) => {
|
beforeEachMigration: (_store, context) => {
|
||||||
console.log(`settings migrate from ${context.fromVersion} → ${context.toVersion}`);
|
console.log(`settings migrate from ${context.fromVersion} → ${context.toVersion}`);
|
||||||
@@ -192,42 +120,3 @@ ipcMain.handle('open-file-selector', async (_event, options: OpenDialogOptions)
|
|||||||
|
|
||||||
return result.filePaths[0] || null;
|
return result.filePaths[0] || null;
|
||||||
});
|
});
|
||||||
|
|
||||||
ipcMain.handle('custom-css-get', async () => {
|
|
||||||
const { content, exists } = await readCustomCss();
|
|
||||||
return {
|
|
||||||
content,
|
|
||||||
exists,
|
|
||||||
path: customCssPath,
|
|
||||||
};
|
|
||||||
});
|
|
||||||
|
|
||||||
ipcMain.handle('custom-css-save', async (_event, data: { content: string }) => {
|
|
||||||
const content = typeof data?.content === 'string' ? data.content : '';
|
|
||||||
await fs.mkdir(storePath, { recursive: true });
|
|
||||||
await fs.writeFile(customCssPath, content, 'utf8');
|
|
||||||
await notifyCustomCssUpdate();
|
|
||||||
return true;
|
|
||||||
});
|
|
||||||
|
|
||||||
ipcMain.handle('custom-css-open-folder', async () => {
|
|
||||||
await fs.mkdir(storePath, { recursive: true });
|
|
||||||
await shell.openPath(storePath);
|
|
||||||
return true;
|
|
||||||
});
|
|
||||||
|
|
||||||
app.whenReady()
|
|
||||||
.then(() => startCustomCssWatcher())
|
|
||||||
.catch((error) => console.error('Failed to start custom css watcher', error));
|
|
||||||
|
|
||||||
app.on('before-quit', () => {
|
|
||||||
if (customCssWatcher) {
|
|
||||||
customCssWatcher.close();
|
|
||||||
customCssWatcher = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (customCssDebounce) {
|
|
||||||
clearTimeout(customCssDebounce);
|
|
||||||
customCssDebounce = null;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|||||||
+1
-1
@@ -335,7 +335,7 @@ if (isDevelopment) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const RESOURCES_PATH = app.isPackaged
|
const RESOURCES_PATH = app.isPackaged
|
||||||
? path.join(path.dirname(app.getAppPath()), 'assets')
|
? path.join(process.resourcesPath, 'assets')
|
||||||
: path.join(__dirname, '../../assets');
|
: path.join(__dirname, '../../assets');
|
||||||
|
|
||||||
const getAssetPath = (...paths: string[]): string => {
|
const getAssetPath = (...paths: string[]): string => {
|
||||||
|
|||||||
@@ -10,36 +10,6 @@ const openApplicationDirectory = async () => {
|
|||||||
return ipcRenderer.invoke('open-application-directory');
|
return ipcRenderer.invoke('open-application-directory');
|
||||||
};
|
};
|
||||||
|
|
||||||
const getCustomCss = async (): Promise<
|
|
||||||
| undefined
|
|
||||||
| {
|
|
||||||
content: string;
|
|
||||||
exists: boolean;
|
|
||||||
path?: string;
|
|
||||||
}
|
|
||||||
> => {
|
|
||||||
return ipcRenderer.invoke('custom-css-get');
|
|
||||||
};
|
|
||||||
|
|
||||||
const saveCustomCss = async (content: string) => {
|
|
||||||
return ipcRenderer.invoke('custom-css-save', { content });
|
|
||||||
};
|
|
||||||
|
|
||||||
const openCustomCssFolder = async () => {
|
|
||||||
return ipcRenderer.invoke('custom-css-open-folder');
|
|
||||||
};
|
|
||||||
|
|
||||||
const customCssUpdatedListener = (
|
|
||||||
cb: (data: { content?: string; exists?: boolean; path?: string }) => void,
|
|
||||||
) => {
|
|
||||||
const listener = (_event: unknown, data: { content?: string; exists?: boolean }) => cb(data);
|
|
||||||
ipcRenderer.on('custom-css-updated', listener);
|
|
||||||
|
|
||||||
return () => {
|
|
||||||
ipcRenderer.removeListener('custom-css-updated', listener);
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
const playerErrorListener = (cb: (data: { code: number }) => void) => {
|
const playerErrorListener = (cb: (data: { code: number }) => void) => {
|
||||||
ipcRenderer.on('player-error-listener', (_, data) => cb(data));
|
ipcRenderer.on('player-error-listener', (_, data) => cb(data));
|
||||||
};
|
};
|
||||||
@@ -118,17 +88,14 @@ const rendererUpdateAvailable = (cb: (version: string) => void) => {
|
|||||||
|
|
||||||
export const utils = {
|
export const utils = {
|
||||||
checkForUpdates,
|
checkForUpdates,
|
||||||
customCssUpdatedListener,
|
|
||||||
disableAutoUpdates,
|
disableAutoUpdates,
|
||||||
download,
|
download,
|
||||||
forceGarbageCollection,
|
forceGarbageCollection,
|
||||||
getCustomCss,
|
|
||||||
isLinux,
|
isLinux,
|
||||||
isMacOS,
|
isMacOS,
|
||||||
isWindows,
|
isWindows,
|
||||||
mainMessageListener,
|
mainMessageListener,
|
||||||
openApplicationDirectory,
|
openApplicationDirectory,
|
||||||
openCustomCssFolder,
|
|
||||||
openItem,
|
openItem,
|
||||||
playerErrorListener,
|
playerErrorListener,
|
||||||
rendererOpenCommandPalette,
|
rendererOpenCommandPalette,
|
||||||
@@ -138,7 +105,6 @@ export const utils = {
|
|||||||
rendererTogglePrivateMode,
|
rendererTogglePrivateMode,
|
||||||
rendererToggleSidebar,
|
rendererToggleSidebar,
|
||||||
rendererUpdateAvailable,
|
rendererUpdateAvailable,
|
||||||
saveCustomCss,
|
|
||||||
setInputFocused,
|
setInputFocused,
|
||||||
startPowerSaveBlocker,
|
startPowerSaveBlocker,
|
||||||
stopPowerSaveBlocker,
|
stopPowerSaveBlocker,
|
||||||
|
|||||||
@@ -411,12 +411,8 @@ export const JellyfinController: InternalControllerEndpoint = {
|
|||||||
throw new Error('Failed to get album detail');
|
throw new Error('Failed to get album detail');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Workaround for Jellyfin bug that returns items that share the same album name
|
|
||||||
const albumIdSet = new Set([query.id]);
|
|
||||||
const songs = songsRes.body.Items.filter((item) => albumIdSet.has(item.AlbumId!));
|
|
||||||
|
|
||||||
return jfNormalize.album(
|
return jfNormalize.album(
|
||||||
{ ...res.body, Songs: songs },
|
{ ...res.body, Songs: songsRes.body.Items },
|
||||||
apiClientProps.server,
|
apiClientProps.server,
|
||||||
args.context?.pathReplace,
|
args.context?.pathReplace,
|
||||||
args.context?.pathReplaceWith,
|
args.context?.pathReplaceWith,
|
||||||
|
|||||||
+1
-73
@@ -15,12 +15,7 @@ import { useCheckForUpdates } from '/@/renderer/hooks/use-check-for-updates';
|
|||||||
import { useNativeMenuSync } from '/@/renderer/hooks/use-native-menu-sync';
|
import { useNativeMenuSync } from '/@/renderer/hooks/use-native-menu-sync';
|
||||||
import { useSyncSettingsToMain } from '/@/renderer/hooks/use-sync-settings-to-main';
|
import { useSyncSettingsToMain } from '/@/renderer/hooks/use-sync-settings-to-main';
|
||||||
import { AppRouter } from '/@/renderer/router/app-router';
|
import { AppRouter } from '/@/renderer/router/app-router';
|
||||||
import {
|
import { useCssSettings, useHotkeySettings, useLanguage } from '/@/renderer/store';
|
||||||
useCssSettings,
|
|
||||||
useHotkeySettings,
|
|
||||||
useLanguage,
|
|
||||||
useSettingsStoreActions,
|
|
||||||
} from '/@/renderer/store';
|
|
||||||
import { useAppTheme } from '/@/renderer/themes/use-app-theme';
|
import { useAppTheme } from '/@/renderer/themes/use-app-theme';
|
||||||
import { sanitizeCss } from '/@/renderer/utils/sanitize';
|
import { sanitizeCss } from '/@/renderer/utils/sanitize';
|
||||||
import { WebAudio } from '/@/shared/types/types';
|
import { WebAudio } from '/@/shared/types/types';
|
||||||
@@ -36,7 +31,6 @@ const UpdateAvailableDialog = lazy(() =>
|
|||||||
);
|
);
|
||||||
|
|
||||||
const ipc = isElectron() ? window.api.ipc : null;
|
const ipc = isElectron() ? window.api.ipc : null;
|
||||||
const utils = isElectron() ? window.api.utils : null;
|
|
||||||
|
|
||||||
export const App = () => {
|
export const App = () => {
|
||||||
return <ThemedApp />;
|
return <ThemedApp />;
|
||||||
@@ -95,7 +89,6 @@ const AppEffects = () => (
|
|||||||
<>
|
<>
|
||||||
<SyncSettingsEffect />
|
<SyncSettingsEffect />
|
||||||
<UpdateCheckEffect />
|
<UpdateCheckEffect />
|
||||||
<CustomCssFileEffect />
|
|
||||||
<CssSettingsEffect />
|
<CssSettingsEffect />
|
||||||
<GlobalShortcutsEffect />
|
<GlobalShortcutsEffect />
|
||||||
<LanguageEffect />
|
<LanguageEffect />
|
||||||
@@ -149,71 +142,6 @@ const CssSettingsEffect = () => {
|
|||||||
return null;
|
return null;
|
||||||
};
|
};
|
||||||
|
|
||||||
const CustomCssFileEffect = () => {
|
|
||||||
const { setSettings } = useSettingsStoreActions();
|
|
||||||
const { content } = useCssSettings();
|
|
||||||
const latestContentRef = useRef(content);
|
|
||||||
|
|
||||||
useEffect(() => {
|
|
||||||
latestContentRef.current = content;
|
|
||||||
}, [content]);
|
|
||||||
|
|
||||||
useEffect(() => {
|
|
||||||
if (!isElectron() || !utils) return;
|
|
||||||
|
|
||||||
let disposed = false;
|
|
||||||
|
|
||||||
const applyContent = (rawContent: string | undefined) => {
|
|
||||||
const sanitized = sanitizeCss(`<style>${rawContent ?? ''}`);
|
|
||||||
if (sanitized !== latestContentRef.current) {
|
|
||||||
setSettings({
|
|
||||||
css: {
|
|
||||||
content: sanitized,
|
|
||||||
},
|
|
||||||
});
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
const loadCustomCss = async () => {
|
|
||||||
try {
|
|
||||||
const result = await utils.getCustomCss();
|
|
||||||
|
|
||||||
if (disposed || !result) return;
|
|
||||||
|
|
||||||
if (!result.exists && latestContentRef.current) {
|
|
||||||
await utils.saveCustomCss(latestContentRef.current);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
applyContent(result.content);
|
|
||||||
} catch (error) {
|
|
||||||
console.error('Failed to load custom css', error);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
const handleCustomCssUpdated = (data: { content?: string; exists?: boolean }) => {
|
|
||||||
if (disposed) return;
|
|
||||||
if (data?.exists === false) {
|
|
||||||
applyContent('');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
applyContent(data?.content);
|
|
||||||
};
|
|
||||||
|
|
||||||
const removeCustomCssUpdatedListener =
|
|
||||||
utils.customCssUpdatedListener(handleCustomCssUpdated);
|
|
||||||
loadCustomCss();
|
|
||||||
|
|
||||||
return () => {
|
|
||||||
disposed = true;
|
|
||||||
removeCustomCssUpdatedListener();
|
|
||||||
};
|
|
||||||
}, [setSettings]);
|
|
||||||
|
|
||||||
return null;
|
|
||||||
};
|
|
||||||
|
|
||||||
const GlobalShortcutsEffect = () => {
|
const GlobalShortcutsEffect = () => {
|
||||||
const { bindings } = useHotkeySettings();
|
const { bindings } = useHotkeySettings();
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,6 @@ import { FavoriteColumn } from '/@/renderer/components/item-list/item-table-list
|
|||||||
import { GenreBadgeColumn } from '/@/renderer/components/item-list/item-table-list/columns/genre-badge-column';
|
import { GenreBadgeColumn } from '/@/renderer/components/item-list/item-table-list/columns/genre-badge-column';
|
||||||
import { GenreColumn } from '/@/renderer/components/item-list/item-table-list/columns/genre-column';
|
import { GenreColumn } from '/@/renderer/components/item-list/item-table-list/columns/genre-column';
|
||||||
import { ImageColumn } from '/@/renderer/components/item-list/item-table-list/columns/image-column';
|
import { ImageColumn } from '/@/renderer/components/item-list/item-table-list/columns/image-column';
|
||||||
import { NumericColumn } from '/@/renderer/components/item-list/item-table-list/columns/numeric-column';
|
|
||||||
import { PathColumn } from '/@/renderer/components/item-list/item-table-list/columns/path-column';
|
import { PathColumn } from '/@/renderer/components/item-list/item-table-list/columns/path-column';
|
||||||
import { PlaylistReorderColumn } from '/@/renderer/components/item-list/item-table-list/columns/playlist-reorder-column';
|
import { PlaylistReorderColumn } from '/@/renderer/components/item-list/item-table-list/columns/playlist-reorder-column';
|
||||||
import { RatingColumn } from '/@/renderer/components/item-list/item-table-list/columns/rating-column';
|
import { RatingColumn } from '/@/renderer/components/item-list/item-table-list/columns/rating-column';
|
||||||
@@ -240,7 +239,10 @@ const ItemTableListColumnBase = (props: ItemTableListColumn) => {
|
|||||||
case TableColumn.CHANNELS:
|
case TableColumn.CHANNELS:
|
||||||
case TableColumn.DISC_NUMBER:
|
case TableColumn.DISC_NUMBER:
|
||||||
case TableColumn.SAMPLE_RATE:
|
case TableColumn.SAMPLE_RATE:
|
||||||
return <NumericColumn {...props} {...dragProps} controls={controls} type={type} />;
|
case TableColumn.TRACK_NUMBER:
|
||||||
|
return (
|
||||||
|
<TrackNumberColumn {...props} {...dragProps} controls={controls} type={type} />
|
||||||
|
);
|
||||||
|
|
||||||
case TableColumn.COMPOSER:
|
case TableColumn.COMPOSER:
|
||||||
return <ComposerColumn {...props} {...dragProps} controls={controls} type={type} />;
|
return <ComposerColumn {...props} {...dragProps} controls={controls} type={type} />;
|
||||||
@@ -302,11 +304,6 @@ const ItemTableListColumnBase = (props: ItemTableListColumn) => {
|
|||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|
||||||
case TableColumn.TRACK_NUMBER:
|
|
||||||
return (
|
|
||||||
<TrackNumberColumn {...props} {...dragProps} controls={controls} type={type} />
|
|
||||||
);
|
|
||||||
|
|
||||||
case TableColumn.USER_FAVORITE:
|
case TableColumn.USER_FAVORITE:
|
||||||
return <FavoriteColumn {...props} {...dragProps} controls={controls} type={type} />;
|
return <FavoriteColumn {...props} {...dragProps} controls={controls} type={type} />;
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import { useTranslation } from 'react-i18next';
|
|||||||
import { queryKeys } from '/@/renderer/api/query-keys';
|
import { queryKeys } from '/@/renderer/api/query-keys';
|
||||||
import { usePlayer } from '/@/renderer/features/player/context/player-context';
|
import { usePlayer } from '/@/renderer/features/player/context/player-context';
|
||||||
import { songsQueries } from '/@/renderer/features/songs/api/songs-api';
|
import { songsQueries } from '/@/renderer/features/songs/api/songs-api';
|
||||||
import { useArtistRadioCount, useCurrentServerId, usePlayButtonBehavior } from '/@/renderer/store';
|
import { useCurrentServerId, usePlayButtonBehavior } from '/@/renderer/store';
|
||||||
import { ContextMenu } from '/@/shared/components/context-menu/context-menu';
|
import { ContextMenu } from '/@/shared/components/context-menu/context-menu';
|
||||||
import { Song } from '/@/shared/types/domain-types';
|
import { Song } from '/@/shared/types/domain-types';
|
||||||
import { Play } from '/@/shared/types/types';
|
import { Play } from '/@/shared/types/types';
|
||||||
@@ -27,8 +27,6 @@ export const PlayTrackRadioAction = ({
|
|||||||
const queryClient = useQueryClient();
|
const queryClient = useQueryClient();
|
||||||
const playButtonBehavior = usePlayButtonBehavior();
|
const playButtonBehavior = usePlayButtonBehavior();
|
||||||
|
|
||||||
const radioCount = useArtistRadioCount();
|
|
||||||
|
|
||||||
const handlePlayTrackRadio = useCallback(
|
const handlePlayTrackRadio = useCallback(
|
||||||
async (playType: Play) => {
|
async (playType: Play) => {
|
||||||
if (!serverId || !song) return;
|
if (!serverId || !song) return;
|
||||||
@@ -37,7 +35,6 @@ export const PlayTrackRadioAction = ({
|
|||||||
const similarSongs = await queryClient.fetchQuery({
|
const similarSongs = await queryClient.fetchQuery({
|
||||||
...songsQueries.similar({
|
...songsQueries.similar({
|
||||||
query: {
|
query: {
|
||||||
count: radioCount,
|
|
||||||
songId: song.id,
|
songId: song.id,
|
||||||
},
|
},
|
||||||
serverId,
|
serverId,
|
||||||
@@ -56,7 +53,7 @@ export const PlayTrackRadioAction = ({
|
|||||||
console.error('Failed to load track radio:', error);
|
console.error('Failed to load track radio:', error);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[player, queryClient, radioCount, serverId, skipFirstSong, song],
|
[player, queryClient, serverId, skipFirstSong, song],
|
||||||
);
|
);
|
||||||
|
|
||||||
const handlePlayTrackRadioNow = useCallback(() => {
|
const handlePlayTrackRadioNow = useCallback(() => {
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import { QueueSong } from '/@/shared/types/domain-types';
|
|||||||
export function useSongUrl(
|
export function useSongUrl(
|
||||||
song: QueueSong | undefined,
|
song: QueueSong | undefined,
|
||||||
current: boolean,
|
current: boolean,
|
||||||
transcode: Partial<TranscodingConfig>,
|
transcode: TranscodingConfig,
|
||||||
): string | undefined {
|
): string | undefined {
|
||||||
const prior = useRef(['', '']);
|
const prior = useRef(['', '']);
|
||||||
const shouldReusePrior = Boolean(
|
const shouldReusePrior = Boolean(
|
||||||
@@ -24,7 +24,7 @@ export function useSongUrl(
|
|||||||
bitrate: transcode.bitrate,
|
bitrate: transcode.bitrate,
|
||||||
format: transcode.format,
|
format: transcode.format,
|
||||||
id: song!.id,
|
id: song!.id,
|
||||||
transcode: transcode.enabled ?? false,
|
transcode: transcode.enabled,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
queryKey: [
|
queryKey: [
|
||||||
@@ -63,7 +63,7 @@ export function useSongUrl(
|
|||||||
|
|
||||||
export const getSongUrl = async (
|
export const getSongUrl = async (
|
||||||
song: QueueSong,
|
song: QueueSong,
|
||||||
transcode: Partial<TranscodingConfig>,
|
transcode: TranscodingConfig,
|
||||||
skipAutoTranscode?: boolean,
|
skipAutoTranscode?: boolean,
|
||||||
) => {
|
) => {
|
||||||
const url = await api.controller.getStreamUrl({
|
const url = await api.controller.getStreamUrl({
|
||||||
@@ -73,7 +73,7 @@ export const getSongUrl = async (
|
|||||||
format: transcode.format,
|
format: transcode.format,
|
||||||
id: song.id,
|
id: song.id,
|
||||||
skipAutoTranscode,
|
skipAutoTranscode,
|
||||||
transcode: transcode.enabled ?? false,
|
transcode: transcode.enabled,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -9,13 +9,7 @@ import styles from './playerbar-waveform.module.css';
|
|||||||
import { useSongUrl } from '/@/renderer/features/player/audio-player/hooks/use-stream-url';
|
import { useSongUrl } from '/@/renderer/features/player/audio-player/hooks/use-stream-url';
|
||||||
import { PlayerbarSeekSlider } from '/@/renderer/features/player/components/playerbar-seek-slider';
|
import { PlayerbarSeekSlider } from '/@/renderer/features/player/components/playerbar-seek-slider';
|
||||||
import { usePlayer } from '/@/renderer/features/player/context/player-context';
|
import { usePlayer } from '/@/renderer/features/player/context/player-context';
|
||||||
import {
|
import { BarAlign, usePlayerbarSlider, usePlayerSong, usePlayerTimestamp } from '/@/renderer/store';
|
||||||
BarAlign,
|
|
||||||
usePlaybackSettings,
|
|
||||||
usePlayerbarSlider,
|
|
||||||
usePlayerSong,
|
|
||||||
usePlayerTimestamp,
|
|
||||||
} from '/@/renderer/store';
|
|
||||||
import { useAppThemeColors, useColorScheme } from '/@/renderer/themes/use-app-theme';
|
import { useAppThemeColors, useColorScheme } from '/@/renderer/themes/use-app-theme';
|
||||||
import { Text } from '/@/shared/components/text/text';
|
import { Text } from '/@/shared/components/text/text';
|
||||||
|
|
||||||
@@ -36,12 +30,7 @@ export const PlayerbarWaveform = () => {
|
|||||||
|
|
||||||
const songDuration = currentSong?.duration ? currentSong.duration / 1000 : 0;
|
const songDuration = currentSong?.duration ? currentSong.duration / 1000 : 0;
|
||||||
|
|
||||||
const { transcode } = usePlaybackSettings();
|
const streamUrl = useSongUrl(currentSong, true, { bitrate: 64, enabled: false, format: 'mp3' });
|
||||||
const streamUrl = useSongUrl(currentSong, true, {
|
|
||||||
bitrate: 64,
|
|
||||||
enabled: transcode.enabled,
|
|
||||||
format: 'mp3',
|
|
||||||
});
|
|
||||||
|
|
||||||
const { color } = useAppThemeColors();
|
const { color } = useAppThemeColors();
|
||||||
const primaryColor = (color['--theme-colors-primary'] as string) || 'rgb(53, 116, 252)';
|
const primaryColor = (color['--theme-colors-primary'] as string) || 'rgb(53, 116, 252)';
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ export const ScrobbleStatus = ({ formattedTime }: { formattedTime: string }) =>
|
|||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<HoverCard openDelay={500} position="top" width={280}>
|
<HoverCard position="top" width={280}>
|
||||||
<HoverCard.Target>
|
<HoverCard.Target>
|
||||||
<Group
|
<Group
|
||||||
align="center"
|
align="center"
|
||||||
|
|||||||
@@ -74,7 +74,6 @@ export const PlaylistListInfiniteTable = ({
|
|||||||
columns={columns}
|
columns={columns}
|
||||||
data={loadedItems}
|
data={loadedItems}
|
||||||
enableAlternateRowColors={enableAlternateRowColors}
|
enableAlternateRowColors={enableAlternateRowColors}
|
||||||
enableExpansion={false}
|
|
||||||
enableHeader={enableHeader}
|
enableHeader={enableHeader}
|
||||||
enableHorizontalBorders={enableHorizontalBorders}
|
enableHorizontalBorders={enableHorizontalBorders}
|
||||||
enableRowHoverHighlight={enableRowHoverHighlight}
|
enableRowHoverHighlight={enableRowHoverHighlight}
|
||||||
|
|||||||
@@ -87,7 +87,6 @@ export const PlaylistListPaginatedTable = ({
|
|||||||
columns={columns}
|
columns={columns}
|
||||||
data={data || []}
|
data={data || []}
|
||||||
enableAlternateRowColors={enableAlternateRowColors}
|
enableAlternateRowColors={enableAlternateRowColors}
|
||||||
enableExpansion={false}
|
|
||||||
enableHeader={enableHeader}
|
enableHeader={enableHeader}
|
||||||
enableHorizontalBorders={enableHorizontalBorders}
|
enableHorizontalBorders={enableHorizontalBorders}
|
||||||
enableRowHoverHighlight={enableRowHoverHighlight}
|
enableRowHoverHighlight={enableRowHoverHighlight}
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import isElectron from 'is-electron';
|
|
||||||
import { memo, useEffect, useState } from 'react';
|
import { memo, useEffect, useState } from 'react';
|
||||||
import { useTranslation } from 'react-i18next';
|
import { useTranslation } from 'react-i18next';
|
||||||
|
|
||||||
@@ -15,39 +14,18 @@ export const StylesSettings = memo(() => {
|
|||||||
const [open, setOpen] = useState(false);
|
const [open, setOpen] = useState(false);
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
|
||||||
const utils = isElectron() ? window.api.utils : null;
|
|
||||||
const isDesktop = isElectron();
|
|
||||||
|
|
||||||
const { content, enabled } = useCssSettings();
|
const { content, enabled } = useCssSettings();
|
||||||
const [css, setCss] = useState(content);
|
const [css, setCss] = useState(content);
|
||||||
|
|
||||||
const { setSettings } = useSettingsStoreActions();
|
const { setSettings } = useSettingsStoreActions();
|
||||||
|
|
||||||
const handleSave = async () => {
|
const handleSave = () => {
|
||||||
setSettings({
|
setSettings({
|
||||||
css: {
|
css: {
|
||||||
content: css,
|
content: css,
|
||||||
enabled,
|
enabled,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
if (utils) {
|
|
||||||
try {
|
|
||||||
await utils.saveCustomCss(css);
|
|
||||||
} catch (error) {
|
|
||||||
console.error('Failed to save custom css file', error);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
const handleOpenFolder = async () => {
|
|
||||||
if (!utils) return;
|
|
||||||
|
|
||||||
try {
|
|
||||||
await utils.openCustomCssFolder();
|
|
||||||
} catch (error) {
|
|
||||||
console.error('Failed to open custom css folder', error);
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
@@ -84,15 +62,6 @@ export const StylesSettings = memo(() => {
|
|||||||
<SettingsOptions
|
<SettingsOptions
|
||||||
control={
|
control={
|
||||||
<>
|
<>
|
||||||
{isDesktop && (
|
|
||||||
<Button
|
|
||||||
onClick={handleOpenFolder}
|
|
||||||
size="compact-md"
|
|
||||||
variant="subtle"
|
|
||||||
>
|
|
||||||
{t('common.openFolder', { postProcess: 'titleCase' })}
|
|
||||||
</Button>
|
|
||||||
)}
|
|
||||||
{open && (
|
{open && (
|
||||||
<Button
|
<Button
|
||||||
onClick={handleSave}
|
onClick={handleSave}
|
||||||
|
|||||||
@@ -18,10 +18,6 @@ import { Checkbox } from '/@/shared/components/checkbox/checkbox';
|
|||||||
import { Icon } from '/@/shared/components/icon/icon';
|
import { Icon } from '/@/shared/components/icon/icon';
|
||||||
import { Table } from '/@/shared/components/table/table';
|
import { Table } from '/@/shared/components/table/table';
|
||||||
import { TextInput } from '/@/shared/components/text-input/text-input';
|
import { TextInput } from '/@/shared/components/text-input/text-input';
|
||||||
import {
|
|
||||||
keyboardCodeToHotkeyKey,
|
|
||||||
MODIFIER_KEY_CODES,
|
|
||||||
} from '/@/shared/utils/keyboard-code-to-hotkey';
|
|
||||||
|
|
||||||
const ipc = isElectron() ? window.api.ipc : null;
|
const ipc = isElectron() ? window.api.ipc : null;
|
||||||
|
|
||||||
@@ -116,16 +112,25 @@ export const HotkeyManagerSettings = memo(() => {
|
|||||||
const debouncedSetHotkey = debounce(
|
const debouncedSetHotkey = debounce(
|
||||||
(binding: BindingActions, e: KeyboardEvent<HTMLInputElement>) => {
|
(binding: BindingActions, e: KeyboardEvent<HTMLInputElement>) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
const IGNORED_KEYS = ['Control', 'Alt', 'Shift', 'Meta', ' ', 'Escape'];
|
||||||
const keys: string[] = [];
|
const keys: string[] = [];
|
||||||
if (e.ctrlKey) keys.push('mod');
|
if (e.ctrlKey) keys.push('mod');
|
||||||
if (e.altKey) keys.push('alt');
|
if (e.altKey) keys.push('alt');
|
||||||
if (e.shiftKey) keys.push('shift');
|
if (e.shiftKey) keys.push('shift');
|
||||||
if (e.metaKey) keys.push('meta');
|
if (e.metaKey) keys.push('meta');
|
||||||
|
if (e.key === ' ') keys.push('space');
|
||||||
if (!MODIFIER_KEY_CODES.has(e.code) && e.code !== 'Escape') {
|
if (!IGNORED_KEYS.includes(e.key)) {
|
||||||
const hotkeyKey = keyboardCodeToHotkeyKey(e.code);
|
if (e.code.includes('Numpad')) {
|
||||||
if (hotkeyKey) {
|
if (e.key === '+') keys.push('numpadadd');
|
||||||
keys.push(hotkeyKey);
|
else if (e.key === '-') keys.push('numpadsubtract');
|
||||||
|
else if (e.key === '*') keys.push('numpadmultiply');
|
||||||
|
else if (e.key === '/') keys.push('numpaddivide');
|
||||||
|
else if (e.key === '.') keys.push('numpaddecimal');
|
||||||
|
else keys.push(`numpad${e.key}`.toLowerCase());
|
||||||
|
} else if (e.key === '+') {
|
||||||
|
keys.push('equal');
|
||||||
|
} else {
|
||||||
|
keys.push(e.key?.toLowerCase());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,8 @@ import {
|
|||||||
type HotkeyItem as MantineHotkeyItem,
|
type HotkeyItem as MantineHotkeyItem,
|
||||||
useHotkeys as useMantineHotkeys,
|
useHotkeys as useMantineHotkeys,
|
||||||
} from '@mantine/hooks';
|
} from '@mantine/hooks';
|
||||||
import { useMemo } from 'react';
|
|
||||||
|
|
||||||
import { useAppStore } from '/@/renderer/store';
|
import { useAppStore } from '/@/renderer/store';
|
||||||
import { withPhysicalKeys } from '/@/shared/utils/hotkeys';
|
|
||||||
|
|
||||||
const EMPTY_HOTKEYS: MantineHotkeyItem[] = [];
|
const EMPTY_HOTKEYS: MantineHotkeyItem[] = [];
|
||||||
|
|
||||||
@@ -15,10 +13,8 @@ export const useHotkeys = (
|
|||||||
triggerOnContentEditable?: boolean,
|
triggerOnContentEditable?: boolean,
|
||||||
) => {
|
) => {
|
||||||
const commandPaletteOpened = useAppStore((state) => state.commandPalette.opened);
|
const commandPaletteOpened = useAppStore((state) => state.commandPalette.opened);
|
||||||
const physicalHotkeys = useMemo(() => withPhysicalKeys(hotkeys), [hotkeys]);
|
|
||||||
|
|
||||||
useMantineHotkeys(
|
useMantineHotkeys(
|
||||||
commandPaletteOpened ? EMPTY_HOTKEYS : physicalHotkeys,
|
commandPaletteOpened ? EMPTY_HOTKEYS : hotkeys,
|
||||||
tagsToIgnore,
|
tagsToIgnore,
|
||||||
triggerOnContentEditable,
|
triggerOnContentEditable,
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -2,17 +2,7 @@ import {
|
|||||||
type HotkeyItem as MantineHotkeyItem,
|
type HotkeyItem as MantineHotkeyItem,
|
||||||
useHotkeys as useMantineHotkeys,
|
useHotkeys as useMantineHotkeys,
|
||||||
} from '@mantine/hooks';
|
} from '@mantine/hooks';
|
||||||
import { useMemo } from 'react';
|
|
||||||
|
|
||||||
import { withPhysicalKeys } from '/@/shared/utils/hotkeys';
|
export const useHotkeys = useMantineHotkeys;
|
||||||
|
|
||||||
export const useHotkeys = (
|
|
||||||
hotkeys: MantineHotkeyItem[],
|
|
||||||
tagsToIgnore?: string[],
|
|
||||||
triggerOnContentEditable?: boolean,
|
|
||||||
) => {
|
|
||||||
const physicalHotkeys = useMemo(() => withPhysicalKeys(hotkeys), [hotkeys]);
|
|
||||||
useMantineHotkeys(physicalHotkeys, tagsToIgnore, triggerOnContentEditable);
|
|
||||||
};
|
|
||||||
|
|
||||||
export type HotkeyItem = MantineHotkeyItem;
|
export type HotkeyItem = MantineHotkeyItem;
|
||||||
|
|||||||
@@ -1,37 +0,0 @@
|
|||||||
import type { HotkeyItem } from '@mantine/hooks';
|
|
||||||
|
|
||||||
const RESERVED_KEYS = new Set(['alt', 'ctrl', 'meta', 'mod', 'shift']);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Converts stored hotkey strings to Mantine's physical-key format.
|
|
||||||
* Mantine matches KeyboardEvent.code via normalizeKey, which turns Digit1 into
|
|
||||||
* "digit1" but leaves "1" as "1" — so mod+1 must become mod+Digit1.
|
|
||||||
*/
|
|
||||||
export const toPhysicalHotkey = (hotkey: string): string =>
|
|
||||||
hotkey
|
|
||||||
.split('+')
|
|
||||||
.map((part) => part.trim())
|
|
||||||
.map((part) => {
|
|
||||||
if (part === '[plus]') {
|
|
||||||
return part;
|
|
||||||
}
|
|
||||||
|
|
||||||
const lower = part.toLowerCase();
|
|
||||||
if (RESERVED_KEYS.has(lower)) {
|
|
||||||
return lower;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (/^\d$/.test(part)) {
|
|
||||||
return `Digit${part}`;
|
|
||||||
}
|
|
||||||
|
|
||||||
return part;
|
|
||||||
})
|
|
||||||
.join('+');
|
|
||||||
|
|
||||||
export const withPhysicalKeys = (hotkeys: HotkeyItem[]): HotkeyItem[] =>
|
|
||||||
hotkeys.map(([hotkey, handler, options]) => [
|
|
||||||
toPhysicalHotkey(hotkey),
|
|
||||||
handler,
|
|
||||||
{ ...options, usePhysicalKeys: true },
|
|
||||||
]);
|
|
||||||
@@ -1,68 +0,0 @@
|
|||||||
const CODE_TO_HOTKEY_KEY: Record<string, string> = {
|
|
||||||
ArrowDown: 'arrowdown',
|
|
||||||
ArrowLeft: 'arrowleft',
|
|
||||||
ArrowRight: 'arrowright',
|
|
||||||
ArrowUp: 'arrowup',
|
|
||||||
Backspace: 'backspace',
|
|
||||||
Delete: 'delete',
|
|
||||||
End: 'end',
|
|
||||||
Enter: 'enter',
|
|
||||||
Equal: 'equal',
|
|
||||||
Escape: 'escape',
|
|
||||||
Home: 'home',
|
|
||||||
Insert: 'insert',
|
|
||||||
Minus: 'minus',
|
|
||||||
PageDown: 'pagedown',
|
|
||||||
PageUp: 'pageup',
|
|
||||||
Space: 'space',
|
|
||||||
Tab: 'tab',
|
|
||||||
};
|
|
||||||
|
|
||||||
const NUMPAD_CODE_TO_HOTKEY_KEY: Record<string, string> = {
|
|
||||||
Add: 'numpadadd',
|
|
||||||
Decimal: 'numpaddecimal',
|
|
||||||
Divide: 'numpaddivide',
|
|
||||||
Enter: 'numpadenter',
|
|
||||||
Multiply: 'numpadmultiply',
|
|
||||||
Subtract: 'numpadsubtract',
|
|
||||||
};
|
|
||||||
|
|
||||||
export const MODIFIER_KEY_CODES = new Set([
|
|
||||||
'AltLeft',
|
|
||||||
'AltRight',
|
|
||||||
'ControlLeft',
|
|
||||||
'ControlRight',
|
|
||||||
'MetaLeft',
|
|
||||||
'MetaRight',
|
|
||||||
'ShiftLeft',
|
|
||||||
'ShiftRight',
|
|
||||||
]);
|
|
||||||
|
|
||||||
export const keyboardCodeToHotkeyKey = (code: string): null | string => {
|
|
||||||
const mapped = CODE_TO_HOTKEY_KEY[code];
|
|
||||||
if (mapped) {
|
|
||||||
return mapped;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (code.startsWith('Key')) {
|
|
||||||
return code.slice(3).toLowerCase();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (code.startsWith('Digit')) {
|
|
||||||
return code.slice(5);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (code.startsWith('Numpad')) {
|
|
||||||
const suffix = code.slice(6);
|
|
||||||
const numpadMapped = NUMPAD_CODE_TO_HOTKEY_KEY[suffix];
|
|
||||||
if (numpadMapped) {
|
|
||||||
return numpadMapped;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (/^\d$/.test(suffix)) {
|
|
||||||
return `numpad${suffix}`;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return null;
|
|
||||||
};
|
|
||||||
Reference in New Issue
Block a user