From 01a88dfb9f8816ccd5a7a075cfb10f468f697052 Mon Sep 17 00:00:00 2001 From: Lennard Sprong Date: Thu, 31 Jul 2025 09:21:51 +0200 Subject: [PATCH 1/8] Translated using Weblate (English) Currently translated at 100.0% (294 of 294 strings) Translation: pzprjs/Genre Rules Translate-URL: https://hosted.weblate.org/projects/pzprjs/rules/en/ --- src-ui/res/rules.en.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src-ui/res/rules.en.yaml b/src-ui/res/rules.en.yaml index d9fa67af9..d7849b637 100644 --- a/src-ui/res/rules.en.yaml +++ b/src-ui/res/rules.en.yaml @@ -346,3 +346,4 @@ narrow: "Draw lines along the dotted lines to divide the grid into regions.\n1. distopia: "Place some shapes from the bank into the grid. Shapes can be rotated or mirrored.\n1. A shape can be used no more than once. There cannot be shapes in the grid that aren't present in the bank.\n2. Two shapes cannot be orthogonally or diagonally adjacent.\n3. A number indicates the shortest distance to a shaded cell in the 4 cardinal directions, multiplied by the amount of directions where the distance is minimal.\n4. A cell with a clue cannot overlap a shape." kurarin: "Shade some cells on the board, and draw a single loop that goes through all remaining cells.\n1. The loop cannot branch off or cross itself.\n2. A black circle overlaps more shaded cells than unshaded cells.\n3. A white circle overlaps more unshaded cells than shaded cells.\n4. A gray circle overlaps an equal number of shaded and unshaded cells." uturns: "Draw lines to form pairs between gray circles.\n1. Lines cannot cross or overlap each other.\n2. Lines cannot go through black circles.\n3. The lines must visit all white circles.\n4. A line must turn exactly twice between two circles, and both turns must be in the same direction." +numcity: "Place a positive number in every cell.\n1. Groups of identical numbers are called districts, and each outlined region is called a city. All identical numbers in each city must be connected.\n2. The largest district in each city is marked with a 1, the second-largest is marked with a 2, and so on. Districts in a city cannot have the same size.\n3. Identical numbers cannot be orthogonally adjacent across city borders." From 8023663451bb4ca1bf11c061ddef63374bd792a5 Mon Sep 17 00:00:00 2001 From: Lennard Sprong Date: Fri, 1 Aug 2025 18:41:56 +0200 Subject: [PATCH 2/8] Translated using Weblate (English) Currently translated at 100.0% (218 of 218 strings) Translation: pzprjs/Genre History Translate-URL: https://hosted.weblate.org/projects/pzprjs/genre-history/en/ --- src-ui/res/history.en.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src-ui/res/history.en.yaml b/src-ui/res/history.en.yaml index fae62b747..e7a121751 100644 --- a/src-ui/res/history.en.yaml +++ b/src-ui/res/history.en.yaml @@ -215,3 +215,4 @@ sumiwake: This genre first appeared in Puzzle Communication Nikoli vol. 66. narrow: This genre was invented by Arvi Teikari a.k.a. Hempuli. kurarin: This genre first appeared in Puzzle Communication Nikoli vol. 191. uturns: This genre was invented by Eric Fox. +numcity: This genre first appeared in Puzzle Communication Nikoli vol. 175. From 417549b6ffe1a9aedf6eac6e5683ef9780624aeb Mon Sep 17 00:00:00 2001 From: Lennard Sprong Date: Fri, 1 Aug 2025 18:41:25 +0200 Subject: [PATCH 3/8] Translated using Weblate (Japanese) Currently translated at 97.2% (286 of 294 strings) Translation: pzprjs/Genre Rules Translate-URL: https://hosted.weblate.org/projects/pzprjs/rules/ja/ --- src-ui/res/rules.ja.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src-ui/res/rules.ja.yaml b/src-ui/res/rules.ja.yaml index d29c4a0f2..8ffe0c69c 100644 --- a/src-ui/res/rules.ja.yaml +++ b/src-ui/res/rules.ja.yaml @@ -306,3 +306,4 @@ mintonette: "全ての丸と丸の間に線を引き、2つで1組のペアを narrow: "点線に沿って線を引き、いくつかの領域に分けます。\n1. 1つの領域には必ず1つのマークが入ります。\n2. 領域が四角形になってはいけません。\n3. 同じマークが入った2つの領域が同じ形になってはいけません。回転や反転したものは同じ形とみなします。\n4. 2×2の白マスが同じマークの入った領域にあってはいけません。" isowatari: "1. いくつかのマスを黒く塗りましょう。\n2. 黒丸は必ず黒マスになり、白丸は必ず白マスになります。\n3. 白マスはタテヨコにひとつながりになります。\n4. 白マスが2×2以上のカタマリになってはいけません。\n5. すべての黒マスのブロックの面積は、指定した数になります。" uturns: "全ての灰色の丸を線で繋いでいくつかのペアを作りましょう。灰色の丸は、白丸を経由してペアの灰色の丸と繋がります。\n1. 線を交差させたり分岐させたりしてはいけません。\n2. 黒丸に線を繋いではいけません。\n3. 全ての線は必ず灰色の丸と白丸に繋がれます。また線で繋がれていない白丸があってはいけません。\n4. 線は2つの丸の間で必ず2回だけ曲がります。このとき、2回とも同じ方向へ曲がる必要があります。" +numcity: "1. 盤面にある太線で区切られた部分(県)を、それぞれいくつかの小さな領域(市)に分割しましょう。\n2. 県は、点線の上にタテヨコに線を引いて市に分割します。分割せずに1つの市だけでできた県があってもかまいません。\n3. 数字はその市が県内で何番目に大きい市であるかを表し、すべてのマスに1つずつ数字が入ります。1つの県内に同じ大きさの市ができてはいけません、\n4. 同じ数字が太線(県境)をはさんでタテヨコに隣り合ってはいけません。" From 05c8dedc4b070e2a88e832c61a9a420e81c69cf9 Mon Sep 17 00:00:00 2001 From: Lennard Sprong Date: Fri, 1 Aug 2025 18:42:14 +0200 Subject: [PATCH 4/8] Translated using Weblate (Japanese) Currently translated at 100.0% (218 of 218 strings) Translation: pzprjs/Genre History Translate-URL: https://hosted.weblate.org/projects/pzprjs/genre-history/ja/ --- src-ui/res/history.ja.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src-ui/res/history.ja.yaml b/src-ui/res/history.ja.yaml index 7f6106ccc..f0a3c8d5c 100644 --- a/src-ui/res/history.ja.yaml +++ b/src-ui/res/history.ja.yaml @@ -215,3 +215,4 @@ recoil: Sebastian Simon氏考案、初出Logic Masters Germany turnrun: 齋藤スバル氏考案、初出2018年(当時の名称は「トツゲキループ」。「Turn and Run」は後に発表された似たルールのもの、初出2021年開催Logic Masters Deutschland competition) uturns: Eric Fox氏発案 isowatari: IHNN氏発案 +numcity: パズル通信ニコリ vol.175より From a827b4b3f71e6e93f9c7066785c70b3031c46b41 Mon Sep 17 00:00:00 2001 From: Lennard Sprong Date: Sat, 2 Aug 2025 20:53:13 +0200 Subject: [PATCH 5/8] Translated using Weblate (English) Currently translated at 100.0% (295 of 295 strings) Translation: pzprjs/Genre Rules Translate-URL: https://hosted.weblate.org/projects/pzprjs/rules/en/ --- src-ui/res/rules.en.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src-ui/res/rules.en.yaml b/src-ui/res/rules.en.yaml index d7849b637..838c0cb94 100644 --- a/src-ui/res/rules.en.yaml +++ b/src-ui/res/rules.en.yaml @@ -347,3 +347,4 @@ distopia: "Place some shapes from the bank into the grid. Shapes can be rotated kurarin: "Shade some cells on the board, and draw a single loop that goes through all remaining cells.\n1. The loop cannot branch off or cross itself.\n2. A black circle overlaps more shaded cells than unshaded cells.\n3. A white circle overlaps more unshaded cells than shaded cells.\n4. A gray circle overlaps an equal number of shaded and unshaded cells." uturns: "Draw lines to form pairs between gray circles.\n1. Lines cannot cross or overlap each other.\n2. Lines cannot go through black circles.\n3. The lines must visit all white circles.\n4. A line must turn exactly twice between two circles, and both turns must be in the same direction." numcity: "Place a positive number in every cell.\n1. Groups of identical numbers are called districts, and each outlined region is called a city. All identical numbers in each city must be connected.\n2. The largest district in each city is marked with a 1, the second-largest is marked with a 2, and so on. Districts in a city cannot have the same size.\n3. Identical numbers cannot be orthogonally adjacent across city borders." +blindrush: "Draw lines to move every circle.\n1. A circle can be moved horizontally or vertically, but cannot make a turn.\n2. Movement lines cannot cross or overlap each other. Lines can also not go through the start- or endpoint of other circles.\n3. Connected groups of thick lines (excluding the grid edges) are called a wall. Every wall is crossed by a line exactly once.\n4. Every movement line stops directly in front of a wall or the edge of the grid.\n5. A number indicates how many walls the circle must move through before stopping." From 000c7c9cff91527421125a3832c717dcfded2095 Mon Sep 17 00:00:00 2001 From: Lennard Sprong Date: Sat, 2 Aug 2025 20:54:16 +0200 Subject: [PATCH 6/8] Translated using Weblate (English) Currently translated at 100.0% (219 of 219 strings) Translation: pzprjs/Genre History Translate-URL: https://hosted.weblate.org/projects/pzprjs/genre-history/en/ --- src-ui/res/history.en.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src-ui/res/history.en.yaml b/src-ui/res/history.en.yaml index e7a121751..bae8145db 100644 --- a/src-ui/res/history.en.yaml +++ b/src-ui/res/history.en.yaml @@ -216,3 +216,4 @@ narrow: This genre was invented by Arvi Teikari a.k.a. Hempuli. kurarin: This genre first appeared in Puzzle Communication Nikoli vol. 191. uturns: This genre was invented by Eric Fox. numcity: This genre first appeared in Puzzle Communication Nikoli vol. 175. +blindrush: This genre first appeared in Puzzle Communication Nikoli vol. 162. From d47c4fe9629e666785b9338e2284aab3395b940e Mon Sep 17 00:00:00 2001 From: Lennard Sprong Date: Sat, 2 Aug 2025 20:53:30 +0200 Subject: [PATCH 7/8] Translated using Weblate (Japanese) Currently translated at 97.2% (287 of 295 strings) Translation: pzprjs/Genre Rules Translate-URL: https://hosted.weblate.org/projects/pzprjs/rules/ja/ --- src-ui/res/rules.ja.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src-ui/res/rules.ja.yaml b/src-ui/res/rules.ja.yaml index 8ffe0c69c..e8b608ae1 100644 --- a/src-ui/res/rules.ja.yaml +++ b/src-ui/res/rules.ja.yaml @@ -307,3 +307,4 @@ narrow: "点線に沿って線を引き、いくつかの領域に分けます isowatari: "1. いくつかのマスを黒く塗りましょう。\n2. 黒丸は必ず黒マスになり、白丸は必ず白マスになります。\n3. 白マスはタテヨコにひとつながりになります。\n4. 白マスが2×2以上のカタマリになってはいけません。\n5. すべての黒マスのブロックの面積は、指定した数になります。" uturns: "全ての灰色の丸を線で繋いでいくつかのペアを作りましょう。灰色の丸は、白丸を経由してペアの灰色の丸と繋がります。\n1. 線を交差させたり分岐させたりしてはいけません。\n2. 黒丸に線を繋いではいけません。\n3. 全ての線は必ず灰色の丸と白丸に繋がれます。また線で繋がれていない白丸があってはいけません。\n4. 線は2つの丸の間で必ず2回だけ曲がります。このとき、2回とも同じ方向へ曲がる必要があります。" numcity: "1. 盤面にある太線で区切られた部分(県)を、それぞれいくつかの小さな領域(市)に分割しましょう。\n2. 県は、点線の上にタテヨコに線を引いて市に分割します。分割せずに1つの市だけでできた県があってもかまいません。\n3. 数字はその市が県内で何番目に大きい市であるかを表し、すべてのマスに1つずつ数字が入ります。1つの県内に同じ大きさの市ができてはいけません、\n4. 同じ数字が太線(県境)をはさんでタテヨコに隣り合ってはいけません。" +blindrush: "1. すべての丸を1マス以上、タテかヨコにまっすぐ移動させましょう。丸は途中の太線(壁)を突き破ることができますが、盤面の外に出ることはできません。\n2. 丸の移動はマスの中央を通る矢印で表します。矢印の終点はかならず外枠か太線(壁)にぶつかります。\n3. 丸の中の数字は、丸が何枚の壁を突き破るかを表します。0は1枚も突き破らないことを表します。数字のない丸は、何枚の壁を突き破るかはわかりません。\n4. 矢印どうしが重なったり交差したり、矢印が他の丸があるマスを通過したりしてはいけません。なお、2つの矢印が壁の同じ地点で両側からぶつかることはあり得ます。\n5. ひとつながりになった壁1枚は、すべて1回だけ丸に突き破られます。壁は外枠で分断されるものとして扱います。" From e5c5d25dd814cae05aa86860c3236b43e13a52cf Mon Sep 17 00:00:00 2001 From: Lennard Sprong Date: Sat, 2 Aug 2025 20:54:34 +0200 Subject: [PATCH 8/8] Translated using Weblate (Japanese) Currently translated at 100.0% (219 of 219 strings) Translation: pzprjs/Genre History Translate-URL: https://hosted.weblate.org/projects/pzprjs/genre-history/ja/ --- src-ui/res/history.ja.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src-ui/res/history.ja.yaml b/src-ui/res/history.ja.yaml index f0a3c8d5c..aca2ac2da 100644 --- a/src-ui/res/history.ja.yaml +++ b/src-ui/res/history.ja.yaml @@ -216,3 +216,4 @@ turnrun: 齋藤スバル氏考案、初出2018年(当時の名称は「トツゲ uturns: Eric Fox氏発案 isowatari: IHNN氏発案 numcity: パズル通信ニコリ vol.175より +blindrush: パズル通信ニコリ vol.162より