-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
64 changed files
with
15,525 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"Confirm": "Confirm", | ||
"Cancel": "Cancel", | ||
"Discard": "Discard", | ||
"Save": "Save", | ||
"Add": "Add", | ||
"Remove": "Remove", | ||
"Delete": "Delete", | ||
"Enable": "Enable", | ||
"Disable": "Disable", | ||
"Import": "Import", | ||
"Speech_To_Text": "Speech To Text", | ||
"speech_To_Text": "speech to text", | ||
"Import_Description": "Import editor state from JSON", | ||
"Export": "Export", | ||
"Export_Description": "Export editor state to JSON", | ||
"Clear": "Clear", | ||
"Clear_Editor": "Clear Editor", | ||
"Clear_Description": "Clear editor contents", | ||
"Read-Only_Mode": "Read-Only Mode", | ||
"Unlock": "Unlock", | ||
"Lock": "Lock", | ||
"read-Only_Mode": "read-only mode", | ||
"Confirm_Clear": "Are you sure you want to clear the editor?", | ||
"Confirm_Discard": "Are you sure you want to discard the changes?", | ||
"Convert_From_Markdown": "Convert From Markdown", | ||
"Convert_From_Markdown_Description": "Convert from markdown", | ||
"Disconnect": "Disconnect", | ||
"Connect": "Connect", | ||
"Collaborative": "Collaborative Editing", | ||
"disconnect": "disconnect", | ||
"connect": "connect", | ||
"Disconnect_From": "Disconnect From", | ||
"Connect_To": "Connect To", | ||
"Server": "a collaborative editing server" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"Title" : "Align", | ||
"Description": "Formatting options for text alignment", | ||
"LeftAlign": "Left Align", | ||
"CenterAlign": "Center Align", | ||
"RightAlign": "Right Align", | ||
"JustifyAlign": "Justify Align", | ||
"Outdent": "Outdent", | ||
"Indent": "Indent" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"Description" : "Formatting background color" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"Description": "Formatting options for text style", | ||
"Normal": "Normal", | ||
"Heading_1": "Heading 1", | ||
"Heading_2": "Heading 2", | ||
"Heading_3": "Heading 3", | ||
"BulletList": "Bullet List", | ||
"NumberedList": "Numbered List", | ||
"CheckList": "Check List", | ||
"Quote": "Quote", | ||
"CodeBlock": "Code Block" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"Title": "Bold", | ||
"Description": "Format text as bold. Shortcut:" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"Format_text_as_bold": "Format text as bold", | ||
"Format_text_as_italics": "Format text as italics", | ||
"Format_text_to_underlined": "Format text to underlined", | ||
"Format_text_with_a_strikethrough": "Format text with a strikethrough", | ||
"Format_Subscript": "Format Subscript", | ||
"Format_Superscript": "Format Superscript", | ||
"Insert_code_block": "Insert code block", | ||
"Insert_link": "Insert link", | ||
"Add_comment": "Add comment" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"Description" : "Insert code block" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"Hide_Comments": "Hide Comments", | ||
"Show_Comments": "Show Comments", | ||
"Comments": "Comments", | ||
"No_Comments": "No Comments", | ||
"Reply_to_comment": "Reply to comment...", | ||
"Delete_Thread": "Delete Thread", | ||
"Delete_Comment": "Delete Comment", | ||
"Delete_Comment_Description": "Are you sure you want to delete this", | ||
"Type_a_comment": "Type a comment..." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"Title": "Insert", | ||
"Description": "Insert specialized editor node", | ||
"Mode": { | ||
"Sample": "Sample", | ||
"URL": "URL", | ||
"File": "File" | ||
}, | ||
"No_of_rows": "No of rows", | ||
"No_of_columns": "No of columns", | ||
"Question": "Question", | ||
"Tweet_URL": "Tweet URL", | ||
"Image_URL": "Image URL", | ||
"Image_URL_Alt_Text": "Alt Text", | ||
"Image_URL_Placeholder": "Random unsplash image", | ||
"Image_Upload": "Image Upload", | ||
"Image_Upload_Alt_Text": "Alt Text", | ||
"Image_Upload_Placeholder": "Descriptive alternative text", | ||
"YouTube_URL": "YouTube URL", | ||
"Horizontal_Rule": "Horizontal Rule", | ||
"Image": "Image", | ||
"Insert_Image": "Insert Image", | ||
"Excalidraw": "Excalidraw", | ||
"Table": "Table", | ||
"Insert_Table": "Insert Table", | ||
"Poll": "Poll", | ||
"Insert_Poll": "Insert Poll", | ||
"Tweet": "Tweet", | ||
"Insert_Tweet": "Insert Tweet", | ||
"YouTube_Video": "YouTube Video", | ||
"Insert_YouTube_Video": "Insert YouTube Video", | ||
"Equation": "Equation", | ||
"Insert_Equation": "Insert Equation", | ||
"Sticky_Note": "Sticky Note" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"Description" : "Insert link" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"Title": "Italic", | ||
"Description" : "Format text as italics. Shortcut:" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"Suggested_mentions": "Suggested mentions" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"Title": "Redo", | ||
"Description" : "Redo" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"column_header": "column header", | ||
"row_header": "row header", | ||
"Insert": "Insert", | ||
"above": "above", | ||
"below": "below", | ||
"left": "left", | ||
"right": "right", | ||
"Delete_column": "Delete column", | ||
"Delete_row": "Delete row", | ||
"Delete_table": "Delete table", | ||
"column": "column", | ||
"row": "row", | ||
"columns": "columns", | ||
"rows": "rows" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Disable_test_recorder": "Disable test recorder", | ||
"Enable_test_recorder": "Enable test recorder", | ||
"Insert_snapshot": "Insert snapshot", | ||
"Copy_to_clipboard": "Copy to clipboard", | ||
"Download_as_a_file": "Download as a file" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"Description" : "Formatting text color" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"Description": "Formatting options for additional text styles", | ||
"Options": { | ||
"Strikethrough": { | ||
"Label": "Strikethrough", | ||
"Description": "Format text with a strikethrough" | ||
}, | ||
"Subscript": { | ||
"Label": "Subscript", | ||
"Description": "Format text with a subscript" | ||
}, | ||
"Superscript": { | ||
"Label": "Superscript", | ||
"Description": "Format text with a superscript" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"Title": "Underline", | ||
"Description" : "Format text to underlined. Shortcut:" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"Title": "Undo", | ||
"Description" : "Undo" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"Confirm": "Confirmer", | ||
"Cancel": "Annuler", | ||
"Discard": "Abandonner", | ||
"Save": "Sauvegarder", | ||
"Add": "Ajouter", | ||
"Remove": "Supprimer", | ||
"Delete": "Supprimer", | ||
"Enable": "Activer", | ||
"Disable": "Disable", | ||
"Import": "Importer", | ||
"Speech_To_Text": "Voix vers texte", | ||
"speech_To_Text": "voix vers texte", | ||
"Import_Description": "Importer l'état de l'éditeur depuis JSON", | ||
"Export": "Exporter", | ||
"Export_Description": "Exporter l'état de l'éditeur en JSON", | ||
"Clear": "Effacer", | ||
"Clear_Editor": "Effacer l'éditeur", | ||
"Clear_Description": "Effacer le contenu de l'éditeur", | ||
"Read-Only_Mode": "Mode lecture seule", | ||
"Unlock": "Déverrouiller", | ||
"Lock": "Verrouiller", | ||
"read-Only_Mode": "mode lecture seule", | ||
"Confirm_Clear": "Etes-vous sûr de vouloir effacer l'éditeur ?", | ||
"Confirm_Discard": "Êtes-vous sûr de vouloir abandonner les modifications ?", | ||
"Convert_From_Markdown": "Convertir à partir de Markdown", | ||
"Convert_From_Markdown_Description": "Convertir à partir de markdown", | ||
"Disconnect": "Déconnecter", | ||
"Connect": "Connecter", | ||
"Collaborative": "Édition collaborative", | ||
"disconnect": "déconnecter", | ||
"Connecter": "connecter", | ||
"Disconnect_From": "Déconnecter de", | ||
"Connect_To": "Connecter à", | ||
"Server": "un serveur d'édition collaborative", | ||
"Add_Option": "Ajouter une option" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"Title": "Aligner", | ||
"Description" : "Options de formatage pour l'alignement du texte", | ||
"LeftAlign": "Aligner à gauche", | ||
"CenterAlign": "Aligner au centre", | ||
"RightAlign": "Aligner à droite", | ||
"JustifyAlign": "Justifier alignement", | ||
"Outdent": "Supprimer l'intentation", | ||
"Indent": "Indenter" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"Description" : "Mise en forme de la couleur de fond" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"Description": "Options de mise en forme pour le style de texte", | ||
"Normal": "Normal", | ||
"Heading_1": "Titre 1", | ||
"Heading_2": "Titre 2", | ||
"Heading_3": "Titre 3", | ||
"BulletList": "Liste à puces", | ||
"NumberedList": "Liste numérotée", | ||
"CheckList": "Liste de contrôle", | ||
"Quote": "Citation", | ||
"CodeBlock": "Bloc de code" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"Title": "Gras", | ||
"Description" : "Formatez le texte en gras. Raccourci :" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"Format_text_as_bold" : "Formater le texte en gras", | ||
"Format_text_as_italics" : "Formater le texte en italique", | ||
"Format_text_to_underlined" : "Souligner le texte", | ||
"Format_text_with_a_strikethrough" : "Barrer le texte", | ||
"Format_Subscript" : "Mettre en indice", | ||
"Format_Superscript" : "Mettre en exposant", | ||
"Insert_code_block" : "Convertir en bloc de code", | ||
"Insert_link" : "Insérer un lien", | ||
"Add_comment" : "Ajouter un commentaire" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"Description" : "Insérer un bloc de code" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"Hide_Comments": "Masquer les commentaires", | ||
"Show_Comments": "Afficher les commentaires", | ||
"Comments": "Commentaires", | ||
"No_Comments": "Aucun commentaire", | ||
"Reply_to_comment": "Répondre au commentaire...", | ||
"Delete_Thread": "Supprimer le fil", | ||
"Delete_Comment": "Supprimer le commentaire", | ||
"Delete_Comment_Description": "Etes-vous sûr de vouloir supprimer ce", | ||
"Type_a_comment": "Tapez un commentaire..." | ||
} |
Oops, something went wrong.