Use readable/translatable strings for db choices
This commit is contained in:
parent
9d5bfc494f
commit
992e478e95
14 changed files with 970 additions and 250 deletions
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-09-10 22:50+0000\n"
|
||||
"POT-Creation-Date: 2021-09-11 20:58+0000\n"
|
||||
"PO-Revision-Date: 2021-03-19 11:49+0800\n"
|
||||
"Last-Translator: Reese Porter <reesedporter@gmail.com>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -18,62 +18,101 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: bookwyrm/forms.py:236
|
||||
#: bookwyrm/forms.py:242
|
||||
msgid "A user with this email already exists."
|
||||
msgstr "Ya existe un usuario con ese correo electrónico."
|
||||
|
||||
#: bookwyrm/forms.py:250
|
||||
#: bookwyrm/forms.py:256
|
||||
msgid "One Day"
|
||||
msgstr "Un día"
|
||||
|
||||
#: bookwyrm/forms.py:251
|
||||
#: bookwyrm/forms.py:257
|
||||
msgid "One Week"
|
||||
msgstr "Una semana"
|
||||
|
||||
#: bookwyrm/forms.py:252
|
||||
#: bookwyrm/forms.py:258
|
||||
msgid "One Month"
|
||||
msgstr "Un mes"
|
||||
|
||||
#: bookwyrm/forms.py:253
|
||||
#: bookwyrm/forms.py:259
|
||||
msgid "Does Not Expire"
|
||||
msgstr "Nunca se vence"
|
||||
|
||||
#: bookwyrm/forms.py:258
|
||||
#: bookwyrm/forms.py:264
|
||||
#, python-format
|
||||
msgid "%(count)d uses"
|
||||
msgstr "%(count)d usos"
|
||||
|
||||
#: bookwyrm/forms.py:261
|
||||
#: bookwyrm/forms.py:267
|
||||
msgid "Unlimited"
|
||||
msgstr "Sin límite"
|
||||
|
||||
#: bookwyrm/forms.py:317
|
||||
#: bookwyrm/forms.py:323
|
||||
msgid "List Order"
|
||||
msgstr "Orden de la lista"
|
||||
|
||||
#: bookwyrm/forms.py:318
|
||||
#: bookwyrm/forms.py:324
|
||||
msgid "Book Title"
|
||||
msgstr "Título"
|
||||
|
||||
#: bookwyrm/forms.py:319
|
||||
#: bookwyrm/forms.py:325
|
||||
#: bookwyrm/templates/snippets/create_status/review.html:33
|
||||
#: bookwyrm/templates/user/shelf/shelf.html:117
|
||||
#: bookwyrm/templates/user/shelf/shelf.html:148
|
||||
msgid "Rating"
|
||||
msgstr "Calificación"
|
||||
|
||||
#: bookwyrm/forms.py:321 bookwyrm/templates/lists/list.html:107
|
||||
#: bookwyrm/forms.py:327 bookwyrm/templates/lists/list.html:107
|
||||
msgid "Sort By"
|
||||
msgstr "Ordenar por"
|
||||
|
||||
#: bookwyrm/forms.py:325
|
||||
#: bookwyrm/forms.py:331
|
||||
msgid "Ascending"
|
||||
msgstr "Ascendente"
|
||||
|
||||
#: bookwyrm/forms.py:326
|
||||
#: bookwyrm/forms.py:332
|
||||
msgid "Descending"
|
||||
msgstr "Descendente"
|
||||
|
||||
#: bookwyrm/models/base_model.py:13
|
||||
#, fuzzy
|
||||
#| msgid "Ascending"
|
||||
msgid "Pending"
|
||||
msgstr "Ascendente"
|
||||
|
||||
#: bookwyrm/models/base_model.py:14
|
||||
msgid "Self deletion"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/models/base_model.py:15
|
||||
#, fuzzy
|
||||
#| msgid "Moderator Comments"
|
||||
msgid "Moderator suspension"
|
||||
msgstr "Comentarios de moderador"
|
||||
|
||||
#: bookwyrm/models/base_model.py:16
|
||||
#, fuzzy
|
||||
#| msgid "Duration"
|
||||
msgid "Moderator deletion"
|
||||
msgstr "Duración"
|
||||
|
||||
#: bookwyrm/models/base_model.py:17
|
||||
#, fuzzy
|
||||
#| msgid "Un-block"
|
||||
msgid "Domain block"
|
||||
msgstr "Desbloquear"
|
||||
|
||||
#: bookwyrm/models/federated_server.py:11
|
||||
#: bookwyrm/templates/settings/edit_server.html:40
|
||||
msgid "Federated"
|
||||
msgstr "Federalizado"
|
||||
|
||||
#: bookwyrm/models/federated_server.py:12
|
||||
#: bookwyrm/templates/settings/edit_server.html:41
|
||||
#: bookwyrm/templates/settings/federated_server.html:10
|
||||
msgid "Blocked"
|
||||
msgstr "Bloqueado"
|
||||
|
||||
#: bookwyrm/models/fields.py:27
|
||||
#, python-format
|
||||
msgid "%(value)s is not a valid remote_id"
|
||||
|
@ -715,6 +754,7 @@ msgstr "Código de confirmación:"
|
|||
#: bookwyrm/templates/confirm_email/confirm_email.html:25
|
||||
#: bookwyrm/templates/landing/landing_layout.html:70
|
||||
#: bookwyrm/templates/moderation/report_modal.html:33
|
||||
#: bookwyrm/templates/settings/dashboard.html:93
|
||||
msgid "Submit"
|
||||
msgstr "Enviar"
|
||||
|
||||
|
@ -1388,7 +1428,7 @@ msgid "Settings"
|
|||
msgstr "Configuración"
|
||||
|
||||
#: bookwyrm/templates/layout.html:118
|
||||
#: bookwyrm/templates/settings/layout.html:33
|
||||
#: bookwyrm/templates/settings/layout.html:40
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:15
|
||||
#: bookwyrm/templates/settings/manage_invites.html:3
|
||||
#: bookwyrm/templates/settings/manage_invites.html:15
|
||||
|
@ -1741,7 +1781,7 @@ msgstr "Informes: %(instance_name)s"
|
|||
|
||||
#: bookwyrm/templates/moderation/reports.html:8
|
||||
#: bookwyrm/templates/moderation/reports.html:17
|
||||
#: bookwyrm/templates/settings/layout.html:48
|
||||
#: bookwyrm/templates/settings/layout.html:55
|
||||
msgid "Reports"
|
||||
msgstr "Informes"
|
||||
|
||||
|
@ -2013,7 +2053,7 @@ msgstr "Tipo de búsqueda"
|
|||
|
||||
#: bookwyrm/templates/search/layout.html:23
|
||||
#: bookwyrm/templates/search/layout.html:46
|
||||
#: bookwyrm/templates/settings/layout.html:27
|
||||
#: bookwyrm/templates/settings/layout.html:34
|
||||
#: bookwyrm/templates/user_admin/user_admin.html:3
|
||||
#: bookwyrm/templates/user_admin/user_admin.html:10
|
||||
msgid "Users"
|
||||
|
@ -2053,11 +2093,13 @@ msgstr "Falso"
|
|||
|
||||
#: bookwyrm/templates/settings/announcement.html:47
|
||||
#: bookwyrm/templates/settings/announcement_form.html:40
|
||||
#: bookwyrm/templates/settings/dashboard.html:71
|
||||
msgid "Start date:"
|
||||
msgstr "Fecha de inicio:"
|
||||
|
||||
#: bookwyrm/templates/settings/announcement.html:54
|
||||
#: bookwyrm/templates/settings/announcement_form.html:49
|
||||
#: bookwyrm/templates/settings/dashboard.html:77
|
||||
msgid "End date:"
|
||||
msgstr "Fecha final:"
|
||||
|
||||
|
@ -2091,7 +2133,7 @@ msgstr "Fecha final:"
|
|||
|
||||
#: bookwyrm/templates/settings/announcements.html:3
|
||||
#: bookwyrm/templates/settings/announcements.html:5
|
||||
#: bookwyrm/templates/settings/layout.html:61
|
||||
#: bookwyrm/templates/settings/layout.html:68
|
||||
msgid "Announcements"
|
||||
msgstr "Anuncios"
|
||||
|
||||
|
@ -2128,6 +2170,93 @@ msgstr "activo"
|
|||
msgid "inactive"
|
||||
msgstr "inactivo"
|
||||
|
||||
#: bookwyrm/templates/settings/dashboard.html:6
|
||||
#: bookwyrm/templates/settings/dashboard.html:8
|
||||
#: bookwyrm/templates/settings/layout.html:26
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/dashboard.html:15
|
||||
#, fuzzy
|
||||
#| msgid "Local users"
|
||||
msgid "Total users"
|
||||
msgstr "Usuarios locales"
|
||||
|
||||
#: bookwyrm/templates/settings/dashboard.html:21
|
||||
#: bookwyrm/templates/settings/dashboard_user_chart.html:12
|
||||
msgid "Active this month"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/dashboard.html:27
|
||||
#, fuzzy
|
||||
#| msgid "Status"
|
||||
msgid "Statuses"
|
||||
msgstr "Status"
|
||||
|
||||
#: bookwyrm/templates/settings/dashboard.html:33
|
||||
msgid "Works"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/dashboard.html:43
|
||||
#, fuzzy, python-format
|
||||
#| msgid "%(count)d uses"
|
||||
msgid "%(display_count)s open report"
|
||||
msgid_plural "%(display_count)s open reports"
|
||||
msgstr[0] "%(count)d usos"
|
||||
msgstr[1] "%(count)d usos"
|
||||
|
||||
#: bookwyrm/templates/settings/dashboard.html:54
|
||||
#, fuzzy, python-format
|
||||
#| msgid "%(count)d uses"
|
||||
msgid "%(display_count)s invite request"
|
||||
msgid_plural "%(display_count)s invite requests"
|
||||
msgstr[0] "%(count)d usos"
|
||||
msgstr[1] "%(count)d usos"
|
||||
|
||||
#: bookwyrm/templates/settings/dashboard.html:65
|
||||
#, fuzzy
|
||||
#| msgid "User Activity"
|
||||
msgid "Instance Activity"
|
||||
msgstr "Actividad de usuario"
|
||||
|
||||
#: bookwyrm/templates/settings/dashboard.html:83
|
||||
#, fuzzy
|
||||
#| msgid "Integer"
|
||||
msgid "Interval:"
|
||||
msgstr "Entero"
|
||||
|
||||
#: bookwyrm/templates/settings/dashboard.html:86
|
||||
msgid "Days"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/dashboard.html:87
|
||||
#, fuzzy
|
||||
#| msgid "One Week"
|
||||
msgid "Weeks"
|
||||
msgstr "Una semana"
|
||||
|
||||
#: bookwyrm/templates/settings/dashboard.html:100
|
||||
#, fuzzy
|
||||
#| msgid "User Activity"
|
||||
msgid "User signup activity"
|
||||
msgstr "Actividad de usuario"
|
||||
|
||||
#: bookwyrm/templates/settings/dashboard.html:106
|
||||
#, fuzzy
|
||||
#| msgid "User Activity"
|
||||
msgid "Status activity"
|
||||
msgstr "Actividad de usuario"
|
||||
|
||||
#: bookwyrm/templates/settings/dashboard_status_chart.html:7
|
||||
#, fuzzy
|
||||
#| msgid "No statuses reported"
|
||||
msgid "Statuses posted"
|
||||
msgstr "Ningún estatus reportado"
|
||||
|
||||
#: bookwyrm/templates/settings/dashboard_user_chart.html:7
|
||||
msgid "Total"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/domain_form.html:5
|
||||
#: bookwyrm/templates/settings/email_blocklist.html:10
|
||||
msgid "Add domain"
|
||||
|
@ -2167,15 +2296,6 @@ msgstr "Instancia:"
|
|||
msgid "Status:"
|
||||
msgstr "Status:"
|
||||
|
||||
#: bookwyrm/templates/settings/edit_server.html:40
|
||||
msgid "Federated"
|
||||
msgstr "Federalizado"
|
||||
|
||||
#: bookwyrm/templates/settings/edit_server.html:41
|
||||
#: bookwyrm/templates/settings/federated_server.html:10
|
||||
msgid "Blocked"
|
||||
msgstr "Bloqueado"
|
||||
|
||||
#: bookwyrm/templates/settings/edit_server.html:48
|
||||
#: bookwyrm/templates/settings/federated_server.html:23
|
||||
#: bookwyrm/templates/user_admin/user_info.html:117
|
||||
|
@ -2194,7 +2314,7 @@ msgstr "Notas:"
|
|||
|
||||
#: bookwyrm/templates/settings/email_blocklist.html:5
|
||||
#: bookwyrm/templates/settings/email_blocklist.html:7
|
||||
#: bookwyrm/templates/settings/layout.html:52
|
||||
#: bookwyrm/templates/settings/layout.html:59
|
||||
#, fuzzy
|
||||
#| msgid "Import Blocklist"
|
||||
msgid "Email Blocklist"
|
||||
|
@ -2291,7 +2411,7 @@ msgstr "Todos los usuarios en esta instancia serán re-activados."
|
|||
|
||||
#: bookwyrm/templates/settings/federation.html:3
|
||||
#: bookwyrm/templates/settings/federation.html:5
|
||||
#: bookwyrm/templates/settings/layout.html:38
|
||||
#: bookwyrm/templates/settings/layout.html:45
|
||||
msgid "Federated Instances"
|
||||
msgstr "Instancias federalizadas"
|
||||
|
||||
|
@ -2312,42 +2432,42 @@ msgstr "Software"
|
|||
msgid "Administration"
|
||||
msgstr "Adminstración"
|
||||
|
||||
#: bookwyrm/templates/settings/layout.html:22
|
||||
#: bookwyrm/templates/settings/layout.html:29
|
||||
msgid "Manage Users"
|
||||
msgstr "Administrar usuarios"
|
||||
|
||||
#: bookwyrm/templates/settings/layout.html:44
|
||||
#: bookwyrm/templates/settings/layout.html:51
|
||||
#, fuzzy
|
||||
#| msgid "Duration"
|
||||
msgid "Moderation"
|
||||
msgstr "Duración"
|
||||
|
||||
#: bookwyrm/templates/settings/layout.html:57
|
||||
#: bookwyrm/templates/settings/layout.html:64
|
||||
msgid "Instance Settings"
|
||||
msgstr "Configuración de instancia"
|
||||
|
||||
#: bookwyrm/templates/settings/layout.html:65
|
||||
#: bookwyrm/templates/settings/layout.html:72
|
||||
#: bookwyrm/templates/settings/site.html:4
|
||||
#: bookwyrm/templates/settings/site.html:6
|
||||
msgid "Site Settings"
|
||||
msgstr "Configuración de sitio"
|
||||
|
||||
#: bookwyrm/templates/settings/layout.html:68
|
||||
#: bookwyrm/templates/settings/layout.html:75
|
||||
#: bookwyrm/templates/settings/site.html:13
|
||||
msgid "Instance Info"
|
||||
msgstr "Información de instancia"
|
||||
|
||||
#: bookwyrm/templates/settings/layout.html:69
|
||||
#: bookwyrm/templates/settings/layout.html:76
|
||||
#: bookwyrm/templates/settings/site.html:44
|
||||
msgid "Images"
|
||||
msgstr "Imagenes"
|
||||
|
||||
#: bookwyrm/templates/settings/layout.html:70
|
||||
#: bookwyrm/templates/settings/layout.html:77
|
||||
#: bookwyrm/templates/settings/site.html:64
|
||||
msgid "Footer Content"
|
||||
msgstr "Contenido del pie de página"
|
||||
|
||||
#: bookwyrm/templates/settings/layout.html:71
|
||||
#: bookwyrm/templates/settings/layout.html:78
|
||||
#: bookwyrm/templates/settings/site.html:86
|
||||
msgid "Registration"
|
||||
msgstr "Registración"
|
||||
|
@ -3639,9 +3759,6 @@ msgstr "Actualizaciones de status de {obj.display_name}"
|
|||
#~ msgid "“%(value)s” value must be an integer."
|
||||
#~ msgstr "“%(value)s” valor debe ser un entero."
|
||||
|
||||
#~ msgid "Integer"
|
||||
#~ msgstr "Entero"
|
||||
|
||||
#~ msgid "Big (8 byte) integer"
|
||||
#~ msgstr "Entero grande (8 byte)"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue