*dbname* true false utf8 *dbprefix*appconfig appid text true 32 configkey text true 64 configvalue clob false appconfig_appid_key_index true true appid ascending configkey ascending appconfig_config_key_index configkey ascending appconfig_appid_key appid ascending
*dbprefix*storages id text false 64 numeric_id integer 0 true 1 4 storages_id_index true id ascending
*dbprefix*file_map logic_path text true 512 logic_path_hash text true 32 physic_path text true 512 physic_path_hash text true 32 file_map_lp_index true true logic_path_hash ascending file_map_pp_index true physic_path_hash ascending
*dbprefix*mimetypes id integer 0 true 1 4 mimetype text true 255 mimetype_id_index true mimetype ascending
*dbprefix*filecache fileid integer 0 true 1 4 storage integer true 4 path text false 4000 path_hash text true 32 parent integer true 4 name text false 250 mimetype integer true 4 mimepart integer true 4 size integer true 8 mtime integer true 4 storage_mtime integer true 4 encrypted integer 0 true 4 unencrypted_size integer 0 true 8 etag text false 40 permissions integer 0 false 4 fs_storage_path_hash true storage ascending path_hash ascending fs_parent_name_hash parent ascending name ascending fs_storage_mimetype storage ascending mimetype ascending fs_storage_mimepart storage ascending mimepart ascending fs_storage_size storage ascending size ascending fileid
*dbprefix*group_user gid text true 64 uid text true 64 gu_gid_uid_index true true gid ascending uid ascending gu_uid_index uid ascending
*dbprefix*group_admin gid text true 64 uid text true 64 group_admin_uid uid ascending ga_gid_uid_index true true gid ascending uid ascending
*dbprefix*groups gid text true 64 groups_pKey true gid ascending
*dbprefix*preferences userid text true 64 appid text true 32 configkey text true 64 configvalue clob false pref_userid_appid_key_index true true userid ascending appid ascending configkey ascending
*dbprefix*properties id 1 integer 0 true 4 userid text true 64 propertypath text true 255 propertyname text true 255 propertyvalue text true 255 property_index userid ascending
*dbprefix*share id 1 integer 0 true 4 share_type integer 0 true 1 share_with text false 255 uid_owner text true 64 parent integer false 4 item_type text true 64 item_source text false 255 item_target text false 255 file_source integer false 4 file_target text false 512 permissions integer 0 true 1 stime integer 0 true 8 accepted integer 0 true 1 expiration timestamp false token text false 32 mail_send integer 0 true 1 item_share_type_index item_type ascending share_type ascending file_source_index file_source ascending token_index token ascending share_file_target file_target ascending
*dbprefix*jobs id integer 0 true 1 true 4 class text true 255 argument text true 4000 last_run integer false job_class_index class ascending
*dbprefix*users uid text true 64 displayname text 64 password text true 255 users_pKey true uid ascending
*dbprefix*vcategory id integer 0 true 1 true 4 uid text true 64 type text true 64 category text true 255 uid_index uid ascending type_index type ascending category_index category ascending
*dbprefix*vcategory_to_object objid integer 0 true true 4 categoryid integer 0 true true 4 type text true 64 true true category_object_index categoryid ascending objid ascending type ascending vcategory_objectd_index objid ascending type ascending
*dbprefix*privatedata keyid integer 0 true true 4 1 user text true 64 app text true 255 key text true 255 value text true 255 true true keyid_index keyid ascending
/stable29 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/ru.json
blob: 6d763ec04d6e83b349789730bdf90560dc1d15a6 (plain)
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