From 054503f2e2f743333cca32b6b8bc452c2b78a182 Mon Sep 17 00:00:00 2001 From: Yusuke Date: Mon, 9 Sep 2024 02:46:17 +0000 Subject: [PATCH 1/4] Translated using Weblate (Indonesian) Currently translated at 97.7% (88 of 90 strings) Translation: arcade-songs/arcade-songs Translate-URL: https://hosted.weblate.org/projects/arcade-songs/arcade-songs/id/ --- locales/id.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/locales/id.yaml b/locales/id.yaml index af4043c..122ab8f 100644 --- a/locales/id.yaml +++ b/locales/id.yaml @@ -64,9 +64,10 @@ description: # clearMyList: Clear MY LIST # Pages + clearMyList: Kosongkan MY LIST 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: @@ -127,3 +128,5 @@ sfc: # changeDrawSize: Change Draw Size # allowDuplicate: Allow Duplicate # blindfoldMode: Blindfold Mode + allowDuplicate: Bolehkan Duplikat + blindfoldMode: Mode Blindfold From eaae75f0113d26b6a8c4ef5fb1b221b1c44bf365 Mon Sep 17 00:00:00 2001 From: gallegonovato Date: Tue, 10 Sep 2024 12:17:12 +0000 Subject: [PATCH 2/4] Translated using Weblate (Spanish) Currently translated at 100.0% (97 of 97 strings) Translation: arcade-songs/arcade-songs Translate-URL: https://hosted.weblate.org/projects/arcade-songs/arcade-songs/es/ --- locales/es.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/locales/es.yaml b/locales/es.yaml index 0885312..b9e7f3b 100644 --- a/locales/es.yaml +++ b/locales/es.yaml @@ -50,6 +50,7 @@ term: comment: Comentario # Descriptions & Tooltips + superFilter: Superfiltro description: pending: Pendiente loading: Cargando datos… @@ -64,6 +65,10 @@ description: clearMyList: Borrar MI LISTA # Pages + 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\nreturn (sheet) => true;\n" + superFilterHint: // Espero que sepas lo que estás haciendo ... page: index: description: Busca canciones de tus juegos musicales favoritos, ¡ahora todo en uno! @@ -127,3 +132,6 @@ sfc: changeDrawSize: Cambiar tamaño de dibujo allowDuplicate: Permitir duplicado blindfoldMode: Modo aleatorio + SheetFilter: + useInternalLevel: Utilizar el nivel interno + useRegionOverride: Sobrescribir con información de región From e2de08452f0d18529e4dbcc69ae617a8fc1b9d06 Mon Sep 17 00:00:00 2001 From: Raku Zeta Date: Thu, 12 Sep 2024 20:13:47 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=A9=B9=20align=20locale=20files=20con?= =?UTF-8?q?tent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/es.yaml | 19 +++++++++---------- locales/id.yaml | 12 ++++++++---- locales/ja.yaml | 4 ++++ locales/ko.yaml | 6 ++++++ locales/ru.yaml | 7 +++++++ locales/zh-Hans.yaml | 4 ++++ locales/zh-Hant.yaml | 4 ++++ 7 files changed, 42 insertions(+), 14 deletions(-) diff --git a/locales/es.yaml b/locales/es.yaml index b9e7f3b..0f205b7 100644 --- a/locales/es.yaml +++ b/locales/es.yaml @@ -48,9 +48,9 @@ term: totalNotes: TOTAL region: Región comment: Comentario + superFilter: Superfiltro # Descriptions & Tooltips - superFilter: Superfiltro description: pending: Pendiente loading: Cargando datos… @@ -63,12 +63,14 @@ 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 - -# Pages 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\nreturn (sheet) => true;\n" + 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: index: description: Busca canciones de tus juegos musicales favoritos, ¡ahora todo en uno! @@ -103,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 @@ -132,6 +134,3 @@ sfc: changeDrawSize: Cambiar tamaño de dibujo allowDuplicate: Permitir duplicado blindfoldMode: Modo aleatorio - SheetFilter: - useInternalLevel: Utilizar el nivel interno - useRegionOverride: Sobrescribir con información de región diff --git a/locales/id.yaml b/locales/id.yaml index 122ab8f..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,10 +62,15 @@ 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 - clearMyList: Kosongkan MY LIST page: index: description: Cari lagu permainan musik favorit Anda, sekarang semua tergabung dalam satu! @@ -126,7 +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..e6632c7 100644 --- a/locales/ko.yaml +++ b/locales/ko.yaml @@ -63,6 +63,12 @@ description: myListEmpty: 채보를 마우스 오른쪽 버튼으로 클릭하거나 길게 눌러 내 목록에 추가하면 여기에서 선택한 채보를 볼 수 있습니다. drawPoolEmpty: 현재 채보 풀이 비어 있습니다. clearMyList: 내 목록 비우기 + # 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/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: From 32a61600f3e9a002c6cf0ede969d40ee48187475 Mon Sep 17 00:00:00 2001 From: Raku Zeta Date: Thu, 12 Sep 2024 21:01:41 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=8C=90=20update=20translation=20in=20?= =?UTF-8?q?ko.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/ko.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/ko.yaml b/locales/ko.yaml index e6632c7..c0d24e6 100644 --- a/locales/ko.yaml +++ b/locales/ko.yaml @@ -63,8 +63,8 @@ description: myListEmpty: 채보를 마우스 오른쪽 버튼으로 클릭하거나 길게 눌러 내 목록에 추가하면 여기에서 선택한 채보를 볼 수 있습니다. drawPoolEmpty: 현재 채보 풀이 비어 있습니다. clearMyList: 내 목록 비우기 - # pickOneFromFilter: PICK ONE FROM FILTER! - # noMoreSheetsToPick: No more sheets to pick. + pickOneFromFilter: 현재 필터에서 곡 한개 뽑기! + noMoreSheetsToPick: 더 이상 고를 수 있는 곡이 없습니다. # superFilterPlaceholder: | # // return a predicate function to filter the result # return (sheet) => true; @@ -107,7 +107,7 @@ sfc: loadFailed: 데이터를 불러오는 동안 실패했습니다. SheetFilter: useInternalLevel: 보면상수를 사용 - useRegionOverride: 특정 지역 정보를 사용 + useRegionOverride: 이 지역의 정보로 덮어쓰기 ModeSelector: gridMode: 그리드 보기 tableMode: 상세 보기