diff --git a/src/app/pages/algorithms/conway-gol/conway-gol.models.ts b/src/app/pages/algorithms/conway-gol/conway-gol.models.ts index c582cc2..9902429 100644 --- a/src/app/pages/algorithms/conway-gol/conway-gol.models.ts +++ b/src/app/pages/algorithms/conway-gol/conway-gol.models.ts @@ -12,8 +12,8 @@ export enum Scenario { GUN = 4 } -export const DEFAULT_GRID_ROWS = 40; -export const DEFAULT_GRID_COLS = 40; +export const DEFAULT_GRID_ROWS = 50; +export const DEFAULT_GRID_COLS = 50; export const MIN_GRID_SIZE = 20; export const MAX_GRID_SIZE = 100; diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index 638d321..1a69b8f 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -346,7 +346,7 @@ "PAUSE": "Pause", "RANDOM_SCENE": "Zufällig", "EMPTY_SCENE": "Leer", - "SIMPLE_SCENE": "Simpel", + "SIMPLE_SCENE": "Gleiter", "PULSAR_SCENE": "Pulsar", "GUN_SCENE": "Pistole", "ALIVE": "Lebend", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 30b4f67..6c83c99 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -345,7 +345,7 @@ "PAUSE": "Pause", "RANDOM_SCENE": "Random", "EMPTY_SCENE": "Empty", - "SIMPLE_SCENE": "Simple", + "SIMPLE_SCENE": "Glider", "PULSAR_SCENE": "Pulsar", "GUN_SCENE": "Gun", "ALIVE": "Alive",