From c1da51292e4235b1711411ab2631d437a9dd0c44 Mon Sep 17 00:00:00 2001 From: Moo Date: Wed, 14 Jun 2017 22:37:16 +0000 Subject: Translated using Weblate (lumina_DESKTOP@lt (generated)) Currently translated at 97.8% (318 of 325 strings) --- .../core/lumina-desktop/i18n/lumina-desktop_lt.ts | 38 +++++++++++----------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_lt.ts b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_lt.ts index 7ed35964..7cf83ee2 100644 --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_lt.ts +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_lt.ts @@ -265,12 +265,12 @@ - Don't expect to build up the weak by pulling down the strong. + Don't expect to build up the weak by pulling down the strong. - You can't know too much, but you can say too much. + You can't know too much, but you can say too much. Negali per daug žinoti, tačiau gali per daug pasakyti. @@ -341,7 +341,7 @@ The only way to do great work is to love what you do. - + Vienintelis būdas gerai atlikti savo darbą yra mėgti tai ką darai. @@ -350,7 +350,7 @@ - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. + Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. Tik du dalykai yra beribiai: visata ir žmogaus kvailumas; tačiau dėl visatos aš nesu tikras. @@ -360,7 +360,7 @@ - Do, or do not. There is no 'try'. + Do, or do not. There is no 'try'. @@ -380,7 +380,7 @@ - It's kind of fun to do the impossible. + It's kind of fun to do the impossible. Smagu yra daryti tai, kas neįmanoma. @@ -391,7 +391,7 @@ A witty saying proves nothing. - + Sąmojingas pasakymas nieko neįrodo. @@ -406,7 +406,7 @@ I have never let my schooling interfere with my education. - + Aš niekada neleidau, kad mano mokslai trukdytų mano išsilavinimui. @@ -773,24 +773,24 @@ Desktop Actions - + Darbalaukio veiksmai New Folder - + Naujas aplankas New File - + Naujas failas Paste - + Įdėti @@ -827,7 +827,7 @@ Desktop - Darbalaukis + Darbalaukis @@ -874,7 +874,7 @@ Volume - + Garsis @@ -1416,22 +1416,22 @@ Suspend - Pristabdyti + Pristabdyti Restart - Paleisti iš naujo + Paleisti iš naujo Power Off - + Išjungti Log Out - Atsijungti + Atsijungti @@ -1501,7 +1501,7 @@ Power Off - + Išjungti -- cgit From a939bd2e084e43bea387e34087e9b1f28a41ccda Mon Sep 17 00:00:00 2001 From: ZackaryWelch Date: Thu, 15 Jun 2017 09:28:50 -0400 Subject: Python syntax rules updated --- src-qt5/desktop-utils/lumina-textedit/syntax_rules/python.syntax | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src-qt5/desktop-utils/lumina-textedit/syntax_rules/python.syntax b/src-qt5/desktop-utils/lumina-textedit/syntax_rules/python.syntax index f6d2223d..e93230c3 100644 --- a/src-qt5/desktop-utils/lumina-textedit/syntax_rules/python.syntax +++ b/src-qt5/desktop-utils/lumina-textedit/syntax_rules/python.syntax @@ -36,6 +36,11 @@ "regex": "\\b[A-Za-z0-9_]+(?=\\()", "foreground": "colors/function" }, + { + "name": "numbers", + "regex" : "\\b[0-9\\.]+\\b", + "foreground": "colors/altkeyword" + }, { "name": "text", "regex": "\"[^\"\\\\]*(\\\\(.|\\n)[^\"\\\\]*)*\"|'[^'\\\\]*(\\\\(.|\\n)[^'\\\\]*)*'", -- cgit