aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/messages
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-13 11:50:37 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-13 11:50:37 +0200
commit3741ba95e5b07e8a7e415b025587c44e55d7ff32 (patch)
tree69fac6596c7439cb4f47fa80db7bbf2d293f39e5 /src/i18n/messages
parentSort services in QuickSwitch by last used (diff)
downloadferdium-app-3741ba95e5b07e8a7e415b025587c44e55d7ff32.tar.gz
ferdium-app-3741ba95e5b07e8a7e415b025587c44e55d7ff32.tar.zst
ferdium-app-3741ba95e5b07e8a7e415b025587c44e55d7ff32.zip
Improve QuickSwitch design
Diffstat (limited to 'src/i18n/messages')
-rw-r--r--src/i18n/messages/src/features/quickSwitch/Component.json21
1 files changed, 17 insertions, 4 deletions
diff --git a/src/i18n/messages/src/features/quickSwitch/Component.json b/src/i18n/messages/src/features/quickSwitch/Component.json
index f42e1af49..d0debee0e 100644
--- a/src/i18n/messages/src/features/quickSwitch/Component.json
+++ b/src/i18n/messages/src/features/quickSwitch/Component.json
@@ -1,14 +1,27 @@
1[ 1[
2 { 2 {
3 "id": "feature.quickSwitch.title",
4 "defaultMessage": "!!!QuickSwitch",
5 "file": "src/features/quickSwitch/Component.js",
6 "start": {
7 "line": 16,
8 "column": 9
9 },
10 "end": {
11 "line": 19,
12 "column": 3
13 }
14 },
15 {
3 "id": "feature.quickSwitch.search", 16 "id": "feature.quickSwitch.search",
4 "defaultMessage": "!!!Search...", 17 "defaultMessage": "!!!Search...",
5 "file": "src/features/quickSwitch/Component.js", 18 "file": "src/features/quickSwitch/Component.js",
6 "start": { 19 "start": {
7 "line": 15, 20 "line": 20,
8 "column": 10 21 "column": 10
9 }, 22 },
10 "end": { 23 "end": {
11 "line": 18, 24 "line": 23,
12 "column": 3 25 "column": 3
13 } 26 }
14 }, 27 },
@@ -17,11 +30,11 @@
17 "defaultMessage": "!!!Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 30 "defaultMessage": "!!!Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
18 "file": "src/features/quickSwitch/Component.js", 31 "file": "src/features/quickSwitch/Component.js",
19 "start": { 32 "start": {
20 "line": 19, 33 "line": 24,
21 "column": 8 34 "column": 8
22 }, 35 },
23 "end": { 36 "end": {
24 "line": 22, 37 "line": 27,
25 "column": 3 38 "column": 3
26 } 39 }
27 } 40 }