Merge branch 'jeffvli:development' into development
This commit is contained in:
commit
55a8ba5739
14 changed files with 2897 additions and 61 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "feishin",
|
"name": "feishin",
|
||||||
"version": "0.12.1",
|
"version": "0.12.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "feishin",
|
"name": "feishin",
|
||||||
"version": "0.12.1",
|
"version": "0.12.2",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
"css-loader": "^6.7.1",
|
"css-loader": "^6.7.1",
|
||||||
"css-minimizer-webpack-plugin": "^3.4.1",
|
"css-minimizer-webpack-plugin": "^3.4.1",
|
||||||
"detect-port": "^1.3.0",
|
"detect-port": "^1.3.0",
|
||||||
"electron": "^31.2.0",
|
"electron": "^33.3.1",
|
||||||
"electron-builder": "^24.13.3",
|
"electron-builder": "^24.13.3",
|
||||||
"electron-devtools-installer": "^3.2.0",
|
"electron-devtools-installer": "^3.2.0",
|
||||||
"electron-notarize": "^1.2.1",
|
"electron-notarize": "^1.2.1",
|
||||||
|
@ -9784,9 +9784,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/electron": {
|
"node_modules/electron": {
|
||||||
"version": "31.2.0",
|
"version": "33.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/electron/-/electron-31.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/electron/-/electron-33.3.2.tgz",
|
||||||
"integrity": "sha512-5w+kjOsGiTXytPSErBPNp/3znnuEMKc42RD41MqRoQkiYaR8x/Le2+qWk1cL60UwE/67oeKnOHnnol8xEuldGg==",
|
"integrity": "sha512-2pWr0frM9UrZGX1d7eoFdMROw10h2vXIWJmXdjwlKnSWWUm18GCrEOUeDUr+IMgz5EjO7JM7FQDHDMApeMgHyg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -30964,9 +30964,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"version": "31.2.0",
|
"version": "33.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/electron/-/electron-31.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/electron/-/electron-33.3.2.tgz",
|
||||||
"integrity": "sha512-5w+kjOsGiTXytPSErBPNp/3znnuEMKc42RD41MqRoQkiYaR8x/Le2+qWk1cL60UwE/67oeKnOHnnol8xEuldGg==",
|
"integrity": "sha512-2pWr0frM9UrZGX1d7eoFdMROw10h2vXIWJmXdjwlKnSWWUm18GCrEOUeDUr+IMgz5EjO7JM7FQDHDMApeMgHyg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@electron/get": "^2.0.0",
|
"@electron/get": "^2.0.0",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "feishin",
|
"name": "feishin",
|
||||||
"productName": "Feishin",
|
"productName": "Feishin",
|
||||||
"description": "Feishin music server",
|
"description": "Feishin music server",
|
||||||
"version": "0.12.1",
|
"version": "0.12.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "concurrently \"npm run build:main\" \"npm run build:renderer\" \"npm run build:remote\"",
|
"build": "concurrently \"npm run build:main\" \"npm run build:renderer\" \"npm run build:remote\"",
|
||||||
"build:main": "cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.main.prod.ts",
|
"build:main": "cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.main.prod.ts",
|
||||||
|
@ -234,7 +234,7 @@
|
||||||
"css-loader": "^6.7.1",
|
"css-loader": "^6.7.1",
|
||||||
"css-minimizer-webpack-plugin": "^3.4.1",
|
"css-minimizer-webpack-plugin": "^3.4.1",
|
||||||
"detect-port": "^1.3.0",
|
"detect-port": "^1.3.0",
|
||||||
"electron": "^31.2.0",
|
"electron": "^33.3.1",
|
||||||
"electron-builder": "^24.13.3",
|
"electron-builder": "^24.13.3",
|
||||||
"electron-devtools-installer": "^3.2.0",
|
"electron-devtools-installer": "^3.2.0",
|
||||||
"electron-notarize": "^1.2.1",
|
"electron-notarize": "^1.2.1",
|
||||||
|
|
4
release/app/package-lock.json
generated
4
release/app/package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "feishin",
|
"name": "feishin",
|
||||||
"version": "0.12.1",
|
"version": "0.12.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "feishin",
|
"name": "feishin",
|
||||||
"version": "0.12.1",
|
"version": "0.12.2",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "feishin",
|
"name": "feishin",
|
||||||
"version": "0.12.1",
|
"version": "0.12.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "./dist/main/main.js",
|
"main": "./dist/main/main.js",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
|
@ -19,6 +19,10 @@ import nl from './locales/nl.json';
|
||||||
import zhHant from './locales/zh-Hant.json';
|
import zhHant from './locales/zh-Hant.json';
|
||||||
import fa from './locales/fa.json';
|
import fa from './locales/fa.json';
|
||||||
import ko from './locales/ko.json';
|
import ko from './locales/ko.json';
|
||||||
|
import ta from './locales/ta.json';
|
||||||
|
import id from './locales/id.json';
|
||||||
|
import fi from './locales/fi.json';
|
||||||
|
import hu from './locales/hu.json';
|
||||||
|
|
||||||
const resources = {
|
const resources = {
|
||||||
en: { translation: en },
|
en: { translation: en },
|
||||||
|
@ -39,6 +43,10 @@ const resources = {
|
||||||
cs: { translation: cs },
|
cs: { translation: cs },
|
||||||
nl: { translation: nl },
|
nl: { translation: nl },
|
||||||
'nb-NO': { translation: nbNO },
|
'nb-NO': { translation: nbNO },
|
||||||
|
ta: { translation: ta },
|
||||||
|
id: { translation: id },
|
||||||
|
fi: { translation: fi },
|
||||||
|
hu: { translation: hu },
|
||||||
};
|
};
|
||||||
|
|
||||||
export const languages = [
|
export const languages = [
|
||||||
|
@ -62,6 +70,18 @@ export const languages = [
|
||||||
label: 'Français',
|
label: 'Français',
|
||||||
value: 'fr',
|
value: 'fr',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Bahasa Indonesia',
|
||||||
|
value: 'id',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Suomeksi',
|
||||||
|
value: 'fi',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Magyar',
|
||||||
|
value: 'hu',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Italiano',
|
label: 'Italiano',
|
||||||
value: 'it',
|
value: 'it',
|
||||||
|
@ -106,6 +126,10 @@ export const languages = [
|
||||||
label: 'Svenska',
|
label: 'Svenska',
|
||||||
value: 'sv',
|
value: 'sv',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Tamil',
|
||||||
|
value: 'ta',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: '简体中文',
|
label: '简体中文',
|
||||||
value: 'zh-Hans',
|
value: 'zh-Hans',
|
||||||
|
|
|
@ -8,10 +8,29 @@
|
||||||
"skip_back": "برو عقب",
|
"skip_back": "برو عقب",
|
||||||
"shuffle": "شافل",
|
"shuffle": "شافل",
|
||||||
"repeat_off": "تکرار غیرفعال",
|
"repeat_off": "تکرار غیرفعال",
|
||||||
"pause": "pause",
|
"pause": "ایست",
|
||||||
"unfavorite": "حذف از موردعلاقهها",
|
"unfavorite": "حذف از موردعلاقهها",
|
||||||
"shuffle_off": "شافل غیرفعال",
|
"shuffle_off": "شافل غیرفعال",
|
||||||
"skip_forward": "برو جلو"
|
"skip_forward": "برو جلو",
|
||||||
|
"queue_moveToTop": "جابجا کردن انتخاب شده به پایین",
|
||||||
|
"queue_clear": "خالی کردن صف",
|
||||||
|
"queue_remove": "حذف انتخاب شده",
|
||||||
|
"addLast": "افزودن به پایان",
|
||||||
|
"next": "پسین",
|
||||||
|
"play": "پخش",
|
||||||
|
"playbackSpeed": "تندی پخش",
|
||||||
|
"playRandom": "پخش تصادفی",
|
||||||
|
"previous": "پیشین",
|
||||||
|
"mute": "بیصدا کردن",
|
||||||
|
"playbackFetchCancel": "دارد طول میکشد... برای لفو کردن اعلان را ببندید",
|
||||||
|
"playbackFetchInProgress": "بارگذاری قطعهها…",
|
||||||
|
"queue_moveToBottom": "جابجا کردن انتخاب شده به بالا",
|
||||||
|
"addNext": "افزودن به پسین",
|
||||||
|
"favorite": "مورد علاقه",
|
||||||
|
"playSimilarSongs": "پخش آهنگهای همگون",
|
||||||
|
"playbackFetchNoResults": "هیچ آهنگی پیدا نشد",
|
||||||
|
"viewQueue": "دیدن صف",
|
||||||
|
"muted": "بیصدا"
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"editPlaylist": "ویرایش $t(entity.playlist_one)",
|
"editPlaylist": "ویرایش $t(entity.playlist_one)",
|
||||||
|
@ -30,7 +49,12 @@
|
||||||
"moveToBottom": "انتقال به پایین",
|
"moveToBottom": "انتقال به پایین",
|
||||||
"setRating": "تعیین امتیاز",
|
"setRating": "تعیین امتیاز",
|
||||||
"toggleSmartPlaylistEditor": "تغییر $t(entity.smartPlaylist) ویرایشگر",
|
"toggleSmartPlaylistEditor": "تغییر $t(entity.smartPlaylist) ویرایشگر",
|
||||||
"removeFromFavorites": "حذف از $t(entity.favorite_other)"
|
"removeFromFavorites": "حذف از $t(entity.favorite_other)",
|
||||||
|
"openIn": {
|
||||||
|
"lastfm": "باز کردن در Last.fm",
|
||||||
|
"musicbrainz": "باز کردن در MusicBranz"
|
||||||
|
},
|
||||||
|
"moveToNext": "جابجا کردن به بعدی"
|
||||||
},
|
},
|
||||||
"setting": {
|
"setting": {
|
||||||
"hotkey_skipBackward": "برو عقب",
|
"hotkey_skipBackward": "برو عقب",
|
||||||
|
@ -72,7 +96,7 @@
|
||||||
"mpvExecutablePath": "مسیر اجرای MPV",
|
"mpvExecutablePath": "مسیر اجرای MPV",
|
||||||
"audioDevice": "دستگاه صوتی",
|
"audioDevice": "دستگاه صوتی",
|
||||||
"hotkey_rate2": "امتیاز ۲ ستاره",
|
"hotkey_rate2": "امتیاز ۲ ستاره",
|
||||||
"playButtonBehavior_description": "رفتار پیشفرض دکمهٔ پخش را هنگامی که آهنگی به صف اضافه میشود معین میکند",
|
"playButtonBehavior_description": "رفتار پیشفرض دکمهٔ پخش را هنگامی که آهنگی به صف افزوده میشود را معین میکند",
|
||||||
"exitToTray": "خروج به tray",
|
"exitToTray": "خروج به tray",
|
||||||
"hotkey_rate4": "امتیاز ۴ ستاره",
|
"hotkey_rate4": "امتیاز ۴ ستاره",
|
||||||
"enableRemote": "فعال کردن کنترل از راه دور سرویسدهنده",
|
"enableRemote": "فعال کردن کنترل از راه دور سرویسدهنده",
|
||||||
|
@ -93,7 +117,27 @@
|
||||||
"customFontPath_description": "مسیر قلم سفارشی را برای استفاده در اپلیکیشن مشخص کنید",
|
"customFontPath_description": "مسیر قلم سفارشی را برای استفاده در اپلیکیشن مشخص کنید",
|
||||||
"gaplessAudio_optionWeak": "ضعیف (توصیه شده)",
|
"gaplessAudio_optionWeak": "ضعیف (توصیه شده)",
|
||||||
"hotkey_playbackStop": "توقف",
|
"hotkey_playbackStop": "توقف",
|
||||||
"font_description": "قلم مورد استفادهٔ اپلیکیشن را معین میکند"
|
"font_description": "قلم مورد استفادهٔ اپلیکیشن را معین میکند",
|
||||||
|
"accentColor_description": "رنگ شاخص را برای نرمافزار مشخص میکند",
|
||||||
|
"applicationHotkeys": "کلیدهای میانبر نرمافزار",
|
||||||
|
"accentColor": "رنگ شاخص",
|
||||||
|
"albumBackgroundBlur": "اندازهی مبهمی نگارهی پسزمینهی آلبوم",
|
||||||
|
"albumBackgroundBlur_description": "مقدار مبهمیای که روی نگارهی پسزمینهی آلبوم اعمال میشود را تنظیم میکند",
|
||||||
|
"albumBackground": "نگارهی پسزمینهی آلبوم",
|
||||||
|
"albumBackground_description": "یک نگارهی پسزمینه برای صفحات آلبوم دارای نگار آلبوم هستند، میافزاید",
|
||||||
|
"artistConfiguration": "پیکربندی صفحهی هنرمند آلبوم",
|
||||||
|
"applicationHotkeys_description": "پیکربندی کلیدهای میانبر نرمافزار. برای تنظیم یک کلید میانبر عمومی مربع چک را فعال کنید (فقط پخشکنندهی میزکار)",
|
||||||
|
"clearCache": "پاکسازی کَش مرورگر",
|
||||||
|
"clearQueryCache": "پاکسازی کَش فیشین",
|
||||||
|
"clearCacheSuccess": "با موفقیت کَش پاک شد",
|
||||||
|
"artistConfiguration_description": "پیکربندی اینکه چه آیتمیهایی و در چه ترتیبی در صفحهی هنرمند آلبوم نمایش داده شوند",
|
||||||
|
"buttonSize": "اندازهی دکمهی پخش نوار",
|
||||||
|
"contextMenu": "پیکربندی فهرست زمینه (کلیک راست)",
|
||||||
|
"buttonSize_description": "اندازهی دکمههای پخش نوار",
|
||||||
|
"audioExclusiveMode_description": "حالت اختصاصی خروجی را فعال میکند. در این حالت، سامانه معمولاً قفل است و فقط mpv میتواند خروجی صدا دهد",
|
||||||
|
"clearQueryCache_description": "یک 'پاکسازی نرم' از فیشین. این فهرستهای پخش و فرادادهی قطعهها را تازه میکند و متن شعرهای ذخیره شده را بازنشانی میکند. پیکربندیها، اعتبارنامههای سرویسدهنده و نگارههای کَش شده حفظ میشوند",
|
||||||
|
"clearCache_description": "یک 'پاکسازی سخت' فیشین. افزون بر پاکسازی کَش فیشین، کَش مرورگر هم تهی میشود (نگارههای ذخیره شده و باقی داراییها). اعتبارنامهها و پیکربندیها حفظ میشوند",
|
||||||
|
"contextMenu_description": "به شما اجازه میدهد که آیتمهای نمایش داده شده در فهرستی که وقتی روی یک آیتم کلیک راست میکنید پدیدار میشود، را پنهان کنید. آیتمهایی که منتخب نیستند پنهان میشوند"
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"backward": "به عقب",
|
"backward": "به عقب",
|
||||||
|
@ -162,17 +206,29 @@
|
||||||
"menu": "منو",
|
"menu": "منو",
|
||||||
"restartRequired": "راهاندازی دوباره لازم است",
|
"restartRequired": "راهاندازی دوباره لازم است",
|
||||||
"previousSong": "$t(entity.track_one) پیشین",
|
"previousSong": "$t(entity.track_one) پیشین",
|
||||||
"noResultsFromQuery": "جست و جو نتیجهای نداشت",
|
"noResultsFromQuery": "جستوجو نتیجهای نداشت",
|
||||||
"quit": "خروج",
|
"quit": "خروج",
|
||||||
"expand": "گسترش",
|
"expand": "گسترش",
|
||||||
"search": "جست و جو",
|
"search": "جستوجو",
|
||||||
"saveAs": "ذخیره کن با اسم",
|
"saveAs": "ذخیره کن با اسم",
|
||||||
"disc": "دیسک",
|
"disc": "دیسک",
|
||||||
"yes": "بله",
|
"yes": "بله",
|
||||||
"random": "تصادفی",
|
"random": "تصادفی",
|
||||||
"size": "حجم",
|
"size": "حجم",
|
||||||
"biography": "زندگینامه",
|
"biography": "زندگینامه",
|
||||||
"note": "توجه"
|
"note": "توجه",
|
||||||
|
"albumGain": "گین آلبوم",
|
||||||
|
"close": "بستن",
|
||||||
|
"albumPeak": "اوج آلبوم",
|
||||||
|
"mbid": "شناسهی MusicBrainz",
|
||||||
|
"reload": "بارگذاری مجدد",
|
||||||
|
"setting": "پیکربندی",
|
||||||
|
"trackGain": "گین قطعه",
|
||||||
|
"trackPeak": "اوج قطعه",
|
||||||
|
"translation": "ترجمه",
|
||||||
|
"preview": "پیشنمایش",
|
||||||
|
"share": "اشتراکگذاری",
|
||||||
|
"codec": "کدک"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"remotePortWarning": "برای تعیین port تازه، سرویس دهنده را دوباره راهاندازی کنید",
|
"remotePortWarning": "برای تعیین port تازه، سرویس دهنده را دوباره راهاندازی کنید",
|
||||||
|
@ -188,7 +244,15 @@
|
||||||
"serverNotSelectedError": "سرویسدهندهای انتخاب نشده",
|
"serverNotSelectedError": "سرویسدهندهای انتخاب نشده",
|
||||||
"remoteDisableError": "هنگام $t(common.disable) سرویس دهنده خطایی رخ داد",
|
"remoteDisableError": "هنگام $t(common.disable) سرویس دهنده خطایی رخ داد",
|
||||||
"mpvRequired": "وجود MPV ضروری است",
|
"mpvRequired": "وجود MPV ضروری است",
|
||||||
"audioDeviceFetchError": "هنگام دسترسی به دستگاه صوتی خطایی رخ داد"
|
"audioDeviceFetchError": "هنگام دسترسی به دستگاه صوتی خطایی رخ داد",
|
||||||
|
"localFontAccessDenied": "دسترسی به فونتهای محلی پذیرفته نشد",
|
||||||
|
"loginRateError": "تلاشهای بسیار برای ورود انجام دادهاید،لطفاً بعد از چند ثانیه دوباره امتحان کنید",
|
||||||
|
"networkError": "خطای شبکه رخ داد",
|
||||||
|
"badAlbum": "شما این صفحه را میبینید چونکه این آهنگ قسمتی از یک آلبوم نیست. شما احتمالا این مسأله را به این خاطر میبینید که آهنگی در پوشهی سطح بالای آهنگهایتان دارید. جلیفین فقط قطعههایی را گروهبندی میکند که در یک پوشه قرار دارند.",
|
||||||
|
"invalidServer": "سرویسدهندهی نامعتبر",
|
||||||
|
"openError": "نمیتوان پرونده را باز کرد",
|
||||||
|
"endpointNotImplementedError": "نقطهی پایان {{endpoint}} برای {{serverType}} قرار داده نشده است",
|
||||||
|
"systemFontError": "خطایی هنگام تلاش برای دریافت فونتهای سیستم رخ داد"
|
||||||
},
|
},
|
||||||
"filter": {
|
"filter": {
|
||||||
"mostPlayed": "بیشتر پخش شده",
|
"mostPlayed": "بیشتر پخش شده",
|
||||||
|
@ -201,13 +265,13 @@
|
||||||
"owner": "$t(common.owner)",
|
"owner": "$t(common.owner)",
|
||||||
"title": "عنوان",
|
"title": "عنوان",
|
||||||
"rating": "امتیاز",
|
"rating": "امتیاز",
|
||||||
"search": "جست و جو",
|
"search": "جستوجو",
|
||||||
"bitrate": "بیتریت",
|
"bitrate": "بیتریت",
|
||||||
"genre": "$t(entity.genre_one)",
|
"genre": "$t(entity.genre_one)",
|
||||||
"recentlyAdded": "به تازگی اضافه شده",
|
"recentlyAdded": "به تازگی افزوده شده",
|
||||||
"note": "توجه",
|
"note": "توجه",
|
||||||
"name": "نام",
|
"name": "نام",
|
||||||
"dateAdded": "تاریخ اضافه شدن",
|
"dateAdded": "تاریخ افزوده شدن",
|
||||||
"releaseDate": "تاریخ انتشار",
|
"releaseDate": "تاریخ انتشار",
|
||||||
"albumCount": "$t(entity.album_other) عدد",
|
"albumCount": "$t(entity.album_other) عدد",
|
||||||
"path": "مسیر",
|
"path": "مسیر",
|
||||||
|
@ -230,7 +294,9 @@
|
||||||
"fromYear": "از سال",
|
"fromYear": "از سال",
|
||||||
"criticRating": "امتیاز منتقدین",
|
"criticRating": "امتیاز منتقدین",
|
||||||
"album": "$t(entity.album_one)",
|
"album": "$t(entity.album_one)",
|
||||||
"trackNumber": "قطعه"
|
"trackNumber": "قطعه",
|
||||||
|
"communityRating": "رتبه بندی جامعه",
|
||||||
|
"isCompilation": "مخلوط است"
|
||||||
},
|
},
|
||||||
"form": {
|
"form": {
|
||||||
"deletePlaylist": {
|
"deletePlaylist": {
|
||||||
|
@ -252,38 +318,61 @@
|
||||||
"input_url": "نشانی",
|
"input_url": "نشانی",
|
||||||
"input_password": "رمز عبور",
|
"input_password": "رمز عبور",
|
||||||
"input_name": "نام سرویسدهنده",
|
"input_name": "نام سرویسدهنده",
|
||||||
"success": "سرویسدهنده اضافه شد",
|
"success": "سرویسدهنده افزوده شد",
|
||||||
"input_savePassword": "ذخیرهٔ رمز",
|
"input_savePassword": "ذخیرهٔ رمز",
|
||||||
"error_savePassword": "هنگام ذخیره رمز خطایی رخ داد"
|
"error_savePassword": "هنگام ذخیره رمز خطایی رخ داد",
|
||||||
|
"ignoreCors": "نادیده گرفتن هستهها ($t(common.restartRequired))",
|
||||||
|
"input_legacyAuthentication": "فعالسازی احراز هویت سنتی",
|
||||||
|
"ignoreSsl": "نادیده گرفتن ssl ($t(common.restartRequired))"
|
||||||
},
|
},
|
||||||
"addToPlaylist": {
|
"addToPlaylist": {
|
||||||
"success": "$t(entity.song_other) به {{numOfPlaylists}}$t(entity.playlist_other) اضافه شد",
|
"success": "$t(entity.song_other) به {{numOfPlaylists}}$t(entity.playlist_other) افزوده شد",
|
||||||
"title": "افزودن به $t(entity.playlist_one)",
|
"title": "افزودن به $t(entity.playlist_one)",
|
||||||
"input_playlists": "$t(entity.playlist_other)"
|
"input_playlists": "$t(entity.playlist_other)",
|
||||||
|
"input_skipDuplicates": "پرش از تکراریها"
|
||||||
},
|
},
|
||||||
"lyricSearch": {
|
"lyricSearch": {
|
||||||
"input_name": "$t(common.name)",
|
"input_name": "$t(common.name)",
|
||||||
"input_artist": "$t(entity.artist_one)"
|
"input_artist": "$t(entity.artist_one)",
|
||||||
|
"title": "جستوجو در متن شعر"
|
||||||
},
|
},
|
||||||
"editPlaylist": {
|
"editPlaylist": {
|
||||||
"title": "ویرایش $t(entity.playlist_one)"
|
"title": "ویرایش $t(entity.playlist_one)",
|
||||||
|
"success": "$t(entity.playlist_one) با موفقیت بروزرسانی شد",
|
||||||
|
"publicJellyfinNote": "جلیفین به دلیلی اینکه فهرست پخش عمومیست یا خصوصی را فاش نمیکند. اگر میخواهید این عمومی باقی بماند، لطفاٌ ورودی پیشرو را منتخب داشته باشید"
|
||||||
|
},
|
||||||
|
"queryEditor": {
|
||||||
|
"input_optionMatchAny": "همخوانی داشتن هر کدام",
|
||||||
|
"input_optionMatchAll": "همخوانی داشتن همه"
|
||||||
|
},
|
||||||
|
"shareItem": {
|
||||||
|
"expireInvalid": "انقضا باید در آینده باشد",
|
||||||
|
"description": "بازنمود",
|
||||||
|
"setExpiration": "تنظیم انقضا",
|
||||||
|
"success": "پیوند اشتراکگذاری در کلیپبورد کپی شد (یا اینجا را کلیک کنید تا باز شود)",
|
||||||
|
"allowDownloading": "اجازه دادن بارگیری",
|
||||||
|
"createFailed": "ناکامی در ساخت پیوند اشتراکگذاری (آیا اشتراکگذاری فعال است؟)"
|
||||||
|
},
|
||||||
|
"updateServer": {
|
||||||
|
"success": "سرویسدهنده با موفقیت بروزرسانی شد",
|
||||||
|
"title": "بروزرسانی سرویسدهنده"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"entity": {
|
"entity": {
|
||||||
"genre_one": "ژانر",
|
"genre_one": "ژانر",
|
||||||
"genre_other": "ژانر",
|
"genre_other": "ژانرها",
|
||||||
"playlistWithCount_one": "{{count}} فهرست پخش",
|
"playlistWithCount_one": "{{count}} فهرست پخش",
|
||||||
"playlistWithCount_other": "{{count}} فهرست پخش",
|
"playlistWithCount_other": "{{count}} فهرست پخش",
|
||||||
"playlist_one": "فهرست پخش",
|
"playlist_one": "فهرست پخش",
|
||||||
"playlist_other": "فهرست پخش",
|
"playlist_other": "فهرستهای پخش",
|
||||||
"artist_one": "هنرمند",
|
"artist_one": "هنرمند",
|
||||||
"artist_other": "هنرمند",
|
"artist_other": "هنرمندان",
|
||||||
"folderWithCount_one": "{{count}} پوشه",
|
"folderWithCount_one": "{{count}} پوشه",
|
||||||
"folderWithCount_other": "{{count}} پوشه",
|
"folderWithCount_other": "{{count}} پوشه",
|
||||||
"albumArtist_one": "هنرمند آلبوم",
|
"albumArtist_one": "هنرمند آلبوم",
|
||||||
"albumArtist_other": "هنرمند آلبوم",
|
"albumArtist_other": "هنرمندان آلبوم",
|
||||||
"track_one": "قطعه",
|
"track_one": "قطعه",
|
||||||
"track_other": "قطعه",
|
"track_other": "قطعهها",
|
||||||
"albumArtistCount_one": "{{count}} هنرمند آلبوم",
|
"albumArtistCount_one": "{{count}} هنرمند آلبوم",
|
||||||
"albumArtistCount_other": "{{count}} هنرمند آلبوم",
|
"albumArtistCount_other": "{{count}} هنرمند آلبوم",
|
||||||
"albumWithCount_one": "{{count}} آلبوم",
|
"albumWithCount_one": "{{count}} آلبوم",
|
||||||
|
@ -293,13 +382,167 @@
|
||||||
"artistWithCount_one": "{{count}} هنرمند",
|
"artistWithCount_one": "{{count}} هنرمند",
|
||||||
"artistWithCount_other": "{{count}} هنرمند",
|
"artistWithCount_other": "{{count}} هنرمند",
|
||||||
"folder_one": "پوشه",
|
"folder_one": "پوشه",
|
||||||
"folder_other": "پوشه",
|
"folder_other": "پوشهها",
|
||||||
"smartPlaylist": "$t(entity.playlist_one) هوشمند",
|
"smartPlaylist": "$t(entity.playlist_one) هوشمند",
|
||||||
"album_one": "آلبوم",
|
"album_one": "آلبوم",
|
||||||
"album_other": "آلبوم",
|
"album_other": "آلبومها",
|
||||||
"genreWithCount_one": "{{count}} ژانر",
|
"genreWithCount_one": "{{count}} ژانر",
|
||||||
"genreWithCount_other": "{{count}} ژانر",
|
"genreWithCount_other": "{{count}} ژانر",
|
||||||
"trackWithCount_one": "{{count}} قطعه",
|
"trackWithCount_one": "{{count}} قطعه",
|
||||||
"trackWithCount_other": "{{count}} قطعه"
|
"trackWithCount_other": "{{count}} قطعه",
|
||||||
|
"play_one": "{{count}} بار پخش",
|
||||||
|
"play_other": "{{count}} بار پخش",
|
||||||
|
"song_one": "آهنگ",
|
||||||
|
"song_other": "آهنگها"
|
||||||
|
},
|
||||||
|
"page": {
|
||||||
|
"albumList": {
|
||||||
|
"title": "$t(entity.album_other)",
|
||||||
|
"artistAlbums": "آلبومهای {{artist}}",
|
||||||
|
"genreAlbums": "\"{{genre}}\" $t(entity.album_other)"
|
||||||
|
},
|
||||||
|
"appMenu": {
|
||||||
|
"settings": "$t(common.setting_other)",
|
||||||
|
"selectServer": "گزینش سرویسدهنده",
|
||||||
|
"expandSidebar": "گسترش نوار کناری",
|
||||||
|
"collapseSidebar": "فروکش نوار کناری",
|
||||||
|
"goBack": "بازگشت",
|
||||||
|
"openBrowserDevtools": "باز کردن ابزارهای توسعه مرورگر",
|
||||||
|
"quit": "$t(common.quit)",
|
||||||
|
"goForward": "پیش رفتن",
|
||||||
|
"manageServers": "مدیریت سرویسدهندهها",
|
||||||
|
"version": "نسخهی {{version}}"
|
||||||
|
},
|
||||||
|
"albumArtistDetail": {
|
||||||
|
"appearsOn": "مشاهده میشود در",
|
||||||
|
"about": "دربارهی {{artist}}",
|
||||||
|
"recentReleases": "عرضههای اخیر",
|
||||||
|
"viewAllTracks": "نمایش همهی $t(entity.track_other)",
|
||||||
|
"topSongsFrom": "قطعههای برتر از {{title}}",
|
||||||
|
"viewAll": "نمایش همه",
|
||||||
|
"viewDiscography": "نمایش کاتالوگ",
|
||||||
|
"relatedArtists": "$t(entity.artist_other) مربوطه",
|
||||||
|
"topSongs": "قطعههای برتر"
|
||||||
|
},
|
||||||
|
"contextMenu": {
|
||||||
|
"addFavorite": "$t(action.addToFavorites)",
|
||||||
|
"addLast": "$t(player.addLast)",
|
||||||
|
"addNext": "$t(player.addNext)",
|
||||||
|
"addToFavorites": "$t(action.addToFavorites)",
|
||||||
|
"numberSelected": "{{count}} تا انتخاب شده",
|
||||||
|
"play": "$t(player.play)",
|
||||||
|
"removeFromFavorites": "$t(action.removeFromFavorites)",
|
||||||
|
"deselectAll": "$t(action.deselectAll)",
|
||||||
|
"download": "بارگیری",
|
||||||
|
"shareItem": "اشتراکگذاری آیتم",
|
||||||
|
"removeFromPlaylist": "$t(action.removeFromPlaylist)",
|
||||||
|
"showDetails": "دریافت داده",
|
||||||
|
"playSimilarSongs": "$t(player.playSimilarSongs)",
|
||||||
|
"removeFromQueue": "$t(action.removeFromQueue)",
|
||||||
|
"playShuffled": "$t(player.shuffle)",
|
||||||
|
"addToPlaylist": "$t(action.addToPlaylist)",
|
||||||
|
"createPlaylist": "$t(action.createPlaylist)",
|
||||||
|
"moveToBottom": "$t(action.moveToBottom)",
|
||||||
|
"moveToTop": "$t(action.moveToTop)",
|
||||||
|
"setRating": "$t(action.setRating)",
|
||||||
|
"deletePlaylist": "$t(action.deletePlaylist)",
|
||||||
|
"moveToNext": "$t(action.moveToNext)"
|
||||||
|
},
|
||||||
|
"fullscreenPlayer": {
|
||||||
|
"related": "موارد مربوطه",
|
||||||
|
"visualizer": "تجسم یافته",
|
||||||
|
"config": {
|
||||||
|
"dynamicImageBlur": "اندازه مبهمی نگاره",
|
||||||
|
"dynamicIsImage": "فعالسازی نگاره به عنوان پسزمینه",
|
||||||
|
"lyricOffset": "انحراف متن شعر (میلیثانیه)",
|
||||||
|
"unsynchronized": "همگام نشده",
|
||||||
|
"dynamicBackground": "پسزمینه پویا",
|
||||||
|
"followCurrentLyric": "دنبال کردن متن شعر کنونی",
|
||||||
|
"lyricAlignment": "همترازی متن شعر",
|
||||||
|
"lyricGap": "فاصلهی متن شعر",
|
||||||
|
"showLyricProvider": "نمایش فراهمگر متن شعر",
|
||||||
|
"useImageAspectRatio": "استفاده از نسبت نمای نگاره",
|
||||||
|
"lyricSize": "اندازهی متن شعر",
|
||||||
|
"opacity": "شفافی",
|
||||||
|
"showLyricMatch": "نمایش همخوانی متن شعر",
|
||||||
|
"synchronized": "همگام شده"
|
||||||
|
},
|
||||||
|
"noLyrics": "هیچ متن شعری پیدا نشد",
|
||||||
|
"lyrics": "متن شعرها",
|
||||||
|
"upNext": "در ادامه"
|
||||||
|
},
|
||||||
|
"home": {
|
||||||
|
"mostPlayed": "بیشترین پخششدهها",
|
||||||
|
"title": "$t(common.home)",
|
||||||
|
"explore": "در کتابخانهی خود کاوش کنید",
|
||||||
|
"newlyAdded": "عرضههای تازه افزوده شده",
|
||||||
|
"recentlyPlayed": "تازه پخش شدهها"
|
||||||
|
},
|
||||||
|
"playlist": {
|
||||||
|
"reorder": "مرتب کردن دوباره زمانی فقط زمانی فعال شود که مرتبسازی بر اساس شناسه است"
|
||||||
|
},
|
||||||
|
"setting": {
|
||||||
|
"advanced": "پیشرفته",
|
||||||
|
"windowTab": "پنجره",
|
||||||
|
"generalTab": "همگانی",
|
||||||
|
"hotkeysTab": "کلیدهای میانبر",
|
||||||
|
"playbackTab": "پخش"
|
||||||
|
},
|
||||||
|
"sidebar": {
|
||||||
|
"genres": "$t(entity.genre_other)",
|
||||||
|
"playlists": "$t(entity.playlist_other)",
|
||||||
|
"search": "$t(common.search)",
|
||||||
|
"albumArtists": "$t(entity.albumArtist_other)",
|
||||||
|
"albums": "$t(entity.album_other)",
|
||||||
|
"folders": "$t(entity.folder_other)",
|
||||||
|
"artists": "$t(entity.artist_other)",
|
||||||
|
"home": "$t(common.home)",
|
||||||
|
"nowPlaying": "پخش کنونی",
|
||||||
|
"tracks": "$t(entity.track_other)",
|
||||||
|
"settings": "$t(common.setting_other)",
|
||||||
|
"shared": "$t(entity.playlist_other) اشتراکگذاری شده"
|
||||||
|
},
|
||||||
|
"albumDetail": {
|
||||||
|
"moreFromArtist": "موارد بیشتر از این $t(entity.artist_one)",
|
||||||
|
"moreFromGeneric": "موارد بیشتر از {{item}}",
|
||||||
|
"released": "عرضه شده"
|
||||||
|
},
|
||||||
|
"manageServers": {
|
||||||
|
"title": "مدیریت سرویسدهندهها",
|
||||||
|
"url": "آدرس",
|
||||||
|
"serverDetails": "ریزگان سرویسدهنده",
|
||||||
|
"removeServer": "حذف سرویسدهنده",
|
||||||
|
"username": "نام کاربری",
|
||||||
|
"editServerDetailsTooltip": "ویرایش ریزگان سرویسدهنده"
|
||||||
|
},
|
||||||
|
"genreList": {
|
||||||
|
"showAlbums": "نمایش $t(entity.genre_one) $t(entity.album_other)",
|
||||||
|
"title": "$t(entity.genre_other)",
|
||||||
|
"showTracks": "نمایش $t(entity.genre_one) $t(entity.track_other)"
|
||||||
|
},
|
||||||
|
"globalSearch": {
|
||||||
|
"commands": {
|
||||||
|
"goToPage": "رفتن به صفحهی",
|
||||||
|
"searchFor": "جستوجو برای {{query}}",
|
||||||
|
"serverCommands": "فرمانهای سرویسدهنده"
|
||||||
|
},
|
||||||
|
"title": "فرمانها"
|
||||||
|
},
|
||||||
|
"playlistList": {
|
||||||
|
"title": "$t(entity.playlist_other)"
|
||||||
|
},
|
||||||
|
"trackList": {
|
||||||
|
"title": "$t(entity.track_other)",
|
||||||
|
"artistTracks": "قطعههای {{artist}}",
|
||||||
|
"genreTracks": "$t(entity.track_other) \"{{genre}}\""
|
||||||
|
},
|
||||||
|
"albumArtistList": {
|
||||||
|
"title": "$t(entity.albumArtist_other)"
|
||||||
|
},
|
||||||
|
"itemDetail": {
|
||||||
|
"copyPath": "کپی کردن مسیر در کلیپبورد",
|
||||||
|
"copiedPath": "مسیر با موفقیت کپی شد",
|
||||||
|
"openFile": "نمایش قطعه در مدیر پرونده"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
"name": "nimi",
|
"name": "nimi",
|
||||||
"no": "ei",
|
"no": "ei",
|
||||||
"none": "ei mitään",
|
"none": "ei mitään",
|
||||||
"noResultsFromQuery": "kysely palautti ei tuloksia",
|
"noResultsFromQuery": "kysely ei tuottanut tuloksia",
|
||||||
"note": "huomautus",
|
"note": "huomautus",
|
||||||
"ok": "ok",
|
"ok": "ok",
|
||||||
"owner": "omistaja",
|
"owner": "omistaja",
|
||||||
|
@ -83,13 +83,18 @@
|
||||||
"rating": "arvostelu",
|
"rating": "arvostelu",
|
||||||
"refresh": "virkistä",
|
"refresh": "virkistä",
|
||||||
"reset": "nollaa",
|
"reset": "nollaa",
|
||||||
"playerMustBePaused": "soitin täytyy olla pysäytetty"
|
"playerMustBePaused": "soittimen täytyy olla pysäytetty",
|
||||||
|
"translation": "käännös",
|
||||||
|
"albumGain": "albumin vahvistus (gain)",
|
||||||
|
"albumPeak": "albumin huippu (peak)",
|
||||||
|
"trackGain": "raidan vahvistus (gain)",
|
||||||
|
"trackPeak": "kappaleen huippu (peak)"
|
||||||
},
|
},
|
||||||
"entity": {
|
"entity": {
|
||||||
"album_one": "albumi",
|
"album_one": "albumi",
|
||||||
"album_other": "albumia",
|
"album_other": "albumit",
|
||||||
"albumArtist_one": "albumi artisti",
|
"albumArtist_one": "albumi artisti",
|
||||||
"albumArtist_other": "albumi artistia",
|
"albumArtist_other": "albumi artistit",
|
||||||
"artistWithCount_one": "{{count}} artisti",
|
"artistWithCount_one": "{{count}} artisti",
|
||||||
"artistWithCount_other": "{{count}} artistia",
|
"artistWithCount_other": "{{count}} artistia",
|
||||||
"playlist_one": "soittolista",
|
"playlist_one": "soittolista",
|
||||||
|
@ -116,12 +121,16 @@
|
||||||
"track_one": "raita",
|
"track_one": "raita",
|
||||||
"track_other": "raitaa",
|
"track_other": "raitaa",
|
||||||
"trackWithCount_one": "{{count}} raita",
|
"trackWithCount_one": "{{count}} raita",
|
||||||
"trackWithCount_other": "{{count}} raitaa"
|
"trackWithCount_other": "{{count}} raitaa",
|
||||||
|
"play_one": "{{count}} toista",
|
||||||
|
"play_other": "{{count}} toistaa",
|
||||||
|
"song_one": "kappale",
|
||||||
|
"song_other": "kappaleet"
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"clearQueue": "tyhjennä jono",
|
"clearQueue": "tyhjennä jono",
|
||||||
"createPlaylist": "luo $t(entity.playlist_one)",
|
"createPlaylist": "luo $t(entity.playlist_one)",
|
||||||
"deselectAll": "poista valinta kaikista",
|
"deselectAll": "poista kaikkien valinta",
|
||||||
"editPlaylist": "muokkaa $t(entity.playlist_one)",
|
"editPlaylist": "muokkaa $t(entity.playlist_one)",
|
||||||
"removeFromQueue": "poista jonosta",
|
"removeFromQueue": "poista jonosta",
|
||||||
"viewPlaylists": "katsele $t(entity.playlist_other)",
|
"viewPlaylists": "katsele $t(entity.playlist_other)",
|
||||||
|
@ -130,15 +139,360 @@
|
||||||
"musicbrainz": "Avaa MusicBrainz:ssä"
|
"musicbrainz": "Avaa MusicBrainz:ssä"
|
||||||
},
|
},
|
||||||
"goToPage": "mene sivulle",
|
"goToPage": "mene sivulle",
|
||||||
"moveToBottom": "siirry pohjalle",
|
"moveToBottom": "siirry alas",
|
||||||
"moveToTop": "siirry ylös",
|
"moveToTop": "siirry ylös",
|
||||||
"addToFavorites": "lisää $t(entity.favorite_other)",
|
"addToFavorites": "lisää kohteeseen $t(entity.favorite_other)",
|
||||||
"addToPlaylist": "lisää $t(entity.playlist_one)",
|
"addToPlaylist": "lisää kohteeseen $t(entity.playlist_one)",
|
||||||
"refresh": "$t(common.refresh)",
|
"refresh": "$t(common.refresh)",
|
||||||
"removeFromFavorites": "poista kohteesta $t(entity.favorite_other)",
|
"removeFromFavorites": "poista kohteesta $t(entity.favorite_other)",
|
||||||
"toggleSmartPlaylistEditor": "kytke $t(entity.smartPlaylist) editori",
|
"toggleSmartPlaylistEditor": "kytke $t(entity.smartPlaylist) editori",
|
||||||
"deletePlaylist": "poista $t(entity.playlist_one)",
|
"deletePlaylist": "poista $t(entity.playlist_one)",
|
||||||
"removeFromPlaylist": "poista kohteesta $t(entity.playlist_one)",
|
"removeFromPlaylist": "poista kohteesta $t(entity.playlist_one)",
|
||||||
"setRating": "aseta arvostelu"
|
"setRating": "aseta arvostelu",
|
||||||
|
"moveToNext": "siirry seuraavaan"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"remoteEnableError": "virhe tapahtui yrittäessä $t(common.enable) etäpalvelinta",
|
||||||
|
"remotePortError": "virhe tapahtui etäpalvelimen porttia määrittäessä",
|
||||||
|
"serverNotSelectedError": "palvelinta ei ole valittu",
|
||||||
|
"remoteDisableError": "virhe tapahtui yrittäessä $t(common.disable) etäpalvelinta",
|
||||||
|
"serverRequired": "palvelin vaadittu",
|
||||||
|
"systemFontError": "virhe tapahtui yrittäessä hakea järjestelmän fontteja",
|
||||||
|
"sessionExpiredError": "istuntosi on vanhentunut",
|
||||||
|
"genericError": "tapahtui virhe",
|
||||||
|
"invalidServer": "virheellinen palvelin",
|
||||||
|
"audioDeviceFetchError": "äänentoistolaitteita haettaessa tapahtui virhe",
|
||||||
|
"authenticationFailed": "tunnistautuminen epäonnistui",
|
||||||
|
"badAlbum": "näet tämän sivun koska tämä kappale ei ole osa albumia. Näet tämän todennäköisesti jos kappaleesi on päämusiikkikansiosi juuressa. jellyfin ryhmittää kappaleet vain jos ne ovat kansiossa.",
|
||||||
|
"apiRouteError": "pyynnön reititys epäonnistui",
|
||||||
|
"credentialsRequired": "käyttäjätunnuksia vaaditaan",
|
||||||
|
"loginRateError": "liian monta kirjautumisyritystä, kokeile muutaman sekuntin päästä uudestaan",
|
||||||
|
"mpvRequired": "MPV vaadittu",
|
||||||
|
"networkError": "yhteysvirhe",
|
||||||
|
"openError": "tiedostoa ei voitu avata",
|
||||||
|
"localFontAccessDenied": "paikallisiin fontteihin pääsy on estetty",
|
||||||
|
"playbackError": "mediaa toistaessa tapahtui virhe",
|
||||||
|
"remotePortWarning": "käynnistä palvelin uudestaan ottaaksesi uuden portin käyttöön",
|
||||||
|
"endpointNotImplementedError": "endpoint {{endpoint}} ei ole toteutettu {{serverType}} varten"
|
||||||
|
},
|
||||||
|
"filter": {
|
||||||
|
"album": "$t(entity.album_one)",
|
||||||
|
"albumArtist": "$t(entity.albumArtist_one)",
|
||||||
|
"artist": "$t(entity.artist_one)",
|
||||||
|
"biography": "biografia",
|
||||||
|
"bitrate": "bittinopeus",
|
||||||
|
"bpm": "lyöntiä minuutissa (bpm)",
|
||||||
|
"channels": "$t(common.channel_other)",
|
||||||
|
"title": "otsikko",
|
||||||
|
"playCount": "toistomäärä",
|
||||||
|
"dateAdded": "lisätty päivänä",
|
||||||
|
"lastPlayed": "viimeksi toistettu",
|
||||||
|
"mostPlayed": "eniten toistettu",
|
||||||
|
"isRecentlyPlayed": "on äskettäin toistettu",
|
||||||
|
"rating": "arvostelu",
|
||||||
|
"recentlyAdded": "äskettäin lisätty",
|
||||||
|
"recentlyUpdated": "äskettäin päivitetty",
|
||||||
|
"releaseDate": "julkaisupäivä",
|
||||||
|
"toYear": "vuoteen",
|
||||||
|
"releaseYear": "julkaisuvuosi",
|
||||||
|
"search": "haku",
|
||||||
|
"trackNumber": "raita",
|
||||||
|
"isPublic": "on julkinen",
|
||||||
|
"genre": "$t(entity.genre_one)",
|
||||||
|
"favorited": "suosikeissa",
|
||||||
|
"fromYear": "vuodelta",
|
||||||
|
"isRated": "on arvosteltu",
|
||||||
|
"recentlyPlayed": "äskettäin toistetut",
|
||||||
|
"albumCount": "$t(entity.album_other) määrä",
|
||||||
|
"disc": "levy",
|
||||||
|
"duration": "kesto",
|
||||||
|
"id": "tunnus",
|
||||||
|
"random": "satunnainen",
|
||||||
|
"isFavorited": "on suosikeissa",
|
||||||
|
"isCompilation": "on osa kokoelmaa",
|
||||||
|
"comment": "kommentti",
|
||||||
|
"communityRating": "yhteisön arvostelu",
|
||||||
|
"criticRating": "kriitikon arvostelu",
|
||||||
|
"name": "nimi",
|
||||||
|
"note": "muistiinpano",
|
||||||
|
"owner": "$t(common.owner)",
|
||||||
|
"path": "polku",
|
||||||
|
"songCount": "kappalemäärä"
|
||||||
|
},
|
||||||
|
"form": {
|
||||||
|
"addServer": {
|
||||||
|
"input_legacyAuthentication": "käytä vanhaa kirjautumista",
|
||||||
|
"ignoreCors": "ohita CORS ($t(common.restartRequired))",
|
||||||
|
"input_name": "palvelimen nimi",
|
||||||
|
"ignoreSsl": "ohita SSL ($t(common.restartRequired))",
|
||||||
|
"input_savePassword": "tallenna salasana",
|
||||||
|
"input_url": "url-osoite",
|
||||||
|
"title": "lisää palvelin",
|
||||||
|
"error_savePassword": "salasanaa tallentaessa tapahtui virhe",
|
||||||
|
"input_password": "salasana",
|
||||||
|
"input_username": "käyttäjänimi",
|
||||||
|
"success": "palvelin lisätty onnistuneesti"
|
||||||
|
},
|
||||||
|
"createPlaylist": {
|
||||||
|
"input_public": "julkinen",
|
||||||
|
"input_name": "$t(common.name)",
|
||||||
|
"input_owner": "$t(common.owner)",
|
||||||
|
"success": "$t(entity.playlist_one) luotu onnistuneesti",
|
||||||
|
"title": "luo $t(entity.playlist_one)",
|
||||||
|
"input_description": "$t(common.description)"
|
||||||
|
},
|
||||||
|
"addToPlaylist": {
|
||||||
|
"input_skipDuplicates": "ohita kaksoiskappaleet",
|
||||||
|
"success": "lisätty $t(entity.trackWithCount, {\"count\": {{message}} }) soittolistalle $t(entity.playlistWithCount, {\"count\": {{numOfPlaylists}} })",
|
||||||
|
"title": "lisää soittolistalle $t(entity.playlist_one)",
|
||||||
|
"input_playlists": "$t(entity.playlist_other)"
|
||||||
|
},
|
||||||
|
"updateServer": {
|
||||||
|
"success": "palvelin on päivitetty onnistuneesti",
|
||||||
|
"title": "päivitä palvelin"
|
||||||
|
},
|
||||||
|
"deletePlaylist": {
|
||||||
|
"success": "$t(entity.playlist_one) poistettu onnistuneesti",
|
||||||
|
"title": "poista $t(entity.playlist_one)",
|
||||||
|
"input_confirm": "kirjoita soittolistan $t(entity.playlist_one) nimi vahvistaaksesi"
|
||||||
|
},
|
||||||
|
"editPlaylist": {
|
||||||
|
"success": "$t(entity.playlist_one) päivitetty onnistuneesti",
|
||||||
|
"title": "muokkaa $t(entity.playlist_one)",
|
||||||
|
"publicJellyfinNote": "Jellyfin ei jostain syystä kerro onko soittolista julkinen vai ei. Jos haluat sen pysyvän julkisena, pidä seuraava valinta valittuna"
|
||||||
|
},
|
||||||
|
"lyricSearch": {
|
||||||
|
"input_artist": "$t(entity.artist_one)",
|
||||||
|
"input_name": "$t(common.name)",
|
||||||
|
"title": "sanojen haku"
|
||||||
|
},
|
||||||
|
"shareItem": {
|
||||||
|
"createFailed": "jaon luonti epäonnistui (onko jako päällä?)",
|
||||||
|
"allowDownloading": "salli lataus",
|
||||||
|
"description": "kuvaus",
|
||||||
|
"setExpiration": "aseta vanheneminen",
|
||||||
|
"success": "jakolinkki kopioitu leikepöydälle (tai klikkaa tästä avataksesi)",
|
||||||
|
"expireInvalid": "vanhetumisen pitää olla tulevaisuudessa"
|
||||||
|
},
|
||||||
|
"queryEditor": {
|
||||||
|
"input_optionMatchAny": "sovita joku",
|
||||||
|
"input_optionMatchAll": "sovita kaikki"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"setting": {
|
||||||
|
"clearCacheSuccess": "välimuisti on tyhjennetty onnistuneesti",
|
||||||
|
"artistConfiguration_description": "valise näytettävät asiat ja niiden järjestys albumin artistin sivulla",
|
||||||
|
"audioDevice": "äänilaite",
|
||||||
|
"clearQueryCache_description": "feishinin 'pehmeä tyhjennys'. tämä tyhjentää soittolistat, raitojen metadatat ja tallennetut sanoitukset. asetukset, palvelimien käyttäjätunnukset ja välimuistissa olevat kuvat säilyvät",
|
||||||
|
"crossfadeDuration": "ristihäivytyksen kesto",
|
||||||
|
"audioPlayer_description": "valitse toistossa käytettävä soitin",
|
||||||
|
"buttonSize": "soittimen palkin nappien koko",
|
||||||
|
"buttonSize_description": "soittimen palkin nappien koko",
|
||||||
|
"clearCache": "tyhjennä selaimen välimuisti",
|
||||||
|
"clearQueryCache": "tyhjennä feishinin välimuisti",
|
||||||
|
"crossfadeDuration_description": "aseta ristihäivytystehosteen kesto",
|
||||||
|
"applicationHotkeys_description": "aseta sovelluksen pikanäppäimet. vaihda valintaruutua asettaaksesi valinta globaaliksi pikanäppäimeksi (vain työpöydällä)",
|
||||||
|
"crossfadeStyle": "ristihäivytyksen tyyli",
|
||||||
|
"crossfadeStyle_description": "valitse soittimessa käytettävän ristihäivytyksen tyyli",
|
||||||
|
"contextMenu_description": "mahdollistaa sinun piilottaa asiat, jotka näytetään valikossa klikatessasi objektia hiiren väärällä painikkella. poistetut valinnat piilotetaan",
|
||||||
|
"customCssEnable_description": "mahdollista oman css:n kirjoittaminen.",
|
||||||
|
"accentColor": "korostusväri",
|
||||||
|
"customCssEnable": "käytä omaa css:ää",
|
||||||
|
"albumBackgroundBlur_description": "säätää albumin taustakuvan sumennuksen määrää",
|
||||||
|
"audioExclusiveMode_description": "käytä yksinomaista ulostulotilaa. Tässä tilassa järjestelmä on yleensä lukittuna ja vain mpv voi tuottaa ääntä",
|
||||||
|
"albumBackgroundBlur": "albumin taustakuvan sumennuksen koko",
|
||||||
|
"clearCache_description": "feishinin 'kova tyhjennys'. feishinin välimuistin lisäksi tyhjennä selaimen välimuisti (tallennetut kuvat ja muut kohteet). palvelimien käyttäjättunnukset ja asetukset säilyvät",
|
||||||
|
"audioExclusiveMode": "äänen yksinomainen tila",
|
||||||
|
"audioPlayer": "soitin",
|
||||||
|
"contextMenu": "kontekstivalikon (hiiren väärä näppäin) asetukset",
|
||||||
|
"accentColor_description": "aseta sovelluksen korostusväri",
|
||||||
|
"albumBackground_description": "lisää taustakuva albumin sivuille, jotka sisältävät albumin kuvitusta",
|
||||||
|
"artistConfiguration": "albumin artistin sivun hallinta",
|
||||||
|
"audioDevice_description": "valitse toistossa käytettävä äänilaite (vain verkkosoittimessa)",
|
||||||
|
"applicationHotkeys": "sovelluksen pikanäppäimet",
|
||||||
|
"albumBackground": "albumin taustakuva"
|
||||||
|
},
|
||||||
|
"page": {
|
||||||
|
"itemDetail": {
|
||||||
|
"copiedPath": "polku on kopioitu onnistuneesti",
|
||||||
|
"copyPath": "kopioi reitti leikepöytälle",
|
||||||
|
"openFile": "näytä kappale tiedostonhallinnassa"
|
||||||
|
},
|
||||||
|
"albumArtistList": {
|
||||||
|
"title": "$t(entity.albumArtist_other)"
|
||||||
|
},
|
||||||
|
"albumDetail": {
|
||||||
|
"moreFromArtist": "siirrä kohteesta $t(entity.artist_one)",
|
||||||
|
"moreFromGeneric": "listää kohteesta {{item}}",
|
||||||
|
"released": "julkaistu"
|
||||||
|
},
|
||||||
|
"albumList": {
|
||||||
|
"artistAlbums": "artistin {{artist}} albumit",
|
||||||
|
"genreAlbums": "\"{{genre}}\"$t(entity.album_other)",
|
||||||
|
"title": "$t(entity.album_other)"
|
||||||
|
},
|
||||||
|
"appMenu": {
|
||||||
|
"goBack": "mene takaisin",
|
||||||
|
"openBrowserDevtools": "avaa selaimen kehitystyökalut",
|
||||||
|
"quit": "$t(common.quit)",
|
||||||
|
"selectServer": "valitse palvelin",
|
||||||
|
"settings": "$t(common.setting_other)",
|
||||||
|
"expandSidebar": "laajenna sivupalkki",
|
||||||
|
"goForward": "mene eteenpäin",
|
||||||
|
"manageServers": "hallitse palvelimia",
|
||||||
|
"collapseSidebar": "kutista sivupalkki",
|
||||||
|
"version": "versio {{version}}"
|
||||||
|
},
|
||||||
|
"contextMenu": {
|
||||||
|
"playSimilarSongs": "$t(player.playSimilarSongs)",
|
||||||
|
"addNext": "$t(player.addNext)",
|
||||||
|
"addToFavorites": "$t(action.addToFavorites)",
|
||||||
|
"addToPlaylist": "$t(action.addToPlaylist)",
|
||||||
|
"createPlaylist": "$t(action.createPlaylist)",
|
||||||
|
"deletePlaylist": "$t(action.deletePlaylist)",
|
||||||
|
"deselectAll": "$t(action.deselectAll)",
|
||||||
|
"removeFromPlaylist": "$t(action.removeFromPlaylist)",
|
||||||
|
"setRating": "$t(action.setRating)",
|
||||||
|
"playShuffled": "$t(player.shuffle)",
|
||||||
|
"numberSelected": "{{count}} valittuna",
|
||||||
|
"play": "$t(player.play)",
|
||||||
|
"download": "lataa",
|
||||||
|
"moveToBottom": "$t(action.moveToBottom)",
|
||||||
|
"moveToTop": "$t(action.moveToTop)",
|
||||||
|
"removeFromFavorites": "$t(action.removeFromFavorites)",
|
||||||
|
"shareItem": "jaa kohde",
|
||||||
|
"showDetails": "lisätietoa",
|
||||||
|
"addFavorite": "$t(action.addToFavorites)",
|
||||||
|
"addLast": "$t(player.addLast)",
|
||||||
|
"moveToNext": "$t(action.moveToNext)",
|
||||||
|
"removeFromQueue": "$t(action.removeFromQueue)"
|
||||||
|
},
|
||||||
|
"sidebar": {
|
||||||
|
"albumArtists": "$t(entity.albumArtist_other)",
|
||||||
|
"albums": "$t(entity.album_other)",
|
||||||
|
"settings": "$t(common.setting_other)",
|
||||||
|
"shared": "$t(entity.playlist_other) jaettu",
|
||||||
|
"tracks": "$t(entity.track_other)",
|
||||||
|
"artists": "$t(entity.artist_other)",
|
||||||
|
"folders": "$t(entity.folder_other)",
|
||||||
|
"genres": "$t(entity.genre_other)",
|
||||||
|
"home": "$t(common.home)",
|
||||||
|
"nowPlaying": "nyt soi",
|
||||||
|
"playlists": "$t(entity.playlist_other)",
|
||||||
|
"search": "$t(common.search)"
|
||||||
|
},
|
||||||
|
"setting": {
|
||||||
|
"generalTab": "yleinen",
|
||||||
|
"windowTab": "ikkuna",
|
||||||
|
"hotkeysTab": "pikanäppäimet",
|
||||||
|
"playbackTab": "toisto",
|
||||||
|
"advanced": "edistyneet"
|
||||||
|
},
|
||||||
|
"fullscreenPlayer": {
|
||||||
|
"upNext": "seuraavaksi",
|
||||||
|
"visualizer": "visualisaattori",
|
||||||
|
"noLyrics": "sanoja ei löytynyt",
|
||||||
|
"config": {
|
||||||
|
"showLyricMatch": "näytä sanojen yhteneväisyys",
|
||||||
|
"showLyricProvider": "näytä sanojen tarjoaja",
|
||||||
|
"lyricGap": "sanojen rako",
|
||||||
|
"synchronized": "synkronoitu",
|
||||||
|
"lyricSize": "sanojen koko",
|
||||||
|
"opacity": "läpinäkyvyys",
|
||||||
|
"unsynchronized": "synkronoimaton",
|
||||||
|
"useImageAspectRatio": "käytä kuvan kuvasuhdetta",
|
||||||
|
"dynamicBackground": "liikkuva tausta",
|
||||||
|
"dynamicImageBlur": "kuvan sumennuksen koko",
|
||||||
|
"dynamicIsImage": "käytä taustakuvaa",
|
||||||
|
"lyricOffset": "sanojen kompensointi (ms)",
|
||||||
|
"followCurrentLyric": "seuraa nykyisiä sanoja",
|
||||||
|
"lyricAlignment": "sanojen kohdistus"
|
||||||
|
},
|
||||||
|
"lyrics": "sanat",
|
||||||
|
"related": "liittyvät"
|
||||||
|
},
|
||||||
|
"genreList": {
|
||||||
|
"showAlbums": "näytä $t(entity.genre_one) $t(entity.album_other)",
|
||||||
|
"showTracks": "näytä $t(entity.genre_one) $t(entity.track_other)",
|
||||||
|
"title": "$t(entity.genre_other)"
|
||||||
|
},
|
||||||
|
"globalSearch": {
|
||||||
|
"commands": {
|
||||||
|
"searchFor": "hae {{query}}",
|
||||||
|
"serverCommands": "palvelimen komennot",
|
||||||
|
"goToPage": "mene sivulle"
|
||||||
|
},
|
||||||
|
"title": "komennot"
|
||||||
|
},
|
||||||
|
"home": {
|
||||||
|
"explore": "tutki kirjastotasi",
|
||||||
|
"recentlyPlayed": "hiljattain soitetut",
|
||||||
|
"title": "$t(common.home)",
|
||||||
|
"mostPlayed": "eniten soitetut",
|
||||||
|
"newlyAdded": "hiljattain lisätyt julkaisut"
|
||||||
|
},
|
||||||
|
"albumArtistDetail": {
|
||||||
|
"about": "{{artist}}{sta/stä",
|
||||||
|
"viewDiscography": "katsele diskografiaa",
|
||||||
|
"relatedArtists": "liittyvät $t(entity.artist_other)",
|
||||||
|
"appearsOn": "esiintyy",
|
||||||
|
"topSongs": "parhaat kappaleet",
|
||||||
|
"topSongsFrom": "parhaat kappaleet albumilta {{title}}",
|
||||||
|
"recentReleases": "hiljattaiset julkaisut",
|
||||||
|
"viewAll": "katsele kaikkia",
|
||||||
|
"viewAllTracks": "katsele kaikkia $t(entity.track_other)"
|
||||||
|
},
|
||||||
|
"playlistList": {
|
||||||
|
"title": "$t(entity.playlist_other)"
|
||||||
|
},
|
||||||
|
"manageServers": {
|
||||||
|
"title": "hallitse palvelimia",
|
||||||
|
"serverDetails": "palvelimen lisätiedot",
|
||||||
|
"url": "URL",
|
||||||
|
"username": "käyttäjänimi",
|
||||||
|
"editServerDetailsTooltip": "muokkaa palvelimen lisätietoja",
|
||||||
|
"removeServer": "etäpalvelin"
|
||||||
|
},
|
||||||
|
"playlist": {
|
||||||
|
"reorder": "uudelleenjärjestely mahdollista vain, kun järjestellään id:n mukaan"
|
||||||
|
},
|
||||||
|
"trackList": {
|
||||||
|
"artistTracks": "artistin {{artist}} kappaleet",
|
||||||
|
"genreTracks": "\"{{genre}}\" $t(entity.track_other)",
|
||||||
|
"title": "$t(entity.track_other)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"player": {
|
||||||
|
"addLast": "lisää viimeinen",
|
||||||
|
"addNext": "lisää seuraava",
|
||||||
|
"favorite": "suosikki",
|
||||||
|
"queue_moveToTop": "siirrä valittu alas",
|
||||||
|
"queue_remove": "poista valittu",
|
||||||
|
"repeat": "kertaus",
|
||||||
|
"previous": "edellinen",
|
||||||
|
"queue_clear": "tyhjennä jono",
|
||||||
|
"skip": "ohita",
|
||||||
|
"skip_forward": "ohita eteenpäin",
|
||||||
|
"stop": "pysäytä",
|
||||||
|
"skip_back": "ohita taaksepäin",
|
||||||
|
"unfavorite": "poista suosikeista",
|
||||||
|
"playbackFetchNoResults": "kappaleita ei löytynyt",
|
||||||
|
"queue_moveToBottom": "siittä valittu ylös",
|
||||||
|
"pause": "tauota",
|
||||||
|
"playbackSpeed": "toistonopeus",
|
||||||
|
"repeat_all": "kertaa kaikki",
|
||||||
|
"playbackFetchCancel": "tämä vie aikaa... sulje ilmoitus peruaksesi",
|
||||||
|
"mute": "mykistä",
|
||||||
|
"shuffle": "soita sekoitettuna",
|
||||||
|
"next": "seuraava",
|
||||||
|
"play": "toista",
|
||||||
|
"playbackFetchInProgress": "ladataan kappaleita…",
|
||||||
|
"viewQueue": "katsele jonoa",
|
||||||
|
"muted": "mykistetty",
|
||||||
|
"playRandom": "toista satunnainen",
|
||||||
|
"playSimilarSongs": "toista samanlaisia kappaleita",
|
||||||
|
"repeat_off": "kertaus pois päältä",
|
||||||
|
"shuffle_off": "sekoitus pois päältä",
|
||||||
|
"toggleFullscreenPlayer": "vaihda kokoruudun soittimeen"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,7 +53,8 @@
|
||||||
"openIn": {
|
"openIn": {
|
||||||
"lastfm": "Ouvrir dans Last.fm",
|
"lastfm": "Ouvrir dans Last.fm",
|
||||||
"musicbrainz": "Ouvrir dans MusicBrainz"
|
"musicbrainz": "Ouvrir dans MusicBrainz"
|
||||||
}
|
},
|
||||||
|
"moveToNext": "passer au suivant"
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"backward": "en arrière",
|
"backward": "en arrière",
|
||||||
|
@ -315,7 +316,8 @@
|
||||||
"playSimilarSongs": "$t(player.playSimilarSongs)",
|
"playSimilarSongs": "$t(player.playSimilarSongs)",
|
||||||
"showDetails": "obtenir des informations",
|
"showDetails": "obtenir des informations",
|
||||||
"download": "télécharger",
|
"download": "télécharger",
|
||||||
"playShuffled": "$t(player.shuffle)"
|
"playShuffled": "$t(player.shuffle)",
|
||||||
|
"moveToNext": "$t(action.moveToNext)"
|
||||||
},
|
},
|
||||||
"albumArtistList": {
|
"albumArtistList": {
|
||||||
"title": "$t(entity.albumArtist_other)"
|
"title": "$t(entity.albumArtist_other)"
|
||||||
|
@ -589,7 +591,9 @@
|
||||||
"transcodeNote": "prend effet après 1 (web) - 2 (mpv) chansons",
|
"transcodeNote": "prend effet après 1 (web) - 2 (mpv) chansons",
|
||||||
"trayEnabled_description": "afficher ou masquer l'icône et le menu de la barre d'état système. si désactivé, désactive également la réduction et la sortie vers la barre d'état système",
|
"trayEnabled_description": "afficher ou masquer l'icône et le menu de la barre d'état système. si désactivé, désactive également la réduction et la sortie vers la barre d'état système",
|
||||||
"doubleClickBehavior_description": "si vrai, toutes les pistes correspondantes dans une recherche de piste seront mises en file d'attente. sinon, seule celle sur laquelle vous avez cliqué sera mise en file d'attente",
|
"doubleClickBehavior_description": "si vrai, toutes les pistes correspondantes dans une recherche de piste seront mises en file d'attente. sinon, seule celle sur laquelle vous avez cliqué sera mise en file d'attente",
|
||||||
"albumBackgroundBlur": "taille du flou de l'image d'arrière-plan de l'album"
|
"albumBackgroundBlur": "taille du flou de l'image d'arrière-plan de l'album",
|
||||||
|
"lastfmApiKey": "clé API {{lastfm}}",
|
||||||
|
"lastfmApiKey_description": "la clé API pour {{lastfm}} est requise pour la pochette d'album"
|
||||||
},
|
},
|
||||||
"form": {
|
"form": {
|
||||||
"deletePlaylist": {
|
"deletePlaylist": {
|
||||||
|
|
254
src/i18n/locales/hu.json
Normal file
254
src/i18n/locales/hu.json
Normal file
|
@ -0,0 +1,254 @@
|
||||||
|
{
|
||||||
|
"action": {
|
||||||
|
"moveToNext": "ugrás a következőre",
|
||||||
|
"deletePlaylist": "$t(entity.playlist_one) törlése",
|
||||||
|
"removeFromFavorites": "eltávolítás innen: $t(entity.favorite_other)",
|
||||||
|
"setRating": "értékelés",
|
||||||
|
"viewPlaylists": "$t(entity.playlist_other) megtekintése",
|
||||||
|
"openIn": {
|
||||||
|
"lastfm": "Megnyitás Last.fm-ben",
|
||||||
|
"musicbrainz": "Megnyitás MusicBrainz-ben"
|
||||||
|
},
|
||||||
|
"clearQueue": "műsorlista kiürítése",
|
||||||
|
"createPlaylist": "$t(entity.playlist_one) létrehozása",
|
||||||
|
"deselectAll": "kijelölések törlése",
|
||||||
|
"editPlaylist": "$t(entity.playlist_one) szerkesztése",
|
||||||
|
"goToPage": "oldal meglátogatása",
|
||||||
|
"moveToBottom": "ugrás az utolsóhoz",
|
||||||
|
"moveToTop": "ugrás az elsőhöz",
|
||||||
|
"removeFromPlaylist": "eltávolítás innen: $t(entity.playlist_one)",
|
||||||
|
"removeFromQueue": "eltávolítás a műsorlistáról",
|
||||||
|
"toggleSmartPlaylistEditor": "$t(entity.smartPlaylist) szerkesztője",
|
||||||
|
"addToFavorites": "$t(entity.favorite_other) kedvelése",
|
||||||
|
"addToPlaylist": "hozzáadás lejátszási listához: $t(entity.playlist_one)"
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"collapse": "összecsukás",
|
||||||
|
"currentSong": "jelenlegi: $t(entity.track_one)",
|
||||||
|
"no": "nem",
|
||||||
|
"close": "bezárás",
|
||||||
|
"confirm": "rendben",
|
||||||
|
"create": "létrehozás",
|
||||||
|
"codec": "kodek",
|
||||||
|
"delete": "törlés",
|
||||||
|
"description": "leírás",
|
||||||
|
"comingSoon": "hamarosan…",
|
||||||
|
"decrease": "csökkentés",
|
||||||
|
"enable": "engedélyes",
|
||||||
|
"disable": "letiltás",
|
||||||
|
"disc": "lemez",
|
||||||
|
"modified": "módosult",
|
||||||
|
"forceRestartRequired": "a módosítások alkalmazásához újra kell indulnunk... zárd be az értesítést az újraindításhoz",
|
||||||
|
"home": "főoldal",
|
||||||
|
"name": "név",
|
||||||
|
"action_one": "művelet",
|
||||||
|
"action_other": "műveletek",
|
||||||
|
"add": "hozzáadás",
|
||||||
|
"albumGain": "album erősség",
|
||||||
|
"albumPeak": "album csúcs",
|
||||||
|
"areYouSure": "biztos vagy benne?",
|
||||||
|
"ascending": "növekvő",
|
||||||
|
"backward": "visszafelé",
|
||||||
|
"biography": "biográfia",
|
||||||
|
"bitrate": "bitráta",
|
||||||
|
"cancel": "mégse",
|
||||||
|
"center": "közép",
|
||||||
|
"channel_one": "csatorna",
|
||||||
|
"channel_other": "csatornák",
|
||||||
|
"clear": "törlés",
|
||||||
|
"configure": "konfigurálás",
|
||||||
|
"descending": "csökkenő",
|
||||||
|
"dismiss": "figyelmen kívül hagyás",
|
||||||
|
"duration": "hossz",
|
||||||
|
"edit": "szerkesztés",
|
||||||
|
"expand": "megnyitás",
|
||||||
|
"favorite": "kedvenc",
|
||||||
|
"filter_one": "szűrő",
|
||||||
|
"filter_other": "szűrők",
|
||||||
|
"filters": "szűrők",
|
||||||
|
"forward": "előre",
|
||||||
|
"gap": "rés",
|
||||||
|
"increase": "megnövelés",
|
||||||
|
"left": "bal",
|
||||||
|
"limit": "korlát",
|
||||||
|
"manage": "kezelés",
|
||||||
|
"maximize": "maximalizálás",
|
||||||
|
"menu": "menü",
|
||||||
|
"minimize": "minimalizálás",
|
||||||
|
"mbid": "MusicBrainz azonosító",
|
||||||
|
"noResultsFromQuery": "nincsenek találatok a keresett kifejezésre",
|
||||||
|
"note": "jegyzet",
|
||||||
|
"ok": "rendben",
|
||||||
|
"owner": "tulajdonos",
|
||||||
|
"path": "elérési út",
|
||||||
|
"playerMustBePaused": "a lejátszónak szüneteltetve kell lennie",
|
||||||
|
"preview": "előnézet",
|
||||||
|
"previousSong": "előző $t(entity.track_one)",
|
||||||
|
"quit": "kilépés",
|
||||||
|
"random": "véletlenszerű",
|
||||||
|
"refresh": "frissítés",
|
||||||
|
"reset": "reszetelés",
|
||||||
|
"resetToDefault": "visszaállítás alapértelmezettekre",
|
||||||
|
"right": "jobb",
|
||||||
|
"save": "mentés",
|
||||||
|
"search": "keresés",
|
||||||
|
"title": "cím",
|
||||||
|
"trackNumber": "dalszám",
|
||||||
|
"unknown": "ismeretlen",
|
||||||
|
"version": "verzió",
|
||||||
|
"yes": "igen",
|
||||||
|
"none": "egyik sem",
|
||||||
|
"restartRequired": "újraindítás szükséges",
|
||||||
|
"setting": "beállítás",
|
||||||
|
"translation": "fordítás",
|
||||||
|
"rating": "értékelések",
|
||||||
|
"reload": "újratöltés",
|
||||||
|
"share": "megosztás",
|
||||||
|
"sortOrder": "sorrend",
|
||||||
|
"saveAndReplace": "mentés és felülírás",
|
||||||
|
"saveAs": "mentés másként",
|
||||||
|
"size": "méret",
|
||||||
|
"year": "év",
|
||||||
|
"trackGain": "dal erősség",
|
||||||
|
"trackPeak": "dal csúcs"
|
||||||
|
},
|
||||||
|
"entity": {
|
||||||
|
"albumArtist_one": "album szerzője",
|
||||||
|
"albumArtist_other": "album szerzői",
|
||||||
|
"albumArtistCount_one": "{{count}} album szerző",
|
||||||
|
"albumArtistCount_other": "{{count}} album szerzők",
|
||||||
|
"albumWithCount_one": "{{count}} album",
|
||||||
|
"albumWithCount_other": "{{count}} album",
|
||||||
|
"artist_one": "előadó",
|
||||||
|
"artist_other": "előadók",
|
||||||
|
"favorite_one": "kedvelés",
|
||||||
|
"favorite_other": "kedvelések",
|
||||||
|
"folder_one": "mappa",
|
||||||
|
"folder_other": "mappák",
|
||||||
|
"genreWithCount_one": "{{count}} műfaj",
|
||||||
|
"genreWithCount_other": "{{count}} műfaj",
|
||||||
|
"track_one": "dal",
|
||||||
|
"track_other": "dalok",
|
||||||
|
"song_one": "zene",
|
||||||
|
"song_other": "zenék",
|
||||||
|
"album_one": "album",
|
||||||
|
"album_other": "albumok",
|
||||||
|
"smartPlaylist": "intelligens $t(entity.playlist_one)",
|
||||||
|
"artistWithCount_one": "{{count}} előadó",
|
||||||
|
"artistWithCount_other": "{{count}} előadó",
|
||||||
|
"playlist_one": "lejátszási lista",
|
||||||
|
"playlist_other": "lejátszási listák",
|
||||||
|
"playlistWithCount_one": "{{count}} lejátszási lista",
|
||||||
|
"playlistWithCount_other": "{{count}} lejátszási lista",
|
||||||
|
"folderWithCount_one": "{{count}} mappa",
|
||||||
|
"folderWithCount_other": "{{count}} mappa",
|
||||||
|
"genre_one": "műfaj",
|
||||||
|
"genre_other": "műfajok",
|
||||||
|
"play_one": "{{count}} lejátszás",
|
||||||
|
"play_other": "{{count}} lejátszás",
|
||||||
|
"trackWithCount_one": "{{count}} dal",
|
||||||
|
"trackWithCount_other": "{{count}} dal"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"apiRouteError": "a kérést nem sikerült célbajuttatni",
|
||||||
|
"audioDeviceFetchError": "hiba történt a hangeszközök lekérésekor",
|
||||||
|
"authenticationFailed": "sikertelen hitelesítés",
|
||||||
|
"credentialsRequired": "hitelesítési adatok szükségesek",
|
||||||
|
"localFontAccessDenied": "hozzáférés megtagadásra került a helyi betűtípusokhoz",
|
||||||
|
"networkError": "hálózati hibába ütköztünk",
|
||||||
|
"openError": "a fájl megnyitása sikertelen volt",
|
||||||
|
"playbackError": "hiba történt a média lejátszásakor",
|
||||||
|
"remoteEnableError": "hiba történt a távoli szerver műveletkor: $t(common.enable)",
|
||||||
|
"remotePortError": "hiba történt a távoli szerver PORT-jának beállításakor",
|
||||||
|
"remotePortWarning": "indítsd újra a szervert az új PORT használatához",
|
||||||
|
"genericError": "hiba történt",
|
||||||
|
"endpointNotImplementedError": "a(z) {{endpoint}} végpont nincs implementálva a következőhöz: {{serverType}}",
|
||||||
|
"badAlbum": "azért látod ezt az oldalt mert ez a zeneszám nem része egy albumnak. ez általában akkor történik amikor egy szám a zenekönyvtárad gyökerébe kerül. a Jellyfin csak mappákba rendezett számokat csoportosít",
|
||||||
|
"loginRateError": "túl sok bejelentkezési kísérlet, kérlek próbáld újra pár másodperc múlva",
|
||||||
|
"mpvRequired": "MPV szükséges",
|
||||||
|
"invalidServer": "érvénytelen szerver",
|
||||||
|
"remoteDisableError": "hiba történt a távoli szerver műveletkor: $t(common.disable)",
|
||||||
|
"sessionExpiredError": "a munkameneted lejárt",
|
||||||
|
"systemFontError": "hiba történt a rendszer betűtípusainak lekérésekor",
|
||||||
|
"serverRequired": "szerver szükséges",
|
||||||
|
"serverNotSelectedError": "nincs szerver kiválasztva"
|
||||||
|
},
|
||||||
|
"filter": {
|
||||||
|
"albumCount": "$t(entity.album_other) darab",
|
||||||
|
"bitrate": "bitráta",
|
||||||
|
"comment": "megjegyzés",
|
||||||
|
"dateAdded": "hozzáadva",
|
||||||
|
"duration": "hossz",
|
||||||
|
"fromYear": "évtől",
|
||||||
|
"isCompilation": "gyűjtemény",
|
||||||
|
"isRated": "értékelt",
|
||||||
|
"lastPlayed": "utoljára lejátszva",
|
||||||
|
"mostPlayed": "legtöbbször lejátszott",
|
||||||
|
"note": "megjegyzés",
|
||||||
|
"random": "véletlenszerű",
|
||||||
|
"rating": "értékelések",
|
||||||
|
"recentlyAdded": "nemrég hozzáadott",
|
||||||
|
"releaseDate": "megjelenési dátum",
|
||||||
|
"releaseYear": "megjelenés éve",
|
||||||
|
"songCount": "dal szám",
|
||||||
|
"title": "cím",
|
||||||
|
"disc": "lemez",
|
||||||
|
"criticRating": "kritikusok értékelése",
|
||||||
|
"communityRating": "közösségi értékelés",
|
||||||
|
"albumArtist": "$t(entity.albumArtist_one)",
|
||||||
|
"biography": "biográfia",
|
||||||
|
"album": "$t(entity.album_one)",
|
||||||
|
"favorited": "kedvelt",
|
||||||
|
"isRecentlyPlayed": "mostanában lejátszott",
|
||||||
|
"name": "név",
|
||||||
|
"owner": "$t(common.owner)",
|
||||||
|
"id": "azonosító",
|
||||||
|
"recentlyPlayed": "nemrég lejátszott",
|
||||||
|
"isFavorited": "kedvelt",
|
||||||
|
"search": "keresés",
|
||||||
|
"isPublic": "nyilvános",
|
||||||
|
"playCount": "lejátszások száma",
|
||||||
|
"recentlyUpdated": "nemrég módosult",
|
||||||
|
"path": "elérési út",
|
||||||
|
"toYear": "évhez",
|
||||||
|
"trackNumber": "dalszám"
|
||||||
|
},
|
||||||
|
"form": {
|
||||||
|
"addServer": {
|
||||||
|
"error_savePassword": "hiba történt a jelszó mentésekor",
|
||||||
|
"ignoreCors": "CORS figyelmen kívül hagyása $t(common.restartRequired)",
|
||||||
|
"ignoreSsl": "SSL figyelmen kívül hagyása $t(common.restartRequired)",
|
||||||
|
"input_password": "jelszó",
|
||||||
|
"input_url": "url",
|
||||||
|
"input_username": "felhasználónév",
|
||||||
|
"success": "szerver sikeresen hozzáadva",
|
||||||
|
"title": "szerver hozzáadása",
|
||||||
|
"input_name": "szervernév",
|
||||||
|
"input_savePassword": "jelszó mentése",
|
||||||
|
"input_legacyAuthentication": "klasszikus hitelesítés bekapcsolása"
|
||||||
|
},
|
||||||
|
"addToPlaylist": {
|
||||||
|
"input_skipDuplicates": "duplikátumok átugrása",
|
||||||
|
"input_playlists": "$t(entity.playlist_other)",
|
||||||
|
"success": "hozzáadtuk ezt: $t(entity.trackWithCount, {\"count\": {{message}} }) a következőhöz: $t(entity.playlistWithCount, {\"count\": {{numOfPlaylists}} })",
|
||||||
|
"title": "hozzáadás a következőhöz: $t(entity.playlist_one)"
|
||||||
|
},
|
||||||
|
"createPlaylist": {
|
||||||
|
"input_description": "$t(common.description)",
|
||||||
|
"input_name": "$t(common.name)",
|
||||||
|
"input_owner": "$t(common.owner)",
|
||||||
|
"input_public": "nyilvános",
|
||||||
|
"title": "$t(entity.playlist_one) létrehozása",
|
||||||
|
"success": "$t(entity.playlist_one) sikeresen létrehozva"
|
||||||
|
},
|
||||||
|
"deletePlaylist": {
|
||||||
|
"input_confirm": "a megerősítéshez írd be a(z) $t(entity.playlist_one) nevét",
|
||||||
|
"success": "$t(entity.playlist_one) sikeresen törölve",
|
||||||
|
"title": "$t(entity.playlist_one) törlése"
|
||||||
|
},
|
||||||
|
"editPlaylist": {
|
||||||
|
"success": "$t(entity.playlist_one) sikeresen módosítva",
|
||||||
|
"publicJellyfinNote": "A Jellyfin valamiért nem teszi közzé, hogy egy lejátszási lista nyilvános-e. Amennyiben azt szeretnéd, hogy nyilvános maradjon, válaszd ki az alábbi beviteli mezőt"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
747
src/i18n/locales/id.json
Normal file
747
src/i18n/locales/id.json
Normal file
|
@ -0,0 +1,747 @@
|
||||||
|
{
|
||||||
|
"action": {
|
||||||
|
"createPlaylist": "buat $t(entity.playlist_one)",
|
||||||
|
"toggleSmartPlaylistEditor": "ubah editor $t(entity.smartPlaylist)",
|
||||||
|
"goToPage": "pergi ke halaman",
|
||||||
|
"moveToTop": "pindah ke atas",
|
||||||
|
"addToPlaylist": "tambahkan ke $t(entity.playlist_one)",
|
||||||
|
"removeFromFavorites": "hapus dari $t(entity.favorite_other)",
|
||||||
|
"removeFromPlaylist": "hapus dari $t(entity.playlist_one)",
|
||||||
|
"deselectAll": "batalkan pilih semua",
|
||||||
|
"editPlaylist": "ubah $t(entity.playlist_one)",
|
||||||
|
"moveToNext": "pindah ke berikutnya",
|
||||||
|
"refresh": "$t(common.refresh)",
|
||||||
|
"removeFromQueue": "hapus dari antrean",
|
||||||
|
"setRating": "setel penilaian",
|
||||||
|
"viewPlaylists": "lihat $t(entity.playlist_other)",
|
||||||
|
"openIn": {
|
||||||
|
"lastfm": "Buka di Last.fm",
|
||||||
|
"musicbrainz": "Buka di MusicBrainz"
|
||||||
|
},
|
||||||
|
"addToFavorites": "tambahkan ke $t(entity.favorite_other)",
|
||||||
|
"clearQueue": "kosongkan antrian",
|
||||||
|
"deletePlaylist": "hapus $t(entity.playlist_one)",
|
||||||
|
"moveToBottom": "pindah ke bawah"
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"clear": "bersihkan",
|
||||||
|
"action_other": "aksi",
|
||||||
|
"codec": "Koded",
|
||||||
|
"channel_other": "Saluran",
|
||||||
|
"duration": "durasi",
|
||||||
|
"create": "buat",
|
||||||
|
"center": "tengah",
|
||||||
|
"areYouSure": "apakah Anda yakin?",
|
||||||
|
"add": "tambah",
|
||||||
|
"albumGain": "perolehan album",
|
||||||
|
"albumPeak": "Puncak album",
|
||||||
|
"cancel": "batal",
|
||||||
|
"close": "Tutup",
|
||||||
|
"configure": "konfigurasi",
|
||||||
|
"currentSong": "lagu saat ini $t(entity.track_one)",
|
||||||
|
"delete": "hapus",
|
||||||
|
"description": "deskripsi",
|
||||||
|
"edit": "ubah",
|
||||||
|
"biography": "biografi",
|
||||||
|
"confirm": "konfirmasi",
|
||||||
|
"descending": "menurun",
|
||||||
|
"disable": "nonaktifkan",
|
||||||
|
"disc": "disk",
|
||||||
|
"enable": "aktifkan",
|
||||||
|
"expand": "perbesar",
|
||||||
|
"favorite": "favorit",
|
||||||
|
"filter_other": "filter",
|
||||||
|
"filters": "filter",
|
||||||
|
"forceRestartRequired": "perlu restart untuk menerapkan perubahan... tutup pemberitahuan untuk memulai ulang",
|
||||||
|
"forward": "maju",
|
||||||
|
"gap": "jarak",
|
||||||
|
"home": "beranda",
|
||||||
|
"increase": "tingkatkan",
|
||||||
|
"left": "kiri",
|
||||||
|
"limit": "batasi",
|
||||||
|
"manage": "kelola",
|
||||||
|
"maximize": "maksimalkan",
|
||||||
|
"menu": "menu",
|
||||||
|
"minimize": "minimalisasi",
|
||||||
|
"modified": "dimodifikasi",
|
||||||
|
"mbid": "ID MusicBrainz",
|
||||||
|
"name": "nama",
|
||||||
|
"no": "tidak",
|
||||||
|
"none": "tidak ada",
|
||||||
|
"noResultsFromQuery": "permintaan tidak menghasilkan hasil",
|
||||||
|
"note": "catatan",
|
||||||
|
"ok": "oke",
|
||||||
|
"owner": "pemilik",
|
||||||
|
"playerMustBePaused": "pemain harus dijeda",
|
||||||
|
"preview": "Pratinjau",
|
||||||
|
"previousSong": "lagu sebelumnya $t(entity.track_one)",
|
||||||
|
"quit": "keluar",
|
||||||
|
"random": "acak",
|
||||||
|
"rating": "penilaian",
|
||||||
|
"refresh": "segarkan",
|
||||||
|
"reload": "Muat Ulang",
|
||||||
|
"reset": "reset",
|
||||||
|
"resetToDefault": "reset ke default",
|
||||||
|
"restartRequired": "restart diperlukan",
|
||||||
|
"right": "kanan",
|
||||||
|
"save": "simpan",
|
||||||
|
"saveAndReplace": "simpan dan ganti",
|
||||||
|
"saveAs": "simpan sebagai",
|
||||||
|
"search": "cari",
|
||||||
|
"setting": "pengaturan",
|
||||||
|
"share": "Bagikan",
|
||||||
|
"size": "ukuran",
|
||||||
|
"sortOrder": "urutkan",
|
||||||
|
"title": "judul",
|
||||||
|
"trackNumber": "pista",
|
||||||
|
"trackGain": "Gain pista",
|
||||||
|
"trackPeak": "puncak lagu",
|
||||||
|
"unknown": "tidak dikenal",
|
||||||
|
"version": "versi",
|
||||||
|
"year": "tahun",
|
||||||
|
"yes": "ya",
|
||||||
|
"path": "path(jalur)",
|
||||||
|
"ascending": "menaik",
|
||||||
|
"bpm": "bpm",
|
||||||
|
"bitrate": "kecepatan bit",
|
||||||
|
"collapse": "lipat",
|
||||||
|
"comingSoon": "segera hadir…",
|
||||||
|
"decrease": "kurangi",
|
||||||
|
"dismiss": "abaikan",
|
||||||
|
"translation": "terjemahan",
|
||||||
|
"backward": "mundur"
|
||||||
|
},
|
||||||
|
"entity": {
|
||||||
|
"album_other": "album",
|
||||||
|
"albumArtist_other": "artis album",
|
||||||
|
"albumArtistCount_other": "{{count}} artis album",
|
||||||
|
"albumWithCount_other": "{{count}} album",
|
||||||
|
"artist_other": "artis",
|
||||||
|
"artistWithCount_other": "{{count}} artis",
|
||||||
|
"favorite_other": "favorit",
|
||||||
|
"folder_other": "folder",
|
||||||
|
"folderWithCount_other": "{{count}} folder",
|
||||||
|
"genre_other": "genre",
|
||||||
|
"genreWithCount_other": "{{count}} genre",
|
||||||
|
"playlist_other": "daftar putar",
|
||||||
|
"play_other": "Putar {{count}}",
|
||||||
|
"playlistWithCount_other": "{{count}} daftar putar",
|
||||||
|
"smartPlaylist": "$t(entity.playlist_one) pintar",
|
||||||
|
"track_other": "pista",
|
||||||
|
"song_other": "lagu",
|
||||||
|
"trackWithCount_other": "{{count}} pista"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"apiRouteError": "tidak dapat mengarahkan permintaan",
|
||||||
|
"audioDeviceFetchError": "terjadi kesalahan saat mencoba mengambil perangkat audio",
|
||||||
|
"authenticationFailed": "autentikasi gagal",
|
||||||
|
"badAlbum": "Anda melihat halaman ini karena lagu ini tidak termasuk dalam album. Masalah ini bisa terjadi jika Anda memiliki lagu di tingkat atas folder musik Anda. Jellyfin hanya mengelompokkan lagu jika mereka berada di dalam folder.",
|
||||||
|
"credentialsRequired": "kredensial diperlukan",
|
||||||
|
"endpointNotImplementedError": "endpoint {{endpoint}} tidak diimplementasikan untuk {{serverType}}",
|
||||||
|
"genericError": "terjadi kesalahan",
|
||||||
|
"invalidServer": "server tidak valid",
|
||||||
|
"localFontAccessDenied": "akses ke font lokal ditolak",
|
||||||
|
"loginRateError": "terlalu banyak percobaan login, coba beberapa detik lagi",
|
||||||
|
"mpvRequired": "MPV diperlukan",
|
||||||
|
"networkError": "terjadi kesalahan jaringan",
|
||||||
|
"openError": "Tidak dapat membuka file",
|
||||||
|
"playbackError": "terjadi kesalahan saat mencoba memutar media",
|
||||||
|
"remoteDisableError": "terjadi kesalahan saat mencoba $t(common.disable) server jarak jauh",
|
||||||
|
"remoteEnableError": "terjadi kesalahan saat mencoba $t(common.enable) server jarak jauh",
|
||||||
|
"remotePortError": "terjadi kesalahan saat mencoba mengatur port server jarak jauh",
|
||||||
|
"remotePortWarning": "restart server untuk menerapkan port baru",
|
||||||
|
"serverNotSelectedError": "tidak ada server yang dipilih",
|
||||||
|
"serverRequired": "server diperlukan",
|
||||||
|
"sessionExpiredError": "sesi Anda telah kedaluwarsa",
|
||||||
|
"systemFontError": "terjadi kesalahan saat mencoba mendapatkan font sistem"
|
||||||
|
},
|
||||||
|
"filter": {
|
||||||
|
"album": "$t(entity.album_one)",
|
||||||
|
"albumArtist": "$t(entity.albumArtist_one)",
|
||||||
|
"albumCount": "Hitung $t(entity.album_other)",
|
||||||
|
"artist": "$t(entity.artist_one)",
|
||||||
|
"biography": "biografi",
|
||||||
|
"bitrate": "bitrate",
|
||||||
|
"bpm": "lpm",
|
||||||
|
"channels": "$t(common.channel_other)",
|
||||||
|
"comment": "komentar",
|
||||||
|
"communityRating": "penilaian komunitas",
|
||||||
|
"criticRating": "penilaian kritik",
|
||||||
|
"dateAdded": "tanggal ditambahkan",
|
||||||
|
"disc": "disk",
|
||||||
|
"duration": "durasi",
|
||||||
|
"favorited": "favorit",
|
||||||
|
"genre": "$t(entity.genre_one)",
|
||||||
|
"id": "id",
|
||||||
|
"isCompilation": "apakah ini kompilasi",
|
||||||
|
"isFavorited": "apakah ini favorit",
|
||||||
|
"isPublic": "apakah ini publik",
|
||||||
|
"isRated": "apakah ini terklasifikasi",
|
||||||
|
"isRecentlyPlayed": "baru saja diputar",
|
||||||
|
"lastPlayed": "terakhir diputar",
|
||||||
|
"mostPlayed": "paling sering diputar",
|
||||||
|
"name": "nama",
|
||||||
|
"note": "catatan",
|
||||||
|
"owner": "$t(common.owner)",
|
||||||
|
"playCount": "jumlah putar",
|
||||||
|
"random": "acak",
|
||||||
|
"rating": "penilaian",
|
||||||
|
"recentlyAdded": "baru saja ditambahkan",
|
||||||
|
"recentlyPlayed": "baru saja diputar",
|
||||||
|
"recentlyUpdated": "baru saja diperbarui",
|
||||||
|
"releaseDate": "tanggal rilis",
|
||||||
|
"releaseYear": "tahun rilis",
|
||||||
|
"search": "cari",
|
||||||
|
"songCount": "jumlah lagu",
|
||||||
|
"toYear": "hingga tahun",
|
||||||
|
"trackNumber": "nomor pista",
|
||||||
|
"fromYear": "dari tahun",
|
||||||
|
"title": "judul",
|
||||||
|
"path": "path(jalur)"
|
||||||
|
},
|
||||||
|
"form": {
|
||||||
|
"addServer": {
|
||||||
|
"error_savePassword": "terjadi kesalahan saat mencoba menyimpan kata sandi",
|
||||||
|
"ignoreCors": "abaikan cors ($t(common.restartRequired))",
|
||||||
|
"ignoreSsl": "abaikan ssl ($t(common.restartRequired))",
|
||||||
|
"input_legacyAuthentication": "izinkan autentikasi warisan",
|
||||||
|
"input_name": "nama server",
|
||||||
|
"input_password": "kata sandi",
|
||||||
|
"input_savePassword": "simpan kata sandi",
|
||||||
|
"input_url": "url",
|
||||||
|
"input_username": "nama pengguna",
|
||||||
|
"success": "server berhasil ditambahkan",
|
||||||
|
"title": "tambah server"
|
||||||
|
},
|
||||||
|
"addToPlaylist": {
|
||||||
|
"input_playlists": "$t(entity.playlist_other)",
|
||||||
|
"input_skipDuplicates": "lewati duplikat",
|
||||||
|
"success": "ditambahkan $t(entity.trackWithCount, {\"count\": {{message}} }) ke $t(entity.playlistWithCount, {\"count\": {{numOfPlaylists}} })",
|
||||||
|
"title": "tambahkan ke $t(entity.playlist_one)"
|
||||||
|
},
|
||||||
|
"createPlaylist": {
|
||||||
|
"input_description": "$t(common.description)",
|
||||||
|
"input_name": "$t(common.name)",
|
||||||
|
"input_owner": "$t(common.owner)",
|
||||||
|
"input_public": "publik",
|
||||||
|
"success": "$t(entity.playlist_one) berhasil dibuat",
|
||||||
|
"title": "buat $t(entity.playlist_one)"
|
||||||
|
},
|
||||||
|
"deletePlaylist": {
|
||||||
|
"input_confirm": "ketik nama $t(entity.playlist_one) untuk mengonfirmasi",
|
||||||
|
"success": "$t(entity.playlist_one) berhasil dihapus",
|
||||||
|
"title": "hapus $t(entity.playlist_one)"
|
||||||
|
},
|
||||||
|
"editPlaylist": {
|
||||||
|
"publicJellyfinNote": "Jellyfin entah bagaimana tidak menampilkan apakah playlist ini publik atau tidak. Jika Anda ingin playlist ini tetap publik, harap pilih entri berikut",
|
||||||
|
"success": "$t(entity.playlist_one) berhasil diperbarui",
|
||||||
|
"title": "ubah $t(entity.playlist_one)"
|
||||||
|
},
|
||||||
|
"lyricSearch": {
|
||||||
|
"input_artist": "$t(entity.artist_one)",
|
||||||
|
"input_name": "$t(common.name)",
|
||||||
|
"title": "cari lirik"
|
||||||
|
},
|
||||||
|
"queryEditor": {
|
||||||
|
"input_optionMatchAll": "cocokkan semua",
|
||||||
|
"input_optionMatchAny": "cocokkan salah satu"
|
||||||
|
},
|
||||||
|
"shareItem": {
|
||||||
|
"allowDownloading": "Izinkan unduhan",
|
||||||
|
"description": "Deskripsi",
|
||||||
|
"setExpiration": "Atur masa berlaku",
|
||||||
|
"success": "Tautan berbagi berhasil disalin ke papan klip (atau klik di sini untuk membuka)",
|
||||||
|
"expireInvalid": "Masa berlaku harus di masa depan",
|
||||||
|
"createFailed": "Tidak dapat membuat sumber daya berbagi (Apakah berbagi diaktifkan?)"
|
||||||
|
},
|
||||||
|
"updateServer": {
|
||||||
|
"success": "Server berhasil diperbarui",
|
||||||
|
"title": "perbarui server"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"page": {
|
||||||
|
"albumArtistDetail": {
|
||||||
|
"about": "Tentang {{artist}}",
|
||||||
|
"recentReleases": "Rilis terbaru",
|
||||||
|
"viewDiscography": "Lihat diskografi",
|
||||||
|
"relatedArtists": "$t(entity.artist_other) serupa",
|
||||||
|
"topSongs": "Lagu terbaik",
|
||||||
|
"topSongsFrom": "Lagu terbaik dari {{title}}",
|
||||||
|
"viewAll": "Lihat semua",
|
||||||
|
"viewAllTracks": "Lihat semua $t(entity.track_other)",
|
||||||
|
"appearsOn": "Tampil di"
|
||||||
|
},
|
||||||
|
"albumArtistList": {
|
||||||
|
"title": "$t(entity.albumArtist_other)"
|
||||||
|
},
|
||||||
|
"albumDetail": {
|
||||||
|
"moreFromArtist": "lebih banyak dari $t(entity.artist_one) ini",
|
||||||
|
"moreFromGeneric": "lebih banyak dari {{item}}",
|
||||||
|
"released": "dirilis"
|
||||||
|
},
|
||||||
|
"albumList": {
|
||||||
|
"artistAlbums": "album dari {{artist}}",
|
||||||
|
"genreAlbums": "\"{{genre}}\" $t(entity.album_other)",
|
||||||
|
"title": "$t(entity.album_other)"
|
||||||
|
},
|
||||||
|
"appMenu": {
|
||||||
|
"collapseSidebar": "perkecil sidebar",
|
||||||
|
"expandSidebar": "perluas sidebar",
|
||||||
|
"goBack": "kembali",
|
||||||
|
"goForward": "maju",
|
||||||
|
"manageServers": "kelola server",
|
||||||
|
"openBrowserDevtools": "buka alat pengembang browser",
|
||||||
|
"quit": "$t(common.quit)",
|
||||||
|
"selectServer": "pilih server",
|
||||||
|
"settings": "$t(common.setting_other)",
|
||||||
|
"version": "versi {{version}}"
|
||||||
|
},
|
||||||
|
"manageServers": {
|
||||||
|
"title": "kelola server",
|
||||||
|
"serverDetails": "detail server",
|
||||||
|
"url": "URL",
|
||||||
|
"username": "nama pengguna",
|
||||||
|
"editServerDetailsTooltip": "edit detail server",
|
||||||
|
"removeServer": "hapus server"
|
||||||
|
},
|
||||||
|
"contextMenu": {
|
||||||
|
"addFavorite": "$t(action.addToFavorites)",
|
||||||
|
"addLast": "$t(player.addLast)",
|
||||||
|
"addNext": "$t(player.addNext)",
|
||||||
|
"addToFavorites": "$t(action.addToFavorites)",
|
||||||
|
"addToPlaylist": "$t(action.addToPlaylist)",
|
||||||
|
"createPlaylist": "$t(action.createPlaylist)",
|
||||||
|
"deletePlaylist": "$t(action.deletePlaylist)",
|
||||||
|
"deselectAll": "$t(action.deselectAll)",
|
||||||
|
"download": "unduh",
|
||||||
|
"moveToNext": "$t(action.moveToNext)",
|
||||||
|
"moveToBottom": "$t(action.moveToBottom)",
|
||||||
|
"numberSelected": "{{count}} terpilih",
|
||||||
|
"playSimilarSongs": "$t(player.playSimilarSongs)",
|
||||||
|
"removeFromFavorites": "$t(action.removeFromFavorites)",
|
||||||
|
"removeFromPlaylist": "$t(action.removeFromPlaylist)",
|
||||||
|
"removeFromQueue": "$t(action.removeFromQueue)",
|
||||||
|
"setRating": "$t(action.setRating)",
|
||||||
|
"playShuffled": "$t(player.shuffle)",
|
||||||
|
"shareItem": "Bagikan item",
|
||||||
|
"showDetails": "Lihat detail",
|
||||||
|
"moveToTop": "$t(action.moveToTop)",
|
||||||
|
"play": "$t(player.play)"
|
||||||
|
},
|
||||||
|
"fullscreenPlayer": {
|
||||||
|
"config": {
|
||||||
|
"dynamicBackground": "latar belakang dinamis",
|
||||||
|
"dynamicImageBlur": "ukuran blur gambar",
|
||||||
|
"dynamicIsImage": "aktifkan gambar latar belakang",
|
||||||
|
"followCurrentLyric": "ikuti lirik saat ini",
|
||||||
|
"lyricAlignment": "penyelarasan lirik",
|
||||||
|
"lyricSize": "ukuran lirik",
|
||||||
|
"opacity": "opasitas",
|
||||||
|
"showLyricMatch": "tampilkan kecocokan lirik",
|
||||||
|
"showLyricProvider": "tampilkan penyedia lirik",
|
||||||
|
"synchronized": "sinkronisasi",
|
||||||
|
"unsynchronized": "tidak sinkronisasi",
|
||||||
|
"useImageAspectRatio": "gunakan rasio aspek gambar",
|
||||||
|
"lyricOffset": "offset lirik (ms)",
|
||||||
|
"lyricGap": "jarak lirik"
|
||||||
|
},
|
||||||
|
"lyrics": "lirik",
|
||||||
|
"related": "terkait",
|
||||||
|
"upNext": "berikutnya",
|
||||||
|
"noLyrics": "tanpa lirik",
|
||||||
|
"visualizer": "visualisasi"
|
||||||
|
},
|
||||||
|
"genreList": {
|
||||||
|
"showAlbums": "Tampilkan $t(entity.genre_one) $t(entity.album_other)",
|
||||||
|
"showTracks": "Tampilkan $t(entity.genre_one) $t(entity.track_other)",
|
||||||
|
"title": "$t(entity.genre_other)"
|
||||||
|
},
|
||||||
|
"globalSearch": {
|
||||||
|
"commands": {
|
||||||
|
"goToPage": "pergi ke halaman",
|
||||||
|
"searchFor": "cari {{query}}",
|
||||||
|
"serverCommands": "perintah server"
|
||||||
|
},
|
||||||
|
"title": "perintah"
|
||||||
|
},
|
||||||
|
"home": {
|
||||||
|
"explore": "jelajahi dari pustaka Anda",
|
||||||
|
"mostPlayed": "paling banyak diputar",
|
||||||
|
"newlyAdded": "rilis baru ditambahkan",
|
||||||
|
"recentlyPlayed": "baru saja diputar",
|
||||||
|
"title": "$t(common.home)"
|
||||||
|
},
|
||||||
|
"itemDetail": {
|
||||||
|
"copyPath": "Salin jalur ke papan klip",
|
||||||
|
"copiedPath": "Jalur berhasil disalin",
|
||||||
|
"openFile": "Tampilkan lagu di pengelola file"
|
||||||
|
},
|
||||||
|
"playlist": {
|
||||||
|
"reorder": "penataan ulang hanya aktif saat mengurutkan berdasarkan ID"
|
||||||
|
},
|
||||||
|
"playlistList": {
|
||||||
|
"title": "$t(entity.playlist_other)"
|
||||||
|
},
|
||||||
|
"setting": {
|
||||||
|
"advanced": "Lanjutan",
|
||||||
|
"generalTab": "umum",
|
||||||
|
"hotkeysTab": "tombol pintasan",
|
||||||
|
"playbackTab": "pemutaran",
|
||||||
|
"windowTab": "jendela"
|
||||||
|
},
|
||||||
|
"sidebar": {
|
||||||
|
"albumArtists": "$t(entity.albumArtist_other)",
|
||||||
|
"albums": "$t(entity.album_other)",
|
||||||
|
"artists": "$t(entity.artist_other)",
|
||||||
|
"folders": "$t(entity.folder_other)",
|
||||||
|
"genres": "$t(entity.genre_other)",
|
||||||
|
"home": "$t(common.home)",
|
||||||
|
"nowPlaying": "sedang diputar",
|
||||||
|
"playlists": "$t(entity.playlist_other)",
|
||||||
|
"search": "$t(common.search)",
|
||||||
|
"settings": "$t(common.setting_other)",
|
||||||
|
"shared": "berbagi $t(entity.playlist_other)",
|
||||||
|
"tracks": "$t(entity.track_other)"
|
||||||
|
},
|
||||||
|
"trackList": {
|
||||||
|
"artistTracks": "lagu oleh {{artist}}",
|
||||||
|
"genreTracks": "\"{{genre}}\" $t(entity.track_other)",
|
||||||
|
"title": "$t(entity.track_other)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"player": {
|
||||||
|
"addLast": "tambahkan terakhir",
|
||||||
|
"favorite": "favorit",
|
||||||
|
"mute": "bisukan",
|
||||||
|
"muted": "terbisukan",
|
||||||
|
"next": "berikutnya",
|
||||||
|
"play": "putar",
|
||||||
|
"playbackFetchCancel": "ini memerlukan waktu... tutup pemberitahuan untuk membatalkan",
|
||||||
|
"playbackFetchInProgress": "memuat lagu…",
|
||||||
|
"playbackFetchNoResults": "tidak ada lagu ditemukan",
|
||||||
|
"playbackSpeed": "kecepatan pemutaran",
|
||||||
|
"playRandom": "putar acak",
|
||||||
|
"playSimilarSongs": "putar lagu serupa",
|
||||||
|
"previous": "sebelumnya",
|
||||||
|
"queue_clear": "bersihkan antrean",
|
||||||
|
"queue_moveToBottom": "pindahkan yang terpilih ke bawah",
|
||||||
|
"queue_moveToTop": "pindahkan yang terpilih ke atas",
|
||||||
|
"queue_remove": "hapus yang terpilih",
|
||||||
|
"repeat": "ulang",
|
||||||
|
"repeat_all": "ulang semua",
|
||||||
|
"repeat_off": "ulang dimatikan",
|
||||||
|
"shuffle": "putar acak",
|
||||||
|
"shuffle_off": "acak dimatikan",
|
||||||
|
"skip": "lewati",
|
||||||
|
"skip_back": "mundur",
|
||||||
|
"skip_forward": "lewati maju",
|
||||||
|
"stop": "berhenti",
|
||||||
|
"toggleFullscreenPlayer": "aktifkan pemutar layar penuh",
|
||||||
|
"unfavorite": "bukan favorit",
|
||||||
|
"pause": "jeda",
|
||||||
|
"viewQueue": "lihat antrean",
|
||||||
|
"addNext": "tambahkan berikutnya"
|
||||||
|
},
|
||||||
|
"setting": {
|
||||||
|
"accentColor": "warna sorotan",
|
||||||
|
"accentColor_description": "menetapkan warna sorotan aplikasi",
|
||||||
|
"albumBackground": "gambar latar belakang album",
|
||||||
|
"albumBackground_description": "Tambahkan gambar latar belakang ke halaman album yang berisi sampul album",
|
||||||
|
"albumBackgroundBlur": "Ukuran blur gambar latar belakang album",
|
||||||
|
"albumBackgroundBlur_description": "Atur tingkat blur gambar latar belakang album",
|
||||||
|
"applicationHotkeys": "tombol pintasan aplikasi",
|
||||||
|
"applicationHotkeys_description": "menetapkan tombol pintasan aplikasi. centang untuk menjadikannya tombol pintasan global (desktop saja)",
|
||||||
|
"artistConfiguration": "Pengaturan halaman artis album",
|
||||||
|
"artistConfiguration_description": "Atur elemen apa yang ditampilkan dan urutannya di halaman artis album",
|
||||||
|
"audioDevice": "perangkat audio",
|
||||||
|
"audioDevice_description": "pilih perangkat audio yang digunakan untuk pemutaran (hanya pemutar web)",
|
||||||
|
"audioExclusiveMode": "mode audio eksklusif",
|
||||||
|
"audioExclusiveMode_description": "aktifkan mode audio eksklusif. Dalam mode ini, sistem biasanya diblokir, dan hanya mpv yang akan diizinkan untuk output audio",
|
||||||
|
"audioPlayer": "pemutar audio",
|
||||||
|
"audioPlayer_description": "pilih pemutar audio yang digunakan untuk pemutaran",
|
||||||
|
"buttonSize": "ukuran tombol bilah pemutaran",
|
||||||
|
"buttonSize_description": "ukuran tombol pada bilah pemutaran",
|
||||||
|
"webAudio_description": "Menggunakan audio web. Ini mengaktifkan fitur lanjutan seperti Replaygain. Nonaktifkan opsi ini jika Anda mengalami masalah",
|
||||||
|
"windowBarStyle": "gaya bilah jendela",
|
||||||
|
"windowBarStyle_description": "pilih gaya bilah jendela",
|
||||||
|
"zoom": "persentase zoom",
|
||||||
|
"zoom_description": "tentukan persentase zoom aplikasi",
|
||||||
|
"clearCache_description": "'Pembersihan keras' Feishin. Untuk membersihkan cache Feishin, kosongkan cache browser (gambar yang disimpan dan elemen lainnya). Kredensial dan pengaturan server tetap terjaga",
|
||||||
|
"clearQueryCache": "Bersihkan cache Feishin",
|
||||||
|
"clearQueryCache_description": "'Pembersihan lunak' Feishin. Ini akan menyegarkan daftar putar, metadata lagu, dan mengatur ulang lirik yang disimpan. Pengaturan, kredensial server, dan gambar cache tetap terjaga",
|
||||||
|
"clearCacheSuccess": "Cache berhasil dibersihkan",
|
||||||
|
"contextMenu": "Pengaturan menu konteks (klik kanan)",
|
||||||
|
"contextMenu_description": "Memungkinkan Anda menyembunyikan elemen yang ditampilkan dalam menu saat Anda klik kanan pada elemen. Elemen yang tidak dipilih akan disembunyikan",
|
||||||
|
"crossfadeDuration": "durasi crossfade",
|
||||||
|
"crossfadeDuration_description": "atur durasi efek crossfade",
|
||||||
|
"crossfadeStyle": "gaya crossfade",
|
||||||
|
"crossfadeStyle_description": "pilih gaya crossfade yang digunakan oleh pemutar audio",
|
||||||
|
"customCssEnable": "Aktifkan CSS kustom",
|
||||||
|
"customCssEnable_description": "Memungkinkan penulisan CSS kustom.",
|
||||||
|
"customCssNotice": "Pemberitahuan: meskipun ada sanitasi (menolak url() dan content:), menggunakan CSS kustom masih dapat berisiko mengubah antarmuka.",
|
||||||
|
"customCss": "CSS kustom",
|
||||||
|
"customCss_description": "CSS kustom konten. Catatan: content dan url eksternal adalah properti yang ditolak. Pratinjau konten Anda ditampilkan di bawah. Entri tambahan yang tidak Anda tentukan hadir karena sanitasi.",
|
||||||
|
"customFontPath": "jalur font kustom",
|
||||||
|
"customFontPath_description": "tentukan jalur font kustom yang akan digunakan aplikasi",
|
||||||
|
"disableAutomaticUpdates": "nonaktifkan pembaruan otomatis",
|
||||||
|
"discordApplicationId": "ID aplikasi {{discord}}",
|
||||||
|
"discordApplicationId_description": "ID aplikasi untuk status aktivitas {{discord}} (defaultnya adalah {{defaultId}})",
|
||||||
|
"discordIdleStatus": "tampilkan status tidak aktif dalam status aktivitas",
|
||||||
|
"discordIdleStatus_description": "ketika diaktifkan, memperbarui status saat pemutar tidak aktif",
|
||||||
|
"discordListening": "Tampilkan status sebagai mendengarkan",
|
||||||
|
"discordListening_description": "tampilkan status sebagai mendengarkan alih-alih bermain",
|
||||||
|
"discordRichPresence": "status aktivitas {{discord}}",
|
||||||
|
"discordRichPresence_description": "aktifkan status pemutaran di status aktivitas {{discord}}. Gambar tombol adalah: {{icon}}, {{playing}}, dan {{paused}} ",
|
||||||
|
"discordUpdateInterval": "interval pembaruan status aktivitas {{discord}}",
|
||||||
|
"discordUpdateInterval_description": "waktu dalam detik antara setiap pembaruan (minimal 15 detik)",
|
||||||
|
"doubleClickBehavior": "masukkan semua lagu yang dicari saat mengklik dua kali",
|
||||||
|
"doubleClickBehavior_description": "jika true, semua lagu yang cocok dalam pencarian lagu akan dimasukkan ke dalam antrean. Jika tidak, hanya lagu yang dipilih yang akan dimasukkan ke dalam antrean",
|
||||||
|
"enableRemote": "aktifkan kontrol jarak jauh server",
|
||||||
|
"enableRemote_description": "aktifkan kontrol jarak jauh server untuk memungkinkan perangkat lain mengontrol aplikasi",
|
||||||
|
"externalLinks": "Tampilkan tautan eksternal",
|
||||||
|
"externalLinks_description": "Izinkan untuk menampilkan tautan eksternal (Last.fm, MusicBrainz) di halaman artis/album",
|
||||||
|
"exitToTray": "keluar ke baki",
|
||||||
|
"exitToTray_description": "keluar dari aplikasi ke baki sistem",
|
||||||
|
"floatingQueueArea": "tampilkan area antrean mengambang",
|
||||||
|
"floatingQueueArea_description": "menampilkan ikon mengambang di sisi kanan layar untuk melihat antrean pemutaran",
|
||||||
|
"followLyric": "ikuti lirik saat ini",
|
||||||
|
"followLyric_description": "gulir lirik ke posisi pemutaran saat ini",
|
||||||
|
"font": "font",
|
||||||
|
"font_description": "tentukan font yang digunakan aplikasi",
|
||||||
|
"fontType": "jenis font",
|
||||||
|
"fontType_description": "font bawaan memilih salah satu font yang disediakan oleh Feishin. font sistem memungkinkan Anda memilih font apa pun yang disediakan oleh sistem operasi Anda. kustom memungkinkan Anda memberikan font Anda sendiri",
|
||||||
|
"fontType_optionBuiltIn": "font bawaan",
|
||||||
|
"fontType_optionCustom": "font kustom",
|
||||||
|
"fontType_optionSystem": "font sistem",
|
||||||
|
"gaplessAudio": "audio tanpa jeda",
|
||||||
|
"gaplessAudio_description": "tentukan pengaturan audio tanpa jeda untuk mpv",
|
||||||
|
"gaplessAudio_optionWeak": "lemah (disarankan)",
|
||||||
|
"genreBehavior": "Perilaku default halaman genre",
|
||||||
|
"genreBehavior_description": "Menentukan apakah klik pada genre akan membuka daftar lagu atau album secara default",
|
||||||
|
"globalMediaHotkeys": "tombol pintasan media global",
|
||||||
|
"globalMediaHotkeys_description": "aktifkan atau nonaktifkan penggunaan tombol pintasan sistem media untuk mengontrol pemutaran",
|
||||||
|
"homeConfiguration": "Pengaturan halaman beranda",
|
||||||
|
"homeConfiguration_description": "Mengatur elemen mana yang ditampilkan dan urutannya di halaman beranda",
|
||||||
|
"homeFeature": "Karusel fitur beranda",
|
||||||
|
"homeFeature_description": "Mengontrol apakah karusel besar fitur ditampilkan di halaman beranda",
|
||||||
|
"hotkey_browserBack": "mundur",
|
||||||
|
"hotkey_browserForward": "maju",
|
||||||
|
"hotkey_favoriteCurrentSong": "$t(common.currentSong) favorit",
|
||||||
|
"hotkey_favoritePreviousSong": "$t(common.previousSong) favorit",
|
||||||
|
"hotkey_globalSearch": "pencarian global",
|
||||||
|
"hotkey_localSearch": "pencarian di halaman",
|
||||||
|
"hotkey_playbackNext": "lagu berikutnya",
|
||||||
|
"hotkey_playbackPause": "jeda",
|
||||||
|
"hotkey_playbackPlay": "putar",
|
||||||
|
"hotkey_playbackPlayPause": "putar / jeda",
|
||||||
|
"hotkey_playbackPrevious": "lagu sebelumnya",
|
||||||
|
"hotkey_playbackStop": "berhenti",
|
||||||
|
"hotkey_rate0": "Bersihkan penilaian",
|
||||||
|
"hotkey_rate1": "beri penilaian 1 bintang",
|
||||||
|
"hotkey_rate2": "beri penilaian 2 bintang",
|
||||||
|
"hotkey_rate3": "beri penilaian 3 bintang",
|
||||||
|
"hotkey_rate4": "beri penilaian 4 bintang",
|
||||||
|
"hotkey_rate5": "beri penilaian 5 bintang",
|
||||||
|
"hotkey_skipBackward": "mundur",
|
||||||
|
"hotkey_skipForward": "lompat ke depan",
|
||||||
|
"hotkey_toggleCurrentSongFavorite": "ubah $t(common.currentSong) menjadi favorit",
|
||||||
|
"hotkey_toggleFullScreenPlayer": "ubah pemutar menjadi layar penuh",
|
||||||
|
"hotkey_togglePreviousSongFavorite": "ubah $t(common.previousSong) menjadi favorit",
|
||||||
|
"hotkey_toggleQueue": "ubah antrean",
|
||||||
|
"hotkey_toggleRepeat": "toggle ulangi",
|
||||||
|
"hotkey_toggleShuffle": "toggle acak",
|
||||||
|
"hotkey_unfavoriteCurrentSong": "$t(common.currentSong) tidak favorit",
|
||||||
|
"hotkey_unfavoritePreviousSong": "$t(common.previousSong) tidak favorit",
|
||||||
|
"hotkey_volumeDown": "turunkan volume",
|
||||||
|
"hotkey_volumeMute": "senyapkan volume",
|
||||||
|
"hotkey_volumeUp": "naikkan volume",
|
||||||
|
"hotkey_zoomIn": "perbesar",
|
||||||
|
"hotkey_zoomOut": "perkecil",
|
||||||
|
"imageAspectRatio": "Gunakan rasio aspek sampul asli",
|
||||||
|
"imageAspectRatio_description": "Jika diaktifkan, sampul akan ditampilkan dengan rasio aspek aslinya. Untuk seni yang tidak 1:1, ruang yang tersisa akan kosong",
|
||||||
|
"language_description": "menetapkan bahasa untuk aplikasi ($t(common.restartRequired))",
|
||||||
|
"lastfmApiKey": "Kunci API untuk {{lastfm}}",
|
||||||
|
"lastfmApiKey_description": "kunci API untuk {{lastfm}}. Diperlukan untuk sampul",
|
||||||
|
"lyricFetch": "cari lirik di Internet",
|
||||||
|
"lyricFetch_description": "mencari lirik dari berbagai sumber di Internet",
|
||||||
|
"lyricFetchProvider": "penyedia untuk mencari lirik",
|
||||||
|
"lyricFetchProvider_description": "pilih penyedia untuk mencari lirik. urutan penyedia adalah urutan pencarian",
|
||||||
|
"lyricOffset": "geser lirik (ms)",
|
||||||
|
"lyricOffset_description": "geser lirik sebanyak jumlah milidetik yang ditentukan",
|
||||||
|
"minimizeToTray": "minimalkan ke baki",
|
||||||
|
"minimizeToTray_description": "minimalkan aplikasi ke baki sistem",
|
||||||
|
"minimumScrobblePercentage": "persentase durasi scrobble minimum",
|
||||||
|
"minimumScrobblePercentage_description": "persentase minimum lagu yang harus diputar sebelum melakukan scrobble",
|
||||||
|
"minimumScrobbleSeconds": "scrobble minimum (detik)",
|
||||||
|
"minimumScrobbleSeconds_description": "durasi minimum dalam detik dari lagu yang harus diputar sebelum melakukan scrobble",
|
||||||
|
"mpvExecutablePath_description": "tentukan jalur executable mpv. jika dibiarkan kosong, jalur default akan digunakan",
|
||||||
|
"mpvExtraParameters_help": "Satu per baris",
|
||||||
|
"passwordStore": "kata sandi/penyimpanan rahasia",
|
||||||
|
"passwordStore_description": "metode penyimpanan kata sandi/kunci rahasia yang akan digunakan. ubah opsi ini jika Anda mengalami masalah dalam menyimpan kata sandi.",
|
||||||
|
"playbackStyle": "gaya pemutaran",
|
||||||
|
"playbackStyle_description": "pilih gaya pemutaran yang akan digunakan oleh pemutar audio",
|
||||||
|
"playbackStyle_optionCrossFade": "crossfade",
|
||||||
|
"playbackStyle_optionNormal": "normal",
|
||||||
|
"playButtonBehavior": "perilaku tombol putar",
|
||||||
|
"playButtonBehavior_description": "tentukan perilaku default tombol putar saat lagu ditambahkan ke antrean",
|
||||||
|
"playButtonBehavior_optionAddLast": "$t(player.addLast)",
|
||||||
|
"playButtonBehavior_optionAddNext": "$t(player.addNext)",
|
||||||
|
"playButtonBehavior_optionPlayShuffled": "$t(player.shuffle)",
|
||||||
|
"playerAlbumArtResolution": "resolusi sampul album pemutar",
|
||||||
|
"playerAlbumArtResolution_description": "resolusi untuk pratinjau sampul album pemutar besar. semakin besar akan membuatnya lebih tajam, tetapi dapat memperlambat pemuatan. Nilai default adalah 0, yang berarti otomatis",
|
||||||
|
"playerbarOpenDrawer": "Buka pemutar ke layar penuh",
|
||||||
|
"playerbarOpenDrawer_description": "Izinkan mengklik bilah pemutar untuk membuka pemutar di layar penuh",
|
||||||
|
"remotePassword": "kata sandi kontrol jarak jauh server",
|
||||||
|
"remotePassword_description": "tentukan kata sandi untuk kontrol jarak jauh server. Kredensial ini dikirimkan dengan tidak aman secara default, jadi Anda harus menggunakan kata sandi unik untuk menghindari masalah",
|
||||||
|
"remotePort": "port kontrol jarak jauh server",
|
||||||
|
"remotePort_description": "tentukan port untuk kontrol jarak jauh server",
|
||||||
|
"remoteUsername": "nama pengguna kontrol jarak jauh server",
|
||||||
|
"remoteUsername_description": "tentukan nama pengguna untuk kontrol jarak jauh server. jika nama pengguna dan kata sandi kosong, otentikasi akan dinonaktifkan",
|
||||||
|
"replayGainClipping": "potong {{ReplayGain}}",
|
||||||
|
"replayGainClipping_description": "mencegah pemotongan yang disebabkan oleh {{ReplayGain}} dengan menurunkan gain secara otomatis",
|
||||||
|
"replayGainFallback": "alternatif {{ReplayGain}}",
|
||||||
|
"replayGainFallback_description": "gain dalam dB yang akan diterapkan jika file tidak memiliki tag {{ReplayGain}}",
|
||||||
|
"replayGainMode": "mode {{ReplayGain}}",
|
||||||
|
"replayGainMode_description": "menyesuaikan volume gain sesuai dengan nilai {{ReplayGain}} yang disimpan dalam metadata file",
|
||||||
|
"replayGainMode_optionAlbum": "$t(entity.album_one)",
|
||||||
|
"replayGainMode_optionNone": "$t(common.none)",
|
||||||
|
"replayGainMode_optionTrack": "$t(entity.track_one)",
|
||||||
|
"replayGainPreamp": "preamplifier (dB) {{ReplayGain}}",
|
||||||
|
"replayGainPreamp_description": "menyesuaikan gain preamplifier yang diterapkan ke nilai {{ReplayGain}}",
|
||||||
|
"sampleRate_description": "pilih rasio sampel output yang akan digunakan jika frekuensi sampel yang dipilih berbeda dari media yang sedang diputar. nilai di bawah 8000 akan menggunakan frekuensi default",
|
||||||
|
"savePlayQueue_description": "menyimpan antrean pemutaran saat aplikasi ditutup dan mengembalikannya saat dibuka",
|
||||||
|
"scrobble": "scrobble",
|
||||||
|
"scrobble_description": "melakukan scrobble pemutaran di server media Anda",
|
||||||
|
"showSkipButton": "tampilkan tombol lompat",
|
||||||
|
"showSkipButton_description": "menampilkan atau menyembunyikan tombol lompat di bilah pemutar",
|
||||||
|
"showSkipButtons": "tampilkan tombol lompat",
|
||||||
|
"showSkipButtons_description": "menampilkan atau menyembunyikan tombol lompat di bilah pemutar",
|
||||||
|
"sidebarCollapsedNavigation": "navigasi sidebar (terlipat)",
|
||||||
|
"sidebarCollapsedNavigation_description": "tampilkan atau sembunyikan navigasi di sidebar yang terlipat",
|
||||||
|
"sidebarConfiguration": "pengaturan sidebar",
|
||||||
|
"sidebarConfiguration_description": "pilih elemen dan urutan tampilannya di sidebar",
|
||||||
|
"sidebarPlaylistList": "daftar putar sidebar",
|
||||||
|
"sidebarPlaylistList_description": "tampilkan atau sembunyikan daftar putar di sidebar",
|
||||||
|
"sidePlayQueueStyle": "gaya antrean pemutaran samping",
|
||||||
|
"sidePlayQueueStyle_description": "menetapkan gaya antrean pemutaran samping",
|
||||||
|
"sidePlayQueueStyle_optionAttached": "terpasang",
|
||||||
|
"sidePlayQueueStyle_optionDetached": "terpisah",
|
||||||
|
"skipDuration": "durasi lompat",
|
||||||
|
"skipDuration_description": "tentukan durasi untuk lompat saat menggunakan tombol lompat di bilah pemutar",
|
||||||
|
"skipPlaylistPage": "lompat halaman daftar putar",
|
||||||
|
"skipPlaylistPage_description": "saat menavigasi ke daftar putar, pergi ke halaman daftar lagu dari daftar putar alih-alih halaman default",
|
||||||
|
"startMinimized": "mulai dengan minimalkan",
|
||||||
|
"startMinimized_description": "mulai aplikasi di baki sistem",
|
||||||
|
"theme": "tema",
|
||||||
|
"theme_description": "tentukan tema yang digunakan oleh aplikasi",
|
||||||
|
"themeDark": "tema (gelap)",
|
||||||
|
"themeDark_description": "tentukan tema gelap yang digunakan oleh aplikasi",
|
||||||
|
"themeLight": "tema (terang)",
|
||||||
|
"themeLight_description": "tentukan tema terang yang digunakan oleh aplikasi",
|
||||||
|
"transcodeNote": "Akan ditampilkan setelah 1 (web) - 2 (mpv) lagu",
|
||||||
|
"transcode": "aktifkan transkode",
|
||||||
|
"transcode_description": "mengaktifkan transkode ke berbagai format",
|
||||||
|
"transcodeBitrate": "bitrate untuk transkode",
|
||||||
|
"transcodeBitrate_description": "pilih bitrate untuk ditranskode. 0 berarti biarkan server yang memilih",
|
||||||
|
"transcodeFormat": "format untuk ditranskode",
|
||||||
|
"transcodeFormat_description": "pilih format untuk ditranskode. biarkan kosong agar server yang memutuskan",
|
||||||
|
"translationApiProvider": "Penyedia API penerjemahan",
|
||||||
|
"translationApiProvider_description": "Penyedia API untuk penerjemahan",
|
||||||
|
"translationApiKey": "kunci API penerjemahan",
|
||||||
|
"translationApiKey_description": "Kunci API untuk penerjemahan (hanya untuk endpoint layanan global)",
|
||||||
|
"translationTargetLanguage": "bahasa tujuan penerjemahan",
|
||||||
|
"translationTargetLanguage_description": "bahasa tujuan untuk penerjemahan",
|
||||||
|
"trayEnabled": "Tampilkan di area pemberitahuan",
|
||||||
|
"trayEnabled_description": "tampilkan/sembunyikan ikon/menu di area pemberitahuan. Jika dinonaktifkan, juga menonaktifkan meminimalkan/keluar ke baki",
|
||||||
|
"useSystemTheme": "gunakan tema sistem",
|
||||||
|
"useSystemTheme_description": "ikuti preferensi terang atau gelap yang ditetapkan oleh sistem",
|
||||||
|
"volumeWheelStep": "langkah roda volume",
|
||||||
|
"volumeWheelStep_description": "jumlah volume yang berubah saat menggulirkan roda mouse pada penggeser volume",
|
||||||
|
"volumeWidth": "Lebar penggeser volume",
|
||||||
|
"volumeWidth_description": "Lebar penggeser volume",
|
||||||
|
"webAudio": "gunakan audio web",
|
||||||
|
"clearCache": "Bersihkan cache browser",
|
||||||
|
"disableLibraryUpdateOnStartup": "nonaktifkan pemeriksaan versi baru saat startup",
|
||||||
|
"language": "bahasa",
|
||||||
|
"mpvExecutablePath": "jalur executable mpv",
|
||||||
|
"mpvExtraParameters": "parameter tambahan mpv",
|
||||||
|
"playButtonBehavior_optionPlay": "$t(player.play)",
|
||||||
|
"sampleRate": "rasio sampel",
|
||||||
|
"savePlayQueue": "simpan antrean pemutaran"
|
||||||
|
},
|
||||||
|
"table": {
|
||||||
|
"column": {
|
||||||
|
"album": "album",
|
||||||
|
"albumArtist": "artis album",
|
||||||
|
"albumCount": "$t(entity.album_other)",
|
||||||
|
"artist": "$t(entity.artist_one)",
|
||||||
|
"biography": "biografi",
|
||||||
|
"bitrate": "bitrate",
|
||||||
|
"bpm": "lpm",
|
||||||
|
"channels": "$t(common.channel_other)",
|
||||||
|
"codec": "$t(common.codec)",
|
||||||
|
"comment": "komentar",
|
||||||
|
"dateAdded": "tanggal ditambahkan",
|
||||||
|
"discNumber": "nomor disk",
|
||||||
|
"favorite": "favorit",
|
||||||
|
"genre": "$t(entity.genre_one)",
|
||||||
|
"lastPlayed": "terakhir diputar",
|
||||||
|
"path": "jalur",
|
||||||
|
"playCount": "putaran",
|
||||||
|
"rating": "penilaian",
|
||||||
|
"releaseDate": "tanggal rilis",
|
||||||
|
"releaseYear": "tahun",
|
||||||
|
"size": "$t(common.size)",
|
||||||
|
"songCount": "$t(entity.track_other)",
|
||||||
|
"title": "judul",
|
||||||
|
"trackNumber": "pista"
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"general": {
|
||||||
|
"autoFitColumns": "sesuaikan kolom otomatis",
|
||||||
|
"followCurrentSong": "ikuti lagu saat ini",
|
||||||
|
"displayType": "tipe tampilan",
|
||||||
|
"gap": "$t(common.gap)",
|
||||||
|
"itemGap": "jarak antar elemen (px)",
|
||||||
|
"itemSize": "ukuran elemen (px)",
|
||||||
|
"size": "$t(common.size)",
|
||||||
|
"tableColumns": "kolom tabel"
|
||||||
|
},
|
||||||
|
"label": {
|
||||||
|
"actions": "$t(common.action_other)",
|
||||||
|
"album": "$t(entity.album_one)",
|
||||||
|
"albumArtist": "$t(entity.albumArtist_one)",
|
||||||
|
"artist": "$t(entity.artist_one)",
|
||||||
|
"biography": "$t(common.biography)",
|
||||||
|
"bitrate": "$t(common.bitrate)",
|
||||||
|
"bpm": "$t(common.bpm)",
|
||||||
|
"channels": "$t(common.channel_other)",
|
||||||
|
"codec": "$t(common.codec)",
|
||||||
|
"dateAdded": "tanggal ditambahkan",
|
||||||
|
"discNumber": "nomor disk",
|
||||||
|
"duration": "$t(common.duration)",
|
||||||
|
"favorite": "$t(common.favorite)",
|
||||||
|
"genre": "$t(entity.genre_one)",
|
||||||
|
"lastPlayed": "terakhir diputar",
|
||||||
|
"note": "$t(common.note)",
|
||||||
|
"owner": "$t(common.owner)",
|
||||||
|
"path": "$t(common.path)",
|
||||||
|
"playCount": "jumlah putaran",
|
||||||
|
"rating": "$t(common.rating)",
|
||||||
|
"releaseDate": "tanggal rilis",
|
||||||
|
"rowIndex": "indeks baris",
|
||||||
|
"size": "$t(common.size)",
|
||||||
|
"songCount": "$t(entity.track_other)",
|
||||||
|
"title": "$t(common.title)",
|
||||||
|
"titleCombined": "$t(common.title) (digabungkan)",
|
||||||
|
"trackNumber": "nomor pista",
|
||||||
|
"year": "$t(common.year)"
|
||||||
|
},
|
||||||
|
"view": {
|
||||||
|
"card": "kartu",
|
||||||
|
"poster": "poster",
|
||||||
|
"table": "tabel"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1 +1,444 @@
|
||||||
{}
|
{
|
||||||
|
"action": {
|
||||||
|
"openIn": {
|
||||||
|
"lastfm": "Åpne i Last.fm",
|
||||||
|
"musicbrainz": "Åpne i MusicBrainz"
|
||||||
|
},
|
||||||
|
"moveToBottom": "flytt til bunnen",
|
||||||
|
"deletePlaylist": "slett $t(entity.playlist_one)",
|
||||||
|
"deselectAll": "avmarker alle",
|
||||||
|
"editPlaylist": "rediger $t(entity.playlist_one)",
|
||||||
|
"addToFavorites": "legg til $t(entity.favorite_other)",
|
||||||
|
"addToPlaylist": "legg til $t(entity.playlist_one)",
|
||||||
|
"clearQueue": "tøm kø",
|
||||||
|
"createPlaylist": "opprett $t(entity.playlist_one)",
|
||||||
|
"goToPage": "gå til side",
|
||||||
|
"moveToTop": "flytt til toppen",
|
||||||
|
"refresh": "$t(common.refresh)",
|
||||||
|
"removeFromFavorites": "fjern fra $t(entity.favorite_other)",
|
||||||
|
"moveToNext": "flytt til neste",
|
||||||
|
"setRating": "angi vurdering",
|
||||||
|
"removeFromQueue": "fjern fra kø",
|
||||||
|
"removeFromPlaylist": "fjern fra $t(entity.playlist_one)",
|
||||||
|
"viewPlaylists": "vise $t(entity.playlist_other)",
|
||||||
|
"toggleSmartPlaylistEditor": "bytt $t(entity.smartPlaylist) editor"
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"bpm": "bpm",
|
||||||
|
"cancel": "avbryt",
|
||||||
|
"center": "midtstill",
|
||||||
|
"clear": "tøm",
|
||||||
|
"collapse": "slå sammen",
|
||||||
|
"configure": "konfigurer",
|
||||||
|
"confirm": "bekreft",
|
||||||
|
"currentSong": "gjeldende $t(entity.track_one)",
|
||||||
|
"version": "versjon",
|
||||||
|
"areYouSure": "er du sikker?",
|
||||||
|
"ascending": "stigende",
|
||||||
|
"backward": "bakover",
|
||||||
|
"biography": "biografi",
|
||||||
|
"bitrate": "bithastighet",
|
||||||
|
"close": "lukk",
|
||||||
|
"codec": "kodek",
|
||||||
|
"comingSoon": "kommer snart…",
|
||||||
|
"create": "opprett",
|
||||||
|
"decrease": "minsk",
|
||||||
|
"disable": "deaktiver",
|
||||||
|
"disc": "skive",
|
||||||
|
"duration": "lengde",
|
||||||
|
"enable": "aktiver",
|
||||||
|
"expand": "utvid",
|
||||||
|
"favorite": "favoritt",
|
||||||
|
"filters": "filter",
|
||||||
|
"forceRestartRequired": "ta omstart for å la endringene trå i kraft... lukk meldingen for å ta omstart",
|
||||||
|
"forward": "fremover",
|
||||||
|
"gap": "avstand",
|
||||||
|
"home": "hjem",
|
||||||
|
"increase": "øke",
|
||||||
|
"left": "venstre",
|
||||||
|
"limit": "grense",
|
||||||
|
"menu": "meny",
|
||||||
|
"minimize": "minimer",
|
||||||
|
"modified": "modifisert",
|
||||||
|
"mbid": "MusicBrainz ID",
|
||||||
|
"name": "navn",
|
||||||
|
"no": "nei",
|
||||||
|
"none": "ingen",
|
||||||
|
"noResultsFromQuery": "spørringen ga ikke noe resultat",
|
||||||
|
"note": "merke",
|
||||||
|
"owner": "eier",
|
||||||
|
"playerMustBePaused": "spilleren må settes på pause",
|
||||||
|
"path": "sti",
|
||||||
|
"previousSong": "forrige $t(entity.track_one)",
|
||||||
|
"refresh": "frisk opp",
|
||||||
|
"rating": "vurdering",
|
||||||
|
"random": "vilkårlig",
|
||||||
|
"reset": "tilbakestill",
|
||||||
|
"restartRequired": "omstart nødvendig",
|
||||||
|
"save": "lagre",
|
||||||
|
"saveAs": "lagre som",
|
||||||
|
"saveAndReplace": "lagre og overskriv",
|
||||||
|
"search": "søk",
|
||||||
|
"trackGain": "forsterkningsgrad spor",
|
||||||
|
"trackPeak": "maksnivå spor",
|
||||||
|
"translation": "oversettelse",
|
||||||
|
"unknown": "ukjent",
|
||||||
|
"preview": "forhåndsvisning",
|
||||||
|
"share": "del",
|
||||||
|
"quit": "avslutt",
|
||||||
|
"size": "størrelse",
|
||||||
|
"setting": "innstilling",
|
||||||
|
"trackNumber": "spor",
|
||||||
|
"title": "tittel",
|
||||||
|
"channel_one": "kanal",
|
||||||
|
"channel_other": "kanaler",
|
||||||
|
"filter_one": "filter",
|
||||||
|
"filter_other": "filter",
|
||||||
|
"add": "legg til",
|
||||||
|
"edit": "rediger",
|
||||||
|
"resetToDefault": "nullstill",
|
||||||
|
"ok": "ok",
|
||||||
|
"reload": "last inn på nytt",
|
||||||
|
"action_one": "handling",
|
||||||
|
"action_other": "handlinger",
|
||||||
|
"year": "år",
|
||||||
|
"yes": "ja",
|
||||||
|
"descending": "synkende",
|
||||||
|
"dismiss": "avkreft",
|
||||||
|
"delete": "slett",
|
||||||
|
"description": "beskrivelse",
|
||||||
|
"manage": "håndtere",
|
||||||
|
"maximize": "maksimer",
|
||||||
|
"right": "høyre",
|
||||||
|
"sortOrder": "rekkefølge"
|
||||||
|
},
|
||||||
|
"entity": {
|
||||||
|
"smartPlaylist": "smart $t(entity.playlist_one)",
|
||||||
|
"album_one": "album",
|
||||||
|
"album_other": "album",
|
||||||
|
"albumArtist_one": "albumartist",
|
||||||
|
"albumArtist_other": "albumartister",
|
||||||
|
"albumArtistCount_one": "{{count}} albumartist",
|
||||||
|
"albumArtistCount_other": "{{count}} albumartister",
|
||||||
|
"albumWithCount_one": "{{count}} album",
|
||||||
|
"albumWithCount_other": "{{count}} album",
|
||||||
|
"favorite_one": "favoritt",
|
||||||
|
"favorite_other": "favoritter",
|
||||||
|
"folder_one": "mappe",
|
||||||
|
"folder_other": "mapper",
|
||||||
|
"play_one": "{{count}} avspilling",
|
||||||
|
"play_other": "{{count}} avspillinger",
|
||||||
|
"playlistWithCount_one": "{{count}} spilleliste",
|
||||||
|
"playlistWithCount_other": "{{count}} spillelister",
|
||||||
|
"artistWithCount_one": "{{count}} artist",
|
||||||
|
"artistWithCount_other": "{{count}} artister",
|
||||||
|
"genre_one": "sjanger",
|
||||||
|
"genre_other": "sjangere",
|
||||||
|
"track_one": "spor",
|
||||||
|
"track_other": "spor",
|
||||||
|
"genreWithCount_one": "{{count}} sjanger",
|
||||||
|
"genreWithCount_other": "{{count}} sjangere",
|
||||||
|
"playlist_one": "spilleliste",
|
||||||
|
"playlist_other": "spillelister",
|
||||||
|
"folderWithCount_one": "{{count}} mappe",
|
||||||
|
"folderWithCount_other": "{{count}} mapper",
|
||||||
|
"trackWithCount_one": "{{count}} spor",
|
||||||
|
"trackWithCount_other": "{{count}} spor",
|
||||||
|
"artist_one": "artist",
|
||||||
|
"artist_other": "artister",
|
||||||
|
"song_one": "sang",
|
||||||
|
"song_other": "sanger"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"apiRouteError": "kan ikke behandle forespørselen",
|
||||||
|
"mpvRequired": "MPV er påkrevd",
|
||||||
|
"authenticationFailed": "autentisering feilet",
|
||||||
|
"badAlbum": "du ser denne siden fordi sangen ikke er med i et album. Mest sannsynlig opplever du dette problemet fordi du har en sang helt øverst i musikkmappen. jellyfin gruperer kun spor som ligger i en mappe.",
|
||||||
|
"endpointNotImplementedError": "endepunkt {{endpoint}} er ikke implementert for {{serverType}}",
|
||||||
|
"credentialsRequired": "innloggingsdetaljer er påkrevd",
|
||||||
|
"genericError": "en feil har oppstått",
|
||||||
|
"invalidServer": "ugyldig server",
|
||||||
|
"playbackError": "et problem oppstod ved avspilling av media",
|
||||||
|
"localFontAccessDenied": "ingen tilgang til lokale skrifttyper",
|
||||||
|
"loginRateError": "for mange innloggingsforsøk, vennligst prøv igjen om noen få sekunder",
|
||||||
|
"audioDeviceFetchError": "en feil oppstod ved innhenting av lydenheter",
|
||||||
|
"networkError": "at nettverksproblem har oppstått",
|
||||||
|
"openError": "kunne ikke åpne fil",
|
||||||
|
"serverNotSelectedError": "ingen server er valgt",
|
||||||
|
"remotePortError": "et problem oppstod med å sette serverport",
|
||||||
|
"systemFontError": "et problem oppstod med innlasting av systemskrifttyper",
|
||||||
|
"serverRequired": "server er påkrevd",
|
||||||
|
"sessionExpiredError": "sesjonen din har utløpt",
|
||||||
|
"remotePortWarning": "ta omstart av serveren for å aktivere ny port",
|
||||||
|
"remoteDisableError": "en problem oppstod ved å $t(common.disable) serveren",
|
||||||
|
"remoteEnableError": "et problem oppstod ved å $t(common.enable) serveren"
|
||||||
|
},
|
||||||
|
"filter": {
|
||||||
|
"bpm": "bpm",
|
||||||
|
"criticRating": "kritikervurdering",
|
||||||
|
"id": "id",
|
||||||
|
"name": "navn",
|
||||||
|
"bitrate": "bithastighet",
|
||||||
|
"albumArtist": "$t(entity.albumArtist_one)",
|
||||||
|
"artist": "$t(entity.artist_one)",
|
||||||
|
"biography": "biografi",
|
||||||
|
"album": "$t(entity.album_one)",
|
||||||
|
"duration": "lengde",
|
||||||
|
"favorited": "merket som favoritt",
|
||||||
|
"comment": "kommentar",
|
||||||
|
"communityRating": "fellesskapsvurdering",
|
||||||
|
"dateAdded": "lagt til dato",
|
||||||
|
"disc": "skive",
|
||||||
|
"isPublic": "er offentlig",
|
||||||
|
"isRecentlyPlayed": "er avspilt nylig",
|
||||||
|
"mostPlayed": "mest avspilt",
|
||||||
|
"owner": "$t(common.owner)",
|
||||||
|
"path": "sti",
|
||||||
|
"lastPlayed": "sist avspilt",
|
||||||
|
"rating": "vurdering",
|
||||||
|
"recentlyPlayed": "nylig avspilt",
|
||||||
|
"playCount": "antall avspillinger",
|
||||||
|
"recentlyUpdated": "nylig oppdatert",
|
||||||
|
"random": "vilkårlig",
|
||||||
|
"search": "søk",
|
||||||
|
"songCount": "antall sanger",
|
||||||
|
"title": "tittel",
|
||||||
|
"toYear": "til år",
|
||||||
|
"releaseDate": "utgivelsesdato",
|
||||||
|
"releaseYear": "utgivelsesår",
|
||||||
|
"note": "notat",
|
||||||
|
"isRated": "er vurdert",
|
||||||
|
"fromYear": "fra år",
|
||||||
|
"isCompilation": "er samling",
|
||||||
|
"isFavorited": "er merket som favoritt",
|
||||||
|
"recentlyAdded": "nylig lagt til",
|
||||||
|
"channels": "$t(common.channel_other)",
|
||||||
|
"genre": "$t(entity.genre_one)",
|
||||||
|
"trackNumber": "spor"
|
||||||
|
},
|
||||||
|
"form": {
|
||||||
|
"createPlaylist": {
|
||||||
|
"input_description": "$t(common.description)",
|
||||||
|
"input_owner": "$t(common.owner)",
|
||||||
|
"input_public": "offentlig",
|
||||||
|
"title": "opprett $t(entity.playlist_one)",
|
||||||
|
"input_name": "$t(common.name)",
|
||||||
|
"success": "$t(entity.playlist_one) opprettet"
|
||||||
|
},
|
||||||
|
"lyricSearch": {
|
||||||
|
"input_artist": "$t(entity.artist_one)",
|
||||||
|
"input_name": "$t(common.name)",
|
||||||
|
"title": "sangtekstsøk"
|
||||||
|
},
|
||||||
|
"addServer": {
|
||||||
|
"ignoreCors": "ignorer cors ($t(common.restartRequired))",
|
||||||
|
"ignoreSsl": "ignorer ssl ($t(common.restartRequired))",
|
||||||
|
"error_savePassword": "en problem oppstod ved lagring av passord",
|
||||||
|
"input_savePassword": "lagre passord",
|
||||||
|
"input_url": "lenke",
|
||||||
|
"input_username": "brukernavn",
|
||||||
|
"success": "serveren er lagt til",
|
||||||
|
"input_legacyAuthentication": "aktiver tradisjonell autentisering",
|
||||||
|
"input_name": "servernavn",
|
||||||
|
"title": "legg til server",
|
||||||
|
"input_password": "passord"
|
||||||
|
},
|
||||||
|
"addToPlaylist": {
|
||||||
|
"success": "la $t(entity.trackWithCount, {\"count\": {{message}} }) til $t(entity.playlistWithCount, {\"count\": {{numOfPlaylists}} })",
|
||||||
|
"title": "legg til i $t(entity.playlist_one)",
|
||||||
|
"input_skipDuplicates": "hopp over duplikater",
|
||||||
|
"input_playlists": "$t(entity.playlist_other)"
|
||||||
|
},
|
||||||
|
"deletePlaylist": {
|
||||||
|
"title": "slett $t(entity.playlist_one)",
|
||||||
|
"success": "$t(entity.playlist_one) er slettet",
|
||||||
|
"input_confirm": "skrive inn navnet på $t(entity.playlist_one) for å bekrefte"
|
||||||
|
},
|
||||||
|
"editPlaylist": {
|
||||||
|
"title": "rediger $t(entity.playlist_one)",
|
||||||
|
"success": "$t(entity.playlist_one) er oppdatert"
|
||||||
|
},
|
||||||
|
"shareItem": {
|
||||||
|
"allowDownloading": "tillat nedlasting",
|
||||||
|
"description": "beskrivelse",
|
||||||
|
"createFailed": "opprettelse av delt ressurs feilet (er deling aktivert?)",
|
||||||
|
"setExpiration": "angi utløpstid",
|
||||||
|
"success": "del lenke som er kopiert til utklippstavlen (eller klikk her for å åpne)",
|
||||||
|
"expireInvalid": "utløpstid må være et fremtidig tidspunkt"
|
||||||
|
},
|
||||||
|
"updateServer": {
|
||||||
|
"success": "vellykket oppdatering av serveren",
|
||||||
|
"title": "oppdater server"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"page": {
|
||||||
|
"appMenu": {
|
||||||
|
"collapseSidebar": "slå sammen sidefelt",
|
||||||
|
"quit": "$t(common.quit)",
|
||||||
|
"selectServer": "velg server",
|
||||||
|
"version": "versjon {{version}}",
|
||||||
|
"manageServers": "administrere servere",
|
||||||
|
"goBack": "gå tilbake",
|
||||||
|
"openBrowserDevtools": "åpne utviklingsverktøy i nettleser",
|
||||||
|
"settings": "$t(common.setting_other)",
|
||||||
|
"expandSidebar": "utvid sidefelt",
|
||||||
|
"goForward": "gå fremover"
|
||||||
|
},
|
||||||
|
"contextMenu": {
|
||||||
|
"addToPlaylist": "$t(action.addToPlaylist)",
|
||||||
|
"showDetails": "hent info",
|
||||||
|
"moveToTop": "$t(action.moveToTop)",
|
||||||
|
"moveToBottom": "$t(action.moveToBottom)",
|
||||||
|
"numberSelected": "{{count}} valgt",
|
||||||
|
"addLast": "$t(player.addLast)",
|
||||||
|
"addNext": "$t(player.addNext)",
|
||||||
|
"createPlaylist": "$t(action.createPlaylist)",
|
||||||
|
"play": "$t(player.play)",
|
||||||
|
"removeFromFavorites": "$t(action.removeFromFavorites)",
|
||||||
|
"download": "last ned",
|
||||||
|
"playSimilarSongs": "$t(player.playSimilarSongs)",
|
||||||
|
"removeFromPlaylist": "$t(action.removeFromPlaylist)",
|
||||||
|
"removeFromQueue": "$t(action.removeFromQueue)",
|
||||||
|
"setRating": "$t(action.setRating)",
|
||||||
|
"addToFavorites": "$t(action.addToFavorites)",
|
||||||
|
"moveToNext": "$t(action.moveToNext)",
|
||||||
|
"playShuffled": "$t(player.shuffle)",
|
||||||
|
"shareItem": "del element",
|
||||||
|
"addFavorite": "$t(action.addToFavorites)",
|
||||||
|
"deletePlaylist": "$t(action.deletePlaylist)",
|
||||||
|
"deselectAll": "$t(action.deselectAll)"
|
||||||
|
},
|
||||||
|
"albumArtistDetail": {
|
||||||
|
"topSongs": "beste sanger",
|
||||||
|
"viewDiscography": "se diskografi",
|
||||||
|
"recentReleases": "nylige utgivelser",
|
||||||
|
"topSongsFrom": "beste sanger fra {{title}}",
|
||||||
|
"viewAllTracks": "se alle $t(entity.track_other)",
|
||||||
|
"viewAll": "se alle",
|
||||||
|
"about": "Om {{artist}}",
|
||||||
|
"appearsOn": "opptrer på",
|
||||||
|
"relatedArtists": "relatert $t(entity.artist_other)"
|
||||||
|
},
|
||||||
|
"albumList": {
|
||||||
|
"artistAlbums": "album av {{artist}}",
|
||||||
|
"genreAlbums": "\"{{genre}}\" $t(entity.album_other)",
|
||||||
|
"title": "$t(entity.album_other)"
|
||||||
|
},
|
||||||
|
"albumArtistList": {
|
||||||
|
"title": "$t(entity.albumArtist_other)"
|
||||||
|
},
|
||||||
|
"albumDetail": {
|
||||||
|
"moreFromArtist": "mer fra denne $t(entity.artist_one)",
|
||||||
|
"moreFromGeneric": "mer fra {{item}}",
|
||||||
|
"released": "utgitt"
|
||||||
|
},
|
||||||
|
"fullscreenPlayer": {
|
||||||
|
"config": {
|
||||||
|
"dynamicIsImage": "aktiver bakgrunnsbilde",
|
||||||
|
"lyricGap": "sangtekstavstand",
|
||||||
|
"dynamicImageBlur": "bilduskarphetstørrelse",
|
||||||
|
"lyricAlignment": "sangtekstjustering",
|
||||||
|
"lyricOffset": "sangtekstjustering (ms)",
|
||||||
|
"lyricSize": "sangtekststørrelse",
|
||||||
|
"opacity": "absorpsjon",
|
||||||
|
"showLyricMatch": "vis sangteksttreff",
|
||||||
|
"showLyricProvider": "vis sangteksttilbyder",
|
||||||
|
"synchronized": "synkronisert",
|
||||||
|
"unsynchronized": "usynkronisert",
|
||||||
|
"dynamicBackground": "dynamisk bakgrunn",
|
||||||
|
"useImageAspectRatio": "bruk sideforhold til bildet",
|
||||||
|
"followCurrentLyric": "følg sangtekst"
|
||||||
|
},
|
||||||
|
"noLyrics": "fant ikke sangtekst",
|
||||||
|
"lyrics": "sangtekst",
|
||||||
|
"upNext": "kommende",
|
||||||
|
"visualizer": "fremviser",
|
||||||
|
"related": "relatert"
|
||||||
|
},
|
||||||
|
"genreList": {
|
||||||
|
"title": "$t(entity.genre_other)",
|
||||||
|
"showAlbums": "vis $t(entity.genre_one) $t(entity.album_other)",
|
||||||
|
"showTracks": "vis $t(entity.genre_one) $t(entity.track_other)"
|
||||||
|
},
|
||||||
|
"globalSearch": {
|
||||||
|
"title": "kommandoer",
|
||||||
|
"commands": {
|
||||||
|
"goToPage": "gå til side",
|
||||||
|
"searchFor": "søk etter {{query}}",
|
||||||
|
"serverCommands": "serverkommandoer"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"home": {
|
||||||
|
"recentlyPlayed": "nylig avspilt",
|
||||||
|
"explore": "utforsk biblioteket ditt",
|
||||||
|
"mostPlayed": "mest spilt",
|
||||||
|
"newlyAdded": "utgivelser nylig lagt til",
|
||||||
|
"title": "$t(common.home)"
|
||||||
|
},
|
||||||
|
"manageServers": {
|
||||||
|
"title": "administrere servere",
|
||||||
|
"url": "lenke",
|
||||||
|
"username": "brukernavn",
|
||||||
|
"editServerDetailsTooltip": "rediger serverdetaljer",
|
||||||
|
"removeServer": "fjern server",
|
||||||
|
"serverDetails": "serverdetaljer"
|
||||||
|
},
|
||||||
|
"itemDetail": {
|
||||||
|
"openFile": "vis spor i filbhehandleren",
|
||||||
|
"copiedPath": "vellykket kopiering av stien",
|
||||||
|
"copyPath": "kopier stien til utklippstavlen"
|
||||||
|
},
|
||||||
|
"trackList": {
|
||||||
|
"genreTracks": "\"{{genre}}\" $t(entity.track_other)",
|
||||||
|
"title": "$t(entity.track_other)",
|
||||||
|
"artistTracks": "spor fra {{artist}}"
|
||||||
|
},
|
||||||
|
"sidebar": {
|
||||||
|
"albumArtists": "$t(entity.albumArtist_other)",
|
||||||
|
"tracks": "$t(entity.track_other)",
|
||||||
|
"nowPlaying": "spilles nå",
|
||||||
|
"folders": "$t(entity.folder_other)",
|
||||||
|
"genres": "$t(entity.genre_other)",
|
||||||
|
"home": "$t(common.home)",
|
||||||
|
"albums": "$t(entity.album_other)",
|
||||||
|
"playlists": "$t(entity.playlist_other)",
|
||||||
|
"search": "$t(common.search)",
|
||||||
|
"settings": "$t(common.setting_other)",
|
||||||
|
"shared": "delt $t(entity.playlist_other)",
|
||||||
|
"artists": "$t(entity.artist_other)"
|
||||||
|
},
|
||||||
|
"setting": {
|
||||||
|
"generalTab": "generelt",
|
||||||
|
"advanced": "avansert",
|
||||||
|
"hotkeysTab": "hurtigtaster",
|
||||||
|
"playbackTab": "avspilling",
|
||||||
|
"windowTab": "vindu"
|
||||||
|
},
|
||||||
|
"playlistList": {
|
||||||
|
"title": "$t(entity.playlist_other)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"player": {
|
||||||
|
"addLast": "legg til sist",
|
||||||
|
"queue_remove": "fjern valgte",
|
||||||
|
"queue_moveToBottom": "flytt valgte til toppen",
|
||||||
|
"addNext": "legg til som neste",
|
||||||
|
"favorite": "favoritt",
|
||||||
|
"mute": "skru av lyden",
|
||||||
|
"muted": "lyden er skrudd av",
|
||||||
|
"next": "neste",
|
||||||
|
"repeat_all": "gjenta alle",
|
||||||
|
"playbackFetchCancel": "dette kommer til å ta en stund... lukk denne meldingen for å avbryte",
|
||||||
|
"playRandom": "spill vilkårlig",
|
||||||
|
"queue_clear": "tøm kø",
|
||||||
|
"repeat_off": "gjentakelse er deaktivert",
|
||||||
|
"playbackFetchInProgress": "laster sanger…",
|
||||||
|
"repeat": "gjenta",
|
||||||
|
"play": "spill",
|
||||||
|
"previous": "forrige",
|
||||||
|
"queue_moveToTop": "flytt valgte til bunnen",
|
||||||
|
"playbackFetchNoResults": "ingen sanger funnet",
|
||||||
|
"playbackSpeed": "avspillingshastighet",
|
||||||
|
"playSimilarSongs": "spill lignende sanger"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
767
src/i18n/locales/ta.json
Normal file
767
src/i18n/locales/ta.json
Normal file
|
@ -0,0 +1,767 @@
|
||||||
|
{
|
||||||
|
"action": {
|
||||||
|
"addToFavorites": "$ t இல் சேர்க்கவும் (entity.foavorite_other)",
|
||||||
|
"clearQueue": "தெளிவான வரிசை",
|
||||||
|
"goToPage": "பக்கத்திற்குச் செல்லுங்கள்",
|
||||||
|
"moveToBottom": "கீழே செல்லுங்கள்",
|
||||||
|
"moveToTop": "மேலே செல்லுங்கள்",
|
||||||
|
"refresh": "$ t (காமன்.ரெஃப்ரெச்)",
|
||||||
|
"removeFromFavorites": "$ t இலிருந்து அகற்று (entity.foavorite_other)",
|
||||||
|
"removeFromPlaylist": "$ t இலிருந்து அகற்று (entity.playlist_one)",
|
||||||
|
"removeFromQueue": "வரிசையிலிருந்து அகற்று",
|
||||||
|
"setRating": "மதிப்பீட்டை அமைக்கவும்",
|
||||||
|
"toggleSmartPlaylistEditor": "மாற்று $ t (entity.smartplaylist) ஆசிரியர்",
|
||||||
|
"viewPlaylists": "$ t (entity.playlist_other) காண்க",
|
||||||
|
"addToPlaylist": "$ t இல் சேர்க்கவும் (entity.playlist_one)",
|
||||||
|
"createPlaylist": "$ t ஐ உருவாக்கவும் (entity.playlist_one)",
|
||||||
|
"deletePlaylist": "$ t (entity.playlist_one) ஐ நீக்கு",
|
||||||
|
"deselectAll": "அனைத்தையும் தேர்வு செய்யுங்கள்",
|
||||||
|
"editPlaylist": "திருத்து $ t (entity.playlist_one)",
|
||||||
|
"moveToNext": "அடுத்து செல்லுங்கள்",
|
||||||
|
"openIn": {
|
||||||
|
"lastfm": "Last.fm இல் திறந்திருக்கும்",
|
||||||
|
"musicbrainz": "மியூசிக் பிரைன்ச் திறந்திருக்கும்"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"description": "விவரம்",
|
||||||
|
"minimize": "குறைக்கவும்",
|
||||||
|
"modified": "மாற்றியமைக்கப்பட்ட",
|
||||||
|
"noResultsFromQuery": "வினவல் எந்த முடிவுகளும் திரும்பவில்லை",
|
||||||
|
"note": "குறிப்பு",
|
||||||
|
"ok": "சரி",
|
||||||
|
"configure": "உள்ளமைக்கவும்",
|
||||||
|
"confirm": "உறுதிப்படுத்தவும்",
|
||||||
|
"create": "உருவாக்கு",
|
||||||
|
"currentSong": "தற்போதைய $ t (entity.track_one)",
|
||||||
|
"decrease": "குறைவு",
|
||||||
|
"action_one": "செயல்",
|
||||||
|
"action_other": "செயல்கள்",
|
||||||
|
"add": "கூட்டு",
|
||||||
|
"albumGain": "ஆல்பம் ஆதாயம்",
|
||||||
|
"albumPeak": "ஆல்பம் உச்சம்",
|
||||||
|
"areYouSure": "நீங்கள் உறுதியாக இருக்கிறீர்களா?",
|
||||||
|
"ascending": "ஏறுதல்",
|
||||||
|
"backward": "பின்னோக்கு",
|
||||||
|
"biography": "சுயசரிதை",
|
||||||
|
"bitrate": "பிட்ரேட்",
|
||||||
|
"bpm": "பிபிஎம்",
|
||||||
|
"cancel": "ரத்துசெய்",
|
||||||
|
"center": "நடுவண்",
|
||||||
|
"channel_one": "வாய்க்கால்",
|
||||||
|
"channel_other": "சேனல்கள்",
|
||||||
|
"clear": "தெளிவான",
|
||||||
|
"close": "மூடு",
|
||||||
|
"codec": "புரிப்பு",
|
||||||
|
"collapse": "சரிவு",
|
||||||
|
"comingSoon": "விரைவில் வருகிறது…",
|
||||||
|
"delete": "நீக்கு",
|
||||||
|
"descending": "இறங்கு",
|
||||||
|
"disable": "முடக்கு",
|
||||||
|
"disc": "வட்டு",
|
||||||
|
"dismiss": "தள்ளுபடி",
|
||||||
|
"duration": "காலம்",
|
||||||
|
"edit": "தொகு",
|
||||||
|
"enable": "இயக்கு",
|
||||||
|
"saveAs": "என சேமி",
|
||||||
|
"expand": "விரிவாக்கு",
|
||||||
|
"favorite": "பிடித்த",
|
||||||
|
"filter_one": "வடிப்பி",
|
||||||
|
"filter_other": "வடிப்பான்கள்",
|
||||||
|
"filters": "வடிப்பான்கள்",
|
||||||
|
"forceRestartRequired": "மாற்றங்களைப் பயன்படுத்த மறுதொடக்கம்… மறுதொடக்கம் செய்ய அறிவிப்பை மூடு",
|
||||||
|
"forward": "முன்னோக்கி",
|
||||||
|
"gap": "இடைவெளி",
|
||||||
|
"home": "வீடு",
|
||||||
|
"increase": "அதிகரிப்பு",
|
||||||
|
"left": "இடது",
|
||||||
|
"limit": "வரம்பு",
|
||||||
|
"manage": "நிர்வகிக்கவும்",
|
||||||
|
"maximize": "அதிகரிக்கவும்",
|
||||||
|
"menu": "பட்டியல்",
|
||||||
|
"mbid": "மியூசிக் பிரேன்ச் ஐடி",
|
||||||
|
"name": "பெயர்",
|
||||||
|
"no": "இல்லை",
|
||||||
|
"none": "எதுவுமில்லை",
|
||||||
|
"owner": "உரிமையாளர்",
|
||||||
|
"path": "பாதை",
|
||||||
|
"playerMustBePaused": "வீரர் இடைநிறுத்தப்பட வேண்டும்",
|
||||||
|
"preview": "முன்னோட்டம்",
|
||||||
|
"previousSong": "முந்தைய $ t (entity.track_one)",
|
||||||
|
"quit": "வெளியேறு",
|
||||||
|
"random": "சீரற்ற",
|
||||||
|
"rating": "செயல்வரம்பு",
|
||||||
|
"refresh": "புதுப்பிப்பு",
|
||||||
|
"reload": "ஏற்றவும்",
|
||||||
|
"reset": "மீட்டமை",
|
||||||
|
"resetToDefault": "இயல்புநிலைக்கு மீட்டமைக்கவும்",
|
||||||
|
"restartRequired": "மறுதொடக்கம் தேவை",
|
||||||
|
"right": "வலது",
|
||||||
|
"save": "சேமி",
|
||||||
|
"saveAndReplace": "சேமித்து மாற்றவும்",
|
||||||
|
"search": "தேடல்",
|
||||||
|
"setting": "அமைத்தல்",
|
||||||
|
"share": "பங்கு",
|
||||||
|
"size": "அளவு",
|
||||||
|
"sortOrder": "ஒழுங்கு",
|
||||||
|
"unknown": "தெரியவில்லை",
|
||||||
|
"version": "பதிப்பு",
|
||||||
|
"year": "ஆண்டு",
|
||||||
|
"yes": "ஆம்",
|
||||||
|
"title": "தலைப்பு",
|
||||||
|
"trackNumber": "மின்தடம்",
|
||||||
|
"trackGain": "தடமறிதல்",
|
||||||
|
"trackPeak": "ட்ராக் பீக்",
|
||||||
|
"translation": "மொழிபெயர்ப்பு"
|
||||||
|
},
|
||||||
|
"entity": {
|
||||||
|
"folderWithCount_one": "{{count}} கோப்புறை",
|
||||||
|
"folderWithCount_other": "{{count}} கோப்புறைகள்",
|
||||||
|
"genre_one": "வகை",
|
||||||
|
"genre_other": "வகைகள்",
|
||||||
|
"genreWithCount_one": "{{count}} வகை",
|
||||||
|
"genreWithCount_other": "{{count}} வகைகள்",
|
||||||
|
"album_one": "ஆல்பம்",
|
||||||
|
"album_other": "ஆல்பம்",
|
||||||
|
"albumArtist_one": "ஆல்பம் கலைஞர்",
|
||||||
|
"albumArtist_other": "ஆல்பம் கலைஞர்கள்",
|
||||||
|
"albumArtistCount_one": "{{count}} ஆல்பம் கலைஞர்",
|
||||||
|
"albumArtistCount_other": "{{count}} ஆல்பம் கலைஞர்கள்",
|
||||||
|
"albumWithCount_one": "{{count}} ஆல்பம்",
|
||||||
|
"albumWithCount_other": "{{count}} ஆல்பங்கள்",
|
||||||
|
"artist_one": "கலைஞர்",
|
||||||
|
"artist_other": "கலைஞர்கள்",
|
||||||
|
"artistWithCount_one": "{{count}} கலைஞர்",
|
||||||
|
"artistWithCount_other": "{{count}} கலைஞர்கள்",
|
||||||
|
"favorite_one": "பிடித்த",
|
||||||
|
"favorite_other": "பிடித்தவை",
|
||||||
|
"folder_one": "கோப்புறை",
|
||||||
|
"folder_other": "கோப்புறைகள்",
|
||||||
|
"playlist_one": "பிளேலிச்ட்",
|
||||||
|
"playlist_other": "பிளேலிச்ட்கள்",
|
||||||
|
"play_one": "{{count}} play",
|
||||||
|
"play_other": "{{count}} நாடகங்கள்",
|
||||||
|
"playlistWithCount_one": "{{count}} பிளேலிச்ட்",
|
||||||
|
"playlistWithCount_other": "{{count}} பிளேலிச்ட்கள்",
|
||||||
|
"smartPlaylist": "அறிவுள்ள $ t (entity.playlist_one)",
|
||||||
|
"track_one": "மின்தடம்",
|
||||||
|
"track_other": "தடங்கள்",
|
||||||
|
"song_one": "பாடல்",
|
||||||
|
"song_other": "பாடல்கள்",
|
||||||
|
"trackWithCount_one": "{{count}} டிராக்",
|
||||||
|
"trackWithCount_other": "{{count}} தடங்கள்"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"mpvRequired": "MPV தேவை",
|
||||||
|
"remotePortError": "தொலை சேவையக துறைமுகத்தை அமைக்க முயற்சிக்கும்போது பிழை ஏற்பட்டது",
|
||||||
|
"remotePortWarning": "புதிய துறைமுகத்தைப் பயன்படுத்த சேவையகத்தை மறுதொடக்கம் செய்யுங்கள்",
|
||||||
|
"serverNotSelectedError": "சேவையகம் எதுவும் தேர்ந்தெடுக்கப்படவில்லை",
|
||||||
|
"serverRequired": "சேவையகம் தேவை",
|
||||||
|
"remoteEnableError": "தொலைநிலை சேவையகத்தை $ t (பொதுவானது) முயற்சிக்கும்போது பிழை ஏற்பட்டது",
|
||||||
|
"apiRouteError": "பாதை கோரிக்கை செய்ய முடியவில்லை",
|
||||||
|
"audioDeviceFetchError": "ஆடியோ சாதனங்களைப் பெற முயற்சிக்கும்போது பிழை ஏற்பட்டது",
|
||||||
|
"authenticationFailed": "ஏற்பு தோல்வியடைந்தது",
|
||||||
|
"badAlbum": "இந்த பாடல் ஆல்பத்தின் பகுதியாக இல்லாததால் இந்தப் பக்கத்தைப் பார்க்கிறீர்கள். உங்கள் இசை கோப்புறையின் மேல் மட்டத்தில் ஒரு பாடல் இருந்தால் இந்த சிக்கலைப் பார்க்கிறீர்கள். செல்லிஃபின் ஒரு கோப்புறையில் இருந்தால் தடங்களை மட்டுமே குழுக்கள்.",
|
||||||
|
"credentialsRequired": "நற்சான்றிதழ்கள் தேவை",
|
||||||
|
"endpointNotImplementedError": "Endpoint {{endpoint}} {{serverType} க்கு க்கு செயல்படுத்தப்படவில்லை",
|
||||||
|
"genericError": "பிழை ஏற்பட்டது",
|
||||||
|
"invalidServer": "தவறான சேவையகம்",
|
||||||
|
"localFontAccessDenied": "உள்ளக எழுத்துருக்களுக்கு மறுக்கப்பட்டது",
|
||||||
|
"loginRateError": "பல உள்நுழைவு முயற்சிகள், தயவுசெய்து சில நொடிகளில் மீண்டும் முயற்சிக்கவும்",
|
||||||
|
"networkError": "பிணைய பிழை ஏற்பட்டது",
|
||||||
|
"openError": "கோப்பைத் திறக்க முடியவில்லை",
|
||||||
|
"playbackError": "ஊடகங்களை விளையாட முயற்சிக்கும்போது பிழை ஏற்பட்டது",
|
||||||
|
"remoteDisableError": "தொலைநிலை சேவையகத்தை $ t (பொதுவானது. குறைக்கக்கூடிய) முயற்சிக்கும்போது பிழை ஏற்பட்டது",
|
||||||
|
"sessionExpiredError": "உங்கள் அமர்வு காலாவதியானது",
|
||||||
|
"systemFontError": "கணினி எழுத்துருக்களைப் பெற முயற்சிக்கும்போது பிழை ஏற்பட்டது"
|
||||||
|
},
|
||||||
|
"filter": {
|
||||||
|
"albumArtist": "$ t (entity.albumartist_one)",
|
||||||
|
"albumCount": "$ t (entity.album_other) எண்ணிக்கை",
|
||||||
|
"artist": "$ t (entity.artist_one)",
|
||||||
|
"biography": "சுயசரிதை",
|
||||||
|
"bitrate": "பிட்ரேட்",
|
||||||
|
"bpm": "பிபிஎம்",
|
||||||
|
"channels": "$ t (common.channel_other)",
|
||||||
|
"comment": "கருத்து",
|
||||||
|
"communityRating": "சமூக மதிப்பீடு",
|
||||||
|
"path": "பாதை",
|
||||||
|
"playCount": "விளையாட்டு எண்ணிக்கை",
|
||||||
|
"random": "சீரற்ற",
|
||||||
|
"rating": "செயல்வரம்பு",
|
||||||
|
"album": "$ t (entity.album_one)",
|
||||||
|
"criticRating": "விமர்சகர் மதிப்பீடு",
|
||||||
|
"dateAdded": "தேதி சேர்க்கப்பட்டது",
|
||||||
|
"disc": "வட்டு",
|
||||||
|
"duration": "காலம்",
|
||||||
|
"favorited": "பிடித்தது",
|
||||||
|
"fromYear": "ஆண்டு முதல்",
|
||||||
|
"genre": "$ t (entity.genre_one)",
|
||||||
|
"id": "ஐடி",
|
||||||
|
"isCompilation": "தொகுப்பு",
|
||||||
|
"isFavorited": "பிடித்தது",
|
||||||
|
"isPublic": "பொது",
|
||||||
|
"isRated": "மதிப்பிடப்படுகிறது",
|
||||||
|
"isRecentlyPlayed": "அண்மைக் காலத்தில் விளையாடியது",
|
||||||
|
"lastPlayed": "கடைசியாக விளையாடியது",
|
||||||
|
"mostPlayed": "அதிகம் விளையாடியது",
|
||||||
|
"name": "பெயர்",
|
||||||
|
"note": "குறிப்பு",
|
||||||
|
"owner": "$ t (பொதுவானவர்)",
|
||||||
|
"recentlyAdded": "அண்மைக் காலத்தில் சேர்க்கப்பட்டது",
|
||||||
|
"recentlyPlayed": "அண்மைக் காலத்தில் விளையாடியது",
|
||||||
|
"recentlyUpdated": "அண்மைக் காலத்தில் புதுப்பிக்கப்பட்டது",
|
||||||
|
"releaseDate": "வெளியீட்டு தேதி",
|
||||||
|
"releaseYear": "வெளியீட்டு ஆண்டு",
|
||||||
|
"search": "தேடல்",
|
||||||
|
"songCount": "பாடல் எண்ணிக்கை",
|
||||||
|
"title": "தலைப்பு",
|
||||||
|
"toYear": "ஆண்டு",
|
||||||
|
"trackNumber": "மின்தடம்"
|
||||||
|
},
|
||||||
|
"form": {
|
||||||
|
"addServer": {
|
||||||
|
"input_password": "கடவுச்சொல்",
|
||||||
|
"error_savePassword": "கடவுச்சொல்லை சேமிக்க முயற்சிக்கும்போது பிழை ஏற்பட்டது",
|
||||||
|
"ignoreCors": "CORS ஐ புறக்கணிக்கவும் ($ t (Common.RestartRequired))",
|
||||||
|
"ignoreSsl": "SSL ஐ புறக்கணிக்கவும் ($ t (பொதுவானது.",
|
||||||
|
"input_legacyAuthentication": "மரபு அங்கீகாரத்தை இயக்கவும்",
|
||||||
|
"input_name": "சேவையக பெயர்",
|
||||||
|
"input_savePassword": "கடவுச்சொல்லைச் சேமிக்கவும்",
|
||||||
|
"input_url": "முகவரி",
|
||||||
|
"input_username": "பயனர்பெயர்",
|
||||||
|
"success": "சேவையகம் வெற்றிகரமாக சேர்க்கப்பட்டது",
|
||||||
|
"title": "சேவையகத்தைச் சேர்க்கவும்"
|
||||||
|
},
|
||||||
|
"deletePlaylist": {
|
||||||
|
"input_confirm": "உறுதிப்படுத்த $ t (entity.playlist_one) பெயரைத் தட்டச்சு செய்க",
|
||||||
|
"success": "$ t (entity.playlist_one) வெற்றிகரமாக நீக்கப்பட்டது",
|
||||||
|
"title": "$ t (entity.playlist_one) ஐ நீக்கு"
|
||||||
|
},
|
||||||
|
"editPlaylist": {
|
||||||
|
"title": "திருத்து $ t (entity.playlist_one)",
|
||||||
|
"publicJellyfinNote": "சில காரணங்களால் செல்லிஃபின் ஒரு பிளேலிச்ட் பொதுவில் இல்லையா என்பதை அம்பலப்படுத்தவில்லை. இது பொதுவில் இருக்க விரும்பினால், தயவுசெய்து பின்வரும் உள்ளீட்டைத் தேர்ந்தெடுக்கவும்",
|
||||||
|
"success": "$ t (entity.playlist_one) வெற்றிகரமாக புதுப்பிக்கப்பட்டது"
|
||||||
|
},
|
||||||
|
"lyricSearch": {
|
||||||
|
"input_artist": "$ t (entity.artist_one)",
|
||||||
|
"input_name": "$ t (common.name)",
|
||||||
|
"title": "பாடல் தேடல்"
|
||||||
|
},
|
||||||
|
"queryEditor": {
|
||||||
|
"input_optionMatchAll": "அனைத்தையும் பொருத்துங்கள்",
|
||||||
|
"input_optionMatchAny": "எந்த பொருத்தவும்"
|
||||||
|
},
|
||||||
|
"shareItem": {
|
||||||
|
"description": "விவரம்",
|
||||||
|
"setExpiration": "காலாவதியை அமைக்கவும்",
|
||||||
|
"expireInvalid": "காலாவதி எதிர்காலத்தில் இருக்க வேண்டும்",
|
||||||
|
"allowDownloading": "பதிவிறக்க அனுமதிக்கவும்",
|
||||||
|
"success": "இடைநிலைப்பலகைக்கு நகலெடுக்கப்பட்ட இணைப்பைப் பகிரவும் (அல்லது திறக்க இங்கே சொடுக்கு செய்க)",
|
||||||
|
"createFailed": "பங்கை உருவாக்கத் தவறிவிட்டது (பகிர்வு இயக்கப்பட்டதா?)"
|
||||||
|
},
|
||||||
|
"createPlaylist": {
|
||||||
|
"success": "$ t (entity.playlist_one) வெற்றிகரமாக உருவாக்கப்பட்டது",
|
||||||
|
"title": "$ t (entity.playlist_one) ஐ உருவாக்கவும்",
|
||||||
|
"input_description": "$ t (common.description)",
|
||||||
|
"input_name": "$ t (common.name)",
|
||||||
|
"input_owner": "$ t (பொதுவானவர்)",
|
||||||
|
"input_public": "பொது"
|
||||||
|
},
|
||||||
|
"addToPlaylist": {
|
||||||
|
"input_playlists": "$ t (entity.playlist_other)",
|
||||||
|
"input_skipDuplicates": "நகல்களைத் தவிர்க்கவும்",
|
||||||
|
"success": "$ t (entity.trackwithCount, {\"count\": {{message}}}) $ t (entity.playlistwithCount, {\"count\": {{numOfPlaylists}}})",
|
||||||
|
"title": "$ t இல் சேர்க்கவும் (entity.playlist_one)"
|
||||||
|
},
|
||||||
|
"updateServer": {
|
||||||
|
"success": "சேவையகம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது",
|
||||||
|
"title": "புதுப்பிப்பு சேவையகம்"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"page": {
|
||||||
|
"albumArtistDetail": {
|
||||||
|
"about": "{{artist}} பற்றி",
|
||||||
|
"appearsOn": "தோன்றும்",
|
||||||
|
"recentReleases": "அண்மைக் கால வெளியீடுகள்",
|
||||||
|
"viewDiscography": "டிச்கோகிராஃபி காண்க",
|
||||||
|
"topSongs": "சிறந்த பாடல்கள்",
|
||||||
|
"viewAllTracks": "அனைத்தையும் காண்க (entity.track_other)",
|
||||||
|
"relatedArtists": "தொடர்புடைய $ t (entity.artist_other)",
|
||||||
|
"topSongsFrom": "{{title}} இலிருந்து சிறந்த பாடல்கள்",
|
||||||
|
"viewAll": "அனைத்தையும் காண்க"
|
||||||
|
},
|
||||||
|
"appMenu": {
|
||||||
|
"goBack": "திரும்பிச் செல்லுங்கள்",
|
||||||
|
"collapseSidebar": "பக்கப்பட்டி சரிவு",
|
||||||
|
"expandSidebar": "பக்கப்பட்டியை விரிவாக்குங்கள்",
|
||||||
|
"goForward": "முன்னோக்கிச் செல்லுங்கள்",
|
||||||
|
"manageServers": "சேவையகங்களை நிர்வகிக்கவும்",
|
||||||
|
"openBrowserDevtools": "திறந்த உலாவி தேவ்டூல்கள்",
|
||||||
|
"quit": "$ t (common.quit)",
|
||||||
|
"selectServer": "சேவையகத்தைத் தேர்ந்தெடுக்கவும்",
|
||||||
|
"settings": "$ t (common.setting_other)",
|
||||||
|
"version": "பதிப்பு {{version}}"
|
||||||
|
},
|
||||||
|
"manageServers": {
|
||||||
|
"url": "முகவரி",
|
||||||
|
"title": "சேவையகங்களை நிர்வகிக்கவும்",
|
||||||
|
"serverDetails": "சேவையக விவரங்கள்",
|
||||||
|
"username": "பயனர்பெயர்",
|
||||||
|
"editServerDetailsTooltip": "சேவையக விவரங்களைத் திருத்தவும்",
|
||||||
|
"removeServer": "சேவையகத்தை அகற்று"
|
||||||
|
},
|
||||||
|
"contextMenu": {
|
||||||
|
"addNext": "$ t (player.addnext)",
|
||||||
|
"deletePlaylist": "$ t (action.deleteplaylist)",
|
||||||
|
"deselectAll": "$ t (action.deselectall)",
|
||||||
|
"download": "பதிவிறக்கம்",
|
||||||
|
"moveToBottom": "$ t (action.movetobottom)",
|
||||||
|
"moveToTop": "$ t (action.movetotop)",
|
||||||
|
"numberSelected": "{{count}} தேர்ந்தெடுக்கப்பட்டது",
|
||||||
|
"playSimilarSongs": "$ t (player.playsimilarsongs)",
|
||||||
|
"removeFromFavorites": "$ t (action.removefromfoavites)",
|
||||||
|
"removeFromPlaylist": "$ t (action.RemoveFrollayList)",
|
||||||
|
"removeFromQueue": "$ t (action.RemoveFromQueue)",
|
||||||
|
"setRating": "$ t (action.setrating)",
|
||||||
|
"playShuffled": "$ t (player.shuffle)",
|
||||||
|
"addFavorite": "$ t (action.addtofoaverites)",
|
||||||
|
"addLast": "$ t (player.addlast)",
|
||||||
|
"moveToNext": "$ t (action.movetonext)",
|
||||||
|
"play": "$ t (player.play)",
|
||||||
|
"shareItem": "உருப்படியைப் பகிரவும்",
|
||||||
|
"showDetails": "தகவலைப் பெறுங்கள்",
|
||||||
|
"addToFavorites": "$ t (action.addtofoaverites)",
|
||||||
|
"addToPlaylist": "$ t (action.addtoplailist)",
|
||||||
|
"createPlaylist": "$ t (action.createplaylist)"
|
||||||
|
},
|
||||||
|
"fullscreenPlayer": {
|
||||||
|
"config": {
|
||||||
|
"followCurrentLyric": "தற்போதைய பாடலைப் பின்பற்றுங்கள்",
|
||||||
|
"lyricAlignment": "பாடல் சீரமைப்பு",
|
||||||
|
"lyricOffset": "பாடல் ஆஃப்செட் (எம்.எச்)",
|
||||||
|
"synchronized": "ஒத்திசைக்கப்பட்டது",
|
||||||
|
"dynamicBackground": "மாறும் பின்னணி",
|
||||||
|
"dynamicImageBlur": "பட மங்கலான அளவு",
|
||||||
|
"dynamicIsImage": "பின்னணி படத்தை இயக்கவும்",
|
||||||
|
"lyricGap": "பாடல் இடைவெளி",
|
||||||
|
"lyricSize": "பாடல் அளவு",
|
||||||
|
"opacity": "ஒளிபுகாநிலை",
|
||||||
|
"showLyricMatch": "பாடல் போட்டியைக் காட்டு",
|
||||||
|
"showLyricProvider": "பாடல் வழங்குநரைக் காட்டு",
|
||||||
|
"unsynchronized": "ஒத்திசைக்கப்படாதது",
|
||||||
|
"useImageAspectRatio": "பட விகித விகிதத்தைப் பயன்படுத்தவும்"
|
||||||
|
},
|
||||||
|
"upNext": "அடுத்து",
|
||||||
|
"visualizer": "காட்சிப்படுத்தல்",
|
||||||
|
"noLyrics": "பாடல் வரிகள் இல்லை",
|
||||||
|
"lyrics": "பாடல்",
|
||||||
|
"related": "தொடர்புடைய"
|
||||||
|
},
|
||||||
|
"genreList": {
|
||||||
|
"showAlbums": "$ t (entity.genre_one) $ t (entity.album_other)",
|
||||||
|
"showTracks": "$ t (entity.genre_one) $ t (entity.track_other)",
|
||||||
|
"title": "$ t (entity.genre_other)"
|
||||||
|
},
|
||||||
|
"globalSearch": {
|
||||||
|
"commands": {
|
||||||
|
"goToPage": "பக்கத்திற்குச் செல்லுங்கள்",
|
||||||
|
"searchFor": "{{query}} ஐத் தேடுங்கள்",
|
||||||
|
"serverCommands": "சேவையக கட்டளைகள்"
|
||||||
|
},
|
||||||
|
"title": "கட்டளைகள்"
|
||||||
|
},
|
||||||
|
"home": {
|
||||||
|
"explore": "உங்கள் நூலகத்திலிருந்து ஆராயுங்கள்",
|
||||||
|
"mostPlayed": "அதிகம் விளையாடியது",
|
||||||
|
"newlyAdded": "புதிதாக சேர்க்கப்பட்ட வெளியீடுகள்",
|
||||||
|
"recentlyPlayed": "அண்மைக் காலத்தில் விளையாடியது",
|
||||||
|
"title": "$ t (காமன்.ஓம்)"
|
||||||
|
},
|
||||||
|
"itemDetail": {
|
||||||
|
"copyPath": "இடைநிலைப்பலகைக்கு பாதையை நகலெடுக்கவும்",
|
||||||
|
"copiedPath": "பாதை வெற்றிகரமாக நகலெடுக்கப்பட்டது",
|
||||||
|
"openFile": "கோப்பு மேலாளரில் தடத்தைக் காட்டு"
|
||||||
|
},
|
||||||
|
"playlist": {
|
||||||
|
"reorder": "ஐடியால் வரிசைப்படுத்தும்போது மட்டுமே மறுசீரமைப்பு இயக்கப்பட்டது"
|
||||||
|
},
|
||||||
|
"playlistList": {
|
||||||
|
"title": "$ t (entity.playlist_other)"
|
||||||
|
},
|
||||||
|
"setting": {
|
||||||
|
"advanced": "மேம்பட்ட",
|
||||||
|
"generalTab": "பொது",
|
||||||
|
"hotkeysTab": "ஆட்கீச்",
|
||||||
|
"playbackTab": "பின்னணி",
|
||||||
|
"windowTab": "சாளரம்"
|
||||||
|
},
|
||||||
|
"sidebar": {
|
||||||
|
"folders": "$ t (entity.folder_other)",
|
||||||
|
"genres": "$ t (entity.genre_other)",
|
||||||
|
"home": "$ t (காமன்.ஓம்)",
|
||||||
|
"nowPlaying": "இப்போது விளையாடுகிறது",
|
||||||
|
"playlists": "$ t (entity.playlist_other)",
|
||||||
|
"search": "$ t (பொதுவானது. தேடல்)",
|
||||||
|
"settings": "$ t (common.setting_other)",
|
||||||
|
"albumArtists": "$ t (entity.albumartist_other)",
|
||||||
|
"albums": "$ t (entity.album_other)",
|
||||||
|
"artists": "$ t (entity.artist_other)",
|
||||||
|
"shared": "பகிரப்பட்ட $ t (entity.playlist_other)",
|
||||||
|
"tracks": "$ t (entity.track_other)"
|
||||||
|
},
|
||||||
|
"trackList": {
|
||||||
|
"title": "$ t (entity.track_other)",
|
||||||
|
"genreTracks": "\"{{genre}}\" $ t (entity.track_other)",
|
||||||
|
"artistTracks": "{{artist}}"
|
||||||
|
},
|
||||||
|
"albumArtistList": {
|
||||||
|
"title": "$ t (entity.albumartist_other)"
|
||||||
|
},
|
||||||
|
"albumDetail": {
|
||||||
|
"moreFromArtist": "இந்த $ t (entity.artist_one) இலிருந்து மேலும்",
|
||||||
|
"moreFromGeneric": "{{item} இருந்து இலிருந்து மேலும்",
|
||||||
|
"released": "வெளியிடப்பட்டது"
|
||||||
|
},
|
||||||
|
"albumList": {
|
||||||
|
"artistAlbums": "ஆல்பங்கள் {{artist}}",
|
||||||
|
"genreAlbums": "\"{{genre}}\" $ t (entity.album_other)",
|
||||||
|
"title": "$ t (entity.album_other)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"player": {
|
||||||
|
"addLast": "கடைசியாக சேர்க்கவும்",
|
||||||
|
"addNext": "அடுத்து சேர்க்கவும்",
|
||||||
|
"favorite": "பிடித்த",
|
||||||
|
"mute": "முடக்கு",
|
||||||
|
"muted": "முடக்கிய",
|
||||||
|
"next": "அடுத்தது",
|
||||||
|
"play": "விளையாடுங்கள்",
|
||||||
|
"playSimilarSongs": "ஒத்த பாடல்களை வாசிக்கவும்",
|
||||||
|
"previous": "முந்தைய",
|
||||||
|
"queue_clear": "தெளிவான வரிசை",
|
||||||
|
"queue_remove": "தேர்ந்தெடுக்கப்பட்டதை அகற்று",
|
||||||
|
"repeat": "மீண்டும்",
|
||||||
|
"repeat_all": "அனைத்தையும் மீண்டும் செய்யவும்",
|
||||||
|
"repeat_off": "முடக்கப்பட்டதை மீண்டும் செய்யவும்",
|
||||||
|
"shuffle": "விளையாட்டு மாற்றப்பட்டது",
|
||||||
|
"shuffle_off": "கலக்கு முடக்கப்பட்டது",
|
||||||
|
"skip": "தவிர்",
|
||||||
|
"playbackFetchCancel": "இது சிறிது நேரம் ஆகும்… ரத்து செய்ய அறிவிப்பை மூடு",
|
||||||
|
"playbackFetchInProgress": "பாடல்களை ஏற்றுகிறது…",
|
||||||
|
"playbackFetchNoResults": "பாடல்கள் எதுவும் கிடைக்கவில்லை",
|
||||||
|
"playbackSpeed": "பிளேபேக் விரைவு",
|
||||||
|
"playRandom": "சீரற்ற முறையில் விளையாடுங்கள்",
|
||||||
|
"queue_moveToBottom": "மேலே தேர்ந்தெடுக்கப்பட்ட நகர்த்து",
|
||||||
|
"queue_moveToTop": "தேர்ந்தெடுக்கப்பட்டதை கீழே நகர்த்தவும்",
|
||||||
|
"skip_back": "பின்னோக்கி தவிர்க்கவும்",
|
||||||
|
"skip_forward": "முன்னோக்கி தவிர்க்கவும்",
|
||||||
|
"stop": "நிறுத்து",
|
||||||
|
"toggleFullscreenPlayer": "முழுத்திரை பிளேயரை மாற்றவும்",
|
||||||
|
"unfavorite": "மாறாத",
|
||||||
|
"pause": "இடைநிறுத்தம்",
|
||||||
|
"viewQueue": "வரிசையைக் காண்க"
|
||||||
|
},
|
||||||
|
"setting": {
|
||||||
|
"accentColor": "உச்சரிப்பு நிறம்",
|
||||||
|
"accentColor_description": "பயன்பாட்டிற்கான உச்சரிப்பு வண்ணத்தை அமைக்கிறது",
|
||||||
|
"albumBackground": "ஆல்பம் பின்னணி படம்",
|
||||||
|
"applicationHotkeys": "பயன்பாட்டு ஆட்கீச்",
|
||||||
|
"applicationHotkeys_description": "பயன்பாட்டு ஆட்கீசை உள்ளமைக்கவும். உலகளாவிய ஆட்ச்கியாக அமைக்க தேர்வுப்பெட்டியை மாற்றவும் (டெச்க்டாப் மட்டும்)",
|
||||||
|
"artistConfiguration": "ஆல்பம் கலைஞர் பக்க உள்ளமைவு",
|
||||||
|
"audioDevice_description": "பிளேபேக்கிற்கு பயன்படுத்த ஆடியோ சாதனத்தைத் தேர்ந்தெடுக்கவும் (வெப் பிளேயர் மட்டும்)",
|
||||||
|
"audioExclusiveMode": "ஆடியோ பிரத்தியேக பயன்முறை",
|
||||||
|
"audioPlayer": "ஆடியோ பிளேயர்",
|
||||||
|
"audioPlayer_description": "பிளேபேக்கிற்கு பயன்படுத்த ஆடியோ பிளேயரைத் தேர்ந்தெடுக்கவும்",
|
||||||
|
"customCssEnable_description": "தனிப்பயன் சிஎச்எச் ஐ எழுத அனுமதிக்கவும்.",
|
||||||
|
"customCss": "தனிப்பயன் சிஎச்எச்",
|
||||||
|
"customFontPath": "தனிப்பயன் எழுத்துரு பாதை",
|
||||||
|
"customFontPath_description": "பயன்பாட்டிற்கு பயன்படுத்த தனிப்பயன் எழுத்துருவுக்கு பாதையை அமைக்கிறது",
|
||||||
|
"disableLibraryUpdateOnStartup": "தொடக்கத்தில் புதிய பதிப்புகளைச் சரிபார்ப்பதை முடக்கு",
|
||||||
|
"discordApplicationId": "{{discord}} பயன்பாட்டு ஐடி",
|
||||||
|
"discordListening": "கேட்பது என நிலையைக் காட்டுங்கள்",
|
||||||
|
"exitToTray_description": "கணினி தட்டில் பயன்பாட்டிலிருந்து வெளியேறவும்",
|
||||||
|
"floatingQueueArea": "மிதக்கும் வரிசை ஓவர் பகுதியைக் காட்டு",
|
||||||
|
"floatingQueueArea_description": "நாடக வரிசையைக் காண திரையின் வலது பக்கத்தில் ஒரு ஓவர் ஐகானைக் காண்பி",
|
||||||
|
"followLyric": "தற்போதைய பாடலைப் பின்பற்றுங்கள்",
|
||||||
|
"followLyric_description": "தற்போதைய விளையாட்டு நிலைக்கு பாடலை உருட்டவும்",
|
||||||
|
"font": "எழுத்துரு",
|
||||||
|
"font_description": "பயன்பாட்டிற்கு பயன்படுத்த எழுத்துருவை அமைக்கிறது",
|
||||||
|
"fontType": "எழுத்துரு வகை",
|
||||||
|
"fontType_description": "உள்ளமைக்கப்பட்ட எழுத்துரு ஃபீசின் வழங்கிய எழுத்துருக்களில் ஒன்றைத் தேர்ந்தெடுக்கிறது. உங்கள் இயக்க முறைமை வழங்கிய எந்த எழுத்துருவையும் தேர்ந்தெடுக்க கணினி எழுத்துரு உங்களை அனுமதிக்கிறது. உங்கள் சொந்த எழுத்துருவை வழங்க தனிப்பயன் உங்களை அனுமதிக்கிறது",
|
||||||
|
"fontType_optionBuiltIn": "உள்ளமைக்கப்பட்ட எழுத்துரு",
|
||||||
|
"fontType_optionCustom": "தனிப்பயன் எழுத்துரு",
|
||||||
|
"fontType_optionSystem": "கணினி எழுத்துரு",
|
||||||
|
"gaplessAudio": "இடைவெளி இல்லாத ஆடியோ",
|
||||||
|
"gaplessAudio_description": "MPV க்கான இடைவெளி இல்லாத ஆடியோ அமைப்பை அமைக்கிறது",
|
||||||
|
"gaplessAudio_optionWeak": "பலவீனமான (பரிந்துரைக்கப்படுகிறது)",
|
||||||
|
"genreBehavior": "வகை பக்கம் இயல்புநிலை நடத்தை",
|
||||||
|
"genreBehavior_description": "ஒரு வகையைக் சொடுக்கு செய்வது டிராக் அல்லது ஆல்பம் பட்டியலில் இயல்பாகத் திறக்கிறதா என்பதை தீர்மானிக்கிறது",
|
||||||
|
"globalMediaHotkeys_description": "பிளேபேக்கைக் கட்டுப்படுத்த உங்கள் கணினி மீடியா ஆட்கீசின் பயன்பாட்டை இயக்கவும் அல்லது முடக்கவும்",
|
||||||
|
"homeConfiguration": "முகப்பு பக்க உள்ளமைவு",
|
||||||
|
"homeFeature": "வீட்டில் கொணர்வி இடம்பெற்றது",
|
||||||
|
"hotkey_favoriteCurrentSong": "பிடித்த $ t (common.curressong)",
|
||||||
|
"hotkey_globalSearch": "உலக தேடல்",
|
||||||
|
"hotkey_playbackPrevious": "முந்தைய பாடல்",
|
||||||
|
"hotkey_playbackStop": "நிறுத்து",
|
||||||
|
"hotkey_rate0": "மதிப்பீடு தெளிவாக",
|
||||||
|
"hotkey_rate1": "மதிப்பீடு 1 விண்மீன்",
|
||||||
|
"hotkey_rate2": "மதிப்பீடு 2 நட்சத்திரங்கள்",
|
||||||
|
"hotkey_rate3": "மதிப்பீடு 3 நட்சத்திரங்கள்",
|
||||||
|
"hotkey_rate4": "மதிப்பீடு 4 நட்சத்திரங்கள்",
|
||||||
|
"hotkey_rate5": "மதிப்பீடு 5 நட்சத்திரங்கள்",
|
||||||
|
"hotkey_toggleFullScreenPlayer": "முழு திரை பிளேயரை மாற்றவும்",
|
||||||
|
"hotkey_togglePreviousSongFavorite": "மாற்றவும் (பொதுவானது. ப்ரீவியச்ங்) பிடித்தது",
|
||||||
|
"hotkey_toggleQueue": "வரிசையை மாற்றவும்",
|
||||||
|
"hotkey_toggleRepeat": "மீண்டும் மீண்டும்",
|
||||||
|
"hotkey_toggleShuffle": "கலக்கு மாற்று",
|
||||||
|
"hotkey_unfavoriteCurrentSong": "சாதகமற்ற $ t (common.curressong)",
|
||||||
|
"hotkey_unfavoritePreviousSong": "சாதகமற்ற $ t (காமன்.பிரெவியச்ங்)",
|
||||||
|
"hotkey_volumeDown": "தொகுதி கீழே",
|
||||||
|
"hotkey_volumeMute": "தொகுதி முடக்கு",
|
||||||
|
"hotkey_volumeUp": "தொகுதி",
|
||||||
|
"language": "மொழி",
|
||||||
|
"language_description": "பயன்பாட்டிற்கான மொழியை அமைக்கிறது ($ t (பொதுவானது.",
|
||||||
|
"lastfmApiKey": "{{lastfm}} பநிஇ key",
|
||||||
|
"lastfmApiKey_description": "{{lastfm} க்கு க்கான பநிஇ விசை. கவர் கலைக்கு தேவை",
|
||||||
|
"lyricFetch": "இணையத்திலிருந்து வரிகளை பெறுங்கள்",
|
||||||
|
"lyricFetchProvider_description": "பாடல் பெற வழங்குநர்களைத் தேர்ந்தெடுக்கவும். வழங்குநர்களின் வரிசை அவர்கள் வினவப்படும் ஒழுங்கு",
|
||||||
|
"lyricOffset": "பாடல் ஆஃப்செட் (எம்.எச்)",
|
||||||
|
"minimizeToTray": "தட்டில் குறைக்கவும்",
|
||||||
|
"minimumScrobblePercentage": "குறைந்தபட்ச துணிச்சல் காலம் (சதவீதம்)",
|
||||||
|
"minimumScrobblePercentage_description": "பாடலின் குறைந்தபட்ச விழுக்காடு அதைத் துடைப்பதற்கு முன்பு இசைக்க வேண்டும்",
|
||||||
|
"minimumScrobbleSeconds": "குறைந்தபட்ச தோண்டல் (விநாடிகள்)",
|
||||||
|
"minimumScrobbleSeconds_description": "பாடலின் விநாடிகளில் குறைந்தபட்ச காலம் அது வேட்டையாடப்படுவதற்கு முன்பு இசைக்கப்பட வேண்டும்",
|
||||||
|
"mpvExecutablePath": "MPV இயங்கக்கூடிய பாதை",
|
||||||
|
"mpvExecutablePath_description": "MPV இயங்கக்கூடிய பாதையை அமைக்கிறது. காலியாக இருந்தால், இயல்புநிலை பாதை பயன்படுத்தப்படும்",
|
||||||
|
"mpvExtraParameters": "MPV அளவுருக்கள்",
|
||||||
|
"mpvExtraParameters_help": "ஒரு வரிக்கு ஒன்று",
|
||||||
|
"passwordStore": "கடவுச்சொற்கள்/ரகசிய கடை",
|
||||||
|
"passwordStore_description": "என்ன கடவுச்சொல்/ரகசிய கடை பயன்படுத்த வேண்டும். கடவுச்சொற்களை சேமிப்பதில் சிக்கல்கள் இருந்தால் இதை மாற்றவும்.",
|
||||||
|
"playbackStyle": "பிளேபேக் பாணி",
|
||||||
|
"playbackStyle_description": "ஆடியோ பிளேயருக்கு பயன்படுத்த பிளேபேக் பாணியைத் தேர்ந்தெடுக்கவும்",
|
||||||
|
"playbackStyle_optionCrossFade": "கிராச்ஃபேட்",
|
||||||
|
"playbackStyle_optionNormal": "சாதாரண",
|
||||||
|
"playButtonBehavior": "பொத்தான் நடத்தை விளையாடுங்கள்",
|
||||||
|
"playButtonBehavior_description": "வரிசையில் பாடல்களைச் சேர்க்கும்போது ப்ளே பொத்தானின் இயல்புநிலை நடத்தை அமைக்கிறது",
|
||||||
|
"playButtonBehavior_optionAddLast": "$ t (player.addlast)",
|
||||||
|
"playButtonBehavior_optionAddNext": "$ t (player.addnext)",
|
||||||
|
"playerAlbumArtResolution": "பிளேயர் ஆல்பம் கலைத் தீர்மானம்",
|
||||||
|
"playerAlbumArtResolution_description": "பெரிய வீரரின் ஆல்பம் கலை முன்னோட்டத்திற்கான தீர்மானம். பெரியது இது மிகவும் மிருதுவானதாக தோற்றமளிக்கிறது, ஆனால் மெதுவாக ஏற்றுவதை மெதுவாகக் கொண்டிருக்கலாம். இயல்புநிலை 0 க்கு, அதாவது ஆட்டோ",
|
||||||
|
"playerbarOpenDrawer": "பிளேயர்பார் முழுத்திரை மாற்று",
|
||||||
|
"playerbarOpenDrawer_description": "முழு திரை பிளேயரைத் திறக்க பிளேயர்பாரைக் சொடுக்கு செய்ய அனுமதிக்கிறது",
|
||||||
|
"remotePassword": "ரிமோட் கண்ட்ரோல் சர்வர் கடவுச்சொல்",
|
||||||
|
"remotePassword_description": "ரிமோட் கண்ட்ரோல் சேவையகத்திற்கான கடவுச்சொல்லை அமைக்கிறது. இந்த நற்சான்றிதழ்கள் இயல்பாகவே பாதுகாப்பற்ற முறையில் மாற்றப்படுகின்றன, எனவே நீங்கள் கவலைப்படாத தனிப்பட்ட கடவுச்சொல்லைப் பயன்படுத்த வேண்டும்",
|
||||||
|
"remotePort": "ரிமோட் கண்ட்ரோல் சர்வர் துறைமுகம்",
|
||||||
|
"remotePort_description": "ரிமோட் கண்ட்ரோல் சேவையகத்திற்கான துறைமுகத்தை அமைக்கிறது",
|
||||||
|
"remoteUsername": "ரிமோட் கண்ட்ரோல் சர்வர் பயனர்பெயர்",
|
||||||
|
"remoteUsername_description": "ரிமோட் கண்ட்ரோல் சேவையகத்திற்கான பயனர்பெயரை அமைக்கிறது. பயனர்பெயர் மற்றும் கடவுச்சொல் இரண்டும் காலியாக இருந்தால், ஏற்பு முடக்கப்படும்",
|
||||||
|
"replayGainClipping": "{{ReplayGain}} கிளிப்பிங்",
|
||||||
|
"replayGainClipping_description": "ஆதாயத்தை தானாகவே குறைப்பதன் மூலம் {{ReplayGain} by காரணமாக ஏற்படும் கிளிப்பிங்கைத் தடுக்கவும்",
|
||||||
|
"replayGainFallback": "{{{ReplayGain}}} falback",
|
||||||
|
"replayGainFallback_description": "கோப்பில் {{ReplayGain}} குறிச்சொற்கள் இல்லையென்றால் விண்ணப்பிக்க DB இல் ஆதாயம்",
|
||||||
|
"replayGainMode": "{{ReplayGain}} பயன்முறை",
|
||||||
|
"replayGainMode_description": "{{ReplayGain}}} மதிப்புகளின் படி தொகுதி ஆதாயத்தை சரிசெய்யவும் மேனிலை தரவு கோப்பு",
|
||||||
|
"replayGainMode_optionAlbum": "$ t (entity.album_one)",
|
||||||
|
"replayGainMode_optionNone": "$ t (common.none)",
|
||||||
|
"replayGainMode_optionTrack": "$ t (entity.track_one)",
|
||||||
|
"replayGainPreamp": "{{ReplayGain}} preamp (db)",
|
||||||
|
"replayGainPreamp_description": "{{ReplayGain}}} மதிப்புகளுக்கு பயன்படுத்தப்படும் Preamp ஆதாயத்தை சரிசெய்யவும்",
|
||||||
|
"sampleRate": "மாதிரி வீதம்",
|
||||||
|
"sampleRate_description": "தேர்ந்தெடுக்கப்பட்ட மாதிரி அதிர்வெண் தற்போதைய மீடியாவிலிருந்து வேறுபட்டால் பயன்படுத்த வேண்டிய வெளியீட்டு மாதிரி வீதத்தைத் தேர்ந்தெடுக்கவும். 8000 க்கும் குறைவான மதிப்பு இயல்புநிலை அதிர்வெண்ணைப் பயன்படுத்தும்",
|
||||||
|
"themeLight_description": "பயன்பாட்டிற்கு பயன்படுத்த ஒளி கருப்பொருள் அமைக்கிறது",
|
||||||
|
"transcodeNote": "1 (வலை) - 2 (MPV) பாடல்களுக்குப் பிறகு நடைமுறைக்கு வருகிறது",
|
||||||
|
"transcode": "டிரான்ச்கோடிங்கை இயக்கவும்",
|
||||||
|
"transcode_description": "வெவ்வேறு வடிவங்களுக்கு மாற்றுவதை செயல்படுத்துகிறது",
|
||||||
|
"transcodeBitrate": "டிரான்ச்கோடிற்கு பிட்ரேட்",
|
||||||
|
"transcodeBitrate_description": "டிரான்ச்கோடிற்கு பிட்ரேட்டைத் தேர்ந்தெடுக்கிறது. 0 என்றால் சேவையகம் எடுக்கட்டும்",
|
||||||
|
"transcodeFormat": "டிரான்ச்கோடுக்கு வடிவம்",
|
||||||
|
"transcodeFormat_description": "டிரான்ச்கோடிற்கு வடிவமைப்பைத் தேர்ந்தெடுக்கிறது. சேவையகம் தீர்மானிக்க காலியாக விடவும்",
|
||||||
|
"translationApiProvider": "மொழிபெயர்ப்பு பநிஇ வழங்குநர்",
|
||||||
|
"translationApiProvider_description": "மொழிபெயர்ப்புக்கான பநிஇ வழங்குநர்",
|
||||||
|
"translationApiKey": "மொழிபெயர்ப்பு பநிஇ விசை",
|
||||||
|
"translationApiKey_description": "மொழிபெயர்ப்பிற்கான பநிஇ விசை (உலகளாவிய பணி இறுதிப்புள்ளியை மட்டும் ஆதரிக்கவும்)",
|
||||||
|
"translationTargetLanguage": "மொழிபெயர்ப்பு இலக்கு மொழி",
|
||||||
|
"translationTargetLanguage_description": "மொழிபெயர்ப்பிற்கான இலக்கு மொழி",
|
||||||
|
"trayEnabled": "தட்டில் காட்டு",
|
||||||
|
"trayEnabled_description": "தட்டு ஐகான்/மெனுவைக் காட்டவும்/மறைக்கவும். முடக்கப்பட்டால், தட்டில் குறைக்க/வெளியேறவும் முடக்குகிறது",
|
||||||
|
"volumeWidth_description": "தொகுதி ச்லைடரின் அகலம்",
|
||||||
|
"webAudio": "வலை ஆடியோவைப் பயன்படுத்தவும்",
|
||||||
|
"webAudio_description": "வலை ஆடியோவைப் பயன்படுத்தவும். இது ரீப்ளே கெய்ன் போன்ற மேம்பட்ட அம்சங்களை செயல்படுத்துகிறது. நீங்கள் வேறுவிதமாக அனுபவித்தால் முடக்கு",
|
||||||
|
"artistConfiguration_description": "எந்த உருப்படிகள் காண்பிக்கப்படுகின்றன, எந்த வரிசையில், ஆல்பம் கலைஞர் பக்கத்தில் உள்ளமைக்கவும்",
|
||||||
|
"audioDevice": "ஆடியோ சாதனம்",
|
||||||
|
"audioExclusiveMode_description": "பிரத்யேக வெளியீட்டு பயன்முறையை இயக்கவும். இந்த பயன்முறையில், கணினி வழக்கமாக பூட்டப்படுகிறது, மேலும் MPV மட்டுமே ஆடியோவை வெளியிட முடியும்",
|
||||||
|
"buttonSize": "பிளேயர் பார் பொத்தான் அளவு",
|
||||||
|
"buttonSize_description": "பிளேயர் பார் பொத்தான்களின் அளவு",
|
||||||
|
"clearCache": "தெளிவான உலாவி தற்காலிக சேமிப்பு",
|
||||||
|
"clearCache_description": "ஃபீசினின் ஒரு 'கடினமான தெளிவான'. ஃபெசினின் தற்காலிக சேமிப்பை அழிப்பதைத் தவிர, உலாவி தற்காலிக சேமிப்பை (சேமித்த படங்கள் மற்றும் பிற சொத்துக்கள்) வெறுமை செய்யுங்கள். சேவையக நற்சான்றிதழ்கள் மற்றும் அமைப்புகள் பாதுகாக்கப்படுகின்றன",
|
||||||
|
"albumBackground_description": "ஆல்பம் கலை கொண்ட ஆல்பம் பக்கங்களுக்கு பின்னணி படத்தை சேர்க்கிறது",
|
||||||
|
"albumBackgroundBlur": "ஆல்பம் பின்னணி பட மங்கலான அளவு",
|
||||||
|
"albumBackgroundBlur_description": "ஆல்பத்தின் பின்னணி படத்திற்கு பயன்படுத்தப்படும் மங்கலின் அளவை சரிசெய்கிறது",
|
||||||
|
"clearQueryCache": "தெளிவான ஃபைசின் கேச்",
|
||||||
|
"clearQueryCache_description": "ஃபீசினின் 'மென்மையான தெளிவான'. இது பிளேலிச்ட்களைப் புதுப்பிக்கும், மெட்டாடேட்டாவைக் கண்காணிக்கும் மற்றும் சேமித்த பாடல் வரிகளை மீட்டமைக்கும். அமைப்புகள், சேவையக நற்சான்றிதழ்கள் மற்றும் தற்காலிக சேமிப்பு படங்கள் பாதுகாக்கப்படுகின்றன",
|
||||||
|
"clearCacheSuccess": "கேச் வெற்றிகரமாக அழிக்கப்பட்டது",
|
||||||
|
"contextMenu": "சூழல் பட்டியல் (வலது கிளிக்) உள்ளமைவு",
|
||||||
|
"crossfadeDuration": "கிராச்ஃபேட் காலம்",
|
||||||
|
"crossfadeDuration_description": "கிராச்ஃபேட் விளைவின் காலத்தை அமைக்கிறது",
|
||||||
|
"crossfadeStyle": "கிராச்ஃபேட் பாணி",
|
||||||
|
"crossfadeStyle_description": "ஆடியோ பிளேயருக்கு பயன்படுத்த கிராச்ஃபேட் பாணியைத் தேர்ந்தெடுக்கவும்",
|
||||||
|
"customCssEnable": "தனிப்பயன் சிஎச்எச் ஐ இயக்கவும்",
|
||||||
|
"customCssNotice": "எச்சரிக்கை: சில சுத்திகரிப்பு (URL () மற்றும் உள்ளடக்கத்தை அனுமதிக்காதது :) இருக்கும்போது, தனிப்பயன் சிஎச்எச் ஐப் பயன்படுத்துவது இடைமுகத்தை மாற்றுவதன் மூலம் ஆபத்துக்களை ஏற்படுத்தக்கூடும்.",
|
||||||
|
"contextMenu_description": "நீங்கள் ஒரு உருப்படியை வலது சொடுக்கு செய்யும் போது பட்டியலில் காட்டப்பட்டுள்ள உருப்படிகளை மறைக்க உங்களை அனுமதிக்கிறது. சரிபார்க்கப்படாத உருப்படிகள் மறைக்கப்படும்",
|
||||||
|
"disableAutomaticUpdates": "தானியங்கி புதுப்பிப்புகளை முடக்கு",
|
||||||
|
"discordApplicationId_description": "{{discord}} பணக்கார இருப்புக்கான பயன்பாட்டு ஐடி (இயல்புநிலை {{defaultId}})",
|
||||||
|
"discordIdleStatus": "பணக்கார இருப்பு செயலற்ற நிலையைக் காட்டுங்கள்",
|
||||||
|
"discordIdleStatus_description": "இயக்கப்பட்டால், பிளேயர் சும்மா இருக்கும்போது நிலையைப் புதுப்பிக்கவும்",
|
||||||
|
"discordListening_description": "விளையாடுவதற்குப் பதிலாக கேட்பது என்று அந்த நிலையைக் காட்டுங்கள்",
|
||||||
|
"discordRichPresence": "{{discord}} பணக்கார இருப்பு",
|
||||||
|
"discordRichPresence_description": "{{discord}} பணக்கார இருப்பில் பின்னணி நிலையை இயக்கவும். பட விசைகள்: {{icon}}, {{playing}}, மற்றும் {{paused}} ",
|
||||||
|
"customCss_description": "தனிப்பயன் சிஎச்எச் உள்ளடக்கம். குறிப்பு: உள்ளடக்கம் மற்றும் தொலைநிலை முகவரி கள் அனுமதிக்கப்படாத பண்புகள். உங்கள் உள்ளடக்கத்தின் முன்னோட்டம் கீழே காட்டப்பட்டுள்ளது. நீங்கள் அமைக்காத கூடுதல் புலங்கள் சுத்திகரிப்பு காரணமாக உள்ளன.",
|
||||||
|
"doubleClickBehavior": "இரட்டை சொடுக்கு செய்யும் போது தேடப்பட்ட அனைத்து தடங்களையும் வரிசைப்படுத்தவும்",
|
||||||
|
"doubleClickBehavior_description": "உண்மை என்றால், தட தேடலில் பொருந்தக்கூடிய அனைத்து தடங்களும் வரிசையில் நிற்கப்படும். இல்லையெனில், சொடுக்கு செய்யப்பட்ட ஒன்று மட்டுமே வரிசையில் நிற்கப்படும்",
|
||||||
|
"enableRemote": "ரிமோட் கண்ட்ரோல் சேவையகத்தை இயக்கவும்",
|
||||||
|
"enableRemote_description": "பயன்பாட்டைக் கட்டுப்படுத்த மற்ற சாதனங்களை அனுமதிக்க ரிமோட் கண்ட்ரோல் சேவையகத்தை இயக்குகிறது",
|
||||||
|
"externalLinks": "வெளிப்புற இணைப்புகளைக் காட்டு",
|
||||||
|
"externalLinks_description": "கலைஞர்/ஆல்பம் பக்கங்களில் வெளிப்புற இணைப்புகளை (last.fm, மியூசிக் ப்ரெய்ன்ச்) காண்பிக்க உதவுகிறது",
|
||||||
|
"exitToTray": "தட்டில் வெளியேறவும்",
|
||||||
|
"globalMediaHotkeys": "உலகளாவிய மீடியா ஆட்கீச்",
|
||||||
|
"discordUpdateInterval": "{{discord}} பணக்கார இருப்பு புதுப்பிப்பு இடைவெளி",
|
||||||
|
"discordUpdateInterval_description": "ஒவ்வொரு புதுப்பிப்புக்கும் இடையிலான விநாடிகளில் நேரம் (குறைந்தபட்சம் 15 வினாடிகள்)",
|
||||||
|
"homeConfiguration_description": "என்னென்ன உருப்படிகள் காட்டப்படுகின்றன, எந்த வரிசையில், முகப்பு பக்கத்தில் உள்ளமைக்கவும்",
|
||||||
|
"homeFeature_description": "முகப்பு பக்கத்தில் பெரிய பிரத்யேக கொணர்வி காட்ட வேண்டுமா என்பதைக் கட்டுப்படுத்துகிறது",
|
||||||
|
"hotkey_browserBack": "உலாவி மீண்டும்",
|
||||||
|
"hotkey_browserForward": "முன்னோக்கி உலாவி",
|
||||||
|
"hotkey_favoritePreviousSong": "பிடித்த $ t (காமன்.பிரெவியச்ங்)",
|
||||||
|
"hotkey_localSearch": "பக்க தேடல்",
|
||||||
|
"hotkey_playbackNext": "அடுத்த பாடல்",
|
||||||
|
"hotkey_playbackPause": "இடைநிறுத்தம்",
|
||||||
|
"hotkey_playbackPlay": "விளையாடுங்கள்",
|
||||||
|
"hotkey_playbackPlayPause": "விளையாடு / இடைநிறுத்தம்",
|
||||||
|
"hotkey_skipBackward": "பின்தங்கிய நிலையில் தவிர்க்கவும்",
|
||||||
|
"hotkey_zoomIn": "பெரிதாக்கு",
|
||||||
|
"hotkey_zoomOut": "சிறிதாக்கு",
|
||||||
|
"imageAspectRatio": "சொந்த கவர் கலை விகித விகிதத்தைப் பயன்படுத்தவும்",
|
||||||
|
"imageAspectRatio_description": "இயக்கப்பட்டால், கவர் கலை அவற்றின் சொந்த விகித விகிதத்தைப் பயன்படுத்தி காண்பிக்கப்படும். 1: 1 இல்லாத கலைக்கு, மீதமுள்ள இடம் காலியாக இருக்கும்",
|
||||||
|
"lyricFetch_description": "பல்வேறு இணைய மூலங்களிலிருந்து பாடல் வரிகள்",
|
||||||
|
"lyricFetchProvider": "பாடல் பெற வழங்குநர்கள்",
|
||||||
|
"lyricOffset_description": "குறிப்பிட்ட அளவு மில்லி விநாடிகளால் பாடலை ஈடுசெய்யவும்",
|
||||||
|
"hotkey_skipForward": "முன்னோக்கி செல்லுங்கள்",
|
||||||
|
"hotkey_toggleCurrentSongFavorite": "மாற்று $ t (common.curressong) பிடித்தது",
|
||||||
|
"minimizeToTray_description": "கணினி தட்டில் பயன்பாட்டைக் குறைக்கவும்",
|
||||||
|
"playButtonBehavior_optionPlay": "$ t (player.play)",
|
||||||
|
"playButtonBehavior_optionPlayShuffled": "$ t (player.shuffle)",
|
||||||
|
"savePlayQueue": "விளையாட்டு வரிசையை சேமிக்கவும்",
|
||||||
|
"savePlayQueue_description": "பயன்பாடு மூடப்படும் போது ப்ளே வரிசையை சேமித்து, பயன்பாடு திறக்கப்படும் போது அதை மீட்டெடுக்கவும்",
|
||||||
|
"scrobble": "ச்க்ரோபில்",
|
||||||
|
"scrobble_description": "உங்கள் மீடியா சேவையகத்திற்கு ச்க்ரோபில் விளையாடுகிறது",
|
||||||
|
"showSkipButton": "ச்கிப் பொத்தான்களைக் காட்டு",
|
||||||
|
"showSkipButton_description": "பிளேயர் பட்டியில் ச்கிப் பொத்தான்களைக் காட்டவும் அல்லது மறைக்கவும்",
|
||||||
|
"sidebarConfiguration": "பக்கப்பட்டி உள்ளமைவு",
|
||||||
|
"sidebarConfiguration_description": "பக்கப்பட்டியில் தோன்றும் உருப்படிகள் மற்றும் வரிசையைத் தேர்ந்தெடுக்கவும்",
|
||||||
|
"showSkipButtons": "ச்கிப் பொத்தான்களைக் காட்டு",
|
||||||
|
"showSkipButtons_description": "பிளேயர் பட்டியில் ச்கிப் பொத்தான்களைக் காட்டவும் அல்லது மறைக்கவும்",
|
||||||
|
"sidebarCollapsedNavigation": "பக்கப்பட்டி (சரிந்த) வழிசெலுத்தல்",
|
||||||
|
"sidebarCollapsedNavigation_description": "சரிந்த பக்கப்பட்டியில் வழிசெலுத்தலைக் காட்டவும் அல்லது மறைக்கவும்",
|
||||||
|
"sidebarPlaylistList": "பக்கப்பட்டி பிளேலிச்ட் பட்டியல்",
|
||||||
|
"sidebarPlaylistList_description": "பக்கப்பட்டியில் பிளேலிச்ட் பட்டியலைக் காட்டவும் அல்லது மறைக்கவும்",
|
||||||
|
"sidePlayQueueStyle": "சைட் பிளே வரிசை பாணி",
|
||||||
|
"sidePlayQueueStyle_description": "பக்க நாடக வரிசையின் பாணியை அமைக்கிறது",
|
||||||
|
"sidePlayQueueStyle_optionAttached": "இணைக்கப்பட்டுள்ளது",
|
||||||
|
"sidePlayQueueStyle_optionDetached": "பிரிக்கப்பட்டது",
|
||||||
|
"theme_description": "பயன்பாட்டிற்கு பயன்படுத்த கருப்பொருள் அமைக்கிறது",
|
||||||
|
"themeDark": "கருப்பொருள் (இருண்ட)",
|
||||||
|
"themeDark_description": "பயன்பாட்டிற்கு பயன்படுத்த இருண்ட கருப்பொருள் அமைக்கிறது",
|
||||||
|
"skipDuration": "கால அளவைத் தவிர்க்கவும்",
|
||||||
|
"skipDuration_description": "பிளேயர் பட்டியில் தவிர் பொத்தான்களைப் பயன்படுத்தும் போது தவிர்க்க வேண்டிய காலத்தை அமைக்கிறது",
|
||||||
|
"skipPlaylistPage": "பிளேலிச்ட் பக்கத்தைத் தவிர்க்கவும்",
|
||||||
|
"skipPlaylistPage_description": "பிளேலிச்ட்டுக்கு செல்லும்போது, இயல்புநிலை பக்கத்திற்கு பதிலாக பிளேலிச்ட் பாடல் பட்டியல் பக்கத்திற்குச் செல்லவும்",
|
||||||
|
"startMinimized": "குறைக்கத் தொடங்குங்கள்",
|
||||||
|
"startMinimized_description": "கணினி தட்டில் பயன்பாட்டைத் தொடங்கவும்",
|
||||||
|
"theme": "கருப்பொருள்",
|
||||||
|
"themeLight": "கருப்பொருள் (ஒளி)",
|
||||||
|
"volumeWheelStep": "தொகுதி சக்கர படி",
|
||||||
|
"volumeWheelStep_description": "தொகுதி ச்லைடரில் சுட்டி சக்கரத்தை ச்க்ரோலிங் செய்யும் போது மாற்ற வேண்டிய அளவின் அளவு",
|
||||||
|
"volumeWidth": "தொகுதி ச்லைடர் அகலம்",
|
||||||
|
"windowBarStyle": "சாளரம் பார் பாணி",
|
||||||
|
"windowBarStyle_description": "சாளர பட்டியின் பாணியைத் தேர்ந்தெடுக்கவும்",
|
||||||
|
"useSystemTheme": "கணினி கருப்பொருளைப் பயன்படுத்தவும்",
|
||||||
|
"useSystemTheme_description": "கணினி வரையறுக்கப்பட்ட ஒளி அல்லது இருண்ட விருப்பத்தைப் பின்பற்றவும்",
|
||||||
|
"zoom": "சூம் விழுக்காடு",
|
||||||
|
"zoom_description": "பயன்பாட்டிற்கான சூம் சதவீதத்தை அமைக்கிறது"
|
||||||
|
},
|
||||||
|
"table": {
|
||||||
|
"config": {
|
||||||
|
"label": {
|
||||||
|
"album": "$ t (entity.album_one)",
|
||||||
|
"artist": "$ t (entity.artist_one)",
|
||||||
|
"biography": "$ t (காமன். -புவியியல்)",
|
||||||
|
"bitrate": "$ t (common.bitrate)",
|
||||||
|
"bpm": "$ t (common.bpm)",
|
||||||
|
"channels": "$ t (common.channel_other)",
|
||||||
|
"codec": "$ t (common.codec)",
|
||||||
|
"dateAdded": "தேதி சேர்க்கப்பட்டது",
|
||||||
|
"rating": "$ t (பொதுவானது. ரேட்டிங்)",
|
||||||
|
"releaseDate": "வெளியீட்டு தேதி",
|
||||||
|
"rowIndex": "வரிசை அட்டவணை",
|
||||||
|
"size": "$ t (common.size)",
|
||||||
|
"trackNumber": "ட்ராக் எண்",
|
||||||
|
"year": "$ t (பொதுவானது.",
|
||||||
|
"lastPlayed": "கடைசியாக விளையாடியது",
|
||||||
|
"note": "$ t (பொதுவானது. குறிப்பு)",
|
||||||
|
"owner": "$ t (பொதுவானவர்)",
|
||||||
|
"actions": "$ t (common.action_other)",
|
||||||
|
"albumArtist": "$ t (entity.albumartist_one)",
|
||||||
|
"discNumber": "வட்டு எண்",
|
||||||
|
"duration": "$ t (பொதுவானது.",
|
||||||
|
"favorite": "$ t (common.foavorite)",
|
||||||
|
"genre": "$ t (entity.genre_one)",
|
||||||
|
"path": "$ t (common.path)",
|
||||||
|
"playCount": "விளையாட்டு எண்ணிக்கை",
|
||||||
|
"songCount": "$ t (entity.track_other)",
|
||||||
|
"title": "$ t (common.title)",
|
||||||
|
"titleCombined": "$ t (common.title) (ஒருங்கிணைந்த)"
|
||||||
|
},
|
||||||
|
"view": {
|
||||||
|
"card": "அட்டை",
|
||||||
|
"table": "அட்டவணை",
|
||||||
|
"poster": "சுவரொட்டி"
|
||||||
|
},
|
||||||
|
"general": {
|
||||||
|
"autoFitColumns": "ஆட்டோ பொருத்தம் நெடுவரிசைகள்",
|
||||||
|
"followCurrentSong": "தற்போதைய பாடலைப் பின்தொடரவும்",
|
||||||
|
"displayType": "காட்சி வகை",
|
||||||
|
"gap": "$ t (comman.gap)",
|
||||||
|
"itemGap": "உருப்படி இடைவெளி (பிஎக்ச்)",
|
||||||
|
"itemSize": "உருப்படி அளவு (பிஎக்ச்)",
|
||||||
|
"size": "$ t (common.size)",
|
||||||
|
"tableColumns": "அட்டவணை நெடுவரிசைகள்"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"column": {
|
||||||
|
"album": "ஆல்பம்",
|
||||||
|
"albumArtist": "ஆல்பம் கலைஞர்",
|
||||||
|
"albumCount": "$ t (entity.album_other)",
|
||||||
|
"artist": "$ t (entity.artist_one)",
|
||||||
|
"biography": "சுயசரிதை",
|
||||||
|
"bitrate": "பிட்ரேட்",
|
||||||
|
"bpm": "பிபிஎம்",
|
||||||
|
"channels": "$ t (common.channel_other)",
|
||||||
|
"codec": "$ t (common.codec)",
|
||||||
|
"comment": "கருத்து",
|
||||||
|
"dateAdded": "தேதி சேர்க்கப்பட்டது",
|
||||||
|
"discNumber": "வட்டு",
|
||||||
|
"favorite": "பிடித்த",
|
||||||
|
"genre": "$ t (entity.genre_one)",
|
||||||
|
"lastPlayed": "கடைசியாக விளையாடியது",
|
||||||
|
"path": "பாதை",
|
||||||
|
"playCount": "நாடகங்கள்",
|
||||||
|
"rating": "செயல்வரம்பு",
|
||||||
|
"releaseDate": "வெளியீட்டு தேதி",
|
||||||
|
"releaseYear": "ஆண்டு",
|
||||||
|
"size": "$ t (common.size)",
|
||||||
|
"songCount": "$ t (entity.track_other)",
|
||||||
|
"title": "தலைப்பு",
|
||||||
|
"trackNumber": "மின்தடம்"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -351,7 +351,7 @@ export const NavidromeController: ControllerEndpoint = {
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
items: res.body.data.map((item) => ndNormalize.song(item, apiClientProps.server, '')),
|
items: res.body.data.map((item) => ndNormalize.song(item, apiClientProps.server)),
|
||||||
startIndex: query?.startIndex || 0,
|
startIndex: query?.startIndex || 0,
|
||||||
totalRecordCount: Number(res.body.headers.get('x-total-count') || 0),
|
totalRecordCount: Number(res.body.headers.get('x-total-count') || 0),
|
||||||
};
|
};
|
||||||
|
@ -416,7 +416,7 @@ export const NavidromeController: ControllerEndpoint = {
|
||||||
if (res.status === 200 && res.body.similarSongs?.song) {
|
if (res.status === 200 && res.body.similarSongs?.song) {
|
||||||
const similar = res.body.similarSongs.song.reduce<Song[]>((acc, song) => {
|
const similar = res.body.similarSongs.song.reduce<Song[]>((acc, song) => {
|
||||||
if (song.id !== query.songId) {
|
if (song.id !== query.songId) {
|
||||||
acc.push(ssNormalize.song(song, apiClientProps.server, ''));
|
acc.push(ssNormalize.song(song, apiClientProps.server));
|
||||||
}
|
}
|
||||||
|
|
||||||
return acc;
|
return acc;
|
||||||
|
@ -443,7 +443,7 @@ export const NavidromeController: ControllerEndpoint = {
|
||||||
|
|
||||||
return fallback.body.data.reduce<Song[]>((acc, song) => {
|
return fallback.body.data.reduce<Song[]>((acc, song) => {
|
||||||
if (song.id !== query.songId) {
|
if (song.id !== query.songId) {
|
||||||
acc.push(ndNormalize.song(song, apiClientProps.server, ''));
|
acc.push(ndNormalize.song(song, apiClientProps.server));
|
||||||
}
|
}
|
||||||
|
|
||||||
return acc;
|
return acc;
|
||||||
|
@ -462,7 +462,7 @@ export const NavidromeController: ControllerEndpoint = {
|
||||||
throw new Error('Failed to get song detail');
|
throw new Error('Failed to get song detail');
|
||||||
}
|
}
|
||||||
|
|
||||||
return ndNormalize.song(res.body.data, apiClientProps.server, '');
|
return ndNormalize.song(res.body.data, apiClientProps.server);
|
||||||
},
|
},
|
||||||
getSongList: async (args) => {
|
getSongList: async (args) => {
|
||||||
const { query, apiClientProps } = args;
|
const { query, apiClientProps } = args;
|
||||||
|
@ -488,7 +488,7 @@ export const NavidromeController: ControllerEndpoint = {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
items: res.body.data.map((song) =>
|
items: res.body.data.map((song) =>
|
||||||
ndNormalize.song(song, apiClientProps.server, '', query.imageSize),
|
ndNormalize.song(song, apiClientProps.server, query.imageSize),
|
||||||
),
|
),
|
||||||
startIndex: query?.startIndex || 0,
|
startIndex: query?.startIndex || 0,
|
||||||
totalRecordCount: Number(res.body.headers.get('x-total-count') || 0),
|
totalRecordCount: Number(res.body.headers.get('x-total-count') || 0),
|
||||||
|
|
|
@ -11,7 +11,7 @@ const Container = styled(motion(Flex))<{
|
||||||
$position?: string;
|
$position?: string;
|
||||||
}>`
|
}>`
|
||||||
position: ${(props) => props.$position || 'relative'};
|
position: ${(props) => props.$position || 'relative'};
|
||||||
z-index: 200;
|
z-index: 190;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: ${(props) => props.$height || '65px'};
|
height: ${(props) => props.$height || '65px'};
|
||||||
background: var(--titlebar-bg);
|
background: var(--titlebar-bg);
|
||||||
|
|
Reference in a new issue