Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update messages to reflect current state of the translations #1751

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 58 additions & 1 deletion dashboard/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2024-11-19 08:13-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -17,11 +17,68 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: dashboard/models.py:19
msgid "Instant"
msgstr ""

#: dashboard/models.py:20
msgid "Daily"
msgstr ""

#: dashboard/models.py:21
msgid "Weekly"
msgstr ""

#: dashboard/models.py:30
msgid "categories"
msgstr ""

#: dashboard/models.py:187
msgid "Jenkins instance root URL"
msgstr ""

#: dashboard/models.py:189
msgid "E.g. http://ci.djangoproject.com/"
msgstr ""

#: dashboard/models.py:193
msgid "E.g. Django Python3"
msgstr ""

#: dashboard/models.py:197
msgid "Should the metric be a value representing success ratio?"
msgstr ""

#: dashboard/models.py:199
msgid ""
"E.g. if there are 50 tests of which 30 are failing the value of this metric "
"will be 20 (or 40%.)"
msgstr ""

#: dashboard/models.py:205
msgid "Should the metric be a percentage value?"
msgstr ""

#: dashboard/models.py:207
msgid ""
"E.g. if there are 50 tests of which 30 are failing the value of this metric "
"will be 60%."
msgstr ""

#: dashboard/templates/base_dashboard.html:6
msgid "Development dashboard"
msgstr ""

#: dashboard/templates/dashboard/detail.html:12
msgid "All metrics"
msgstr ""

#: dashboard/templates/dashboard/index.html:22
#, python-format
msgid "Updated %(timestamp)s ago."
msgstr ""

#: dashboard/views.py:73
#, python-format
msgid "Could not find metric with slug %s"
msgstr ""
63 changes: 61 additions & 2 deletions dashboard/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,78 @@ 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: 2024-11-19 08:13-0600\n"
"PO-Revision-Date: 2019-02-21 14:15+0000\n"
"Last-Translator: Claude Paroz <[email protected]>, 2019\n"
"Language-Team: French (https://www.transifex.com/django/teams/17080/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#: dashboard/models.py:19
msgid "Instant"
msgstr ""

#: dashboard/models.py:20
msgid "Daily"
msgstr ""

#: dashboard/models.py:21
msgid "Weekly"
msgstr ""

#: dashboard/models.py:30
msgid "categories"
msgstr ""

#: dashboard/models.py:187
msgid "Jenkins instance root URL"
msgstr ""

#: dashboard/models.py:189
msgid "E.g. http://ci.djangoproject.com/"
msgstr ""

#: dashboard/models.py:193
msgid "E.g. Django Python3"
msgstr ""

#: dashboard/models.py:197
msgid "Should the metric be a value representing success ratio?"
msgstr ""

#: dashboard/models.py:199
msgid ""
"E.g. if there are 50 tests of which 30 are failing the value of this metric "
"will be 20 (or 40%.)"
msgstr ""

#: dashboard/models.py:205
msgid "Should the metric be a percentage value?"
msgstr ""

#: dashboard/models.py:207
msgid ""
"E.g. if there are 50 tests of which 30 are failing the value of this metric "
"will be 60%."
msgstr ""

#: dashboard/templates/base_dashboard.html:6
msgid "Development dashboard"
msgstr "Tableau de bord de développement"

#: dashboard/templates/dashboard/detail.html:12
msgid "All metrics"
msgstr ""

#: dashboard/templates/dashboard/index.html:22
#, python-format
msgid "Updated %(timestamp)s ago."
msgstr "Mis à jour il y a %(timestamp)s."

#: dashboard/views.py:73
#, python-format
msgid "Could not find metric with slug %s"
msgstr ""
84 changes: 84 additions & 0 deletions dashboard/locale/id/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-19 08:13-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: dashboard/models.py:19
msgid "Instant"
msgstr ""

#: dashboard/models.py:20
msgid "Daily"
msgstr ""

#: dashboard/models.py:21
msgid "Weekly"
msgstr ""

#: dashboard/models.py:30
msgid "categories"
msgstr ""

#: dashboard/models.py:187
msgid "Jenkins instance root URL"
msgstr ""

#: dashboard/models.py:189
msgid "E.g. http://ci.djangoproject.com/"
msgstr ""

#: dashboard/models.py:193
msgid "E.g. Django Python3"
msgstr ""

#: dashboard/models.py:197
msgid "Should the metric be a value representing success ratio?"
msgstr ""

#: dashboard/models.py:199
msgid ""
"E.g. if there are 50 tests of which 30 are failing the value of this metric "
"will be 20 (or 40%.)"
msgstr ""

#: dashboard/models.py:205
msgid "Should the metric be a percentage value?"
msgstr ""

#: dashboard/models.py:207
msgid ""
"E.g. if there are 50 tests of which 30 are failing the value of this metric "
"will be 60%."
msgstr ""

#: dashboard/templates/base_dashboard.html:6
msgid "Development dashboard"
msgstr ""

#: dashboard/templates/dashboard/detail.html:12
msgid "All metrics"
msgstr ""

#: dashboard/templates/dashboard/index.html:22
#, python-format
msgid "Updated %(timestamp)s ago."
msgstr ""

#: dashboard/views.py:73
#, python-format
msgid "Could not find metric with slug %s"
msgstr ""
86 changes: 86 additions & 0 deletions dashboard/locale/pl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-19 08:13-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: dashboard/models.py:19
msgid "Instant"
msgstr ""

#: dashboard/models.py:20
msgid "Daily"
msgstr ""

#: dashboard/models.py:21
msgid "Weekly"
msgstr ""

#: dashboard/models.py:30
msgid "categories"
msgstr ""

#: dashboard/models.py:187
msgid "Jenkins instance root URL"
msgstr ""

#: dashboard/models.py:189
msgid "E.g. http://ci.djangoproject.com/"
msgstr ""

#: dashboard/models.py:193
msgid "E.g. Django Python3"
msgstr ""

#: dashboard/models.py:197
msgid "Should the metric be a value representing success ratio?"
msgstr ""

#: dashboard/models.py:199
msgid ""
"E.g. if there are 50 tests of which 30 are failing the value of this metric "
"will be 20 (or 40%.)"
msgstr ""

#: dashboard/models.py:205
msgid "Should the metric be a percentage value?"
msgstr ""

#: dashboard/models.py:207
msgid ""
"E.g. if there are 50 tests of which 30 are failing the value of this metric "
"will be 60%."
msgstr ""

#: dashboard/templates/base_dashboard.html:6
msgid "Development dashboard"
msgstr ""

#: dashboard/templates/dashboard/detail.html:12
msgid "All metrics"
msgstr ""

#: dashboard/templates/dashboard/index.html:22
#, python-format
msgid "Updated %(timestamp)s ago."
msgstr ""

#: dashboard/views.py:73
#, python-format
msgid "Could not find metric with slug %s"
msgstr ""
Loading