changeset bdcdda37d2ad in tryton:default
details: https://hg.tryton.org/tryton?cmd=changeset&node=bdcdda37d2ad
description:
        Fix python formatting in translations

        issue10425
        review342351002
diffstat:

 tryton/data/locale/bg/LC_MESSAGES/tryton.po |  4 ++--
 tryton/data/locale/cs/LC_MESSAGES/tryton.po |  4 ++--
 tryton/data/locale/et/LC_MESSAGES/tryton.po |  4 ++--
 tryton/data/locale/fa/LC_MESSAGES/tryton.po |  4 ++--
 tryton/data/locale/hu/LC_MESSAGES/tryton.po |  4 ++--
 tryton/data/locale/it/LC_MESSAGES/tryton.po |  2 +-
 tryton/data/locale/lo/LC_MESSAGES/tryton.po |  4 ++--
 tryton/data/locale/lt/LC_MESSAGES/tryton.po |  4 ++--
 tryton/data/locale/pt/LC_MESSAGES/tryton.po |  4 ++--
 tryton/data/locale/ru/LC_MESSAGES/tryton.po |  4 ++--
 tryton/data/locale/sl/LC_MESSAGES/tryton.po |  4 ++--
 tryton/data/locale/tr/LC_MESSAGES/tryton.po |  2 +-
 12 files changed, 22 insertions(+), 22 deletions(-)

diffs (234 lines):

diff -r 6ab5b2e5e14c -r bdcdda37d2ad tryton/data/locale/bg/LC_MESSAGES/tryton.po
--- a/tryton/data/locale/bg/LC_MESSAGES/tryton.po       Tue May 18 22:08:59 
2021 +0200
+++ b/tryton/data/locale/bg/LC_MESSAGES/tryton.po       Tue May 18 22:32:45 
2021 +0200
@@ -110,7 +110,7 @@
 
 #, fuzzy, python-format
 msgid "Compare: %s"
-msgstr "Сравняване"
+msgstr "Сравняване: %s"
 
 msgid "Close"
 msgstr ""
@@ -574,7 +574,7 @@
 
 #, fuzzy, python-format
 msgid "E-mail %s"
-msgstr "Email"
+msgstr "Email %s"
 
 msgid "To:"
 msgstr "До:"
diff -r 6ab5b2e5e14c -r bdcdda37d2ad tryton/data/locale/cs/LC_MESSAGES/tryton.po
--- a/tryton/data/locale/cs/LC_MESSAGES/tryton.po       Tue May 18 22:08:59 
2021 +0200
+++ b/tryton/data/locale/cs/LC_MESSAGES/tryton.po       Tue May 18 22:32:45 
2021 +0200
@@ -111,7 +111,7 @@
 
 #, fuzzy, python-format
 msgid "Compare: %s"
-msgstr "Porovnat"
+msgstr "Porovnat: %s"
 
 msgid "Close"
 msgstr ""
@@ -581,7 +581,7 @@
 
 #, fuzzy, python-format
 msgid "E-mail %s"
-msgstr "Email"
+msgstr "Email %s"
 
 msgid "To:"
 msgstr "Komu:"
diff -r 6ab5b2e5e14c -r bdcdda37d2ad tryton/data/locale/et/LC_MESSAGES/tryton.po
--- a/tryton/data/locale/et/LC_MESSAGES/tryton.po       Tue May 18 22:08:59 
2021 +0200
+++ b/tryton/data/locale/et/LC_MESSAGES/tryton.po       Tue May 18 22:32:45 
2021 +0200
@@ -106,7 +106,7 @@
 
 #, fuzzy, python-format
 msgid "Compare: %s"
-msgstr "Võrdle"
+msgstr "Võrdle: %s"
 
 msgid "Close"
 msgstr "Sulge"
@@ -551,7 +551,7 @@
 
 #, fuzzy, python-format
 msgid "E-mail %s"
-msgstr "E-kiri"
+msgstr "E-kiri %s"
 
 msgid "To:"
 msgstr "Saaja:"
diff -r 6ab5b2e5e14c -r bdcdda37d2ad tryton/data/locale/fa/LC_MESSAGES/tryton.po
--- a/tryton/data/locale/fa/LC_MESSAGES/tryton.po       Tue May 18 22:08:59 
2021 +0200
+++ b/tryton/data/locale/fa/LC_MESSAGES/tryton.po       Tue May 18 22:32:45 
2021 +0200
@@ -106,7 +106,7 @@
 
 #, fuzzy, python-format
 msgid "Compare: %s"
-msgstr "مقایسه"
+msgstr "مقایسه : %s"
 
 msgid "Close"
 msgstr "بستن"
@@ -556,7 +556,7 @@
 
 #, fuzzy, python-format
 msgid "E-mail %s"
-msgstr "ایمیل"
+msgstr "ایمیل %s"
 
 msgid "To:"
 msgstr "به:"
diff -r 6ab5b2e5e14c -r bdcdda37d2ad tryton/data/locale/hu/LC_MESSAGES/tryton.po
--- a/tryton/data/locale/hu/LC_MESSAGES/tryton.po       Tue May 18 22:08:59 
2021 +0200
+++ b/tryton/data/locale/hu/LC_MESSAGES/tryton.po       Tue May 18 22:32:45 
2021 +0200
@@ -109,7 +109,7 @@
 
 #, fuzzy, python-format
 msgid "Compare: %s"
-msgstr "Összehasonlítás"
+msgstr "Összehasonlítás: %s"
 
 msgid "Close"
 msgstr "Bezárás"
@@ -550,7 +550,7 @@
 
 #, fuzzy, python-format
 msgid "E-mail %s"
-msgstr "E-mail"
+msgstr "E-mail %s"
 
 msgid "To:"
 msgstr "Címzett:"
