From d914ab1390559663f0af35fde84bab0996dc6b86 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 7 Oct 2020 16:52:18 +0200 Subject: [PATCH] :sparkles: Update translation strings. --- frontend/resources/locales.json | 1302 ++++++++++------- frontend/src/app/main/ui/auth/login.cljs | 14 +- frontend/src/app/main/ui/auth/recovery.cljs | 6 +- .../app/main/ui/auth/recovery_request.cljs | 4 +- frontend/src/app/main/ui/auth/register.cljs | 12 +- frontend/src/app/main/ui/dashboard/files.cljs | 12 +- frontend/src/app/main/ui/dashboard/grid.cljs | 45 +- .../src/app/main/ui/dashboard/libraries.cljs | 2 +- .../src/app/main/ui/dashboard/projects.cljs | 4 +- .../src/app/main/ui/dashboard/search.cljs | 8 +- .../src/app/main/ui/dashboard/sidebar.cljs | 65 +- frontend/src/app/main/ui/dashboard/team.cljs | 67 +- frontend/src/app/main/ui/settings.cljs | 4 +- .../app/main/ui/settings/change_email.cljs | 12 +- .../app/main/ui/settings/delete_account.cljs | 20 +- .../src/app/main/ui/settings/options.cljs | 12 +- .../src/app/main/ui/settings/password.cljs | 10 +- .../src/app/main/ui/settings/profile.cljs | 14 +- .../src/app/main/ui/settings/sidebar.cljs | 8 +- .../src/app/main/ui/workspace/header.cljs | 47 +- .../src/app/main/ui/workspace/libraries.cljs | 2 +- 21 files changed, 940 insertions(+), 730 deletions(-) diff --git a/frontend/resources/locales.json b/frontend/resources/locales.json index f0fae97de..3b76589f6 100644 --- a/frontend/resources/locales.json +++ b/frontend/resources/locales.json @@ -8,7 +8,7 @@ "es" : "¿Tienes ya una cuenta?" } }, - "auth.confirm-password-label" : { + "auth.confirm-password" : { "used-in" : [ "src/app/main/ui/auth/recovery.cljs:77" ], "translations" : { "en" : "Confirm password", @@ -18,16 +18,7 @@ } }, "auth.create-demo-profile" : { - "used-in" : [ "src/app/main/ui/auth/register.cljs:136", "src/app/main/ui/auth/login.cljs:147" ], - "translations" : { - "en" : "Create demo account", - "fr" : "Créer un compte de démonstration", - "ru" : "Создать демо аккаунт", - "es" : "Crear cuenta de demostración" - } - }, - "auth.create-demo-profile-label" : { - "used-in" : [ "src/app/main/ui/auth/register.cljs:133", "src/app/main/ui/auth/login.cljs:144" ], + "used-in" : [ "src/app/main/ui/auth/register.cljs:133", "src/app/main/ui/auth/register.cljs:136", "src/app/main/ui/auth/login.cljs:144", "src/app/main/ui/auth/login.cljs:147" ], "translations" : { "en" : "Just wanna try it?", "fr" : "Vous voulez juste essayer?", @@ -44,7 +35,7 @@ "es" : "Este es un servicio de DEMOSTRACIÓN. NO USAR para trabajo real, los proyectos serán borrados periodicamente." } }, - "auth.email-label" : { + "auth.email" : { "used-in" : [ "src/app/main/ui/auth/register.cljs:101", "src/app/main/ui/auth/recovery_request.cljs:47", "src/app/main/ui/auth/login.cljs:92" ], "translations" : { "en" : "Email", @@ -62,7 +53,7 @@ "es" : "¿Olvidaste tu contraseña?" } }, - "auth.fullname-label" : { + "auth.fullname" : { "used-in" : [ "src/app/main/ui/auth/register.cljs:94" ], "translations" : { "en" : "Full Name", @@ -98,7 +89,7 @@ "es" : "Entra aquí" } }, - "auth.login-submit-label" : { + "auth.login-submit" : { "used-in" : [ "src/app/main/ui/auth/login.cljs:101" ], "translations" : { "en" : "Sign in", @@ -125,7 +116,7 @@ "es" : "Encantados de volverte a ver" } }, - "auth.login-with-gitlab-submit-label" : { + "auth.login-with-gitlab-submit" : { "used-in" : [ "src/app/main/ui/auth/login.cljs:140" ], "translations" : { "en" : "Login with Gitlab", @@ -134,7 +125,7 @@ "es" : "Entrar con Gitlab" } }, - "auth.login-with-ldap-submit-label" : { + "auth.login-with-ldap-submit" : { "used-in" : [ "src/app/main/ui/auth/login.cljs:105" ], "translations" : { "en" : "Sign in with LDAP", @@ -143,7 +134,7 @@ "es" : "Entrar con LDAP" } }, - "auth.new-password-label" : { + "auth.new-password" : { "used-in" : [ "src/app/main/ui/auth/recovery.cljs:72" ], "translations" : { "en" : "Type a new password", @@ -185,13 +176,7 @@ "en" : "Joined the team succesfully" } }, - "auth.notifications.validation-email-sent" : { - "used-in" : [ "src/app/main/ui/auth/register.cljs:54", "src/app/main/ui/settings/change_email.cljs:56" ], - "translations" : { - "en" : "Verification email sent to %s; check your email!" - } - }, - "auth.password-label" : { + "auth.password" : { "used-in" : [ "src/app/main/ui/auth/register.cljs:106", "src/app/main/ui/auth/login.cljs:99" ], "translations" : { "en" : "Password", @@ -209,7 +194,7 @@ "es" : "8 caracteres como mínimo" } }, - "auth.recovery-request-submit-label" : { + "auth.recovery-request-submit" : { "used-in" : [ "src/app/main/ui/auth/recovery_request.cljs:52" ], "translations" : { "en" : "Recover Password", @@ -236,7 +221,7 @@ "es" : "¿Olvidaste tu contraseña?" } }, - "auth.recovery-submit-label" : { + "auth.recovery-submit" : { "used-in" : [ "src/app/main/ui/auth/recovery.cljs:80" ], "translations" : { "en" : "Change your password", @@ -246,16 +231,7 @@ } }, "auth.register" : { - "used-in" : [ "src/app/main/ui/auth/login.cljs:128" ], - "translations" : { - "en" : "Sign up here", - "fr" : "Inscrivez-vous ici", - "ru" : "Зарегистрироваться", - "es" : "Regístrate aquí" - } - }, - "auth.register-label" : { - "used-in" : [ "src/app/main/ui/auth/login.cljs:125" ], + "used-in" : [ "src/app/main/ui/auth/login.cljs:125", "src/app/main/ui/auth/login.cljs:128" ], "translations" : { "en" : "No account yet?", "fr" : "Pas encore de compte?", @@ -263,7 +239,7 @@ "es" : "¿No tienes una cuenta?" } }, - "auth.register-submit-label" : { + "auth.register-submit" : { "used-in" : [ "src/app/main/ui/auth/register.cljs:110" ], "translations" : { "en" : "Create an account", @@ -299,8 +275,8 @@ "es" : "La solución de código abierto para diseñar y prototipar" } }, - "dashboard.grid.add-shared" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:210", "src/app/main/ui/dashboard/grid.cljs:174" ], + "dashboard.add-shared" : { + "used-in" : [ "src/app/main/ui/workspace/header.cljs:221", "src/app/main/ui/dashboard/grid.cljs:177" ], "translations" : { "en" : "Add as Shared Library", "fr" : "", @@ -308,103 +284,35 @@ "es" : "Añadir como Biblioteca Compartida" } }, - "dashboard.grid.add-shared-accept" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:104", "src/app/main/ui/dashboard/grid.cljs:113" ], + "dashboard.change-email" : { + "used-in" : [ "src/app/main/ui/settings/profile.cljs:77" ], "translations" : { - "en" : "Add as Shared Library", - "fr" : "", - "ru" : "", - "es" : "Añadir como Biblioteca Compartida" + "en" : "Change email", + "fr" : "Changer adresse e-mail", + "ru" : "Сменить email адрес", + "es" : "Cambiar correo" } }, - "dashboard.grid.add-shared-hint" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:103", "src/app/main/ui/dashboard/grid.cljs:112" ], + "dashboard.create-new-team" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:155" ], "translations" : { - "en" : "Once added as Shared Library, the assets of this file library will be available to be used among the rest of your files.", - "fr" : "", - "ru" : "", - "es" : "Una vez añadido como Biblioteca Compartida, los recursos de este archivo estarán disponibles para ser usado por el resto de tus archivos." + "en" : "+ Create new team", + "es" : "+ Crear nuevo equipo" } }, - "dashboard.grid.add-shared-message" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:102", "src/app/main/ui/dashboard/grid.cljs:110" ], + "dashboard.default-team-name" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:325" ], "translations" : { - "en" : "Add “%s” as Shared Library", - "fr" : "", - "ru" : "", - "es" : "Añadir “%s” como Biblioteca Compartida" + "en" : "Your penpot" } }, - "dashboard.grid.delete" : { - "used-in" : [ "src/app/main/ui/dashboard/grid.cljs:171", "src/app/main/ui/dashboard/files.cljs:85" ], + "dashboard.delete-team" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:309" ], "translations" : { - "en" : "Delete", - "fr" : "Supprimer", - "ru" : "Удалить", - "es" : "Borrar" + "en" : "Delete team" } }, - "dashboard.grid.empty-files" : { - "used-in" : [ "src/app/main/ui/dashboard/grid.cljs:181" ], - "translations" : { - "en" : "You still have no files here", - "fr" : "Vous n'avez encore aucun fichier ici", - "ru" : "Файлов пока нет", - "es" : "Todavía no hay ningún archivo aquí" - } - }, - "dashboard.grid.remove-shared" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:208", "src/app/main/ui/dashboard/grid.cljs:173" ], - "translations" : { - "en" : "Remove as Shared Library", - "fr" : "", - "ru" : "", - "es" : "Eliminar como Biblioteca Compartida" - } - }, - "dashboard.grid.remove-shared-accept" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:113", "src/app/main/ui/dashboard/grid.cljs:126" ], - "translations" : { - "en" : "Remove as Shared Library", - "fr" : "", - "ru" : "", - "es" : "Eliminar como Biblioteca Compartida" - } - }, - "dashboard.grid.remove-shared-hint" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:112", "src/app/main/ui/dashboard/grid.cljs:125" ], - "translations" : { - "en" : "Once removed as Shared Library, the File Library of this file will stop being available to be used among the rest of your files.", - "fr" : "", - "ru" : "", - "es" : "Una vez eliminado como Biblioteca Compartida, la Biblioteca de este archivo dejará de estar disponible para ser usada por el resto de tus archivos." - } - }, - "dashboard.grid.remove-shared-message" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:111", "src/app/main/ui/dashboard/grid.cljs:124" ], - "translations" : { - "en" : "Remove “%s” as Shared Library", - "fr" : "", - "ru" : "", - "es" : "Añadir “%s” como Biblioteca Compartida" - } - }, - "dashboard.grid.rename" : { - "used-in" : [ "src/app/main/ui/dashboard/grid.cljs:170", "src/app/main/ui/dashboard/files.cljs:84" ], - "translations" : { - "en" : "Rename", - "fr" : "Renommer", - "ru" : "Переименовать", - "es" : "Renombrar" - } - }, - "dashboard.grid.show-all-files" : { - "used-in" : [ "src/app/main/ui/dashboard/grid.cljs:243" ], - "translations" : { - "en" : "Show all files" - } - }, - "dashboard.header.draft" : { + "dashboard.draft-title" : { "used-in" : [ "src/app/main/ui/dashboard/files.cljs:72" ], "translations" : { "en" : "Draft", @@ -413,14 +321,30 @@ "es" : "Borrador" } }, - "dashboard.header.invite-profile" : { - "used-in" : [ "src/app/main/ui/dashboard/team.cljs:69" ], + "dashboard.empty-files" : { + "used-in" : [ "src/app/main/ui/dashboard/grid.cljs:184" ], "translations" : { - "en" : "Invite to team" + "en" : "You still have no files here", + "fr" : "Vous n'avez encore aucun fichier ici", + "ru" : "Файлов пока нет", + "es" : "Todavía no hay ningún archivo aquí" } }, - "dashboard.header.libraries" : { - "used-in" : [ "src/app/main/ui/dashboard/libraries.cljs:39" ], + "dashboard.invite-profile" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:69" ], + "translations" : { + "en" : "Invite to team", + "es" : "Invitar al equipo" + } + }, + "dashboard.leave-team" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:302", "src/app/main/ui/dashboard/sidebar.cljs:305" ], + "translations" : { + "en" : "Leave team" + } + }, + "dashboard.libraries-title" : { + "used-in" : [ "src/app/main/ui/dashboard/libraries.cljs:40" ], "translations" : { "en" : "Shared Libraries", "fr" : "", @@ -428,30 +352,6 @@ "es" : "Bibliotecas Compartidas" } }, - "dashboard.header.new-project" : { - "used-in" : [ "src/app/main/ui/dashboard/projects.cljs:35" ], - "translations" : { - "en" : "+ New project", - "fr" : "+ Nouveau projet", - "ru" : "+ Новый проект", - "es" : "+ Nuevo proyecto" - } - }, - "dashboard.header.project" : { - "translations" : { - "en" : "Project %s", - "fr" : "Projet %s", - "ru" : "Проект %s", - "es" : "Proyecto %s" - }, - "unused" : true - }, - "dashboard.header.your-account" : { - "used-in" : [ "src/app/main/ui/settings.cljs:28" ], - "translations" : { - "en" : "Your account" - } - }, "dashboard.library.add-item.icons" : { "translations" : { "en" : "+ New icon", @@ -533,15 +433,6 @@ }, "unused" : true }, - "dashboard.logout" : { - "used-in" : [ "src/app/main/ui/settings.cljs:30", "src/app/main/ui/dashboard/sidebar.cljs:462" ], - "translations" : { - "en" : "Logout", - "fr" : "Quitter", - "ru" : "Выход", - "es" : "Salir" - } - }, "dashboard.new-file" : { "used-in" : [ "src/app/main/ui/dashboard/projects.cljs:107", "src/app/main/ui/dashboard/files.cljs:87" ], "translations" : { @@ -551,6 +442,30 @@ "es" : "+ Nuevo Archivo" } }, + "dashboard.new-project" : { + "used-in" : [ "src/app/main/ui/dashboard/projects.cljs:35" ], + "translations" : { + "en" : "+ New project", + "fr" : "+ Nouveau projet", + "ru" : "+ Новый проект", + "es" : "+ Nuevo proyecto" + } + }, + "dashboard.no-matches-for" : { + "used-in" : [ "src/app/main/ui/dashboard/search.cljs:48" ], + "translations" : { + "en" : "No matches found for “%s“", + "fr" : "Aucune correspondance pour “%s“", + "ru" : "Совпадений для “%s“ не найдено", + "es" : "No se encuentra “%s“" + } + }, + "dashboard.no-projects-placeholder" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:423" ], + "translations" : { + "en" : "Pinned projects will appear here" + } + }, "dashboard.notifications.email-changed-successfully" : { "used-in" : [ "src/app/main/ui/auth/verify_token.cljs:42" ], "translations" : { @@ -578,214 +493,13 @@ "es" : "¡Contraseña guardada!" } }, - "dashboard.notifications.profile-deletion-not-allowed" : { - "used-in" : [ "src/app/main/ui/settings/delete_account.cljs:28" ], + "dashboard.num-of-members" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:291" ], "translations" : { - "en" : "You can't delete you profile. Reasign your teams before proceed.", - "fr" : "Vous ne pouvez pas supprimer votre profil. Réassignez vos équipes avant de continuer.", - "ru" : "Вы не можете удалить профиль. Сначала смените команду.", - "es" : "No puedes borrar tu perfil. Reasigna tus equipos antes de seguir." + "en" : "%s members" } }, - "dashboard.notifications.profile-saved" : { - "used-in" : [ "src/app/main/ui/settings/profile.cljs:36", "src/app/main/ui/settings/options.cljs:36" ], - "translations" : { - "en" : "Profile saved successfully!", - "fr" : "Profil enregistré avec succès!", - "ru" : "Профиль успешно сохранен!", - "es" : "Perfil guardado correctamente!" - } - }, - "dashboard.search.no-matches-for" : { - "used-in" : [ "src/app/main/ui/dashboard/search.cljs:50" ], - "translations" : { - "en" : "No matches found for “%s“", - "fr" : "Aucune correspondance pour “%s“", - "ru" : "Совпадений для “%s“ не найдено", - "es" : "No se encuentra “%s“" - } - }, - "dashboard.search.searching-for" : { - "used-in" : [ "src/app/main/ui/dashboard/search.cljs:45" ], - "translations" : { - "en" : "Searching for “%s“...", - "fr" : "Recherche de “%s“...", - "ru" : "Ищу “%s“...", - "es" : "Buscando “%s“..." - } - }, - "dashboard.search.type-something" : { - "used-in" : [ "src/app/main/ui/dashboard/search.cljs:40" ], - "translations" : { - "en" : "Type to search results", - "fr" : "Écrivez pour rechercher", - "ru" : "Введите для поиска", - "es" : "Escribe algo para buscar" - } - }, - "dashboard.settings.cancel-and-keep-my-account" : { - "used-in" : [ "src/app/main/ui/settings/delete_account.cljs:69" ], - "translations" : { - "en" : "Cancel and keep my account", - "fr" : "Annuler et conserver mon compte", - "ru" : "Отменить и сохранить мой аккаунт", - "es" : "Cancelar y mantener mi cuenta" - } - }, - "dashboard.settings.cancel-email-change" : { - "translations" : { - "en" : "Cancel", - "fr" : "Annuler", - "ru" : "Отмена", - "es" : "Cancelar" - }, - "unused" : true - }, - "dashboard.settings.change-email-info" : { - "used-in" : [ "src/app/main/ui/settings/change_email.cljs:93" ], - "translations" : { - "en" : "We'll send you an email to your current email “%s” to verify your identity.", - "fr" : "Nous vous enverrons un e-mail à votre adresse actuelle “%s” pour vérifier votre identité.", - "ru" : "Мы отправим письмо для подтверждения подлиности на текущий email адрес “%s”.", - "es" : "Enviaremos un mensaje a tu correo actual “%s” para verificar tu identidad." - } - }, - "dashboard.settings.change-email-label" : { - "used-in" : [ "src/app/main/ui/settings/profile.cljs:77" ], - "translations" : { - "en" : "Change email", - "fr" : "Changer adresse e-mail", - "ru" : "Сменить email адрес", - "es" : "Cambiar correo" - } - }, - "dashboard.settings.change-email-submit-label" : { - "used-in" : [ "src/app/main/ui/settings/change_email.cljs:109" ], - "translations" : { - "en" : "Change email", - "fr" : "Changer adresse e-mail", - "ru" : "Сменить email адрес", - "es" : "Cambiar correo" - } - }, - "dashboard.settings.change-email-title" : { - "used-in" : [ "src/app/main/ui/settings/change_email.cljs:86" ], - "translations" : { - "en" : "Change your email", - "fr" : "Changer adresse e-mail", - "ru" : "Сменить email адрес", - "es" : "Cambiar tu correo" - } - }, - "dashboard.settings.confirm-email-label" : { - "used-in" : [ "src/app/main/ui/settings/change_email.cljs:103" ], - "translations" : { - "en" : "Verify new email", - "fr" : "Vérifier la nouvelle adresse e-mail", - "ru" : "Подтвердить новый email адрес", - "es" : "Verificar el nuevo correo" - } - }, - "dashboard.settings.confirm-password-label" : { - "used-in" : [ "src/app/main/ui/settings/password.cljs:93" ], - "translations" : { - "en" : "Confirm password", - "fr" : "Confirmez mot de passe", - "ru" : "Подтвердите пароль", - "es" : "Confirmar contraseña" - } - }, - "dashboard.settings.delete-account-info" : { - "used-in" : [ "src/app/main/ui/settings/delete_account.cljs:62" ], - "translations" : { - "en" : "By removing your account you’ll lose all your current projects and archives.", - "fr" : "En supprimant votre compte, vous perdrez tous vos projets et archives actuels.", - "ru" : "Удалив аккаунт Вы потеряете все прокты и архивы.", - "es" : "Si borras tu cuenta perderás todos tus proyectos y archivos." - } - }, - "dashboard.settings.delete-account-title" : { - "used-in" : [ "src/app/main/ui/settings/delete_account.cljs:55" ], - "translations" : { - "en" : "Are you sure you want to delete your account?", - "fr" : "Voulez-vous vraiment supprimer votre compte?", - "ru" : "Вы уверены, что хотите удалить аккаунт?", - "es" : "¿Seguro que quieres borrar tu cuenta?" - } - }, - "dashboard.settings.email-label" : { - "used-in" : [ "src/app/main/ui/settings/profile.cljs:72" ], - "translations" : { - "en" : "Email", - "fr" : "E-mail", - "ru" : "Email", - "es" : "Correo" - } - }, - "dashboard.settings.fullname-label" : { - "used-in" : [ "src/app/main/ui/settings/profile.cljs:64" ], - "translations" : { - "en" : "Your name", - "fr" : "Votre nom complet", - "ru" : "Ваше имя", - "es" : "Tu nombre" - } - }, - "dashboard.settings.language-change-title" : { - "used-in" : [ "src/app/main/ui/settings/options.cljs:54" ], - "translations" : { - "en" : "Language", - "fr" : "Langue", - "ru" : "Язык", - "es" : "Idioma" - } - }, - "dashboard.settings.language-label" : { - "used-in" : [ "src/app/main/ui/settings/options.cljs:61" ], - "translations" : { - "en" : "Select UI language", - "fr" : "Sélectionner la langue de l'interface", - "ru" : "Выберите язык интерфейса", - "es" : "Cambiar el idioma de la interfaz" - } - }, - "dashboard.settings.new-email-label" : { - "used-in" : [ "src/app/main/ui/settings/change_email.cljs:98" ], - "translations" : { - "en" : "New email", - "fr" : "Nouvel e-mail", - "ru" : "Новый email адрес", - "es" : "Nuevo correo" - } - }, - "dashboard.settings.new-password-label" : { - "used-in" : [ "src/app/main/ui/settings/password.cljs:87" ], - "translations" : { - "en" : "New password", - "fr" : "Nouveau mot de passe", - "ru" : "Новый пароль", - "es" : "Nueva contraseña" - } - }, - "dashboard.settings.old-password-label" : { - "used-in" : [ "src/app/main/ui/settings/password.cljs:81" ], - "translations" : { - "en" : "Old password", - "fr" : "Ancien mot de passe", - "ru" : "Старый пароль", - "es" : "Contraseña anterior" - } - }, - "dashboard.settings.password" : { - "translations" : { - "en" : "PASSWORD", - "fr" : "MOT DE PASSE", - "ru" : "ПАРОЛЬ", - "es" : "CONTRASEÑA" - }, - "unused" : true - }, - "dashboard.settings.password-change-title" : { + "dashboard.password-change" : { "used-in" : [ "src/app/main/ui/settings/password.cljs:76" ], "translations" : { "en" : "Change password", @@ -794,16 +508,22 @@ "es" : "Cambiar contraseña" } }, - "dashboard.settings.profile-submit-label" : { - "used-in" : [ "src/app/main/ui/settings/profile.cljs:80", "src/app/main/ui/settings/password.cljs:96", "src/app/main/ui/settings/options.cljs:72" ], + "dashboard.projects-title" : { + "used-in" : [ "src/app/main/ui/dashboard/projects.cljs:33" ], "translations" : { - "en" : "Update settings", - "fr" : "Mettre à jour les paramètres", - "ru" : "Обновить настройки", - "es" : "Actualizar opciones" + "en" : "Projects", + "fr" : "Projets", + "ru" : "Проекты", + "es" : "Proyectos" } }, - "dashboard.settings.remove-account-label" : { + "dashboard.promote-to-owner" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:193" ], + "translations" : { + "en" : "Promote to owner" + } + }, + "dashboard.remove-account" : { "used-in" : [ "src/app/main/ui/settings/profile.cljs:85" ], "translations" : { "en" : "Want to remove your account?", @@ -812,16 +532,43 @@ "es" : "¿Quieres borrar tu cuenta?" } }, - "dashboard.settings.theme-change-title" : { - "used-in" : [ "src/app/main/ui/settings/options.cljs:65" ], + "dashboard.remove-shared" : { + "used-in" : [ "src/app/main/ui/workspace/header.cljs:219", "src/app/main/ui/dashboard/grid.cljs:176" ], "translations" : { - "en" : "UI theme", - "fr" : "Thème de l'interface", - "ru" : "Тема интерфейса пользователя", - "es" : "Tema visual" + "en" : "Remove as Shared Library", + "fr" : "", + "ru" : "", + "es" : "Eliminar como Biblioteca Compartida" } }, - "dashboard.settings.theme-label" : { + "dashboard.search-placeholder" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:110" ], + "translations" : { + "en" : "Search...", + "fr" : "Rechercher...", + "ru" : "Поиск ...", + "es" : "Buscar..." + } + }, + "dashboard.searching-for" : { + "used-in" : [ "src/app/main/ui/dashboard/search.cljs:43" ], + "translations" : { + "en" : "Searching for “%s“...", + "fr" : "Recherche de “%s“...", + "ru" : "Ищу “%s“...", + "es" : "Buscando “%s“..." + } + }, + "dashboard.select-ui-language" : { + "used-in" : [ "src/app/main/ui/settings/options.cljs:61" ], + "translations" : { + "en" : "Select UI language", + "fr" : "Sélectionner la langue de l'interface", + "ru" : "Выберите язык интерфейса", + "es" : "Cambiar el idioma de la interfaz" + } + }, + "dashboard.select-ui-theme" : { "used-in" : [ "src/app/main/ui/settings/options.cljs:67" ], "translations" : { "en" : "Select theme", @@ -830,103 +577,11 @@ "es" : "Selecciona un tema" } }, - "dashboard.settings.update-photo-label" : { - "used-in" : [ "src/app/main/ui/settings/profile.cljs:106" ], + "dashboard.show-all-files" : { + "used-in" : [ "src/app/main/ui/dashboard/grid.cljs:246" ], "translations" : { - "en" : "UPDATE", - "fr" : "METTRE A JOUR", - "ru" : "ОБНОВИТЬ", - "es" : "ACTUALIZAR" - } - }, - "dashboard.settings.yes-delete-my-account" : { - "used-in" : [ "src/app/main/ui/settings/delete_account.cljs:67" ], - "translations" : { - "en" : "Yes, delete my account", - "fr" : "Oui, supprimez mon compte", - "ru" : "Да, удалить мой аккаунт", - "es" : "Si, borrar mi cuenta" - } - }, - "dashboard.sidebar.create-team" : { - "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:155" ], - "translations" : { - "en" : "+ Create new team" - } - }, - "dashboard.sidebar.default-team-name" : { - "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:328" ], - "translations" : { - "en" : "Your penpot" - } - }, - "dashboard.sidebar.delete-team" : { - "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:312" ], - "translations" : { - "en" : "Delete team" - } - }, - "dashboard.sidebar.drafts" : { - "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:405" ], - "translations" : { - "en" : "Drafts", - "fr" : "Brouillons", - "ru" : "Черновики", - "es" : "Borradores" - } - }, - "dashboard.sidebar.leave-team" : { - "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:305", "src/app/main/ui/dashboard/sidebar.cljs:308" ], - "translations" : { - "en" : "Leave team" - } - }, - "dashboard.sidebar.libraries" : { - "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:411" ], - "translations" : { - "en" : "Shared Libraries", - "fr" : "", - "ru" : "", - "es" : "Bibliotecas Compartidas" - } - }, - "dashboard.sidebar.no-projects-placeholder" : { - "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:426" ], - "translations" : { - "en" : "Pinned projects will appear here" - } - }, - "dashboard.sidebar.passowrd" : { - "translations" : { - "en" : "Password" - }, - "unused" : true - }, - "dashboard.sidebar.password" : { - "used-in" : [ "src/app/main/ui/settings/sidebar.cljs:75", "src/app/main/ui/dashboard/sidebar.cljs:458" ], - "translations" : { - "en" : "Password", - "fr" : "Mot de passe", - "ru" : "Пароль", - "es" : "Contraseña" - } - }, - "dashboard.sidebar.profile" : { - "used-in" : [ "src/app/main/ui/settings/sidebar.cljs:70", "src/app/main/ui/dashboard/sidebar.cljs:454" ], - "translations" : { - "en" : "Profile", - "fr" : "Profil", - "ru" : "Профиль", - "es" : "Perfil" - } - }, - "dashboard.sidebar.projects" : { - "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:400" ], - "translations" : { - "en" : "Projects", - "fr" : "Projetes", - "ru" : "Проекты", - "es" : "Proyectos" + "en" : "Show all files", + "es" : "Ver todos los ficheros" } }, "dashboard.sidebar.recent" : { @@ -938,37 +593,86 @@ }, "unused" : true }, - "dashboard.sidebar.rename-team" : { - "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:301" ], - "translations" : { - "en" : "Rename" - } - }, - "dashboard.sidebar.settings" : { - "used-in" : [ "src/app/main/ui/settings/sidebar.cljs:80", "src/app/main/ui/dashboard/sidebar.cljs:299" ], - "translations" : { - "en" : "Settings", - "fr" : "Settings", - "ru" : "ПАРАМЕТРЫ", - "es" : "Configuración" - } - }, - "dashboard.sidebar.switch-team" : { + "dashboard.switch-team" : { "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:140" ], "translations" : { "en" : "Switch Team" } }, - "dashboard.sidebar.team-members" : { - "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:298" ], + "dashboard.team-info" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:274" ], "translations" : { - "en" : "Members" + "en" : "Team info" } }, - "dashboard.team.num-of-members" : { - "used-in" : [ "src/app/main/ui/dashboard/team.cljs:292" ], + "dashboard.team-members" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:285" ], "translations" : { - "en" : "%s members" + "en" : "Team members" + } + }, + "dashboard.team-projects" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:294" ], + "translations" : { + "en" : "Team projects" + } + }, + "dashboard.theme-change" : { + "used-in" : [ "src/app/main/ui/settings/options.cljs:65" ], + "translations" : { + "en" : "UI theme", + "fr" : "Thème de l'interface", + "ru" : "Тема интерфейса пользователя", + "es" : "Tema visual" + } + }, + "dashboard.type-something" : { + "used-in" : [ "src/app/main/ui/dashboard/search.cljs:38" ], + "translations" : { + "en" : "Type to search results", + "fr" : "Écrivez pour rechercher", + "ru" : "Введите для поиска", + "es" : "Escribe algo para buscar" + } + }, + "dashboard.update-settings" : { + "used-in" : [ "src/app/main/ui/settings/profile.cljs:80", "src/app/main/ui/settings/password.cljs:96", "src/app/main/ui/settings/options.cljs:72" ], + "translations" : { + "en" : "Update settings", + "fr" : "Mettre à jour les paramètres", + "ru" : "Обновить настройки", + "es" : "Actualizar opciones" + } + }, + "dashboard.your-account-title" : { + "used-in" : [ "src/app/main/ui/settings.cljs:28" ], + "translations" : { + "en" : "Your account", + "es" : "Su cuenta" + } + }, + "dashboard.your-email" : { + "used-in" : [ "src/app/main/ui/settings/profile.cljs:72" ], + "translations" : { + "en" : "Email", + "fr" : "E-mail", + "ru" : "Email", + "es" : "Correo" + } + }, + "dashboard.your-name" : { + "used-in" : [ "src/app/main/ui/settings/profile.cljs:64" ], + "translations" : { + "en" : "Your name", + "fr" : "Votre nom complet", + "ru" : "Ваше имя", + "es" : "Tu nombre" + } + }, + "dashboard.your-penpot" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:144" ], + "translations" : { + "en" : "Your penpot" } }, "ds.accept" : { @@ -1007,15 +711,6 @@ }, "unused" : true }, - "ds.cancel" : { - "translations" : { - "en" : "Cancel", - "fr" : "Annuler", - "ru" : "Отмена", - "es" : "Cancelar" - }, - "unused" : true - }, "ds.confirm-cancel" : { "used-in" : [ "src/app/main/ui/confirm.cljs:28" ], "translations" : { @@ -1043,15 +738,6 @@ "es" : "¿Seguro?" } }, - "ds.search.placeholder" : { - "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:110" ], - "translations" : { - "en" : "Search...", - "fr" : "Rechercher...", - "ru" : "Поиск ...", - "es" : "Buscar..." - } - }, "ds.updated-at" : { "used-in" : [ "src/app/main/ui/dashboard/grid.cljs:59" ], "translations" : { @@ -1205,15 +891,6 @@ "es" : "Ha ocurrido un error" } }, - "header.sitemap" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:135" ], - "translations" : { - "en" : "Sitemap", - "fr" : null, - "ru" : "Карта сайта", - "es" : "Mapa del sitio" - } - }, "history.alert-message" : { "translations" : { "en" : "You are seeing version %s", @@ -1223,6 +900,216 @@ }, "unused" : true }, + "labels.admin" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:82", "src/app/main/ui/dashboard/team.cljs:171", "src/app/main/ui/dashboard/team.cljs:187" ], + "translations" : { + "en" : "Admin" + } + }, + "labels.cancel" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:199" ], + "translations" : { + "en" : "Cancel", + "fr" : "Annuler", + "ru" : "Отмена", + "es" : "Cancelar" + } + }, + "labels.confirm-password" : { + "used-in" : [ "src/app/main/ui/settings/password.cljs:93" ], + "translations" : { + "en" : "Confirm password", + "fr" : "Confirmez mot de passe", + "ru" : "Подтвердите пароль", + "es" : "Confirmar contraseña" + } + }, + "labels.dashboard" : { + "used-in" : [ "src/app/main/ui/settings/sidebar.cljs:62" ], + "translations" : { + "en" : "Dashboard" + } + }, + "labels.delete" : { + "used-in" : [ "src/app/main/ui/dashboard/grid.cljs:174", "src/app/main/ui/dashboard/files.cljs:85" ], + "translations" : { + "en" : "Delete", + "fr" : "Supprimer", + "ru" : "Удалить", + "es" : "Borrar" + } + }, + "labels.drafts" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:402" ], + "translations" : { + "en" : "Drafts", + "fr" : "Brouillons", + "ru" : "Черновики", + "es" : "Borradores" + } + }, + "labels.editor" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:83", "src/app/main/ui/dashboard/team.cljs:174", "src/app/main/ui/dashboard/team.cljs:188" ], + "translations" : { + "en" : "Editor" + } + }, + "labels.email" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:109", "src/app/main/ui/dashboard/team.cljs:212" ], + "translations" : { + "en" : "Email", + "fr" : "Adresse email", + "ru" : "Email", + "es" : "Correo electrónico" + } + }, + "labels.language" : { + "used-in" : [ "src/app/main/ui/settings/options.cljs:54" ], + "translations" : { + "en" : "Language", + "fr" : "Langue", + "ru" : "Язык", + "es" : "Idioma" + } + }, + "labels.logout" : { + "used-in" : [ "src/app/main/ui/settings.cljs:30", "src/app/main/ui/dashboard/sidebar.cljs:459" ], + "translations" : { + "en" : "Logout", + "fr" : "Quitter", + "ru" : "Выход", + "es" : "Salir" + } + }, + "labels.members" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:59", "src/app/main/ui/dashboard/team.cljs:63", "src/app/main/ui/dashboard/sidebar.cljs:295" ], + "translations" : { + "en" : "Members" + } + }, + "labels.name" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:211" ], + "translations" : { + "en" : "Name", + "fr" : "Nom", + "ru" : "Имя", + "es" : "Nombre" + } + }, + "labels.new-password" : { + "used-in" : [ "src/app/main/ui/settings/password.cljs:87" ], + "translations" : { + "en" : "New password", + "fr" : "Nouveau mot de passe", + "ru" : "Новый пароль", + "es" : "Nueva contraseña" + } + }, + "labels.old-password" : { + "used-in" : [ "src/app/main/ui/settings/password.cljs:81" ], + "translations" : { + "en" : "Old password", + "fr" : "Ancien mot de passe", + "ru" : "Старый пароль", + "es" : "Contraseña anterior" + } + }, + "labels.owner" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:168" ], + "translations" : { + "en" : "Owner" + } + }, + "labels.password" : { + "used-in" : [ "src/app/main/ui/settings/sidebar.cljs:75", "src/app/main/ui/dashboard/sidebar.cljs:455" ], + "translations" : { + "en" : "Password", + "fr" : "Mot de passe", + "ru" : "Пароль", + "es" : "Contraseña" + } + }, + "labels.permissions" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:213" ], + "translations" : { + "en" : "Permissions", + "es" : "Permisos" + } + }, + "labels.profile" : { + "used-in" : [ "src/app/main/ui/settings/sidebar.cljs:70", "src/app/main/ui/dashboard/sidebar.cljs:451" ], + "translations" : { + "en" : "Profile", + "fr" : "Profil", + "ru" : "Профиль", + "es" : "Perfil" + } + }, + "labels.projects" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:397" ], + "translations" : { + "en" : "Projects", + "fr" : "Projetes", + "ru" : "Проекты", + "es" : "Proyectos" + } + }, + "labels.remove" : { + "used-in" : [ "src/app/main/ui/workspace/libraries.cljs:91", "src/app/main/ui/dashboard/team.cljs:199" ], + "translations" : { + "en" : "Remove", + "fr" : "", + "ru" : "", + "es" : "Quitar" + } + }, + "labels.rename" : { + "used-in" : [ "src/app/main/ui/dashboard/grid.cljs:173", "src/app/main/ui/dashboard/sidebar.cljs:298", "src/app/main/ui/dashboard/files.cljs:84" ], + "translations" : { + "en" : "Rename", + "es" : "Renombrar" + } + }, + "labels.role" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:81" ], + "translations" : { + "en" : "Role" + } + }, + "labels.settings" : { + "used-in" : [ "src/app/main/ui/settings/sidebar.cljs:80", "src/app/main/ui/dashboard/team.cljs:65", "src/app/main/ui/dashboard/sidebar.cljs:296" ], + "translations" : { + "en" : "Settings", + "fr" : "Settings", + "ru" : "Параметры", + "es" : "Configuración" + } + }, + "labels.shared-libraries" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:408" ], + "translations" : { + "en" : "Shared Libraries", + "fr" : "", + "ru" : "", + "es" : "Bibliotecas Compartidas" + } + }, + "labels.update" : { + "used-in" : [ "src/app/main/ui/settings/profile.cljs:106" ], + "translations" : { + "en" : "Update", + "fr" : "Mettre a jour", + "ru" : "Обновить", + "es" : "Actualizar" + } + }, + "labels.viewer" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:84", "src/app/main/ui/dashboard/team.cljs:177", "src/app/main/ui/dashboard/team.cljs:189" ], + "translations" : { + "en" : "Viewer", + "es" : "Visualizador" + } + }, "media.loading" : { "used-in" : [ "src/app/main/data/workspace/persistence.cljs:394", "src/app/main/data/media.cljs:43" ], "translations" : { @@ -1241,6 +1128,321 @@ }, "unused" : true }, + "modals.add-shared-confirm.accept" : { + "used-in" : [ "src/app/main/ui/workspace/header.cljs:113", "src/app/main/ui/dashboard/grid.cljs:115" ], + "translations" : { + "en" : "Add as Shared Library", + "fr" : "", + "ru" : "", + "es" : "Añadir como Biblioteca Compartida" + } + }, + "modals.add-shared-confirm.hint" : { + "used-in" : [ "src/app/main/ui/workspace/header.cljs:112", "src/app/main/ui/dashboard/grid.cljs:114" ], + "translations" : { + "en" : "Once added as Shared Library, the assets of this file library will be available to be used among the rest of your files.", + "fr" : "", + "ru" : "", + "es" : "Una vez añadido como Biblioteca Compartida, los recursos de este archivo estarán disponibles para ser usado por el resto de tus archivos." + } + }, + "modals.add-shared-confirm.message" : { + "used-in" : [ "src/app/main/ui/workspace/header.cljs:110", "src/app/main/ui/dashboard/grid.cljs:112" ], + "translations" : { + "en" : "Add “%s” as Shared Library", + "fr" : "", + "ru" : "", + "es" : "Añadir “%s” como Biblioteca Compartida" + } + }, + "modals.add-shared-confirm.title" : { + "used-in" : [ "src/app/main/ui/workspace/header.cljs:111", "src/app/main/ui/dashboard/grid.cljs:113" ], + "translations" : { + "en" : "Adding shared library" + } + }, + "modals.change-email.confirm-email" : { + "used-in" : [ "src/app/main/ui/settings/change_email.cljs:103" ], + "translations" : { + "en" : "Verify new email", + "fr" : "Vérifier la nouvelle adresse e-mail", + "ru" : "Подтвердить новый email адрес", + "es" : "Verificar el nuevo correo" + } + }, + "modals.change-email.info" : { + "used-in" : [ "src/app/main/ui/settings/change_email.cljs:93" ], + "translations" : { + "en" : "We'll send you an email to your current email “%s” to verify your identity.", + "fr" : "Nous vous enverrons un e-mail à votre adresse actuelle “%s” pour vérifier votre identité.", + "ru" : "Мы отправим письмо для подтверждения подлиности на текущий email адрес “%s”.", + "es" : "Enviaremos un mensaje a tu correo actual “%s” para verificar tu identidad." + } + }, + "modals.change-email.new-email" : { + "used-in" : [ "src/app/main/ui/settings/change_email.cljs:98" ], + "translations" : { + "en" : "New email", + "fr" : "Nouvel e-mail", + "ru" : "Новый email адрес", + "es" : "Nuevo correo" + } + }, + "modals.change-email.submit" : { + "used-in" : [ "src/app/main/ui/settings/change_email.cljs:109" ], + "translations" : { + "en" : "Change email", + "fr" : "Changer adresse e-mail", + "ru" : "Сменить email адрес", + "es" : "Cambiar correo" + } + }, + "modals.change-email.title" : { + "used-in" : [ "src/app/main/ui/settings/change_email.cljs:86" ], + "translations" : { + "en" : "Change your email", + "fr" : "Changer adresse e-mail", + "ru" : "Сменить email адрес", + "es" : "Cambiar tu correo" + } + }, + "modals.delete-account.cancel" : { + "used-in" : [ "src/app/main/ui/settings/delete_account.cljs:69" ], + "translations" : { + "en" : "Cancel and keep my account", + "fr" : "Annuler et conserver mon compte", + "ru" : "Отменить и сохранить мой аккаунт", + "es" : "Cancelar y mantener mi cuenta" + } + }, + "modals.delete-account.confirm" : { + "used-in" : [ "src/app/main/ui/settings/delete_account.cljs:67" ], + "translations" : { + "en" : "Yes, delete my account", + "fr" : "Oui, supprimez mon compte", + "ru" : "Да, удалить мой аккаунт", + "es" : "Si, borrar mi cuenta" + } + }, + "modals.delete-account.info" : { + "used-in" : [ "src/app/main/ui/settings/delete_account.cljs:62" ], + "translations" : { + "en" : "By removing your account you’ll lose all your current projects and archives.", + "fr" : "En supprimant votre compte, vous perdrez tous vos projets et archives actuels.", + "ru" : "Удалив аккаунт Вы потеряете все прокты и архивы.", + "es" : "Si borras tu cuenta perderás todos tus proyectos y archivos." + } + }, + "modals.delete-account.title" : { + "used-in" : [ "src/app/main/ui/settings/delete_account.cljs:55" ], + "translations" : { + "en" : "Are you sure you want to delete your account?", + "fr" : "Voulez-vous vraiment supprimer votre compte?", + "ru" : "Вы уверены, что хотите удалить аккаунт?", + "es" : "¿Seguro que quieres borrar tu cuenta?" + } + }, + "modals.delete-file-confirm.accept" : { + "used-in" : [ "src/app/main/ui/dashboard/grid.cljs:82" ], + "translations" : { + "en" : "Delete file" + } + }, + "modals.delete-file-confirm.message" : { + "used-in" : [ "src/app/main/ui/dashboard/grid.cljs:81" ], + "translations" : { + "en" : "Are you sure you wan't to delete this file?" + } + }, + "modals.delete-file-confirm.title" : { + "used-in" : [ "src/app/main/ui/dashboard/grid.cljs:80" ], + "translations" : { + "en" : "Deleting file" + } + }, + "modals.delete-project-confirm.accept" : { + "used-in" : [ "src/app/main/ui/dashboard/files.cljs:58" ], + "translations" : { + "en" : "Delete project" + } + }, + "modals.delete-project-confirm.message" : { + "used-in" : [ "src/app/main/ui/dashboard/files.cljs:57" ], + "translations" : { + "en" : "Are you sure you wan't to delete this project?" + } + }, + "modals.delete-project-confirm.title" : { + "used-in" : [ "src/app/main/ui/dashboard/files.cljs:56" ], + "translations" : { + "en" : "Deleting project" + } + }, + "modals.delete-team-confirm.accept" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:285" ], + "translations" : { + "en" : "Delete team" + } + }, + "modals.delete-team-confirm.message" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:284" ], + "translations" : { + "en" : "Are you sure you want to delete this team? All projects and files associated with team will be permanently deleted." + } + }, + "modals.delete-team-confirm.title" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:283" ], + "translations" : { + "en" : "Deleting team" + } + }, + "modals.delete-team-member-confirm.accept" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:157" ], + "translations" : { + "en" : "Delete member" + } + }, + "modals.delete-team-member-confirm.message" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:156" ], + "translations" : { + "en" : "Are you sure wan't to delete this user from team?" + } + }, + "modals.delete-team-member-confirm.title" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:155" ], + "translations" : { + "en" : "Delete team member" + } + }, + "modals.invite-member.title" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:105" ], + "translations" : { + "en" : "Invite a new team member" + } + }, + "modals.leave-and-reassign.hint1" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:188" ], + "translations" : { + "en" : "You are %s owner." + } + }, + "modals.leave-and-reassign.hint2" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:189" ], + "translations" : { + "en" : "Select an other member to promote before leave" + } + }, + "modals.leave-and-reassign.promote-and-leave" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:206" ], + "translations" : { + "en" : "Promote and leave" + } + }, + "modals.leave-and-reassign.select-memeber-to-promote" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:166" ], + "translations" : { + "en" : "Select a member to promote" + } + }, + "modals.leave-and-reassign.title" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:183" ], + "translations" : { + "en" : "Select a member to promote" + } + }, + "modals.leave-confirm.accept" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:260" ], + "translations" : { + "en" : "Leave team" + } + }, + "modals.leave-confirm.message" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:259" ], + "translations" : { + "en" : "Are you sure you want to leave this team?" + } + }, + "modals.leave-confirm.title" : { + "used-in" : [ "src/app/main/ui/dashboard/sidebar.cljs:258" ], + "translations" : { + "en" : "Leaving team" + } + }, + "modals.promote-owner-confirm.accept" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:144" ], + "translations" : { + "en" : "Promote" + } + }, + "modals.promote-owner-confirm.message" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:143" ], + "translations" : { + "en" : "Are you sure you wan't to promote this user to owner?" + } + }, + "modals.promote-owner-confirm.title" : { + "used-in" : [ "src/app/main/ui/dashboard/team.cljs:142" ], + "translations" : { + "en" : "Promote to owner" + } + }, + "modals.remove-shared-confirm.accept" : { + "used-in" : [ "src/app/main/ui/workspace/header.cljs:124", "src/app/main/ui/dashboard/grid.cljs:129" ], + "translations" : { + "en" : "Remove as Shared Library", + "fr" : "", + "ru" : "", + "es" : "Eliminar como Biblioteca Compartida" + } + }, + "modals.remove-shared-confirm.hint" : { + "used-in" : [ "src/app/main/ui/workspace/header.cljs:123", "src/app/main/ui/dashboard/grid.cljs:128" ], + "translations" : { + "en" : "Once removed as Shared Library, the File Library of this file will stop being available to be used among the rest of your files.", + "fr" : "", + "ru" : "", + "es" : "Una vez eliminado como Biblioteca Compartida, la Biblioteca de este archivo dejará de estar disponible para ser usada por el resto de tus archivos." + } + }, + "modals.remove-shared-confirm.message" : { + "used-in" : [ "src/app/main/ui/workspace/header.cljs:122", "src/app/main/ui/dashboard/grid.cljs:127" ], + "translations" : { + "en" : "Remove “%s” as Shared Library", + "fr" : "", + "ru" : "", + "es" : "Añadir “%s” como Biblioteca Compartida" + } + }, + "modals.remove-shared-confirm.title" : { + "used-in" : [ "src/app/main/ui/workspace/header.cljs:121", "src/app/main/ui/dashboard/grid.cljs:126" ], + "translations" : { + "en" : "Unshare file" + } + }, + "notifications.profile-deletion-not-allowed" : { + "used-in" : [ "src/app/main/ui/settings/delete_account.cljs:28" ], + "translations" : { + "en" : "You can't delete you profile. Reasign your teams before proceed.", + "fr" : "Vous ne pouvez pas supprimer votre profil. Réassignez vos équipes avant de continuer.", + "ru" : "Вы не можете удалить профиль. Сначала смените команду.", + "es" : "No puedes borrar tu perfil. Reasigna tus equipos antes de seguir." + } + }, + "notifications.profile-saved" : { + "used-in" : [ "src/app/main/ui/settings/profile.cljs:36", "src/app/main/ui/settings/options.cljs:36" ], + "translations" : { + "en" : "Profile saved successfully!", + "fr" : "Profil enregistré avec succès!", + "ru" : "Профиль успешно сохранен!", + "es" : "Perfil guardado correctamente!" + } + }, + "notifications.validation-email-sent" : { + "used-in" : [ "src/app/main/ui/auth/register.cljs:54", "src/app/main/ui/settings/change_email.cljs:56" ], + "translations" : { + "en" : "Verification email sent to %s; check your email!" + } + }, "profile.recovery.go-to-login" : { "used-in" : [ "src/app/main/ui/auth/recovery.cljs:95" ], "translations" : { @@ -1665,7 +1867,7 @@ } }, "workspace.header.menu.disable-dynamic-alignment" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:202" ], + "used-in" : [ "src/app/main/ui/workspace/header.cljs:213" ], "translations" : { "en" : "Disable dynamic alignment", "fr" : "Désactiver l'alignement dynamique", @@ -1674,7 +1876,7 @@ } }, "workspace.header.menu.disable-snap-grid" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:174" ], + "used-in" : [ "src/app/main/ui/workspace/header.cljs:185" ], "translations" : { "en" : "Disable snap to grid", "fr" : "Désactiver l'alignement sur la grille", @@ -1683,7 +1885,7 @@ } }, "workspace.header.menu.enable-dynamic-alignment" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:203" ], + "used-in" : [ "src/app/main/ui/workspace/header.cljs:214" ], "translations" : { "en" : "Enable dynamic aligment", "fr" : "Activer l'alignement dynamique", @@ -1692,7 +1894,7 @@ } }, "workspace.header.menu.enable-snap-grid" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:175" ], + "used-in" : [ "src/app/main/ui/workspace/header.cljs:186" ], "translations" : { "en" : "Snap to grid", "fr" : "Aligner sur la grille", @@ -1701,7 +1903,7 @@ } }, "workspace.header.menu.hide-assets" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:195" ], + "used-in" : [ "src/app/main/ui/workspace/header.cljs:206" ], "translations" : { "en" : "Hide assets", "fr" : "", @@ -1710,7 +1912,7 @@ } }, "workspace.header.menu.hide-grid" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:167" ], + "used-in" : [ "src/app/main/ui/workspace/header.cljs:178" ], "translations" : { "en" : "Hide grids", "fr" : "Masquer la grille", @@ -1719,7 +1921,7 @@ } }, "workspace.header.menu.hide-layers" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:181" ], + "used-in" : [ "src/app/main/ui/workspace/header.cljs:192" ], "translations" : { "en" : "Hide layers", "fr" : "Masquer les couches", @@ -1728,7 +1930,7 @@ } }, "workspace.header.menu.hide-palette" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:188" ], + "used-in" : [ "src/app/main/ui/workspace/header.cljs:199" ], "translations" : { "en" : "Hide color palette", "fr" : "Masquer la palette de couleurs", @@ -1737,7 +1939,7 @@ } }, "workspace.header.menu.hide-rules" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:160" ], + "used-in" : [ "src/app/main/ui/workspace/header.cljs:171" ], "translations" : { "en" : "Hide rules", "fr" : "Masquer les règles", @@ -1746,7 +1948,7 @@ } }, "workspace.header.menu.show-assets" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:196" ], + "used-in" : [ "src/app/main/ui/workspace/header.cljs:207" ], "translations" : { "en" : "Show assets", "fr" : "", @@ -1755,7 +1957,7 @@ } }, "workspace.header.menu.show-grid" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:168" ], + "used-in" : [ "src/app/main/ui/workspace/header.cljs:179" ], "translations" : { "en" : "Show grid", "fr" : "Montrer la grille", @@ -1764,7 +1966,7 @@ } }, "workspace.header.menu.show-layers" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:182" ], + "used-in" : [ "src/app/main/ui/workspace/header.cljs:193" ], "translations" : { "en" : "Show layers", "fr" : "Montrer les couches", @@ -1773,7 +1975,7 @@ } }, "workspace.header.menu.show-palette" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:189" ], + "used-in" : [ "src/app/main/ui/workspace/header.cljs:200" ], "translations" : { "en" : "Show color palette", "fr" : "Montrer la palette de couleurs", @@ -1782,7 +1984,7 @@ } }, "workspace.header.menu.show-rules" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:161" ], + "used-in" : [ "src/app/main/ui/workspace/header.cljs:172" ], "translations" : { "en" : "Show rules", "fr" : "Montrer les règles", @@ -1815,7 +2017,7 @@ } }, "workspace.header.viewer" : { - "used-in" : [ "src/app/main/ui/workspace/header.cljs:249" ], + "used-in" : [ "src/app/main/ui/workspace/header.cljs:260" ], "translations" : { "en" : "View mode (Ctrl + P)", "fr" : "Mode visualisation (Ctrl + P)", @@ -1952,15 +2154,6 @@ "es" : "No hay bibliotecas compartidas disponibles" } }, - "workspace.libraries.remove" : { - "used-in" : [ "src/app/main/ui/workspace/libraries.cljs:91" ], - "translations" : { - "en" : "Remove", - "fr" : "", - "ru" : "", - "es" : "Quitar" - } - }, "workspace.libraries.search-shared-libraries" : { "used-in" : [ "src/app/main/ui/workspace/libraries.cljs:98" ], "translations" : { @@ -2778,6 +2971,15 @@ "es" : "Páginas" } }, + "workspace.sitemap" : { + "used-in" : [ "src/app/main/ui/workspace/header.cljs:146" ], + "translations" : { + "en" : "Sitemap", + "fr" : null, + "ru" : "Карта сайта", + "es" : "Mapa del sitio" + } + }, "workspace.toolbar.assets" : { "used-in" : [ "src/app/main/ui/workspace/left_toolbar.cljs:105" ], "translations" : { diff --git a/frontend/src/app/main/ui/auth/login.cljs b/frontend/src/app/main/ui/auth/login.cljs index f2c74801e..dc7bc5054 100644 --- a/frontend/src/app/main/ui/auth/login.cljs +++ b/frontend/src/app/main/ui/auth/login.cljs @@ -89,20 +89,20 @@ :type "text" :tab-index "2" :help-icon i/at - :label (t locale "auth.email-label")}]] + :label (t locale "auth.email")}]] [:div.fields-row [:& fm/input {:type "password" :name :password :tab-index "3" :help-icon i/eye - :label (t locale "auth.password-label")}]] + :label (t locale "auth.password")}]] [:& fm/submit-button - {:label (t locale "auth.login-submit-label") + {:label (t locale "auth.login-submit") :on-click on-submit}] (when cfg/login-with-ldap [:& fm/submit-button - {:label (t locale "auth.login-with-ldap-submit-label") + {:label (t locale "auth.login-with-ldap-submit") :on-click on-submit}])]])) (mf/defc login-page @@ -122,7 +122,7 @@ (t locale "auth.forgot-password")]] [:div.link-entry - [:span (t locale "auth.register-label") " "] + [:span (t locale "auth.register") " "] [:a {:on-click #(st/emit! (rt/nav :auth-register)) :tab-index "6"} (t locale "auth.register")]]] @@ -137,11 +137,11 @@ {:on-click login-with-gitlab} [:img.logo {:src "/images/icons/brand-gitlab.svg"}] - (t locale "auth.login-with-gitlab-submit-label")]) + (t locale "auth.login-with-gitlab-submit")]) [:div.links.demo [:div.link-entry - [:span (t locale "auth.create-demo-profile-label") " "] + [:span (t locale "auth.create-demo-profile") " "] [:a {:on-click #(st/emit! da/create-demo-profile) :tab-index "6"} (t locale "auth.create-demo-profile")]]]]]) diff --git a/frontend/src/app/main/ui/auth/recovery.cljs b/frontend/src/app/main/ui/auth/recovery.cljs index 69a83f21c..0def99d08 100644 --- a/frontend/src/app/main/ui/auth/recovery.cljs +++ b/frontend/src/app/main/ui/auth/recovery.cljs @@ -69,15 +69,15 @@ [:div.fields-row [:& fm/input {:type "password" :name :password-1 - :label (t locale "auth.new-password-label")}]] + :label (t locale "auth.new-password")}]] [:div.fields-row [:& fm/input {:type "password" :name :password-2 - :label (t locale "auth.confirm-password-label")}]] + :label (t locale "auth.confirm-password")}]] [:& fm/submit-button - {:label (t locale "auth.recovery-submit-label")}]])) + {:label (t locale "auth.recovery-submit")}]])) ;; --- Recovery Request Page diff --git a/frontend/src/app/main/ui/auth/recovery_request.cljs b/frontend/src/app/main/ui/auth/recovery_request.cljs index 6abc4ebfd..4b99e342d 100644 --- a/frontend/src/app/main/ui/auth/recovery_request.cljs +++ b/frontend/src/app/main/ui/auth/recovery_request.cljs @@ -44,12 +44,12 @@ :form form} [:div.fields-row [:& fm/input {:name :email - :label (t locale "auth.email-label") + :label (t locale "auth.email") :help-icon i/at :type "text"}]] [:& fm/submit-button - {:label (t locale "auth.recovery-request-submit-label")}]])) + {:label (t locale "auth.recovery-request-submit")}]])) ;; --- Recovery Request Page diff --git a/frontend/src/app/main/ui/auth/register.cljs b/frontend/src/app/main/ui/auth/register.cljs index 04becb673..81674ebf1 100644 --- a/frontend/src/app/main/ui/auth/register.cljs +++ b/frontend/src/app/main/ui/auth/register.cljs @@ -51,7 +51,7 @@ (st/emit! (rt/nav :dashboard-projects {:team-id (get-in data [:claims :team-id])}) du/fetch-profile (dm/success message))) - (let [message (tr "auth.notifications.validation-email-sent" (:email data))] + (let [message (tr "notifications.validation-email-sent" (:email data))] (st/emit! (rt/nav :auth-login) (dm/success message))))) @@ -91,23 +91,23 @@ [:div.fields-row [:& fm/input {:name :fullname :tab-index "1" - :label (t locale "auth.fullname-label") + :label (t locale "auth.fullname") :type "text"}]] [:div.fields-row [:& fm/input {:type "email" :name :email :tab-index "2" :help-icon i/at - :label (t locale "auth.email-label")}]] + :label (t locale "auth.email")}]] [:div.fields-row [:& fm/input {:name :password :tab-index "3" :hint (t locale "auth.password-length-hint") - :label (t locale "auth.password-label") + :label (t locale "auth.password") :type "password"}]] [:& fm/submit-button - {:label (t locale "auth.register-submit-label")}]])) + {:label (t locale "auth.register-submit")}]])) ;; --- Register Page @@ -130,7 +130,7 @@ (t locale "auth.login-here")]] [:div.link-entry - [:span (t locale "auth.create-demo-profile-label") " "] + [:span (t locale "auth.create-demo-profile") " "] [:a {:on-click #(st/emit! da/create-demo-profile) :tab-index "5"} (t locale "auth.create-demo-profile")]]]]) diff --git a/frontend/src/app/main/ui/dashboard/files.cljs b/frontend/src/app/main/ui/dashboard/files.cljs index c50ba969b..8e6f77fbe 100644 --- a/frontend/src/app/main/ui/dashboard/files.cljs +++ b/frontend/src/app/main/ui/dashboard/files.cljs @@ -53,9 +53,9 @@ (mf/deps project) (st/emitf (modal/show {:type :confirm - :title "Deleting project" - :message "Are you sure you wan't to delete this project?" - :accept-label "Delete project" + :title (t locale "modals.delete-project-confirm.title") + :message (t locale "modals.delete-project-confirm.message") + :accept-label (t locale "modals.delete-project-confirm.accept") :on-accept delete-fn}))) on-create-clicked @@ -69,7 +69,7 @@ [:header.dashboard-header (if (:is-default project) [:div.dashboard-title - [:h1 (t locale "dashboard.header.draft")]] + [:h1 (t locale "dashboard.draft-title")]] (if (:edition @local) [:& inline-edition {:content (:name project) @@ -81,8 +81,8 @@ [:div.icon {:on-click on-menu-click} i/actions] [:& context-menu {:on-close on-menu-close :show (:menu-open @local) - :options [[(t locale "dashboard.grid.rename") on-edit] - [(t locale "dashboard.grid.delete") on-delete]]}]])) + :options [[(t locale "labels.rename") on-edit] + [(t locale "labels.delete") on-delete]]}]])) [:a.btn-secondary.btn-small {:on-click on-create-clicked} (t locale "dashboard.new-file")]])) diff --git a/frontend/src/app/main/ui/dashboard/grid.cljs b/frontend/src/app/main/ui/dashboard/grid.cljs index f74964336..cf7848593 100644 --- a/frontend/src/app/main/ui/dashboard/grid.cljs +++ b/frontend/src/app/main/ui/dashboard/grid.cljs @@ -75,11 +75,13 @@ (mf/deps file) (fn [event] (dom/stop-propagation event) - (st/emit! (modal/show {:type :confirm - :title "Deleting file" - :message "Are you sure you want to delete this file?" - :on-accept delete-fn - :accept-label "Delete file"})))) + (st/emit! (modal/show + {:type :confirm + :title (t locale "modals.delete-file-confirm.title") + :message (t locale "modals.delete-file-confirm.message") + :accept-label (t locale "modals.delete-file-confirm.accept") + :on-accept delete-fn})))) + on-navigate (mf/use-callback (mf/deps id) @@ -107,10 +109,10 @@ (dom/stop-propagation event) (st/emit! (modal/show {:type :confirm - :message (t locale "dashboard.grid.add-shared-message" (:name file)) - :title "Adding as shared library" - :hint (t locale "dashboard.grid.add-shared-hint") - :accept-label (t locale "dashboard.grid.add-shared-accept") + :message (t locale "modals.add-shared-confirm.message" (:name file)) + :title (t locale "modals.add-shared-confirm.title") + :hint (t locale "modals.add-shared-confirm.hint") + :accept-label (t locale "modals.add-shared-confirm.accept") :on-accept add-shared})))) on-del-shared @@ -119,12 +121,13 @@ (fn [event] (dom/prevent-default event) (dom/stop-propagation event) - (modal/show! :confirm - {:title "Unsharing file" - :message (t locale "dashboard.grid.remove-shared-message" (:name file)) - :hint (t locale "dashboard.grid.remove-shared-hint") - :accept-label (t locale "dashboard.grid.remove-shared-accept") - :on-accept del-shared}))) + (st/emit! (modal/show + {:type :confirm + :title (t locale "modals.remove-shared-confirm.title") + :message (t locale "modals.remove-shared-confirm.message" (:name file)) + :hint (t locale "modals.remove-shared-confirm.hint") + :accept-label (t locale "modals.remove-shared-confirm.accept") + :on-accept del-shared})))) on-menu-click (mf/use-callback @@ -167,18 +170,18 @@ i/actions] [:& context-menu {:on-close on-close :show (:menu-open @local) - :options [[(t locale "dashboard.grid.rename") on-edit] - [(t locale "dashboard.grid.delete") on-delete] + :options [[(t locale "labels.rename") on-edit] + [(t locale "labels.delete") on-delete] (if (:is-shared file) - [(t locale "dashboard.grid.remove-shared") on-del-shared] - [(t locale "dashboard.grid.add-shared") on-add-shared])]}]]])) + [(t locale "dashboard.remove-shared") on-del-shared] + [(t locale "dashboard.add-shared") on-add-shared])]}]]])) (mf/defc empty-placeholder [] (let [locale (mf/deref i18n/locale)] [:div.grid-empty-placeholder [:div.icon i/file-html] - [:div.text (t locale "dashboard.grid.empty-files")]])) + [:div.text (t locale "dashboard.empty-files")]])) (mf/defc grid [{:keys [id opts files] :as props}] @@ -240,7 +243,7 @@ [:div.grid-item.placeholder {:on-click on-load-more} [:div.placeholder-icon i/arrow-down] [:div.placeholder-label - (t locale "dashboard.grid.show-all-files")]])])) + (t locale "dashboard.show-all-files")]])])) (mf/defc line-grid [{:keys [project-id opts files on-load-more] :as props}] diff --git a/frontend/src/app/main/ui/dashboard/libraries.cljs b/frontend/src/app/main/ui/dashboard/libraries.cljs index fbb0e7606..8f7ed8c3d 100644 --- a/frontend/src/app/main/ui/dashboard/libraries.cljs +++ b/frontend/src/app/main/ui/dashboard/libraries.cljs @@ -37,7 +37,7 @@ [:* [:header.dashboard-header [:div.dashboard-title - [:h1 (tr "dashboard.header.libraries")]]] + [:h1 (tr "dashboard.libraries-title")]]] [:section.dashboard-container [:& grid {:files files}]]])) diff --git a/frontend/src/app/main/ui/dashboard/projects.cljs b/frontend/src/app/main/ui/dashboard/projects.cljs index a4a8a1a79..b2fee3984 100644 --- a/frontend/src/app/main/ui/dashboard/projects.cljs +++ b/frontend/src/app/main/ui/dashboard/projects.cljs @@ -30,9 +30,9 @@ (let [create #(st/emit! (dd/create-project {:team-id (:id team)}))] [:header.dashboard-header [:div.dashboard-title - [:h1 "Projects"]] + [:h1 (t locale "dashboard.projects-title")]] [:a.btn-secondary.btn-small {:on-click create} - (t locale "dashboard.header.new-project")]])) + (t locale "dashboard.new-project")]])) (defn files-ref [project-id] diff --git a/frontend/src/app/main/ui/dashboard/search.cljs b/frontend/src/app/main/ui/dashboard/search.cljs index 981fcd733..eeb4aff63 100644 --- a/frontend/src/app/main/ui/dashboard/search.cljs +++ b/frontend/src/app/main/ui/dashboard/search.cljs @@ -17,8 +17,6 @@ [okulary.core :as l] [rumext.alpha :as mf])) -;; --- Component: Search - (def result-ref (l/derived (l/in [:dashboard-local :search-result]) st/state)) @@ -37,17 +35,17 @@ (empty? search-term) [:div.grid-empty-placeholder [:div.icon i/search] - [:div.text (t locale "dashboard.search.type-something")]] + [:div.text (t locale "dashboard.type-something")]] (nil? result) [:div.grid-empty-placeholder [:div.icon i/search] - [:div.text (t locale "dashboard.search.searching-for" search-term)]] + [:div.text (t locale "dashboard.searching-for" search-term)]] (empty? result) [:div.grid-empty-placeholder [:div.icon i/search] - [:div.text (t locale "dashboard.search.no-matches-for" search-term)]] + [:div.text (t locale "dashboard.no-matches-for" search-term)]] :else [:& grid {:files result diff --git a/frontend/src/app/main/ui/dashboard/sidebar.cljs b/frontend/src/app/main/ui/dashboard/sidebar.cljs index 24ababdb5..27c7395bc 100644 --- a/frontend/src/app/main/ui/dashboard/sidebar.cljs +++ b/frontend/src/app/main/ui/dashboard/sidebar.cljs @@ -107,7 +107,7 @@ {:key :images-search-box :id "search-input" :type "text" - :placeholder (t locale "ds.search.placeholder") + :placeholder (t locale "dashboard.search-placeholder") :default-value search-term :auto-complete "off" :on-focus on-search-focus @@ -137,11 +137,11 @@ (rx/subs #(reset! teams %))))) [:ul.dropdown.teams-dropdown - [:li.title (t locale "dashboard.sidebar.switch-team")] + [:li.title (t locale "dashboard.switch-team")] [:hr] [:li.team-name {:on-click (partial go-projects (:default-team-id profile))} [:span.team-icon i/logo-icon] - [:span.team-text "Your penpot"]] + [:span.team-text (t locale "dashboard.your-penpot")]] (for [team (remove :is-default @teams)] [:* {:key (:id team)} @@ -152,7 +152,7 @@ [:hr] [:li.action {:on-click on-create-clicked} - (t locale "dashboard.sidebar.create-team")]])) + (t locale "dashboard.create-new-team")]])) (s/def ::member-id ::us/uuid) (s/def ::leave-modal-form @@ -160,11 +160,10 @@ (mf/defc leave-and-reassign-modal {::mf/register modal/components - ::mf/register-as ::leave-and-reassign - ::mf/props-spec ::kaka-de-vaca} + ::mf/register-as ::leave-and-reassign} [{:keys [members profile team accept]}] (let [form (fm/use-form :spec ::leave-modal-form :initial {}) - options (into [{:value "" :label "Select a member to promote"}] + options (into [{:value "" :label (tr "modals.leave-and-reassign.select-memeber-to-promote")}] (map #(hash-map :name (:name %) :value (str (:id %))) members)) on-cancel @@ -181,13 +180,13 @@ [:div.modal-container.confirm-dialog [:div.modal-header [:div.modal-header-title - [:h2 "Before you leave"]] + [:h2 (tr "modals.leave-and-reassign.title")]] [:div.modal-close-button {:on-click on-cancel} i/close]] [:div.modal-content.generic-form - [:p "You are " (:name team) " owner."] - [:p "Select an other member to promote before leave."] + [:p (tr "modals.leave-and-reassign.hint1" (:name team))] + [:p (tr "modals.leave-and-reassign.hint2")] [:& fm/form {:form form} [:& fm/select {:name :member-id @@ -197,14 +196,14 @@ [:div.action-buttons [:input.cancel-button {:type "button" - :value "Cancel" + :value (tr "labels.cancel") :on-click on-cancel}] [:input.accept-button {:type "button" :class (when-not (:valid @form) "btn-disabled") :disabled (not (:valid @form)) - :value "Promoto and Leave" + :value (tr "modals.leave-and-reassign.promote-and-leave") :on-click on-accept}]]]]])) @@ -256,12 +255,11 @@ (mf/deps team) (st/emitf (modal/show {:type :confirm - :title "Leaving team" - :message "Are you sure you want to leave this team?" - :accept-label "Leave team" + :title (t locale "modals.leave-confirm.title") + :message (t locale "modals.leave-confirm.message") + :accept-label (t locale "modals.leave-confirm.accept") :on-accept leave-fn}))) - on-leave-as-owner-clicked (mf/use-callback (mf/deps team @members) @@ -282,10 +280,9 @@ (mf/deps team) (st/emitf (modal/show {:type :confirm - :title "Deleting team" - :message (str "Are you sure you want to delete this team?\n" - "All projects and files associated with team will be permanently deleted.") - :accept-label "Delete team" + :title (t locale "modals.delete-team-confirm.title") + :message (t locale "modals.delete-team-confirm.message") + :accept-label (t locale "modals.delete-team-confirm.accept") :on-accept delete-fn})))] (mf/use-layout-effect @@ -295,21 +292,21 @@ (rx/subs #(reset! members %))))) [:ul.dropdown.options-dropdown - [:li {:on-click go-members} (t locale "dashboard.sidebar.team-members")] - [:li {:on-click go-settings} (t locale "dashboard.sidebar.settings")] + [:li {:on-click go-members} (t locale "labels.members")] + [:li {:on-click go-settings} (t locale "labels.settings")] [:hr] - [:li {:on-click on-rename-clicked} (t locale "dashboard.sidebar.rename-team")] + [:li {:on-click on-rename-clicked} (t locale "labels.rename")] (cond (:is-owner team) - [:li {:on-click on-leave-as-owner-clicked} (t locale "dashboard.sidebar.leave-team")] + [:li {:on-click on-leave-as-owner-clicked} (t locale "dashboard.leave-team")] (> (count @members) 1) - [:li {:on-click on-leave-clicked} (t locale "dashboard.sidebar.leave-team")]) + [:li {:on-click on-leave-clicked} (t locale "dashboard.leave-team")]) (when (:is-owner team) - [:li {:on-click on-delete-clicked} (t locale "dashboard.sidebar.delete-team")])])) + [:li {:on-click on-delete-clicked} (t locale "dashboard.delete-team")])])) (mf/defc sidebar-team-switch @@ -325,7 +322,7 @@ (if (:is-default team) [:div.team-name [:span.team-icon i/logo-icon] - [:span.team-text (t locale "dashboard.sidebar.default-team-name")]] + [:span.team-text (t locale "dashboard.default-team-name")]] [:div.team-name [:span.team-icon [:img {:src (cfg/resolve-media-path (:photo team))}]] @@ -397,18 +394,18 @@ {:on-click go-projects :class-name (when projects? "current")} i/recent - [:span.element-title (t locale "dashboard.sidebar.projects")]] + [:span.element-title (t locale "labels.projects")]] [:li {:on-click go-drafts :class-name (when drafts? "current")} i/file-html - [:span.element-title (t locale "dashboard.sidebar.drafts")]] + [:span.element-title (t locale "labels.drafts")]] [:li {:on-click go-libs :class-name (when libs? "current")} i/library - [:span.element-title (t locale "dashboard.sidebar.libraries")]]]] + [:span.element-title (t locale "labels.shared-libraries")]]]] [:hr] @@ -423,7 +420,7 @@ :selected? (= (:id item) (:id project))}])] [:div.sidebar-empty-placeholder [:span.icon i/pin] - [:span.text (t locale "dashboard.sidebar.no-projects-placeholder")]])]])) + [:span.text (t locale "dashboard.no-projects-placeholder")]])]])) (mf/defc profile-section @@ -451,15 +448,15 @@ [:ul.dropdown [:li {:on-click (partial on-click :settings-profile)} [:span.icon i/user] - [:span.text (t locale "dashboard.sidebar.profile")]] + [:span.text (t locale "labels.profile")]] [:hr] [:li {:on-click (partial on-click :settings-password)} [:span.icon i/lock] - [:span.text (t locale "dashboard.sidebar.password")]] + [:span.text (t locale "labels.password")]] [:hr] [:li {:on-click (partial on-click da/logout)} [:span.icon i/exit] - [:span.text (t locale "dashboard.logout")]]]]])) + [:span.text (t locale "labels.logout")]]]]])) (mf/defc sidebar {::mf/wrap-props false diff --git a/frontend/src/app/main/ui/dashboard/team.cljs b/frontend/src/app/main/ui/dashboard/team.cljs index e7af9c9fd..b009c5f9b 100644 --- a/frontend/src/app/main/ui/dashboard/team.cljs +++ b/frontend/src/app/main/ui/dashboard/team.cljs @@ -56,17 +56,17 @@ [:header.dashboard-header [:div.dashboard-title - [:h1 "Projects"]] + [:h1 (t locale "labels.members")]] [:nav [:ul [:li {:class (when members-section? "active")} - [:a {:on-click go-members} "MEMBERS"]] + [:a {:on-click go-members} (t locale "labels.members")]] [:li {:class (when settings-section? "active")} - [:a {:on-click go-settings} "SETTINGS"]]]] + [:a {:on-click go-settings} (t locale "labels.settings")]]]] (if members-section? [:a.btn-secondary.btn-small {:on-click invite-member} - (t locale "dashboard.header.invite-profile")] + (t locale "dashboard.invite-profile")] [:div])])) (s/def ::email ::us/email) @@ -78,10 +78,10 @@ {::mf/register modal/components ::mf/register-as ::invite-member} [{:keys [team] :as props}] - (let [roles [{:value "" :label "Role"} - {:value "admin" :label "Admin"} - {:value "editor" :label "Editor"} - {:value "viewer" :label "Viewer"}] + (let [roles [{:value "" :label (tr "labels.role")} + {:value "admin" :label (tr "labels.admin")} + {:value "editor" :label (tr "labels.editor")} + {:value "viewer" :label (tr "labels.viewer")}] initial (mf/use-memo (mf/deps team) (constantly {:team-id (:id team)})) form (fm/use-form :spec ::invite-member-form @@ -99,16 +99,14 @@ mdata {:on-success (partial on-success form)}] (st/emit! (dd/invite-team-member (with-meta params mdata))))))] - (prn "invite-member-modal" @form) - [:div.modal.dashboard-invite-modal.form-container [:& fm/form {:on-submit on-submit :form form} [:div.title - [:span.text "Invite a new team member"]] + [:span.text (tr "modals.invite-member.title")]] [:div.form-row [:& fm/input {:name :email - :label "Introduce an email"}] + :label (tr "labels.email")}] [:& fm/select {:name :role :options roles}]] @@ -141,9 +139,9 @@ (mf/deps team member) (st/emitf (modal/show {:type :confirm - :title "Promoto to owner" - :message "Are you sure you wan't to promote this user to owner?" - :accept-label "Promote" + :title (tr "modals.promote-owner-confirm.title") + :message (tr "modals.promote-owner-confirm.message") + :accept-label (tr "modals.promote-owner-confirm.accept") :on-accept set-owner-fn}))) delete-fn @@ -154,9 +152,9 @@ (mf/deps team member) (st/emitf (modal/show {:type :confirm - :title "Delete team member" - :message "Are you sure wan't to delete this user from team?" - :accept-label "Delete" + :title (tr "modals.delete-team-member-confirm.title") + :message (tr "modals.delete-team-member-confirm.message") + :accept-label (tr "modals.delete-team-member-confirm.accept") :on-accept delete-fn})))] @@ -167,16 +165,17 @@ [:* (cond (:is-owner member) - [:span.label "Owner"] + [:span.label (tr "labels.owner")] (:is-admin member) - [:span.label "Admin"] + [:span.label (tr "labels.admin")] (:can-edit member) - [:span.label "Editor"] + [:span.label (tr "labels.editor")] :else - [:span.label "Viewer"]) + [:span.label (tr "labels.viewer")]) + (when (and (not (:is-owner member)) (or (:is-admin team) (:is-owner team))) @@ -185,19 +184,19 @@ [:& dropdown {:show @show? :on-close #(reset! show? false)} [:ul.dropdown.options-dropdown - [:li {:on-click set-admin} "Admin"] - [:li {:on-click set-editor} "Editor"] - [:li {:on-click set-viewer} "Viewer"] + [:li {:on-click set-admin} (tr "labels.admin")] + [:li {:on-click set-editor} (tr "labels.editor")] + [:li {:on-click set-viewer} (tr "labels.viewer")] (when (:is-owner team) [:* [:hr] - [:li {:on-click set-owner} "Promote to owner"]]) + [:li {:on-click set-owner} (tr "dashboard.promote-to-owner")]]) [:hr] (when (and (or (:is-owner team) (:is-admin team)) (not= (:id profile) (:id member))) - [:li {:on-click delete} "Remove"])]]]])) + [:li {:on-click delete} (tr "labels.remove")])]]]])) (mf/defc team-members @@ -209,9 +208,9 @@ (d/seek :is-owner))] [:div.dashboard-table [:div.table-header - [:div.table-field.name "Name"] - [:div.table-field.email "Email"] - [:div.table-field.permissions "Permissions"]] + [:div.table-field.name (tr "labels.name")] + [:div.table-field.email (tr "labels.email")] + [:div.table-field.permissions (tr "labels.permissions")]] [:div.table-rows [:& team-member {:member owner :team team :profile profile}] (for [item members] @@ -272,7 +271,7 @@ [:div.team-settings [:div.horizontal-blocks [:div.block.info-block - [:div.label "Team info"] + [:div.label (t locale "dashboard.team-info")] [:div.name (:name team)] [:div.icon [:span.update-overlay {:on-click on-image-click} i/exit] @@ -283,16 +282,16 @@ :on-selected on-file-selected}]]] [:div.block.owner-block - [:div.label "Team members"] + [:div.label (t locale "dashboard.team-members")] [:div.owner [:span.icon [:img {:src (cfg/resolve-media-path (:photo-uri profile))}]] [:span.text (:fullname profile)]] [:div.summary [:span.icon i/user] - [:span.text (t locale "dashboard.team.num-of-members" (count members-map))]]] + [:span.text (t locale "dashboard.num-of-members" (count members-map))]]] [:div.block.stats-block - [:div.label "Team projects"] + [:div.label (t locale "dashboard.team-projects")] [:div.projects [:span.icon i/folder] [:span.text "4 projects"]] diff --git a/frontend/src/app/main/ui/settings.cljs b/frontend/src/app/main/ui/settings.cljs index 2c33b2929..4cb47f5c3 100644 --- a/frontend/src/app/main/ui/settings.cljs +++ b/frontend/src/app/main/ui/settings.cljs @@ -25,9 +25,9 @@ [{:keys [locale] :as props}] (let [logout (constantly nil)] [:header.dashboard-header - [:h1.dashboard-title (t locale "dashboard.header.your-account")] + [:h1.dashboard-title (t locale "dashboard.your-account-title")] [:a.btn-secondary.btn-small {:on-click logout} - (t locale "dashboard.logout")]])) + (t locale "labels.logout")]])) (mf/defc settings [{:keys [route] :as props}] diff --git a/frontend/src/app/main/ui/settings/change_email.cljs b/frontend/src/app/main/ui/settings/change_email.cljs index ad3948226..cdad1a33e 100644 --- a/frontend/src/app/main/ui/settings/change_email.cljs +++ b/frontend/src/app/main/ui/settings/change_email.cljs @@ -53,7 +53,7 @@ (defn- on-success [form data] (let [email (get-in @form [:clean-data :email-1]) - message (tr "auth.notifications.validation-email-sent" email)] + message (tr "notifications.validation-email-sent" email)] (st/emit! (dm/info message) (modal/hide)))) @@ -83,30 +83,30 @@ [:div.modal-header [:div.modal-header-title - [:h2 (t locale "dashboard.settings.change-email-title")]] + [:h2 (t locale "modals.change-email.title")]] [:div.modal-close-button {:on-click on-close} i/close]] [:div.modal-content [:& msgs/inline-banner {:type :info - :content (t locale "dashboard.settings.change-email-info" (:email profile))}] + :content (t locale "modals.change-email.info" (:email profile))}] [:div.fields-row [:& fm/input {:type "text" :name :email-1 - :label (t locale "dashboard.settings.new-email-label") + :label (t locale "modals.change-email.new-email") :trim true}]] [:div.fields-row [:& fm/input {:type "text" :name :email-2 - :label (t locale "dashboard.settings.confirm-email-label") + :label (t locale "modals.change-email.confirm-email") :trim true}]]] [:div.modal-footer [:div.action-buttons [:& fm/submit-button - {:label (t locale "dashboard.settings.change-email-submit-label")}]]]]]])) + {:label (t locale "modals.change-email.submit")}]]]]]])) diff --git a/frontend/src/app/main/ui/settings/delete_account.cljs b/frontend/src/app/main/ui/settings/delete_account.cljs index 0b9e4b02d..570d2f38c 100644 --- a/frontend/src/app/main/ui/settings/delete_account.cljs +++ b/frontend/src/app/main/ui/settings/delete_account.cljs @@ -9,23 +9,23 @@ (ns app.main.ui.settings.delete-account (:require - [cljs.spec.alpha :as s] - [beicon.core :as rx] - [rumext.alpha :as mf] [app.main.data.auth :as da] [app.main.data.messages :as dm] + [app.main.data.modal :as modal] [app.main.data.users :as du] [app.main.store :as st] [app.main.ui.icons :as i] [app.main.ui.messages :as msgs] - [app.main.data.modal :as modal] + [app.util.i18n :as i18n :refer [tr t]] [app.util.router :as rt] - [app.util.i18n :as i18n :refer [tr t]])) + [beicon.core :as rx] + [cljs.spec.alpha :as s] + [rumext.alpha :as mf])) (defn on-error [{:keys [code] :as error}] (if (= :owner-teams-with-people code) - (let [msg (tr "dashboard.notifications.profile-deletion-not-allowed")] + (let [msg (tr "notifications.profile-deletion-not-allowed")] (rx/of (dm/error msg))) (rx/throw error))) @@ -52,19 +52,19 @@ [:div.modal-container.change-email-modal [:div.modal-header [:div.modal-header-title - [:h2 (t locale "dashboard.settings.delete-account-title")]] + [:h2 (t locale "modals.delete-account.title")]] [:div.modal-close-button {:on-click on-close} i/close]] [:div.modal-content [:& msgs/inline-banner {:type :warning - :content (t locale "dashboard.settings.delete-account-info")}]] + :content (t locale "modals.delete-account.info")}]] [:div.modal-footer [:div.action-buttons [:button.btn-warning.btn-large {:on-click on-accept} - (t locale "dashboard.settings.yes-delete-my-account")] + (t locale "modals.delete-account.confirm")] [:button.btn-secondary.btn-large {:on-click on-close} - (t locale "dashboard.settings.cancel-and-keep-my-account")]]]]])) + (t locale "modals.delete-account.cancel")]]]]])) diff --git a/frontend/src/app/main/ui/settings/options.cljs b/frontend/src/app/main/ui/settings/options.cljs index 8ffd1b190..0ae1a3d3c 100644 --- a/frontend/src/app/main/ui/settings/options.cljs +++ b/frontend/src/app/main/ui/settings/options.cljs @@ -33,7 +33,7 @@ (defn- on-success [form] - (st/emit! (dm/success (tr "dashboard.notifications.profile-saved")))) + (st/emit! (dm/success (tr "notifications.profile-saved")))) (defn- on-submit [form event] @@ -51,25 +51,25 @@ :on-submit on-submit :form form} - [:h2 (t locale "dashboard.settings.language-change-title")] + [:h2 (t locale "labels.language")] [:div.fields-row [:& fm/select {:options [{:label "English" :value "en"} {:label "Français" :value "fr"} {:label "Español" :value "es"} {:label "Русский" :value "ru"}] - :label (t locale "dashboard.settings.language-label") + :label (t locale "dashboard.select-ui-language") :default "en" :name :lang}]] - [:h2 (t locale "dashboard.settings.theme-change-title")] + [:h2 (t locale "dashboard.theme-change")] [:div.fields-row - [:& fm/select {:label (t locale "dashboard.settings.theme-label") + [:& fm/select {:label (t locale "dashboard.select-ui-theme") :name :theme :default "default" :options [{:label "Default" :value "default"}]}]] [:& fm/submit-button - {:label (t locale "dashboard.settings.profile-submit-label")}]])) + {:label (t locale "dashboard.update-settings")}]])) ;; --- Password Page diff --git a/frontend/src/app/main/ui/settings/password.cljs b/frontend/src/app/main/ui/settings/password.cljs index c54118dcd..5663a522a 100644 --- a/frontend/src/app/main/ui/settings/password.cljs +++ b/frontend/src/app/main/ui/settings/password.cljs @@ -73,27 +73,27 @@ [:& fm/form {:class "password-form" :on-submit on-submit :form form} - [:h2 (t locale "dashboard.settings.password-change-title")] + [:h2 (t locale "dashboard.password-change")] [:div.fields-row [:& fm/input {:type "password" :name :password-old - :label (t locale "dashboard.settings.old-password-label")}]] + :label (t locale "labels.old-password")}]] [:div.fields-row [:& fm/input {:type "password" :name :password-1 - :label (t locale "dashboard.settings.new-password-label")}]] + :label (t locale "labels.new-password")}]] [:div.fields-row [:& fm/input {:type "password" :name :password-2 - :label (t locale "dashboard.settings.confirm-password-label")}]] + :label (t locale "labels.confirm-password")}]] [:& fm/submit-button - {:label (t locale "dashboard.settings.profile-submit-label")}]])) + {:label (t locale "dashboard.update-settings")}]])) ;; --- Password Page diff --git a/frontend/src/app/main/ui/settings/profile.cljs b/frontend/src/app/main/ui/settings/profile.cljs index 8d76498ea..e07c53654 100644 --- a/frontend/src/app/main/ui/settings/profile.cljs +++ b/frontend/src/app/main/ui/settings/profile.cljs @@ -33,7 +33,7 @@ (defn- on-success [form] - (st/emit! (dm/success (tr "dashboard.notifications.profile-saved")))) + (st/emit! (dm/success (tr "notifications.profile-saved")))) (defn- on-error [form error] @@ -61,7 +61,7 @@ [:& fm/input {:type "text" :name :fullname - :label (t locale "dashboard.settings.fullname-label")}]] + :label (t locale "dashboard.your-name")}]] [:div.fields-row [:& fm/input @@ -69,20 +69,20 @@ :name :email :disabled true :help-icon i/at - :label (t locale "dashboard.settings.email-label")}] + :label (t locale "dashboard.your-email")}] [:div.options [:div.change-email [:a {:on-click #(modal/show! :change-email {})} - (t locale "dashboard.settings.change-email-label")]]]] + (t locale "dashboard.change-email")]]]] [:& fm/submit-button - {:label (t locale "dashboard.settings.profile-submit-label")}] + {:label (t locale "dashboard.update-settings")}] [:div.links [:div.link-item [:a {:on-click #(modal/show! :delete-account {})} - (t locale "dashboard.settings.remove-account-label")]]]])) + (t locale "dashboard.remove-account")]]]])) ;; --- Profile Photo Form @@ -103,7 +103,7 @@ [:form.avatar-form [:div.image-change-field - [:span.update-overlay {:on-click on-image-click} (t locale "dashboard.settings.update-photo-label")] + [:span.update-overlay {:on-click on-image-click} (t locale "labels.update")] [:img {:src photo}] [:& file-uploader {:accept "image/jpeg,image/png" :multi false diff --git a/frontend/src/app/main/ui/settings/sidebar.cljs b/frontend/src/app/main/ui/settings/sidebar.cljs index cc754a47d..744778388 100644 --- a/frontend/src/app/main/ui/settings/sidebar.cljs +++ b/frontend/src/app/main/ui/settings/sidebar.cljs @@ -59,7 +59,7 @@ [:div.sidebar-content-section [:div.back-to-dashboard {:on-click go-dashboard} [:span.icon i/arrow-down] - [:span.text "Dashboard"]]] + [:span.text (t locale "labels.dashboard")]]] [:hr] [:div.sidebar-content-section @@ -67,17 +67,17 @@ [:li {:class (when profile? "current") :on-click go-settings-profile} i/user - [:span.element-title (t locale "dashboard.sidebar.profile")]] + [:span.element-title (t locale "labels.profile")]] [:li {:class (when password? "current") :on-click go-settings-password} i/lock - [:span.element-title (t locale "dashboard.sidebar.password")]] + [:span.element-title (t locale "labels.password")]] [:li {:class (when options? "current") :on-click go-settings-options} i/tree - [:span.element-title (t locale "dashboard.sidebar.settings")]]]]])) + [:span.element-title (t locale "labels.settings")]]]]])) (mf/defc sidebar {::mf/wrap [mf/memo]} diff --git a/frontend/src/app/main/ui/workspace/header.cljs b/frontend/src/app/main/ui/workspace/header.cljs index bdb720935..3c7ef5f82 100644 --- a/frontend/src/app/main/ui/workspace/header.cljs +++ b/frontend/src/app/main/ui/workspace/header.cljs @@ -96,23 +96,34 @@ edit-input-ref (mf/use-ref nil) - add-shared-fn #(st/emit! nil (dw/set-file-shared (:id file) true)) - on-add-shared - #(modal/show! :confirm-dialog - {:message (t locale "dashboard.grid.add-shared-message" (:name file)) - :hint (t locale "dashboard.grid.add-shared-hint") - :accept-text (t locale "dashboard.grid.add-shared-accept") - :not-danger? true - :on-accept add-shared-fn}) + add-shared-fn + (st/emitf (dw/set-file-shared (:id file) true)) + + del-shared-fn + (st/emitf (dw/set-file-shared (:id file) false)) + + on-add-shared + (mf/use-fn + (mf/deps file) + (st/emitf (modal/show + {:type :confirm + :message (t locale "modals.add-shared-confirm.message" (:name file)) + :title (t locale "modals.add-shared-confirm.title") + :hint (t locale "modals.add-shared-confirm.hint") + :accept-label (t locale "modals.add-shared-confirm.accept") + :on-accept add-shared-fn}))) - remove-shared-fn #(st/emit! nil (dw/set-file-shared (:id file) false)) on-remove-shared - #(modal/show! :confirm-dialog - {:message (t locale "dashboard.grid.remove-shared-message" (:name file)) - :hint (t locale "dashboard.grid.remove-shared-hint") - :accept-text (t locale "dashboard.grid.remove-shared-accept") - :not-danger? false - :on-accept remove-shared-fn}) + (mf/use-fn + (mf/deps file) + (st/emitf (modal/show + {:type :confirm + :title (t locale "modals.remove-shared-confirm.title") + :message (t locale "modals.remove-shared-confirm.message" (:name file)) + :hint (t locale "modals.remove-shared-confirm.hint") + :accept-label (t locale "modals.remove-shared-confirm.accept") + :on-accept del-shared-fn}))) + handle-blur (fn [event] (let [value (-> edit-input-ref mf/ref-val dom/get-value)] @@ -132,7 +143,7 @@ [:div.menu-section [:div.btn-icon-dark.btn-small {:on-click #(reset! show-menu? true)} i/actions] - [:div.project-tree {:alt (t locale "header.sitemap")} + [:div.project-tree {:alt (t locale "workspace.sitemap")} [:span.project-name {:on-click #(st/emit! (rt/navigate :dashboard-project {:team-id team-id :project-id (:project-id file)}))} @@ -205,9 +216,9 @@ (if (:is-shared file) [:li {:on-click on-remove-shared} - [:span (t locale "dashboard.grid.remove-shared")]] + [:span (t locale "dashboard.remove-shared")]] [:li {:on-click on-add-shared} - [:span (t locale "dashboard.grid.add-shared")]]) + [:span (t locale "dashboard.add-shared")]]) ]]])) ;; --- Header Component diff --git a/frontend/src/app/main/ui/workspace/libraries.cljs b/frontend/src/app/main/ui/workspace/libraries.cljs index 2f4aea918..1b2262081 100644 --- a/frontend/src/app/main/ui/workspace/libraries.cljs +++ b/frontend/src/app/main/ui/workspace/libraries.cljs @@ -88,7 +88,7 @@ [:div.item-name (:name library)] [:div.item-contents (contents-str library)] [:input.item-button {:type "button" - :value (tr "workspace.libraries.remove") + :value (tr "labels.remove") :on-click #(unlink-library (:id library))}]]) ]] [:div.section