diff options
| author | Tobias McNulty <tobias@caktusgroup.com> | 2025-09-04 11:22:33 -0400 |
|---|---|---|
| committer | Saptak Sengupta <saptak013@gmail.com> | 2025-09-12 12:44:11 +0530 |
| commit | 567e690b8cd58db5081a95d3a2b7f9e9c7c07861 (patch) | |
| tree | faa120c509d5bf2ce09ab8641ea3cd7056a25718 /dashboard | |
| parent | 12bc85e917b4b79b20dbf406f719fff8ee61926c (diff) | |
Updated translations
Diffstat (limited to 'dashboard')
| -rw-r--r-- | dashboard/locale/en/LC_MESSAGES/django.po | 48 | ||||
| -rw-r--r-- | dashboard/locale/pt_BR/LC_MESSAGES/django.po | 4 |
2 files changed, 47 insertions, 5 deletions
diff --git a/dashboard/locale/en/LC_MESSAGES/django.po b/dashboard/locale/en/LC_MESSAGES/django.po index 335e5382..ce1e6860 100644 --- a/dashboard/locale/en/LC_MESSAGES/django.po +++ b/dashboard/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-11 20:38-0500\n" +"POT-Creation-Date: 2025-09-04 10:04-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,11 +17,53 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: dashboard/templates/base_dashboard.html:6 +msgid "Instant" +msgstr "" + +msgid "Daily" +msgstr "" + +msgid "Weekly" +msgstr "" + +msgid "categories" +msgstr "" + +msgid "Jenkins instance root URL" +msgstr "" + +msgid "E.g. http://ci.djangoproject.com/" +msgstr "" + +msgid "E.g. Django Python3" +msgstr "" + +msgid "Should the metric be a value representing success ratio?" +msgstr "" + +msgid "" +"E.g. if there are 50 tests of which 30 are failing the value of this metric " +"will be 20 (or 40%.)" +msgstr "" + +msgid "Should the metric be a percentage value?" +msgstr "" + +msgid "" +"E.g. if there are 50 tests of which 30 are failing the value of this metric " +"will be 60%." +msgstr "" + msgid "Development dashboard" msgstr "" -#: dashboard/templates/dashboard/index.html:22 +msgid "All metrics" +msgstr "" + #, python-format msgid "Updated %(timestamp)s ago." msgstr "" + +#, python-format +msgid "Could not find metric with slug %s" +msgstr "" diff --git a/dashboard/locale/pt_BR/LC_MESSAGES/django.po b/dashboard/locale/pt_BR/LC_MESSAGES/django.po index 2e18b275..a9370a4a 100644 --- a/dashboard/locale/pt_BR/LC_MESSAGES/django.po +++ b/dashboard/locale/pt_BR/LC_MESSAGES/django.po @@ -14,8 +14,8 @@ msgstr "" "POT-Creation-Date: 2019-03-11 20:38-0500\n" "PO-Revision-Date: 2019-02-21 14:15+0000\n" "Last-Translator: Claudio Rogerio, 2019\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/django/" -"teams/17080/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/django/teams/" +"17080/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" |
