diff --git a/frontend/legacy.edn b/frontend/legacy.edn deleted file mode 100644 index 51459f2a2..000000000 --- a/frontend/legacy.edn +++ /dev/null @@ -1,223 +0,0 @@ -{"ds.projects" "PROJECTS" - "ds.new-file" "+ New File" - "ds.project-title" "Your projects" - "ds.project-new" "+ New project" - "ds.project-thumbnail.alt" "Project title" - - "ds.ordering" "Sort by" - "ds.ordering.by-name" "name" - "ds.ordering.by-last-update" "last update" - "ds.ordering.by-creation-date" "creation date" - "ds.search.placeholder" "Search..." - "ds.uploaded-at" "Uploaded at %s" - "ds.updated-at" "Updated %s" - - "ds.confirm-title" "Are you sure?" - "ds.confirm-ok" "Ok" - "ds.confirm-cancel" "Cancel" - - "ds.multiselect-bar.copy" "Copy" - "ds.multiselect-bar.copy-to-library" "Copy to library" - "ds.multiselect-bar.move" "Move" - "ds.multiselect-bar.move-to-library" "Move to library" - "ds.multiselect-bar.rename" "Rename" - "ds.multiselect-bar.delete" "Delete" - - "ds.elements" "ELEMENTS" - "ds.icons" "ICONS" - "ds.your-icons-title" "YOUR ICONS" - "ds.store-icons-title" "ICONS STORE" - "ds.icons-collection.new" "+ New collection" - "ds.icon-new" "+ New icon" - - "ds.images" "IMAGES" - "ds.your-images-title" "YOUR IMAGES" - "ds.store-images-title" "IMAGES STORE" - "ds.images-collection.new" "+ New library" - "ds.image-new" "+ New image" - - "ds.colors" "COLORS" - "ds.your-colors-title" "YOUR COLORS" - "ds.store-colors-title" "COLORS STORE" - "ds.colors-collection.new" "+ New library" - "ds.color-new" "+ New color" - "ds.color-lightbox.title" "New color" - "ds.color-lightbox.add" "+ Add color" - - "ds.library-title" "Library: " - "ds.standard-title" "STANDARD" - "ds.your-libraries-title" "YOUR LIBRARIES" - "ds.default-library-title" "Unnamed Collection (%s)" - - "ds.project.placeholder" "New project name" - "ds.project.new" "New project" - - "common.accept" "Accept" - "common.cancel" "Cancel" - - "workspace.sidebar.icons" "Icons" - "workspace.sidebar.element-options" "Element options" - "workspace.sidebar.draw-tools" "Draw tools" - "workspace.sidebar.sitemap" "Sitemap" - "workspace.sidebar.layers" "Layers" - "workspace.sidebar.document-history" "Document history" - - "ds.page.placeholder" "Page name" - "ds.page.new" "New page" - "ds.page.edit" "Edit page" - - "ds.history.versions" "History" - "ds.history.pinned" "Pinned" - - "workspace.header.rect" "Box (Ctrl + B)" - "workspace.header.circle" "Circle (Ctrl + E)" - "workspace.header.line" "Line (Ctrl + L)" - "workspace.header.text" "Text" - "workspace.header.path" "Path" - "workspace.header.curve" "Curve" - "workspace.header.ruler" "Ruler" - "workspace.header.canvas" "Canvas" - - "ds.user.profile" "Profile" - "ds.user.password" "Password" - "ds.user.notifications" "Notifications" - "ds.user.exit" "Exit" - - "workspace.header.sitemap" "Sitemap (Ctrl + Shift + M)" - "workspace.header.draw-tools" "Draw tools (Ctrl + Shift + S)" - "workspace.header.color-palette" "Color Palette (---)" - "workspace.header.icons" "Icons (Ctrl + Shift + I)" - "workspace.header.layers" "Layers (Ctrl + Shift + L)" - "workspace.header.element-options" "Element options (Ctrl + Shift + O)" - "workspace.header.document-history" "History (Ctrl + Shift + H)" - "workspace.header.undo" "Undo (Ctrl + Z)" - "workspace.header.redo" "Redo (Ctrl + Shift + Z)" - "workspace.header.download" "Download (Ctrl + E)" - "workspace.header.image" "Image (Ctrl + I)" - "workspace.header.rules" "Rules" - "workspace.header.grid" "Grid (Ctrl + G)" - "workspace.header.grid-snap" "Snap to grid" - "workspace.header.align" "Align (Ctrl + A)" - "workspace.header.view-mode" "View mode (Ctrl + P)" - - "workspace.options.radius" "Radius" - "workspace.options.size" "Size" - "workspace.options.width" "Width" - "workspace.options.height" "Height" - "workspace.options.stroke.style" "Style" - "workspace.options.stroke.none" "None" - "workspace.options.stroke.solid" "Solid" - "workspace.options.stroke.dotted" "Dotted" - "workspace.options.stroke.dashed" "Dashed" - "workspace.options.stroke.mixed" "Mixed" - "workspace.options.position" "Position" - "workspace.options.rotation" "Rotation" - "workspace.options.opacity" "Opacity" - "workspace.options.color" "Color" - "workspace.options.background-color" "Background color" - "workspace.options.font-family" "Font Family" - "workspace.options.font-weight" "Font Size & Weight" - "workspace.options.font-size" "Font Size" - "workspace.options.line-height-letter-spacing" "Line height and Letter spacing" - "workspace.options.line-height" "Line Height" - "workspace.options.letter-spacing" "Letter Spacing" - "workspace.options.text-align" "Text Alignment" - "workspace.options.name" "Name" - "workspace.options.go" "Go go go!" - "workspace.options.measures" "Size, position & rotation" - "workspace.options.font-options" "Fonts & Font Size" - "workspace.options.rotation-radius" "Rotation & Radius" - "workspace.options.stroke" "Stroke" - "workspace.options.grid-options" "Grid settings" - - "element.fill" "Fill" - "element.text" "Text" - "element.interactions" "Interactions" - - "image.new" "New image" - "image.select" "Select from library" - "image.upload" "Upload file" - "image.import-library" "Import image from library" - - "auth.email-or-username" "Email or Username" - "auth.password" "Password" - "auth.signin" "Sign in" - "auth.forgot-password" "Forgot your password?" - "auth.no-account" "Don't have an account?" - "auth.message.recovery-token-sent" "Password recovery link sent to your inbox." - "auth.message.password-recovered" "Password successfully recovered." - - "register.fullname.placeholder" "Full Name" - "register.username.placeholder" "Username" - "register.email.placeholder" "Email" - "register.password.placeholder" "Password" - "register.get-started" "Get started" - "register.already-have-account" "Already have an account?" - - "recovery-request.username-or-email.placeholder" "username or email address" - "recovery-request.recover-password" "Recover password" - "recovery-request.go-back" "Go back!" - - "recover.password.placeholder" "Password" - "recover.recover-password" "Recover password" - "recover.go-back" "Go back!" - - "settings.profile" "PROFILE" - "settings.password" "PASSWORD" - "settings.notifications" "NOTIFICATIONS" - "settings.exit" "EXIT" - - "settings.profile.profile-saved" "Profile saved successfully!" - "settings.profile.section-basic-data" "Name, username and email" - "settings.profile.section-i18n-data" "Default language" - "settings.profile.your-name" "Your name" - "settings.profile.your-username" "Your username" - "settings.profile.your-email" "Your email" - - "settings.choose-color-theme" "Choose a theme" - "settings.profile.light-theme" "Light theme" - "settings.profile.dark-theme" "Dark theme" - "settings.profile.high-contrast-theme" "High-contrast theme" - "settings.profile.your-avatar" "Your avatar" - - "settings.password.password-saved" "Password saved successfully!" - "settings.password.wrong-old-password" "Wrong old password" - "settings.password.change-password" "Change password" - "settings.password.old-password" "Old password" - "settings.password.new-password" "New password" - "settings.password.confirm-password" "Confirm password" - - "settings.notifications.notifications-saved" "Notifications preferences saved successfully!" - "settings.notifications.prototype-notifications" "Prototype notifications" - "settings.notifications.description" "Get a roll up of prototype changes in your inbox." - "settings.notifications.none" "None" - "settings.notifications.every-hour" "Every hour" - "settings.notifications.every-day" "Every day" - - "settings.update-settings" "Update settings" - - "history.alert-message" "You are seeing version %s" - - "errors.api.form.unexpected-error" "An unexpected error occurred." - "errors.api.form.old-password-not-match" "Incorrect old password" - "errors.api.form.registration-disabled" "The registration is currently disabled." - "errors.api.form.email-already-exists" "The email is already in use by another user." - "errors.api.form.username-already-exists" "The username is already in use by another user." - "errors.api.form.user-not-exists" "Username or email does not matches any existing user." - "errors.form.required" "This field is mandatory" - "errors.form.string" "Should be string" - "errors.form.number" "Invalid number" - "errors.form.integer" "Invalid integer" - "errors.form.bool" "Should be boolean" - "errors.form.min-len" "Should be greater than %s" - "errors.form.max-len" "Should be lesser than %s" - "errors.form.color" "Should be a valid color string" - "errors.form.password-not-match" "Password does not match" - "errors.auth.unauthorized" "Username or password seems to be wrong." - "errors.auth.invalid-recovery-token" "The recovery token is invalid." - "errors.profile.update-password" "Error updating password, probably your old password is wrong." - - "errors.network" "Unable to connect to backend server." - "errors.generic" "Something wrong has happened." - "errors.conflict" "Conflict on saving data, please refresh and try again." - } diff --git a/frontend/legacy.fr.edn b/frontend/legacy.fr.edn deleted file mode 100644 index e0455850f..000000000 --- a/frontend/legacy.fr.edn +++ /dev/null @@ -1,223 +0,0 @@ -{"ds.projects" "PROJETS" - "ds.project-title" "Vos projets" - "ds.project-new" "+ Nouveau projet" - "ds.project-thumbnail.alt" "Titre du projet" - - "ds.ordering" "Trier par" - "ds.ordering.by-name" "nom" - "ds.ordering.by-last-update" "dernière mise à jour" - "ds.ordering.by-creation-date" "date de création" - "ds.search.placeholder" "Rechercher..." - "ds.uploaded-at" "Mise en ligne : %s" - "ds.updated-at" "Mis à jour %s" - - "ds.confirm-title" "Êtes-vous sûr ?" - "ds.confirm-ok" "Ok" - "ds.confirm-cancel" "Annuler" - - "ds.multiselect-bar.copy" "Copier" - "ds.multiselect-bar.copy-to-library" "Copier vers la librairie" - "ds.multiselect-bar.move" "Déplacer" - "ds.multiselect-bar.move-to-library" "Déplacer vers la librairie" - "ds.multiselect-bar.rename" "Renommer" - "ds.multiselect-bar.delete" "Supprimer" - - "ds.elements" "ÉLÉMENTS" - "ds.icons" "ICÔNES" - "ds.your-icons-title" "VOS ICÔNES" - "ds.store-icons-title" "BOUTIQUE" - "ds.icons-collection.new" "+ Nouvelle collection" - "ds.icon-new" "+ Nouvel icône" - - "ds.images" "IMAGES" - "ds.your-images-title" "VOS IMAGES" - "ds.store-images-title" "BOUTIQUE" - "ds.images-collection.new" "+ Nouvelle librairie" - "ds.image-new" "+ Nouvelle image" - - "ds.colors" "COULEURS" - "ds.your-colors-title" "VOS COULEURS" - "ds.store-colors-title" "BOUTIQUE" - "ds.colors-collection.new" "+ Nouvelle librairie" - "ds.color-new" "+ Nouvelle couleur" - "ds.color-lightbox.title" "Nouvelle couleur" - "ds.color-lightbox.add" "+ Ajouter couleur" - - "ds.library-title" "Librairie : " - "ds.standard-title" "STANDARD" - "ds.your-libraries-title" "VOS LIBRAIRIES" - "ds.default-library-title" "Collection sans nom (%s)" - - "ds.project.placeholder" "Nom du nouveau projet" - "ds.project.new" "Nouveau projet" - - - "ds.accept" "Accepter" - "ds.cancel" "Annuler" - - "workspace.sidebar.icons" "Icônes" - "workspace.sidebar.element-options" "Options d'élément" - "workspace.sidebar.draw-tools" "Outils de dessin" - "workspace.sidebar.sitemap" "Plan du site" - "workspace.sidebar.layers" "Couches" - "workspace.sidebar.document-history" "Historique du document" - - "ds.page.placeholder" "Nom de la page" - "ds.page.new" "Nouvelle page" - "ds.page.edit" "Éditer la page" - - "ds.history.versions" "Historique" - "ds.history.pinned" "Épinglés" - - "workspace.header.rect" "Boîte (Ctrl + B)" - "workspace.header.circle" "Cercle (Ctrl + E)" - "workspace.header.line" "Ligne (Ctrl + L)" - "workspace.header.text" "Texte" - "workspace.header.path" "Chemin" - "workspace.header.curve" "Courbe" - "workspace.header.ruler" "Règle" - "workspace.header.canvas" "Calque" - - "ds.user.profile" "Profil" - "ds.user.password" "Mot de passe" - "ds.user.notifications" "Notifications" - "ds.user.exit" "Quitter" - - "workspace.header.sitemap" "Plan du site (Ctrl + Maj + M)" - "workspace.header.draw-tools" "Outils de dessin (Ctrl + Maj + S)" - "workspace.header.color-palette" "Palette de couleurs (---)" - "workspace.header.icons" "Icônes (Ctrl + Maj + I)" - "workspace.header.layers" "Couches (Ctrl + Maj + L)" - "workspace.header.element-options" "Options d'élément (Ctrl + Maj + O)" - "workspace.header.document-history" "Historique du document (Ctrl + Maj + H)" - "workspace.header.undo" "Annuler (Ctrl + Z)" - "workspace.header.redo" "Rétablir (Ctrl + Maj + Z)" - "workspace.header.download" "Télécharger (Ctrl + E)" - "workspace.header.image" "Image (Ctrl + I)" - "workspace.header.rules" "Règles" - "workspace.header.grid" "Grille (Ctrl + G)" - "workspace.header.grid-snap" "Coller à la grille" - "workspace.header.align" "Aligner (Ctrl + A)" - "workspace.header.view-mode" "Mode visualisation (Ctrl + P)" - - "workspace.options.radius" "Rayon" - "workspace.options.size" "Taille" - "workspace.options.width" "Largeur" - "workspace.options.height" "Hauteur" - "workspace.options.stroke.style" "Style" - "workspace.options.stroke.none" "Aucun" - "workspace.options.stroke.solid" "Solide" - "workspace.options.stroke.dotted" "Pointillé" - "workspace.options.stroke.dashed" "Tiré" - "workspace.options.stroke.mixed" "Mixte" - "workspace.options.position" "Position" - "workspace.options.rotation" "Rotation" - "workspace.options.opacity" "Opacité" - "workspace.options.color" "Couleur" - "workspace.options.background-color" "Couleur d'arrière-plan" - "workspace.options.font-family" "Police de caractères" - "workspace.options.font-weight" "Taille et graisse" - "workspace.options.font-size" "Taille de police" - "workspace.options.line-height-letter-spacing" "Hauteur de ligne et Espacement de caractères" - "workspace.options.line-height" "Hauteur de ligne" - "workspace.options.letter-spacing" "Espacement de caractères" - "workspace.options.text-align" "Alignement de texte" - "workspace.options.name" "Nom" - "workspace.options.go" "C'est parti !" - "workspace.options.measures" "Taille, position et rotation" - "workspace.options.font-options" "TODO" - "workspace.options.rotation-radius" "TODO" - "workspace.options.strokestroke" "Contour" - "workspace.options.grid-options" "Paramètres de la grille" - - "element.fill" "Fond" - "element.text" "Texte" - "element.interactions" "Interactions" - - "image.new" "Nouvelle image" - "image.select" "Choisir depuis une librairie" - "image.upload" "Envoyer un fichier" - "image.import-library" "Importer une image depuis une librairie" - - "auth.email-or-username" "adresse email ou nom d'utilisateur" - "auth.password" "Mot de passe" - "auth.signin" "Se connecter" - "auth.forgot-password" "Mot de passe oublié ?" - "auth.no-account" "Vous n'avez pas de compte ?" - "auth.message.recovery-token-sent" "Lien de récupération de mot de passe envoyé." - "auth.message.password-recovered" "Mot de passe récupéré avec succès." - - "register.fullname.placeholder" "Nom complet" - "register.username.placeholder" "Nom d'utilisateur" - "register.email.placeholder" "Adresse email" - "register.password.placeholder" "Mot de passe" - "register.get-started" "Commencer" - "register.already-have-account" "Vous avez déjà un compte ?" - - "recovery-request.username-or-email.placeholder" "nom d'utilisateur ou adresse email" - "recovery-request.recover-password" "Récupérer le mot de passe" - "recovery-request.go-back" "Retour!" - - "recover.password.placeholder" "Mot de passe" - "recover.recover-password" "Récupérer le mot de passe" - "recover.go-back" "Retour!" - - "settings.profile" "PROFIL" - "settings.password" "MOT DE PASSE" - "settings.notifications" "NOTIFICATIONS" - "settings.exit" "QUITTER" - - "settings.profile.profile-saved" "Profil enregistré avec succès !" - "settings.profile.section-basic-data" "Nom, nom d'utilisateur et adresse email" - "settings.profile.section-i18n-data" "Langue par défaut" - "settings.profile.your-name" "Votre nom complet" - "settings.profile.your-username" "Votre nom d'utilisateur" - "settings.profile.your-email" "Votre adresse email" - - "settings.choose-color-theme" "Choisissez un thème" - "settings.profile.light-theme" "Thème Jour" - "settings.profile.dark-theme" "Thème Nuit" - "settings.profile.high-contrast-theme" "Thème Contraste élevé" - "settings.profile.your-avatar" "Votre avatar" - - "settings.password.password-saved" "Mot de passe enregistré avec succès !" - "settings.password.wrong-old-password" "Ancien mot de passe incorrect" - "settings.password.change-password" "Changement de mot de passe" - "settings.password.old-password" "Ancien mot de passe" - "settings.password.new-password" "Nouveau mot de passe" - "settings.password.confirm-password" "Confirmez mot de passe" - - "settings.notifications.notifications-saved" "Préférences de notifications enregistrées avec succès !" - "settings.notifications.prototype-notifications" "Notifications de prototypage" - "settings.notifications.description" "Obtenez un résumé des modifications apportées aux prototypes à votre adresse email." - "settings.notifications.none" "Aucune" - "settings.notifications.every-hour" "Chaque heure" - "settings.notifications.every-day" "Chaque jour" - - "settings.update-settings" "Mettre à jour les paramètres" - - "history.alert-message" "Vous voyez la version %s" - - "errors.api.form.unexpected-error" "Une erreur inattendue c'est produite" - "errors.api.form.old-password-not-match" "Ancien mot de passe incorrect" - "errors.api.form.registration-disabled" "L'enregistrement est actuellement désactivé." - "errors.api.form.email-already-exists" "L'email est déjà utilisé par un autre utilisateur." - "errors.api.form.username-already-exists" "Le nom d'utilisateur est déjà utilisé par un autre utilisateur." - "errors.api.form.user-not-exists" "Le nom d'utilisateur ou l'e-mail ne correspond à aucun utilisateur existant." - "errors.form.required" "Ce champ est obligatoire" - "errors.form.string" "Devrait être une chaîne de caractères" - "errors.form.number" "Nombre invalide" - "errors.form.integer" "Entier invalide" - "errors.form.bool" "Devrait être un booléen" - "errors.form.min-len" "Devrait être supérieur à %s" - "errors.form.max-len" "Devrait être inférieur à %s" - "errors.form.color" "Devrait être une couleur valide" - "errors.form.password-not-match" "Le mot de passe ne correspond pas" - "errors.auth.unauthorized" "Le nom d'utilisateur ou le mot de passe semble être faux." - "errors.auth.invalid-recovery-token" "Le jeton de récupération n'est pas valide." - "errors.profile.update-password" "Erreur lors de la mise à jour du mot de passe, votre ancien mot de passe est probablement incorrect." - - "errors.network" "Impossible de se connecter au serveur principal." - "errors.generic" "Quelque chose c'est mal passé." - "errors.conflict" "Conflit sur la sauvegarde des données, actualisez et réessayez." - }