diff options
Diffstat (limited to 'core/l10n/ro.js')
-rw-r--r-- | core/l10n/ro.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/ro.js b/core/l10n/ro.js index 27a03d90b23..aa279873421 100644 --- a/core/l10n/ro.js +++ b/core/l10n/ro.js @@ -90,9 +90,6 @@ OC.L10N.register( "The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Modulul PHP \"imagick\" nu este activat cu toate că aplicația de teme este. Pentru ca generarea favicon-ului să funcționeze corect, trebuie instalat și activat acest modul.", "The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Modulul PHP \"gmp\" și/sau \"bcmath\" nu sunt active. Dacă utilizați autentificarea WebAuthn fără parolă, aceste module sunt necesare.", "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Modulul php-imagick din acestă instanță nu are suport pentru SVG. Pentru o mai bună compatibilitate se recomandă să-l instalați.", - "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Baza de date curentă este SQLite. Pentru configurații mai mari se recomandă să folosiți altă baza de date.", - "This is particularly recommended when using the desktop client for file synchronisation." : "Aceasta se recomandă în special când utilizați clientul pentru desktop pentru sincronizarea fișierelor.", - "To migrate to another database use the command line tool: \"occ db:convert-type\", or see the {linkstart}documentation ↗{linkend}." : "Pentru migrarea la altă bază de date folosiți linia de comandă: \"occ db:convert-type\", sau vedeți {linkstart}documentația ↗{linkend}.", "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Unele directoare sunt proprietatea altui utilizator decât cel al serverului web. Ar putea fi din cauza instalării manuale a aplicațiilor. Verificați permisiunile următoarelor directoare:", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Este utilizat MySQL ca bază de date dar nu are suport pentru caractere pe 4 byte. Pentru a putea manipula fără probleme caractere pe 4 byte (ca emoji-urile) în numele de fișiere sau comentarii, de exemplu, se recomandă activarea suportului pentru acestea în MySQL. Pentru mai multe detalii citiți {linkstart}documentația↗{linkend}.", "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Instanța folosește ca suport de stocare principal object store-ul S3. Fișierele încărcate sunt stocate temporar pe server și este deci recomandat să dispuneți de un spațiu liber de 50 GB în directorul temp al PHP. Verificați logurile pentru detalii complete despre cale și spațiul disponibil. Pentru optimizare, schimbați directorul temporar în php.ini sau creați mai mult spațiu în acesta.", @@ -420,6 +417,9 @@ OC.L10N.register( "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Lipsesc din configurație module PHP recomandate. Pentru a îmbunătăți performanța și o mai bună compatibilitate, se recomandă să le instalați.", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Se pare că aveți versiunea de 32 biți a PHP. Pentru a rula bine, Nextcloud necesită versiunea pe 64 de biți. Faceți upgrade la versiunea pe 64 de biți a sistemului de operare și a PHP! Pentru mai multe informații citiți {linkstart} pagina de documentație ↗{linkend} .", "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Pentru unele coloane din baza de date nu s-a făcut conversia la întreg mare. Datorită faptului că modificare tipului de coloană la tabelele mari durează mult, această conversie nu au fost făcută automat. Rulând \"occ db:convert-filecache-bigint\", conversia se va aplica manual. Această operație trebuie făcută când instanța este offline. Pentru mai multe detalii, citiți {linkstart}despre aceasta în documentație ↗{linkend}.", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Baza de date curentă este SQLite. Pentru configurații mai mari se recomandă să folosiți altă baza de date.", + "This is particularly recommended when using the desktop client for file synchronisation." : "Aceasta se recomandă în special când utilizați clientul pentru desktop pentru sincronizarea fișierelor.", + "To migrate to another database use the command line tool: \"occ db:convert-type\", or see the {linkstart}documentation ↗{linkend}." : "Pentru migrarea la altă bază de date folosiți linia de comandă: \"occ db:convert-type\", sau vedeți {linkstart}documentația ↗{linkend}.", "The PHP memory limit is below the recommended value of 512MB." : "Limita memoriei PHP este sub valoarea recomandată de 512MB.", "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Un mesaj de resetare a parolei a fost transmis pe mail. Dacă nu la-ți primit, verificați folderele spam/junk sau solicitați ajutorul administratorului.", "If it is not there ask your local administrator." : "Dacă nu este acolo, întrebați administratorul.", |