aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-19 19:38:56 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-19 19:40:08 +0100
commite4f1862644d5921e2ee77078c10e16efa3e58c7b (patch)
treeff7f23eb83ee974a9f719ed6f58647ce7f0a1175 /src/i18n/locales
parentfix conflicts with latest develop (diff)
downloadferdium-app-e4f1862644d5921e2ee77078c10e16efa3e58c7b.tar.gz
ferdium-app-e4f1862644d5921e2ee77078c10e16efa3e58c7b.tar.zst
ferdium-app-e4f1862644d5921e2ee77078c10e16efa3e58c7b.zip
add workspace drawer
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json57
-rw-r--r--src/i18n/locales/en-US.json8
2 files changed, 63 insertions, 2 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index c8bb03ded..4bf9a8c0a 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -755,6 +755,32 @@
755 "column": 10, 755 "column": 10,
756 "line": 23 756 "line": 23
757 } 757 }
758 },
759 {
760 "defaultMessage": "!!!Open workspace drawer",
761 "end": {
762 "column": 3,
763 "line": 30
764 },
765 "file": "src/components/layout/Sidebar.js",
766 "id": "sidebar.openWorkspaceDrawer",
767 "start": {
768 "column": 23,
769 "line": 27
770 }
771 },
772 {
773 "defaultMessage": "!!!Close workspace drawer",
774 "end": {
775 "column": 3,
776 "line": 34
777 },
778 "file": "src/components/layout/Sidebar.js",
779 "id": "sidebar.closeWorkspaceDrawer",
780 "start": {
781 "column": 24,
782 "line": 31
783 }
758 } 784 }
759 ], 785 ],
760 "path": "src/components/layout/Sidebar.json" 786 "path": "src/components/layout/Sidebar.json"
@@ -3279,6 +3305,37 @@
3279 { 3305 {
3280 "descriptors": [ 3306 "descriptors": [
3281 { 3307 {
3308 "defaultMessage": "!!!Workspaces",
3309 "end": {
3310 "column": 3,
3311 "line": 15
3312 },
3313 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3314 "id": "workspaceDrawer.headline",
3315 "start": {
3316 "column": 12,
3317 "line": 12
3318 }
3319 },
3320 {
3321 "defaultMessage": "!!!All services",
3322 "end": {
3323 "column": 3,
3324 "line": 19
3325 },
3326 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3327 "id": "workspaceDrawer.allServices",
3328 "start": {
3329 "column": 15,
3330 "line": 16
3331 }
3332 }
3333 ],
3334 "path": "src/features/workspaces/components/WorkspaceDrawer.json"
3335 },
3336 {
3337 "descriptors": [
3338 {
3282 "defaultMessage": "!!!Your workspaces", 3339 "defaultMessage": "!!!Your workspaces",
3283 "end": { 3340 "end": {
3284 "column": 3, 3341 "column": 3,
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 1041a8b5f..94c6fcf32 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -249,7 +249,9 @@
249 "settings.workspaces.headline": "Your workspaces", 249 "settings.workspaces.headline": "Your workspaces",
250 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", 250 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
251 "sidebar.addNewService": "Add new service", 251 "sidebar.addNewService": "Add new service",
252 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
252 "sidebar.muteApp": "Disable notifications & audio", 253 "sidebar.muteApp": "Disable notifications & audio",
254 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
253 "sidebar.settings": "Settings", 255 "sidebar.settings": "Settings",
254 "sidebar.unmuteApp": "Enable notifications & audio", 256 "sidebar.unmuteApp": "Enable notifications & audio",
255 "signup.company.label": "Company", 257 "signup.company.label": "Company",
@@ -294,5 +296,7 @@
294 "validation.required": "{field} is required", 296 "validation.required": "{field} is required",
295 "validation.url": "{field} is not a valid URL", 297 "validation.url": "{field} is not a valid URL",
296 "welcome.loginButton": "Login to your account", 298 "welcome.loginButton": "Login to your account",
297 "welcome.signupButton": "Create a free account" 299 "welcome.signupButton": "Create a free account",
298} \ No newline at end of file 300 "workspaceDrawer.allServices": "All services",
301 "workspaceDrawer.headline": "Workspaces"
302}