forked from ijasperyang/django-survey
-
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade locale with manage.py makemessages
- Loading branch information
1 parent
ed1890b
commit 6b714ed
Showing
2 changed files
with
380 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,377 @@ | ||
# 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: 2021-05-30 21:16+0000\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=INTEGER; plural=EXPRESSION;\n" | ||
|
||
#: dev/templates/base.html:3 | ||
msgid "en" | ||
msgstr "" | ||
|
||
#: dev/templates/base.html:5 | ||
msgid "DEVELOPMENT django-Survey" | ||
msgstr "" | ||
|
||
#: survey/actions.py:14 | ||
#, python-format | ||
msgid "%(count)d survey was successfully marked as published." | ||
msgid_plural "%(count)d surveys were successfully marked as published" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: survey/actions.py:23 | ||
msgid "Mark selected surveys as published" | ||
msgstr "" | ||
|
||
#: survey/exporter/csv/survey2csv.py:38 | ||
msgid "Anonymous" | ||
msgstr "" | ||
|
||
#: survey/exporter/csv/survey2csv.py:68 | ||
msgid "user" | ||
msgstr "" | ||
|
||
#: survey/exporter/csv/survey2csv.py:112 | ||
msgid "Export to CSV" | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/question2tex.py:64 | ||
msgid "with" | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/question2tex.py:66 | ||
#, python-format | ||
msgid "%(min_cardinality)d respondents or more" | ||
msgid_plural "%(min_cardinality)d respondent or more" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: survey/exporter/tex/question2tex.py:78 | ||
msgid "excluding" | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/question2tex.py:83 | ||
#: survey/exporter/tex/question2tex.py:117 | ||
#: survey/exporter/tex/question2tex.py:120 | ||
msgid "and" | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/question2tex.py:114 | ||
#: survey/exporter/tex/question2tex.py:115 | ||
msgid "or" | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/question2tex.py:129 | ||
msgid "Repartition of answers" | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/question2tex_chart.py:68 | ||
msgid "Left blank" | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/question2tex_chart.py:113 | ||
#: survey/exporter/tex/question2tex_sankey.py:57 | ||
msgid "for the question" | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/question2tex_chart.py:123 | ||
msgid "No answers for this question." | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/question2tex_raw.py:26 | ||
msgid "Participant" | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/question2tex_sankey.py:29 | ||
msgid "Cannot generate PDF, we need 'pySankeyBeta' to be installed." | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/question2tex_sankey.py:57 | ||
msgid "left" | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/question2tex_sankey.py:59 | ||
msgid "in relation with the question" | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/question2tex_sankey.py:61 | ||
msgid "right" | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/survey2tex.py:32 | ||
msgid "Cannot generate PDF, we need 'xelatex' to be installed." | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/survey2tex.py:82 | ||
msgid "We could not render a chart because the type" | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/survey2tex.py:85 | ||
msgid "is not a standard type nor the path to an importable valid Question2Tex child class. Choose between 'raw', 'sankey', 'pie', 'cloud', 'square', 'polar' or 'package.path.MyQuestion2TexCustomClass'" | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/survey2tex.py:159 | ||
msgid "No questions to display in this survey." | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/survey2tex.py:189 | ||
msgid "Cannot export multiple PDF, choose only one." | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/survey2tex.py:198 | ||
#, python-format | ||
msgid "Error during PDF generation: %s" | ||
msgstr "" | ||
|
||
#: survey/exporter/tex/survey2tex.py:205 | ||
msgid "Export to PDF" | ||
msgstr "" | ||
|
||
#: survey/models/answer.py:23 | ||
msgid "Question" | ||
msgstr "" | ||
|
||
#: survey/models/answer.py:24 | ||
msgid "Response" | ||
msgstr "" | ||
|
||
#: survey/models/answer.py:25 survey/models/response.py:27 | ||
msgid "Creation date" | ||
msgstr "" | ||
|
||
#: survey/models/answer.py:26 survey/models/response.py:28 | ||
msgid "Update date" | ||
msgstr "" | ||
|
||
#: survey/models/answer.py:27 | ||
msgid "Content" | ||
msgstr "" | ||
|
||
#: survey/models/category.py:12 survey/models/survey.py:27 | ||
msgid "Name" | ||
msgstr "" | ||
|
||
#: survey/models/category.py:13 survey/models/question.py:80 | ||
#: survey/models/response.py:29 | ||
msgid "Survey" | ||
msgstr "" | ||
|
||
#: survey/models/category.py:14 | ||
msgid "Display order" | ||
msgstr "" | ||
|
||
#: survey/models/category.py:15 survey/models/survey.py:28 | ||
msgid "Description" | ||
msgstr "" | ||
|
||
#: survey/models/category.py:19 | ||
msgid "category" | ||
msgstr "" | ||
|
||
#: survey/models/category.py:20 | ||
msgid "categories" | ||
msgstr "" | ||
|
||
#: survey/models/question.py:23 | ||
msgid "" | ||
"The choices field is only used if the question type\n" | ||
"if the question type is 'radio', 'select', or\n" | ||
"'select multiple' provide a comma-separated list of\n" | ||
"options for this question ." | ||
msgstr "" | ||
|
||
#: survey/models/question.py:63 | ||
msgid "text (multiple line)" | ||
msgstr "" | ||
|
||
#: survey/models/question.py:64 | ||
msgid "short text (one line)" | ||
msgstr "" | ||
|
||
#: survey/models/question.py:65 | ||
msgid "radio" | ||
msgstr "" | ||
|
||
#: survey/models/question.py:66 | ||
msgid "select" | ||
msgstr "" | ||
|
||
#: survey/models/question.py:67 | ||
msgid "Select Multiple" | ||
msgstr "" | ||
|
||
#: survey/models/question.py:68 | ||
msgid "Select Image" | ||
msgstr "" | ||
|
||
#: survey/models/question.py:69 | ||
msgid "integer" | ||
msgstr "" | ||
|
||
#: survey/models/question.py:70 | ||
msgid "float" | ||
msgstr "" | ||
|
||
#: survey/models/question.py:71 | ||
msgid "date" | ||
msgstr "" | ||
|
||
#: survey/models/question.py:74 | ||
msgid "Text" | ||
msgstr "" | ||
|
||
#: survey/models/question.py:75 | ||
msgid "Order" | ||
msgstr "" | ||
|
||
#: survey/models/question.py:76 | ||
msgid "Required" | ||
msgstr "" | ||
|
||
#: survey/models/question.py:78 | ||
msgid "Category" | ||
msgstr "" | ||
|
||
#: survey/models/question.py:81 | ||
msgid "Type" | ||
msgstr "" | ||
|
||
#: survey/models/question.py:82 | ||
msgid "Choices" | ||
msgstr "" | ||
|
||
#: survey/models/question.py:85 | ||
msgid "question" | ||
msgstr "" | ||
|
||
#: survey/models/question.py:86 | ||
msgid "questions" | ||
msgstr "" | ||
|
||
#: survey/models/response.py:30 | ||
msgid "User" | ||
msgstr "" | ||
|
||
#: survey/models/response.py:31 | ||
msgid "Interview unique identifier" | ||
msgstr "" | ||
|
||
#: survey/models/response.py:34 | ||
msgid "Set of answers to surveys" | ||
msgstr "" | ||
|
||
#: survey/models/response.py:35 | ||
msgid "Sets of answers to surveys" | ||
msgstr "" | ||
|
||
#: survey/models/survey.py:22 | ||
msgid "By question" | ||
msgstr "" | ||
|
||
#: survey/models/survey.py:23 | ||
msgid "By category" | ||
msgstr "" | ||
|
||
#: survey/models/survey.py:24 | ||
msgid "All in one page" | ||
msgstr "" | ||
|
||
#: survey/models/survey.py:29 | ||
msgid "Users can see it and answer it" | ||
msgstr "" | ||
|
||
#: survey/models/survey.py:30 | ||
msgid "Only authenticated users can see it and answer it" | ||
msgstr "" | ||
|
||
#: survey/models/survey.py:31 | ||
msgid "Users can edit their answers afterwards" | ||
msgstr "" | ||
|
||
#: survey/models/survey.py:33 | ||
msgid "Display method" | ||
msgstr "" | ||
|
||
#: survey/models/survey.py:35 | ||
msgid "Template" | ||
msgstr "" | ||
|
||
#: survey/models/survey.py:36 | ||
msgid "Publication date" | ||
msgstr "" | ||
|
||
#: survey/models/survey.py:37 | ||
msgid "Expiration date" | ||
msgstr "" | ||
|
||
#: survey/models/survey.py:40 | ||
msgid "survey" | ||
msgstr "" | ||
|
||
#: survey/models/survey.py:41 | ||
msgid "surveys" | ||
msgstr "" | ||
|
||
#: survey/templates/survey/completed.html:4 | ||
#: survey/templates/survey/completed.html:7 | ||
msgid "Survey completed" | ||
msgstr "" | ||
|
||
#: survey/templates/survey/completed.html:8 | ||
msgid "Sorry! Your already replied to our survey" | ||
msgstr "" | ||
|
||
#: survey/templates/survey/completed.html:9 | ||
msgid "Back to survey list" | ||
msgstr "" | ||
|
||
#: survey/templates/survey/confirm.html:4 | ||
#: survey/templates/survey/confirm.html:7 | ||
msgid "Survey submitted" | ||
msgstr "" | ||
|
||
#: survey/templates/survey/confirm.html:10 | ||
msgid "Thanks! Your answers have been saved" | ||
msgstr "" | ||
|
||
#: survey/templates/survey/confirm.html:14 | ||
msgid "You can always come back and change them." | ||
msgstr "" | ||
|
||
#: survey/templates/survey/list.html:6 | ||
msgid "Welcome to the Django Survey app" | ||
msgstr "" | ||
|
||
#: survey/templates/survey/list.html:10 | ||
msgid "Take the Survey" | ||
msgstr "" | ||
|
||
#: survey/templates/survey/survey.html:44 | ||
msgid "Answer this part" | ||
msgstr "" | ||
|
||
#: survey/templates/survey/survey.html:57 | ||
msgid "Questions" | ||
msgstr "" | ||
|
||
#: survey/templates/survey/survey.html:67 | ||
msgid "Next!" | ||
msgstr "" | ||
|
||
#: survey/templates/survey/survey.html:73 | ||
msgid "I'm done!" | ||
msgstr "" |