-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathintl_en.arb
325 lines (325 loc) · 10.2 KB
/
intl_en.arb
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
{
"playback": "Playback",
"@playback": {
"description": "Used as notification channel name"
},
"playbackControls": "Playback controls",
"@playbackControls": {
"description": "Used as notification channel description"
},
"play": "Play",
"pause": "Pause",
"stop": "Stop",
"next": "Next",
"previous": "Previous",
"loopOff": "Loop off",
"loopOn": "Loop on",
"search": "Search",
"shuffleAll": "Shuffle all",
"playRecent": "Play recent",
"artistUnknown": "Unknown artist",
"@artistUnknown": {
"description": "Label for unknown artist"
},
"track": "Track",
"tracks": "Tracks",
"tracksPlural": "{count, plural, =1{{count} track} other{{count} tracks}}",
"@tracksPlural": {
"placeholders": {
"count": {}
}
},
"album": "Album",
"albumQueue": "Album {name}",
"@albumQueue": {
"placeholders": {
"name": {
"type": "String",
"example": "Album name"
}
},
"description": "Warning: These characters need to be xml escaped: All quotes and &<>"
},
"albums": "Albums",
"albumsPlural": "{count, plural, =1{{count} album} other{{count} albums}}",
"@albumsPlural": {
"placeholders": {
"count": {}
}
},
"playlist": "Playlist",
"playlistQueue": "Playlist {name}",
"@playlistQueue": {
"placeholders": {
"name": {
"type": "String",
"example": "Playlist name"
}
},
"description": "Warning: These characters need to be xml escaped: All quotes and &<>"
},
"playlists": "Playlists",
"playlistsPlural": "{count, plural, =1{{count} playlist} other{{count} playlists}}",
"@playlistsPlural": {
"placeholders": {
"count": {}
}
},
"artist": "Artist",
"artistQueue": "Artist {name}",
"@artistQueue": {
"placeholders": {
"name": {
"type": "String",
"example": "Artist name"
}
},
"description": "Warning: These characters need to be xml escaped: All quotes and &<>"
},
"artists": "Artists",
"artistsPlural": "{count, plural, =1{{count} artist} other{{count} artists}}",
"@artistsPlural": {
"placeholders": {
"count": {}
}
},
"albumNotFound": "Album not found",
"artistNotFound": "Artist not found",
"allTracks": "All tracks",
"allAlbums": "All albums",
"allPlaylists": "All playlists",
"allArtists": "All artists",
"arbitraryQueue": "Arbitrary queue",
"shuffled": "Shuffled",
"@shuffled": {
"description": "NOTE: currently unused"
},
"modified": "Modified",
"@modified": {
"description": "NOTE: currently unused"
},
"selectedPlural": "Selected",
"@selectedPlural": {
"description": "Should be in plural form"
},
"newPlaylist": "New playlist",
"trackAfterWhichToInsert": "Track after which to insert",
"insertAtTheBeginning": "Insert at the beginning",
"saveQueueAsPlaylist": "Save queue as playlist",
"playContentList": "Play",
"@playContentList": {
"description": "Displayed in list headers in button to play it"
},
"shuffleContentList": "Shuffle",
"@shuffleContentList": {
"description": "Displayed in list headers in button to shuffle it"
},
"debug": "Debug",
"areYouSure": "Are you sure?",
"reset": "Reset",
"save": "Save",
"saved": "Saved",
"view": "View",
"secondsShorthand": "s",
"@secondsShorthand": {
"description": "TODO: currently unused"
},
"minutesShorthand": "min",
"@minutesShorthand": {
"description": "TODO: currently unused"
},
"and": "And",
"@and": {
"description": "TODO: currently unused"
},
"more": "More",
"@more": {
"description": "TODO: currently unused"
},
"andNMore": "And {count} more",
"@andNMore": {
"placeholders": {
"count": {}
},
"description": "'And 3 more'"
},
"done": "Done",
"create": "Create",
"addTracks": "Add tracks",
"@addTracks": {
"description": "The title for the + button in the playlist screen"
},
"remove": "Remove",
"removeTracks": "{count, plural, =1{Remove track} other{Remove {count} tracks}}",
"@removeTracks": {
"placeholders": {
"count": {}
}
},
"removeTracksConfirmation": "{count, plural, =1{Are you sure you want to remove {title}?} other{Are you sure you want to remove selected tracks?}}",
"@removeTracksConfirmation": {
"placeholders": {
"count": {},
"title": {
"type": "String?",
"example": "Track Name"
}
},
"description": "Warning: These characters need to be xml escaped in the singular version: All quotes and &<>"
},
"delete": "Delete",
"deleteTracks": "{count, plural, =1{Delete track} other{Delete {count} tracks}}",
"@deleteTracks": {
"placeholders": {
"count": {}
}
},
"deleteTracksConfirmation": "{count, plural, =1{Are you sure you want to delete {title}?} other{Are you sure you want to delete selected tracks?}}",
"@deleteTracksConfirmation": {
"placeholders": {
"count": {},
"title": {
"type": "String?",
"example": "Track Name"
}
},
"description": "Warning: These characters need to be xml escaped in the singular version: All quotes and &<>"
},
"deletePlaylists": "{count, plural, =1{Delete playlist} other{Delete {count} playlists}}",
"@deletePlaylists": {
"placeholders": {
"count": {}
}
},
"deletePlaylistsConfirmation": "{count, plural, =1{Are you sure you want to delete {title}?} other{Are you sure you want to delete selected playlists?}}",
"@deletePlaylistsConfirmation": {
"placeholders": {
"count": {},
"title": {
"type": "String?",
"example": "Playlist Name"
}
},
"description": "Warning: These characters need to be xml escaped in the singular version: All quotes and &<>"
},
"deletion": "Deletion",
"editPlaylist": "Edit playlist",
"refresh": "Refresh",
"grant": "Grant",
"nothingHere": "There's nothing here",
"details": "Details",
"songInformation": "Track information",
"editMetadata": "Edit metadata",
"@editMetadata": {
"description": "TODO: currently unused"
},
"foundByQuery": "Found by query {query}",
"@foundByQuery": {
"placeholders": {
"query": {
"type": "String",
"example": "\"Search text\""
}
},
"description": "Warning: These characters need to be xml escaped: All quotes and &<>"
},
"upNext": "Up next",
"pressOnceAgainToExit": "Press once again to exit",
"noMusic": "There's no music on your device :(",
"searchingForTracks": "Searching for tracks...",
"allowAccessToExternalStorage": "Please, allow access to storage",
"allowAccessToExternalStorageManually": "Allow access to storage manually",
"selected": "Selected {counter}",
"@selected": {
"placeholders": {
"counter": {
"type": "String",
"example": "1"
}
}
},
"actions": "Actions",
"@actions": {
"description": "TODO: currently unused"
},
"goToAlbum": "Go to album",
"goToArtist": "Go to artist",
"playNext": "Play next",
"addToPlaylist": "Add to playlist",
"removeFromPlaylist": "Remove from playlist",
"addToFavorites": "Add to favorites",
"addToQueue": "Add to queue",
"removeFromQueue": "Remove from queue",
"share": "Share",
"@share": {
"description": "TODO: currently unused"
},
"selectAll": "Select all",
"sort": "Sort",
"title": "Title",
"name": "Name",
"dateModified": "Date modified",
"dateAdded": "Date added",
"year": "Year",
"numberOfTracks": "Number of tracks",
"numberOfAlbums": "Number of albums",
"devModeGreet": "Done! You are now a developer",
"onThePathToDevMode": "Something should happen now...",
"@onThePathToDevMode": {
"description": "Shown when user tapped 4 times on app logo"
},
"onThePathToDevModeClicksRemaining": "{remainingClicks, plural, =1{You're almost there, only 1 click remaining...} other{You're almost there, only {remainingClicks} clicks remaining...}}",
"@onThePathToDevModeClicksRemaining": {
"placeholders": {
"remainingClicks": {}
},
"description": "Shown when user is about to become a developer, part 2"
},
"devTestToast": "Test toast",
"devAnimationsSlowMo": "Slow down animations",
"quitDevMode": "Quit the developer mode",
"quitDevModeDescription": "Stop being a developer?",
"settings": "Settings",
"general": "General",
"theme": "Theme",
"settingLightMode": "Light mode",
"searchHistory": "Search history",
"searchHistoryPlaceholder": "Your search history will be displayed here",
"searchNothingFound": "Nothing found",
"searchHistoryRemoveEntryDescription": "Are you sure you want to remove {searchText} from your search history?",
"@searchHistoryRemoveEntryDescription": {
"placeholders": {
"searchText": {
"type": "String",
"example": "Query"
}
},
"description": "The searchText is the history entry to delete. Warning: These characters need to be xml escaped in the singular version: All quotes and &<>"
},
"searchClearHistory": "Clear search history?",
"oopsErrorOccurred": "😮 Oops! An error occurred",
"errorDetails": "Error details",
"deletionError": "Deletion error",
"playlistDoesNotExistError": "Can't find the playlist, perhaps it was deleted",
"playbackError": "An error occurred during the playback",
"openAppSettingsError": "Error opening the app settings",
"confirmExitingWithBackButtonSetting": "Confirm exiting with back button",
"useMediaStoreForFavoriteSongsSetting": "Use Android system for favorite tracks",
"warning": "Warning",
"close": "Close",
"accept": "Accept",
"cancel": "Cancel",
"copied": "Copied",
"gitHubRepo": "GitHub repo",
"defaultValue": "Default",
"playerInterfaceColorStyle": "Player color theme",
"playerInterfaceColorStyleArtColor": "Based on track art",
"playerInterfaceColorStyleThemeBackgroundColor": "Theme background color",
"resolveConflict": "Resolve conflict",
"conflictExplanation": "The system has different favorites than Sweyer, please select which ones should remain marked as favorites. Only the conflicting tracks are shown.",
"debugTextScaleFactor": "Text scale factor",
"debugShowDebugOverlay": "Show debug overlay",
"debugShowPerformanceOverlay": "Show performance overlay",
"debugShowCheckerboardRasterCacheImages": "Show checkerboard raster cache images",
"debugShowSemanticsDebugger": "Show semantics debugger"
}