aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci-failure-comment.yml13
-rw-r--r--frontend/src/ts/test/lazy-mode.ts2
-rw-r--r--frontend/src/ts/test/test-logic.ts2
-rw-r--r--frontend/static/languages/code_vim.json159
-rw-r--r--frontend/static/quotes/english.json62
-rw-r--r--frontend/static/quotes/french.json38
-rw-r--r--frontend/static/quotes/german.json6
-rw-r--r--frontend/static/quotes/russian.json2
8 files changed, 167 insertions, 117 deletions
diff --git a/.github/workflows/ci-failure-comment.yml b/.github/workflows/ci-failure-comment.yml
index cf538c999..88f892e75 100644
--- a/.github/workflows/ci-failure-comment.yml
+++ b/.github/workflows/ci-failure-comment.yml
@@ -26,13 +26,8 @@ jobs:
path: ./pr_num/pr_num.txt
- name: Create comment
- uses: actions/github-script@v6
+ uses: peter-evans/create-or-update-comment@v4
with:
- github-token: ${{ secrets.API_TOKEN }}
- script: |
- github.rest.issues.createComment({
- issue_number: ${{ steps.pr_num_reader.outputs.content }},
- owner: context.repo.owner,
- repo: context.repo.repo,
- body: 'Continuous integration check(s) failed. Please review the failing check\'s logs and make the necessary changes. ' + context.payload.workflow_run.html_url
- })
+ issue-number: ${{ steps.pr_num_reader.outputs.content }}
+ body: |
+ Continuous integration check(s) failed. Please review the [failing check\'s logs](${{ github.event.workflow_run.html_url }}) and make the necessary changes.
diff --git a/frontend/src/ts/test/lazy-mode.ts b/frontend/src/ts/test/lazy-mode.ts
index a4e4f347b..e7deb6fa4 100644
--- a/frontend/src/ts/test/lazy-mode.ts
+++ b/frontend/src/ts/test/lazy-mode.ts
@@ -16,7 +16,7 @@ const accents: [string, string][] = [
["ĝğg̃", "g"],
["ĥ", "h"],
["ĵ", "j"],
- ["ńṇ", "n"],
+ ["ńṇṅ", "n"],
["ŝśšșşṣ", "s"],
["ß", "ss"],
["żźž", "z"],
diff --git a/frontend/src/ts/test/test-logic.ts b/frontend/src/ts/test/test-logic.ts
index 097bff522..2a0fdf97d 100644
--- a/frontend/src/ts/test/test-logic.ts
+++ b/frontend/src/ts/test/test-logic.ts
@@ -910,7 +910,7 @@ export async function finish(difficultyFailed = false): Promise<void> {
if (
Config.mode !== "zen" &&
!TestState.bailedOut &&
- (ce.testDuration < dateDur - 0.05 || ce.testDuration > dateDur + 0.05)
+ (ce.testDuration < dateDur - 0.25 || ce.testDuration > dateDur + 0.25)
) {
//dont bother checking this for zen mode or bailed out tests because
//the duration might be modified to remove trailing afk time
diff --git a/frontend/static/languages/code_vim.json b/frontend/static/languages/code_vim.json
index 50b44d1a5..9cdae1cb5 100644
--- a/frontend/static/languages/code_vim.json
+++ b/frontend/static/languages/code_vim.json
@@ -2,47 +2,144 @@
"name": "code_vim",
"noLazyMode": true,
"words": [
+ "!",
+ "$",
+ "%",
+ "/findall",
+ "0",
+ ":%s/find/new",
+ ":args",
+ ":browse e",
+ ":cclose",
+ ":cd..",
+ ":cnext",
+ ":copen",
+ ":cprevious",
":e",
- ":w",
- ":q",
+ ":e.",
+ ":enew",
+ ":ls",
+ ":new",
":q!",
- ":wq",
+ ":q",
+ ":s/find/new",
+ ":sav",
+ ":split",
+ ":tabclose",
+ ":tabfirst",
+ ":tablast",
+ ":tabnew",
+ ":w",
":wq!",
- ":x",
+ ":wq",
":x!",
- ":sav",
- "u",
- "k",
- "j",
- "h",
- "l",
- "e",
- "b",
- "0",
+ ":x",
+ "A",
+ "B",
+ "C",
+ "D",
+ "E",
+ "F",
"G",
- "gg",
+ "H",
+ "I",
+ "J",
"L",
+ "M",
+ "N",
+ "O",
+ "P",
+ "Q",
+ "R",
+ "T",
+ "V",
+ "V$%",
+ "W",
+ "X",
+ "Y",
"[[",
"[{",
- "y",
- "p",
+ "^",
+ "a",
+ "b",
+ "ca(",
+ "ca)",
+ "ca[",
+ "ca]",
+ "caw",
+ "ca{",
+ "ca}",
+ "cb",
+ "cc",
+ "ce",
+ "ci(",
+ "ci)",
+ "ciW",
+ "ci[",
+ "ci]",
+ "ciw",
+ "ci{",
+ "ci}",
+ "cw",
+ "da(",
+ "da)",
+ "da[",
+ "da]",
+ "daw",
+ "da{",
+ "da}",
+ "db",
"dd",
- "yy",
- "y$",
- "D",
- ":e.",
- ":s/find/new",
- "/findall",
- ":browse e",
- ":ls",
- ":cd..",
- ":args",
+ "de",
+ "di(",
+ "di)",
+ "diW",
+ "di[",
+ "di]",
+ "diw",
+ "di{",
+ "di}",
+ "dw",
+ "e",
+ "g!/deleteothers/d",
+ "g/deleteme/d",
+ "ge",
"gf",
- ":tabnew",
+ "gg",
+ "ggyG",
"gt",
- ":tabfirst",
- ":tablast",
- ":new",
- ":split"
+ "h",
+ "j",
+ "k",
+ "l",
+ "n",
+ "p",
+ "u",
+ "v$hy",
+ "y$",
+ "y^",
+ "ya(",
+ "ya)",
+ "ya[",
+ "ya]",
+ "yaw",
+ "ya{",
+ "ya}",
+ "yb",
+ "ye",
+ "yi(",
+ "yi)",
+ "yiW",
+ "yi[",
+ "yi]",
+ "yiw",
+ "yi{",
+ "yi}",
+ "yw",
+ "yy",
+ "zb",
+ "zt",
+ "zv",
+ "zz"
]
}
diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json
index 5bf8aa028..c69f2a901 100644
--- a/frontend/static/quotes/english.json
+++ b/frontend/static/quotes/english.json
@@ -8462,12 +8462,6 @@
"length": 132
},
{
- "text": "He didn't have to know how it would stand if he didn't look at it and moved off to the side.",
- "source": "Hatchet",
- "id": 1483,
- "length": 92
- },
- {
"text": "If you're willing to go through the battling to get to where you wanna get, who's got the right to stop you? Maybe you guys got something you never finished, something you really wanna do, something you never said to somebody - something! And you're told no, even after you pay your dues. Who's got the right to tell you that? Who? Nobody!",
"source": "Rocky Balboa",
"id": 1484,
@@ -15237,12 +15231,6 @@
"length": 654
},
{
- "text": "For the sake of all that we ourselves hold dear, is it unthinkable that we should refuse to meet the challenge? It is to this high purpose that I now call my people at home, and my peoples across the seas, who will make our cause their own. I ask them to stand calm and firm and united in this time of trial. The task will be hard. There may be dark days ahead, and war can no longer be confined to the battlefield, but we can only do the right as we see the right, and reverently commit our cause to God. If one and all we keep resolutely faithful to it, then, with God's help, we shall prevail.",
- "source": "The King's Speech",
- "id": 2701,
- "length": 596
- },
- {
"text": "Even the best-designed chair won't make up for bad posture. Bad posture is the root of many physical problems. So sit upright and don't slouch. Your back should be straight to support the upper part of your body.",
"source": "Mastering Computer Typing (1995)",
"id": 2702,
@@ -18987,12 +18975,6 @@
"length": 501
},
{
- "text": "Anything that happens, happens. Anything that, in happening, causes something else to happen, causes something else to happen. Anything that, in happening, causes itself to happen again, happens again. It doesn't necessarily do it in chronological order, though.",
- "source": "Mostly Harmless",
- "id": 3381,
- "length": 262
- },
- {
"text": "Les, there are two kinds of women in this world: there are women who work hard and stress out about doing the right thing, and then there are women who are cool. You could either be a Cleopatra, or you could be an Eleanor Roosevelt. I'd rather be Cleopatra.",
"source": "Parks and Recreation",
"id": 3382,
@@ -23548,10 +23530,10 @@
"length": 316
},
{
- "text": "Spring, if it lingers more than a week beyond its span, starts to hunger for summer to end the days of perpetual promise. Summer in its turn soon begins to sweat for something to quench its heat, and the mellowest of autumns will tire of gentility at last, and ache for a quick sharp frost to kill its fruitfulness. Even winter - the hardest season, the most implacable dreams, as February creeps on, of the flame that will presently melt it away. Everything changes with time, and starts to seek some opposition, to save it from itself.",
+ "text": "Spring, if it lingers more than a week beyond its span, starts to hunger for summer to end the days of perpetual promise. Summer in its turn soon begins to sweat for something to quench its heat, and the mellowest of autumns will tire of gentility at last, and ache for a quick sharp frost to kill its fruitfulness. Even winter - the hardest season, the most implacable - dreams, as February creeps on, of the flame that will presently melt it away. Everything changes with time, and starts to seek some opposition, to save it from itself.",
"source": "The Hellbound Heart",
"id": 4202,
- "length": 537
+ "length": 539
},
{
"text": "In order to grasp the distance that separates the human and the divine, one has only to compare these crude trembling symbols which my fallible hand scrawls on the cover of a book with the organic letters inside - neat, delicate, deep black, and inimitably symmetrical.",
@@ -24802,12 +24784,6 @@
"length": 368
},
{
- "text": "What distinguished Ellington from most of his contemporaries was that he set himself the goal of expanding the time frame of the jazz piece, stretching it well beyond the limits of the 78 bpm side and into the realm of the large-scale classical work.",
- "source": "The Rest is Noise: Listening to Music in the Twentieth Century",
- "id": 4434,
- "length": 250
- },
- {
"text": "Hank, if you had the power to put companies out of business by just not being a customer, why am I still able to buy mouthwash?",
"source": "Corner Gas",
"id": 4435,
@@ -25427,7 +25403,7 @@
},
{
"text": "Maybe I'm foolish, maybe I'm blind thinking I can see through this and see what's behind. Got no way to prove it, so maybe I'm blind. But I'm only human after all. Don't put your blame on me.",
- "source": "Human",
+ "source": "Rag'n'Bone Man - Human",
"id": 4550,
"length": 191
},
@@ -29213,9 +29189,9 @@
"id": 5240
},
{
- "text": "\"Very well!\" said Bilbo very downcast, and also rather annoyed. \"Come along back to your nice cells, and I will lock you all in again, and you can sit there comfortably and think of a better plan-but I don't suppose I shall ever get hold of the keys again, even if I feel inclined to try.\"",
+ "text": "\"Very well!\" said Bilbo very downcast, and also rather annoyed. \"Come along back to your nice cells, and I will lock you all in again, and you can sit there comfortably and think of a better plan - but I don't suppose I shall ever get hold of the keys again, even if I feel inclined to try.\"",
"source": "Bilbo Baggins, The Hobbit",
- "length": 289,
+ "length": 291,
"id": 5242
},
{
@@ -33861,12 +33837,6 @@
"id": 6273
},
{
- "text": "Fitter, happier, more productive. Comfortable, not drinking too much. Regular exercise at the gym, three days a week. Getting better with your associate employee contemporaries, at ease. Eating well, no more microwave dinners and saturated fats. A patient, better driver, a safer car, baby smiling in back seat. Sleeping well, no bad dreams. No paranoia. Careful to all animals, never washing spiders down the plughole. Keep in contact with old friends, enjoy a drink now and then. Will frequently check credit at (moral) bank. Hole in the wall. Favours for favours. Charity standing orders. On Sundays ring road supermarket. No killing moths or putting boiling water on the ants. Car wash, also on Sundays. No longer afraid of the dark or midday shadows. Nothing so ridiculously teenage and desperate, nothing so childish, at a better pace, slower and more calculated. No chance of escape. Now self-employed. Concerned, but powerless. An empowered and informed member of society, pragmatism not idealism. Will not cry in public. Less chance of illness. Tires that grip in the wet, shot of baby strapped in back seat. A good memory, still cries at a good film, still kisses with saliva. No longer empty and frantic.",
- "source": "Radiohead",
- "length": 1215,
- "id": 6274
- },
- {
"text": "Once upon a time in a nursery rhyme, there was a castle with a king hiding in a wing because he never went to school to learn a single thing, he had scepters and swords and a parliament of lords, but on the inside, he was sad, egad! Because he never had a wisdom for numbers, a wisdom for words, though his crown was quite immense, his brain was smaller than a bird's, so the queen of the nation made a royal proclamation: \"To the Missus and the Messieurs, the more or lessers, bring me all the land's professors!\" and then she went to the hairdressers and they came from the east and they came from the south, from each college they poured knowledge from their brains into his mouth, but the king couldn't learn so each professor met their fate for the queen had their heads removed and placed upon the gate and on that date, I state their wives all got a note, their mate was now the late-great. But then suddenly one day, a stranger started in to sing, he said, \"I'm the dirty rascal and I'm here to teach the king!\" and the queen clutched her jewels for she hated royal fools but this fool had some rules they really ought to teach in schools like you'll be a happy king if you enjoy the things you've got, you should never try to be the kind of person that you're not. So they sang and they laughed for the king had found a friend and they ran onto a rainbow for the story's perfect end, so the moral is you mustn't let the outside be the guide, for it's not so cut and dried, well, unless it's Dr. Jekyll then you better hide, petrified! No, the truth can't be denied as I now have testified, all that really counts and matters is the special stuff inside!",
"source": "Mary Poppins Returns",
"length": 1662,
@@ -36248,14 +36218,14 @@
},
{
"text": "\"If only, if only,\" the woodpecker sighs, \"The bark on the tree was as soft as the skies.\"",
- "source": "Madame Zeroni - Holes (2003)",
+ "source": "Holes by Louis Sachar (1998)",
"length": 90,
"approvedBy": "Smithster",
"id": 6660
},
{
"text": "While the wolf waits below, hungry and lonely, crying to the moon, \"If only, if only.\"",
- "source": "Madame Zeroni - Holes (2003)",
+ "source": "Holes by Louis Sachar (1998)",
"length": 86,
"approvedBy": "Smithster",
"id": 6661
@@ -36652,7 +36622,7 @@
"id": 6735
},
{
- "text": "\"And my eyes! I see through hourglass pupils and therefore I see time-as it affects all things. Even as I look at you now, Tanis,\" the mage whispered, \"I see you dying, slowly, by inches. And so I see every living thing.\"",
+ "text": "\"And my eyes! I see through hourglass pupils and therefore I see time as it affects all things. Even as I look at you now, Tanis,\" the mage whispered, \"I see you dying, slowly, by inches. And so I see every living thing.\"",
"source": "Dragons of Autumn Twilight",
"length": 221,
"approvedBy": "Smithster",
@@ -38533,16 +38503,16 @@
"id": 7062
},
{
- "text" : "Why did you make me do this? You're fighting so you can watch everyone around you die! Think, Mark! You'll outlast every fragile, insignificant being on this planet. You'll live to see this world crumble to dust and blow away! Everyone and everything you know will be gone! What will you have after 500 years?",
- "source" : "Invincible (TV series)",
- "length" : 309,
- "id" : 7603
+ "text": "Why did you make me do this? You're fighting so you can watch everyone around you die! Think, Mark! You'll outlast every fragile, insignificant being on this planet. You'll live to see this world crumble to dust and blow away! Everyone and everything you know will be gone! What will you have after 500 years?",
+ "source": "Invincible (TV series)",
+ "length": 309,
+ "id": 7603
},
{
- "text" : "How do you do music? Well, it's easy. You just face your fears and become your heroes. I don't understand why you're freaking out.",
- "source" : "Porter Robinson - Musician",
- "length" : 130,
- "id" : 7604
+ "text": "How do you do music? Well, it's easy. You just face your fears and become your heroes. I don't understand why you're freaking out.",
+ "source": "Porter Robinson - Musician",
+ "length": 130,
+ "id": 7604
},
{
"text": "What happened Rick? I thought you weren't the good guy anymore, ain't that what you said? Even right here right now you ain't gonna fight for 'em? I'm a better father than you, Rick. I'm better for Lori than you, man. It's 'cause I'm a better man than you, Rick. 'Cause I can be here and I'll fight for it. But you come back here and you just destroy everything!",
diff --git a/frontend/static/quotes/french.json b/frontend/static/quotes/french.json
index d72a478f2..0e0c3d7ba 100644
--- a/frontend/static/quotes/french.json
+++ b/frontend/static/quotes/french.json
@@ -159,37 +159,37 @@
},
{
"text": "Je trouve que la plus belle chose qui puisse arriver à un auteur - pour reprendre la métaphore de la cartographie - c'est de continuer à explorer et à cartographier son imaginaire. Le problème, c'est que tout est là pour vous fossiliser, les gens attendent que vous fassiez le même livre parce qu'ils l'ont aimé. Et toi, tu DOIS les décevoir pour pouvoir survivre. C'est une telle équation ! Et tellement douloureuse ! Les gens me disent : est-ce que tu ne pourrais pas me dessiner quelques immeubles, quelques bâtiments Art Nouveau, etc… Et j'ai envie de leur répondre : c'est presque vulgaire, ce que vous me demandez ! Pour moi, tout ça, c'est le résultat de récits et de personnages, mais ça ne m'intéresse pas de dessiner des briques !",
- "source": "François Schuiten - « Interview de François Schuiten à l'occasion de la sortie de \"La Frontière Invisible\" »",
+ "source": "François Schuiten - « Interview de François Schuiten à l'occasion de la sortie de \"La Frontière Invisible\" »",
"length": 740,
"id": 26
},
{
"text": "On travaille à deux le scénario et c'est Benoît qui finalise les textes. Il existe véritablement une imbrication entre texte et image avec un travail de fond sur les titres et les légendes où nous avons essayé de coller au langage du journal.",
- "source": "François Schuiten - « Interview. Spécial BD : François Schuiten et Benoît Peeters »",
+ "source": "François Schuiten - « Interview. Spécial BD : François Schuiten et Benoît Peeters »",
"length": 242,
"id": 27
},
{
"text": "Si je prends un peu de recul avec toutes mes années de labeur, je me rends compte que je ne suis plus en phase avec le système de la BD actuelle. Je ne sais pas m'adapter à cela. Ce système d'édition, qui pousse les auteurs à la surproduction d'albums, m'inquiète et me fait peur.",
- "source": "François Schuiten - « Arrêter la BD ? Il ne faut jamais dire jamais ! »",
+ "source": "François Schuiten - « Arrêter la BD ? Il ne faut jamais dire jamais ! »",
"length": 280,
"id": 28
},
{
"text": "J'ai le sentiment qu'aujourd'hui un dessinateur de BD vit de moins en moins bien de son art. Moi-même, au fur et à mesure de ma carrière, j'ai dû me diversifier. Je me suis tourné vers l'illustration, l'affiche, la scénographie. Pour financer la création longue de mes BD, j'ai dû parfois avoir recours à la vente d'originaux. C'est une équation que je n'arrive plus à résoudre. C'est pour cette raison que j'ai envie de tirer le signal d'alarme pour moi comme pour les autres dessinateurs. Le scénariste Yann disait il y a peu que \"les dessinateurs de BD étaient la variable d'ajustement de la création\"… Je vois un système qui s'affole… Cela m'inquiète fortement.",
- "source": "François Schuiten - « Arrêter la BD ? Il ne faut jamais dire jamais ! »",
+ "source": "François Schuiten - « Arrêter la BD ? Il ne faut jamais dire jamais ! »",
"length": 665,
"id": 29
},
{
"text": "Ça a été si bien conçu, Internet, que la plupart des gens prennent ça pour une ressource naturelle comme l'océan Pacifique, plutôt que comme quelque chose conçu par la main de l'homme. Dites-moi, c'était quand la dernière fois qu'une technologie de cette ampleur a fait montre d'aussi peu d'erreurs ? Le Web, en comparaison, c'est une blague. Le Web a été conçu par des amateurs.",
- "source": "Andrew Binstock - « Interview with Alan Kay »",
+ "source": "Andrew Binstock - « Interview with Alan Kay »",
"length": 379,
"id": 30
},
{
"text": "Dans les grandes actions, il faut uniquement songer à bien faire, et laisser venir la gloire après la vertu.",
- "source": "Jacques-Bénigne - « Oraison funèbre de Louis de Bourbon, prince de Condé »",
+ "source": "Jacques-Bénigne - « Oraison funèbre de Louis de Bourbon, prince de Condé »",
"length": 108,
"id": 31
},
@@ -237,19 +237,19 @@
},
{
"text": "On a le droit de passer à côté de certaines disciplines parce qu'on les redécouvrira plus tard. On a le droit de rejeter en partie les institutions parce que peut-être qu'on comprendra leur logique plus tard ou qu'on saura d'autant mieux les réformer.",
- "source": "Maxime Rovère - « Interview : \"L'école de la vie\" selon Maxime Rovere »",
+ "source": "Maxime Rovère - « Interview : \"L'école de la vie\" selon Maxime Rovere »",
"length": 251,
"id": 40
},
{
"text": "La transmission, c'est un faux modèle parce que la transmission suppose que quelqu'un a quelque chose et qu'il vous le passe comme ça, comme un objet qu'on passerait de la main à la main. Dans l'enseignement, le plus important c'est pas ce qu'on passe, c'est la manière dont la personne réagit, dont elle va se l'approprier, dont elle va le transformer, l'inverser.",
- "source": "Maxime Rovère - « Interview : \"L'école de la vie\" selon Maxime Rovere »",
+ "source": "Maxime Rovère - « Interview : \"L'école de la vie\" selon Maxime Rovere »",
"length": 365,
"id": 41
},
{
"text": "Bien sûr on a envie que les enfants sachent compter, sachent bien lire, sachent écrire, parlent les langues, etc. Mais le plus important, c'est qu'ils sachent interagir avec leur environnement d'une manière fructueuse. C'est la seule chose qui compte.",
- "source": "Maxime Rovère - « Interview : \"L'école de la vie\" selon Maxime Rovere »",
+ "source": "Maxime Rovère - « Interview : \"L'école de la vie\" selon Maxime Rovere »",
"length": 251,
"id": 42
},
@@ -381,13 +381,13 @@
},
{
"text": "Ce serait comme dans un match de football Suisse-France où les français fixeraient les règles du jeu, les modifieraient en cours de rencontre, nommeraient l'arbitre et auraient de surcroît le droit de donner des coups de pieds aux joueurs suisses. Parmi les 194 pays du monde, je n'en vois pas un seul acceptant un accord aussi \"unilatéral\", un traité de soumission qui le livrerait pieds et poings liés à une organisation d'Etats.",
- "source": "Michaël Buffat - « Comme dans un match Suisse-France où la France fixerait les règles du jeu »",
+ "source": "Michaël Buffat - « Comme dans un match Suisse-France où la France fixerait les règles du jeu »",
"length": 431,
"id": 65
},
{
"text": "Leur non-violence les a menés à la mort. L'être humain est obligé de se défendre, mais il est aussi appelé à pardonner. Pas de paix sans pardon… Le pardon, oui, pour ceux qui sont encore là et qui le peuvent. En ce qui me concerne, je le peux toujours.",
- "source": "Bernard Le Solleu - « Le père de la bombe livre enfin ses secrets »",
+ "source": "Bernard Le Solleu - « Le père de la bombe livre enfin ses secrets »",
"length": 252,
"id": 66
},
@@ -435,7 +435,7 @@
},
{
"text": "La mode est une grande amnésique, qui prend pour une nouveauté ce qu'elle a brûlé l'avant-veille.",
- "source": "Erwan de Fligué - Une histoire du mannequin de vitrine / The Mannequin : A History",
+ "source": "Erwan de Fligué - Une histoire du mannequin de vitrine / The Mannequin : A History",
"length": 97,
"id": 74
},
@@ -627,7 +627,7 @@
},
{
"text": "Il y a une intime connivence entre libertaires et libéraux.",
- "source": "Gérard Leclerc - « Un libéralisme pervers »",
+ "source": "Gérard Leclerc - « Un libéralisme pervers »",
"length": 59,
"id": 106
},
@@ -2444,12 +2444,6 @@
"id": 415
},
{
- "text": "Van ebben az elfoglaltságban valami felemelő. Valami tiszta szépség. Valami lüktető lendület. Dobozolni a legjobb a világon! A legméltóbb emberi tevékenység. Néha elábrándozom rajta, hogy mi volna, ha még több, sokkal több ember foglalkozhatna dobozhajtogatással. Egyszer talán eljön az az idő, mikor rávehető lesz az egész emberiség.",
- "source": "Részlet az \"Isten hozta, őrnagy úr!\" című filmből",
- "length": 334,
- "id": 416
- },
- {
"text": "J'ai reçu mes dernières instructions... oh ! elles ne sont pas difficiles à retenir ! \"En somme,\" m'a dit Passy, \"tout tient en ceci : envoyez-nous le plus rapidement possible, par n'importe quel moyen, le maximum de renseignements, sur n'importe quoi !.\"",
"source": "Colonel Rémy - De Gaulle cet inconnu",
"length": 255,
@@ -3752,7 +3746,7 @@
"id": 634
},
{
- "text": "\" Est-ce que tu te souviens de ce jour où nous regagnions nos voitures, après un long échange sur nos problèmes - et j'en avais gros à l'époque - déjà - et toi aussi - nous avons croisé un collègue - un chic type - et l'avons salué en souriant. Il nous a lancé 'Voilà deux femmes heureuses ! ça fait plaisir à voir !'... Cela nous avait fait rire. Mais quel con ! \" Elle échangèrent un regard de connivence, presqu'amusées.",
+ "text": "\" Est-ce que tu te souviens de ce jour où nous regagnions nos voitures, après un long échange sur nos problèmes - et j'en avais gros à l'époque - déjà - et toi aussi - nous avons croisé un collègue - un chic type - et l'avons salué en souriant. Il nous a lancé 'Voilà deux femmes heureuses ! ça fait plaisir à voir !'... Cela nous avait fait rire. Mais quel con ! \" Elle échangèrent un regard de connivence, presqu'amusées.",
"source": "Anne-Marie Echard-Fournier - Cela nous avait fait rire.",
"length": 423,
"id": 635
@@ -4190,7 +4184,7 @@
"id": 707
},
{
- "text": "Nous venons de passer près de trois années à vivre et décrypter le fonctionnement de la formation fédérale d'employé de commerce. Nous avons été acteurs d'un cursus qui nous a permis de nous intégrer dans un nouveau groupe (réseau). Et c'est ensemble que nous atteindrons notre objectif qui est celui de toutes les personnes qui entreprennent un jour de commencer un apprentissage : le réussir !",
+ "text": "Nous venons de passer près de trois années à vivre et décrypter le fonctionnement de la formation fédérale d'employé de commerce. Nous avons été acteurs d'un cursus qui nous a permis de nous intégrer dans un nouveau groupe (réseau). Et c'est ensemble que nous atteindrons notre objectif qui est celui de toutes les personnes qui entreprennent un jour de commencer un apprentissage : le réussir !",
"source": "Sylvain Hofer",
"length": 395,
"id": 708
@@ -4371,7 +4365,7 @@
},
{
"text": "Me souhaitez-vous le bonjour ou constatez-vous que c'est une bonne journée, que je le veuille ou non, ou que vous vous sentez bien ce matin, ou encore que c'est une journée où il faut être bon ?",
- "source": "John Ronald Reuel Tolkien - Bilbo le Hobbit",
+ "source": "John Ronald Reuel Tolkien - Bilbo le Hobbit",
"length": 194,
"id": 738
},
diff --git a/frontend/static/quotes/german.json b/frontend/static/quotes/german.json
index a2332010c..4112bd060 100644
--- a/frontend/static/quotes/german.json
+++ b/frontend/static/quotes/german.json
@@ -3140,12 +3140,6 @@
"id": 545
},
{
- "text": "Meine Gesundheit ist vollkommen. Mein Geist und mein Körper sind in perfekter Balance. Ich bin ein harmonisches Wesen. Die Zellen meines Körpers nehmen den ganzen Tag über das Wohlbefinden auf. Ich entspanne mich und vertraue meinen Selbstheilungskräften. Mit jeder Entscheidung, die ich treffe, werde ich gesünder. Ich bin fähig und bereit meinen Körper zu heilen. Alle Zellen meines Körpers werden mit jedem Atemzug gesünder und vitaler. Ich erhalte meine Gesundheit durch positive Gedanken. Mein Körper ist der Tempel meiner Seele, ich finde Ruhe in mir. Meine Gesundheit wird im Hier und Jetzt zu einem Stadium der vollständigen Heilung gebracht. Jeden Tag lerne ich etwas Wunderbares über meine eigenen Gesundheitsbedürfnisse. Mein Körper ist ausgeglichen, gesund und gedeiht. Ich werde ein langes und gesundes Leben führen. Ich behandle meinen Körper wie einen reinen Tempel. Ich bin bereit, heilende Energie zu erhalten. Ich werde die Qualität meines Lebens verbessern. Ich atme heilende Luft ein und blase alle Negativität aus. Ich bin vollkommen gesund. Ich bin stark und gesund. Mein Körper weiß am besten, was ich brauche und ich gebe ihm das gerne.",
- "source": "20 Affirmationen zur Selbstheilung 4",
- "length": 1160,
- "id": 547
- },
- {
"text": "Ich übernehme die Verantwortung für meine Gesundheit und stelle sie her. Ich bin der lebendige Ausdruck göttlicher Vollkommenheit. Mein heutiges Ziel ist es, jeden Satz positiv und heilend zu formulieren. Ich liebe meinen Körper und sorge gut für ihn. Ich werde auf völlig neue Weise gesund. Mein Körper ist auf die Weisheit des Universums abgestimmt. Ich bin stark. Ich liebe jede Zelle meines Körpers. Ich bin bereit, an meine Fähigkeit zu glauben, Heilung und Glück zu schaffen. Ich habe durch meine Geburt ein Recht auf bedingungslose Gesundheit. Ich bin voller Vertrauen. Mein Körper weiß alles, was er wissen muss, und er hat alle Mittel, um Gesundheit zu erschaffen. Ich genieße strahlende Energie von innen. Mein Leben ist eine Frage der Wahl und genau in dieser Sekunde entscheide ich mich für ein vollständig geheiltes Leben. Ich besitze natürliche, strahlende Heilkraft, die jetzt in mir arbeitet, ohne dass ich daran denke. Mir geht es gut. Ich schaffe eine positive, mentale Einstellung. Liebe kontrolliert mein Leben. Ich höre auf meinen Körper und helfe seinen Bedürfnissen. Ich liebe es, wie mein Geist und mein Körper miteinander kommunizieren, um meine Heilung zu unterstützen. Jeden Tag gebe ich Liebe und danke jedem Teil meines Körpers.",
"source": "20 Affirmationen zur Selbstheilung 5",
"length": 1257,
diff --git a/frontend/static/quotes/russian.json b/frontend/static/quotes/russian.json
index f41852efe..618498d56 100644
--- a/frontend/static/quotes/russian.json
+++ b/frontend/static/quotes/russian.json
@@ -4876,7 +4876,7 @@
{
"id": 848,
"source": "Пивоваров Виктор - Влюблённый агент",
- "text": "В 1970-м меня прорвало. Работа в книге отступает на второй план. Главным становятся картины. Я нащупываю наконец свой современный язык, и выходит он не из той \"высокой\" культуры, которую я любил и люблю, не из книг и музеев, а снизу, из той продукции, которая ничего общего с искусством не имеет. Из протиповожарных стендов: \"Хозяйка, проявив халатность, утюг не выключив, ушла, и вот какая неприятность в квартире той произошла\"; из щитов на подмосковных железнодорожных станциях: \"Не перебегайте перед поездом!\", \"Что вам дороже, жизнь или сэкономленная минута?\" тот язык бедный, скупой. Стенды и щиты выполнены примитивной трафаретной техникой в 3-4 колёра. Характер изображений грубый, схематичный.",
+ "text": "В 1970-м меня прорвало. Работа в книге отступает на второй план. Главным становятся картины. Я нащупываю наконец свой современный язык, и выходит он не из той \"высокой\" культуры, которую я любил и люблю, не из книг и музеев, а снизу, из той продукции, которая ничего общего с искусством не имеет. Из противопожарных стендов: \"Хозяйка, проявив халатность, утюг не выключив, ушла, и вот какая неприятность в квартире той произошла\"; из щитов на подмосковных железнодорожных станциях: \"Не перебегайте перед поездом!\", \"Что вам дороже, жизнь или сэкономленная минута?\" тот язык бедный, скупой. Стенды и щиты выполнены примитивной трафаретной техникой в 3-4 колёра. Характер изображений грубый, схематичный.",
"length": 702
},
{