aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/messages
diff options
context:
space:
mode:
authorLibravatar sara hammouzou <41330038+saruwman@users.noreply.github.com>2020-05-17 08:51:58 +0000
committerLibravatar GitHub <noreply@github.com>2020-05-17 08:51:58 +0000
commit820094bea7f19f987c545515243337a83c6cbb86 (patch)
treeeffc5be058034ab714a5cb41754d12e9146ac58e /src/i18n/messages
parentdocs: add kris7t as a contributor (#749) (diff)
downloadferdium-app-820094bea7f19f987c545515243337a83c6cbb86.tar.gz
ferdium-app-820094bea7f19f987c545515243337a83c6cbb86.tar.zst
ferdium-app-820094bea7f19f987c545515243337a83c6cbb86.zip
Replace change server input with a dropdown menu (#717)
Diffstat (limited to 'src/i18n/messages')
-rw-r--r--src/i18n/messages/src/components/auth/ChangeServer.json51
1 files changed, 45 insertions, 6 deletions
diff --git a/src/i18n/messages/src/components/auth/ChangeServer.json b/src/i18n/messages/src/components/auth/ChangeServer.json
index 3a122d50c..8cdfc6623 100644
--- a/src/i18n/messages/src/components/auth/ChangeServer.json
+++ b/src/i18n/messages/src/components/auth/ChangeServer.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Change server", 4 "defaultMessage": "!!!Change server",
5 "file": "src/components/auth/ChangeServer.js", 5 "file": "src/components/auth/ChangeServer.js",
6 "start": { 6 "start": {
7 "line": 11, 7 "line": 13,
8 "column": 12 8 "column": 12
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 14, 11 "line": 16,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,50 @@
17 "defaultMessage": "!!!Server", 17 "defaultMessage": "!!!Server",
18 "file": "src/components/auth/ChangeServer.js", 18 "file": "src/components/auth/ChangeServer.js",
19 "start": { 19 "start": {
20 "line": 15, 20 "line": 17,
21 "column": 9 21 "column": 9
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 18, 24 "line": 20,
25 "column": 3
26 }
27 },
28 {
29 "id": "changeserver.warning",
30 "defaultMessage": "!!!Extra settings offered by Ferdi will not be saved",
31 "file": "src/components/auth/ChangeServer.js",
32 "start": {
33 "line": 21,
34 "column": 11
35 },
36 "end": {
37 "line": 24,
38 "column": 3
39 }
40 },
41 {
42 "id": "changeserver.customServerLabel",
43 "defaultMessage": "!!!Custom server",
44 "file": "src/components/auth/ChangeServer.js",
45 "start": {
46 "line": 25,
47 "column": 21
48 },
49 "end": {
50 "line": 28,
51 "column": 3
52 }
53 },
54 {
55 "id": "changeserver.urlError",
56 "defaultMessage": "!!!Enter a valid URL",
57 "file": "src/components/auth/ChangeServer.js",
58 "start": {
59 "line": 29,
60 "column": 12
61 },
62 "end": {
63 "line": 32,
25 "column": 3 64 "column": 3
26 } 65 }
27 }, 66 },
@@ -30,11 +69,11 @@
30 "defaultMessage": "!!!Submit", 69 "defaultMessage": "!!!Submit",
31 "file": "src/components/auth/ChangeServer.js", 70 "file": "src/components/auth/ChangeServer.js",
32 "start": { 71 "start": {
33 "line": 19, 72 "line": 33,
34 "column": 10 73 "column": 10
35 }, 74 },
36 "end": { 75 "end": {
37 "line": 22, 76 "line": 36,
38 "column": 3 77 "column": 3
39 } 78 }
40 } 79 }