forked from mmistakes/so-simple-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
text.yml
67 lines (65 loc) · 1.6 KB
/
text.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Theme text and labels
# English (default)
# -----------------
en: &DEFAULT_EN
skip_links: "Skip links"
skip_primary_nav: "Skip to primary navigation"
skip_content: "Skip to content"
skip_footer: "Skip to footer"
menu_label: "Menu"
by: "by"
min_read: "min read"
read_more: "Read more…"
categories: "Categories"
tags: "Tags"
pages_categorized: "Pages filed under"
pages_tagged: "Pages tagged"
table_of_contents: "Table of Contents"
results_found: "Result(s) found"
share: "Share"
tweet: "Tweet"
next: "Next"
previous: "Previous"
newer: "Newer"
older: "Older"
back_to_top: "Back to Top"
search_placeholder_text: "Enter your search term..."
powered_by: "Powered by"
en-US:
<<: *DEFAULT_EN
en-CA:
<<: *DEFAULT_EN
en-GB:
<<: *DEFAULT_EN
en-AU:
<<: *DEFAULT_EN
# Spanish
# -------
es: &DEFAULT_ES
skip_links: "Saltar enlaces"
skip_primary_nav: "Saltar a la navegación primaria"
skip_content: "Saltar al contenido"
skip_footer: "Saltar al pie de página"
menu_label: "Menú"
by: "por"
min_read: "minuto(s) de lectura"
read_more: "Leer más…"
categories: "Categorías"
tags: "Etiquetas"
pages_categorized: "Páginas archivadas bajo"
pages_tagged: "Páginas etiquetadas"
table_of_contents: "Tabla de contenidos"
results_found: "Resultado(s) encontrado(s)"
share: "Compartir"
tweet: "Tweet"
next: "Siguiente"
previous: "Anterior"
newer: "Nuevo"
older: "Antiguo"
back_to_top: "Volver arriba"
search_placeholder_text: "Ingrese su término de búsqueda ..."
powered_by: "Energizado por"
es-ES:
<<: *DEFAULT_ES
es-CL:
<<: *DEFAULT_ES