mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feat-216] fix ui issues + change some dropdown options
This commit is contained in:
@@ -91,6 +91,15 @@
|
||||
"drop-zone": {
|
||||
"text": "Deine Karten importieren",
|
||||
"subtext": "Lasse deine ZIP-Dateien hier fallen, um deine Karten zu importieren"
|
||||
},
|
||||
"sort": {
|
||||
"name": "Name",
|
||||
"song-author": "Liedautor",
|
||||
"map-author": "Kartenautor",
|
||||
"bpm": "BPM",
|
||||
"duration": "Dauer",
|
||||
"likes": "Likes",
|
||||
"date-uploaded": "Hochladedatum"
|
||||
}
|
||||
},
|
||||
"playlists": {
|
||||
@@ -102,27 +111,15 @@
|
||||
"drop-zone": {
|
||||
"text": "Importiere deine Wiedergabelisten",
|
||||
"subtext": "Ziehe deine \".bplist\" oder \".json\" Dateien hierhin, um sie zu importieren"
|
||||
},
|
||||
"sort": {
|
||||
"title": "Titel",
|
||||
"author": "Autor",
|
||||
"number-of-maps": "Anzahl der Karten",
|
||||
"duration": "Dauer",
|
||||
"notes-per-second": "NPS"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sort": {
|
||||
"name": "Name",
|
||||
"song-author": "Liedautor",
|
||||
"map-author": "Kartenautor",
|
||||
"bpm": "BPM",
|
||||
"duration": "Dauer",
|
||||
"likes": "Likes",
|
||||
"date-uploaded": "Hochladedatum"
|
||||
}
|
||||
},
|
||||
"playlists": {
|
||||
"sort": {
|
||||
"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": {
|
||||
|
||||
@@ -91,6 +91,15 @@
|
||||
"drop-zone": {
|
||||
"text": "Import your maps",
|
||||
"subtext": "Drop your zip files here to import your maps"
|
||||
},
|
||||
"sort": {
|
||||
"name": "Name",
|
||||
"song-author": "Song Author",
|
||||
"map-author": "Map Author",
|
||||
"bpm": "BPM",
|
||||
"duration": "Duration",
|
||||
"likes": "Likes",
|
||||
"date-uploaded": "Date Uploaded"
|
||||
}
|
||||
},
|
||||
"playlists": {
|
||||
@@ -102,27 +111,15 @@
|
||||
"drop-zone": {
|
||||
"text": "Import your playlists",
|
||||
"subtext": "Drop your \".bplist\" or \".json\" files here to import them"
|
||||
},
|
||||
"sort": {
|
||||
"title": "Title",
|
||||
"author": "Author",
|
||||
"number-of-maps": "Number of Maps",
|
||||
"duration": "Duration",
|
||||
"notes-per-second": "NPS"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sort": {
|
||||
"name": "Name",
|
||||
"song-author": "Song Author",
|
||||
"map-author": "Map Author",
|
||||
"bpm": "BPM",
|
||||
"duration": "Duration",
|
||||
"likes": "Likes",
|
||||
"date-uploaded": "Date Uploaded"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"mods": {
|
||||
|
||||
@@ -91,6 +91,15 @@
|
||||
"drop-zone": {
|
||||
"text": "Importar tus mapas",
|
||||
"subtext": "Suelta tus archivos zip aquí para importar tus mapas"
|
||||
},
|
||||
"sort": {
|
||||
"name": "Nombre",
|
||||
"song-author": "Autor de la canción",
|
||||
"map-author": "Autor del mapa",
|
||||
"bpm": "BPM",
|
||||
"duration": "Duración",
|
||||
"likes": "Me gusta",
|
||||
"date-uploaded": "Fecha de subida"
|
||||
}
|
||||
},
|
||||
"playlists": {
|
||||
@@ -102,27 +111,15 @@
|
||||
"drop-zone": {
|
||||
"text": "Importa tus listas de reproducción",
|
||||
"subtext": "Suelta tus archivos \".bplist\" o \".json\" aquí para importarlos"
|
||||
},
|
||||
"sort": {
|
||||
"title": "Título",
|
||||
"author": "Autor",
|
||||
"number-of-maps": "Número de mapas",
|
||||
"duration": "Duración",
|
||||
"notes-per-second": "NPS"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sort": {
|
||||
"name": "Nombre",
|
||||
"song-author": "Autor de la canción",
|
||||
"map-author": "Autor del mapa",
|
||||
"bpm": "BPM",
|
||||
"duration": "Duración",
|
||||
"likes": "Me gusta",
|
||||
"date-uploaded": "Fecha de subida"
|
||||
}
|
||||
},
|
||||
"playlists": {
|
||||
"sort": {
|
||||
"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": {
|
||||
|
||||
@@ -91,6 +91,15 @@
|
||||
"drop-zone": {
|
||||
"text": "Importer vos maps",
|
||||
"subtext": "Déposez vos fichiers zip ici pour importer vos maps"
|
||||
},
|
||||
"sort": {
|
||||
"name": "Nom",
|
||||
"song-author": "Auteur de la chanson",
|
||||
"map-author": "Auteur de la carte",
|
||||
"bpm": "BPM",
|
||||
"duration": "Durée",
|
||||
"likes": "J'aime",
|
||||
"date-uploaded": "Date de téléchargement"
|
||||
}
|
||||
},
|
||||
"playlists": {
|
||||
@@ -102,27 +111,15 @@
|
||||
"drop-zone": {
|
||||
"text": "Importer vos playlists",
|
||||
"subtext": "Déposez vos fichiers \".bplist\" ou \".json\" ici pour les importer"
|
||||
},
|
||||
"sort": {
|
||||
"title": "Titre",
|
||||
"author": "Auteur",
|
||||
"number-of-maps": "Nombre de cartes",
|
||||
"duration": "Durée",
|
||||
"notes-per-second": "NPS"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sort": {
|
||||
"name": "Nom",
|
||||
"song-author": "Auteur de la chanson",
|
||||
"map-author": "Auteur de la carte",
|
||||
"bpm": "BPM",
|
||||
"duration": "Durée",
|
||||
"likes": "J'aime",
|
||||
"date-uploaded": "Date de téléchargement"
|
||||
}
|
||||
},
|
||||
"playlists": {
|
||||
"sort": {
|
||||
"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": {
|
||||
|
||||
@@ -91,6 +91,15 @@
|
||||
"drop-zone": {
|
||||
"text": "Importa le tue mappe",
|
||||
"subtext": "Rilascia qui i tuoi file zip per importare le tue mappe"
|
||||
},
|
||||
"sort": {
|
||||
"name": "Nome",
|
||||
"song-author": "Autore della canzone",
|
||||
"map-author": "Autore della mappa",
|
||||
"bpm": "BPM",
|
||||
"duration": "Durata",
|
||||
"likes": "Mi piace",
|
||||
"date-uploaded": "Data di caricamento"
|
||||
}
|
||||
},
|
||||
"playlists": {
|
||||
@@ -102,6 +111,13 @@
|
||||
"drop-zone": {
|
||||
"text": "Importa le tue playlist",
|
||||
"subtext": "Rilascia qui i file \".bplist\" o \".json\" per importarli"
|
||||
},
|
||||
"sort": {
|
||||
"title": "Titolo",
|
||||
"author": "Autore",
|
||||
"number-of-maps": "Numero di mappe",
|
||||
"duration": "Durata",
|
||||
"notes-per-second": "NPS"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -91,6 +91,15 @@
|
||||
"drop-zone": {
|
||||
"text": "マップをインポート",
|
||||
"subtext": "ZIPファイルをここにドロップしてマップをインポート"
|
||||
},
|
||||
"sort": {
|
||||
"name": "名前",
|
||||
"song-author": "曲の作者",
|
||||
"map-author": "地図の作者",
|
||||
"bpm": "BPM",
|
||||
"duration": "持続時間",
|
||||
"likes": "いいね",
|
||||
"date-uploaded": "アップロード日"
|
||||
}
|
||||
},
|
||||
"playlists": {
|
||||
@@ -102,27 +111,15 @@
|
||||
"drop-zone": {
|
||||
"text": "プレイリストをインポート",
|
||||
"subtext": "\".bplist\" または \".json\" ファイルをここにドロップしてインポート"
|
||||
},
|
||||
"sort": {
|
||||
"title": "タイトル",
|
||||
"author": "著者",
|
||||
"number-of-maps": "地図の数",
|
||||
"duration": "持続時間",
|
||||
"notes-per-second": "NPS"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sort": {
|
||||
"name": "名前",
|
||||
"song-author": "曲の作者",
|
||||
"map-author": "地図の作者",
|
||||
"bpm": "BPM",
|
||||
"duration": "持続時間",
|
||||
"likes": "いいね",
|
||||
"date-uploaded": "アップロード日"
|
||||
}
|
||||
},
|
||||
"playlists": {
|
||||
"sort": {
|
||||
"title": "タイトル",
|
||||
"author": "著者",
|
||||
"number-of-maps": "地図の数",
|
||||
"duration": "持続時間",
|
||||
"min-notes-per-second": "秒あたりの最小ノート数",
|
||||
"max-notes-per-second": "秒あたりの最大ノート数"
|
||||
}
|
||||
},
|
||||
"mods": {
|
||||
|
||||
@@ -91,6 +91,15 @@
|
||||
"drop-zone": {
|
||||
"text": "맵 가져오기",
|
||||
"subtext": "ZIP 파일을 여기에 드롭하여 맵 가져오기"
|
||||
},
|
||||
"sort": {
|
||||
"name": "이름",
|
||||
"song-author": "작곡가",
|
||||
"map-author": "지도 제작자",
|
||||
"bpm": "BPM",
|
||||
"duration": "지속 시간",
|
||||
"likes": "좋아요",
|
||||
"date-uploaded": "업로드 날짜"
|
||||
}
|
||||
},
|
||||
"playlists": {
|
||||
@@ -102,6 +111,13 @@
|
||||
"drop-zone": {
|
||||
"text": "재생 목록 가져오기",
|
||||
"subtext": "\".bplist\" 또는 \".json\" 파일을 여기에 드롭하여 가져오기"
|
||||
},
|
||||
"sort": {
|
||||
"title": "제목",
|
||||
"author": "저자",
|
||||
"number-of-maps": "지도 수",
|
||||
"duration": "지속 시간",
|
||||
"notes-per-second": "NPS"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -91,6 +91,15 @@
|
||||
"drop-zone": {
|
||||
"text": "Импортируйте свои карты",
|
||||
"subtext": "Перетащите сюда файлы ZIP, чтобы импортировать свои карты"
|
||||
},
|
||||
"sort": {
|
||||
"name": "Имя",
|
||||
"song-author": "Автор песни",
|
||||
"map-author": "Автор карты",
|
||||
"bpm": "BPM",
|
||||
"duration": "Длительность",
|
||||
"likes": "Лайки",
|
||||
"date-uploaded": "Дата загрузки"
|
||||
}
|
||||
},
|
||||
"playlists": {
|
||||
@@ -102,27 +111,15 @@
|
||||
"drop-zone": {
|
||||
"text": "Импортируйте ваши плейлисты",
|
||||
"subtext": "Перетащите сюда файлы \".bplist\" или \".json\" для их импорта"
|
||||
},
|
||||
"sort": {
|
||||
"title": "Заголовок",
|
||||
"author": "Автор",
|
||||
"number-of-maps": "Количество карт",
|
||||
"duration": "Длительность",
|
||||
"notes-per-second": "NPS"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sort": {
|
||||
"name": "Имя",
|
||||
"song-author": "Автор песни",
|
||||
"map-author": "Автор карты",
|
||||
"bpm": "BPM",
|
||||
"duration": "Длительность",
|
||||
"likes": "Лайки",
|
||||
"date-uploaded": "Дата загрузки"
|
||||
}
|
||||
},
|
||||
"playlists": {
|
||||
"sort": {
|
||||
"title": "Заголовок",
|
||||
"author": "Автор",
|
||||
"number-of-maps": "Количество карт",
|
||||
"duration": "Длительность",
|
||||
"min-notes-per-second": "Минимальное количество нот в секунду",
|
||||
"max-notes-per-second": "Максимальное количество нот в секунду"
|
||||
}
|
||||
},
|
||||
"mods": {
|
||||
|
||||
@@ -91,6 +91,15 @@
|
||||
"drop-zone": {
|
||||
"text": "導入您的地圖",
|
||||
"subtext": "將ZIP文件拖放到此處以導入您的地圖"
|
||||
},
|
||||
"sort": {
|
||||
"name": "名字",
|
||||
"song-author": "歌曲作者",
|
||||
"map-author": "地圖作者",
|
||||
"bpm": "BPM",
|
||||
"duration": "持續時間",
|
||||
"likes": "喜歡",
|
||||
"date-uploaded": "上傳日期"
|
||||
}
|
||||
},
|
||||
"playlists": {
|
||||
@@ -102,27 +111,15 @@
|
||||
"drop-zone": {
|
||||
"text": "匯入您的播放列表",
|
||||
"subtext": "將您的 \".bplist\" 或 \".json\" 檔案拖曳到這裡進行匯入"
|
||||
},
|
||||
"sort": {
|
||||
"title": "標題",
|
||||
"author": "作者",
|
||||
"number-of-maps": "地圖數量",
|
||||
"duration": "持續時間",
|
||||
"notes-per-second": "NPS"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sort": {
|
||||
"name": "名字",
|
||||
"song-author": "歌曲作者",
|
||||
"map-author": "地圖作者",
|
||||
"bpm": "BPM",
|
||||
"duration": "持續時間",
|
||||
"likes": "喜歡",
|
||||
"date-uploaded": "上傳日期"
|
||||
}
|
||||
},
|
||||
"playlists": {
|
||||
"sort": {
|
||||
"title": "標題",
|
||||
"author": "作者",
|
||||
"number-of-maps": "地圖數量",
|
||||
"duration": "持續時間",
|
||||
"min-notes-per-second": "每秒最少音符數",
|
||||
"max-notes-per-second": "每秒最多音符數"
|
||||
}
|
||||
},
|
||||
"mods": {
|
||||
|
||||
@@ -91,6 +91,15 @@
|
||||
"drop-zone": {
|
||||
"text": "导入您的地图",
|
||||
"subtext": "将ZIP文件拖放到此处以导入您的地图"
|
||||
},
|
||||
"sort": {
|
||||
"name": "名字",
|
||||
"song-author": "歌曲作者",
|
||||
"map-author": "地图作者",
|
||||
"bpm": "BPM",
|
||||
"duration": "持续时间",
|
||||
"likes": "喜欢",
|
||||
"date-uploaded": "上传日期"
|
||||
}
|
||||
},
|
||||
"playlists": {
|
||||
@@ -102,27 +111,15 @@
|
||||
"drop-zone": {
|
||||
"text": "导入您的播放列表",
|
||||
"subtext": "将您的 \".bplist\" 或 \".json\" 文件拖放到这里进行导入"
|
||||
},
|
||||
"sort": {
|
||||
"title": "标题",
|
||||
"author": "作者",
|
||||
"number-of-maps": "地图数量",
|
||||
"duration": "持续时间",
|
||||
"notes-per-second": "NPS"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sort": {
|
||||
"name": "名字",
|
||||
"song-author": "歌曲作者",
|
||||
"map-author": "地图作者",
|
||||
"bpm": "BPM",
|
||||
"duration": "持续时间",
|
||||
"likes": "喜欢",
|
||||
"date-uploaded": "上传日期"
|
||||
}
|
||||
},
|
||||
"playlists": {
|
||||
"sort": {
|
||||
"title": "标题",
|
||||
"author": "作者",
|
||||
"number-of-maps": "地图数量",
|
||||
"duration": "持续时间",
|
||||
"min-notes-per-second": "每秒最少音符数",
|
||||
"max-notes-per-second": "每秒最多音符数"
|
||||
}
|
||||
},
|
||||
"mods": {
|
||||
|
||||
Reference in New Issue
Block a user