Skip to content

Commit

Permalink
Upd: translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Oct 17, 2024
1 parent 47c49ba commit 4a38fa3
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 22 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This is a small maintenance release.
### Changelog

- Feat: Add Last-Modified and Added to sort tags in Search and Current Queue view
- Upd: translations
- Fix: Populate sort tags for Radio Favorites

***
Expand Down
6 changes: 3 additions & 3 deletions docs/_includes/translating_status.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
- bg-BG: 1088 missing phrases
- es-AR: 5 missing phrases
- es-AR: fully translated
- es-ES: 955 missing phrases
- es-VE: 943 missing phrases
- fi-FI: 940 missing phrases
- fr-FR: 5 missing phrases
- it-IT: 5 missing phrases
- ja-JP: 5 missing phrases
- ko-KR: 5 missing phrases
- ko-KR: fully translated
- nl-NL: 5 missing phrases
- pl-PL: 88 missing phrases
- ru-RU: 5 missing phrases
- zh-Hans: 5 missing phrases
- zh-Hans: fully translated
- zh-Hant: 122 missing phrases
12 changes: 6 additions & 6 deletions src/i18n/json/es-AR.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
"Insert mode": "Insertar modo",
"Interval": "Intervalo",
"Invalid API request": "Solicitud de API inválida",
"Invalid API uri, partition not found": "",
"Invalid API uri, partition not found": "URI de API no válida, partición no encontrada",
"Invalid MPD search expression": "Expresión de búsqueda MPD inválida",
"Invalid URI": "URI inválido",
"Invalid backend uri": "URI de backend inválido",
Expand Down Expand Up @@ -715,7 +715,7 @@
"Quick remove button": "Botón de eliminación rápida",
"Random": "Aleatorio",
"Rating": "Calificación",
"Read an ascii file.": "",
"Read an ascii file.": "Leer un archivo ascii.",
"Reconnect": "Reconectar",
"Refresh interval": "Intervalo de actualización",
"Region": "Región",
Expand Down Expand Up @@ -842,7 +842,7 @@
"Show queue": "Mostrar fila",
"Show search": "Mostrar búsqueda",
"Show songs": "Mostrar canciones",
"Show view titles": "Mostrar títulos",
"Show view titles": "Mostrar títulos de vista",
"Show work in album detail": "Mostrar trabajo en el detalle del álbum",
"Shuffle": "Aleatorio",
"Shuffle playlist": "Lista de reproducción aleatoria",
Expand All @@ -852,7 +852,7 @@
"Single": "Individual",
"Size": "Tamaño",
"Skip count": "Recuento de saltos",
"Sleeps number of milliseconds.": "",
"Sleeps number of milliseconds.": "Número de milisegundos que duerme.",
"Smart playlist": "Lista de reproducción inteligente",
"Smart playlist %{playlist} updated": "Lista de reproducción inteligente %{playlist} actualizada",
"Smart playlist saved successfully": "Lista de reproducción inteligente guardada con éxito",
Expand All @@ -879,7 +879,7 @@
"Sorting playlist %{plist} failed: %{error}": "Error al ordenar la lista de reproducción %{plist}: %{error}",
"Source and destination playlists are the same": "Las listas de reproducción de origen y destino son la misma",
"Specify": "Especificar",
"Split a multiline string in lines.": "",
"Split a multiline string in lines.": "Dividir una cadena de varias líneas en líneas.",
"Stars": "Estrellas",
"Start": "Iniciar",
"Start playback": "Iniciar reproducción",
Expand Down Expand Up @@ -945,7 +945,7 @@
"Trigger": "Disparador",
"Trigger name": "Nombre del disparador",
"Trigger not found": "Disparador no encontrado",
"Trims a string.": "",
"Trims a string.": "Recorta una cuerda.",
"Tue": "Mar",
"Type": "Tipo",
"Type or select picture": "Escriba o seleccione la imagen",
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/json/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"default": {"desc":"Browser default", "missingPhrases": 0},
"de-DE": {"desc":"Deutsch (de-DE)", "missingPhrases": 0},
"en-US": {"desc":"English (en-US)", "missingPhrases": 0},
"es-AR": {"desc":"Español (es-AR)", "missingPhrases": 5},
"es-AR": {"desc":"Español (es-AR)", "missingPhrases": 0},
"fr-FR": {"desc":"Français (fr-FR)", "missingPhrases": 5},
"it-IT": {"desc":"Italiano (it-IT)", "missingPhrases": 5},
"ja-JP": {"desc":"日本語 (ja-JP)", "missingPhrases": 5},
"ko-KR": {"desc":"한국어 (ko-KR)", "missingPhrases": 5},
"ko-KR": {"desc":"한국어 (ko-KR)", "missingPhrases": 0},
"nl-NL": {"desc":"Nederlands (nl-NL)", "missingPhrases": 5},
"pl-PL": {"desc":"Polish (pl-PL)", "missingPhrases": 88},
"ru-RU": {"desc":"Russian (ru-RU)", "missingPhrases": 5},
"zh-Hans": {"desc":"简体中文 (zh-Hans)", "missingPhrases": 5}
"zh-Hans": {"desc":"简体中文 (zh-Hans)", "missingPhrases": 0}
}
10 changes: 5 additions & 5 deletions src/i18n/json/ko-KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
"Insert mode": "추가 모드",
"Interval": "간격",
"Invalid API request": "잘못된 API 요구",
"Invalid API uri, partition not found": "",
"Invalid API uri, partition not found": "잘못된 API uri, 찾을 수 없는 파티션",
"Invalid MPD search expression": "잘못된 MPD 검색 표현식",
"Invalid URI": "잘못된 URI",
"Invalid backend uri": "잘못된 백엔드 URL",
Expand Down Expand Up @@ -715,7 +715,7 @@
"Quick remove button": "빠른 삭제 버튼",
"Random": "무작위",
"Rating": "선호",
"Read an ascii file.": "",
"Read an ascii file.": "ASCII 파일을 읽습니다.",
"Reconnect": "다시 연결하기",
"Refresh interval": "새로고침 간격",
"Region": "지역",
Expand Down Expand Up @@ -852,7 +852,7 @@
"Single": "한 곡만",
"Size": "크기",
"Skip count": "건너 뛴 횟수",
"Sleeps number of milliseconds.": "",
"Sleeps number of milliseconds.": "밀리초 단위로 대기합니다.",
"Smart playlist": "스마트 연주목록",
"Smart playlist %{playlist} updated": "%{playlist} 스마트 연주목록 업데이트함",
"Smart playlist saved successfully": "스마트 연주목록을 저장함",
Expand All @@ -879,7 +879,7 @@
"Sorting playlist %{plist} failed: %{error}": "연주목록 %{plist} 정렬 오류: %{error}",
"Source and destination playlists are the same": "원본과 사본 연주목록이 같음",
"Specify": "지정",
"Split a multiline string in lines.": "",
"Split a multiline string in lines.": "여러 줄로 된 문자열을 나눕니다.",
"Stars": "",
"Start": "시작",
"Start playback": "연주 시작",
Expand Down Expand Up @@ -945,7 +945,7 @@
"Trigger": "트리거",
"Trigger name": "트리거 이름",
"Trigger not found": "트리거를 찾을 수 없음",
"Trims a string.": "",
"Trims a string.": "문자열을 자릅니다.",
"Tue": "",
"Type": "형식",
"Type or select picture": "사진 입력 또는 선택",
Expand Down
10 changes: 5 additions & 5 deletions src/i18n/json/zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
"Insert mode": "插入模式",
"Interval": "间隔",
"Invalid API request": "无效 API 请求",
"Invalid API uri, partition not found": "",
"Invalid API uri, partition not found": "无效的 API 定址, 未找到分区",
"Invalid MPD search expression": "无效的 MPD 搜索表达式",
"Invalid URI": "无效定址",
"Invalid backend uri": "无效的后端定址",
Expand Down Expand Up @@ -715,7 +715,7 @@
"Quick remove button": "快速移除按钮",
"Random": "随机",
"Rating": "评级",
"Read an ascii file.": "",
"Read an ascii file.": "读取一个 ASCII 文件.",
"Reconnect": "重新连接",
"Refresh interval": "刷新间隔",
"Region": "地区",
Expand Down Expand Up @@ -852,7 +852,7 @@
"Single": "单曲",
"Size": "尺寸",
"Skip count": "跳过次数",
"Sleeps number of milliseconds.": "",
"Sleeps number of milliseconds.": "睡眠毫秒数",
"Smart playlist": "智能播放列表",
"Smart playlist %{playlist} updated": "已更新智能播放列表%{playlist}",
"Smart playlist saved successfully": "智能播放列表保存成功",
Expand All @@ -879,7 +879,7 @@
"Sorting playlist %{plist} failed: %{error}": "播放列表%{plist} 排序错误: %{error}",
"Source and destination playlists are the same": "源播放列表和目标播放列表是同一个",
"Specify": "指定",
"Split a multiline string in lines.": "",
"Split a multiline string in lines.": "将多行字符串拆分成多行.",
"Stars": "评级",
"Start": "开始",
"Start playback": "开始播放",
Expand Down Expand Up @@ -945,7 +945,7 @@
"Trigger": "触发器",
"Trigger name": "触发器名称",
"Trigger not found": "找不到触发器",
"Trims a string.": "",
"Trims a string.": "修剪字符串两端.",
"Tue": "",
"Type": "类型",
"Type or select picture": "类型或选择图像",
Expand Down

0 comments on commit 4a38fa3

Please sign in to comment.