Skip to content

Commit

Permalink
[feat-216] added translations for playlists sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
silentrald committed Dec 23, 2024
1 parent 258c5d7 commit 1a223ef
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 42 deletions.
12 changes: 6 additions & 6 deletions assets/jsons/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@
},
"playlists": {
"sort": {
"title": "Title",
"author": "Author",
"number-of-maps": "Number of Maps",
"duration": "Duration",
"min-notes-per-second": "Min Notes per Second",
"max-notes-per-second": "Max Notes per Second"
"title": "Titel",
"author": "Autor",
"number-of-maps": "Anzahl der Karten",
"duration": "Dauer",
"min-notes-per-second": "Minimale Noten pro Sekunde",
"max-notes-per-second": "Maximale Noten pro Sekunde"
}
},
"mods": {
Expand Down
12 changes: 6 additions & 6 deletions assets/jsons/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@
},
"playlists": {
"sort": {
"title": "Title",
"author": "Author",
"number-of-maps": "Number of Maps",
"duration": "Duration",
"min-notes-per-second": "Min Notes per Second",
"max-notes-per-second": "Max Notes per Second"
"title": "Título",
"author": "Autor",
"number-of-maps": "Número de mapas",
"duration": "Duración",
"min-notes-per-second": "Mínimo de notas por segundo",
"max-notes-per-second": "Máximo de notas por segundo"
}
},
"mods": {
Expand Down
12 changes: 6 additions & 6 deletions assets/jsons/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@
},
"playlists": {
"sort": {
"title": "Title",
"author": "Author",
"number-of-maps": "Number of Maps",
"duration": "Duration",
"min-notes-per-second": "Min Notes per Second",
"max-notes-per-second": "Max Notes per Second"
"title": "Titre",
"author": "Auteur",
"number-of-maps": "Nombre de cartes",
"duration": "Durée",
"min-notes-per-second": "Minimum de notes par seconde",
"max-notes-per-second": "Maximum de notes par seconde"
}
},
"mods": {
Expand Down
12 changes: 6 additions & 6 deletions assets/jsons/translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@
},
"playlists": {
"sort": {
"title": "Title",
"author": "Author",
"number-of-maps": "Number of Maps",
"duration": "Duration",
"min-notes-per-second": "Min Notes per Second",
"max-notes-per-second": "Max Notes per Second"
"title": "タイトル",
"author": "著者",
"number-of-maps": "地図の数",
"duration": "持続時間",
"min-notes-per-second": "秒あたりの最小ノート数",
"max-notes-per-second": "秒あたりの最大ノート数"
}
},
"mods": {
Expand Down
12 changes: 6 additions & 6 deletions assets/jsons/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@
},
"playlists": {
"sort": {
"title": "Title",
"author": "Author",
"number-of-maps": "Number of Maps",
"duration": "Duration",
"min-notes-per-second": "Min Notes per Second",
"max-notes-per-second": "Max Notes per Second"
"title": "Заголовок",
"author": "Автор",
"number-of-maps": "Количество карт",
"duration": "Длительность",
"min-notes-per-second": "Минимальное количество нот в секунду",
"max-notes-per-second": "Максимальное количество нот в секунду"
}
},
"mods": {
Expand Down
12 changes: 6 additions & 6 deletions assets/jsons/translations/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@
},
"playlists": {
"sort": {
"title": "Title",
"author": "Author",
"number-of-maps": "Number of Maps",
"duration": "Duration",
"min-notes-per-second": "Min Notes per Second",
"max-notes-per-second": "Max Notes per Second"
"title": "標題",
"author": "作者",
"number-of-maps": "地圖數量",
"duration": "持續時間",
"min-notes-per-second": "每秒最少音符數",
"max-notes-per-second": "每秒最多音符數"
}
},
"mods": {
Expand Down
12 changes: 6 additions & 6 deletions assets/jsons/translations/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@
},
"playlists": {
"sort": {
"title": "Title",
"author": "Author",
"number-of-maps": "Number of Maps",
"duration": "Duration",
"min-notes-per-second": "Min Notes per Second",
"max-notes-per-second": "Max Notes per Second"
"title": "标题",
"author": "作者",
"number-of-maps": "地图数量",
"duration": "持续时间",
"min-notes-per-second": "每秒最少音符数",
"max-notes-per-second": "每秒最多音符数"
}
},
"mods": {
Expand Down

0 comments on commit 1a223ef

Please sign in to comment.