From 91fa051918a0ecde67678dfaa0db9e04c3597690 Mon Sep 17 00:00:00 2001
From: Lakshay arora
+
{% endfor %}
{% endif %}
{% if type == 'database' %}
- {% include 'server/privileges/add_privileges_database.twig' with {
- 'databases': databases
- } only %}
+
+
+ {%- if databases is not empty %}
+
+ {% endif -%}
+
+
+ {{ Util_showHint("Wildcards % and _ should be escaped with a \\ to use them literally."|trans) }}
{% elseif type == 'table' %}
- {% include 'server/privileges/add_privileges_table.twig' with {
- 'database': database,
- 'tables': tables
- } only %}
+
+
+
+
+ {%- if tables is not empty %}
+
+ {% endif -%}
+
+
{% else %}
- {% include 'server/privileges/add_privileges_routine.twig' with {
- 'database': database,
- 'routines': routines
- } only %}
+
+
+
+
+ {%- if routines is not empty %}
+
+ {% endif -%}
+
+
{% endif %}
diff --git a/templates/server/privileges/privileges_summary_row.twig b/templates/server/privileges/privileges_summary_row.twig
deleted file mode 100644
index 4470ca5165..0000000000
--- a/templates/server/privileges/privileges_summary_row.twig
+++ /dev/null
@@ -1,14 +0,0 @@
-{{ privilege['name'] }}
+
+ {{ privilege['privileges']|raw }}{{ privilege['grant'] ? 'Yes'|trans : 'No'|trans }}
+
+ {% if type == 'database' %}
+ {{ privilege['table_privs'] ? 'Yes'|trans : 'No'|trans }}
+ {% elseif type == 'table' %}
+ {{ privilege['column_privs'] ? 'Yes'|trans : 'No'|trans }}
+ {% endif %}
+
+ {{ privilege['edit_link']|raw }}
+ {{ privilege['revoke_link']|raw }}
+
-
diff --git a/templates/server/privileges/require_options.twig b/templates/server/privileges/require_options.twig
index e16515cfb5..536cd6c3ca 100644
--- a/templates/server/privileges/require_options.twig
+++ b/templates/server/privileges/require_options.twig
@@ -5,9 +5,29 @@
{% if require_option['name'] is same as('ssl_cipher') %}
{{ name }}
-
- {{ privileges|raw }}{{ grant ? 'Yes'|trans : 'No'|trans }}
-
- {% if type == 'database' %}
- {{ table_privs ? 'Yes'|trans : 'No'|trans }}
- {% elseif type == 'table' %}
- {{ column_privs ? 'Yes'|trans : 'No'|trans }}
- {% endif %}
-
- {{ edit_link|raw }}
- {{ revoke_link|raw }}
-
%2$s)"
msgstr "%1$s (lângă %2$s)"
@@ -8161,14 +8086,13 @@ msgstr "%1$s (lângă %2$s)"
#: tbl_operations.php:224 tbl_structure.php:36
#: templates/database/structure/structure_table_row.twig:98
#: templates/database/structure/structure_table_row.twig:163
-#, fuzzy
msgid "View"
-msgstr "Vizualizare"
+msgstr "Vezi"
#: libraries/classes/Menu.php:290 libraries/classes/Menu.php:309
#, php-format
msgid "“%s”"
-msgstr ""
+msgstr "„%s”"
#: libraries/classes/Menu.php:344
#: libraries/classes/Navigation/Nodes/NodeTable.php:300
@@ -8178,9 +8102,8 @@ msgstr ""
#: libraries/config.values.php:50 libraries/config.values.php:120
#: templates/table/structure/check_all_table_column.twig:8
#: templates/database/search/results.twig:34
-#, fuzzy
msgid "Browse"
-msgstr "Navigare"
+msgstr "Răsfoiește"
#: libraries/classes/Menu.php:361 libraries/classes/Menu.php:464
#: libraries/classes/Navigation/Nodes/NodeTable.php:291
@@ -8190,7 +8113,6 @@ msgstr "Navigare"
#: libraries/classes/Util.php:3991 libraries/config.values.php:40
#: libraries/config.values.php:48 libraries/config.values.php:112
#: libraries/config.values.php:118
-#, fuzzy
msgid "Search"
msgstr "Caută"
@@ -8202,9 +8124,8 @@ msgstr "Caută"
#: libraries/classes/Util.php:3315 libraries/classes/Util.php:3992
#: libraries/config.values.php:41 libraries/config.values.php:49
#: libraries/config.values.php:119
-#, fuzzy
msgid "Insert"
-msgstr "Inserare"
+msgstr "Inserează"
#: libraries/classes/Menu.php:395 libraries/classes/Menu.php:499
#: libraries/classes/Server/Privileges.php:2565
@@ -8212,23 +8133,20 @@ msgstr "Inserare"
#: libraries/classes/Util.php:3995 libraries/config.values.php:107
#: templates/server/sub_page_header.twig:2
#: templates/privileges/privileges_summary.twig:15
-#, fuzzy
msgid "Privileges"
-msgstr "Drepturi de acces"
+msgstr "Privilegii"
#: libraries/classes/Menu.php:404 libraries/classes/Menu.php:412
#: libraries/classes/Menu.php:491 libraries/classes/Util.php:3025
#: libraries/classes/Util.php:3039 libraries/classes/Util.php:3978
#: libraries/classes/Util.php:3996 libraries/config.values.php:113
#: view_operations.php:99
-#, fuzzy
msgid "Operations"
msgstr "Operații"
#: libraries/classes/Menu.php:417 libraries/classes/Menu.php:521
#: libraries/classes/Relation.php:279 libraries/classes/Util.php:3983
#: libraries/classes/Util.php:3997
-#, fuzzy
msgid "Tracking"
msgstr "Urmărire"
@@ -8242,24 +8160,20 @@ msgstr "Urmărire"
#: libraries/classes/Plugins/Export/ExportXml.php:124
#: libraries/classes/Rte/Words.php:63 libraries/classes/Util.php:3982
#: libraries/classes/Util.php:3998
-#, fuzzy
msgid "Triggers"
msgstr "Declanșatori"
#: libraries/classes/Menu.php:468 libraries/classes/Menu.php:475
#: libraries/classes/Menu.php:482
-#, fuzzy
msgid "Database seems to be empty!"
-msgstr "Baza de date pare a fi goală!"
+msgstr "Baza de date pare să fie goală!"
#: libraries/classes/Menu.php:471 libraries/classes/Util.php:3975
-#, fuzzy
msgid "Query"
-msgstr "Interogare prin exemplu"
+msgstr "Interogare"
#: libraries/classes/Menu.php:504 libraries/classes/Rte/Words.php:49
#: libraries/classes/Util.php:3980
-#, fuzzy
msgid "Routines"
msgstr "Rutine"
@@ -8268,30 +8182,24 @@ msgstr "Rutine"
#: libraries/classes/Plugins/Export/ExportSql.php:964
#: libraries/classes/Plugins/Export/ExportXml.php:104
#: libraries/classes/Rte/Words.php:77 libraries/classes/Util.php:3981
-#, fuzzy
msgid "Events"
msgstr "Evenimente"
#: libraries/classes/Menu.php:527 libraries/classes/Util.php:3984
-#, fuzzy
msgid "Designer"
msgstr "Designer"
#: libraries/classes/Menu.php:536 libraries/classes/Util.php:3985
#: templates/database/structure/check_all_tables.twig:32
-#, fuzzy
msgid "Central columns"
msgstr "Coloane centrale"
#: libraries/classes/Menu.php:594
-#, fuzzy
-#| msgid "Users"
msgid "User accounts"
-msgstr "Utilizatori"
+msgstr "Conturi utilizator"
#: libraries/classes/Menu.php:621 libraries/classes/Server/Status/Data.php:121
#: libraries/classes/Util.php:3964 templates/server/sub_page_header.twig:2
-#, fuzzy
msgid "Binary log"
msgstr "Jurnal binar"
@@ -8307,77 +8215,67 @@ msgstr "Replicare"
#: libraries/classes/SqlQueryForm.php:432 libraries/classes/Util.php:3966
#: libraries/config.values.php:106 templates/server/engines/engine.twig:12
#: templates/server/engines/engine.twig:16
-#, fuzzy
msgid "Variables"
msgstr "Variabile"
#: libraries/classes/Menu.php:636 libraries/classes/Util.php:3967
-#, fuzzy
msgid "Charsets"
msgstr "Seturi de caractere"
#: libraries/classes/Menu.php:640 libraries/classes/Util.php:3969
-#, fuzzy
msgid "Engines"
msgstr "Motoare"
#: libraries/classes/Menu.php:644 libraries/classes/Util.php:3968
#: templates/server/sub_page_header.twig:2
-#, fuzzy
msgid "Plugins"
-msgstr "Extensii"
+msgstr "Module"
#: libraries/classes/Message.php:247
-#, fuzzy, php-format
+#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
-msgstr[0] "%1$d rânduri afectate."
-msgstr[1] "%1$d rând afectat."
-msgstr[2] "%1$d rânduri afectate."
+msgstr[0] "Un rând afectat."
+msgstr[1] "%1$d rânduri afectate."
+msgstr[2] "%1$d de rânduri afectate."
#: libraries/classes/Message.php:266
-#, fuzzy, php-format
+#, php-format
msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
-msgstr[0] "%1$d rânduri șterse."
-msgstr[1] "%1$d rând șters."
-msgstr[2] "%1$d rânduri șterse."
+msgstr[0] "Un rând șters."
+msgstr[1] "%1$d rânduri șterse."
+msgstr[2] "%1$d de rânduri șterse."
#: libraries/classes/Message.php:285
-#, fuzzy, php-format
+#, php-format
msgid "%1$d row inserted."
msgid_plural "%1$d rows inserted."
-msgstr[0] "%1$d rânduri inserate."
-msgstr[1] "%1$d rând inserat."
-msgstr[2] "%1$d rânduri inserate."
+msgstr[0] "Un rând inserat."
+msgstr[1] "%1$d rânduri inserate."
+msgstr[2] "%1$d de rânduri inserate."
#: libraries/classes/MultSubmits.php:358 libraries/classes/Operations.php:182
#: libraries/classes/Operations.php:1266 libraries/classes/Tracking.php:393
-#, fuzzy
msgid "Structure only"
-msgstr "Numai structura"
+msgstr "Numai structură"
#: libraries/classes/MultSubmits.php:360 libraries/classes/Operations.php:183
#: libraries/classes/Operations.php:1267 libraries/classes/Tracking.php:399
-#, fuzzy
msgid "Structure and data"
-msgstr "Structura și date"
+msgstr "Structură și date"
#: libraries/classes/MultSubmits.php:362 libraries/classes/Operations.php:184
#: libraries/classes/Operations.php:1268 libraries/classes/Tracking.php:396
-#, fuzzy
msgid "Data only"
msgstr "Numai date"
#: libraries/classes/MultSubmits.php:366
-#, fuzzy
-#| msgid "Add AUTO_INCREMENT value"
msgid "Add AUTO INCREMENT value"
-msgstr "Adaugă valoare pentru AUTO_INCREMENT"
+msgstr "Adaugă valoarea INCREMENTARE AUTOMATĂ"
#: libraries/classes/MultSubmits.php:368 libraries/classes/Operations.php:232
#: libraries/classes/Operations.php:1291
-#, fuzzy
msgid "Add constraints"
msgstr "Adaugă constrângeri"
@@ -8386,193 +8284,156 @@ msgstr "Adaugă constrângeri"
#: libraries/classes/Operations.php:956 libraries/classes/Operations.php:1310
#: libraries/classes/Rte/Routines.php:1024
#: templates/columns_definitions/table_fields_definitions.twig:36
-#, fuzzy
-#| msgid "Edit Privileges"
msgid "Adjust privileges"
-msgstr "Editează drepturile de acces"
+msgstr "Ajustează privilegiile"
#: libraries/classes/MultSubmits.php:392
-#, fuzzy
-#| msgid "Fri"
msgid "From"
-msgstr "Vin"
+msgstr "De la"
#: libraries/classes/MultSubmits.php:398
msgid "To"
-msgstr ""
+msgstr "La"
#: libraries/classes/MultSubmits.php:426
msgid "Add prefix"
-msgstr ""
+msgstr "Adaugă prefix"
#: libraries/classes/MultSubmits.php:459
-#, fuzzy
-#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
-msgstr "Sigur doriți să "
+msgstr "Sigur vrei să execuți interogarea următoare?"
#: libraries/classes/Navigation/Navigation.php:56
msgid "An error has occurred while loading the navigation display"
-msgstr ""
+msgstr "A apărut o eroare la încărcarea afișării de navigare"
#: libraries/classes/Navigation/Navigation.php:194
-#, fuzzy
-#| msgid "Column names"
msgid "Groups:"
-msgstr "Denumirile coloanelor"
+msgstr "Grupuri:"
#: libraries/classes/Navigation/Navigation.php:195
-#, fuzzy
-#| msgid "Events"
msgid "Events:"
-msgstr "Evenimente"
+msgstr "Evenimente:"
#: libraries/classes/Navigation/Navigation.php:196
-#, fuzzy
-#| msgid "Functions"
msgid "Functions:"
-msgstr "Funcții"
+msgstr "Funcții:"
#: libraries/classes/Navigation/Navigation.php:197
-#, fuzzy
-#| msgid "Procedures"
msgid "Procedures:"
-msgstr "Proceduri"
+msgstr "Proceduri:"
#: libraries/classes/Navigation/Navigation.php:198
#: templates/display/export/selection.twig:5
-#, fuzzy
-#| msgid "Tables"
msgid "Tables:"
-msgstr "Tabele"
+msgstr "Tabele:"
#: libraries/classes/Navigation/Navigation.php:199
-#, fuzzy
-#| msgid "View"
msgid "Views:"
-msgstr "Vizualizare"
+msgstr "Vizualizări:"
#: libraries/classes/Navigation/Navigation.php:223
#: libraries/classes/Tracking.php:163 tbl_change.php:146
#: templates/database/tracking/tracked_tables.twig:17
#: templates/database/multi_table_query/form.twig:29
-#, fuzzy
msgid "Show"
msgstr "Arată"
#: libraries/classes/Navigation/NavigationHeader.php:165
-#, fuzzy
msgid "Home"
-msgstr "Pagina de pornire"
+msgstr "Prima pagină"
#: libraries/classes/Navigation/NavigationHeader.php:173
-#, fuzzy
msgid "Log out"
-msgstr "Deconectare"
+msgstr "Dezautentificare"
#: libraries/classes/Navigation/NavigationHeader.php:175
-#, fuzzy
-#| msgid "Dumping data for table"
msgid "Empty session data"
-msgstr "Salvarea datelor din tabel"
+msgstr "Golește datele sesiunii"
#: libraries/classes/Navigation/NavigationHeader.php:193
-#, fuzzy
msgid "phpMyAdmin documentation"
msgstr "Documentație phpMyAdmin"
#: libraries/classes/Navigation/NavigationHeader.php:213
msgid "Navigation panel settings"
-msgstr "Setări panou de navigare"
+msgstr "Setări panou navigare"
#: libraries/classes/Navigation/NavigationHeader.php:224
-#, fuzzy
msgid "Reload navigation panel"
-msgstr "Personalizează cadrul principal"
+msgstr "Reîncarcă panoul de navigare"
#: libraries/classes/Navigation/NavigationTree.php:755
msgid ""
"There are large item groups in navigation panel which may affect the "
"performance. Consider disabling item grouping in the navigation panel."
msgstr ""
+"Există grupuri mari de elemente în panoul de navigare, care pot afecta "
+"performanța. Ia în considerare dezactivarea grupării elementelor în panoul "
+"de navigare."
#: libraries/classes/Navigation/NavigationTree.php:949
#, php-format
msgid "%s result found"
msgid_plural "%s results found"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgstr[0] "Un rezultat găsit"
+msgstr[1] "%s rezultate găsite"
+msgstr[2] "%s de rezultate găsite"
#: libraries/classes/Navigation/NavigationTree.php:1366
#: libraries/classes/Navigation/NavigationTree.php:1398
msgid "Type to filter these, Enter to search all"
-msgstr ""
+msgstr "Tastează pentru a le filtra, apasă Enter pentru a căuta tot"
#: libraries/classes/Navigation/NavigationTree.php:1368
#: libraries/classes/Navigation/NavigationTree.php:1399
-#, fuzzy
-#| msgid "Save as file"
msgid "Clear fast filter"
-msgstr "Salvează ca fișier"
+msgstr "Filtru rapid de curățare"
#: libraries/classes/Navigation/NavigationTree.php:1425
msgid "Collapse all"
-msgstr ""
+msgstr "Restrânge tot"
#. l10n: The word "Node" must not be translated here
#: libraries/classes/Navigation/NodeFactory.php:34
#, php-format
msgid "Invalid class name \"%1$s\", using default of \"Node\""
-msgstr ""
+msgstr "Nume clasă invalid „%1$s”, folosind implicit „Node”"
#: libraries/classes/Navigation/NodeFactory.php:61
-#, fuzzy, php-format
-#| msgid "Could not add columns!"
+#, php-format
msgid "Could not load class \"%1$s\""
-msgstr "Nu s-au putut adăuga coloanele!"
+msgstr "Nu am putut încărca clasa „%1$s”"
#: libraries/classes/Navigation/Nodes/Node.php:796
msgid "Expand/Collapse"
-msgstr ""
+msgstr "Extinde/restrânge"
#: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:25
#: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:26
#: libraries/classes/SqlQueryForm.php:269
-#, fuzzy
-#| msgid "Column names"
msgid "Columns"
-msgstr "Denumirile coloanelor"
+msgstr "Coloane"
#: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:35
-#, fuzzy
-#| msgid "New"
msgctxt "Create new column"
msgid "New"
-msgstr "Nou"
+msgstr "Nouă"
#: libraries/classes/Navigation/Nodes/NodeDatabase.php:41
-#, fuzzy
-#| msgid "Database export options"
msgid "Database operations"
-msgstr "Opțiuni de exportare a bazei de date"
+msgstr "Operații bază de date"
#: libraries/classes/Navigation/Nodes/NodeDatabase.php:685
-#, fuzzy
-#| msgid "Show hint"
msgid "Show hidden items"
-msgstr "Arată indiciul"
+msgstr "Arată elementele ascunse"
#: libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php:36
-#, fuzzy
-#| msgid "New"
msgctxt "Create new database"
msgid "New"
-msgstr "Nou"
+msgstr "Nouă"
#: libraries/classes/Navigation/Nodes/NodeEventContainer.php:37
-#, fuzzy
-#| msgid "New"
msgctxt "Create new event"
msgid "New"
msgstr "Nou"
@@ -8581,56 +8442,42 @@ msgstr "Nou"
#: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:26
#: libraries/classes/Plugins/Export/ExportSql.php:573
#: libraries/classes/Plugins/Export/ExportXml.php:109
-#, fuzzy
msgid "Functions"
msgstr "Funcții"
#: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:35
-#, fuzzy
-#| msgid "New"
msgctxt "Create new function"
msgid "New"
-msgstr "Nou"
+msgstr "Nouă"
#: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:35
-#, fuzzy
-#| msgid "New"
msgctxt "Create new index"
msgid "New"
msgstr "Nou"
#: libraries/classes/Navigation/Nodes/NodeProcedure.php:30
-#, fuzzy
-#| msgid "Procedures"
msgid "Procedure"
-msgstr "Proceduri"
+msgstr "Procedură"
#: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:25
#: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:26
#: libraries/classes/Plugins/Export/ExportSql.php:562
#: libraries/classes/Plugins/Export/ExportXml.php:114
-#, fuzzy
msgid "Procedures"
msgstr "Proceduri"
#: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:35
#: libraries/classes/Rte/Footer.php:37
-#, fuzzy
-#| msgid "New"
msgctxt "Create new procedure"
msgid "New"
-msgstr "Nou"
+msgstr "Nouă"
#: libraries/classes/Navigation/Nodes/NodeTableContainer.php:36
-#, fuzzy
-#| msgid "New"
msgctxt "Create new table"
msgid "New"
msgstr "Nou"
#: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:37
-#, fuzzy
-#| msgid "New"
msgctxt "Create new trigger"
msgid "New"
msgstr "Nou"
@@ -8639,109 +8486,102 @@ msgstr "Nou"
#: libraries/classes/Navigation/Nodes/NodeViewContainer.php:26
#: libraries/classes/Plugins/Export/ExportXml.php:129
#: templates/database/structure/show_create.twig:24
-#, fuzzy
-#| msgid "View"
msgid "Views"
-msgstr "Vizualizare"
+msgstr "Vizualizări"
#: libraries/classes/Navigation/Nodes/NodeViewContainer.php:36
-#, fuzzy
-#| msgid "New"
msgctxt "Create new view"
msgid "New"
-msgstr "Nou"
+msgstr "Nouă"
#: libraries/classes/Normalization.php:176
msgid "Make all columns atomic"
-msgstr ""
+msgstr "Face toate coloanele atomice"
#: libraries/classes/Normalization.php:178
#: libraries/classes/Normalization.php:877
msgid "First step of normalization (1NF)"
-msgstr ""
+msgstr "Primul pas al normalizării (1NF)"
#: libraries/classes/Normalization.php:181
#: libraries/classes/Normalization.php:232
#: libraries/classes/Normalization.php:281
#: libraries/classes/Normalization.php:319
msgid "Step 1."
-msgstr ""
+msgstr "Pasul 1."
#: libraries/classes/Normalization.php:183
msgid ""
"Do you have any column which can be split into more than one column? For "
"example: address can be split into street, city, country and zip."
msgstr ""
+"Ai vreo coloană care poate fi împărțită în mai multe coloane? De exemplu: "
+"adresa poate fi împărțită în stradă, oraș, țară și cod poștal."
#: libraries/classes/Normalization.php:190
msgid "Show me the central list of columns that are not already in this table"
-msgstr ""
+msgstr "Arată-mi lista centrală a coloanelor care nu sunt încă în acest tabel"
#: libraries/classes/Normalization.php:193
msgid ""
"Select a column which can be split into more than one (on select of 'no such "
"column', it'll move to next step)."
msgstr ""
+"Selectează o coloană care poate fi împărțită în mai multe coloane (la "
+"selectarea „nicio astfel de coloană” se va trece la pasul următor)."
#: libraries/classes/Normalization.php:200 normalization.php:19
-#, fuzzy
-#| msgid "Select two columns"
msgid "Select one…"
-msgstr "Alege două coloane"
+msgstr "Selectează una…"
#: libraries/classes/Normalization.php:201 normalization.php:20
-#, fuzzy
-#| msgid "Add/Delete Field Columns"
msgid "No such column"
-msgstr "Adaugă/șterge coloane"
+msgstr "Nicio astfel de coloană"
#: libraries/classes/Normalization.php:205 libraries/classes/Types.php:722
#: normalization.php:25
-#, fuzzy
msgctxt "string types"
msgid "String"
-msgstr "Şir de caractere"
+msgstr "Șir"
#: libraries/classes/Normalization.php:208
msgid "split into "
-msgstr ""
+msgstr "împarte în "
#: libraries/classes/Normalization.php:229
msgid "Have a primary key"
-msgstr ""
+msgstr "Ai o cheie principală"
#: libraries/classes/Normalization.php:235
-#, fuzzy
-#| msgid "Error: relation already exists."
msgid "Primary key already exists."
-msgstr "Eroare: relația deja există."
+msgstr "Cheia principală există deja."
#: libraries/classes/Normalization.php:240
msgid ""
"There is no primary key; please add one.INSERT statements, use:"
-msgstr ""
+msgstr "În loc de declarațiile INSEREAZĂ, folosește:"
#: libraries/classes/Plugins/Export/ExportSql.php:363
msgid "INSERT DELAYED statements"
-msgstr ""
+msgstr "Declarații INSERT DELAYED"
#: libraries/classes/Plugins/Export/ExportSql.php:375
#: libraries/classes/Plugins/Export/ExportSql.php:409
@@ -9760,11 +9506,11 @@ msgstr ""
#: libraries/classes/Plugins/Export/ExportSql.php:389
msgid "Function to use when dumping data:"
-msgstr ""
+msgstr "Funcție de folosit când se elimină date:"
#: libraries/classes/Plugins/Export/ExportSql.php:404
msgid "Syntax to use when inserting data:"
-msgstr ""
+msgstr "Sintaxă de folosit când se inserează date:"
#: libraries/classes/Plugins/Export/ExportSql.php:414
msgid ""
@@ -9772,6 +9518,9 @@ msgid ""
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
+"include numele coloanelor în fiecare declarație INSEREAZĂINSEREAZĂ ÎN tbl_name "
+"(col_A,col_B,col_C) VALORILE (1,2,3)"
#: libraries/classes/Plugins/Export/ExportSql.php:419
msgid ""
@@ -9779,176 +9528,159 @@ msgid ""
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
+"inserează mai multe rînduri în fiecare declarație INSEREAZĂINSEREAZĂ ÎN tbl_name "
+"(col_A,col_B,col_C) VALORILE (1,2,3), (4,5,6), (7,8,9)"
#: libraries/classes/Plugins/Export/ExportSql.php:424
msgid ""
"both of the aboveINSERT INTO "
"tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
+"ambele de mai susINSEREAZĂ ÎN "
+"tbl_name (col_A,col_B,col_C) VALORILE (1,2,3), (4,5,6), (7,8,9)"
#: libraries/classes/Plugins/Export/ExportSql.php:429
msgid ""
"neither of the aboveINSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
+"niciuna de mai susINSEREAZĂ ÎN "
+"tbl_name VALORILE (1,2,3)"
#: libraries/classes/Plugins/Export/ExportSql.php:448
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
+"Elimină coloanele binare în notație hexazecimală (de exemplu, „abc” "
+"devine 0x616263)"
#: libraries/classes/Plugins/Export/ExportSql.php:458
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
+"Elimină coloanele DATARE în UTC (permite coloanelor DATARE să fie "
+"eliminate și reîncărcate între servere în diferite fusuri orare)"
#: libraries/classes/Plugins/Export/ExportSql.php:519
msgid "It appears your database uses routines;"
-msgstr ""
+msgstr "Se pare că baza ta de date folosește rutine;"
#: libraries/classes/Plugins/Export/ExportSql.php:522
#: libraries/classes/Plugins/Export/ExportSql.php:1548
#: libraries/classes/Plugins/Export/ExportSql.php:2065
msgid "alias export may not work reliably in all cases."
-msgstr ""
+msgstr "exportul aliasului poate să nu funcționeze fiabil în toate cazurile."
#: libraries/classes/Plugins/Export/ExportSql.php:1009
-#, fuzzy
-#| msgid "Metadata Headers"
msgid "Metadata"
-msgstr "Headere Metadata"
+msgstr "Metadate"
#: libraries/classes/Plugins/Export/ExportSql.php:1079
-#, fuzzy, php-format
-#| msgid "Metadata Headers"
+#, php-format
msgid "Metadata for table %s"
-msgstr "Headere Metadata"
+msgstr "Metadate pentru tabelul %s"
#: libraries/classes/Plugins/Export/ExportSql.php:1086
-#, fuzzy, php-format
-#| msgid "Metadata Headers"
+#, php-format
msgid "Metadata for database %s"
-msgstr "Headere Metadata"
+msgstr "Metadate pentru baza de date %s"
#: libraries/classes/Plugins/Export/ExportSql.php:1418
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:603
-#, fuzzy
msgid "Creation:"
msgstr "Creare:"
#: libraries/classes/Plugins/Export/ExportSql.php:1431
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:610
-#, fuzzy
msgid "Last update:"
msgstr "Ultima actualizare:"
#: libraries/classes/Plugins/Export/ExportSql.php:1444
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:617
-#, fuzzy
msgid "Last check:"
msgstr "Ultima verificare:"
#: libraries/classes/Plugins/Export/ExportSql.php:1491
-#, fuzzy, php-format
-#| msgid "Table structure for table"
+#, php-format
msgid "Error reading structure for table %s:"
-msgstr "Structura de tabel pentru tabelul"
+msgstr "Eroare la citirea structurii tabelului %s:"
#: libraries/classes/Plugins/Export/ExportSql.php:1545
msgid "It appears your database uses views;"
-msgstr ""
+msgstr "Se pare că baza ta de date folosește vizualizări;"
#: libraries/classes/Plugins/Export/ExportSql.php:1722
-#, fuzzy
msgid "Constraints for dumped tables"
-msgstr "Restrictii pentru tabele sterse"
+msgstr "Constrângeri pentru tabele eliminate"
#: libraries/classes/Plugins/Export/ExportSql.php:1723
-#, fuzzy
msgid "Constraints for table"
-msgstr "Restrictii pentru tabele"
+msgstr "Constrângeri pentru tabele"
#: libraries/classes/Plugins/Export/ExportSql.php:1753
-#, fuzzy
-#| msgid "Constraints for dumped tables"
msgid "Indexes for dumped tables"
-msgstr "Restrictii pentru tabele sterse"
+msgstr "Indexuri pentru tabele eliminate"
#: libraries/classes/Plugins/Export/ExportSql.php:1754
-#, fuzzy
-#| msgid "Inside tables:"
msgid "Indexes for table"
-msgstr "În interiorul tabelelor:"
+msgstr "Indexuri pentru tabele"
#: libraries/classes/Plugins/Export/ExportSql.php:1782
-#, fuzzy
-#| msgid "Do not use AUTO_INCREMENT for zero values"
msgid "AUTO_INCREMENT for dumped tables"
-msgstr "Nu folosi AUTO_INCREMENT pentru valorile de zero"
+msgstr "AUTO_INCREMENT pentru tabele eliminate"
#: libraries/classes/Plugins/Export/ExportSql.php:1783
-#, fuzzy
-#| msgid "Add AUTO_INCREMENT value"
msgid "AUTO_INCREMENT for table"
-msgstr "Adaugă valoare pentru AUTO_INCREMENT"
+msgstr "AUTO_INCREMENT pentru tabele"
#: libraries/classes/Plugins/Export/ExportSql.php:1858
-#, fuzzy
msgid "MIME TYPES FOR TABLE"
-msgstr "TIPURI MIME PENTRU TABEL"
+msgstr "TIPURI DE MIME PENTRU TABELE"
#: libraries/classes/Plugins/Export/ExportSql.php:1881
-#, fuzzy
-#| msgid "RELATIONS FOR TABLE"
msgid "RELATIONSHIPS FOR TABLE"
-msgstr "RELAȚII PENTRU TABEL"
+msgstr "RELAȚII PENTRU TABELE"
#: libraries/classes/Plugins/Export/ExportSql.php:2062
msgid "It appears your table uses triggers;"
-msgstr ""
+msgstr "Se pare că tabelul tău folosește declanșatori;"
#: libraries/classes/Plugins/Export/ExportSql.php:2099
-#, fuzzy, php-format
-#| msgid "Structure for view"
+#, php-format
msgid "Structure for view %s exported as a table"
-msgstr "Structură pentru vizualizare"
+msgstr "Structură pentru vizualizarea %s exportată ca un tabel"
#: libraries/classes/Plugins/Export/ExportSql.php:2123
msgid "(See below for the actual view)"
-msgstr ""
+msgstr "(Vezi mai jos vizualizarea actuală)"
#: libraries/classes/Plugins/Export/ExportSql.php:2203
-#, fuzzy, php-format
-#| msgid "Allows reading data."
+#, php-format
msgid "Error reading data for table %s:"
-msgstr "Permite citirea datelor."
+msgstr "Eroare la citirea datelor pentru tabelul %s:"
#: libraries/classes/Plugins/Export/ExportXml.php:98
msgid "Object creation options (all are recommended)"
-msgstr ""
+msgstr "Opțiuni creare obiect (toate sunt recomandate)"
#: libraries/classes/Plugins/Export/ExportXml.php:141
-#, fuzzy
msgid "Export contents"
-msgstr "Modul de export"
+msgstr "Exportă conținuturi"
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:119
-#, fuzzy
-#| msgid "Table"
msgid "Table:"
-msgstr "Tabel"
+msgstr "Tabel:"
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:120
msgid "Purpose:"
-msgstr ""
+msgstr "Scop:"
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:501
-#, fuzzy
-#| msgid "MIME type"
msgid "MIME"
-msgstr "Tip MIME"
+msgstr "MIME"
#: libraries/classes/Plugins/Import/AbstractImportCsv.php:51
msgid ""
@@ -9961,6 +9693,8 @@ msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
msgstr ""
+"Prima linie a fișierului conține numele coloanelor din tabel (dacă "
+"aceasta nu este bifată, prima linie va deveni o parte a datelor)"
#: libraries/classes/Plugins/Import/ImportCsv.php:72
msgid ""
@@ -9968,13 +9702,15 @@ msgid ""
"database, list the corresponding column names here. Column names must be "
"separated by commas and not enclosed in quotations."
msgstr ""
+"Dacă datele din fiecare rând al fișierului nu sunt în aceeași ordine ca și "
+"în baza de date, înscrie aici numele coloanelor corespunzătoare. Numele "
+"coloanelor trebuie să fie separate prin virgule și să nu fie închise între "
+"ghilimele."
#: libraries/classes/Plugins/Import/ImportCsv.php:80
#: libraries/classes/Plugins/Import/ImportLdi.php:75
-#, fuzzy
-#| msgid "Column names"
msgid "Column names: "
-msgstr "Denumirile coloanelor"
+msgstr "Nume coloane: "
#: libraries/classes/Plugins/Import/ImportCsv.php:120
#: libraries/classes/Plugins/Import/ImportCsv.php:135
@@ -9982,7 +9718,7 @@ msgstr "Denumirile coloanelor"
#: libraries/classes/Plugins/Import/ImportCsv.php:155
#, php-format
msgid "Invalid parameter for CSV import: %s"
-msgstr ""
+msgstr "Parametru invalid pentru importul CSV: %s"
#: libraries/classes/Plugins/Import/ImportCsv.php:207
#, php-format
@@ -9990,37 +9726,37 @@ msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
+"Coloana specificată (%s) este invalidă. Asigură-te că numele coloanelor sunt "
+"scrise corect, sunt separate prin virgule și nu sunt închise între ghilimele."
#: libraries/classes/Plugins/Import/ImportCsv.php:302
#: libraries/classes/Plugins/Import/ImportCsv.php:663
#, php-format
msgid "Invalid format of CSV input on line %d."
-msgstr ""
+msgstr "Format invalid pentru intrarea CSV pe linia %d."
#: libraries/classes/Plugins/Import/ImportCsv.php:533
-#, fuzzy, php-format
-#| msgid "Invalid field count in CSV input on line %d."
+#, php-format
msgid "Invalid column count in CSV input on line %d."
-msgstr "Invalid field count in CSV input on line %d."
+msgstr "Număr de coloane invalid în intrarea CSV pe linia %d."
#: libraries/classes/Plugins/Import/ImportLdi.php:113
-#, fuzzy
msgid "This plugin does not support compressed imports!"
-msgstr "Modulul opțional nu suportă importuri comprimate!"
+msgstr "Acest modul nu suportă importuri comprimate!"
#: libraries/classes/Plugins/Import/ImportMediawiki.php:53
msgid "MediaWiki Table"
-msgstr ""
+msgstr "Tabel MediaWiki"
#: libraries/classes/Plugins/Import/ImportMediawiki.php:276
-#, fuzzy, php-format
-#| msgid "Invalid field count in CSV input on line %d."
+#, php-format
msgid "Invalid format of mediawiki input on line: AUTO_INCREMENT for zero values"
-msgstr ""
+msgstr "Nu folosi AUTO_INCREMENT pentru valorile zero"
#: libraries/classes/Plugins/Import/ImportXml.php:45
-#, fuzzy
msgid "XML"
msgstr "XML"
@@ -10080,72 +9811,60 @@ msgstr "XML"
#: libraries/classes/Plugins/Schema/Eps/TableStatsEps.php:92
#: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php:94
#: libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php:92
-#, fuzzy, php-format
-#| msgid "The \"%s\" table doesn't exist!"
+#, php-format
msgid "The %s table doesn't exist!"
-msgstr "Tabelul „%s” nu există!"
+msgstr "Tabelul %s nu există!"
#: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php:65
#: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php:69
-#, fuzzy, php-format
-#| msgid "Schema of the \"%s\" database - Page %s"
+#, php-format
msgid "Schema of the %s database - Page %s"
-msgstr "Schema bazei de date \"%s\" - Pagina %s"
+msgstr "Schema bazei de date %s - pagina %s"
#: libraries/classes/Plugins/Schema/ExportRelationSchema.php:290
msgid "SCHEMA ERROR: "
-msgstr ""
+msgstr "EROARE SCHEMĂ: "
#: libraries/classes/Plugins/Schema/Pdf/Pdf.php:238
-#, fuzzy
-#| msgid "Invalid export type"
msgid "PDF export page"
-msgstr "Tip invalid de export"
+msgstr "Pagină export PDF"
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:102
-#, fuzzy, php-format
-#| msgid "Schema of the \"%s\" database - Page %s"
+#, php-format
msgid "Schema of the %s database"
-msgstr "Schema bazei de date \"%s\" - Pagina %s"
+msgstr "Schema bazei de date %s"
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:130
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:525
-#, fuzzy
msgid "Relational schema"
-msgstr "Schema relațională"
+msgstr "Schemă relațională"
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:486
-#, fuzzy
msgid "Table of contents"
-msgstr "Sumar"
+msgstr "Cuprins"
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:634
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:657
#: templates/table/structure/table_structure_header.twig:14
#: templates/table/tracking/structure_snapshot_columns.twig:11
-#, fuzzy
msgid "Extra"
-msgstr "Extra"
+msgstr "Suplimentar"
#: libraries/classes/Plugins/Schema/SchemaDia.php:60
#: libraries/classes/Plugins/Schema/SchemaEps.php:68
#: libraries/classes/Plugins/Schema/SchemaPdf.php:68
-#, fuzzy
-#| msgid "Creation"
msgid "Orientation"
-msgstr "Creare"
+msgstr "Orientare"
#: libraries/classes/Plugins/Schema/SchemaDia.php:64
#: libraries/classes/Plugins/Schema/SchemaEps.php:72
#: libraries/classes/Plugins/Schema/SchemaPdf.php:72
-#, fuzzy
msgid "Landscape"
-msgstr "Portret"
+msgstr "Peisaj"
#: libraries/classes/Plugins/Schema/SchemaDia.php:65
#: libraries/classes/Plugins/Schema/SchemaEps.php:73
#: libraries/classes/Plugins/Schema/SchemaPdf.php:73
-#, fuzzy
msgid "Portrait"
msgstr "Portret"
@@ -10153,47 +9872,36 @@ msgstr "Portret"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:62
#: libraries/classes/Plugins/Schema/SchemaSvg.php:61
msgid "Same width for all tables"
-msgstr ""
+msgstr "Aceeași lățime pentru toate tabelele"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:87
-#, fuzzy
msgid "Show grid"
msgstr "Arată grila"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:93
#: templates/database/structure/print_view_data_dictionary_link.twig:6
-#, fuzzy
-#| msgid "Data Dictionary"
msgid "Data dictionary"
msgstr "Dicționar de date"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:99
-#, fuzzy
-#| msgid "neither of the above"
msgid "Order of the tables"
-msgstr "niciuna din cele de mai sus"
+msgstr "Ordinea tabelelor"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:104
-#, fuzzy
-#| msgid "Ascending"
msgid "Name (Ascending)"
-msgstr "Crescătoare"
+msgstr "Nume (crescător)"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:105
-#, fuzzy
-#| msgid "Descending"
msgid "Name (Descending)"
-msgstr "Descrescător"
+msgstr "Nume (descrescător)"
#: libraries/classes/Plugins/SchemaPlugin.php:69
-#, fuzzy
msgid "Show color"
msgstr "Arată culoarea"
#: libraries/classes/Plugins/SchemaPlugin.php:71
-#, fuzzy
msgid "Only show keys"
-msgstr "Vezi numai cheile"
+msgstr "Arată numai chei"
#: libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php:29
msgid ""
@@ -10234,28 +9942,21 @@ msgstr ""
#. l10n: See https://secure.php.net/manual/en/function.strftime.php
#: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:62
#: libraries/classes/Util.php:1520
-#, fuzzy
msgid "%B %d, %Y at %I:%M %p"
-msgstr "%d %B %Y la %H:%M"
+msgstr "%B %d, %Y la %I:%M %p"
#: libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php:28
-#, fuzzy
-#| msgid ""
-#| "plays a link to download the binary data of the field. You can use the st "
-#| "option to specify the filename, or use the second option as the e of a "
-#| "field which contains the filename. If you use the second ion, you need to "
-#| "set the first option to the empty string."
msgid ""
"Displays a link to download the binary data of the column. You can use the "
"first option to specify the filename, or use the second option as the name "
"of a column which contains the filename. If you use the second option, you "
"need to set the first option to the empty string."
msgstr ""
-"Afișează un link pentru descarcarea datelor binare a unui camp. Prima "
-"optiune este denumirea fisierului binar. A doua optiune este o denumire "
-"posibila pentru un rand de tabel care contine denumirea de fisier. Daca "
-"setati și o a doua optiune, trebuie sa aveti prima optiune setata ca și "
-"empty string"
+"Afișează o legătură pentru a descărca datele binare ale unei coloane. Poți "
+"folosi prima opțiune pentru a specifica numele fișierului sau folosește a "
+"doua opțiune pentru a specifica numele unei coloane care conține numele "
+"fișierului. Dacă folosești a doua opțiune, trebuie să setezi prima opțiune "
+"ca șir gol."
#: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:28
#, fuzzy
@@ -10310,28 +10011,29 @@ msgid ""
msgstr ""
#: libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php:32
-#, fuzzy
msgid "Displays a link to download this image."
-msgstr "Afișează un link la imagine (direct blob download, i.e.)."
+msgstr "Afișează o legătură pentru a descărca această imagine."
#: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:28
msgid ""
"Image upload functionality which also displays a thumbnail. The options are "
"the width and height of the thumbnail in pixels. Defaults to 100 X 100."
msgstr ""
+"Funcționalitate de încărcare imagini, care afișează și o miniatură. "
+"Opțiunile sunt lățimea și înălțimea miniaturii în pixeli. Valoarea implicită "
+"este 100 X 100."
#: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:87
msgid "Image preview here"
-msgstr ""
+msgstr "Previzualizare imagine aici"
#: libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php:32
-#, fuzzy
msgid ""
"Displays a clickable thumbnail. The options are the maximum width and height "
"in pixels. The original aspect ratio is preserved."
msgstr ""
-"Afișează o imagine mică clickabilă ; opțiuni: lațime, inălțime în pixeli ("
-"menține dimensiunile originale)."
+"Afișează o miniatură pe care se poate da clic. Opțiunile sunt lățimea și "
+"înălțimea maximă în pixeli. Este păstrat raportul de aspect original."
#: libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php:28
msgid ""
@@ -10355,12 +10057,11 @@ msgstr ""
#: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:52
#, php-format
msgid "Validation failed for the input string %s."
-msgstr ""
+msgstr "Validarea pentru șirul de intrare a eșuat %s."
#: libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php:29
-#, fuzzy
msgid "Formats text as SQL query with syntax highlighting."
-msgstr "Formatează textul ca interogare SQL cu evidențierea sintaxei."
+msgstr "Formatează textul ca o interogare SQL cu evidențierea sintaxei."
#: libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php:28
#, fuzzy
@@ -10382,91 +10083,83 @@ msgid ""
"File upload functionality for TEXT columns. It does not have a textarea for "
"input."
msgstr ""
+"Funcționalitate de încărcare fișiere pentru coloanele TEXT. Nu are o zonă "
+"text pentru intrare."
#: libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php:33
-#, fuzzy
-#| msgid ""
-#| "plays an image and a link; the field contains the filename. The first ion "
-#| "is a URL prefix like \"https://www.example.com/\". The second and rd "
-#| "options are the width and the height in pixels."
msgid ""
"Displays an image and a link; the column contains the filename. The first "
"option is a URL prefix like \"https://www.example.com/\". The second and "
"third options are the width and the height in pixels."
msgstr ""
-"Afișează o imagine și un link, campul contine denumirea fisierului; prima "
-"optiune este un prefix cum ar fi \"https://domain.com/\", a doua optiune "
-"este latimea in pixeli, iar a treia este inaltimea."
+"Afișează o imagine și o legătură; coloana conține numele fișierului. Prima "
+"opțiune este un prefix URL, cum ar fi „https://www.exemplu.com/”. A doua și "
+"a treia sunt lățimea și înălțimea în pixeli."
#: libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php:33
-#, fuzzy
-#| msgid ""
-#| "plays a link; the field contains the filename. The first option is a "
-#| "prefix like \"https://www.example.com/\". The second option is a title "
-#| "the link."
msgid ""
"Displays a link; the column contains the filename. The first option is a URL "
"prefix like \"https://www.example.com/\". The second option is a title for "
"the link."
msgstr ""
-"Afișează un link, campul contine denumirea fisierului, prima optiune este "
-"un prefix cum ar fi \"https://domain.com/\", a doua optiune este un titlu "
-"pentru link."
+"Afișează o legătură; coloana conține numele fișierului. Prima opțiune este "
+"un prefix URL, cum ar fi „https://www.exemplu.com/”. A doua opțiune este "
+"titlul legăturii."
#: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php:30
msgid "Converts an Internet network address in (IPv4/IPv6) format to binary"
-msgstr ""
+msgstr "Convertește o adresă de rețea Internet în format (IPv4/IPv6) la binar"
#: libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php:30
msgid "Syntax highlighted CodeMirror editor for JSON."
-msgstr ""
+msgstr "Sintaxă evidențiată în editorul CodeMirror pentru JSON."
#: libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php:30
msgid "Syntax highlighted CodeMirror editor for SQL."
-msgstr ""
+msgstr "Sintaxă evidențiată în editorul CodeMirror pentru SQL."
#: libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php:30
msgid "Syntax highlighted CodeMirror editor for XML (and HTML)."
-msgstr ""
+msgstr "Sintaxă evidențiată în editorul CodeMirror pentru XML (și HTML)."
#: libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php:30
msgid ""
"Converts an Internet network address stored as a binary string into a string "
"in Internet standard (IPv4/IPv6) format."
msgstr ""
+"Convertește o adresă de rețea Internet stocată ca un șir binar într-un șir "
+"în format standard pentru Internet (IPv4/IPv6)."
#: libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php:47
-#, fuzzy
-#| msgid "Formats text as SQL query with syntax highlighting."
msgid "Formats text as JSON with syntax highlighting."
-msgstr "Formatează textul ca interogare SQL cu evidențierea sintaxei."
+msgstr "Formatează textul ca JSON cu evidențierea sintaxei."
#: libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php:47
-#, fuzzy
-#| msgid "Formats text as SQL query with syntax highlighting."
msgid "Formats text as XML with syntax highlighting."
-msgstr "Formatează textul ca interogare SQL cu evidențierea sintaxei."
+msgstr "Formatează textul ca XML cu evidențierea sintaxei."
#: libraries/classes/Plugins/TwoFactor/Application.php:129
-#, fuzzy
-#| msgid "Authentication"
msgid "Authentication Application (2FA)"
-msgstr "Autentificare"
+msgstr "Aplicație autentificare (2FA)"
#: libraries/classes/Plugins/TwoFactor/Application.php:139
msgid ""
"Provides authentication using HOTP and TOTP applications such as FreeOTP, "
"Google Authenticator or Authy."
msgstr ""
+"Furnizează autentificarea folosind aplicațiile HOTP și TOTP, cum ar fi "
+"FreeOTP, Google Authenticator sau Authy."
#: libraries/classes/Plugins/TwoFactor/Key.php:186
msgid "Hardware Security Key (FIDO U2F)"
-msgstr ""
+msgstr "Cheie de securitate hardware (FIDO U2F)"
#: libraries/classes/Plugins/TwoFactor/Key.php:196
msgid ""
"Provides authentication using hardware security tokens supporting FIDO U2F."
msgstr ""
+"Furnizează autentificare folosind tokenuri de securitate hardware care "
+"suportă FIDO U2F."
#: libraries/classes/Plugins/TwoFactor/Simple.php:52
msgid "Simple two-factor authentication"
@@ -10474,7 +10167,7 @@ msgstr "Autentificare pe două niveluri simplă"
#: libraries/classes/Plugins/TwoFactor/Simple.php:62
msgid "For testing purposes only!"
-msgstr ""
+msgstr "Numai pentru testare!"
#: libraries/classes/Plugins/TwoFactorPlugin.php:70
#, php-format
@@ -10487,130 +10180,99 @@ msgstr "Autentificarea pe două niveluri a eșuat."
#: libraries/classes/Plugins/TwoFactorPlugin.php:127
msgid "No Two-Factor"
-msgstr ""
+msgstr "Fără două niveluri"
#: libraries/classes/Plugins/TwoFactorPlugin.php:137
msgid "Login using password only."
-msgstr ""
+msgstr "Autentificare folosind numai parola."
#: libraries/classes/PmdCommon.php:550
-#, fuzzy
-#| msgid "Error: relation already exists."
msgid "Error: relationship already exists."
-msgstr "Eroare: relația deja există."
+msgstr "Eroare: relația există deja."
#: libraries/classes/PmdCommon.php:596
-#, fuzzy
-#| msgid "Modifications have been saved"
msgid "FOREIGN KEY relationship has been added."
-msgstr "Modificările au fost salvate"
+msgstr "Relația CHEIE STRĂINĂ a fost adăugată."
#: libraries/classes/PmdCommon.php:602
-#, fuzzy
-#| msgid "Error: Relation not added."
msgid "Error: FOREIGN KEY relationship could not be added!"
-msgstr "Eroare: Relația nu a fost adăugată."
+msgstr "Eroare: relația CHEIE STRĂINĂ nu a putut fi adăugată!"
#: libraries/classes/PmdCommon.php:607
msgid "Error: Missing index on column(s)."
-msgstr ""
+msgstr "Eroare: lipsește indexul pe coloană (coloane)."
#: libraries/classes/PmdCommon.php:612
-#, fuzzy
msgid "Error: Relational features are disabled!"
-msgstr "Eroare: Relația nu a fost adăugată!"
+msgstr "Eroare: funcționalitățile relaționale sunt dezactivate!"
#: libraries/classes/PmdCommon.php:634
-#, fuzzy
-#| msgid "Internal relation added"
msgid "Internal relationship has been added."
-msgstr "Relație internă adăugată"
+msgstr "Relația internă a fost adăugată."
#: libraries/classes/PmdCommon.php:640
-#, fuzzy
-#| msgid "Error: Relation not added."
msgid "Error: Internal relationship could not be added!"
-msgstr "Eroare: Relația nu a fost adăugată."
+msgstr "Eroare: relația internă nu a putut fi adăugată!"
#: libraries/classes/PmdCommon.php:678
-#, fuzzy
-#| msgid "Modifications have been saved"
msgid "FOREIGN KEY relationship has been removed."
-msgstr "Modificările au fost salvate"
+msgstr "Relația CHEIE STRĂINĂ a fost înlăturată."
#: libraries/classes/PmdCommon.php:684
-#, fuzzy
-#| msgid "Error: Relation not added."
msgid "Error: FOREIGN KEY relationship could not be removed!"
-msgstr "Eroare: Relația nu a fost adăugată."
+msgstr "Eroare: relația CHEIE STRĂINĂ nu a putut fi înlăturată!"
#: libraries/classes/PmdCommon.php:711
-#, fuzzy
-#| msgid "Error: Relation not added."
msgid "Error: Internal relationship could not be removed!"
-msgstr "Eroare: Relația nu a fost adăugată."
+msgstr "Eroare: relația internă nu a putut fi înlăturată!"
#: libraries/classes/PmdCommon.php:715
-#, fuzzy
-#| msgid "Internal relation added"
msgid "Internal relationship has been removed."
-msgstr "Relație internă adăugată"
+msgstr "Relația internă a fost înlăturată."
#: libraries/classes/RecentFavoriteTable.php:139
-#, fuzzy
msgid "Could not save recent table!"
-msgstr "Nu s-a putut salva tabelul recent!"
+msgstr "Nu am putut salva tabelul recent!"
#: libraries/classes/RecentFavoriteTable.php:143
-#, fuzzy
msgid "Could not save favorite table!"
-msgstr "Nu s-a putut salva tabelul favorit!"
+msgstr "Nu am putut salva tabelul favorit!"
#: libraries/classes/RecentFavoriteTable.php:213
#: templates/database/structure/favorite_anchor.twig:4
-#, fuzzy
msgid "Remove from Favorites"
-msgstr "Elimină de la favorite"
+msgstr "Înlătură din favorite"
#: libraries/classes/RecentFavoriteTable.php:235
-#, fuzzy
msgid "There are no recent tables."
-msgstr "Nu există tabele recente."
+msgstr "Nu există niciun tabel recent."
#: libraries/classes/RecentFavoriteTable.php:236
-#, fuzzy
msgid "There are no favorite tables."
-msgstr "Nu există tabele favorite."
+msgstr "Nu există niciun tabel favorit."
#: libraries/classes/RecentFavoriteTable.php:251
-#, fuzzy
msgid "Recent tables"
msgstr "Tabele recente"
#: libraries/classes/RecentFavoriteTable.php:253
-#, fuzzy
msgid "Recent"
msgstr "Recente"
#: libraries/classes/RecentFavoriteTable.php:257
-#, fuzzy
msgid "Favorites"
msgstr "Favorite"
#: libraries/classes/Relation.php:105
-#, fuzzy
msgid "not OK"
-msgstr "Nu este bine"
+msgstr "nu este OK"
#: libraries/classes/Relation.php:109
-#, fuzzy
-#| msgid "OK"
msgctxt "Correctly working"
msgid "OK"
-msgstr "E bine"
+msgstr "OK"
#: libraries/classes/Relation.php:112
-#, fuzzy
msgid "Enabled"
msgstr "Activat"
@@ -10619,110 +10281,91 @@ msgid "Configuration of pmadb…"
msgstr "Configurarea pmadb…"
#: libraries/classes/Relation.php:120 libraries/classes/Relation.php:156
-#, fuzzy
msgid "General relation features"
-msgstr "Facilități generale"
+msgstr "Funcționalități generale relații"
#: libraries/classes/Relation.php:167
-#, fuzzy
msgid "Display Features"
-msgstr "Arată facilitățile"
+msgstr "Afișează funcționalități"
#: libraries/classes/Relation.php:184
-#, fuzzy
-#| msgid "Creation of PDFs"
msgid "Designer and creation of PDFs"
-msgstr "Creare PDF"
+msgstr "Designer și crearea de PDF-uri"
#: libraries/classes/Relation.php:195
-#, fuzzy
msgid "Displaying Column Comments"
-msgstr "Arată comentariile coloanei"
+msgstr "Afișez comentarii coloană"
#: libraries/classes/Relation.php:201
-#, fuzzy
msgid "Browser transformation"
msgstr "Transformare navigator"
#: libraries/classes/Relation.php:208
-#, fuzzy
-#| msgid ""
-#| "Please see the documentation on how to update your column_comments table."
msgid "Please see the documentation on how to update your column_info table."
msgstr ""
-"Parcurgeti documentatia pentru modul de updatare a Column_comments Table."
+"Te rog vezi documentația despre modul de actualizare a tabelului tău "
+"column_info."
#: libraries/classes/Relation.php:224 libraries/classes/SqlQueryForm.php:401
-#, fuzzy
msgid "Bookmarked SQL query"
-msgstr "Comandă SQL salvată"
+msgstr "Interogare SQL marcată cu semn de carte"
#: libraries/classes/Relation.php:235
-#, fuzzy
msgid "SQL history"
msgstr "Istoric SQL"
#: libraries/classes/Relation.php:246
msgid "Persistent recently used tables"
-msgstr ""
+msgstr "Tabele persistente folosite recent"
#: libraries/classes/Relation.php:257
-#, fuzzy
-#| msgid "There are no favorite tables."
msgid "Persistent favorite tables"
-msgstr "Nu există tabele favorite."
+msgstr "Tabele persistente favorite"
#: libraries/classes/Relation.php:268
msgid "Persistent tables' UI preferences"
-msgstr ""
+msgstr "Preferințe UI pentru tabele persistente"
#: libraries/classes/Relation.php:290
msgid "User preferences"
-msgstr ""
+msgstr "Preferințe utilizator"
#: libraries/classes/Relation.php:307
-#, fuzzy
-#| msgid "Configuration file"
msgid "Configurable menus"
-msgstr "Fișier de configurare"
+msgstr "Meniuri configurabile"
#: libraries/classes/Relation.php:318
-#, fuzzy
msgid "Hide/show navigation items"
-msgstr "Personalizează cadrul principal"
+msgstr "Ascunde/arată elementele de navigare"
#: libraries/classes/Relation.php:329
msgid "Saving Query-By-Example searches"
-msgstr ""
+msgstr "Salvez căutările interogare după exemplu"
#: libraries/classes/Relation.php:340
msgid "Managing Central list of columns"
-msgstr ""
+msgstr "Administrez lista centrală a coloanelor"
#: libraries/classes/Relation.php:351
-#, fuzzy
-#| msgid "Remember table's sorting"
msgid "Remembering Designer Settings"
-msgstr "Reține sortarea tabelei"
+msgstr "Memorez setările pentru designer"
#: libraries/classes/Relation.php:362
-#, fuzzy
-#| msgid "Invalid export type"
msgid "Saving export templates"
-msgstr "Tip invalid de export"
+msgstr "Salvez șabloanele de export"
#: libraries/classes/Relation.php:370
msgid "Quick steps to set up advanced features:"
-msgstr ""
+msgstr "Pași rapizi pentru a inițializa funcționalitățile avansate:"
#: libraries/classes/Relation.php:376
#, php-format
msgid "Create the needed tables with the %screate_tables.sql."
-msgstr ""
+msgstr "Creează tabelele necesare cu %screate_tables.sql."
#: libraries/classes/Relation.php:381
msgid "Create a pma user and give access to these tables."
-msgstr ""
+msgstr "Creează un utilizator pma și dă acces la aceste tabele."
#: libraries/classes/Relation.php:384
msgid ""
@@ -10740,9 +10383,8 @@ msgstr ""
"actualizat."
#: libraries/classes/Relation.php:1704
-#, fuzzy
msgid "no description"
-msgstr "Nu există descriere"
+msgstr "nicio descriere"
#: libraries/classes/Relation.php:1895
msgid ""
@@ -10750,6 +10392,9 @@ msgid ""
"'phpmyadmin'. You may go to 'Operations' tab of any database to set up the "
"phpMyAdmin configuration storage there."
msgstr ""
+"Nu ai privilegiile necesare pentru a crea o bază de date numită „phpmyadmin”"
+". Poți merge la fila „Operații” a oricărei baze de date pentru a inițializa "
+"acolo spațiul de stocare pentru configurarea phpMyAdmin."
#: libraries/classes/Relation.php:2010
#, php-format
@@ -10779,41 +10424,31 @@ msgstr ""
#: libraries/classes/ReplicationGui.php:357
#: templates/server/databases/table_header.twig:32
msgid "Master replication"
-msgstr ""
+msgstr "Replicare master"
#: libraries/classes/ReplicationGui.php:59
-#, fuzzy
msgid "This server is configured as master in a replication process."
msgstr "Acest server este configurat ca master într-un proces de replicare."
#: libraries/classes/ReplicationGui.php:62
#: libraries/classes/Server/Status/Data.php:168
-#, fuzzy
msgid "Show master status"
-msgstr "Afișați status master"
+msgstr "Arată stare master"
#: libraries/classes/ReplicationGui.php:67
-#, fuzzy
msgid "Show connected slaves"
-msgstr "Afișați sclavi conectați"
+msgstr "Arată sclavi conectați"
#: libraries/classes/ReplicationGui.php:78
#: libraries/classes/ReplicationGui.php:705
msgid "Add slave replication user"
-msgstr ""
+msgstr "Adaugă utilizator de replicare slav"
#: libraries/classes/ReplicationGui.php:100
msgid "Master configuration"
msgstr "Configurare master"
#: libraries/classes/ReplicationGui.php:102
-#, fuzzy
-#| msgid ""
-#| "This server is not configured as master server in a replication process. "
-#| "You can choose from either replicating all databases and ignoring certain "
-#| "(useful if you want to replicate majority of databases) or you can choose "
-#| "to ignore all databases by default and allow only certain databases to be "
-#| "replicated. Please select the mode:"
msgid ""
"This server is not configured as a master server in a replication process. "
"You can choose from either replicating all databases and ignoring some of "
@@ -10821,119 +10456,104 @@ msgid ""
"can choose to ignore all databases by default and allow only certain "
"databases to be replicated. Please select the mode:"
msgstr ""
-"Acest server nu este configurat ca master într-un proces de duplicare. "
-"Puteți alege dintre fie a duplica toate bazele de date și a ignora doar "
-"unele (util în cazul în care doriți să duplicați majoritatea bazelor de "
-"date), fie a ignora toate bazele de date implicit și a permite doar "
-"anumitora să fie duplicate. Va rugăm sa selectați modul:"
+"Acest server nu este configurat ca un master într-un proces de replicare. "
+"Poți alege fie între replicarea tuturor bazele de date și ignorarea unora "
+"dintre ele (util dacă vrei să ai duplicate după majoritatea bazelor de date) "
+"ori fie să ignori implicit toate bazele de date și să permiți să fie "
+"replicate numai anumite baze de date. Te rog selectează modul:"
#: libraries/classes/ReplicationGui.php:111
msgid "Replicate all databases; Ignore:"
-msgstr ""
+msgstr "Fă duplicate pentru toate bazele de date; ignoră:"
#: libraries/classes/ReplicationGui.php:113
msgid "Ignore all databases; Replicate:"
-msgstr ""
+msgstr "Ignoră toate bazele de date; fă duplicate:"
#: libraries/classes/ReplicationGui.php:117
-#, fuzzy
msgid "Please select databases:"
-msgstr "Selectați baza de date"
+msgstr "Te rog selectează bazele de date:"
#: libraries/classes/ReplicationGui.php:121
-#, fuzzy
msgid ""
"Now, add the following lines at the end of [mysqld] section in your my.cnf "
"and please restart the MySQL server afterwards."
msgstr ""
-"Acum, adăugați următoarele linii la sfârșitul secțiunii [mysqld] în fișierul "
-"dumneavoastră my.cnf, după care vă rugăm să restartați server-ul MySQL."
+"Acum, adaugă următoarele linii la sfârșitul secțiunii [mysqld] în my.cnf și "
+"apoi te rog repornește serverul MySQL."
#: libraries/classes/ReplicationGui.php:126
-#, fuzzy
msgid ""
"Once you restarted MySQL server, please click on Go button. Afterwards, you "
"should see a message informing you, that this server is configured as "
"master."
msgstr ""
-"După ce ați restartat server-ul MySQL, vă rugăm să apăsați butonul Go. Apoi "
-"ar trebui să vedeți un mesaj care vă informează că acest server este "
+"După ce ai repornit serverul MySQL, te rog dă clic pe butonul Execută. Apoi "
+"ar trebui să vezi un mesaj care te informează că acest server este "
"configurat ca master."
#: libraries/classes/ReplicationGui.php:153
#: templates/server/databases/table_header.twig:35
msgid "Slave replication"
-msgstr ""
+msgstr "Replicare sclav"
#: libraries/classes/ReplicationGui.php:161
-#, fuzzy
msgid "Master connection:"
-msgstr "Comprimă conexiunea"
+msgstr "Conexiune master:"
#: libraries/classes/ReplicationGui.php:228
-#, fuzzy
msgid "Slave SQL Thread not running!"
-msgstr "Thread-ul SQL slave nu rulează!"
+msgstr "Firul de execuție SQL sclav nu rulează!"
#: libraries/classes/ReplicationGui.php:233
-#, fuzzy
msgid "Slave IO Thread not running!"
-msgstr "Thread-ul IO slave nu rulează!"
+msgstr "Firul de execuție IO sclav nu rulează!"
#: libraries/classes/ReplicationGui.php:245
-#, fuzzy
msgid ""
"Server is configured as slave in a replication process. Would you like to:"
-msgstr ""
-"Server-ul este configurat ca slave într-un proces de replicare. Doriți să:"
+msgstr "Serverul este configurat ca sclav într-un proces de replicare. Vrei să:"
#: libraries/classes/ReplicationGui.php:251
msgid "See slave status table"
-msgstr ""
+msgstr "Vezi tabel stare sclav"
#: libraries/classes/ReplicationGui.php:256
msgid "Control slave:"
-msgstr ""
+msgstr "Sclav de control:"
#: libraries/classes/ReplicationGui.php:262
-#, fuzzy
msgid "Full start"
-msgstr "Tot textul"
+msgstr "Pornire totală"
#: libraries/classes/ReplicationGui.php:263
-#, fuzzy
msgid "Full stop"
-msgstr "Tot textul"
+msgstr "Oprire totală"
#: libraries/classes/ReplicationGui.php:266
msgid "Reset slave"
-msgstr ""
+msgstr "Resetează sclavii"
#: libraries/classes/ReplicationGui.php:269
-#, fuzzy
-#| msgid "Structure only"
msgid "Start SQL Thread only"
-msgstr "Numai structura"
+msgstr "Pornește numai firul de execuție SQL"
#: libraries/classes/ReplicationGui.php:272
msgid "Stop SQL Thread only"
-msgstr ""
+msgstr "Oprește numai firul de execuție SQL"
#: libraries/classes/ReplicationGui.php:276
-#, fuzzy
-#| msgid "Structure only"
msgid "Start IO Thread only"
-msgstr "Numai structura"
+msgstr "Pornește numai firul de execuție IO"
#: libraries/classes/ReplicationGui.php:279
msgid "Stop IO Thread only"
-msgstr ""
+msgstr "Oprește numai firul de execuție IO"
#: libraries/classes/ReplicationGui.php:288
#: libraries/classes/ReplicationGui.php:415
-#, fuzzy
msgid "Change or reconfigure master server"
-msgstr "Schimbați sau reconfigurați server-ul master"
+msgstr "Schimbă sau reconfigurează serverul master"
#: libraries/classes/ReplicationGui.php:299
#, php-format
@@ -10941,40 +10561,41 @@ msgid ""
"This server is not configured as slave in a replication process. Would you "
"like to configure it?"
msgstr ""
+"Acest server nu este configurat ca sclav într-un proces de replicare. Vrei "
+"să-l configurezi?"
#: libraries/classes/ReplicationGui.php:321
msgid "Error management:"
-msgstr ""
+msgstr "Administrare erori:"
#: libraries/classes/ReplicationGui.php:324
msgid "Skipping errors might lead into unsynchronized master and slave!"
msgstr ""
+"Omiterea erorilor ar putea duce la o desincronizare între master și sclav!"
#: libraries/classes/ReplicationGui.php:328
msgid "Skip current error"
-msgstr ""
+msgstr "Omite eroare curentă"
#: libraries/classes/ReplicationGui.php:333
#, php-format
msgid "Skip next %s errors."
-msgstr ""
+msgstr "Sari peste următoarele %s erori."
#: libraries/classes/ReplicationGui.php:360
-#, fuzzy, php-format
+#, php-format
msgid ""
"This server is not configured as master in a replication process. Would you "
"like to configure it?"
msgstr ""
-"Acest server nu este configurat ca master într-un proces de replicare. "
-"Doriți să îl configurați?"
+"Acest server nu este configurat ca master într-un proces de replicare. Vrei "
+"să-l configurezi?"
#: libraries/classes/ReplicationGui.php:393
#: templates/database/search/selection_form.twig:35
#: templates/display/export/select_options.twig:8
-#, fuzzy
-#| msgid "Unselect All"
msgid "Unselect all"
-msgstr "Deselectează tot"
+msgstr "Anulează toată selectarea"
#: libraries/classes/ReplicationGui.php:414
msgid "Slave configuration"
@@ -10991,10 +10612,8 @@ msgstr ""
#: libraries/classes/ReplicationGui.php:424
#: libraries/classes/ReplicationGui.php:795
#: libraries/classes/Server/Privileges.php:1499
-#, fuzzy
-#| msgid "User name"
msgid "User name:"
-msgstr "Nume utilizator"
+msgstr "Nume utilizator:"
#: libraries/classes/ReplicationGui.php:430
#: libraries/classes/ReplicationGui.php:799
@@ -11003,7 +10622,6 @@ msgstr "Nume utilizator"
#: libraries/classes/Server/Privileges.php:1526
#: libraries/classes/Server/Privileges.php:2562
#: libraries/classes/Server/Privileges.php:3533
-#, fuzzy
msgid "User name"
msgstr "Nume utilizator"
@@ -11013,30 +10631,24 @@ msgstr "Nume utilizator"
#: libraries/classes/Server/Privileges.php:1665
#: libraries/classes/Server/Privileges.php:1682
#: libraries/classes/Server/Privileges.php:3535
-#, fuzzy
msgid "Password"
-msgstr "Parola"
+msgstr "Parolă"
#: libraries/classes/ReplicationGui.php:459
-#, fuzzy
-#| msgid "Port"
msgid "Port:"
-msgstr "Port"
+msgstr "Port:"
#: libraries/classes/ReplicationGui.php:543
-#, fuzzy
msgid "Master status"
msgstr "Stare master"
#: libraries/classes/ReplicationGui.php:546
-#, fuzzy
msgid "Slave status"
msgstr "Stare sclav"
#: libraries/classes/ReplicationGui.php:555
#: libraries/classes/Server/Status/Variables.php:227
#: templates/server/variables/variable_table_head.twig:4
-#, fuzzy
msgid "Variable"
msgstr "Variabil"
@@ -11044,37 +10656,34 @@ msgstr "Variabil"
#: libraries/classes/ReplicationGui.php:713
#: libraries/classes/ReplicationGui.php:847
#: libraries/classes/Server/Status/Processes.php:85
-#, fuzzy
msgid "Host"
-msgstr "Gazda"
+msgstr "Gazdă"
#: libraries/classes/ReplicationGui.php:647
msgid ""
"Only slaves started with the --report-host=host_name option are visible in "
"this list."
msgstr ""
+"Numai sclavii care pornit cu opțiunea --report-host=host_name sunt vizibili "
+"în această listă."
#: libraries/classes/ReplicationGui.php:751
#: libraries/classes/Server/Privileges.php:1600
-#, fuzzy
msgid "Any host"
-msgstr "Oricare gazdă"
+msgstr "Orice gazdă"
#: libraries/classes/ReplicationGui.php:756
#: libraries/classes/Server/Privileges.php:1608
-#, fuzzy
msgid "Local"
-msgstr "Local"
+msgstr "Locală"
#: libraries/classes/ReplicationGui.php:763
#: libraries/classes/Server/Privileges.php:1617
-#, fuzzy
msgid "This Host"
msgstr "Această gazdă"
#: libraries/classes/ReplicationGui.php:803
#: libraries/classes/Server/Privileges.php:1510
-#, fuzzy
msgid "Any user"
msgstr "Oricare utilizator"
@@ -11082,38 +10691,31 @@ msgstr "Oricare utilizator"
#: libraries/classes/ReplicationGui.php:841
#: libraries/classes/ReplicationGui.php:870
#: libraries/classes/Server/Privileges.php:1636
-#, fuzzy
-#| msgid "Use text field"
msgid "Use text field:"
-msgstr "Utilizare câmp text"
+msgstr "Folosește câmp text:"
#: libraries/classes/ReplicationGui.php:835
#: libraries/classes/Server/Privileges.php:1627
-#, fuzzy
msgid "Use Host Table"
-msgstr "Utilizare tabel gazde"
+msgstr "Folosește tabel gazde"
#: libraries/classes/ReplicationGui.php:851
#: libraries/classes/Server/Privileges.php:1653
-#, fuzzy
msgid ""
"When Host table is used, this field is ignored and values stored in Host "
"table are used instead."
msgstr ""
-"Când tabela Host este folosită, acest câmp este ignorat și valorile din "
-"tabela Host sunt folosite în schimb."
+"Când tabelul Gazde este folosit, acest câmp este ignorat și sunt folosite în "
+"schimb valorile stocate în tabelul Gazde."
#: libraries/classes/ReplicationGui.php:882
#: libraries/classes/Server/Privileges.php:1697
-#, fuzzy
msgid "Re-type"
-msgstr "Re-tastează"
+msgstr "Tastează din nou"
#: libraries/classes/ReplicationGui.php:886
-#, fuzzy
-#| msgid "Generate password"
msgid "Generate password:"
-msgstr "Generează parolă"
+msgstr "Generează parola:"
#: libraries/classes/ReplicationGui.php:918
msgid ""
@@ -11124,72 +10726,61 @@ msgstr ""
"$cfg['AllowArbitraryServer'] în configurarea phpMyAdmin."
#: libraries/classes/ReplicationGui.php:927
-#, fuzzy
msgid "Replication started successfully."
-msgstr "Replicare"
+msgstr "Replicare începută cu succes."
#: libraries/classes/ReplicationGui.php:928
msgid "Error starting replication."
-msgstr ""
+msgstr "Eroare la începerea replicării."
#: libraries/classes/ReplicationGui.php:931
-#, fuzzy
-#| msgid "Chart generated successfully."
msgid "Replication stopped successfully."
-msgstr "Drepturile au fost reîncarcate cu succes."
+msgstr "Replicare oprită cu succes."
#: libraries/classes/ReplicationGui.php:932
msgid "Error stopping replication."
-msgstr ""
+msgstr "Eroare la oprirea replicării."
#: libraries/classes/ReplicationGui.php:935
-#, fuzzy
msgid "Replication resetting successfully."
-msgstr "Replicare"
+msgstr "Replicare resetată cu succes."
#: libraries/classes/ReplicationGui.php:936
msgid "Error resetting replication."
-msgstr ""
+msgstr "Eroare la resetarea replicării."
#: libraries/classes/ReplicationGui.php:939
msgid "Success."
-msgstr ""
+msgstr "Succes."
#: libraries/classes/ReplicationGui.php:940
-#, fuzzy
-#| msgid "Error"
msgid "Error."
-msgstr "Eroare"
+msgstr "Eroare."
#: libraries/classes/ReplicationGui.php:986
-#, fuzzy
msgid "Unknown error"
msgstr "Eroare necunoscută"
#: libraries/classes/ReplicationGui.php:996
-#, fuzzy, php-format
+#, php-format
msgid "Unable to connect to master %s."
-msgstr "Nu s-a putut realiza conexiunea la master %s."
+msgstr "Nu pot face conexiunea la master %s."
#: libraries/classes/ReplicationGui.php:1007
-#, fuzzy
msgid ""
"Unable to read master log position. Possible privilege problem on master."
msgstr ""
-"Nu s-a putut citi poziția jurnalului master. Posibilă eroare de permisiuni "
-"pe master."
+"Nu pot citi poziția jurnalului master. Posibilă problemă de privilegii la "
+"master."
#: libraries/classes/ReplicationGui.php:1025
-#, fuzzy
-#| msgid "Unable to change master"
msgid "Unable to change master!"
-msgstr "Nu s-a putut schimba master-ul"
+msgstr "Nu pot schimba master-ul!"
#: libraries/classes/ReplicationGui.php:1029
-#, fuzzy, php-format
-#| msgid "Master server changed successfully to %s"
+#, php-format
msgid "Master server changed successfully to %s."
-msgstr "Server master schimbat cu succes în %s"
+msgstr "Serverul master schimbat cu succes în %s."
#: libraries/classes/Rte/Events.php:122 libraries/classes/Rte/Events.php:131
#: libraries/classes/Rte/Events.php:162 libraries/classes/Rte/Routines.php:240
@@ -11198,9 +10789,9 @@ msgstr "Server master schimbat cu succes în %s"
#: libraries/classes/Rte/Routines.php:1492
#: libraries/classes/Rte/Triggers.php:97 libraries/classes/Rte/Triggers.php:106
#: libraries/classes/Rte/Triggers.php:138
-#, fuzzy, php-format
+#, php-format
msgid "The following query has failed: \"%s\""
-msgstr "Următoarea interogare a eșuat: \"%s\""
+msgstr "Următoarea interogare a eșuat: „%s”"
#: libraries/classes/Rte/Events.php:126 libraries/classes/Rte/Events.php:135
#: libraries/classes/Rte/Events.php:166 libraries/classes/Rte/General.php:48
@@ -11211,84 +10802,67 @@ msgstr "Următoarea interogare a eșuat: \"%s\""
#: libraries/classes/Rte/Triggers.php:101
#: libraries/classes/Rte/Triggers.php:110
#: libraries/classes/Rte/Triggers.php:142 libraries/classes/Util.php:615
-#, fuzzy
msgid "MySQL said: "
msgstr "MySQL zice: "
#: libraries/classes/Rte/Events.php:142
-#, fuzzy
msgid "Sorry, we failed to restore the dropped event."
-msgstr "Ne pare rău, nu am putut restaura evenimentul șters."
+msgstr "Regretăm, nu am putut restaura evenimentul eliminat."
#: libraries/classes/Rte/Events.php:149
-#, fuzzy, php-format
+#, php-format
msgid "Event %1$s has been modified."
msgstr "Evenimentul %1$s a fost modificat."
#: libraries/classes/Rte/Events.php:169
-#, fuzzy, php-format
+#, php-format
msgid "Event %1$s has been created."
msgstr "Evenimentul %1$s a fost creat."
#: libraries/classes/Rte/Events.php:183 libraries/classes/Rte/Routines.php:287
#: libraries/classes/Rte/Triggers.php:159
-#, fuzzy
-#| msgid ""
-#| "One or more errors have occured while processing your request:"
msgid "One or more errors have occurred while processing your request:"
-msgstr ""
-"Una sau mai multe erori au apărut în timpul procesării cererii "
-"dumneavoastră:"
+msgstr "Au apărut una sau mai multe erori în timpul procesării cererii tale:"
#: libraries/classes/Rte/Events.php:238
-#, fuzzy
msgid "Edit event"
msgstr "Editează evenimentul"
#: libraries/classes/Rte/Events.php:404 libraries/classes/Rte/Routines.php:905
#: libraries/classes/Rte/Triggers.php:339 templates/view_create.twig:8
-#, fuzzy
msgid "Details"
msgstr "Detalii"
#: libraries/classes/Rte/Events.php:407
-#, fuzzy
-#| msgid "Event type"
msgid "Event name"
-msgstr "Tip eveniment"
+msgstr "Nume eveniment"
#: libraries/classes/Rte/Events.php:450 libraries/classes/Rte/Routines.php:928
-#, fuzzy, php-format
+#, php-format
msgid "Change to %s"
-msgstr "Schimbați în %s"
+msgstr "Schimbă în %s"
#: libraries/classes/Rte/Events.php:456
-#, fuzzy
msgid "Execute at"
msgstr "Execută la"
#: libraries/classes/Rte/Events.php:464
-#, fuzzy
msgid "Execute every"
msgstr "Execută fiecare"
#: libraries/classes/Rte/Events.php:483
-#, fuzzy
msgctxt "Start of recurring event"
msgid "Start"
-msgstr "Începutul"
+msgstr "Început"
#: libraries/classes/Rte/Events.php:492
-#, fuzzy
msgctxt "End of recurring event"
msgid "End"
-msgstr "Sfârșitul"
+msgstr "Sfârșit"
#: libraries/classes/Rte/Events.php:506
-#, fuzzy
-#| msgid "Complete inserts"
msgid "On completion preserve"
-msgstr "Inserări complete"
+msgstr "Păstrare definitivă"
#: libraries/classes/Rte/Events.php:511 libraries/classes/Rte/Routines.php:1045
#: libraries/classes/Rte/Triggers.php:399 templates/view_create.twig:45
@@ -11306,326 +10880,262 @@ msgstr ""
"utilizator@numele-gazdei\" (username@hostname)"
#: libraries/classes/Rte/Events.php:562
-#, fuzzy
-#| msgid "You must provide an event name"
msgid "You must provide an event name!"
-msgstr "Trebuie să introduceți un nume de eveniment"
+msgstr "Trebuie să furnizezi un nume de eveniment!"
#: libraries/classes/Rte/Events.php:577
-#, fuzzy
msgid "You must provide a valid interval value for the event."
-msgstr "Trebuie să introduceți o valoare internă validă pentru eveniment."
+msgstr "Trebuie să furnizezi o valoare validă a intervalului pentru eveniment."
#: libraries/classes/Rte/Events.php:596
-#, fuzzy
msgid "You must provide a valid execution time for the event."
-msgstr "Trebuie să introduceți un timp valid de execuție pentru eveniment."
+msgstr "Trebuie să furnizezi un timp valid de execuție pentru eveniment."
#: libraries/classes/Rte/Events.php:600
-#, fuzzy
msgid "You must provide a valid type for the event."
-msgstr "Trebuie să introduceți un tip valid pentru eveniment."
+msgstr "Trebuie să furnizezi un tip valid de eveniment."
#: libraries/classes/Rte/Events.php:624
-#, fuzzy
msgid "You must provide an event definition."
-msgstr "Trebuie să introduceți o definiție pentru eveniment."
+msgstr "Trebuie să furnizezi o definiție a evenimentului."
#: libraries/classes/Rte/Export.php:54 libraries/classes/Rte/General.php:84
#: libraries/classes/Rte/Routines.php:172
#: libraries/classes/Rte/Routines.php:1329
#: libraries/classes/Rte/Routines.php:1539
-#, fuzzy
-#| msgid "Error in processing request"
msgid "Error in processing request:"
-msgstr "Eroare în procesarea cererii"
+msgstr "Eroare la procesarea cererii:"
#: libraries/classes/Rte/Footer.php:102
-#, fuzzy
msgid "OFF"
msgstr "OPRIT"
#: libraries/classes/Rte/Footer.php:107
-#, fuzzy
msgid "ON"
msgstr "PORNIT"
#: libraries/classes/Rte/Footer.php:119
-#, fuzzy
msgid "Event scheduler status"
-msgstr "Statutul programatorului de evenimente"
+msgstr "Stare programator de evenimente"
#: libraries/classes/Rte/General.php:46
-#, fuzzy
msgid "The backed up query was:"
-msgstr "Interogarea de rezervă era:"
+msgstr "Interogarea de siguranță era:"
#: libraries/classes/Rte/Routines.php:92
-#, fuzzy
msgid ""
"You are using PHP's deprecated 'mysql' extension, which is not capable of "
"handling multi queries. [strong]The execution of some stored routines may "
"fail![/strong] Please use the improved 'mysqli' extension to avoid any "
"problems."
msgstr ""
-"Folosiți extensia învechită 'mysql' a PHP, care nu este capabilă să "
-"manipuleze interogări multiple. [strong]Execuția unor rutine stocate poate "
-"eșua![/strong] Vă rugăm să folosiți extensia îmbunătățită 'mysqli' pentru a "
+"Folosești extensia învechită „mysql” a PHP, care nu este capabilă să "
+"gestioneze mai multe interogări. [strong]Execuția unor rutine stocate poate "
+"eșua![/strong] Te rog folosește extensia îmbunătățită „mysqli” pentru a "
"evita orice problemă."
#: libraries/classes/Rte/Routines.php:143
-#, fuzzy
-#| msgid "Edit mode"
msgid "Edit routine"
-msgstr "Regim de redactare"
+msgstr "Editează rutina"
#: libraries/classes/Rte/Routines.php:221
#: libraries/classes/Rte/Routines.php:1135
-#, fuzzy, php-format
-#| msgid "Invalid server index: \"%s\""
+#, php-format
msgid "Invalid routine type: \"%s\""
-msgstr "Index de server nevalid: „%s”"
+msgstr "Tip de rutină invalid: „%s”"
#: libraries/classes/Rte/Routines.php:274
-#, fuzzy, php-format
-#| msgid "Table %1$s has been created."
+#, php-format
msgid "Routine %1$s has been created."
-msgstr "Tabelul %1$s a fost creat."
+msgstr "Rutina %1$s a fost creată."
#: libraries/classes/Rte/Routines.php:393
-#, fuzzy
msgid "Sorry, we failed to restore the dropped routine."
-msgstr "Ne pare rău, am eșuat încercând să recuperăm rutina ștearsă."
+msgstr "Regretăm, nu am reușit să restaurăm rutina eliminată."
#: libraries/classes/Rte/Routines.php:449
-#, fuzzy, php-format
-#| msgid "Routine %1$s has been modified."
+#, php-format
msgid "Routine %1$s has been modified. Privileges have been adjusted."
-msgstr "Tabelul %1$s a fost modificat."
+msgstr "Rutina %1$s a fost modificată. Privilegiile au fost ajustate."
#: libraries/classes/Rte/Routines.php:454
-#, fuzzy, php-format
+#, php-format
msgid "Routine %1$s has been modified."
-msgstr "Tabelul %1$s a fost modificat."
+msgstr "Rutina %1$s a fost modificată."
#: libraries/classes/Rte/Routines.php:908
-#, fuzzy
-#| msgid "Routines"
msgid "Routine name"
-msgstr "Rutine"
+msgstr "Nume rutină"
#: libraries/classes/Rte/Routines.php:934
-#, fuzzy
msgid "Parameters"
-msgstr "Parametrii"
+msgstr "Parametri"
#: libraries/classes/Rte/Routines.php:942
-#, fuzzy
-#| msgid "Direct links"
msgid "Direction"
-msgstr "Legături directe"
+msgstr "Direcție"
#: libraries/classes/Rte/Routines.php:963
-#, fuzzy
msgid "Add parameter"
-msgstr "Adăugați parametru"
+msgstr "Adaugă parametru"
#: libraries/classes/Rte/Routines.php:967
-#, fuzzy
msgid "Remove last parameter"
-msgstr "Ștergeți ultimul parametru"
+msgstr "Înlătură ultimul parametru"
#: libraries/classes/Rte/Routines.php:972
-#, fuzzy
msgid "Return type"
-msgstr "Tipul întors"
+msgstr "Tip de revenire"
#: libraries/classes/Rte/Routines.php:978
-#, fuzzy
-#| msgid "Length/Values"
msgid "Return length/values"
-msgstr "Lungime/Setare"
+msgstr "Lungime/valori revenire"
#: libraries/classes/Rte/Routines.php:984
-#, fuzzy
-#| msgid "Table options"
msgid "Return options"
-msgstr "Opțiuni tabel"
+msgstr "Opțiuni revenire"
#: libraries/classes/Rte/Routines.php:1016
-#, fuzzy
msgid "Is deterministic"
-msgstr "Este determinist"
+msgstr "Este determinat"
#: libraries/classes/Rte/Routines.php:1035
msgid ""
"You do not have sufficient privileges to perform this operation; Please "
"refer to the documentation for more details"
msgstr ""
+"Nu ai suficiente privilegii pentru a efectua această operațiune; Te rog "
+"consultă documentația pentru mai multe detalii"
#: libraries/classes/Rte/Routines.php:1050
-#, fuzzy
msgid "Security type"
msgstr "Tip de securitate"
#: libraries/classes/Rte/Routines.php:1059
-#, fuzzy
msgid "SQL data access"
-msgstr "Acces date SQL"
+msgstr "Acces la date SQL"
#: libraries/classes/Rte/Routines.php:1142
-#, fuzzy
-#| msgid "You must provide a routine name"
msgid "You must provide a routine name!"
-msgstr "Trebuie să introduceți un nume de rutină"
+msgstr "Trebuie să furnizezi un nume de rutină!"
#: libraries/classes/Rte/Routines.php:1176
-#, fuzzy, php-format
+#, php-format
msgid "Invalid direction \"%s\" given for parameter."
-msgstr "Direcție invalidă \"%s\" dată pentru parametru."
+msgstr "Direcție dată „%s” este invalidă pentru parametru."
#: libraries/classes/Rte/Routines.php:1198
#: libraries/classes/Rte/Routines.php:1260
-#, fuzzy
msgid ""
"You must provide length/values for routine parameters of type ENUM, SET, "
"VARCHAR and VARBINARY."
msgstr ""
-"Trebuie să oferiți lungime/valori pentru parametrii de tipul ENUM, SET, "
-"VARCHAR și VARBINARY ai rutinei."
+"Trebuie să furnizezi lungimea/valorile pentru parametrii rutinei de tipul "
+"ENUM, SET, VARCHAR și VARBINARY."
#: libraries/classes/Rte/Routines.php:1224
-#, fuzzy
msgid "You must provide a name and a type for each routine parameter."
msgstr ""
-"Trebuie să introduceți un nume și un tip pentru fiecare parametru al rutinei."
+"Trebuie să furnizezi un nume și un tip pentru fiecare parametru al rutinei."
#: libraries/classes/Rte/Routines.php:1243
-#, fuzzy
msgid "You must provide a valid return type for the routine."
-msgstr "Rutina trebuie să întoarcă un tip valid."
+msgstr "Trebuie să furnizezi un tip de revenire valid pentru rutină."
#: libraries/classes/Rte/Routines.php:1303
-#, fuzzy
msgid "You must provide a routine definition."
-msgstr "Trebuie să introduceți o definiție a rutinei."
+msgstr "Trebuie să furnizezi o definiție a rutinei."
#: libraries/classes/Rte/Routines.php:1415
-#, fuzzy, php-format
+#, php-format
msgid "Execution results of routine %s"
-msgstr "Rezultatele execuției rutinei %s"
+msgstr "Rezultate de execuție ale rutinei %s"
#: libraries/classes/Rte/Routines.php:1470
-#, fuzzy, php-format
-#| msgid "%d row affected by the last statement inside the procedure"
-#| msgid_plural "%d rows affected by the last statement inside the procedure"
+#, php-format
msgid "%d row affected by the last statement inside the procedure."
msgid_plural "%d rows affected by the last statement inside the procedure."
-msgstr[0] "%d rând afectat de ultima declarație din cadrul procedurii"
-msgstr[1] "%d rânduri afectate de ultima declarație din cadrul procedurii"
-msgstr[2] "%d rânduri afectate de ultima declarație din cadrul procedurii"
+msgstr[0] "Un rând afectat de ultima declarație din cadrul procedurii."
+msgstr[1] "%d rânduri afectate de ultima declarație din cadrul procedurii."
+msgstr[2] "%d de rânduri afectate de ultima declarație din cadrul procedurii."
#: libraries/classes/Rte/Routines.php:1527
#: libraries/classes/Rte/Routines.php:1534
-#, fuzzy
msgid "Execute routine"
-msgstr "Executați rutina"
+msgstr "Execută rutina"
#: libraries/classes/Rte/Routines.php:1613
#: libraries/classes/Rte/Routines.php:1616
-#, fuzzy
msgid "Routine parameters"
-msgstr "Parametrii rutinei"
+msgstr "Parametri rutină"
#: libraries/classes/Rte/RteList.php:91
-#, fuzzy
msgid "Returns"
-msgstr "Întoarce"
+msgstr "Reveniri"
#: libraries/classes/Rte/Triggers.php:118
msgid "Sorry, we failed to restore the dropped trigger."
-msgstr ""
+msgstr "Regret, restaurarea declanșatorului eliminat a eșuat."
#: libraries/classes/Rte/Triggers.php:125
-#, fuzzy, php-format
-#| msgid "Table %s has been dropped."
+#, php-format
msgid "Trigger %1$s has been modified."
-msgstr "Tabelul %s a fost aruncat"
+msgstr "Declanșatorul %1$s a fost modificat."
#: libraries/classes/Rte/Triggers.php:145
-#, fuzzy, php-format
-#| msgid "Table %1$s has been created."
+#, php-format
msgid "Trigger %1$s has been created."
-msgstr "Tabelul %1$s a fost creat."
+msgstr "Declanșatorul %1$s a fost creat."
#: libraries/classes/Rte/Triggers.php:221
-#, fuzzy
-#| msgid "Add a new server"
msgid "Edit trigger"
-msgstr "Adaugă un server nou"
+msgstr "Editează declanșatorul"
#: libraries/classes/Rte/Triggers.php:342
-#, fuzzy
-#| msgid "Triggers"
msgid "Trigger name"
-msgstr "Declanșatori"
+msgstr "Nume declanșator"
#: libraries/classes/Rte/Triggers.php:365
-#, fuzzy
-#| msgid "Time"
msgctxt "Trigger action time"
msgid "Time"
msgstr "Timp"
#: libraries/classes/Rte/Triggers.php:445
-#, fuzzy
-#| msgid "You must provide a routine name"
msgid "You must provide a trigger name!"
-msgstr "Trebuie să introduceți un nume de rutină"
+msgstr "Trebuie să furnizezi un nume de declanșator!"
#: libraries/classes/Rte/Triggers.php:452
-#, fuzzy
-#| msgid "You must provide a valid type for the event."
msgid "You must provide a valid timing for the trigger!"
-msgstr "Trebuie să introduceți un tip valid pentru eveniment."
+msgstr "Trebuie să furnizezi o sincronizare validă pentru declanșator!"
#: libraries/classes/Rte/Triggers.php:459
-#, fuzzy
-#| msgid "You must provide a valid return type for the routine."
msgid "You must provide a valid event for the trigger!"
-msgstr "Rutina trebuie să întoarcă un tip valid."
+msgstr "Trebuie să furnizezi un eveniment valid pentru declanșator!"
#: libraries/classes/Rte/Triggers.php:467
-#, fuzzy
-#| msgid "Invalid table name"
msgid "You must provide a valid table name!"
-msgstr "Denumire de tabel nevalidă"
+msgstr "Trebuie să furnizezi un nume de tabel valid!"
#: libraries/classes/Rte/Triggers.php:473
msgid "You must provide a trigger definition."
-msgstr ""
+msgstr "Trebuie să furnizezi o definiție pentru declanșator."
#: libraries/classes/Rte/Words.php:32
-#, fuzzy
-#| msgid "Add %s field(s)"
msgid "Add routine"
-msgstr "Adaugă %s câmp(uri)"
+msgstr "Adaugă rutină"
#: libraries/classes/Rte/Words.php:34
-#, fuzzy, php-format
+#, php-format
msgid "Export of routine %s"
-msgstr "Import fișiere"
+msgstr "Exportul rutinei %s"
#: libraries/classes/Rte/Words.php:35
-#, fuzzy
msgid "routine"
msgstr "rutină"
#: libraries/classes/Rte/Words.php:37
-#, fuzzy
-#| msgid "You do not have the necessary privileges to create a routine"
msgid "You do not have the necessary privileges to create a routine."
-msgstr "Nu dețineți privilegiile necesare pentru a crea o rutină"
+msgstr "Nu ai privilegiile necesare pentru a crea o rutină."
#: libraries/classes/Rte/Words.php:40
#, php-format
@@ -11633,6 +11143,8 @@ msgid ""
"No routine with name %1$s found in database %2$s. You might be lacking the "
"necessary privileges to edit this routine."
msgstr ""
+"Nicio rutină cu numele %1$s găsită în baza de date %2$s. S-ar putea să fie "
+"blocate privilegiile necesare pentru a edita această rutină."
#: libraries/classes/Rte/Words.php:44
#, php-format
@@ -11640,168 +11152,137 @@ msgid ""
"No routine with name %1$s found in database %2$s. You might be lacking the "
"necessary privileges to view/export this routine."
msgstr ""
+"Nicio rutină cu numele %1$s găsită în baza de date %2$s. S-ar putea să fie "
+"blocate privilegiile necesare pentru a vedea/exporta această rutină."
#: libraries/classes/Rte/Words.php:47
-#, fuzzy, php-format
-#| msgid "No routine with name %1$s found in database %2$s"
+#, php-format
msgid "No routine with name %1$s found in database %2$s."
-msgstr "Nicio rutină cu numele %1$s nu a fost gasită în baza de date %2$s"
+msgstr "Nicio rutină cu numele %1$s găsită în baza de date %2$s."
#: libraries/classes/Rte/Words.php:48
-#, fuzzy
msgid "There are no routines to display."
-msgstr "Nu există rutine de afișat."
+msgstr "Nu există nicio rutină de afișat."
#: libraries/classes/Rte/Words.php:54
-#, fuzzy
-#| msgid "Add a new server"
msgid "Add trigger"
-msgstr "Adaugă un server nou"
+msgstr "Adaugă declanșator"
#: libraries/classes/Rte/Words.php:56
-#, fuzzy, php-format
-#| msgid "Export triggers"
+#, php-format
msgid "Export of trigger %s"
-msgstr "Modul de export"
+msgstr "Exportul declanșatorului %s"
#: libraries/classes/Rte/Words.php:57
-#, fuzzy
-#| msgid "Triggers"
msgid "trigger"
-msgstr "Declanșatori"
+msgstr "declanșator"
#: libraries/classes/Rte/Words.php:59
-#, fuzzy
-#| msgid "You don't have sufficient privileges to be here right now!"
msgid "You do not have the necessary privileges to create a trigger."
-msgstr "Nu dețineți drepturi de acces pentru a vă afla aici!"
+msgstr "Nu ai privilegiile necesare pentru a crea un declanșator."
#: libraries/classes/Rte/Words.php:61
-#, fuzzy, php-format
-#| msgid "No tables found in database."
+#, php-format
msgid "No trigger with name %1$s found in database %2$s."
-msgstr "Nu s-a găsit nici un tabel în baza de date."
+msgstr "Niciun declanșator cu numele %1$s găsit în baza de date %2$s."
#: libraries/classes/Rte/Words.php:62
-#, fuzzy
msgid "There are no triggers to display."
-msgstr "Tabelele urmărite"
+msgstr "Nu există niciun declanșator de afișat."
#: libraries/classes/Rte/Words.php:68
-#, fuzzy
-#| msgid "Add a new server"
msgid "Add event"
-msgstr "Adaugă un server nou"
+msgstr "Adaugă eveniment"
#: libraries/classes/Rte/Words.php:70
-#, fuzzy, php-format
+#, php-format
msgid "Export of event %s"
-msgstr "Modul de export"
+msgstr "Exportul evenimentului %s"
#: libraries/classes/Rte/Words.php:71
-#, fuzzy
-#| msgid "Event"
msgid "event"
-msgstr "Eveniment"
+msgstr "eveniment"
#: libraries/classes/Rte/Words.php:73
-#, fuzzy
-#| msgid "You don't have sufficient privileges to be here right now!"
msgid "You do not have the necessary privileges to create an event."
-msgstr "Nu dețineți drepturi de acces pentru a vă afla aici!"
+msgstr "Nu ai privilegiile necesare pentru a crea un eveniment."
#: libraries/classes/Rte/Words.php:75
-#, fuzzy, php-format
-#| msgid "No tables found in database."
+#, php-format
msgid "No event with name %1$s found in database %2$s."
-msgstr "Nu s-a găsit nici un tabel în baza de date."
+msgstr "Niciun eveniment cu numele %1$s găsit în baza de date %2$s."
#: libraries/classes/Rte/Words.php:76
-#, fuzzy
msgid "There are no events to display."
-msgstr "Nu există evenimente de afișat."
+msgstr "Nu există niciun eveniment de afișat."
#: libraries/classes/SavedSearches.php:261
-#, fuzzy
msgid "Please provide a name for this bookmarked search."
msgstr ""
-"Vă rugăm să furnizaţi un nume pentru această căutare marcată ca semn de "
-"carte."
+"Te rog furnizează un nume pentru această căutare marcată cu semn de carte."
#: libraries/classes/SavedSearches.php:276
-#, fuzzy
msgid "Missing information to save the bookmarked search."
-msgstr "Lipsesc informații pentru a putea salva această căutare."
+msgstr ""
+"Lipsesc informații pentru a putea salva căutarea marcată cu semn de carte."
#: libraries/classes/SavedSearches.php:298
#: libraries/classes/SavedSearches.php:335
-#, fuzzy
msgid "An entry with this name already exists."
-msgstr "O înregistrare cu acest nume deja există."
+msgstr "Există deja o intrare cu acest nume."
#: libraries/classes/SavedSearches.php:362
-#, fuzzy
msgid "Missing information to delete the search."
-msgstr "Lipsesc informații pentru a putea șterge căutarea."
+msgstr "Lipsesc informațiile pentru a șterge căutarea."
#: libraries/classes/SavedSearches.php:390
-#, fuzzy
msgid "Missing information to load the search."
-msgstr "Lipsesc informații pentru a putea încărca căutarea."
+msgstr "Lipsesc informațiile pentru a încărca căutarea."
#: libraries/classes/SavedSearches.php:409
-#, fuzzy
msgid "Error while loading the search."
msgstr "Eroare în timpul încărcării căutării."
#: libraries/classes/Server/Privileges.php:222 server_privileges.php:118
-#, fuzzy
msgid "No privileges."
-msgstr "Fără drepturi."
+msgstr "Niciun privilegiu."
#: libraries/classes/Server/Privileges.php:231 server_privileges.php:63
-#, fuzzy
msgid "Includes all privileges except GRANT."
-msgstr "Include toate privilegiile, excluzand GRANT."
+msgstr "Include toate privilegiile, cu excepția ACORDĂ."
#: libraries/classes/Server/Privileges.php:304
#: libraries/classes/Server/Privileges.php:1036
#: libraries/classes/Server/Privileges.php:1210 server_privileges.php:107
-#, fuzzy
msgid "Allows reading data."
msgstr "Permite citirea datelor."
#: libraries/classes/Server/Privileges.php:309
#: libraries/classes/Server/Privileges.php:1041
#: libraries/classes/Server/Privileges.php:1211 server_privileges.php:83
-#, fuzzy
msgid "Allows inserting and replacing data."
msgstr "Permite inserarea și înlocuirea datelor."
#: libraries/classes/Server/Privileges.php:314
#: libraries/classes/Server/Privileges.php:1046
#: libraries/classes/Server/Privileges.php:1212 server_privileges.php:117
-#, fuzzy
msgid "Allows changing data."
-msgstr "Permite schimbarea datelor."
+msgstr "Permite modificarea datelor."
#: libraries/classes/Server/Privileges.php:319
#: libraries/classes/Server/Privileges.php:1213 server_privileges.php:72
-#, fuzzy
msgid "Allows deleting data."
-msgstr "Permite stergere de date."
+msgstr "Permite ștergerea datelor."
#: libraries/classes/Server/Privileges.php:324
#: libraries/classes/Server/Privileges.php:1239 server_privileges.php:66
-#, fuzzy
msgid "Allows creating new databases and tables."
-msgstr "Permite crearea de noi baze de date și tabele."
+msgstr "Permite crearea de baze de date și tabele noi."
#: libraries/classes/Server/Privileges.php:329
#: libraries/classes/Server/Privileges.php:1251 server_privileges.php:73
-#, fuzzy
msgid "Allows dropping databases and tables."
-msgstr "Permite stergerea unei baze de date sau a unor tabele."
+msgstr "Permite eliminarea bazelor de date și tabelelor."
#: libraries/classes/Server/Privileges.php:334
#: libraries/classes/Server/Privileges.php:1335 server_privileges.php:101
@@ -11812,345 +11293,289 @@ msgstr ""
#: libraries/classes/Server/Privileges.php:339
#: libraries/classes/Server/Privileges.php:1339 server_privileges.php:110
-#, fuzzy
msgid "Allows shutting down the server."
msgstr "Permite oprirea serverului."
#: libraries/classes/Server/Privileges.php:344
#: libraries/classes/Server/Privileges.php:1331 server_privileges.php:98
-#, fuzzy
-#| msgid "Allows viewing processes of all users"
msgid "Allows viewing processes of all users."
-msgstr "Permite vizualizarea proceselor tuturor utilizatorilor"
+msgstr "Permite vizualizarea proceselor pentru toți utilizatorii."
#: libraries/classes/Server/Privileges.php:349
#: libraries/classes/Server/Privileges.php:1219 server_privileges.php:77
-#, fuzzy
msgid "Allows importing data from and exporting data into files."
-msgstr ""
-"Permite importarea datelor in fisiere și exportarea acestora din fisiere."
+msgstr "Permite importul datelor din fișiere și exportul datelor în fișiere."
#: libraries/classes/Server/Privileges.php:354
#: libraries/classes/Server/Privileges.php:1051
#: libraries/classes/Server/Privileges.php:1363 server_privileges.php:99
-#, fuzzy
msgid "Has no effect in this MySQL version."
-msgstr "Nu are efect în această versiune MySQL."
+msgstr "Nu are niciun efect în această versiune MySQL."
#: libraries/classes/Server/Privileges.php:359
#: libraries/classes/Server/Privileges.php:1247 server_privileges.php:82
-#, fuzzy
msgid "Allows creating and dropping indexes."
-msgstr "Permite crearea și stergerea indexurilor."
+msgstr "Permite crearea și eliminarea indexurilor."
#: libraries/classes/Server/Privileges.php:364
#: libraries/classes/Server/Privileges.php:1245 server_privileges.php:64
-#, fuzzy
msgid "Allows altering the structure of existing tables."
-msgstr "Permite alterarea structurii la tabelele deja existente."
+msgstr "Permite modificarea structurii tabelelor existente."
#: libraries/classes/Server/Privileges.php:369
#: libraries/classes/Server/Privileges.php:1343 server_privileges.php:108
-#, fuzzy
msgid "Gives access to the complete list of databases."
-msgstr "Permite accesul la lista completă a bazelor de date."
+msgstr "Dă acces la lista completă de baze de date."
#: libraries/classes/Server/Privileges.php:375
#: libraries/classes/Server/Privileges.php:1323 server_privileges.php:112
-#, fuzzy
msgid ""
"Allows connecting, even if maximum number of connections is reached; "
"required for most administrative operations like setting global variables or "
"killing threads of other users."
msgstr ""
-"Permite conexiuni, chiar dacă s-a atins numărul maxim de conexiuni; Necesară "
-"pentru majoritatea operațiunilor administrative, cum ar fi setarea "
+"Permite conexiuni, chiar dacă s-a atins numărul maxim de conexiuni; este "
+"necesară pentru majoritatea operațiunilor administrative, cum ar fi setarea "
"variabilelor globale sau oprirea firelor de execuție a altor utilizatori."
#: libraries/classes/Server/Privileges.php:383
#: libraries/classes/Server/Privileges.php:1257 server_privileges.php:69
-#, fuzzy
msgid "Allows creating temporary tables."
-msgstr "Permite crearea de tabele temporare."
+msgstr "Permite crearea tabelelor temporare."
#: libraries/classes/Server/Privileges.php:388
#: libraries/classes/Server/Privileges.php:1359 server_privileges.php:84
-#, fuzzy
msgid "Allows locking tables for the current thread."
-msgstr "Permite blocarea tabelelor din firul curent de execuție."
+msgstr "Permite blocarea tabelelor pentru firul de execuție curent."
#: libraries/classes/Server/Privileges.php:393
#: libraries/classes/Server/Privileges.php:1372 server_privileges.php:106
-#, fuzzy
msgid "Needed for the replication slaves."
-msgstr "Necesară pentru „slave replication”."
+msgstr "Necesară pentru sclavii de replicare."
#: libraries/classes/Server/Privileges.php:398
#: libraries/classes/Server/Privileges.php:1368 server_privileges.php:104
-#, fuzzy
msgid "Allows the user to ask where the slaves / masters are."
-msgstr "Permite utilizatorului de a interoga locația slave/master."
+msgstr "Permite utilizatorului să întrebe unde sunt serverele sclav/master."
#: libraries/classes/Server/Privileges.php:403
#: libraries/classes/Server/Privileges.php:419
#: libraries/classes/Server/Privileges.php:1277
#: libraries/classes/Server/Privileges.php:1284 server_privileges.php:71
-#, fuzzy
msgid "Allows creating new views."
-msgstr "Permite crearea noilor viziuni."
+msgstr "Permite crearea de vizualizări noi."
#: libraries/classes/Server/Privileges.php:408
#: libraries/classes/Server/Privileges.php:1291 server_privileges.php:75
-#, fuzzy
-#| msgid "Allows to set up events for the event scheduler"
msgid "Allows to set up events for the event scheduler."
-msgstr "Permite configurarea evenimentelor pentru planificatorul de evenimente"
+msgstr "Permite inițializarea evenimentelor pentru programatorul de evenimente."
#: libraries/classes/Server/Privileges.php:413
#: libraries/classes/Server/Privileges.php:1295 server_privileges.php:116
-#, fuzzy
-#| msgid "Allows creating and dropping triggers"
msgid "Allows creating and dropping triggers."
-msgstr "Permite crearea și eliminarea declanșatorilor"
+msgstr "Permite crearea și eliminarea declanșatorilor."
#: libraries/classes/Server/Privileges.php:424
#: libraries/classes/Server/Privileges.php:430
#: libraries/classes/Server/Privileges.php:1261 server_privileges.php:109
-#, fuzzy
msgid "Allows performing SHOW CREATE VIEW queries."
-msgstr "Permite executarea interogărilor SHOW CREATE VIEW."
+msgstr "Permite executarea interogărilor ARATĂ CREARE VIZUALIZARE."
#: libraries/classes/Server/Privileges.php:435
#: libraries/classes/Server/Privileges.php:1265 server_privileges.php:67
-#, fuzzy
msgid "Allows creating stored routines."
-msgstr "Permite crearea rutinelor stocate."
+msgstr "Permite crearea de rutine stocate."
#: libraries/classes/Server/Privileges.php:440
#: libraries/classes/Server/Privileges.php:1269 server_privileges.php:65
-#, fuzzy
msgid "Allows altering and dropping stored routines."
-msgstr "Permite alterarea și aruncarea rutinelor stocate."
+msgstr "Permite modificarea și eliminarea rutinelor stocate."
#: libraries/classes/Server/Privileges.php:445
#: libraries/classes/Server/Privileges.php:1376 server_privileges.php:70
-#, fuzzy
msgid "Allows creating, dropping and renaming user accounts."
-msgstr "Permite crearea, aruncarea și redenumirea conturilor de utilizator."
+msgstr "Permite crearea, eliminarea și redenumirea conturilor utilizatorilor."
#: libraries/classes/Server/Privileges.php:450
#: libraries/classes/Server/Privileges.php:1271 server_privileges.php:76
-#, fuzzy
msgid "Allows executing stored routines."
msgstr "Permite executarea rutinelor stocate."
#: libraries/classes/Server/Privileges.php:726
-#, fuzzy
-#| msgid "Persistent connections"
msgid "Does not require SSL-encrypted connections."
-msgstr "Conexiuni persistente"
+msgstr "Nu necesită conexiuni criptate prin SSL."
#: libraries/classes/Server/Privileges.php:742
-#, fuzzy
-#| msgid "Persistent connections"
msgid "Requires SSL-encrypted connections."
-msgstr "Conexiuni persistente"
+msgstr "Necesită conexiuni criptate prin SSL."
#: libraries/classes/Server/Privileges.php:756
msgid "Requires a valid X509 certificate."
-msgstr ""
+msgstr "Necesită un certificat X509 valid."
#: libraries/classes/Server/Privileges.php:781
msgid "Requires that a specific cipher method be used for a connection."
-msgstr ""
+msgstr "Necesită utilizarea unei anumite metode de cifrare pentru o conexiune."
#: libraries/classes/Server/Privileges.php:794
msgid "Requires that a valid X509 certificate issued by this CA be presented."
-msgstr ""
+msgstr "Necesită prezentarea unui certificat X509 valid emis de acest CA."
#: libraries/classes/Server/Privileges.php:807
msgid "Requires that a valid X509 certificate with this subject be presented."
-msgstr ""
+msgstr "Necesită prezentarea unui certificat X509 valid cu acest subiect."
#: libraries/classes/Server/Privileges.php:837 server_privileges.php:89
-#, fuzzy
msgid "Limits the number of queries the user may send to the server per hour."
msgstr ""
-"Limiteaza numarul de comenzi care pot fi trimise de utilizator către server "
-"într-o oră."
+"Limitează numărul de interogări pe care utilizatorul îl poate trimite la "
+"server într-o oră."
#: libraries/classes/Server/Privileges.php:845 server_privileges.php:92
-#, fuzzy
msgid ""
"Limits the number of commands that change any table or database the user may "
"execute per hour."
msgstr ""
-"Limitează numărul de comenzi pentru schimbarea vreunui tabel sau vreunei "
-"baze de date executabile de utilizator într-o oră."
+"Limitează numărul de comenzi, care modifică orice tabel sau bază de date, pe "
+"care utilizatorul îl poate executa într-o oră."
#: libraries/classes/Server/Privileges.php:854 server_privileges.php:86
-#, fuzzy
msgid "Limits the number of new connections the user may open per hour."
msgstr ""
-"Limitează numărul de noi conexiuni care pot fi deschise de utilizator într-o "
-"oră."
+"Limitează numărul de conexiuni noi pe care utilizatorul îl poate deschide "
+"într-o oră."
#: libraries/classes/Server/Privileges.php:863 server_privileges.php:96
-#, fuzzy
msgid "Limits the number of simultaneous connections the user may have."
msgstr ""
-"Limitează numărul conexiunilor simultane pe care le poate avea utilizatorul."
+"Limitează numărul conexiunilor simultane pe care utilizatorul îl poate avea."
#: libraries/classes/Server/Privileges.php:908
#: libraries/classes/Server/Privileges.php:3345
#: libraries/classes/Server/Privileges.php:3347
#: libraries/classes/Server/Privileges.php:4565
#: templates/privileges/edit_routine_privileges.twig:11
-#, fuzzy
-#| msgid "Routines"
msgid "Routine"
-msgstr "Rutine"
+msgstr "Rutină"
#: libraries/classes/Server/Privileges.php:940
msgid ""
"Allows user to give to other users or remove from other users privileges "
"that user possess on this routine."
msgstr ""
+"Permite utilizatorului care are privilegii pentru această rutină să dea "
+"privilegii altor utilizatori sau să înlăture privilegiile altor utilizatori."
#: libraries/classes/Server/Privileges.php:947
-#, fuzzy
-#| msgid "Allows altering and dropping stored routines."
msgid "Allows altering and dropping this routine."
-msgstr "Permite alterarea și aruncarea rutinelor stocate."
+msgstr "Permite modificarea și eliminarea acestei rutine."
#: libraries/classes/Server/Privileges.php:952
-#, fuzzy
-#| msgid "Allows executing stored routines."
msgid "Allows executing this routine."
-msgstr "Permite executarea rutinelor stocate."
+msgstr "Permite executarea acestei rutine."
#: libraries/classes/Server/Privileges.php:1002
#: libraries/classes/Server/Privileges.php:1171
#: libraries/classes/Server/Privileges.php:3340
#: templates/privileges/privileges_summary.twig:18
-#, fuzzy
msgid "Table-specific privileges"
-msgstr "Drepturi specifice de tabele"
+msgstr "Privilegii specifice tabelului"
#: libraries/classes/Server/Privileges.php:1005
#: libraries/classes/Server/Privileges.php:1181
#: libraries/classes/Server/Privileges.php:3538
#: templates/privileges/edit_routine_privileges.twig:16
-#, fuzzy
-#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
-msgstr "Important: numele drepturilor de acces MySQL apar în engleză"
+msgstr "Notă: numele privilegiilor MySQL sunt în limba engleză."
#: libraries/classes/Server/Privileges.php:1145
-#, fuzzy
msgid "Administration"
msgstr "Administrare"
#: libraries/classes/Server/Privileges.php:1165
#: libraries/classes/Server/Privileges.php:3536
-#, fuzzy
msgid "Global privileges"
msgstr "Privilegii globale"
#: libraries/classes/Server/Privileges.php:1166
-#, fuzzy
-#| msgid "global"
msgid "Global"
-msgstr "global"
+msgstr "Globale"
#: libraries/classes/Server/Privileges.php:1168
#: libraries/classes/Server/Privileges.php:3334
-#, fuzzy
msgid "Database-specific privileges"
-msgstr "Drepturi specifice bazei de date"
+msgstr "Privilegii specifice bazei de date"
#: libraries/classes/Server/Privileges.php:1240 server_privileges.php:68
-#, fuzzy
msgid "Allows creating new tables."
-msgstr "Permite crearea de noi tabele."
+msgstr "Permite crearea de tabele noi."
#: libraries/classes/Server/Privileges.php:1252 server_privileges.php:74
-#, fuzzy
msgid "Allows dropping tables."
-msgstr "Permite aruncarea a unei baze de date."
+msgstr "Permite eliminarea tabelelor."
#: libraries/classes/Server/Privileges.php:1315
-#, fuzzy
msgid ""
"Allows adding users and privileges without reloading the privilege tables."
msgstr ""
-"Permite adaugarea utilizatorilor și drepturilor fara reincarcarea tabelelor "
-"de drepturi."
+"Permite adăugarea de utilizatori și privilegii fără a reîncărca tabelele de "
+"privilegii."
#: libraries/classes/Server/Privileges.php:1351 server_privileges.php:79
msgid ""
"Allows user to give to other users or remove from other users the privileges "
"that user possess yourself."
msgstr ""
+"Permite utilizatorului care are privilegii să dea privilegii altor "
+"utilizatori sau să înlăture privilegiile altor utilizatori."
#: libraries/classes/Server/Privileges.php:1429
#: libraries/classes/Server/Privileges.php:1460
-#, fuzzy
-#| msgid "Cookie authentication"
msgid "Native MySQL authentication"
-msgstr "Autentificare Cookie"
+msgstr "Autentificare nativă MySQL"
#: libraries/classes/Server/Privileges.php:1462
-#, fuzzy
-#| msgid "Signon authentication"
msgid "SHA256 password authentication"
-msgstr "Autentificare Signon"
+msgstr "Autentificare cu parolă SHA256"
#: libraries/classes/Server/Privileges.php:1496
#: libraries/classes/Server/Privileges.php:3102
-#, fuzzy
msgid "Login Information"
-msgstr "Informații de autentificare"
+msgstr "Informații despre autentificare"
#: libraries/classes/Server/Privileges.php:1519
#: libraries/classes/Server/Privileges.php:1677
#: templates/privileges/add_privileges_routine.twig:7
#: templates/privileges/add_privileges_table.twig:7
-#, fuzzy
msgid "Use text field"
-msgstr "Utilizare câmp text"
+msgstr "Folosește câmp text"
#: libraries/classes/Server/Privileges.php:1545
msgid ""
"An account already exists with the same username but possibly a different "
"hostname."
msgstr ""
+"Există deja un cont cu același nume de utilizator, dar probabil la un alt "
+"nume de gazdă."
#: libraries/classes/Server/Privileges.php:1554
-#, fuzzy
-#| msgid "User name"
msgid "Host name:"
-msgstr "Nume utilizator"
+msgstr "Nume gazdă:"
#: libraries/classes/Server/Privileges.php:1559
#: libraries/classes/Server/Privileges.php:1644
#: libraries/classes/Server/Privileges.php:2563
#: libraries/classes/Server/Privileges.php:3534
-#, fuzzy
-#| msgid "Log name"
msgid "Host name"
-msgstr "Denumire jurnal"
+msgstr "Nume gazdă"
#: libraries/classes/Server/Privileges.php:1667
-#, fuzzy
msgid "Do not change the password"
-msgstr "Nu schimbați parola"
+msgstr "Nu schimba parola"
#: libraries/classes/Server/Privileges.php:1717
-#, fuzzy
-#| msgid "Authentication"
msgid "Authentication Plugin"
-msgstr "Autentificare"
+msgstr "Modul de autentificare"
#: libraries/classes/Server/Privileges.php:1724
#, fuzzy
@@ -12159,247 +11584,204 @@ msgid "Password Hashing Method"
msgstr "Criptare Parola"
#: libraries/classes/Server/Privileges.php:2014
-#, fuzzy, php-format
+#, php-format
msgid "The password for %s was changed successfully."
msgstr "Parola pentru %s a fost schimbată cu succes."
#: libraries/classes/Server/Privileges.php:2058
-#, fuzzy, php-format
+#, php-format
msgid "You have revoked the privileges for %s."
-msgstr "Drepturile tale au fost revocate pentru %s."
+msgstr "Ai revocat privilegiile pentru %s."
#: libraries/classes/Server/Privileges.php:2156
#: templates/privileges/add_user_fieldset.twig:7
-#, fuzzy
-#| msgid "Add user"
msgid "Add user account"
-msgstr "Adaugă utilizator"
+msgstr "Adaugă cont utilizator"
#: libraries/classes/Server/Privileges.php:2165
-#, fuzzy
-#| msgid "Database for user"
msgid "Database for user account"
-msgstr "Bază de date pentru utilizatorul"
+msgstr "Bază de date pentru utilizatorul actual"
#: libraries/classes/Server/Privileges.php:2171
-#, fuzzy
msgid "Create database with same name and grant all privileges."
msgstr "Creează o bază de date cu același nume și acordă toate privilegiile."
#: libraries/classes/Server/Privileges.php:2182
msgid "Grant all privileges on wildcard name (username\\_%)."
-msgstr ""
+msgstr "Acordă toate privilegiile pentru nume metacaracter (username\\_%)."
#: libraries/classes/Server/Privileges.php:2195
-#, fuzzy, php-format
+#, php-format
msgid "Grant all privileges on database %s."
-msgstr "Verifică privilegiile pentru baza de date \"%s\"."
+msgstr "Acordă toate privilegiile pentru baza de date „%s”."
#: libraries/classes/Server/Privileges.php:2369
#: libraries/classes/Server/Privileges.php:2443
-#, fuzzy, php-format
+#, php-format
msgid "Users having access to \"%s\""
-msgstr "Utilizatorul are acces la \"%s\""
+msgstr "Utilizatori care au acces la „%s”"
#: libraries/classes/Server/Privileges.php:2413
-#, fuzzy
-#| msgid "View %s has been dropped."
msgid "User has been added."
-msgstr "Vizualizarea %s a fost eliminată"
+msgstr "Utilizatorul a fost adăugat."
#: libraries/classes/Server/Privileges.php:2566
#: libraries/classes/Server/Privileges.php:3544
#: templates/privileges/privileges_summary.twig:16
-#, fuzzy
msgid "Grant"
-msgstr "Permite"
+msgstr "Acordă"
#: libraries/classes/Server/Privileges.php:2581
msgid "Not enough privilege to view users."
-msgstr ""
+msgstr "Nu ai privilegii suficiente pentru a vedea utilizatorii."
#: libraries/classes/Server/Privileges.php:2600
#: libraries/classes/Server/Privileges.php:3966
-#, fuzzy
-#| msgid "No user(s) found."
msgid "No user found."
-msgstr "Nu s-a găsit nici un utilizator."
+msgstr "Niciun utilizator găsit."
#: libraries/classes/Server/Privileges.php:2631
#: libraries/classes/Server/Privileges.php:2960
#: libraries/classes/Server/Privileges.php:3625
-#, fuzzy
msgid "Any"
msgstr "Oricare"
#: libraries/classes/Server/Privileges.php:2682
-#, fuzzy
msgid "global"
msgstr "global"
#: libraries/classes/Server/Privileges.php:2685
-#, fuzzy
msgid "database-specific"
msgstr "specific bazei de date"
#: libraries/classes/Server/Privileges.php:2687
-#, fuzzy
msgid "wildcard"
-msgstr "Metacaracter"
+msgstr "metacaracter"
#: libraries/classes/Server/Privileges.php:2693
-#, fuzzy
-#| msgid "database-specific"
msgid "table-specific"
-msgstr "specific bazei de date"
+msgstr "specific tabelului"
#: libraries/classes/Server/Privileges.php:2832
-#, fuzzy
-#| msgid "Edit Privileges"
msgid "Edit privileges"
-msgstr "Editează drepturile de acces"
+msgstr "Editează privilegiile"
#: libraries/classes/Server/Privileges.php:2835
-#, fuzzy
msgid "Revoke"
-msgstr "Revocare"
+msgstr "Revocă"
#: libraries/classes/Server/Privileges.php:2859
-#, fuzzy
-#| msgid "Edit server"
msgid "Edit user group"
-msgstr "Redactează serverul"
+msgstr "Editează grupul de utilizatori"
#: libraries/classes/Server/Privileges.php:3074
-#, fuzzy
msgid "… keep the old one."
-msgstr "… menține cel vechi."
+msgstr "… păstrează-l pe cel vechi."
#: libraries/classes/Server/Privileges.php:3075
-#, fuzzy
msgid "… delete the old one from the user tables."
-msgstr "… șterge cel vechi din tabelul de utilizatori."
+msgstr "… șterge-l pe cel vechi din tabelul de utilizatori."
#: libraries/classes/Server/Privileges.php:3077
-#, fuzzy
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
-msgstr ""
-"…revocă toate privilegiile active de la utilizatorul vechi și șterge-l după "
-"aceea."
+msgstr "…revocă toate privilegiile active din cel vechi și apoi șterge-l."
#: libraries/classes/Server/Privileges.php:3081
-#, fuzzy
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-"… șterge cel vechi din tabelul de utilizatori și reîncarcă privilegiile."
+"… șterge-l pe cel vechi din tabelul de utilizatori și apoi reîncarcă "
+"privilegiile."
#: libraries/classes/Server/Privileges.php:3103
-#, fuzzy
-#| msgid "Change Login Information / Copy User"
msgid "Change login information / Copy user account"
-msgstr "Schimbă informațiile de autentificare/Copiază utilizator"
+msgstr "Modifică informațiile de autentificare/copiază contul utilizatorului"
#: libraries/classes/Server/Privileges.php:3109
-#, fuzzy
-#| msgid "Create a new user with the same privileges and …"
msgid "Create a new user account with the same privileges and …"
-msgstr "Creează un utilizator nou cu aceleași privilegii și…"
+msgstr "Creează un cont de utilizator nou cu aceleași privilegii și…"
#: libraries/classes/Server/Privileges.php:3346
#: templates/privileges/edit_routine_privileges.twig:12
-#, fuzzy
-#| msgid "Column-specific privileges"
msgid "Routine-specific privileges"
-msgstr "Drepturi specifice coloanei"
+msgstr "Privilegii specifice rutinei"
#: libraries/classes/Server/Privileges.php:3542
#: libraries/classes/Server/UserGroups.php:87
#: templates/privileges/choose_user_group.twig:4
#: templates/privileges/choose_user_group.twig:5
msgid "User group"
-msgstr ""
+msgstr "Grup de utilizatori"
#: libraries/classes/Server/Privileges.php:3664
#: libraries/classes/Server/Privileges.php:4795
-#, fuzzy
msgid "The selected user was not found in the privilege table."
-msgstr "Utilizatorul selectat nu a fost găsit în tabelul de drepturi."
+msgstr "Utilizatorul selectat nu a fost găsit în tabelul de privilegii."
#: libraries/classes/Server/Privileges.php:3842
-#, fuzzy
msgid "No users selected for deleting!"
-msgstr "Nici un utilizator ales pentru ștergere!"
+msgstr "Niciun utilizator selectat pentru ștergere!"
#: libraries/classes/Server/Privileges.php:3845
-#, fuzzy
msgid "Reloading the privileges"
-msgstr "Reîncărcarea drepturilor"
+msgstr "Reîncarc privilegiile"
#: libraries/classes/Server/Privileges.php:3864
-#, fuzzy
msgid "The selected users have been deleted successfully."
-msgstr "Utilizatorii selectați au fost eliminați."
+msgstr "Utilizatorii selectați au fost șterși cu succes."
#: libraries/classes/Server/Privileges.php:3939
-#, fuzzy, php-format
+#, php-format
msgid "You have updated the privileges for %s."
-msgstr "Ați actualizat privilegiile pentru %s."
+msgstr "Ai actualizat privilegiile pentru %s."
#: libraries/classes/Server/Privileges.php:4044
-#, fuzzy, php-format
+#, php-format
msgid "Deleting %s"
-msgstr "Șterge %s"
+msgstr "Șterg %s"
#: libraries/classes/Server/Privileges.php:4074
-#, fuzzy
msgid "The privileges were reloaded successfully."
-msgstr "Drepturile au fost reîncarcate cu succes."
+msgstr "Privilegiile au fost reîncărcate cu succes."
#: libraries/classes/Server/Privileges.php:4165
-#, fuzzy, php-format
+#, php-format
msgid "The user %s already exists!"
msgstr "Utilizatorul %s există deja!"
#: libraries/classes/Server/Privileges.php:4438
-#, fuzzy, php-format
-#| msgid "Privileges"
+#, php-format
msgid "Privileges for %s"
-msgstr "Drepturi de acces"
+msgstr "Privilegii pentru %s"
#: libraries/classes/Server/Privileges.php:4447
#: libraries/classes/Server/Status/Processes.php:81
#: libraries/classes/Server/UserGroups.php:48
-#, fuzzy
msgid "User"
msgstr "Utilizator"
#: libraries/classes/Server/Privileges.php:4515
-#, fuzzy
-#| msgid "Edit Privileges"
msgid "Edit privileges:"
-msgstr "Editează drepturile de acces"
+msgstr "Editează privilegiile:"
#: libraries/classes/Server/Privileges.php:4516
-#, fuzzy
-#| msgid "Users"
msgid "User account"
-msgstr "Utilizatori"
+msgstr "Cont utilizator"
#: libraries/classes/Server/Privileges.php:4590
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
+"Notă: încerci să editezi privilegiile utilizatorului cu care ești "
+"autentificat acum."
#: libraries/classes/Server/Privileges.php:4610
#: libraries/classes/Server/Users.php:30
-#, fuzzy
-#| msgid "User overview"
msgid "User accounts overview"
-msgstr "Descriere utilizator"
+msgstr "Prezentare generală conturi utilizatori"
#: libraries/classes/Server/Privileges.php:4685
msgid ""
@@ -12407,32 +11789,24 @@ msgid ""
"will prevent other users from connecting if the host part of their account "
"allows a connection from any (%) host."
msgstr ""
+"Un cont de utilizator permite oricărui utilizator din localhost să se "
+"conecteze. Acest lucru va împiedica conectarea altor utilizatori dacă partea "
+"gazdă a contului lor permite o conexiune de la orice gazdă (%)."
#: libraries/classes/Server/Privileges.php:4727
-#, fuzzy, php-format
-#| msgid ""
-#| "Note: phpMyAdmin gets the users' privileges directly from MySQL's "
-#| "privilege tables. The content of these tables may differ from the "
-#| "privileges the server uses, if they have been changed manually. In this "
-#| "case, you should %sreload the privileges%s before you continue."
+#, php-format
msgid ""
"Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
"tables. The content of these tables may differ from the privileges the "
"server uses, if they have been changed manually. In this case, you should "
"%sreload the privileges%s before you continue."
msgstr ""
-"Notă: phpMyAdmin folosește privilegiile utilizatorilor direct din tabelul de "
-"privilegii din MySQL. Conținutul acestui tabel poate diferi de cel original. "
-"În acest caz, reîncărcați de aici înainte de a continua %sreîncărcarea "
-"drepturilor%s."
+"Notă: phpMyAdmin ia privilegiile utilizatorilor direct din tabelele de "
+"privilegii ale MySQL. Conținutul acestor tabele poate să difere de "
+"privilegiile pe care le utilizează serverul, dacă au fost modificate manual. "
+"În acest caz, ar trebui %ssă reîncarci privilegiile%s înainte de a continua."
#: libraries/classes/Server/Privileges.php:4744
-#, fuzzy
-#| msgid ""
-#| "Note: phpMyAdmin gets the users' privileges directly from MySQL's "
-#| "privilege tables. The content of these tables may differ from the "
-#| "privileges the server uses, if they have been changed manually. In this "
-#| "case, you should %sreload the privileges%s before you continue."
msgid ""
"Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
"tables. The content of these tables may differ from the privileges the "
@@ -12440,91 +11814,90 @@ msgid ""
"privileges have to be reloaded but currently, you don't have the RELOAD "
"privilege."
msgstr ""
-"Notă: phpMyAdmin folosește privilegiile utilizatorilor direct din tabelul de "
-"privilegii din MySQL. Conținutul acestui tabel poate diferi de cel original. "
-"În acest caz, reîncărcați de aici înainte de a continua %sreîncărcarea "
-"drepturilor%s."
+"Notă: phpMyAdmin ia privilegiile utilizatorilor direct din tabelele de "
+"privilegii ale MySQL. Conținutul acestor tabele poate să difere de "
+"privilegiile pe care le utilizează serverul, dacă au fost modificate manual. "
+"În acest caz, privilegiile ar trebui să fie reîncărcate, dar în prezent nu "
+"ai privilegiul REÎNCARCĂ."
#: libraries/classes/Server/Privileges.php:5015
-#, fuzzy
msgid "You have added a new user."
-msgstr "Ați adăugat un nou utilizator."
+msgstr "Ai adăugat un utilizator nou."
#: libraries/classes/Server/Select.php:53
#: libraries/classes/Server/Select.php:58
-#, fuzzy
-#| msgid "Current server"
msgid "Current server:"
-msgstr "Server curent"
+msgstr "Server curent:"
#: libraries/classes/Server/Status.php:68
#, php-format
msgid "Network traffic since startup: %s"
-msgstr ""
+msgstr "Trafic în rețea de la pornire: %s"
#: libraries/classes/Server/Status.php:81
-#, fuzzy, php-format
-#| msgid "This MySQL server has been running for %s. It started up on %s."
+#, php-format
msgid "This MySQL server has been running for %1$s. It started up on %2$s."
-msgstr "Acest server MySQL rulează de %s. S-a lansat la %s."
+msgstr "Acest server MySQL rulează pentru %1$s. A pornit pe %2$s."
#: libraries/classes/Server/Status.php:102
msgid ""
"This MySQL server works as master and slave in replication"
"b> process."
msgstr ""
+"Acest server MySQL funcționează ca master și sclav în procesul "
+"de replicare."
#: libraries/classes/Server/Status.php:107
msgid "This MySQL server works as master in replication process."
msgstr ""
+"Acest server MySQL funcționează ca master în procesul de "
+"replicare."
#: libraries/classes/Server/Status.php:112
msgid "This MySQL server works as slave in replication process."
msgstr ""
+"Acest server MySQL funcționează ca sclav în procesul de "
+"replicare."
#: libraries/classes/Server/Status.php:124
-#, fuzzy
msgid "Replication status"
-msgstr "Replicare"
+msgstr "Stare replicare"
#: libraries/classes/Server/Status.php:154
msgid ""
"On a busy server, the byte counters may overrun, so those statistics as "
"reported by the MySQL server may be incorrect."
msgstr ""
+"Pe un server aglomerat, poate fi depășit numărul de octeți, astfel "
+"statisticile raportate de serverul MySQL pot fi incorecte."
#: libraries/classes/Server/Status.php:165
-#, fuzzy
msgid "Received"
-msgstr "Recepționat"
+msgstr "Primite"
#: libraries/classes/Server/Status.php:184
-#, fuzzy
msgid "Sent"
-msgstr "Trimis"
+msgstr "Trimise"
#: libraries/classes/Server/Status.php:251
-#, fuzzy
-#| msgid "max. concurrent connections"
msgid "Max. concurrent connections"
-msgstr "conexiuni concurente (maxim)"
+msgstr "Nr. maxim conexiuni concurente"
#: libraries/classes/Server/Status.php:261
-#, fuzzy
msgid "Failed attempts"
-msgstr "Încercări nereușite"
+msgstr "Încercări eșuate"
#: libraries/classes/Server/Status/Advisor.php:29
-#, fuzzy
-#| msgid "Introduction"
msgid "Instructions"
-msgstr "Introducere"
+msgstr "Instrucțiuni"
#: libraries/classes/Server/Status/Advisor.php:35
msgid ""
"The Advisor system can provide recommendations on server variables by "
"analyzing the server status variables."
msgstr ""
+"Sistemul de consultanță poate furniza recomandări pentru variabilele "
+"serverului analizând variabilele de stare ale serverului."
#: libraries/classes/Server/Status/Advisor.php:41
msgid ""
@@ -12532,6 +11905,8 @@ msgid ""
"calculations and by rule of thumb which may not necessarily apply to your "
"system."
msgstr ""
+"Reține, totuși, că acest sistem furnizează recomandări bazate pe calcule "
+"simple și de regulă ele nu se aplică neapărat sistemului tău."
#: libraries/classes/Server/Status/Advisor.php:48
msgid ""
@@ -12539,6 +11914,9 @@ msgid ""
"changing (by reading the documentation) and how to undo the change. Wrong "
"tuning can have a very negative effect on performance."
msgstr ""
+"Înainte de a modifica orice configurație, asigură-te că știi ceea ce schimbi "
+"(citind documentați) și că poți anula modificarea. O ajustare greșită poate "
+"avea un efect foarte negativ asupra performanței."
#: libraries/classes/Server/Status/Advisor.php:56
msgid ""
@@ -12546,134 +11924,116 @@ msgid ""
"time, observe or benchmark your database, and undo the change if there was "
"no clearly measurable improvement."
msgstr ""
+"Cea mai bună modalitate de a-ți ajusta sistemul ar fi să modifici numai o "
+"singură setare, pe rând, să examinezi sau să faci o analiză comparativă a "
+"bazei de date și să anulezi modificarea dacă nu a fost nicio îmbunătățire "
+"măsurabilă în mod clar."
#: libraries/classes/Server/Status/Data.php:115
#: libraries/classes/Server/Status/Processes.php:109
-#, fuzzy
msgid "SQL query"
-msgstr "Comanda SQL"
+msgstr "Interogare SQL"
#: libraries/classes/Server/Status/Data.php:118
-#, fuzzy
msgid "Handler"
msgstr "Gestionar"
#: libraries/classes/Server/Status/Data.php:119
-#, fuzzy
msgid "Query cache"
msgstr "Cache interogări"
#: libraries/classes/Server/Status/Data.php:120
-#, fuzzy
msgid "Threads"
-msgstr "Fire"
+msgstr "Fire de execuție"
#: libraries/classes/Server/Status/Data.php:122
-#, fuzzy
msgid "Temporary data"
msgstr "Date temporare"
#: libraries/classes/Server/Status/Data.php:123
-#, fuzzy
msgid "Delayed inserts"
-msgstr "Inserări întîrziate"
+msgstr "Inserări întârziate"
#: libraries/classes/Server/Status/Data.php:124
-#, fuzzy
msgid "Key cache"
msgstr "Cache cheie"
#: libraries/classes/Server/Status/Data.php:125
-#, fuzzy
msgid "Joins"
-msgstr "Joncțiuni"
+msgstr "Asocieri"
#: libraries/classes/Server/Status/Data.php:127
-#, fuzzy
msgid "Sorting"
msgstr "Sortare"
#: libraries/classes/Server/Status/Data.php:129
-#, fuzzy
msgid "Transaction coordinator"
msgstr "Coordonator tranzacție"
#: libraries/classes/Server/Status/Data.php:130
#: templates/server/binlog/log_selector.twig:21
-#, fuzzy
msgid "Files"
msgstr "Fișiere"
#: libraries/classes/Server/Status/Data.php:146
-#, fuzzy
msgid "Flush (close) all tables"
msgstr "Golește (închide) toate tabelele"
#: libraries/classes/Server/Status/Data.php:152
-#, fuzzy
msgid "Show open tables"
-msgstr "Afișează tabele deschise"
+msgstr "Arată tabele deschise"
#: libraries/classes/Server/Status/Data.php:161
-#, fuzzy
msgid "Show slave hosts"
-msgstr "Afișează gazde sclavi"
+msgstr "Arată gazde sclav"
#: libraries/classes/Server/Status/Data.php:171
-#, fuzzy
msgid "Show slave status"
-msgstr "Afișează stare sclav"
+msgstr "Arată stare sclav"
#: libraries/classes/Server/Status/Data.php:176
-#, fuzzy
msgid "Flush query cache"
-msgstr "Reinițializare cache interogare"
+msgstr "Golește cache interogări"
#: libraries/classes/Server/Status/Data.php:433
-#, fuzzy
msgid "Query statistics"
-msgstr "Statisticile interogărilor"
+msgstr "Statistici interogări"
#: libraries/classes/Server/Status/Data.php:437
-#, fuzzy
msgid "All status variables"
msgstr "Toate variabilele de stare"
#: libraries/classes/Server/Status/Data.php:441
-#, fuzzy
msgid "Monitor"
msgstr "Monitor"
#: libraries/classes/Server/Status/Data.php:445
-#, fuzzy
msgid "Advisor"
-msgstr "Consilier"
+msgstr "Consultanță"
#: libraries/classes/Server/Status/Data.php:489
-#, fuzzy, php-format
+#, php-format
msgid "%d second"
msgid_plural "%d seconds"
-msgstr[0] "%d secundă"
+msgstr[0] "O secundă"
msgstr[1] "%d secunde"
-msgstr[2] "%d secunde"
+msgstr[2] "%d de secunde"
#: libraries/classes/Server/Status/Data.php:494
-#, fuzzy, php-format
+#, php-format
msgid "%d minute"
msgid_plural "%d minutes"
-msgstr[0] "%d minut"
+msgstr[0] "Un minut"
msgstr[1] "%d minute"
-msgstr[2] "%d minute"
+msgstr[2] "%d de minute"
#: libraries/classes/Server/Status/Monitor.php:73
-#, fuzzy
msgid "Log statistics"
-msgstr "Statisticile rândului"
+msgstr "Statistici jurnale"
#: libraries/classes/Server/Status/Monitor.php:74
-#, fuzzy
msgid "Selected time range:"
-msgstr "Perioada selectată:"
+msgstr "Perioadă de timp selectată:"
#: libraries/classes/Server/Status/Monitor.php:82
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
@@ -12682,26 +12042,23 @@ msgstr ""
#: libraries/classes/Server/Status/Monitor.php:88
msgid "Remove variable data in INSERT statements for better grouping"
msgstr ""
+"Înlătură datele variabile în declarațiile INSEREAZĂ pentru o grupare mai bună"
#: libraries/classes/Server/Status/Monitor.php:92
msgid "Choose from which log you want the statistics to be generated from."
-msgstr ""
+msgstr "Alege din care jurnal vrei să fie generate statisticile."
#: libraries/classes/Server/Status/Monitor.php:96
msgid "Results are grouped by query text."
-msgstr ""
+msgstr "Rezultatele sunt grupate după textul interogării."
#: libraries/classes/Server/Status/Monitor.php:100
-#, fuzzy
-#| msgid "Query type"
msgid "Query analyzer"
-msgstr "Tip interogare"
+msgstr "Analizator interogare"
#: libraries/classes/Server/Status/Monitor.php:117
-#, fuzzy
-#| msgid "Introduction"
msgid "Monitor Instructions"
-msgstr "Introducere"
+msgstr "Instrucțiuni pentru monitor"
#: libraries/classes/Server/Status/Monitor.php:119
msgid ""
@@ -12711,10 +12068,15 @@ msgid ""
"enabled. Note however, that the general_log produces a lot of data and "
"increases server load by up to 15%."
msgstr ""
+"Monitorul phpMyAdmin te poate ajuta în optimizarea configurării serverului "
+"și să urmărești interogările intensive de timp. Pentru cele din urmă va "
+"trebui să setezi log_output în „TABEL” și să ai activat fie slow_query_log "
+"ori fie general_log. Rețineți, totuși, că general_log produce o mulțime de "
+"date și crește încărcarea serverului cu până la 15%."
#: libraries/classes/Server/Status/Monitor.php:135
msgid "Using the monitor:"
-msgstr ""
+msgstr "Folosind monitorul:"
#: libraries/classes/Server/Status/Monitor.php:138
msgid ""
@@ -12722,6 +12084,9 @@ msgid ""
"may add charts and change the refresh rate under 'Settings', or remove any "
"chart using the cog icon on each respective chart."
msgstr ""
+"Navigatorul tău va actualiza toate diagramele afișate într-un interval de "
+"timp precis. Poți adăuga diagrame și să schimbi rata de reîmprospătare în "
+"„Setări” sau să înlături orice diagramă folosind iconul diagramei respective."
#: libraries/classes/Server/Status/Monitor.php:144
msgid ""
@@ -12730,10 +12095,15 @@ msgid ""
"confirmed, this will load a table of grouped queries, there you may click on "
"any occurring SELECT statements to further analyze them."
msgstr ""
+"Pentru a afișa interogările din jurnale, selectează perioada de timp "
+"relevantă pe orice diagramă ținând apăsat butonul stâng al mausului și "
+"trecând peste diagramă. Odată confirmată, se va încărca un tabel de "
+"interogări grupate, acolo poți da clic pe oricare dintre declarațiile "
+"SELECTEAZĂ pentru a le analiza în continuare."
#: libraries/classes/Server/Status/Monitor.php:154
msgid "Please note:"
-msgstr ""
+msgstr "Te rog reține:"
#: libraries/classes/Server/Status/Monitor.php:157
msgid ""
@@ -12742,230 +12112,193 @@ msgid ""
"it is advisable to select only a small time span and to disable the "
"general_log and empty its table once monitoring is not required any more."
msgstr ""
+"Activarea general_log poate crește încărcarea serverului cu 5-15%. De "
+"asemenea, reține că generarea statisticilor din jurnale este o sarcină de "
+"încărcare intensivă, deci este recomandat să selectezi numai o perioadă "
+"scurtă de timp, să dezactivezi general_log și să-i golești tabelul după ce "
+"monitorizarea nu mai este necesară."
#: libraries/classes/Server/Status/Monitor.php:178
#: libraries/classes/Server/Status/Monitor.php:286
-#, fuzzy
-#| msgid "Add %s field(s)"
msgid "Add chart"
-msgstr "Adaugă %s câmp(uri)"
+msgstr "Adaugă diagramă"
#: libraries/classes/Server/Status/Monitor.php:181
-#, fuzzy
msgid "Chart Title"
-msgstr "Titlu grafic"
+msgstr "Titlu diagramă"
#: libraries/classes/Server/Status/Monitor.php:184
-#, fuzzy
-#| msgid "Rename database to"
msgid "Preset chart"
-msgstr "Redenumire bază de date în"
+msgstr "Pre-setează diagrama"
#: libraries/classes/Server/Status/Monitor.php:189
msgid "Status variable(s)"
-msgstr ""
+msgstr "Variabilă (variabile) de stare"
#: libraries/classes/Server/Status/Monitor.php:192
-#, fuzzy
-#| msgid "Select Tables"
msgid "Select series:"
-msgstr "Selectează tabele"
+msgstr "Selectează seria:"
#: libraries/classes/Server/Status/Monitor.php:194
msgid "Commonly monitored"
-msgstr ""
+msgstr "Monitorizate frecvent"
#: libraries/classes/Server/Status/Monitor.php:210
-#, fuzzy
-#| msgid "Invalid table name"
msgid "or type variable name:"
-msgstr "Denumire de tabel nevalidă"
+msgstr "sau nume tip de variabilă:"
#: libraries/classes/Server/Status/Monitor.php:217
msgid "Display as differential value"
-msgstr ""
+msgstr "Afișează ca valoare diferențială"
#: libraries/classes/Server/Status/Monitor.php:221
msgid "Apply a divisor"
-msgstr ""
+msgstr "Aplică un divizor"
#: libraries/classes/Server/Status/Monitor.php:229
msgid "Append unit to data values"
-msgstr ""
+msgstr "Atașează o unitate la valorile datelor"
#: libraries/classes/Server/Status/Monitor.php:235
-#, fuzzy
-#| msgid "Add a new server"
msgid "Add this series"
-msgstr "Adaugă un server nou"
+msgstr "Adaugă această serie"
#: libraries/classes/Server/Status/Monitor.php:237
msgid "Clear series"
-msgstr ""
+msgstr "Anulează seria"
#: libraries/classes/Server/Status/Monitor.php:240
-#, fuzzy
msgid "Series in chart:"
-msgstr "Comanda SQL"
+msgstr "Serie în diagramă:"
#: libraries/classes/Server/Status/Monitor.php:261
-#, fuzzy
-#| msgid "Start"
msgid "Start Monitor"
-msgstr "Dum"
+msgstr "Pornește monitorul"
#: libraries/classes/Server/Status/Monitor.php:267
-#, fuzzy
-#| msgid "Introduction"
msgid "Instructions/Setup"
-msgstr "Introducere"
+msgstr "Instrucțiuni/inițializare"
#: libraries/classes/Server/Status/Monitor.php:270
msgid "Done dragging (rearranging) charts"
-msgstr ""
+msgstr "Am terminat tragerea (rearanjarea) diagramelor"
# Activați evidențierea
#: libraries/classes/Server/Status/Monitor.php:290
-#, fuzzy
-#| msgid "Enable highlighting"
msgid "Enable charts dragging"
-msgstr "Activați highlighting-ul"
+msgstr "Activează tragerea diagramelor"
#: libraries/classes/Server/Status/Monitor.php:294
#: libraries/classes/Server/Status/Processes.php:38
-#, fuzzy
msgid "Refresh rate"
-msgstr "Reîncarcă"
+msgstr "Rată de împrospătare"
#: libraries/classes/Server/Status/Monitor.php:303
-#, fuzzy
-#| msgid "Add/Delete Field Columns"
msgid "Chart columns"
-msgstr "Adaugă/șterge coloane"
+msgstr "Coloane diagrame"
#: libraries/classes/Server/Status/Monitor.php:315
msgid "Chart arrangement"
-msgstr ""
+msgstr "Aranjament diagrame"
#: libraries/classes/Server/Status/Monitor.php:318
msgid ""
"The arrangement of the charts is stored to the browsers local storage. You "
"may want to export it if you have a complicated set up."
msgstr ""
+"Aranjamentul diagramelor este stocat în spațiul de stocare local al "
+"navigatoarelor. Poți să-l exporți dacă ai o inițializare complicată."
#: libraries/classes/Server/Status/Monitor.php:332
msgid "Reset to default"
-msgstr ""
+msgstr "Resetează la valorile implicite"
#: libraries/classes/Server/Status/Processes.php:33
-#, fuzzy
-#| msgid ""
-#| "Note: Enabling the database statistics here might cause heavy traffic "
-#| "between the web server and the MySQL server."
msgid ""
"Note: Enabling the auto refresh here might cause heavy traffic between the "
"web server and the MySQL server."
msgstr ""
-"Notă: Activarea statisticilor pentru baza de date poate cauza creșterea "
-"traficului între MySQL și serverul Web."
+"Notă: activarea aici a reîmprospătării automate poate genera trafic intens "
+"între serverul web și serverul MySQL."
#: libraries/classes/Server/Status/Processes.php:77
-#, fuzzy
msgid "ID"
msgstr "ID"
#: libraries/classes/Server/Status/Processes.php:93
-#, fuzzy
msgid "Command"
-msgstr "Comanda"
+msgstr "Comandă"
#: libraries/classes/Server/Status/Processes.php:105
msgid "Progress"
-msgstr ""
+msgstr "Progres"
#: libraries/classes/Server/Status/Processes.php:230
#: libraries/classes/Server/Status/Variables.php:47 templates/filter.twig:2
-#, fuzzy
msgid "Filters"
-msgstr "Fișiere"
+msgstr "Filtre"
#: libraries/classes/Server/Status/Processes.php:238
-#, fuzzy
-#| msgid "Show open tables"
msgid "Show only active"
-msgstr "Afișează tabele deschise"
+msgstr "Arată numai active"
#: libraries/classes/Server/Status/Queries.php:40
#, php-format
msgid "Questions since startup: %s"
-msgstr ""
+msgstr "Întrebări de la pornire: %s"
#: libraries/classes/Server/Status/Queries.php:51
-#, fuzzy
-#| msgid "per hour"
msgid "per hour:"
-msgstr "pe oră"
+msgstr "pe oră:"
#: libraries/classes/Server/Status/Queries.php:54
-#, fuzzy
-#| msgid "per minute"
msgid "per minute:"
-msgstr "pe minut"
+msgstr "pe minut:"
#: libraries/classes/Server/Status/Queries.php:61
-#, fuzzy
-#| msgid "per second"
msgid "per second:"
-msgstr "pe secundă"
+msgstr "pe secundă:"
#: libraries/classes/Server/Status/Queries.php:98
-#, fuzzy
msgid "Statements"
-msgstr "Comenzi"
+msgstr "Declarații"
#. l10n: # = Amount of queries
#: libraries/classes/Server/Status/Queries.php:101
msgid "#"
-msgstr ""
+msgstr "#"
#: libraries/classes/Server/Status/Variables.php:52 templates/filter.twig:4
-#, fuzzy
-#| msgid "Do not change the password"
msgid "Containing the word:"
-msgstr "Nu schimbați parola"
+msgstr "Conținând cuvântul:"
#: libraries/classes/Server/Status/Variables.php:60
-#, fuzzy
-#| msgid "Show open tables"
msgid "Show only alert values"
-msgstr "Afișează tabele deschise"
+msgstr "Arată numai valori de alertă"
#: libraries/classes/Server/Status/Variables.php:65
msgid "Filter by category…"
-msgstr ""
+msgstr "Filtrează după categoria…"
#: libraries/classes/Server/Status/Variables.php:86
-#, fuzzy
-#| msgid "Show open tables"
msgid "Show unformatted values"
-msgstr "Afișează tabele deschise"
+msgstr "Arată valori neformatate"
#: libraries/classes/Server/Status/Variables.php:105
-#, fuzzy
-#| msgid "Relations"
msgid "Related links:"
-msgstr "Legături"
+msgstr "Legături similare:"
#: libraries/classes/Server/Status/Variables.php:339
msgid ""
"The number of connections that were aborted because the client died without "
"closing the connection properly."
msgstr ""
+"Numărul de conexiuni care au eșuat deoarece clientul nu a închis cum trebuie "
+"conexiunea."
#: libraries/classes/Server/Status/Variables.php:343
-#, fuzzy
msgid "The number of failed attempts to connect to the MySQL server."
-msgstr "Comprimă conexiunea la serverul MySQL"
+msgstr "Numărul de încercări eșuate la conectarea cu serverul MySQL."
#: libraries/classes/Server/Status/Variables.php:346
msgid ""
@@ -12973,15 +12306,19 @@ msgid ""
"exceeded the value of binlog_cache_size and used a temporary file to store "
"statements from the transaction."
msgstr ""
+"Numărul de tranzacții care au folosit cache-ul jurnalului binar temporar, "
+"dar care a depășit valoarea binlog_cache_size și a folosit un fișier "
+"temporar pentru a stoca declarații din tranzacție."
#: libraries/classes/Server/Status/Variables.php:351
msgid "The number of transactions that used the temporary binary log cache."
msgstr ""
+"Numărul de tranzacții care au folosit cache-ul jurnalului binar temporar."
#: libraries/classes/Server/Status/Variables.php:354
msgid ""
"The number of connection attempts (successful or not) to the MySQL server."
-msgstr ""
+msgstr "Numărul de încercări de conectare (reușite sau nu) la serverul MySQL."
#: libraries/classes/Server/Status/Variables.php:358
msgid ""
@@ -12990,48 +12327,54 @@ msgid ""
"to increase the tmp_table_size value to cause temporary tables to be memory-"
"based instead of disk-based."
msgstr ""
+"Numărul de tabele temporare pe disc create automat de server în timp ce "
+"execută declarațiile. Dacă Created_tmp_disk_tables este mare, poate vrei să "
+"mărești valoarea tmp_table_size pentru a determina ca tabelele temporare să "
+"se bazeze pe memorie în loc de disc."
#: libraries/classes/Server/Status/Variables.php:365
-#, fuzzy
msgid "How many temporary files mysqld has created."
-msgstr "Cîte fișiere temporare a creat mysqld."
+msgstr "Câte fișiere temporare a creat mysqld."
#: libraries/classes/Server/Status/Variables.php:368
-#, fuzzy
msgid ""
"The number of in-memory temporary tables created automatically by the server "
"while executing statements."
msgstr ""
-"Numărul de tabele temporare create automat în memorie de căter server în "
-"timpul execuției de interogări."
+"Numărul de tabele temporare create automat de server în memorie în timpul "
+"executării declarațiilor."
#: libraries/classes/Server/Status/Variables.php:372
msgid ""
"The number of rows written with INSERT DELAYED for which some error occurred "
"(probably duplicate key)."
msgstr ""
+"Numărul de rânduri scrise cu INSERT DELAYED pentru care a apărut o eroare ("
+"probabil cheie duplicat)."
#: libraries/classes/Server/Status/Variables.php:376
msgid ""
"The number of INSERT DELAYED handler threads in use. Every different table "
"on which one uses INSERT DELAYED gets its own thread."
msgstr ""
+"Numărul de fire de execuție în uz gestionate prin INSERT DELAYED. Fiecare "
+"tabel pe care se folosește INSERT DELAYED își are propriul fir de execuție."
#: libraries/classes/Server/Status/Variables.php:381
msgid "The number of INSERT DELAYED rows written."
-msgstr ""
+msgstr "Numărul de rânduri INSERT DELAYED scrise."
#: libraries/classes/Server/Status/Variables.php:384
msgid "The number of executed FLUSH statements."
-msgstr ""
+msgstr "Numărul de declarații FLUSH executate."
#: libraries/classes/Server/Status/Variables.php:387
msgid "The number of internal COMMIT statements."
-msgstr ""
+msgstr "Numărul de declarații interne COMMIT."
#: libraries/classes/Server/Status/Variables.php:390
msgid "The number of times a row was deleted from a table."
-msgstr ""
+msgstr "De câte ori a fost șters un rând dintr-un tabel."
#: libraries/classes/Server/Status/Variables.php:393
msgid ""
@@ -13052,6 +12395,9 @@ msgid ""
"The number of requests to read a row based on a key. If this is high, it is "
"a good indication that your queries and tables are properly indexed."
msgstr ""
+"Numărul de cereri de citire a unui rând pe baza unei chei. Dacă este mare, "
+"este un indicator bun că interogările și tabelele tale sunt indexate "
+"corespunzător."
#: libraries/classes/Server/Status/Variables.php:410
msgid ""
@@ -13084,33 +12430,29 @@ msgstr ""
#: libraries/classes/Server/Status/Variables.php:433
msgid "The number of internal ROLLBACK statements."
-msgstr ""
+msgstr "Numărul de declarații interne ROLLBACK."
#: libraries/classes/Server/Status/Variables.php:436
msgid "The number of requests to update a row in a table."
-msgstr ""
+msgstr "Numărul de cereri pentru a actualiza un rând într-un tabel."
#: libraries/classes/Server/Status/Variables.php:439
-#, fuzzy
msgid "The number of requests to insert a row in a table."
-msgstr "Numărul de cereri de a insera un rând într-un tabel."
+msgstr "Numărul de cereri pentru a insera un rând într-un tabel."
#: libraries/classes/Server/Status/Variables.php:442
-#, fuzzy
msgid "The number of pages containing data (dirty or clean)."
-msgstr "Numărul de pagini conținînd date (curate sau murdare)."
+msgstr "Numărul de pagini care conțin date (curate sau murdare)."
#: libraries/classes/Server/Status/Variables.php:445
-#, fuzzy
msgid "The number of pages currently dirty."
-msgstr "Numărul de pagini actualmente murdare."
+msgstr "Numărul de pagini acum murdare."
#: libraries/classes/Server/Status/Variables.php:448
msgid "The number of buffer pool pages that have been requested to be flushed."
-msgstr ""
+msgstr "Numărul de pagini buffer pool pentru care s-a cerute să fie golite."
#: libraries/classes/Server/Status/Variables.php:452
-#, fuzzy
msgid "The number of free pages."
msgstr "Numărul de pagini libere."
@@ -13120,6 +12462,9 @@ msgid ""
"being read or written or that can't be flushed or removed for some other "
"reason."
msgstr ""
+"Numărul de pagini blocate în buffer pool InnoDB. Acestea sunt pagini care "
+"sunt în prezent citite sau scrise sau care nu pot fi golite sau înlăturate "
+"dintr-un alt motiv."
#: libraries/classes/Server/Status/Variables.php:460
msgid ""
@@ -13131,7 +12476,7 @@ msgstr ""
#: libraries/classes/Server/Status/Variables.php:467
msgid "Total size of buffer pool, in pages."
-msgstr ""
+msgstr "Dimensiune totală buffer pool, în pagini."
#: libraries/classes/Server/Status/Variables.php:470
msgid ""
@@ -13170,52 +12515,43 @@ msgstr ""
#: libraries/classes/Server/Status/Variables.php:497
msgid "The number of fsync() operations so far."
-msgstr ""
+msgstr "Numărul de operații fsync() până acum."
#: libraries/classes/Server/Status/Variables.php:500
msgid "The current number of pending fsync() operations."
-msgstr ""
+msgstr "Numărul curent de operații fsync() în așteptare."
#: libraries/classes/Server/Status/Variables.php:503
msgid "The current number of pending reads."
-msgstr ""
+msgstr "Numărul curent de citiri în așteptare."
#: libraries/classes/Server/Status/Variables.php:506
msgid "The current number of pending writes."
-msgstr ""
+msgstr "Numărul curent de scrieri în așteptare."
#: libraries/classes/Server/Status/Variables.php:509
msgid "The amount of data read so far, in bytes."
-msgstr ""
+msgstr "Cantitatea de date citită până acum, în octeți."
#: libraries/classes/Server/Status/Variables.php:512
-#, fuzzy
msgid "The total number of data reads."
msgstr "Numărul total de citiri de date."
#: libraries/classes/Server/Status/Variables.php:515
-#, fuzzy
msgid "The total number of data writes."
msgstr "Numărul total de scrieri de date."
#: libraries/classes/Server/Status/Variables.php:518
-#, fuzzy
msgid "The amount of data written so far, in bytes."
-msgstr "Cantitatea totală de date scrisă până acum, în bytes."
+msgstr "Cantitatea de date scrisă până acum, în octeți."
#: libraries/classes/Server/Status/Variables.php:521
-#, fuzzy
msgid "The number of pages that have been written for doublewrite operations."
-msgstr ""
-"The number of doublewrite writes that have been performed and the number of "
-"pages that have been written for this purpose."
+msgstr "Numărul de pagini care au fost scrise pentru operații de scriere dublă."
#: libraries/classes/Server/Status/Variables.php:525
-#, fuzzy
msgid "The number of doublewrite operations that have been performed."
-msgstr ""
-"The number of doublewrite writes that have been performed and the number of "
-"pages that have been written for this purpose."
+msgstr "Numărul de operații de scriere dublă care au fost efectuate."
#: libraries/classes/Server/Status/Variables.php:528
msgid ""
@@ -13225,16 +12561,15 @@ msgstr ""
#: libraries/classes/Server/Status/Variables.php:532
msgid "The number of log write requests."
-msgstr ""
+msgstr "Numărul de cereri de scriere în jurnal."
#: libraries/classes/Server/Status/Variables.php:535
msgid "The number of physical writes to the log file."
-msgstr ""
+msgstr "Numărul de scrieri fizice în fișierul jurnal."
#: libraries/classes/Server/Status/Variables.php:538
-#, fuzzy
msgid "The number of fsync() writes done to the log file."
-msgstr "The number of fsyncs writes done to the log file."
+msgstr "Numărul de scrieri fsync() făcute în fișierul jurnal."
#: libraries/classes/Server/Status/Variables.php:541
msgid "The number of pending log file fsyncs."
@@ -13242,14 +12577,13 @@ msgstr ""
#: libraries/classes/Server/Status/Variables.php:544
msgid "Pending log file writes."
-msgstr ""
+msgstr "Scrieri în așteptare pentru fișierul jurnal."
#: libraries/classes/Server/Status/Variables.php:547
msgid "The number of bytes written to the log file."
-msgstr ""
+msgstr "Numărul de octeți scriși în fișierul jurnal."
#: libraries/classes/Server/Status/Variables.php:550
-#, fuzzy
msgid "The number of pages created."
msgstr "Numărul de pagini create."
@@ -13258,52 +12592,52 @@ msgid ""
"The compiled-in InnoDB page size (default 16KB). Many values are counted in "
"pages; the page size allows them to be easily converted to bytes."
msgstr ""
+"Dimensiunea paginii InnoDB compilate (valoare implicită 16 KO). Multe valori "
+"sunt numărate în pagini; dimensiunea paginii le permite să fie ușor "
+"convertite în octeți."
#: libraries/classes/Server/Status/Variables.php:558
-#, fuzzy
msgid "The number of pages read."
msgstr "Numărul de pagini citite."
#: libraries/classes/Server/Status/Variables.php:561
-#, fuzzy
msgid "The number of pages written."
msgstr "Numărul de pagini scrise."
#: libraries/classes/Server/Status/Variables.php:564
msgid "The number of row locks currently being waited for."
-msgstr ""
+msgstr "Numărul de blocări de rând care este așteptat în prezent."
#: libraries/classes/Server/Status/Variables.php:567
msgid "The average time to acquire a row lock, in milliseconds."
-msgstr ""
+msgstr "Durata medie pentru a obține o blocare de rând, în milisecunde."
#: libraries/classes/Server/Status/Variables.php:570
msgid "The total time spent in acquiring row locks, in milliseconds."
msgstr ""
+"Timpul total petrecut pentru obținerea blocărilor de rând, în milisecunde."
#: libraries/classes/Server/Status/Variables.php:573
msgid "The maximum time to acquire a row lock, in milliseconds."
-msgstr ""
+msgstr "Durata maximă pentru a obține o blocare de rând, în milisecunde."
#: libraries/classes/Server/Status/Variables.php:576
msgid "The number of times a row lock had to be waited for."
-msgstr ""
+msgstr "De câte ori a trebuit să fie așteptată o blocare de rând."
#: libraries/classes/Server/Status/Variables.php:579
msgid "The number of rows deleted from InnoDB tables."
-msgstr ""
+msgstr "Numărul de rânduri șterse din tabelele InnoDB."
#: libraries/classes/Server/Status/Variables.php:582
msgid "The number of rows inserted in InnoDB tables."
-msgstr ""
+msgstr "Numărul de rânduri inserate în tabelele InnoDB."
#: libraries/classes/Server/Status/Variables.php:585
-#, fuzzy
msgid "The number of rows read from InnoDB tables."
msgstr "Numărul de rânduri citite din tabelele InnoDB."
#: libraries/classes/Server/Status/Variables.php:588
-#, fuzzy
msgid "The number of rows updated in InnoDB tables."
msgstr "Numărul de rânduri actualizate în tabelele InnoDB."
@@ -13318,6 +12652,8 @@ msgid ""
"The number of unused blocks in the key cache. You can use this value to "
"determine how much of the key cache is in use."
msgstr ""
+"Numărul de blocuri neutilizate din cache-ul chei. Poți folosi această "
+"valoare pentru a determina cât de mult este folosit cache-ul chei."
#: libraries/classes/Server/Status/Variables.php:600
msgid ""
@@ -13325,16 +12661,17 @@ msgid ""
"that indicates the maximum number of blocks that have ever been in use at "
"one time."
msgstr ""
+"Numărul de blocuri utilizate în cache-ul chei. Această valoare are un nivel "
+"maxim care indică numărul maxim de blocuri care au fost în uz la un moment "
+"dat."
#: libraries/classes/Server/Status/Variables.php:605
-#, fuzzy
-#| msgid "Format of imported file"
msgid "Percentage of used key cache (calculated value)"
-msgstr "Formatul fișierului importat"
+msgstr "Procent din cache-ul chei folosit (valoare calculată)"
#: libraries/classes/Server/Status/Variables.php:608
msgid "The number of requests to read a key block from the cache."
-msgstr ""
+msgstr "Numărul de cereri pentru a citi un bloc de chei din cache."
#: libraries/classes/Server/Status/Variables.php:611
msgid ""
@@ -13342,25 +12679,32 @@ msgid ""
"then your key_buffer_size value is probably too small. The cache miss rate "
"can be calculated as Key_reads/Key_read_requests."
msgstr ""
+"Numărul de citiri fizice ale unui bloc de chei de pe disc. Dacă Key_reads "
+"este mare, apoi valoarea ta key_buffer_size este probabil prea mică. Rata "
+"pierderii de cache poate fi calculată ca Key_reads/Key_read_requests."
#: libraries/classes/Server/Status/Variables.php:617
msgid ""
"Key cache miss calculated as rate of physical reads compared to read "
"requests (calculated value)"
msgstr ""
+"Pierderea cache chei este calculată ca rata citirilor fizice în comparație "
+"cu cererile de citire (valoare calculată)"
#: libraries/classes/Server/Status/Variables.php:621
msgid "The number of requests to write a key block to the cache."
-msgstr ""
+msgstr "Numărul de cereri pentru a scrie un bloc de chei în cache."
#: libraries/classes/Server/Status/Variables.php:624
msgid "The number of physical writes of a key block to disk."
-msgstr ""
+msgstr "Numărul de scrieri fizice ale unui bloc de chei pe disc."
#: libraries/classes/Server/Status/Variables.php:627
msgid ""
"Percentage of physical writes compared to write requests (calculated value)"
msgstr ""
+"Procent din scrieri fizice comparate cu cererile de scriere (valoare "
+"calculată)"
#: libraries/classes/Server/Status/Variables.php:631
msgid ""
@@ -13374,29 +12718,35 @@ msgid ""
"The maximum number of connections that have been in use simultaneously since "
"the server started."
msgstr ""
+"Numărul maxim de conexiuni care au fost utilizate simultan de la pornirea "
+"serverului."
#: libraries/classes/Server/Status/Variables.php:641
msgid "The number of rows waiting to be written in INSERT DELAYED queues."
msgstr ""
+"Numărul de rânduri care așteaptă să fie scrise în cozile INSERT DELAYED."
#: libraries/classes/Server/Status/Variables.php:644
msgid ""
"The number of tables that have been opened. If opened tables is big, your "
"table cache value is probably too small."
msgstr ""
+"Numărul de tabele care au fost deschise. Dacă tabelele deschise sunt mari, "
+"valoarea cache-ului tabele este probabil prea mică."
#: libraries/classes/Server/Status/Variables.php:648
msgid "The number of files that are open."
-msgstr ""
+msgstr "Numărul de fișiere care sunt deschise."
#: libraries/classes/Server/Status/Variables.php:651
msgid "The number of streams that are open (used mainly for logging)."
msgstr ""
+"Numărul de fluxuri care sunt deschise (folosite în principal pentru "
+"autentificare)."
#: libraries/classes/Server/Status/Variables.php:654
-#, fuzzy
msgid "The number of tables that are open."
-msgstr "Numărul de tabele ce sînt deschise."
+msgstr "Numărul de tabele care sunt deschise."
#: libraries/classes/Server/Status/Variables.php:657
msgid ""
@@ -13404,18 +12754,19 @@ msgid ""
"fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE "
"statement."
msgstr ""
+"Numărul de blocuri de memorie libere din cache-ul interogări. Valorile mari "
+"pot indica probleme de fragmentare, care pot fi rezolvate prin emiterea unei "
+"declarații FLUSH QUERY CACHE."
#: libraries/classes/Server/Status/Variables.php:662
msgid "The amount of free memory for query cache."
-msgstr ""
+msgstr "Cantitatea de memorie liberă pentru cache interogări."
#: libraries/classes/Server/Status/Variables.php:665
-#, fuzzy
msgid "The number of cache hits."
-msgstr "Numărul de nimeriri în cache."
+msgstr "Numărul de vizite în cache."
#: libraries/classes/Server/Status/Variables.php:668
-#, fuzzy
msgid "The number of queries added to the cache."
msgstr "Numărul de interogări adăugate la cache."
@@ -13432,16 +12783,16 @@ msgid ""
"The number of non-cached queries (not cachable, or not cached due to the "
"query_cache_type setting)."
msgstr ""
+"Numărul de interogări care nu sunt memorate în cache (nu pot fi memorate în "
+"cache sau nu sunt memorate în cache din cauza setării query_cache_type)."
#: libraries/classes/Server/Status/Variables.php:682
-#, fuzzy
msgid "The number of queries registered in the cache."
msgstr "Numărul de interogări înregistrate în cache."
#: libraries/classes/Server/Status/Variables.php:685
-#, fuzzy
msgid "The total number of blocks in the query cache."
-msgstr "Numărul total de blocuri în cache-ul interogării."
+msgstr "Numărul total de blocuri în cache-ul interogări."
#: libraries/classes/Server/Status/Variables.php:688
msgid "The status of failsafe replication (not yet implemented)."
@@ -13452,10 +12803,14 @@ msgid ""
"The number of joins that do not use indexes. If this value is not 0, you "
"should carefully check the indexes of your tables."
msgstr ""
+"Numărul de asocieri care nu folosesc indexuri. Dacă această valoare nu este "
+"0, trebuie să verifici cu atenție indexurile tabelelor tale."
#: libraries/classes/Server/Status/Variables.php:695
msgid "The number of joins that used a range search on a reference table."
msgstr ""
+"Numărul de asocieri care au folosit o căutare într-un interval într-un tabel "
+"de referință."
#: libraries/classes/Server/Status/Variables.php:698
msgid ""
@@ -13472,31 +12827,39 @@ msgstr ""
#: libraries/classes/Server/Status/Variables.php:707
msgid "The number of joins that did a full scan of the first table."
msgstr ""
+"Numărul de asocieri care au efectuat o scanare completă a primului tabel."
#: libraries/classes/Server/Status/Variables.php:710
msgid "The number of temporary tables currently open by the slave SQL thread."
msgstr ""
+"Numărul de tabele temporare deschise acum de firul de execuție SQL sclav."
#: libraries/classes/Server/Status/Variables.php:714
msgid ""
"Total (since startup) number of times the replication slave SQL thread has "
"retried transactions."
msgstr ""
+"Numărul total de replicări (de la pornire) ale firului de execuție SQL sclav "
+"care a reluat tranzacțiile."
#: libraries/classes/Server/Status/Variables.php:718
msgid "This is ON if this server is a slave that is connected to a master."
msgstr ""
+"Este PORNIT dacă acest server este un sclav care este conectat la un master."
#: libraries/classes/Server/Status/Variables.php:721
msgid ""
"The number of threads that have taken more than slow_launch_time seconds to "
"create."
msgstr ""
+"Numărul de fire de execuție cărora le-a luat mai mult de slow_launch_time "
+"secunde pentru creare."
#: libraries/classes/Server/Status/Variables.php:725
msgid ""
"The number of queries that have taken more than long_query_time seconds."
msgstr ""
+"Numărul de interogări cărora le-a luat mai mult de long_query_time secunde."
#: libraries/classes/Server/Status/Variables.php:729
msgid ""
@@ -13507,20 +12870,19 @@ msgstr ""
#: libraries/classes/Server/Status/Variables.php:734
msgid "The number of sorts that were done with ranges."
-msgstr ""
+msgstr "Numărul de sortări care au fost făcute cu intervale."
#: libraries/classes/Server/Status/Variables.php:737
-#, fuzzy
msgid "The number of sorted rows."
msgstr "Numărul de rânduri sortate."
#: libraries/classes/Server/Status/Variables.php:740
msgid "The number of sorts that were done by scanning the table."
-msgstr ""
+msgstr "Numărul de sortări care au fost făcute prin scanarea tabelului."
#: libraries/classes/Server/Status/Variables.php:743
msgid "The number of times that a table lock was acquired immediately."
-msgstr ""
+msgstr "De câte ori a fost obținută imediat o blocare de tabel."
#: libraries/classes/Server/Status/Variables.php:746
msgid ""
@@ -13538,9 +12900,8 @@ msgid ""
msgstr ""
#: libraries/classes/Server/Status/Variables.php:757
-#, fuzzy
msgid "The number of currently open connections."
-msgstr "Numărul de conexiuni deschise momentan."
+msgstr "Numărul de conexiuni deschise acum."
#: libraries/classes/Server/Status/Variables.php:760
msgid ""
@@ -13551,10 +12912,8 @@ msgid ""
msgstr ""
#: libraries/classes/Server/Status/Variables.php:767
-#, fuzzy
-#| msgid "Tracking is not active."
msgid "Thread cache hit rate (calculated value)"
-msgstr "Monitorizarea nu este activată"
+msgstr "Rată de succes cache fire de execuție (valoare calculată)"
#: libraries/classes/Server/Status/Variables.php:770
msgid "The number of threads that are not sleeping."
@@ -13563,265 +12922,202 @@ msgstr ""
#: libraries/classes/Server/UserGroups.php:31
#, php-format
msgid "Users of '%s' user group"
-msgstr ""
+msgstr "Utilizatorii din grupul de utilizatori „%s”"
#: libraries/classes/Server/UserGroups.php:44
msgid "No users were found belonging to this user group."
-msgstr ""
+msgstr "Niciun utilizator găsit care să aparțină acestui grup de utilizatori."
#: libraries/classes/Server/UserGroups.php:73
#: libraries/classes/Server/Users.php:38
-#, fuzzy
-#| msgid "Users"
msgid "User groups"
-msgstr "Utilizatori"
+msgstr "Grupuri de utilizatori"
#: libraries/classes/Server/UserGroups.php:88
-#, fuzzy
-#| msgid "Server version"
msgid "Server level tabs"
-msgstr "Versiune server"
+msgstr "File la nivel de server"
#: libraries/classes/Server/UserGroups.php:89
-#, fuzzy
-#| msgid "Database for user"
msgid "Database level tabs"
-msgstr "Bază de date pentru utilizatorul"
+msgstr "File la nivel de bază de date"
#: libraries/classes/Server/UserGroups.php:90
-#, fuzzy
-#| msgid "Table removal"
msgid "Table level tabs"
-msgstr "Denumire tabel"
+msgstr "File la nivel de tabel"
#: libraries/classes/Server/UserGroups.php:118
-#, fuzzy
-#| msgid "View"
msgid "View users"
-msgstr "Vizualizare"
+msgstr "Vezi utilizatorii"
#: libraries/classes/Server/UserGroups.php:154
#: libraries/classes/Server/UserGroups.php:218
-#, fuzzy
-#| msgid "Add user"
msgid "Add user group"
-msgstr "Adaugă utilizator"
+msgstr "Adaugă grup de utilizatori"
#: libraries/classes/Server/UserGroups.php:221
#, php-format
msgid "Edit user group: '%s'"
-msgstr ""
+msgstr "Editează grupul de utilizatori: „%s”"
#: libraries/classes/Server/UserGroups.php:237
-#, fuzzy
-#| msgid "No privileges."
msgid "User group menu assignments"
-msgstr "Fără drepturi."
+msgstr "Sarcini meniu grup de utilizatori"
#: libraries/classes/Server/UserGroups.php:245
-#, fuzzy
-#| msgid "Column names"
msgid "Group name:"
-msgstr "Denumirile coloanelor"
+msgstr "Nume grup:"
#: libraries/classes/Server/UserGroups.php:282
-#, fuzzy
-#| msgid "Server version"
msgid "Server-level tabs"
-msgstr "Versiune server"
+msgstr "File la nivel de server"
#: libraries/classes/Server/UserGroups.php:285
-#, fuzzy
-#| msgid "Database for user"
msgid "Database-level tabs"
-msgstr "Bază de date pentru utilizatorul"
+msgstr "File la nivel de bază de date"
#: libraries/classes/Server/UserGroups.php:288
-#, fuzzy
-#| msgid "Table removal"
msgid "Table-level tabs"
-msgstr "Denumire tabel"
+msgstr "File la nivel de tabel"
#: libraries/classes/Sql.php:248 libraries/classes/Util.php:1145
#: templates/console/display.twig:31 templates/console/display.twig:175
-#, fuzzy
msgid "Profiling"
-msgstr "Creare profil"
+msgstr "Creez profilul"
#: libraries/classes/Sql.php:251
-#, fuzzy
-#| msgid "Data files"
msgid "Detailed profile"
-msgstr "Fișiere cu date"
+msgstr "Profil detaliat"
#: libraries/classes/Sql.php:256 libraries/classes/Sql.php:272
-#, fuzzy
-#| msgctxt "Start of recurring event"
-#| msgid "Start"
msgid "State"
-msgstr "Începutul"
+msgstr "Stare"
#: libraries/classes/Sql.php:269
msgid "Summary by state"
-msgstr ""
+msgstr "Rezumat după stare"
#: libraries/classes/Sql.php:275
-#, fuzzy
-#| msgid "Total"
msgid "Total Time"
-msgstr "Total"
+msgstr "Timp total"
#: libraries/classes/Sql.php:277
-#, fuzzy
-#| msgid "Time"
msgid "% Time"
-msgstr "Timp"
+msgstr "Timp %"
#: libraries/classes/Sql.php:279
-#, fuzzy
-#| msgid "Close"
msgid "Calls"
-msgstr "Închide"
+msgstr "Apelări"
#: libraries/classes/Sql.php:281
-#, fuzzy
-#| msgid "Time"
msgid "ø Time"
-msgstr "Timp"
+msgstr "ø timp"
#: libraries/classes/Sql.php:586 libraries/classes/Sql.php:604
-#, fuzzy
msgid "Bookmark this SQL query"
-msgstr "Pune semn de carte la această comandă SQL"
+msgstr "Pune semn de carte la această interogare SQL"
#: libraries/classes/Sql.php:590
-#, fuzzy
-#| msgid "Label"
msgid "Label:"
-msgstr "Etichetă"
+msgstr "Etichetă:"
#: libraries/classes/Sql.php:597 libraries/classes/SqlQueryForm.php:316
-#, fuzzy
msgid "Let every user access this bookmark"
msgstr "Permite tuturor utilizatorilor să acceseze acest semn de carte"
#: libraries/classes/Sql.php:813
-#, fuzzy
-#| msgid "Bookmark not created"
msgid "Bookmark not created!"
-msgstr "Semnul de carte nu a fost creat"
+msgstr "Semn de carte necreat!"
#: libraries/classes/Sql.php:923
-#, fuzzy, php-format
+#, php-format
msgid "Using bookmark \"%s\" as default browse query."
-msgstr "Se folosește semnul de carte „%s” ca interogare de răsfoire implicită."
+msgstr "Folosește semnul de carte „%s” ca interogare de răsfoire implicită."
#: libraries/classes/Sql.php:1400
-#, fuzzy
msgid "Showing as PHP code"
-msgstr "Afișare ca cod PHP"
+msgstr "Arăt drept cod PHP"
#: libraries/classes/Sql.php:1775
-#, fuzzy, php-format
-#| msgid ""
-#| "This table does not contain a unique column. Features related to the grid "
-#| "edit, checkbox, Edit, Copy and Delete links may not work after saving."
+#, php-format
msgid ""
"Current selection does not contain a unique column. Grid edit, checkbox, "
"Edit, Copy and Delete features are not available. %s"
msgstr ""
-"Acest tabel nu coține o coloană unică. Funcțiile legate de editare grid, "
-"checkbox, sau link-urile de Editare, Copiere si Ștergere pot să nu "
-"funcționeze după salvare."
+"Selecția actuală nu conține o coloană unică. Funcționalitățile editare "
+"grilă, bifă, editează, copiază și șterge nu sunt disponibile. %s"
#: libraries/classes/Sql.php:1789
-#, fuzzy, php-format
-#| msgid ""
-#| "This table does not contain a unique column. Features related to the grid "
-#| "edit, checkbox, Edit, Copy and Delete links may not work after saving."
+#, php-format
msgid ""
"Current selection does not contain a unique column. Grid edit, Edit, Copy "
"and Delete features may result in undesired behavior. %s"
msgstr ""
-"Acest tabel nu coține o coloană unică. Funcțiile legate de editare grid, "
-"checkbox, sau link-urile de Editare, Copiere si Ștergere pot să nu "
-"funcționeze după salvare."
+"Selecția actuală nu conține o coloană unică. Funcționalitățile editare "
+"grilă, bifă, editează, copiază și șterge pot duce la un comportament "
+"nedorit. %s"
#: libraries/classes/Sql.php:1831
-#, fuzzy, php-format
+#, php-format
msgid "Problems with indexes of table `%s`"
-msgstr "Probleme cu indexul tabelului „%s”"
+msgstr "Probleme cu indexurile tabelului „%s”"
#: libraries/classes/SqlQueryForm.php:140
-#, fuzzy, php-format
-#| msgid "Run SQL query/queries on server %s"
+#, php-format
msgid "Run SQL query/queries on server “%s”"
-msgstr "Execută interogare/interogări SQL pe serverul %s"
+msgstr "Execută o interogare/interogări SQL pe serverul „%s”"
#: libraries/classes/SqlQueryForm.php:157
-#, fuzzy, php-format
+#, php-format
msgid "Run SQL query/queries on database %s"
-msgstr "Execută interogare SQL asupra bazei de date %s"
+msgstr "Execută o interogare/interogări SQL în baza de date %s"
#: libraries/classes/SqlQueryForm.php:178
-#, fuzzy, php-format
-#| msgid "Run SQL query/queries on database %s"
+#, php-format
msgid "Run SQL query/queries on table %s"
-msgstr "Execută interogare SQL asupra bazei de date %s"
+msgstr "Execută o interogare/interogări SQL în tabelul %s"
#: libraries/classes/SqlQueryForm.php:248 setup/frames/index.inc.php:254
#: templates/console/display.twig:7
-#, fuzzy
msgid "Clear"
-msgstr "Goliți"
+msgstr "Anulează"
#: libraries/classes/SqlQueryForm.php:254
msgid "Get auto-saved query"
-msgstr ""
+msgstr "Ia interogarea salvată automat"
#: libraries/classes/SqlQueryForm.php:260
-#, fuzzy
-#| msgid "Bad parameters!"
msgid "Bind parameters"
-msgstr "Parametrii greșiți!"
+msgstr "Parametri legați"
#: libraries/classes/SqlQueryForm.php:308
-#, fuzzy
-#| msgid "Bookmark this SQL query"
msgid "Bookmark this SQL query:"
-msgstr "Pune semn de carte la această comandă SQL"
+msgstr "Pune semn de carte la această interogare SQL:"
#: libraries/classes/SqlQueryForm.php:322
-#, fuzzy
msgid "Replace existing bookmark of same name"
-msgstr "Înlocuiește semnul de carte cu același nume"
+msgstr "Înlocuiește semnul de carte existent cu același nume"
#: libraries/classes/SqlQueryForm.php:336
-#, fuzzy
msgid "Delimiter"
msgstr "Delimitator"
#: libraries/classes/SqlQueryForm.php:346
-#, fuzzy
msgid "Show this query here again"
-msgstr "Afișează această interogare din nou aici"
+msgstr "Arată această interogare din nou, aici"
#: libraries/classes/SqlQueryForm.php:363
msgid "Rollback when finished"
-msgstr ""
+msgstr "Restaurează când termini"
#: libraries/classes/SqlQueryForm.php:410
-#, fuzzy
msgid "shared"
-msgstr "comun"
+msgstr "partajat"
#: libraries/classes/SqlQueryForm.php:423
-#, fuzzy
msgid "View only"
msgstr "Numai vizualizare"
#: libraries/classes/StorageEngine.php:280
-#, fuzzy
msgid ""
"There is no detailed status information available for this storage engine."
msgstr ""
@@ -13830,238 +13126,221 @@ msgstr ""
#: libraries/classes/StorageEngine.php:383
#: templates/database/structure/body_for_table_summary.twig:48
-#, fuzzy, php-format
+#, php-format
msgid "%s is the default storage engine on this MySQL server."
-msgstr "%s este motorul de stocare stabilit implicit pe acest server MySQL."
+msgstr "%s este motorul de stocare implicit pe acest server MySQL."
#: libraries/classes/StorageEngine.php:386
-#, fuzzy, php-format
+#, php-format
msgid "%s is available on this MySQL server."
-msgstr "%s este disponibil pentru acest server MySQL."
+msgstr "%s este disponibil pe acest server MySQL."
#: libraries/classes/StorageEngine.php:389
-#, fuzzy, php-format
+#, php-format
msgid "%s has been disabled for this MySQL server."
msgstr "%s a fost dezactivat pentru acest server MySQL."
#: libraries/classes/StorageEngine.php:394
-#, fuzzy, php-format
+#, php-format
msgid "This MySQL server does not support the %s storage engine."
-msgstr "Acest server MySQL nu susține motorul de stocare %s."
+msgstr "Acest server MySQL nu suportă motorul de stocare %s."
#: libraries/classes/Table.php:332
-#, fuzzy
msgid "Unknown table status:"
msgstr "Stare tabel necunoscută:"
#: libraries/classes/Table.php:884
-#, fuzzy, php-format
+#, php-format
msgid "Source database `%s` was not found!"
-msgstr "Baza de date `%s` nu a fost găsită!"
+msgstr "Baza de date sursă „%s” nu a fost găsită!"
#: libraries/classes/Table.php:892
-#, fuzzy, php-format
+#, php-format
msgid "Target database `%s` was not found!"
-msgstr "Baza de date țintă `%s` nu a fost găsită!"
+msgstr "Baza de date țintă „%s” nu a fost găsită!"
#: libraries/classes/Table.php:1435
-#, fuzzy
msgid "Invalid database:"
msgstr "Bază de date invalidă:"
#: libraries/classes/Table.php:1452
-#, fuzzy
msgid "Invalid table name:"
-msgstr "Denumire de tabel invalidă:"
+msgstr "Nume tabel invalid:"
#: libraries/classes/Table.php:1487
-#, fuzzy, php-format
+#, php-format
msgid "Failed to rename table %1$s to %2$s!"
-msgstr "Eroare la redenumirea tabelului %1$s în %2$s!"
+msgstr "Redenumirea tabelului %1$s în %2$s a eșuat!"
#: libraries/classes/Table.php:1506
-#, fuzzy, php-format
+#, php-format
msgid "Table %1$s has been renamed to %2$s."
-msgstr "Tabelul %1$s a fost redenumit în %2$s."
+msgstr "Tabelul %1$s a fost redenumit în %2$s."
#: libraries/classes/Table.php:1737
-#, fuzzy
msgid "Could not save table UI preferences!"
-msgstr "Nu am putut salva tabela cu preferinţele UI!"
+msgstr "Nu am putut salva preferințele UI tabel!"
#: libraries/classes/Table.php:1767
-#, fuzzy, php-format
+#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-"Curățarea eşuată a preferințelor de interfață (vezi "
+"Ștergerea preferințelor UI tabel a eșuat (vezi "
"$cfg['Servers'][$i]['MaxTableUiprefs'] %s)"
#: libraries/classes/Table.php:1920
-#, fuzzy, php-format
+#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
"after you refresh this page. Please check if the table structure has been "
"changed."
msgstr ""
-"Nu se poate salva proprietatea de interfață \"%s\". Schimbările efectuate nu "
-"vor fi salvate după reîncărcarea paginii. Vă rugăm verificați dacă structura "
-"tabelei s-a schimbat."
+"Nu pot salva proprietatea UI „%s”. Modificările făcute nu vor rămâne salvate "
+"după ce reîncarci pagina. Te rog verifică dacă structura tabelului a fost "
+"modificată."
#: libraries/classes/Table.php:2056
-#, fuzzy
msgid "The name of the primary key must be \"PRIMARY\"!"
-msgstr "Numele cheii primare trebuie să fie \"PRIMARY\"!"
+msgstr "Numele cheii principale trebuie să fie „PRIMARY”!"
#: libraries/classes/Table.php:2067
-#, fuzzy
msgid "Can't rename index to PRIMARY!"
-msgstr "Nu puteți redenumi indexul în PRIMARY!"
+msgstr "Nu pot redenumi indexul în PRIMARY!"
#: libraries/classes/Table.php:2089
-#, fuzzy
msgid "No index parts defined!"
-msgstr "Nu sînt definite părți din index!"
+msgstr "Nicio parte de index definită!"
#: libraries/classes/Table.php:2397
-#, fuzzy, php-format
+#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
-msgstr "Eroare la crearea cheii străine pe %1$s (verifică tipurile datelor)"
+msgstr "Eroare la crearea cheii străine pe %1$s (verifică tipurile dedate)"
#: libraries/classes/Template.php:127
-#, fuzzy, php-format
-#| msgid "Error while loading the search."
+#, php-format
msgid "Error while working with template cache: %s"
-msgstr "Eroare în timpul încărcării căutării."
+msgstr "Eroare în timpul lucrului cu cache-ul șablonului: %s"
#: libraries/classes/Theme.php:186
-#, fuzzy, php-format
+#, php-format
msgid "No valid image path for theme %s found!"
-msgstr "Nu există o cale validă pentru tema %s!"
+msgstr "Nicio cale validă de imagine găsită pentru tema %s!"
#: libraries/classes/ThemeManager.php:94
-#, fuzzy, php-format
+#, php-format
msgid "Default theme %s not found!"
-msgstr "Tema implicită %s nu a fost găsită!"
+msgstr "Tema implicită %s negăsită!"
#: libraries/classes/ThemeManager.php:174
-#, fuzzy, php-format
+#, php-format
msgid "Theme %s not found!"
-msgstr "Tema %s nu a fost găsită!"
+msgstr "Tema %s negăsită!"
#: libraries/classes/ThemeManager.php:255
-#, fuzzy, php-format
+#, php-format
msgid "Theme path not found for theme %s!"
-msgstr "Calea temei nu a fost găsită pentru tema %s!"
+msgstr "Cale temă negăsită pentru tema %s!"
#: libraries/classes/ThemeManager.php:345
-#, fuzzy
msgid "Theme:"
msgstr "Temă:"
#: libraries/classes/Tracking.php:158 templates/server/plugins/section.twig:11
-#, fuzzy
msgid "Version"
-msgstr "Persană"
+msgstr "Versiune"
#: libraries/classes/Tracking.php:159
#: templates/database/tracking/tracked_tables.twig:13
-#, fuzzy
msgid "Created"
-msgstr "Creat"
+msgstr "Creată"
#: libraries/classes/Tracking.php:160
#: templates/database/tracking/tracked_tables.twig:14
-#, fuzzy
msgid "Updated"
-msgstr "Actualizat"
+msgstr "Actualizată"
#: libraries/classes/Tracking.php:169 libraries/classes/Tracking.php:233
-#, fuzzy
-#| msgid "Create version"
msgid "Delete version"
-msgstr "Creează versiune"
+msgstr "Șterge versiunea"
#: libraries/classes/Tracking.php:170 libraries/classes/Tracking.php:332
#: templates/database/tracking/tracked_tables.twig:60
-#, fuzzy
msgid "Tracking report"
-msgstr "Raport de monitorizare"
+msgstr "Raport de urmărire"
#: libraries/classes/Tracking.php:171 libraries/classes/Tracking.php:659
#: templates/database/tracking/tracked_tables.twig:65
-#, fuzzy
msgid "Structure snapshot"
-msgstr "Instantaneu al structurii"
+msgstr "Instantaneu structură"
#: libraries/classes/Tracking.php:336
msgid "Tracking statements"
-msgstr ""
+msgstr "Declarații de urmărire"
#: libraries/classes/Tracking.php:348
-#, fuzzy
msgid "Delete tracking data row from report"
-msgstr "Șterge datele urmărite din acest tabel"
+msgstr "Șterge rândul cu date de urmărire din raport"
#: libraries/classes/Tracking.php:359
-#, fuzzy
msgid "No data"
-msgstr "Nu sînt date"
+msgstr "Nu există date"
#: libraries/classes/Tracking.php:449 libraries/classes/Tracking.php:499
#, php-format
msgid "Show %1$s with dates from %2$s to %3$s by user %4$s %5$s"
-msgstr ""
+msgstr "Arată %1$s cu date de la %2$s la %3$s de utilizatorul %4$s %5$s"
#: libraries/classes/Tracking.php:521
msgid "SQL dump (file download)"
-msgstr ""
+msgstr "Dump SQL (descărcare fișier)"
#: libraries/classes/Tracking.php:523
msgid "SQL dump"
-msgstr ""
+msgstr "Dump SQL"
#: libraries/classes/Tracking.php:526
msgid "This option will replace your table and contained data."
-msgstr ""
+msgstr "Această opțiune își va înlocui tabelul și datele pe care le conține."
#: libraries/classes/Tracking.php:528
-#, fuzzy
msgid "SQL execution"
msgstr "Execuție SQL"
#: libraries/classes/Tracking.php:533
-#, fuzzy, php-format
+#, php-format
msgid "Export as %s"
msgstr "Exportă ca %s"
#: libraries/classes/Tracking.php:559
msgid "Data manipulation statement"
-msgstr ""
+msgstr "Declarație manipulare date"
#: libraries/classes/Tracking.php:583
msgid "Data definition statement"
-msgstr ""
+msgstr "Declarație definiție date"
#: libraries/classes/Tracking.php:677
#, php-format
msgid "Version %s snapshot (SQL code)"
-msgstr ""
+msgstr "Instantaneu versiune %s (cod SQL)"
#: libraries/classes/Tracking.php:744
msgid "Tracking data definition successfully deleted"
-msgstr ""
+msgstr "Definiția datelor de urmărire ștearsă cu succes"
#: libraries/classes/Tracking.php:754
msgid "Tracking data manipulation successfully deleted"
-msgstr ""
+msgstr "Manipularea datelor de urmărire ștearsă cu succes"
#: libraries/classes/Tracking.php:808
msgid ""
"You can execute the dump by creating and using a temporary database. Please "
"ensure that you have the privileges to do so."
msgstr ""
+"Poți executa dump-ul prin crearea și folosirea unei baze de date temporare. "
+"Asigură-te că ai privilegii să faci asta."
#: libraries/classes/Tracking.php:812
msgid "Comment out these two lines if you do not need them."
@@ -14069,46 +13348,42 @@ msgstr ""
#: libraries/classes/Tracking.php:822
msgid "SQL statements exported. Please copy the dump or execute it."
-msgstr ""
+msgstr "Declarații SQL exportate. Te rog copiază dump-ul sau execută-l."
#: libraries/classes/Tracking.php:870
#, php-format
msgid "Tracking report for table `%s`"
-msgstr ""
+msgstr "Raport de urmărire pentru tabelul „%s”"
#: libraries/classes/Tracking.php:900
-#, fuzzy, php-format
-#| msgid "Tracking is active."
+#, php-format
msgid "Tracking for %1$s was activated at version %2$s."
-msgstr "Monitorizarea este activată"
+msgstr "Urmărirea %1$s a fost activată la versiunea %2$s."
#: libraries/classes/Tracking.php:903
-#, fuzzy, php-format
-#| msgid "Tracking is active."
+#, php-format
msgid "Tracking for %1$s was deactivated at version %2$s."
-msgstr "Monitorizarea este activată"
+msgstr "Urmărirea %1$s a fost dezactivată la versiunea %2$s."
#: libraries/classes/Tracking.php:995
-#, fuzzy, php-format
+#, php-format
msgid "Version %1$s of %2$s was deleted."
-msgstr "Creare relație"
+msgstr "Versiunea %1$s a %2$s a fost ștearsă."
#: libraries/classes/Tracking.php:1026
#, php-format
msgid "Version %1$s was created, tracking for %2$s is active."
-msgstr ""
+msgstr "Versiunea %1$s a fost creată, urmărirea %2$s este activă."
#: libraries/classes/Tracking.php:1123 libraries/classes/Tracking.php:1267
#: templates/table/tracking/selectable_tables.twig:9
-#, fuzzy
msgid "active"
-msgstr "activ"
+msgstr "activă"
#: libraries/classes/Tracking.php:1126 libraries/classes/Tracking.php:1262
#: templates/table/tracking/selectable_tables.twig:11
-#, fuzzy
msgid "not active"
-msgstr "inactiv"
+msgstr "inactivă"
#: libraries/classes/Types.php:203
#, fuzzy
@@ -14211,14 +13486,15 @@ msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE"
msgstr "Un sinonim pentru BIGINT FĂRĂ SEMN NENUL INCREMENTARE_AUTOMATĂ UNIC"
#: libraries/classes/Types.php:265
-#, fuzzy, php-format
+#, php-format
msgid "A date, supported range is %1$s to %2$s"
-msgstr "O combinaţie de dată şi timp, intervalul suportat este de %1$s la %2$s"
+msgstr "O dată, intervalul suportat este de %1$s la %2$s"
#: libraries/classes/Types.php:270
-#, fuzzy, php-format
+#, php-format
msgid "A date and time combination, supported range is %1$s to %2$s"
-msgstr "O combinaţie de dată şi timp este suportată în intervalul %1$s la %2$s"
+msgstr ""
+"O combinație de dată și oră, intervalul suportat este de la %1$s la %2$s"
#: libraries/classes/Types.php:275
msgid ""
@@ -14227,76 +13503,69 @@ msgid ""
msgstr ""
#: libraries/classes/Types.php:281
-#, fuzzy, php-format
+#, php-format
msgid "A time, range is %1$s to %2$s"
-msgstr "Perioadă de timp, intervalul suportat este de la %1$s la %2$s"
+msgstr "O perioadă de timp, intervalul este de la %1$s la %2$s"
#: libraries/classes/Types.php:285
-#, fuzzy
msgid ""
"A year in four-digit (4, default) or two-digit (2) format, the allowable "
"values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000"
msgstr ""
-"Un an în format de patru cifre (4, implicit) sau în format de două cifre (2)"
-", valorile admisibile sunt de la 70 (1970) la 69(2069) sau din 1901 la 2155 "
-"şi 0000"
+"Un an, în format de patru cifre (4, implicit) sau în format de două cifre (2)"
+", valorile admise sunt de la 70 (1970) la 69(2069) sau de la 1901 la 2155 și "
+"0000"
#: libraries/classes/Types.php:291
-#, fuzzy
msgid ""
"A fixed-length (0-255, default 1) string that is always right-padded with "
"spaces to the specified length when stored"
msgstr ""
-"Un șir de caractere cu o lungime fixă (0-255, implicit 1) care este "
-"întotdeauna umplut la dreapta cu spații până la lungimea specificată atunci "
-"când este stocat"
+"Un șir de o lungime fixă (0-255, implicit 1) care este mereu umplut cu "
+"spații în dreapta, până la lungimea specificată, când este stocat"
#: libraries/classes/Types.php:297
-#, fuzzy, php-format
+#, php-format
msgid ""
"A variable-length (%s) string, the effective maximum length is subject to "
"the maximum row size"
msgstr ""
-"Un şir de caractere de lungime variabilă (%s), lungimea maximă efectivă "
-"depinde de dimensiunea maximă a înregistrării"
+"Un șir de o lungime variabilă (%s), lungimea maximă efectivă depinde de "
+"dimensiunea maximă a rândului"
#: libraries/classes/Types.php:303
-#, fuzzy
msgid ""
"A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with "
"a one-byte prefix indicating the length of the value in bytes"
msgstr ""
"O coloană TEXT cu o lungime maximă de 255 (2^8 - 1) de caractere, stocate cu "
-"un prefix de un octet care indică lungimea de valoare în octeţi"
+"un prefix de un octet care indică lungimea valorii în octeți"
#: libraries/classes/Types.php:309
-#, fuzzy
msgid ""
"A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored "
"with a two-byte prefix indicating the length of the value in bytes"
msgstr ""
"O coloană TEXT cu o lungime maximă de 65.535 (2^16-1) de caractere, stocate "
-"cu un prefix de doi octeți care indică lungimea valorii în octeţi"
+"cu un prefix de doi octeți care indică lungimea valorii în octeți"
#: libraries/classes/Types.php:315
-#, fuzzy
msgid ""
"A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, "
"stored with a three-byte prefix indicating the length of the value in bytes"
msgstr ""
"O coloană TEXT cu o lungime maximă de 16.777.215 (2^24 - 1) de caractere, "
-"stocate cu un prefix de trei octeți care indică lungimea valorii în octeţi"
+"stocate cu un prefix de trei octeți care indică lungimea valorii în octeți"
#: libraries/classes/Types.php:321
-#, fuzzy
msgid ""
"A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
"characters, stored with a four-byte prefix indicating the length of the "
"value in bytes"
msgstr ""
-"O coloană TEXT cu o lungime maximă de 4.294.967.295 sau 4GB (2^32 - 1) de "
-"caractere, stocate cu un prefix de patru octeți care indică lungimea valorii "
-"în octeţi"
+"O coloană TEXT cu o lungime maximă de 4.294.967.295 (2^32 - 1) de caractere "
+"sau 4 GiO, stocate cu un prefix de patru octeți care indică lungimea valorii "
+"în octeți"
#: libraries/classes/Types.php:327
#, fuzzy
@@ -14341,58 +13610,48 @@ msgid ""
msgstr ""
#: libraries/classes/Types.php:359
-#, fuzzy
msgid ""
"An enumeration, chosen from the list of up to 65,535 values or the special "
"'' error value"
msgstr ""
-"O enumeraţie, aleasă din lista de până la 65,535 valori sau valoare de "
-"eroare ''"
+"O enumerare, aleasă din lista de până la 65.535 de valori sau valoarea "
+"specială de eroare ''"
#: libraries/classes/Types.php:363
-#, fuzzy
msgid "A single value chosen from a set of up to 64 members"
msgstr "O singură valoare aleasă dintr-un set de până la 64 de membri"
#: libraries/classes/Types.php:365
-#, fuzzy
msgid "A type that can store a geometry of any type"
-msgstr "Un tip poate stoca o geometrie de orice tip"
+msgstr "Un tip care poate stoca o geometrie de orice tip"
#: libraries/classes/Types.php:367
-#, fuzzy
msgid "A point in 2-dimensional space"
msgstr "Un punct într-un plan bidimensional"
#: libraries/classes/Types.php:369
-#, fuzzy
msgid "A curve with linear interpolation between points"
-msgstr "O curbă cu o interpolare liniară între două puncte"
+msgstr "O curbă cu interpolare liniară între două puncte"
#: libraries/classes/Types.php:371
-#, fuzzy
msgid "A polygon"
msgstr "Un poligon"
#: libraries/classes/Types.php:373
-#, fuzzy
msgid "A collection of points"
-msgstr "O colecţie de puncte"
+msgstr "O colecție de puncte"
#: libraries/classes/Types.php:376
-#, fuzzy
msgid "A collection of curves with linear interpolation between points"
-msgstr "O colecţie de curbe cu interpolare liniară între puncte"
+msgstr "O colecție de curbe cu interpolare liniară între puncte"
#: libraries/classes/Types.php:379
-#, fuzzy
msgid "A collection of polygons"
-msgstr "O colecţie de poligoane"
+msgstr "O colecție de poligoane"
#: libraries/classes/Types.php:381
-#, fuzzy
msgid "A collection of geometry objects of any type"
-msgstr "O colecţie de obiecte geometrice de orice tip"
+msgstr "O colecție de obiecte geometrice de orice tip"
#: libraries/classes/Types.php:384
msgid ""
@@ -14401,57 +13660,49 @@ msgid ""
msgstr ""
#: libraries/classes/Types.php:695
-#, fuzzy
msgctxt "numeric types"
msgid "Numeric"
-msgstr "tip numeric"
+msgstr "Numeric"
#: libraries/classes/Types.php:713
-#, fuzzy
msgctxt "date and time types"
msgid "Date and time"
-msgstr "Dată şi oră"
+msgstr "Dată și oră"
#: libraries/classes/Types.php:743
-#, fuzzy
msgctxt "spatial types"
msgid "Spatial"
-msgstr "Spaţial"
+msgstr "Spațial"
#: libraries/classes/UserPassword.php:62
-#, fuzzy
msgid "The profile has been updated."
msgstr "Profilul a fost actualizat."
#: libraries/classes/UserPassword.php:74
-#, fuzzy
-#| msgid "Password Hashing"
msgid "Password is too long!"
-msgstr "Criptare Parola"
+msgstr "Parola este prea lungă!"
#: libraries/classes/UserPreferences.php:144
msgid "Could not save configuration"
msgstr "Nu am putut salva configurarea"
#: libraries/classes/Util.php:175
-#, fuzzy, php-format
+#, php-format
msgid "Max: %s%s"
-msgstr "Mărime maximă: %s%s"
+msgstr "Maxim: %s%s"
#: libraries/classes/Util.php:549
-#, fuzzy
msgid "Static analysis:"
msgstr "Analiză statică:"
#: libraries/classes/Util.php:552
-#, fuzzy, php-format
+#, php-format
msgid "%d errors were found during analysis."
msgstr "Au fost găsite %d erori în timpul analizei."
#: libraries/classes/Util.php:1052
-#, fuzzy
msgid "Skip Explain SQL"
-msgstr "Sari peste explicarea SQL"
+msgstr "Sari peste Explică SQL"
#: libraries/classes/Util.php:1060
#, php-format
@@ -14459,31 +13710,24 @@ msgid "Analyze Explain at %s"
msgstr ""
#: libraries/classes/Util.php:1091
-#, fuzzy
-#| msgid "Without PHP Code"
msgid "Without PHP code"
-msgstr "fără cod PHP"
+msgstr "Fără cod PHP"
#: libraries/classes/Util.php:1098
#: templates/database/multi_table_query/form.twig:161
-#, fuzzy
-#| msgid "Submit Query"
msgid "Submit query"
-msgstr "Trimite comanda"
+msgstr "Trimite interogarea"
#: libraries/classes/Util.php:1164
-#, fuzzy
-#| msgid "Edit index"
msgctxt "Inline edit query"
msgid "Edit inline"
-msgstr "Modifică index"
+msgstr "Editează în-linie"
#. l10n: Short week day name
#: libraries/classes/Util.php:1504
-#, fuzzy
msgctxt "Short week day name"
msgid "Sun"
-msgstr "Dum"
+msgstr "D"
#: libraries/classes/Util.php:1541
msgctxt "AM/PM indication in time"
@@ -14496,49 +13740,43 @@ msgid "AM"
msgstr ""
#: libraries/classes/Util.php:1837
-#, fuzzy, php-format
+#, php-format
msgid "%s days, %s hours, %s minutes and %s seconds"
msgstr "%s zile, %s ore, %s minute și %s secunde"
#: libraries/classes/Util.php:1872
-#, fuzzy
msgid "Missing parameter:"
-msgstr "Parametru lipsă:"
+msgstr "Lipsește parametrul:"
#: libraries/classes/Util.php:2416
-#, fuzzy, php-format
-#| msgid "Jump to database \"%s\"."
+#, php-format
msgid "Jump to database “%s”."
-msgstr "Sari la baza de date \"%s\"."
+msgstr "Sari la baza de date „%s”."
#: libraries/classes/Util.php:2441
-#, fuzzy, php-format
+#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
-msgstr "Funcționalitatea %s este afectată de o eroare cunoscută, vedeți %s"
+msgstr "Funcționalitatea %s este afectată de o eroare cunoscută, vezi %s"
#: libraries/classes/Util.php:3229 prefs_manage.php:236
-#, fuzzy
msgid "Browse your computer:"
msgstr "Caută în calculatorul tău:"
#: libraries/classes/Util.php:3254
-#, fuzzy, php-format
+#, php-format
msgid "Select from the web server upload directory %s:"
-msgstr "Selectați de pe serverul web un director %s: pentru încărcări:"
+msgstr "Selectează de pe serverul web un director pentru încărcări %s:"
#: libraries/classes/Util.php:3294
-#, fuzzy
msgid "There are no files to upload!"
-msgstr "Nu sunt fișiere pentru încărcare!"
+msgstr "Niciun fișier pentru încărcare!"
#: libraries/classes/Util.php:3319 libraries/classes/Util.php:3320
#: templates/database/structure/check_all_tables.twig:15
-#, fuzzy
msgid "Empty"
msgstr "Golește"
#: libraries/classes/Util.php:3325 libraries/classes/Util.php:3326
-#, fuzzy
msgid "Execute"
msgstr "Execută"
@@ -14559,23 +13797,19 @@ msgid "SSL is used"
msgstr ""
#: libraries/classes/Util.php:3960
-#, fuzzy
msgid "Users"
msgstr "Utilizatori"
#: libraries/classes/Util.php:4652
#: templates/database/multi_table_query/form.twig:46
-#, fuzzy
msgid "Sort"
-msgstr "Sortare"
+msgstr "Sortează"
#: libraries/classes/ZipExtension.php:44
-#, fuzzy
msgid "No files found inside ZIP archive!"
-msgstr "Niciun fișier nu a fost găsit în arhiva ZIP!"
+msgstr "Niciun fișier găsit în arhiva ZIP!"
#: libraries/classes/ZipExtension.php:72 libraries/classes/ZipExtension.php:79
-#, fuzzy
msgid "Error in ZIP archive:"
msgstr "Eroare în arhiva ZIP:"
@@ -14590,153 +13824,121 @@ msgid "Invalid authentication method set in configuration:"
msgstr "Metodă de autentificare invalidă setată în configurare:"
#: libraries/common.inc.php:391
-#, fuzzy, php-format
+#, php-format
msgid "You should upgrade to %s %s or later."
-msgstr "Ar trebui sa reactualizati serverul %s %s la o versiune mai noua."
+msgstr "Ar trebui să actualizezi %s %s sau ulterioară."
#: libraries/common.inc.php:444
-#, fuzzy
msgid "Error: Token mismatch"
-msgstr "Eroare: Tokenii nu se potrivesc"
+msgstr "Eroare: tokenul nu se potrivește"
#: libraries/config.values.php:56 libraries/config.values.php:76
#: libraries/config.values.php:88
-#, fuzzy
msgid "Icons"
-msgstr "Pictograme"
+msgstr "Iconuri"
#: libraries/config.values.php:57 libraries/config.values.php:77
#: libraries/config.values.php:89
#: templates/database/multi_table_query/form.twig:96
-#, fuzzy
msgid "Text"
msgstr "Text"
#: libraries/config.values.php:58 libraries/config.values.php:66
#: libraries/config.values.php:78 libraries/config.values.php:90
-#, fuzzy
msgid "Both"
msgstr "Ambele"
#: libraries/config.values.php:63
-#, fuzzy
msgid "Nowhere"
msgstr "Nicăieri"
#: libraries/config.values.php:64
-#, fuzzy
msgid "Left"
msgstr "Stânga"
#: libraries/config.values.php:65
-#, fuzzy
msgid "Right"
msgstr "Dreapta"
#: libraries/config.values.php:93
-#, fuzzy
msgid "Click"
-msgstr "Click"
+msgstr "Dă clic"
#: libraries/config.values.php:94
-#, fuzzy
msgid "Double click"
-msgstr "Click dublu"
+msgstr "Clic dublu"
#: libraries/config.values.php:98
-#, fuzzy
msgid "key"
msgstr "cheie"
#: libraries/config.values.php:99
-#, fuzzy
-#| msgid "Displaying Column Comments"
msgid "display column"
-msgstr "Afișează tabelul de coloane"
+msgstr "afișează coloana"
#: libraries/config.values.php:103
-#, fuzzy
-#| msgid "Welcome to %s"
msgid "Welcome"
-msgstr "Bine ați venit la %s"
+msgstr "Bine ai venit"
#: libraries/config.values.php:123
-#, fuzzy
msgid "Open"
msgstr "Deschis"
#: libraries/config.values.php:124
-#, fuzzy
msgid "Closed"
msgstr "Închis"
#: libraries/config.values.php:128
-#, fuzzy
msgid "Ask before sending error reports"
-msgstr "Întreabă înainte de a trimite rapoarte de eroare"
+msgstr "Întreabă înainte de trimiterea rapoartelor de erori"
#: libraries/config.values.php:129
-#, fuzzy
msgid "Always send error reports"
-msgstr "Trimite mereu rapoarte de eroare"
+msgstr "Trimite mereu rapoarte de erori"
#: libraries/config.values.php:130
-#, fuzzy
msgid "Never send error reports"
-msgstr "Nu trimite niciodată rapoarte de eroare"
+msgstr "Nu trimite niciodată rapoarte de erori"
#: libraries/config.values.php:133
-#, fuzzy
-#| msgid "Set default"
msgid "Server default"
-msgstr "Setaţi ca implicit"
+msgstr "Server implicit"
#: libraries/config.values.php:134
-#, fuzzy
-#| msgid "Enabled"
msgid "Enable"
-msgstr "Activat"
+msgstr "Activează"
#: libraries/config.values.php:135
-#, fuzzy
-#| msgid "Disabled"
msgid "Disable"
-msgstr "Dezactivat"
+msgstr "Dezactivează"
#: libraries/config.values.php:169
-#, fuzzy
msgid "Quick - display only the minimal options to configure"
-msgstr "Rapid - afișează doar opțiunile minimale pentru configurare"
+msgstr "Rapid - afișează numai opțiunile minime pentru configurare"
#: libraries/config.values.php:170
-#, fuzzy
msgid "Custom - display all possible options to configure"
-msgstr "Customizat - afișează toate opțiunile posibile pentru configurare"
+msgstr "Personalizat - afișează toate opțiunile posibile pentru configurare"
#: libraries/config.values.php:172
-#, fuzzy
msgid "Custom - like above, but without the quick/custom choice"
-msgstr "Customizat - ca mai sus, dar fără alegerea de rapid/customizat"
+msgstr "Personalizat - ca mai sus, dar fără alegerea rapid/personalizat"
#: libraries/config.values.php:201
-#, fuzzy
msgid "complete inserts"
msgstr "inserări complete"
#: libraries/config.values.php:202
-#, fuzzy
msgid "extended inserts"
msgstr "inserări extinse"
#: libraries/config.values.php:203
-#, fuzzy
msgid "both of the above"
msgstr "ambele de mai sus"
#: libraries/config.values.php:204
-#, fuzzy
msgid "neither of the above"
-msgstr "niciuna din cele de mai sus"
+msgstr "niciuna din cele de sus"
#: libraries/mult_submits.inc.php:321
msgid "Success!"
@@ -14796,19 +13998,16 @@ msgid "Do you want to import remaining settings?"
msgstr "Vrei să imporți setările rămase?"
#: prefs_manage.php:219 prefs_manage.php:248
-#, fuzzy
msgid "Saved on: @DATE@"
msgstr "Salvat pe: @DATE@"
#: prefs_manage.php:234
-#, fuzzy
msgid "Import from file"
-msgstr "Importați din fișier"
+msgstr "Importă din fișier"
#: prefs_manage.php:242
-#, fuzzy
msgid "Import from browser's storage"
-msgstr "Importați din depozitul browser-ului"
+msgstr "Importă din depozitul navigatorului"
#: prefs_manage.php:245
msgid "Settings will be imported from your browser's local storage."
@@ -14820,9 +14019,8 @@ msgid "You have no saved settings!"
msgstr "Nu ai setări salvate!"
#: prefs_manage.php:256 prefs_manage.php:341
-#, fuzzy
msgid "This feature is not supported by your web browser"
-msgstr "Această facilitate nu este suportată de browser-ul dumneavoastră web"
+msgstr "Această funcționalitate nu este suportată de navigatorul tău web"
#: prefs_manage.php:262
msgid "Merge with current configuration"
@@ -14838,10 +14036,8 @@ msgstr ""
"sscriptul de inițializare%s."
#: prefs_manage.php:312
-#, fuzzy
-#| msgid "Save as file"
msgid "Save as PHP file"
-msgstr "Salvează ca fișier"
+msgstr "Salvează ca fișier PHP"
#: prefs_manage.php:317
msgid "Save to browser's storage"
@@ -14870,21 +14066,17 @@ msgid "Two-factor authentication has been configured."
msgstr "Autentificarea pe două niveluri a fost configurată."
#: server_export.php:25
-#, fuzzy
msgid "View dump (schema) of databases"
-msgstr "Vizualizarea schemei bazei de date"
+msgstr "Vezi dump-ul (schema) bazei de date"
#: server_privileges.php:143 server_replication.php:38
#: server_user_groups.php:30 templates/server/databases/create.twig:46
-#, fuzzy
msgid "No Privileges"
-msgstr "Nu există drepturi de acces"
+msgstr "Niciun privilegiu"
#: server_privileges.php:150
-#, fuzzy
-#| msgid "You don't have sufficient privileges to be here right now!"
msgid "You do not have privileges to manipulate with the users!"
-msgstr "Nu dețineți drepturi de acces pentru a vă afla aici!"
+msgstr "Nu ai privilegii pentru a gestiona utilizatorii!"
#: server_privileges.php:164
msgid ""
@@ -14901,17 +14093,17 @@ msgid "Not enough privilege to view the advisor."
msgstr ""
#: server_status_processes.php:33
-#, fuzzy, php-format
+#, php-format
msgid "Thread %s was successfully killed."
msgstr "Firul de execuție %s a fost oprit cu succes."
#: server_status_processes.php:39
-#, fuzzy, php-format
+#, php-format
msgid ""
"phpMyAdmin was unable to kill thread %s. It probably has already been closed."
msgstr ""
-"phpMyAdmin n-a reusit sa opreasca firul de executie %s. Probabil a fost "
-"deja oprit."
+"phpMyAdmin nu a putut să oprească firul de execuție %s. Probabil el a fost "
+"deja închis."
#: server_status_queries.php:43
msgid "Not enough privilege to view query statistics."
@@ -14926,7 +14118,6 @@ msgid "Configuration file"
msgstr "Fișier de configurare"
#: setup/frames/config.inc.php:34 setup/frames/index.inc.php:252
-#, fuzzy
msgid "Download"
msgstr "Descarcă"
@@ -14943,9 +14134,8 @@ msgid ""
msgstr ""
#: setup/frames/index.inc.php:58
-#, fuzzy
msgid "Insecure connection"
-msgstr "Comprimă conexiunea"
+msgstr "Conexiune nesigură"
#: setup/frames/index.inc.php:84
msgid "Configuration saved."
@@ -14988,9 +14178,8 @@ msgid "There are no configured servers"
msgstr ""
#: setup/frames/index.inc.php:179
-#, fuzzy
msgid "New server"
-msgstr "Server Web"
+msgstr "Server nou"
#: setup/frames/index.inc.php:208
msgid "Default language"
@@ -15013,32 +14202,26 @@ msgid "End of line"
msgstr ""
#: setup/frames/index.inc.php:251
-#, fuzzy
msgid "Display"
msgstr "Afișează"
#: setup/frames/index.inc.php:264
-#, fuzzy
msgid "phpMyAdmin homepage"
-msgstr "Documentație phpMyAdmin"
+msgstr "Pagină principală phpMyAdmin"
#: setup/frames/index.inc.php:266
-#, fuzzy
msgid "Donate"
-msgstr "Date"
+msgstr "Donează"
#: setup/frames/index.inc.php:268
-#, fuzzy
msgid "Check for latest version"
-msgstr "Verificați pentru ultima versiune"
+msgstr "Verifică ultima versiune"
#: setup/frames/servers.inc.php:27
-#, fuzzy
msgid "Edit server"
-msgstr "Redactează serverul"
+msgstr "Editează serverul"
#: setup/frames/servers.inc.php:37
-#, fuzzy
msgid "Add a new server"
msgstr "Adaugă un server nou"
@@ -15067,9 +14250,8 @@ msgid "Ignore errors"
msgstr ""
#: setup/lib/FormProcessing.php:73
-#, fuzzy
msgid "Show form"
-msgstr "Arată culoarea"
+msgstr "Arată formularul"
#: setup/lib/Index.php:124
msgid ""
@@ -15078,14 +14260,12 @@ msgid ""
msgstr ""
#: setup/lib/Index.php:146
-#, fuzzy
msgid "Got invalid version string from server"
-msgstr "A primit de la server un număr de versiune invalid"
+msgstr "A primit de la server un șir de versiuni invalid"
#: setup/lib/Index.php:159
-#, fuzzy
msgid "Unparsable version string"
-msgstr "Şirul de caractere al versiunii nu este descifrabil."
+msgstr "Șir versiuni care nu poate fi interpretat"
#: setup/lib/Index.php:179
#, php-format
@@ -15095,12 +14275,10 @@ msgid ""
msgstr ""
#: setup/lib/Index.php:186
-#, fuzzy
msgid "No newer stable version is available"
-msgstr "Nu este disponibilă nici o versiune stabilă nouă"
+msgstr "Nu este disponibilă nicio versiune stabilă mai nouă"
#: setup/validate.php:26
-#, fuzzy
msgid "Wrong data"
msgstr "Date greșite"
@@ -15110,24 +14288,22 @@ msgid "Wrong data or no validation for %s"
msgstr ""
#: tbl_create.php:36 tbl_get_field.php:31
-#, fuzzy, php-format
+#, php-format
msgid "'%s' database does not exist."
msgstr "Baza de date „%s” nu există."
#: tbl_create.php:46
-#, fuzzy, php-format
+#, php-format
msgid "Table %s already exists!"
msgstr "Tabelul %s există deja!"
#: tbl_export.php:44
-#, fuzzy
msgid "View dump (schema) of table"
-msgstr "Vizualizarea schemei tabelului"
+msgstr "Vezi dump-ul (schema) tabelului"
#: tbl_get_field.php:38
-#, fuzzy
msgid "Invalid table name"
-msgstr "Denumire de tabel nevalidă"
+msgstr "Nume tabel invalid"
#: tbl_replace.php:243
#, php-format
@@ -15135,96 +14311,73 @@ msgid "Row: %1$s, Column: %2$s, Error: %3$s"
msgstr ""
#: tbl_row_action.php:73
-#, fuzzy
-#| msgid "No rows selected"
msgid "No row selected."
-msgstr "Nici un rând selectat"
+msgstr "Niciun rând selectat."
#: tbl_tracking.php:34
-#, fuzzy, php-format
-#| msgid "Tracking is active."
+#, php-format
msgid "Tracking of %s is activated."
-msgstr "Monitorizarea este activată"
+msgstr "Urmărirea %s este activată."
#: tbl_tracking.php:103
-#, fuzzy
-#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
-msgstr "Utilizatorii selectați au fost eliminați."
+msgstr "Urmărirea versiunilor a fost ștearsă cu succes."
#: tbl_tracking.php:108
-#, fuzzy
-#| msgid "No rows selected"
msgid "No versions selected."
-msgstr "Nici un rând selectat"
+msgstr "Nicio versiune selectată."
#: tbl_tracking.php:139
msgid "SQL statements executed."
msgstr ""
#: themes.php:22 themes.php:27
-#, fuzzy
msgid "Theme"
msgstr "Temă"
#: themes.php:30
-#, fuzzy
msgid "Get more themes!"
-msgstr "Obține mai multe teme!"
+msgstr "Ia mai multe teme!"
#: transformation_overview.php:24
-#, fuzzy
msgid "Available MIME types"
-msgstr "Tipuri MIME disponibile"
+msgstr "Tipuri de MIME disponibile"
#: transformation_overview.php:39
-#, fuzzy
-#| msgid "Available transformations"
msgid "Available browser display transformations"
-msgstr "Transformări disponibile"
+msgstr "Transformări afișare navigator disponibile"
#: transformation_overview.php:40
-#, fuzzy
-#| msgid "Available transformations"
msgid "Available input transformations"
-msgstr "Transformări disponibile"
+msgstr "Transformări de intrare disponibile"
#: transformation_overview.php:43
#: templates/columns_definitions/table_fields_definitions.twig:78
-#, fuzzy
-#| msgid "Browser transformation"
msgid "Browser display transformation"
-msgstr "Transformare navigator"
+msgstr "Transformare afișare navigator"
#: transformation_overview.php:44
#: templates/columns_definitions/table_fields_definitions.twig:89
-#, fuzzy
-#| msgid "Browser transformation"
msgid "Input transformation"
-msgstr "Transformare navigator"
+msgstr "Transformare intrare"
#: transformation_overview.php:55
-#, fuzzy
msgctxt "for MIME transformation"
msgid "Description"
msgstr "Descriere"
#: templates/table/structure/move_columns_dialog.twig:1
#: templates/table/structure/optional_action_links.twig:19
-#, fuzzy
-#| msgid "Add columns"
msgid "Move columns"
-msgstr "Adaugă coloane"
+msgstr "Mută coloane"
#: templates/table/structure/move_columns_dialog.twig:2
msgid "Move the columns by dragging them up and down."
msgstr ""
#: templates/display/export/options_output_radio.twig:5
-#, fuzzy
-#| msgid "Save as file"
msgid "View output as text"
-msgstr "Trimite"
+msgstr "Vizualizează ieșirea ca text"
#: templates/database/structure/check_all_tables.twig:6
#, fuzzy
@@ -15232,46 +14385,36 @@ msgid "Check tables having overhead"
msgstr "Verificare depășit"
#: templates/database/structure/check_all_tables.twig:10
-#, fuzzy
-#| msgid "No tables"
msgid "Copy table"
-msgstr "Nu există tabele"
+msgstr "Copiază tabelul"
#: templates/database/structure/check_all_tables.twig:11
-#, fuzzy
-#| msgid "Show color"
msgid "Show create"
-msgstr "Arată culoarea"
+msgstr "Arată creează"
#: templates/database/structure/check_all_tables.twig:25
msgid "Prefix"
msgstr ""
#: templates/database/structure/check_all_tables.twig:26
-#, fuzzy
msgid "Add prefix to table"
-msgstr "Adaugă prefix la tabelă"
+msgstr "Adaugă prefix la tabel"
#: templates/database/structure/check_all_tables.twig:27
-#, fuzzy
msgid "Replace table prefix"
-msgstr "Înlocuiește prefixul tabelei"
+msgstr "Înlocuiește prefix tabel"
#: templates/database/structure/check_all_tables.twig:33
-#, fuzzy
-#| msgid "CHAR textarea columns"
msgid "Add columns to central list"
-msgstr "coloane textarea CHAR"
+msgstr "Adaugă coloane la lista centrală"
#: templates/database/structure/check_all_tables.twig:34
msgid "Remove columns from central list"
msgstr ""
#: templates/database/structure/check_all_tables.twig:35
-#, fuzzy
-#| msgid "CHAR textarea columns"
msgid "Make consistent with central list"
-msgstr "coloane textarea CHAR"
+msgstr "Asigură consecvență în lista centrală"
#: templates/prefs_twofactor_confirm.twig:2
msgid "Confirm disabling two-factor authentication"
@@ -15290,63 +14433,52 @@ msgid "Disable two-factor authentication"
msgstr "Dezactivează autentificarea pe două niveluri"
#: templates/database/tracking/tracked_tables.twig:2
-#, fuzzy
msgid "Tracked tables"
-msgstr "Tabele monitorizate"
+msgstr "Tabele urmărite"
#: templates/database/tracking/tracked_tables.twig:12
-#, fuzzy
msgid "Last version"
msgstr "Ultima versiune"
#: templates/database/tracking/tracked_tables.twig:49
#: templates/database/tracking/tracked_tables.twig:77
-#, fuzzy
msgid "Delete tracking"
-msgstr "Se șterg datele monitorizare"
+msgstr "Șterge urmărirea"
#: templates/database/tracking/tracked_tables.twig:55
-#, fuzzy
msgid "Versions"
msgstr "Versiuni"
#: templates/display/import/import.twig:40
-#, fuzzy
msgid "Importing into the current server"
-msgstr "Se importă pe server-ul curent"
+msgstr "Import în serverul curent"
#: templates/display/import/import.twig:42
-#, fuzzy, php-format
+#, php-format
msgid "Importing into the database \"%s\""
-msgstr "Se importă în baza de date \"%s\""
+msgstr "Import în baza de date „%s”"
#: templates/display/import/import.twig:44
-#, fuzzy, php-format
+#, php-format
msgid "Importing into the table \"%s\""
-msgstr "Se importă în tabela \"%s\""
+msgstr "Import în tabelul „%s\"”"
#: templates/display/import/import.twig:50
-#, fuzzy
-#| msgid "File to import"
msgid "File to import:"
-msgstr "Fișier de importat"
+msgstr "Fișier de importat:"
#: templates/display/import/import.twig:56
-#, fuzzy, php-format
+#, php-format
msgid "File may be compressed (%s) or uncompressed."
msgstr "Fișierul poate fi comprimat (%s) sau necomprimat."
#: templates/display/import/import.twig:58
-#, fuzzy
-#| msgid ""
-#| "A compressed file's name must end in .[format].[compression]. "
-#| "Example: .sql.zip"
msgid ""
"A compressed file's name must end in .[format].[compression]"
"strong>. Example: .sql.zip"
msgstr ""
-"Numele unui fișier comprimat trebuie să se termine în .[format]."
-"[compresie]. Exemplu: .sql.zip"
+"Numele unui fișier comprimat trebuie să se termine în "
+".[format].[compresie]. Exemplu: .sql.zip"
#: templates/display/import/import.twig:69
#: templates/display/import/import.twig:84
@@ -15354,21 +14486,17 @@ msgid "You may also drag and drop a file on any page."
msgstr ""
#: templates/display/import/import.twig:86
-#, fuzzy
msgid "File uploads are not allowed on this server."
-msgstr "Încărcările de fișiere nu sînt permise pe acest server."
+msgstr "Încărcările de fișiere nu sunt permise pe acest server."
#: templates/display/import/import.twig:97
#: templates/display/export/options_output_charset.twig:3
-#, fuzzy
msgid "Character set of the file:"
msgstr "Setul de caractere al fișierului:"
#: templates/display/import/import.twig:124
-#, fuzzy
-#| msgid "Partial import"
msgid "Partial import:"
-msgstr "Importare parțială"
+msgstr "Import parțial:"
#: templates/display/import/import.twig:129
#, php-format
@@ -15392,49 +14520,40 @@ msgstr ""
"fișiere mari, deși poate strica tranzacții."
#: templates/display/import/import.twig:144
-#, fuzzy
-#| msgid "Number of records (queries) to skip from start"
msgid "Skip this number of queries (for SQL) starting from the first one:"
-msgstr "Number of records(queries) to skip from start"
+msgstr "Sari peste acest număr de interogări (pentru SQL) începând cu prima:"
#: templates/display/import/import.twig:161
-#, fuzzy
-#| msgid "Options"
msgid "Other options:"
-msgstr "Opțiuni"
+msgstr "Alte opțiuni:"
#: templates/display/import/import.twig:174
#: templates/display/export/options_format.twig:2
-#, fuzzy
-#| msgid "Transformation options"
msgid "Format-specific options:"
-msgstr "Opțiuni de transformare"
+msgstr "Opțiuni specifice pentru format:"
#: templates/display/import/import.twig:176
#: templates/display/export/options_format.twig:4
-#, fuzzy
msgid ""
"Scroll down to fill in the options for the selected format and ignore the "
"options for other formats."
msgstr ""
-"Faceți scroll în jos pentru a completa opțiunile pentru formatul selectat și "
-"ignorați opțiunile pentru alte formate."
+"Derulează în jos pentru a completa opțiunile pentru formatul selectat și "
+"ignoră opțiunile pentru alte formate."
#: templates/display/import/import.twig:185
#: templates/display/export/options_format.twig:12
-#, fuzzy
msgid "Encoding Conversion:"
-msgstr "Versiunea clientului MySQL"
+msgstr "Codarea conversiei:"
#: templates/display/import/javascript.twig:12
-#, fuzzy
msgid ""
"The file being uploaded is probably larger than the maximum allowed size or "
"this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) "
"browsers."
msgstr ""
-"Fișierul care este uploadat este probabil mai mare decât mărimea maximă "
-"permisă sau acesta este un bug cunoscut în browser-ele bazate pe webkit ("
+"Fișierul încărcat este probabil mai mare decât dimensiunea maximă permisă "
+"sau aceasta este o eroare cunoscută în navigatoarele bazate pe webkit ("
"Safari, Google Chrome, Arora etc.)."
#: templates/display/import/javascript.twig:16
@@ -15456,111 +14575,87 @@ msgid "About %SEC sec. remaining."
msgstr ""
#: templates/display/import/javascript.twig:20
-#, fuzzy
msgid "The file is being processed, please be patient."
-msgstr "Fișierul este procesat, vă rugăm să aveți răbdare."
+msgstr "Fișierul este procesat, te rog ai răbdare."
#: templates/display/import/javascript.twig:36
-#, fuzzy
-#| msgid "Format of imported file"
msgid "Uploading your import file…"
-msgstr "Formatul fișierului importat"
+msgstr "Încarc fișierul tău de import…"
#: templates/display/import/javascript.twig:161
-#, fuzzy
msgid ""
"Please be patient, the file is being uploaded. Details about the upload are "
"not available."
msgstr ""
-"Vă rugăm să aveți răbdare, fișierul este uploadat. Nu sunt disponibile "
-"detalii despre upload."
+"Te rog ai răbdare, fișierul este încărcat acum. Nu sunt disponibile detalii "
+"despre încărcare."
#: templates/server/plugins/section.twig:9
msgid "Plugin"
-msgstr ""
+msgstr "Modul"
#: templates/server/plugins/section.twig:12
msgid "Author"
-msgstr ""
+msgstr "Autor"
#: templates/server/plugins/section.twig:23
-#, fuzzy
-#| msgid "Disabled"
msgid "disabled"
-msgstr "Dezactivat"
+msgstr "dezactivat"
#: templates/export/alias_add.twig:4
msgid "Define new aliases"
msgstr ""
#: templates/export/alias_add.twig:9
-#, fuzzy
-#| msgid "Select Tables"
msgid "Select database:"
-msgstr "Selectează tabele"
+msgstr "Selectează baza de date:"
#: templates/export/alias_add.twig:15
-#, fuzzy
-#| msgid "database name"
msgid "New database name"
-msgstr "nume bază de date"
+msgstr "Nume bază de date nouă"
#: templates/export/alias_add.twig:18 templates/export/alias_add.twig:32
#: templates/export/alias_add.twig:46 templates/console/display.twig:99
#: templates/columns_definitions/column_definitions_form.twig:32
-#, fuzzy
msgid "Add"
msgstr "Adaugă"
#: templates/export/alias_add.twig:23
-#, fuzzy
-#| msgid "Select Tables"
msgid "Select table:"
-msgstr "Selectează tabele"
+msgstr "Selectează tabelul:"
#: templates/export/alias_add.twig:29
-#, fuzzy
-#| msgid "New table"
msgid "New table name"
-msgstr "Tabelă nouă"
+msgstr "Nume tabel nou"
#: templates/export/alias_add.twig:37
-#, fuzzy
-#| msgid "Select a column."
msgid "Select column:"
-msgstr "Selectaţi o coloană."
+msgstr "Selectează coloana:"
#: templates/export/alias_add.twig:43
-#, fuzzy
-#| msgid "Column names"
msgid "New column name"
-msgstr "Denumirile coloanelor"
+msgstr "Nume coloană nouă"
#: templates/privileges/add_user_fieldset.twig:2
-#, fuzzy
-#| msgid "New"
msgctxt "Create new user"
msgid "New"
msgstr "Nou"
#: templates/display/export/options_quick_export.twig:2
#: templates/display/export/options_output.twig:2
-#, fuzzy
msgid "Output:"
-msgstr "Rezultat:"
+msgstr "Ieșire:"
#: templates/display/export/options_quick_export.twig:8
#: templates/display/export/options_output_save_dir.twig:5
-#, fuzzy, php-format
-#| msgid "Save on server in the directory %s"
+#, php-format
msgid "Save on server in the directory %s"
-msgstr "Salveaza pe server în directorul %s"
+msgstr "Salvează pe server în directorul %s"
#: templates/table/insert/continue_insertion_form.twig:18
-#, fuzzy, php-format
-#| msgid "Restart insertion with %s rows"
+#, php-format
msgid "Continue insertion with %s rows"
-msgstr "Repornește inserția cu %s rânduri"
+msgstr "Continuă inserarea cu %s rânduri"
#: templates/login/twofactor/key_configure.twig:3
msgid ""
@@ -15569,32 +14664,27 @@ msgid ""
msgstr ""
#: templates/server/databases/table_row.twig:13
-#, fuzzy, php-format
-#| msgid "Jump to database"
+#, php-format
msgid "Jump to database '%s'"
-msgstr "Sari la baza de date"
+msgstr "Sari la baza de date „%s”"
#: templates/server/databases/table_row.twig:61
-#, fuzzy, php-format
+#, php-format
msgid "Check privileges for database \"%s\"."
-msgstr "Verifică privilegiile pentru baza de date \"%s\"."
+msgstr "Verifică privilegiile pentru baza de date „%s”."
#: templates/server/databases/table_row.twig:62
-#, fuzzy
-#| msgid "Check Privileges"
msgid "Check privileges"
msgstr "Verifică privilegiile"
#: templates/toggle_button.twig:3
-#, fuzzy
msgid "Click to toggle"
-msgstr "Faceţi click pentru a comuta"
+msgstr "Dă clic pentru a comuta"
#: templates/database/designer/aggregate_query_panel.twig:22
#: templates/database/designer/options_panel.twig:100
-#, fuzzy
msgid "Aggregate"
-msgstr "Agregat"
+msgstr "Global"
#: templates/database/designer/aggregate_query_panel.twig:30
#: templates/database/designer/where_query_panel.twig:30
@@ -15603,77 +14693,63 @@ msgstr "Agregat"
#: templates/database/designer/having_query_panel.twig:61
#: templates/database/designer/options_panel.twig:106
#: templates/database/designer/options_panel.twig:170
-#, fuzzy
msgid "Operator"
-msgstr "Operand"
+msgstr "Operator"
#: templates/database/designer/side_menu.twig:13
#: templates/database/designer/side_menu.twig:19
-#, fuzzy
-#| msgid "Show tables"
msgid "Show/Hide tables list"
-msgstr "Arată tabelele"
+msgstr "Arată/ascunde lista de tabele"
#: templates/database/designer/side_menu.twig:23
#: templates/database/designer/side_menu.twig:29
#: templates/database/designer/side_menu.twig:30
msgid "View in fullscreen"
-msgstr ""
+msgstr "Vezi în ecran complet"
#: templates/database/designer/side_menu.twig:28
msgid "Exit fullscreen"
-msgstr ""
+msgstr "Ieși din ecran complet"
#: templates/database/designer/side_menu.twig:42
#: templates/database/designer/side_menu.twig:46
-#, fuzzy
-#| msgid "New name"
msgid "New page"
-msgstr "Nume nou"
+msgstr "Pagină nouă"
#: templates/database/designer/side_menu.twig:71
#: templates/database/designer/side_menu.twig:74
-#, fuzzy
-#| msgid "Select Tables"
msgid "Delete pages"
-msgstr "Selectează tabele"
+msgstr "Șterge paginile"
#: templates/database/designer/side_menu.twig:78
#: templates/database/designer/side_menu.twig:81
#: templates/database/create_table.twig:7
-#, fuzzy
msgid "Create table"
-msgstr "Creare tabel"
+msgstr "Creează tabel"
#: templates/database/designer/side_menu.twig:85
#: templates/database/designer/side_menu.twig:88
#: templates/database/designer/new_relation_panel.twig:22
-#, fuzzy
-#| msgid "Create relation"
msgid "Create relationship"
-msgstr "Creare relație"
+msgstr "Creează relație"
#: templates/database/designer/side_menu.twig:99
#: templates/database/designer/side_menu.twig:102
-#, fuzzy
msgid "Reload"
msgstr "Reîncarcă"
#: templates/database/designer/side_menu.twig:108
#: templates/database/designer/side_menu.twig:111
-#, fuzzy
msgid "Help"
msgstr "Ajutor"
#: templates/database/designer/side_menu.twig:116
#: templates/database/designer/side_menu.twig:119
-#, fuzzy
msgid "Angular links"
msgstr "Legături unghiulare"
#: templates/database/designer/side_menu.twig:116
#: templates/database/designer/side_menu.twig:119
-#, fuzzy
msgid "Direct links"
msgstr "Legături directe"
@@ -15690,36 +14766,28 @@ msgstr ""
#: templates/database/designer/side_menu.twig:139
#: templates/database/designer/side_menu.twig:142
-#, fuzzy
msgid "Toggle small/big"
-msgstr "Comutare mare/mică"
+msgstr "Comută pe mic/mare"
#: templates/database/designer/side_menu.twig:146
#: templates/database/designer/side_menu.twig:149
-#, fuzzy
-#| msgid "To select relation, click :"
msgid "Toggle relationship lines"
-msgstr "Pentru a alege relația, faceți clic:"
+msgstr "Comută liniile de relație"
#: templates/database/designer/side_menu.twig:154
#: templates/database/designer/side_menu.twig:157
-#, fuzzy
-#| msgid "Export"
msgid "Export schema"
-msgstr "Exportă"
+msgstr "Exportă schema"
#: templates/database/designer/side_menu.twig:165
#: templates/database/designer/side_menu.twig:168
-#, fuzzy
-#| msgid "Submit Query"
msgid "Build Query"
-msgstr "Trimite comanda"
+msgstr "Construiește interogarea"
#: templates/database/designer/side_menu.twig:173
#: templates/database/designer/side_menu.twig:177
-#, fuzzy
msgid "Move Menu"
-msgstr "Mutare meniu"
+msgstr "Mută meniul"
#: templates/database/designer/side_menu.twig:181
#: templates/database/designer/side_menu.twig:186
@@ -15731,150 +14799,120 @@ msgid "Server variables and settings"
msgstr "Variabile și setări server"
#: templates/server/sub_page_header.twig:2
-#, fuzzy
-#| msgid "Storage Engines"
msgid "Storage engines"
msgstr "Motoare de stocare"
#: templates/server/sub_page_header.twig:2
-#, fuzzy
-#| msgid "Character Sets and Collations"
msgid "Character sets and collations"
-msgstr "Set de caractere și gestiunea acestora"
+msgstr "Seturi de caractere și colaționări"
#: templates/server/sub_page_header.twig:2
-#, fuzzy
msgid "Databases statistics"
-msgstr "Statisticile bazelor de date"
+msgstr "Statistici baze de date"
#: templates/database/designer/page_selector.twig:2
-#, fuzzy
-#| msgid "Select Tables"
msgid "Select page"
-msgstr "Selectează tabele"
+msgstr "Selectează pagina"
#: templates/table/search/rows_zoom.twig:12
-#, fuzzy
msgid "Additional search criteria"
-msgstr "Criterii de căutare suplimentare"
+msgstr "Criteriu de căutare suplimentar"
#: templates/database/search/selection_form.twig:5
-#, fuzzy
msgid "Search in database"
msgstr "Caută în baza de date"
#: templates/database/search/selection_form.twig:8
-#, fuzzy
msgid "Words or values to search for (wildcard: \"%\"):"
-msgstr "Cuvinte sau valori de căutat (metacaracter: \"%\"):"
+msgstr "Cuvinte sau valori de căutat (metacaracter: „%”):"
#: templates/database/search/selection_form.twig:15
#: templates/table/search/search_and_replace.twig:1
-#, fuzzy
msgid "Find:"
msgstr "Găsește:"
#: templates/database/search/selection_form.twig:29
-#, fuzzy
msgid "Inside tables:"
msgstr "În interiorul tabelelor:"
#: templates/database/search/selection_form.twig:51
-#, fuzzy
msgid "Inside column:"
-msgstr "In interiorul coloanei::"
+msgstr "În interiorul coloanei:"
#: templates/database/structure/body_for_table_summary.twig:6
-#, fuzzy, php-format
+#, php-format
msgid "%s table"
msgid_plural "%s tables"
-msgstr[0] "%s tabel"
+msgstr[0] "Un tabel"
msgstr[1] "%s tabele"
msgstr[2] "%s de tabele"
#: templates/database/structure/body_for_table_summary.twig:17
-#, fuzzy
msgid "Sum"
-msgstr "Sumă"
+msgstr "Total"
#: templates/display/export/options_rows.twig:2
-#, fuzzy
msgid "Rows:"
msgstr "Rânduri:"
#: templates/display/export/options_rows.twig:7
-#, fuzzy
msgid "Dump some row(s)"
-msgstr "Șterge câteva rânduri"
+msgstr "Dump câteva rânduri"
#: templates/display/export/options_rows.twig:10
#: templates/start_and_number_of_rows_panel.twig:10
#: templates/display/results/additional_fields.twig:6
-#, fuzzy
msgid "Number of rows:"
msgstr "Număr de rânduri:"
#: templates/display/export/options_rows.twig:23
-#, fuzzy
msgid "Row to begin at:"
-msgstr "Rândul de la care se începe:"
+msgstr "Rând pentru a începe la:"
#: templates/display/export/options_rows.twig:32
-#, fuzzy
msgid "Dump all rows"
-msgstr "Șterge toate rândurile"
+msgstr "Dump la toate rândurile"
#: templates/view_create.twig:13
#: templates/table/structure/display_structure.twig:137
-#, fuzzy
-#| msgid "Print view"
msgid "Edit view"
-msgstr "Vizualizare imprimare"
+msgstr "Editează vizualizarea"
#: templates/view_create.twig:65
-#, fuzzy
msgid "VIEW name"
-msgstr "Denumire VIZIUNE"
+msgstr "Nume VIZUALIZARE"
#: templates/view_create.twig:79
-#, fuzzy
msgid "Column names"
-msgstr "Denumirile coloanelor"
+msgstr "Nume coloane"
#: templates/server/databases/index.twig:24
-#, fuzzy
msgid "No databases"
-msgstr "Nu sînt baze de date"
+msgstr "Nicio bază de date"
#: templates/table/structure/row_stats_table.twig:2
-#, fuzzy
-#| msgid "Row Statistics"
msgid "Row statistics"
-msgstr "Statisticile rândului"
+msgstr "Statistici rânduri"
#: templates/table/structure/row_stats_table.twig:8
msgid "static"
msgstr ""
#: templates/table/structure/row_stats_table.twig:10
-#, fuzzy
msgid "dynamic"
msgstr "dinamic"
#: templates/table/structure/row_stats_table.twig:21
-#, fuzzy
msgid "partitioned"
msgstr "partiționat"
#: templates/table/structure/row_stats_table.twig:50
-#, fuzzy
msgid "Row length"
-msgstr "Lungime linie"
+msgstr "Lungime rând"
#: templates/table/structure/row_stats_table.twig:62
-#, fuzzy
msgid "Row size"
-msgstr "Mărime rând"
+msgstr "Dimensiune rând"
#: templates/table/structure/row_stats_table.twig:69
msgid "Next autoindex"
@@ -15882,53 +14920,42 @@ msgstr ""
#: templates/table/structure/row_stats_table.twig:76
#: templates/database/structure/table_header.twig:53
-#, fuzzy
msgid "Creation"
msgstr "Creare"
#: templates/table/structure/row_stats_table.twig:83
#: templates/database/structure/table_header.twig:58
-#, fuzzy
msgid "Last update"
msgstr "Ultima actualizare"
#: templates/table/structure/row_stats_table.twig:90
#: templates/database/structure/table_header.twig:63
-#, fuzzy
msgid "Last check"
-msgstr "Ultima verficare"
+msgstr "Ultima verificare"
#: templates/privileges/resource_limits.twig:2
-#, fuzzy
msgid "Resource limits"
-msgstr "Limitare de resurse"
+msgstr "Limitele resursă"
#: templates/privileges/resource_limits.twig:5
msgid "Note: Setting these options to 0 (zero) removes the limit."
msgstr "Notă: Setarea acestor opțiuni la 0 (zero) înlătură limita."
#: templates/display/export/options_output_format.twig:3
-#, fuzzy
-#| msgid "File name template"
msgid "File name template:"
-msgstr "Șablon nume fișier"
+msgstr "Șablon nume fișier:"
#: templates/display/export/options_output_format.twig:11
-#, fuzzy
msgid "use this for future exports"
-msgstr "folosiți pentru viitoare exportări"
+msgstr "folosește asta exporturi viitoare"
#: templates/database/designer/database_tables.twig:31
-#, fuzzy
-#| msgid "Add columns"
msgid "Show/hide columns"
-msgstr "Adaugă coloane"
+msgstr "Arată/ascunde coloane"
#: templates/database/designer/database_tables.twig:39
-#, fuzzy
-#| msgid "Database for user"
msgid "See table structure"
-msgstr "Bază de date pentru utilizatorul"
+msgstr "Vezi structura tabelului"
#: templates/table/tracking/activate_deactivate.twig:7
#, php-format
@@ -15936,143 +14963,117 @@ msgid "Activate tracking for %s"
msgstr ""
#: templates/table/tracking/activate_deactivate.twig:9
-#, fuzzy
msgid "Activate now"
msgstr "Activează acum"
#: templates/table/tracking/activate_deactivate.twig:11
-#, fuzzy, php-format
+#, php-format
msgid "Deactivate tracking for %s"
-msgstr "Șterge datele urmărite din acest tabel"
+msgstr "Dezactivează urmărirea pentru %s"
#: templates/table/tracking/activate_deactivate.twig:13
-#, fuzzy
msgid "Deactivate now"
msgstr "Dezactivează acum"
#: templates/table/structure/partition_definition_form.twig:6
#: templates/table/structure/display_partitions.twig:141
-#, fuzzy
-#| msgid "Remove partitioning"
msgid "Edit partitioning"
-msgstr "Elimină partiționarea"
+msgstr "Editează partiționarea"
#: templates/table/structure/display_structure.twig:191
#: templates/table/structure/display_partitions.twig:4
-#, fuzzy
-#| msgid "Partition %s"
msgid "Partitions"
-msgstr "Partiția %s"
+msgstr "Partiții"
#: templates/encoding/kanji_encoding_form.twig:6
-#, fuzzy
-#| msgid "None"
msgctxt "None encoding conversion"
msgid "None"
-msgstr "Nici unul(a)"
+msgstr "Niciuna"
#: templates/encoding/kanji_encoding_form.twig:17
msgid "Convert to Kana"
msgstr ""
#: templates/display/export/template_options.twig:1
-#, fuzzy
-#| msgid "Select a table"
msgid "Select a template"
-msgstr "Selectaţi un tabel"
+msgstr "Selectează un șablon"
#: templates/database/designer/rename_to_panel.twig:22
#: templates/database/designer/options_panel.twig:85
-#, fuzzy
msgid "Rename to"
-msgstr "Redenumire tabel la"
+msgstr "Redenumește în"
#: templates/database/designer/rename_to_panel.twig:30
#: templates/database/designer/options_panel.twig:91
-#, fuzzy
msgid "New name"
msgstr "Nume nou"
#: templates/database/structure/table_header.twig:27
-#, fuzzy
-#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid ""
"May be approximate. Click on the number to get the exact count. See "
"[doc@faq3-11]FAQ 3.11[/doc]."
-msgstr "Poate fi aproximativ. Vezi [doc@faq3-11]FAQ 3.11[/doc]"
+msgstr ""
+"Poate fi aproximativ. Dă clic pe număr pentru a obține valoarea exactă. Vezi "
+"[doc@faq3-11]Întrebări frecvente 3.11[/doc]."
#: templates/database/structure/table_header.twig:38
#: templates/table/index_form.twig:118
-#, fuzzy
msgid "Size"
msgstr "Dimensiune"
#: templates/privileges/privileges_summary.twig:20
-#, fuzzy
msgid "Column-specific privileges"
-msgstr "Drepturi specifice coloanei"
+msgstr "Privilegii specifice coloanelor"
#: templates/privileges/add_privileges_database.twig:1
-#, fuzzy
-#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
-msgstr "Adaugă drepturi la baza de date următoare"
+msgstr "Adaugă privilegii pentru următoarele baze de date:"
#: templates/privileges/add_privileges_database.twig:14
-#, fuzzy
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
-msgstr "Metacaracterele _ și % trebuiesc însoțite de \\ pentru a le aplica."
+msgstr ""
+"Metacaracterele % și _ trebuie să fie escapate cu un \\ pentru a fi folosite "
+"cum trebuie."
#: templates/database/structure/favorite_anchor.twig:4
-#, fuzzy
-#| msgid "Add a new server"
msgid "Add to Favorites"
-msgstr "Adaugă un server nou"
+msgstr "Adaugă la favorite"
#: templates/columns_definitions/column_default.twig:3
-#, fuzzy
-#| msgid "None"
msgctxt "for default"
msgid "None"
-msgstr "Nici unul(a)"
+msgstr "Niciuna"
#: templates/columns_definitions/column_default.twig:5
-#, fuzzy
msgid "As defined:"
-msgstr "Conform definiției:"
+msgstr "Așa cum este definit:"
#: templates/display/export/option_header.twig:5
-#, fuzzy
msgid "Exporting databases from the current server"
-msgstr "Se exportă bazele de date de pe server-ul curent"
+msgstr "Export bazele de date de pe serverul curent"
#: templates/display/export/option_header.twig:7
-#, fuzzy, php-format
+#, php-format
msgid "Exporting tables from \"%s\" database"
-msgstr "Se exportă tabelele din baza de date \"%s\""
+msgstr "Export tabelele din baza de date „%s”"
#: templates/display/export/option_header.twig:9
-#, fuzzy, php-format
+#, php-format
msgid "Exporting rows from \"%s\" table"
-msgstr "Se exportă rândurile din tabela \"%s\""
+msgstr "Export rândurile din tabelul „%s”"
#: templates/theme_preview.twig:11
-#, fuzzy
msgid "No preview available."
-msgstr "Nici o previzualizare disponibilă."
+msgstr "Nicio previzualizare disponibilă."
#: templates/theme_preview.twig:13
-#, fuzzy
-#| msgid "take it"
msgid "Take it"
-msgstr "alege"
+msgstr "Ia-l"
#: templates/columns_definitions/column_virtuality.twig:29
#: templates/table/structure/display_partitions.twig:26
-#, fuzzy
-#| msgid "Compression"
msgid "Expression"
-msgstr "Compresie"
+msgstr "Expresie"
#: templates/prefs_autoload.twig:7
msgid ""
@@ -16087,53 +15088,42 @@ msgid "Delete settings"
msgstr "Șterge setările"
#: templates/database/designer/delete_relation_panel.twig:21
-#, fuzzy
-#| msgid "Delete relation"
msgid "Delete relationship"
msgstr "Șterge relația"
#: templates/database/structure/show_create.twig:2
-#, fuzzy
-#| msgid "Show SQL queries"
msgid "Showing create queries"
-msgstr "Afișează interogările SQL"
+msgstr "Arăt creează interogări"
#: templates/login/twofactor.twig:5
msgid "Verify"
-msgstr ""
+msgstr "Verifică"
#: templates/table/search/replace_preview.twig:13
-#, fuzzy
msgid "Find and replace - preview"
-msgstr "Caută şi înlocuieşte - previzualizare"
+msgstr "Caută și înlocuiește - previzualizare"
#: templates/table/search/replace_preview.twig:17
#: templates/console/display.twig:64 templates/console/display.twig:84
-#, fuzzy
msgid "Count"
-msgstr "Numără"
+msgstr "Număr"
#: templates/table/search/replace_preview.twig:18
-#, fuzzy
msgid "Original string"
-msgstr "Textul original"
+msgstr "Șir original"
#: templates/table/search/replace_preview.twig:19
-#, fuzzy
msgid "Replaced string"
-msgstr "Text înlocuit"
+msgstr "Șir înlocuit"
#: templates/table/search/replace_preview.twig:37
-#, fuzzy
msgid "Replace"
-msgstr "Înlocuire"
+msgstr "Înlocuiește"
#: templates/login/twofactor/application.twig:2
#: templates/login/twofactor/application_configure.twig:9
-#, fuzzy
-#| msgid "Authentication"
msgid "Authentication code:"
-msgstr "Autentificare"
+msgstr "Cod de autentificare:"
#: templates/login/twofactor/application.twig:4
msgid ""
@@ -16144,15 +15134,14 @@ msgstr ""
"a-ți vedea codul de autentificare și pentru a-ți verifica identitatea."
#: templates/table/tracking/create_version.twig:11
-#, fuzzy, php-format
+#, php-format
msgid "Create version %1$s of %2$s"
-msgstr "Creare relație"
+msgstr "Creează versiunea %1$s din %2$s"
#: templates/table/tracking/create_version.twig:16
-#, fuzzy, php-format
-#| msgid "Create version"
+#, php-format
msgid "Create version %1$s"
-msgstr "Creează versiune"
+msgstr "Creează versiunea %1$s"
#: templates/table/tracking/create_version.twig:20
msgid "Track these data definition statements:"
@@ -16163,25 +15152,22 @@ msgid "Track these data manipulation statements:"
msgstr ""
#: templates/table/tracking/create_version.twig:76
-#, fuzzy
msgid "Create version"
-msgstr "Creează versiune"
+msgstr "Creează versiunea"
#: templates/table/structure/optional_action_links.twig:6
-#, fuzzy
msgid "Propose table structure"
-msgstr "Propune structura de tabele"
+msgstr "Propune structura de tabel"
#: templates/table/structure/optional_action_links.twig:15
#: templates/database/tracking/untracked_tables.twig:28
#: templates/database/tracking/untracked_tables.twig:40
-#, fuzzy
msgid "Track table"
-msgstr "Monitorizează tabel"
+msgstr "Urmărește tabelul"
#: templates/table/structure/optional_action_links.twig:22
msgid "Normalize"
-msgstr ""
+msgstr "Normalizează"
#: templates/table/structure/optional_action_links.twig:28
msgid "Track view"
@@ -16194,273 +15180,208 @@ msgid "Referenced by %s."
msgstr "Alegere cheie referențiată"
#: templates/columns_definitions/column_name.twig:12
-#, fuzzy
-#| msgid "Select Foreign Key"
msgid "Is a foreign key."
-msgstr "Alegeți cheia străină"
+msgstr "Este o cheie străină."
#: templates/columns_definitions/column_name.twig:40
-#, fuzzy
-#| msgid "Remove chart"
msgid "Pick from Central Columns"
-msgstr "Elimină graficul"
+msgstr "Alege din coloanele centrale"
#: templates/columns_definitions/column_length.twig:9
msgid "Edit ENUM/SET values"
msgstr ""
#: templates/database/multi_table_query/form.twig:1
-#, fuzzy
msgid "Query window"
-msgstr "Fereastra de comandă"
+msgstr "Fereastră interogare"
#: templates/database/multi_table_query/form.twig:18
#: templates/database/multi_table_query/form.twig:106
-#, fuzzy
-#| msgid "Select Tables"
msgid "select table"
-msgstr "Selectează tabele"
+msgstr "selectează tabelul"
#: templates/database/multi_table_query/form.twig:25
#: templates/database/multi_table_query/form.twig:114
-#, fuzzy
-#| msgid "Select a column."
msgid "select column"
-msgstr "Selectaţi o coloană."
+msgstr "selectează coloana"
#: templates/database/multi_table_query/form.twig:31
-#, fuzzy
-#| msgid "Tables"
msgid "Table alias"
-msgstr "Tabele"
+msgstr "Alias tabel"
#: templates/database/multi_table_query/form.twig:32
-#, fuzzy
-#| msgid "Column names"
msgid "Column alias"
-msgstr "Denumirile coloanelor"
+msgstr "Alias coloană"
#: templates/database/multi_table_query/form.twig:35
-#, fuzzy
-#| msgid "Use this column to label each point"
msgid "Use this column in criteria"
-msgstr "Foloseşte această coloana pentru a eticheta fiecare punct"
+msgstr "Folosește această coloană în criteriu"
#: templates/database/multi_table_query/form.twig:38
-#, fuzzy
-#| msgid "Criteria:"
msgid "criteria"
-msgstr "Criteriu:"
+msgstr "criteriu"
#: templates/database/multi_table_query/form.twig:52
-#, fuzzy
-#| msgid "Add %s"
msgid "Add as"
-msgstr "Adăugare %s"
+msgstr "Adaugă ca"
#: templates/database/multi_table_query/form.twig:97
-#, fuzzy
-#| msgid "Add/Delete Field Columns"
msgid "Another column"
-msgstr "Adaugă/șterge coloane"
+msgstr "O altă coloană"
#: templates/database/multi_table_query/form.twig:125
msgid "Enter criteria as free text"
msgstr ""
#: templates/database/multi_table_query/form.twig:133
-#, fuzzy
-#| msgid "Remove chart"
msgid "Remove this column"
-msgstr "Elimină graficul"
+msgstr "Înlătură această coloană"
#: templates/database/multi_table_query/form.twig:143
#: templates/table/relation/foreign_key_row.twig:91
-#, fuzzy
-#| msgid "Add %s field(s)"
msgid "+ Add column"
-msgstr "Adaugă %s câmp(uri)"
+msgstr "+ Adaugă coloană"
#: templates/database/multi_table_query/form.twig:160
-#, fuzzy
-#| msgid "Update Query"
msgid "Update query"
-msgstr "Reînnoire comandă"
+msgstr "Actualizează interogarea"
#: templates/table/tracking/report_table.twig:4
#: templates/table/tracking/structure_snapshot_columns.twig:5
msgctxt "Number"
msgid "#"
-msgstr ""
+msgstr "#"
#: templates/table/tracking/report_table.twig:5
-#, fuzzy
msgid "Date"
msgstr "Dată"
#: templates/table/tracking/report_table.twig:6
-#, fuzzy
msgid "Username"
-msgstr "Nume utilizator:"
+msgstr "Nume utilizator"
#: templates/export/alias_item.twig:8
-#, fuzzy
msgid "Remove"
-msgstr "Server Web"
+msgstr "Înlătură"
#: templates/table/browse_foreigners/column_element.twig:4
-#, fuzzy
msgid "Use this value"
msgstr "Folosește această valoare"
#: templates/table/search/options_zoom.twig:6
-#, fuzzy
msgid "Use this column to label each point"
-msgstr "Foloseşte această coloana pentru a eticheta fiecare punct"
+msgstr "Folosește această coloana pentru a eticheta fiecare punct"
#: templates/table/search/options_zoom.twig:32
-#, fuzzy
msgid "Maximum rows to plot"
-msgstr "Numărul maxim de afişat"
+msgstr "Număr maxim de rânduri de trasat"
#: templates/console/display.twig:7
-#, fuzzy
msgid "History"
msgstr "Istoric"
#: templates/console/display.twig:11 templates/console/display.twig:99
-#, fuzzy
msgid "Bookmarks"
msgstr "Semne de carte"
#: templates/console/display.twig:20
-#, fuzzy
msgid "Press Ctrl+Enter to execute query"
-msgstr "Apăsaţi Ctrl+Enter pentru a executa interogarea"
+msgstr "Apasă Ctrl+Enter pentru a executa interogarea"
#: templates/console/display.twig:23
-#, fuzzy
-#| msgid "Press Ctrl+Enter to execute query"
msgid "Press Enter to execute query"
-msgstr "Apăsaţi Ctrl+Enter pentru a executa interogarea"
+msgstr "Apasă Enter pentru a executa interogarea"
#: templates/console/display.twig:31 templates/console/display.twig:84
#: templates/console/display.twig:175 templates/console/bookmark_content.twig:7
-#, fuzzy
msgid "Collapse"
msgstr "Restrânge"
#: templates/console/display.twig:31 templates/console/display.twig:84
#: templates/console/display.twig:175 templates/console/bookmark_content.twig:7
-#, fuzzy
msgid "Expand"
msgstr "Extinde"
#: templates/console/display.twig:31 templates/console/display.twig:175
#: templates/console/bookmark_content.twig:7
-#, fuzzy
msgid "Requery"
msgstr "Reinterogare"
#: templates/console/display.twig:31 templates/console/display.twig:175
-#, fuzzy
msgid "Explain"
msgstr "Explică"
#: templates/console/display.twig:40 templates/console/display.twig:184
-#, fuzzy
msgid "Bookmark"
msgstr "Semn de carte"
#: templates/console/display.twig:40 templates/console/display.twig:184
-#, fuzzy
msgid "Query failed"
-msgstr "Interogare a eşuat"
+msgstr "Interogare eșuată"
#: templates/console/display.twig:42 templates/console/display.twig:184
-#, fuzzy
msgid "Queried time"
-msgstr "Durata de execuție a interogării"
+msgstr "Timp de interogare"
#: templates/console/display.twig:47
-#, fuzzy
msgid "During current session"
msgstr "În timpul sesiunii curente"
#: templates/console/display.twig:64
-#, fuzzy
-#| msgid "Ascending"
msgid "ascending"
-msgstr "Crescătoare"
+msgstr "crescător"
#: templates/console/display.twig:64
-#, fuzzy
-#| msgid "Descending"
msgid "descending"
-msgstr "Descrescător"
+msgstr "descrescător"
#: templates/console/display.twig:64
-#, fuzzy
msgid "Order:"
msgstr "Ordine:"
#: templates/console/display.twig:64
-#, fuzzy
-#| msgid "Execute every"
msgid "Execution order"
-msgstr "Execută fiecare"
+msgstr "Ordine de execuție"
#: templates/console/display.twig:64 templates/console/display.twig:84
msgid "Time taken"
msgstr ""
#: templates/console/display.twig:64
-#, fuzzy
msgid "Order by:"
msgstr "Ordonează după:"
#: templates/console/display.twig:64
-#, fuzzy
-#| msgid "SQL queries"
msgid "Ungroup queries"
-msgstr "Interogări SQL"
+msgstr "Degrupează interogările"
#: templates/console/display.twig:84
-#, fuzzy
-#| msgid "Show color"
msgid "Show trace"
-msgstr "Arată culoarea"
+msgstr "Arată urmărirea"
#: templates/console/display.twig:84
-#, fuzzy
-#| msgid "Hide Panel"
msgid "Hide trace"
-msgstr "Ascunde panou"
+msgstr "Ascunde urmărirea"
#: templates/console/display.twig:112
-#, fuzzy
msgid "Add bookmark"
msgstr "Adaugă semn de carte"
#: templates/console/display.twig:121
-#, fuzzy
msgid "Label"
msgstr "Etichetă"
#: templates/console/display.twig:124
-#, fuzzy
msgid "Target database"
-msgstr "Baza de date țintă"
+msgstr "Bază de date de destinație"
#: templates/console/display.twig:127
-#, fuzzy
msgid "Share this bookmark"
-msgstr "Partajaţi acest semn de carte"
+msgstr "Partajează acest semn de carte"
#: templates/console/display.twig:140
-#, fuzzy
msgid "Set default"
-msgstr "Setaţi ca implicit"
+msgstr "Setează la implicit"
#: templates/console/display.twig:162
msgid ""
@@ -16471,159 +15392,115 @@ msgstr ""
"Enter. Pentru a face asta permanent, vizualizează setările."
#: templates/columns_definitions/partitions.twig:17
-#, fuzzy
-#| msgid "partitioned"
msgid "Partition by:"
-msgstr "partiționat"
+msgstr "Partiție de:"
#: templates/columns_definitions/partitions.twig:32
#: templates/columns_definitions/partitions.twig:60
-#, fuzzy
-#| msgid "Values for column %s"
msgid "Expression or column list"
-msgstr "Valori pentru coloana %s"
+msgstr "Expresie sau listă de coloane"
#: templates/columns_definitions/partitions.twig:37
-#, fuzzy
-#| msgid "Partition %s"
msgid "Partitions:"
-msgstr "Partiția %s"
+msgstr "Partiții:"
#: templates/columns_definitions/partitions.twig:45
-#, fuzzy
-#| msgid "partitioned"
msgid "Subpartition by:"
-msgstr "partiționat"
+msgstr "Sub-partiție de:"
#: templates/columns_definitions/partitions.twig:65
-#, fuzzy
-#| msgid "partitioned"
msgid "Subpartitions:"
-msgstr "partiționat"
+msgstr "Sub-partiții:"
#: templates/columns_definitions/partitions.twig:76
#: templates/table/structure/display_partitions.twig:24
-#, fuzzy
-#| msgid "Partition %s"
msgid "Partition"
-msgstr "Partiția %s"
+msgstr "Partiție"
#: templates/columns_definitions/partitions.twig:78
-#, fuzzy
-#| msgid "Value"
msgid "Values"
-msgstr "Valoare"
+msgstr "Valori"
#: templates/columns_definitions/partitions.twig:82
-#, fuzzy
-#| msgid "partitioned"
msgid "Subpartition"
-msgstr "partiționat"
+msgstr "Sub-partiție"
#: templates/columns_definitions/partitions.twig:84
-#, fuzzy
-#| msgid "Engines"
msgid "Engine"
-msgstr "Motoare"
+msgstr "Motor"
#: templates/columns_definitions/partitions.twig:86
-#, fuzzy
-#| msgid "Data home directory"
msgid "Data directory"
-msgstr "Directorul de bază pentru date"
+msgstr "Director de date"
#: templates/columns_definitions/partitions.twig:87
-#, fuzzy
-#| msgid "Save directory"
msgid "Index directory"
-msgstr "Directorul de salvări"
+msgstr "Director de indexuri"
#: templates/columns_definitions/partitions.twig:88
-#, fuzzy
-#| msgid "Matched rows:"
msgid "Max rows"
-msgstr "Rânduri afectate:"
+msgstr "Număr maxim de rânduri"
#: templates/columns_definitions/partitions.twig:89
-#, fuzzy
-#| msgid "rows"
msgid "Min rows"
-msgstr "Navigare"
+msgstr "Număr minim de rânduri"
#: templates/columns_definitions/partitions.twig:90
-#, fuzzy
-#| msgid "Table Search"
msgid "Table space"
-msgstr "Caută în tabelă"
+msgstr "Spațiu tabel"
#: templates/columns_definitions/partitions.twig:91
-#, fuzzy
-#| msgid "Users"
msgid "Node group"
-msgstr "Utilizatori"
+msgstr "Grup de noduri"
#: templates/table/relation/foreign_key_row.twig:15
-#, fuzzy, php-format
-#| msgid "Foreign key constraint"
+#, php-format
msgid "Foreign key constraint %s has been dropped"
-msgstr "Constrîngere de cheie străină"
+msgstr "Constrângerea cheii străine %s a fost eliminată"
#: templates/table/relation/foreign_key_row.twig:39
-#, fuzzy
msgid "Constraint name"
-msgstr "Denumire constrîngere"
+msgstr "Nume constrângere"
#: templates/table/structure/check_all_table_column.twig:76
#: templates/table/structure/actions_in_table_structure.twig:131
-#, fuzzy
-#| msgid "CHAR textarea columns"
msgid "Add to central columns"
-msgstr "coloane textarea CHAR"
+msgstr "Adaugă în coloanele centrale"
#: templates/table/structure/check_all_table_column.twig:83
#: templates/table/structure/actions_in_table_structure.twig:127
-#, fuzzy
-#| msgid "Remove chart"
msgid "Remove from central columns"
-msgstr "Elimină graficul"
+msgstr "Înlătură din coloanele centrale"
#: templates/server/databases/databases_footer.twig:65
-#, fuzzy
msgid ""
"Note: Enabling the database statistics here might cause heavy traffic "
"between the web server and the MySQL server."
msgstr ""
-"Notă: Activarea statisticilor pentru baza de date poate cauza creșterea "
-"traficului între MySQL și serverul Web."
+"Notă: Activarea statisticilor bazei de date aici poate cauza un trafic "
+"intens între serverul web și serverul MySQL."
#: templates/server/databases/databases_footer.twig:68
#: templates/server/databases/databases_footer.twig:71
-#, fuzzy
-#| msgid "Enable Statistics"
msgid "Enable statistics"
msgstr "Activează statisticile"
#: templates/display/export/selection.twig:3
-#, fuzzy
-#| msgid "Databases"
msgid "Databases:"
-msgstr "Baze de date"
+msgstr "Baze de date:"
#: templates/database/structure/tracking_icon.twig:3
-#, fuzzy
msgid "Tracking is active."
-msgstr "Monitorizarea este activată."
+msgstr "Urmărirea este activă."
#: templates/database/structure/tracking_icon.twig:5
-#, fuzzy
msgid "Tracking is not active."
-msgstr "Monitorizarea nu este activată."
+msgstr "Urmărirea nu este activă."
#: templates/database/designer/where_query_panel.twig:59
#: templates/database/designer/having_query_panel.twig:90
#: templates/database/designer/options_panel.twig:63
#: templates/database/designer/options_panel.twig:229
-#, fuzzy
msgid "Except"
msgstr "Cu excepția"
@@ -16631,9 +15508,8 @@ msgstr "Cu excepția"
#: templates/database/designer/having_query_panel.twig:102
#: templates/database/designer/options_panel.twig:75
#: templates/database/designer/options_panel.twig:241
-#, fuzzy
msgid "subquery"
-msgstr "subinterogare"
+msgstr "sub-interogare"
#: templates/columns_definitions/move_column.twig:7
msgid "first"
@@ -16641,50 +15517,41 @@ msgstr ""
#: templates/columns_definitions/move_column.twig:12
#: templates/table/structure/add_column.twig:19
-#, fuzzy, php-format
-#| msgid "After %s"
+#, php-format
msgid "after %s"
-msgstr "După %s"
+msgstr "după %s"
#: templates/table/chart/tbl_chart.twig:15
-#, fuzzy
msgctxt "Chart type"
msgid "Bar"
msgstr "Bară"
#: templates/table/chart/tbl_chart.twig:19
-#, fuzzy
msgctxt "Chart type"
msgid "Column"
msgstr "Coloană"
#: templates/table/chart/tbl_chart.twig:23
-#, fuzzy
msgctxt "Chart type"
msgid "Line"
msgstr "Linie"
#: templates/table/chart/tbl_chart.twig:27
-#, fuzzy
-#| msgid "Engines"
msgctxt "Chart type"
msgid "Spline"
-msgstr "Motoare"
+msgstr "Butuc"
#: templates/table/chart/tbl_chart.twig:31
-#, fuzzy
msgctxt "Chart type"
msgid "Area"
-msgstr "Suprafață"
+msgstr "Zonă"
#: templates/table/chart/tbl_chart.twig:35
-#, fuzzy
msgctxt "Chart type"
msgid "Pie"
msgstr "Diagramă circulară"
#: templates/table/chart/tbl_chart.twig:39
-#, fuzzy
msgctxt "Chart type"
msgid "Timeline"
msgstr "Cronologie"
@@ -16695,33 +15562,26 @@ msgid "Scatter"
msgstr ""
#: templates/table/chart/tbl_chart.twig:48
-#, fuzzy
-#| msgid "Packed"
msgid "Stacked"
-msgstr "Împachetat"
+msgstr "Stivuit"
#: templates/table/chart/tbl_chart.twig:51
-#, fuzzy
-#| msgid "Chart title"
msgid "Chart title:"
-msgstr "Titlul diagramei"
+msgstr "Titlu diagramă:"
#: templates/table/chart/tbl_chart.twig:56
-#, fuzzy
msgid "X-Axis:"
msgstr "Axa X:"
#: templates/table/chart/tbl_chart.twig:71
-#, fuzzy
msgid "Series:"
-msgstr "Serii:"
+msgstr "Serie:"
#: templates/table/chart/tbl_chart.twig:102
msgid "X-Axis label:"
msgstr ""
#: templates/table/chart/tbl_chart.twig:104
-#, fuzzy
msgid "X Values"
msgstr "Valori X"
@@ -16730,31 +15590,24 @@ msgid "Y-Axis label:"
msgstr ""
#: templates/table/chart/tbl_chart.twig:109
-#, fuzzy
msgid "Y Values"
msgstr "Valori Y"
#: templates/table/chart/tbl_chart.twig:115
msgid "Series names are in a column"
-msgstr ""
+msgstr "Numele de serii sunt într-o coloană"
#: templates/table/chart/tbl_chart.twig:118
-#, fuzzy
-#| msgid "Inside column:"
msgid "Series column:"
-msgstr "In interiorul coloanei::"
+msgstr "Coloană serii:"
#: templates/table/chart/tbl_chart.twig:132
-#, fuzzy
-#| msgid "Values for column %s"
msgid "Value Column:"
-msgstr "Valori pentru coloana %s"
+msgstr "Coloană de valori:"
#: templates/table/chart/tbl_chart.twig:153
-#, fuzzy
-#| msgid "Save as file"
msgid "Save chart as image"
-msgstr "Salvează ca fișier"
+msgstr "Salvează diagrama ca imagine"
#: templates/login/twofactor/application_configure.twig:3
msgid ""
@@ -16772,51 +15625,36 @@ msgid ""
msgstr ""
#: templates/database/designer/query_details.twig:6
-#, fuzzy
-#| msgid "Table options"
msgid "Active options"
-msgstr "Opțiuni tabel"
+msgstr "Opțiuni active"
#: templates/columns_definitions/column_definitions_form.twig:23
-#, fuzzy
msgid "Table name"
-msgstr "Denumire tabel"
+msgstr "Nume tabel"
#: templates/columns_definitions/column_definitions_form.twig:40
-#, fuzzy
-#| msgid "Column names"
msgid "column(s)"
-msgstr "Denumirile coloanelor"
+msgstr "coloană(e)"
#: templates/columns_definitions/column_definitions_form.twig:74
-#, fuzzy
-#| msgid "Collation"
msgid "Collation:"
-msgstr "Interclasare"
+msgstr "Colaționare:"
#: templates/columns_definitions/column_definitions_form.twig:77
-#, fuzzy
-#| msgid "Storage Engine"
msgid "Storage Engine:"
-msgstr "Motor de stocare"
+msgstr "Motor de stocare:"
#: templates/columns_definitions/column_definitions_form.twig:82
-#, fuzzy
-#| msgid "Connections"
msgid "Connection:"
-msgstr "Conexiuni"
+msgstr "Conexiune:"
#: templates/columns_definitions/column_definitions_form.twig:128
-#, fuzzy
-#| msgid "PARTITION definition"
msgid "PARTITION definition:"
-msgstr "Definiție PARTIȚIE"
+msgstr "Definiție PARTIȚIE:"
#: templates/start_and_number_of_rows_panel.twig:3
-#, fuzzy
-#| msgid "Start"
msgid "Start row:"
-msgstr "Dum"
+msgstr "Rând de început:"
#: templates/prefs_twofactor.twig:3
msgid "Two-factor authentication status"
@@ -16865,65 +15703,48 @@ msgid "Configure two-factor authentication"
msgstr "Configurează autentificarea pe două niveluri"
#: templates/database/search/results.twig:12
-#, fuzzy, php-format
-#| msgid "%s match(es) inside table %s"
+#, php-format
msgid "%1$s match in %2$s"
msgid_plural "%1$s matches in %2$s"
-msgstr[0] "%s rezultat(e) în interiorul tabelului %s"
-msgstr[1] "%s rezultat(e) în interiorul tabelului %s"
-msgstr[2] "%s rezultat(e) în interiorul tabelului %s"
+msgstr[0] "O potrivire în %2$s"
+msgstr[1] "%1$s potriviri în %2$s"
+msgstr[2] "%1$s de potriviri în %2$s"
#: templates/database/search/results.twig:56
-#, fuzzy
-#| msgid "Total: %s match"
-#| msgid_plural "Total: %s matches"
msgid "Total: %count% match"
msgid_plural "Total: %count% matches"
-msgstr[0] "Total: %s rezultat"
-msgstr[1] "Total: %s rezultat(e)"
-msgstr[2] "Total: %s rezultat(e)"
+msgstr[0] "Total: o potrivire"
+msgstr[1] "Total: %count% potriviri"
+msgstr[2] "Total: %count% de potriviri"
#: templates/display/export/template_loading.twig:2
-#, fuzzy
-#| msgid "Export type"
msgid "Export templates:"
-msgstr "Tip de exportare"
+msgstr "Exportă șabloane:"
#: templates/display/export/template_loading.twig:6
-#, fuzzy
-#| msgid "File name template"
msgid "New template:"
-msgstr "Șablon nume fișier"
+msgstr "Șablon nou:"
#: templates/display/export/template_loading.twig:8
-#, fuzzy
-#| msgid "Table name"
msgid "Template name"
-msgstr "Denumire tabel"
+msgstr "Nume șablon"
#: templates/display/export/template_loading.twig:10
#: templates/server/databases/create.twig:30
-#, fuzzy
msgid "Create"
msgstr "Creează"
#: templates/display/export/template_loading.twig:16
-#, fuzzy
-#| msgid "File name template"
msgid "Existing templates:"
-msgstr "Șablon nume fișier"
+msgstr "Șabloane existente:"
#: templates/display/export/template_loading.twig:17
-#, fuzzy
-#| msgid "%s table(s)"
msgid "Template:"
-msgstr "%s tabele"
+msgstr "Șablon:"
#: templates/display/export/template_loading.twig:21
-#, fuzzy
-#| msgid "Updated"
msgid "Update"
-msgstr "Actualizat"
+msgstr "Actualizează"
#: templates/database/designer/schema_export.twig:4
msgid "Select Export Relational Type"
@@ -16931,32 +15752,24 @@ msgstr ""
#: templates/server/databases/create.twig:8
#: templates/server/databases/create.twig:36
-#, fuzzy
-#| msgid "Create new database"
msgid "Create database"
-msgstr "Creează bază de date nouă"
+msgstr "Creează bază de date"
#: templates/server/variables/session_variable_row.twig:3
-#, fuzzy
msgid "Session value"
msgstr "Valoare sesiune"
#: templates/database/designer/edit_delete_pages.twig:6
-#, fuzzy
-#| msgid "Page titles"
msgid "Page to open"
-msgstr "Titluri de pagini"
+msgstr "Pagină de deschis"
#: templates/database/designer/edit_delete_pages.twig:6
-#, fuzzy
-#| msgid "Relation deleted"
msgid "Page to delete"
-msgstr "Relație ștearsă"
+msgstr "Pagină de șters"
#: templates/display/export/options_output.twig:26
-#, fuzzy
msgid "Save output to a file"
-msgstr "Salvează rezultatul într-un fișier"
+msgstr "Salvează ieșirea într-un fișier"
#: templates/display/export/options_output.twig:51
#, php-format
@@ -16964,16 +15777,12 @@ msgid "Skip tables larger than %s MiB"
msgstr ""
#: templates/display/export/options_output_separate_files.twig:7
-#, fuzzy
-#| msgid "Export views as tables"
msgid "Export databases as separate files"
-msgstr "Exportă vizualizările ca tabele"
+msgstr "Exportă bazele de date ca fișiere separate"
#: templates/display/export/options_output_separate_files.twig:9
-#, fuzzy
-#| msgid "horizontal (rotated headers)"
msgid "Export tables as separate files"
-msgstr "orizontal (colontitlu rotativ)"
+msgstr "Exportă tabelele ca fișiere separate"
#: templates/login/twofactor/key-https-warning.twig:3
msgid ""
@@ -16982,48 +15791,34 @@ msgid ""
msgstr ""
#: templates/table/structure/display_partitions.twig:8
-#, fuzzy
-#| msgid "No index defined!"
msgid "No partitioning defined!"
-msgstr "Index nu este definit!"
+msgstr "Nicio partiționare definită!"
#: templates/table/structure/display_partitions.twig:11
-#, fuzzy
-#| msgid "partitioned"
msgid "Partitioned by:"
-msgstr "partiționat"
+msgstr "Partiționat de:"
#: templates/table/structure/display_partitions.twig:16
-#, fuzzy
-#| msgid "partitioned"
msgid "Sub partitioned by:"
-msgstr "partiționat"
+msgstr "Sub-partiționat de:"
#: templates/table/structure/display_partitions.twig:29
-#, fuzzy
-#| msgid "Row length"
msgid "Data length"
-msgstr "Lungime linie"
+msgstr "Lungime date"
#: templates/table/structure/display_partitions.twig:30
-#, fuzzy
-#| msgid "Row length"
msgid "Index length"
-msgstr "Lungime linie"
+msgstr "Lungime index"
#: templates/table/structure/display_partitions.twig:135
-#, fuzzy
-#| msgid "partitioned"
msgid "Partition table"
-msgstr "partiționat"
+msgstr "Tabel de partiții"
#: templates/privileges/column_privileges.twig:21
#: templates/privileges/column_privileges.twig:22
-#, fuzzy
-#| msgid "None"
msgctxt "None privileges"
msgid "None"
-msgstr "Nici unul(a)"
+msgstr "Niciunul"
#: templates/error/report_form.twig:6
msgid ""
@@ -17046,43 +15841,37 @@ msgid "You may examine the data in the error report:"
msgstr ""
#: templates/database/tracking/untracked_tables.twig:1
-#, fuzzy
msgid "Untracked tables"
-msgstr "Tabele fără monitorizare"
+msgstr "Tabele neurmărite"
#: templates/table/structure/actions_in_table_structure.twig:15
-#, fuzzy, php-format
+#, php-format
msgid "A primary key has been added on %s."
-msgstr "A fost adăugată o cheie primară la %s."
+msgstr "A fost adăugată o cheie principală pe %s."
#: templates/table/structure/actions_in_table_structure.twig:33
#: templates/table/structure/actions_in_table_structure.twig:51
#: templates/table/structure/actions_in_table_structure.twig:80
#: templates/table/structure/actions_in_table_structure.twig:103
-#, fuzzy, php-format
+#, php-format
msgid "An index has been added on %s."
-msgstr "A fost adăugat un index la %s."
+msgstr "A fost adăugat un index pe %s."
#: templates/table/search/zoom_result_form.twig:7
-#, fuzzy
msgid "Browse/Edit the points"
-msgstr "Parcurge/Editează punctele"
+msgstr "Răsfoiește/editează punctele"
#: templates/table/search/zoom_result_form.twig:15
-#, fuzzy
msgid "How to use"
-msgstr "Cum să utilizaţi"
+msgstr "Cum să folosești"
#: templates/table/search/zoom_result_form.twig:23
-#, fuzzy
msgid "Reset zoom"
-msgstr "Resetare zoom"
+msgstr "Resetează zoom-ul"
#: templates/privileges/add_privileges_routine.twig:3
-#, fuzzy
-#| msgid "Add privileges on the following table"
msgid "Add privileges on the following routine:"
-msgstr "Adaugă drepturi la următorul tabel"
+msgstr "Adaugă privilegii la următoarea rutină:"
#: templates/login/twofactor/invalid.twig:2
msgid ""
@@ -17094,39 +15883,31 @@ msgstr ""
#: templates/table/tracking/structure_snapshot_columns.twig:47
#: templates/table/structure/table_structure_row.twig:34
-#, fuzzy
-#| msgid "None"
msgctxt "None for default"
msgid "None"
-msgstr "Nici unul/una"
+msgstr "Niciuna"
#: templates/table/search/search_and_replace.twig:3
-#, fuzzy
msgid "Replace with:"
-msgstr "Înlocuiţi cu:"
+msgstr "Înlocuiește cu:"
#: templates/table/search/search_and_replace.twig:19
-#, fuzzy
msgid "Use regular expression"
-msgstr "Utilizați o expresie regulată"
+msgstr "Folosește expresia obișnuită"
#: templates/table/search/options.twig:6
-#, fuzzy
msgid "Select columns (at least one):"
-msgstr "Selectaţi coloanele (cel puţin una):"
+msgstr "Selectează coloane (cel puțin una):"
#: templates/table/search/options.twig:26
-#, fuzzy
msgid "Add search conditions (body of the \"where\" clause):"
-msgstr "Adaugă condiție de căutare (parte a comenzii \"where\"):"
+msgstr "Adaugă condiții de căutare (corpul propoziției „unde”):"
#: templates/table/search/options.twig:34
-#, fuzzy
msgid "Number of rows per page"
-msgstr "Numărul de înregistrări pe pagină"
+msgstr "Număr de rânduri per pagină"
#: templates/table/search/options.twig:45
-#, fuzzy
msgid "Display order:"
msgstr "Ordine de afișare:"
@@ -17162,127 +15943,92 @@ msgid "Virtuality"
msgstr ""
#: templates/columns_definitions/table_fields_definitions.twig:65
-#, fuzzy
-#| msgid "Add/Delete Field Columns"
msgid "Move column"
-msgstr "Adaugă/șterge coloane"
+msgstr "Mută coloana"
#: templates/columns_definitions/table_fields_definitions.twig:76
#: templates/columns_definitions/table_fields_definitions.twig:87
-#, fuzzy
-#| msgid "Available transformations"
msgid "List of available transformations and their options"
-msgstr "Transformări disponibile"
+msgstr "Lista transformărilor disponibile și opțiunile lor"
#: templates/columns_definitions/table_fields_definitions.twig:82
-#, fuzzy
-#| msgid "Browser transformation"
msgid "Browser display transformation options"
-msgstr "Transformare navigator"
+msgstr "Opțiuni transformare afișare navigator"
#: templates/columns_definitions/table_fields_definitions.twig:83
#: templates/columns_definitions/table_fields_definitions.twig:94
-#, fuzzy
-#| msgid ""
-#| "Please enter the values for transformation options using this format: "
-#| "'a', 100, b,'c'…INSERT DELAYED"
#: libraries/classes/Plugins/Export/ExportSql.php:375
#: libraries/classes/Plugins/Export/ExportSql.php:409
msgid "INSERT IGNORE statements"
-msgstr ""
+msgstr "Declarații INSERT IGNORE"
#: libraries/classes/Plugins/Export/ExportSql.php:389
msgid "Function to use when dumping data:"
@@ -10050,6 +10052,8 @@ msgid ""
"Validates the string using regular expression and performs insert only if "
"string matches it. The first option is the Regular Expression."
msgstr ""
+"Validează șirul folosind expresia obișnuită și efectuează inserarea numai "
+"dacă șirul se potrivește. Prima opțiune este expresia obișnuită."
#: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:52
#, php-format
@@ -12002,7 +12006,7 @@ msgstr "Toate variabilele de stare"
#: libraries/classes/Server/Status/Data.php:441
msgid "Monitor"
-msgstr "Monitor"
+msgstr "Monitorizare"
#: libraries/classes/Server/Status/Data.php:445
msgid "Advisor"
@@ -12055,7 +12059,7 @@ msgstr "Analizator interogare"
#: libraries/classes/Server/Status/Monitor.php:117
msgid "Monitor Instructions"
-msgstr "Instrucțiuni pentru monitor"
+msgstr "Instrucțiuni pentru monitorizare"
#: libraries/classes/Server/Status/Monitor.php:119
msgid ""
@@ -12065,15 +12069,15 @@ msgid ""
"enabled. Note however, that the general_log produces a lot of data and "
"increases server load by up to 15%."
msgstr ""
-"Monitorul phpMyAdmin te poate ajuta în optimizarea configurării serverului "
-"și să urmărești interogările intensive de timp. Pentru cele din urmă va "
-"trebui să setezi log_output în „TABEL” și să ai activat fie slow_query_log "
-"ori fie general_log. Rețineți, totuși, că general_log produce o mulțime de "
-"date și crește încărcarea serverului cu până la 15%."
+"Monitorizarea phpMyAdmin te poate ajuta în optimizarea configurării "
+"serverului și să urmărești interogările intensive de timp. Pentru cele din "
+"urmă va trebui să setezi log_output în „TABEL” și să ai activat fie "
+"slow_query_log ori fie general_log. Rețineți, totuși, că general_log produce "
+"o mulțime de date și crește încărcarea serverului cu până la 15%."
#: libraries/classes/Server/Status/Monitor.php:135
msgid "Using the monitor:"
-msgstr "Folosind monitorul:"
+msgstr "Folosind monitorizarea:"
#: libraries/classes/Server/Status/Monitor.php:138
msgid ""
@@ -12170,7 +12174,7 @@ msgstr "Serie în diagramă:"
#: libraries/classes/Server/Status/Monitor.php:261
msgid "Start Monitor"
-msgstr "Pornește monitorul"
+msgstr "Pornește monitorizarea"
#: libraries/classes/Server/Status/Monitor.php:267
msgid "Instructions/Setup"
@@ -12489,7 +12493,7 @@ msgstr ""
#: libraries/classes/Server/Status/Variables.php:479
msgid "The number of logical read requests InnoDB has done."
-msgstr ""
+msgstr "Numărul de cereri de citire logice pe care le-a făcut InnoDB."
#: libraries/classes/Server/Status/Variables.php:482
msgid ""
@@ -12508,7 +12512,7 @@ msgstr ""
#: libraries/classes/Server/Status/Variables.php:494
msgid "The number writes done to the InnoDB buffer pool."
-msgstr ""
+msgstr "Numărul de scrieri făcute în buffer pool InnoDB."
#: libraries/classes/Server/Status/Variables.php:497
msgid "The number of fsync() operations so far."
@@ -12814,12 +12818,17 @@ msgid ""
"The number of joins without keys that check for key usage after each row. "
"(If this is not 0, you should carefully check the indexes of your tables.)"
msgstr ""
+"Numărul de asocieri fără chei care verifică utilizarea cheilor după fiecare "
+"rând. (Dacă nu este 0, ar trebui să verifici cu atenție indexurile tabelelor "
+"tale.)"
#: libraries/classes/Server/Status/Variables.php:703
msgid ""
"The number of joins that used ranges on the first table. (It's normally not "
"critical even if this is big.)"
msgstr ""
+"Numărul de asocieri care au folosit intervale în primul tabel. (În mod "
+"normal, nu este o valoare critică chiar dacă este mare.)"
#: libraries/classes/Server/Status/Variables.php:707
msgid "The number of joins that did a full scan of the first table."
@@ -12895,6 +12904,9 @@ msgid ""
"calculated as Threads_created/Connections. If this value is red you should "
"raise your thread_cache_size."
msgstr ""
+"Numărul de fire în cache fire de execuție. Rata de succes a cache-ului poate "
+"fi calculată ca Threads_created/conexiuni. Dacă această valoare este roșie, "
+"ar trebui să crești thread_cache_size."
#: libraries/classes/Server/Status/Variables.php:757
msgid "The number of currently open connections."
@@ -13655,6 +13667,8 @@ msgid ""
"Stores and enables efficient access to data in JSON (JavaScript Object "
"Notation) documents"
msgstr ""
+"Stochează și permite accesul eficient la date în documentele JSON ("
+"JavaScript Object Notation)"
#: libraries/classes/Types.php:695
msgctxt "numeric types"
@@ -13729,12 +13743,12 @@ msgstr "D"
#: libraries/classes/Util.php:1541
msgctxt "AM/PM indication in time"
msgid "PM"
-msgstr ""
+msgstr "PM"
#: libraries/classes/Util.php:1543
msgctxt "AM/PM indication in time"
msgid "AM"
-msgstr ""
+msgstr "AM"
#: libraries/classes/Util.php:1837
#, php-format
@@ -13779,19 +13793,19 @@ msgstr "Execută"
#: libraries/classes/Util.php:3829
msgid "SSL is not being used"
-msgstr ""
+msgstr "Nu se folosește SSL"
#: libraries/classes/Util.php:3834
msgid "SSL is used with disabled verification"
-msgstr ""
+msgstr "Este folosit SSL cu verificarea dezactivată"
#: libraries/classes/Util.php:3836
msgid "SSL is used without certification authority"
-msgstr ""
+msgstr "Este folosit SSL fără autoritatea de certificare"
#: libraries/classes/Util.php:3839
msgid "SSL is used"
-msgstr ""
+msgstr "Este folosit SSL"
#: libraries/classes/Util.php:3960
msgid "Users"
@@ -13815,6 +13829,8 @@ msgid ""
"Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to "
"access phpMyAdmin."
msgstr ""
+"Setarea cookie-urilor de sesiune a eșuat. Probabil folosești HTTP în loc de "
+"HTTPS pentru a accesa phpMyAdmin."
#: libraries/common.inc.php:338
msgid "Invalid authentication method set in configuration:"
@@ -13939,7 +13955,7 @@ msgstr "niciuna din cele de sus"
#: libraries/mult_submits.inc.php:321
msgid "Success!"
-msgstr ""
+msgstr "Succes!"
#: libraries/user_preferences.inc.php:31
msgid "Manage your settings"
@@ -13964,11 +13980,11 @@ msgstr ""
#: navigation.php:23
msgid "Fatal error: The navigation can only be accessed via AJAX"
-msgstr ""
+msgstr "Eroare fatală: navigarea poate fi accesată numai prin AJAX"
#: prefs_forms.php:28 setup/frames/form.inc.php:21
msgid "Incorrect form specified!"
-msgstr ""
+msgstr "Formular specificat incorect!"
#: prefs_forms.php:80
msgid "Cannot save settings, submitted form contains errors!"
@@ -13980,7 +13996,7 @@ msgstr "Fragment configurare phpMyAdmin"
#: prefs_manage.php:51
msgid "Paste it to your config.inc.php"
-msgstr ""
+msgstr "Plasează-l în config.inc.php"
#: prefs_manage.php:91
msgid "Could not import configuration"
@@ -14038,7 +14054,7 @@ msgstr "Salvează ca fișier PHP"
#: prefs_manage.php:317
msgid "Save to browser's storage"
-msgstr ""
+msgstr "Salvează în spațiul de stocare al navigatorului"
#: prefs_manage.php:324
msgid "Settings will be saved in your browser's local storage."
@@ -14080,14 +14096,16 @@ msgid ""
"Username and hostname didn't change. If you only want to change the "
"password, 'Change password' tab should be used."
msgstr ""
+"Numele de utilizator și numele gazdei nu s-au schimbat. Dacă vrei să schimbi "
+"numai parola, trebuie să folosești fila „Schimbă parola”."
#: server_status.php:35
msgid "Not enough privilege to view server status."
-msgstr ""
+msgstr "Nu ai privilegii suficiente pentru a vedea starea serverului."
#: server_status_advisor.php:33
msgid "Not enough privilege to view the advisor."
-msgstr ""
+msgstr "Nu ai privilegii suficiente pentru a vedea consultantul."
#: server_status_processes.php:33
#, php-format
@@ -14104,11 +14122,11 @@ msgstr ""
#: server_status_queries.php:43
msgid "Not enough privilege to view query statistics."
-msgstr ""
+msgstr "Nu ai privilegii suficiente pentru a vedea statisticile de interogare."
#: server_status_variables.php:52
msgid "Not enough privilege to view status variables."
-msgstr ""
+msgstr "Nu ai privilegii suficiente pentru a vedea variabilele stării."
#: setup/frames/config.inc.php:17 setup/frames/index.inc.php:189
msgid "Configuration file"
@@ -14123,12 +14141,16 @@ msgid ""
"You are not using a secure connection; all data (including potentially "
"sensitive information, like passwords) is transferred unencrypted!"
msgstr ""
+"Nu folosești o conexiune securizată; toate datele (inclusiv informațiile "
+"potențial sensibile, cum ar fi parolele) sunt transferate necriptate!"
#: setup/frames/index.inc.php:54
msgid ""
"If your server is also configured to accept HTTPS requests follow this link "
"to use a secure connection."
msgstr ""
+"Dacă serverul tău este configurat să accepte și solicitări HTTPS, urmărește "
+"această legătură pentru a folosi o conexiune securizată."
#: setup/frames/index.inc.php:58
msgid "Insecure connection"
@@ -14164,15 +14186,15 @@ msgstr ""
#: setup/frames/index.inc.php:112 setup/frames/menu.inc.php:20
msgid "Overview"
-msgstr ""
+msgstr "Prezentare generală"
#: setup/frames/index.inc.php:119
msgid "Show hidden messages (#MSG_COUNT)"
-msgstr ""
+msgstr "Arată mesajele ascunse (#MSG_COUNT)"
#: setup/frames/index.inc.php:170
msgid "There are no configured servers"
-msgstr ""
+msgstr "Nu există niciun server configurat"
#: setup/frames/index.inc.php:179
msgid "New server"
@@ -14180,23 +14202,23 @@ msgstr "Server nou"
#: setup/frames/index.inc.php:208
msgid "Default language"
-msgstr ""
+msgstr "Limbă implicită"
#: setup/frames/index.inc.php:218
msgid "let the user choose"
-msgstr ""
+msgstr "lasă la alegerea utilizatorului"
#: setup/frames/index.inc.php:229
msgid "- none -"
-msgstr ""
+msgstr "- niciunul -"
#: setup/frames/index.inc.php:233
msgid "Default server"
-msgstr ""
+msgstr "Server implicit"
#: setup/frames/index.inc.php:245
msgid "End of line"
-msgstr ""
+msgstr "Sfârșit de linie"
#: setup/frames/index.inc.php:251
msgid "Display"
@@ -14232,19 +14254,19 @@ msgstr ""
#: setup/lib/FormProcessing.php:61
msgid "Warning"
-msgstr ""
+msgstr "Avertizare"
#: setup/lib/FormProcessing.php:62
msgid "Submitted form contains errors"
-msgstr ""
+msgstr "Formularul trimis conține erori"
#: setup/lib/FormProcessing.php:64
msgid "Try to revert erroneous fields to their default values"
-msgstr ""
+msgstr "Încearcă să readuci câmpurile eronate la valorile lor implicite"
#: setup/lib/FormProcessing.php:69
msgid "Ignore errors"
-msgstr ""
+msgstr "Ignoră erorile"
#: setup/lib/FormProcessing.php:73
msgid "Show form"
@@ -14255,6 +14277,8 @@ msgid ""
"Reading of version failed. Maybe you're offline or the upgrade server does "
"not respond."
msgstr ""
+"Citirea versiunii a eșuat. Poate că ești offline sau serverul de actualizare "
+"nu răspunde."
#: setup/lib/Index.php:146
msgid "Got invalid version string from server"
@@ -14282,7 +14306,7 @@ msgstr "Date greșite"
#: setup/validate.php:32
#, php-format
msgid "Wrong data or no validation for %s"
-msgstr ""
+msgstr "Date greșite sau nicio validare pentru %s"
#: tbl_create.php:36 tbl_get_field.php:31
#, php-format
@@ -14305,7 +14329,7 @@ msgstr "Nume tabel invalid"
#: tbl_replace.php:243
#, php-format
msgid "Row: %1$s, Column: %2$s, Error: %3$s"
-msgstr ""
+msgstr "Rând: %1$s, coloană: %2$s, eroare: %3$s"
#: tbl_row_action.php:73
msgid "No row selected."
@@ -14326,7 +14350,7 @@ msgstr "Nicio versiune selectată."
#: tbl_tracking.php:139
msgid "SQL statements executed."
-msgstr ""
+msgstr "Declarații SQL executate."
#: themes.php:22 themes.php:27
msgid "Theme"
@@ -14370,7 +14394,7 @@ msgstr "Mută coloane"
#: templates/table/structure/move_columns_dialog.twig:2
msgid "Move the columns by dragging them up and down."
-msgstr ""
+msgstr "Mută coloanele trăgându-le în sus și jos."
#: templates/display/export/options_output_radio.twig:5
msgid "View output as text"
@@ -14391,7 +14415,7 @@ msgstr "Arată creează"
#: templates/database/structure/check_all_tables.twig:25
msgid "Prefix"
-msgstr ""
+msgstr "Prefix"
#: templates/database/structure/check_all_tables.twig:26
msgid "Add prefix to table"
@@ -14407,7 +14431,7 @@ msgstr "Adaugă coloane la lista centrală"
#: templates/database/structure/check_all_tables.twig:34
msgid "Remove columns from central list"
-msgstr ""
+msgstr "Înlătură coloanele din lista centrală"
#: templates/database/structure/check_all_tables.twig:35
msgid "Make consistent with central list"
@@ -14480,7 +14504,7 @@ msgstr ""
#: templates/display/import/import.twig:69
#: templates/display/import/import.twig:84
msgid "You may also drag and drop a file on any page."
-msgstr ""
+msgstr "De asemenea, poți trage și plasa un fișier în orice pagină."
#: templates/display/import/import.twig:86
msgid "File uploads are not allowed on this server."
@@ -14500,6 +14524,7 @@ msgstr "Import parțial:"
msgid ""
"Previous import timed out, after resubmitting will continue from position %d."
msgstr ""
+"Importul anterior a expirat, după retrimitere va continua din poziția %d."
#: templates/display/import/import.twig:137
#, fuzzy
@@ -14556,20 +14581,20 @@ msgstr ""
#: templates/display/import/javascript.twig:16
#, php-format
msgid "%s of %s"
-msgstr ""
+msgstr "%s din %s"
#: templates/display/import/javascript.twig:17
#, php-format
msgid "%s/sec."
-msgstr ""
+msgstr "%s/sec."
#: templates/display/import/javascript.twig:18
msgid "About %MIN min. %SEC sec. remaining."
-msgstr ""
+msgstr "Cam %MIN min. %SEC sec. rămase."
#: templates/display/import/javascript.twig:19
msgid "About %SEC sec. remaining."
-msgstr ""
+msgstr "Cam %SEC sec. rămase."
#: templates/display/import/javascript.twig:20
msgid "The file is being processed, please be patient."
@@ -14601,7 +14626,7 @@ msgstr "dezactivat"
#: templates/export/alias_add.twig:4
msgid "Define new aliases"
-msgstr ""
+msgstr "Definește aliasuri noi"
#: templates/export/alias_add.twig:9
msgid "Select database:"
@@ -14659,6 +14684,8 @@ msgid ""
"Please connect your FIDO U2F device into your computer's USB port. Then "
"confirm registration on the device."
msgstr ""
+"Te rog conectează dispozitivul FIDO U2F la portul USB al calculatorului. "
+"Apoi confirmă înregistrarea pe dispozitiv."
#: templates/server/databases/table_row.twig:13
#, php-format
@@ -14759,7 +14786,7 @@ msgstr "Aliniere la grilă"
#: templates/database/designer/side_menu.twig:129
#: templates/database/designer/side_menu.twig:135
msgid "Small/Big All"
-msgstr ""
+msgstr "Tot mic/mare"
#: templates/database/designer/side_menu.twig:139
#: templates/database/designer/side_menu.twig:142
@@ -14893,7 +14920,7 @@ msgstr "Statistici rânduri"
#: templates/table/structure/row_stats_table.twig:8
msgid "static"
-msgstr ""
+msgstr "static"
#: templates/table/structure/row_stats_table.twig:10
msgid "dynamic"
@@ -14913,7 +14940,7 @@ msgstr "Dimensiune rând"
#: templates/table/structure/row_stats_table.twig:69
msgid "Next autoindex"
-msgstr ""
+msgstr "Următorul index automat"
#: templates/table/structure/row_stats_table.twig:76
#: templates/database/structure/table_header.twig:53
@@ -14957,7 +14984,7 @@ msgstr "Vezi structura tabelului"
#: templates/table/tracking/activate_deactivate.twig:7
#, php-format
msgid "Activate tracking for %s"
-msgstr ""
+msgstr "Activează urmărirea pentru %s"
#: templates/table/tracking/activate_deactivate.twig:9
msgid "Activate now"
@@ -15142,11 +15169,11 @@ msgstr "Creează versiunea %1$s"
#: templates/table/tracking/create_version.twig:20
msgid "Track these data definition statements:"
-msgstr ""
+msgstr "Urmărește aceste declarații de definiție a datelor:"
#: templates/table/tracking/create_version.twig:59
msgid "Track these data manipulation statements:"
-msgstr ""
+msgstr "Urmărește aceste declarații de manipulare a datelor:"
#: templates/table/tracking/create_version.twig:76
msgid "Create version"
@@ -15186,7 +15213,7 @@ msgstr "Alege din coloanele centrale"
#: templates/columns_definitions/column_length.twig:9
msgid "Edit ENUM/SET values"
-msgstr ""
+msgstr "Editează valorile ENUM/SET"
#: templates/database/multi_table_query/form.twig:1
msgid "Query window"
@@ -15228,7 +15255,7 @@ msgstr "O altă coloană"
#: templates/database/multi_table_query/form.twig:125
msgid "Enter criteria as free text"
-msgstr ""
+msgstr "Introdu criteriul ca text disponibil"
#: templates/database/multi_table_query/form.twig:133
msgid "Remove this column"
@@ -15342,7 +15369,7 @@ msgstr "Ordine de execuție"
#: templates/console/display.twig:64 templates/console/display.twig:84
msgid "Time taken"
-msgstr ""
+msgstr "Timp luat"
#: templates/console/display.twig:64
msgid "Order by:"
@@ -15510,7 +15537,7 @@ msgstr "sub-interogare"
#: templates/columns_definitions/move_column.twig:7
msgid "first"
-msgstr ""
+msgstr "primul"
#: templates/columns_definitions/move_column.twig:12
#: templates/table/structure/add_column.twig:19
@@ -15576,7 +15603,7 @@ msgstr "Serie:"
#: templates/table/chart/tbl_chart.twig:102
msgid "X-Axis label:"
-msgstr ""
+msgstr "Etichetă axă X:"
#: templates/table/chart/tbl_chart.twig:104
msgid "X Values"
@@ -15584,7 +15611,7 @@ msgstr "Valori X"
#: templates/table/chart/tbl_chart.twig:107
msgid "Y-Axis label:"
-msgstr ""
+msgstr "Etichetă axă Y:"
#: templates/table/chart/tbl_chart.twig:109
msgid "Y Values"
@@ -15667,7 +15694,7 @@ msgstr ""
#: templates/prefs_twofactor.twig:10
msgid "Following composer packages are missing:"
-msgstr ""
+msgstr "Următoarele pachete de compoziții lipsesc:"
#: templates/prefs_twofactor.twig:18
msgid "Two-factor authentication is available and configured for this account."
@@ -15745,7 +15772,7 @@ msgstr "Actualizează"
#: templates/database/designer/schema_export.twig:4
msgid "Select Export Relational Type"
-msgstr ""
+msgstr "Selectează tipul relațional de export"
#: templates/server/databases/create.twig:8
#: templates/server/databases/create.twig:36
@@ -15786,6 +15813,8 @@ msgid ""
"You are not using https to access phpMyAdmin, therefore FIDO U2F device will "
"most likely refuse to authenticate you."
msgstr ""
+"Nu folosești https pentru a accesa phpMyAdmin, prin urmare, dispozitivul "
+"FIDO U2F probabil va refuza să te autentifice."
#: templates/table/structure/display_partitions.twig:8
msgid "No partitioning defined!"
@@ -15832,10 +15861,12 @@ msgid ""
"Can you tell us the steps leading to this error? It decisively helps in "
"debugging:"
msgstr ""
+"Poți să ne spui pașii care conduc la această eroare? Ne ajută decisiv la "
+"depanare:"
#: templates/error/report_form.twig:19
msgid "You may examine the data in the error report:"
-msgstr ""
+msgstr "Poți examina datele în raportul de erori:"
#: templates/database/tracking/untracked_tables.twig:1
msgid "Untracked tables"
@@ -15937,7 +15968,7 @@ msgstr ""
#: templates/columns_definitions/table_fields_definitions.twig:59
msgid "Virtuality"
-msgstr ""
+msgstr "Virtualitate"
#: templates/columns_definitions/table_fields_definitions.twig:65
msgid "Move column"
@@ -16032,6 +16063,8 @@ msgid ""
"Please connect your FIDO U2F device into your computer's USB port. Then "
"confirm login on the device."
msgstr ""
+"Te rog conectează-ți dispozitivul FIDO U2F la portul USB al calculatorului. "
+"Apoi confirmă autentificarea pe dispozitiv."
#: templates/database/qbe/footer_options.twig:3
msgid "Add/Delete criteria rows"
@@ -16071,11 +16104,14 @@ msgid ""
"an index on it. Alternatively, you can define an index below, before "
"creating the foreign key."
msgstr ""
+"Crearea unei chei străine pe o coloană neindexată creează automat un index "
+"pentru ea. Alternativ, poți defini un index mai jos, înainte de crearea "
+"cheii străine."
#: templates/table/relation/common_form.twig:20
msgid ""
"Only columns with index will be displayed. You can define an index below."
-msgstr ""
+msgstr "Vor fi afișate numai coloanele cu index. Poți defini un index mai jos."
#: templates/table/relation/common_form.twig:24
msgid "Foreign key constraint"
@@ -16191,7 +16227,7 @@ msgstr "Opțiuni avansate"
#: templates/table/index_form.twig:48
msgid "Key block size:"
-msgstr ""
+msgstr "Dimensiune bloc chei:"
#: templates/table/index_form.twig:65
msgid "Index type:"
@@ -16212,6 +16248,7 @@ msgstr "Trage pentru a reordona"
#: templates/server/variables/variable_row.twig:6
msgid "This is a read-only variable and can not be edited"
msgstr ""
+"Aceasta este o variabilă care poate fi doar citită și nu poate fi editată"
#: templates/table/structure/display_table_stats.twig:14
msgid "Space usage"
@@ -16260,7 +16297,7 @@ msgstr "Nu ai suficiente privilegii pentru a fi aici, chiar acum!"
#: view_create.php:51
msgid "View name can not be empty!"
-msgstr ""
+msgstr "Numele vizualizării nu poate fi gol!"
#: view_operations.php:103
msgid "Rename view to"
@@ -16272,22 +16309,26 @@ msgstr "Șterge vizualizarea (DROP)"
#: libraries/advisory_rules.txt:49
msgid "Uptime below one day"
-msgstr ""
+msgstr "Timp de funcționare sub o zi"
#: libraries/advisory_rules.txt:52
msgid "Uptime is less than 1 day, performance tuning may not be accurate."
msgstr ""
+"Timpul de funcționare este sub o zi, ajustarea performanței poate să nu fie "
+"precisă."
#: libraries/advisory_rules.txt:53
msgid ""
"To have more accurate averages it is recommended to let the server run for "
"longer than a day before running this analyzer"
msgstr ""
+"Pentru a obține date mult mai precise, este recomandat să lași serverul să "
+"ruleze mai mult de o zi, înainte de a rula acest analizor"
#: libraries/advisory_rules.txt:54
#, php-format
msgid "The uptime is only %s"
-msgstr ""
+msgstr "Timpul de funcționare este de numai %s"
#: libraries/advisory_rules.txt:56
msgid "Questions below 1,000"
@@ -16298,12 +16339,16 @@ msgid ""
"Fewer than 1,000 questions have been run against this server. The "
"recommendations may not be accurate."
msgstr ""
+"Au fost rulate pe acest server sub 1000 de întrebări. Recomandările s-ar "
+"putea să nu fie precise."
#: libraries/advisory_rules.txt:60
msgid ""
"Let the server run for a longer time until it has executed a greater amount "
"of queries."
msgstr ""
+"Lasă serverul să ruleze o perioadă mai îndelungată de timp până ce a "
+"executat o foarte multe interogări."
#: libraries/advisory_rules.txt:61
#, php-format
@@ -16318,17 +16363,20 @@ msgstr "Procent de interogări lente"
msgid ""
"There is a lot of slow queries compared to the overall amount of Queries."
msgstr ""
+"Există o mulțime de interogări lente în comparație cu totalul interogărilor."
#: libraries/advisory_rules.txt:67 libraries/advisory_rules.txt:74
msgid ""
"You might want to increase {long_query_time} or optimize the queries listed "
"in the slow query log"
msgstr ""
+"Poate vrei să mărești {long_query_time} sau să optimizezi interogările "
+"listate în jurnalul interogărilor lente"
#: libraries/advisory_rules.txt:68
#, php-format
msgid "The slow query rate should be below 5%%, your value is %s%%."
-msgstr ""
+msgstr "Rata de interogări lente trebuie să fie sub 5%%, valoarea ta este %s%%."
#: libraries/advisory_rules.txt:70
msgid "Slow query rate"
@@ -16338,6 +16386,8 @@ msgstr "Rată interogări lente"
msgid ""
"There is a high percentage of slow queries compared to the server uptime."
msgstr ""
+"Există un procent mare de interogări lente în comparație cu timpul de "
+"funcționare al serverului."
#: libraries/advisory_rules.txt:75
#, php-format
@@ -16345,6 +16395,8 @@ msgid ""
"You have a slow query rate of %s per hour, you should have less than 1%% per "
"hour."
msgstr ""
+"Ai o rată de interogări lente de %s pe oră, ar trebui să ai mai puțin de 1%% "
+"pe oră."
#: libraries/advisory_rules.txt:77
msgid "Long query time"
@@ -16355,12 +16407,16 @@ msgid ""
"{long_query_time} is set to 10 seconds or more, thus only slow queries that "
"take above 10 seconds are logged."
msgstr ""
+"{long_query_time} este setat la 10 secunde sau mai mult, așadar sunt "
+"înregistrate numai interogările lente care durează peste 10 secunde."
#: libraries/advisory_rules.txt:81
msgid ""
"It is suggested to set {long_query_time} to a lower value, depending on your "
"environment. Usually a value of 1-5 seconds is suggested."
msgstr ""
+"Este recomandat să setezi {long_query_time} la o valoare mai mică, în "
+"funcție de mediul tău. De obicei, este sugerată o valoare de 1-5 secunde."
#: libraries/advisory_rules.txt:82
#, php-format
@@ -16405,13 +16461,15 @@ msgstr "Lansează serii"
#: libraries/advisory_rules.txt:103
msgid "The MySQL server version less than 5.1."
-msgstr ""
+msgstr "Versiunea serverului MySQL este mai mică decât versiunea 5.1."
#: libraries/advisory_rules.txt:104
msgid ""
"You should upgrade, as MySQL 5.1 has improved performance, and MySQL 5.5 "
"even more so."
msgstr ""
+"Ar trebui să actualizezi, MySQL 5.1 a îmbunătățit performanța, iar MySQL 5.5 "
+"a adus alte îmbunătățiri."
#: libraries/advisory_rules.txt:105 libraries/advisory_rules.txt:112
#: libraries/advisory_rules.txt:119
@@ -16432,6 +16490,8 @@ msgid ""
"You should upgrade, as recent versions of MySQL 5.1 have improved "
"performance and MySQL 5.5 even more so."
msgstr ""
+"Ar trebui să actualizezi, versiunile recente ale MySQL 5.1 au îmbunătățit "
+"performanța, iar MySQL 5.5 a adus alte îmbunătățiri."
#: libraries/advisory_rules.txt:117
msgid "Version less than 5.5.8 (the first GA release of 5.5)."
@@ -16473,6 +16533,8 @@ msgid ""
"Percona documentation is at https://www.percona.com/software/documentation/"
msgstr ""
+"Documentația Percona este la https://www.percona.com/software/documentation/"
#: libraries/advisory_rules.txt:133
msgid "'percona' found in version_comment"
@@ -16795,7 +16857,7 @@ msgstr ""
#: libraries/advisory_rules.txt:223
#, php-format
msgid "Sorted rows average: %s"
-msgstr ""
+msgstr "Medie rânduri sortate: %s"
#: libraries/advisory_rules.txt:226
msgid "Rate of joins without indexes"
@@ -16864,6 +16926,8 @@ msgid ""
"Rate of reading fixed position average: %s, this value should be less than 1 "
"per hour"
msgstr ""
+"Medie rată de citire din poziție fixă: %s, această valoare ar trebui să fie "
+"mai mică decât 1 pe oră"
#: libraries/advisory_rules.txt:247
msgid "Rate of reading next table row"
@@ -16878,6 +16942,8 @@ msgid ""
"This indicates that many queries are doing full table scans. Add indexes "
"where applicable."
msgstr ""
+"Aceasta indică că multe interogări fac scanări complete de tabele. Adaugă "
+"indexuri, dacă este cazul."
#: libraries/advisory_rules.txt:252
#, php-format
@@ -16889,11 +16955,11 @@ msgstr ""
#: libraries/advisory_rules.txt:255
msgid "Different tmp_table_size and max_heap_table_size"
-msgstr ""
+msgstr "Diferite tmp_table_size și max_heap_table_size"
#: libraries/advisory_rules.txt:258
msgid "{tmp_table_size} and {max_heap_table_size} are not the same."
-msgstr ""
+msgstr "{tmp_table_size} și {max_heap_table_size} nu sunt identice."
#: libraries/advisory_rules.txt:259
msgid ""
@@ -16906,7 +16972,7 @@ msgstr ""
#: libraries/advisory_rules.txt:260
#, php-format
msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s"
-msgstr ""
+msgstr "Valorile curente sunt tmp_table_size: %s, max_heap_table_size: %s"
#: libraries/advisory_rules.txt:262
msgid "Percentage of temp tables on disk"
@@ -16917,6 +16983,7 @@ msgid ""
"Many temporary tables are being written to disk instead of being kept in "
"memory."
msgstr ""
+"Multe tabele temporare sunt scrise pe disc în loc să fie păstrate în memorie."
#: libraries/advisory_rules.txt:266
msgid ""
@@ -16935,6 +17002,8 @@ msgid ""
"%s%% of all temporary tables are being written to disk, this value should be "
"below 25%%"
msgstr ""
+"%s%% din toate tabelele temporare sunt scrise pe disc, această valoare ar "
+"trebui să fie sub 25%%"
#: libraries/advisory_rules.txt:269
msgid "Temp disk rate"
@@ -16967,12 +17036,16 @@ msgstr "Dimensiune tampon cheie MyISAM"
#: libraries/advisory_rules.txt:281
msgid "Key buffer is not initialized. No MyISAM indexes will be cached."
msgstr ""
+"Tamponul cheii nu este inițializat. Niciun index MyISAM nu va fi memorat în "
+"cache."
#: libraries/advisory_rules.txt:282
msgid ""
"Set {key_buffer_size} depending on the size of your MyISAM indexes. 64M is a "
"good start."
msgstr ""
+"Setează {key_buffer_size} în funcție de dimensiunea indexurilor tale MyISAM. "
+"64 M este un început bun."
#: libraries/advisory_rules.txt:283
msgid "key_buffer_size is 0"
@@ -16994,6 +17067,9 @@ msgid ""
"tables to see if indexes have been removed, or examine queries and "
"expectations about what indexes are being used."
msgstr ""
+"Poate vrei să reduci dimensiunea {key_buffer_size}, să-ți reexaminezi "
+"tabelele pentru a vedea dacă indexurile au fost înlăturate sau să examinezi "
+"interogările și așteptările cu privire la indexurile care sunt utilizate."
#: libraries/advisory_rules.txt:290
#, php-format
@@ -17021,11 +17097,11 @@ msgstr "Procentul de citiri index din memorie"
#: libraries/advisory_rules.txt:303
#, php-format
msgid "The %% of indexes that use the MyISAM key buffer is low."
-msgstr ""
+msgstr "%% de indexuri care folosește tamponul cheii MyISAM este mic."
#: libraries/advisory_rules.txt:304
msgid "You may need to increase {key_buffer_size}."
-msgstr ""
+msgstr "Probabil trebuie să mărești {key_buffer_size}."
#: libraries/advisory_rules.txt:305
#, php-format
@@ -17047,6 +17123,8 @@ msgid ""
"Opening tables requires disk I/O which is costly. Increasing "
"{table_open_cache} might avoid this."
msgstr ""
+"Deschiderea tabelelor necesită intrări/ieșiri pe disc, care sunt "
+"costisitoare. Creșterea {table_open_cache} ar putea evita acest lucru."
#: libraries/advisory_rules.txt:314
#, php-format
@@ -17066,18 +17144,23 @@ msgid ""
"The number of open files is approaching the max number of open files. You "
"may get a \"Too many open files\" error."
msgstr ""
+"Numărul de fișiere deschise se apropie de numărul maxim de fișiere care pot "
+"fi deschise. Probabil vei primi o eroare „Prea multe fișiere deschise”."
#: libraries/advisory_rules.txt:320 libraries/advisory_rules.txt:327
msgid ""
"Consider increasing {open_files_limit}, and check the error log when "
"restarting after changing {open_files_limit}."
msgstr ""
+"Ia în considerare creșterea {open_files_limit} și verifică jurnalul de erori "
+"când repornești, după modificarea {open_files_limit}."
#: libraries/advisory_rules.txt:321
#, php-format
msgid ""
"The number of opened files is at %s%% of the limit. It should be below 85%%"
msgstr ""
+"Numărul de fișiere deschise este %s%% din limită. Ar trebui să fie sub 85%%"
#: libraries/advisory_rules.txt:323
msgid "Rate of open files"
@@ -17135,6 +17218,8 @@ msgid ""
"Thread cache is disabled, resulting in more overhead from new connections to "
"MySQL."
msgstr ""
+"Cache fire de execuție este dezactivat, rezultând mai multe eforturi pentru "
+"conexiunile noi la MySQL."
#: libraries/advisory_rules.txt:348
msgid "Enable the thread cache by setting {thread_cache_size} > 0."
@@ -17177,15 +17262,20 @@ msgid ""
"This generally happens in case of general system overload as it is pretty "
"simple operations. You might want to monitor your system load carefully."
msgstr ""
+"Acest lucru se întâmplă în general în cazul supraîncărcării generale a "
+"sistemului, deoarece operațiile sunt destul de simple. Probabil vrei să-ți "
+"monitorizezi încărcarea sistemului cu mai multă atenție."
#: libraries/advisory_rules.txt:363
#, php-format
msgid "%s thread(s) took longer than %s seconds to start, it should be 0"
msgstr ""
+"%s fir de execuție a durat mai mult de %s secunde pentru a începe, ar trebui "
+"să fie 0"
#: libraries/advisory_rules.txt:365
msgid "Slow launch time"
-msgstr ""
+msgstr "Durată lentă de lansare"
#: libraries/advisory_rules.txt:368
msgid "Slow_launch_time is above 2s."
@@ -17213,6 +17303,7 @@ msgid ""
"The maximum amount of used connections is getting close to the value of "
"{max_connections}."
msgstr ""
+"Suma maximă de conexiuni folosite se apropie de valoarea {max_connections}."
#: libraries/advisory_rules.txt:378
msgid ""
@@ -17226,6 +17317,8 @@ msgstr ""
msgid ""
"Max_used_connections is at %s%% of max_connections, it should be below 80%%"
msgstr ""
+"Max_used_connections este de %s%% din max_connections, ar trebui să fie sub "
+"80%%"
#: libraries/advisory_rules.txt:381
msgid "Percentage of aborted connections"
@@ -17241,11 +17334,16 @@ msgid ""
"\"https://www.percona.com/blog/2008/08/23/how-to-track-down-the-source-of-"
"aborted_connects/\">This article might help you track down the source."
msgstr ""
+"De obicei, conexiunile sunt anulate când nu pot fi autorizate. Acest articol te "
+"poate ajuta să urmărești sursa."
#: libraries/advisory_rules.txt:386
#, php-format
msgid "%s%% of all connections are aborted. This value should be below 1%%"
msgstr ""
+"%s%% din toate conexiunile anulate. Această valoare trebuie să fie sub 1%%"
#: libraries/advisory_rules.txt:388
msgid "Rate of aborted connections"
@@ -17256,6 +17354,8 @@ msgstr "Rată de conexiuni anulate"
msgid ""
"Aborted connections rate is at %s, this value should be less than 1 per hour"
msgstr ""
+"Rata de conexiuni anulate este de %s, această valoare ar trebui să fie mai "
+"mică decât 1 pe oră"
#: libraries/advisory_rules.txt:395
msgid "Percentage of aborted clients"
@@ -17271,11 +17371,15 @@ msgid ""
"MySQL properly. This can be due to network issues or code not closing a "
"database handler properly. Check your network and code."
msgstr ""
+"De obicei, clienții sunt anulați când nu își închid corect conexiunea la "
+"MySQL. Acest lucru se datorează problemelor de rețea sau codului care nu "
+"închide corect gestionarul bazei de date. Verifică-ți rețeaua și codul."
#: libraries/advisory_rules.txt:400
#, php-format
msgid "%s%% of all clients are aborted. This value should be below 2%%"
msgstr ""
+"%s%% din toți clienții sunt anulați. Această valoare ar trebui să fie sub 2%%"
#: libraries/advisory_rules.txt:402
msgid "Rate of aborted clients"
@@ -17290,7 +17394,7 @@ msgstr ""
#: libraries/advisory_rules.txt:411
msgid "Is InnoDB disabled?"
-msgstr ""
+msgstr "Este InnoDB dizactivat?"
#: libraries/advisory_rules.txt:414
msgid "You do not have InnoDB enabled."
@@ -17298,11 +17402,11 @@ msgstr "Nu ai InnoDB activat."
#: libraries/advisory_rules.txt:415
msgid "InnoDB is usually the better choice for table engines."
-msgstr ""
+msgstr "De obicei, InnoDB este alegerea cea mai bună pentru motoare de tabele."
#: libraries/advisory_rules.txt:416
msgid "have_innodb is set to 'value'"
-msgstr ""
+msgstr "have_innodb este setat la „valoare”"
#: libraries/advisory_rules.txt:418
msgid "InnoDB log size"
From 6f177817c3fd587b5807b805a4281be42913c20a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)"
#: libraries/classes/Plugins/Export/ExportSql.php:424
-#, fuzzy
-#| msgid ""
-#| "both of the aboveINSERT INTO "
-#| "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgid ""
"both of the aboveINSERT INTO "
"tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-"以上兼有INSERT INTO tbl_name (col_A,"
-"col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
+"以上兼有INSERT INTO tbl_name "
+"(col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)"
#: libraries/classes/Plugins/Export/ExportSql.php:429
msgid ""
@@ -9376,31 +9059,27 @@ msgstr ""
#: libraries/classes/Plugins/Export/ExportSql.php:519
msgid "It appears your database uses routines;"
-msgstr ""
+msgstr "您的数据库似乎使用例程;"
#: libraries/classes/Plugins/Export/ExportSql.php:522
#: libraries/classes/Plugins/Export/ExportSql.php:1548
#: libraries/classes/Plugins/Export/ExportSql.php:2065
msgid "alias export may not work reliably in all cases."
-msgstr ""
+msgstr "在所有情况下,别名导出可能无法可靠地运行。"
#: libraries/classes/Plugins/Export/ExportSql.php:1009
-#, fuzzy
-#| msgid "Metadata Headers"
msgid "Metadata"
-msgstr "元数据头"
+msgstr "元数据"
#: libraries/classes/Plugins/Export/ExportSql.php:1079
-#, fuzzy, php-format
-#| msgid "Metadata Headers"
+#, php-format
msgid "Metadata for table %s"
-msgstr "元数据头"
+msgstr "表%s的元数据"
#: libraries/classes/Plugins/Export/ExportSql.php:1086
-#, fuzzy, php-format
-#| msgid "Metadata Headers"
+#, php-format
msgid "Metadata for database %s"
-msgstr "元数据头"
+msgstr "数据库%s的元数据"
#: libraries/classes/Plugins/Export/ExportSql.php:1418
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:603
@@ -9424,7 +9103,7 @@ msgstr "读取表 %s 的结构时出错"
#: libraries/classes/Plugins/Export/ExportSql.php:1545
msgid "It appears your database uses views;"
-msgstr ""
+msgstr "您的数据库似乎使用视图;"
#: libraries/classes/Plugins/Export/ExportSql.php:1722
msgid "Constraints for dumped tables"
@@ -9435,16 +9114,12 @@ msgid "Constraints for table"
msgstr "限制表"
#: libraries/classes/Plugins/Export/ExportSql.php:1753
-#, fuzzy
-#| msgid "Constraints for dumped tables"
msgid "Indexes for dumped tables"
-msgstr "限制导出的表"
+msgstr "转储表的索引"
#: libraries/classes/Plugins/Export/ExportSql.php:1754
-#, fuzzy
-#| msgid "Inside tables:"
msgid "Indexes for table"
-msgstr "于下列表:"
+msgstr "表的索引"
#: libraries/classes/Plugins/Export/ExportSql.php:1782
msgid "AUTO_INCREMENT for dumped tables"
@@ -9459,24 +9134,21 @@ msgid "MIME TYPES FOR TABLE"
msgstr "MIME 类型表"
#: libraries/classes/Plugins/Export/ExportSql.php:1881
-#, fuzzy
-#| msgid "RELATIONS FOR TABLE"
msgid "RELATIONSHIPS FOR TABLE"
-msgstr "表的关联"
+msgstr "表的关系"
#: libraries/classes/Plugins/Export/ExportSql.php:2062
msgid "It appears your table uses triggers;"
-msgstr ""
+msgstr "您的表似乎使用了触发器;"
#: libraries/classes/Plugins/Export/ExportSql.php:2099
-#, fuzzy, php-format
-#| msgid "Structure for view"
+#, php-format
msgid "Structure for view %s exported as a table"
-msgstr "视图结构"
+msgstr "视图结构%s作为一个表导出"
#: libraries/classes/Plugins/Export/ExportSql.php:2123
msgid "(See below for the actual view)"
-msgstr ""
+msgstr "(参见下面的实际视图)"
#: libraries/classes/Plugins/Export/ExportSql.php:2203
#, php-format
@@ -9497,18 +9169,16 @@ msgstr "表:"
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:120
msgid "Purpose:"
-msgstr ""
+msgstr "目的:"
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:501
-#, fuzzy
-#| msgid "MIME type"
msgid "MIME"
-msgstr "MIME 类型"
+msgstr "MIME"
#: libraries/classes/Plugins/Import/AbstractImportCsv.php:51
msgid ""
"Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)"
-msgstr ""
+msgstr "在导入时找到重复键时更新数据(添加ON DUPLICATE KEY UPDATE)"
#: libraries/classes/Plugins/Import/ImportCsv.php:63
#: libraries/classes/Plugins/Import/ImportOds.php:64
@@ -9642,16 +9312,13 @@ msgid "SCHEMA ERROR: "
msgstr "大纲错误: "
#: libraries/classes/Plugins/Schema/Pdf/Pdf.php:238
-#, fuzzy
-#| msgid "Invalid export type"
msgid "PDF export page"
-msgstr "导出类型无效"
+msgstr "PDF导出页面"
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:102
-#, fuzzy, php-format
-#| msgid "Schema of the %s database - Page %s"
+#, php-format
msgid "Schema of the %s database"
-msgstr "数据库 %s 的大纲 - 第 %s 页"
+msgstr "数据库 %s 的大纲"
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:130
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:525
@@ -9691,7 +9358,7 @@ msgstr "纵向"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:62
#: libraries/classes/Plugins/Schema/SchemaSvg.php:61
msgid "Same width for all tables"
-msgstr ""
+msgstr "所有表格的宽度相同"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:87
msgid "Show grid"
@@ -9699,28 +9366,20 @@ msgstr "显示网格"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:93
#: templates/database/structure/print_view_data_dictionary_link.twig:6
-#, fuzzy
-#| msgid "Data Dictionary"
msgid "Data dictionary"
msgstr "数据字典"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:99
-#, fuzzy
-#| msgid "neither of the above"
msgid "Order of the tables"
-msgstr "以上均不"
+msgstr "表的顺序"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:104
-#, fuzzy
-#| msgid "Ascending"
msgid "Name (Ascending)"
-msgstr "递增"
+msgstr "名称(升序)"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:105
-#, fuzzy
-#| msgid "Descending"
msgid "Name (Descending)"
-msgstr "递减"
+msgstr "名称(降序)"
#: libraries/classes/Plugins/SchemaPlugin.php:69
msgid "Show color"
@@ -9734,7 +9393,7 @@ msgstr "仅显示键"
msgid ""
"Converts Boolean values to text (default 'T' and 'F'). First option is for "
"TRUE, second for FALSE. Nonzero=true."
-msgstr ""
+msgstr "将布尔值转换为文本(默认为“T”和“F”)。第一个选项为TRUE,第二个选项为FALSE。非零(Nonzero)=真。"
#: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:30
msgid ""
@@ -9770,18 +9429,6 @@ msgstr ""
"表中的一个字段值作为文件名。如果想使用字段值作为文件名,第一个选项必须留空。"
#: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:28
-#, fuzzy
-#| msgid ""
-#| "LINUX ONLY: Launches an external application and feeds it the column data "
-#| "via standard input. Returns the standard output of the application. The "
-#| "default is Tidy, to pretty-print HTML code. For security reasons, you "
-#| "have to manually edit the file libraries/transformations/"
-#| "text_plain__external.inc.php and list the tools you want to make "
-#| "available. The first option is then the number of the program you want to "
-#| "use and the second option is the parameters for the program. The third "
-#| "option, if set to 1, will convert the output using htmlspecialchars() "
-#| "(Default 1). The fourth option, if set to 1, will prevent wrapping and "
-#| "ensure that the output appears all on one line (Default 1)."
msgid ""
"LINUX ONLY: Launches an external application and feeds it the column data "
"via standard input. Returns the standard output of the application. The "
@@ -9794,12 +9441,11 @@ msgid ""
"option, if set to 1, will prevent wrapping and ensure that the output "
"appears all on one line (Default 1)."
msgstr ""
-"仅 LINUX:调用外部程序并通过标准输入传入字段数据。返回此应用程序的标准输出。"
-"默认为 Tidy,可以很好的打印 HTML 代码。为了安全起见,您需要手动编辑 "
-"libraries/plugins/text_Plain_External.class.php 文件来加入可以运行的工具。第"
-"一个选项是您想要使用的程序编号,第二个选项是程序的参数。第三个参数如果设为 1 "
-"的话将会用 htmlspecialchars() 处理输出 (默认为 1)。第四个参数如果设为 1 的"
-"话,将禁止换行,确保所有内容显示在一行中 (默认为 1)。"
+"仅 LINUX:调用外部程序并通过标准输入传入字段数据。返回此应用程序的标准输出。默认为 Tidy,可以很好的打印 HTML 代码。为了安全起见,"
+"您需要手动编辑 libraries/classes/Plugins/Transformations/Output/"
+"Text_Plain_External.php 文件来加入可以运行的工具。第一个选项是您想要使用的程序编号,第二个选项是程序的参数。第三个参数如果设为 "
+"1 的话将会用 htmlspecialchars() 处理输出 (默认为 1)。第四个参数如果设为 1 的话,将禁止换行,确保所有内容显示在一行中 ("
+"默认为 1)。"
#: libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php:28
msgid ""
@@ -9824,11 +9470,11 @@ msgstr "显示下载此图像的链接。"
msgid ""
"Image upload functionality which also displays a thumbnail. The options are "
"the width and height of the thumbnail in pixels. Defaults to 100 X 100."
-msgstr ""
+msgstr "图像上传功能,也显示缩略图。选项是缩略图的宽度和高度(以像素为单位)。默认为100 X 100。"
#: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:87
msgid "Image preview here"
-msgstr ""
+msgstr "图像在这里预览"
#: libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php:32
msgid ""
@@ -9837,32 +9483,28 @@ msgid ""
msgstr "显示可点击的缩略图。在原比例不变的情况下,可按像素指定最大宽度或高度。"
#: libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php:28
-#, fuzzy
-#| msgid ""
-#| "Converts an (IPv4) Internet network address into a string in Internet "
-#| "standard dotted format."
msgid ""
"Converts an (IPv4) Internet network address stored as a BIGINT into a string "
"in Internet standard dotted format."
-msgstr "将一个 IPv4 (互联网协议第四版) 地址转换成点分十进制标准格式。"
+msgstr "将一个存储为 BIGINT 的 IPv4 (互联网协议第四版) 地址转换成点分十进制标准格式。"
#: libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php:29
msgid ""
"Prepends and/or Appends text to a string. First option is text to be "
"prepended, second is appended (enclosed in single quotes, default empty "
"string)."
-msgstr ""
+msgstr "从前面或者后面将文本附加到字符串。第一个选项是被添加的文本,第二个是添加的文本(用单引号括起来,默认为空字符串)。"
#: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:30
msgid ""
"Validates the string using regular expression and performs insert only if "
"string matches it. The first option is the Regular Expression."
-msgstr ""
+msgstr "使用正则表达式验证字符串,并仅在字符串匹配时执行insert。第一个选项是正则表达式。"
#: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:52
#, php-format
msgid "Validation failed for the input string %s."
-msgstr ""
+msgstr "输入字符串%s的验证失败。"
#: libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php:29
msgid "Formats text as SQL query with syntax highlighting."
@@ -9884,7 +9526,7 @@ msgstr ""
msgid ""
"File upload functionality for TEXT columns. It does not have a textarea for "
"input."
-msgstr ""
+msgstr "TEXT列的文件上载功能。它没有输入文本区域。"
#: libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php:33
msgid ""
@@ -9906,154 +9548,121 @@ msgstr ""
#: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php:30
msgid "Converts an Internet network address in (IPv4/IPv6) format to binary"
-msgstr ""
+msgstr "将(IPv4 / IPv6)格式的Internet网络地址转换为二进制"
#: libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php:30
msgid "Syntax highlighted CodeMirror editor for JSON."
-msgstr ""
+msgstr "JSON的带有语法高亮的CodeMirror编辑器。"
#: libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php:30
msgid "Syntax highlighted CodeMirror editor for SQL."
-msgstr ""
+msgstr "SQL的带有语法高亮的CodeMirror编辑器。"
#: libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php:30
msgid "Syntax highlighted CodeMirror editor for XML (and HTML)."
-msgstr ""
+msgstr "XML/HTML的带有语法高亮的CodeMirror编辑器。"
#: libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php:30
-#, fuzzy
-#| msgid ""
-#| "Converts an (IPv4) Internet network address into a string in Internet "
-#| "standard dotted format."
msgid ""
"Converts an Internet network address stored as a binary string into a string "
"in Internet standard (IPv4/IPv6) format."
-msgstr "将一个 IPv4 (互联网协议第四版) 地址转换成点分十进制标准格式。"
+msgstr "将一个存储为二进制字符串的互联网地址转换成互联网标准(IPv4/IPv6)格式。"
#: libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php:47
-#, fuzzy
-#| msgid "Formats text as SQL query with syntax highlighting."
msgid "Formats text as JSON with syntax highlighting."
-msgstr "将文本以 SQL 语法高亮显示。"
+msgstr "将文本以 JSON 语法高亮显示。"
#: libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php:47
-#, fuzzy
-#| msgid "Formats text as SQL query with syntax highlighting."
msgid "Formats text as XML with syntax highlighting."
-msgstr "将文本以 SQL 语法高亮显示。"
+msgstr "将文本以 XML 语法高亮显示。"
#: libraries/classes/Plugins/TwoFactor/Application.php:129
-#, fuzzy
-#| msgid "Authentication"
msgid "Authentication Application (2FA)"
-msgstr "认证"
+msgstr "认证应用(双重验证)"
#: libraries/classes/Plugins/TwoFactor/Application.php:139
msgid ""
"Provides authentication using HOTP and TOTP applications such as FreeOTP, "
"Google Authenticator or Authy."
-msgstr ""
+msgstr "使用HOTP和TOTP应用程序(如FreeOTP,Google身份验证器或Authy)提供身份验证。"
#: libraries/classes/Plugins/TwoFactor/Key.php:186
msgid "Hardware Security Key (FIDO U2F)"
-msgstr ""
+msgstr "硬件安全密钥(FIDO U2F)"
#: libraries/classes/Plugins/TwoFactor/Key.php:196
msgid ""
"Provides authentication using hardware security tokens supporting FIDO U2F."
-msgstr ""
+msgstr "使用支持FIDO U2F的硬件安全令牌提供身份验证。"
#: libraries/classes/Plugins/TwoFactor/Simple.php:52
-#, fuzzy
-#| msgid "Signon authentication"
msgid "Simple two-factor authentication"
-msgstr "Signon 认证"
+msgstr "简单的双因素身份验证"
#: libraries/classes/Plugins/TwoFactor/Simple.php:62
msgid "For testing purposes only!"
-msgstr ""
+msgstr "仅用于测试目的!"
#: libraries/classes/Plugins/TwoFactorPlugin.php:70
-#, fuzzy, php-format
-#| msgid "Hardware authentication failed!"
+#, php-format
msgid "Two-factor authentication failed: %s"
-msgstr "硬件认证失败!"
+msgstr "双因素身份验证失败:%s"
#: libraries/classes/Plugins/TwoFactorPlugin.php:74
-#, fuzzy
-#| msgid "Hardware authentication failed!"
msgid "Two-factor authentication failed."
-msgstr "硬件认证失败!"
+msgstr "双因素身份验证失败。"
#: libraries/classes/Plugins/TwoFactorPlugin.php:127
msgid "No Two-Factor"
-msgstr ""
+msgstr "没有双因素"
#: libraries/classes/Plugins/TwoFactorPlugin.php:137
msgid "Login using password only."
-msgstr ""
+msgstr "仅使用密码登录。"
#: libraries/classes/PmdCommon.php:550
-#, fuzzy
-#| msgid "Error: relation already exists."
msgid "Error: relationship already exists."
msgstr "错误:关系已存在。"
#: libraries/classes/PmdCommon.php:596
-#, fuzzy
-#| msgid "FOREIGN KEY relation added"
msgid "FOREIGN KEY relationship has been added."
-msgstr "已添加外键关联"
+msgstr "已添加外键关联。"
#: libraries/classes/PmdCommon.php:602
-#, fuzzy
-#| msgid "Error: Relation not added."
msgid "Error: FOREIGN KEY relationship could not be added!"
-msgstr "错误:关系未添加。"
+msgstr "错误:无法添加外键关系!"
#: libraries/classes/PmdCommon.php:607
msgid "Error: Missing index on column(s)."
-msgstr ""
+msgstr "错误:列上缺少索引。"
#: libraries/classes/PmdCommon.php:612
msgid "Error: Relational features are disabled!"
msgstr "错误:关系功能被禁用!"
#: libraries/classes/PmdCommon.php:634
-#, fuzzy
-#| msgid "Internal relation added"
msgid "Internal relationship has been added."
-msgstr "已添加内联关系"
+msgstr "已添加内联关系。"
#: libraries/classes/PmdCommon.php:640
-#, fuzzy
-#| msgid "Error: Relation not added."
msgid "Error: Internal relationship could not be added!"
-msgstr "错误:关系未添加。"
+msgstr "错误:内联关系无法添加!"
#: libraries/classes/PmdCommon.php:678
-#, fuzzy
-#| msgid "FOREIGN KEY relation added"
msgid "FOREIGN KEY relationship has been removed."
-msgstr "已添加外键关联"
+msgstr "已移除外键关联。"
#: libraries/classes/PmdCommon.php:684
-#, fuzzy
-#| msgid "Error: Relation not added."
msgid "Error: FOREIGN KEY relationship could not be removed!"
-msgstr "错误:关系未添加。"
+msgstr "错误:外键关联无法移除!"
#: libraries/classes/PmdCommon.php:711
-#, fuzzy
-#| msgid "Error: Relation not added."
msgid "Error: Internal relationship could not be removed!"
-msgstr "错误:关系未添加。"
+msgstr "错误:内联关系无法移除!"
#: libraries/classes/PmdCommon.php:715
-#, fuzzy
-#| msgid "Internal relation added"
msgid "Internal relationship has been removed."
-msgstr "已添加内联关系"
+msgstr "已移除内联关系。"
#: libraries/classes/RecentFavoriteTable.php:139
msgid "Could not save recent table!"
@@ -10102,10 +9711,8 @@ msgid "Enabled"
msgstr "已启用"
#: libraries/classes/Relation.php:116
-#, fuzzy
-#| msgid "Configuration saved."
msgid "Configuration of pmadb…"
-msgstr "配置已保存。"
+msgstr "配置pmadb…"
#: libraries/classes/Relation.php:120 libraries/classes/Relation.php:156
msgid "General relation features"
@@ -10116,10 +9723,8 @@ msgid "Display Features"
msgstr "显示功能"
#: libraries/classes/Relation.php:184
-#, fuzzy
-#| msgid "Creation of PDFs"
msgid "Designer and creation of PDFs"
-msgstr "创建 PDF"
+msgstr "设计器和PDF创建"
#: libraries/classes/Relation.php:195
msgid "Displaying Column Comments"
@@ -10130,11 +9735,8 @@ msgid "Browser transformation"
msgstr "浏览器转换"
#: libraries/classes/Relation.php:208
-#, fuzzy
-#| msgid ""
-#| "Please see the documentation on how to update your column_comments table."
msgid "Please see the documentation on how to update your column_info table."
-msgstr "请参见文档中关于如何更新您的 column_comments 表。"
+msgstr "请参见文档中关于如何更新您的 column_info 表。"
#: libraries/classes/Relation.php:224 libraries/classes/SqlQueryForm.php:401
msgid "Bookmarked SQL query"
@@ -10149,10 +9751,8 @@ msgid "Persistent recently used tables"
msgstr "持久最近使用的表"
#: libraries/classes/Relation.php:257
-#, fuzzy
-#| msgid "Persistent recently used tables"
msgid "Persistent favorite tables"
-msgstr "持久最近使用的表"
+msgstr "持久喜欢的表"
#: libraries/classes/Relation.php:268
msgid "Persistent tables' UI preferences"
@@ -10163,47 +9763,37 @@ msgid "User preferences"
msgstr "用户偏好"
#: libraries/classes/Relation.php:307
-#, fuzzy
-#| msgid "Configuration: %s"
msgid "Configurable menus"
-msgstr "配置: %s"
+msgstr "可配置的菜单"
#: libraries/classes/Relation.php:318
-#, fuzzy
-#| msgid "Reload navigation frame"
msgid "Hide/show navigation items"
-msgstr "刷新导航框架"
+msgstr "隐藏/显示导航项目"
#: libraries/classes/Relation.php:329
msgid "Saving Query-By-Example searches"
-msgstr ""
+msgstr "保存按示例查询搜索"
#: libraries/classes/Relation.php:340
msgid "Managing Central list of columns"
-msgstr ""
+msgstr "管理中央列列表"
#: libraries/classes/Relation.php:351
-#, fuzzy
-#| msgid "Remember table's sorting"
msgid "Remembering Designer Settings"
-msgstr "记录表排序"
+msgstr "记住设计器设置"
#: libraries/classes/Relation.php:362
-#, fuzzy
-#| msgid "Invalid export type"
msgid "Saving export templates"
-msgstr "导出类型无效"
+msgstr "保存导出模板"
#: libraries/classes/Relation.php:370
msgid "Quick steps to set up advanced features:"
msgstr "快速设置高级功能:"
#: libraries/classes/Relation.php:376
-#, fuzzy, php-format
-#| msgid ""
-#| "Create the needed tables with the examples/create_tables.sql."
+#, php-format
msgid "Create the needed tables with the %screate_tables.sql."
-msgstr "通过 examples/create_tables.sql 创建必需的数据表。"
+msgstr "通过 %screate_tables.sql 创建必需的数据表。"
#: libraries/classes/Relation.php:381
msgid "Create a pma user and give access to these tables."
@@ -10235,25 +9825,22 @@ msgstr ""
"置 phpMyAdmin的储存位置 。"
#: libraries/classes/Relation.php:2010
-#, fuzzy, php-format
-#| msgid "Missing phpMyAdmin configuration storage tables"
+#, php-format
msgid ""
"%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin "
"configuration storage there."
-msgstr "丢失 phpMyAdmin 高级功能数据表"
+msgstr "%s创建%s一个名为'phpmyadmin'的数据库,并在那里设置phpMyAdmin配置存储。"
#: libraries/classes/Relation.php:2018
-#, fuzzy, php-format
-#| msgid "Missing phpMyAdmin configuration storage tables"
+#, php-format
msgid ""
"%sCreate%s the phpMyAdmin configuration storage in the current database."
-msgstr "丢失 phpMyAdmin 高级功能数据表"
+msgstr "在当前数据库%s创建%sphpMyAdmin配置存储。"
#: libraries/classes/Relation.php:2026
-#, fuzzy, php-format
-#| msgid "Missing phpMyAdmin configuration storage tables"
+#, php-format
msgid "%sCreate%s missing phpMyAdmin configuration storage tables."
-msgstr "丢失 phpMyAdmin 高级功能数据表"
+msgstr "%s创建%s缺失的 phpMyAdmin 配置存储表。"
#: libraries/classes/ReplicationGui.php:58
#: libraries/classes/ReplicationGui.php:357
@@ -10284,13 +9871,6 @@ msgid "Master configuration"
msgstr "主服务器配置"
#: libraries/classes/ReplicationGui.php:102
-#, fuzzy
-#| msgid ""
-#| "This server is not configured as master server in a replication process. "
-#| "You can choose from either replicating all databases and ignoring certain "
-#| "(useful if you want to replicate majority of databases) or you can choose "
-#| "to ignore all databases by default and allow only certain databases to be "
-#| "replicated. Please select the mode:"
msgid ""
"This server is not configured as a master server in a replication process. "
"You can choose from either replicating all databases and ignoring some of "
@@ -10298,8 +9878,8 @@ msgid ""
"can choose to ignore all databases by default and allow only certain "
"databases to be replicated. Please select the mode:"
msgstr ""
-"此服务器尚未配置为一个复制进程中的主服务器。你可以选择复制所有但忽略某些数据"
-"库 (当你想复制大多数数据库时很有用) 或者仅复制某些数据库。请选择模式:"
+"此服务器尚未配置为一个复制进程中的主服务器。你可以选择复制所有但忽略它们中的某些数据库 (当你想复制大多数数据库时很有用) "
+"或者忽略大多数并仅复制某些数据库。请选择模式:"
#: libraries/classes/ReplicationGui.php:111
msgid "Replicate all databases; Ignore:"
@@ -10334,10 +9914,8 @@ msgid "Slave replication"
msgstr "从复制"
#: libraries/classes/ReplicationGui.php:161
-#, fuzzy
-#| msgid "Insecure connection"
msgid "Master connection:"
-msgstr "非安全连接"
+msgstr "主连接:"
#: libraries/classes/ReplicationGui.php:228
msgid "Slave SQL Thread not running!"
@@ -10415,10 +9993,9 @@ msgid "Skip current error"
msgstr "忽略当前错误"
#: libraries/classes/ReplicationGui.php:333
-#, fuzzy, php-format
-#| msgid "Skip current error"
+#, php-format
msgid "Skip next %s errors."
-msgstr "忽略当前错误"
+msgstr "跳过下一个%s错误。"
#: libraries/classes/ReplicationGui.php:360
#, php-format
@@ -10450,10 +10027,8 @@ msgstr ""
#: libraries/classes/ReplicationGui.php:424
#: libraries/classes/ReplicationGui.php:795
#: libraries/classes/Server/Privileges.php:1499
-#, fuzzy
-#| msgid "User name"
msgid "User name:"
-msgstr "用户名"
+msgstr "用户名:"
#: libraries/classes/ReplicationGui.php:430
#: libraries/classes/ReplicationGui.php:799
@@ -10475,10 +10050,8 @@ msgid "Password"
msgstr "密码"
#: libraries/classes/ReplicationGui.php:459
-#, fuzzy
-#| msgid "Port"
msgid "Port:"
-msgstr "端口"
+msgstr "端口:"
#: libraries/classes/ReplicationGui.php:543
msgid "Master status"
@@ -10531,10 +10104,8 @@ msgstr "任意用户"
#: libraries/classes/ReplicationGui.php:841
#: libraries/classes/ReplicationGui.php:870
#: libraries/classes/Server/Privileges.php:1636
-#, fuzzy
-#| msgid "Use text field"
msgid "Use text field:"
-msgstr "使用文本域"
+msgstr "使用文本域:"
#: libraries/classes/ReplicationGui.php:835
#: libraries/classes/Server/Privileges.php:1627
@@ -10554,62 +10125,46 @@ msgid "Re-type"
msgstr "重新输入"
#: libraries/classes/ReplicationGui.php:886
-#, fuzzy
-#| msgid "Generate password"
msgid "Generate password:"
-msgstr "生成密码"
+msgstr "生成密码:"
#: libraries/classes/ReplicationGui.php:918
msgid ""
"Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] "
"in phpMyAdmin configuration."
-msgstr ""
+msgstr "与服务器的连接已被禁用,请在phpMyAdmin配置中启用$cfg['AllowArbitraryServer']。"
#: libraries/classes/ReplicationGui.php:927
-#, fuzzy
-#| msgid "Replication status"
msgid "Replication started successfully."
-msgstr "复制状态"
+msgstr "复制成功启动。"
#: libraries/classes/ReplicationGui.php:928
-#, fuzzy
-#| msgid "Master replication"
msgid "Error starting replication."
-msgstr "主复制"
+msgstr "启动复制时出错。"
#: libraries/classes/ReplicationGui.php:931
-#, fuzzy
-#| msgid "Chart generated successfully."
msgid "Replication stopped successfully."
-msgstr "图表生成成功。"
+msgstr "复制已成功停止。"
#: libraries/classes/ReplicationGui.php:932
-#, fuzzy
-#| msgid "Master replication"
msgid "Error stopping replication."
-msgstr "主复制"
+msgstr "停止复制时出错。"
#: libraries/classes/ReplicationGui.php:935
-#, fuzzy
-#| msgid "Replication status"
msgid "Replication resetting successfully."
-msgstr "复制状态"
+msgstr "复制成功重置。"
#: libraries/classes/ReplicationGui.php:936
-#, fuzzy
-#| msgid "Master replication"
msgid "Error resetting replication."
-msgstr "主复制"
+msgstr "重置复制时出错。"
#: libraries/classes/ReplicationGui.php:939
msgid "Success."
-msgstr ""
+msgstr "成功。"
#: libraries/classes/ReplicationGui.php:940
-#, fuzzy
-#| msgid "Error"
msgid "Error."
-msgstr "错误"
+msgstr "错误。"
#: libraries/classes/ReplicationGui.php:986
msgid "Unknown error"
@@ -10626,16 +10181,13 @@ msgid ""
msgstr "无法读取主服务器日志。主服务器的权限设置可能有问题。"
#: libraries/classes/ReplicationGui.php:1025
-#, fuzzy
-#| msgid "Unable to change master"
msgid "Unable to change master!"
-msgstr "无法修改主服务器"
+msgstr "无法修改主服务器!"
#: libraries/classes/ReplicationGui.php:1029
-#, fuzzy, php-format
-#| msgid "Master server changed successfully to %s"
+#, php-format
msgid "Master server changed successfully to %s."
-msgstr "已成功修改主服务器到 %s"
+msgstr "已成功修改主服务器到 %s。"
#: libraries/classes/Rte/Events.php:122 libraries/classes/Rte/Events.php:131
#: libraries/classes/Rte/Events.php:162 libraries/classes/Rte/Routines.php:240
@@ -10676,11 +10228,8 @@ msgstr "已创建事件 %1$s 。"
#: libraries/classes/Rte/Events.php:183 libraries/classes/Rte/Routines.php:287
#: libraries/classes/Rte/Triggers.php:159
-#, fuzzy
-#| msgid ""
-#| "One or more errors have occured while processing your request:"
msgid "One or more errors have occurred while processing your request:"
-msgstr "处理请求时发生错误:"
+msgstr "处理请求时发生了一个或多个错误:"
#: libraries/classes/Rte/Events.php:238
msgid "Edit event"
@@ -10729,10 +10278,8 @@ msgstr "用户"
#: libraries/classes/Rte/Events.php:555 libraries/classes/Rte/Routines.php:1126
#: libraries/classes/Rte/Triggers.php:438
-#, fuzzy
-#| msgid "The definer must be in the \"username@hostname\" format"
msgid "The definer must be in the \"username@hostname\" format!"
-msgstr "用户必须是 \"用户名@主机名\" 格式"
+msgstr "用户必须是 \"用户名@主机名\" 格式!"
#: libraries/classes/Rte/Events.php:562
msgid "You must provide an event name!"
@@ -10900,12 +10447,10 @@ msgid "Execution results of routine %s"
msgstr "程序 %s 的运行结果"
#: libraries/classes/Rte/Routines.php:1470
-#, fuzzy, php-format
-#| msgid "%d row affected by the last statement inside the procedure"
-#| msgid_plural "%d rows affected by the last statement inside the procedure"
+#, php-format
msgid "%d row affected by the last statement inside the procedure."
msgid_plural "%d rows affected by the last statement inside the procedure."
-msgstr[0] "存储过程中最后一条语句影响了 %d 行"
+msgstr[0] "存储过程中最后一条语句影响了 %d 行。"
#: libraries/classes/Rte/Routines.php:1527
#: libraries/classes/Rte/Routines.php:1534
@@ -10982,30 +10527,27 @@ msgid "routine"
msgstr "程序"
#: libraries/classes/Rte/Words.php:37
-#, fuzzy
-#| msgid "You do not have the necessary privileges to create a routine"
msgid "You do not have the necessary privileges to create a routine."
-msgstr "你不具有创建程序的必要权限"
+msgstr "你不具有创建程序的必要权限。"
#: libraries/classes/Rte/Words.php:40
#, php-format
msgid ""
"No routine with name %1$s found in database %2$s. You might be lacking the "
"necessary privileges to edit this routine."
-msgstr ""
+msgstr "在数据库%2$s中找不到名称为%1$s的例程。您可能缺少编辑此例程的必要权限。"
#: libraries/classes/Rte/Words.php:44
#, php-format
msgid ""
"No routine with name %1$s found in database %2$s. You might be lacking the "
"necessary privileges to view/export this routine."
-msgstr ""
+msgstr "在数据库%2$s中找不到名称为%1$s的例程。您可能缺少查看/导出此例程的必要权限。"
#: libraries/classes/Rte/Words.php:47
-#, fuzzy, php-format
-#| msgid "No routine with name %1$s found in database %2$s"
+#, php-format
msgid "No routine with name %1$s found in database %2$s."
-msgstr "在数据库 %2$s 中找不到名为 %1$s 的程序"
+msgstr "在数据库 %2$s 中找不到名为 %1$s 的程序。"
#: libraries/classes/Rte/Words.php:48
msgid "There are no routines to display."
@@ -11025,16 +10567,13 @@ msgid "trigger"
msgstr "触发器"
#: libraries/classes/Rte/Words.php:59
-#, fuzzy
-#| msgid "You do not have the necessary privileges to create a trigger"
msgid "You do not have the necessary privileges to create a trigger."
-msgstr "你不具有创建触发器的必要权限"
+msgstr "你不具有创建触发器的必要权限。"
#: libraries/classes/Rte/Words.php:61
-#, fuzzy, php-format
-#| msgid "No trigger with name %1$s found in database %2$s"
+#, php-format
msgid "No trigger with name %1$s found in database %2$s."
-msgstr "在数据库 %2$s 中找不到名为 %1$s 的触发器"
+msgstr "在数据库 %2$s 中找不到名为 %1$s 的触发器。"
#: libraries/classes/Rte/Words.php:62
msgid "There are no triggers to display."
@@ -11054,16 +10593,13 @@ msgid "event"
msgstr "事件"
#: libraries/classes/Rte/Words.php:73
-#, fuzzy
-#| msgid "You do not have the necessary privileges to create an event"
msgid "You do not have the necessary privileges to create an event."
-msgstr "你不具有创建事件的必要权限"
+msgstr "你不具有创建事件的必要权限。"
#: libraries/classes/Rte/Words.php:75
-#, fuzzy, php-format
-#| msgid "No event with name %1$s found in database %2$s"
+#, php-format
msgid "No event with name %1$s found in database %2$s."
-msgstr "在数据库 %2$s 中找不到名为 %1$s 的事件"
+msgstr "在数据库 %2$s 中找不到名为 %1$s 的事件。"
#: libraries/classes/Rte/Words.php:76
msgid "There are no events to display."
@@ -11147,10 +10683,8 @@ msgstr "允许关闭服务器。"
#: libraries/classes/Server/Privileges.php:344
#: libraries/classes/Server/Privileges.php:1331 server_privileges.php:98
-#, fuzzy
-#| msgid "Allows viewing processes of all users"
msgid "Allows viewing processes of all users."
-msgstr "允许查看所有用户的进程"
+msgstr "允许查看所有用户的进程。"
#: libraries/classes/Server/Privileges.php:349
#: libraries/classes/Server/Privileges.php:1219 server_privileges.php:77
@@ -11217,17 +10751,13 @@ msgstr "允许创建视图。"
#: libraries/classes/Server/Privileges.php:408
#: libraries/classes/Server/Privileges.php:1291 server_privileges.php:75
-#, fuzzy
-#| msgid "Allows to set up events for the event scheduler"
msgid "Allows to set up events for the event scheduler."
-msgstr "允许为事件触发器设置事件"
+msgstr "允许为事件触发器设置事件。"
#: libraries/classes/Server/Privileges.php:413
#: libraries/classes/Server/Privileges.php:1295 server_privileges.php:116
-#, fuzzy
-#| msgid "Allows creating and dropping triggers"
msgid "Allows creating and dropping triggers."
-msgstr "允许创建和删除触发器"
+msgstr "允许创建和删除触发器。"
#: libraries/classes/Server/Privileges.php:424
#: libraries/classes/Server/Privileges.php:430
@@ -11265,19 +10795,19 @@ msgstr "启用SSL加密"
#: libraries/classes/Server/Privileges.php:756
msgid "Requires a valid X509 certificate."
-msgstr ""
+msgstr "需要有效的X509证书。"
#: libraries/classes/Server/Privileges.php:781
msgid "Requires that a specific cipher method be used for a connection."
-msgstr ""
+msgstr "需要使用特定的密码方法进行连接。"
#: libraries/classes/Server/Privileges.php:794
msgid "Requires that a valid X509 certificate issued by this CA be presented."
-msgstr ""
+msgstr "要求提供此CA颁发的有效X509证书。"
#: libraries/classes/Server/Privileges.php:807
msgid "Requires that a valid X509 certificate with this subject be presented."
-msgstr ""
+msgstr "要求提供包含此主题的有效X509证书。"
#: libraries/classes/Server/Privileges.php:837 server_privileges.php:89
msgid "Limits the number of queries the user may send to the server per hour."
@@ -11302,28 +10832,22 @@ msgstr "限制该用户的并发连接数。"
#: libraries/classes/Server/Privileges.php:3347
#: libraries/classes/Server/Privileges.php:4565
#: templates/privileges/edit_routine_privileges.twig:11
-#, fuzzy
-#| msgid "Routines"
msgid "Routine"
-msgstr "程序"
+msgstr "例程"
#: libraries/classes/Server/Privileges.php:940
msgid ""
"Allows user to give to other users or remove from other users privileges "
"that user possess on this routine."
-msgstr ""
+msgstr "允许用户向其他用户提供或从其他用户中删除该例程中用户拥有的权限。"
#: libraries/classes/Server/Privileges.php:947
-#, fuzzy
-#| msgid "Allows altering and dropping stored routines."
msgid "Allows altering and dropping this routine."
-msgstr "允许修改或删除储存过程。"
+msgstr "允许更改和删除此例程。"
#: libraries/classes/Server/Privileges.php:952
-#, fuzzy
-#| msgid "Allows executing stored routines."
msgid "Allows executing this routine."
-msgstr "允许运行存储过程。"
+msgstr "允许执行此例程。"
#: libraries/classes/Server/Privileges.php:1002
#: libraries/classes/Server/Privileges.php:1171
@@ -11336,10 +10860,8 @@ msgstr "按表指定权限"
#: libraries/classes/Server/Privileges.php:1181
#: libraries/classes/Server/Privileges.php:3538
#: templates/privileges/edit_routine_privileges.twig:16
-#, fuzzy
-#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
-msgstr "注意:MySQL 权限名称会以英文显示"
+msgstr "注意:MySQL 权限名称会以英文显示。"
#: libraries/classes/Server/Privileges.php:1145
msgid "Administration"
@@ -11351,8 +10873,6 @@ msgid "Global privileges"
msgstr "全局权限"
#: libraries/classes/Server/Privileges.php:1166
-#, fuzzy
-#| msgid "global"
msgid "Global"
msgstr "全局"
@@ -11378,20 +10898,16 @@ msgstr "允许添加用户和权限而不重新载入权限表。"
msgid ""
"Allows user to give to other users or remove from other users the privileges "
"that user possess yourself."
-msgstr ""
+msgstr "允许用户向其他用户提供或从其他用户中删除用户拥有的权限。"
#: libraries/classes/Server/Privileges.php:1429
#: libraries/classes/Server/Privileges.php:1460
-#, fuzzy
-#| msgid "Cookie authentication"
msgid "Native MySQL authentication"
-msgstr "Cookie 认证"
+msgstr "MySQL自带身份验证"
#: libraries/classes/Server/Privileges.php:1462
-#, fuzzy
-#| msgid "Signon authentication"
msgid "SHA256 password authentication"
-msgstr "Signon 认证"
+msgstr "SHA256密码验证"
#: libraries/classes/Server/Privileges.php:1496
#: libraries/classes/Server/Privileges.php:3102
@@ -11409,38 +10925,30 @@ msgstr "使用文本域"
msgid ""
"An account already exists with the same username but possibly a different "
"hostname."
-msgstr ""
+msgstr "已存在具有相同用户名但可能具有不同主机名的帐户。"
#: libraries/classes/Server/Privileges.php:1554
-#, fuzzy
-#| msgid "User name"
msgid "Host name:"
-msgstr "用户名"
+msgstr "主机名:"
#: libraries/classes/Server/Privileges.php:1559
#: libraries/classes/Server/Privileges.php:1644
#: libraries/classes/Server/Privileges.php:2563
#: libraries/classes/Server/Privileges.php:3534
-#, fuzzy
-#| msgid "Log name"
msgid "Host name"
-msgstr "日志文件名"
+msgstr "主机名"
#: libraries/classes/Server/Privileges.php:1667
msgid "Do not change the password"
msgstr "保持原密码"
#: libraries/classes/Server/Privileges.php:1717
-#, fuzzy
-#| msgid "Authentication"
msgid "Authentication Plugin"
-msgstr "认证"
+msgstr "认证插件"
#: libraries/classes/Server/Privileges.php:1724
-#, fuzzy
-#| msgid "Password Hashing:"
msgid "Password Hashing Method"
-msgstr "密码加密方式:"
+msgstr "密码加密方式"
#: libraries/classes/Server/Privileges.php:2014
#, php-format
@@ -11470,10 +10978,9 @@ msgid "Grant all privileges on wildcard name (username\\_%)."
msgstr "给以 用户名_ 开头的数据库 (username\\_%) 授予所有权限。"
#: libraries/classes/Server/Privileges.php:2195
-#, fuzzy, php-format
-#| msgid "Grant all privileges on database \"%s\"."
+#, php-format
msgid "Grant all privileges on database %s."
-msgstr "授予数据库“%s”的所有权限。"
+msgstr "授予数据库 %s 所有权限。"
#: libraries/classes/Server/Privileges.php:2369
#: libraries/classes/Server/Privileges.php:2443
@@ -11493,7 +11000,7 @@ msgstr "授权"
#: libraries/classes/Server/Privileges.php:2581
msgid "Not enough privilege to view users."
-msgstr ""
+msgstr "没有足够的权限来查看用户。"
#: libraries/classes/Server/Privileges.php:2600
#: libraries/classes/Server/Privileges.php:3966
@@ -11519,10 +11026,8 @@ msgid "wildcard"
msgstr "通配符"
#: libraries/classes/Server/Privileges.php:2693
-#, fuzzy
-#| msgid "database-specific"
msgid "table-specific"
-msgstr "按数据库指定"
+msgstr "按表指定"
#: libraries/classes/Server/Privileges.php:2832
msgid "Edit privileges"
@@ -11533,10 +11038,8 @@ msgid "Revoke"
msgstr "撤销"
#: libraries/classes/Server/Privileges.php:2859
-#, fuzzy
-#| msgid "Edit server"
msgid "Edit user group"
-msgstr "编辑服务器"
+msgstr "编辑用户组"
#: libraries/classes/Server/Privileges.php:3074
msgid "… keep the old one."
@@ -11567,17 +11070,15 @@ msgstr "创建具有相同权限的新用户账户然后 …"
#: libraries/classes/Server/Privileges.php:3346
#: templates/privileges/edit_routine_privileges.twig:12
-#, fuzzy
-#| msgid "Column-specific privileges"
msgid "Routine-specific privileges"
-msgstr "按字段指定权限"
+msgstr "按例程指定权限"
#: libraries/classes/Server/Privileges.php:3542
#: libraries/classes/Server/UserGroups.php:87
#: templates/privileges/choose_user_group.twig:4
#: templates/privileges/choose_user_group.twig:5
msgid "User group"
-msgstr ""
+msgstr "用户组"
#: libraries/classes/Server/Privileges.php:3664
#: libraries/classes/Server/Privileges.php:4795
@@ -11650,33 +11151,20 @@ msgid ""
"A user account allowing any user from localhost to connect is present. This "
"will prevent other users from connecting if the host part of their account "
"allows a connection from any (%) host."
-msgstr ""
+msgstr "存在允许来自localhost的任何用户连接的用户帐户。如果其帐户的主机部分允许来自任何(%)主机的连接,这将阻止其他用户连接。"
#: libraries/classes/Server/Privileges.php:4727
-#, fuzzy, php-format
-#| msgid ""
-#| "Note: phpMyAdmin gets the users' privileges directly from MySQL's "
-#| "privilege tables. The content of these tables may differ from the "
-#| "privileges the server uses, if they have been changed manually. In this "
-#| "case, you should %sreload the privileges%s before you continue."
+#, php-format
msgid ""
"Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
"tables. The content of these tables may differ from the privileges the "
"server uses, if they have been changed manually. In this case, you should "
"%sreload the privileges%s before you continue."
msgstr ""
-"注意:phpMyAdmin 直接由 MySQL 权限表取得用户权限。如果用户手动更改表,表内容"
-"将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权"
-"限%s。"
+"注意:phpMyAdmin 直接由 MySQL "
+"权限表取得用户权限。如果用户手动更改表,表内容将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权限%s。"
#: libraries/classes/Server/Privileges.php:4744
-#, fuzzy
-#| msgid ""
-#| "Note: phpMyAdmin gets the users' privileges directly from MySQL's "
-#| "privilege tables. The content of these tables may differ from the "
-#| "privileges the server uses, if they have been changed manually. In this "
-#| "case, the privileges have to be reloaded but currently, you don't have "
-#| "the RELOAD privilege."
msgid ""
"Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
"tables. The content of these tables may differ from the privileges the "
@@ -11684,9 +11172,8 @@ msgid ""
"privileges have to be reloaded but currently, you don't have the RELOAD "
"privilege."
msgstr ""
-"注意:phpMyAdmin 直接由 MySQL 权限表取得用户权限。如果用户手动更改权限表,表"
-"内容将可能与服务器使用的用户权限有异。在这种情况下,应当重新载入权限表,但您"
-"没有RELOAD权限。"
+"注意:phpMyAdmin 直接由 MySQL "
+"权限表取得用户权限。如果用户手动更改权限表,表内容将可能与服务器使用的用户权限有异。在这种情况下,应当重新载入权限表,但您没有RELOAD权限。"
#: libraries/classes/Server/Privileges.php:5015
msgid "You have added a new user."
@@ -11694,10 +11181,8 @@ msgstr "您已添加了一个新用户。"
#: libraries/classes/Server/Select.php:53
#: libraries/classes/Server/Select.php:58
-#, fuzzy
-#| msgid "Current server"
msgid "Current server:"
-msgstr "当前服务器"
+msgstr "当前服务器:"
#: libraries/classes/Server/Status.php:68
#, php-format
@@ -12026,16 +11511,12 @@ msgid "Instructions/Setup"
msgstr "说明/设置"
#: libraries/classes/Server/Status/Monitor.php:270
-#, fuzzy
-#| msgid "Done rearranging/editing charts"
msgid "Done dragging (rearranging) charts"
-msgstr "完成排列/编辑图表"
+msgstr "完成拖拽(排列)图表"
#: libraries/classes/Server/Status/Monitor.php:290
-#, fuzzy
-#| msgid "Enable highlighting"
msgid "Enable charts dragging"
-msgstr "启用高亮"
+msgstr "启用图表拖拽"
#: libraries/classes/Server/Status/Monitor.php:294
#: libraries/classes/Server/Status/Processes.php:38
@@ -12103,10 +11584,8 @@ msgid "per minute:"
msgstr "每分钟:"
#: libraries/classes/Server/Status/Queries.php:61
-#, fuzzy
-#| msgid "per second"
msgid "per second:"
-msgstr "每秒"
+msgstr "每秒:"
#: libraries/classes/Server/Status/Queries.php:98
msgid "Statements"
@@ -12534,7 +12013,6 @@ msgstr ""
"可能设置得太小了。缓存缺失率可以由 Key_reads/Key_read_requests 计算得出。"
#: libraries/classes/Server/Status/Variables.php:617
-#, fuzzy
msgid ""
"Key cache miss calculated as rate of physical reads compared to read "
"requests (calculated value)"
@@ -12768,84 +12246,62 @@ msgstr "非睡眠状态的线程数量。"
#: libraries/classes/Server/UserGroups.php:31
#, php-format
msgid "Users of '%s' user group"
-msgstr ""
+msgstr "“%s”用户组的用户"
#: libraries/classes/Server/UserGroups.php:44
msgid "No users were found belonging to this user group."
-msgstr ""
+msgstr "未找到属于此用户组的用户。"
#: libraries/classes/Server/UserGroups.php:73
#: libraries/classes/Server/Users.php:38
-#, fuzzy
-#| msgid "Users"
msgid "User groups"
-msgstr "用户"
+msgstr "用户组"
#: libraries/classes/Server/UserGroups.php:88
-#, fuzzy
-#| msgid "Server version"
msgid "Server level tabs"
-msgstr "服务器版本"
+msgstr "服务器级别标签"
#: libraries/classes/Server/UserGroups.php:89
-#, fuzzy
-#| msgid "Database server"
msgid "Database level tabs"
-msgstr "数据库服务器"
+msgstr "数据库级别标签"
#: libraries/classes/Server/UserGroups.php:90
-#, fuzzy
-#| msgid "Table comments"
msgid "Table level tabs"
-msgstr "表注释"
+msgstr "表级别标签"
#: libraries/classes/Server/UserGroups.php:118
-#, fuzzy
-#| msgid "Views"
msgid "View users"
-msgstr "视图"
+msgstr "查看用户"
#: libraries/classes/Server/UserGroups.php:154
#: libraries/classes/Server/UserGroups.php:218
-#, fuzzy
-#| msgid "Add user"
msgid "Add user group"
-msgstr "添加用户"
+msgstr "添加用户组"
#: libraries/classes/Server/UserGroups.php:221
#, php-format
msgid "Edit user group: '%s'"
-msgstr ""
+msgstr "编辑用户组:“%s”"
#: libraries/classes/Server/UserGroups.php:237
-#, fuzzy
-#| msgid "No privileges."
msgid "User group menu assignments"
-msgstr "无权限。"
+msgstr "用户组菜单分配"
#: libraries/classes/Server/UserGroups.php:245
-#, fuzzy
-#| msgid "Column names: "
msgid "Group name:"
-msgstr "字段名: "
+msgstr "组名:"
#: libraries/classes/Server/UserGroups.php:282
-#, fuzzy
-#| msgid "Server version"
msgid "Server-level tabs"
-msgstr "服务器版本"
+msgstr "服务器等级标签"
#: libraries/classes/Server/UserGroups.php:285
-#, fuzzy
-#| msgid "Database server"
msgid "Database-level tabs"
-msgstr "数据库服务器"
+msgstr "数据库等级标签"
#: libraries/classes/Server/UserGroups.php:288
-#, fuzzy
-#| msgid "Table comments"
msgid "Table-level tabs"
-msgstr "表注释"
+msgstr "表等级标签"
#: libraries/classes/Sql.php:248 libraries/classes/Util.php:1145
#: templates/console/display.twig:31 templates/console/display.twig:175
@@ -12853,65 +12309,48 @@ msgid "Profiling"
msgstr "性能分析"
#: libraries/classes/Sql.php:251
-#, fuzzy
-#| msgid "Data file grow size"
msgid "Detailed profile"
-msgstr "数据文件增长大小"
+msgstr "详细资料"
#: libraries/classes/Sql.php:256 libraries/classes/Sql.php:272
-#, fuzzy
-#| msgctxt "Start of recurring event"
-#| msgid "Start"
msgid "State"
-msgstr "起始时间"
+msgstr "状态"
#: libraries/classes/Sql.php:269
msgid "Summary by state"
-msgstr ""
+msgstr "状态概要"
#: libraries/classes/Sql.php:275
-#, fuzzy
-#| msgid "Total time:"
msgid "Total Time"
-msgstr "总时间:"
+msgstr "总时间"
#: libraries/classes/Sql.php:277
-#, fuzzy
-#| msgid "Time"
msgid "% Time"
-msgstr "时间"
+msgstr "% 时间"
#: libraries/classes/Sql.php:279
-#, fuzzy
-#| msgid "Close"
msgid "Calls"
-msgstr "关闭"
+msgstr "请求"
#: libraries/classes/Sql.php:281
-#, fuzzy
-#| msgid "Time"
msgid "ø Time"
-msgstr "时间"
+msgstr "ø 时间"
#: libraries/classes/Sql.php:586 libraries/classes/Sql.php:604
msgid "Bookmark this SQL query"
msgstr "将此 SQL 查询加为书签"
#: libraries/classes/Sql.php:590
-#, fuzzy
-#| msgid "Label"
msgid "Label:"
-msgstr "标签"
+msgstr "标签:"
#: libraries/classes/Sql.php:597 libraries/classes/SqlQueryForm.php:316
msgid "Let every user access this bookmark"
msgstr "让所有用户均可访问此书签"
#: libraries/classes/Sql.php:813
-#, fuzzy
-#| msgid "Bookmark not created"
msgid "Bookmark not created!"
-msgstr "未创建书签"
+msgstr "未创建书签!"
#: libraries/classes/Sql.php:923
#, php-format
@@ -12923,24 +12362,18 @@ msgid "Showing as PHP code"
msgstr "显示为 PHP 代码"
#: libraries/classes/Sql.php:1775
-#, fuzzy, php-format
-#| msgid ""
-#| "This table does not contain a unique column. Grid edit, checkbox, Edit, "
-#| "Copy and Delete features are not available."
+#, php-format
msgid ""
"Current selection does not contain a unique column. Grid edit, checkbox, "
"Edit, Copy and Delete features are not available. %s"
-msgstr "该表没有唯一字段。单元格编辑、复选框、编辑、复制和删除无法正常使用。"
+msgstr "当前所选内容没有包含唯一字段。单元格编辑、复选框、编辑、复制和删除无法正常使用。%s"
#: libraries/classes/Sql.php:1789
-#, fuzzy, php-format
-#| msgid ""
-#| "This table does not contain a unique column. Grid edit, checkbox, Edit, "
-#| "Copy and Delete features are not available."
+#, php-format
msgid ""
"Current selection does not contain a unique column. Grid edit, Edit, Copy "
"and Delete features may result in undesired behavior. %s"
-msgstr "该表没有唯一字段。单元格编辑、复选框、编辑、复制和删除无法正常使用。"
+msgstr "当前所选内容没有包含唯一字段。单元格编辑、复选框、编辑、复制和删除可能会导致无法预料的情形发生。%s"
#: libraries/classes/Sql.php:1831
#, php-format
@@ -12948,10 +12381,9 @@ msgid "Problems with indexes of table `%s`"
msgstr "数据表 `%s` 的索引存在问题"
#: libraries/classes/SqlQueryForm.php:140
-#, fuzzy, php-format
-#| msgid "Run SQL query/queries on server %s"
+#, php-format
msgid "Run SQL query/queries on server “%s”"
-msgstr "在服务器 %s 运行 SQL 查询"
+msgstr "在服务器 “%s” 运行 SQL 查询"
#: libraries/classes/SqlQueryForm.php:157
#, php-format
@@ -12959,10 +12391,9 @@ msgid "Run SQL query/queries on database %s"
msgstr "在数据库 %s 运行 SQL 查询"
#: libraries/classes/SqlQueryForm.php:178
-#, fuzzy, php-format
-#| msgid "Run SQL query/queries on database %s"
+#, php-format
msgid "Run SQL query/queries on table %s"
-msgstr "在数据库 %s 运行 SQL 查询"
+msgstr "在表 %s 运行 SQL 查询"
#: libraries/classes/SqlQueryForm.php:248 setup/frames/index.inc.php:254
#: templates/console/display.twig:7
@@ -12971,19 +12402,15 @@ msgstr "清除"
#: libraries/classes/SqlQueryForm.php:254
msgid "Get auto-saved query"
-msgstr ""
+msgstr "获取自动保存的查询"
#: libraries/classes/SqlQueryForm.php:260
-#, fuzzy
-#| msgid "Bad parameters!"
msgid "Bind parameters"
-msgstr "参数无效!"
+msgstr "绑定参数"
#: libraries/classes/SqlQueryForm.php:308
-#, fuzzy
-#| msgid "Bookmark this SQL query"
msgid "Bookmark this SQL query:"
-msgstr "将此 SQL 查询加为书签"
+msgstr "将此 SQL 查询加为书签:"
#: libraries/classes/SqlQueryForm.php:322
msgid "Replace existing bookmark of same name"
@@ -12999,7 +12426,7 @@ msgstr "在此再次显示此查询"
#: libraries/classes/SqlQueryForm.php:363
msgid "Rollback when finished"
-msgstr ""
+msgstr "完成后回滚"
#: libraries/classes/SqlQueryForm.php:410
msgid "shared"
@@ -13105,10 +12532,9 @@ msgid "Error creating foreign key on %1$s (check data types)"
msgstr "在 %1$s 创建外键时发生错误 (检查数据类型)"
#: libraries/classes/Template.php:127
-#, fuzzy, php-format
-#| msgid "Error while loading the search."
+#, php-format
msgid "Error while working with template cache: %s"
-msgstr "加载搜索时出现错误。"
+msgstr "使用模板缓存时出错:%s"
#: libraries/classes/Theme.php:186
#, php-format
@@ -13149,10 +12575,8 @@ msgid "Updated"
msgstr "更新"
#: libraries/classes/Tracking.php:169 libraries/classes/Tracking.php:233
-#, fuzzy
-#| msgid "Create version"
msgid "Delete version"
-msgstr "创建版本"
+msgstr "删除版本"
#: libraries/classes/Tracking.php:170 libraries/classes/Tracking.php:332
#: templates/database/tracking/tracked_tables.twig:60
@@ -13177,8 +12601,7 @@ msgid "No data"
msgstr "无数据"
#: libraries/classes/Tracking.php:449 libraries/classes/Tracking.php:499
-#, fuzzy, php-format
-#| msgid "Show %s with dates from %s to %s by user %s %s"
+#, php-format
msgid "Show %1$s with dates from %2$s to %3$s by user %4$s %5$s"
msgstr "显示自 %2$s 起至 %3$s 用户 %4$s 执行的 %1$s %5$s"
@@ -13254,10 +12677,9 @@ msgid "Tracking for %1$s was deactivated at version %2$s."
msgstr "对%1$s 的追踪从版本 %2$s 已停用。"
#: libraries/classes/Tracking.php:995
-#, fuzzy, php-format
-#| msgid "Create version %1$s of %2$s"
+#, php-format
msgid "Version %1$s of %2$s was deleted."
-msgstr "为 %2$s 创建版本 %1$s"
+msgstr "%2$s的版本%1$s被删除了。"
#: libraries/classes/Tracking.php:1026
#, php-format
@@ -13615,10 +13037,9 @@ msgid "Missing parameter:"
msgstr "缺少参数:"
#: libraries/classes/Util.php:2416
-#, fuzzy, php-format
-#| msgid "Jump to database \"%s\"."
+#, php-format
msgid "Jump to database “%s”."
-msgstr "转到数据库 \"%s\"。"
+msgstr "转到数据库 “%s”。"
#: libraries/classes/Util.php:2441
#, php-format
@@ -13649,19 +13070,19 @@ msgstr "执行"
#: libraries/classes/Util.php:3829
msgid "SSL is not being used"
-msgstr ""
+msgstr "SSL未被使用"
#: libraries/classes/Util.php:3834
msgid "SSL is used with disabled verification"
-msgstr ""
+msgstr "SSL在禁用验证的状态下使用"
#: libraries/classes/Util.php:3836
msgid "SSL is used without certification authority"
-msgstr ""
+msgstr "SSL在没有证书颁发机构的情况下使用"
#: libraries/classes/Util.php:3839
msgid "SSL is used"
-msgstr ""
+msgstr "已使用SSL"
#: libraries/classes/Util.php:3960
msgid "Users"
@@ -13684,7 +13105,7 @@ msgstr "ZIP 包中有错误:"
msgid ""
"Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to "
"access phpMyAdmin."
-msgstr ""
+msgstr "无法设置会话cookie。也许您使用HTTP而不是HTTPS来访问phpMyAdmin。"
#: libraries/common.inc.php:338
msgid "Invalid authentication method set in configuration:"
@@ -13816,10 +13237,8 @@ msgid "Manage your settings"
msgstr "管理我的设置"
#: libraries/user_preferences.inc.php:38
-#, fuzzy
-#| msgid "Config authentication"
msgid "Two-factor authentication"
-msgstr "Config 认证"
+msgstr "双因素身份验证"
#: libraries/user_preferences.inc.php:63 prefs_manage.php:296
msgid "Configuration has been saved."
@@ -13838,23 +13257,19 @@ msgstr "致命错误:导航只能通过AJAX访问"
#: prefs_forms.php:28 setup/frames/form.inc.php:21
msgid "Incorrect form specified!"
-msgstr ""
+msgstr "指定的表单不正确!"
#: prefs_forms.php:80
-#, fuzzy
-#| msgid "Cannot save settings, submitted form contains errors"
msgid "Cannot save settings, submitted form contains errors!"
-msgstr "无法保存设置,提交的表单中有错误"
+msgstr "无法保存设置,提交的表单中有错误!"
#: prefs_manage.php:50
-#, fuzzy
-#| msgid "Missing phpMyAdmin configuration storage tables"
msgid "phpMyAdmin configuration snippet"
-msgstr "丢失 phpMyAdmin 高级功能数据表"
+msgstr "phpMyAdmin配置代码段"
#: prefs_manage.php:51
msgid "Paste it to your config.inc.php"
-msgstr ""
+msgstr "将它粘贴到您的config.inc.php"
#: prefs_manage.php:91
msgid "Could not import configuration"
@@ -13905,10 +13320,8 @@ msgstr ""
"你可以通过修改 config.inc.php 文件进行更多设置,如通过使用%s安装脚本%s。"
#: prefs_manage.php:312
-#, fuzzy
-#| msgid "Save as file"
msgid "Save as PHP file"
-msgstr "保存为文件"
+msgstr "保存为PHP文件"
#: prefs_manage.php:317
msgid "Save to browser's storage"
@@ -13927,16 +13340,12 @@ msgid "You can reset all your settings and restore them to default values."
msgstr "你可以重置并将所有设置恢复为默认值。"
#: prefs_twofactor.php:29
-#, fuzzy
-#| msgid "Internal relation added"
msgid "Two-factor authentication has been removed."
-msgstr "已添加内联关系"
+msgstr "双因素身份验证已被删除。"
#: prefs_twofactor.php:39
-#, fuzzy
-#| msgid "Invalid authentication method set in configuration:"
msgid "Two-factor authentication has been configured."
-msgstr "配置文件中设置的认证方式无效:"
+msgstr "已配置双因素身份验证。"
#: server_export.php:25
msgid "View dump (schema) of databases"
@@ -13948,24 +13357,22 @@ msgid "No Privileges"
msgstr "无权限"
#: server_privileges.php:150
-#, fuzzy
-#| msgid "You do not have the necessary privileges to create a trigger"
msgid "You do not have privileges to manipulate with the users!"
-msgstr "你不具有创建触发器的必要权限"
+msgstr "您没有权限与用户进行操作!"
#: server_privileges.php:164
msgid ""
"Username and hostname didn't change. If you only want to change the "
"password, 'Change password' tab should be used."
-msgstr ""
+msgstr "用户名和主机名不会更改。如果您只想更改密码,则应使用“更改密码”选项卡。"
#: server_status.php:35
msgid "Not enough privilege to view server status."
-msgstr ""
+msgstr "没有足够的权限来查看服务器状态。"
#: server_status_advisor.php:33
msgid "Not enough privilege to view the advisor."
-msgstr ""
+msgstr "没有足够的权限来查看建议。"
#: server_status_processes.php:33
#, php-format
@@ -13980,11 +13387,11 @@ msgstr "phpMyAdmin 无法杀死线程 %s。该线程可能已经关闭。"
#: server_status_queries.php:43
msgid "Not enough privilege to view query statistics."
-msgstr ""
+msgstr "没有足够的权限来查看查询统计信息。"
#: server_status_variables.php:52
msgid "Not enough privilege to view status variables."
-msgstr ""
+msgstr "没有足够的权限来查看状态变量。"
#: setup/frames/config.inc.php:17 setup/frames/index.inc.php:189
msgid "Configuration file"
@@ -14001,14 +13408,10 @@ msgid ""
msgstr "你现在没有使用安全连接,所有数据(包括敏感信息,如密码)均为明文传输!"
#: setup/frames/index.inc.php:54
-#, fuzzy
-#| msgid ""
-#| "If your server is also configured to accept HTTPS requests follow [a@"
-#| "%s]this link[/a] to use a secure connection."
msgid ""
"If your server is also configured to accept HTTPS requests follow this link "
"to use a secure connection."
-msgstr "如果你的服务器已经配置好支持 HTTPS,请[a@%s]点击这里[/a]使用安全连接。"
+msgstr "如果你的服务器已经配置好支持 HTTPS,请点击这里使用安全连接。"
#: setup/frames/index.inc.php:58
msgid "Insecure connection"
@@ -14027,10 +13430,8 @@ msgstr ""
"除 config 文件夹。"
#: setup/frames/index.inc.php:97
-#, fuzzy
-#| msgid "Configuration saved."
msgid "Configuration not saved!"
-msgstr "配置已保存。"
+msgstr "配置没有保存!"
#: setup/frames/index.inc.php:100
msgid ""
@@ -14103,7 +13504,7 @@ msgstr "添加服务器"
#: setup/index.php:18
msgid "Configuration already exists, setup is disabled!"
-msgstr ""
+msgstr "配置已存在,设置已禁用!"
#: setup/index.php:28
msgid "Wrong GET file attribute value"
@@ -14163,7 +13564,7 @@ msgstr "无效数据"
#: setup/validate.php:32
#, php-format
msgid "Wrong data or no validation for %s"
-msgstr ""
+msgstr "%s是错误的数据或没有验证"
#: tbl_create.php:36 tbl_get_field.php:31
#, php-format
@@ -14186,13 +13587,11 @@ msgstr "表名无效"
#: tbl_replace.php:243
#, php-format
msgid "Row: %1$s, Column: %2$s, Error: %3$s"
-msgstr ""
+msgstr "行:%1$s,列:%2$s,错误:%3$s"
#: tbl_row_action.php:73
-#, fuzzy
-#| msgid "No rows selected"
msgid "No row selected."
-msgstr "没有选中任何行"
+msgstr "没有选中任何行。"
#: tbl_tracking.php:34
#, php-format
@@ -14200,16 +13599,12 @@ msgid "Tracking of %s is activated."
msgstr "%s 的追踪已启用。"
#: tbl_tracking.php:103
-#, fuzzy
-#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
-msgstr "已成功删除选中的用户。"
+msgstr "跟踪版本已成功删除。"
#: tbl_tracking.php:108
-#, fuzzy
-#| msgid "No rows selected"
msgid "No versions selected."
-msgstr "没有选中任何行"
+msgstr "没有选择版本。"
#: tbl_tracking.php:139
msgid "SQL statements executed."
@@ -14228,30 +13623,22 @@ msgid "Available MIME types"
msgstr "可用的 MIME 类型"
#: transformation_overview.php:39
-#, fuzzy
-#| msgid "Available transformations"
msgid "Available browser display transformations"
-msgstr "可用的转换"
+msgstr "可用的浏览器显示转换"
#: transformation_overview.php:40
-#, fuzzy
-#| msgid "Available transformations"
msgid "Available input transformations"
-msgstr "可用的转换"
+msgstr "可用的输入转换"
#: transformation_overview.php:43
#: templates/columns_definitions/table_fields_definitions.twig:78
-#, fuzzy
-#| msgid "Browser transformation"
msgid "Browser display transformation"
-msgstr "浏览器转换"
+msgstr "浏览器显示转换"
#: transformation_overview.php:44
#: templates/columns_definitions/table_fields_definitions.twig:89
-#, fuzzy
-#| msgid "Browser transformation"
msgid "Input transformation"
-msgstr "浏览器转换"
+msgstr "输入转换"
#: transformation_overview.php:55
msgctxt "for MIME transformation"
@@ -14276,22 +13663,16 @@ msgid "Check tables having overhead"
msgstr "仅选择多余"
#: templates/database/structure/check_all_tables.twig:10
-#, fuzzy
-#| msgid "Copy"
msgid "Copy table"
-msgstr "复制"
+msgstr "复制表格"
#: templates/database/structure/check_all_tables.twig:11
-#, fuzzy
-#| msgid "Show color"
msgid "Show create"
-msgstr "显示颜色"
+msgstr "显示创建"
#: templates/database/structure/check_all_tables.twig:25
-#, fuzzy
-#| msgid "Add prefix"
msgid "Prefix"
-msgstr "添加前缀"
+msgstr "前缀"
#: templates/database/structure/check_all_tables.twig:26
msgid "Add prefix to table"
@@ -14302,38 +13683,30 @@ msgid "Replace table prefix"
msgstr "修改表前缀"
#: templates/database/structure/check_all_tables.twig:33
-#, fuzzy
-#| msgid "CHAR textarea columns"
msgid "Add columns to central list"
-msgstr "CHAR 文本框列"
+msgstr "将列添加到中央列表"
#: templates/database/structure/check_all_tables.twig:34
msgid "Remove columns from central list"
-msgstr ""
+msgstr "从中央列表中删除列"
#: templates/database/structure/check_all_tables.twig:35
-#, fuzzy
-#| msgid "CHAR textarea columns"
msgid "Make consistent with central list"
-msgstr "CHAR 文本框列"
+msgstr "与中央列表保持一致"
#: templates/prefs_twofactor_confirm.twig:2
-#, fuzzy
-#| msgid "Config authentication"
msgid "Confirm disabling two-factor authentication"
-msgstr "Config 认证"
+msgstr "确认禁用双因素身份验证"
#: templates/prefs_twofactor_confirm.twig:5
msgid ""
"By disabling two factor authentication you will be again able to login using "
"password only."
-msgstr ""
+msgstr "通过禁用双因素身份验证,您将仅需使用密码登录。"
#: templates/prefs_twofactor_confirm.twig:9 templates/prefs_twofactor.twig:37
-#, fuzzy
-#| msgid "Config authentication"
msgid "Disable two-factor authentication"
-msgstr "Config 认证"
+msgstr "禁用双因素身份验证"
#: templates/database/tracking/tracked_tables.twig:2
msgid "Tracked tables"
@@ -14376,14 +13749,10 @@ msgid "File may be compressed (%s) or uncompressed."
msgstr "文件可能已压缩 (%s) 或未压缩。"
#: templates/display/import/import.twig:58
-#, fuzzy
-#| msgid ""
-#| "A compressed file's name must end in .[format].[compression]. "
-#| "Example: .sql.zip"
msgid ""
"A compressed file's name must end in .[format].[compression]"
"strong>. Example: .sql.zip"
-msgstr "压缩文件名必须以 .[格式].[压缩方式] 结尾。如:.sql.zip"
+msgstr "压缩文件名必须以 .[格式].[压缩方式] 结尾。如:.sql.zip"
#: templates/display/import/import.twig:69
#: templates/display/import/import.twig:84
@@ -14410,26 +13779,15 @@ msgid ""
msgstr "上一个导入操作超时,随后重新提交将会从 %d 处开始。"
#: templates/display/import/import.twig:137
-#, fuzzy
-#| msgid ""
-#| "Allow the interruption of an import in case the script detects it is "
-#| "close to the PHP timeout limit. (This might be a good way to import "
-#| "large files, however it can break transactions.)"
msgid ""
"Allow the interruption of an import in case the script detects it is close "
"to the PHP timeout limit. (This might be a good way to import large "
"files, however it can break transactions.)"
-msgstr ""
-"在导入时脚本若检测到可能需要花费很长时间(接近PHP超时的限定)则允许中断。"
-"(尽管这会中断事务,但在导入大文件时是个很好的方法。)"
+msgstr "在导入时脚本若检测到接近PHP超时时限(即需要花费很长时间)则允许中断。(这在导入大文件时是个很好的方法,不过这会中断事务)"
#: templates/display/import/import.twig:144
-#, fuzzy
-#| msgid ""
-#| "Skip this number of queries (for SQL) or lines (for other formats), "
-#| "starting from the first one:"
msgid "Skip this number of queries (for SQL) starting from the first one:"
-msgstr "从第一个开始跳过的查询数(SQL用)或行数(其他用):"
+msgstr "从第一个开始跳过这些数量的查询(对于SQL):"
#: templates/display/import/import.twig:161
msgid "Other options:"
@@ -14507,13 +13865,11 @@ msgstr "已禁用"
#: templates/export/alias_add.twig:4
msgid "Define new aliases"
-msgstr ""
+msgstr "定义新别名"
#: templates/export/alias_add.twig:9
-#, fuzzy
-#| msgid "Select database"
msgid "Select database:"
-msgstr "选择数据库"
+msgstr "选择数据库:"
#: templates/export/alias_add.twig:15
msgid "New database name"
@@ -14526,20 +13882,16 @@ msgid "Add"
msgstr "添加"
#: templates/export/alias_add.twig:23
-#, fuzzy
-#| msgid "Select table"
msgid "Select table:"
-msgstr "选择表"
+msgstr "选择表:"
#: templates/export/alias_add.twig:29
msgid "New table name"
msgstr "新数据表名称"
#: templates/export/alias_add.twig:37
-#, fuzzy
-#| msgid "Select a column."
msgid "Select column:"
-msgstr "选择字段。"
+msgstr "选择字段:"
#: templates/export/alias_add.twig:43
msgid "New column name"
@@ -14557,10 +13909,9 @@ msgstr "输出:"
#: templates/display/export/options_quick_export.twig:8
#: templates/display/export/options_output_save_dir.twig:5
-#, fuzzy, php-format
-#| msgid "Save on server in the directory %s"
+#, php-format
msgid "Save on server in the directory %s"
-msgstr "保存到务器上的 %s 文件夹中"
+msgstr "保存到务器上的 %s 文件夹中"
#: templates/table/insert/continue_insertion_form.twig:18
#, php-format
@@ -14571,13 +13922,12 @@ msgstr "继续插入 %s 行"
msgid ""
"Please connect your FIDO U2F device into your computer's USB port. Then "
"confirm registration on the device."
-msgstr ""
+msgstr "请将您的FIDO U2F设备连接到计算机的USB端口。然后在设备上确认注册。"
#: templates/server/databases/table_row.twig:13
-#, fuzzy, php-format
-#| msgid "Jump to database"
+#, php-format
msgid "Jump to database '%s'"
-msgstr "转到数据库"
+msgstr "转到数据库\"%s\""
#: templates/server/databases/table_row.twig:61
#, php-format
@@ -14609,10 +13959,8 @@ msgstr "运算符"
#: templates/database/designer/side_menu.twig:13
#: templates/database/designer/side_menu.twig:19
-#, fuzzy
-#| msgid "Showing tables"
msgid "Show/Hide tables list"
-msgstr "正在显示表"
+msgstr "显示/隐藏表格列表"
#: templates/database/designer/side_menu.twig:23
#: templates/database/designer/side_menu.twig:29
@@ -14626,17 +13974,13 @@ msgstr "退出全屏"
#: templates/database/designer/side_menu.twig:42
#: templates/database/designer/side_menu.twig:46
-#, fuzzy
-#| msgid "New name"
msgid "New page"
-msgstr "新名称"
+msgstr "新页面"
#: templates/database/designer/side_menu.twig:71
#: templates/database/designer/side_menu.twig:74
-#, fuzzy
-#| msgid "Select page"
msgid "Delete pages"
-msgstr "选择页"
+msgstr "删除页"
#: templates/database/designer/side_menu.twig:78
#: templates/database/designer/side_menu.twig:81
@@ -14647,8 +13991,6 @@ msgstr "新建数据表"
#: templates/database/designer/side_menu.twig:85
#: templates/database/designer/side_menu.twig:88
#: templates/database/designer/new_relation_panel.twig:22
-#, fuzzy
-#| msgid "Create relation"
msgid "Create relationship"
msgstr "创建关系"
@@ -14689,17 +14031,13 @@ msgstr "反向收缩/展开"
#: templates/database/designer/side_menu.twig:146
#: templates/database/designer/side_menu.twig:149
-#, fuzzy
-#| msgid "Toggle relation lines"
msgid "Toggle relationship lines"
msgstr "显示/隐藏关系线"
#: templates/database/designer/side_menu.twig:154
#: templates/database/designer/side_menu.twig:157
-#, fuzzy
-#| msgid "Export all"
msgid "Export schema"
-msgstr "全部导出"
+msgstr "导出架构"
#: templates/database/designer/side_menu.twig:165
#: templates/database/designer/side_menu.twig:168
@@ -14713,24 +14051,18 @@ msgstr "移动菜单"
#: templates/database/designer/side_menu.twig:181
#: templates/database/designer/side_menu.twig:186
-#, fuzzy
-#| msgid "Partial texts"
msgid "Pin text"
-msgstr "部分内容"
+msgstr "固定文字"
#: templates/server/sub_page_header.twig:2
msgid "Server variables and settings"
msgstr "服务器变量和设置"
#: templates/server/sub_page_header.twig:2
-#, fuzzy
-#| msgid "Storage Engines"
msgid "Storage engines"
msgstr "存储引擎"
#: templates/server/sub_page_header.twig:2
-#, fuzzy
-#| msgid "Character Sets and Collations"
msgid "Character sets and collations"
msgstr "字符集和排序规则"
@@ -14817,8 +14149,6 @@ msgid "No databases"
msgstr "无数据库"
#: templates/table/structure/row_stats_table.twig:2
-#, fuzzy
-#| msgid "Row Statistics"
msgid "Row statistics"
msgstr "行统计"
@@ -14878,16 +14208,12 @@ msgid "use this for future exports"
msgstr "以后也使用此设置"
#: templates/database/designer/database_tables.twig:31
-#, fuzzy
-#| msgid "Move columns"
msgid "Show/hide columns"
-msgstr "移动字段"
+msgstr "显示/隐藏字段"
#: templates/database/designer/database_tables.twig:39
-#, fuzzy
-#| msgid "Table structure"
msgid "See table structure"
-msgstr "表结构"
+msgstr "显示表结构"
#: templates/table/tracking/activate_deactivate.twig:7
#, php-format
@@ -14909,10 +14235,8 @@ msgstr "立即禁用"
#: templates/table/structure/partition_definition_form.twig:6
#: templates/table/structure/display_partitions.twig:141
-#, fuzzy
-#| msgid "Remove partitioning"
msgid "Edit partitioning"
-msgstr "删除分区"
+msgstr "编辑分区"
#: templates/table/structure/display_structure.twig:191
#: templates/table/structure/display_partitions.twig:4
@@ -14943,12 +14267,10 @@ msgid "New name"
msgstr "新名称"
#: templates/database/structure/table_header.twig:27
-#, fuzzy
-#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgid ""
"May be approximate. Click on the number to get the exact count. See "
"[doc@faq3-11]FAQ 3.11[/doc]."
-msgstr "可能是近似值。参见[doc@faq3-11]常见问题 3.11[/doc]。"
+msgstr "可能是近似值。单击数字以获得确切的计数。参见[doc@faq3-11]常见问题 3.11[/doc]。"
#: templates/database/structure/table_header.twig:38
#: templates/table/index_form.twig:118
@@ -14968,10 +14290,8 @@ msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr "要使用通配符 _ 和 % 本身,应使用 \\ 转义。"
#: templates/database/structure/favorite_anchor.twig:4
-#, fuzzy
-#| msgid "Add this series"
msgid "Add to Favorites"
-msgstr "添加该数据"
+msgstr "添加到收藏"
#: templates/columns_definitions/column_default.twig:3
msgctxt "for default"
@@ -15001,17 +14321,13 @@ msgid "No preview available."
msgstr "没有可用的预览。"
#: templates/theme_preview.twig:13
-#, fuzzy
-#| msgid "take it"
msgid "Take it"
-msgstr "确定"
+msgstr "取用它"
#: templates/columns_definitions/column_virtuality.twig:29
#: templates/table/structure/display_partitions.twig:26
-#, fuzzy
-#| msgid "Compression"
msgid "Expression"
-msgstr "压缩"
+msgstr "表达式"
#: templates/prefs_autoload.twig:7
msgid ""
@@ -15020,26 +14336,20 @@ msgid ""
msgstr "你的浏览器中有当前域的 phpMyAdmin 设置。是否导入到当前会话中?"
#: templates/prefs_autoload.twig:13
-#, fuzzy
-#| msgid "Delete tracking"
msgid "Delete settings"
-msgstr "删除追踪数据"
+msgstr "删除设置"
#: templates/database/designer/delete_relation_panel.twig:21
-#, fuzzy
-#| msgid "Delete relation"
msgid "Delete relationship"
msgstr "删除关系"
#: templates/database/structure/show_create.twig:2
-#, fuzzy
-#| msgid "Show SQL queries"
msgid "Showing create queries"
-msgstr "显示 SQL 查询"
+msgstr "显示创建查询"
#: templates/login/twofactor.twig:5
msgid "Verify"
-msgstr ""
+msgstr "验证"
#: templates/table/search/replace_preview.twig:13
msgid "Find and replace - preview"
@@ -15064,16 +14374,14 @@ msgstr "替换"
#: templates/login/twofactor/application.twig:2
#: templates/login/twofactor/application_configure.twig:9
-#, fuzzy
-#| msgid "Authentication"
msgid "Authentication code:"
-msgstr "认证"
+msgstr "认证代码:"
#: templates/login/twofactor/application.twig:4
msgid ""
"Open the two-factor authentication app on your device to view your "
"authentication code and verify your identity."
-msgstr ""
+msgstr "在您的设备上打开双因素身份验证应用,以查看您的身份验证代码并验证您的身份。"
#: templates/table/tracking/create_version.twig:11
#, php-format
@@ -15081,10 +14389,9 @@ msgid "Create version %1$s of %2$s"
msgstr "为 %2$s 创建版本 %1$s"
#: templates/table/tracking/create_version.twig:16
-#, fuzzy, php-format
-#| msgid "Create version"
+#, php-format
msgid "Create version %1$s"
-msgstr "创建版本"
+msgstr "创建版本%1$s"
#: templates/table/tracking/create_version.twig:20
msgid "Track these data definition statements:"
@@ -15110,34 +14417,28 @@ msgstr "追踪表"
#: templates/table/structure/optional_action_links.twig:22
msgid "Normalize"
-msgstr ""
+msgstr "规范化"
#: templates/table/structure/optional_action_links.twig:28
-#, fuzzy
msgid "Track view"
-msgstr "显示追逐"
+msgstr "跟踪视图"
#: templates/columns_definitions/column_name.twig:4
-#, fuzzy, php-format
-#| msgid "Select referenced key"
+#, php-format
msgid "Referenced by %s."
-msgstr "选择外键"
+msgstr "参考%s。"
#: templates/columns_definitions/column_name.twig:12
-#, fuzzy
-#| msgid "Select Foreign Key"
msgid "Is a foreign key."
-msgstr "选择外键"
+msgstr "是外键。"
#: templates/columns_definitions/column_name.twig:40
-#, fuzzy
-#| msgid "Remove column(s)"
msgid "Pick from Central Columns"
-msgstr "删除字段"
+msgstr "从中央列中挑选"
#: templates/columns_definitions/column_length.twig:9
msgid "Edit ENUM/SET values"
-msgstr ""
+msgstr "编辑ENUM / SET值"
#: templates/database/multi_table_query/form.twig:1
msgid "Query window"
@@ -15145,84 +14446,60 @@ msgstr "查询窗口"
#: templates/database/multi_table_query/form.twig:18
#: templates/database/multi_table_query/form.twig:106
-#, fuzzy
-#| msgid "Select table"
msgid "select table"
msgstr "选择表"
#: templates/database/multi_table_query/form.twig:25
#: templates/database/multi_table_query/form.twig:114
-#, fuzzy
-#| msgid "Select a column."
msgid "select column"
-msgstr "选择字段。"
+msgstr "选择字段"
#: templates/database/multi_table_query/form.twig:31
-#, fuzzy
-#| msgid "Tables"
msgid "Table alias"
-msgstr "表"
+msgstr "表别名"
#: templates/database/multi_table_query/form.twig:32
-#, fuzzy
-#| msgid "Column names"
msgid "Column alias"
-msgstr "字段名"
+msgstr "字段别名"
#: templates/database/multi_table_query/form.twig:35
-#, fuzzy
-#| msgid "Use this column to label each point"
msgid "Use this column in criteria"
-msgstr "使用该字段标记每个点"
+msgstr "在条件中使用此列"
#: templates/database/multi_table_query/form.twig:38
-#, fuzzy
-#| msgid "Criteria:"
msgid "criteria"
-msgstr "条件:"
+msgstr "条件"
#: templates/database/multi_table_query/form.twig:52
-#, fuzzy
-#| msgid "Add %s"
msgid "Add as"
-msgstr "添加 %s"
+msgstr "添加为"
#: templates/database/multi_table_query/form.twig:97
-#, fuzzy
-#| msgid "Alter column(s)"
msgid "Another column"
-msgstr "修改字段"
+msgstr "另一个字段"
#: templates/database/multi_table_query/form.twig:125
msgid "Enter criteria as free text"
-msgstr ""
+msgstr "以自由文本输入条件"
#: templates/database/multi_table_query/form.twig:133
-#, fuzzy
-#| msgid "Remove redundant columns"
msgid "Remove this column"
-msgstr "删除冗余的字段"
+msgstr "删除此列"
#: templates/database/multi_table_query/form.twig:143
#: templates/table/relation/foreign_key_row.twig:91
-#, fuzzy
-#| msgid "Add column"
msgid "+ Add column"
-msgstr "添加字段"
+msgstr "+ 添加字段"
#: templates/database/multi_table_query/form.twig:160
-#, fuzzy
-#| msgid "Update Query"
msgid "Update query"
msgstr "更新查询"
#: templates/table/tracking/report_table.twig:4
#: templates/table/tracking/structure_snapshot_columns.twig:5
-#, fuzzy
-#| msgid "#"
msgctxt "Number"
msgid "#"
-msgstr "查询数量"
+msgstr "#"
#: templates/table/tracking/report_table.twig:5
msgid "Date"
@@ -15233,10 +14510,8 @@ msgid "Username"
msgstr "用户名"
#: templates/export/alias_item.twig:8
-#, fuzzy
-#| msgid "Remote server"
msgid "Remove"
-msgstr "远程服务器"
+msgstr "移除"
#: templates/table/browse_foreigners/column_element.twig:4
msgid "Use this value"
@@ -15364,102 +14639,71 @@ msgid ""
msgstr "浏览设置,使按Shift+Enter键执行输入和插入新行作为永久设置。"
#: templates/columns_definitions/partitions.twig:17
-#, fuzzy
-#| msgid "partitioned"
msgid "Partition by:"
-msgstr "已分区"
+msgstr "分区来源:"
#: templates/columns_definitions/partitions.twig:32
#: templates/columns_definitions/partitions.twig:60
-#, fuzzy
-#| msgid "Values for column %s"
msgid "Expression or column list"
-msgstr "字段 %s 的值"
+msgstr "表达式或列的列表"
#: templates/columns_definitions/partitions.twig:37
-#, fuzzy
-#| msgid "Partition %s"
msgid "Partitions:"
-msgstr "分区 %s"
+msgstr "分区:"
#: templates/columns_definitions/partitions.twig:45
-#, fuzzy
-#| msgid "partitioned"
msgid "Subpartition by:"
-msgstr "已分区"
+msgstr "子分区来源:"
#: templates/columns_definitions/partitions.twig:65
-#, fuzzy
-#| msgid "partitioned"
msgid "Subpartitions:"
-msgstr "已分区"
+msgstr "子分区:"
#: templates/columns_definitions/partitions.twig:76
#: templates/table/structure/display_partitions.twig:24
-#, fuzzy
-#| msgid "Partition %s"
msgid "Partition"
-msgstr "分区 %s"
+msgstr "分区"
#: templates/columns_definitions/partitions.twig:78
-#, fuzzy
-#| msgid "Value"
msgid "Values"
msgstr "值"
#: templates/columns_definitions/partitions.twig:82
-#, fuzzy
-#| msgid "partitioned"
msgid "Subpartition"
-msgstr "已分区"
+msgstr "子分区"
#: templates/columns_definitions/partitions.twig:84
-#, fuzzy
-#| msgid "Engines"
msgid "Engine"
msgstr "引擎"
#: templates/columns_definitions/partitions.twig:86
-#, fuzzy
-#| msgid "Data home directory"
msgid "Data directory"
-msgstr "数据主文件夹"
+msgstr "数据文件夹"
#: templates/columns_definitions/partitions.twig:87
-#, fuzzy
-#| msgid "Save directory"
msgid "Index directory"
-msgstr "保存文件夹"
+msgstr "索引文件夹"
#: templates/columns_definitions/partitions.twig:88
-#, fuzzy
-#| msgid "Matched rows:"
msgid "Max rows"
-msgstr "受影响的行数:"
+msgstr "最大行数"
#: templates/columns_definitions/partitions.twig:89
-#, fuzzy
-#| msgid "rows"
msgid "Min rows"
-msgstr "浏览"
+msgstr "最小行数"
#: templates/columns_definitions/partitions.twig:90
-#, fuzzy
-#| msgid "Table Search"
msgid "Table space"
-msgstr "普通搜索"
+msgstr "表空间"
#: templates/columns_definitions/partitions.twig:91
-#, fuzzy
-#| msgid "Users"
msgid "Node group"
-msgstr "用户"
+msgstr "节点用户"
#: templates/table/relation/foreign_key_row.twig:15
-#, fuzzy, php-format
-#| msgid "Foreign key constraint"
+#, php-format
msgid "Foreign key constraint %s has been dropped"
-msgstr "外键约束"
+msgstr "外键约束%s已被删除"
#: templates/table/relation/foreign_key_row.twig:39
msgid "Constraint name"
@@ -15467,17 +14711,13 @@ msgstr "限制名称"
#: templates/table/structure/check_all_table_column.twig:76
#: templates/table/structure/actions_in_table_structure.twig:131
-#, fuzzy
-#| msgid "CHAR textarea columns"
msgid "Add to central columns"
-msgstr "CHAR 文本框列"
+msgstr "添加到中央列"
#: templates/table/structure/check_all_table_column.twig:83
#: templates/table/structure/actions_in_table_structure.twig:127
-#, fuzzy
-#| msgid "Remove column(s)"
msgid "Remove from central columns"
-msgstr "删除字段"
+msgstr "从中心列中删除"
#: templates/server/databases/databases_footer.twig:65
msgid ""
@@ -15518,7 +14758,6 @@ msgid "subquery"
msgstr "子查询"
#: templates/columns_definitions/move_column.twig:7
-#, fuzzy
msgid "first"
msgstr "第一"
@@ -15573,10 +14812,8 @@ msgid "Stacked"
msgstr "堆叠"
#: templates/table/chart/tbl_chart.twig:51
-#, fuzzy
-#| msgid "Chart title"
msgid "Chart title:"
-msgstr "图表标题"
+msgstr "图表标题:"
#: templates/table/chart/tbl_chart.twig:56
msgid "X-Axis:"
@@ -15615,16 +14852,14 @@ msgid "Value Column:"
msgstr "数据值字段:"
#: templates/table/chart/tbl_chart.twig:153
-#, fuzzy
-#| msgid "Save as file"
msgid "Save chart as image"
-msgstr "保存为文件"
+msgstr "将图表另存为图像"
#: templates/login/twofactor/application_configure.twig:3
msgid ""
"Please scan following QR code into the two-factor authentication app on your "
"device and enter authentication code it generates."
-msgstr ""
+msgstr "请将以下QR码扫描到设备上的双因素身份验证应用程序中,然后输入它生成的身份验证码。"
#: templates/login/header.twig:12
msgid ""
@@ -15632,6 +14867,7 @@ msgid ""
"lead to non working phpMyAdmin or a security risk. Please fix your server "
"configuration to indicate HTTPS properly."
msgstr ""
+"服务器和客户端上指示的HTTPS之间不匹配。这可能导致phpMyAdmin无法正常工作或存在安全风险。请修复您的服务器配置以正确指示HTTPS。"
#: templates/database/designer/query_details.twig:6
msgid "Active options"
@@ -15642,80 +14878,66 @@ msgid "Table name"
msgstr "数据表名"
#: templates/columns_definitions/column_definitions_form.twig:40
-#, fuzzy
-#| msgid "Add column(s)"
msgid "column(s)"
-msgstr "增加字段"
+msgstr "列"
#: templates/columns_definitions/column_definitions_form.twig:74
-#, fuzzy
-#| msgid "Collation"
msgid "Collation:"
-msgstr "整理"
+msgstr "整理:"
#: templates/columns_definitions/column_definitions_form.twig:77
msgid "Storage Engine:"
msgstr "存储引擎:"
#: templates/columns_definitions/column_definitions_form.twig:82
-#, fuzzy
-#| msgid "Connections"
msgid "Connection:"
-msgstr "连接"
+msgstr "连接:"
#: templates/columns_definitions/column_definitions_form.twig:128
-#, fuzzy
-#| msgid "PARTITION definition"
msgid "PARTITION definition:"
-msgstr "分区定义"
+msgstr "分区定义:"
#: templates/start_and_number_of_rows_panel.twig:3
msgid "Start row:"
msgstr "起始行:"
#: templates/prefs_twofactor.twig:3
-#, fuzzy
-#| msgid "Authentication settings."
msgid "Two-factor authentication status"
-msgstr "认证设置。"
+msgstr "双因素身份验证状态"
#: templates/prefs_twofactor.twig:9
msgid ""
"Two-factor authentication is not available, please install optional "
"dependencies to enable authentication backends."
-msgstr ""
+msgstr "双因素身份验证不可用,请安装可选的依赖项以启用身份验证后端。"
#: templates/prefs_twofactor.twig:10
msgid "Following composer packages are missing:"
-msgstr ""
+msgstr "以下composer包缺失:"
#: templates/prefs_twofactor.twig:18
msgid "Two-factor authentication is available and configured for this account."
-msgstr ""
+msgstr "可以为此帐户配置双因素身份验证。"
#: templates/prefs_twofactor.twig:20
msgid ""
"Two-factor authentication is available, but not configured for this account."
-msgstr ""
+msgstr "可以使用双因素身份验证,但不为此帐户配置。"
#: templates/prefs_twofactor.twig:24
-#, fuzzy
-#| msgid "Missing phpMyAdmin configuration storage tables"
msgid ""
"Two-factor authentication is not available, enable phpMyAdmin configuration "
"storage to use it."
-msgstr "丢失 phpMyAdmin 高级功能数据表"
+msgstr "双因素身份验证不可用,启用phpMyAdmin配置存储以使用它。"
#: templates/prefs_twofactor.twig:33
msgid "You have enabled two factor authentication."
-msgstr ""
+msgstr "您已启用双因素身份验证。"
#: templates/prefs_twofactor.twig:43 templates/prefs_twofactor.twig:54
#: templates/prefs_twofactor_configure.twig:2
-#, fuzzy
-#| msgid "Config authentication"
msgid "Configure two-factor authentication"
-msgstr "Config 认证"
+msgstr "配置双因素身份验证"
#: templates/database/search/results.twig:12
#, php-format
@@ -15724,12 +14946,9 @@ msgid_plural "%1$s matches in %2$s"
msgstr[0] "在 %2$s 中找到 %1$s 个"
#: templates/database/search/results.twig:56
-#, fuzzy
-#| msgid "Total: %s match"
-#| msgid_plural "Total: %s matches"
msgid "Total: %count% match"
msgid_plural "Total: %count% matches"
-msgstr[0] "总计:找到 %s 个"
+msgstr[0] "总计: %s 个匹配"
#: templates/display/export/template_loading.twig:2
msgid "Export templates:"
@@ -15774,26 +14993,21 @@ msgid "Session value"
msgstr "会话值"
#: templates/database/designer/edit_delete_pages.twig:6
-#, fuzzy
-#| msgid "Page titles"
msgid "Page to open"
-msgstr "页面标题"
+msgstr "要打开的页面"
#: templates/database/designer/edit_delete_pages.twig:6
-#, fuzzy
-#| msgid "Relation deleted"
msgid "Page to delete"
-msgstr "已删除关系"
+msgstr "要删除的页面"
#: templates/display/export/options_output.twig:26
msgid "Save output to a file"
msgstr "保存为文件"
#: templates/display/export/options_output.twig:51
-#, fuzzy, php-format
-#| msgid "Skip tables larger than"
+#, php-format
msgid "Skip tables larger than %s MiB"
-msgstr "跳过数据表,当大于"
+msgstr "跳过大于 %s MiB的数据表"
#: templates/display/export/options_output_separate_files.twig:7
msgid "Export databases as separate files"
@@ -15807,43 +15021,31 @@ msgstr "将每个表导出为独立的文件"
msgid ""
"You are not using https to access phpMyAdmin, therefore FIDO U2F device will "
"most likely refuse to authenticate you."
-msgstr ""
+msgstr "您没有使用https访问phpMyAdmin,因此FIDO U2F设备很可能拒绝对您进行身份验证。"
#: templates/table/structure/display_partitions.twig:8
-#, fuzzy
-#| msgid "No index defined!"
msgid "No partitioning defined!"
-msgstr "没有已定义的索引!"
+msgstr "没有定义分区!"
#: templates/table/structure/display_partitions.twig:11
-#, fuzzy
-#| msgid "partitioned"
msgid "Partitioned by:"
-msgstr "已分区"
+msgstr "分区来源:"
#: templates/table/structure/display_partitions.twig:16
-#, fuzzy
-#| msgid "partitioned"
msgid "Sub partitioned by:"
-msgstr "已分区"
+msgstr "子分区来源:"
#: templates/table/structure/display_partitions.twig:29
-#, fuzzy
-#| msgid "Row length"
msgid "Data length"
-msgstr "行长度"
+msgstr "数据长度"
#: templates/table/structure/display_partitions.twig:30
-#, fuzzy
-#| msgid "Row length"
msgid "Index length"
-msgstr "行长度"
+msgstr "索引长度"
#: templates/table/structure/display_partitions.twig:135
-#, fuzzy
-#| msgid "partitioned"
msgid "Partition table"
-msgstr "已分区"
+msgstr "分区表"
#: templates/privileges/column_privileges.twig:21
#: templates/privileges/column_privileges.twig:22
@@ -15852,24 +15054,17 @@ msgid "None"
msgstr "无"
#: templates/error/report_form.twig:6
-#, fuzzy
-#| msgid ""
-#| "phpMyAdmin has encountered an error. We have collected data about this "
-#| "error as well as information about relevant configuration settings to "
-#| "send to the phpMyAdmin team to help us in debugging the problem."
msgid ""
"This report automatically includes data about the error and information "
"about relevant configuration settings. It will be sent to the phpMyAdmin "
"team for debugging the error."
-msgstr ""
-"phpMyAdmin遇到了错误。我们已经收集了关于这个错误的数据和有关设置信息以便发送"
-"至phpMyAdmin开发团队来帮助我们处理这个问题。"
+msgstr "此报告自动包含有关错误的数据和有关配置设置的信息。它将被发送到phpMyAdmin团队以调试错误。"
#: templates/error/report_form.twig:12
msgid ""
"Can you tell us the steps leading to this error? It decisively helps in "
"debugging:"
-msgstr ""
+msgstr "你能告诉我们产生这个错误的步骤吗?它对帮助调试有巨大作用:"
#: templates/error/report_form.twig:19
msgid "You may examine the data in the error report:"
@@ -15905,18 +15100,14 @@ msgid "Reset zoom"
msgstr "重置缩放"
#: templates/privileges/add_privileges_routine.twig:3
-#, fuzzy
-#| msgid "Add privileges on the following table"
msgid "Add privileges on the following routine:"
-msgstr "在下列数据表添加权限"
+msgstr "在下列例程添加权限:"
#: templates/login/twofactor/invalid.twig:2
-#, fuzzy
-#| msgid "Missing phpMyAdmin configuration storage tables"
msgid ""
"The configured two factor authentication is not available, please install "
"missing dependencies."
-msgstr "丢失 phpMyAdmin 高级功能数据表"
+msgstr "配置的双因素身份验证不可用,请安装缺少的依赖项。"
#: templates/table/tracking/structure_snapshot_columns.twig:47
#: templates/table/structure/table_structure_row.twig:34
@@ -15929,8 +15120,6 @@ msgid "Replace with:"
msgstr "替换为:"
#: templates/table/search/search_and_replace.twig:19
-#, fuzzy
-#| msgid "as regular expression"
msgid "Use regular expression"
msgstr "使用正则表达式"
@@ -15951,20 +15140,14 @@ msgid "Display order:"
msgstr "显示顺序:"
#: templates/columns_definitions/table_fields_definitions.twig:17
-#, fuzzy
-#| msgid ""
-#| "If column type is \"enum\" or \"set\", please enter the values using this "
-#| "format: 'a','b','c'…INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)"
#: libraries/classes/Plugins/Export/ExportSql.php:426
-#, fuzzy
-#| msgid ""
-#| "both of the aboveINSERT INTO "
-#| "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgid ""
"both of the aboveINSERT INTO "
"tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-"以上兼有INSERT INTO tbl_name (col_A,"
-"col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
+"以上兼有INSERT INTO tbl_name "
+"(col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)"
#: libraries/classes/Plugins/Export/ExportSql.php:431
msgid ""
@@ -9424,31 +9089,27 @@ msgstr ""
#: libraries/classes/Plugins/Export/ExportSql.php:521
msgid "It appears your database uses routines;"
-msgstr ""
+msgstr "您的数据库似乎使用例程;"
#: libraries/classes/Plugins/Export/ExportSql.php:524
#: libraries/classes/Plugins/Export/ExportSql.php:1550
#: libraries/classes/Plugins/Export/ExportSql.php:2072
msgid "alias export may not work reliably in all cases."
-msgstr ""
+msgstr "在所有情况下,别名导出可能无法可靠地运行。"
#: libraries/classes/Plugins/Export/ExportSql.php:1011
-#, fuzzy
-#| msgid "Metadata Headers"
msgid "Metadata"
-msgstr "元数据头"
+msgstr "元数据"
#: libraries/classes/Plugins/Export/ExportSql.php:1081
-#, fuzzy, php-format
-#| msgid "Metadata Headers"
+#, php-format
msgid "Metadata for table %s"
-msgstr "元数据头"
+msgstr "表%s的元数据"
#: libraries/classes/Plugins/Export/ExportSql.php:1088
-#, fuzzy, php-format
-#| msgid "Metadata Headers"
+#, php-format
msgid "Metadata for database %s"
-msgstr "元数据头"
+msgstr "数据库%s的元数据"
#: libraries/classes/Plugins/Export/ExportSql.php:1420
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:612
@@ -9472,7 +9133,7 @@ msgstr "读取表 %s 的结构时出错"
#: libraries/classes/Plugins/Export/ExportSql.php:1547
msgid "It appears your database uses views;"
-msgstr ""
+msgstr "您的数据库似乎使用视图;"
#: libraries/classes/Plugins/Export/ExportSql.php:1724
msgid "Constraints for dumped tables"
@@ -9483,16 +9144,12 @@ msgid "Constraints for table"
msgstr "限制表"
#: libraries/classes/Plugins/Export/ExportSql.php:1755
-#, fuzzy
-#| msgid "Constraints for dumped tables"
msgid "Indexes for dumped tables"
-msgstr "限制导出的表"
+msgstr "转储表的索引"
#: libraries/classes/Plugins/Export/ExportSql.php:1756
-#, fuzzy
-#| msgid "Inside tables:"
msgid "Indexes for table"
-msgstr "于下列表:"
+msgstr "表的索引"
#: libraries/classes/Plugins/Export/ExportSql.php:1789
msgid "AUTO_INCREMENT for dumped tables"
@@ -9507,24 +9164,21 @@ msgid "MIME TYPES FOR TABLE"
msgstr "MIME 类型表"
#: libraries/classes/Plugins/Export/ExportSql.php:1888
-#, fuzzy
-#| msgid "RELATIONS FOR TABLE"
msgid "RELATIONSHIPS FOR TABLE"
-msgstr "表的关联"
+msgstr "表的关系"
#: libraries/classes/Plugins/Export/ExportSql.php:2069
msgid "It appears your table uses triggers;"
-msgstr ""
+msgstr "您的表似乎使用了触发器;"
#: libraries/classes/Plugins/Export/ExportSql.php:2106
-#, fuzzy, php-format
-#| msgid "Structure for view"
+#, php-format
msgid "Structure for view %s exported as a table"
-msgstr "视图结构"
+msgstr "视图结构%s作为一个表导出"
#: libraries/classes/Plugins/Export/ExportSql.php:2130
msgid "(See below for the actual view)"
-msgstr ""
+msgstr "(参见下面的实际视图)"
#: libraries/classes/Plugins/Export/ExportSql.php:2210
#, php-format
@@ -9545,18 +9199,16 @@ msgstr "表:"
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:168
msgid "Purpose:"
-msgstr ""
+msgstr "目的:"
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:549
-#, fuzzy
-#| msgid "MIME type"
msgid "MIME"
-msgstr "MIME 类型"
+msgstr "MIME"
#: libraries/classes/Plugins/Import/AbstractImportCsv.php:61
msgid ""
"Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)"
-msgstr ""
+msgstr "在导入时找到重复键时更新数据(添加ON DUPLICATE KEY UPDATE)"
#: libraries/classes/Plugins/Import/ImportCsv.php:66
#: libraries/classes/Plugins/Import/ImportOds.php:67
@@ -9690,16 +9342,13 @@ msgid "SCHEMA ERROR: "
msgstr "大纲错误: "
#: libraries/classes/Plugins/Schema/Pdf/Pdf.php:246
-#, fuzzy
-#| msgid "Invalid export type"
msgid "PDF export page"
-msgstr "导出类型无效"
+msgstr "PDF导出页面"
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:111
-#, fuzzy, php-format
-#| msgid "Schema of the %s database - Page %s"
+#, php-format
msgid "Schema of the %s database"
-msgstr "数据库 %s 的大纲 - 第 %s 页"
+msgstr "数据库 %s 的大纲"
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:139
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:534
@@ -9739,7 +9388,7 @@ msgstr "纵向"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:64
#: libraries/classes/Plugins/Schema/SchemaSvg.php:63
msgid "Same width for all tables"
-msgstr ""
+msgstr "所有表格的宽度相同"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:89
msgid "Show grid"
@@ -9747,28 +9396,20 @@ msgstr "显示网格"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:95
#: templates/database/structure/print_view_data_dictionary_link.twig:6
-#, fuzzy
-#| msgid "Data Dictionary"
msgid "Data dictionary"
msgstr "数据字典"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:101
-#, fuzzy
-#| msgid "neither of the above"
msgid "Order of the tables"
-msgstr "以上均不"
+msgstr "表的顺序"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:106
-#, fuzzy
-#| msgid "Ascending"
msgid "Name (Ascending)"
-msgstr "递增"
+msgstr "名称(升序)"
#: libraries/classes/Plugins/Schema/SchemaPdf.php:107
-#, fuzzy
-#| msgid "Descending"
msgid "Name (Descending)"
-msgstr "递减"
+msgstr "名称(降序)"
#: libraries/classes/Plugins/SchemaPlugin.php:70
msgid "Show color"
@@ -9782,7 +9423,7 @@ msgstr "仅显示键"
msgid ""
"Converts Boolean values to text (default 'T' and 'F'). First option is for "
"TRUE, second for FALSE. Nonzero=true."
-msgstr ""
+msgstr "将布尔值转换为文本(默认为“T”和“F”)。第一个选项为TRUE,第二个选项为FALSE。非零(Nonzero)=真。"
#: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:32
msgid ""
@@ -9818,18 +9459,6 @@ msgstr ""
"表中的一个字段值作为文件名。如果想使用字段值作为文件名,第一个选项必须留空。"
#: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:30
-#, fuzzy
-#| msgid ""
-#| "LINUX ONLY: Launches an external application and feeds it the column data "
-#| "via standard input. Returns the standard output of the application. The "
-#| "default is Tidy, to pretty-print HTML code. For security reasons, you "
-#| "have to manually edit the file libraries/transformations/"
-#| "text_plain__external.inc.php and list the tools you want to make "
-#| "available. The first option is then the number of the program you want to "
-#| "use and the second option is the parameters for the program. The third "
-#| "option, if set to 1, will convert the output using htmlspecialchars() "
-#| "(Default 1). The fourth option, if set to 1, will prevent wrapping and "
-#| "ensure that the output appears all on one line (Default 1)."
msgid ""
"LINUX ONLY: Launches an external application and feeds it the column data "
"via standard input. Returns the standard output of the application. The "
@@ -9842,12 +9471,11 @@ msgid ""
"option, if set to 1, will prevent wrapping and ensure that the output "
"appears all on one line (Default 1)."
msgstr ""
-"仅 LINUX:调用外部程序并通过标准输入传入字段数据。返回此应用程序的标准输出。"
-"默认为 Tidy,可以很好的打印 HTML 代码。为了安全起见,您需要手动编辑 "
-"libraries/plugins/text_Plain_External.class.php 文件来加入可以运行的工具。第"
-"一个选项是您想要使用的程序编号,第二个选项是程序的参数。第三个参数如果设为 1 "
-"的话将会用 htmlspecialchars() 处理输出 (默认为 1)。第四个参数如果设为 1 的"
-"话,将禁止换行,确保所有内容显示在一行中 (默认为 1)。"
+"仅 LINUX:调用外部程序并通过标准输入传入字段数据。返回此应用程序的标准输出。默认为 Tidy,可以很好的打印 HTML 代码。为了安全起见,"
+"您需要手动编辑 libraries/classes/Plugins/Transformations/Output/"
+"Text_Plain_External.php 文件来加入可以运行的工具。第一个选项是您想要使用的程序编号,第二个选项是程序的参数。第三个参数如果设为 "
+"1 的话将会用 htmlspecialchars() 处理输出 (默认为 1)。第四个参数如果设为 1 的话,将禁止换行,确保所有内容显示在一行中 ("
+"默认为 1)。"
#: libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php:30
msgid ""
@@ -9872,11 +9500,11 @@ msgstr "显示下载此图像的链接。"
msgid ""
"Image upload functionality which also displays a thumbnail. The options are "
"the width and height of the thumbnail in pixels. Defaults to 100 X 100."
-msgstr ""
+msgstr "图像上传功能,也显示缩略图。选项是缩略图的宽度和高度(以像素为单位)。默认为100 X 100。"
#: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:89
msgid "Image preview here"
-msgstr ""
+msgstr "图像在这里预览"
#: libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php:30
msgid ""
@@ -9885,32 +9513,28 @@ msgid ""
msgstr "显示可点击的缩略图。在原比例不变的情况下,可按像素指定最大宽度或高度。"
#: libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php:30
-#, fuzzy
-#| msgid ""
-#| "Converts an (IPv4) Internet network address into a string in Internet "
-#| "standard dotted format."
msgid ""
"Converts an (IPv4) Internet network address stored as a BIGINT into a string "
"in Internet standard dotted format."
-msgstr "将一个 IPv4 (互联网协议第四版) 地址转换成点分十进制标准格式。"
+msgstr "将一个存储为 BIGINT 的 IPv4 (互联网协议第四版) 地址转换成点分十进制标准格式。"
#: libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php:31
msgid ""
"Prepends and/or Appends text to a string. First option is text to be "
"prepended, second is appended (enclosed in single quotes, default empty "
"string)."
-msgstr ""
+msgstr "从前面或者后面将文本附加到字符串。第一个选项是被添加的文本,第二个是添加的文本(用单引号括起来,默认为空字符串)。"
#: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:32
msgid ""
"Validates the string using regular expression and performs insert only if "
"string matches it. The first option is the Regular Expression."
-msgstr ""
+msgstr "使用正则表达式验证字符串,并仅在字符串匹配时执行insert。第一个选项是正则表达式。"
#: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:54
#, php-format
msgid "Validation failed for the input string %s."
-msgstr ""
+msgstr "输入字符串%s的验证失败。"
#: libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php:31
msgid "Formats text as SQL query with syntax highlighting."
@@ -9932,7 +9556,7 @@ msgstr ""
msgid ""
"File upload functionality for TEXT columns. It does not have a textarea for "
"input."
-msgstr ""
+msgstr "TEXT列的文件上载功能。它没有输入文本区域。"
#: libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php:31
msgid ""
@@ -9954,92 +9578,77 @@ msgstr ""
#: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php:32
msgid "Converts an Internet network address in (IPv4/IPv6) format to binary"
-msgstr ""
+msgstr "将(IPv4 / IPv6)格式的Internet网络地址转换为二进制"
#: libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php:32
msgid "Syntax highlighted CodeMirror editor for JSON."
-msgstr ""
+msgstr "JSON的带有语法高亮的CodeMirror编辑器。"
#: libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php:32
msgid "Syntax highlighted CodeMirror editor for SQL."
-msgstr ""
+msgstr "SQL的带有语法高亮的CodeMirror编辑器。"
#: libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php:32
msgid "Syntax highlighted CodeMirror editor for XML (and HTML)."
-msgstr ""
+msgstr "XML/HTML的带有语法高亮的CodeMirror编辑器。"
#: libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php:32
-#, fuzzy
-#| msgid ""
-#| "Converts an (IPv4) Internet network address into a string in Internet "
-#| "standard dotted format."
msgid ""
"Converts an Internet network address stored as a binary string into a string "
"in Internet standard (IPv4/IPv6) format."
-msgstr "将一个 IPv4 (互联网协议第四版) 地址转换成点分十进制标准格式。"
+msgstr "将一个存储为二进制字符串的互联网地址转换成互联网标准(IPv4/IPv6)格式。"
#: libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php:49
-#, fuzzy
-#| msgid "Formats text as SQL query with syntax highlighting."
msgid "Formats text as JSON with syntax highlighting."
-msgstr "将文本以 SQL 语法高亮显示。"
+msgstr "将文本以 JSON 语法高亮显示。"
#: libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php:49
-#, fuzzy
-#| msgid "Formats text as SQL query with syntax highlighting."
msgid "Formats text as XML with syntax highlighting."
-msgstr "将文本以 SQL 语法高亮显示。"
+msgstr "将文本以 XML 语法高亮显示。"
#: libraries/classes/Plugins/TwoFactor/Application.php:135
-#, fuzzy
-#| msgid "Authentication"
msgid "Authentication Application (2FA)"
-msgstr "认证"
+msgstr "认证应用(双重验证)"
#: libraries/classes/Plugins/TwoFactor/Application.php:145
msgid ""
"Provides authentication using HOTP and TOTP applications such as FreeOTP, "
"Google Authenticator or Authy."
-msgstr ""
+msgstr "使用HOTP和TOTP应用程序(如FreeOTP,Google身份验证器或Authy)提供身份验证。"
#: libraries/classes/Plugins/TwoFactor/Key.php:190
msgid "Hardware Security Key (FIDO U2F)"
-msgstr ""
+msgstr "硬件安全密钥(FIDO U2F)"
#: libraries/classes/Plugins/TwoFactor/Key.php:200
msgid ""
"Provides authentication using hardware security tokens supporting FIDO U2F."
-msgstr ""
+msgstr "使用支持FIDO U2F的硬件安全令牌提供身份验证。"
#: libraries/classes/Plugins/TwoFactor/Simple.php:56
-#, fuzzy
-#| msgid "Signon authentication"
msgid "Simple two-factor authentication"
-msgstr "Signon 认证"
+msgstr "简单的双因素身份验证"
#: libraries/classes/Plugins/TwoFactor/Simple.php:66
msgid "For testing purposes only!"
-msgstr ""
+msgstr "仅用于测试目的!"
#: libraries/classes/Plugins/TwoFactorPlugin.php:74
-#, fuzzy, php-format
-#| msgid "Hardware authentication failed!"
+#, php-format
msgid "Two-factor authentication failed: %s"
-msgstr "硬件认证失败!"
+msgstr "双因素身份验证失败:%s"
#: libraries/classes/Plugins/TwoFactorPlugin.php:78
-#, fuzzy
-#| msgid "Hardware authentication failed!"
msgid "Two-factor authentication failed."
-msgstr "硬件认证失败!"
+msgstr "双因素身份验证失败。"
#: libraries/classes/Plugins/TwoFactorPlugin.php:131
msgid "No Two-Factor"
-msgstr ""
+msgstr "没有双因素"
#: libraries/classes/Plugins/TwoFactorPlugin.php:141
msgid "Login using password only."
-msgstr ""
+msgstr "仅使用密码登录。"
#: libraries/classes/RecentFavoriteTable.php:147
msgid "Could not save recent table!"
@@ -10088,10 +9697,8 @@ msgid "Enabled"
msgstr "已启用"
#: libraries/classes/Relation.php:118
-#, fuzzy
-#| msgid "Configuration saved."
msgid "Configuration of pmadb…"
-msgstr "配置已保存。"
+msgstr "配置pmadb…"
#: libraries/classes/Relation.php:122 libraries/classes/Relation.php:158
msgid "General relation features"
@@ -10102,10 +9709,8 @@ msgid "Display Features"
msgstr "显示功能"
#: libraries/classes/Relation.php:186
-#, fuzzy
-#| msgid "Creation of PDFs"
msgid "Designer and creation of PDFs"
-msgstr "创建 PDF"
+msgstr "设计器和PDF创建"
#: libraries/classes/Relation.php:197
msgid "Displaying Column Comments"
@@ -10116,11 +9721,8 @@ msgid "Browser transformation"
msgstr "浏览器转换"
#: libraries/classes/Relation.php:210
-#, fuzzy
-#| msgid ""
-#| "Please see the documentation on how to update your column_comments table."
msgid "Please see the documentation on how to update your column_info table."
-msgstr "请参见文档中关于如何更新您的 column_comments 表。"
+msgstr "请参见文档中关于如何更新您的 column_info 表。"
#: libraries/classes/Relation.php:226 libraries/classes/SqlQueryForm.php:397
msgid "Bookmarked SQL query"
@@ -10135,10 +9737,8 @@ msgid "Persistent recently used tables"
msgstr "持久最近使用的表"
#: libraries/classes/Relation.php:259
-#, fuzzy
-#| msgid "Persistent recently used tables"
msgid "Persistent favorite tables"
-msgstr "持久最近使用的表"
+msgstr "持久喜欢的表"
#: libraries/classes/Relation.php:270
msgid "Persistent tables' UI preferences"
@@ -10149,47 +9749,37 @@ msgid "User preferences"
msgstr "用户偏好"
#: libraries/classes/Relation.php:309
-#, fuzzy
-#| msgid "Configuration: %s"
msgid "Configurable menus"
-msgstr "配置: %s"
+msgstr "可配置的菜单"
#: libraries/classes/Relation.php:320
-#, fuzzy
-#| msgid "Reload navigation frame"
msgid "Hide/show navigation items"
-msgstr "刷新导航框架"
+msgstr "隐藏/显示导航项目"
#: libraries/classes/Relation.php:331
msgid "Saving Query-By-Example searches"
-msgstr ""
+msgstr "保存按示例查询搜索"
#: libraries/classes/Relation.php:342
msgid "Managing Central list of columns"
-msgstr ""
+msgstr "管理中央列列表"
#: libraries/classes/Relation.php:353
-#, fuzzy
-#| msgid "Remember table's sorting"
msgid "Remembering Designer Settings"
-msgstr "记录表排序"
+msgstr "记住设计器设置"
#: libraries/classes/Relation.php:364
-#, fuzzy
-#| msgid "Invalid export type"
msgid "Saving export templates"
-msgstr "导出类型无效"
+msgstr "保存导出模板"
#: libraries/classes/Relation.php:372
msgid "Quick steps to set up advanced features:"
msgstr "快速设置高级功能:"
#: libraries/classes/Relation.php:378
-#, fuzzy, php-format
-#| msgid ""
-#| "Create the needed tables with the examples/create_tables.sql."
+#, php-format
msgid "Create the needed tables with the %screate_tables.sql."
-msgstr "通过 examples/create_tables.sql 创建必需的数据表。"
+msgstr "通过 %screate_tables.sql 创建必需的数据表。"
#: libraries/classes/Relation.php:383
msgid "Create a pma user and give access to these tables."
@@ -10221,25 +9811,22 @@ msgstr ""
"置 phpMyAdmin的储存位置 。"
#: libraries/classes/Relation.php:2029
-#, fuzzy, php-format
-#| msgid "Missing phpMyAdmin configuration storage tables"
+#, php-format
msgid ""
"%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin "
"configuration storage there."
-msgstr "丢失 phpMyAdmin 高级功能数据表"
+msgstr "%s创建%s一个名为'phpmyadmin'的数据库,并在那里设置phpMyAdmin配置存储。"
#: libraries/classes/Relation.php:2037
-#, fuzzy, php-format
-#| msgid "Missing phpMyAdmin configuration storage tables"
+#, php-format
msgid ""
"%sCreate%s the phpMyAdmin configuration storage in the current database."
-msgstr "丢失 phpMyAdmin 高级功能数据表"
+msgstr "在当前数据库%s创建%sphpMyAdmin配置存储。"
#: libraries/classes/Relation.php:2045
-#, fuzzy, php-format
-#| msgid "Missing phpMyAdmin configuration storage tables"
+#, php-format
msgid "%sCreate%s missing phpMyAdmin configuration storage tables."
-msgstr "丢失 phpMyAdmin 高级功能数据表"
+msgstr "%s创建%s缺失的 phpMyAdmin 配置存储表。"
#: libraries/classes/ReplicationGui.php:73
#: libraries/classes/ReplicationGui.php:372
@@ -10270,13 +9857,6 @@ msgid "Master configuration"
msgstr "主服务器配置"
#: libraries/classes/ReplicationGui.php:117
-#, fuzzy
-#| msgid ""
-#| "This server is not configured as master server in a replication process. "
-#| "You can choose from either replicating all databases and ignoring certain "
-#| "(useful if you want to replicate majority of databases) or you can choose "
-#| "to ignore all databases by default and allow only certain databases to be "
-#| "replicated. Please select the mode:"
msgid ""
"This server is not configured as a master server in a replication process. "
"You can choose from either replicating all databases and ignoring some of "
@@ -10284,8 +9864,8 @@ msgid ""
"can choose to ignore all databases by default and allow only certain "
"databases to be replicated. Please select the mode:"
msgstr ""
-"此服务器尚未配置为一个复制进程中的主服务器。你可以选择复制所有但忽略某些数据"
-"库 (当你想复制大多数数据库时很有用) 或者仅复制某些数据库。请选择模式:"
+"此服务器尚未配置为一个复制进程中的主服务器。你可以选择复制所有但忽略它们中的某些数据库 (当你想复制大多数数据库时很有用) "
+"或者忽略大多数并仅复制某些数据库。请选择模式:"
#: libraries/classes/ReplicationGui.php:126
msgid "Replicate all databases; Ignore:"
@@ -10320,10 +9900,8 @@ msgid "Slave replication"
msgstr "从复制"
#: libraries/classes/ReplicationGui.php:176
-#, fuzzy
-#| msgid "Insecure connection"
msgid "Master connection:"
-msgstr "非安全连接"
+msgstr "主连接:"
#: libraries/classes/ReplicationGui.php:243
msgid "Slave SQL Thread not running!"
@@ -10401,10 +9979,9 @@ msgid "Skip current error"
msgstr "忽略当前错误"
#: libraries/classes/ReplicationGui.php:348
-#, fuzzy, php-format
-#| msgid "Skip current error"
+#, php-format
msgid "Skip next %s errors."
-msgstr "忽略当前错误"
+msgstr "跳过下一个%s错误。"
#: libraries/classes/ReplicationGui.php:375
#, php-format
@@ -10436,10 +10013,8 @@ msgstr ""
#: libraries/classes/ReplicationGui.php:439
#: libraries/classes/ReplicationGui.php:810
#: libraries/classes/Server/Privileges.php:1498
-#, fuzzy
-#| msgid "User name"
msgid "User name:"
-msgstr "用户名"
+msgstr "用户名:"
#: libraries/classes/ReplicationGui.php:445
#: libraries/classes/ReplicationGui.php:814
@@ -10461,10 +10036,8 @@ msgid "Password"
msgstr "密码"
#: libraries/classes/ReplicationGui.php:474
-#, fuzzy
-#| msgid "Port"
msgid "Port:"
-msgstr "端口"
+msgstr "端口:"
#: libraries/classes/ReplicationGui.php:558
msgid "Master status"
@@ -10517,10 +10090,8 @@ msgstr "任意用户"
#: libraries/classes/ReplicationGui.php:856
#: libraries/classes/ReplicationGui.php:885
#: libraries/classes/Server/Privileges.php:1635
-#, fuzzy
-#| msgid "Use text field"
msgid "Use text field:"
-msgstr "使用文本域"
+msgstr "使用文本域:"
#: libraries/classes/ReplicationGui.php:850
#: libraries/classes/Server/Privileges.php:1626
@@ -10540,62 +10111,46 @@ msgid "Re-type"
msgstr "重新输入"
#: libraries/classes/ReplicationGui.php:901
-#, fuzzy
-#| msgid "Generate password"
msgid "Generate password:"
-msgstr "生成密码"
+msgstr "生成密码:"
#: libraries/classes/ReplicationGui.php:933
msgid ""
"Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] "
"in phpMyAdmin configuration."
-msgstr ""
+msgstr "与服务器的连接已被禁用,请在phpMyAdmin配置中启用$cfg['AllowArbitraryServer']。"
#: libraries/classes/ReplicationGui.php:942
-#, fuzzy
-#| msgid "Replication status"
msgid "Replication started successfully."
-msgstr "复制状态"
+msgstr "复制成功启动。"
#: libraries/classes/ReplicationGui.php:943
-#, fuzzy
-#| msgid "Master replication"
msgid "Error starting replication."
-msgstr "主复制"
+msgstr "启动复制时出错。"
#: libraries/classes/ReplicationGui.php:946
-#, fuzzy
-#| msgid "Chart generated successfully."
msgid "Replication stopped successfully."
-msgstr "图表生成成功。"
+msgstr "复制已成功停止。"
#: libraries/classes/ReplicationGui.php:947
-#, fuzzy
-#| msgid "Master replication"
msgid "Error stopping replication."
-msgstr "主复制"
+msgstr "停止复制时出错。"
#: libraries/classes/ReplicationGui.php:950
-#, fuzzy
-#| msgid "Replication status"
msgid "Replication resetting successfully."
-msgstr "复制状态"
+msgstr "复制成功重置。"
#: libraries/classes/ReplicationGui.php:951
-#, fuzzy
-#| msgid "Master replication"
msgid "Error resetting replication."
-msgstr "主复制"
+msgstr "重置复制时出错。"
#: libraries/classes/ReplicationGui.php:954
msgid "Success."
-msgstr ""
+msgstr "成功。"
#: libraries/classes/ReplicationGui.php:955
-#, fuzzy
-#| msgid "Error"
msgid "Error."
-msgstr "错误"
+msgstr "错误。"
#: libraries/classes/ReplicationGui.php:1001
msgid "Unknown error"
@@ -10612,16 +10167,13 @@ msgid ""
msgstr "无法读取主服务器日志。主服务器的权限设置可能有问题。"
#: libraries/classes/ReplicationGui.php:1040
-#, fuzzy
-#| msgid "Unable to change master"
msgid "Unable to change master!"
-msgstr "无法修改主服务器"
+msgstr "无法修改主服务器!"
#: libraries/classes/ReplicationGui.php:1044
-#, fuzzy, php-format
-#| msgid "Master server changed successfully to %s"
+#, php-format
msgid "Master server changed successfully to %s."
-msgstr "已成功修改主服务器到 %s"
+msgstr "已成功修改主服务器到 %s。"
#: libraries/classes/Rte/Events.php:169 libraries/classes/Rte/Events.php:178
#: libraries/classes/Rte/Events.php:209 libraries/classes/Rte/Routines.php:285
@@ -10663,11 +10215,8 @@ msgstr "已创建事件 %1$s 。"
#: libraries/classes/Rte/Events.php:230 libraries/classes/Rte/Routines.php:332
#: libraries/classes/Rte/Triggers.php:202
-#, fuzzy
-#| msgid ""
-#| "One or more errors have occured while processing your request:"
msgid "One or more errors have occurred while processing your request:"
-msgstr "处理请求时发生错误:"
+msgstr "处理请求时发生了一个或多个错误:"
#: libraries/classes/Rte/Events.php:285
msgid "Edit event"
@@ -10716,10 +10265,8 @@ msgstr "用户"
#: libraries/classes/Rte/Events.php:601 libraries/classes/Rte/Routines.php:1168
#: libraries/classes/Rte/Triggers.php:481
-#, fuzzy
-#| msgid "The definer must be in the \"username@hostname\" format"
msgid "The definer must be in the \"username@hostname\" format!"
-msgstr "用户必须是 \"用户名@主机名\" 格式"
+msgstr "用户必须是 \"用户名@主机名\" 格式!"
#: libraries/classes/Rte/Events.php:608
msgid "You must provide an event name!"
@@ -10887,12 +10434,10 @@ msgid "Execution results of routine %s"
msgstr "程序 %s 的运行结果"
#: libraries/classes/Rte/Routines.php:1514
-#, fuzzy, php-format
-#| msgid "%d row affected by the last statement inside the procedure"
-#| msgid_plural "%d rows affected by the last statement inside the procedure"
+#, php-format
msgid "%d row affected by the last statement inside the procedure."
msgid_plural "%d rows affected by the last statement inside the procedure."
-msgstr[0] "存储过程中最后一条语句影响了 %d 行"
+msgstr[0] "存储过程中最后一条语句影响了 %d 行。"
#: libraries/classes/Rte/Routines.php:1571
#: libraries/classes/Rte/Routines.php:1578
@@ -10969,30 +10514,27 @@ msgid "routine"
msgstr "程序"
#: libraries/classes/Rte/Words.php:39
-#, fuzzy
-#| msgid "You do not have the necessary privileges to create a routine"
msgid "You do not have the necessary privileges to create a routine."
-msgstr "你不具有创建程序的必要权限"
+msgstr "你不具有创建程序的必要权限。"
#: libraries/classes/Rte/Words.php:42
#, php-format
msgid ""
"No routine with name %1$s found in database %2$s. You might be lacking the "
"necessary privileges to edit this routine."
-msgstr ""
+msgstr "在数据库%2$s中找不到名称为%1$s的例程。您可能缺少编辑此例程的必要权限。"
#: libraries/classes/Rte/Words.php:46
#, php-format
msgid ""
"No routine with name %1$s found in database %2$s. You might be lacking the "
"necessary privileges to view/export this routine."
-msgstr ""
+msgstr "在数据库%2$s中找不到名称为%1$s的例程。您可能缺少查看/导出此例程的必要权限。"
#: libraries/classes/Rte/Words.php:49
-#, fuzzy, php-format
-#| msgid "No routine with name %1$s found in database %2$s"
+#, php-format
msgid "No routine with name %1$s found in database %2$s."
-msgstr "在数据库 %2$s 中找不到名为 %1$s 的程序"
+msgstr "在数据库 %2$s 中找不到名为 %1$s 的程序。"
#: libraries/classes/Rte/Words.php:50
msgid "There are no routines to display."
@@ -11012,16 +10554,13 @@ msgid "trigger"
msgstr "触发器"
#: libraries/classes/Rte/Words.php:61
-#, fuzzy
-#| msgid "You do not have the necessary privileges to create a trigger"
msgid "You do not have the necessary privileges to create a trigger."
-msgstr "你不具有创建触发器的必要权限"
+msgstr "你不具有创建触发器的必要权限。"
#: libraries/classes/Rte/Words.php:63
-#, fuzzy, php-format
-#| msgid "No trigger with name %1$s found in database %2$s"
+#, php-format
msgid "No trigger with name %1$s found in database %2$s."
-msgstr "在数据库 %2$s 中找不到名为 %1$s 的触发器"
+msgstr "在数据库 %2$s 中找不到名为 %1$s 的触发器。"
#: libraries/classes/Rte/Words.php:64
msgid "There are no triggers to display."
@@ -11041,16 +10580,13 @@ msgid "event"
msgstr "事件"
#: libraries/classes/Rte/Words.php:75
-#, fuzzy
-#| msgid "You do not have the necessary privileges to create an event"
msgid "You do not have the necessary privileges to create an event."
-msgstr "你不具有创建事件的必要权限"
+msgstr "你不具有创建事件的必要权限。"
#: libraries/classes/Rte/Words.php:77
-#, fuzzy, php-format
-#| msgid "No event with name %1$s found in database %2$s"
+#, php-format
msgid "No event with name %1$s found in database %2$s."
-msgstr "在数据库 %2$s 中找不到名为 %1$s 的事件"
+msgstr "在数据库 %2$s 中找不到名为 %1$s 的事件。"
#: libraries/classes/Rte/Words.php:78
msgid "There are no events to display."
@@ -11134,10 +10670,8 @@ msgstr "允许关闭服务器。"
#: libraries/classes/Server/Privileges.php:346
#: libraries/classes/Server/Privileges.php:1330 server_privileges.php:102
-#, fuzzy
-#| msgid "Allows viewing processes of all users"
msgid "Allows viewing processes of all users."
-msgstr "允许查看所有用户的进程"
+msgstr "允许查看所有用户的进程。"
#: libraries/classes/Server/Privileges.php:351
#: libraries/classes/Server/Privileges.php:1218 server_privileges.php:81
@@ -11204,17 +10738,13 @@ msgstr "允许创建视图。"
#: libraries/classes/Server/Privileges.php:410
#: libraries/classes/Server/Privileges.php:1290 server_privileges.php:79
-#, fuzzy
-#| msgid "Allows to set up events for the event scheduler"
msgid "Allows to set up events for the event scheduler."
-msgstr "允许为事件触发器设置事件"
+msgstr "允许为事件触发器设置事件。"
#: libraries/classes/Server/Privileges.php:415
#: libraries/classes/Server/Privileges.php:1294 server_privileges.php:120
-#, fuzzy
-#| msgid "Allows creating and dropping triggers"
msgid "Allows creating and dropping triggers."
-msgstr "允许创建和删除触发器"
+msgstr "允许创建和删除触发器。"
#: libraries/classes/Server/Privileges.php:426
#: libraries/classes/Server/Privileges.php:432
@@ -11252,19 +10782,19 @@ msgstr "启用SSL加密"
#: libraries/classes/Server/Privileges.php:760
msgid "Requires a valid X509 certificate."
-msgstr ""
+msgstr "需要有效的X509证书。"
#: libraries/classes/Server/Privileges.php:785
msgid "Requires that a specific cipher method be used for a connection."
-msgstr ""
+msgstr "需要使用特定的密码方法进行连接。"
#: libraries/classes/Server/Privileges.php:798
msgid "Requires that a valid X509 certificate issued by this CA be presented."
-msgstr ""
+msgstr "要求提供此CA颁发的有效X509证书。"
#: libraries/classes/Server/Privileges.php:811
msgid "Requires that a valid X509 certificate with this subject be presented."
-msgstr ""
+msgstr "要求提供包含此主题的有效X509证书。"
#: libraries/classes/Server/Privileges.php:841 server_privileges.php:93
msgid "Limits the number of queries the user may send to the server per hour."
@@ -11289,28 +10819,22 @@ msgstr "限制该用户的并发连接数。"
#: libraries/classes/Server/Privileges.php:3349
#: libraries/classes/Server/Privileges.php:4568
#: templates/privileges/edit_routine_privileges.twig:11
-#, fuzzy
-#| msgid "Routines"
msgid "Routine"
-msgstr "程序"
+msgstr "例程"
#: libraries/classes/Server/Privileges.php:944
msgid ""
"Allows user to give to other users or remove from other users privileges "
"that user possess on this routine."
-msgstr ""
+msgstr "允许用户向其他用户提供或从其他用户中删除该例程中用户拥有的权限。"
#: libraries/classes/Server/Privileges.php:951
-#, fuzzy
-#| msgid "Allows altering and dropping stored routines."
msgid "Allows altering and dropping this routine."
-msgstr "允许修改或删除储存过程。"
+msgstr "允许更改和删除此例程。"
#: libraries/classes/Server/Privileges.php:956
-#, fuzzy
-#| msgid "Allows executing stored routines."
msgid "Allows executing this routine."
-msgstr "允许运行存储过程。"
+msgstr "允许执行此例程。"
#: libraries/classes/Server/Privileges.php:1006
#: libraries/classes/Server/Privileges.php:1170
@@ -11323,10 +10847,8 @@ msgstr "按表指定权限"
#: libraries/classes/Server/Privileges.php:1180
#: libraries/classes/Server/Privileges.php:3540
#: templates/privileges/edit_routine_privileges.twig:16
-#, fuzzy
-#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
-msgstr "注意:MySQL 权限名称会以英文显示"
+msgstr "注意:MySQL 权限名称会以英文显示。"
#: libraries/classes/Server/Privileges.php:1149
msgid "Administration"
@@ -11338,8 +10860,6 @@ msgid "Global privileges"
msgstr "全局权限"
#: libraries/classes/Server/Privileges.php:1165
-#, fuzzy
-#| msgid "global"
msgid "Global"
msgstr "全局"
@@ -11365,20 +10885,16 @@ msgstr "允许添加用户和权限而不重新载入权限表。"
msgid ""
"Allows user to give to other users or remove from other users the privileges "
"that user possess yourself."
-msgstr ""
+msgstr "允许用户向其他用户提供或从其他用户中删除用户拥有的权限。"
#: libraries/classes/Server/Privileges.php:1428
#: libraries/classes/Server/Privileges.php:1459
-#, fuzzy
-#| msgid "Cookie authentication"
msgid "Native MySQL authentication"
-msgstr "Cookie 认证"
+msgstr "MySQL自带身份验证"
#: libraries/classes/Server/Privileges.php:1461
-#, fuzzy
-#| msgid "Signon authentication"
msgid "SHA256 password authentication"
-msgstr "Signon 认证"
+msgstr "SHA256密码验证"
#: libraries/classes/Server/Privileges.php:1495
#: libraries/classes/Server/Privileges.php:3104
@@ -11396,38 +10912,30 @@ msgstr "使用文本域"
msgid ""
"An account already exists with the same username but possibly a different "
"hostname."
-msgstr ""
+msgstr "已存在具有相同用户名但可能具有不同主机名的帐户。"
#: libraries/classes/Server/Privileges.php:1553
-#, fuzzy
-#| msgid "User name"
msgid "Host name:"
-msgstr "用户名"
+msgstr "主机名:"
#: libraries/classes/Server/Privileges.php:1558
#: libraries/classes/Server/Privileges.php:1643
#: libraries/classes/Server/Privileges.php:2562
#: libraries/classes/Server/Privileges.php:3536
-#, fuzzy
-#| msgid "Log name"
msgid "Host name"
-msgstr "日志文件名"
+msgstr "主机名"
#: libraries/classes/Server/Privileges.php:1666
msgid "Do not change the password"
msgstr "保持原密码"
#: libraries/classes/Server/Privileges.php:1716
-#, fuzzy
-#| msgid "Authentication"
msgid "Authentication Plugin"
-msgstr "认证"
+msgstr "认证插件"
#: libraries/classes/Server/Privileges.php:1723
-#, fuzzy
-#| msgid "Password Hashing:"
msgid "Password Hashing Method"
-msgstr "密码加密方式:"
+msgstr "密码加密方式"
#: libraries/classes/Server/Privileges.php:2013
#, php-format
@@ -11457,10 +10965,9 @@ msgid "Grant all privileges on wildcard name (username\\_%)."
msgstr "给以 用户名_ 开头的数据库 (username\\_%) 授予所有权限。"
#: libraries/classes/Server/Privileges.php:2194
-#, fuzzy, php-format
-#| msgid "Grant all privileges on database \"%s\"."
+#, php-format
msgid "Grant all privileges on database %s."
-msgstr "授予数据库“%s”的所有权限。"
+msgstr "授予数据库 %s 所有权限。"
#: libraries/classes/Server/Privileges.php:2368
#: libraries/classes/Server/Privileges.php:2442
@@ -11480,7 +10987,7 @@ msgstr "授权"
#: libraries/classes/Server/Privileges.php:2580
msgid "Not enough privilege to view users."
-msgstr ""
+msgstr "没有足够的权限来查看用户。"
#: libraries/classes/Server/Privileges.php:2599
#: libraries/classes/Server/Privileges.php:3969
@@ -11506,10 +11013,8 @@ msgid "wildcard"
msgstr "通配符"
#: libraries/classes/Server/Privileges.php:2692
-#, fuzzy
-#| msgid "database-specific"
msgid "table-specific"
-msgstr "按数据库指定"
+msgstr "按表指定"
#: libraries/classes/Server/Privileges.php:2831
msgid "Edit privileges"
@@ -11520,10 +11025,8 @@ msgid "Revoke"
msgstr "撤销"
#: libraries/classes/Server/Privileges.php:2858
-#, fuzzy
-#| msgid "Edit server"
msgid "Edit user group"
-msgstr "编辑服务器"
+msgstr "编辑用户组"
#: libraries/classes/Server/Privileges.php:3076
msgid "… keep the old one."
@@ -11554,17 +11057,15 @@ msgstr "创建具有相同权限的新用户账户然后 …"
#: libraries/classes/Server/Privileges.php:3348
#: templates/privileges/edit_routine_privileges.twig:12
-#, fuzzy
-#| msgid "Column-specific privileges"
msgid "Routine-specific privileges"
-msgstr "按字段指定权限"
+msgstr "按例程指定权限"
#: libraries/classes/Server/Privileges.php:3544
#: libraries/classes/Server/UserGroups.php:91
#: templates/privileges/choose_user_group.twig:4
#: templates/privileges/choose_user_group.twig:5
msgid "User group"
-msgstr ""
+msgstr "用户组"
#: libraries/classes/Server/Privileges.php:3667
#: libraries/classes/Server/Privileges.php:4798
@@ -11637,33 +11138,20 @@ msgid ""
"A user account allowing any user from localhost to connect is present. This "
"will prevent other users from connecting if the host part of their account "
"allows a connection from any (%) host."
-msgstr ""
+msgstr "存在允许来自localhost的任何用户连接的用户帐户。如果其帐户的主机部分允许来自任何(%)主机的连接,这将阻止其他用户连接。"
#: libraries/classes/Server/Privileges.php:4730
-#, fuzzy, php-format
-#| msgid ""
-#| "Note: phpMyAdmin gets the users' privileges directly from MySQL's "
-#| "privilege tables. The content of these tables may differ from the "
-#| "privileges the server uses, if they have been changed manually. In this "
-#| "case, you should %sreload the privileges%s before you continue."
+#, php-format
msgid ""
"Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
"tables. The content of these tables may differ from the privileges the "
"server uses, if they have been changed manually. In this case, you should "
"%sreload the privileges%s before you continue."
msgstr ""
-"注意:phpMyAdmin 直接由 MySQL 权限表取得用户权限。如果用户手动更改表,表内容"
-"将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权"
-"限%s。"
+"注意:phpMyAdmin 直接由 MySQL "
+"权限表取得用户权限。如果用户手动更改表,表内容将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权限%s。"
#: libraries/classes/Server/Privileges.php:4747
-#, fuzzy
-#| msgid ""
-#| "Note: phpMyAdmin gets the users' privileges directly from MySQL's "
-#| "privilege tables. The content of these tables may differ from the "
-#| "privileges the server uses, if they have been changed manually. In this "
-#| "case, the privileges have to be reloaded but currently, you don't have "
-#| "the RELOAD privilege."
msgid ""
"Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
"tables. The content of these tables may differ from the privileges the "
@@ -11671,9 +11159,8 @@ msgid ""
"privileges have to be reloaded but currently, you don't have the RELOAD "
"privilege."
msgstr ""
-"注意:phpMyAdmin 直接由 MySQL 权限表取得用户权限。如果用户手动更改权限表,表"
-"内容将可能与服务器使用的用户权限有异。在这种情况下,应当重新载入权限表,但您"
-"没有RELOAD权限。"
+"注意:phpMyAdmin 直接由 MySQL "
+"权限表取得用户权限。如果用户手动更改权限表,表内容将可能与服务器使用的用户权限有异。在这种情况下,应当重新载入权限表,但您没有RELOAD权限。"
#: libraries/classes/Server/Privileges.php:5018
msgid "You have added a new user."
@@ -11681,10 +11168,8 @@ msgstr "您已添加了一个新用户。"
#: libraries/classes/Server/Select.php:55
#: libraries/classes/Server/Select.php:60
-#, fuzzy
-#| msgid "Current server"
msgid "Current server:"
-msgstr "当前服务器"
+msgstr "当前服务器:"
#: libraries/classes/Server/Status.php:70
#, php-format
@@ -12013,16 +11498,12 @@ msgid "Instructions/Setup"
msgstr "说明/设置"
#: libraries/classes/Server/Status/Monitor.php:272
-#, fuzzy
-#| msgid "Done rearranging/editing charts"
msgid "Done dragging (rearranging) charts"
-msgstr "完成排列/编辑图表"
+msgstr "完成拖拽(排列)图表"
#: libraries/classes/Server/Status/Monitor.php:292
-#, fuzzy
-#| msgid "Enable highlighting"
msgid "Enable charts dragging"
-msgstr "启用高亮"
+msgstr "启用图表拖拽"
#: libraries/classes/Server/Status/Monitor.php:296
#: libraries/classes/Server/Status/Processes.php:40
@@ -12090,10 +11571,8 @@ msgid "per minute:"
msgstr "每分钟:"
#: libraries/classes/Server/Status/Queries.php:63
-#, fuzzy
-#| msgid "per second"
msgid "per second:"
-msgstr "每秒"
+msgstr "每秒:"
#: libraries/classes/Server/Status/Queries.php:100
msgid "Statements"
@@ -12521,7 +12000,6 @@ msgstr ""
"可能设置得太小了。缓存缺失率可以由 Key_reads/Key_read_requests 计算得出。"
#: libraries/classes/Server/Status/Variables.php:619
-#, fuzzy
msgid ""
"Key cache miss calculated as rate of physical reads compared to read "
"requests (calculated value)"
@@ -12755,84 +12233,62 @@ msgstr "非睡眠状态的线程数量。"
#: libraries/classes/Server/UserGroups.php:34
#, php-format
msgid "Users of '%s' user group"
-msgstr ""
+msgstr "“%s”用户组的用户"
#: libraries/classes/Server/UserGroups.php:47
msgid "No users were found belonging to this user group."
-msgstr ""
+msgstr "未找到属于此用户组的用户。"
#: libraries/classes/Server/UserGroups.php:77
#: libraries/classes/Server/Users.php:40
-#, fuzzy
-#| msgid "Users"
msgid "User groups"
-msgstr "用户"
+msgstr "用户组"
#: libraries/classes/Server/UserGroups.php:92
-#, fuzzy
-#| msgid "Server version"
msgid "Server level tabs"
-msgstr "服务器版本"
+msgstr "服务器级别标签"
#: libraries/classes/Server/UserGroups.php:93
-#, fuzzy
-#| msgid "Database server"
msgid "Database level tabs"
-msgstr "数据库服务器"
+msgstr "数据库级别标签"
#: libraries/classes/Server/UserGroups.php:94
-#, fuzzy
-#| msgid "Table comments"
msgid "Table level tabs"
-msgstr "表注释"
+msgstr "表级别标签"
#: libraries/classes/Server/UserGroups.php:122
-#, fuzzy
-#| msgid "Views"
msgid "View users"
-msgstr "视图"
+msgstr "查看用户"
#: libraries/classes/Server/UserGroups.php:158
#: libraries/classes/Server/UserGroups.php:224
-#, fuzzy
-#| msgid "Add user"
msgid "Add user group"
-msgstr "添加用户"
+msgstr "添加用户组"
#: libraries/classes/Server/UserGroups.php:227
#, php-format
msgid "Edit user group: '%s'"
-msgstr ""
+msgstr "编辑用户组:“%s”"
#: libraries/classes/Server/UserGroups.php:243
-#, fuzzy
-#| msgid "No privileges."
msgid "User group menu assignments"
-msgstr "无权限。"
+msgstr "用户组菜单分配"
#: libraries/classes/Server/UserGroups.php:251
-#, fuzzy
-#| msgid "Column names: "
msgid "Group name:"
-msgstr "字段名: "
+msgstr "组名:"
#: libraries/classes/Server/UserGroups.php:288
-#, fuzzy
-#| msgid "Server version"
msgid "Server-level tabs"
-msgstr "服务器版本"
+msgstr "服务器等级标签"
#: libraries/classes/Server/UserGroups.php:291
-#, fuzzy
-#| msgid "Database server"
msgid "Database-level tabs"
-msgstr "数据库服务器"
+msgstr "数据库等级标签"
#: libraries/classes/Server/UserGroups.php:294
-#, fuzzy
-#| msgid "Table comments"
msgid "Table-level tabs"
-msgstr "表注释"
+msgstr "表等级标签"
#: libraries/classes/Sql.php:269 libraries/classes/Util.php:1147
#: templates/console/display.twig:31 templates/console/display.twig:175
@@ -12840,65 +12296,48 @@ msgid "Profiling"
msgstr "性能分析"
#: libraries/classes/Sql.php:272
-#, fuzzy
-#| msgid "Data file grow size"
msgid "Detailed profile"
-msgstr "数据文件增长大小"
+msgstr "详细资料"
#: libraries/classes/Sql.php:277 libraries/classes/Sql.php:293
-#, fuzzy
-#| msgctxt "Start of recurring event"
-#| msgid "Start"
msgid "State"
-msgstr "起始时间"
+msgstr "状态"
#: libraries/classes/Sql.php:290
msgid "Summary by state"
-msgstr ""
+msgstr "状态概要"
#: libraries/classes/Sql.php:296
-#, fuzzy
-#| msgid "Total time:"
msgid "Total Time"
-msgstr "总时间:"
+msgstr "总时间"
#: libraries/classes/Sql.php:298
-#, fuzzy
-#| msgid "Time"
msgid "% Time"
-msgstr "时间"
+msgstr "% 时间"
#: libraries/classes/Sql.php:300
-#, fuzzy
-#| msgid "Close"
msgid "Calls"
-msgstr "关闭"
+msgstr "请求"
#: libraries/classes/Sql.php:302
-#, fuzzy
-#| msgid "Time"
msgid "ø Time"
-msgstr "时间"
+msgstr "ø 时间"
#: libraries/classes/Sql.php:607 libraries/classes/Sql.php:625
msgid "Bookmark this SQL query"
msgstr "将此 SQL 查询加为书签"
#: libraries/classes/Sql.php:611
-#, fuzzy
-#| msgid "Label"
msgid "Label:"
-msgstr "标签"
+msgstr "标签:"
#: libraries/classes/Sql.php:618 libraries/classes/SqlQueryForm.php:314
msgid "Let every user access this bookmark"
msgstr "让所有用户均可访问此书签"
#: libraries/classes/Sql.php:834
-#, fuzzy
-#| msgid "Bookmark not created"
msgid "Bookmark not created!"
-msgstr "未创建书签"
+msgstr "未创建书签!"
#: libraries/classes/Sql.php:944
#, php-format
@@ -12910,24 +12349,18 @@ msgid "Showing as PHP code"
msgstr "显示为 PHP 代码"
#: libraries/classes/Sql.php:1796
-#, fuzzy, php-format
-#| msgid ""
-#| "This table does not contain a unique column. Grid edit, checkbox, Edit, "
-#| "Copy and Delete features are not available."
+#, php-format
msgid ""
"Current selection does not contain a unique column. Grid edit, checkbox, "
"Edit, Copy and Delete features are not available. %s"
-msgstr "该表没有唯一字段。单元格编辑、复选框、编辑、复制和删除无法正常使用。"
+msgstr "当前所选内容没有包含唯一字段。单元格编辑、复选框、编辑、复制和删除无法正常使用。%s"
#: libraries/classes/Sql.php:1810
-#, fuzzy, php-format
-#| msgid ""
-#| "This table does not contain a unique column. Grid edit, checkbox, Edit, "
-#| "Copy and Delete features are not available."
+#, php-format
msgid ""
"Current selection does not contain a unique column. Grid edit, Edit, Copy "
"and Delete features may result in undesired behavior. %s"
-msgstr "该表没有唯一字段。单元格编辑、复选框、编辑、复制和删除无法正常使用。"
+msgstr "当前所选内容没有包含唯一字段。单元格编辑、复选框、编辑、复制和删除可能会导致无法预料的情形发生。%s"
#: libraries/classes/Sql.php:1852
#, php-format
@@ -12935,10 +12368,9 @@ msgid "Problems with indexes of table `%s`"
msgstr "数据表 `%s` 的索引存在问题"
#: libraries/classes/SqlQueryForm.php:140
-#, fuzzy, php-format
-#| msgid "Run SQL query/queries on server %s"
+#, php-format
msgid "Run SQL query/queries on server “%s”"
-msgstr "在服务器 %s 运行 SQL 查询"
+msgstr "在服务器 “%s” 运行 SQL 查询"
#: libraries/classes/SqlQueryForm.php:157
#, php-format
@@ -12946,10 +12378,9 @@ msgid "Run SQL query/queries on database %s"
msgstr "在数据库 %s 运行 SQL 查询"
#: libraries/classes/SqlQueryForm.php:178
-#, fuzzy, php-format
-#| msgid "Run SQL query/queries on database %s"
+#, php-format
msgid "Run SQL query/queries on table %s"
-msgstr "在数据库 %s 运行 SQL 查询"
+msgstr "在表 %s 运行 SQL 查询"
#: libraries/classes/SqlQueryForm.php:246 setup/frames/index.inc.php:255
#: templates/console/display.twig:7
@@ -12958,19 +12389,15 @@ msgstr "清除"
#: libraries/classes/SqlQueryForm.php:252
msgid "Get auto-saved query"
-msgstr ""
+msgstr "获取自动保存的查询"
#: libraries/classes/SqlQueryForm.php:258
-#, fuzzy
-#| msgid "Bad parameters!"
msgid "Bind parameters"
-msgstr "参数无效!"
+msgstr "绑定参数"
#: libraries/classes/SqlQueryForm.php:306
-#, fuzzy
-#| msgid "Bookmark this SQL query"
msgid "Bookmark this SQL query:"
-msgstr "将此 SQL 查询加为书签"
+msgstr "将此 SQL 查询加为书签:"
#: libraries/classes/SqlQueryForm.php:320
msgid "Replace existing bookmark of same name"
@@ -12986,7 +12413,7 @@ msgstr "在此再次显示此查询"
#: libraries/classes/SqlQueryForm.php:361
msgid "Rollback when finished"
-msgstr ""
+msgstr "完成后回滚"
#: libraries/classes/SqlQueryForm.php:406
msgid "shared"
@@ -13092,10 +12519,9 @@ msgid "Error creating foreign key on %1$s (check data types)"
msgstr "在 %1$s 创建外键时发生错误 (检查数据类型)"
#: libraries/classes/Template.php:129
-#, fuzzy, php-format
-#| msgid "Error while loading the search."
+#, php-format
msgid "Error while working with template cache: %s"
-msgstr "加载搜索时出现错误。"
+msgstr "使用模板缓存时出错:%s"
#: libraries/classes/Theme.php:188
#, php-format
@@ -13136,10 +12562,8 @@ msgid "Updated"
msgstr "更新"
#: libraries/classes/Tracking.php:185 libraries/classes/Tracking.php:249
-#, fuzzy
-#| msgid "Create version"
msgid "Delete version"
-msgstr "创建版本"
+msgstr "删除版本"
#: libraries/classes/Tracking.php:186 libraries/classes/Tracking.php:349
#: templates/database/tracking/tracked_tables.twig:60
@@ -13164,8 +12588,7 @@ msgid "No data"
msgstr "无数据"
#: libraries/classes/Tracking.php:466 libraries/classes/Tracking.php:516
-#, fuzzy, php-format
-#| msgid "Show %s with dates from %s to %s by user %s %s"
+#, php-format
msgid "Show %1$s with dates from %2$s to %3$s by user %4$s %5$s"
msgstr "显示自 %2$s 起至 %3$s 用户 %4$s 执行的 %1$s %5$s"
@@ -13241,10 +12664,9 @@ msgid "Tracking for %1$s was deactivated at version %2$s."
msgstr "对%1$s 的追踪从版本 %2$s 已停用。"
#: libraries/classes/Tracking.php:1012
-#, fuzzy, php-format
-#| msgid "Create version %1$s of %2$s"
+#, php-format
msgid "Version %1$s of %2$s was deleted."
-msgstr "为 %2$s 创建版本 %1$s"
+msgstr "%2$s的版本%1$s被删除了。"
#: libraries/classes/Tracking.php:1043
#, php-format
@@ -13602,10 +13024,9 @@ msgid "Missing parameter:"
msgstr "缺少参数:"
#: libraries/classes/Util.php:2426
-#, fuzzy, php-format
-#| msgid "Jump to database \"%s\"."
+#, php-format
msgid "Jump to database “%s”."
-msgstr "转到数据库 \"%s\"。"
+msgstr "转到数据库 “%s”。"
#: libraries/classes/Util.php:2451
#, php-format
@@ -13636,19 +13057,19 @@ msgstr "执行"
#: libraries/classes/Util.php:3841
msgid "SSL is not being used"
-msgstr ""
+msgstr "SSL未被使用"
#: libraries/classes/Util.php:3846
msgid "SSL is used with disabled verification"
-msgstr ""
+msgstr "SSL在禁用验证的状态下使用"
#: libraries/classes/Util.php:3848
msgid "SSL is used without certification authority"
-msgstr ""
+msgstr "SSL在没有证书颁发机构的情况下使用"
#: libraries/classes/Util.php:3851
msgid "SSL is used"
-msgstr ""
+msgstr "已使用SSL"
#: libraries/classes/Util.php:3972
msgid "Users"
@@ -13671,7 +13092,7 @@ msgstr "ZIP 包中有错误:"
msgid ""
"Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to "
"access phpMyAdmin."
-msgstr ""
+msgstr "无法设置会话cookie。也许您使用HTTP而不是HTTPS来访问phpMyAdmin。"
#: libraries/common.inc.php:335
msgid "Invalid authentication method set in configuration:"
@@ -13803,10 +13224,8 @@ msgid "Manage your settings"
msgstr "管理我的设置"
#: libraries/user_preferences.inc.php:40
-#, fuzzy
-#| msgid "Config authentication"
msgid "Two-factor authentication"
-msgstr "Config 认证"
+msgstr "双因素身份验证"
#: libraries/user_preferences.inc.php:65 prefs_manage.php:300
msgid "Configuration has been saved."
@@ -13825,23 +13244,19 @@ msgstr "致命错误:导航只能通过AJAX访问"
#: prefs_forms.php:32 setup/frames/form.inc.php:22
msgid "Incorrect form specified!"
-msgstr ""
+msgstr "指定的表单不正确!"
#: prefs_forms.php:84
-#, fuzzy
-#| msgid "Cannot save settings, submitted form contains errors"
msgid "Cannot save settings, submitted form contains errors!"
-msgstr "无法保存设置,提交的表单中有错误"
+msgstr "无法保存设置,提交的表单中有错误!"
#: prefs_manage.php:54
-#, fuzzy
-#| msgid "Missing phpMyAdmin configuration storage tables"
msgid "phpMyAdmin configuration snippet"
-msgstr "丢失 phpMyAdmin 高级功能数据表"
+msgstr "phpMyAdmin配置代码段"
#: prefs_manage.php:55
msgid "Paste it to your config.inc.php"
-msgstr ""
+msgstr "将它粘贴到您的config.inc.php"
#: prefs_manage.php:95
msgid "Could not import configuration"
@@ -13892,10 +13307,8 @@ msgstr ""
"你可以通过修改 config.inc.php 文件进行更多设置,如通过使用%s安装脚本%s。"
#: prefs_manage.php:316
-#, fuzzy
-#| msgid "Save as file"
msgid "Save as PHP file"
-msgstr "保存为文件"
+msgstr "保存为PHP文件"
#: prefs_manage.php:321
msgid "Save to browser's storage"
@@ -13914,16 +13327,12 @@ msgid "You can reset all your settings and restore them to default values."
msgstr "你可以重置并将所有设置恢复为默认值。"
#: prefs_twofactor.php:31
-#, fuzzy
-#| msgid "Internal relation added"
msgid "Two-factor authentication has been removed."
-msgstr "已添加内联关系"
+msgstr "双因素身份验证已被删除。"
#: prefs_twofactor.php:41
-#, fuzzy
-#| msgid "Invalid authentication method set in configuration:"
msgid "Two-factor authentication has been configured."
-msgstr "配置文件中设置的认证方式无效:"
+msgstr "已配置双因素身份验证。"
#: server_export.php:27
msgid "View dump (schema) of databases"
@@ -13935,24 +13344,22 @@ msgid "No Privileges"
msgstr "无权限"
#: server_privileges.php:154
-#, fuzzy
-#| msgid "You do not have the necessary privileges to create a trigger"
msgid "You do not have privileges to manipulate with the users!"
-msgstr "你不具有创建触发器的必要权限"
+msgstr "您没有权限与用户进行操作!"
#: server_privileges.php:168
msgid ""
"Username and hostname didn't change. If you only want to change the "
"password, 'Change password' tab should be used."
-msgstr ""
+msgstr "用户名和主机名不会更改。如果您只想更改密码,则应使用“更改密码”选项卡。"
#: server_status.php:36
msgid "Not enough privilege to view server status."
-msgstr ""
+msgstr "没有足够的权限来查看服务器状态。"
#: server_status_advisor.php:34
msgid "Not enough privilege to view the advisor."
-msgstr ""
+msgstr "没有足够的权限来查看建议。"
#: server_status_processes.php:34
#, php-format
@@ -13967,11 +13374,11 @@ msgstr "phpMyAdmin 无法杀死线程 %s。该线程可能已经关闭。"
#: server_status_queries.php:44
msgid "Not enough privilege to view query statistics."
-msgstr ""
+msgstr "没有足够的权限来查看查询统计信息。"
#: server_status_variables.php:53
msgid "Not enough privilege to view status variables."
-msgstr ""
+msgstr "没有足够的权限来查看状态变量。"
#: setup/frames/config.inc.php:18 setup/frames/index.inc.php:190
msgid "Configuration file"
@@ -13988,14 +13395,10 @@ msgid ""
msgstr "你现在没有使用安全连接,所有数据(包括敏感信息,如密码)均为明文传输!"
#: setup/frames/index.inc.php:55
-#, fuzzy
-#| msgid ""
-#| "If your server is also configured to accept HTTPS requests follow [a@"
-#| "%s]this link[/a] to use a secure connection."
msgid ""
"If your server is also configured to accept HTTPS requests follow this link "
"to use a secure connection."
-msgstr "如果你的服务器已经配置好支持 HTTPS,请[a@%s]点击这里[/a]使用安全连接。"
+msgstr "如果你的服务器已经配置好支持 HTTPS,请点击这里使用安全连接。"
#: setup/frames/index.inc.php:59
msgid "Insecure connection"
@@ -14014,10 +13417,8 @@ msgstr ""
"除 config 文件夹。"
#: setup/frames/index.inc.php:98
-#, fuzzy
-#| msgid "Configuration saved."
msgid "Configuration not saved!"
-msgstr "配置已保存。"
+msgstr "配置没有保存!"
#: setup/frames/index.inc.php:101
msgid ""
@@ -14090,7 +13491,7 @@ msgstr "添加服务器"
#: setup/index.php:19
msgid "Configuration already exists, setup is disabled!"
-msgstr ""
+msgstr "配置已存在,设置已禁用!"
#: setup/index.php:29
msgid "Wrong GET file attribute value"
@@ -14150,7 +13551,7 @@ msgstr "无效数据"
#: setup/validate.php:33
#, php-format
msgid "Wrong data or no validation for %s"
-msgstr ""
+msgstr "%s是错误的数据或没有验证"
#: tbl_create.php:39 tbl_get_field.php:32
#, php-format
@@ -14173,13 +13574,11 @@ msgstr "表名无效"
#: tbl_replace.php:246
#, php-format
msgid "Row: %1$s, Column: %2$s, Error: %3$s"
-msgstr ""
+msgstr "行:%1$s,列:%2$s,错误:%3$s"
#: tbl_row_action.php:74
-#, fuzzy
-#| msgid "No rows selected"
msgid "No row selected."
-msgstr "没有选中任何行"
+msgstr "没有选中任何行。"
#: tbl_tracking.php:38
#, php-format
@@ -14187,16 +13586,12 @@ msgid "Tracking of %s is activated."
msgstr "%s 的追踪已启用。"
#: tbl_tracking.php:107
-#, fuzzy
-#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
-msgstr "已成功删除选中的用户。"
+msgstr "跟踪版本已成功删除。"
#: tbl_tracking.php:112
-#, fuzzy
-#| msgid "No rows selected"
msgid "No versions selected."
-msgstr "没有选中任何行"
+msgstr "没有选择版本。"
#: tbl_tracking.php:143
msgid "SQL statements executed."
@@ -14215,30 +13610,22 @@ msgid "Available MIME types"
msgstr "可用的 MIME 类型"
#: transformation_overview.php:42
-#, fuzzy
-#| msgid "Available transformations"
msgid "Available browser display transformations"
-msgstr "可用的转换"
+msgstr "可用的浏览器显示转换"
#: transformation_overview.php:43
-#, fuzzy
-#| msgid "Available transformations"
msgid "Available input transformations"
-msgstr "可用的转换"
+msgstr "可用的输入转换"
#: transformation_overview.php:46
#: templates/columns_definitions/table_fields_definitions.twig:78
-#, fuzzy
-#| msgid "Browser transformation"
msgid "Browser display transformation"
-msgstr "浏览器转换"
+msgstr "浏览器显示转换"
#: transformation_overview.php:47
#: templates/columns_definitions/table_fields_definitions.twig:89
-#, fuzzy
-#| msgid "Browser transformation"
msgid "Input transformation"
-msgstr "浏览器转换"
+msgstr "输入转换"
#: transformation_overview.php:58
msgctxt "for MIME transformation"
@@ -14260,37 +13647,31 @@ msgid "Hide/Show all"
msgstr "全部隐藏/显示"
#: templates/database/designer/table_list.twig:14
-#, fuzzy
-#| msgid "Hide/Show Tables with no relation"
msgid "Hide/Show tables with no relationship"
msgstr "隐藏/显示没有关联的表"
#: templates/database/designer/table_list.twig:55
-#, fuzzy
-#| msgid "Number of tables"
msgid "Number of tables:"
-msgstr "数据表数量"
+msgstr "数据表数量:"
#: templates/login/twofactor/application_configure.twig:3
msgid ""
"Please scan following QR code into the two-factor authentication app on your "
"device and enter authentication code it generates."
-msgstr ""
+msgstr "请将以下QR码扫描到设备上的双因素身份验证应用程序中,然后输入它生成的身份验证码。"
#: templates/login/twofactor/application_configure.twig:9
msgid "Secret/key:"
-msgstr ""
+msgstr "密钥:"
#: templates/login/twofactor/application_configure.twig:12
#: templates/login/twofactor/application.twig:2
-#, fuzzy
-#| msgid "Authentication"
msgid "Authentication code:"
-msgstr "认证"
+msgstr "认证代码:"
#: templates/login/twofactor.twig:5
msgid "Verify"
-msgstr ""
+msgstr "验证"
#: templates/server/plugins/section.twig:9
msgid "Plugin"
@@ -14314,22 +13695,17 @@ msgid "Save output to a file"
msgstr "保存为文件"
#: templates/display/export/options_output.twig:51
-#, fuzzy, php-format
-#| msgid "Skip tables larger than"
+#, php-format
msgid "Skip tables larger than %s MiB"
-msgstr "跳过数据表,当大于"
+msgstr "跳过大于 %s MiB的数据表"
#: templates/database/designer/edit_delete_pages.twig:6
-#, fuzzy
-#| msgid "Page titles"
msgid "Page to open"
-msgstr "页面标题"
+msgstr "要打开的页面"
#: templates/database/designer/edit_delete_pages.twig:6
-#, fuzzy
-#| msgid "Relation deleted"
msgid "Page to delete"
-msgstr "已删除关系"
+msgstr "要删除的页面"
#: templates/database/search/results.twig:12
#, php-format
@@ -14338,12 +13714,9 @@ msgid_plural "%1$s matches in %2$s"
msgstr[0] "在 %2$s 中找到 %1$s 个"
#: templates/database/search/results.twig:56
-#, fuzzy
-#| msgid "Total: %s match"
-#| msgid_plural "Total: %s matches"
msgid "Total: %count% match"
msgid_plural "Total: %count% matches"
-msgstr[0] "总计:找到 %s 个"
+msgstr[0] "总计: %s 个匹配"
#: templates/table/search/replace_preview.twig:13
msgid "Find and replace - preview"
@@ -14399,20 +13772,14 @@ msgid "Session value"
msgstr "会话值"
#: templates/columns_definitions/table_fields_definitions.twig:17
-#, fuzzy
-#| msgid ""
-#| "If column type is \"enum\" or \"set\", please enter the values using this "
-#| "format: 'a','b','c'…{% trans 'You may also drag and drop a file on any page.' %}
{% elseif not is_upload %} - {{ Message_notice('File uploads are not allowed on this server.'|trans) }} + {{ 'File uploads are not allowed on this server.'|trans|notice }} {% elseif upload_dir is not empty %} {{ Util_getSelectUploadFileBlock( import_list, diff --git a/templates/login/header.twig b/templates/login/header.twig index e274ebc941..c8b555e169 100644 --- a/templates/login/header.twig +++ b/templates/login/header.twig @@ -5,9 +5,9 @@{% trans 'Scroll down to fill in the options for the selected format and ignore the options for other formats.' %}
- {{ Plugins_getOptions('Import', import_list) }} + {{ get_options('Import', import_list) }} From 78c1d9e9492f01bcb5405f5ac4a7369b41645669 Mon Sep 17 00:00:00 2001 From: Leonardo Strozzi