aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json70
-rw-r--r--src/i18n/locales/en-US.json7
2 files changed, 76 insertions, 1 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 0dfe2055a..e77590a58 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -4023,6 +4023,76 @@
4023 { 4023 {
4024 "descriptors": [ 4024 "descriptors": [
4025 { 4025 {
4026 "defaultMessage": "!!!Home",
4027 "end": {
4028 "column": 3,
4029 "line": 17
4030 },
4031 "file": "src/features/webControls/components/WebControls.js",
4032 "id": "webControls.goHome",
4033 "start": {
4034 "column": 10,
4035 "line": 14
4036 }
4037 },
4038 {
4039 "defaultMessage": "!!!Open in Browser",
4040 "end": {
4041 "column": 3,
4042 "line": 21
4043 },
4044 "file": "src/features/webControls/components/WebControls.js",
4045 "id": "webControls.openInBrowser",
4046 "start": {
4047 "column": 17,
4048 "line": 18
4049 }
4050 },
4051 {
4052 "defaultMessage": "!!!Back",
4053 "end": {
4054 "column": 3,
4055 "line": 25
4056 },
4057 "file": "src/features/webControls/components/WebControls.js",
4058 "id": "webControls.back",
4059 "start": {
4060 "column": 8,
4061 "line": 22
4062 }
4063 },
4064 {
4065 "defaultMessage": "!!!Forward",
4066 "end": {
4067 "column": 3,
4068 "line": 29
4069 },
4070 "file": "src/features/webControls/components/WebControls.js",
4071 "id": "webControls.forward",
4072 "start": {
4073 "column": 11,
4074 "line": 26
4075 }
4076 },
4077 {
4078 "defaultMessage": "!!!Reload",
4079 "end": {
4080 "column": 3,
4081 "line": 33
4082 },
4083 "file": "src/features/webControls/components/WebControls.js",
4084 "id": "webControls.reload",
4085 "start": {
4086 "column": 10,
4087 "line": 30
4088 }
4089 }
4090 ],
4091 "path": "src/features/webControls/components/WebControls.json"
4092 },
4093 {
4094 "descriptors": [
4095 {
4026 "defaultMessage": "!!!Create workspace", 4096 "defaultMessage": "!!!Create workspace",
4027 "end": { 4097 "end": {
4028 "column": 3, 4098 "column": 3,
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index dcb9d92a2..e164b64a4 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -370,6 +370,11 @@
370 "validation.oneRequired": "At least one is required", 370 "validation.oneRequired": "At least one is required",
371 "validation.required": "{field} is required", 371 "validation.required": "{field} is required",
372 "validation.url": "{field} is not a valid URL", 372 "validation.url": "{field} is not a valid URL",
373 "webControls.back": "Back",
374 "webControls.forward": "Forward",
375 "webControls.goHome": "Home",
376 "webControls.openInBrowser": "Open in Browser",
377 "webControls.reload": "Reload",
373 "welcome.loginButton": "Login to your account", 378 "welcome.loginButton": "Login to your account",
374 "welcome.signupButton": "Create a free account", 379 "welcome.signupButton": "Create a free account",
375 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", 380 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
@@ -383,4 +388,4 @@
383 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 388 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
384 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 389 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
385 "workspaces.switchingIndicator.switchingTo": "Switching to" 390 "workspaces.switchingIndicator.switchingTo": "Switching to"
386} \ No newline at end of file 391}