@seafile/sdoc-editor 2.0.18-alph-0.1.1 → 2.0.19
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/extension/commons/insert-element-dialog/index.js +2 -12
- package/dist/basic-sdk/extension/constants/element-type.js +1 -2
- package/dist/basic-sdk/extension/constants/index.js +2 -8
- package/dist/basic-sdk/extension/constants/menus-config.js +0 -5
- package/dist/basic-sdk/extension/plugins/index.js +0 -7
- package/dist/basic-sdk/extension/render/custom-element.js +0 -5
- package/dist/basic-sdk/extension/toolbar/header-toolbar/insert-toolbar/index.js +2 -3
- package/dist/basic-sdk/extension/toolbar/side-toolbar/helpers.js +1 -2
- package/dist/components/doc-operations/revision-operations/revisions/revisions-dialog/index.js +2 -1
- package/dist/constants/index.js +0 -1
- package/dist/pages/document-plugin-editor.js +1 -3
- package/package.json +1 -1
- package/public/locales/cs/sdoc-editor.json +1 -7
- package/public/locales/de/sdoc-editor.json +60 -66
- package/public/locales/en/sdoc-editor.json +1 -9
- package/public/locales/es/sdoc-editor.json +1 -7
- package/public/locales/es_AR/sdoc-editor.json +1 -7
- package/public/locales/es_MX/sdoc-editor.json +1 -7
- package/public/locales/fr/sdoc-editor.json +234 -240
- package/public/locales/it/sdoc-editor.json +1 -7
- package/public/locales/ru/sdoc-editor.json +2 -8
- package/public/locales/zh_CN/sdoc-editor.json +1 -6
- package/public/media/sdoc-editor-font/iconfont.css +14 -15
- package/public/media/sdoc-editor-font/iconfont.eot +0 -0
- package/public/media/sdoc-editor-font/iconfont.svg +1 -3
- package/public/media/sdoc-editor-font/iconfont.ttf +0 -0
- package/public/media/sdoc-editor-font/iconfont.woff +0 -0
- package/public/media/sdoc-editor-font/iconfont.woff2 +0 -0
- package/public/media/sdoc-editor-font.css +7 -11
- package/dist/basic-sdk/extension/plugins/seatable-row/constants/index.js +0 -10
- package/dist/basic-sdk/extension/plugins/seatable-row/dialog/add-seatable-row-dialog/formatters/RateFormatter.js +0 -111
- package/dist/basic-sdk/extension/plugins/seatable-row/dialog/add-seatable-row-dialog/formatters/SimpleCellFormatter.js +0 -41
- package/dist/basic-sdk/extension/plugins/seatable-row/dialog/add-seatable-row-dialog/formatters/SingleSelectOption.js +0 -65
- package/dist/basic-sdk/extension/plugins/seatable-row/dialog/add-seatable-row-dialog/formatters/rate-formatter.css +0 -23
- package/dist/basic-sdk/extension/plugins/seatable-row/dialog/add-seatable-row-dialog/formatters/widget/rate-item.js +0 -78
- package/dist/basic-sdk/extension/plugins/seatable-row/dialog/add-seatable-row-dialog/helpers.js +0 -439
- package/dist/basic-sdk/extension/plugins/seatable-row/dialog/add-seatable-row-dialog/index.css +0 -425
- package/dist/basic-sdk/extension/plugins/seatable-row/dialog/add-seatable-row-dialog/index.js +0 -76
- package/dist/basic-sdk/extension/plugins/seatable-row/dialog/add-seatable-row-dialog/link-content.js +0 -133
- package/dist/basic-sdk/extension/plugins/seatable-row/dialog/add-seatable-row-dialog/record-content.js +0 -214
- package/dist/basic-sdk/extension/plugins/seatable-row/dialog/add-seatable-row-dialog/resize-handle/ResizeHandle.js +0 -38
- package/dist/basic-sdk/extension/plugins/seatable-row/dialog/add-seatable-row-dialog/resize-handle/index.css +0 -384
- package/dist/basic-sdk/extension/plugins/seatable-row/dialog/add-seatable-row-dialog/row-card-header-cell.js +0 -125
- package/dist/basic-sdk/extension/plugins/seatable-row/dialog/add-seatable-row-dialog/row-card-header.js +0 -143
- package/dist/basic-sdk/extension/plugins/seatable-row/dialog/add-seatable-row-dialog/row-card-item.js +0 -192
- package/dist/basic-sdk/extension/plugins/seatable-row/dialog/add-seatable-row-dialog/seatable-table-record.js +0 -51
- package/dist/basic-sdk/extension/plugins/seatable-row/helpers.js +0 -90
- package/dist/basic-sdk/extension/plugins/seatable-row/index.js +0 -17
- package/dist/basic-sdk/extension/plugins/seatable-row/menu/index.css +0 -3
- package/dist/basic-sdk/extension/plugins/seatable-row/menu/index.js +0 -46
- package/dist/basic-sdk/extension/plugins/seatable-row/menu/seatable-list.js +0 -62
- package/dist/basic-sdk/extension/plugins/seatable-row/model.js +0 -19
- package/dist/basic-sdk/extension/plugins/seatable-row/plugin.js +0 -60
- package/dist/basic-sdk/extension/plugins/seatable-row/render-elem/index.css +0 -124
- package/dist/basic-sdk/extension/plugins/seatable-row/render-elem/index.js +0 -160
- package/dist/basic-sdk/extension/plugins/seatable-row/render-elem/record-header.js +0 -78
- package/dist/basic-sdk/extension/plugins/seatable-row/render-elem/record-item.js +0 -41
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"Quote": "Blockquote",
|
|
17
17
|
"Ordered_list": "Liste ordonnée",
|
|
18
18
|
"Unordered_list": "Liste non ordonnée",
|
|
19
|
-
"Check_list": "
|
|
19
|
+
"Check_list": "Check list",
|
|
20
20
|
"Insert_image": "Insérer une image",
|
|
21
21
|
"Insert_formula": "Insérer formule",
|
|
22
22
|
"Formula": "Formule",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"Edit": "Modifier",
|
|
54
54
|
"Copy": "Copier",
|
|
55
55
|
"Copied": "Copié",
|
|
56
|
-
"Cut": "
|
|
56
|
+
"Cut": "Cut",
|
|
57
57
|
"Internal_link": "Lien interne",
|
|
58
58
|
"Copy_internal_link": "Le lien interne a été copié dans le presse-papiers.",
|
|
59
59
|
"Internal_link_desc": "Un lien interne est un lien vers un fichier ou un dossier accessible en lecture par un utilisateur.",
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"All_comments": "Tous les commentaires",
|
|
102
102
|
"Resolved_comments": "Commentaires traités",
|
|
103
103
|
"Unresolved_comments": "Commentaires non traités",
|
|
104
|
-
"Total_1_comment": "1 commentaire
|
|
105
|
-
"Total_count_comments": "{{count}}
|
|
104
|
+
"Total_1_comment": "Total 1 commentaire",
|
|
105
|
+
"Total_count_comments": "Total des commentaires {{count}}",
|
|
106
106
|
"Add_a_comment": "Ajouter un commentaire",
|
|
107
107
|
"No_comment_yet": "Aucun commentaire disponible",
|
|
108
108
|
"Mark_as_Resolved": "Marquer com pris en compte",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"Refresh": "Rafraichir",
|
|
120
120
|
"Related_files": "Fichiers associés",
|
|
121
121
|
"Related_file": "Fichier associé",
|
|
122
|
-
"No_tags": "
|
|
122
|
+
"No_tags": "Pas de tag",
|
|
123
123
|
"Date": "Date",
|
|
124
124
|
"Participants": "Participants",
|
|
125
125
|
"Meeting_note": "Note de réunion",
|
|
@@ -273,15 +273,15 @@
|
|
|
273
273
|
"Delete_reply": "Supprimer la réponse",
|
|
274
274
|
"Are_you_sure_to_delete_this_comment": "Êtes-vous sûr de vouloir supprimer ce commentaire ?",
|
|
275
275
|
"Are_you_sure_to_delete_this_reply": "Êtes-vous sûr de vouloir supprimer cette réponse ?",
|
|
276
|
-
"Enter_comment_shift_enter_for_new_line_Enter_to_send": "
|
|
277
|
-
"Enter_reply_shift_Enter_for_new_line_Enter_to_send": "
|
|
276
|
+
"Enter_comment_shift_enter_for_new_line_Enter_to_send": "Enter comment, Shift + Enter for new line, Enter to send",
|
|
277
|
+
"Enter_reply_shift_Enter_for_new_line_Enter_to_send": "Enter reply, Shift + Enter for new line, Enter to send",
|
|
278
278
|
"Reopen_discussion": "L'ajout d'une réponse rouvrira la discussion.",
|
|
279
279
|
"Confirm": "Confirmer",
|
|
280
280
|
"View_changes": "Afficher les modifications",
|
|
281
281
|
"Revision": "Révision",
|
|
282
282
|
"Error": "Erreur",
|
|
283
283
|
"Start_revise": "Commencer à réviser",
|
|
284
|
-
"Revise": "
|
|
284
|
+
"Revise": "Revise",
|
|
285
285
|
"Failed_to_execute_operation_on_server": "Échec de l'exécution de l'opération sur le serveur, l'opération en cours a été annulée.",
|
|
286
286
|
"Start_revise_tip": "Créer un document temporaire et le modifier, le fusionner à nouveau après avoir examiné les modifications.",
|
|
287
287
|
"Load_doc_content_error": "Erreur de chargement du contenu du document",
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
"Icon_and_text_Link": "Icône et texte Lien",
|
|
357
357
|
"Card": "Carte",
|
|
358
358
|
"Select_sdoc_document": "Sélectionner le document sdoc",
|
|
359
|
-
"Select_file": "
|
|
359
|
+
"Select_file": "Select file",
|
|
360
360
|
"Local_file": "Fichier local",
|
|
361
361
|
"Internal_server_exec_operations_error": "Une exception s'est produite sur le serveur, veuillez rafraîchir la page et réessayer.",
|
|
362
362
|
"Failed_to_sync_with_server_operations": "La synchronisation avec le serveur a échoué, veuillez rafraîchir la page.",
|
|
@@ -372,252 +372,246 @@
|
|
|
372
372
|
"No_changes": "Pas de changement",
|
|
373
373
|
"Title": "Titre",
|
|
374
374
|
"Subtitle": "Sous-titre",
|
|
375
|
-
"Link_sdoc": "Lien
|
|
376
|
-
"Link_file": "
|
|
377
|
-
"Keep_my_modification": "
|
|
378
|
-
"Keep_other_modification": "
|
|
379
|
-
"Keep_both_modification": "
|
|
380
|
-
"Tip": "
|
|
381
|
-
"Rebase_delete_no_change_revision_tip": "
|
|
382
|
-
"Has_been_replaced_tip": "
|
|
383
|
-
"Has_been_published_tip": "
|
|
384
|
-
"Has_conflict_before_publish_tip": "
|
|
385
|
-
"Merge_tip": "
|
|
386
|
-
"Has_conflict_before_view_changes_tip": "
|
|
387
|
-
"Has_been_removed_tip": "
|
|
388
|
-
"Checking": "
|
|
389
|
-
"Publishing": "
|
|
390
|
-
"Inline": "
|
|
391
|
-
"Block": "
|
|
392
|
-
"Full_screen_mode": "
|
|
393
|
-
"Image_border": "
|
|
394
|
-
"Delete_revision": "
|
|
395
|
-
"Delete_tip": "
|
|
396
|
-
"Revision_deleted": "
|
|
375
|
+
"Link_sdoc": "Lien sdoc",
|
|
376
|
+
"Link_file": "Link file",
|
|
377
|
+
"Keep_my_modification": "Keep my modification",
|
|
378
|
+
"Keep_other_modification": "Keep other's modification",
|
|
379
|
+
"Keep_both_modification": "Keep both modification",
|
|
380
|
+
"Tip": "Tip",
|
|
381
|
+
"Rebase_delete_no_change_revision_tip": "Revision has not made any change compared to original document. Do you want to delete this revision?",
|
|
382
|
+
"Has_been_replaced_tip": "Document content has been replaced. Please refresh the page",
|
|
383
|
+
"Has_been_published_tip": "Revision published",
|
|
384
|
+
"Has_conflict_before_publish_tip": "There are conflicts in the document, please resolve it before publishing!",
|
|
385
|
+
"Merge_tip": "There are conflicts in the documents. Do you want to merge them?",
|
|
386
|
+
"Has_conflict_before_view_changes_tip": "There are conflicts in the document. Please resolve the conflict before viewing the changes!",
|
|
387
|
+
"Has_been_removed_tip": "Document has been removed, please view other documents.",
|
|
388
|
+
"Checking": "Checking...",
|
|
389
|
+
"Publishing": "Publishing...",
|
|
390
|
+
"Inline": "Inline",
|
|
391
|
+
"Block": "Block",
|
|
392
|
+
"Full_screen_mode": "Full screen mode",
|
|
393
|
+
"Image_border": "Image border",
|
|
394
|
+
"Delete_revision": "Delete revision",
|
|
395
|
+
"Delete_tip": "Are you sure you want to delete {{content}} ?",
|
|
396
|
+
"Revision_deleted": "Revision deleted",
|
|
397
397
|
"Published": "Publié",
|
|
398
|
-
"Delete_Successfully": "
|
|
398
|
+
"Delete_Successfully": "Delete Successfully",
|
|
399
399
|
"Delete_failed": "Échec de la suppression",
|
|
400
|
-
"Caption": "
|
|
401
|
-
"No_collaborators_available": "
|
|
402
|
-
"Search_collaborator": "
|
|
403
|
-
"Doc_comments": "
|
|
404
|
-
"Tag_not_found": "
|
|
405
|
-
"Create_a_new_tag": "
|
|
406
|
-
"Search_tags": "
|
|
407
|
-
"No_options_available": "
|
|
408
|
-
"Add_option": "
|
|
409
|
-
"Find_an_option": "
|
|
410
|
-
"Copy_link_of_section": "
|
|
411
|
-
"revision": "
|
|
412
|
-
"xxx_added_a_new_comment": "{{author}} a
|
|
413
|
-
"xxx_added_a_reply": "{{author}} a
|
|
400
|
+
"Caption": "Caption",
|
|
401
|
+
"No_collaborators_available": "No_collaborators_available",
|
|
402
|
+
"Search_collaborator": "Search collaborator",
|
|
403
|
+
"Doc_comments": "Document comments",
|
|
404
|
+
"Tag_not_found": "Tag not found",
|
|
405
|
+
"Create_a_new_tag": "Créer un nouveau Tag",
|
|
406
|
+
"Search_tags": "Search tags",
|
|
407
|
+
"No_options_available": "Tag not found",
|
|
408
|
+
"Add_option": "Créer un nouveau Tag",
|
|
409
|
+
"Find_an_option": "Search tags",
|
|
410
|
+
"Copy_link_of_section": "Copy link of section",
|
|
411
|
+
"revision": "revision",
|
|
412
|
+
"xxx_added_a_new_comment": "{{author}} added a new comment",
|
|
413
|
+
"xxx_added_a_reply": "{{author}} added a reply",
|
|
414
414
|
"New": "Créer",
|
|
415
|
-
"Table_template": "
|
|
416
|
-
"Jump_to_original_doc": "
|
|
417
|
-
"Freezed": "
|
|
418
|
-
"Callout": "
|
|
419
|
-
"The_current_location_does_not_support_pasting": "
|
|
420
|
-
"Please_enter": "
|
|
421
|
-
"Combine_cell": "
|
|
422
|
-
"Split_cell": "
|
|
423
|
-
"Row_number": "
|
|
424
|
-
"Column_number": "
|
|
425
|
-
"The_maximum_row_number_is_{number}": "
|
|
426
|
-
"Other_modification": "
|
|
427
|
-
"My_modification": "
|
|
428
|
-
"Document_history": "
|
|
429
|
-
"Freeze_document": "
|
|
430
|
-
"Document_frozen": "
|
|
431
|
-
"Unfreeze": "
|
|
432
|
-
"Search_and_replace": "
|
|
415
|
+
"Table_template": "Table template",
|
|
416
|
+
"Jump_to_original_doc": "Jump to the original document",
|
|
417
|
+
"Freezed": "Freezed",
|
|
418
|
+
"Callout": "Callout",
|
|
419
|
+
"The_current_location_does_not_support_pasting": "The current location does not support pasting ",
|
|
420
|
+
"Please_enter": "Please enter",
|
|
421
|
+
"Combine_cell": "Combine cells",
|
|
422
|
+
"Split_cell": "Split cell",
|
|
423
|
+
"Row_number": "Row number",
|
|
424
|
+
"Column_number": "Column number",
|
|
425
|
+
"The_maximum_row_number_is_{number}": "The maximum row number is {number}",
|
|
426
|
+
"Other_modification": "Other's modification",
|
|
427
|
+
"My_modification": "My modification",
|
|
428
|
+
"Document_history": "Document history",
|
|
429
|
+
"Freeze_document": "Freeze document",
|
|
430
|
+
"Document_frozen": "Document frozen",
|
|
431
|
+
"Unfreeze": "Unfreeze",
|
|
432
|
+
"Search_and_replace": "Search and replace",
|
|
433
433
|
"Search": "Chercher",
|
|
434
|
-
"Type_search_content": "
|
|
435
|
-
"Replace_as": "
|
|
436
|
-
"Type_replace_content": "
|
|
437
|
-
"Prevs": "
|
|
434
|
+
"Type_search_content": "Type search content",
|
|
435
|
+
"Replace_as": "Replace as",
|
|
436
|
+
"Type_replace_content": "Type replace content",
|
|
437
|
+
"Prevs": "Prevs",
|
|
438
438
|
"Next": "Suivant",
|
|
439
439
|
"Replace": "Remplacer",
|
|
440
|
-
"Replace_all": "
|
|
441
|
-
"Are_you_sure_to_replace_all_number_xxx_in_this_document_with_yyy": "
|
|
442
|
-
"Are_you_sure_to_clear_all_number_xxx_in_this_document": "
|
|
443
|
-
"Search_not_found": "
|
|
444
|
-
"Recent_visited": "
|
|
445
|
-
"The_document_does_not_exist": "
|
|
446
|
-
"Create_a_new_sdoc_file": "
|
|
447
|
-
"New_page": "
|
|
440
|
+
"Replace_all": "Replace all",
|
|
441
|
+
"Are_you_sure_to_replace_all_number_xxx_in_this_document_with_yyy": "Are you sure to replace all {{number}} '{{originalWord}}' in this document with '{{replacedWord}}'?",
|
|
442
|
+
"Are_you_sure_to_clear_all_number_xxx_in_this_document": "Are you sure to clear all {{number}} '{{originalWord}}' in this document?",
|
|
443
|
+
"Search_not_found": "Not found",
|
|
444
|
+
"Recent_visited": "Recent visited",
|
|
445
|
+
"The_document_does_not_exist": "The document does not exist",
|
|
446
|
+
"Create_a_new_sdoc_file": "Create a new sdoc file",
|
|
447
|
+
"New_page": "New page",
|
|
448
448
|
"Create": "Créer",
|
|
449
|
-
"Top_align": "
|
|
450
|
-
"Center_align": "
|
|
451
|
-
"Bottom_align": "
|
|
452
|
-
"Move_column_count": "
|
|
453
|
-
"Move_row_count": "
|
|
454
|
-
"Mark_all_as_read": "
|
|
455
|
-
"Alignment_type": "
|
|
449
|
+
"Top_align": "Top",
|
|
450
|
+
"Center_align": "Middle",
|
|
451
|
+
"Bottom_align": "Bottom",
|
|
452
|
+
"Move_column_count": "Moving {{count}} column(s)",
|
|
453
|
+
"Move_row_count": "Moving {{count}} row(s)",
|
|
454
|
+
"Mark_all_as_read": "Mark all as read",
|
|
455
|
+
"Alignment_type": "Alignment",
|
|
456
456
|
"Print": "Imprimer",
|
|
457
|
-
"Enter_more_character_start_search": "
|
|
458
|
-
"Create_file_name_sdoc": "
|
|
459
|
-
"Source_document_changed_tip": "
|
|
460
|
-
"Fit_table_to_page_width": "
|
|
461
|
-
"Enter_text_or_press_forward_slash_to_insert_element": "
|
|
462
|
-
"Vertical_align": "
|
|
463
|
-
"Horizontal_align": "
|
|
464
|
-
"SeaTable_column": "
|
|
465
|
-
"SeaTable_table": "
|
|
466
|
-
"And_x_more_records": "
|
|
467
|
-
"Print_limit_exceeded": "
|
|
468
|
-
"Show_record_numbers": "
|
|
469
|
-
"Alternate_color": "
|
|
470
|
-
"Select_column_display_option_color_tip": "
|
|
457
|
+
"Enter_more_character_start_search": "Enter more characters to start search",
|
|
458
|
+
"Create_file_name_sdoc": "Create {{file_name_sdoc}}",
|
|
459
|
+
"Source_document_changed_tip": "Original document has concurrent modifications. Do you like to merge these modifications to the revision?",
|
|
460
|
+
"Fit_table_to_page_width": "Fit table to page width",
|
|
461
|
+
"Enter_text_or_press_forward_slash_to_insert_element": "Enter text or press '/' to insert element",
|
|
462
|
+
"Vertical_align": "Vertical alignment",
|
|
463
|
+
"Horizontal_align": "Horizontal alignment",
|
|
464
|
+
"SeaTable_column": "SeaTable column",
|
|
465
|
+
"SeaTable_table": "SeaTable table",
|
|
466
|
+
"And_x_more_records": "and {{count}} more records",
|
|
467
|
+
"Print_limit_exceeded": "Exceeding the print limit, only the first 200 lines will be printed",
|
|
468
|
+
"Show_record_numbers": "Show record numbers",
|
|
469
|
+
"Alternate_color": "Alternate color",
|
|
470
|
+
"Select_column_display_option_color_tip": "Single-select and multi-select columns display option colors",
|
|
471
471
|
"Header": "En-tête ",
|
|
472
|
-
"Remove_icon": "
|
|
473
|
-
"Hide_columns": "
|
|
474
|
-
"1_hidden_column": "1
|
|
475
|
-
"hidden_columns": "
|
|
476
|
-
"Search_column": "
|
|
477
|
-
"No_columns_available_to_be_hidden": "
|
|
478
|
-
"Hide_all": "
|
|
479
|
-
"Show_all": "
|
|
480
|
-
"Sort": "
|
|
481
|
-
"1 Sort": "1
|
|
482
|
-
"Sorts": "
|
|
483
|
-
"No_sorts": "
|
|
484
|
-
"Add_sort": "
|
|
485
|
-
"No_sort_added": "
|
|
486
|
-
"up": "
|
|
487
|
-
"down": "
|
|
488
|
-
"No_results": "
|
|
489
|
-
"Filter": "
|
|
490
|
-
"1 Filter": "1
|
|
491
|
-
"Filters": "
|
|
492
|
-
"Add_filter": "
|
|
493
|
-
"No_filters": "
|
|
494
|
-
"And": "
|
|
495
|
-
"Or": "
|
|
496
|
-
"Select_option(s)": "
|
|
497
|
-
"Select_an_option": "
|
|
498
|
-
"Search_option": "
|
|
499
|
-
"Add_collaborator": "
|
|
500
|
-
"Add_a_creator": "
|
|
501
|
-
"Add_a_last_modifier": "
|
|
502
|
-
"Invalid_filter": "
|
|
503
|
-
"Department_single_select": "
|
|
504
|
-
"Search_department": "
|
|
505
|
-
"Select_department": "
|
|
506
|
-
"No_departments_available": "
|
|
507
|
-
"Current_user_department": "
|
|
508
|
-
"Current_user_department_and_sub": "
|
|
509
|
-
"Deleted_department": "
|
|
510
|
-
"Data_settings": "
|
|
511
|
-
"Style_settings": "
|
|
512
|
-
"contains": "
|
|
513
|
-
"does_not_contain": "
|
|
514
|
-
"is": "
|
|
515
|
-
"is_not": "
|
|
516
|
-
"equal": "
|
|
517
|
-
"not_equal": "
|
|
518
|
-
"less": "
|
|
519
|
-
"greater": "
|
|
520
|
-
"less_or_equal": "
|
|
521
|
-
"greater_or_equal": "
|
|
522
|
-
"is_empty": "
|
|
523
|
-
"is_not_empty": "
|
|
524
|
-
"is_within": "
|
|
525
|
-
"is_before": "
|
|
526
|
-
"is_after": "
|
|
527
|
-
"is_on_or_before": "
|
|
528
|
-
"is_on_or_after": "
|
|
529
|
-
"has_any_of": "
|
|
530
|
-
"has_all_of": "
|
|
531
|
-
"has_none_of": "
|
|
532
|
-
"is_exactly": "
|
|
533
|
-
"is_current_user_ID": "
|
|
534
|
-
"Current_date": "
|
|
535
|
-
"Specific_date": "
|
|
536
|
-
"x_days_before_current_date": "
|
|
537
|
-
"x_days_after_current_date": "
|
|
538
|
-
"is_any_of": "
|
|
539
|
-
"is_none_of": "
|
|
540
|
-
"include_me": "
|
|
541
|
-
"today": "
|
|
542
|
-
"tomorrow": "
|
|
543
|
-
"yesterday": "
|
|
544
|
-
"one_week_ago": "
|
|
545
|
-
"one_week_from_now": "
|
|
546
|
-
"one_month_ago": "
|
|
547
|
-
"one_month_from_now": "
|
|
548
|
-
"number_of_days_ago": "
|
|
549
|
-
"number_of_days_from_now": "
|
|
550
|
-
"exact_date": "date
|
|
551
|
-
"last_week": "
|
|
552
|
-
"last_month": "
|
|
553
|
-
"last_year": "
|
|
554
|
-
"this_week": "
|
|
555
|
-
"this_month": "
|
|
556
|
-
"this_year": "
|
|
557
|
-
"the_next_week": "
|
|
558
|
-
"the_next_month": "
|
|
559
|
-
"the_next_year": "
|
|
560
|
-
"the_past_week": "
|
|
561
|
-
"the_past_month": "
|
|
562
|
-
"the_past_year": "
|
|
563
|
-
"the_next_numbers_of_days": "
|
|
564
|
-
"the_past_numbers_of_days": "
|
|
565
|
-
"Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double
|
|
566
|
-
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "
|
|
472
|
+
"Remove_icon": "Remove icon",
|
|
473
|
+
"Hide_columns": "Hide columns",
|
|
474
|
+
"1_hidden_column": "1 hidden column",
|
|
475
|
+
"hidden_columns": "hidden columns",
|
|
476
|
+
"Search_column": "Search column",
|
|
477
|
+
"No_columns_available_to_be_hidden": "No columns available to be hidden.",
|
|
478
|
+
"Hide_all": "Hide all",
|
|
479
|
+
"Show_all": "Show all",
|
|
480
|
+
"Sort": "Sort",
|
|
481
|
+
"1 Sort": "1 sort",
|
|
482
|
+
"Sorts": "sorts",
|
|
483
|
+
"No_sorts": "No sorts",
|
|
484
|
+
"Add_sort": "Add sort",
|
|
485
|
+
"No_sort_added": "No sort added",
|
|
486
|
+
"up": "Up",
|
|
487
|
+
"down": "Down",
|
|
488
|
+
"No_results": "No results",
|
|
489
|
+
"Filter": "Filter",
|
|
490
|
+
"1 Filter": "1 filter",
|
|
491
|
+
"Filters": "filters",
|
|
492
|
+
"Add_filter": "Add filter",
|
|
493
|
+
"No_filters": "No filters",
|
|
494
|
+
"And": "And",
|
|
495
|
+
"Or": "Or",
|
|
496
|
+
"Select_option(s)": "Select option(s)",
|
|
497
|
+
"Select_an_option": "Select an option",
|
|
498
|
+
"Search_option": "Search option",
|
|
499
|
+
"Add_collaborator": "Add collaborator",
|
|
500
|
+
"Add_a_creator": "Add a creator",
|
|
501
|
+
"Add_a_last_modifier": "Add a last modifier",
|
|
502
|
+
"Invalid_filter": "Invalid filter",
|
|
503
|
+
"Department_single_select": "Department single select",
|
|
504
|
+
"Search_department": "Search department",
|
|
505
|
+
"Select_department": "Select department",
|
|
506
|
+
"No_departments_available": "No departments available",
|
|
507
|
+
"Current_user_department": "Current user's department",
|
|
508
|
+
"Current_user_department_and_sub": "Current user's department and sub-departments",
|
|
509
|
+
"Deleted_department": "Deleted department",
|
|
510
|
+
"Data_settings": "Data settings",
|
|
511
|
+
"Style_settings": "Style settings",
|
|
512
|
+
"contains": "contains",
|
|
513
|
+
"does_not_contain": "does not contain",
|
|
514
|
+
"is": "is",
|
|
515
|
+
"is_not": "is not",
|
|
516
|
+
"equal": "\u003d",
|
|
517
|
+
"not_equal": "\u2260",
|
|
518
|
+
"less": "\u003C",
|
|
519
|
+
"greater": "\u003E",
|
|
520
|
+
"less_or_equal": "\u2264",
|
|
521
|
+
"greater_or_equal": "\u2265",
|
|
522
|
+
"is_empty": "is empty",
|
|
523
|
+
"is_not_empty": "is not empty",
|
|
524
|
+
"is_within": "is within",
|
|
525
|
+
"is_before": "is before",
|
|
526
|
+
"is_after": "is after",
|
|
527
|
+
"is_on_or_before": "is on or before",
|
|
528
|
+
"is_on_or_after": "is on or after",
|
|
529
|
+
"has_any_of": "has any of",
|
|
530
|
+
"has_all_of": "has all of",
|
|
531
|
+
"has_none_of": "has none of",
|
|
532
|
+
"is_exactly": "is exactly",
|
|
533
|
+
"is_current_user_ID": "is current user's ID",
|
|
534
|
+
"Current_date": "Current date",
|
|
535
|
+
"Specific_date": "Specific date",
|
|
536
|
+
"x_days_before_current_date": "x days before current date",
|
|
537
|
+
"x_days_after_current_date": "x days after current date",
|
|
538
|
+
"is_any_of": "is any of",
|
|
539
|
+
"is_none_of": "is none of",
|
|
540
|
+
"include_me": "include the current user",
|
|
541
|
+
"today": "today",
|
|
542
|
+
"tomorrow": "tomorrow",
|
|
543
|
+
"yesterday": "yesterday",
|
|
544
|
+
"one_week_ago": "one week ago",
|
|
545
|
+
"one_week_from_now": "one week from now",
|
|
546
|
+
"one_month_ago": "one month ago",
|
|
547
|
+
"one_month_from_now": "one month from now",
|
|
548
|
+
"number_of_days_ago": "number of days ago",
|
|
549
|
+
"number_of_days_from_now": "number of days from now",
|
|
550
|
+
"exact_date": "exact date",
|
|
551
|
+
"last_week": "last week",
|
|
552
|
+
"last_month": "last month",
|
|
553
|
+
"last_year": "last year",
|
|
554
|
+
"this_week": "this week",
|
|
555
|
+
"this_month": "this month",
|
|
556
|
+
"this_year": "this year",
|
|
557
|
+
"the_next_week": "the next week",
|
|
558
|
+
"the_next_month": "the next month",
|
|
559
|
+
"the_next_year": "the next year",
|
|
560
|
+
"the_past_week": "last week",
|
|
561
|
+
"the_past_month": "last month",
|
|
562
|
+
"the_past_year": "last year",
|
|
563
|
+
"the_next_numbers_of_days": "the next numbers of days",
|
|
564
|
+
"the_past_numbers_of_days": "the past numbers of days",
|
|
565
|
+
"Double_click_to_enter_edit_mode_and_adjust_field_width" : "Double click to enter edit mode and adjust field width",
|
|
566
|
+
"Enter_comment_Enter_for_new_line_shift_enter_to_send": "Enter comment, Enter for new line, Shift + Enter to send",
|
|
567
567
|
"Sub_table": "Tableau",
|
|
568
|
-
"Search_action": "
|
|
569
|
-
"Comment_details": "
|
|
570
|
-
"Two_column": "2
|
|
571
|
-
"Three_column": "3
|
|
572
|
-
"Four_column": "4
|
|
573
|
-
"Five_column": "5
|
|
574
|
-
"Full_width_mode": "
|
|
568
|
+
"Search_action": "Search action...",
|
|
569
|
+
"Comment_details": "Comment details",
|
|
570
|
+
"Two_column": "2 columns",
|
|
571
|
+
"Three_column": "3 columns",
|
|
572
|
+
"Four_column": "4 columns",
|
|
573
|
+
"Five_column": "5 columns",
|
|
574
|
+
"Full_width_mode": "Full width mode",
|
|
575
575
|
"Video": "Vidéo",
|
|
576
|
-
"Upload_local_video": "
|
|
577
|
-
"The_current_version_does_not_support_>5MB_video_file": "
|
|
578
|
-
"Token_expired_Please_refresh_the_page": "
|
|
579
|
-
"Link_to_page": "
|
|
580
|
-
"No_page_results": "
|
|
576
|
+
"Upload_local_video": "Upload local video",
|
|
577
|
+
"The_current_version_does_not_support_>5MB_video_file": "The_current_version_does_not_support_>5MB_video_file",
|
|
578
|
+
"Token_expired_Please_refresh_the_page": "Token expired. Please refresh the page.",
|
|
579
|
+
"Link_to_page": "Link to page",
|
|
580
|
+
"No_page_results": "No page results",
|
|
581
581
|
"Page": "Page",
|
|
582
582
|
"Share_1": "Partager",
|
|
583
|
-
"Collect": "
|
|
584
|
-
"Collected": "
|
|
585
|
-
"Link_to_file": "
|
|
586
|
-
"Create_a_new_file": "
|
|
583
|
+
"Collect": "Collect",
|
|
584
|
+
"Collected": "Collected",
|
|
585
|
+
"Link_to_file": "Link to file",
|
|
586
|
+
"Create_a_new_file": "Create a new file",
|
|
587
587
|
"Suggestion": "Suggestion",
|
|
588
588
|
"Continuation": "Continuation",
|
|
589
|
-
"More_details": "
|
|
590
|
-
"More_concise": "
|
|
591
|
-
"More_vivid": "
|
|
592
|
-
"Translate": "
|
|
593
|
-
"Adjustment": "
|
|
594
|
-
"Try_again": "
|
|
589
|
+
"More_details": "More details",
|
|
590
|
+
"More_concise": "More concise",
|
|
591
|
+
"More_vivid": "More vivid",
|
|
592
|
+
"Translate": "Translate",
|
|
593
|
+
"Adjustment": "Adjustment",
|
|
594
|
+
"Try_again": "Try again",
|
|
595
595
|
"Deprecation": "Deprecation",
|
|
596
|
-
"Generated_content_x_words": "
|
|
597
|
-
"Ask_AI_anything": "
|
|
598
|
-
"Thinking": "
|
|
599
|
-
"Translation_error_message": "
|
|
600
|
-
"The_translation_content_cannot_be_empty": "
|
|
601
|
-
"Processing_message": "
|
|
602
|
-
"AI_tip_content": "
|
|
596
|
+
"Generated_content_x_words": "Generated content {{count}} words",
|
|
597
|
+
"Ask_AI_anything": "Ask AI anything...",
|
|
598
|
+
"Thinking": "Thinking...",
|
|
599
|
+
"Translation_error_message": "Translation error, please try again.",
|
|
600
|
+
"The_translation_content_cannot_be_empty": "The translation content cannot be empty",
|
|
601
|
+
"Processing_message": "Processing, please wait...",
|
|
602
|
+
"AI_tip_content": "Discard current content?",
|
|
603
603
|
"Discard": "Abandonner",
|
|
604
|
-
"English": "
|
|
605
|
-
"Chinese": "
|
|
606
|
-
"Ask_AI": "
|
|
607
|
-
"Enter_reply": "
|
|
608
|
-
"Processing_content_cannot_be_empty": "
|
|
609
|
-
"AI_error_message": "
|
|
610
|
-
"Add_video_link": "
|
|
611
|
-
"Link_Seafile_video_file": "Link
|
|
612
|
-
"Select_video_file": "
|
|
613
|
-
"Support_Youtube_Tencent_Bilibili_and_more": "
|
|
614
|
-
"Image_cannot_be_copied_Please_download_the_source_image": "
|
|
615
|
-
"And_select_insert_-_image_to_upload": "
|
|
616
|
-
"Image_copy_error": "
|
|
617
|
-
"Image_is_uploading": "Image is uploading...",
|
|
618
|
-
"Select_at_least_one_row_record": "Select at least one row record",
|
|
619
|
-
"Selected_row_records_cannot_exceed_10_rows": "Selected row records cannot exceed 10 rows",
|
|
620
|
-
"Select_seatable_rows": "Select seatable rows",
|
|
621
|
-
"Add_rows_record": "Add rows record",
|
|
622
|
-
"Double_click_then_adjust_field_width": "Double click, then adjust field width"
|
|
604
|
+
"English": "English",
|
|
605
|
+
"Chinese": "Chinese",
|
|
606
|
+
"Ask_AI": "Ask AI",
|
|
607
|
+
"Enter_reply": "Enter reply",
|
|
608
|
+
"Processing_content_cannot_be_empty": "Processing content cannot be empty",
|
|
609
|
+
"AI_error_message": "Request error, please try again",
|
|
610
|
+
"Add_video_link": "Add video link",
|
|
611
|
+
"Link_Seafile_video_file": "Link Seafile video file",
|
|
612
|
+
"Select_video_file": "Select video file",
|
|
613
|
+
"Support_Youtube_Tencent_Bilibili_and_more": "Support Youtube, Tencent, Bilibili and more",
|
|
614
|
+
"Image_cannot_be_copied_Please_download_the_source_image": "Image cannot be copied. Please download the source image,",
|
|
615
|
+
"And_select_insert_-_image_to_upload": "and select 「insert」 - 「image」 to upload.",
|
|
616
|
+
"Image_copy_error": "Image copy error"
|
|
623
617
|
}
|
|
@@ -613,11 +613,5 @@
|
|
|
613
613
|
"Support_Youtube_Tencent_Bilibili_and_more": "Support Youtube, Tencent, Bilibili and more",
|
|
614
614
|
"Image_cannot_be_copied_Please_download_the_source_image": "Image cannot be copied. Please download the source image,",
|
|
615
615
|
"And_select_insert_-_image_to_upload": "and select 「insert」 - 「image」 to upload.",
|
|
616
|
-
"Image_copy_error": "Image copy error"
|
|
617
|
-
"Image_is_uploading": "Image is uploading...",
|
|
618
|
-
"Select_at_least_one_row_record": "Select at least one row record",
|
|
619
|
-
"Selected_row_records_cannot_exceed_10_rows": "Selected row records cannot exceed 10 rows",
|
|
620
|
-
"Select_seatable_rows": "Select seatable rows",
|
|
621
|
-
"Add_rows_record": "Add rows record",
|
|
622
|
-
"Double_click_then_adjust_field_width": "Double click, then adjust field width"
|
|
616
|
+
"Image_copy_error": "Image copy error"
|
|
623
617
|
}
|
|
@@ -610,14 +610,8 @@
|
|
|
610
610
|
"Add_video_link": "Добавить ссылку на видео",
|
|
611
611
|
"Link_Seafile_video_file": "Ссылка на видео файл Seafile",
|
|
612
612
|
"Select_video_file": "Выбрать видео файл",
|
|
613
|
-
"Support_Youtube_Tencent_Bilibili_and_more": "
|
|
613
|
+
"Support_Youtube_Tencent_Bilibili_and_more": "Support Youtube, Tencent, Bilibili and more",
|
|
614
614
|
"Image_cannot_be_copied_Please_download_the_source_image": "Изображение не может быть скопировано. Скачайте исходное изображение,",
|
|
615
615
|
"And_select_insert_-_image_to_upload": "и выбрать 「вставить」 - 「изображение」 для загрузки.",
|
|
616
|
-
"Image_copy_error": "
|
|
617
|
-
"Image_is_uploading": "Изображение загружается...",
|
|
618
|
-
"Select_at_least_one_row_record": "Select at least one row record",
|
|
619
|
-
"Selected_row_records_cannot_exceed_10_rows": "Selected row records cannot exceed 10 rows",
|
|
620
|
-
"Select_seatable_rows": "Select seatable rows",
|
|
621
|
-
"Add_rows_record": "Add rows record",
|
|
622
|
-
"Double_click_then_adjust_field_width": "Double click, then adjust field width"
|
|
616
|
+
"Image_copy_error": "Image copy error"
|
|
623
617
|
}
|
|
@@ -614,10 +614,5 @@
|
|
|
614
614
|
"Image_cannot_be_copied_Please_download_the_source_image": "此照片不支持复制,请下载原图",
|
|
615
615
|
"And_select_insert_-_image_to_upload": "后点击工具栏「插入」- 「照片」上传",
|
|
616
616
|
"Image_copy_error": "图片复制错误",
|
|
617
|
-
"Image_is_uploading": "图片正在上传..."
|
|
618
|
-
"Select_at_least_one_row_record": "选择至少一行记录",
|
|
619
|
-
"Selected_row_records_cannot_exceed_10_rows": "选择的行记录不能超过10条",
|
|
620
|
-
"Select_seatable_rows": "选择 Seatable 行",
|
|
621
|
-
"Add_rows_record": "添加行记录",
|
|
622
|
-
"Double_click_then_adjust_field_width": "双击后调节字段宽度"
|
|
617
|
+
"Image_is_uploading": "图片正在上传..."
|
|
623
618
|
}
|