aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-04-16 11:46:37 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-04-16 11:46:37 +0200
commit936407669fed7677b5aa94aa4d29be0fe1ada163 (patch)
tree2ddd00b731e011424e59fbcdbb0484dd6fcdf369 /src/i18n/locales
parentincrease app opens to show share franz overlay (diff)
parentAdd analytics events (diff)
downloadferdium-app-936407669fed7677b5aa94aa4d29be0fe1ada163.tar.gz
ferdium-app-936407669fed7677b5aa94aa4d29be0fe1ada163.tar.zst
ferdium-app-936407669fed7677b5aa94aa4d29be0fe1ada163.zip
Merge branch 'feature/announcements' into develop
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json25
-rw-r--r--src/i18n/locales/en-US.json3
2 files changed, 21 insertions, 7 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index e662ea6b9..910dac727 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -2470,42 +2470,55 @@
2470 } 2470 }
2471 }, 2471 },
2472 { 2472 {
2473 "defaultMessage": "!!!No ads, ever!", 2473 "defaultMessage": "!!!Organize your services in workspaces",
2474 "end": { 2474 "end": {
2475 "column": 3, 2475 "column": 3,
2476 "line": 57 2476 "line": 57
2477 }, 2477 },
2478 "file": "src/components/subscription/SubscriptionForm.js", 2478 "file": "src/components/subscription/SubscriptionForm.js",
2479 "id": "subscription.features.workspaces",
2480 "start": {
2481 "column": 14,
2482 "line": 54
2483 }
2484 },
2485 {
2486 "defaultMessage": "!!!No ads, ever!",
2487 "end": {
2488 "column": 3,
2489 "line": 61
2490 },
2491 "file": "src/components/subscription/SubscriptionForm.js",
2479 "id": "subscription.features.ads", 2492 "id": "subscription.features.ads",
2480 "start": { 2493 "start": {
2481 "column": 7, 2494 "column": 7,
2482 "line": 54 2495 "line": 58
2483 } 2496 }
2484 }, 2497 },
2485 { 2498 {
2486 "defaultMessage": "!!!coming soon", 2499 "defaultMessage": "!!!coming soon",
2487 "end": { 2500 "end": {
2488 "column": 3, 2501 "column": 3,
2489 "line": 61 2502 "line": 65
2490 }, 2503 },
2491 "file": "src/components/subscription/SubscriptionForm.js", 2504 "file": "src/components/subscription/SubscriptionForm.js",
2492 "id": "subscription.features.comingSoon", 2505 "id": "subscription.features.comingSoon",
2493 "start": { 2506 "start": {
2494 "column": 14, 2507 "column": 14,
2495 "line": 58 2508 "line": 62
2496 } 2509 }
2497 }, 2510 },
2498 { 2511 {
2499 "defaultMessage": "!!!EU residents: local sales tax may apply", 2512 "defaultMessage": "!!!EU residents: local sales tax may apply",
2500 "end": { 2513 "end": {
2501 "column": 3, 2514 "column": 3,
2502 "line": 65 2515 "line": 69
2503 }, 2516 },
2504 "file": "src/components/subscription/SubscriptionForm.js", 2517 "file": "src/components/subscription/SubscriptionForm.js",
2505 "id": "subscription.euTaxInfo", 2518 "id": "subscription.euTaxInfo",
2506 "start": { 2519 "start": {
2507 "column": 13, 2520 "column": 13,
2508 "line": 62 2521 "line": 66
2509 } 2522 }
2510 } 2523 }
2511 ], 2524 ],
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 5bb10438a..1090584c2 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -285,6 +285,7 @@
285 "subscription.features.onpremise.mattermost": "Add on-premise/hosted services like Mattermost", 285 "subscription.features.onpremise.mattermost": "Add on-premise/hosted services like Mattermost",
286 "subscription.features.proxy": "Proxy support for services", 286 "subscription.features.proxy": "Proxy support for services",
287 "subscription.features.spellchecker": "Support for spellchecker", 287 "subscription.features.spellchecker": "Support for spellchecker",
288 "subscription.features.workspaces": "Organize your services in workspaces",
288 "subscription.includedFeatures": "Paid Franz Premium Supporter Account includes", 289 "subscription.includedFeatures": "Paid Franz Premium Supporter Account includes",
289 "subscription.paymentSessionError": "Could not initialize payment form", 290 "subscription.paymentSessionError": "Could not initialize payment form",
290 "subscription.submit.label": "I want to support the development of Franz", 291 "subscription.submit.label": "I want to support the development of Franz",
@@ -320,4 +321,4 @@
320 "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>", 321 "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>",
321 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 322 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
322 "workspaces.switchingIndicator.switchingTo": "Switching to" 323 "workspaces.switchingIndicator.switchingTo": "Switching to"
323} \ No newline at end of file 324}