From fb82a528822adf5d12da2ca77b678604b0e14850 Mon Sep 17 00:00:00 2001 From: sobczaktm Date: Mon, 21 Jul 2025 15:28:57 +0200 Subject: [PATCH] impr(quotes): 15 polish proverbs and other quotes for polish language (@sobczaktm) (#6760) Description 15 polish proverbs and other quotes for polish language Checks Translations: Agreement is reached when one party pretends to believe the nonsense told by the other. - "id":216 Only six people in the Galaxy knew that the president's job was not to wield power, but to distract from it. - "id":217 I have become death, the destroyer of worlds. - "id":218 If something is impossible to do, let the Poles do it.- "id":219 It's not how long you live, but how wisely you live. It's never too late to learn and grow. Wisdom is priceless, regardless of age. - "id":220 Don't waste time, for it is the stuff life is made of. - "id":221 You praise others, you do not know your own, you do not know what you have. - "id":222 Don't argue with a fool because he will drag you down to his level and beat you with experience. - "id":223 It is better to remain silent and be thought a fool than to open your mouth and remove all doubt. - "id":224 Clothes do not make the man, clothes are for the man, not man for clothes. -"id":225 He who digs holes for another will fall into them himself. Therefore, do not do to others what you would not want done to you. - "id":226 Don't judge a man by his clothes, but by the friends he has. For a man is what he associates with. - "id":227 What goes around comes around. Don't put off until tomorrow what you can do today. - "id":228 First a person learns to walk, then to run, then to speak, then to be silent. It's crucial to do certain things in the right order. - "id":229 Don't praise the day before sunset, you're not sure what the end of the day may bring.- "id":230 --------- Co-authored-by: Tomasz.Sobczak --- frontend/static/quotes/polish.json | 92 +++++++++++++++++++++++++++++- 1 file changed, 91 insertions(+), 1 deletion(-) diff --git a/frontend/static/quotes/polish.json b/frontend/static/quotes/polish.json index fbc3799b1..fadde2b0a 100644 --- a/frontend/static/quotes/polish.json +++ b/frontend/static/quotes/polish.json @@ -1268,7 +1268,7 @@ "id": 213 }, { - "text": "Mówiłem panu zawsze – procesów zaniechać. Mówiłem panu zawsze – najechać, zajechać!", + "text": "Mówiłem panu zawsze - procesów zaniechać. Mówiłem panu zawsze - najechać, zajechać!", "source": "Pan Tadeusz (1999)", "length": 83, "id": 214 @@ -1278,6 +1278,96 @@ "source": "Ziemia obiecana (1975)", "length": 106, "id": 215 + }, + { + "text": "Porozumienie osiąga się, gdy jedna ze stron udaje, że wierzy w dyrdymały opowiadane przez drugą.", + "source": "Andrzej Sapkowski, Lux perpetua", + "length": 96, + "id": 216 + }, + { + "text": "Tylko sześciu ludzi w Galaktyce wiedziało, że zadanie prezydenta polegało nie na sprawowaniu władzy, ale na odwracaniu od niej uwagi.", + "source": "Douglas Adams, Autostopem przez galaktykę", + "length": 133, + "id": 217 + }, + { + "text": "Stałem się śmiercią, niszczycielem światów.", + "source": "Robert Oppenheimer", + "length": 43, + "id": 218 + }, + { + "text": "Jeśli coś jest niemożliwe do wykonania, dajcie to zrobić Polakom.", + "source": "Napoleon Bonaparte", + "length": 65, + "id": 219 + }, + { + "text": "Nie ważne, jak długo żyjesz, ale jak mądrze. Nigdy nie jest za późno na naukę i rozwijanie się. Mądrość jest bezcenna, niezależnie od wieku.", + "source": "Janusz Korczak", + "length": 140, + "id": 220 + }, + { + "text": "Nie marnuj czasu, bo to materiał, z którego jest zrobione życie.", + "source": "Benjamin Franklin", + "length": 64, + "id": 221 + }, + { + "text": "Cudze chwalicie, swego nie znacie, sami nie wiecie co posiadacie.", + "source": "Polskie przysłowie", + "length": 65, + "id": 222 + }, + { + "text": "Nie kłóć się z głupcem, bo sprowadzi cię do swojego poziomu i pokona doświadczeniem.", + "source": "Polskie przysłowie", + "length": 84, + "id": 223 + }, + { + "text": "Lepiej jest milczeć i być uważanym za głupca, niż otworzyć usta i rozwiać wszelkie wątpliwości.", + "source": "Abraham Lincoln", + "length": 95, + "id": 224 + }, + { + "text": "Nie szata zdobi człowieka, szata jest dla człowieka, a nie człowiek dla szaty.", + "source": "Polskie przysłowie", + "length": 78, + "id": 225 + }, + { + "text": "Kto pod kim dołki kopie, ten sam w nie wpada. Czyli nie czyń drugiemu co tobie niemiłe.", + "source": "Polskie przysłowie", + "length": 87, + "id": 226 + }, + { + "text": "Nie sądź o człowieku po ubiorze, ale po tym, jakich ma przyjaciół. Człowiek jest bowiem tym, do kogo się przyłącza.", + "source": "Staropolskie Przysłowie", + "length": 115, + "id": 227 + }, + { + "text": "Co się odwlecze, to nie uciecze. Nie odwlekaj na jutro tego, co możesz zrobić dzisiaj.", + "source": "Polskie przysłowie", + "length": 86, + "id": 228 + }, + { + "text": "Najpierw człowiek uczy się chodzić, a potem biegać, później mówić, a następnie milczeć. Niezmiernie ważne jest, aby pewne rzeczy robić w odpowiedniej kolejności.", + "source": "Stefan Żeromski", + "length": 161, + "id": 229 + }, + { + "text": "Nie chwal dnia przed zachodem słońca, nie jesteś pewien, co może przynieść koniec dnia.", + "source": "Polskie przysłowie", + "length": 87, + "id": 230 } ] }