Merge pull request #50 from merwok-forks/add-french-translation

French translation
pull/57/head 0.9.0
Fabio Caccamo 2019-01-08 17:02:26 +01:00 committed by GitHub
commit d6f0e5b0da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 219 additions and 33 deletions

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: django-admin-interface\n" "Project-Id-Version: django-admin-interface\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-03 15:56-0500\n" "POT-Creation-Date: 2019-01-07 11:23-0500\n"
"PO-Revision-Date: 2018-12-30 19:13-0500\n" "PO-Revision-Date: 2018-12-30 19:13-0500\n"
"Last-Translator: Martin Vuelta <martin.vuelta@softbutterfly.io>\n" "Last-Translator: Martin Vuelta <martin.vuelta@softbutterfly.io>\n"
"Language-Team: Spanish <dev@softbutterfly.io>\n" "Language-Team: Spanish <dev@softbutterfly.io>\n"
@ -19,51 +19,51 @@ 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"
#: admin.py:18 #: admin.py:19
msgid "Environment" msgid "Environment"
msgstr "Ambiente" msgstr "Ambiente"
#: admin.py:25 #: admin.py:26
msgid "Logo" msgid "Logo"
msgstr "Logo" msgstr "Logo"
#: admin.py:33 #: admin.py:34
msgid "Favicon" msgid "Favicon"
msgstr "Favicon" msgstr "Favicon"
#: admin.py:37 #: admin.py:38
msgid "Title" msgid "Title"
msgstr "Título" msgstr "Título"
#: admin.py:45 #: admin.py:46
msgid "Header" msgid "Header"
msgstr "Encabezado" msgstr "Encabezado"
#: admin.py:54 #: admin.py:55
msgid "Breadcrumbs / Module headers" msgid "Breadcrumbs / Module headers"
msgstr "Breadcrumbs / Encabezados de módulos" msgstr "Breadcrumbs / Encabezados de módulos"
#: admin.py:64 #: admin.py:65
msgid "Generic Links" msgid "Generic Links"
msgstr "Enlaces genéricos" msgstr "Enlaces genéricos"
#: admin.py:71 #: admin.py:72
msgid "Save Buttons" msgid "Save Buttons"
msgstr "Botones de guardar" msgstr "Botones de guardar"
#: admin.py:79 #: admin.py:80
msgid "Delete Buttons" msgid "Delete Buttons"
msgstr "Botones de borrar" msgstr "Botones de borrar"
#: admin.py:87 #: admin.py:88
msgid "Related Modal" msgid "Related Modal"
msgstr "Modal para objetos relacionados" msgstr "Modal para objetos relacionados"
#: admin.py:96 #: admin.py:97
msgid "List Filter" msgid "List Filter"
msgstr "Lista de filtros" msgstr "Lista de filtros"
#: admin.py:100 #: admin.py:101
msgid "Recent Actions" msgid "Recent Actions"
msgstr "Acciones recientes" msgstr "Acciones recientes"
@ -92,7 +92,7 @@ msgstr "Título"
msgid "title color" msgid "title color"
msgstr "Color de título" msgstr "Color de título"
#: models.py:72 models.py:87 models.py:253 #: models.py:72 models.py:87 models.py:108 models.py:253
msgid "visible" msgid "visible"
msgstr "Visible" msgstr "Visible"
@ -133,8 +133,8 @@ msgid "Production"
msgstr "Producción" msgstr "Producción"
#: models.py:105 #: models.py:105
msgid "enviroment" msgid "environment"
msgstr "entorno" msgstr "ambiente"
#: models.py:115 models.py:140 models.py:181 models.py:200 models.py:226 #: models.py:115 models.py:140 models.py:181 models.py:200 models.py:226
msgid "background color" msgid "background color"

View File

