Actualiza el código con personalizaciones
Incluye traducciones pendientes y ajusta la presentación de los términos del glosario.
This commit is contained in:
parent
0edadcfed8
commit
e7a491edf4
3 changed files with 41 additions and 2 deletions
|
@ -1322,7 +1322,7 @@ es:
|
||||||
button_project_bookmark_delete: Quitar marcador
|
button_project_bookmark_delete: Quitar marcador
|
||||||
field_history_default_tab: Issue's history default tab
|
field_history_default_tab: Issue's history default tab
|
||||||
label_issue_history_properties: Property changes
|
label_issue_history_properties: Property changes
|
||||||
label_issue_history_notes: Notes
|
label_issue_history_notes: Notas
|
||||||
label_last_tab_visited: Last visited tab
|
label_last_tab_visited: Last visited tab
|
||||||
field_unique_id: Unique ID
|
field_unique_id: Unique ID
|
||||||
text_no_subject: no subject
|
text_no_subject: no subject
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<%= term.category.try!(:name) %>
|
<%= term.category.try!(:name) %>
|
||||||
</td>
|
</td>
|
||||||
<td class="description">
|
<td class="description">
|
||||||
<%= term.description %>
|
<% @paragraphs = Nokogiri::HTML.parse(term.description).css('p') %><%=textilizable @paragraphs.first.inner_html + (@paragraphs.size > 1 ? '<p>…</p>' : '') %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
39
plugins/redmine_glossary/config/locales/es.yml
Normal file
39
plugins/redmine_glossary/config/locales/es.yml
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
# Spanish strings go here for Rails i18n
|
||||||
|
es:
|
||||||
|
label_glossary_terms: Glosario
|
||||||
|
label_glossary_term: Término
|
||||||
|
label_glossary_term_new: Nuevo término
|
||||||
|
label_glossary_term_import_csv: Importar de CSV
|
||||||
|
label_glossary_categories: Categorías
|
||||||
|
label_glossary_category: Categoría
|
||||||
|
label_glossary_category_new: Nueva categoría
|
||||||
|
|
||||||
|
glossary_title: Glosario
|
||||||
|
project_module_glossary: Glosario
|
||||||
|
|
||||||
|
label_view: Ver
|
||||||
|
label_import: Importar
|
||||||
|
label_glossary_index: Índice
|
||||||
|
label_not_categorized: Resto
|
||||||
|
label_grouping: Agrupar
|
||||||
|
label_categorized: Categorías
|
||||||
|
label_glossary_term_plural: Glosario
|
||||||
|
|
||||||
|
index_en: |
|
||||||
|
A B C D E F
|
||||||
|
G H I J K L
|
||||||
|
M N Ñ O P Q
|
||||||
|
R S T U V W
|
||||||
|
X Y Z
|
||||||
|
|
||||||
|
index_rubi: |
|
||||||
|
|
||||||
|
|
||||||
|
permission_view_glossary_terms: Ver glosario
|
||||||
|
permission_manage_glossary_terms: Administrar glosario
|
||||||
|
|
||||||
|
field_name_en: En inglés
|
||||||
|
field_abbr_whole: Acrónimo de
|
||||||
|
field_datatype: Tipo de dato en código
|
||||||
|
field_codename: Abreviatura en código
|
||||||
|
field_rubi: Ruby
|
Loading…
Add table
Add a link
Reference in a new issue