@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": "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
|
+
}
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Bold": "Fett",
|
|
3
|
+
"Italic": "Kursiv",
|
|
4
|
+
"Inline_code": "Code",
|
|
5
|
+
"Header_one": "Überschrift 1",
|
|
6
|
+
"Header_two": "Überschrift 2",
|
|
7
|
+
"Header_three": "Überschrift 3",
|
|
8
|
+
"Header_four": "Überschrift 4",
|
|
9
|
+
"Header_five": "Überschrift 5",
|
|
10
|
+
"Header_six": "Überschrift 6",
|
|
11
|
+
"Paragraph": "Absatz",
|
|
12
|
+
"Quote": "Blockquote",
|
|
13
|
+
"Ordered_list": "Nummerierte Liste",
|
|
14
|
+
"Unordered_list": "Ungeordnete Liste",
|
|
15
|
+
"Check_list_item": "Check list item",
|
|
16
|
+
"Insert_image": "Insert image",
|
|
17
|
+
"Insert_formula": "Formel einfügen",
|
|
18
|
+
"Formula": "Formel",
|
|
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": "Speichern",
|
|
25
|
+
"More": "Mehr",
|
|
26
|
+
"Invalid_url": "Ungültige Adresse",
|
|
27
|
+
"Link_address": "Link-URL",
|
|
28
|
+
"Image_address": "Bild-URL",
|
|
29
|
+
"Submit": "Speichern",
|
|
30
|
+
"Cancel": "Abbrechen",
|
|
31
|
+
"Switch_to_plain_text_editor": "Zum reinen Texteditor wechseln",
|
|
32
|
+
"Switch_to_rich_text_editor": "Zum Editor mit Formatierungen wechseln",
|
|
33
|
+
"Switch_to_viewer": "Switch to markdown viewer",
|
|
34
|
+
"Help": "Hilfe",
|
|
35
|
+
"Delete_table": "Delete table",
|
|
36
|
+
"Column": "Spalte",
|
|
37
|
+
"Row": "Zeile",
|
|
38
|
+
"Insert_row_before": "Zeile darüber einfügen",
|
|
39
|
+
"Insert_row_after": "Zeile darunter einfügen",
|
|
40
|
+
"Insert_column_before": "Spalte links einfügen",
|
|
41
|
+
"Insert_column_after": "Spalte rechts einfügen",
|
|
42
|
+
"Delete_row": "Delete row",
|
|
43
|
+
"Delete_column": "Delete column",
|
|
44
|
+
"Insert_row": "Zeile einfügen",
|
|
45
|
+
"Insert_column": "Spalte einfügen",
|
|
46
|
+
"Set_align": "Ausrichtung festlegen",
|
|
47
|
+
"Left": "Links",
|
|
48
|
+
"Center": "Zentrieren",
|
|
49
|
+
"Right": "Rechts",
|
|
50
|
+
"File_saved": "Die Datei wurde gespeichert.",
|
|
51
|
+
"File_failed_to_save": "Die Datei konnte nicht gespeichert werden.",
|
|
52
|
+
"Star": "Zu Favoriten hinzufügen",
|
|
53
|
+
"Unstar": "Aus Favoriten entfernen",
|
|
54
|
+
"Back_to_parent_directory": "Zurück zum übergeordneten Verzeichnis",
|
|
55
|
+
"Edit": "Bearbeiten",
|
|
56
|
+
"Copy": "Kopieren",
|
|
57
|
+
"Copied": "Kopiert",
|
|
58
|
+
"Internal_link": "Interner Link",
|
|
59
|
+
"Copy_internal_link": "Der interne Link wurde in den Zwischenspeicher kopiert.",
|
|
60
|
+
"Internal_link_desc": "Interne Links sind Verweise auf Dateien bzw. Ordner, die nur von Benutzer/innen mit mindestens Leserechten für die Dateien bzw. Ordner genutzt werden können. Interne Links eignen sich insbesondere für die interne Kommunikation in Ticket-/CRM-Systemen sowie E-Mails und Chats.",
|
|
61
|
+
"Share": "Freigeben",
|
|
62
|
+
"Share_link": "Freigabe-Link",
|
|
63
|
+
"Generate": "Erstellen",
|
|
64
|
+
"Add_password_protection": "Passwort hinzufügen",
|
|
65
|
+
"Password": "Passwort",
|
|
66
|
+
"At_least_8_characters": "mindestens 8 Zeichen",
|
|
67
|
+
"Password_again": "Passwort erneut eingeben",
|
|
68
|
+
"Add_auto_expiration": "Befristung hinzufügen",
|
|
69
|
+
"Days": "Tage",
|
|
70
|
+
"Please_enter_password": "Bitte geben Sie ein Passwort ein",
|
|
71
|
+
"Greater_than_or_equal_to": "Größer oder gleich",
|
|
72
|
+
"Less_than_or_equal_to": "Weniger oder gleich",
|
|
73
|
+
"Set_permission": "Berechtigung festlegen",
|
|
74
|
+
"Preview_and_download": "Vorschau und Herunterladen",
|
|
75
|
+
"Preview_only": "Nur Vorschau erlaubt",
|
|
76
|
+
"Please_enter_valid_days": "Bitte geben Sie eine gültige Anzahl von Tagen ein",
|
|
77
|
+
"Please_enter_a_non-negative_integer": "Bitte geben Sie eine Zahl größer oder gleich Null ein",
|
|
78
|
+
"Please_enter_days": "Bitte geben Sie Tage ein",
|
|
79
|
+
"Password_is_too_short": "Das Passwort ist zu kurz",
|
|
80
|
+
"Passwords_do_not_match": "Passwörter stimmen nicht überein",
|
|
81
|
+
"Return_to_wiki_page": "Zurück zur Wiki-Seite",
|
|
82
|
+
"Insert_network_image": "Bild per URL einfügen",
|
|
83
|
+
"Upload_local_image": "Bild hochladen und einfügen",
|
|
84
|
+
"Add_link": "Link hinzufügen",
|
|
85
|
+
"File_history": "File history",
|
|
86
|
+
"History_version": "History versions",
|
|
87
|
+
"Back_to_viewer": "Zurück zur Vorschau",
|
|
88
|
+
"Link_title": "Linktext",
|
|
89
|
+
"Local_draft": "Lokaler Entwurf",
|
|
90
|
+
"Use_draft": "Entwurf verwenden",
|
|
91
|
+
"Delete_draft": "Entwurf löschen",
|
|
92
|
+
"You_have_an_unsaved_draft_do_you_like_to_use_it": "Es gibt einen ungespeicherten Entwurf. Möchten Sie ihn verwenden?",
|
|
93
|
+
"Local_draft_saved": "Lokaler Entwurf gespeichert",
|
|
94
|
+
"New_draft": "New draft",
|
|
95
|
+
"View_draft": "View draft",
|
|
96
|
+
"Publish": "Veröffentlichen",
|
|
97
|
+
"This_file_has_a_draft": "Zu dieser Datei gibt es einen Entwurf.",
|
|
98
|
+
"Delete": "Löschen",
|
|
99
|
+
"Comments": "Kommentare",
|
|
100
|
+
"Add_a_comment": "Kommentar einfügen",
|
|
101
|
+
"No_comment_yet": "Keine Kommentare vorhanden",
|
|
102
|
+
"Mark_as_resolved": "Als erledigt markieren",
|
|
103
|
+
"Ask_for_review": "Um ein Review bitten",
|
|
104
|
+
"Review_already_exists": "Es gibt bereits ein Review.",
|
|
105
|
+
"View_review": "Review anzeigen",
|
|
106
|
+
"There_is_an_associated_review_with_this_file": "Es gibt ein Review zu dieser Datei.",
|
|
107
|
+
"Start_review": "Review schreiben",
|
|
108
|
+
"This_file_is_in_draft_stage": "Die Datei hat den Status Entwurf",
|
|
109
|
+
"This_file_is_in_review_stage": "Die Datei hat den Status Review.",
|
|
110
|
+
"This_file_has_been_updated": "Die Datei wurde aktualisiert.",
|
|
111
|
+
"Refresh": "Aktualisieren",
|
|
112
|
+
"Related_files": "Zugehörige Dateien",
|
|
113
|
+
"Related_file": "Zugehörige Datei",
|
|
114
|
+
"No_tags": "Keine Tags",
|
|
115
|
+
"Date": "Datum",
|
|
116
|
+
"Participants": "Teilnehmer",
|
|
117
|
+
"Meeting_note": "Besprechungsnotiz",
|
|
118
|
+
"Chooser_document_type": "Auswahl Dokumenttyp",
|
|
119
|
+
"Empty": "Leer",
|
|
120
|
+
"No_related_files": "Keine zugehörigen Dateien",
|
|
121
|
+
"Outline": "Outline",
|
|
122
|
+
"No_outline": "Keine Gliederung",
|
|
123
|
+
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Beim Bearbeiten von Dateien in diesem Browser können leichte Probleme bei der Anzeige auftreten.",
|
|
124
|
+
"No_document_improvement_suggestion": "Keine Vorschläge zur Verbesserung des Dokuments",
|
|
125
|
+
"Hide_side_panel": "Seitenleiste verbergen",
|
|
126
|
+
"Show_side_panel": "Seitenleiste anzeigen",
|
|
127
|
+
"Show_resolved_comments": "Erledigte Kommentare anzeigen",
|
|
128
|
+
"Update": "Aktualisieren",
|
|
129
|
+
"Width": "Breite",
|
|
130
|
+
"Height": "Höhe",
|
|
131
|
+
"Full_screen": "Vollbild",
|
|
132
|
+
"Insert_library_image": "Bild aus Bibliothek einfügen",
|
|
133
|
+
"Size": "Größe",
|
|
134
|
+
"Location": "Ort",
|
|
135
|
+
"Last_update": "Letzte Änderung",
|
|
136
|
+
"Tags": "Tags",
|
|
137
|
+
"Add_participants": "Teilnehmer hinzufügen",
|
|
138
|
+
"Clear_format": "Formatierung löschen",
|
|
139
|
+
"Image_address_invalid": "Die Adresse des Bildes ist ungültig.",
|
|
140
|
+
"Shortcut_help": "Hilfe Tastenkombinationen",
|
|
141
|
+
"Link_address_required": "Eine Link-Adresse ist erforderlich.",
|
|
142
|
+
"Link_address_invalid": "Die Link-Adresse ist ungültig.",
|
|
143
|
+
"Link_title_required": "Ein Link-Titel ist erforderlich.",
|
|
144
|
+
"Blank_title_not_allowed": "Ein leerer Titel ist nicht erlaubt.",
|
|
145
|
+
"userHelp": {
|
|
146
|
+
"title": "Tastenkombinationen",
|
|
147
|
+
"userHelpData": [
|
|
148
|
+
{
|
|
149
|
+
"shortcutType": "Listen",
|
|
150
|
+
"shortcutData": {
|
|
151
|
+
"Make_list": "Ungeordnete Liste anlegen",
|
|
152
|
+
"Make_ordered_list": "Make ordered list",
|
|
153
|
+
"Insert_new_item": "Neues Listenelement einfügen",
|
|
154
|
+
"Insert_child_in_item": "Textzeile einfügen",
|
|
155
|
+
"Increase_depth": "Einzug erhöhen"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"shortcutType": "Überschriften",
|
|
160
|
+
"shortcutData": {
|
|
161
|
+
"Heading_1": "Überschrift 1",
|
|
162
|
+
"Heading_2": "Überschrift 2",
|
|
163
|
+
"Heading_3": "Überschrift 3",
|
|
164
|
+
"Heading_4": "Überschrift 4",
|
|
165
|
+
"Heading_5": "Überschrift 5",
|
|
166
|
+
"Heading_6": "Überschrift 6"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"shortcutType": "Codeblock",
|
|
171
|
+
"shortcutData": {
|
|
172
|
+
"Make_code_block": "Codeblock anlegen",
|
|
173
|
+
"Insert_new_line": "Neue Zeile einfügen",
|
|
174
|
+
"Escape_code_block": "Codeblock beenden",
|
|
175
|
+
"Insert_indent": "Einzug erhöhen"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"shortcutType": "Blockquote",
|
|
180
|
+
"shortcutData": {
|
|
181
|
+
"Make_block_quote": "Blockquote einfügen",
|
|
182
|
+
"Escape_block_quote": "Blockquote beenden"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"shortcutType": "Tabellen",
|
|
187
|
+
"shortcutData": {
|
|
188
|
+
"Insert_table_row": "Insert table row",
|
|
189
|
+
"Escape_table": "Tabelle beenden"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"shortcutType": "Formeln",
|
|
194
|
+
"shortcutData": {
|
|
195
|
+
"Insert_formula": "Formel einfügen"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"shortcutType": "Textformatierung",
|
|
200
|
+
"shortcutData": {
|
|
201
|
+
"Bold": "Fett",
|
|
202
|
+
"Italic": "Kursiv",
|
|
203
|
+
"Italic_bold": "Kursiv fett",
|
|
204
|
+
"Inline_code": "Inline-Code"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"shortcutType": "Speichern",
|
|
209
|
+
"shortcutData": {
|
|
210
|
+
"Save_file": "Datei speichern"
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"shortcutType": "Bilder",
|
|
215
|
+
"shortcutData": {
|
|
216
|
+
"Paste_screen_shot": "Bild aus Zwischenablage einfügen",
|
|
217
|
+
"Drag_image_from_anywhere_to_upload_it": "Bilder zum Einfügen/Hochladen ins Dokument ziehen"
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
]
|
|
221
|
+
},
|
|
222
|
+
"Select_field": "Feld auswählen",
|
|
223
|
+
"Font_style": "Schriftschnitt",
|
|
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
|
+
}
|