mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Merge pull request #90 from AxiaCore/master
master Added spanish translation
This commit is contained in:
commit
fcf8d5763b
2 changed files with 84 additions and 0 deletions
BIN
constance/locale/es/LC_MESSAGES/django.mo
Normal file
BIN
constance/locale/es/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
84
constance/locale/es/LC_MESSAGES/django.po
Normal file
84
constance/locale/es/LC_MESSAGES/django.po
Normal file
|
|
@ -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.
|
||||
#
|
||||
# Translators:
|
||||
# Igor Támara <igor@tamarapatino.org>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-15 16:23-0500\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Igor Támara <igor@tamarapatino.org>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/django-constance/language/de/\n"
|
||||
"Language: es\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:71
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Constance doesn't support config values of the type %(config_type)s. Please "
|
||||
"fix the value of '%(name)s'."
|
||||
msgstr ""
|
||||
"Constance no soporta valores de configuración de los tipos %(config_type)s. "
|
||||
"Por favor arregle el valor de '%(name)s'."
|
||||
|
||||
#: admin.py:90
|
||||
msgid ""
|
||||
"The settings have been modified by someone else. Please reload the form and "
|
||||
"resubmit your changes."
|
||||
msgstr ""
|
||||
"La configuración ha sido modificada por alguien más. Por favor recargue el "
|
||||
"formulario y reenvíe sus cambios."
|
||||
|
||||
#: admin.py:128
|
||||
msgid "Live settings updated successfully."
|
||||
msgstr "Las configuraciones en vivo se actualizaron exitosamente."
|
||||
|
||||
#: admin.py:133
|
||||
msgid "Constance config"
|
||||
msgstr "Configuración de Constance"
|
||||
|
||||
#: admin.py:176
|
||||
msgid "config"
|
||||
msgstr "configuración"
|
||||
|
||||
#: apps.py:7
|
||||
msgid "Constance"
|
||||
msgstr "Constance"
|
||||
|
||||
#: backends/database/models.py:19
|
||||
msgid "constance"
|
||||
msgstr "constance"
|
||||
|
||||
#: backends/database/models.py:20
|
||||
msgid "constances"
|
||||
msgstr "constances"
|
||||
|
||||
#: templates/admin/constance/change_list.html:58
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#: templates/admin/constance/change_list.html:59
|
||||
msgid "Default"
|
||||
msgstr "Predeterminado"
|
||||
|
||||
#: templates/admin/constance/change_list.html:60
|
||||
msgid "Value"
|
||||
msgstr "Valor"
|
||||
|
||||
#: templates/admin/constance/change_list.html:61
|
||||
msgid "Is modified"
|
||||
msgstr "Está modificado"
|
||||
|
||||
#: templates/admin/constance/change_list.html:87
|
||||
msgid "Save"
|
||||
msgstr "Guardar"
|
||||
|
||||
#: templates/admin/constance/change_list.html:96
|
||||
msgid "Home"
|
||||
msgstr "Inicio"
|
||||
Loading…
Reference in a new issue