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
|
OC.L10N.register(
"core",
{
"Please select a file." : "Palun vali fail.",
"File is too big" : "Fail on liiga suur",
"The selected file is not an image." : "Valitud fail ei ole pilt.",
"The selected file cannot be read." : "Valitud faili ei ole võimalik lugeda.",
"The file was uploaded" : "Fail laaditi üles",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaaditud fail on suurem kui php.ini failis määratud upload_max_filesize direktiiv",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaaditud fail on suurem kui HTML vormil määratud MAX_FILE_SIZE direktiiv",
"The file was only partially uploaded" : "Fail laaditi üles ainult osaliselt",
"No file was uploaded" : "Ühtegi faili ei laaditud üles",
"Missing a temporary folder" : "Ajutine kaust on puudu",
"Could not write file to disk" : "Faili kirjutamine kettale ebaõnnestus",
"A PHP extension stopped the file upload" : "PHP laiendus peatas faili üleslaadimise",
"Invalid file provided" : "Vigane fail",
"No image or file provided" : "Ühtegi pilti või faili pole pakutud",
"Unknown filetype" : "Tundmatu failitüüp",
"An error occurred. Please contact your admin." : "Tekkis tõrge. Palun võta ühendust administraatoriga.",
"Invalid image" : "Vigane pilt",
"No temporary profile picture available, try again" : "Ühtegi ajutist profiilipilti pole saadaval, proovi uuesti",
"No crop data provided" : "Lõikeandmeid ei leitud",
"No valid crop data provided" : "Kehtivaid lõikeandmeid ei leitud",
"Crop is not square" : "Lõikamine pole ruudukujuline",
"Invalid app password" : "Vale rakenduse parool",
"Could not complete login" : "Sisselogimine ebaõnnestus",
"Login" : "Logi sisse",
"Please try again" : "Palun proovi uuesti",
"Password reset is disabled" : "Parooli lähtestamine on välja lülitatud",
"Password is too long. Maximum allowed length is 469 characters." : "Parool on liiga pikk. Suurim lubatud pikkus on 469 sümbolit.",
"%s password reset" : "%s parooli lähtestamine",
"Password reset" : "Parooli lähtestamine ",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Kliki allolevale nupule, et lähtestada oma parool. Kui sa ei ole parooli lähtestamist soovinud, siis ignoreeri seda e-kirja.",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Kliki allolevale lingile, et lähtestada oma parool. Kui sa ei ole parooli lähtestamist soovinud. siis ignoreeri seda e-kirja.",
"Reset your password" : "Lähtesta oma parool",
"Could not detect language" : "Ei suutnud keelt tuvastada",
"Unable to translate" : "Viga tõlkimisel",
"Nextcloud Server" : "Nextcloud Server",
"Preparing update" : "Uuendamise ettevalmistamine",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Turned on maintenance mode" : "Hooldusrežiim sisse lülitatud",
"Turned off maintenance mode" : "Hooldusrežiim välja lülitatud",
"Maintenance mode is kept active" : "Hooldusrežiim on aktiivne",
"Updating database schema" : "Andmebaasi skeemi uuendamine",
"Updated database" : "Andmebaas uuendatud",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Kontrollitakse, kas %s andmebaasi skeemi saab uuendada (see võib võtta kaua aega, sõltuvalt andmebaasi suurusest)",
"Updated \"%1$s\" to %2$s" : "\"%1$s\" uuendatud versioonile %2$s",
"Set log level to debug" : "Määra logimise tase silumisele",
"Reset log level" : "Lähtesta logimise tase",
"Starting code integrity check" : "Koodi terviklikkuse kontrolli alustamine",
"Finished code integrity check" : "Koodi terviklikkuse kontrolli lõpp",
"%s (incompatible)" : "%s (pole ühilduv)",
"The following apps have been disabled: %s" : "Järgmised rakendused lülitati välja: %s",
"Already up to date" : "On juba ajakohane",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Sinu veebiserver pole veel failide sünkroniseerimiseks vajalikult seadistatud, kuna WebDAV liides paistab olevat katki.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ei tundu olevat süsteemsete keskkonnamuutujate pärimiseks korrektselt seadistatud. Test getenv(\"PATH\") abil tagastab tühja vastuse.",
"Error occurred while checking server setup" : "Serveri seadete kontrolimisel tekkis viga",
"unknown text" : "tundmatu tekst",
"Hello world!" : "Tere maailm!",
"sunny" : "päikeseline",
"Hello {name}, the weather is {weather}" : "Tere {name}, ilm on {weather}",
"Hello {name}" : "Tere, {name}",
"new" : "uus",
"_download %n file_::_download %n files_" : ["laadi alla %n fail","laadi alla %n faili"],
"The update is in progress, leaving this page might interrupt the process in some environments." : "Uuendamine on pooleli, sellelt lehelt lahkumine võib mõnes keskkonnas protsessi katkestada.",
"Update to {version}" : "Uuenda versioonile {version}",
"An error occurred." : "Tekkis tõrge.",
"Please reload the page." : "Palun laadi leht uuesti.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uuendamine ebaõnnestus. Täiendavat infot <a href=\"{url}\">vaata meie foorumipostitusest</a>.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Uuendamine ebaõnnestus. Palun teavita probleemist <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloudi kogukonda</a>.",
"_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Uuendamine õnnestus. Sind suunatakse tagasi {productName} juurde %n sekundi pärast.","Uuendamine õnnestus. Sind suunatakse tagasi {productName} juurde %n sekundi pärast."],
"More apps" : "Veel rakendusi",
"Log in" : "Logi sisse",
"Logging in …" : "Sisselogimine ...",
"Server side authentication failed!" : "Serveripoolne autentimine ebaõnnestus!",
"Please contact your administrator." : "Palun võta ühendust oma administraatoriga.",
"An internal error occurred." : "Tekkis sisemine tõrge.",
"Please try again or contact your administrator." : "Palun proovi uuesti või võta ühendust oma administraatoriga.",
"Password" : "Parool",
"Wrong username or password." : "Vale kasutajanimi või parool.",
"User disabled" : "Kasutaja deaktiveeritud",
"Log in with a device" : "Logi sisse seadmega",
"Username or email" : "Kasutajanimi või e-posti aadress",
"Browser not supported" : "Brauser pole toetatud",
"Your connection is not secure" : "Ühendus ei ole turvaline",
"Reset password" : "Lähtesta parool",
"Couldn't send reset email. Please contact your administrator." : "Ei suutnud lähtestada e-maili. Palun võta ühendust administraatoriga.",
"Password cannot be changed. Please contact your administrator." : "Parooli ei saa muuta. Palun võta ühendust administraatoriga.",
"New password" : "Uus parool",
"I know what I'm doing" : "Ma tean, mida teen",
"Resetting password" : "Parooli lähtestamine",
"Skip" : "Jäta vahele",
"Install recommended apps" : "Paigalda soovitatud rakendused",
"Forgot password?" : "Unustasid parooli?",
"Back to login form" : "Tagasi sisselogimise lehele",
"Back" : "Tagasi",
"Reset search" : "Lähtesta otsing",
"Search" : "Otsi",
"Could not load your contacts" : "Sinu kontaktide laadimine ebaõnnestus",
"Search contacts …" : "Otsi kontakte …",
"No contacts found" : "Kontakte ei leitud",
"Show all contacts …" : "Näita kõiki kontakte …",
"Loading your contacts …" : "Sinu kontaktide laadimine ...",
"Looking for {term} …" : "Otsin {term} …",
"No" : "Ei",
"Yes" : "Jah",
"No files in here" : "Siin ei ole faile",
"New folder" : "Uus kaust",
"Name" : "Nimi",
"Size" : "Suurus",
"Modified" : "Muudetud",
"\"{name}\" is an invalid file name." : "\"{name}\" on vigane failinimi.",
"File name cannot be empty." : "Failinimi ei saa olla tühi.",
"\"/\" is not allowed inside a file name." : "\"/\" pole failinimedes lubatud.",
"\"{name}\" is not an allowed filetype" : "\"{name}\" pole lubatud failitüüp",
"{newName} already exists" : "{newName} on juba olemas",
"Choose" : "Vali",
"Copy" : "Kopeeri",
"Move" : "Liiguta",
"Error loading file picker template: {error}" : "Viga failivalija malli laadimisel: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Viga sõnumi malli laadimisel: {error}",
"read-only" : "kirjutuskaitstud",
"_{count} file conflict_::_{count} file conflicts_" : ["{count} failikonflikt","{count} failikonflikti"],
"One file conflict" : "Üks failikonflikt",
"New Files" : "Uued failid",
"Already existing files" : "Juba olemasolevad failid",
"Which files do you want to keep?" : "Milliseid faile sa soovid alles hoida?",
"If you select both versions, the copied file will have a number added to its name." : "Kui valid mõlemad versioonid, siis lisatakse kopeeritud faili nimele number.",
"Cancel" : "Loobu",
"Continue" : "Jätka",
"(all selected)" : "(kõik valitud)",
"({count} selected)" : "({count} valitud)",
"Error loading file exists template" : "Viga faili olemasolu malli laadimisel",
"Pending" : "Ootel",
"Home" : "Avaleht",
"Copy to {folder}" : "Kopeeri kausta {folder}",
"Move to {folder}" : "Liiguta kausta {folder}",
"Saving …" : "Salvestamine …",
"Authentication required" : "Autentimine on vajalik",
"This action requires you to confirm your password" : "See tegevus nõuab parooli kinnitamist",
"Confirm" : "Kinnita",
"Failed to authenticate, try again" : "Autentimine ebaõnnestus, proovi uuesti",
"seconds ago" : "sekundit tagasi",
"Connection to server lost" : "Ühendus serveriga katkes",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Tõrge lehe laadimisel, värskendamine %n sekundi pärast","Tõrge lehe laadimisel, värskendamine %n sekundi pärast"],
"Add to a project" : "Lisa projekti",
"Show details" : "Näita üksikasju",
"Hide details" : "Peida üksikasjad",
"Rename project" : "Nimeta projekt ümber",
"Failed to rename the project" : "Projekti ümbernimetamine ebaõnnestus",
"Failed to create a project" : "Projekti loomine ebaõnnestus",
"Very weak password" : "Väga nõrk parool",
"Weak password" : "Nõrk parool",
"So-so password" : "Enam-vähem sobiv parool",
"Good password" : "Hea parool",
"Strong password" : "Väga hea parool",
"No action available" : "Ühtegi tegevust pole saadaval",
"Error fetching contact actions" : "Viga kontakti toimingute laadimisel",
"Non-existing tag #{tag}" : "Olematu silt #{tag}",
"Restricted" : "Piiratud",
"Invisible" : "Nähtamatu",
"Delete" : "Kustuta",
"Rename" : "Nimeta ümber",
"Collaborative tags" : "Koostöö sildid",
"No tags found" : "Märgendeid ei leitud",
"Personal" : "Isiklik",
"Users" : "Kasutajad",
"Apps" : "Rakendused",
"Admin" : "Admin",
"Help" : "Abiinfo",
"Access forbidden" : "Ligipääs on keelatud",
"Profile not found" : "Profiili ei leitud",
"The profile does not exist." : "Profiili ei eksisteeri",
"Page not found" : "Lehekülge ei leitud",
"Too many requests" : "Liiga palju päringuid",
"There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Sinu võrgust tuli liiga palju päringuid. Proovi hiljem uuesti, või võta ühendust administraatoriga, kui tegu on veaga.",
"Error" : "Viga",
"Previous" : "Eelmine",
"Internal Server Error" : "Serveri sisemine viga",
"The server was unable to complete your request." : "Server ei suutnud sinu päringut lõpetada.",
"If this happens again, please send the technical details below to the server administrator." : "Kui see veel kord juhtub, saada tehnilised detailid allpool serveri administraatorile.",
"More details can be found in the server log." : "Lisainfot võib leida serveri logist.",
"Technical details" : "Tehnilised andmed",
"Remote Address: %s" : "Kaugaadress: %s",
"Request ID: %s" : "Päringu ID: %s",
"Type: %s" : "Tüüp: %s",
"Code: %s" : "Kood: %s",
"Message: %s" : "Sõnum: %s",
"File: %s" : "Fail: %s",
"Line: %s" : "Rida: %s",
"Trace" : "Jälg",
"Security warning" : "Turvahoiatus",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Su andmekataloog ja failid on tõenäoliselt internetist vabalt ligipääsetavad, kuna .htaccess fail ei toimi.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Serveri õigeks seadistamiseks leiad infot <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">dokumentatsioonist</a>.",
"Create an <strong>admin account</strong>" : "Loo <strong>administraatori konto</strong>",
"Username" : "Kasutajanimi",
"Show password" : "Näita parooli",
"Storage & database" : "Andmehoidla ja andmebaas",
"Data folder" : "Andmekaust",
"Configure the database" : "Seadista andmebaas",
"Only %s is available." : "Ainult %s on saadaval.",
"Install and activate additional PHP modules to choose other database types." : "Paigalda ja aktiveeri täiendavaid PHP mooduleid, et teisi andmebaasi tüüpe valida.",
"For more details check out the documentation." : "Lisainfot vaata dokumentatsioonist.",
"Database user" : "Andmebaasi kasutaja",
"Database password" : "Andmebaasi parool",
"Database name" : "Andmebaasi nimi",
"Database tablespace" : "Andmebaasi tabeliruum",
"Database host" : "Andmebaasi host",
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Palun sisesta hostinimega koos pordi number (nt. localhost:5432).",
"Performance warning" : "Jõudluse hoiatus",
"You chose SQLite as database." : "Sa valisid SQLite andmebaasi.",
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite sobib kasutamiseks ainult arenduseks ja väikesemahulistes serverites. Toodangu jaoks soovitame teist andmebaasilahendust.",
"Need help?" : "Vajad abi?",
"See the documentation" : "Vaata dokumentatsiooni",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "See rakendus vajab toimimiseks JavaScripti. Palun {linkstart}luba JavaScript{linkend} ning laadi see leht uuesti.",
"Go to %s" : "Mine %s",
"Confirm your password" : "Kinnita oma parool",
"Grant access" : "Anna ligipääs",
"Account access" : "Konto ligipääs",
"This share is password-protected" : "See jagamine on parooliga kaitstud",
"Email address" : "E-posti aadress",
"Password sent!" : "Parool saadetud!",
"Two-factor authentication" : "Kaheastmeline autentimine",
"Use backup code" : "Kasuta varukoodi",
"Error while validating your second factor" : "Teise faktori valideerimise viga",
"Access through untrusted domain" : "Ligipääs läbi ebausaldusväärse domeeni",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Palun võta ühendust oma administraatoriga. Kui oled administraator, muuda konfiguratsioonifailis config/config.php sätet \"trusted_domains\", nagu näidis config.sample.php failis.",
"App update required" : "Rakenduse uuendus on nõutud",
"These incompatible apps will be disabled:" : "Need mitteühilduvad rakendused lülitatakse välja:",
"The theme %s has been disabled." : "Teema %s on keelatud.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Enne jätkamist veendu, et andmebaas ning seadete ja andmete kataloogid on varundatud.",
"Start update" : "Käivita uuendus",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Suurtel saitidel aegumise vältimiseks võid sa paigalduskaustas käivitada järgmise käsu:",
"Detailed logs" : "Üksikasjalikud logid",
"Update needed" : "Uuendamine vajaliik",
"Please use the command line updater because you have a big instance with more than 50 users." : "Palun kasuta uuendamiseks käsurida, kuna sul on suur instants rohkem kui 50 kasutajaga.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Abi saamiseks vaata <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentatsiooni</a>.",
"Upgrade via web on my own risk" : "Uuenda veebi kaudu omal vastutusel",
"This %s instance is currently in maintenance mode, which may take a while." : "See %s instants on hetkel haldusrežiimis, mis võib kesta mõnda aega.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Võta ühendust administraatoriga, kui see teade püsib või on tekkinud ootamatult.",
"Settings" : "Seaded",
"File not found" : "Faili ei leitud",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Palun kasuta uuendamiseks käsurida, kuna automaatne uuendamine on config.php failis välja lülitatud."
},
"nplurals=2; plural=(n != 1);");
|