diff -r 6ab5b2e5e14c -r bdcdda37d2ad tryton/data/locale/it/LC_MESSAGES/tryton.po
--- a/tryton/data/locale/it/LC_MESSAGES/tryton.po       Tue May 18 22:08:59 
2021 +0200
+++ b/tryton/data/locale/it/LC_MESSAGES/tryton.po       Tue May 18 22:32:45 
2021 +0200
@@ -549,7 +549,7 @@
 
 #, fuzzy, python-format
 msgid "E-mail %s"
-msgstr "Email"
+msgstr "Email %s"
 
 msgid "To:"
 msgstr "a:"
diff -r 6ab5b2e5e14c -r bdcdda37d2ad tryton/data/locale/lo/LC_MESSAGES/tryton.po
--- a/tryton/data/locale/lo/LC_MESSAGES/tryton.po       Tue May 18 22:08:59 
2021 +0200
+++ b/tryton/data/locale/lo/LC_MESSAGES/tryton.po       Tue May 18 22:32:45 
2021 +0200
@@ -109,7 +109,7 @@
 
 #, fuzzy, python-format
 msgid "Compare: %s"
-msgstr "ສົມທຽບ"
+msgstr "ສົມທຽບ: %s"
 
 msgid "Close"
 msgstr ""
@@ -570,7 +570,7 @@
 
 #, fuzzy, python-format
 msgid "E-mail %s"
-msgstr "ອີເມວລ໌"
+msgstr "ອີເມວລ໌ %s"
 
 msgid "To:"
 msgstr "ເຖິງ:"
diff -r 6ab5b2e5e14c -r bdcdda37d2ad tryton/data/locale/lt/LC_MESSAGES/tryton.po
--- a/tryton/data/locale/lt/LC_MESSAGES/tryton.po       Tue May 18 22:08:59 
2021 +0200
+++ b/tryton/data/locale/lt/LC_MESSAGES/tryton.po       Tue May 18 22:32:45 
2021 +0200
@@ -106,7 +106,7 @@
 
 #, fuzzy, python-format
 msgid "Compare: %s"
-msgstr "Palyginti"
+msgstr "Palyginti: %s"
 
 msgid "Close"
 msgstr "Užverti"
@@ -553,7 +553,7 @@
 
 #, fuzzy, python-format
 msgid "E-mail %s"
-msgstr "El. paštas"
+msgstr "El. paštas %s"
 
 msgid "To:"
 msgstr "Kam:"
diff -r 6ab5b2e5e14c -r bdcdda37d2ad tryton/data/locale/pt/LC_MESSAGES/tryton.po
--- a/tryton/data/locale/pt/LC_MESSAGES/tryton.po       Tue May 18 22:08:59 
2021 +0200
+++ b/tryton/data/locale/pt/LC_MESSAGES/tryton.po       Tue May 18 22:32:45 
2021 +0200
@@ -108,7 +108,7 @@
 
 #, fuzzy, python-format
 msgid "Compare: %s"
-msgstr "Comparar"
+msgstr "Comparar: %s"
 
 msgid "Close"
 msgstr "Fechar"
@@ -555,7 +555,7 @@
 
 #, fuzzy, python-format
 msgid "E-mail %s"
-msgstr "Email"
+msgstr "Email %s"
 
 msgid "To:"
 msgstr "Para:"
diff -r 6ab5b2e5e14c -r bdcdda37d2ad tryton/data/locale/ru/LC_MESSAGES/tryton.po
--- a/tryton/data/locale/ru/LC_MESSAGES/tryton.po       Tue May 18 22:08:59 
2021 +0200
+++ b/tryton/data/locale/ru/LC_MESSAGES/tryton.po       Tue May 18 22:32:45 
2021 +0200
@@ -111,7 +111,7 @@
 
 #, fuzzy, python-format
 msgid "Compare: %s"
-msgstr "Сравнить"
+msgstr "Сравнить: %s"
 
 msgid "Close"
 msgstr ""
@@ -577,7 +577,7 @@
 
 #, fuzzy, python-format
 msgid "E-mail %s"
-msgstr "Эл.почта"
+msgstr "Эл.почта %s"
 
 msgid "To:"
 msgstr "Кому:"
diff -r 6ab5b2e5e14c -r bdcdda37d2ad tryton/data/locale/sl/LC_MESSAGES/tryton.po
--- a/tryton/data/locale/sl/LC_MESSAGES/tryton.po       Tue May 18 22:08:59 
2021 +0200
+++ b/tryton/data/locale/sl/LC_MESSAGES/tryton.po       Tue May 18 22:32:45 
2021 +0200
@@ -108,7 +108,7 @@
 
 #, fuzzy, python-format
 msgid "Compare: %s"
-msgstr "Primerjaj"
+msgstr "Primerjaj: %s"
 
 msgid "Close"
 msgstr ""
@@ -569,7 +569,7 @@
 
 #, fuzzy, python-format
 msgid "E-mail %s"
-msgstr "Epošta"
+msgstr "Epošta %s"
 
 msgid "To:"
 msgstr "Za:"
diff -r 6ab5b2e5e14c -r bdcdda37d2ad tryton/data/locale/tr/LC_MESSAGES/tryton.po
--- a/tryton/data/locale/tr/LC_MESSAGES/tryton.po       Tue May 18 22:08:59 
2021 +0200
+++ b/tryton/data/locale/tr/LC_MESSAGES/tryton.po       Tue May 18 22:32:45 
2021 +0200
@@ -107,7 +107,7 @@
 
 #, fuzzy, python-format
 msgid "Compare: %s"
-msgstr "Karşılaştır"
+msgstr "Karşılaştır: %s"
 
 msgid "Close"
 msgstr ""

Reply via email to