aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-10-03 17:15:46 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-10-03 17:15:46 +0200
commit6e5bf64ef3ef858a5cc40025f61f3b1cf550d4fe (patch)
tree0429f9b7af2ff312dfbdb4b184a6cbeec28969ca /src/i18n/locales
parentAutomatic i18n update (i18n.meetfranz.com) (diff)
parentupdate strings (diff)
downloadferdium-app-6e5bf64ef3ef858a5cc40025f61f3b1cf550d4fe.tar.gz
ferdium-app-6e5bf64ef3ef858a5cc40025f61f3b1cf550d4fe.tar.zst
ferdium-app-6e5bf64ef3ef858a5cc40025f61f3b1cf550d4fe.zip
Merge branch 'release/5.4.0' into i18n
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json78
-rw-r--r--src/i18n/locales/en-US.json5
2 files changed, 79 insertions, 4 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 0dfe2055a..e12b6b49b 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": 16
4030 },
4031 "file": "src/features/webControls/components/WebControls.js",
4032 "id": "webControls.goHome",
4033 "start": {
4034 "column": 10,
4035 "line": 13
4036 }
4037 },
4038 {
4039 "defaultMessage": "!!!Open in Browser",
4040 "end": {
4041 "column": 3,
4042 "line": 20
4043 },
4044 "file": "src/features/webControls/components/WebControls.js",
4045 "id": "webControls.openInBrowser",
4046 "start": {
4047 "column": 17,
4048 "line": 17
4049 }
4050 },
4051 {
4052 "defaultMessage": "!!!Back",
4053 "end": {
4054 "column": 3,
4055 "line": 24
4056 },
4057 "file": "src/features/webControls/components/WebControls.js",
4058 "id": "webControls.back",
4059 "start": {
4060 "column": 8,
4061 "line": 21
4062 }
4063 },
4064 {
4065 "defaultMessage": "!!!Forward",
4066 "end": {
4067 "column": 3,
4068 "line": 28
4069 },
4070 "file": "src/features/webControls/components/WebControls.js",
4071 "id": "webControls.forward",
4072 "start": {
4073 "column": 11,
4074 "line": 25
4075 }
4076 },
4077 {
4078 "defaultMessage": "!!!Reload",
4079 "end": {
4080 "column": 3,
4081 "line": 32
4082 },
4083 "file": "src/features/webControls/components/WebControls.js",
4084 "id": "webControls.reload",
4085 "start": {
4086 "column": 10,
4087 "line": 29
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,
@@ -4262,26 +4332,26 @@
4262 "defaultMessage": "!!!No services added yet", 4332 "defaultMessage": "!!!No services added yet",
4263 "end": { 4333 "end": {
4264 "column": 3, 4334 "column": 3,
4265 "line": 15 4335 "line": 16
4266 }, 4336 },
4267 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js", 4337 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js",
4268 "id": "workspaceDrawer.item.noServicesAddedYet", 4338 "id": "workspaceDrawer.item.noServicesAddedYet",
4269 "start": { 4339 "start": {
4270 "column": 22, 4340 "column": 22,
4271 "line": 12 4341 "line": 13
4272 } 4342 }
4273 }, 4343 },
4274 { 4344 {
4275 "defaultMessage": "!!!edit", 4345 "defaultMessage": "!!!edit",
4276 "end": { 4346 "end": {
4277 "column": 3, 4347 "column": 3,
4278 "line": 19 4348 "line": 20
4279 }, 4349 },
4280 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js", 4350 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js",
4281 "id": "workspaceDrawer.item.contextMenuEdit", 4351 "id": "workspaceDrawer.item.contextMenuEdit",
4282 "start": { 4352 "start": {
4283 "column": 19, 4353 "column": 19,
4284 "line": 16 4354 "line": 17
4285 } 4355 }
4286 } 4356 }
4287 ], 4357 ],
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index dcb9d92a2..c2c6a9863 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",