diff --git a/locales/es.yaml b/locales/es.yaml index 0885312..0f205b7 100644 --- a/locales/es.yaml +++ b/locales/es.yaml @@ -48,6 +48,7 @@ term: totalNotes: TOTAL region: Región comment: Comentario + superFilter: Superfiltro # Descriptions & Tooltips description: @@ -62,6 +63,12 @@ description: myListEmpty: Haga clic con el botón derecho del ratón o mantenga pulsada un mapa para añadirlo a MI LISTA y, a continuación, podrás ver aquí los mapas seleccionados. drawPoolEmpty: El recipiente de extracción actual está vacío. clearMyList: Borrar MI LISTA + pickOneFromFilter: ¡ELIGE UNO DEL FILTRO! + noMoreSheetsToPick: No hay más gráficos para seleccionar. + superFilterPlaceholder: | + // devuelve una función de predicado para filtrar el resultado + return (sheet) => true; + superFilterHint: // Espero que sepas lo que estás haciendo ... # Pages page: @@ -98,9 +105,9 @@ sfc: DataInfoBar: updateTime: 'Tiempo de actualización de los datos: {time}' loadFailed: Error al cargar los datos. - # SheetFilter: - # useInternalLevel: Use Internal Level - # useRegionOverride: Use Regional Info Override + SheetFilter: + useInternalLevel: Utilizar el nivel interno + useRegionOverride: Sobrescribir con información de región ModeSelector: gridMode: Vista en cuadrícula tableMode: Vista detallada diff --git a/locales/id.yaml b/locales/id.yaml index af4043c..396165b 100644 --- a/locales/id.yaml +++ b/locales/id.yaml @@ -48,6 +48,7 @@ term: totalNotes: TOTAL region: Wilayah comment: Komentar + # superFilter: Super Filter # Descriptions & Tooltips description: @@ -61,12 +62,18 @@ description: filterResultEmpty: Tidak dapat menemukan lembar yang memenuhi filter. myListEmpty: Klik kanan atau tahan untuk menambah sebuah lembar ke MY LIST, lalu kamu bisa lihat lembar yang dipilih di sini. drawPoolEmpty: Kolam undian saat ini kosong. - # clearMyList: Clear MY LIST + clearMyList: Kosongkan MY LIST + # pickOneFromFilter: PICK ONE FROM FILTER! + # noMoreSheetsToPick: No more sheets to pick. + # superFilterPlaceholder: | + # // return a predicate function to filter the result + # return (sheet) => true; + # superFilterHint: // I hope you know what you're doing ... # Pages page: index: - description: Cari lagu dari permainan musik kesukaanmu, sekarang dalam satu situs! + description: Cari lagu permainan musik favorit Anda, sekarang semua tergabung dalam satu! gallery: selectList: Pilih Daftar Lagu songs: @@ -125,5 +132,5 @@ sfc: drawResults: Hasil Undian noDuplicate: Tidak Ada Duplikat # changeDrawSize: Change Draw Size - # allowDuplicate: Allow Duplicate - # blindfoldMode: Blindfold Mode + allowDuplicate: Bolehkan Duplikat + blindfoldMode: Mode Blindfold diff --git a/locales/ja.yaml b/locales/ja.yaml index 78a480e..a9271f3 100644 --- a/locales/ja.yaml +++ b/locales/ja.yaml @@ -65,6 +65,10 @@ description: clearMyList: 「マイリスト」を空にする pickOneFromFilter: フィルター結果から選択する! noMoreSheetsToPick: 選ばれる譜面がありません。 + # superFilterPlaceholder: | + # // return a predicate function to filter the result + # return (sheet) => true; + # superFilterHint: // I hope you know what you're doing ... # Pages page: diff --git a/locales/ko.yaml b/locales/ko.yaml index f2478e5..c0d24e6 100644 --- a/locales/ko.yaml +++ b/locales/ko.yaml @@ -63,6 +63,12 @@ description: myListEmpty: 채보를 마우스 오른쪽 버튼으로 클릭하거나 길게 눌러 내 목록에 추가하면 여기에서 선택한 채보를 볼 수 있습니다. drawPoolEmpty: 현재 채보 풀이 비어 있습니다. clearMyList: 내 목록 비우기 + pickOneFromFilter: 현재 필터에서 곡 한개 뽑기! + noMoreSheetsToPick: 더 이상 고를 수 있는 곡이 없습니다. + # superFilterPlaceholder: | + # // return a predicate function to filter the result + # return (sheet) => true; + # superFilterHint: // I hope you know what you're doing ... # Pages page: @@ -101,7 +107,7 @@ sfc: loadFailed: 데이터를 불러오는 동안 실패했습니다. SheetFilter: useInternalLevel: 보면상수를 사용 - useRegionOverride: 특정 지역 정보를 사용 + useRegionOverride: 이 지역의 정보로 덮어쓰기 ModeSelector: gridMode: 그리드 보기 tableMode: 상세 보기 diff --git a/locales/ru.yaml b/locales/ru.yaml index 7d22d97..79ad20d 100644 --- a/locales/ru.yaml +++ b/locales/ru.yaml @@ -48,6 +48,7 @@ term: totalNotes: ВСЕГО region: Регион comment: Комментарий + # superFilter: Super Filter # Descriptions & Tooltips description: @@ -62,6 +63,12 @@ description: myListEmpty: Щелкните правой кнопкой или долгим нажатием на лист, чтобы добавить его в МОЙ СПИСОК, и вы сможете увидеть ваши избранные листы здесь. drawPoolEmpty: Текущий пул рисования пуст. # clearMyList: Clear MY LIST + # pickOneFromFilter: PICK ONE FROM FILTER! + # noMoreSheetsToPick: No more sheets to pick. + # superFilterPlaceholder: | + # // return a predicate function to filter the result + # return (sheet) => true; + # superFilterHint: // I hope you know what you're doing ... # Pages page: diff --git a/locales/zh-Hans.yaml b/locales/zh-Hans.yaml index d7d443d..a8e68b8 100644 --- a/locales/zh-Hans.yaml +++ b/locales/zh-Hans.yaml @@ -65,6 +65,10 @@ description: clearMyList: 清空【我的歌单】 pickOneFromFilter: 从筛选结果中选取一个! noMoreSheetsToPick: 已经没有可选取的谱面。 + # superFilterPlaceholder: | + # // return a predicate function to filter the result + # return (sheet) => true; + # superFilterHint: // I hope you know what you're doing ... # Pages page: diff --git a/locales/zh-Hant.yaml b/locales/zh-Hant.yaml index 955fda0..7f613f7 100644 --- a/locales/zh-Hant.yaml +++ b/locales/zh-Hant.yaml @@ -65,6 +65,10 @@ description: clearMyList: 清空【我的歌單】 pickOneFromFilter: 從篩選結果中選取一個! noMoreSheetsToPick: 已經沒有可選取的譜面。 + # superFilterPlaceholder: | + # // return a predicate function to filter the result + # return (sheet) => true; + # superFilterHint: // I hope you know what you're doing ... # Pages page: