mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-21 22:15:40 +00:00
feat: v1.22.0 — Queue Management, DnD Overhaul, Seek & Waveform Fixes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+15
-5
@@ -359,7 +359,7 @@ const enTranslation = {
|
||||
aboutBuiltWith: 'Built with Tauri · React · TypeScript · Rust/rodio',
|
||||
aboutAiCredit: 'Developed with the support of Claude Code by Anthropic',
|
||||
aboutContributorsLabel: 'Contributors',
|
||||
aboutContributors: 'jiezhuo — Chinese translation',
|
||||
aboutContributors: 'jiezhuo — Chinese translation · nullobject — Seek & waveform fixes',
|
||||
changelog: 'Changelog',
|
||||
showChangelogOnUpdate: "Show 'What's New' on update",
|
||||
showChangelogOnUpdateDesc: "Automatically show what's new when a new version is launched for the first time.",
|
||||
@@ -492,6 +492,8 @@ const enTranslation = {
|
||||
queue: {
|
||||
title: 'Queue',
|
||||
savePlaylist: 'Save Playlist',
|
||||
updatePlaylist: 'Update Playlist',
|
||||
filterPlaylists: 'Filter playlists…',
|
||||
playlistName: 'Playlist Name',
|
||||
cancel: 'Cancel',
|
||||
save: 'Save',
|
||||
@@ -934,7 +936,7 @@ const deTranslation = {
|
||||
aboutBuiltWith: 'Gebaut mit Tauri · React · TypeScript · Rust/rodio',
|
||||
aboutAiCredit: 'Mit freundlicher Unterstützung von Claude Code by Anthropic',
|
||||
aboutContributorsLabel: 'Mitwirkende',
|
||||
aboutContributors: 'jiezhuo — Chinesische Übersetzung',
|
||||
aboutContributors: 'jiezhuo — Chinesische Übersetzung · nullobject — Seek & Waveform-Fixes',
|
||||
changelog: 'Changelog',
|
||||
showChangelogOnUpdate: "'Was ist neu' bei Update anzeigen",
|
||||
showChangelogOnUpdateDesc: 'Zeigt automatisch die Neuerungen an, wenn eine neue Version zum ersten Mal gestartet wird.',
|
||||
@@ -1067,6 +1069,8 @@ const deTranslation = {
|
||||
queue: {
|
||||
title: 'Warteschlange',
|
||||
savePlaylist: 'Playlist speichern',
|
||||
updatePlaylist: 'Playlist aktualisieren',
|
||||
filterPlaylists: 'Playlists filtern…',
|
||||
playlistName: 'Name der Playlist',
|
||||
cancel: 'Abbrechen',
|
||||
save: 'Speichern',
|
||||
@@ -1509,7 +1513,7 @@ const frTranslation = {
|
||||
aboutBuiltWith: 'Construit avec Tauri · React · TypeScript · Rust/rodio',
|
||||
aboutAiCredit: 'Développé avec le soutien de Claude Code par Anthropic',
|
||||
aboutContributorsLabel: 'Contributeurs',
|
||||
aboutContributors: 'jiezhuo — traduction chinoise',
|
||||
aboutContributors: 'jiezhuo — traduction chinoise · nullobject — correctifs seek & waveform',
|
||||
changelog: 'Journal des modifications',
|
||||
showChangelogOnUpdate: "Afficher 'Quoi de neuf' lors des mises à jour",
|
||||
showChangelogOnUpdateDesc: 'Affiche automatiquement les nouveautés au premier lancement d\'une nouvelle version.',
|
||||
@@ -1642,6 +1646,8 @@ const frTranslation = {
|
||||
queue: {
|
||||
title: 'File d\'attente',
|
||||
savePlaylist: 'Enregistrer la liste',
|
||||
updatePlaylist: 'Mettre à jour la liste',
|
||||
filterPlaylists: 'Filtrer les listes…',
|
||||
playlistName: 'Nom de la liste',
|
||||
cancel: 'Annuler',
|
||||
save: 'Enregistrer',
|
||||
@@ -2084,7 +2090,7 @@ const nlTranslation = {
|
||||
aboutBuiltWith: 'Gebouwd met Tauri · React · TypeScript · Rust/rodio',
|
||||
aboutAiCredit: 'Ontwikkeld met ondersteuning van Claude Code door Anthropic',
|
||||
aboutContributorsLabel: 'Bijdragers',
|
||||
aboutContributors: 'jiezhuo — Chinese vertaling',
|
||||
aboutContributors: 'jiezhuo — Chinese vertaling · nullobject — seek & waveform-fixes',
|
||||
changelog: 'Wijzigingslog',
|
||||
showChangelogOnUpdate: "'Wat is nieuw' tonen bij update",
|
||||
showChangelogOnUpdateDesc: 'Toont automatisch de nieuwigheden bij de eerste start van een nieuwe versie.',
|
||||
@@ -2217,6 +2223,8 @@ const nlTranslation = {
|
||||
queue: {
|
||||
title: 'Wachtrij',
|
||||
savePlaylist: 'Afspeellijst opslaan',
|
||||
updatePlaylist: 'Afspeellijst bijwerken',
|
||||
filterPlaylists: 'Afspeellijsten filteren…',
|
||||
playlistName: 'Naam afspeellijst',
|
||||
cancel: 'Annuleren',
|
||||
save: 'Opslaan',
|
||||
@@ -2659,7 +2667,7 @@ const zhTranslation = {
|
||||
aboutBuiltWith: '使用 Tauri · React · TypeScript · Rust/rodio 构建',
|
||||
aboutAiCredit: '在 Anthropic 的 Claude Code 支持下开发',
|
||||
aboutContributorsLabel: '贡献者',
|
||||
aboutContributors: 'jiezhuo — 中文翻译',
|
||||
aboutContributors: 'jiezhuo — 中文翻译 · nullobject — Seek & 波形修复',
|
||||
changelog: '更新日志',
|
||||
showChangelogOnUpdate: '更新时显示"新功能"',
|
||||
showChangelogOnUpdateDesc: '新版本首次启动时自动显示更新内容。',
|
||||
@@ -2792,6 +2800,8 @@ const zhTranslation = {
|
||||
queue: {
|
||||
title: '队列',
|
||||
savePlaylist: '保存为播放列表',
|
||||
updatePlaylist: '更新播放列表',
|
||||
filterPlaylists: '筛选播放列表…',
|
||||
playlistName: '播放列表名称',
|
||||
cancel: '取消',
|
||||
save: '保存',
|
||||
|
||||
Reference in New Issue
Block a user