diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-06 15:26:04 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-06 15:26:04 -0500 |
commit | 988027fdcaed92a01770eb458452071f756e0d1a (patch) | |
tree | f0003cb600c605e60326d95b55fbf56fac1037ea /settings/l10n | |
parent | 492fadd30240d7d896781986f8b8c10c79314273 (diff) | |
download | nextcloud-server-988027fdcaed92a01770eb458452071f756e0d1a.tar.gz nextcloud-server-988027fdcaed92a01770eb458452071f756e0d1a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n')
-rw-r--r-- | settings/l10n/cs_CZ.js | 3 | ||||
-rw-r--r-- | settings/l10n/cs_CZ.json | 3 | ||||
-rw-r--r-- | settings/l10n/de.js | 3 | ||||
-rw-r--r-- | settings/l10n/de.json | 3 | ||||
-rw-r--r-- | settings/l10n/de_DE.js | 1 | ||||
-rw-r--r-- | settings/l10n/de_DE.json | 1 | ||||
-rw-r--r-- | settings/l10n/es.js | 3 | ||||
-rw-r--r-- | settings/l10n/es.json | 3 | ||||
-rw-r--r-- | settings/l10n/fi_FI.js | 1 | ||||
-rw-r--r-- | settings/l10n/fi_FI.json | 1 | ||||
-rw-r--r-- | settings/l10n/fr.js | 2 | ||||
-rw-r--r-- | settings/l10n/fr.json | 2 | ||||
-rw-r--r-- | settings/l10n/gl.js | 27 | ||||
-rw-r--r-- | settings/l10n/gl.json | 27 | ||||
-rw-r--r-- | settings/l10n/it.js | 3 | ||||
-rw-r--r-- | settings/l10n/it.json | 3 | ||||
-rw-r--r-- | settings/l10n/ja.js | 4 | ||||
-rw-r--r-- | settings/l10n/ja.json | 4 | ||||
-rw-r--r-- | settings/l10n/nb_NO.js | 4 | ||||
-rw-r--r-- | settings/l10n/nb_NO.json | 4 | ||||
-rw-r--r-- | settings/l10n/nl.js | 1 | ||||
-rw-r--r-- | settings/l10n/nl.json | 1 | ||||
-rw-r--r-- | settings/l10n/pt_BR.js | 3 | ||||
-rw-r--r-- | settings/l10n/pt_BR.json | 3 | ||||
-rw-r--r-- | settings/l10n/ru.js | 101 | ||||
-rw-r--r-- | settings/l10n/ru.json | 101 |
26 files changed, 186 insertions, 126 deletions
diff --git a/settings/l10n/cs_CZ.js b/settings/l10n/cs_CZ.js index 9e9b6e170aa..177167a8423 100644 --- a/settings/l10n/cs_CZ.js +++ b/settings/l10n/cs_CZ.js @@ -115,6 +115,9 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je patrně nastaveno tak, aby odstraňovalo bloky komentářů. Toto bude mít za následek nedostupnost množství hlavních aplikací.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Toto je pravděpodobně způsobeno aplikacemi pro urychlení načítání jako jsou Zend OPcache nebo eAccelerator.", "Database Performance Info" : "Informace o výkonu databáze", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "Je použita databáze SQLite. Pro větší instalace doporučujeme přejít na robustnější databázi.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Obzvláště při používání klientské aplikace pro synchronizaci s desktopem není SQLite doporučeno.", + "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Pro migraci na jinou databázi lze použít aplikaci pro příkazový řádek: 'occ db:convert-type'", "Microsoft Windows Platform" : "Platforma Microsoft Windows", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Server běží v prostředí Microsoft Windows. Pro optimální uživatelské pohodlí doporučujeme přejít na Linux.", "Module 'fileinfo' missing" : "Schází modul 'fileinfo'", diff --git a/settings/l10n/cs_CZ.json b/settings/l10n/cs_CZ.json index 46adc69e6c2..da99b1d1d51 100644 --- a/settings/l10n/cs_CZ.json +++ b/settings/l10n/cs_CZ.json @@ -113,6 +113,9 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je patrně nastaveno tak, aby odstraňovalo bloky komentářů. Toto bude mít za následek nedostupnost množství hlavních aplikací.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Toto je pravděpodobně způsobeno aplikacemi pro urychlení načítání jako jsou Zend OPcache nebo eAccelerator.", "Database Performance Info" : "Informace o výkonu databáze", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "Je použita databáze SQLite. Pro větší instalace doporučujeme přejít na robustnější databázi.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Obzvláště při používání klientské aplikace pro synchronizaci s desktopem není SQLite doporučeno.", + "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Pro migraci na jinou databázi lze použít aplikaci pro příkazový řádek: 'occ db:convert-type'", "Microsoft Windows Platform" : "Platforma Microsoft Windows", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Server běží v prostředí Microsoft Windows. Pro optimální uživatelské pohodlí doporučujeme přejít na Linux.", "Module 'fileinfo' missing" : "Schází modul 'fileinfo'", diff --git a/settings/l10n/de.js b/settings/l10n/de.js index fc202c09eb5..b9fa4d575e3 100644 --- a/settings/l10n/de.js +++ b/settings/l10n/de.js @@ -115,6 +115,9 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie z.B. OPcache oder eAccelerator verursacht.", "Database Performance Info" : "Info zur Datenbankperformance", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Insbesondere bei der Nutzung des Desktop Clients zur Dateisynchronisierung wird vom Einsatz von SQLite abgeraten.", + "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: „occ db:convert-type“", "Microsoft Windows Platform" : "Microsoft Windows-Plattform", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Dein Server wird mit Microsoft Windows betrieben. Für ein optimales Nutzungserlebnis empfehlen wir dringend Linux.", "Module 'fileinfo' missing" : "Modul 'fileinfo' fehlt ", diff --git a/settings/l10n/de.json b/settings/l10n/de.json index 77a57b0fe12..4b9396cfb96 100644 --- a/settings/l10n/de.json +++ b/settings/l10n/de.json @@ -113,6 +113,9 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie z.B. OPcache oder eAccelerator verursacht.", "Database Performance Info" : "Info zur Datenbankperformance", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Insbesondere bei der Nutzung des Desktop Clients zur Dateisynchronisierung wird vom Einsatz von SQLite abgeraten.", + "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: „occ db:convert-type“", "Microsoft Windows Platform" : "Microsoft Windows-Plattform", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Dein Server wird mit Microsoft Windows betrieben. Für ein optimales Nutzungserlebnis empfehlen wir dringend Linux.", "Module 'fileinfo' missing" : "Modul 'fileinfo' fehlt ", diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js index e6400eb0b36..9ed520da8fa 100644 --- a/settings/l10n/de_DE.js +++ b/settings/l10n/de_DE.js @@ -116,6 +116,7 @@ OC.L10N.register( "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie z.B. OPcache oder eAccelerator verursacht.", "Database Performance Info" : "Info zur Datenbankleistung", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Insbesondere bei der Nutzung des Desktop Clients zur Dateisynchronisierung wird vom Einsatz von SQLite abgeraten.", "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: „occ db:convert-type“", "Microsoft Windows Platform" : "Microsoft Windows-Plattform", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Ihr Server wird mit Microsoft Windows betrieben. Für ein optimales Nutzungserlebnis empfehlen wir dringend Linux.", diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json index 549e91fe351..361a3aa9614 100644 --- a/settings/l10n/de_DE.json +++ b/settings/l10n/de_DE.json @@ -114,6 +114,7 @@ "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie z.B. OPcache oder eAccelerator verursacht.", "Database Performance Info" : "Info zur Datenbankleistung", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Insbesondere bei der Nutzung des Desktop Clients zur Dateisynchronisierung wird vom Einsatz von SQLite abgeraten.", "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: „occ db:convert-type“", "Microsoft Windows Platform" : "Microsoft Windows-Plattform", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Ihr Server wird mit Microsoft Windows betrieben. Für ein optimales Nutzungserlebnis empfehlen wir dringend Linux.", diff --git a/settings/l10n/es.js b/settings/l10n/es.js index 48b1941941b..555d8844059 100644 --- a/settings/l10n/es.js +++ b/settings/l10n/es.js @@ -115,6 +115,9 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está aparentemente configurado para eliminar bloques de documentos en línea. Esto hará que varias aplicaciones principales no estén accesibles.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Probablemente esto venga a causa de la caché o un acelerador, tales como Zend OPcache o eAccelerator.", "Database Performance Info" : "Información de rendimiento de la base de datos", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "Se utiliza SQLite como base de datos. Para instalaciones mas grandes se recomiende cambiar a otro sistema de base de datos. ", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "El uso de SQLite esta desaconsejado especialmente cuando se usa el cliente de escritorio para que se sincronizan los ficheros.", + "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Para migrar a otra base de datos use la herramienta de línea de comandos: 'occ db:convert-type'", "Microsoft Windows Platform" : "Plataforma de Microsoft Windows", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Su servidor está operando con Microsoft Windows. Le recomendamos Linux encarecidamente para disfrutar una experiencia óptima como usuario.", "Module 'fileinfo' missing" : "No se ha encontrado el módulo \"fileinfo\"", diff --git a/settings/l10n/es.json b/settings/l10n/es.json index cbb30101364..22f15a8c7a7 100644 --- a/settings/l10n/es.json +++ b/settings/l10n/es.json @@ -113,6 +113,9 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está aparentemente configurado para eliminar bloques de documentos en línea. Esto hará que varias aplicaciones principales no estén accesibles.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Probablemente esto venga a causa de la caché o un acelerador, tales como Zend OPcache o eAccelerator.", "Database Performance Info" : "Información de rendimiento de la base de datos", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "Se utiliza SQLite como base de datos. Para instalaciones mas grandes se recomiende cambiar a otro sistema de base de datos. ", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "El uso de SQLite esta desaconsejado especialmente cuando se usa el cliente de escritorio para que se sincronizan los ficheros.", + "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Para migrar a otra base de datos use la herramienta de línea de comandos: 'occ db:convert-type'", "Microsoft Windows Platform" : "Plataforma de Microsoft Windows", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Su servidor está operando con Microsoft Windows. Le recomendamos Linux encarecidamente para disfrutar una experiencia óptima como usuario.", "Module 'fileinfo' missing" : "No se ha encontrado el módulo \"fileinfo\"", diff --git a/settings/l10n/fi_FI.js b/settings/l10n/fi_FI.js index 03b338faac5..95c37296ea3 100644 --- a/settings/l10n/fi_FI.js +++ b/settings/l10n/fi_FI.js @@ -112,6 +112,7 @@ OC.L10N.register( "Setup Warning" : "Asetusvaroitus", "Database Performance Info" : "Tietokannan suorituskyvyn tiedot", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLitea käytetään tietokantana. Suuria asennuksia varten on suositeltavaa vaihtaa muuhun tietokantaan.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Varsinkin työpöytäsovelluksen tiedostosynkronointia käyttäessä SQLiten käyttö ei ole suositeltavaa.", "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Suorita migraatio toiseen tietokantaan komentorivityökalulla: 'occ db:convert-type'", "Microsoft Windows Platform" : "Microsoft Windows -alusta", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Palvelimesi käyttöjärjestelmä on Microsoft Windows. Suosittelemme käyttämään parhaan mahdollisen käyttökokemuksen saavuttamiseksi Linuxia.", diff --git a/settings/l10n/fi_FI.json b/settings/l10n/fi_FI.json index 04974ed92a4..53bf1eebb5d 100644 --- a/settings/l10n/fi_FI.json +++ b/settings/l10n/fi_FI.json @@ -110,6 +110,7 @@ "Setup Warning" : "Asetusvaroitus", "Database Performance Info" : "Tietokannan suorituskyvyn tiedot", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLitea käytetään tietokantana. Suuria asennuksia varten on suositeltavaa vaihtaa muuhun tietokantaan.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Varsinkin työpöytäsovelluksen tiedostosynkronointia käyttäessä SQLiten käyttö ei ole suositeltavaa.", "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Suorita migraatio toiseen tietokantaan komentorivityökalulla: 'occ db:convert-type'", "Microsoft Windows Platform" : "Microsoft Windows -alusta", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Palvelimesi käyttöjärjestelmä on Microsoft Windows. Suosittelemme käyttämään parhaan mahdollisen käyttökokemuksen saavuttamiseksi Linuxia.", diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js index 73dfc147434..9f56de0c834 100644 --- a/settings/l10n/fr.js +++ b/settings/l10n/fr.js @@ -116,6 +116,8 @@ OC.L10N.register( "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "La raison est probablement l'utilisation d'un cache / accélérateur tel que Zend OPcache ou eAccelerator.", "Database Performance Info" : "Performances de la base de données", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite est actuellement utilisé comme gestionnaire de base de données. Pour des installations plus volumineuses, nous vous conseillons d'utiliser un autre gestionnaire de base de données.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "En particulier si vous utilisez le client de bureau pour synchroniser vos données : l'utilisation de SQLite est alors déconseillée.", + "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type'", "Microsoft Windows Platform" : "Plateforme Microsoft Windows", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Votre serveur fonctionne actuellement sur une plateforme Microsoft Windows. Nous vous recommandons fortement d'utiliser une plateforme Linux pour une expérience utilisateur optimale.", "Module 'fileinfo' missing" : "Module 'fileinfo' manquant", diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json index 2c80d0a543a..d9d18fd0b19 100644 --- a/settings/l10n/fr.json +++ b/settings/l10n/fr.json @@ -114,6 +114,8 @@ "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "La raison est probablement l'utilisation d'un cache / accélérateur tel que Zend OPcache ou eAccelerator.", "Database Performance Info" : "Performances de la base de données", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite est actuellement utilisé comme gestionnaire de base de données. Pour des installations plus volumineuses, nous vous conseillons d'utiliser un autre gestionnaire de base de données.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "En particulier si vous utilisez le client de bureau pour synchroniser vos données : l'utilisation de SQLite est alors déconseillée.", + "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type'", "Microsoft Windows Platform" : "Plateforme Microsoft Windows", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Votre serveur fonctionne actuellement sur une plateforme Microsoft Windows. Nous vous recommandons fortement d'utiliser une plateforme Linux pour une expérience utilisateur optimale.", "Module 'fileinfo' missing" : "Module 'fileinfo' manquant", diff --git a/settings/l10n/gl.js b/settings/l10n/gl.js index c697a7e83b6..6b4f1857307 100644 --- a/settings/l10n/gl.js +++ b/settings/l10n/gl.js @@ -1,7 +1,7 @@ OC.L10N.register( "settings", { - "Security & Setup Warnings" : "Seguridade & Avisos de configuración", + "Security & Setup Warnings" : "Avisos de seguridade e configuración", "Cron" : "Cron", "Sharing" : "Compartindo", "Security" : "Seguranza", @@ -31,7 +31,7 @@ OC.L10N.register( "Back-end doesn't support password change, but the users encryption key was successfully updated." : "A infraestrutura non admite o cambio de contrasinal, mais a chave de cifrado dos usuarios foi actualizada correctamente.", "Unable to change password" : "Non é posíbel cambiar o contrasinal", "Enabled" : "Activado", - "Not enabled" : "Non habilitado", + "Not enabled" : "Non activado", "Recommended" : "Recomendado", "Group already exists." : "Xa existe o grupo.", "Unable to add group." : "Non é posíbel engadir o grupo.", @@ -40,7 +40,7 @@ OC.L10N.register( "Saved" : "Gardado", "test email settings" : "correo de proba dos axustes", "If you received this email, the settings seem to be correct." : "Se recibiu este correo, semella que a configuración é correcta.", - "A problem occurred while sending the email. Please revise your settings." : "Produciuse un erro mentras enviaba o correo. Por favor revise a súa configuración.", + "A problem occurred while sending the email. Please revise your settings." : "Produciuse un erro mentres enviaba o correo. Revise os axustes.", "Email sent" : "Correo enviado", "You need to set your user email before being able to send test emails." : "É necesario configurar o correo do usuario antes de poder enviar mensaxes de correo de proba.", "Invalid mail address" : "Enderezo de correo incorrecto", @@ -51,7 +51,7 @@ OC.L10N.register( "Invalid user" : "Usuario incorrecto", "Unable to change mail address" : "Non é posíbel cambiar o enderezo de correo.", "Email saved" : "Correo gardado", - "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ten certeza de querer engadir \"{domain}\" como dominio de confianza?", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Confirma que quere engadir «{domain}» como dominio de confianza?", "Add trusted domain" : "Engadir dominio de confianza", "Sending..." : "Enviando...", "All" : "Todo", @@ -72,7 +72,7 @@ OC.L10N.register( "So-so password" : "Contrasinal non moi aló", "Good password" : "Bo contrasinal", "Strong password" : "Contrasinal forte", - "Valid until {date}" : "Válido ate {date}", + "Valid until {date}" : "Válido ata {date}", "Delete" : "Eliminar", "Decrypting files... Please wait, this can take some time." : "Descifrando ficheiros... isto pode levar un anaco.", "Delete encryption keys permanently." : "Eliminar permanentemente as chaves de cifrado.", @@ -87,7 +87,7 @@ OC.L10N.register( "never" : "nunca", "deleted {userName}" : "{userName} foi eliminado", "add group" : "engadir un grupo", - "Changing the password will result in data loss, because data recovery is not available for this user" : "Mudar o contrasinal resultará nunha perda de datos, xa que a recuperación de datos non está dispoñible para este usuario", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Cambiar o contrasinal provocará unha perda de datos, xa que a recuperación de datos non está dispoñíbel para este usuario", "A valid username must be provided" : "Debe fornecer un nome de usuario", "Error creating user" : "Produciuse un erro ao crear o usuario", "A valid password must be provided" : "Debe fornecer un contrasinal", @@ -115,8 +115,11 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Parece que PHP foi configuración para substituír bloques de documentos en liña. Isto fará que varias aplicacións sexan inaccesíbeis.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto probabelmente se debe unha caché/acelerador como Zend OPcache ou eAccelerator.", "Database Performance Info" : "Información do rendemento da base de datos", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "Empregase SQLite como base de datos. Para instalacións grandes recomendámoslle que cambie a unha infraestrutura de base de datos diferente.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Concretamente, se emprega o cliente de escritorio para sincronización, desaconsellámoslle o uso de SQLite", + "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Para migrar cara outra base de datos, empregue a ferramenta en liña de ordes: «occ db:convert-type»", "Microsoft Windows Platform" : "Plataforma Windows de Microsoft", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "O seu servidor funciona baixo Windows de Microsoft. Recomendámoslle encarecidamente que utilice Linux para unha experiencia de usuario óptima.", + "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "O seu servidor funciona baixo Windows de Microsoft. Recomendámoslle encarecidamente que empregue Linux para obter unha perfecta experiencia de usuario.", "Module 'fileinfo' missing" : "Non se atopou o módulo «fileinfo»", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Non se atopou o módulo de PHP «fileinfo». É recomendábel activar este módulo para obter os mellores resultados coa detección do tipo MIME.", "PHP charset is not set to UTF-8" : "O xogo de caracteres de PHP non está estabelecido a UTF-8", @@ -166,7 +169,7 @@ OC.L10N.register( "Credentials" : "Credenciais", "SMTP Username" : "Nome de usuario SMTP", "SMTP Password" : "Contrasinal SMTP", - "Store credentials" : "Gardar credenciais", + "Store credentials" : "Gardar as credenciais", "Test email settings" : "Correo de proba dos axustes", "Send email" : "Enviar o correo", "Log level" : "Nivel de rexistro", @@ -177,7 +180,7 @@ OC.L10N.register( "Version" : "Versión", "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." : "Desenvolvido pola <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidade ownCloud</a>, o <a href=\"https://github.com/owncloud\" target=\"_blank\">código fonte</a> está baixo a licenza <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.", "More apps" : "Máis aplicativos", - "Add your app" : "Engada o seu aplicativo", + "Add your app" : "Engada a súa aplicación", "by" : "por", "licensed" : "licencidado", "Documentation:" : "Documentación:", @@ -225,7 +228,7 @@ OC.L10N.register( "Language" : "Idioma", "Help translate" : "Axude na tradución", "Common Name" : "Nome común", - "Valid until" : "Válido ate", + "Valid until" : "Válido ata", "Issued By" : "Proporcionado por", "Valid until %s" : "Válido ate %s", "Import Root Certificate" : "Importar o certificado raíz", @@ -235,8 +238,8 @@ OC.L10N.register( "Your encryption keys are moved to a backup location. If something went wrong you can restore the keys. Only delete them permanently if you are sure that all files are decrypted correctly." : "As chaves de cifrado foron movidas á copia de seguranza. Se ten algún problema pode restaurar as chaves. Elimineas permanentemente só se está seguro de que é posíbel descifrar correctamente todos os ficheiros.", "Restore Encryption Keys" : "Restaurar as chaves de cifrado", "Delete Encryption Keys" : "Eliminar as chaves de cifrado", - "Show storage location" : "Mostrar localización de almacenamento", - "Show last log in" : "Mostrar última conexión", + "Show storage location" : "Amosar a localización do almacenamento", + "Show last log in" : "Amosar a última conexión", "Show user backend" : "Amosar a infraestrutura do usuario", "Send email to new user" : "Enviar correo ao novo usuario", "Show email address" : "Amosar o enderezo de correo", diff --git a/settings/l10n/gl.json b/settings/l10n/gl.json index 32142d2f0f5..9aea9e8b5cb 100644 --- a/settings/l10n/gl.json +++ b/settings/l10n/gl.json @@ -1,5 +1,5 @@ { "translations": { - "Security & Setup Warnings" : "Seguridade & Avisos de configuración", + "Security & Setup Warnings" : "Avisos de seguridade e configuración", "Cron" : "Cron", "Sharing" : "Compartindo", "Security" : "Seguranza", @@ -29,7 +29,7 @@ "Back-end doesn't support password change, but the users encryption key was successfully updated." : "A infraestrutura non admite o cambio de contrasinal, mais a chave de cifrado dos usuarios foi actualizada correctamente.", "Unable to change password" : "Non é posíbel cambiar o contrasinal", "Enabled" : "Activado", - "Not enabled" : "Non habilitado", + "Not enabled" : "Non activado", "Recommended" : "Recomendado", "Group already exists." : "Xa existe o grupo.", "Unable to add group." : "Non é posíbel engadir o grupo.", @@ -38,7 +38,7 @@ "Saved" : "Gardado", "test email settings" : "correo de proba dos axustes", "If you received this email, the settings seem to be correct." : "Se recibiu este correo, semella que a configuración é correcta.", - "A problem occurred while sending the email. Please revise your settings." : "Produciuse un erro mentras enviaba o correo. Por favor revise a súa configuración.", + "A problem occurred while sending the email. Please revise your settings." : "Produciuse un erro mentres enviaba o correo. Revise os axustes.", "Email sent" : "Correo enviado", "You need to set your user email before being able to send test emails." : "É necesario configurar o correo do usuario antes de poder enviar mensaxes de correo de proba.", "Invalid mail address" : "Enderezo de correo incorrecto", @@ -49,7 +49,7 @@ "Invalid user" : "Usuario incorrecto", "Unable to change mail address" : "Non é posíbel cambiar o enderezo de correo.", "Email saved" : "Correo gardado", - "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ten certeza de querer engadir \"{domain}\" como dominio de confianza?", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Confirma que quere engadir «{domain}» como dominio de confianza?", "Add trusted domain" : "Engadir dominio de confianza", "Sending..." : "Enviando...", "All" : "Todo", @@ -70,7 +70,7 @@ "So-so password" : "Contrasinal non moi aló", "Good password" : "Bo contrasinal", "Strong password" : "Contrasinal forte", - "Valid until {date}" : "Válido ate {date}", + "Valid until {date}" : "Válido ata {date}", "Delete" : "Eliminar", "Decrypting files... Please wait, this can take some time." : "Descifrando ficheiros... isto pode levar un anaco.", "Delete encryption keys permanently." : "Eliminar permanentemente as chaves de cifrado.", @@ -85,7 +85,7 @@ "never" : "nunca", "deleted {userName}" : "{userName} foi eliminado", "add group" : "engadir un grupo", - "Changing the password will result in data loss, because data recovery is not available for this user" : "Mudar o contrasinal resultará nunha perda de datos, xa que a recuperación de datos non está dispoñible para este usuario", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Cambiar o contrasinal provocará unha perda de datos, xa que a recuperación de datos non está dispoñíbel para este usuario", "A valid username must be provided" : "Debe fornecer un nome de usuario", "Error creating user" : "Produciuse un erro ao crear o usuario", "A valid password must be provided" : "Debe fornecer un contrasinal", @@ -113,8 +113,11 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Parece que PHP foi configuración para substituír bloques de documentos en liña. Isto fará que varias aplicacións sexan inaccesíbeis.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto probabelmente se debe unha caché/acelerador como Zend OPcache ou eAccelerator.", "Database Performance Info" : "Información do rendemento da base de datos", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "Empregase SQLite como base de datos. Para instalacións grandes recomendámoslle que cambie a unha infraestrutura de base de datos diferente.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Concretamente, se emprega o cliente de escritorio para sincronización, desaconsellámoslle o uso de SQLite", + "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Para migrar cara outra base de datos, empregue a ferramenta en liña de ordes: «occ db:convert-type»", "Microsoft Windows Platform" : "Plataforma Windows de Microsoft", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "O seu servidor funciona baixo Windows de Microsoft. Recomendámoslle encarecidamente que utilice Linux para unha experiencia de usuario óptima.", + "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "O seu servidor funciona baixo Windows de Microsoft. Recomendámoslle encarecidamente que empregue Linux para obter unha perfecta experiencia de usuario.", "Module 'fileinfo' missing" : "Non se atopou o módulo «fileinfo»", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Non se atopou o módulo de PHP «fileinfo». É recomendábel activar este módulo para obter os mellores resultados coa detección do tipo MIME.", "PHP charset is not set to UTF-8" : "O xogo de caracteres de PHP non está estabelecido a UTF-8", @@ -164,7 +167,7 @@ "Credentials" : "Credenciais", "SMTP Username" : "Nome de usuario SMTP", "SMTP Password" : "Contrasinal SMTP", - "Store credentials" : "Gardar credenciais", + "Store credentials" : "Gardar as credenciais", "Test email settings" : "Correo de proba dos axustes", "Send email" : "Enviar o correo", "Log level" : "Nivel de rexistro", @@ -175,7 +178,7 @@ "Version" : "Versión", "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." : "Desenvolvido pola <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidade ownCloud</a>, o <a href=\"https://github.com/owncloud\" target=\"_blank\">código fonte</a> está baixo a licenza <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.", "More apps" : "Máis aplicativos", - "Add your app" : "Engada o seu aplicativo", + "Add your app" : "Engada a súa aplicación", "by" : "por", "licensed" : "licencidado", "Documentation:" : "Documentación:", @@ -223,7 +226,7 @@ "Language" : "Idioma", "Help translate" : "Axude na tradución", "Common Name" : "Nome común", - "Valid until" : "Válido ate", + "Valid until" : "Válido ata", "Issued By" : "Proporcionado por", "Valid until %s" : "Válido ate %s", "Import Root Certificate" : "Importar o certificado raíz", @@ -233,8 +236,8 @@ "Your encryption keys are moved to a backup location. If something went wrong you can restore the keys. Only delete them permanently if you are sure that all files are decrypted correctly." : "As chaves de cifrado foron movidas á copia de seguranza. Se ten algún problema pode restaurar as chaves. Elimineas permanentemente só se está seguro de que é posíbel descifrar correctamente todos os ficheiros.", "Restore Encryption Keys" : "Restaurar as chaves de cifrado", "Delete Encryption Keys" : "Eliminar as chaves de cifrado", - "Show storage location" : "Mostrar localización de almacenamento", - "Show last log in" : "Mostrar última conexión", + "Show storage location" : "Amosar a localización do almacenamento", + "Show last log in" : "Amosar a última conexión", "Show user backend" : "Amosar a infraestrutura do usuario", "Send email to new user" : "Enviar correo ao novo usuario", "Show email address" : "Amosar o enderezo de correo", diff --git a/settings/l10n/it.js b/settings/l10n/it.js index 5dcf1293ced..beb4574d216 100644 --- a/settings/l10n/it.js +++ b/settings/l10n/it.js @@ -115,6 +115,9 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Sembra che PHP sia configurato per rimuovere i blocchi di documentazione in linea. Ciò renderà inaccessibili diverse applicazioni principali.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ciò è causato probabilmente da una cache/acceleratore come Zend OPcache o eAccelerator.", "Database Performance Info" : "Informazioni prestazioni del database", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite è utilizzato come database. Per installazioni più grandi consigliamo di passare a un motore di database diverso.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "In particolar modo, quando si utilizza il client desktop per la sincronizzazione dei file, l'uso di SQLite è sconsigliato.", + "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Per migrare a un altro database, utilizza lo strumento da riga di comando: 'occ db:convert-type'", "Microsoft Windows Platform" : "Piattaforma Microsoft Windows", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Il tuo server è in esecuzione su Microsoft Windows. Consigliamo vivamente Linux per un'esperienza utente ottimale.", "Module 'fileinfo' missing" : "Modulo 'fileinfo' mancante", diff --git a/settings/l10n/it.json b/settings/l10n/it.json index 174c957bdd8..e67e4aee3c8 100644 --- a/settings/l10n/it.json +++ b/settings/l10n/it.json @@ -113,6 +113,9 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Sembra che PHP sia configurato per rimuovere i blocchi di documentazione in linea. Ciò renderà inaccessibili diverse applicazioni principali.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ciò è causato probabilmente da una cache/acceleratore come Zend OPcache o eAccelerator.", "Database Performance Info" : "Informazioni prestazioni del database", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite è utilizzato come database. Per installazioni più grandi consigliamo di passare a un motore di database diverso.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "In particolar modo, quando si utilizza il client desktop per la sincronizzazione dei file, l'uso di SQLite è sconsigliato.", + "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Per migrare a un altro database, utilizza lo strumento da riga di comando: 'occ db:convert-type'", "Microsoft Windows Platform" : "Piattaforma Microsoft Windows", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Il tuo server è in esecuzione su Microsoft Windows. Consigliamo vivamente Linux per un'esperienza utente ottimale.", "Module 'fileinfo' missing" : "Modulo 'fileinfo' mancante", diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js index 56a16051691..385156e5620 100644 --- a/settings/l10n/ja.js +++ b/settings/l10n/ja.js @@ -116,7 +116,7 @@ OC.L10N.register( "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "これは、Zend OPcacheやeAccelerator 等のキャッシュ/アクセラレータが原因かもしれません。", "Database Performance Info" : "データベースパフォーマンス情報", "Microsoft Windows Platform" : "Microsoft Windows 環境", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "サーバーがMicrosoft Windowsで動いています。ユーザーに最適なサービスを提供する為には、Linuxを利用することを強くお勧めします。", + "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "サーバーがMicrosoft Windowsで動いています。ユーザーに最適なサービスを提供するためには、Linuxを利用することを強くお勧めします。", "Module 'fileinfo' missing" : "モジュール 'fileinfo' が見つかりません", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP のモジュール 'fileinfo' が見つかりません。mimeタイプの検出を精度良く行うために、このモジュールを有効にすることを強くお勧めします。", "PHP charset is not set to UTF-8" : "PHP の文字コードは UTF-8 に設定されていません", @@ -214,7 +214,7 @@ OC.L10N.register( "Your email address" : "あなたのメールアドレス", "Fill in an email address to enable password recovery and receive notifications" : "パスワードの回復を有効にし、通知を受け取るにはメールアドレスを入力してください", "No email address set" : "メールアドレスが設定されていません", - "Profile picture" : "プロフィール写真", + "Profile picture" : "プロフィール画像", "Upload new" : "新たにアップロード", "Select new from Files" : "新しいファイルを選択", "Remove image" : "画像を削除", diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json index 3bf71e83cf1..04f05c201c8 100644 --- a/settings/l10n/ja.json +++ b/settings/l10n/ja.json @@ -114,7 +114,7 @@ "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "これは、Zend OPcacheやeAccelerator 等のキャッシュ/アクセラレータが原因かもしれません。", "Database Performance Info" : "データベースパフォーマンス情報", "Microsoft Windows Platform" : "Microsoft Windows 環境", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "サーバーがMicrosoft Windowsで動いています。ユーザーに最適なサービスを提供する為には、Linuxを利用することを強くお勧めします。", + "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "サーバーがMicrosoft Windowsで動いています。ユーザーに最適なサービスを提供するためには、Linuxを利用することを強くお勧めします。", "Module 'fileinfo' missing" : "モジュール 'fileinfo' が見つかりません", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP のモジュール 'fileinfo' が見つかりません。mimeタイプの検出を精度良く行うために、このモジュールを有効にすることを強くお勧めします。", "PHP charset is not set to UTF-8" : "PHP の文字コードは UTF-8 に設定されていません", @@ -212,7 +212,7 @@ "Your email address" : "あなたのメールアドレス", "Fill in an email address to enable password recovery and receive notifications" : "パスワードの回復を有効にし、通知を受け取るにはメールアドレスを入力してください", "No email address set" : "メールアドレスが設定されていません", - "Profile picture" : "プロフィール写真", + "Profile picture" : "プロフィール画像", "Upload new" : "新たにアップロード", "Select new from Files" : "新しいファイルを選択", "Remove image" : "画像を削除", diff --git a/settings/l10n/nb_NO.js b/settings/l10n/nb_NO.js index 8fb532c7255..df94849c6f3 100644 --- a/settings/l10n/nb_NO.js +++ b/settings/l10n/nb_NO.js @@ -87,6 +87,7 @@ OC.L10N.register( "never" : "aldri", "deleted {userName}" : "slettet {userName}", "add group" : "legg til gruppe", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Forandring av passordet vil føre til tap av data, fordi datagjennoppretting er utilgjengelig for denne brukeren", "A valid username must be provided" : "Oppgi et gyldig brukernavn", "Error creating user" : "Feil ved oppretting av bruker", "A valid password must be provided" : "Oppgi et gyldig passord", @@ -114,6 +115,9 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut for at PHP er satt opp til å fjerne innebygde doc blocks. Dette gjør at flere av kjerneapplikasjonene blir utilgjengelige.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette forårsakes sannsynligvis av en bufrer/akselerator, som f.eks. Zend OPcache eller eAccelerator.", "Database Performance Info" : "Info om database-ytelse", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite er brukt som database. For større installasjoner anbefaler vi å bytte til en annen database-server.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "SQLite er spesielt frarådet om man bruker desktopklienten til filsynkronisering", + "Microsoft Windows Platform" : "Mocrosoft Windows Platform", "Module 'fileinfo' missing" : "Modulen 'fileinfo' mangler", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modulen 'fileinfo' mangler. Vi anbefaler at du aktiverer denne modulen for å kunne detektere mime-typen korrekt.", "PHP charset is not set to UTF-8" : "PHP-tegnsett er ikke satt til UTF-8", diff --git a/settings/l10n/nb_NO.json b/settings/l10n/nb_NO.json index 0010c428741..fceba046507 100644 --- a/settings/l10n/nb_NO.json +++ b/settings/l10n/nb_NO.json @@ -85,6 +85,7 @@ "never" : "aldri", "deleted {userName}" : "slettet {userName}", "add group" : "legg til gruppe", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Forandring av passordet vil føre til tap av data, fordi datagjennoppretting er utilgjengelig for denne brukeren", "A valid username must be provided" : "Oppgi et gyldig brukernavn", "Error creating user" : "Feil ved oppretting av bruker", "A valid password must be provided" : "Oppgi et gyldig passord", @@ -112,6 +113,9 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut for at PHP er satt opp til å fjerne innebygde doc blocks. Dette gjør at flere av kjerneapplikasjonene blir utilgjengelige.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette forårsakes sannsynligvis av en bufrer/akselerator, som f.eks. Zend OPcache eller eAccelerator.", "Database Performance Info" : "Info om database-ytelse", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite er brukt som database. For større installasjoner anbefaler vi å bytte til en annen database-server.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "SQLite er spesielt frarådet om man bruker desktopklienten til filsynkronisering", + "Microsoft Windows Platform" : "Mocrosoft Windows Platform", "Module 'fileinfo' missing" : "Modulen 'fileinfo' mangler", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modulen 'fileinfo' mangler. Vi anbefaler at du aktiverer denne modulen for å kunne detektere mime-typen korrekt.", "PHP charset is not set to UTF-8" : "PHP-tegnsett er ikke satt til UTF-8", diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js index cee3e1a6d0b..9cb1d26fb05 100644 --- a/settings/l10n/nl.js +++ b/settings/l10n/nl.js @@ -116,6 +116,7 @@ OC.L10N.register( "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dit wordt vermoedelijk veroorzaakt door een cache/accelerator, zoals Zend OPcache of eAccelerator.", "Database Performance Info" : "Database Performance Info", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite wordt gebruikt als database. Voor grotere installaties adviseren we om te schakelen naar een andere database engine.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Vooral wanneer de desktop client wordt gebruik voor bestandssynchronisatie wordt gebruik van sqlite afgeraden.", "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Om te migreren naar een andere database moet u deze commandoregel tool gebruiken: 'occ db:convert-type'", "Microsoft Windows Platform" : "Microsoft Windows Platform", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Uw server draait op Microsoft Windows. We adviseren om een linux server te gebruiken voor een optimale gebruikerservaring.", diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json index 03f1c18b0b5..97549a6f08d 100644 --- a/settings/l10n/nl.json +++ b/settings/l10n/nl.json @@ -114,6 +114,7 @@ "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dit wordt vermoedelijk veroorzaakt door een cache/accelerator, zoals Zend OPcache of eAccelerator.", "Database Performance Info" : "Database Performance Info", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite wordt gebruikt als database. Voor grotere installaties adviseren we om te schakelen naar een andere database engine.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Vooral wanneer de desktop client wordt gebruik voor bestandssynchronisatie wordt gebruik van sqlite afgeraden.", "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Om te migreren naar een andere database moet u deze commandoregel tool gebruiken: 'occ db:convert-type'", "Microsoft Windows Platform" : "Microsoft Windows Platform", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Uw server draait op Microsoft Windows. We adviseren om een linux server te gebruiken voor een optimale gebruikerservaring.", diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js index f915442e149..98741abc916 100644 --- a/settings/l10n/pt_BR.js +++ b/settings/l10n/pt_BR.js @@ -115,6 +115,9 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP é, aparentemente, a configuração para retirar blocos doc inline. Isso fará com que vários aplicativos do núcleo fiquem inacessíveis.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isso provavelmente é causado por uma cache/acelerador, como Zend OPcache ou eAccelerator.", "Database Performance Info" : "Informações de Desempenho do Banco de Dados", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite é usada como base de dados. Para instalações maiores recomendamos mudar para um backend de banco de dados diferente.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Especialmente quando se utiliza o cliente de desktop para sincronização de arquivos o uso de SQLite é desencorajado.", + "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Para migrar para outro banco de dados usar a ferramenta de linha de comando: 'db occ: converter-type'", "Microsoft Windows Platform" : "Plataforma Microsoft Windows", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "O servidor está em execução no Microsoft Windows. Recomendamos Linux para uma excelente experiência para o usuário.", "Module 'fileinfo' missing" : "Módulo 'fileinfo' faltando", diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json index 97da9f19407..05aaa0157b8 100644 --- a/settings/l10n/pt_BR.json +++ b/settings/l10n/pt_BR.json @@ -113,6 +113,9 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP é, aparentemente, a configuração para retirar blocos doc inline. Isso fará com que vários aplicativos do núcleo fiquem inacessíveis.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isso provavelmente é causado por uma cache/acelerador, como Zend OPcache ou eAccelerator.", "Database Performance Info" : "Informações de Desempenho do Banco de Dados", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite é usada como base de dados. Para instalações maiores recomendamos mudar para um backend de banco de dados diferente.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Especialmente quando se utiliza o cliente de desktop para sincronização de arquivos o uso de SQLite é desencorajado.", + "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Para migrar para outro banco de dados usar a ferramenta de linha de comando: 'db occ: converter-type'", "Microsoft Windows Platform" : "Plataforma Microsoft Windows", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "O servidor está em execução no Microsoft Windows. Recomendamos Linux para uma excelente experiência para o usuário.", "Module 'fileinfo' missing" : "Módulo 'fileinfo' faltando", diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js index d15ab96daa0..83edce29d60 100644 --- a/settings/l10n/ru.js +++ b/settings/l10n/ru.js @@ -20,30 +20,30 @@ OC.L10N.register( "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Не удалось восстановить ваши ключи шифрования, проверьте файл owncloud.log или обратитесь к вашему администратору.", "Language changed" : "Язык изменён", "Invalid request" : "Неправильный запрос", - "Admins can't remove themself from the admin group" : "Администратор не может удалить сам себя из группы admin", + "Admins can't remove themself from the admin group" : "Администратор не может удалить сам себя из группы администраторов", "Unable to add user to group %s" : "Невозможно добавить пользователя в группу %s", "Unable to remove user from group %s" : "Невозможно удалить пользователя из группы %s", "Couldn't update app." : "Невозможно обновить приложение", "Wrong password" : "Неправильный пароль", "No user supplied" : "Пользователь не задан", - "Please provide an admin recovery password, otherwise all user data will be lost" : "Введите администраторский пароль восстановления, иначе все пользовательские данные будут утеряны", - "Wrong admin recovery password. Please check the password and try again." : "Неправильный пароль восстановления. Проверьте пароль и попробуйте еще раз.", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Введите пароль восстановления администратора, в противном случае все пользовательские данные будут утеряны", + "Wrong admin recovery password. Please check the password and try again." : "Неправильный пароль восстановления администратора. Проверьте пароль и попробуйте еще раз.", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Используемый механизм не поддерживает смену паролей, но пользовательский ключ шифрования был успешно обновлён", "Unable to change password" : "Невозможно изменить пароль", "Enabled" : "Включено", - "Not enabled" : "Выключено", + "Not enabled" : "Не включено", "Recommended" : "Рекомендовано", "Group already exists." : "Группа уже существует.", "Unable to add group." : "Невозможно добавить группу.", "Unable to delete group." : "Невозможно удалить группу.", - "log-level out of allowed range" : "Уровень журнала вышел за разрешенный диапазон", + "log-level out of allowed range" : "уровень журнала вышел за разрешенный диапазон", "Saved" : "Сохранено", "test email settings" : "проверить настройки почты", - "If you received this email, the settings seem to be correct." : "Если вы получили это письмо, настройки верны.", - "A problem occurred while sending the email. Please revise your settings." : "Возникла проблема при отправке письма. Проверьте ваши настройки.", + "If you received this email, the settings seem to be correct." : "Если вы получили это письмо, значит настройки верны.", + "A problem occurred while sending the email. Please revise your settings." : "Возникла проблема при отправке письма. Пожалуйста проверьте ваши настройки.", "Email sent" : "Письмо отправлено", "You need to set your user email before being able to send test emails." : "Вы должны настроить свой e-mail пользователя прежде чем отправлять тестовые сообщения.", - "Invalid mail address" : "Некорректный почтовый адрес", + "Invalid mail address" : "Некорректный адрес email", "Unable to create user." : "Невозможно создать пользователя.", "Your %s account was created" : "Учетная запись %s создана", "Unable to delete user." : "Невозможно удалить пользователя.", @@ -55,16 +55,16 @@ OC.L10N.register( "Add trusted domain" : "Добавить доверенный домен", "Sending..." : "Отправляется ...", "All" : "Все", - "Please wait...." : "Подождите...", - "Error while disabling app" : "Ошибка отключения приложения", + "Please wait...." : "Пожалуйста подождите...", + "Error while disabling app" : "Ошибка при отключении приложения", "Disable" : "Выключить", "Enable" : "Включить", - "Error while enabling app" : "Ошибка включения приложения", + "Error while enabling app" : "Ошибка при включении приложения", "Updating...." : "Обновление...", "Error while updating app" : "Ошибка при обновлении приложения", "Updated" : "Обновлено", "Uninstalling ...." : "Удаление ...", - "Error while uninstalling app" : "Ошибка при удалении приложения.", + "Error while uninstalling app" : "Ошибка при удалении приложения", "Uninstall" : "Удалить", "Select a profile picture" : "Выберите аватар", "Very weak password" : "Очень слабый пароль", @@ -74,25 +74,25 @@ OC.L10N.register( "Strong password" : "Стойкий пароль", "Valid until {date}" : "Действительно до {дата}", "Delete" : "Удалить", - "Decrypting files... Please wait, this can take some time." : "Расшифровка файлов... Пожалуйста, подождите, это может занять некоторое время.", + "Decrypting files... Please wait, this can take some time." : "Расшифровка файлов... Пожалуйста подождите, это может занять некоторое время.", "Delete encryption keys permanently." : "Перманентно удалить ключи шифрования. ", "Restore encryption keys." : "Восстановить ключи шифрования.", "Groups" : "Группы", "Unable to delete {objName}" : "Невозможно удалить {objName}", "Error creating group" : "Ошибка создания группы", "A valid group name must be provided" : "Введите правильное имя группы", - "deleted {groupName}" : "удалено {groupName}", + "deleted {groupName}" : "удалена {groupName}", "undo" : "отмена", - "no group" : "Нет группы", + "no group" : "без группы", "never" : "никогда", "deleted {userName}" : "удалён {userName}", "add group" : "добавить группу", - "Changing the password will result in data loss, because data recovery is not available for this user" : "Изменение пароля приведёт к потере данных, потому что восстановление данных не доступно для этого пользователя", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Изменение пароля приведёт к потере данных, так как восстановление данных не доступно для этого пользователя", "A valid username must be provided" : "Укажите правильное имя пользователя", "Error creating user" : "Ошибка создания пользователя", - "A valid password must be provided" : "Предоставьте корректный пароль", - "A valid email must be provided" : "Введите корректный адрес email", - "__language_name__" : "Русский ", + "A valid password must be provided" : "Должен быть указан правильный пароль", + "A valid email must be provided" : "Должен быть указан корректный адрес email", + "__language_name__" : "Русский", "Personal Info" : "Личная информация", "SSL root certificates" : "Корневые сертификаты SSL", "Encryption" : "Шифрование", @@ -104,52 +104,55 @@ OC.L10N.register( "None" : "Отсутствует", "Login" : "Логин", "Plain" : "Простой", - "NT LAN Manager" : "Мендеджер NT LAN", + "NT LAN Manager" : "Менеджер NT LAN", "SSL" : "SSL", "TLS" : "TLS", "Security Warning" : "Предупреждение безопасности", "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Вы обращаетесь к %s используя HTTP. Мы настоятельно рекомендуем вам настроить сервер на использование HTTPS.", - "Read-Only config enabled" : "Конфигурационный файл в режиме только для чтения.", - "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Конфигурационный файл в режиме только для чтения. В связи с этим некоторые настройки веб-интерфейса не возможно изменить. Учтите, что для установки обновлений, вам потребуется самостоятельно разрешить запись в конфигурационный файл.", + "Read-Only config enabled" : "Конфигурационный файл в режиме только для чтения", + "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Конфигурационный файл в режиме только для чтения. В связи с этим некоторые настройки веб-интерфейса невозможно изменить. Учтите, что для установки обновлений, вам потребуется самостоятельно разрешить запись в конфигурационный файл.", "Setup Warning" : "Предупреждение установки", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Очевидно, PHP настроен на вычищение блоков встроенной документации. Это сделает несколько центральных приложений недоступными.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Возможно это вызвано кешем/ускорителем вроде Zend OPcache или eAccelerator.", "Database Performance Info" : "Информация о производительности Базы Данных", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "В качестве базы данных используется SQLite. Для больших установок мы рекомендуем переключиться на другую серверную базу данных.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Особенно вызывает сомнение использование SQLite при синхронизации файлов с использование клиента для ПК.", + "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Для перехода на другую базу данных используйте команду: 'occ db:convert-type'", "Microsoft Windows Platform" : "Платформа Microsoft Windows", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Ваш сервер работает на ОС Microsoft Windows. Мы настоятельно рекомендуем использовать ОС семейства Linux для достижения наилучших условий использования.", "Module 'fileinfo' missing" : "Модуль 'fileinfo' отсутствует", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-модуль 'fileinfo' отсутствует. Мы настоятельно рекомендуем включить этот модуль для улучшения определения типов (mime-type) файлов.", - "PHP charset is not set to UTF-8" : "Кодировка PHP не совпадает с UTF-8", - "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Кодировка PHP не совпадает с UTF-8. Это может вызвать трудности с именами файлов, содержащими нелатинские символы. Мы настоятельно рекомендуем сменить значение переменной default_charset в файле php.ini на UTF-8.", + "PHP charset is not set to UTF-8" : "Кодировка PHP не установлена на UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Кодировка PHP не установлена на UTF-8. Это может вызвать трудности с именами файлов, содержащими нелатинские символы. Мы настоятельно рекомендуем сменить значение переменной default_charset в файле php.ini на UTF-8.", "Locale not working" : "Локализация не работает", "System locale can not be set to a one which supports UTF-8." : "Невозможно установить системную локаль, поддерживающую UTF-8", "This means that there might be problems with certain characters in file names." : "Это значит, что могут быть проблемы с некоторыми символами в именах файлов.", "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Мы рекомендуем установить требуемые пакеты для вашей системы для поддержки одного из следующих языков: %s.", - "URL generation in notification emails" : "Генерирование URL в уведомляющих электронных письмах", - "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Если ваша копия ownCloud установлена не в корне домена и использует планировщик cron системы, возможны проблемы с правильной генерацией URL. Чтобы избежать этого, установите опцию \"overwrite.cli.url\" в файле config.php равной пути папки установки. (Предположительно: \"%s\".)", + "URL generation in notification emails" : "Генерация URL в письмах уведомлениях", + "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Если ваша копия ownCloud установлена не в корне домена и использует системный планировщик cron, возможны проблемы с правильной генерацией URL. Чтобы избежать этого, установите опцию \"overwrite.cli.url\" в файле config.php равной пути папки установки. (Предположительно: \"%s\".)", "Configuration Checks" : "Проверка конфигурации", "No problems found" : "Проблемы не найдены", "Please double check the <a href='%s'>installation guides</a>." : "Подробно изучите <a href='%s'>инструкции по установке</a>.", - "Last cron was executed at %s." : "Последняя cron-задача была запущена: %s.", - "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Последняя cron-задача была запущена: %s. Это было больше часа назад, кажется что-то не так.", - "Cron was not executed yet!" : "Cron-задачи ещё не запускались!", + "Last cron was executed at %s." : "Последняя задача cron была запущена в %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Последняя задача cron запущена в %s. Это было больше часа назад, кажется что-то не так.", + "Cron was not executed yet!" : "Задачи cron ещё не запускались!", "Execute one task with each page loaded" : "Выполнять одно задание с каждой загруженной страницей", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php зарегестрирован в webcron и будет вызываться каждые 15 минут по http.", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php зарегистрирован в webcron и будет вызываться каждые 15 минут по http.", "Use system's cron service to call the cron.php file every 15 minutes." : "Использовать системный cron для вызова cron.php каждые 15 минут.", "Allow apps to use the Share API" : "Позволить приложениям использовать API общего доступа", "Allow users to share via link" : "Разрешить пользователям публикации через ссылки", "Enforce password protection" : "Защита паролем обязательна", - "Allow public uploads" : "Разрешить открытые загрузки", - "Allow users to send mail notification for shared files" : "Разрешить пользователям оповещать почтой об открытии доступа к файлам", - "Set default expiration date" : "Установить срок действия по-умолчанию", - "Expire after " : "Заканчивается через", + "Allow public uploads" : "Разрешить открытые/публичные загрузки", + "Allow users to send mail notification for shared files" : "Разрешить пользователям отправлять email об открытии доступа к файлам", + "Set default expiration date" : "Установить дату истечения по умолчанию", + "Expire after " : "Истечение через", "days" : "дней", "Enforce expiration date" : "Срок действия обязателен", "Allow resharing" : "Разрешить повторное открытие общего доступа", "Restrict users to only share with users in their groups" : "Разрешить пользователям делиться только с членами их групп", - "Allow users to send mail notification for shared files to other users" : "Разрешить пользователям оповещать почтой других пользователей об открытии доступа к файлам", + "Allow users to send mail notification for shared files to other users" : "Разрешить пользователям отправлять оповещение других пользователей об открытии доступа к файлам", "Exclude groups from sharing" : "Исключить группы из общего доступа", - "These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие ресурсы, но не могут их принять.", + "These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие ресурсы, но не могут их создавать.", "Enforce HTTPS" : "HTTPS соединение обязательно", "Forces the clients to connect to %s via an encrypted connection." : "Принудить клиентов подключаться к %s через шифрованное соединение.", "Enforce HTTPS for subdomains" : "HTTPS соединение обязательно для субдоменов", @@ -187,7 +190,7 @@ OC.L10N.register( "Update to %s" : "Обновить до %s", "Enable only for specific groups" : "Включить только для этих групп", "Uninstall App" : "Удалить приложение", - "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Здравствуйте,<br><br>Просто хотим сообщить, что теперь у вас есть учетная запись на %s.<br><br>Ваше имя пользователя: %s<br>Зайти: <a href=\"%s\">%s</a><br><br>", + "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Здравствуйте,<br><br>просто хотим сообщить, что теперь у вас есть учетная запись на %s.<br><br>Ваше имя пользователя: %s<br>Зайти: <a href=\"%s\">%s</a><br><br>", "Cheers!" : "Удачи!", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Здравствуйте,\n\nПросто хотим сообщить, что теперь у вас есть учетная запись на %s.\n\nИмя пользователя: %s\nЗайти: %s\n", "Administrator Documentation" : "Документация администратора", @@ -199,11 +202,11 @@ OC.L10N.register( "Desktop client" : "Клиент для ПК", "Android app" : "Android приложение", "iOS app" : "iOS приложение", - "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Если вы хотите поддержать проект,\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">присоединяйтесь к разработке</a>\n\t\tиди\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">содействуйте распространению</a>!", - "Show First Run Wizard again" : "Показать помощник настройки", + "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Если вы хотите поддержать проект,\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">присоединяйтесь к разработке</a>\n\t\tили\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">содействуйте распространению</a>!", + "Show First Run Wizard again" : "Показать помощник настройки снова", "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Вы использовали <strong>%s</strong> из доступных <strong>%s</strong>", "Password" : "Пароль", - "Your password was changed" : "Пароль изменён", + "Your password was changed" : "Ваш пароль был изменён", "Unable to change your password" : "Невозможно сменить пароль", "Current password" : "Текущий пароль", "New password" : "Новый пароль", @@ -211,7 +214,7 @@ OC.L10N.register( "Full Name" : "Полное имя", "No display name set" : "Отображаемое имя не указано", "Email" : "E-mail", - "Your email address" : "Адрес электронной почты", + "Your email address" : "Ваш адрес электронной почты", "Fill in an email address to enable password recovery and receive notifications" : "Введите свой email-адрес для того, чтобы включить возможность восстановления пароля и получения уведомлений", "No email address set" : "E-mail не указан", "Profile picture" : "Аватар", @@ -220,7 +223,7 @@ OC.L10N.register( "Remove image" : "Удалить аватар", "Either png or jpg. Ideally square but you will be able to crop it." : "Допустимые форматы: png и jpg. Если изображение не квадратное, то вам будет предложено обрезать его.", "Your avatar is provided by your original account." : "Будет использован аватар вашей оригинальной учетной записи.", - "Cancel" : "Отменить", + "Cancel" : "Отмена", "Choose as profile image" : "Установить как аватар", "Language" : "Язык", "Help translate" : "Помочь с переводом", @@ -229,15 +232,15 @@ OC.L10N.register( "Issued By" : "Выдан", "Valid until %s" : "Действительно до %s", "Import Root Certificate" : "Импортировать корневые сертификаты", - "The encryption app is no longer enabled, please decrypt all your files" : "Приложение шифрования выключено, расшифруйте все ваши файлы", + "The encryption app is no longer enabled, please decrypt all your files" : "Приложение шифрования больше не используется, пожалуйста расшифруйте все ваши файлы", "Log-in password" : "Пароль входа", "Decrypt all Files" : "Снять шифрование со всех файлов", - "Your encryption keys are moved to a backup location. If something went wrong you can restore the keys. Only delete them permanently if you are sure that all files are decrypted correctly." : "Ключи шифрования были архивированы. Если что-то пойдёт не так, вы сможете восстановить ключи. Удаляйте ключи из архива только тогда, когда вы будете уверены, что все файлы были успешно расшифрованы.", + "Your encryption keys are moved to a backup location. If something went wrong you can restore the keys. Only delete them permanently if you are sure that all files are decrypted correctly." : "Ключи шифрования были перемещены в папку с резервными копиями. Если что-то пойдёт не так, то вы сможете восстановить ключи. Удаляйте ключи из архива только тогда, когда вы будете уверены, что все файлы были успешно расшифрованы.", "Restore Encryption Keys" : "Восстановить Ключи Шифрования", "Delete Encryption Keys" : "Удалить Ключи Шифрования", "Show storage location" : "Показать местонахождение хранилища", "Show last log in" : "Показать последний вход в систему", - "Show user backend" : "Показать пользовательский бэкенд", + "Show user backend" : "Показать пользовательскую часть", "Send email to new user" : "Отправлять сообщение на email новому пользователю", "Show email address" : "Показывать адрес email", "Username" : "Имя пользователя", @@ -245,19 +248,19 @@ OC.L10N.register( "Create" : "Создать", "Admin Recovery Password" : "Восстановление пароля администратора", "Enter the recovery password in order to recover the users files during password change" : "Введите пароль для того, чтобы восстановить файлы пользователей при смене пароля", - "Search Users" : "Искать пользователей", + "Search Users" : "Поиск пользователей", "Add Group" : "Добавить группу", "Group" : "Группа", "Everyone" : "Все", "Admins" : "Администраторы", "Default Quota" : "Квота по умолчанию", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Пожалуйста, введите квоту на хранилище (например: \"512 MB\" или \"12 GB\")", - "Unlimited" : "Неограниченно", - "Other" : "Другое", + "Unlimited" : "Неограничено", + "Other" : "Другая", "Group Admin for" : "Для группы Администраторов", "Quota" : "Квота", "Storage Location" : "Место хранилища", - "User Backend" : "Пользовательский бэкенд", + "User Backend" : "Пользовательская часть", "Last Login" : "Последний вход", "change full name" : "изменить полное имя", "set new password" : "установить новый пароль", diff --git a/settings/l10n/ru.json b/settings/l10n/ru.json index b59abb535b8..7a58f19d8ce 100644 --- a/settings/l10n/ru.json +++ b/settings/l10n/ru.json @@ -18,30 +18,30 @@ "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Не удалось восстановить ваши ключи шифрования, проверьте файл owncloud.log или обратитесь к вашему администратору.", "Language changed" : "Язык изменён", "Invalid request" : "Неправильный запрос", - "Admins can't remove themself from the admin group" : "Администратор не может удалить сам себя из группы admin", + "Admins can't remove themself from the admin group" : "Администратор не может удалить сам себя из группы администраторов", "Unable to add user to group %s" : "Невозможно добавить пользователя в группу %s", "Unable to remove user from group %s" : "Невозможно удалить пользователя из группы %s", "Couldn't update app." : "Невозможно обновить приложение", "Wrong password" : "Неправильный пароль", "No user supplied" : "Пользователь не задан", - "Please provide an admin recovery password, otherwise all user data will be lost" : "Введите администраторский пароль восстановления, иначе все пользовательские данные будут утеряны", - "Wrong admin recovery password. Please check the password and try again." : "Неправильный пароль восстановления. Проверьте пароль и попробуйте еще раз.", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Введите пароль восстановления администратора, в противном случае все пользовательские данные будут утеряны", + "Wrong admin recovery password. Please check the password and try again." : "Неправильный пароль восстановления администратора. Проверьте пароль и попробуйте еще раз.", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Используемый механизм не поддерживает смену паролей, но пользовательский ключ шифрования был успешно обновлён", "Unable to change password" : "Невозможно изменить пароль", "Enabled" : "Включено", - "Not enabled" : "Выключено", + "Not enabled" : "Не включено", "Recommended" : "Рекомендовано", "Group already exists." : "Группа уже существует.", "Unable to add group." : "Невозможно добавить группу.", "Unable to delete group." : "Невозможно удалить группу.", - "log-level out of allowed range" : "Уровень журнала вышел за разрешенный диапазон", + "log-level out of allowed range" : "уровень журнала вышел за разрешенный диапазон", "Saved" : "Сохранено", "test email settings" : "проверить настройки почты", - "If you received this email, the settings seem to be correct." : "Если вы получили это письмо, настройки верны.", - "A problem occurred while sending the email. Please revise your settings." : "Возникла проблема при отправке письма. Проверьте ваши настройки.", + "If you received this email, the settings seem to be correct." : "Если вы получили это письмо, значит настройки верны.", + "A problem occurred while sending the email. Please revise your settings." : "Возникла проблема при отправке письма. Пожалуйста проверьте ваши настройки.", "Email sent" : "Письмо отправлено", "You need to set your user email before being able to send test emails." : "Вы должны настроить свой e-mail пользователя прежде чем отправлять тестовые сообщения.", - "Invalid mail address" : "Некорректный почтовый адрес", + "Invalid mail address" : "Некорректный адрес email", "Unable to create user." : "Невозможно создать пользователя.", "Your %s account was created" : "Учетная запись %s создана", "Unable to delete user." : "Невозможно удалить пользователя.", @@ -53,16 +53,16 @@ "Add trusted domain" : "Добавить доверенный домен", "Sending..." : "Отправляется ...", "All" : "Все", - "Please wait...." : "Подождите...", - "Error while disabling app" : "Ошибка отключения приложения", + "Please wait...." : "Пожалуйста подождите...", + "Error while disabling app" : "Ошибка при отключении приложения", "Disable" : "Выключить", "Enable" : "Включить", - "Error while enabling app" : "Ошибка включения приложения", + "Error while enabling app" : "Ошибка при включении приложения", "Updating...." : "Обновление...", "Error while updating app" : "Ошибка при обновлении приложения", "Updated" : "Обновлено", "Uninstalling ...." : "Удаление ...", - "Error while uninstalling app" : "Ошибка при удалении приложения.", + "Error while uninstalling app" : "Ошибка при удалении приложения", "Uninstall" : "Удалить", "Select a profile picture" : "Выберите аватар", "Very weak password" : "Очень слабый пароль", @@ -72,25 +72,25 @@ "Strong password" : "Стойкий пароль", "Valid until {date}" : "Действительно до {дата}", "Delete" : "Удалить", - "Decrypting files... Please wait, this can take some time." : "Расшифровка файлов... Пожалуйста, подождите, это может занять некоторое время.", + "Decrypting files... Please wait, this can take some time." : "Расшифровка файлов... Пожалуйста подождите, это может занять некоторое время.", "Delete encryption keys permanently." : "Перманентно удалить ключи шифрования. ", "Restore encryption keys." : "Восстановить ключи шифрования.", "Groups" : "Группы", "Unable to delete {objName}" : "Невозможно удалить {objName}", "Error creating group" : "Ошибка создания группы", "A valid group name must be provided" : "Введите правильное имя группы", - "deleted {groupName}" : "удалено {groupName}", + "deleted {groupName}" : "удалена {groupName}", "undo" : "отмена", - "no group" : "Нет группы", + "no group" : "без группы", "never" : "никогда", "deleted {userName}" : "удалён {userName}", "add group" : "добавить группу", - "Changing the password will result in data loss, because data recovery is not available for this user" : "Изменение пароля приведёт к потере данных, потому что восстановление данных не доступно для этого пользователя", + "Changing the password will result in data loss, because data recovery is not available for this user" : "Изменение пароля приведёт к потере данных, так как восстановление данных не доступно для этого пользователя", "A valid username must be provided" : "Укажите правильное имя пользователя", "Error creating user" : "Ошибка создания пользователя", - "A valid password must be provided" : "Предоставьте корректный пароль", - "A valid email must be provided" : "Введите корректный адрес email", - "__language_name__" : "Русский ", + "A valid password must be provided" : "Должен быть указан правильный пароль", + "A valid email must be provided" : "Должен быть указан корректный адрес email", + "__language_name__" : "Русский", "Personal Info" : "Личная информация", "SSL root certificates" : "Корневые сертификаты SSL", "Encryption" : "Шифрование", @@ -102,52 +102,55 @@ "None" : "Отсутствует", "Login" : "Логин", "Plain" : "Простой", - "NT LAN Manager" : "Мендеджер NT LAN", + "NT LAN Manager" : "Менеджер NT LAN", "SSL" : "SSL", "TLS" : "TLS", "Security Warning" : "Предупреждение безопасности", "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Вы обращаетесь к %s используя HTTP. Мы настоятельно рекомендуем вам настроить сервер на использование HTTPS.", - "Read-Only config enabled" : "Конфигурационный файл в режиме только для чтения.", - "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Конфигурационный файл в режиме только для чтения. В связи с этим некоторые настройки веб-интерфейса не возможно изменить. Учтите, что для установки обновлений, вам потребуется самостоятельно разрешить запись в конфигурационный файл.", + "Read-Only config enabled" : "Конфигурационный файл в режиме только для чтения", + "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Конфигурационный файл в режиме только для чтения. В связи с этим некоторые настройки веб-интерфейса невозможно изменить. Учтите, что для установки обновлений, вам потребуется самостоятельно разрешить запись в конфигурационный файл.", "Setup Warning" : "Предупреждение установки", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Очевидно, PHP настроен на вычищение блоков встроенной документации. Это сделает несколько центральных приложений недоступными.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Возможно это вызвано кешем/ускорителем вроде Zend OPcache или eAccelerator.", "Database Performance Info" : "Информация о производительности Базы Данных", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "В качестве базы данных используется SQLite. Для больших установок мы рекомендуем переключиться на другую серверную базу данных.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Особенно вызывает сомнение использование SQLite при синхронизации файлов с использование клиента для ПК.", + "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Для перехода на другую базу данных используйте команду: 'occ db:convert-type'", "Microsoft Windows Platform" : "Платформа Microsoft Windows", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Ваш сервер работает на ОС Microsoft Windows. Мы настоятельно рекомендуем использовать ОС семейства Linux для достижения наилучших условий использования.", "Module 'fileinfo' missing" : "Модуль 'fileinfo' отсутствует", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-модуль 'fileinfo' отсутствует. Мы настоятельно рекомендуем включить этот модуль для улучшения определения типов (mime-type) файлов.", - "PHP charset is not set to UTF-8" : "Кодировка PHP не совпадает с UTF-8", - "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Кодировка PHP не совпадает с UTF-8. Это может вызвать трудности с именами файлов, содержащими нелатинские символы. Мы настоятельно рекомендуем сменить значение переменной default_charset в файле php.ini на UTF-8.", + "PHP charset is not set to UTF-8" : "Кодировка PHP не установлена на UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Кодировка PHP не установлена на UTF-8. Это может вызвать трудности с именами файлов, содержащими нелатинские символы. Мы настоятельно рекомендуем сменить значение переменной default_charset в файле php.ini на UTF-8.", "Locale not working" : "Локализация не работает", "System locale can not be set to a one which supports UTF-8." : "Невозможно установить системную локаль, поддерживающую UTF-8", "This means that there might be problems with certain characters in file names." : "Это значит, что могут быть проблемы с некоторыми символами в именах файлов.", "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Мы рекомендуем установить требуемые пакеты для вашей системы для поддержки одного из следующих языков: %s.", - "URL generation in notification emails" : "Генерирование URL в уведомляющих электронных письмах", - "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Если ваша копия ownCloud установлена не в корне домена и использует планировщик cron системы, возможны проблемы с правильной генерацией URL. Чтобы избежать этого, установите опцию \"overwrite.cli.url\" в файле config.php равной пути папки установки. (Предположительно: \"%s\".)", + "URL generation in notification emails" : "Генерация URL в письмах уведомлениях", + "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Если ваша копия ownCloud установлена не в корне домена и использует системный планировщик cron, возможны проблемы с правильной генерацией URL. Чтобы избежать этого, установите опцию \"overwrite.cli.url\" в файле config.php равной пути папки установки. (Предположительно: \"%s\".)", "Configuration Checks" : "Проверка конфигурации", "No problems found" : "Проблемы не найдены", "Please double check the <a href='%s'>installation guides</a>." : "Подробно изучите <a href='%s'>инструкции по установке</a>.", - "Last cron was executed at %s." : "Последняя cron-задача была запущена: %s.", - "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Последняя cron-задача была запущена: %s. Это было больше часа назад, кажется что-то не так.", - "Cron was not executed yet!" : "Cron-задачи ещё не запускались!", + "Last cron was executed at %s." : "Последняя задача cron была запущена в %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Последняя задача cron запущена в %s. Это было больше часа назад, кажется что-то не так.", + "Cron was not executed yet!" : "Задачи cron ещё не запускались!", "Execute one task with each page loaded" : "Выполнять одно задание с каждой загруженной страницей", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php зарегестрирован в webcron и будет вызываться каждые 15 минут по http.", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php зарегистрирован в webcron и будет вызываться каждые 15 минут по http.", "Use system's cron service to call the cron.php file every 15 minutes." : "Использовать системный cron для вызова cron.php каждые 15 минут.", "Allow apps to use the Share API" : "Позволить приложениям использовать API общего доступа", "Allow users to share via link" : "Разрешить пользователям публикации через ссылки", "Enforce password protection" : "Защита паролем обязательна", - "Allow public uploads" : "Разрешить открытые загрузки", - "Allow users to send mail notification for shared files" : "Разрешить пользователям оповещать почтой об открытии доступа к файлам", - "Set default expiration date" : "Установить срок действия по-умолчанию", - "Expire after " : "Заканчивается через", + "Allow public uploads" : "Разрешить открытые/публичные загрузки", + "Allow users to send mail notification for shared files" : "Разрешить пользователям отправлять email об открытии доступа к файлам", + "Set default expiration date" : "Установить дату истечения по умолчанию", + "Expire after " : "Истечение через", "days" : "дней", "Enforce expiration date" : "Срок действия обязателен", "Allow resharing" : "Разрешить повторное открытие общего доступа", "Restrict users to only share with users in their groups" : "Разрешить пользователям делиться только с членами их групп", - "Allow users to send mail notification for shared files to other users" : "Разрешить пользователям оповещать почтой других пользователей об открытии доступа к файлам", + "Allow users to send mail notification for shared files to other users" : "Разрешить пользователям отправлять оповещение других пользователей об открытии доступа к файлам", "Exclude groups from sharing" : "Исключить группы из общего доступа", - "These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие ресурсы, но не могут их принять.", + "These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие ресурсы, но не могут их создавать.", "Enforce HTTPS" : "HTTPS соединение обязательно", "Forces the clients to connect to %s via an encrypted connection." : "Принудить клиентов подключаться к %s через шифрованное соединение.", "Enforce HTTPS for subdomains" : "HTTPS соединение обязательно для субдоменов", @@ -185,7 +188,7 @@ "Update to %s" : "Обновить до %s", "Enable only for specific groups" : "Включить только для этих групп", "Uninstall App" : "Удалить приложение", - "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Здравствуйте,<br><br>Просто хотим сообщить, что теперь у вас есть учетная запись на %s.<br><br>Ваше имя пользователя: %s<br>Зайти: <a href=\"%s\">%s</a><br><br>", + "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Здравствуйте,<br><br>просто хотим сообщить, что теперь у вас есть учетная запись на %s.<br><br>Ваше имя пользователя: %s<br>Зайти: <a href=\"%s\">%s</a><br><br>", "Cheers!" : "Удачи!", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Здравствуйте,\n\nПросто хотим сообщить, что теперь у вас есть учетная запись на %s.\n\nИмя пользователя: %s\nЗайти: %s\n", "Administrator Documentation" : "Документация администратора", @@ -197,11 +200,11 @@ "Desktop client" : "Клиент для ПК", "Android app" : "Android приложение", "iOS app" : "iOS приложение", - "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Если вы хотите поддержать проект,\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">присоединяйтесь к разработке</a>\n\t\tиди\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">содействуйте распространению</a>!", - "Show First Run Wizard again" : "Показать помощник настройки", + "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Если вы хотите поддержать проект,\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">присоединяйтесь к разработке</a>\n\t\tили\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">содействуйте распространению</a>!", + "Show First Run Wizard again" : "Показать помощник настройки снова", "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Вы использовали <strong>%s</strong> из доступных <strong>%s</strong>", "Password" : "Пароль", - "Your password was changed" : "Пароль изменён", + "Your password was changed" : "Ваш пароль был изменён", "Unable to change your password" : "Невозможно сменить пароль", "Current password" : "Текущий пароль", "New password" : "Новый пароль", @@ -209,7 +212,7 @@ "Full Name" : "Полное имя", "No display name set" : "Отображаемое имя не указано", "Email" : "E-mail", - "Your email address" : "Адрес электронной почты", + "Your email address" : "Ваш адрес электронной почты", "Fill in an email address to enable password recovery and receive notifications" : "Введите свой email-адрес для того, чтобы включить возможность восстановления пароля и получения уведомлений", "No email address set" : "E-mail не указан", "Profile picture" : "Аватар", @@ -218,7 +221,7 @@ "Remove image" : "Удалить аватар", "Either png or jpg. Ideally square but you will be able to crop it." : "Допустимые форматы: png и jpg. Если изображение не квадратное, то вам будет предложено обрезать его.", "Your avatar is provided by your original account." : "Будет использован аватар вашей оригинальной учетной записи.", - "Cancel" : "Отменить", + "Cancel" : "Отмена", "Choose as profile image" : "Установить как аватар", "Language" : "Язык", "Help translate" : "Помочь с переводом", @@ -227,15 +230,15 @@ "Issued By" : "Выдан", "Valid until %s" : "Действительно до %s", "Import Root Certificate" : "Импортировать корневые сертификаты", - "The encryption app is no longer enabled, please decrypt all your files" : "Приложение шифрования выключено, расшифруйте все ваши файлы", + "The encryption app is no longer enabled, please decrypt all your files" : "Приложение шифрования больше не используется, пожалуйста расшифруйте все ваши файлы", "Log-in password" : "Пароль входа", "Decrypt all Files" : "Снять шифрование со всех файлов", - "Your encryption keys are moved to a backup location. If something went wrong you can restore the keys. Only delete them permanently if you are sure that all files are decrypted correctly." : "Ключи шифрования были архивированы. Если что-то пойдёт не так, вы сможете восстановить ключи. Удаляйте ключи из архива только тогда, когда вы будете уверены, что все файлы были успешно расшифрованы.", + "Your encryption keys are moved to a backup location. If something went wrong you can restore the keys. Only delete them permanently if you are sure that all files are decrypted correctly." : "Ключи шифрования были перемещены в папку с резервными копиями. Если что-то пойдёт не так, то вы сможете восстановить ключи. Удаляйте ключи из архива только тогда, когда вы будете уверены, что все файлы были успешно расшифрованы.", "Restore Encryption Keys" : "Восстановить Ключи Шифрования", "Delete Encryption Keys" : "Удалить Ключи Шифрования", "Show storage location" : "Показать местонахождение хранилища", "Show last log in" : "Показать последний вход в систему", - "Show user backend" : "Показать пользовательский бэкенд", + "Show user backend" : "Показать пользовательскую часть", "Send email to new user" : "Отправлять сообщение на email новому пользователю", "Show email address" : "Показывать адрес email", "Username" : "Имя пользователя", @@ -243,19 +246,19 @@ "Create" : "Создать", "Admin Recovery Password" : "Восстановление пароля администратора", "Enter the recovery password in order to recover the users files during password change" : "Введите пароль для того, чтобы восстановить файлы пользователей при смене пароля", - "Search Users" : "Искать пользователей", + "Search Users" : "Поиск пользователей", "Add Group" : "Добавить группу", "Group" : "Группа", "Everyone" : "Все", "Admins" : "Администраторы", "Default Quota" : "Квота по умолчанию", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Пожалуйста, введите квоту на хранилище (например: \"512 MB\" или \"12 GB\")", - "Unlimited" : "Неограниченно", - "Other" : "Другое", + "Unlimited" : "Неограничено", + "Other" : "Другая", "Group Admin for" : "Для группы Администраторов", "Quota" : "Квота", "Storage Location" : "Место хранилища", - "User Backend" : "Пользовательский бэкенд", + "User Backend" : "Пользовательская часть", "Last Login" : "Последний вход", "change full name" : "изменить полное имя", "set new password" : "установить новый пароль", |