@seafile/seafile-database 0.0.38 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_i18n/i18n-seafile-editor.js +3 -2
- package/package.json +1 -1
- package/public/seafile-editor/locales/ar/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/ca/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/cs/seafile-editor.json +234 -0
- package/public/seafile-editor/locales/de/seafile-editor.json +234 -0
- package/public/seafile-editor/locales/el/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/en/seafile-editor.json +244 -0
- package/public/seafile-editor/locales/es/seafile-editor.json +234 -0
- package/public/seafile-editor/locales/es-AR/seafile-editor.json +169 -0
- package/public/seafile-editor/locales/es-MX/seafile-editor.json +169 -0
- package/public/seafile-editor/locales/es_AR/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/es_MX/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/fa_IR/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/fi/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/fr/seafile-editor.json +234 -0
- package/public/seafile-editor/locales/he/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/hu/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/id/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/is/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/it/seafile-editor.json +234 -0
- package/public/seafile-editor/locales/ja/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/ko/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/lt/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/lv/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/nb_NO/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/nl_NL/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/pl/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/pt_BR/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/ru/seafile-editor.json +234 -0
- package/public/seafile-editor/locales/sk_SK/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/sl_SI/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/sv/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/th_TH/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/tr/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/uk/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/vi/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/zh-CN/seafile-editor.json +241 -0
- package/public/seafile-editor/locales/zh_CN/seafile-editor.json +241 -0
- package/public/seafile-editor/locales/zh_TW/seafile-editor.json +239 -0
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Bold": "Negrita",
|
|
3
|
+
"Italic": "Itálica",
|
|
4
|
+
"Inline_code": "Código",
|
|
5
|
+
"Header_one": "Encabezado 1",
|
|
6
|
+
"Header_two": "Encabezado 2",
|
|
7
|
+
"Header_three": "Encabezado 3",
|
|
8
|
+
"Header_four": "Encabezado 4",
|
|
9
|
+
"Header_five": "Encabezado 5",
|
|
10
|
+
"Header_six": "Encabezado 6",
|
|
11
|
+
"Paragraph": "Párrafo",
|
|
12
|
+
"Quote": "Cita",
|
|
13
|
+
"Ordered_list": "Lista ordenada",
|
|
14
|
+
"Unordered_list": "Lista desordenada",
|
|
15
|
+
"Check_list_item": "Check list item",
|
|
16
|
+
"Insert_image": "Insert image",
|
|
17
|
+
"Insert_formula": "Insert formula",
|
|
18
|
+
"Formula": "Fórmula",
|
|
19
|
+
"Insert_file": "Insert file",
|
|
20
|
+
"Code": "Inline code",
|
|
21
|
+
"Code_block": "Code block",
|
|
22
|
+
"Insert_link": "Insert link",
|
|
23
|
+
"Insert_table": "Insert table",
|
|
24
|
+
"Save": "Guardar",
|
|
25
|
+
"More": "Más",
|
|
26
|
+
"Invalid_url": "URL Inválida",
|
|
27
|
+
"Link_address": "Dirección del enlace",
|
|
28
|
+
"Image_address": "Dirección de la imagen",
|
|
29
|
+
"Submit": "Enviar",
|
|
30
|
+
"Cancel": "Cancelar",
|
|
31
|
+
"Switch_to_plain_text_editor": "Cambiar a editor de texto sin formato",
|
|
32
|
+
"Switch_to_rich_text_editor": "Cambiar a editor de texto enriquecido",
|
|
33
|
+
"Switch_to_viewer": "Switch to markdown viewer",
|
|
34
|
+
"Help": "Ayuda",
|
|
35
|
+
"Delete_table": "Delete table",
|
|
36
|
+
"Column": "Columna",
|
|
37
|
+
"Row": "Fila",
|
|
38
|
+
"Insert_row_before": "Insert row before",
|
|
39
|
+
"Insert_row_after": "Insert row after",
|
|
40
|
+
"Insert_column_before": "Insert column before",
|
|
41
|
+
"Insert_column_after": "Insert column after",
|
|
42
|
+
"Delete_row": "Delete row",
|
|
43
|
+
"Delete_column": "Delete column",
|
|
44
|
+
"Insert_row": "Insert row",
|
|
45
|
+
"Insert_column": "Insert column",
|
|
46
|
+
"Set_align": "Establecer alineación",
|
|
47
|
+
"Left": "Izquierda",
|
|
48
|
+
"Center": "Centrar",
|
|
49
|
+
"Right": "derecha",
|
|
50
|
+
"File_saved": "Archivo guardado",
|
|
51
|
+
"File_failed_to_save": "Fallo al guardar archivo",
|
|
52
|
+
"Star": "Add star",
|
|
53
|
+
"Unstar": "Remove star",
|
|
54
|
+
"Back_to_parent_directory": "Volver a la carpeta superior",
|
|
55
|
+
"Edit": "Editar",
|
|
56
|
+
"Copy": "Copiar",
|
|
57
|
+
"Copied": "Copiado",
|
|
58
|
+
"Internal_link": "Enlace interno",
|
|
59
|
+
"Copy_internal_link": "El enlace interno ha sido copiado al portapapeles",
|
|
60
|
+
"Internal_link_desc": "Un enlace interno es un enlace a un archivo o carpeta que puede ser accedido por usuarios con permiso de lectura al archivo o carpeta. ",
|
|
61
|
+
"Share": "Compartir",
|
|
62
|
+
"Share_link": "Compartir enlace",
|
|
63
|
+
"Generate": "Generar",
|
|
64
|
+
"Add_password_protection": "Agregar protección por contraseña",
|
|
65
|
+
"Password": "Contraseña ",
|
|
66
|
+
"At_least_8_characters": "al menos 8 caracteres",
|
|
67
|
+
"Password_again": "Repetir contraseña",
|
|
68
|
+
"Add_auto_expiration": "Agregar vencimiento automático",
|
|
69
|
+
"Days": "días",
|
|
70
|
+
"Please_enter_password": "Ingresa una contraseña",
|
|
71
|
+
"Greater_than_or_equal_to": "Mayor o igual que",
|
|
72
|
+
"Less_than_or_equal_to": "Menor o igual que",
|
|
73
|
+
"Set_permission": "Establecer permiso",
|
|
74
|
+
"Preview_and_download": "Vista previa y descargar",
|
|
75
|
+
"Preview_only": "Vista previa solamente",
|
|
76
|
+
"Please_enter_valid_days": "Ingresa cantidad válida de días",
|
|
77
|
+
"Please_enter_a_non-negative_integer": "Por favor, ingrese un número entero no negativo",
|
|
78
|
+
"Please_enter_days": "Ingresa cantidad de días",
|
|
79
|
+
"Password_is_too_short": "Contraseña demasiado corta",
|
|
80
|
+
"Passwords_do_not_match": "Las contraseñas no concuerdan",
|
|
81
|
+
"Return_to_wiki_page": "Volver a la página del Wiki",
|
|
82
|
+
"Insert_network_image": "Insertar imágen desde la red",
|
|
83
|
+
"Upload_local_image": "Subir imagen local",
|
|
84
|
+
"Add_link": "Agregar enlace",
|
|
85
|
+
"File_history": "File history",
|
|
86
|
+
"History_version": "History versions",
|
|
87
|
+
"Back_to_viewer": "Volver al Visualizador",
|
|
88
|
+
"Link_title": "Título del enlace",
|
|
89
|
+
"Local_draft": "Borrador local",
|
|
90
|
+
"Use_draft": "Usar borrador",
|
|
91
|
+
"Delete_draft": "Eliminar borrador",
|
|
92
|
+
"You_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?",
|
|
93
|
+
"Local_draft_saved": "Borrador local guardado",
|
|
94
|
+
"New_draft": "New draft",
|
|
95
|
+
"View_draft": "View draft",
|
|
96
|
+
"Publish": "Publicar",
|
|
97
|
+
"This_file_has_a_draft": "Este archivo tiene un borrador",
|
|
98
|
+
"Delete": "Borrar",
|
|
99
|
+
"Comments": "Comentarios",
|
|
100
|
+
"Add_a_comment": "Agregar un comentario...",
|
|
101
|
+
"No_comment_yet": "No hay comentarios.",
|
|
102
|
+
"Mark_as_resolved": "Marcar como resuelto",
|
|
103
|
+
"Ask_for_review": "Solicitar revisión",
|
|
104
|
+
"Review_already_exists": "La revisión ya existe",
|
|
105
|
+
"View_review": "Ver revisión",
|
|
106
|
+
"There_is_an_associated_review_with_this_file": "Hay una revisión asociada con este archivo",
|
|
107
|
+
"Start_review": "Iniciar revisión",
|
|
108
|
+
"This_file_is_in_draft_stage": "Este archivo está en la etapa de borrador",
|
|
109
|
+
"This_file_is_in_review_stage": "Este archivo está en estado de revisión.",
|
|
110
|
+
"This_file_has_been_updated": "Este archivo ha sido actualizado.",
|
|
111
|
+
"Refresh": "Refrescar",
|
|
112
|
+
"Related_files": "archivos relacionados",
|
|
113
|
+
"Related_file": "archivo relacionado",
|
|
114
|
+
"No_tags": "Sin etiquetas",
|
|
115
|
+
"Date": "Fecha",
|
|
116
|
+
"Participants": "Participantes",
|
|
117
|
+
"Meeting_note": "Nota de la reunión",
|
|
118
|
+
"Chooser_document_type": "Elija el tipo de documento",
|
|
119
|
+
"Empty": "Vacío",
|
|
120
|
+
"No_related_files": "Sin archivos relacionados",
|
|
121
|
+
"Outline": "Outline",
|
|
122
|
+
"No_outline": "No hay esquema",
|
|
123
|
+
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Editar archivos en este navegador puede producir algunos problemas en el display.",
|
|
124
|
+
"No_document_improvement_suggestion": "No hay sugerencias para mejorar el documento",
|
|
125
|
+
"Hide_side_panel": "Ocultar panel lateral",
|
|
126
|
+
"Show_side_panel": "Mostrar panel lateral",
|
|
127
|
+
"Show_resolved_comments": "Mostrar comentarios resueltos",
|
|
128
|
+
"Update": "Actualizar",
|
|
129
|
+
"Width": "Ancho",
|
|
130
|
+
"Height": "Alto",
|
|
131
|
+
"Full_screen": "Pantalla completa",
|
|
132
|
+
"Insert_library_image": "Insertar imagen desde la biblioteca",
|
|
133
|
+
"Size": "Tamaño",
|
|
134
|
+
"Location": "Ubicación",
|
|
135
|
+
"Last_update": "Last update",
|
|
136
|
+
"Tags": "Rótulos",
|
|
137
|
+
"Add_participants": "Agregar participantes",
|
|
138
|
+
"Clear_format": "Clear format",
|
|
139
|
+
"Image_address_invalid": "Image address invalid",
|
|
140
|
+
"Shortcut_help": "Ayuda de atajos",
|
|
141
|
+
"Link_address_required": "Link address required",
|
|
142
|
+
"Link_address_invalid": "Link address invalid",
|
|
143
|
+
"Link_title_required": "Link title required",
|
|
144
|
+
"Blank_title_not_allowed": "Blank title not allowed",
|
|
145
|
+
"userHelp": {
|
|
146
|
+
"title": "Atajos de teclado",
|
|
147
|
+
"userHelpData": [
|
|
148
|
+
{
|
|
149
|
+
"shortcutType": "Listar atajos",
|
|
150
|
+
"shortcutData": {
|
|
151
|
+
"Make_list": "Crear lista",
|
|
152
|
+
"Make_ordered_list": "Make ordered list",
|
|
153
|
+
"Insert_new_item": "Insertar nuevo ítem",
|
|
154
|
+
"Insert_child_in_item": "Insert child in item",
|
|
155
|
+
"Increase_depth": "Increase depth"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"shortcutType": "Head shortcuts",
|
|
160
|
+
"shortcutData": {
|
|
161
|
+
"Heading_1": "Encabezado 1",
|
|
162
|
+
"Heading_2": "Encabezado 2",
|
|
163
|
+
"Heading_3": "Encabezado 3",
|
|
164
|
+
"Heading_4": "Encabezado 4",
|
|
165
|
+
"Heading_5": "Encabezado 5",
|
|
166
|
+
"Heading_6": "Encabezado 6"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"shortcutType": "Code block shortcuts",
|
|
171
|
+
"shortcutData": {
|
|
172
|
+
"Make_code_block": "Crear bloque de código",
|
|
173
|
+
"Insert_new_line": "Insertar nueva línea",
|
|
174
|
+
"Escape_code_block": "Escape code block",
|
|
175
|
+
"Insert_indent": "Insert indent"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"shortcutType": "Block quote shortcuts",
|
|
180
|
+
"shortcutData": {
|
|
181
|
+
"Make_block_quote": "Make block quote",
|
|
182
|
+
"Escape_block_quote": "Escape block quote"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"shortcutType": "Atajos de tabla",
|
|
187
|
+
"shortcutData": {
|
|
188
|
+
"Insert_table_row": "Insert table row",
|
|
189
|
+
"Escape_table": "Escape table"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"shortcutType": "Atajos de fórmula",
|
|
194
|
+
"shortcutData": {
|
|
195
|
+
"Insert_formula": "Insert formula"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"shortcutType": "Inline shortcuts",
|
|
200
|
+
"shortcutData": {
|
|
201
|
+
"Bold": "Negrita",
|
|
202
|
+
"Italic": "Itálica",
|
|
203
|
+
"Italic_bold": "Italic bold",
|
|
204
|
+
"Inline_code": "Inline code"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"shortcutType": "Guardar atajos",
|
|
209
|
+
"shortcutData": {
|
|
210
|
+
"Save_file": "Guardar archivo"
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"shortcutType": "Atajos de imagen",
|
|
215
|
+
"shortcutData": {
|
|
216
|
+
"Paste_screen_shot": "Pegar captura de pantalla",
|
|
217
|
+
"Drag_image_from_anywhere_to_upload_it": "Arrastrar imagen desde cualquier sitio para subirla"
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
]
|
|
221
|
+
},
|
|
222
|
+
"Select_field": "Select field",
|
|
223
|
+
"Font_style": "Font style",
|
|
224
|
+
"Open_link": "Open link",
|
|
225
|
+
"Image_is_uploading": "Image is uploading",
|
|
226
|
+
"Image_loading_failed": "Image loading failed",
|
|
227
|
+
"Expand_editor": "Expand editor",
|
|
228
|
+
"Insert_below": "Insert below",
|
|
229
|
+
"Insert_above": "Insert above",
|
|
230
|
+
"Insert_on_the_right": "Insert on the right",
|
|
231
|
+
"Insert_on_the_left": "Insert on the left",
|
|
232
|
+
"Row(s)": "row(s)",
|
|
233
|
+
"Column(s)": "column(s)"
|
|
234
|
+
}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bold": "Negrita",
|
|
3
|
+
"italic": "Itálica",
|
|
4
|
+
"inline_code": "Código",
|
|
5
|
+
"header_one": "Encabezado 1",
|
|
6
|
+
"header_two": "Encabezado 2",
|
|
7
|
+
"header_three": "Encabezado 3",
|
|
8
|
+
"header_four": "Encabezado 4",
|
|
9
|
+
"header_five": "Encabezado 5",
|
|
10
|
+
"header_six": "Encabezado 6",
|
|
11
|
+
"paragraph": "Párrafo",
|
|
12
|
+
"quote": "Cita",
|
|
13
|
+
"ordered_list": "Lista Ordenada",
|
|
14
|
+
"unordered_list": "Lista Desordenada",
|
|
15
|
+
"check_list_item": "Check List Item",
|
|
16
|
+
"insert_image": "Insertar Imagen",
|
|
17
|
+
"code": "Inline Code",
|
|
18
|
+
"code_block": "Bloque de Código",
|
|
19
|
+
"insert_link": "Insertar Enlace",
|
|
20
|
+
"insert_table": "Insertar Tabla",
|
|
21
|
+
"save": "Guardar",
|
|
22
|
+
"more": "Más",
|
|
23
|
+
"invalid_url": "URL Inválida",
|
|
24
|
+
"link_address": "Dirección del enlace",
|
|
25
|
+
"image_address": "Dirección de la imagen",
|
|
26
|
+
"submit": "Enviar",
|
|
27
|
+
"cancel": "Cancelar",
|
|
28
|
+
"switch_to_plain_text_editor": "Cambiar a editor de texto sin formato",
|
|
29
|
+
"switch_to_rich_text_editor": "Cambiar a editor de texto enriquecido",
|
|
30
|
+
"switch_to_viewer": "Cambiar a visualizador Markdown",
|
|
31
|
+
"help": "Ayuda",
|
|
32
|
+
"remove_table": "Eliminar tabla",
|
|
33
|
+
"column": "Columna",
|
|
34
|
+
"row": "Fila",
|
|
35
|
+
"set_align": "Establecer alineación",
|
|
36
|
+
"left": "Izquierda",
|
|
37
|
+
"center": "Centrar",
|
|
38
|
+
"right": "derecha",
|
|
39
|
+
"file_saved": "Archivo guardado",
|
|
40
|
+
"file_failed_to_save": "Fallo al guardar archivo",
|
|
41
|
+
"star": "Add star",
|
|
42
|
+
"unstar": "Remove star",
|
|
43
|
+
"back_to_parent_directory":"Volver a la carpeta superior",
|
|
44
|
+
"edit":"editar",
|
|
45
|
+
"copy": "Copiar",
|
|
46
|
+
"copied": "Copiado",
|
|
47
|
+
"internal_link": "Enlace interno",
|
|
48
|
+
"copy_internal_link": "El enlace interno ha sido copiado al portapapeles",
|
|
49
|
+
"internal_link_desc": "Un enlace interno es un enlace a un archivo o carpeta que puede ser accedido por usuarios con permiso de lectura al archivo o carpeta. ",
|
|
50
|
+
"share": "Compartir",
|
|
51
|
+
"share_link": "Compartir enlace",
|
|
52
|
+
"generate": "Generar",
|
|
53
|
+
"add_password_protection": "Agregar protección por contraseña",
|
|
54
|
+
"password": "Contraseña ",
|
|
55
|
+
"at_least_8_characters": "al menos 8 caracteres",
|
|
56
|
+
"password_again": "Repetir contraseña",
|
|
57
|
+
"add_auto_expiration": "Agregar vencimiento automático",
|
|
58
|
+
"days": "días",
|
|
59
|
+
"please_enter_password": "Ingresa una contraseña",
|
|
60
|
+
"greater_than_or_equal_to": "Mayor o igual que",
|
|
61
|
+
"less_than_or_equal_to": "Menor o igual que",
|
|
62
|
+
"set_permission": "Establecer permiso",
|
|
63
|
+
"preview_and_download": "Vista previa y descargar",
|
|
64
|
+
"preview_only": "Vista previa solamente",
|
|
65
|
+
"please_enter_valid_days": "Ingresa cantidad válida de días",
|
|
66
|
+
"please_enter_a_non-negative_integer": "Por favor, ingrese un número entero no negativo",
|
|
67
|
+
"please_enter_days": "Ingresa cantidad de días",
|
|
68
|
+
"password_is_too_short": "Contraseña demasiado corta",
|
|
69
|
+
"passwords_do_not_match": "Las contraseñas no concuerdan",
|
|
70
|
+
"return_to_wiki_page": "Volver a la página del Wiki",
|
|
71
|
+
"insert_network_image": "Insertar imágen desde la red",
|
|
72
|
+
"upload_local_image": "Subir imagen local",
|
|
73
|
+
"add_link": "Agregar enlace",
|
|
74
|
+
"file_history": "Historial del Archivo",
|
|
75
|
+
"history_version": "Historial de Versiones",
|
|
76
|
+
"back_to_viewer": "Volver al Visualizador",
|
|
77
|
+
"link_title": "Título del enlace",
|
|
78
|
+
"local_draft": "Borrador local",
|
|
79
|
+
"use_draft": "Usar borrador",
|
|
80
|
+
"delete_draft": "Eliminar borrador",
|
|
81
|
+
"you_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?",
|
|
82
|
+
"local_draft_saved": "Borrador local guardado",
|
|
83
|
+
"new_draft": "Nuevo Borrador",
|
|
84
|
+
"edit_draft": "Editar Borrador",
|
|
85
|
+
"this_file_has_a_draft": "Este archivo tiene un borrador",
|
|
86
|
+
"delete": "Borrar",
|
|
87
|
+
"comments": "Comentarios",
|
|
88
|
+
"add_a_comment": "Agregar un comentario...",
|
|
89
|
+
"no_comment_yet": "No hay comentarios.",
|
|
90
|
+
"Mark_as_Resolved": "Marcar como resuelto",
|
|
91
|
+
"ask_for_review": "Solicitar revisión",
|
|
92
|
+
"review_already_exists": "La revisión ya existe",
|
|
93
|
+
"view_review": "Ver revisión",
|
|
94
|
+
"there_is_an_associated_review_with_this_file": "Hay una revisión asociada con este archivo",
|
|
95
|
+
"start_review": "Iniciar revisión",
|
|
96
|
+
"this_file_is_in_draft_stage": "Este archivo está en la etapa de borrador",
|
|
97
|
+
"this_file_is_in_review_stage": "Este archivo está en estado de revisión.",
|
|
98
|
+
"this_file_has_been_updated": "Este archivo ha sido actualizado.",
|
|
99
|
+
"refresh": "Refrescar",
|
|
100
|
+
"related_files": "archivos relacionados",
|
|
101
|
+
"related_file": "archivo relacionado",
|
|
102
|
+
"no_tags": "Sin etiquetas",
|
|
103
|
+
"no_related_files": "Sin archivos relacionados",
|
|
104
|
+
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "",
|
|
105
|
+
"userHelp": {
|
|
106
|
+
"title": "Atajos de teclado",
|
|
107
|
+
"userHelpData": [
|
|
108
|
+
{
|
|
109
|
+
"shortcutType":"Listar atajos",
|
|
110
|
+
"shortcutData": {
|
|
111
|
+
"Make_list": "Crear lista",
|
|
112
|
+
"Make_ordered_list": "Crear lista ordenada",
|
|
113
|
+
"Insert_new_item": "Insertar nuevo ítem",
|
|
114
|
+
"Insert_child_in_item": "Insert child in item",
|
|
115
|
+
"Increase_depth": "Increase depth"
|
|
116
|
+
}
|
|
117
|
+
}, {
|
|
118
|
+
"shortcutType": "Head shortcuts",
|
|
119
|
+
"shortcutData": {
|
|
120
|
+
"Heading_1": "Encabezado 1",
|
|
121
|
+
"Heading_2": "Encabezado 2",
|
|
122
|
+
"Heading_3": "Encabezado 3",
|
|
123
|
+
"Heading_4": "Encabezado 4",
|
|
124
|
+
"Heading_5": "Encabezado 5",
|
|
125
|
+
"Heading_6": "Encabezado 6"
|
|
126
|
+
}
|
|
127
|
+
}, {
|
|
128
|
+
"shortcutType": "Code block shortcuts",
|
|
129
|
+
"shortcutData": {
|
|
130
|
+
"Make_code_block": "Crear bloque de código",
|
|
131
|
+
"Insert_new_line": "Insertar nueva línea",
|
|
132
|
+
"Escape_code_block": "Escape code block",
|
|
133
|
+
"Insert_indent": "Insert indent"
|
|
134
|
+
}
|
|
135
|
+
}, {
|
|
136
|
+
"shortcutType": "Block quote shortcuts",
|
|
137
|
+
"shortcutData": {
|
|
138
|
+
"Make_Block_quote": "Make Block quote",
|
|
139
|
+
"Escape_Block_quote": "Escape Block quote"
|
|
140
|
+
}
|
|
141
|
+
}, {
|
|
142
|
+
"shortcutType": "Atajos de tabla",
|
|
143
|
+
"shortcutData": {
|
|
144
|
+
"Insert_Table_Row": "Insertar fila de tabla",
|
|
145
|
+
"Escape_table": "Escape table"
|
|
146
|
+
}
|
|
147
|
+
}, {
|
|
148
|
+
"shortcutType":"Inline shortcuts",
|
|
149
|
+
"shortcutData": {
|
|
150
|
+
"Bold": "Negrita",
|
|
151
|
+
"Italic": "Itálica",
|
|
152
|
+
"Italic_Bold": "Negrita itálica",
|
|
153
|
+
"Inline_code": "Inline code"
|
|
154
|
+
}
|
|
155
|
+
}, {
|
|
156
|
+
"shortcutType": "Guardar atajos",
|
|
157
|
+
"shortcutData": {
|
|
158
|
+
"Save_file": "Guardar archivo"
|
|
159
|
+
}
|
|
160
|
+
}, {
|
|
161
|
+
"shortcutType": "Atajos de imagen",
|
|
162
|
+
"shortcutData": {
|
|
163
|
+
"Paste_screen_shot": "Pegar captura de pantalla",
|
|
164
|
+
"Drag_image_from_anywhere_to_upload_it": "Arrastrar imagen desde cualquier sitio para subirla"
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
]
|
|
168
|
+
}
|
|
169
|
+
}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bold": "Negrita",
|
|
3
|
+
"italic": "Itálica",
|
|
4
|
+
"inline_code": "Código",
|
|
5
|
+
"header_one": "Encabezado 1",
|
|
6
|
+
"header_two": "Encabezado 2",
|
|
7
|
+
"header_three": "Encabezado 3",
|
|
8
|
+
"header_four": "Encabezado 4",
|
|
9
|
+
"header_five": "Encabezado 5",
|
|
10
|
+
"header_six": "Encabezado 6",
|
|
11
|
+
"paragraph": "Párrafo",
|
|
12
|
+
"quote": "Cita",
|
|
13
|
+
"ordered_list": "Lista Ordenada",
|
|
14
|
+
"unordered_list": "Lista Desordenada",
|
|
15
|
+
"check_list_item": "Check List Item",
|
|
16
|
+
"insert_image": "Insertar Imagen",
|
|
17
|
+
"code": "Inline Code",
|
|
18
|
+
"code_block": "Bloque de Código",
|
|
19
|
+
"insert_link": "Insertar Enlace",
|
|
20
|
+
"insert_table": "Insertar Tabla",
|
|
21
|
+
"save": "Guardar",
|
|
22
|
+
"more": "Más",
|
|
23
|
+
"invalid_url": "URL Inválida",
|
|
24
|
+
"link_address": "Dirección del enlace",
|
|
25
|
+
"image_address": "Dirección de la imagen",
|
|
26
|
+
"submit": "Enviar",
|
|
27
|
+
"cancel": "Cancelar",
|
|
28
|
+
"switch_to_plain_text_editor": "Cambiar a editor de texto sin formato",
|
|
29
|
+
"switch_to_rich_text_editor": "Cambiar a editor de texto enriquecido",
|
|
30
|
+
"switch_to_viewer": "Cambiar a visualizador Markdown",
|
|
31
|
+
"help": "Ayuda",
|
|
32
|
+
"remove_table": "Eliminar tabla",
|
|
33
|
+
"column": "Columna",
|
|
34
|
+
"row": "Fila",
|
|
35
|
+
"set_align": "Establecer alineación",
|
|
36
|
+
"left": "Izquierda",
|
|
37
|
+
"center": "Centrar",
|
|
38
|
+
"right": "derecha",
|
|
39
|
+
"file_saved": "Archivo guardado",
|
|
40
|
+
"file_failed_to_save": "Fallo al guardar archivo",
|
|
41
|
+
"star": "Add star",
|
|
42
|
+
"unstar": "Remove star",
|
|
43
|
+
"back_to_parent_directory":"Volver a la carpeta superior",
|
|
44
|
+
"edit":"editar",
|
|
45
|
+
"copy": "Copiar",
|
|
46
|
+
"copied": "Copiado",
|
|
47
|
+
"internal_link": "Enlace interno",
|
|
48
|
+
"copy_internal_link": "El enlace interno ha sido copiado al portapapeles",
|
|
49
|
+
"internal_link_desc": "Un enlace interno es un enlace a un archivo o carpeta que puede ser accedido por usuarios con permiso de lectura al archivo o carpeta. ",
|
|
50
|
+
"share": "Compartir",
|
|
51
|
+
"share_link": "Compartir enlace",
|
|
52
|
+
"generate": "Generar",
|
|
53
|
+
"add_password_protection": "Agregar protección por contraseña",
|
|
54
|
+
"password": "Contraseña ",
|
|
55
|
+
"at_least_8_characters": "al menos 8 caracteres",
|
|
56
|
+
"password_again": "Repetir contraseña",
|
|
57
|
+
"add_auto_expiration": "Agregar vencimiento automático",
|
|
58
|
+
"days": "días",
|
|
59
|
+
"please_enter_password": "Ingresa una contraseña",
|
|
60
|
+
"greater_than_or_equal_to": "Mayor o igual que",
|
|
61
|
+
"less_than_or_equal_to": "Menor o igual que",
|
|
62
|
+
"set_permission": "Establecer permiso",
|
|
63
|
+
"preview_and_download": "Vista previa y descargar",
|
|
64
|
+
"preview_only": "Vista previa solamente",
|
|
65
|
+
"please_enter_valid_days": "Ingresa cantidad válida de días",
|
|
66
|
+
"please_enter_a_non-negative_integer": "Por favor, ingrese un número entero no negativo",
|
|
67
|
+
"please_enter_days": "Ingresa cantidad de días",
|
|
68
|
+
"password_is_too_short": "Contraseña demasiado corta",
|
|
69
|
+
"passwords_do_not_match": "Las contraseñas no concuerdan",
|
|
70
|
+
"return_to_wiki_page": "Volver a la página del Wiki",
|
|
71
|
+
"insert_network_image": "Insertar imágen desde la red",
|
|
72
|
+
"upload_local_image": "Subir imagen local",
|
|
73
|
+
"add_link": "Agregar enlace",
|
|
74
|
+
"file_history": "Historial del Archivo",
|
|
75
|
+
"history_version": "Historial de Versiones",
|
|
76
|
+
"back_to_viewer": "Volver al Visualizador",
|
|
77
|
+
"link_title": "Título del enlace",
|
|
78
|
+
"local_draft": "Borrador local",
|
|
79
|
+
"use_draft": "Usar borrador",
|
|
80
|
+
"delete_draft": "Eliminar borrador",
|
|
81
|
+
"you_have_an_unsaved_draft_do_you_like_to_use_it": "Tienes un borrador sin guardar. ¿Deseas utilizarlo?",
|
|
82
|
+
"local_draft_saved": "Borrador local guardado",
|
|
83
|
+
"new_draft": "Nuevo Borrador",
|
|
84
|
+
"edit_draft": "Editar Borrador",
|
|
85
|
+
"this_file_has_a_draft": "Este archivo tiene un borrador",
|
|
86
|
+
"delete": "Borrar",
|
|
87
|
+
"comments": "Comentarios",
|
|
88
|
+
"add_a_comment": "Agregar un comentario...",
|
|
89
|
+
"no_comment_yet": "No hay comentarios.",
|
|
90
|
+
"Mark_as_Resolved": "Marcar como resuelto",
|
|
91
|
+
"ask_for_review": "Solicitar revisión",
|
|
92
|
+
"review_already_exists": "La revisión ya existe",
|
|
93
|
+
"view_review": "Ver revisión",
|
|
94
|
+
"there_is_an_associated_review_with_this_file": "Hay una revisión asociada con este archivo",
|
|
95
|
+
"start_review": "Iniciar revisión",
|
|
96
|
+
"this_file_is_in_draft_stage": "Este archivo está en la etapa de borrador",
|
|
97
|
+
"this_file_is_in_review_stage": "Este archivo está en estado de revisión.",
|
|
98
|
+
"this_file_has_been_updated": "Este archivo ha sido actualizado.",
|
|
99
|
+
"refresh": "Refrescar",
|
|
100
|
+
"related_files": "archivos relacionados",
|
|
101
|
+
"related_file": "archivo relacionado",
|
|
102
|
+
"no_tags": "Sin etiquetas",
|
|
103
|
+
"no_related_files": "Sin archivos relacionados",
|
|
104
|
+
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "",
|
|
105
|
+
"userHelp": {
|
|
106
|
+
"title": "Atajos de teclado",
|
|
107
|
+
"userHelpData": [
|
|
108
|
+
{
|
|
109
|
+
"shortcutType":"Listar atajos",
|
|
110
|
+
"shortcutData": {
|
|
111
|
+
"Make_list": "Crear lista",
|
|
112
|
+
"Make_ordered_list": "Crear lista ordenada",
|
|
113
|
+
"Insert_new_item": "Insertar nuevo ítem",
|
|
114
|
+
"Insert_child_in_item": "Insert child in item",
|
|
115
|
+
"Increase_depth": "Increase depth"
|
|
116
|
+
}
|
|
117
|
+
}, {
|
|
118
|
+
"shortcutType": "Head shortcuts",
|
|
119
|
+
"shortcutData": {
|
|
120
|
+
"Heading_1": "Encabezado 1",
|
|
121
|
+
"Heading_2": "Encabezado 2",
|
|
122
|
+
"Heading_3": "Encabezado 3",
|
|
123
|
+
"Heading_4": "Encabezado 4",
|
|
124
|
+
"Heading_5": "Encabezado 5",
|
|
125
|
+
"Heading_6": "Encabezado 6"
|
|
126
|
+
}
|
|
127
|
+
}, {
|
|
128
|
+
"shortcutType": "Code block shortcuts",
|
|
129
|
+
"shortcutData": {
|
|
130
|
+
"Make_code_block": "Crear bloque de código",
|
|
131
|
+
"Insert_new_line": "Insertar nueva línea",
|
|
132
|
+
"Escape_code_block": "Escape code block",
|
|
133
|
+
"Insert_indent": "Insert indent"
|
|
134
|
+
}
|
|
135
|
+
}, {
|
|
136
|
+
"shortcutType": "Block quote shortcuts",
|
|
137
|
+
"shortcutData": {
|
|
138
|
+
"Make_Block_quote": "Make Block quote",
|
|
139
|
+
"Escape_Block_quote": "Escape Block quote"
|
|
140
|
+
}
|
|
141
|
+
}, {
|
|
142
|
+
"shortcutType": "Atajos de tabla",
|
|
143
|
+
"shortcutData": {
|
|
144
|
+
"Insert_Table_Row": "Insertar fila de tabla",
|
|
145
|
+
"Escape_table": "Escape table"
|
|
146
|
+
}
|
|
147
|
+
}, {
|
|
148
|
+
"shortcutType":"Inline shortcuts",
|
|
149
|
+
"shortcutData": {
|
|
150
|
+
"Bold": "Negrita",
|
|
151
|
+
"Italic": "Itálica",
|
|
152
|
+
"Italic_Bold": "Negrita itálica",
|
|
153
|
+
"Inline_code": "Inline code"
|
|
154
|
+
}
|
|
155
|
+
}, {
|
|
156
|
+
"shortcutType": "Guardar atajos",
|
|
157
|
+
"shortcutData": {
|
|
158
|
+
"Save_file": "Guardar archivo"
|
|
159
|
+
}
|
|
160
|
+
}, {
|
|
161
|
+
"shortcutType": "Atajos de imagen",
|
|
162
|
+
"shortcutData": {
|
|
163
|
+
"Paste_screen_shot": "Pegar captura de pantalla",
|
|
164
|
+
"Drag_image_from_anywhere_to_upload_it": "Arrastrar imagen desde cualquier sitio para subirla"
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
]
|
|
168
|
+
}
|
|
169
|
+
}
|