Skip to content

Commit c6528a9

Browse files
authored
Merge branch 'pear-devs:master' into master
2 parents 9cbcd19 + 886f2ae commit c6528a9

File tree

7 files changed

+21
-22
lines changed

7 files changed

+21
-22
lines changed

src/i18n/resources/de.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@
462462
"label": "Status Text",
463463
"submenu": {
464464
"artist": "Hört {artist} zu",
465-
"title": "Du hörst {song title}",
466-
"pear-desktop": "Hört Pear Desktop"
465+
"pear-desktop": "Hört Pear Desktop",
466+
"title": "Du hörst {song title}"
467467
}
468468
}
469469
},

src/i18n/resources/ja.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
"name": "ナビゲーションバーの曇り効果"
370370
},
371371
"bypass-age-restrictions": {
372-
"description": "ユーチューブの年齢制限を迂回します",
372+
"description": "音楽プレーヤーの年齢確認をバイパスする",
373373
"name": "年齢制限迂回"
374374
},
375375
"captions-selector": {
@@ -462,8 +462,8 @@
462462
"label": "ステータステキスト",
463463
"submenu": {
464464
"artist": "{artist}を聴いている",
465-
"title": "{曲名}を聴いている",
466-
"pear-desktop": "Pear Desktopを聴く"
465+
"pear-desktop": "Pear Desktopを聴く",
466+
"title": "{曲名}を聴いている"
467467
}
468468
}
469469
},

src/i18n/resources/ko.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@
462462
"label": "상태 텍스트",
463463
"submenu": {
464464
"artist": "{아티스트} 듣는 중",
465-
"title": "{곡 제목} 듣는 중",
466-
"pear-desktop": "Pear Desktop 듣는 중"
465+
"pear-desktop": "Pear Desktop 듣는 중",
466+
"title": "{곡 제목} 듣는 중"
467467
}
468468
}
469469
},

src/i18n/resources/lv.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -456,16 +456,15 @@
456456
"disconnected": "Atvienojies",
457457
"hide-duration-left": "Paslēpt cik palika laika",
458458
"hide-github-button": "Paslēpt GitHub saites pogu",
459+
"play-on-pear-desktop": "Atskaņot uz Pear Desktop",
460+
"set-inactivity-timeout": "Iestatīt neaktivitātes taimeru",
459461
"set-status-display-type": {
460462
"label": "Statusa teksts",
461463
"submenu": {
462464
"artist": "Klausos {mākslinieku}",
463-
"title": "Klausos {dziesmas nosaukums}",
464-
"pear-music": "Pear mūzikas klausīšanās"
465+
"title": "Klausos {dziesmas nosaukums}"
465466
}
466467
}
467-
"play-on-pear-desktop": "Atskaņot uz Pear Desktop",
468-
"set-inactivity-timeout": "Iestatīt neaktivitātes taimeru"
469468
},
470469
"name": "Discord Rich Presence",
471470
"prompt": {

src/i18n/resources/pl.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"custom-window-title": {
154154
"label": "Niestandardowy tytuł okna",
155155
"prompt": {
156-
"label": "Podaj niestandardowy tytuł okna (zostaw puste, aby to wyłączyć):",
156+
"label": "Podaj niestandardowy tytuł okna (zostaw puste, aby to wyłączyć)",
157157
"placeholder": "Przykład: Pear Desktop"
158158
}
159159
},
@@ -209,7 +209,7 @@
209209
"show": "Pokaż okno",
210210
"tooltip": {
211211
"default": "Pear Desktop",
212-
"with-song-info": "{{title}} (autorstwa {{artist}}) - YT Music"
212+
"with-song-info": "{{title}} (autorstwa {{artist}}) - Pear Desktop"
213213
}
214214
}
215215
},
@@ -429,7 +429,7 @@
429429
"name": "Niestandardowe urządzenie wyjścia",
430430
"prompt": {
431431
"device-selector": {
432-
"label": "Wybierz wyjście audio które ma być użyte",
432+
"label": "Wybierz urządzenie wyjściowe",
433433
"title": "Wybierz wyjście audio"
434434
}
435435
}
@@ -447,7 +447,7 @@
447447
"connected": "Połączono z Discordem",
448448
"disconnected": "Odłączono od Discorda"
449449
},
450-
"description": "Pokaż znajomym z Discorda czego słuchasz dzięki Rich Presence",
450+
"description": "Pokaż znajomym z Discorda czego słuchasz, dzięki technologii Rich Presence",
451451
"menu": {
452452
"auto-reconnect": "Automatyczne wznawianie połączenia",
453453
"clear-activity": "Wyczyść aktywność",
@@ -462,12 +462,12 @@
462462
"label": "Opis statusu",
463463
"submenu": {
464464
"artist": "Słucha {artist}",
465-
"title": "Słucha {song title}",
466-
"pear-desktop": "Słucha Pear Desktop"
465+
"pear-desktop": "Słucha Pear Desktop",
466+
"title": "Słucha {song title}"
467467
}
468468
}
469469
},
470-
"name": "Discord Rich Presence",
470+
"name": "Aktywność w Discord",
471471
"prompt": {
472472
"set-inactivity-timeout": {
473473
"label": "Podaj limit czasu bezczynności w sekundach:",

src/i18n/resources/ru.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@
462462
"label": "Текст статуса",
463463
"submenu": {
464464
"artist": "Слушает {исполнитель}",
465-
"title": "Слушает {название трека}",
466-
"pear-desktop": "Слушает Pear Desktop"
465+
"pear-desktop": "Слушает Pear Desktop",
466+
"title": "Слушает {название трека}"
467467
}
468468
}
469469
},

src/i18n/resources/ta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@
462462
"label": "நிலை உரை",
463463
"submenu": {
464464
"artist": "{கலைஞர்} பாடலைக் கேட்கிறேன்",
465-
"title": "பாடலைக் கேட்கிறேன்{பாடல் தலைப்பு}",
466-
"pear-desktop": "வலையொளி இசையில் கேட்கிறது"
465+
"pear-desktop": "வலையொளி இசையில் கேட்கிறது",
466+
"title": "பாடலைக் கேட்கிறேன்{பாடல் தலைப்பு}"
467467
}
468468
}
469469
},

0 commit comments

Comments
 (0)