commit
d2ef58319c
6 changed files with 26 additions and 6 deletions
|
@ -105,3 +105,8 @@ Update 08/02/2022 10:20 UTC
|
|||
Update 10/02/2022 05:58 UTC
|
||||
|
||||
* `term.sortBy.dateAdded`: Added for `en_US`.
|
||||
|
||||
Update 12/02/2022 12:00 UTC
|
||||
|
||||
* Added support for multiple plural forms. [Details](#multiple-plural-forms)
|
||||
* `term.version`: Added for `en_US`.
|
|
@ -365,5 +365,5 @@
|
|||
"remote.web.description": "Scan the QR code to pair your phone up with this Cider instance",
|
||||
|
||||
// About
|
||||
"about.thanks": "Major thanks to the Cider Collective Team and all of our contributors. Translation file made by @quacksire",
|
||||
"about.thanks": "Major thanks to the Cider Collective Team and all of our contributors. Translation file made by @quacksire"
|
||||
}
|
|
@ -72,6 +72,7 @@
|
|||
"term.sortBy.genre": "┤ᒷリ∷ᒷ",
|
||||
"term.sortBy.releaseDate": "∷ᒷ|:ᒷᖋϟᒷ ↸ᖋᒣᒷ",
|
||||
"term.sortBy.duration": "↸⚍∷ᖋᒣ╎ᒍリ",
|
||||
"term.sortBy.dateAdded": "↸ᖋᒣᒷ ᖋ↸↸ᒷ↸",
|
||||
"term.sortOrder": "ᖋ-∩",
|
||||
"term.sortOrder.ascending": "ᖋϟᔮᒷリ↸╎リ┤",
|
||||
"term.sortOrder.descending": "↸ᒷϟᔮᒷリ↸╎リ┤",
|
||||
|
@ -123,6 +124,11 @@
|
|||
"term.contributors": "ᔮᒍリᒣ∷╎ᕊ⚍ᒣᒍ∷ϟ",
|
||||
"term.equalizer": "ᒷᑑ⚍ᖋ|:╎∩ᒷ∷",
|
||||
"term.reset": "∷ᒷϟᒷᒣ",
|
||||
// Example for multiple plural forms : look up the key for your language in https://github.com/prantlf/fast-plural-rules/blob/master/docs/languages.md#supported-languages
|
||||
// "term.track": {
|
||||
// "one" : "track",
|
||||
// "other" : "tracks"
|
||||
// },
|
||||
"term.tracks": "ᒣ∷ᖋᔮ·ǀ·ϟ", // Assume x amount of tracks. e.g. 50 tracks
|
||||
"term.videos": "⍊╎↸ᒷᒍ",
|
||||
"term.menu": "ᒲᒷ⚍リ",
|
||||
|
@ -145,6 +151,7 @@
|
|||
"term.recordLabels": "∷ᒷᔮᒍ∷↸ |:ᖋᕊᒷ|:ϟ",
|
||||
"term.videoExtras": "⍊╎↸ᒷᒍ ᒷ/ᒣ∷ᖋϟ",
|
||||
"term.top": "ᒣᒍi!",
|
||||
"term.version": "⍊ᒷ∷ϟ╎ᒍリ",
|
||||
|
||||
// Home
|
||||
"home.title": "⍑ᒍᒲᒷ",
|
||||
|
|
|
@ -152,6 +152,7 @@
|
|||
"term.videoExtras": "Video Extras",
|
||||
"term.top": "Top",
|
||||
"term.version": "Version",
|
||||
|
||||
// Home
|
||||
"home.title": "Home",
|
||||
"home.recentlyPlayed": "Recently Played",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{ // To translator, please correct Line 294-297. Delete this sentence after that.
|
||||
|
||||
// i18n Info
|
||||
"i18n.languageName": "Slovenčina (SK)", // name of language in native language
|
||||
|
@ -291,10 +291,10 @@
|
|||
// Settings - Experimental
|
||||
"settings.header.experimental": "Experimentálne",
|
||||
"settings.header.experimental.description": "Zmeniť experimentálne nastavenia pre Cider.",
|
||||
"settings.option.experimental.compactUI": "Compact UI", // Toggle
|
||||
"settings.option.experimental.close_button_hide": "Zatvoriť by malo skriť aplikáciu",
|
||||
"settings.option.experimental.compactUI": "Kompaktný UI", // Toggle
|
||||
"settings.option.experimental.close_button_hide": "Zatvaranie aplikácie ju malo skriť",
|
||||
//"settings.option.experimental.compactUI": "Compact UI", // Toggle
|
||||
//"settings.option.experimental.close_button_hide": "Zatvoriť by malo skriť aplikáciu",
|
||||
//"settings.option.experimental.compactUI": "Kompaktný UI", // Toggle
|
||||
//"settings.option.experimental.close_button_hide": "Zatvaranie aplikácie ju malo skriť",
|
||||
|
||||
// Refer to term.disabled & term.enabled
|
||||
// Spatialization Menu
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
"term.sortBy.genre": "音樂風格",
|
||||
"term.sortBy.releaseDate": "發行日期",
|
||||
"term.sortBy.duration": "時長",
|
||||
"term.sortBy.dateAdded": "加入日期",
|
||||
"term.sortOrder": "字母排序",
|
||||
"term.sortOrder.ascending": "順序",
|
||||
"term.sortOrder.descending": "倒序",
|
||||
|
@ -123,6 +124,11 @@
|
|||
"term.contributors": "貢獻者",
|
||||
"term.equalizer": "均衡器",
|
||||
"term.reset": "重設",
|
||||
// Example for multiple plural forms : look up the key for your language in https://github.com/prantlf/fast-plural-rules/blob/master/docs/languages.md#supported-languages
|
||||
// "term.track": {
|
||||
// "one" : "track",
|
||||
// "other" : "tracks"
|
||||
// },
|
||||
"term.tracks": "首歌曲", // Assume x amount of tracks. e.g. 50 tracks
|
||||
"term.videos": "影片",
|
||||
"term.menu": "選項",
|
||||
|
@ -145,6 +151,7 @@
|
|||
"term.recordLabels": "唱片公司",
|
||||
"term.videoExtras": "影片特輯",
|
||||
//"term.top": "Top",
|
||||
"term.version": "版本",
|
||||
|
||||
// Home
|
||||
"home.title": "主頁",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue