aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-21 16:20:53 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-21 16:20:53 +0100
commit558e23652fb317f96c09d391a9ef8cf7aa6d4dbd (patch)
tree9c6dc336cf39bcd8fec9a26d038ef0b691f111bd /src/i18n/locales
parentsmall fixes (diff)
downloadferdium-app-558e23652fb317f96c09d391a9ef8cf7aa6d4dbd.tar.gz
ferdium-app-558e23652fb317f96c09d391a9ef8cf7aa6d4dbd.tar.zst
ferdium-app-558e23652fb317f96c09d391a9ef8cf7aa6d4dbd.zip
add tooltip to add workspace button in drawer
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json21
-rw-r--r--src/i18n/locales/en-US.json1
2 files changed, 18 insertions, 4 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index c1634df8e..d4d2a55cc 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -3326,26 +3326,39 @@
3326 "defaultMessage": "!!!Workspaces", 3326 "defaultMessage": "!!!Workspaces",
3327 "end": { 3327 "end": {
3328 "column": 3, 3328 "column": 3,
3329 "line": 15 3329 "line": 18
3330 }, 3330 },
3331 "file": "src/features/workspaces/components/WorkspaceDrawer.js", 3331 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3332 "id": "workspaceDrawer.headline", 3332 "id": "workspaceDrawer.headline",
3333 "start": { 3333 "start": {
3334 "column": 12, 3334 "column": 12,
3335 "line": 12 3335 "line": 15
3336 } 3336 }
3337 }, 3337 },
3338 { 3338 {
3339 "defaultMessage": "!!!All services", 3339 "defaultMessage": "!!!All services",
3340 "end": { 3340 "end": {
3341 "column": 3, 3341 "column": 3,
3342 "line": 19 3342 "line": 22
3343 }, 3343 },
3344 "file": "src/features/workspaces/components/WorkspaceDrawer.js", 3344 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3345 "id": "workspaceDrawer.allServices", 3345 "id": "workspaceDrawer.allServices",
3346 "start": { 3346 "start": {
3347 "column": 15, 3347 "column": 15,
3348 "line": 16 3348 "line": 19
3349 }
3350 },
3351 {
3352 "defaultMessage": "!!!Add workspace",
3353 "end": {
3354 "column": 3,
3355 "line": 26
3356 },
3357 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3358 "id": "workspaceDrawer.addWorkspaceTooltip",
3359 "start": {
3360 "column": 23,
3361 "line": 23
3349 } 3362 }
3350 } 3363 }
3351 ], 3364 ],
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index f37237ac2..f7b5fe2b8 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -300,6 +300,7 @@
300 "validation.url": "{field} is not a valid URL", 300 "validation.url": "{field} is not a valid URL",
301 "welcome.loginButton": "Login to your account", 301 "welcome.loginButton": "Login to your account",
302 "welcome.signupButton": "Create a free account", 302 "welcome.signupButton": "Create a free account",
303 "workspaceDrawer.addWorkspaceTooltip": "Add workspace",
303 "workspaceDrawer.allServices": "All services", 304 "workspaceDrawer.allServices": "All services",
304 "workspaceDrawer.headline": "Workspaces", 305 "workspaceDrawer.headline": "Workspaces",
305 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 306 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",