@ -0,0 +1,186 @@
# 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: 2019-01-07 11:23-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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: admin.py:19
msgid "Environment"
msgstr "Environnment"
#: admin.py:26
msgid "Logo"
msgstr "Logo"
#: admin.py:34
msgid "Favicon"
msgstr "Favicon"
#: admin.py:38
msgid "Title"
msgstr "Titre"
#: admin.py:46
msgid "Header"
msgstr "Bannière"
#: admin.py:55
msgid "Breadcrumbs / Module headers"
msgstr "Fil d'ariane / en-têtes de module"
#: admin.py:65
msgid "Generic Links"
msgstr "Liens génériques"
#: admin.py:72
msgid "Save Buttons"
msgstr "Boutons sauvegarder"
#: admin.py:80
msgid "Delete Buttons"
msgstr "Boutons supprimer"
#: admin.py:88
msgid "Related Modal"
msgstr "Modale pour objet reliés"
#: admin.py:97
msgid "List Filter"
msgstr "Filtre de liste"
#: admin.py:101
msgid "Recent Actions"
msgstr "Actions récentes"
#: apps.py:11
msgid "Admin Interface"
msgstr "Interface Admin"
#: models.py:54
msgid "name"
msgstr "nom"
#: models.py:57 models.py:220
msgid "active"
msgstr "actif"
#: models.py:61 templates/admin/base_site.html:6
#: templates/admin/base_site.html:66
msgid "Django administration"
msgstr "Administration Django"
#: models.py:63
msgid "title"
msgstr "titre"
#: models.py:69
msgid "title color"
msgstr "couleur du titre"
#: models.py:72 models.py:87 models.py:108 models.py:253
msgid "visible"
msgstr "visible"
#: models.py:77
msgid "Leave blank to use the default Django logo"
msgstr "Laisser vide pour utiliser le logo Django par défaut"
#: models.py:78
msgid "logo"
msgstr "logo"
#: models.py:84
msgid "logo color"
msgstr "couleur du logo"
#: models.py:92
msgid "(.ico|.png|.gif - 16x16|32x32 px)"
msgstr "(.ico|.png|.gif - 16x16|32x32 px)"
#: models.py:93
msgid "favicon"
msgstr "favicon"
#: models.py:96
msgid "Development"
msgstr "Développement"
#: models.py:97
msgid "Testing"
msgstr "Test"
#: models.py:98
msgid "Staging"
msgstr "Pré-prod"
#: models.py:99
msgid "Production"
msgstr "Production"
#: models.py:105
msgid "environment"
msgstr "environment"
#: models.py:115 models.py:140 models.py:181 models.py:200 models.py:226
msgid "background color"
msgstr "couleur d'arrière-plan"
#: models.py:121 models.py:146 models.py:193 models.py:212 models.py:216
msgid "text color"
msgstr "couleur du texte"
#: models.py:127 models.py:152 models.py:168
msgid "link color"
msgstr "couleur de lien"
#: models.py:133 models.py:158 models.py:174
msgid "link hover color"
msgstr "couleur de lien au survol"
#: models.py:161 models.py:246
msgid "rounded corners"
msgstr "coins arrondis"
#: models.py:187 models.py:206
msgid "background hover color"
msgstr "couleur de fond au survol"
#: models.py:243
msgid "background opacity"
msgstr "opacité de l'arrière-plan"
#: models.py:250
msgid "use dropdown"
msgstr "utiliser un menu déroulant"
#: models.py:262
msgid "Theme"
msgstr "Thème"
#: models.py:263
msgid "Themes"
msgstr "Thèmes"
#: templates/admin/filter.html:13
#: templates/admin_interface/dropdown_filter.html:4
#, python-format
msgid " By %(filter_title)s "
msgstr " Par %(filter_title)s "
#: templates/admin/popup_response.html:3
msgid "Popup closing..."
msgstr "Fermeture de la modale..."

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: django-admin-interface\n" "Project-Id-Version: django-admin-interface\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-04 11:00-0000\n" "POT-Creation-Date: 2019-01-07 11:23-0500\n"
"PO-Revision-Date: 2019-01-04 11:00-0000\n" "PO-Revision-Date: 2019-01-04 11:00-0000\n"
"Last-Translator: Fabio Caccamo\n" "Last-Translator: Fabio Caccamo\n"
"Language-Team: Italian\n" "Language-Team: Italian\n"
@ -19,51 +19,51 @@ 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"
#: admin.py:18 #: admin.py:19
msgid "Environment" msgid "Environment"
msgstr "Ambiente" msgstr "Ambiente"
#: admin.py:25 #: admin.py:26
msgid "Logo" msgid "Logo"
msgstr "Logo" msgstr "Logo"
#: admin.py:33 #: admin.py:34
msgid "Favicon" msgid "Favicon"
msgstr "Favicon" msgstr "Favicon"
#: admin.py:37 #: admin.py:38
msgid "Title" msgid "Title"
msgstr "Titolo" msgstr "Titolo"
#: admin.py:45 #: admin.py:46
msgid "Header" msgid "Header"
msgstr "Header" msgstr "Header"
#: admin.py:54 #: admin.py:55
msgid "Breadcrumbs / Module headers" msgid "Breadcrumbs / Module headers"
msgstr "Breadcrumbs / Header dei moduli" msgstr "Breadcrumbs / Header dei moduli"
#: admin.py:64 #: admin.py:65
msgid "Generic Links" msgid "Generic Links"
msgstr "Link generici" msgstr "Link generici"
#: admin.py:71 #: admin.py:72
msgid "Save Buttons" msgid "Save Buttons"
msgstr "Pulsanti per salvare" msgstr "Pulsanti per salvare"
#: admin.py:79 #: admin.py:80
msgid "Delete Buttons" msgid "Delete Buttons"
msgstr "Pulsanti per eliminare" msgstr "Pulsanti per eliminare"
#: admin.py:87 #: admin.py:88
msgid "Related Modal" msgid "Related Modal"
msgstr "Modale per gli oggetti correlati" msgstr "Modale per gli oggetti correlati"
#: admin.py:96 #: admin.py:97
msgid "List Filter" msgid "List Filter"
msgstr "Filtro listato" msgstr "Filtro listato"
#: admin.py:100 #: admin.py:101
msgid "Recent Actions" msgid "Recent Actions"
msgstr "Azioni recenti" msgstr "Azioni recenti"
@ -92,7 +92,7 @@ msgstr "Titolo"
msgid "title color" msgid "title color"
msgstr "Colore del titolo" msgstr "Colore del titolo"
#: models.py:72 models.py:87 models.py:253 #: models.py:72 models.py:87 models.py:108 models.py:253
msgid "visible" msgid "visible"
msgstr "Visibile" msgstr "Visibile"
@ -133,7 +133,7 @@ msgid "Production"
msgstr "Produzione" msgstr "Produzione"
#: models.py:105 #: models.py:105
msgid "enviroment" msgid "environment"
msgstr "ambiente" msgstr "ambiente"
#: models.py:115 models.py:140 models.py:181 models.py:200 models.py:226 #: models.py:115 models.py:140 models.py:181 models.py:200 models.py:226

View File

@ -102,10 +102,10 @@ class Theme(models.Model):
max_length=50, max_length=50,
choices=env_choices, choices=env_choices,
default='development', default='development',
verbose_name=_('enviroment')) verbose_name=_('environment'))
env_visible = models.BooleanField( env_visible = models.BooleanField(
default=True, default=True,
verbose_name='visible') verbose_name=_('visible'))
css_header_background_color = ColorField( css_header_background_color = ColorField(
blank=True, blank=True,