From 8b7d613b995d7be1044fe17fce93b1b1e9c47b25 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 7 Apr 2020 19:51:35 +0200 Subject: [PATCH] :sparkles: Update locales. --- frontend/resources/locales.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/frontend/resources/locales.json b/frontend/resources/locales.json index a894db5ae7..7c3d164157 100644 --- a/frontend/resources/locales.json +++ b/frontend/resources/locales.json @@ -505,7 +505,7 @@ "fr" : "VOS IMAGES" } }, - "element.fill" : { + "workspace.options.fill" : { "used-in" : [ "src/uxbox/main/ui/workspace/sidebar/options/fill.cljs:44" ], "translations" : { "en" : "Fill", @@ -1173,10 +1173,17 @@ "fr" : "Position" } }, - "workspace.options.rotation-radius" : { + "workspace.options.rotation" : { "used-in" : [ "src/uxbox/main/ui/workspace/sidebar/options/text.cljs:114", "src/uxbox/main/ui/workspace/sidebar/options/icon.cljs:112", "src/uxbox/main/ui/workspace/sidebar/options/image.cljs:108", "src/uxbox/main/ui/workspace/sidebar/options/circle.cljs:107", "src/uxbox/main/ui/workspace/sidebar/options/rect.cljs:112" ], "translations" : { - "en" : "Rotation & Radius", + "en" : "Rotation", + "fr" : "TODO" + } + }, + "workspace.options.radius" : { + "used-in" : [ "src/uxbox/main/ui/workspace/sidebar/options/text.cljs:114", "src/uxbox/main/ui/workspace/sidebar/options/icon.cljs:112", "src/uxbox/main/ui/workspace/sidebar/options/image.cljs:108", "src/uxbox/main/ui/workspace/sidebar/options/circle.cljs:107", "src/uxbox/main/ui/workspace/sidebar/options/rect.cljs:112" ], + "translations" : { + "en" : "Radius", "fr" : "TODO" } },