-
Notifications
You must be signed in to change notification settings - Fork 16
/
translation.json
111 lines (111 loc) · 3.59 KB
/
translation.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"widgets": {
"list": {
"dynamic": {
"agenda": {
"bookmarksNoResults": "Nothing bookmarked for this date",
"instruction": "Disable bookmarks to search all items",
"errors": {
"loadFailed": "Error loading agenda"
},
"loading": "Loading agenda..."
},
"smallCard": {
"email": "EMAIL",
"call": "CALL",
"linkedin": "LINKEDIN",
"profileText": "Me"
},
"detail": {
"bookmark": "Bookmark",
"bookmarked": "Bookmarked",
"poll": "Poll",
"survey": "Survey",
"questions": "Questions",
"linkText": "Tap to open",
"uploaded": "Uploaded",
"edit": "Edit",
"delete": "Delete"
},
"comments": {
"listTitle": "Comments",
"offline": "You are offline",
"placeholder": "Type comment",
"title": "Comment",
"actions": {
"cancel": "Cancel",
"save": "Save"
},
"errors": {
"loadFailed": "Unable to load comments",
"updateFailed": "Error updating comment",
"deleteFailed": "Error deleting comment"
}
},
"filter": {
"title": "Filter",
"action": "Filter",
"clear": "Clear",
"apply": "Apply",
"filterBy": "Filter by",
"applied": "Filters applied",
"filterRange": {
"to": "to",
"action": "Reset"
}
},
"search": {
"placeholder": "Search...",
"title": "Search",
"action": "Search",
"searchingFor": "Searching for",
"searchQuery": "Searching for <span class=\"current-query-wrapper\"><span class=\"current-query\"></span><span class=\"clear-search focus-outline\" tabindex=\"0\"><i class=\"fa fa-times\"></i></span></span>",
"noResults": "No results found",
"bookmarksNoResults": "No results found in bookmarks",
"limitItems": "Showing the first {{limit}} list items.",
"andOr": "and/or",
"toSeeItems": "to see the list items",
"toSeeMore": "to see more.",
"noMatches": "No matches found",
"noBookmarked": "Nothing bookmarked"
},
"errors": {
"loadFailed": "Error loading data",
"addFailed": "Error adding entry",
"editFailed": "Error editing entry",
"deleteFailed": "Error deleting entry",
"invalidUser": {
"title": "We couldn't find your user details.",
"message": "Invalid user"
}
},
"notifications": {
"noConfiguration": {
"title": "Link not configured",
"message": "Form not found. Please check the component's configuration."
},
"confirmDelete": {
"title": "Are you sure you want to delete the list entry?",
"label": "Delete",
"action": "Delete",
"progress": "Deleting..."
},
"actionRequest": {
"title": "What do you want to do?",
"copy": "Copy",
"edit": "Edit",
"cancel": "Cancel",
"delete": "Delete",
"confirmDelete": {
"title": "Delete comment",
"message": "Are you sure you want to delete this comment?"
}
},
"notFound": "Entry not found",
"unauthorized": "You must be logged in to use this feature"
},
"loading": "Loading..."
}
}
}
}