Merge branch 'main' into develop

This commit is contained in:
Core 2022-02-03 20:30:50 +00:00
commit e0cc0b2f7c
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
5 changed files with 24 additions and 8620 deletions

View file

@ -26,6 +26,8 @@
[![Get it from the Microsoft Store](https://img.shields.io/badge/Get_It_From_The_Microsoft_Store-100000?style=for-the-badge&logo=microsoft)](https://www.microsoft.com/store/apps/9P21XJ9D9G66)
[![Get it from Windows Package Manager](https://custom-icon-badges.herokuapp.com/badge/Get_It_via_Winget-100000?style=for-the-badge&logo=winstall)](https://winstall.app/apps/CiderCollective.Cider.Nightly)
<!--
[![Get it from Windows Package Manager](https://custom-icon-badges.herokuapp.com/badge/Get_It_via_Winget-100000?style=for-the-badge&logo=winstall)](https://winstall.app/apps/cryptofyre.AppleMusicElectron)
@ -35,7 +37,7 @@
[![Get it from the AUR](https://img.shields.io/badge/Get_It_From_The_AUR-100000?style=for-the-badge&logo=archlinux)](https://aur.archlinux.org/packages/cider)
### Compiling and Configuration
For more information surrounding configuration, compiling and other developer documentation, see the [compilation docs](https://cider.sh/docs/compile).
For more information surrounding configuration, compiling and other developer documentation, see the [compilation docs](https://cider.sh/compile.html).
### Credits
![Contributors](https://contrib.rocks/image?repo=ciderapp/Cider)

View file

@ -42,7 +42,7 @@
"get-port": "^5.1.1",
"jsonc": "^2.0.0",
"lastfmapi": "^0.1.1",
"mdns-js": "git+https://github.com/bitfocus/node-dns-js",
"mdns-js": "git+https://github.com/bitfocus/node-mdns-js.git",
"mpris-service": "^2.1.2",
"music-metadata": "^7.11.4",
"node-gyp": "^8.4.1",

View file

@ -92,7 +92,7 @@
"term.showMore": "Mutass többet",
"term.showLess": "Mutass kevesebbet",
"term.topSongs" : "A legjobb dalok",
"term.latestReleases": "Új zenék",
"term.latestReleases": "Új megjelenések",
"term.time.added": "Hozzáadva",
"term.time.released": "Kiadva",
"term.time.updated": "Frissítve",
@ -133,7 +133,7 @@
"home.recentlyAdded": "Nemrég hozzáadott",
"home.artistsFeed": "Az előadóid feedje",
"home.artistsFeed.noArtist": "Kövess néhány előadót, hogy a legújabb zenéi itt megjelenhessenek.",
"home.madeForYou": "Neked készítve",
"home.madeForYou": "Személyre szabva",
"home.friendsListeningTo": "A barátaid épp ezt hallgatják",
"home.followedArtists": "Követett előadók",
// Errors
@ -176,7 +176,7 @@
"action.unfollow.error": "Sikertelen visszavonás",
"action.playNext": "Lejátszás következőként",
"action.playLater": "Lejátszás utolsóként",
"action.startRadio": "Rádióállomás létrehozása",
"action.startRadio": "Állomás létrehozása",
"action.goToArtist": "Előadó megjelenítése",
"action.goToAlbum": "Album megjelenítése",
"action.moveToTop": "Mozgatás legfelülre",

17
src/i18n/ro_RO.jsonc Normal file
View file

@ -0,0 +1,17 @@
{
// i18n Info
"i18n.languageName": "Română", // name of language in native language
"i18n.languageNameEnglish": "Romanian", // name of language in English
"i18n.category": "main", // main = real language, fun = fun community
"i18n.authors": "georgechrc, ", // Authors, if you contribute to this
//file feel free to add your name seperated with a space
"date.format": "${d} ${m}, ${y}",
// translations
"term.equalizer": "Egalizator",
"settings.option.audio.enableAdvancedFunctionality.description": "Pornirea funcționalităților AudioContext va permite folosirea funcțiilor audio avansate precum Normalizare Volum , Egalizator și Vizualizator, pe unele sisteme mai slabe poate cauza probleme precum întreruperi în redare.",
"settings.option.audio.enableAdvancedFunctionality.audioNormalization": "Normalizare Volum", // Toggle
"settings.option.audio.enableAdvancedFunctionality.audioNormalization.description": "Normalizează volumul maxim al melodiilor pentru a genera o experiență audio optimă.",
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization": "Spațializare Sunet", // Toggle
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "Efect de spațializare tri-dimensională a sunetului(Atenție, nu e Dolby Atmos!)",
"spatial.notTurnedOn": "Spațializarea Sunetului e dezactivată, pentru a o utiliza pornește-o."
}

8615
yarn.lock

File diff suppressed because it is too large Load diff