Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kalgebra for openSUSE:Factory checked in at 2021-03-08 15:17:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kalgebra (Old) and /work/SRC/openSUSE:Factory/.kalgebra.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kalgebra" Mon Mar 8 15:17:23 2021 rev:123 rq:877050 version:20.12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kalgebra/kalgebra.changes 2021-02-07 15:19:38.213829391 +0100 +++ /work/SRC/openSUSE:Factory/.kalgebra.new.2378/kalgebra.changes 2021-03-08 15:19:36.702042136 +0100 @@ -1,0 +2,9 @@ +Thu Mar 4 06:09:48 UTC 2021 - Luca Beltrame <lbeltr...@kde.org> + +- Update to 20.12.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/20.12.3 +- No code change since 20.12.2 + +------------------------------------------------------------------- Old: ---- kalgebra-20.12.2.tar.xz kalgebra-20.12.2.tar.xz.sig New: ---- kalgebra-20.12.3.tar.xz kalgebra-20.12.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kalgebra.spec ++++++ --- /var/tmp/diff_new_pack.tvVYBp/_old 2021-03-08 15:19:37.494042716 +0100 +++ /var/tmp/diff_new_pack.tvVYBp/_new 2021-03-08 15:19:37.498042719 +0100 @@ -24,7 +24,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kalgebra -Version: 20.12.2 +Version: 20.12.3 Release: 0 Summary: Math Expression Solver and Plotter License: GPL-2.0-or-later ++++++ kalgebra-20.12.2.tar.xz -> kalgebra-20.12.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kalgebra-20.12.2/CMakeLists.txt new/kalgebra-20.12.3/CMakeLists.txt --- old/kalgebra-20.12.2/CMakeLists.txt 2021-01-29 21:05:14.000000000 +0100 +++ new/kalgebra-20.12.3/CMakeLists.txt 2021-02-25 00:12:34.000000000 +0100 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "20") set(RELEASE_SERVICE_VERSION_MINOR "12") -set(RELEASE_SERVICE_VERSION_MICRO "2") +set(RELEASE_SERVICE_VERSION_MICRO "3") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(kalgebra VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kalgebra-20.12.2/mobile/org.kde.kalgebramobile.appdata.xml new/kalgebra-20.12.3/mobile/org.kde.kalgebramobile.appdata.xml --- old/kalgebra-20.12.2/mobile/org.kde.kalgebramobile.appdata.xml 2021-01-29 21:05:14.000000000 +0100 +++ new/kalgebra-20.12.3/mobile/org.kde.kalgebramobile.appdata.xml 2021-02-25 00:12:34.000000000 +0100 @@ -104,9 +104,9 @@ <value key="KDE::google_play">https://play.google.com/store/apps/details?id=org.kde.kalgebramobile</value> </custom> <releases> + <release version="20.12.3" date="2021-03-04"/> <release version="20.12.2" date="2021-02-04"/> <release version="20.12.1" date="2021-01-07"/> <release version="20.12.0" date="2020-12-10"/> - <release version="20.08.3" date="2020-11-05"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kalgebra-20.12.2/po/fr/kalgebramobile.po new/kalgebra-20.12.3/po/fr/kalgebramobile.po --- old/kalgebra-20.12.2/po/fr/kalgebramobile.po 2021-02-02 01:36:08.000000000 +0100 +++ new/kalgebra-20.12.3/po/fr/kalgebramobile.po 2021-03-02 01:34:52.000000000 +0100 @@ -7,7 +7,7 @@ "POT-Creation-Date: 2020-02-29 02:57+0100\n" "PO-Revision-Date: 2020-05-02 14:38+0800\n" "Last-Translator: Simon Depiets <sdepi...@gmail.com>\n" -"Language-Team: FR\n" +"Language-Team: French <kde-francoph...@kde.org>\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kalgebra-20.12.2/po/ru/docs/kalgebra/commands.docbook new/kalgebra-20.12.3/po/ru/docs/kalgebra/commands.docbook --- old/kalgebra-20.12.2/po/ru/docs/kalgebra/commands.docbook 2021-02-02 01:36:10.000000000 +0100 +++ new/kalgebra-20.12.3/po/ru/docs/kalgebra/commands.docbook 2021-03-02 01:34:53.000000000 +0100 @@ -55,7 +55,7 @@ ></listitem> <listitem ><para ->????????????????: ??????????????????</para +>????????????????: ??????????????????. ?????????????? ?????? ???????????????? ???? ??????????????.</para ></listitem> <listitem ><para @@ -195,7 +195,7 @@ ></listitem> <listitem ><para ->????????????: x->and(x>-2, x<2)</para +>????????????: x->piecewise { and(x>-2, x<2) ? 1, ? 0 }</para ></listitem> </itemizedlist ></sect1> @@ -217,7 +217,7 @@ ></listitem> <listitem ><para ->????????????: x->or(x>2, x>-2)</para +>????????????: x->piecewise { or(x>2, x>-2) ? 1, ? 0 }</para ></listitem> </itemizedlist ></sect1> @@ -239,7 +239,7 @@ ></listitem> <listitem ><para ->????????????: x->xor(x>0, x<3)</para +>????????????: x->piecewise { xor(x>0, x<3) ? 1, ? 0 }</para ></listitem> </itemizedlist ></sect1> @@ -261,7 +261,7 @@ ></listitem> <listitem ><para ->????????????: x->not(x)</para +>????????????: x->piecewise { not(x>0) ? 1, ? 0 }</para ></listitem> </itemizedlist ></sect1> @@ -341,7 +341,7 @@ ></listitem> <listitem ><para ->????????????????: ???????????????????? ????????????, ???????? par1 ?????????????? ???? par2 ?????? ??????????????.</para +>????????????????: ???????????????????? ????????????, ???????? par1 ?????????????? ???? par2 ?????? ??????????????</para ></listitem> <listitem ><para @@ -415,7 +415,7 @@ ></listitem> <listitem ><para ->????????????: x->x<4</para +>????????????: x->piecewise { x<4 ? 1, ? 0 }</para ></listitem> </itemizedlist ></sect1> @@ -429,7 +429,7 @@ ></listitem> <listitem ><para ->????????????????: ???????? par1 ???????????? par2, ???????????????????? ????????????. gt(a,b)=a>b</para +>????????????????: ???????? par1 ???????????? par2, ???????????????????? ????????????. gt(a,b)=a>b</para ></listitem> <listitem ><para @@ -437,7 +437,7 @@ ></listitem> <listitem ><para ->????????????: x->x>4</para +>????????????: x->piecewise { x>4 ? 1, ? 0 }</para ></listitem> </itemizedlist ></sect1> @@ -451,7 +451,7 @@ ></listitem> <listitem ><para ->????????????????: ???????? par1 ?????????? par2, ???????????????????? ????????????. eq(a,b) = a=b</para +>????????????????: ???????? par1 ?????????? par2, ???????????????????? ????????????. eq(a,b)=a=b</para ></listitem> <listitem ><para @@ -459,7 +459,7 @@ ></listitem> <listitem ><para ->????????????: x->x=4</para +>????????????: x->piecewise { x=4 ? 1, ? 0 }</para ></listitem> </itemizedlist ></sect1> @@ -473,7 +473,7 @@ ></listitem> <listitem ><para ->????????????????: ???????? par1 ???? ?????????? par2, ???????????????????? ????????????. neq(a,b) = a???b</para +>????????????????: ???????? par1 ???? ?????????? par2, ???????????????????? ????????????. neq(a,b)=a???b</para ></listitem> <listitem ><para @@ -481,7 +481,7 @@ ></listitem> <listitem ><para ->????????????: x->x!=4</para +>????????????: x->piecewise { x!=4 ? 1, ? 0 }</para ></listitem> </itemizedlist ></sect1> @@ -495,7 +495,7 @@ ></listitem> <listitem ><para ->????????????????: ???????? par1 ???????????? ?????? ?????????? par2, ???????????????????? ????????????. leq(a,b) = a???b</para +>????????????????: ???????? par1 ???????????? ?????? ?????????? par2, ???????????????????? ????????????. leq(a,b)=a???b</para ></listitem> <listitem ><para @@ -503,7 +503,7 @@ ></listitem> <listitem ><para ->????????????: x->x<=4</para +>????????????: x->piecewise { x<=4 ? 1, ? 0 }</para ></listitem> </itemizedlist ></sect1> @@ -517,7 +517,7 @@ ></listitem> <listitem ><para ->????????????????: ???????? par1 ???????????? ?????? ?????????? par2, ???????????????????? ????????????. geq(a,b) = a???b</para +>????????????????: ???????? par1 ???????????? ?????? ?????????? par2, ???????????????????? ????????????. geq(a,b)=a???b</para ></listitem> <listitem ><para @@ -525,7 +525,7 @@ ></listitem> <listitem ><para ->????????????: x->x>=4</para +>????????????: x->piecewise { x>=4 ? 1, ? 0 }</para ></listitem> </itemizedlist ></sect1> @@ -547,7 +547,7 @@ ></listitem> <listitem ><para ->????????????: x->implies(x<0, x<3)</para +>????????????: x->piecewise { implies(x<0, x<3) ? 1, ? 0 }</para ></listitem> </itemizedlist ></sect1> @@ -561,7 +561,7 @@ ></listitem> <listitem ><para ->????????????????: ?????????????????????????????? ??????????????????. approx(a) = a???n</para +>????????????????: ?????????????????????????????? ??????????????????. approx(a)=a??n</para ></listitem> <listitem ><para @@ -569,7 +569,7 @@ ></listitem> <listitem ><para ->????????????: x->approx(x, 4)</para +>????????????: x->piecewise { approx(x, 4) ? 1, ? 0 }</para ></listitem> </itemizedlist ></sect1> @@ -605,7 +605,7 @@ ></listitem> <listitem ><para ->????????????????: ???????????????????? ?????????? ???? ???????????????????? ???????????? ?? ?????????????? ??????????????. floor(n) = ???n???</para +>????????????????: ???????????????????? ?????????? ???? ???????????????????? ???????????? ?? ?????????????? ??????????????. floor(n)=???n???</para ></listitem> <listitem ><para @@ -627,7 +627,7 @@ ></listitem> <listitem ><para ->????????????????: ???????????????????? ?????????? ???? ???????????????????? ???????????? ?? ?????????????? ??????????????. ceil(n) = ???n???</para +>????????????????: ???????????????????? ?????????? ???? ???????????????????? ???????????? ?? ?????????????? ??????????????. ceil(n)=???n???</para ></listitem> <listitem ><para @@ -1155,9 +1155,7 @@ ></listitem> <listitem ><para ->????????????????: ???????????????????? (e<superscript ->x</superscript ->)</para +>????????????????: ???????????????????? (e^x)</para ></listitem> <listitem ><para @@ -1213,6 +1211,94 @@ ></listitem> </itemizedlist ></sect1> + <sect1 id='conjugate' +><title +>conjugate</title +><itemizedlist> + <listitem +><para +>????????????????: conjugate</para +></listitem> + <listitem +><para +>????????????????: ????????????????????</para +></listitem> + <listitem +><para +>??????????????????????????: conjugate(par1)</para +></listitem> + <listitem +><para +>????????????: x->conjugate(x*i)</para +></listitem> + </itemizedlist +></sect1> + <sect1 id='arg' +><title +>arg</title +><itemizedlist> + <listitem +><para +>????????????????: arg</para +></listitem> + <listitem +><para +>????????????????: ????????????????</para +></listitem> + <listitem +><para +>??????????????????????????: arg(par1)</para +></listitem> + <listitem +><para +>????????????: x->arg(x*i)</para +></listitem> + </itemizedlist +></sect1> + <sect1 id='real' +><title +>real</title +><itemizedlist> + <listitem +><para +>????????????????: real</para +></listitem> + <listitem +><para +>????????????????: ?????????????? ?????? ???????????????????? ???????????????????????????? ?????????? ???????????????????????? ??????????</para +></listitem> + <listitem +><para +>??????????????????????????: real(par1)</para +></listitem> + <listitem +><para +>????????????: x->real(x*i)</para +></listitem> + </itemizedlist +></sect1> + <sect1 id='imaginary' +><title +>imaginary</title +><itemizedlist> + <listitem +><para +>????????????????: imaginary</para +></listitem> + <listitem +><para +>????????????????: ?????????????? ?????? ???????????????????? ???????????? ?????????? ???????????????????????? ??????????</para +></listitem> + <listitem +><para +>??????????????????????????: imaginary(par1)</para +></listitem> + <listitem +><para +>????????????: x->imaginary(x*i)</para +></listitem> + </itemizedlist +></sect1> <sect1 id='sum' ><title >sum</title @@ -1271,7 +1357,7 @@ ></listitem> <listitem ><para ->??????????????????????????: diff(par1 : ????????????????????)</para +>??????????????????????????: diff(par1 : ??????????)</para ></listitem> <listitem ><para @@ -1319,7 +1405,7 @@ ></listitem> <listitem ><para ->????????????: x->selector(1, scalarproduct(vector { 0, x }, vector { x, 0 }))</para +>????????????: x->scalarproduct(vector { 0, x }, vector { x, 0 })[1]</para ></listitem> </itemizedlist ></sect1> @@ -1333,7 +1419,7 @@ ></listitem> <listitem ><para ->????????????????: ?????????? ???????????????? ???? ????????????????????</para +>????????????????: ??????????????, ???????????? ???????????? ???? ?????????? ???????????????????? ???? ???????? ?????????????? ???? ????????????????</para ></listitem> <listitem ><para @@ -1341,7 +1427,7 @@ ></listitem> <listitem ><para ->????????????: x->piecewise { x>0 ? selector(1, vector { x, 1/x }), ? selector(2, vector { x, 1/x }) }</para +>????????????: x->scalarproduct(vector { 0, x }, vector { x, 0 })[1]</para ></listitem> </itemizedlist ></sect1> @@ -1355,7 +1441,7 @@ ></listitem> <listitem ><para ->????????????????: ???????????????????? ?????????????????? ???????????????? ???????????? ????????.</para +>????????????????: ???????????????????? ?????????????????? ???????????????? ???????????? ????????</para ></listitem> <listitem ><para @@ -1363,7 +1449,117 @@ ></listitem> <listitem ><para ->????????????: x->selector(rem(floor(x), 5)+3, union(list { 1, 2, 3 }, list { 4, 5, 6 }))</para +>????????????: x->union(list { 1, 2, 3 }, list { 4, 5, 6 })[rem(floor(x), 5)+3]</para +></listitem> + </itemizedlist +></sect1> + <sect1 id='forall' +><title +>forall</title +><itemizedlist> + <listitem +><para +>????????????????: forall</para +></listitem> + <listitem +><para +>????????????????: ?????? ????????</para +></listitem> + <listitem +><para +>??????????????????????????: forall(par1 : ??????????)</para +></listitem> + <listitem +><para +>????????????: x->piecewise { forall(t:t@list { true, false, false }) ? 1, ? 0 }</para +></listitem> + </itemizedlist +></sect1> + <sect1 id='exists' +><title +>exists</title +><itemizedlist> + <listitem +><para +>????????????????: exists</para +></listitem> + <listitem +><para +>????????????????: ??????????????????????????</para +></listitem> + <listitem +><para +>??????????????????????????: exists(par1 : ??????????)</para +></listitem> + <listitem +><para +>????????????: x->piecewise { exists(t:t@list { true, false, false }) ? 1, ? 0 }</para +></listitem> + </itemizedlist +></sect1> + <sect1 id='map' +><title +>map</title +><itemizedlist> + <listitem +><para +>????????????????: map</para +></listitem> + <listitem +><para +>????????????????: ???????????????????? ?????????????? ?? ?????????????? ???????????????? ????????????</para +></listitem> + <listitem +><para +>??????????????????????????: map(par1, par2)</para +></listitem> + <listitem +><para +>????????????: x->map(x->x+x, list { 1, 2, 3, 4, 5, 6 })[rem(floor(x), 5)+3]</para +></listitem> + </itemizedlist +></sect1> + <sect1 id='filter' +><title +>filter</title +><itemizedlist> + <listitem +><para +>????????????????: filter</para +></listitem> + <listitem +><para +>????????????????: ???????????????? ???????? ??????????????????, ?????????????? ???? ?????????????????????????? ??????????????</para +></listitem> + <listitem +><para +>??????????????????????????: filter(par1, par2)</para +></listitem> + <listitem +><para +>????????????: x->filter(u->rem(u, 2)=0, list { 2, 4, 3, 4, 8, 6 })[rem(floor(x), 5)+3]</para +></listitem> + </itemizedlist +></sect1> + <sect1 id='transpose' +><title +>transpose</title +><itemizedlist> + <listitem +><para +>????????????????: transpose</para +></listitem> + <listitem +><para +>????????????????: ????????????????????????????????</para +></listitem> + <listitem +><para +>??????????????????????????: transpose(par1)</para +></listitem> + <listitem +><para +>????????????: x->transpose(matrix { matrixrow { 1, 2, 3, 4, 5, 6 } })[rem(floor(x), 5)+3][1]</para ></listitem> </itemizedlist ></sect1> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kalgebra-20.12.2/po/ru/docs/kalgebra/index.docbook new/kalgebra-20.12.3/po/ru/docs/kalgebra/index.docbook --- old/kalgebra-20.12.2/po/ru/docs/kalgebra/index.docbook 1970-01-01 01:00:00.000000000 +0100 +++ new/kalgebra-20.12.3/po/ru/docs/kalgebra/index.docbook 2021-03-02 01:34:53.000000000 +0100 @@ -0,0 +1,746 @@ +<?xml version="1.0" ?> +<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ + <!ENTITY kappname "&kalgebra;"> + <!ENTITY commands SYSTEM "commands.docbook"> + + <!ENTITY % addindex "IGNORE"> + <!ENTITY % Russian "INCLUDE"> +]> + +<book id="kalgebra" lang="&language;"> + +<bookinfo> +<title +>?????????????????????? ???????????????????????? &kalgebra;</title> + +<authorgroup> +<author +><firstname +>Aleix</firstname +><surname +>Pol</surname +> <affiliation +> <address +>&Aleix.Pol.mail;</address> +</affiliation> +</author> +<othercredit role="translator" +><firstname +>??????????????</firstname +><surname +>????????????????????</surname +><affiliation +><address +><email +>shaforost...@kde.ru</email +></address +></affiliation +><contrib +>?????????????? ???? ?????????????? ????????</contrib +></othercredit +> <othercredit role="translator" +><firstname +>????????????</firstname +><surname +>????????????????</surname +><affiliation +><address +><email +>vmax0...@gmail.com</email +></address +></affiliation +><contrib +>???????????????????? ?? ?????????????????????? ???????????????? ???? ?????????????? ????????</contrib +></othercredit +><othercredit role="translator" +><firstname +>??????????</firstname +><surname +>??????????????????????</surname +><affiliation +><address +><email +>translation-t...@basealt.ru</email +></address +></affiliation +><contrib +>???????????????????? ?? ?????????????????????? ???????????????? ???? ?????????????? ????????</contrib +></othercredit +> +</authorgroup> + +<copyright> +<year +>2007</year> +<holder +>&Aleix.Pol;</holder> +</copyright> + +<legalnotice +>&FDLNotice;</legalnotice> + + +<date +>2016-04-19</date> +<releaseinfo +>0.10 (???????????????????? KDE 16.04)</releaseinfo> + +<abstract> +<para +>&kalgebra; ??? ??????????????????-?????????????????????? ?? ???????????????? ???????????????????? ????????????????. ?????????????????? ?????????????????? ???????????????? ?????????????????? ?? ?????????????? ?????????????????? ?? ???????????????????? ?????????????? ??????????????. ?? ???????????? &kalgebra; ?????????? ???????? ???????????????????????????? ???????????????? MathML, ???????????? ?????? ???????????? ???? ?????????????????? ?????? ?????????????????????????? ?????????????????? &kalgebra;. </para> +</abstract> + +<keywordset> +<keyword +>KDE</keyword> +<keyword +>kdeedu</keyword> +<keyword +>?????????????? </keyword> +<keyword +>????????????????????</keyword> +<keyword +>2D</keyword> +<keyword +>3D</keyword> +<keyword +>mathml</keyword> +</keywordset> + +</bookinfo> + +<chapter id="introduction"> +<title +>????????????????</title> + +<para +>?? ?????????????? &kalgebra; ???????????????? ?????????????????? ?????????????????? ???????????????????????????? ???????????????? ?? ?????????????? ??????????????. ?????????????????? ?????????????????? ???????????? ?????? ??????????????, ?????? ?? ?????????????? ????????????, ?????? ???????? ???????????????????????? ???? ?????????????????? ?????????? ???????? MathML ?????? ???????????????? ?????????????????? ???????????????????? ?? ????????????????????. </para> +<!--FIXME Ask Burkhard where to put tutorials and if it is worth efforts to do. Example from UB page: https://swiftscythe.blogspot.de/2011/02/how-to-work-with-complex-numbers-in.html--> +<para +>?????????? ???????????????????????? ??????????????????: </para> + + +<itemizedlist> +<listitem +><para +>?????????????????????? ?????? ???????????????? ?? ???????????????? ?????????????????? ???????????????????????????? ??????????????. </para +></listitem> +<listitem +><para +>?????????????????????? ???????????????? ?????????????????? ?????? ?????????????? ?????????????????????????????????????? ????????????????????. </para +></listitem> +<listitem +><para +>???????????????? ??????????????????????, ?? ?????? ?????????? ?????????????????????? ?????????????? ?? ???????????????????????????? ????????????????????. </para +></listitem> +<listitem +><para +>?????????????????????? ????????????????????, ?? ?????? ?????????? ?????????????????????????? ??????????????????????????????????, ?????????????????? ???????????????????? ?? ???????????????????? ????????????????. </para +></listitem> +<listitem +><para +>???????????????????? ???????????????? ?????????????? ?? ?????????????? ?????????????????? ?????? ?????????????????? ?????????????? ?????? ???????????? ???????????? ?????????????????????? ???????????????? ?? ???????????? ???????? ??????????????. </para +></listitem> +<listitem +><para +>???????????????????? ???????????????? ???????????????? ?????? ???????????????????????? ???????????????????? ??????????????. </para +></listitem> +<listitem +><para +>???????????????????? ?????????????? ???????????????? ?????? ???????????????? ???????????? ???????????????????? ???????????????????? ?? ?????????????????? ????????????????. </para +></listitem> +</itemizedlist> + +<para +>???????? ???????????????????????? ???????? ?????????????????? &kalgebra;: </para> + +<screenshot> +<screeninfo +>?????????????? ???????? &kalgebra;</screeninfo> + <mediaobject> + <imageobject> + <imagedata fileref="kalgebra-main-window.png" format="PNG"/> + </imageobject> + <textobject> + <phrase +>?????????????? ???????? &kalgebra;</phrase> + </textobject> + </mediaobject> +</screenshot> + +<para +>?????????????? ???????? &kalgebra; ?????????????? ???? ?????????????? ??????????????: <guilabel +>??????????????????????</guilabel +>, <guilabel +>?????????????? ????????????</guilabel +>, <guilabel +>???????????????? ????????????</guilabel +> ?? <guilabel +>??????????????</guilabel +>. ?????? ???????????? ???????????????? ?????????????????? ???????? ?????? ?????????? ?????????????? ?? ???????????????????? ????????????????????, ?? ?????????? ????????, ?? ?????????????? ???????????????????????? ????????????????????. </para> + +<para +>?????? ???????????????????? ?????????????? ?????????????????????????? ?????????????????? ???????? <guilabel +>??????????</guilabel +>:</para> + +<variablelist> + +<varlistentry> +<term +><menuchoice +><shortcut +><keycombo action="simul" +>&Ctrl; <keycap +>N</keycap +></keycombo +></shortcut +> <guimenu +>??????????</guimenu +><guimenuitem +>??????????????</guimenuitem +> </menuchoice +></term> +<listitem +><para +>?????????????????? ?????????? ???????? &kalgebra;.</para +></listitem> +</varlistentry> + +<varlistentry> +<term +><menuchoice +><shortcut +><keycombo action="simul" +>&Ctrl;&Shift; <keycap +>F</keycap +></keycombo +></shortcut +> <guimenu +>??????????</guimenu +><guimenuitem +>?????????????????????????? ??????????</guimenuitem +> </menuchoice +></term> +<listitem +><para +>?????????????????? ?? ???????????????????? ???????????????????????????? ???????????? ?????? ???????? &kalgebra;. ?????????????????????????? ?????????? ?????????? ???????????????? ???????????????? ?? ?????????????????? ?? ?????????????? ???????????? <inlinemediaobject +> <imageobject +> <imagedata fileref="view-fullscreen.png" format="PNG"/> </imageobject +> </inlinemediaobject +> ?? ?????????????? ???????????? ???????? ???????? &kalgebra;.</para +></listitem> +</varlistentry> + +<varlistentry> +<term +><menuchoice +><shortcut +><keycombo action="simul" +>&Ctrl; <keycap +>Q</keycap +></keycombo +></shortcut +> <guimenu +>??????????</guimenu +><guimenuitem +>??????????</guimenuitem +> </menuchoice +></term> +<listitem +><para +>?????????????????? ???????????? ??????????????????.</para +></listitem> +</varlistentry> + +</variablelist> + +</chapter> + +<chapter id="syntax"> +<title +>??????????????????</title> +<para +>?? &kalgebra; ?????? ?????????? ???????????????????????????????? ?????????????? ???????????????????????? ????????????????????-???????????????? ???????????????????????????? ??????????????????, ?????????????? ???? ??????, ?????????????? ?????????????????????? ?? ?????????????????????? ?????????????????????? ?????????????????????? ??????????????????????????. ?? ???????? ?????????????? ?????????????????????? ???????????????? ???????????????????? ????????????????, ?????????????????? ?? &kalgebra;. ?????????? &kalgebra; ???????? ???? ???????????? ?????????????????? ???????????????? <ulink url="http://maxima.sourceforge.net/" +>Maxima</ulink +> ?? <ulink url="https://www.maplesoft.com/products/maple/" +>maple</ulink +>, ?????? ???????????????? ???????????? ???????????????? ?? ???????? ??????????????????????????. </para> + +<para +>???????????????????? ???????????? ?????????????????????? ?????????????????? ?????????????????????????? ?????????????????? ?? ???????????? MathML ??? ????????????????????????, ?????????????? ???????????????? ???????????????????? ???????????????? ?? ???????????????????????????? MathML ????????????????????????, ?????? ?????????????? ???????????? ?????????????????????? ???? ???????????????????? ???????????????????? &kalgebra;. </para> + +<para +>?????? ???????????? ?????????????????? ?? ???????? ???????????? ????????????????:</para> +<itemizedlist> +<listitem +><para +>+ ??? * / : ????????????????, ??????????????????, ?????????????????? ?? ??????????????.</para +> </listitem> +<listitem +><para +>^, **: ???????????????????? ?? ??????????????. ?????????? ???????????????????????? ?????????????? Unicode ??? ?? ?? ?????? ??????????. ???????????????? ???????????? ?????????? ?????????????? ???????????????? ???????????????????? ?? ??????????????: a**(1/b).</para +></listitem> +<listitem +><para +>-> : ????????????. ???????????? ?????????????? ???????? ?????? ?????????????????? ?????????????????? ????????????????????, ?????????????? ?????????? ?????????????? ?? ??????????????. ????????????????, ?? ?????????????????? <userinput +>length:=(x,y)->(x*x+y*y)^0.5</userinput +> ????????????-???????????????? ?????????????????? ????????????????????, ?????? ???????????????????? x ?? y ?????????? ?????????????? ?????? ?????????????????????????? ?????????????? length. </para +></listitem> +<listitem +><para +>x=a..b: ?????? ?????????????????????? ????????????????????????, ???????? ?????????? ???????????? ???????????????? ???????????????? ??????????????????????? (?????????????????? ???????????????????? + ?????????????????????? ?????????? + ?????????????????????? ????????????). ?????? ????????????????, ?????? x ???????????????????? ?? ?????????????????? ???? a ???? b.</para +></listitem> +<listitem +><para +>(): ???????????? ???????????????????????? ?????? ???????????? ?????????????? ???????????????????? ????????????????????.</para +></listitem> +<listitem +><para +>abc(??????????????????): ??????????????. ?? ???????? abc ?????????? ???????? ???????? ?????????????????? ?????? ?????? ??????????????.</para +></listitem> +<listitem +><para +>:= : ??????????????????????. ???????????? ???????????????? ????????????????????. ?????????????????? ?????????????????? ???????? x:=3, x:=y (???????? ???????? y ???? ????????????????????), per??meter:=r->2*p??*r. </para +></listitem> +<listitem +><para +>? : ???????????????? ???????????????? ?????? ?????????????? ??????????????-???????????????? ?????????????? ?? &kalgebra;. ????????????????? ??????????????, ?????? ???????????? ???????????????? ?????????????? ??if??, ??elseif??, ??else??. ???????? ?????????????? ?????????????? ?????????? ???????????? ?????, ???? ?????????????????? ???? ?????? ???????????????? ?????????? ????????????????????????, ???????????? ???????? ?????????????? ??????????????????????, ????? ???????? ?????????? ????? ???? ?????????? ??????????????, ?????????? ???????????????????????? ???????????????????? ??????????????. ????????????: piecewise { x=0 ? 0, x=1 ? x+1, ? x**2 } </para +></listitem> +<listitem +><para +>{ }: ???????? MathML. ?????????????????? ?????????????????? ???????????????????????? ?????? ???? MathML ????????????. ?????????????? ?????? ???????????? ?? ??????????????-?????????????????? ??????????????????. </para +></listitem> +<listitem +><para +>= > >= < <= : ???????????????? ?????????????????? ??????????????, ????????????????, ?????????????? ?????? ????????????, ????????????????, ?????????????? ?????? ????????????.</para +></listitem> +</itemizedlist> + +<para +>?????????? ???????????? ???????????????????????? ???????? MathML? ?????????? ??????????. ?? ?????? ?????????????? ?????????? ?????????????????? ???????????????? ?????????????????? cos(), s??n() ?? ?????????? ???????????? ???????????????????????????????????? ??????????????, sum() ?? product(). ???????????????? ?????????? ?????????????? ???? ??????????. ?????????? ???????????????????????? plus() (????????????????), t??mes() (??????????????????) ?? ?????????? ???????????? ??????????????, ?????????????? ?????????????????????????? ???????????????????????? ????????????????. ????????????? ?????????????????????? ?????????????????? ??????????????, ?????? ?????????????????? ?????????????????? ???????????????? ?????????????????? or(1,0,0,0,0).</para> + +</chapter> + +<chapter id="using-calculator"> +<title +>?????????????????????????? ????????????????????????</title> +<para +>?????????????????????? &kalgebra; ???????????????? ?????????? ???????????????? ??????????????????????????. ???????? ?????????????????? ???????????????? ?? ???????????? <guimenu +>??????????????????</guimenu +> ?????? <guimenu +>??????????????????</guimenu +> (?? ?????????????????????? ???? ????????????????, ?????????????? ???????????? ?? ???????? <guimenu +>??????????????????????</guimenu +>). </para> +<para +>?? ???????????? ?????????????????? &kalgebra; ???????????????? ?????????????????? ???????? ?????? ?????????????? ???????????????????????????? ????????????????????. ?? ???????????? ???????????????????? &kalgebra; ???????????????????? ???????????????????? ?? ???????????????????? ???????????? ?????? ?????????????????????? ???????????????????????????? ????????????????????. </para> +<para +>?? ?????????????? ???????????????????????? ???????????????? ??????????????????, ?????????????? ???????? ?????????????? ??????????????????????????, ?? ???????????????????? ????????????????????, ?? ?? ???????????????????????? ?????????????? ?? ???????????? ?????????? ???????? ??? ?????? ?????????????????????? ????????????????????. ?????????????? ???????????? ???? ???????????????????? ?????????????????? ?????????????? ???????????? ???????????????????????????? ???? ???????????????? (???????????? ???????????????? ????????????). </para> + +<para +>???????????????????? ??ans?? ???????????????? ????????????: ?????? ?????????? ?????????????? ???????????? ?????????????????? ???? ???????????????? ?????????? ???????????????????? ???? ?????????????????? ??????????????????. </para> + +<para +>?????????? ???????????????????? ?????????????? ??????????????, ?????????????? ???????????????? ?????????????????? ?? ???????? ?????????? ???????? ????????????????????????:</para> +<itemizedlist> +<listitem +><para +>sin(pi)</para +></listitem> +<listitem +><para +>k:=33</para +></listitem> +<listitem +><para +>sum(k*x : x=0..10)</para +></listitem> +<listitem +><para +>f:=p->p*k</para +></listitem> +<listitem +><para +>f(pi)</para +></listitem> +</itemizedlist> + +<para +>?????????? ???????????????? ???????? ???????????????????????? ?????????? ?????????? ?????????????????????? ?????????? ???????????????? ??????????????????: </para> +<screenshot> +<screeninfo +>???????? ???????????????????????? &kalgebra; ?? ?????????????????? ??????????????????</screeninfo> + <mediaobject> + <imageobject> + <imagedata fileref="kalgebra-console-window.png" format="PNG"/> + </imageobject> + <textobject> + <phrase +>???????? ???????????????????????? &kalgebra;</phrase> + </textobject> + </mediaobject> +</screenshot> + + +<para +>?????????????????? ???????? <guimenu +>??????????????????????</guimenu +> ?????????????????? ?????????????????? ?????????????????????? ???????????????????????????????????? ????????????????????:</para> + +<variablelist> + +<varlistentry> +<term +><menuchoice +><shortcut +><keycombo action="simul" +>&Ctrl; <keycap +>L</keycap +></keycombo +></shortcut +> <guimenu +>??????????????????????</guimenu +><guimenuitem +>?????????????? ????????????????...</guimenuitem +> </menuchoice +></term> +<listitem +><para +>?????????????????????????????? ?????????????????? ???????????????????? ???? ??????????. ???????????????? ?????? ?????????????????????? ?????????????????? ?????? ?????????????????????????? ????????????.</para +></listitem> +</varlistentry> + +<varlistentry> +<term +><menuchoice +><shortcut +><keycombo action="simul" +>&Ctrl; <keycap +>G</keycap +></keycombo +></shortcut +> <guimenu +>??????????????????????</guimenu +><guimenuitem +>?????????????????? ????????????????...</guimenuitem +> </menuchoice +></term> +<listitem +><para +>?????????????????? ????????????????????, ?????????????????? ?????????????????????????? ?? ???????????? ????????????, ?????? ?????????????????????? ???? ???????????????????? ??????????????????????????. ???????????????????? ?????????????????? ??????????, ?????????? ?????????????????????????? ?????????? ?????????????????? ???????????????????? (????????????????, Kate).</para +></listitem> +</varlistentry> + +<varlistentry> +<term +><menuchoice +><shortcut +><keycombo action="simul" +>&Ctrl; <keycap +>S</keycap +></keycombo +></shortcut +> <guimenu +>??????????????????????</guimenu +><guimenuitem +>?????????????? ??????????????...</guimenuitem +> </menuchoice +></term> +<listitem +><para +>?????????????????? ???????????? ?? ???????????????????????? ?? ???????? &HTML; ?????? ???????????????????? ?????? ????????????????????.</para +></listitem> +</varlistentry> + +</variablelist> + +</chapter> + +<chapter id="two-D-graphs"> +<title +>?????????????????? ?????????????? </title> +<para +>?????????? ???????????????? ?????????? ?????????????????? ???????????? ?? &kalgebra;, ?????????????????? ???? ?????????????? <guilabel +>?????????????? ????????????</guilabel +> ?? ?????????????? ???????????? <guilabel +>????????????????</guilabel +> ?????? ???????????????????? ?????????? ??????????????. ?????????? ?????????? ?????????? ?????????? ?????????????????? ?? ???????? ??????????, ?? ?????????????? ???????????????? ?????????????? ??????????????.</para> + +<sect1 id="two-D-syntax"> +<title +>??????????????????</title> +<para +>???????? ?????????????? ???????????????????????? ?????????????? ?????????? ?????????????? ?????????????? f(x), ???? ?????????????????? ???????????????? ???????????????? ????, ????, ???????? ?????????????? ???????????????????? f(y) ?????? ?????????????? ?? ???????????????? ??????????????????????, ???????????????????? ?????????????? y-> ?? q-> ?? ???????????????? ?????????????????? ????????????????????.</para> + +<para +>??????????????:</para> +<itemizedlist> +<listitem +><para +>s??n(x)</para +></listitem> +<listitem +><para +>x??</para +></listitem> +<listitem +><para +>y->s??n(y)</para +></listitem> +<listitem +><para +>q->3*sin(7*q)</para +></listitem> +<listitem +><para +>t->vector{sin t, t**2}</para +></listitem> +</itemizedlist> +<para +>?????????? ?????????? ?????????????? ?????????????? ???????????? <guibutton +>OK</guibutton +> ?????? ?????????????????? ?????????????? ?? ?????????????? ????????.</para> + +</sect1> + +<sect1 id="two-D-features"> +<title +>??????????????????????</title> +<para +>?????????? ?????????????????? ?????????????????? ???????????????? ?? ?????????? ????????. ???????????????????????????? ?????????????? <guilabel +>????????????????</guilabel +> ?? ???????????? ????????????. ?????? ?????????????? ???? ???????????????? ?????????? ?????????????? ????????.</para> + +<para +>???????????? ?? ???????????????????????? ?????????????? ?????????????????? ???????????????? ???????????????? ?? ?????????????? ????????. ???????????? ???????? ?????????????????? ?????????????????????? ?? ?????????????????? ?????????????? ??????????????????. ???????? ???????????????? ?????????? ?????????????? ?? ?????????????? ?????????? ???????????? ????????, ?????? ?????????? ?????????????????? ???? ???????????????? ?????????????? ??????????????????. ?????? ?????????????????????? ?????????????? ?????????????????? ???????????????????????? ?????????????? ???? ??????????????????.</para> + +<note> + <para +>?????????????? ?????????????????? ?????????????????? ???????????????? ???????????????? ???????? ???????????????????? ???? ?????????????? <guilabel +>?????????????? ??????????????????</guilabel +> ?????????????? <guilabel +>?????????????? ????????????</guilabel +>.</para> +</note> + +<para +>???? ?????????????? <guilabel +>????????????</guilabel +> ???????????????? ?????????????? <guilabel +>????????????????????????????</guilabel +>: ?????????????? ???????????? ???? ?????????????? ?????????????????? ???????????????? ?????? ?????????????? ????, ?? ???????????? ?????? ?????????????????? ???????????? ?????????? ?? ?????????????????? ?????????????? ??? ???????????????? ?????? ???????????? ????.</para> +<para +>?? ???????? <guimenu +>?????????????? ????????????</guimenu +> ???????????????? ?????????????????? ??????????????????:</para> +<itemizedlist> +<listitem +><para +>???????????????? ?????? ???????????? ??????????</para +></listitem> +<listitem +><para +>?????????????????? ?????????????????? ?????? ????????????????????</para +></listitem> +<listitem +><para +>?????????????????? (<keycombo action="simul" +>&Ctrl; <keycap +>+</keycap +></keycombo +>) ?? ?????????????????? (<keycombo action="simul" +>&Ctrl; <keycap +>-</keycap +></keycombo +>)</para +></listitem> +<listitem +><para +>?????????????????? (<keycombo action="simul" +>&Ctrl; <keycap +>S</keycap +></keycombo +>) ???????????? ?? ???????? ??????????????????????</para +></listitem> +<listitem +><para +>???????????????? ??????????????</para +></listitem> +<listitem +><para +>?????????????? ???????????????????? ?????? ????????????????</para +></listitem> +</itemizedlist> + +<para +>???????? ???????????????????????? ???????? ??????????????????, ?? ?????????????? ???????????? ???????????????????????? ?????????????????? ???? ?????????? ???????????? ?????????? ??????????????, sin(1/x). ?????? ???????????????????? ?????????????? ???????? ?????????????? ?????????? ?????????????? ???????????????????? (?????? ?????? ?????????????? ?????????????????? ?????????????? ?????????????????????????? ?????????? ?? ?????????????? ??????????????????). ?????????? ?????????????? ???????????? ?????????????? ??? ???????? ?????????????? ???????????? ???? ??????????-???????? ?????????? ?????????????? ?????????????????? ??????????????, ?? ???????????? ?????????? ???????? ???????? ?????????????????????? ?????????????????????????????? ???????????????????? x ?? y. ???? ?????????? ???????????????????????? ?????????????? ???????????????? ???????????????? ?????????????????????????? ?? ?????????????? ??????????????. </para> + +<screenshot> +<screeninfo +>???????? &kalgebra; ?? ?????????????????? ????????????????</screeninfo> + <mediaobject> + <imageobject> + <imagedata fileref="kalgebra-2dgraph-window.png" format="PNG"/> + </imageobject> + <textobject> + <phrase +>???????? &kalgebra; ?? ?????????????????? ????????????????</phrase> + </textobject> + </mediaobject> +</screenshot> + + +</sect1> + +</chapter> + +<chapter id="three-D-graphs"> +<title +>???????????????????? ??????????????</title> + +<para +>?????????? ?????????????????? ???????????????????? ???????????? ?? ?????????????? &kalgebra;, ?????????????????? ???? ?????????????? <guilabel +>???????????????? ????????????</guilabel +>. ?????????? ?????????? ???????????????? ???????? ?????????? ??????????, ???????? ?? ?????????????? ???????????? ??????????????. ?? ???????? ???????????? &kalgebra; ???????????? ???????????????????? ???????????? ????????????????????, z. ???????????????????????????? ???????????? ??????????????, ?????????????? ???????? ?????????????? ???????????? ???? x ?? y, ???????????????? (x,y)->x*y, ?????? z=x*y. </para> + +<para +>??????????????:</para> +<itemizedlist> +<listitem +><para +>(x,y)->sin(x)*sin(y)</para +></listitem> +<listitem +><para +>(x,y)->x/y</para +></listitem> +</itemizedlist> + +<para +>???????????? ?? ???????????????????????? ?????????????? ?????????????????? ???????????????? ???????????????? ?? ?????????????? ????????. ???????????? ???????? ?????????????????? ?????????????????????? ?? ?????????????????? ?????????????? ??????????????????. ?????????? ?????????????? ????????????, ?????????????????????? ?????????????? ?????????? ???????????? ???????? ?????? ???? ??????????????????????.</para> + + <para +>?????????????? ???? ?????????????????? ?????????? ?? ???????????? ???????????????????????? ???????????? ???????????? ?????? z, ?????????????? ???? ?????????????????? ?????????? ?? ???????? ???????????????????????? ?????? ???????????? ???????????????????????????? ??????. ?????????????? ?????????????? <keycap +>W</keycap +>, ?????????? ?????????????????? ?????????????? ??????????????, ?????? ?????????????? <keycap +>S</keycap +>, ?????????? ?????????????????? ??????.</para> + +<para +>???????????? ?? ???????? <guimenu +>???????????????? ????????????</guimenu +>:</para> +<itemizedlist> +<!-- not in master for 4.11 +<listitem +><para +>Enable or disable transparency in the 3D graph menu</para +></listitem> +--> +<listitem +><para +>?????????????????? (<keycombo action="simul" +>&Ctrl; <keycap +>S</keycap +></keycombo +>) ???????????? ?? ???????? ??????????????????????</para +></listitem> +<listitem +><para +>???????????????? ?????????????? ?? ?????????????????????? ????????????????, ?????????????????????????? ?? ???????? ?????????????????????? ??????????????</para +></listitem> +<listitem +><para +>?????????????? ?????????????? ??????????????????, ???????????????? ?????? ???????????????? ????????????</para +></listitem> +</itemizedlist> + +<para +>???????? ???????????????????????? ?????? ???????????????????? ?????????????? ????????????????????. ???? ???????????? ?????????????? ?? ???????????????????? ????????. </para> + +<screenshot> +<screeninfo +>???????? &kalgebra; ?? ???????????????????? ????????????????</screeninfo> + <mediaobject> + <imageobject> + <imagedata fileref="kalgebra-3dgraph-window.png" format="PNG"/> + </imageobject> + <textobject> + <phrase +>???????? &kalgebra; ?? ???????????????????? ????????????????</phrase> + </textobject> + </mediaobject> +</screenshot> + +</chapter> + +<chapter id="dictionary"> +<title +>??????????????</title> + +<para +>?????????????? ???????????????? ?????????????????? ???????? ?????????????????? ???????????????? &kalgebra;. ???? ?????????????????? ?????????? ?? ?????????????????????? ?????????????????????? ???????????????? ?? ???? ?????????????? ??????????????????. </para> + + <para +>???????? ???????????????????????? ???????? &kalgebra; ?? ?????????????????????? ???????????? ?????????????? ???????????????? ?? ??????????????. </para> + +<screenshot> +<screeninfo +>???????? &kalgebra; ???? ????????????????</screeninfo> + <mediaobject> + <imageobject> + <imagedata fileref="kalgebra-dictionary-window.png" format="PNG"/> + </imageobject> + <textobject> + <phrase +>???????? &kalgebra; ???? ????????????????</phrase> + </textobject> + </mediaobject> +</screenshot> + + +</chapter> + +&commands; + +<chapter id="credits"> +<title +>?????????????????? ?????????? ?? ????????????????</title> + +<itemizedlist> +<listitem +><para +>?????????????????? ?????????? ???? ?????????????????? ?????????????????????? &Aleix.Pol;, 2005???2009.</para> +</listitem> +</itemizedlist> + +<para +>?????????????????? ?????????? ???? ???????????????????????? ?? ?????????????????? ?????????????????????? &Aleix.Pol; &Aleix.Pol.mail;, 2007 </para> + +<para +>?????????????? ???? ?????????????? ????????: ?????????????? ????????????????????<email +>shaforost...@kde.ru</email +></para +> <para +>???????????????????? ?? ?????????????????????? ???????????????? ???? ?????????????? ????????: ???????????? ????????????????<email +>vmax0...@gmail.com</email +></para +><para +>???????????????????? ?? ?????????????????????? ???????????????? ???? ?????????????? ????????: ?????????? ??????????????????????<email +>translation-t...@basealt.ru</email +></para +> &underFDL; &underGPL; </chapter> + +&documentation.index; +</book> + +<!-- +Local Variables: +mode: sgml +sgml-minimize-attributes:nil +sgml-general-insert-case:lower +sgml-indent-step:0 +sgml-indent-data:nil +End: +--> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kalgebra-20.12.2/po/zh_CN/kalgebra.po new/kalgebra-20.12.3/po/zh_CN/kalgebra.po --- old/kalgebra-20.12.2/po/zh_CN/kalgebra.po 2021-02-02 01:36:09.000000000 +0100 +++ new/kalgebra-20.12.3/po/zh_CN/kalgebra.po 2021-03-02 01:34:53.000000000 +0100 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-10-24 02:08+0200\n" -"PO-Revision-Date: 2021-01-28 05:08\n" +"PO-Revision-Date: 2021-02-04 12:01\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kalgebra-20.12.2/po/zh_CN/kalgebramobile.po new/kalgebra-20.12.3/po/zh_CN/kalgebramobile.po --- old/kalgebra-20.12.2/po/zh_CN/kalgebramobile.po 2021-02-02 01:36:09.000000000 +0100 +++ new/kalgebra-20.12.3/po/zh_CN/kalgebramobile.po 2021-03-02 01:34:53.000000000 +0100 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-02-29 02:57+0100\n" -"PO-Revision-Date: 2021-01-28 05:08\n" +"PO-Revision-Date: 2021-02-04 12:01\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kalgebra-20.12.2/po/zh_CN/plasma_applet_kalgebraplasmoid.po new/kalgebra-20.12.3/po/zh_CN/plasma_applet_kalgebraplasmoid.po --- old/kalgebra-20.12.2/po/zh_CN/plasma_applet_kalgebraplasmoid.po 2021-02-02 01:36:09.000000000 +0100 +++ new/kalgebra-20.12.3/po/zh_CN/plasma_applet_kalgebraplasmoid.po 2021-03-02 01:34:53.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 03:01+0200\n" -"PO-Revision-Date: 2021-01-28 05:08\n" +"PO-Revision-Date: 2021-02-04 12:01\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kalgebra-20.12.2/src/org.kde.kalgebra.appdata.xml new/kalgebra-20.12.3/src/org.kde.kalgebra.appdata.xml --- old/kalgebra-20.12.2/src/org.kde.kalgebra.appdata.xml 2021-01-29 21:05:14.000000000 +0100 +++ new/kalgebra-20.12.3/src/org.kde.kalgebra.appdata.xml 2021-02-25 00:12:34.000000000 +0100 @@ -142,9 +142,9 @@ <binary>kalgebra</binary> </provides> <releases> + <release version="20.12.3" date="2021-03-04"/> <release version="20.12.2" date="2021-02-04"/> <release version="20.12.1" date="2021-01-07"/> <release version="20.12.0" date="2020-12-10"/> - <release version="20.08.3" date="2020-11-05"/> </releases> </component>