aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/messages
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-02-12 11:36:35 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-02-12 11:36:35 +0100
commit489056db04d98a9bad32cd0e0347bf6348fbb7b7 (patch)
treec1b15135d2db12a58d4e722f733f2a50e630c735 /src/i18n/messages
parentUpdate debugger URL to production API (diff)
downloadferdium-app-489056db04d98a9bad32cd0e0347bf6348fbb7b7.tar.gz
ferdium-app-489056db04d98a9bad32cd0e0347bf6348fbb7b7.tar.zst
ferdium-app-489056db04d98a9bad32cd0e0347bf6348fbb7b7.zip
Add error state to debug publisher
Diffstat (limited to 'src/i18n/messages')
-rw-r--r--src/i18n/messages/src/features/publishDebugInfo/Component.json29
1 files changed, 21 insertions, 8 deletions
diff --git a/src/i18n/messages/src/features/publishDebugInfo/Component.json b/src/i18n/messages/src/features/publishDebugInfo/Component.json
index 500f2c01b..25048ace6 100644
--- a/src/i18n/messages/src/features/publishDebugInfo/Component.json
+++ b/src/i18n/messages/src/features/publishDebugInfo/Component.json
@@ -26,15 +26,28 @@
26 } 26 }
27 }, 27 },
28 { 28 {
29 "id": "feature.publishDebugInfo.error",
30 "defaultMessage": "!!!There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
31 "file": "src/features/publishDebugInfo/Component.js",
32 "start": {
33 "line": 25,
34 "column": 9
35 },
36 "end": {
37 "line": 28,
38 "column": 3
39 }
40 },
41 {
29 "id": "feature.publishDebugInfo.privacy", 42 "id": "feature.publishDebugInfo.privacy",
30 "defaultMessage": "!!!Privacy policy", 43 "defaultMessage": "!!!Privacy policy",
31 "file": "src/features/publishDebugInfo/Component.js", 44 "file": "src/features/publishDebugInfo/Component.js",
32 "start": { 45 "start": {
33 "line": 25, 46 "line": 29,
34 "column": 11 47 "column": 11
35 }, 48 },
36 "end": { 49 "end": {
37 "line": 28, 50 "line": 32,
38 "column": 3 51 "column": 3
39 } 52 }
40 }, 53 },
@@ -43,11 +56,11 @@
43 "defaultMessage": "!!!Terms of service", 56 "defaultMessage": "!!!Terms of service",
44 "file": "src/features/publishDebugInfo/Component.js", 57 "file": "src/features/publishDebugInfo/Component.js",
45 "start": { 58 "start": {
46 "line": 29, 59 "line": 33,
47 "column": 9 60 "column": 9
48 }, 61 },
49 "end": { 62 "end": {
50 "line": 32, 63 "line": 36,
51 "column": 3 64 "column": 3
52 } 65 }
53 }, 66 },
@@ -56,11 +69,11 @@
56 "defaultMessage": "!!!Accept and publish", 69 "defaultMessage": "!!!Accept and publish",
57 "file": "src/features/publishDebugInfo/Component.js", 70 "file": "src/features/publishDebugInfo/Component.js",
58 "start": { 71 "start": {
59 "line": 33, 72 "line": 37,
60 "column": 11 73 "column": 11
61 }, 74 },
62 "end": { 75 "end": {
63 "line": 36, 76 "line": 40,
64 "column": 3 77 "column": 3
65 } 78 }
66 }, 79 },
@@ -69,11 +82,11 @@
69 "defaultMessage": "!!!Your debug log was published and is now availible at", 82 "defaultMessage": "!!!Your debug log was published and is now availible at",
70 "file": "src/features/publishDebugInfo/Component.js", 83 "file": "src/features/publishDebugInfo/Component.js",
71 "start": { 84 "start": {
72 "line": 37, 85 "line": 41,
73 "column": 13 86 "column": 13
74 }, 87 },
75 "end": { 88 "end": {
76 "line": 40, 89 "line": 44,
77 "column": 3 90 "column": 3
78 } 91 }
79 } 92 }