@seafile/seafile-database 0.0.37 → 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/dist/common/components/toaster/toaster.js +1 -1
- package/dist/common/utils/utils.js +1 -1
- package/dist/components/cell-formatter/rate/index.js +1 -1
- package/dist/components/popover/filter-popover/advanced-filters/filter-item/index.js +1 -1
- package/dist/context.js +10 -10
- package/dist/views/card/card-items/card-item/formatter.js +23 -2
- package/dist/views/card/card-items/card-item/index.js +5 -5
- package/dist/views/table/formatters/index.js +1 -1
- package/dist/views/table/table-main/rows/group-body/index.js +2 -2
- package/dist/views/table/utils/grid-utils.js +10 -10
- package/package.json +18 -10
- 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,239 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Bold": "Negreta",
|
|
3
|
+
"Italic": "Cursiva",
|
|
4
|
+
"Inline_code": "Codi en línia",
|
|
5
|
+
"Header_one": "Títol 1",
|
|
6
|
+
"Header_two": "Títol 2",
|
|
7
|
+
"Header_three": "Títol 3",
|
|
8
|
+
"Header_four": "Títol 4",
|
|
9
|
+
"Header_five": "Títol 5",
|
|
10
|
+
"Header_six": "Títol 6",
|
|
11
|
+
"Paragraph": "Paràgraf",
|
|
12
|
+
"Quote": "Cita",
|
|
13
|
+
"Ordered_list": "Llista ordenada",
|
|
14
|
+
"Unordered_list": "Llista no ordenada",
|
|
15
|
+
"Check_list_item": "Element de llista de verificació",
|
|
16
|
+
"Insert_image": "Insereix una imatge",
|
|
17
|
+
"Insert_formula": "Insereix una fórmula",
|
|
18
|
+
"Formula": "Fórmula",
|
|
19
|
+
"Insert_file": "Insereix un fitxer",
|
|
20
|
+
"Code": "Codi",
|
|
21
|
+
"Code_block": "Bloc de codi",
|
|
22
|
+
"Insert_link": "Insereix un enllaç",
|
|
23
|
+
"Insert_table": "Insereix una taula",
|
|
24
|
+
"Save": "Desa",
|
|
25
|
+
"More": "Més",
|
|
26
|
+
"Invalid_url": "URL no vàlida",
|
|
27
|
+
"Link_address": "Adreça de l'enllaç",
|
|
28
|
+
"Image_address": "Adreça de l'imatge",
|
|
29
|
+
"Submit": "Envia",
|
|
30
|
+
"Cancel": "Cancela",
|
|
31
|
+
"Switch_to_plain_text_editor": "Canvia al editor de text pla",
|
|
32
|
+
"Switch_to_rich_text_editor": "Canvia al editor de text ràpid",
|
|
33
|
+
"Switch_to_viewer": "Canvia al visualitzador",
|
|
34
|
+
"Help": "Ajuda",
|
|
35
|
+
"Delete_table": "Elimina la taula",
|
|
36
|
+
"Column": "Columna",
|
|
37
|
+
"Row": "Fila",
|
|
38
|
+
"Insert_row_before": "Insereix una fila abans",
|
|
39
|
+
"Insert_row_after": "Insereix una fila després",
|
|
40
|
+
"Insert_column_before": "Insereix una columna abans",
|
|
41
|
+
"Insert_column_after": "Insereix una columna després",
|
|
42
|
+
"Delete_row": "Elimina la fila",
|
|
43
|
+
"Delete_column": "Elimina la columna",
|
|
44
|
+
"Insert_row": "Insereix una fila",
|
|
45
|
+
"Insert_column": "Insereix una columna",
|
|
46
|
+
"Set_align": "Alinea",
|
|
47
|
+
"Left": "Esquerra",
|
|
48
|
+
"Center": "Centrat",
|
|
49
|
+
"Right": "Dreta",
|
|
50
|
+
"File_saved": "El fitxer s'ha guardat",
|
|
51
|
+
"File_failed_to_save": "El fitxer no s'ha pogut guardar",
|
|
52
|
+
"Star": "Estrella",
|
|
53
|
+
"Unstar": "Retira l'estrella",
|
|
54
|
+
"Back_to_parent_directory": "Torna al directori pare",
|
|
55
|
+
"Edit": "Edita",
|
|
56
|
+
"Copy": "Còpia",
|
|
57
|
+
"Copied": "Copiada",
|
|
58
|
+
"Internal_link": "Enllaç intern",
|
|
59
|
+
"Copy_internal_link": "Copia l'enllaç intern",
|
|
60
|
+
"Internal_link_desc": "Descripció de l'enllaç intern",
|
|
61
|
+
"Share": "Comparteix",
|
|
62
|
+
"Share_link": "Comparteix l'enllaç",
|
|
63
|
+
"Generate": "Genera",
|
|
64
|
+
"Add_password_protection": "Afegeix protecció per contrasenya",
|
|
65
|
+
"Password": "Contrasenya",
|
|
66
|
+
"At_least_8_characters": "Mínim 8 caràcters",
|
|
67
|
+
"Password_again": "Repeteix la contrasenya",
|
|
68
|
+
"Add_auto_expiration": "Afegeix expiració automàtica",
|
|
69
|
+
"Days": "dies",
|
|
70
|
+
"Please_enter_password": "Introduïu la contrasenya",
|
|
71
|
+
"Greater_than_or_equal_to": "Major o igual a",
|
|
72
|
+
"Less_than_or_equal_to": "Menor o igual a",
|
|
73
|
+
"Set_permission": "Estableix permisos",
|
|
74
|
+
"Preview_and_download": "Previsualitza i descarrega",
|
|
75
|
+
"Preview_only": "Previsualitza només",
|
|
76
|
+
"Please_enter_valid_days": "Introduïu un nombre vàlid de dies",
|
|
77
|
+
"Please_enter_a_non-negative_integer": "Introduïu un nombre enter no negatiu",
|
|
78
|
+
"Please_enter_days": "Introduïu els dies",
|
|
79
|
+
"Password_is_too_short": "La contrasenya és massa curta",
|
|
80
|
+
"Passwords_do_not_match": "Les contrasenyes no coincideixen",
|
|
81
|
+
"Return_to_wiki_page": "Torna a la pàgina de wiki",
|
|
82
|
+
"Insert_network_image": "Insereix una imatge de xarxa",
|
|
83
|
+
"Upload_local_image": "Carrega una imatge local",
|
|
84
|
+
"Add_link": "Afegeix un enllaç",
|
|
85
|
+
"File_history": " història del fitxer",
|
|
86
|
+
"History_version": "Versió de l'història",
|
|
87
|
+
"Back_to_viewer": "Torna al visualitzador",
|
|
88
|
+
"Link_title": "Títol de l'enllaç",
|
|
89
|
+
"Local_draft": "Borrador local",
|
|
90
|
+
"Use_draft": "Utilitza el borrador",
|
|
91
|
+
"Delete_draft": "Elimina el borrador",
|
|
92
|
+
"You_have_an_unsaved_draft_do_you_like_to_use_it": "Heu hagut un borrador no guardat. Vols utilitzar-lo?",
|
|
93
|
+
"Local_draft_saved": "El borrador local s'ha guardat",
|
|
94
|
+
"New_draft": "Nou borrador",
|
|
95
|
+
"View_draft": "Visualitza el borrador",
|
|
96
|
+
"Publish": "Publica",
|
|
97
|
+
"This_file_has_a_draft": "Aquest fitxer té un borrador",
|
|
98
|
+
"Delete": "Elimina",
|
|
99
|
+
"Comments": "Comentaris",
|
|
100
|
+
"Add_a_comment": "Afegeix un comentari",
|
|
101
|
+
"No_comment_yet": "Encara no hi ha comentaris",
|
|
102
|
+
"Mark_as_resolved": "Marca com a resolut",
|
|
103
|
+
"Ask_for_review": "Pregunta per revisió",
|
|
104
|
+
"Review_already_exists": "Ja existeix una revisió",
|
|
105
|
+
"View_review": "Visualitza la revisió",
|
|
106
|
+
"There_is_an_associated_review_with_this_file": "Hi ha una revisió associada a aquest fitxer",
|
|
107
|
+
"Start_review": "Inicia la revisió",
|
|
108
|
+
"This_file_is_in_draft_stage": "Aquest fitxer està en estil borrador",
|
|
109
|
+
"This_file_is_in_review_stage": "Aquest fitxer està en estil revisió",
|
|
110
|
+
"This_file_has_been_updated": "Aquest fitxer s'ha actualitzat",
|
|
111
|
+
"Refresh": "Refresca",
|
|
112
|
+
"Related_files": "Fitxers relacionats",
|
|
113
|
+
"Related_file": "Fitxer relacionat",
|
|
114
|
+
"No_tags": "Encara no hi ha etiquetes",
|
|
115
|
+
"Date": "Data",
|
|
116
|
+
"Participants": "Participants",
|
|
117
|
+
"Meeting_note": "Nota de la reunió",
|
|
118
|
+
"Chooser_document_type": "Selector de tipus de document",
|
|
119
|
+
"Empty": "Buit",
|
|
120
|
+
"No_related_files": "Encara no hi ha fitxers relacionats",
|
|
121
|
+
"Outline": "Índex",
|
|
122
|
+
"No_outline": "Encara no hi ha índex",
|
|
123
|
+
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Editar fitxers en aquest navegador pot llançar problemes de visualització lleugerament",
|
|
124
|
+
"No_document_improvement_suggestion": "Encara no hi ha suggeriments d'amélioration de document",
|
|
125
|
+
"Hide_side_panel": "Amaga el panell lateral",
|
|
126
|
+
"Show_side_panel": "Mostra el panell lateral",
|
|
127
|
+
"Show_resolved_comments": "Mostra els comentaris resolts",
|
|
128
|
+
"Update": "Actualitza",
|
|
129
|
+
"Width": "Amplada",
|
|
130
|
+
"Height": "Alçada",
|
|
131
|
+
"Full_screen": "Pantalla completa",
|
|
132
|
+
"Insert_library_image": "Insereix una imatge de la biblioteca",
|
|
133
|
+
"Size": "Mida",
|
|
134
|
+
"Location": "Localització",
|
|
135
|
+
"Last_update": "Última actualització",
|
|
136
|
+
"Tags": "Etiquetes",
|
|
137
|
+
"Add_participants": "Afegeix participants",
|
|
138
|
+
"Clear_format": "Neteja el format",
|
|
139
|
+
"Image_address_invalid": "Adreça d'imatge no vàlida",
|
|
140
|
+
"Shortcut_help": "Ajuda de les accions",
|
|
141
|
+
"Link_address_required": "Adreça d'enllaç requerida",
|
|
142
|
+
"Link_address_invalid": "Adreça d'enllaç no vàlida",
|
|
143
|
+
"Link_title_required": "Títol d'enllaç requerit",
|
|
144
|
+
"Blank_title_not_allowed": "Títol en blanc no permetut",
|
|
145
|
+
"userHelp": {
|
|
146
|
+
"title": "Ajuda de les accions",
|
|
147
|
+
"userHelpData": [
|
|
148
|
+
{
|
|
149
|
+
"shortcutType": "Text_formatting",
|
|
150
|
+
"shortcutData": {
|
|
151
|
+
"Make_list": "Crea llista",
|
|
152
|
+
"Make_ordered_list": "Crea llista ordenada",
|
|
153
|
+
"Insert_new_item": "Insereix un nou element",
|
|
154
|
+
"Insert_child_in_item": "Insereix un fill en l'element",
|
|
155
|
+
"Increase_depth": "Incrementa la profunditat"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"shortcutType": "Headings",
|
|
160
|
+
"shortcutData": {
|
|
161
|
+
"Heading_1": "Títol 1",
|
|
162
|
+
"Heading_2": "Títol 2",
|
|
163
|
+
"Heading_3": "Títol 3",
|
|
164
|
+
"Heading_4": "Títol 4",
|
|
165
|
+
"Heading_5": "Títol 5",
|
|
166
|
+
"Heading_6": "Títol 6"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"shortcutType": "Code",
|
|
171
|
+
"shortcutData": {
|
|
172
|
+
"Make_code_block": "Crea bloc de codi",
|
|
173
|
+
"Insert_new_line": "Insereix una nova línia",
|
|
174
|
+
"Escape_code_block": "Sortir del bloc de codi",
|
|
175
|
+
"Insert_indent": "Insereix indentació"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"shortcutType": "Block_quote",
|
|
180
|
+
"shortcutData": {
|
|
181
|
+
"Make_block_quote": "Crea cita",
|
|
182
|
+
"Escape_block_quote": "Sortir de la cita"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"shortcutType": "Table",
|
|
187
|
+
"shortcutData": {
|
|
188
|
+
"Insert_table_row": "Insereix una fila de la taula",
|
|
189
|
+
"Escape_table": "Sortir de la taula"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"shortcutType": "Formula",
|
|
194
|
+
"shortcutData": {
|
|
195
|
+
"Insert_formula": "Insereix una fórmula"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"shortcutType": "Text_formatting",
|
|
200
|
+
"shortcutData": {
|
|
201
|
+
"Bold": "Negreta",
|
|
202
|
+
"Italic": "Cursiva",
|
|
203
|
+
"Italic_bold": "Cursiva negreta",
|
|
204
|
+
"Inline_code": "Codi en línia"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"shortcutType": "Save",
|
|
209
|
+
"shortcutData": {
|
|
210
|
+
"Save_file": "Desa el fitxer"
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"shortcutType": "Paste",
|
|
215
|
+
"shortcutData": {
|
|
216
|
+
"Paste_screen_shot": "Pega una captura d'ecran",
|
|
217
|
+
"Drag_image_from_anywhere_to_upload_it": "Arrastra una imatge de qualsevol lloc per a carregar-la"
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
]
|
|
221
|
+
},
|
|
222
|
+
"Select_field": "Selecciona el camp",
|
|
223
|
+
"Font_style": "Estil de la font",
|
|
224
|
+
"Open_link": "Obre enllaç",
|
|
225
|
+
"Image_is_uploading": "S'està carregant l'imatge",
|
|
226
|
+
"Image_loading_failed": "S'ha produït un error en carregar l'imatge",
|
|
227
|
+
"Expand_editor": "Expandeix l'editor",
|
|
228
|
+
"Insert_below": "Insereix sota",
|
|
229
|
+
"Insert_above": "Insereix sobre",
|
|
230
|
+
"Insert_on_the_right": "Insereix a la dreta",
|
|
231
|
+
"Insert_on_the_left": "Insereix a l'esquerra",
|
|
232
|
+
"Row(s)": "Files",
|
|
233
|
+
"Column(s)": "Columnes",
|
|
234
|
+
"Insert": "Insereix",
|
|
235
|
+
"Horizontal_align": "Alineació horitzontal",
|
|
236
|
+
"Underline": "Subratllat",
|
|
237
|
+
"Row_number": "Número de fila",
|
|
238
|
+
"Column_number": "Número de columna"
|
|
239
|
+
}
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Bold": "Tučně",
|
|
3
|
+
"Italic": "Kurzíva",
|
|
4
|
+
"Inline_code": "Kód",
|
|
5
|
+
"Header_one": "Záhlaví 1",
|
|
6
|
+
"Header_two": "Záhlaví 2",
|
|
7
|
+
"Header_three": "Záhlaví 3",
|
|
8
|
+
"Header_four": "Záhlaví 4",
|
|
9
|
+
"Header_five": "Záhlaví 5",
|
|
10
|
+
"Header_six": "Záhlaví 6",
|
|
11
|
+
"Paragraph": "Odstavec",
|
|
12
|
+
"Quote": "Citace",
|
|
13
|
+
"Ordered_list": "Seřazený seznam",
|
|
14
|
+
"Unordered_list": "Neseřazený seznam",
|
|
15
|
+
"Check_list_item": "Check list item",
|
|
16
|
+
"Insert_image": "Insert image",
|
|
17
|
+
"Insert_formula": "Vložit vzorec",
|
|
18
|
+
"Formula": "Vzorec",
|
|
19
|
+
"Insert_file": "Insert file",
|
|
20
|
+
"Code": "Řádkový kód",
|
|
21
|
+
"Code_block": "Code block",
|
|
22
|
+
"Insert_link": "Insert link",
|
|
23
|
+
"Insert_table": "Insert table",
|
|
24
|
+
"Save": "Uložit",
|
|
25
|
+
"More": "Více",
|
|
26
|
+
"Invalid_url": "Chybná URL",
|
|
27
|
+
"Link_address": "Adresa odkazu",
|
|
28
|
+
"Image_address": "Adresa obrázku",
|
|
29
|
+
"Submit": "Odeslat",
|
|
30
|
+
"Cancel": "Storno",
|
|
31
|
+
"Switch_to_plain_text_editor": "Přepnout do textového editoru",
|
|
32
|
+
"Switch_to_rich_text_editor": "Přepnout do rozšířeného textového editoru",
|
|
33
|
+
"Switch_to_viewer": "Switch to markdown viewer",
|
|
34
|
+
"Help": "Pomoc",
|
|
35
|
+
"Delete_table": "Delete table",
|
|
36
|
+
"Column": "Sloupec",
|
|
37
|
+
"Row": "Řádek",
|
|
38
|
+
"Insert_row_before": "Vložit řádku před",
|
|
39
|
+
"Insert_row_after": "Vložit řádek za",
|
|
40
|
+
"Insert_column_before": "Vložit sloupec před",
|
|
41
|
+
"Insert_column_after": "Vložit sloupec za",
|
|
42
|
+
"Delete_row": "Delete row",
|
|
43
|
+
"Delete_column": "Delete column",
|
|
44
|
+
"Insert_row": "Vložit řádek",
|
|
45
|
+
"Insert_column": "Vložit sloupec",
|
|
46
|
+
"Set_align": "Nastavit zarovnání",
|
|
47
|
+
"Left": "Vlevo",
|
|
48
|
+
"Center": "Střed",
|
|
49
|
+
"Right": "Vpravo",
|
|
50
|
+
"File_saved": "Soubor uložen",
|
|
51
|
+
"File_failed_to_save": "Soubor nebyl uložen",
|
|
52
|
+
"Star": "Přidat hvězdičku",
|
|
53
|
+
"Unstar": "Odebrat hvězdičku",
|
|
54
|
+
"Back_to_parent_directory": "Zpět do nadřazeného adresáře",
|
|
55
|
+
"Edit": "Upravit",
|
|
56
|
+
"Copy": "Kopírovat",
|
|
57
|
+
"Copied": "Zkopírováno",
|
|
58
|
+
"Internal_link": "Interní odkaz",
|
|
59
|
+
"Copy_internal_link": "Interní odkaz byl zkopírován do schránky",
|
|
60
|
+
"Internal_link_desc": "Interní odkaz směřuje na soubor nebo složku u které má uživatel oprávnění ke čtení.",
|
|
61
|
+
"Share": "Sdílet",
|
|
62
|
+
"Share_link": "Veřejný odkaz",
|
|
63
|
+
"Generate": "Generovat",
|
|
64
|
+
"Add_password_protection": "Přidat ochranu heslem",
|
|
65
|
+
"Password": "Heslo",
|
|
66
|
+
"At_least_8_characters": "nejméně 8 znaků",
|
|
67
|
+
"Password_again": "Heslo znovu",
|
|
68
|
+
"Add_auto_expiration": "Přidat automatickou expiraci",
|
|
69
|
+
"Days": "dní",
|
|
70
|
+
"Please_enter_password": "Zadejte heslo",
|
|
71
|
+
"Greater_than_or_equal_to": "Vyšší nebo rovno",
|
|
72
|
+
"Less_than_or_equal_to": "Nižší nebo rovno",
|
|
73
|
+
"Set_permission": "Nastavit oprávnění",
|
|
74
|
+
"Preview_and_download": "Zobrazit a stáhnout",
|
|
75
|
+
"Preview_only": "Pouze zobrazit",
|
|
76
|
+
"Please_enter_valid_days": "Zadejte platné dny",
|
|
77
|
+
"Please_enter_a_non-negative_integer": "Vložte prosím nezáporné celé číslo",
|
|
78
|
+
"Please_enter_days": "Prosím zadejte dny",
|
|
79
|
+
"Password_is_too_short": "Heslo je příliš krátké.",
|
|
80
|
+
"Passwords_do_not_match": "Hesla nesouhlasí",
|
|
81
|
+
"Return_to_wiki_page": "Návrat na stránku Wiki",
|
|
82
|
+
"Insert_network_image": "Vložit síťový obrázek",
|
|
83
|
+
"Upload_local_image": "Nahrát lokální obrázek",
|
|
84
|
+
"Add_link": "Přidat odkaz",
|
|
85
|
+
"File_history": "File history",
|
|
86
|
+
"History_version": "History versions",
|
|
87
|
+
"Back_to_viewer": "Zpět na prohlížeč",
|
|
88
|
+
"Link_title": "Název odkazu",
|
|
89
|
+
"Local_draft": "Místní koncept",
|
|
90
|
+
"Use_draft": "Použít koncept",
|
|
91
|
+
"Delete_draft": "Smazat koncept",
|
|
92
|
+
"You_have_an_unsaved_draft_do_you_like_to_use_it": "Máte neuložený koncept. Chcete ho použít?",
|
|
93
|
+
"Local_draft_saved": "Místní koncept byl uložen",
|
|
94
|
+
"New_draft": "New draft",
|
|
95
|
+
"View_draft": "View draft",
|
|
96
|
+
"Publish": "Zveřejnit",
|
|
97
|
+
"This_file_has_a_draft": "Tento soubor má koncept.",
|
|
98
|
+
"Delete": "Smazat",
|
|
99
|
+
"Comments": "Komentáře",
|
|
100
|
+
"Add_a_comment": "Přidat komentář…",
|
|
101
|
+
"No_comment_yet": "Žádné komentáře",
|
|
102
|
+
"Mark_as_resolved": "Označit jako vyřešené",
|
|
103
|
+
"Ask_for_review": "Požádat o kontrolu",
|
|
104
|
+
"Review_already_exists": "Kontrola již existuje. ",
|
|
105
|
+
"View_review": "Zobrazit kontrolu",
|
|
106
|
+
"There_is_an_associated_review_with_this_file": "K tomuto souboru je přiřazená kontrola",
|
|
107
|
+
"Start_review": "Začít kontrolu",
|
|
108
|
+
"This_file_is_in_draft_stage": "Tento soubor je ve fázi návrhu.",
|
|
109
|
+
"This_file_is_in_review_stage": "Tento soubor je ve fázi kontroly.",
|
|
110
|
+
"This_file_has_been_updated": "Tento soubor byl aktualizován.",
|
|
111
|
+
"Refresh": "Obnovit",
|
|
112
|
+
"Related_files": "související soubory",
|
|
113
|
+
"Related_file": "související soubor",
|
|
114
|
+
"No_tags": "Žádné značky",
|
|
115
|
+
"Date": "Datum",
|
|
116
|
+
"Participants": "Účastníci",
|
|
117
|
+
"Meeting_note": "Poznámky ze schůzky",
|
|
118
|
+
"Chooser_document_type": "Výběr typu dokumentu",
|
|
119
|
+
"Empty": "Prázdný",
|
|
120
|
+
"No_related_files": "Žádné související soubory",
|
|
121
|
+
"Outline": "Outline",
|
|
122
|
+
"No_outline": "Bez obrysu",
|
|
123
|
+
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Úpravy souborů v tomto prohlížeči mohou způsobit malé problémy se zobrazením.",
|
|
124
|
+
"No_document_improvement_suggestion": "Žádný návrh na zlepšení dokumentu",
|
|
125
|
+
"Hide_side_panel": "Skrýt postranní panel",
|
|
126
|
+
"Show_side_panel": "Zobrazit postranní panel",
|
|
127
|
+
"Show_resolved_comments": "Zobrazit vyřešené komentáře",
|
|
128
|
+
"Update": "Aktualizovat",
|
|
129
|
+
"Width": "Šířka",
|
|
130
|
+
"Height": "Výška",
|
|
131
|
+
"Full_screen": "Celá obrazovka",
|
|
132
|
+
"Insert_library_image": "Vložit obrázek knihovny",
|
|
133
|
+
"Size": "Velikost",
|
|
134
|
+
"Location": "Umístění",
|
|
135
|
+
"Last_update": "Poslední aktualizace",
|
|
136
|
+
"Tags": "Štítky",
|
|
137
|
+
"Add_participants": "Přidat účastníky",
|
|
138
|
+
"Clear_format": "Jasný formát",
|
|
139
|
+
"Image_address_invalid": "Adresa obrázku je neplatná",
|
|
140
|
+
"Shortcut_help": "Zkratka nápovědy",
|
|
141
|
+
"Link_address_required": "Adresa odkazu je vyžadována",
|
|
142
|
+
"Link_address_invalid": "Adresa odkazu je neplatná",
|
|
143
|
+
"Link_title_required": "Název odkazu je vyžadován",
|
|
144
|
+
"Blank_title_not_allowed": "Prázdný název není povolen",
|
|
145
|
+
"userHelp": {
|
|
146
|
+
"title": "Klávesové zkratky",
|
|
147
|
+
"userHelpData": [
|
|
148
|
+
{
|
|
149
|
+
"shortcutType": "Seznam zkratek",
|
|
150
|
+
"shortcutData": {
|
|
151
|
+
"Make_list": "Vytvořit seznam",
|
|
152
|
+
"Make_ordered_list": "Make ordered list",
|
|
153
|
+
"Insert_new_item": "Vložit novou položku",
|
|
154
|
+
"Insert_child_in_item": "Vložit podpoložku",
|
|
155
|
+
"Increase_depth": "Zvýšit hloubku"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"shortcutType": "Zkratky záhlaví",
|
|
160
|
+
"shortcutData": {
|
|
161
|
+
"Heading_1": "Záhlaví 1",
|
|
162
|
+
"Heading_2": "Záhlaví 2",
|
|
163
|
+
"Heading_3": "Záhlaví 3",
|
|
164
|
+
"Heading_4": "Záhlaví 4",
|
|
165
|
+
"Heading_5": "Záhlaví 5",
|
|
166
|
+
"Heading_6": "Záhlaví 6"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"shortcutType": "Zkratky bloků kódu",
|
|
171
|
+
"shortcutData": {
|
|
172
|
+
"Make_code_block": "Vytvořit blok kódu",
|
|
173
|
+
"Insert_new_line": "Vložit novou řádku",
|
|
174
|
+
"Escape_code_block": "Opustit blok kódu",
|
|
175
|
+
"Insert_indent": "Vložit odrážku"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"shortcutType": "Zkratky bloku citace",
|
|
180
|
+
"shortcutData": {
|
|
181
|
+
"Make_block_quote": "Vytvořit blokovou citaci",
|
|
182
|
+
"Escape_block_quote": "Opustit blokovou citaci"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"shortcutType": "Zkratky tabulky",
|
|
187
|
+
"shortcutData": {
|
|
188
|
+
"Insert_table_row": "Insert table row",
|
|
189
|
+
"Escape_table": "Opustit tabulku"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"shortcutType": "Zkratky vzorečku",
|
|
194
|
+
"shortcutData": {
|
|
195
|
+
"Insert_formula": "Vložit vzorec"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"shortcutType": "Řádkové zkratky",
|
|
200
|
+
"shortcutData": {
|
|
201
|
+
"Bold": "Tučně",
|
|
202
|
+
"Italic": "Kurzíva",
|
|
203
|
+
"Italic_bold": "Tučná kurzíva",
|
|
204
|
+
"Inline_code": "Řádkový kód"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"shortcutType": "Uložit zkratky",
|
|
209
|
+
"shortcutData": {
|
|
210
|
+
"Save_file": "Uložit soubor"
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"shortcutType": "Zkratky obrázku",
|
|
215
|
+
"shortcutData": {
|
|
216
|
+
"Paste_screen_shot": "Vložit snímek obrazovky",
|
|
217
|
+
"Drag_image_from_anywhere_to_upload_it": "Přetáhnout obrázek odkudkoliv k jeho nahrání"
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
]
|
|
221
|
+
},
|
|
222
|
+
"Select_field": "Vyberte pole",
|
|
223
|
+
"Font_style": "Styl písma",
|
|
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
|
+
}
|