mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-03-15 02:07:36 +00:00
translation
This commit is contained in:
parent
30d27459dd
commit
b17d31e8ee
@ -64,6 +64,7 @@ class WrappedTable(tables.Table):
|
|||||||
)
|
)
|
||||||
|
|
||||||
share = tables.Column(
|
share = tables.Column(
|
||||||
|
verbose_name=_("Share"),
|
||||||
accessor="pk",
|
accessor="pk",
|
||||||
orderable=False,
|
orderable=False,
|
||||||
attrs={
|
attrs={
|
||||||
|
@ -22,9 +22,9 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||||||
let cre = Boolean({{ big_creancier | safe }});
|
let cre = Boolean({{ big_creancier | safe }});
|
||||||
let d1 = document.getElementById("consumer");
|
let d1 = document.getElementById("consumer");
|
||||||
let d2 = document.getElementById("creditor");
|
let d2 = document.getElementById("creditor");
|
||||||
if (con) { d1.textContent = {{ big_consumer | safe }}[0] + " with " + {{ big_consumer | safe}}[1] + "€";}
|
if (con) { d1.textContent = {{ big_consumer | safe }}[0] + " " + gettext("with") + " " + {{ big_consumer | safe}}[1] + "€";}
|
||||||
else { d1.textContent = gettext("Infortunately, you doesn't have consumer this year");};
|
else { d1.textContent = gettext("Infortunately, you doesn't have consumer this year");};
|
||||||
if (cre) { d2.textContent = {{ big_creancier | safe}}[0] + " with " + {{ big_creancier | safe}}[1] + "€";}
|
if (cre) { d2.textContent = {{ big_creancier | safe}}[0] + " " + gettext("with") + " " + {{ big_creancier | safe}}[1] + "€";}
|
||||||
else { d2.textContent = gettext("Congratulations you are a real rat !"); };
|
else { d2.textContent = gettext("Congratulations you are a real rat !"); };
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-10-07 09:07+0200\n"
|
"POT-Creation-Date: 2025-02-25 13:27+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -17,11 +17,11 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
#: apps/member/static/member/js/alias.js:17
|
#: apps/activity/static/activity/js/opener.js:31
|
||||||
msgid "Opener successfully added"
|
msgid "Opener successfully added"
|
||||||
msgstr "Ouvreureuse ajouté avec succès"
|
msgstr "Ouvreureuse ajouté avec succès"
|
||||||
|
|
||||||
#: apps/member/static/member/js/alias.js:17
|
#: apps/activity/static/activity/js/opener.js:47
|
||||||
msgid "Opener successfully deleted"
|
msgid "Opener successfully deleted"
|
||||||
msgstr "Ouvreureuse supprimé avec succès"
|
msgstr "Ouvreureuse supprimé avec succès"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user