This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
_missing_translations.json
153 lines (153 loc) · 4.19 KB
/
_missing_translations.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"@@info": [
"Here are translations that exist in <en> but not in secondary locales.",
"After editing this file, you can run 'dart run slang apply --locale=<locale>' to quickly apply the newly added translations."
],
"fil": {
"meta": "Meta",
"artist": "Artist",
"copyright": "Copyright",
"home": "Home",
"backup": "Backup",
"restore": "Restore",
"searchHistory": "Search History",
"score": "Score",
"always_ask": "Always ask",
"action_continue": "Continue",
"auto": "Automatic",
"rating": {
"all": "All",
"disable_rating_safe": "Disable rating:safe"
},
"action_tag": {
"search": "Search tag"
},
"changelog": {
"title": "Changelog",
"whats_new": "What's new in ${version}"
},
"downloads": {
"quality": "Download quality",
"status": {
"pending": "Pending"
},
"filter_by_status": "Filter by status",
"no_filter": "No filter",
"clear_all": "Clear all",
"clear_all_warning": "Are you sure you want to clear all the download record ?"
},
"tags_blocker": {
"title": "Tags Blocker"
},
"servers": {
"title": "Server",
"alias": "Alias",
"homepage": "Homepage",
"api_addr": "API Address",
"invalid_search_query": "Invalid search query",
"incompatible": "Cannot find compatible parser for ${addr}",
"id": "ID",
"parser_type": {
"search": "Search Parser",
"suggestion": "Tag Suggestion Parser"
}
},
"settings": {
"title": "Settings",
"interface": "Interface",
"safe_mode": "Safe mode",
"misc": "Miscellaneous",
"midnight_theme": {
"title": "Midnight Theme"
},
"blur_timeline_only": {
"title": "Only blur content on timeline",
"desc": "Explicit-rated content will not be blurred on view-mode"
},
"ime_incognito": {
"title": "Incognito Keyboard"
}
},
"data_backup": {
"title": "Backup and Restore",
"desc": "Backup and Restore app data",
"backup": {
"title": "Backup data",
"desc": "Backup app data into a file",
"success": "Backup created at :\n${dest}",
"loading": "Creating backup..."
},
"restore": {
"title": "Restore data",
"desc": "Restore app data from backup file",
"success": "App data has been restored",
"invalid": "Invalid backup file",
"warning": "Warning! this action will overwrite any existing data.\nAre you sure you want to continue ?",
"loading": "Restoring data..."
}
}
},
"id-ID": {
"servers": {
"id": "ID"
}
},
"ja-JP": {},
"ru": {
"score": "Score",
"always_ask": "Always ask",
"action_continue": "Continue",
"rating": {
"sensitive": "Sensitive",
"all": "All",
"disable_rating_safe": "Disable rating:safe"
},
"changelog": {
"whats_new": "What's new in ${version}"
},
"downloads": {
"filter_by_status": "Filter by status",
"no_filter": "No filter",
"clear_all": "Clear all",
"clear_all_warning": "Are you sure you want to clear all the download record ?"
},
"servers": {
"invalid_search_query": "Invalid search query",
"incompatible": "Cannot find compatible parser for ${addr}",
"id": "ID",
"parser_type": {
"search": "Search Parser",
"suggestion": "Tag Suggestion Parser"
}
},
"settings": {
"blur_timeline_only": {
"title": "Only blur content on timeline",
"desc": "Explicit-rated content will not be blurred on view-mode"
}
}
},
"th-TH": {},
"tr-TR": {
"action_continue": "Continue",
"changelog": {
"whats_new": "What's new in ${version}"
},
"downloads": {
"clear_all": "Clear all",
"clear_all_warning": "Are you sure you want to clear all the download record ?"
},
"servers": {
"incompatible": "Cannot find compatible parser for ${addr}",
"id": "ID",
"parser_type": {
"search": "Search Parser",
"suggestion": "Tag Suggestion Parser"
}
}
},
"uk": {},
"uwu": {},
"zh-Hans": {},
"zh-TW": {}
}