-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathen.arb
More file actions
263 lines (263 loc) · 9.89 KB
/
en.arb
File metadata and controls
263 lines (263 loc) · 9.89 KB
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
{
"@@locale": "en",
"nextcloud": "Nextcloud",
"nextcloudLogo": "Nextcloud logo",
"appImplementationName": "{app, select, nextcloud{Nextcloud} core{Server} dashboard{Dashboard} files{Files} news{News} notes{Notes} notifications{Notifications} talk{Talk} other{}}",
"@appImplementationName": {
"placeholders": {
"app": {}
}
},
"loginAgain": "Login again",
"loginOpenAgain": "Open again",
"loginSwitchToBrowserWindow": "Please switch to the browser window that just opened and proceed there",
"loginWorksWith": "works with",
"loginUsingQRcode": "Login using a QR code",
"loginUsingServerAddress": "Login using the server address",
"loginCheckingServerVersion": "Checking server version",
"loginSupportedServerVersion": "Supported server version: {version}",
"@loginSupportedServerVersion": {
"placeholders": {
"version": {
"type": "String"
}
}
},
"loginUnsupportedServerVersion": "Unsupported server version: {version}",
"@loginUnsupportedServerVersion": {
"placeholders": {
"version": {
"type": "String"
}
}
},
"loginCheckingMaintenanceMode": "Checking maintenance mode",
"loginMaintenanceModeEnabled": "Maintenance mode enabled",
"loginMaintenanceModeDisabled": "Maintenance mode disabled",
"loginCheckingAccount": "Checking account",
"errorCredentialsForAccountNoLongerMatch": "The credentials for this account no longer match",
"errorServerHadAProblemProcessingYourRequest": "The server had a problem while processing your request. You might want to try again",
"errorSomethingWentWrongTryAgainLater": "Something went wrong. Please try again later",
"errorUnableToReachServer": "Unable to reach the server",
"errorUnableToReachServerAt": "Unable to reach the server at {url}",
"@errorUnableToReachServerAt": {
"placeholders": {
"url": {
"type": "String"
}
}
},
"errorConnectionTimedOut": "Connection has timed out",
"errorNoCompatibleNextcloudAppsFound": "No compatible Nextcloud apps could be found.\nWe are working hard to implement more and more apps!",
"errorServerInMaintenanceMode": "The server is in maintenance mode. Please try again later or contact the server admin.",
"errorMissingPermission": "Permission for {name} is missing",
"@errorMissingPermission": {
"placeholders": {
"name": {
"type": "String"
}
}
},
"errorUnsupportedAppVersions": "Sorry, the version of the following apps on your Nextcloud instance are not supported. \n {names} \n Please contact your administrator to resolve the issues.",
"@errorUnsupportedAppVersions": {
"placeholders": {
"names": {
"type": "String"
}
}
},
"errorEmptyField": "This field can not be empty",
"errorInvalidURL": "Invalid URL provided",
"errorInvalidQRcode": "Invalid QR-Code provided",
"errorRouteNotFound": "Route not found: {route}",
"@errorRouteNotFound": {
"placeholders": {
"route": {
"type": "String"
}
}
},
"errorDialog": "An error has occurred",
"actionYes": "Yes",
"actionNo": "No",
"actionClose": "Close",
"actionRetry": "Retry",
"actionShowSlashHide": "Show/Hide",
"actionExit": "Exit",
"actionContinue": "Continue",
"actionCancel": "Cancel",
"actionDone": "Done",
"firstLaunchGoToSettingsToEnablePushNotifications": "Go to the settings to enable push notifications",
"nextPushSupported": "NextPush is supported!",
"nextPushSupportedText": "NextPush is a FOSS way of receiving push notifications using the UnifiedPush protocol via a Nextcloud instance.\nYou can install NextPush from the F-Droid app store.",
"nextPushSupportedInstall": "Install NextPush",
"search": "Search",
"searchCancel": "Cancel search",
"searchNoResults": "No search results",
"settings": "Settings",
"settingsApps": "Apps",
"settingsAccount": "Account",
"settingsAccountManage": "Manage accounts",
"settingsExport": "Export settings",
"settingsImport": "Import settings",
"settingsReset": "Reset settings?",
"settingsImportWrongFileExtension": "Settings import has wrong file extension (has to be .json.base64)",
"settingsResetAll": "Reset all settings",
"settingsResetAllConfirmation": "Do you want to reset all settings?",
"settingsResetAllExplanation": "This will reset all preferences back to their default settings.",
"settingsResetFor": "Reset all settings for {name}",
"@settingsResetFor": {
"placeholders": {
"name": {
"type": "String"
}
}
},
"settingsResetForExplanation": "This will reset your account preferences back to their default settings.",
"settingsResetForClientExplanation": "This will reset all preferences for the app back to their default settings.",
"settingsResetForConfirmation": "Do you want to reset all settings for {name}?",
"@settingsResetForConfirmation": {
"placeholders": {
"name": {
"type": "String"
}
}
},
"optionsCategoryGeneral": "General",
"optionsCategoryTheme": "Theme",
"optionsCategoryPushNotifications": "Push notifications",
"optionsCategoryOther": "Other",
"optionsCategoryAccounts": "Accounts",
"optionsCategoryStartup": "Startup",
"optionsCategoryNavigation": "Navigation",
"optionsSortOrderAscending": "Ascending",
"optionsSortOrderDescending": "Descending",
"globalOptionsThemeMode": "Theme mode",
"globalOptionsThemeModeLight": "Light",
"globalOptionsThemeModeDark": "Dark",
"globalOptionsThemeModeAutomatic": "Automatic",
"globalOptionsThemeOLEDAsDark": "OLED theme as dark theme",
"globalOptionsThemeUseNextcloudTheme": "Use Nextcloud theme",
"globalOptionsThemeCustomBackground": "Custom background",
"globalOptionsPushNotificationsEnabled": "Enabled",
"globalOptionsPushNotificationsEnabledDisabledNotice": "No UnifiedPush distributor could be found or you denied the permission for showing notifications. Please go to the app settings and allow notifications and go to https://unifiedpush.org/users/distributors and setup any of the listed distributors. Then re-open this app and you should be able to enable notifications",
"globalOptionsPushNotificationsDistributor": "UnifiedPush Distributor",
"globalOptionsPushNotificationsDistributorGotifyUP": "Gotify-UP (FOSS)",
"globalOptionsPushNotificationsDistributorFirebaseEmbedded": "Firebase (proprietary)",
"globalOptionsPushNotificationsDistributorNtfy": "ntfy (FOSS)",
"globalOptionsPushNotificationsDistributorFCMUP": "FCM-UP (proprietary)",
"globalOptionsPushNotificationsDistributorNextPush": "NextPush (FOSS)",
"globalOptionsPushNotificationsDistributorNoProvider2Push": "NoProvider2Push (FOSS)",
"globalOptionsPushNotificationsDistributorConversations": "Conversations",
"globalOptionsStartupMinimized": "Start minimized",
"globalOptionsStartupMinimizeInsteadOfExit": "Minimize instead of exit",
"globalOptionsAccountsRememberLastUsedAccount": "Remember last used account",
"globalOptionsAccountsInitialAccount": "Initial account",
"globalOptionsAccountsAdd": "Add account",
"globalOptionsNavigationMode": "Navigation mode",
"globalOptionsNavigationModeDrawer": "Drawer",
"globalOptionsNavigationModeDrawerAlwaysVisible": "Drawer always visible",
"accountOptionsDeleteOnServer": "Delete account on the server",
"accountOptionsRemove": "Remove account",
"accountOptionsRemoveConfirm": "Are you sure you want to remove the account {id}?",
"@accountOptionsRemoveConfirm": {
"placeholders": {
"id": {
"type": "String"
}
}
},
"accountOptionsRemoveLocal": "Remove the account from the device",
"accountOptionsRemoveRemote": "Request deleting the account on the server",
"accountOptionsRemoveRemoteDelay": "The account will be deleted after {time}",
"@accountOptionsRemoveRemoteDelay": {
"placeholders": {
"time": {
"type": "String"
}
}
},
"accountOptionsCategoryStorageInfo": "Storage info",
"accountOptionsQuotaUsedOf": "{used} used of {total} ({relative}%)",
"@accountOptionsQuotaUsedOf": {
"placeholders": {
"used": {
"type": "String"
},
"total": {
"type": "String"
},
"relative": {
"type": "String"
}
}
},
"accountOptionsInitialApp": "App to show initially",
"accountOptionsAutomatic": "Automatic",
"licenses": "Licenses",
"sourceCode": "Source code",
"issueTracker": "Report a bug or request a feature",
"relativeTimeNow": "now",
"relativeTimePast": "{time} ago",
"@relativeTimePast": {
"placeholders": {
"time": {
"type": "String"
}
}
},
"relativeTimeFuture": "in {time}",
"@relativeTimeFuture": {
"placeholders": {
"time": {
"type": "String"
}
}
},
"relativeTimeMinutes": "{time} {time,plural, =1{minute}other{minutes}}",
"@relativeTimeMinutes": {
"placeholders": {
"time": {
"type": "int"
}
}
},
"relativeTimeHours": "{time} {time,plural, =1{hour}other{hours}}",
"@relativeTimeHours": {
"placeholders": {
"time": {
"type": "int"
}
}
},
"relativeTimeDays": "{time} {time,plural, =1{day}other{days}}",
"@relativeTimeDays": {
"placeholders": {
"time": {
"type": "int"
}
}
},
"relativeTimeYears": "{time} {time,plural, =1{year}other{years}}",
"@relativeTimeYears": {
"placeholders": {
"time": {
"type": "int"
}
}
},
"userStatusSetStatus": "Set status",
"userStatusOnline": "Online",
"userStatusAway": "Away",
"userStatusDoNotDisturb": "Do not disturb",
"userStatusDoNotDisturbDescription": "Mute all notifications",
"userStatusInvisible": "Invisible",
"userStatusInvisibleDescription": "Appear offline",
"userStatusClearAfter": "Clear status after",
"userStatusClearAtDoNotClear": "Do not clear",
"userStatusClearAtToday": "Today",
"userStatusClearAtThisWeek": "This week",
"userStatusActionClear": "Clear status",
"userStatusStatusMessage": "Status message",
"userStatusOnlineStatus": "Online status"
}