@seafile/sdoc-editor 0.1.128 → 0.1.129
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/basic-sdk/assets/css/default.css +8 -0
- package/dist/basic-sdk/comment/comment/editor-comment.js +13 -0
- package/dist/basic-sdk/extension/constants/font.js +2 -1
- package/dist/basic-sdk/extension/constants/index.js +2 -2
- package/dist/basic-sdk/extension/plugins/font/helpers.js +3 -3
- package/dist/basic-sdk/extension/plugins/image/plugin.js +17 -2
- package/dist/basic-sdk/layout/editor-container.js +1 -0
- package/package.json +1 -1
- package/public/locales/cs/sdoc-editor.json +299 -104
- package/public/locales/de/sdoc-editor.json +317 -122
- package/public/locales/es/sdoc-editor.json +300 -105
- package/public/locales/fr/sdoc-editor.json +308 -113
- package/public/locales/it/sdoc-editor.json +300 -105
- package/public/locales/ru/sdoc-editor.json +300 -105
- package/public/locales/{zh-CN → zh_CN}/sdoc-editor.json +23 -26
|
@@ -1,108 +1,164 @@
|
|
|
1
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
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
2
|
+
"Bold": "Gras",
|
|
3
|
+
"Italic": "Italique",
|
|
4
|
+
"Underline": "Underline",
|
|
5
|
+
"Strikethrough": "Barré",
|
|
6
|
+
"Superscript": "Superscript",
|
|
7
|
+
"Subscript": "Subscript",
|
|
8
|
+
"Inline_code": "Code",
|
|
9
|
+
"Header_one": "Titre 1",
|
|
10
|
+
"Header_two": "Titre 2",
|
|
11
|
+
"Header_three": "Titre 3",
|
|
12
|
+
"Header_four": "Titre 4",
|
|
13
|
+
"Header_five": "Titre 5",
|
|
14
|
+
"Header_six": "Titre 6",
|
|
15
|
+
"Paragraph": "Paragraphe",
|
|
16
|
+
"Quote": "Blockquote",
|
|
17
|
+
"Ordered_list": "Liste ordonnée",
|
|
18
|
+
"Unordered_list": "Liste non ordonnée",
|
|
19
|
+
"Check_list_item": "Check list item",
|
|
20
|
+
"Insert_image": "Insert image",
|
|
21
|
+
"Insert_formula": "Insert formula",
|
|
22
|
+
"Formula": "Formule",
|
|
23
|
+
"Insert_file": "Insert file",
|
|
24
|
+
"Code": "Ligne de code",
|
|
25
|
+
"Code_block": "Code block",
|
|
26
|
+
"Insert_link": "Insert link",
|
|
27
|
+
"Insert_table": "Insert table",
|
|
28
|
+
"Valid_values_for_rows_and_columns": "Valid values for the number of rows and columns are 0 to 50",
|
|
29
|
+
"Save": "Sauvegarder",
|
|
30
|
+
"More": "Plus",
|
|
31
|
+
"Invalid_url": "L'adresse n'est pas valide.",
|
|
32
|
+
"Link_address": "Adresse du lien",
|
|
33
|
+
"Image_address": "Adresse de l'image",
|
|
34
|
+
"Submit": "Submit",
|
|
35
|
+
"Cancel": "Annuler",
|
|
36
|
+
"Switch_to_plain_text_editor": "Basculer en éditeur de texte plein",
|
|
37
|
+
"Switch_to_rich_text_editor": "Basculer en éditeur de texte riche",
|
|
38
|
+
"Switch_to_viewer": "Basculer en visualiseur Markdown",
|
|
39
|
+
"Help": "Aide",
|
|
40
|
+
"Column": "Colonne",
|
|
41
|
+
"Row": "Ligne",
|
|
42
|
+
"Delete_table": "Delete table",
|
|
43
|
+
"Delete_row": "Delete row",
|
|
44
|
+
"Delete_column": "Delete column",
|
|
45
|
+
"Insert_row": "Insert row",
|
|
46
|
+
"Insert_column": "Insert column",
|
|
47
|
+
"Set_align": "Ajuster l'alignement",
|
|
48
|
+
"Left": "Gauche",
|
|
49
|
+
"Center": "Centrer",
|
|
50
|
+
"Right": "Droite",
|
|
51
|
+
"File_saved": "Le fichier a été sauvegardé.",
|
|
52
|
+
"File_failed_to_save": "Échec de la sauvegarde du fichier",
|
|
53
|
+
"Back_to_parent_directory":"Retour au répertoire parent",
|
|
54
|
+
"Edit": "Modifier",
|
|
55
|
+
"Copy": "Copier",
|
|
56
|
+
"Copied": "Copié",
|
|
57
|
+
"Internal_link": "Lien interne",
|
|
58
|
+
"Copy_internal_link": "Le lien interne a été copié dans le presse-papiers.",
|
|
59
|
+
"Internal_link_desc": "Un lien interne est un lien vers un fichier ou un dossier accessible en lecture par un utilisateur.",
|
|
60
|
+
"Share": "Partager",
|
|
61
|
+
"Share_link": "Share link",
|
|
62
|
+
"Generate": "Créer",
|
|
63
|
+
"Add_password_protection": "Ajouter un mot de passe",
|
|
64
|
+
"Password": "Mot de passe",
|
|
65
|
+
"At_least_8_characters": "Au moins 8 caractères",
|
|
66
|
+
"Password_again": "Mot de passe (à nouveau)",
|
|
67
|
+
"Add_auto_expiration": "Ajouter une date d'expiration",
|
|
68
|
+
"Days": "jours",
|
|
69
|
+
"Please_enter_password": "Entrez un mot de passe",
|
|
70
|
+
"Greater_than_or_equal_to": "Plus grand ou égale à",
|
|
71
|
+
"Less_than_or_equal_to": "Plus petit ou égal à",
|
|
72
|
+
"Set_permission": "Définir la permission",
|
|
73
|
+
"Preview_and_download": "Prévisualiser et télécharger",
|
|
74
|
+
"Preview_only": "Aperçu uniquement",
|
|
75
|
+
"Please_enter_valid_days": "Saisissez un nombre de jours valide.",
|
|
76
|
+
"Please_enter_a_non-negative_integer": "Veuillez introduire un intégrateur non-négatif.",
|
|
77
|
+
"Please_enter_days": "Veuillez entrer un nombre de jours.",
|
|
78
|
+
"Password_is_too_short": "Le mot de passe est trop court.",
|
|
79
|
+
"Passwords_do_not_match": "Les mots de passe ne correspondent pas.",
|
|
80
|
+
"Return_to_wiki_page": "Retour à la page du Wiki",
|
|
81
|
+
"Insert_network_image": "Insérer une image du réseau",
|
|
82
|
+
"Upload_local_image": "Insérer une image locale",
|
|
83
|
+
"Add_link": "Ajouter un lien",
|
|
84
|
+
"File_history": "File history",
|
|
85
|
+
"History_version": "History versions",
|
|
86
|
+
"Back_to_viewer": "Back to viewer",
|
|
87
|
+
"Link_title": "Titre du lien",
|
|
88
|
+
"Local_draft": "Brouillon local",
|
|
89
|
+
"Use_draft": "Utiliser le brouillon",
|
|
90
|
+
"Delete_draft": "Supprimer le brouillon",
|
|
91
|
+
"You_have_an_unsaved_draft_do_you_like_to_use_it": "Vous avez un brouillon qui n'est pas sauvegardé. Voulez-vous l'utiliser ?",
|
|
92
|
+
"Local_draft_saved": "Brouillon local sauvegardé",
|
|
93
|
+
"New_draft": "New draft",
|
|
94
|
+
"View_draft": "View draft",
|
|
95
|
+
"Publish": "Publier",
|
|
96
|
+
"This_file_has_a_draft": "Ce fichier possède un brouillon.",
|
|
97
|
+
"Delete": "Supprimer",
|
|
98
|
+
"Reply": "Répondre",
|
|
99
|
+
"Comment": "Commentaire",
|
|
100
|
+
"Comments": "Commentaires",
|
|
101
|
+
"All_comments": "All comments",
|
|
102
|
+
"Resolved_comments": "Resolved comments",
|
|
103
|
+
"Unresolved_comments": "Unresolved comments",
|
|
104
|
+
"Total_1_comment": "Total 1 comment",
|
|
105
|
+
"Total_count_comments": "Total {{count}} comments",
|
|
106
|
+
"Add_a_comment": "Ajouter un commentaire",
|
|
107
|
+
"No_comment_yet": "Aucun commentaire disponible",
|
|
108
|
+
"Mark_as_Resolved": "Marquer com pris en compte",
|
|
109
|
+
"Resubmit": "Resubmit",
|
|
110
|
+
"Resubmitted": "Resubmitted",
|
|
111
|
+
"Ask_for_review": "Demande d'un avis",
|
|
112
|
+
"Review_already_exists": "Un avis existe déjà.",
|
|
113
|
+
"View_review": "Voir l'avis",
|
|
114
|
+
"There_is_an_associated_review_with_this_file": "Il y a un avis associé à ce fichier.",
|
|
115
|
+
"Start_review": "Commencer l'avis",
|
|
116
|
+
"This_file_is_in_draft_stage": "Ce fichier est à l'état de brouillon.",
|
|
117
|
+
"This_file_is_in_review_stage": "Ce fichier est à l'état d'avis.",
|
|
118
|
+
"This_file_has_been_updated": "Ce fichier à été mis à jour.",
|
|
119
|
+
"Refresh": "Rafraichir",
|
|
120
|
+
"Related_files": "Related files",
|
|
121
|
+
"Related_file": "Related file",
|
|
122
|
+
"No_tags": "Pas de tag",
|
|
123
|
+
"Date": "Date",
|
|
124
|
+
"Participants": "Participants",
|
|
125
|
+
"Meeting_note": "Note de réunion",
|
|
126
|
+
"Chooser_document_type": "Choisir un type de document",
|
|
127
|
+
"Empty": "Vide",
|
|
128
|
+
"No_related_files": "Aucun fichier relatif",
|
|
129
|
+
"No_out_line": "Pas de contour",
|
|
130
|
+
"Editing_files_in_this_browser_can_lead_to_slight_display_problems": "L'édition de fichiers dans ce navigateur peut entraîner de légers problèmes d'affichage.",
|
|
131
|
+
"No_document_improvement_suggestion": "Aucune proposition pour améliorer le document",
|
|
132
|
+
"Hide_side_panel": "Fermer",
|
|
133
|
+
"Show_side_panel": "Afficher détails",
|
|
134
|
+
"Show_resolved_comments": "Voir les commentaires pris en compte",
|
|
135
|
+
"Update": "Mettre à jour",
|
|
136
|
+
"Width": "Largeur",
|
|
137
|
+
"Height": "Hauteur",
|
|
138
|
+
"Full_screen": "Plein écran",
|
|
139
|
+
"Insert_library_image": "Insérer une image d‘une bibliothèque",
|
|
140
|
+
"Size": "Taille",
|
|
141
|
+
"Location": "Emplacement",
|
|
142
|
+
"Last_update": "Last update",
|
|
143
|
+
"Tags": "Tags",
|
|
144
|
+
"Add_participants": "Ajouter des participants",
|
|
145
|
+
"Clear_format": "Clear format",
|
|
146
|
+
"MarkdownLint": {
|
|
147
|
+
"missing_h1": {
|
|
148
|
+
"description": "Il n'y a pas de h1 dans le document.",
|
|
149
|
+
"issue" : "h1 manquant"
|
|
150
|
+
},
|
|
151
|
+
"heading_end_with_colon": {
|
|
152
|
+
"description": "La ponctuation de fin de titre ne doit pas être deux points",
|
|
153
|
+
"issue": "Le titre se termine par côlon."
|
|
154
|
+
},
|
|
155
|
+
"heading_increase_irregular": {
|
|
156
|
+
"description": "Le niveau des titres ne doit être augmenté que d'un niveau à la fois.",
|
|
157
|
+
"issue": "Problème niveau de titre"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"Shortcut_help": "Aide raccourcis",
|
|
161
|
+
"User_help": {
|
|
106
162
|
"title": "Raccourcis clavier",
|
|
107
163
|
"userHelpData": [
|
|
108
164
|
{
|
|
@@ -110,7 +166,7 @@
|
|
|
110
166
|
"shortcutData": {
|
|
111
167
|
"Make_list": "Faire une liste",
|
|
112
168
|
"Make_ordered_list": "Faire une liste ordonnée",
|
|
113
|
-
"Insert_new_item": "Insérer un
|
|
169
|
+
"Insert_new_item": "Insérer un élément",
|
|
114
170
|
"Insert_child_in_item": "Insérer enfant dans l'élément",
|
|
115
171
|
"Increase_depth": "Améliorer la profondeur"
|
|
116
172
|
}
|
|
@@ -133,17 +189,22 @@
|
|
|
133
189
|
"Insert_indent": "Insérer un espace"
|
|
134
190
|
}
|
|
135
191
|
}, {
|
|
136
|
-
"shortcutType": "Raccourcis
|
|
192
|
+
"shortcutType": "Raccourcis blockquote",
|
|
137
193
|
"shortcutData": {
|
|
138
|
-
"Make_Block_quote": "Faire un
|
|
139
|
-
"Escape_Block_quote": "Sortir du
|
|
194
|
+
"Make_Block_quote": "Faire un blockquote",
|
|
195
|
+
"Escape_Block_quote": "Sortir du blockquote"
|
|
140
196
|
}
|
|
141
197
|
}, {
|
|
142
|
-
"shortcutType": "Raccourcis
|
|
198
|
+
"shortcutType": "Raccourcis tableau",
|
|
143
199
|
"shortcutData": {
|
|
144
|
-
"Insert_Table_Row": "Insérer une ligne
|
|
200
|
+
"Insert_Table_Row": "Insérer une ligne",
|
|
145
201
|
"Escape_table": "Sortir de la table"
|
|
146
202
|
}
|
|
203
|
+
}, {
|
|
204
|
+
"shortcutType": "Raccourcis formule",
|
|
205
|
+
"shortcutData": {
|
|
206
|
+
"Insert_Formula": "Insérer formule"
|
|
207
|
+
}
|
|
147
208
|
}, {
|
|
148
209
|
"shortcutType":"Raccourcis en ligne",
|
|
149
210
|
"shortcutData": {
|
|
@@ -153,9 +214,9 @@
|
|
|
153
214
|
"Inline_code": "Ligne de code"
|
|
154
215
|
}
|
|
155
216
|
}, {
|
|
156
|
-
"shortcutType": "
|
|
217
|
+
"shortcutType": "Raccourcis sauvegarde",
|
|
157
218
|
"shortcutData": {
|
|
158
|
-
"Save_file": "Sauvegarder fichier"
|
|
219
|
+
"Save_file": "Sauvegarder le fichier"
|
|
159
220
|
}
|
|
160
221
|
}, {
|
|
161
222
|
"shortcutType": "Raccourcis image",
|
|
@@ -165,5 +226,139 @@
|
|
|
165
226
|
}
|
|
166
227
|
}
|
|
167
228
|
]
|
|
168
|
-
}
|
|
229
|
+
},
|
|
230
|
+
"The_link_address_is_required": "The link address is required.",
|
|
231
|
+
"The_link_title_is_required": "The link title is required.",
|
|
232
|
+
"The_link_address_is_invalid": "The link address is invalid, please enter a correct connection address.",
|
|
233
|
+
"All_changes_saved": "All changes saved",
|
|
234
|
+
"Saving": "Sauvegarde ...",
|
|
235
|
+
"Collaborators": "Collaborators",
|
|
236
|
+
"Online_members": "Online members",
|
|
237
|
+
"Me": "me",
|
|
238
|
+
"Server_is_not_connected_Operation_will_be_sent_to_server_later": "Server is not connected. Operation will be sent to server later.",
|
|
239
|
+
"Server_is_disconnected_Reconnecting": "Server is disconnected. Reconnecting...",
|
|
240
|
+
"Server_is_reconnected": "Server is reconnected.",
|
|
241
|
+
"Outline": "Outline",
|
|
242
|
+
"Headings_you_add_to_the_document_will_appear_here": "Headings you add to the document will appear here",
|
|
243
|
+
"Open_parent_folder": "Ouvrir dossier parent",
|
|
244
|
+
"Redo": "redo",
|
|
245
|
+
"Undo": "undo",
|
|
246
|
+
"Open_link": "Open link",
|
|
247
|
+
"Customize_the_number_of_rows_and_columns": "Customize the number of rows and columns",
|
|
248
|
+
"Rows": "Rows",
|
|
249
|
+
"Columns": "Colonnes",
|
|
250
|
+
"Please_enter_title": "Please enter title",
|
|
251
|
+
"Please_enter_text": "Please enter text",
|
|
252
|
+
"Row(s)": "row(s)",
|
|
253
|
+
"Column(s)": "column(s)",
|
|
254
|
+
"Insert_below": "Insert below",
|
|
255
|
+
"Insert_above": "Insert above",
|
|
256
|
+
"Insert_on_the_right": "Insert on the right",
|
|
257
|
+
"Insert_on_the_left": "Insert on the left",
|
|
258
|
+
"Starred": "Favoris",
|
|
259
|
+
"Unstarred": "Unstarred",
|
|
260
|
+
"Star": "Favoris",
|
|
261
|
+
"Unstar": "Supprimer",
|
|
262
|
+
"Auto_wrap": "Auto wrap",
|
|
263
|
+
"Add_comment": "Add comment",
|
|
264
|
+
"Delete_comment": "Delete comment",
|
|
265
|
+
"Delete_reply": "Delete reply",
|
|
266
|
+
"Are_you_sure_to_delete_this_comment": "Are you sure to delete this comment?",
|
|
267
|
+
"Are_you_sure_to_delete_this_reply": "Are you sure to delete this reply?",
|
|
268
|
+
"Enter_a_comment": "Enter a comment",
|
|
269
|
+
"Enter_a_reply": "Enter a reply",
|
|
270
|
+
"Reopen_discussion" : "Adding a reply will reopen this discussion",
|
|
271
|
+
"Confirm": "Confirmer",
|
|
272
|
+
"View_changes": "View changes",
|
|
273
|
+
"Revision": "Revision",
|
|
274
|
+
"Error": "Erreur",
|
|
275
|
+
"Start_revise": "Start revise",
|
|
276
|
+
"Failed_to_execute_operation_on_server": "Failed to execute operation on server, the current operation has been withdrawn",
|
|
277
|
+
"Start_revise_tip": "Create a temporary document and modify on it, merge it back after reviewing changes",
|
|
278
|
+
"Load_doc_content_error": "Load doc content error",
|
|
279
|
+
"Sdoc_format_invalid": "The content of the document does not conform to the sdoc specification",
|
|
280
|
+
"Draft": "Brouillon",
|
|
281
|
+
"Unmark_as_draft": "Unmark as draft",
|
|
282
|
+
"Background_color": "Background color",
|
|
283
|
+
"No_color": "No color",
|
|
284
|
+
"Standard_color": "Standard color",
|
|
285
|
+
"Recently_used": "Recently used",
|
|
286
|
+
"More_color": "More color",
|
|
287
|
+
"White": "White",
|
|
288
|
+
"Black": "Black",
|
|
289
|
+
"Blue_grey": "Blue_grey",
|
|
290
|
+
"Blue": "Blue",
|
|
291
|
+
"Sky_blue": "Sky_blue",
|
|
292
|
+
"Green": "Green",
|
|
293
|
+
"Red": "Red",
|
|
294
|
+
"Orange": "Orange",
|
|
295
|
+
"Yellow": "Yellow",
|
|
296
|
+
"Purple": "Purple",
|
|
297
|
+
"Light_grey_x": "Light grey {{value}}",
|
|
298
|
+
"Dark_grey_x": "Dark grey {{value}}",
|
|
299
|
+
"Light_blue_grey_x": "Light blue grey {{value}}",
|
|
300
|
+
"Light_blue_x": "Light blue {{value}}",
|
|
301
|
+
"Light_sky_blue_x": "Light sky blue {{value}}",
|
|
302
|
+
"Light_green_x": "Light green {{value}}",
|
|
303
|
+
"Light_red_x": "Light red {{value}}",
|
|
304
|
+
"Light_orange_x": "Light orange {{value}}",
|
|
305
|
+
"Light_yellow_x": "Light yellow {{value}}",
|
|
306
|
+
"Light_purple_x": "Light purple {{value}}",
|
|
307
|
+
"Dark_blue_grey_x": "Dark blue grey {{value}}",
|
|
308
|
+
"Dark_blue_x": "Dark blue {{value}}",
|
|
309
|
+
"Dark_sky_blue_x": "Dark sky blue {{value}}",
|
|
310
|
+
"Dark_green_x": "Dark green {{value}}",
|
|
311
|
+
"Dark_red_x": "Dark red {{value}}",
|
|
312
|
+
"Dark_orange_x": "Dark orange {{value}}",
|
|
313
|
+
"Dark_yellow_x": "Dark yellow {{value}}",
|
|
314
|
+
"Dark_purple_x": "Dark purple {{value}}",
|
|
315
|
+
"Standard_dark_red": "Standard dark red",
|
|
316
|
+
"Standard_red": "Standard red",
|
|
317
|
+
"Standard_orange": "Standard orange",
|
|
318
|
+
"Standard_yellow": "Standard yellow",
|
|
319
|
+
"Standard_light_green": "Standard light green",
|
|
320
|
+
"Standard_green": "Standard green",
|
|
321
|
+
"Standard_light_blue": "Standard light blue",
|
|
322
|
+
"Standard_blue": "Standard blue",
|
|
323
|
+
"Standard_dark_blue": "Standard dark blue",
|
|
324
|
+
"Standard_purple": "Standard purple",
|
|
325
|
+
"Highlight_color": "Highlight",
|
|
326
|
+
"Font_color": "Font color",
|
|
327
|
+
"Default": "Défaut",
|
|
328
|
+
"No_revisions": "No revisions",
|
|
329
|
+
"1_revision": "1 revision",
|
|
330
|
+
"x_revisions": "{{count}} revisions",
|
|
331
|
+
"Creator": "Creator",
|
|
332
|
+
"Created_time": "Created time",
|
|
333
|
+
"Created_at": "Created at",
|
|
334
|
+
"Resolved_tip": "Mark as resolved and hide discussion",
|
|
335
|
+
"Search_language": "Search language",
|
|
336
|
+
"Sdoc_error_tip": "The document has errors and cannot be displayed. Please try to fix it automatically by clicking the button below.",
|
|
337
|
+
"Repair": "Repair",
|
|
338
|
+
"Font_size": "Font size",
|
|
339
|
+
"Increase_font_size": "Increase font size",
|
|
340
|
+
"Reduce_font_size": "Reduce font size",
|
|
341
|
+
"Font": "Police",
|
|
342
|
+
"All_fonts": "All fonts",
|
|
343
|
+
"Default_font": "Default font",
|
|
344
|
+
"Pending_operations_exceed_limit": "There are multiple operations not synced to the server. Please check your network.",
|
|
345
|
+
"Recently_saved": "Recently saved",
|
|
346
|
+
"Sdoc_document" : "Sdoc document",
|
|
347
|
+
"Text_Link": "Text Link",
|
|
348
|
+
"Icon_and_text_Link": "Icon and text Link",
|
|
349
|
+
"Card": "Card",
|
|
350
|
+
"Select_sdoc_document": "Select sdoc document",
|
|
351
|
+
"Local_file": "Local file",
|
|
352
|
+
"Internal_server_exec_operations_error": "An exception occurred on the server, please refresh the page and try again",
|
|
353
|
+
"Failed_to_sync_with_server_operations": "Synchronization with the server failed, please refresh the page",
|
|
354
|
+
"Style": "Style",
|
|
355
|
+
"Insert": "Insert",
|
|
356
|
+
"Image": "Image",
|
|
357
|
+
"Table": "Tableau",
|
|
358
|
+
"Link": "Lien",
|
|
359
|
+
"Transform_to": "Transform to",
|
|
360
|
+
"Last_modification": "Last modification",
|
|
361
|
+
"Next_modification": "Next modification",
|
|
362
|
+
"Changes": "Modifications",
|
|
363
|
+
"No_changes": "No changes"
|
|
169
364
|
}
|